@charset "UTF-8";
/* ----------------------------------------
   base
---------------------------------------- */
html,
body {
  color: #333;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 750px) {
  html,
  body {
    font-size: 16px;
  }
}
html.page-template-page-recruit,
body.page-template-page-recruit {
  font-family: "Noto Sans JP", sans-serif;
}
html.page-template-page-recruit,
body.page-template-page-recruit {
  font-family: "Noto Sans JP", sans-serif;
}
html.post-type-archive-technavi, html.single-technavi, html.tax-technavi_cat, html.page-id-148,
body.post-type-archive-technavi,
body.single-technavi,
body.tax-technavi_cat,
body.page-id-148 {
  font-family: "Noto Sans JP", sans-serif;
}
html.post-type-archive-hatasupo, html.single-hatasupo, html.tax-hatasupo_cat, html.page-id-83,
body.post-type-archive-hatasupo,
body.single-hatasupo,
body.tax-hatasupo_cat,
body.page-id-83 {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    line-height: 1.5;
    min-width: 320px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* ----------------------------------------
   recruit layout
---------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 10px 10px rgba(139, 139, 139, 0.14);
}
.l-header__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    left: 10px;
  }
}
.l-header__logo picture {
  width: 180px;
  display: block;
}
@media screen and (max-width: 960px) {
  .l-header__logo picture {
    width: 120px;
  }
}
.l-header__logo-link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .l-header__logo-link {
    transition: opacity 0.3s;
  }
  .l-header__logo-link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 960px) {
  .l-header__logo-link {
    display: block;
  }
}
.l-header__logo-txt {
  font-size: 14px;
  margin-left: 20px;
  display: block;
  text-align: center;
  margin-top: 3px;
}
@media screen and (max-width: 960px) {
  .l-header__logo-txt {
    font-size: 10px;
    margin-left: 0;
  }
}
.l-header__contents {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 75px;
}
@media screen and (max-width: 599px) {
  .l-header__contents {
    height: 60px;
  }
}
.l-header__inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.js-header-scroll.is-show .l-header__inner {
  transform: translateY(0);
  opacity: 1;
}

.l-header__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .l-header__list {
    display: none;
  }
}
.l-header__item {
  position: relative;
  margin-right: 36px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__item {
    margin-right: 20px;
  }
}
.l-header__item.js-entry-btn {
  cursor: pointer;
}
.l-header__txt {
  font-size: 19.8px;
}
@media screen and (max-width: 1024px) {
  .l-header__txt {
    font-size: 18px;
  }
}
.l-header__link {
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (min-width: 751px) {
  .l-header__link {
    transition: color 0.3s;
  }
  .l-header__link:hover {
    color: #5C98DE;
  }
  .js-entry-btn:hover .l-header__link {
    color: #5C98DE;
  }
}
@media screen and (max-width: 750px) {
  .js-entry-btn.is-open .l-header__link {
    color: #5C98DE;
  }
}
.l-header__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 90%;
  height: 3px;
  background: linear-gradient(90deg, rgb(20, 20, 147) 0%, rgb(32, 78, 194) 20%, rgb(0, 144, 216) 40%, rgb(4, 179, 235) 60%, rgb(130, 177, 218) 80%, rgb(255, 179, 221) 100%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .js-entry-btn:hover .l-header__link::after {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .js-entry-btn.is-open .l-header__link::after {
    opacity: 1;
  }
}
@media screen and (min-width: 751px) {
  .l-header__link:hover::after {
    opacity: 1;
  }
}
.l-header__link--arrow {
  cursor: pointer;
}
.l-header__link--arrow svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
@media screen and (min-width: 751px) {
  .l-header__link--arrow path {
    transition: 0.3s;
  }
  .l-header__link--arrow:hover path {
    stroke: #5C98DE;
  }
  .js-entry-btn:hover .l-header__link--arrow path {
    stroke: #5C98DE;
  }
}
@media screen and (max-width: 750px) {
  .js-entry-btn.is-open .l-header__link--arrow path {
    stroke: #5C98DE;
  }
}
.l-header__link--open svg {
  position: relative;
  top: 3px;
  left: 5px;
  width: 13px;
}
@media screen and (min-width: 751px) {
  .l-header__link--open path {
    transition: 0.3s;
  }
  .l-header__link--open line {
    transition: 0.3s;
  }
  .l-header__link--open:hover path {
    stroke: #5C98DE;
  }
  .l-header__link--open:hover line {
    stroke: #5C98DE;
  }
}
.l-header__link-menu {
  width: 100%;
  position: fixed;
  top: 75px;
  left: 0;
  background: #fff;
  max-height: 0;
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .js-entry-btn:hover .l-header__link-menu {
    max-height: 100vh;
  }
}

@media screen and (max-width: 750px) {
  .js-entry-btn.is-open .l-header__link-menu {
    max-height: 100vh;
  }
}

@media screen and (max-width: 599px) {
  .l-header__link-menu {
    top: 60px;
    transition: 1s ease-in-out;
  }
}
.l-header__link-menu-inner {
  padding: 55px 30px;
}
@media screen and (max-width: 599px) {
  .l-header__link-menu-inner {
    display: block;
    text-align: center;
  }
}
.l-header__sp-btn {
  margin-right: 15px;
}
.l-header__sp-btn-2 {
  margin-right: 90px;
  display: none;
}
.l-header__sp-btn-link {
  font-size: 16px;
  color: #fff;
  background-color: #FF006F;
  border: 2px solid #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100px;
  padding: 10px 40px;
  letter-spacing: 0.05em;
}

.p-job-menu-n {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-job-menu-n--mg {
  margin: 100px 0;
}
@media screen and (max-width: 599px) {
  .p-job-menu-n--mg {
    margin: 50px 0;
  }
}
.p-job-menu-n--mgt {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .p-job-menu-n--mgt {
    margin-top: 50px;
  }
}
.p-job-menu-n--pd {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .p-job-menu-n--pd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-menu-n__item {
    width: 48%;
  }
}
.p-job-menu-n__item:nth-of-type(2) {
  margin-left: 70px;
}
@media screen and (max-width: 750px) {
  .p-job-menu-n__item:nth-of-type(2) {
    margin-left: 4%;
  }
}
.p-job-menu-n__copy-txt {
  font-size: 13px;
  color: #FF006F;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-job-menu-n__copy-txt {
    display: none;
  }
}
.p-job-menu-n__btn {
  position: relative;
  background-color: #5C98DE;
  border-radius: 100px;
  width: 250px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
  transition: 0.1s;
}
@media screen and (min-width: 751px) {
  .p-job-menu-n__btn:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
  }
}
@media screen and (max-width: 750px) {
  .p-job-menu-n__btn {
    margin: 0 auto;
    border-radius: 5px;
    width: 100%;
  }
}
.p-job-menu-n__btn--white {
  border: 1px solid #5C98DE;
  background-color: #fff;
}
.p-job-menu-n__btn-txt {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .p-job-menu-n__btn-txt {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-job-menu-n__btn-txt--2 {
    text-align: center;
  }
}
.p-job-menu-n__btn-txt--open {
  padding-right: 10px;
}
.p-job-menu-n__btn-txt--open svg {
  position: relative;
  top: 2px;
  left: 10px;
}
@media screen and (min-width: 751px) {
  .p-job-menu-n__btn-txt--open-s {
    padding-right: 10px;
    font-size: 14px;
  }
}
.p-job-menu-n__btn-txt--open-s svg {
  width: 14px;
}
@media screen and (min-width: 751px) {
  .p-job-menu-n__btn-txt--open-s svg {
    position: relative;
    top: 2px;
    left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-menu-n__btn-txt--open-s svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}
.p-job-menu-n__btn-txt--none svg {
  display: none;
}
.p-job-menu-n__btn--white .p-job-menu-n__btn-txt {
  color: #5C98DE;
}

@media screen and (max-width: 750px) {
  .p-job-menu-n__btn-txt-s {
    font-size: 10px;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}

.l-header-btn {
  position: relative;
  z-index: 100;
  width: 72px;
  height: 100%;
  background: #000;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .l-header-btn {
    transition: 0.3s;
  }
  .l-header-btn:hover {
    opacity: 0.7;
  }
}
.l-header-btn__cont {
  width: 28.2px;
  margin: 0 auto;
  display: block;
}
.l-header-btn__line {
  position: relative;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
  border-radius: 100px;
}
.is-hamburger-open .l-header-btn__line {
  background-color: rgba(0, 0, 0, 0);
}

.l-header-btn__line::before, .l-header-btn__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  border-radius: 100px;
}
.l-header-btn__line::before {
  top: -12px;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .l-header-btn__line::before {
    top: -8px;
  }
}
.is-hamburger-open .l-header-btn__line::before {
  top: 0;
  transform: rotate(45deg);
}

.l-header-btn__line::after {
  bottom: -12px;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .l-header-btn__line::after {
    bottom: -8px;
  }
}
.is-hamburger-open .l-header-btn__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.l-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  max-width: 371.4px;
  overflow-y: scroll;
  display: none;
}
@media screen and (max-width: 750px) {
  .l-header-nav {
    max-width: 100%;
  }
}
.l-header-nav__inner {
  padding: 100px 27px;
}
.l-header-nav__txt {
  font-size: 20px;
}
.l-header-nav__list {
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 36px;
}
.l-header-nav__item:nth-of-type(n + 2) {
  margin-top: 5px;
}
.l-header-nav__link {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .l-header-nav__link {
    transition: 0.3s;
  }
  .l-header-nav__link:hover {
    opacity: 0.3;
  }
}
.l-header-nav__link--open {
  position: relative;
}
.l-header-nav__link--open::after {
  content: "";
  background-image: url("../img/recruit/common/icon_link-open.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}
.l-header-nav__s-list {
  margin: 5px 10px 10px 30px;
}
.l-header-nav__s-item:nth-of-type(n + 2) {
  margin-top: 5px;
}
.l-header-nav__s-link {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .l-header-nav__s-link {
    transition: 0.3s;
  }
  .l-header-nav__s-link:hover {
    opacity: 0.3;
  }
}
.l-header-nav__s-link--open::after {
  content: "";
  background-image: url("../img/recruit/common/icon_link-open.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.l-header-nav__btm {
  text-align: right;
}
.l-header-nav__btm-link {
  font-size: 23.4px;
  font-weight: bold;
  color: #002F7B;
}
@media screen and (min-width: 751px) {
  .l-header-nav__btm-link {
    transition: 0.3s;
  }
  .l-header-nav__btm-link:hover {
    opacity: 0.3;
  }
}

.l-header-sns {
  display: flex;
  margin-top: 50px;
  margin-left: 15px;
}
.l-header-sns__item:nth-of-type(n + 2) {
  margin-left: 15px;
}
.l-header-sns__link {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-header-sns__link {
    transition: 0.3s;
  }
  .l-header-sns__link:hover {
    opacity: 0.7;
  }
}
.l-header-sns__link--fb {
  width: 37px;
}
.l-header-sns__link--x {
  width: 30px;
}
.l-header-sns__link--insta {
  width: 37px;
}
.l-header-sns__link img {
  width: 100%;
}

.l-main {
  position: relative;
  overflow: hidden;
  margin-top: 75px;
}
@media screen and (max-width: 599px) {
  .l-main {
    margin-top: 60px;
  }
}
.l-main--visible {
  overflow: visible;
}

.l-kv {
  position: relative;
  z-index: -1;
}

.l-contents-bg {
  position: relative;
  background-color: #F5F6F9;
  padding-bottom: 100px;
}
.l-contents-bg::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url("../img/recruit/common/img_kv-shadow.png");
  background-size: 100% auto;
  width: 100vw;
  height: 16.171875vw;
}

.l-contents {
  position: relative;
  z-index: 2;
}

.l-footer-r {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
body.post-type-archive-hatasupo .l-footer-r {
  background-color: #F9F9F9;
}

body.tax-hatasupo_cat .l-footer-r {
  background-color: #F9F9F9;
}

body.page-id-83 .l-footer-r {
  background-color: #F9F9F9;
}

body.single-hatasupo .l-footer-r {
  background-color: #F9F9F9;
}

.l-footer-r__container {
  max-width: 1420px;
  margin: 0 auto;
  padding-bottom: 78px;
}
.l-footer-r__logo picture {
  width: 180px;
  display: block;
}
@media screen and (max-width: 599px) {
  .l-footer-r__logo picture {
    width: 120px;
  }
}
.l-footer-r__logo-link {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .l-footer-r__logo-link {
    transition: 0.3s;
  }
  .l-footer-r__logo-link:hover {
    opacity: 0.3;
  }
}
.l-footer-r__logo-txt {
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .l-footer-r__logo-txt {
    font-size: 12px;
    margin-left: 10px;
  }
}
.l-footer-r__contents {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .l-footer-r__contents {
    display: block;
  }
}
.l-footer-r__col {
  position: relative;
  margin-right: 54px;
}
@media screen and (max-width: 900px) {
  .l-footer-r__col {
    margin-right: 25px;
  }
}
@media screen and (max-width: 750px) {
  .l-footer-r__col:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.l-footer-r__col--border-1 {
  padding-bottom: 30px;
}
.l-footer-r__col--border-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8px;
  height: 100%;
  background-color: #FF5A5A;
  border-radius: 100px;
}
.l-footer-r__col--border-2::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 6px;
  width: 1.8px;
  height: calc(100% - 33px);
  background-color: #5C98DE;
  border-radius: 100px;
}
.l-footer-r__col--right {
  margin-left: 150px;
}
@media screen and (max-width: 1280px) {
  .l-footer-r__col--right {
    margin-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer-r__col--right {
    margin-left: 25px;
  }
}
@media screen and (max-width: 750px) {
  .l-footer-r__col--right {
    margin-left: 0;
  }
}
.l-footer-r__txt {
  font-size: 18px;
  color: #5C98DE;
  margin-bottom: 10px;
}
.l-footer-r__txt--1 {
  padding-left: 12px;
}
.l-footer-r__txt-link {
  font-size: 18px;
  color: #5C98DE;
}
@media screen and (min-width: 751px) {
  .l-footer-r__txt-link {
    transition: 0.3s;
  }
  .l-footer-r__txt-link:hover {
    opacity: 0.3;
  }
}
.l-footer-r__list--1 {
  padding-left: 12px;
}
.l-footer-r__list--2 {
  padding-left: 18px;
}
.l-footer-r__list-item:nth-of-type(n + 2) {
  margin-top: 5px;
}
.l-footer-r__list-link {
  font-size: 15px;
}
@media screen and (min-width: 751px) {
  .l-footer-r__list-link {
    transition: 0.3s;
  }
  .l-footer-r__list-link:hover {
    opacity: 0.3;
  }
}
.l-footer-r__bnr {
  margin-top: 20px;
}
.l-footer-r__bnr-link {
  display: block;
  width: 300px;
  height: 62px;
}
@media screen and (min-width: 751px) {
  .l-footer-r__bnr-link {
    transition: 0.3s;
  }
  .l-footer-r__bnr-link:hover {
    opacity: 0.3;
  }
}
.l-footer-r__bnr-link--2 {
  margin-top: 10px;
}
.l-footer-r__bnr-inner {
  display: flex;
  align-items: center;
  border: 1px solid #B4B4B4;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 25px;
}
.l-footer-r__bnr-inner--1 {
  padding-left: 25px;
}
.l-footer-r__bnr-inner--2 {
  padding-left: 13px;
}
.l-footer-r__bnr-img--1 {
  width: 125px;
  margin-right: 40px;
}
.l-footer-r__bnr-img--2 {
  width: 140px;
  margin-right: 20px;
}
.l-footer-r__bnr-txt {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.l-footer-r__bnr-txt--1 {
  font-size: 13px;
}
.l-footer-r__bnr-txt--2 {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.l-footer-r__copyright {
  text-align: center;
}
.l-footer-r__copyright-txt {
  font-size: 12px;
}

.l-footer-r-pagetop {
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 2000;
  width: 76.2px;
  height: 76.2px;
}
@media screen and (max-width: 599px) {
  .l-footer-r-pagetop {
    right: 20px;
    bottom: 20px;
    width: 63.5px;
    height: 63.5px;
  }
}
.l-footer-r-pagetop__link {
  display: block;
  background-color: #fff;
  border-radius: 100px;
  height: 100%;
  padding-top: 17px;
}
@media screen and (min-width: 751px) {
  .l-footer-r-pagetop__link {
    transition: 0.3s;
  }
  .l-footer-r-pagetop__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-r-pagetop__link {
    padding-top: 15px;
  }
}
.l-footer-r-pagetop__triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23.1px 31.2px 23.1px;
  border-color: transparent transparent #5C98DE transparent;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-footer-r-pagetop__triangle {
    border-width: 0 19.25px 26px 19.25px;
  }
}
.l-footer-r-pagetop__txt {
  display: block;
  font-size: 9.6px;
  text-align: center;
  margin-top: 3px;
}

.l-footer-sns {
  display: flex;
}
.l-footer-sns__item:nth-of-type(n + 2) {
  margin-left: 15px;
}
.l-footer-sns__link {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-footer-sns__link {
    transition: 0.3s;
  }
  .l-footer-sns__link:hover {
    opacity: 0.7;
  }
}
.l-footer-sns__link--fb {
  width: 37px;
}
.l-footer-sns__link--x {
  width: 30px;
}
.l-footer-sns__link--insta {
  width: 37px;
}
.l-footer-sns__link img {
  width: 100%;
}

/* ----------------------------------------
   container
---------------------------------------- */
.l-container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .l-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .l-container {
    padding: 0 4%;
  }
}

.l-container-l {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .l-container-l {
    padding: 0 4%;
  }
}

/* ----------------------------------------
   form
---------------------------------------- */
.c-form-table {
  max-width: 946px;
  margin: 0 auto;
}
.c-form-table__head {
  border: 1px solid #333;
  background-color: #F3F3F3;
  width: 27.2022551092%;
  min-width: 200px;
  padding: 21px;
}
.c-form-table--rec .c-form-table__head {
  border-color: #BCBCBC;
}

@media screen and (max-width: 750px) {
  .c-form-table__head {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
@media screen and (max-width: 599px) {
  .c-form-table__head {
    padding: 10px 15px;
  }
}
.c-form-table__body {
  border: 1px solid #333;
  border-left: none;
  background-color: #fff;
  width: 72.7977448908%;
  padding: 18px 27px 18px 39px;
}
.c-form-table--rec .c-form-table__body {
  border-color: #BCBCBC;
}

@media screen and (max-width: 750px) {
  .c-form-table__body {
    width: 100%;
    display: block;
    border-left: 1px solid #333;
    border-bottom: none;
  }
  .c-form-table tr:last-of-type .c-form-table__body {
    border-bottom: 1px solid #333;
  }
  .c-form-table--rec tr:last-of-type .c-form-table__body {
    border-bottom: 1px solid #BCBCBC;
  }
}
@media screen and (max-width: 599px) {
  .c-form-table__body {
    padding: 15px;
  }
}
.c-form-table__body--l {
  padding-top: 27px;
  padding-bottom: 27px;
}
.c-form-table__txt {
  font-size: 14px;
  color: #505050;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .c-form-table__txt {
    font-size: 14px;
  }
}
.c-form-table__body-txt {
  font-size: 14px;
  color: #505050;
}
.c-form-table__body-txt:nth-of-type(n + 2) {
  margin-top: 5px;
}
.c-form-table__input {
  width: 517px;
  height: 34.2px;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 0.5em;
}
.c-form-table--rec .c-form-table__input {
  border-color: #BCBCBC;
}

@media screen and (max-width: 850px) {
  .c-form-table__input {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .c-form-table__input {
    font-size: 14px;
  }
}
.c-form-table__input::-moz-placeholder {
  color: #C8C8C8;
}
.c-form-table__input::placeholder {
  color: #C8C8C8;
}
.c-form-table__input--s {
  border-color: #707070;
  width: 494px;
  height: 26.4px;
  border-radius: 0;
  margin-left: 18px;
}
@media screen and (max-width: 850px) {
  .c-form-table__input--s {
    width: calc(100% - 18px);
  }
}
.c-form-table__input--ss {
  width: 200px;
}
.c-form-table__input--zip {
  width: 94.8px;
}
.c-form-table__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  width: 94.8px;
  height: 34.2px;
  cursor: pointer;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
  background-image: url("/img/job/icon_select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 97% 48%;
  border-width: 1px;
  padding: 0 10px;
}
@media screen and (max-width: 599px) {
  .c-form-table__select {
    width: auto;
  }
}
.c-form-table__select::-moz-placeholder {
  color: #C8C8C8;
}
.c-form-table__select::placeholder {
  color: #C8C8C8;
}
.c-form-table--rec .c-form-table__select {
  border-color: #BCBCBC;
}

.c-form-table__select--l {
  width: 200px;
}
.c-form-table__select--l.js-select-other {
  margin-right: 15px;
}
.c-form-table__date-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-form-table__date-row {
  display: flex;
  align-items: center;
}
.c-form-table__date-row:nth-of-type(1) {
  margin-right: 10px;
}
.c-form-table__date-row:nth-of-type(2) {
  margin-left: -5px;
}
.c-form-table__date-txt {
  font-size: 14px;
  margin-bottom: 5px;
}
.c-form-table__date-calender {
  width: 35px;
  display: block;
}
.c-form-table__date-clock {
  width: 40px;
  display: block;
}
.c-form-table__date-note {
  font-size: 12px;
  margin-top: 10px;
}
.c-form-table__line {
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: #333;
}
.c-form-table__zip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  background-color: #E1E1E1;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  color: #505050;
  width: 58.8px;
  height: 27px;
  margin-left: 12px;
}
@media screen and (min-width: 751px) {
  .c-form-table__zip-btn {
    transition: 0.3s;
  }
  .c-form-table__zip-btn:hover {
    opacity: 0.8;
  }
}
.mw_wp_form_confirm .c-form-table__zip-btn {
  display: none;
}

.c-form-table__zip-link {
  font-size: 16px;
  text-decoration: underline;
  color: #001C68;
}
@media screen and (min-width: 751px) {
  .c-form-table__zip-link:hover {
    text-decoration: none;
  }
}
.c-form-table__required {
  font-size: 12px;
  color: #FF0000;
  display: inline-block;
  margin-left: 21px;
}
@media screen and (max-width: 750px) {
  .c-form-table__required {
    font-size: 12px;
  }
}
.c-form-table__required--mgl {
  margin-left: 0;
}
.c-form-table__textarea {
  width: 100%;
  height: 111.6px;
  border-width: 1px;
}
.c-form-table--rec .c-form-table__textarea {
  border-color: #BCBCBC;
}

.c-form-table__bg {
  background-color: #F3F3F3;
}
.c-form-table__box {
  border: 1px solid #707070;
  padding: 21px;
  margin-bottom: 9px;
  height: 206.4px;
  overflow-y: scroll;
}
.c-form-table--rec .c-form-table__box {
  border-color: #BCBCBC;
}

.mw_wp_form_confirm .c-form-table__box {
  display: none;
}

.c-form-table__box-txt {
  font-size: 14px;
  color: #505050;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .c-form-table__box-txt {
    font-size: 14px;
  }
}
.c-form-table__box-txt:nth-of-type(n + 2) {
  margin-top: 2em;
}
.c-form-table__agree-txt {
  font-size: 14px;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .c-form-table__agree-txt {
    font-size: 14px;
  }
}
.mw_wp_form_confirm .c-form-table__agree-txt {
  display: none;
}

.c-form-table__btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 50px;
}
.c-form-table__btn {
  font-size: 15.6px;
  font-weight: normal;
  color: #fff;
  background-color: #B10000;
  border-radius: 6px;
  text-align: center;
  border: none;
  width: 240px;
  height: 50px;
  margin: 5px;
  display: block;
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 751px) {
  .c-form-table__btn {
    transition: 0.1s;
  }
  .c-form-table__btn:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
  }
}
.c-form-table__btn--navy {
  background-color: #001C68;
}
.c-form-table__btn--red {
  background-color: #B10000;
}
.c-form-table__btn--rec {
  background-color: #FF006F;
}
.c-form-table__btn-back {
  font-size: 15.6px;
  font-weight: normal;
  color: #333;
  text-align: center;
  width: 100px;
  height: 50px;
  margin: 5px;
  display: block;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .c-form-table__btn-back {
    transition: color 0.3s;
  }
  .c-form-table__btn-back:hover {
    color: #8B8B8B;
  }
}
.mw_wp_form_confirm .c-form-table__birth {
  display: flex;
}

.c-form-table__birth-txt {
  position: relative;
  bottom: -0.25em;
  font-size: 14px;
  margin: 0 10px;
}
.c-form-table__bg {
  background-color: #F3F3F3;
  padding: 15px;
  margin-top: 18px;
}
.c-form-table__file {
  font-size: 14px;
}
.c-form-table__file:nth-of-type(n + 2) {
  margin-top: 12px;
}
.c-form-table__txt-note-wrap {
  max-width: 946px;
  margin: 20px auto 0;
  text-align: center;
}
.c-form-table__choice:nth-of-type(n + 2) {
  margin-top: 20px;
}
.c-form-table__choice .c-form-table__input {
  margin-left: 0;
}
.c-form-table__choice:nth-of-type(n + 2) {
  margin-top: 10px;
}
.c-form-table__choice-row {
  display: flex;
  align-items: center;
}
.c-form-table__choice-row:nth-of-type(n + 2) {
  margin-top: 10px;
}
.c-form-table__choice-txt {
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 20px;
}
.c-form-table__lang-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .c-form-table__lang-wrap {
    display: block;
  }
}
.c-form-table__lang-txt-1 {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .c-form-table__lang-txt-1 {
    display: block;
    margin-bottom: 5px;
  }
}
.c-form-table__lang-select {
  width: calc(100% - 125px);
  padding-left: 5px;
}
@media screen and (max-width: 599px) {
  .c-form-table__lang-select {
    width: 100%;
  }
}
.c-form-table__lang-txt-2 {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.c-form-table__lang-textarea {
  height: 50px;
}
.c-form-table input[type=radio] {
  cursor: pointer;
}
.c-form-table input[type=checkbox] {
  cursor: pointer;
}
.c-form-table .horizontal-item {
  display: block;
  position: relative;
  margin-left: 0 !important;
}
.c-form-table .mwform-checkbox-field > label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-form-table .mwform-checkbox-field-text {
  font-size: 14px;
  padding: 3px;
}
@media screen and (max-width: 750px) {
  .c-form-table .mwform-checkbox-field-text {
    font-size: 14px;
  }
}
.c-form-table .mwform-radio-field-text {
  font-size: 14px;
}
.c-form-table .mwform-file-delete {
  font-size: 14px;
}
.c-form-table .mwform-radio-field label {
  cursor: pointer;
}
.c-form-table__note {
  font-size: 12px;
  margin-top: 5px;
}

/* ----------------------------------------
   txt
---------------------------------------- */
.c-txt-wrap {
  max-width: 1010px;
  margin: 0 auto;
}

.c-txt-1 {
  font-size: 22.8px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-txt-1 {
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .c-txt-1 {
    text-align: left;
  }
}

.c-txt-2 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-txt-2 {
    text-align: left;
    font-size: 20px;
  }
}

.c-txt-co2 {
  font-size: 0.5em;
}

.c-txt-kome {
  position: relative;
  top: -0.5em;
  font-size: 0.5em;
}

.c-txt-annotation {
  font-size: 14px;
  margin-top: 5px;
}

.c-txt-kakko {
  font-size: 0.8em;
}

/* ----------------------------------------
   hide
---------------------------------------- */
@media screen and (min-width: 751px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hide-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-hide-min-tab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
  .u-hide-only-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-hide-not-tab {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .u-hide-not-tab {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .u-hide-sp {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-hide-sp-s {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .u-hide-min-sp-s {
    display: none !important;
  }
}

/* ----------------------------------------
   other
---------------------------------------- */
.u-palt {
  font-feature-settings: "palt";
}

.u-nowrap {
  white-space: nowrap;
}

.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-bold {
  font-weight: bold;
}

.u-anchor-target {
  margin-top: -120px;
  padding-top: 120px;
  background: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .u-anchor-target {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* ----------------------------------------
   margin
---------------------------------------- */
.u-mgt-0 {
  margin-top: 0px !important;
}

.u-mgt-10 {
  margin-top: 10px !important;
}

.u-mgt-20 {
  margin-top: 20px !important;
}

.u-mgt-30 {
  margin-top: 30px !important;
}

.u-mgt-40 {
  margin-top: 40px !important;
}

.u-mgt-50 {
  margin-top: 50px !important;
}

.u-mgt-60 {
  margin-top: 60px !important;
}

.u-mgt-70 {
  margin-top: 70px !important;
}

.u-mgt-80 {
  margin-top: 80px !important;
}

.u-mgt-90 {
  margin-top: 90px !important;
}

.u-mgt-100 {
  margin-top: 100px !important;
}

.u-mgt-110 {
  margin-top: 110px !important;
}

.u-mgt-120 {
  margin-top: 120px !important;
}

.u-mgt-130 {
  margin-top: 130px !important;
}

.u-mgt-140 {
  margin-top: 140px !important;
}

.u-mgt-150 {
  margin-top: 150px !important;
}

.u-mgt-160 {
  margin-top: 160px !important;
}

.u-mgt-170 {
  margin-top: 170px !important;
}

.u-mgt-180 {
  margin-top: 180px !important;
}

.u-mgt-190 {
  margin-top: 190px !important;
}

.u-mgt-200 {
  margin-top: 200px !important;
}

.u-mgb-0 {
  margin-bottom: 0px !important;
}

.u-mgb-10 {
  margin-bottom: 10px !important;
}

.u-mgb-20 {
  margin-bottom: 20px !important;
}

.u-mgb-30 {
  margin-bottom: 30px !important;
}

.u-mgb-40 {
  margin-bottom: 40px !important;
}

.u-mgb-50 {
  margin-bottom: 50px !important;
}

.u-mgb-60 {
  margin-bottom: 60px !important;
}

.u-mgb-70 {
  margin-bottom: 70px !important;
}

.u-mgb-80 {
  margin-bottom: 80px !important;
}

.u-mgb-90 {
  margin-bottom: 90px !important;
}

.u-mgb-100 {
  margin-bottom: 100px !important;
}

.u-mgb-110 {
  margin-bottom: 110px !important;
}

.u-mgb-120 {
  margin-bottom: 120px !important;
}

.u-mgb-130 {
  margin-bottom: 130px !important;
}

.u-mgb-140 {
  margin-bottom: 140px !important;
}

.u-mgb-150 {
  margin-bottom: 150px !important;
}

.u-mgb-160 {
  margin-bottom: 160px !important;
}

.u-mgb-170 {
  margin-bottom: 170px !important;
}

.u-mgb-180 {
  margin-bottom: 180px !important;
}

.u-mgb-190 {
  margin-bottom: 190px !important;
}

.u-mgb-200 {
  margin-bottom: 200px !important;
}

.u-mgl-0 {
  margin-left: 0 !important;
}

.u-mgr-0 {
  margin-right: 0 !important;
}

.u-mgl-0 {
  margin-left: 0px !important;
}

.u-mgl-10 {
  margin-left: 10px !important;
}

.u-mgl-20 {
  margin-left: 20px !important;
}

.u-mgl-30 {
  margin-left: 30px !important;
}

.u-mgl-40 {
  margin-left: 40px !important;
}

.u-mgl-50 {
  margin-left: 50px !important;
}

.u-mgr-0 {
  margin-right: 0px !important;
}

.u-mgr-10 {
  margin-right: 10px !important;
}

.u-mgr-20 {
  margin-right: 20px !important;
}

.u-mgr-30 {
  margin-right: 30px !important;
}

.u-mgr-40 {
  margin-right: 40px !important;
}

.u-mgr-50 {
  margin-right: 50px !important;
}

.u-mgl-auto {
  margin-left: auto !important;
}

.u-mgr-auto {
  margin-right: auto !important;
}

/* ----------------------------------------
   javascript
---------------------------------------- */
.js-fadein {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.js-fadein.is-show {
  transform: translateY(0);
  opacity: 1;
}

.js-fadein-2 {
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.js-fadein-2.is-show {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.js-marker {
  background: linear-gradient(transparent 50%, #FFED92 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.js-marker.is-orange {
  background-image: linear-gradient(transparent 50%, #FFED92 50%);
}
.js-marker.is-green {
  background-image: linear-gradient(transparent 50%, #98FFC1 50%);
}
.js-marker.is-show {
  background-size: 100% 100%;
}

/* ----------------------------------------
   cms
---------------------------------------- */
.p-pager {
  color: #B10000;
  font-size: 24px;
  text-align: center;
}
.p-pager .wp-pagenavi {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-pager .wp-pagenavi > a,
.p-pager .wp-pagenavi > span {
  margin: 0 5px;
  border: none;
}
@media screen and (min-width: 751px) {
  .p-pager .wp-pagenavi a {
    transition: opacity 0.3s;
  }
  .p-pager .wp-pagenavi a:hover {
    opacity: 0.3;
  }
}
.p-pager .pages {
  position: absolute;
  right: 100%;
}
@media screen and (max-width: 599px) {
  .p-pager .pages {
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.p-pager .first {
  width: 9.3px;
  display: inline-flex;
}
.p-pager .previouspostslink {
  width: 7.8px;
  display: inline-flex;
  padding: 0;
}
.p-pager .nextpostslink {
  width: 7.8px;
  display: inline-flex;
  padding: 0;
}
.p-pager .last {
  width: 9.3px;
  display: inline-flex;
}
.p-pager .current {
  color: #333;
}

.breadcrumbs {
  font-size: 14px;
  width: 100%;
  padding: 10px 20px;
  min-height: 25px;
}
.breadcrumbs--main {
  position: fixed;
  top: 88px;
  left: 0;
}
@media screen and (min-width: 751px) {
  .breadcrumbs a {
    transition: 0.3s;
  }
  .breadcrumbs a:hover {
    opacity: 0.8;
  }
}
.breadcrumbs span[property=name] {
  color: #333;
  font-weight: 500;
}

.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg blockquote {
  background-color: #F3F3F3;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg code {
  font-family: monospace;
}

/* ----------------------------------------
   recruit component
---------------------------------------- */
.c-kv-1 {
  position: relative;
}
.c-kv-1__img {
  max-height: 400px;
}
.c-kv-1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .c-kv-1__img--benefits img {
    height: 85%;
  }
}
@media screen and (max-width: 599px) {
  .c-kv-1__img--career img {
    -o-object-position: 67%;
       object-position: 67%;
  }
}

.c-head-1__inner {
  max-width: 946px;
  margin: 0 auto;
}
.c-head-1__ttl {
  font-size: 69.6px;
}
@media screen and (max-width: 1024px) {
  .c-head-1__ttl {
    font-size: 58px;
  }
}
@media screen and (max-width: 750px) {
  .c-head-1__ttl {
    font-size: 46px;
  }
}
@media screen and (max-width: 599px) {
  .c-head-1__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .c-head-1__ttl--sp-s {
    font-size: 32px;
  }
}
@media screen and (min-width: 600px) {
  .c-head-1__ttl--women br {
    display: none;
  }
}
.c-head-1__txt {
  font-size: 18px;
}

.c-head-2__inner {
  max-width: 946px;
  margin: 0 auto;
}
.c-head-2__ttl {
  font-size: 42px;
}
@media screen and (max-width: 750px) {
  .c-head-2__ttl {
    font-size: 35px;
  }
}
@media screen and (max-width: 599px) {
  .c-head-2__ttl {
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .c-head-2__ttl--entry {
    text-align: center;
  }
}

.c-ttl-1 {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .c-ttl-1 {
    margin-left: -10px;
  }
}
.c-ttl-1::after {
  content: "";
  position: absolute;
  left: 22.8px;
  bottom: 0;
  width: calc(100% - 22.8px);
  height: 1px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 599px) {
  .c-ttl-1::after {
    left: 17.5px;
  }
}
.c-ttl-1__num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 45.6px;
  height: 45.6px;
  border-radius: 100px;
  border: 1px solid;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .c-ttl-1__num {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.c-ttl-1__txt {
  font-size: 24px;
  padding-left: 18px;
  padding-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .c-ttl-1__txt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .c-ttl-1__txt {
    font-size: 20px;
    padding-left: 8px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 599px) {
  .c-ttl-1__txt--s {
    font-size: 18px;
  }
}
.c-ttl-1__txt-s {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .c-ttl-1__txt-s {
    font-size: 14px;
    display: block;
  }
}
.c-ttl-1__txt-kome {
  font-size: 0.5em;
  position: relative;
  top: -0.75em;
}

.c-ttl-2 {
  font-size: 46px;
}
@media screen and (max-width: 750px) {
  .c-ttl-2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .c-ttl-2 {
    font-size: 20px;
  }
}

.c-anchor {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.c-bread--2 {
  position: relative;
  z-index: 10;
  padding: 5px 20px;
}
@media screen and (max-width: 599px) {
  .c-bread--2 {
    padding: 5px 10px;
  }
}
.c-bread--3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 5px 20px;
}
@media screen and (max-width: 599px) {
  .c-bread--3 {
    padding: 5px 10px;
  }
}
.c-bread__list {
  display: flex;
  flex-wrap: wrap;
}
.c-bread__link {
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .c-bread__link {
    transition: 0.3s;
  }
  .c-bread__link:hover {
    opacity: 0.8;
  }
}
.c-bread__arrow {
  margin: 0 0.5em;
}
.c-bread__txt {
  font-size: 14px;
}

/* ----------------------------------------
   p-casual-bnr
---------------------------------------- */
.p-casual-bnr {
  background-color: #fff;
  max-width: 946px;
  margin: 50px auto 0;
}
.p-casual-bnr__link {
  display: flex;
  justify-content: space-between;
  padding: 40px 45px;
  border: 1px solid #5C98DE;
}
@media screen and (min-width: 751px) {
  .p-casual-bnr__link {
    transition: 0.3s;
  }
  .p-casual-bnr__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__link {
    padding: 4.1666666667vw 4.6875vw;
  }
}
@media screen and (max-width: 599px) {
  .p-casual-bnr__link {
    display: block;
    padding: 15px 4.6875vw 25px;
  }
}
.p-casual-bnr__link--2 {
  padding: 20px 45px 35px;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-casual-bnr__link--2 {
    padding: 15px 4.6875vw 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-casual-bnr__img-area {
    margin-bottom: 20px;
  }
}
.p-casual-bnr__img-txt {
  font-size: 16px;
  line-height: 1.31;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__img-txt {
    font-size: max(1.67vw, 12px);
    margin-bottom: max(1.56vw, 11px);
  }
}
.p-casual-bnr__img {
  width: 232px;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__img {
    width: max(24.1vw, 174px);
  }
}
@media screen and (max-width: 750px) {
  .p-casual-bnr__img {
    margin: 0 auto;
  }
}
.p-casual-bnr__txt {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__txt {
    font-size: max(1.67vw, 12px);
  }
}
.p-casual-bnr__txt-l {
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__txt-l {
    font-size: max(2.3vw, 16px);
    margin-top: max(3.64vw, 26px);
    margin-bottom: max(2.6vw, 18px);
  }
}
.p-casual-bnr__txt-color {
  color: #5C98DE;
  font-weight: bold;
}
.p-casual-bnr__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__item {
    margin-bottom: 10px;
  }
}
.p-casual-bnr__item:last-of-type {
  margin-bottom: 10px;
}
.p-casual-bnr__item-icon {
  font-size: 58px;
  font-weight: 500;
  color: #BCBCBC;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__item-icon {
    font-size: max(6vw, 29px);
  }
}
.p-casual-bnr__item-icon--q {
  margin-right: 0.1em;
}
.p-casual-bnr__item-icon--a {
  margin-left: 0.1em;
  margin-right: 0.4em;
}
.p-casual-bnr__item-txt {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__item-txt {
    font-size: max(1.875vw, 13px);
  }
}
.p-casual-bnr__item-txt-color {
  font-weight: bold;
  color: #5C98DE;
}
.p-casual-bnr__copy {
  color: #FF006F;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__copy {
    font-size: max(1.45vw, 10px);
  }
}
.p-casual-bnr__btn {
  position: relative;
  background-color: #5C98DE;
  color: #fff;
  font-size: 16px;
  border-radius: 28px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 342px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__btn {
    font-size: max(1.67vw, 12px);
    width: max(35.6vw, 256px);
    height: max(5.83vw, 42px);
  }
}
.p-casual-bnr__btn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 13px;
}
@media screen and (max-width: 960px) {
  .p-casual-bnr__btn svg {
    right: max(2vw, 15px);
    width: max(1.35vw, 9px);
  }
}

/* ----------------------------------------
   recruit top
---------------------------------------- */
.p-top-box {
  background-color: #fff;
  border-radius: 45px;
  padding: 30px;
  max-width: 946px;
  margin: 60px auto 105px;
}
@media screen and (max-width: 599px) {
  .p-top-box {
    padding: 30px 20px;
    border-radius: 14px;
    margin-bottom: 50px;
  }
}
.p-top-box--mgt {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .p-top-box--mgt {
    margin-top: 100px;
  }
}
.p-top-box__container {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-top-box__container {
    margin: 0;
  }
}
.p-top-box__ttl {
  font-size: 31.8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .p-top-box__ttl {
    font-size: 26px;
  }
}
.p-top-box__txt {
  position: relative;
  font-size: 18px;
  padding-left: 1.2em;
}
@media screen and (max-width: 750px) {
  .p-top-box__txt {
    margin-left: 0;
  }
}
.p-top-box__txt::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-box__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 27px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-top-box__contents {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-top-box__contents {
    display: block;
  }
}
.p-top-box__inner {
  position: relative;
  width: 70.6140350877%;
}
@media screen and (max-width: 750px) {
  .p-top-box__inner {
    display: block;
    width: 55%;
  }
}
@media screen and (max-width: 599px) {
  .p-top-box__inner {
    width: 100%;
    margin-top: 30px;
  }
}
.p-top-box__img {
  width: 26.4035087719%;
  display: block;
  border: 1px solid #707070;
}
@media screen and (max-width: 750px) {
  .p-top-box__img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .p-top-box__img {
    width: 185px;
    margin: 0 auto;
  }
}
.p-top-box__txt-area {
  position: relative;
}
.p-top-box__txt-l {
  font-size: 18px;
}
.p-top-box__item {
  font-size: 13.8px;
}
.p-top-box__txt-s {
  position: absolute;
  left: 0;
  bottom: -51px;
  font-size: 13.8px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-top-box__txt-s {
    position: static;
    white-space: inherit;
    margin-top: 10px;
  }
}
.p-top-box__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51.6548463357%;
  max-width: 437px;
  height: 44px;
  min-width: 275px;
}
@media screen and (max-width: 750px) {
  .p-top-box__btn {
    width: 100%;
    max-width: 280px;
    margin-top: 25px;
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .p-top-box__btn {
    margin: 25px auto 0;
  }
}
.p-top-box__btn-link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #FF006F;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 2px solid #FF006F;
  border-radius: 6px;
}
@media screen and (min-width: 751px) {
  .p-top-box__btn-link {
    transition: 0.3s;
  }
  .p-top-box__btn-link:hover {
    color: #FF006F;
    background-color: #fff;
  }
}

/* ----------------------------------------
   recruit top
---------------------------------------- */
@keyframes slide-left {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
.p-circle {
  width: 340px;
  width: clamp(280px, 26.5625vw, 340px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-circle {
    width: clamp(230px, 26.5625vw, 340px);
  }
}
@media screen and (max-width: 599px) {
  .p-circle {
    margin: 0 auto;
  }
}
.p-circle__view {
  transform: scale(1) rotate(-90deg);
}
.p-circle__pie {
  fill: none;
  stroke-width: 7;
  stroke-dasharray: 0, 0, 0, 100;
}
.p-circle.is-show .p-circle__pie--1-1 {
  animation: pie1-1 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-2 {
  animation: pie1-2 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-3 {
  animation: pie1-3 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-4 {
  animation: pie1-4 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-5 {
  animation: pie1-5 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-6 {
  animation: pie1-6 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-7 {
  animation: pie1-7 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-8 {
  animation: pie1-8 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--1-9 {
  animation: pie1-9 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--2-1 {
  animation: pie2-1 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--2-2 {
  animation: pie2-2 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--2-3 {
  animation: pie2-3 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--2-4 {
  animation: pie2-4 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--2-5 {
  animation: pie2-5 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--3-1 {
  animation: pie3-1 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--3-2 {
  animation: pie3-2 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--3-3 {
  animation: pie3-3 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--3-4 {
  animation: pie3-4 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--4-1 {
  animation: pie4-1 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--4-2 {
  animation: pie4-2 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--4-3 {
  animation: pie4-3 0.75s ease-in-out forwards;
}

.p-circle.is-show .p-circle__pie--4-4 {
  animation: pie4-4 0.75s ease-in-out forwards;
}

.p-circle__line {
  position: absolute;
  opacity: 0;
}
.p-circle.is-show .p-circle__line {
  animation: line-show 0.25s ease-in-out forwards 0.75s;
}

.p-circle__line--1 {
  top: 14.7058823529%;
  left: -12.3529411765%;
  width: 70%;
}
.p-circle__line--2 {
  bottom: 8.5294117647%;
  left: -5.2941176471%;
  width: 42.3529411765%;
}
.p-circle__line--3 {
  top: 13.8235294118%;
  left: 5.2941176471%;
  width: 66.1764705882%;
}
.p-circle__center {
  position: absolute;
  opacity: 0;
}
.p-circle.is-show .p-circle__center {
  animation: parts-show 0.5s ease-in-out forwards 1s;
}

.p-circle__center--1 {
  width: 34.7058823529%;
  top: 44.7058823529%;
  left: 32.3529411765%;
}
.p-circle__center--2 {
  width: 34.7058823529%;
  top: 44.4117647059%;
  left: 32.9411764706%;
}
.p-circle__center--3 {
  width: 37.6470588235%;
  top: 42.3529411765%;
  left: 31.4705882353%;
}
.p-circle__center--4 {
  width: 37.6470588235%;
  top: 43.2352941176%;
  left: 31.4705882353%;
}
.p-circle__num {
  display: inline-block;
  overflow: hidden;
  width: 100px;
  position: absolute;
}
.p-circle__num--1-1 {
  width: 29.4117647059%;
  right: 0;
  top: 22.3529411765%;
}
.p-circle__num--1-2 {
  width: 21.4705882353%;
  right: 5.2941176471%;
  bottom: 25.5882352941%;
}
.p-circle__num--1-3 {
  width: 29.4117647059%;
  left: 39.1176470588%;
  bottom: 3.5294117647%;
}
.p-circle__num--1-4 {
  width: 16.4705882353%;
  left: -4.4117647059%;
  bottom: 16.4705882353%;
}
.p-circle__num--1-5 {
  width: 16.4705882353%;
  left: -8.2352941176%;
  bottom: 34.7058823529%;
}
.p-circle__num--1-6 {
  width: 20.5882352941%;
  left: -7.6470588235%;
  top: 39.4117647059%;
}
.p-circle__num--1-7 {
  width: 28.8235294118%;
  left: -11.7647058824%;
  top: 22.0588235294%;
}
.p-circle__num--1-8 {
  width: 12.3529411765%;
  left: 14.4117647059%;
  top: 5.5882352941%;
}
.p-circle__num--1-9 {
  width: 12.3529411765%;
  left: 44.1176470588%;
  top: 2.9411764706%;
}
.p-circle__num--2-1 {
  width: 29.4117647059%;
  right: -2.6470588235%;
  top: 49.4117647059%;
}
.p-circle__num--2-2 {
  width: 28.8235294118%;
  left: -5%;
  bottom: 10.5882352941%;
}
.p-circle__num--2-3 {
  width: 12.3529411765%;
  left: -3.5294117647%;
  bottom: 27.0588235294%;
}
.p-circle__num--2-4 {
  width: 20.5882352941%;
  left: -4.1176470588%;
  top: 45.8823529412%;
}
.p-circle__num--2-5 {
  width: 14.7058823529%;
  left: 16.7647058824%;
  top: 25.5882352941%;
}
.p-circle__num--3-1 {
  width: 20.5882352941%;
  right: -2.3529411765%;
  top: 41.1764705882%;
}
.p-circle__num--3-2 {
  width: 35.2941176471%;
  left: -16.4705882353%;
  bottom: 38.2352941176%;
}
.p-circle__num--3-3 {
  width: 24.7058823529%;
  left: 5%;
  top: 9.4117647059%;
}
.p-circle__num--3-4 {
  width: 28.8235294118%;
  left: 42.6470588235%;
  top: 1.1764705882%;
}
.p-circle__num--4-1 {
  width: 38.2352941176%;
  top: 21.7647058824%;
  right: -15.2941176471%;
}
.p-circle__num--4-2 {
  width: 42.3529411765%;
  bottom: 14.4117647059%;
  left: -7.0588235294%;
}
.p-circle__num--4-3 {
  width: 16.4705882353%;
  bottom: 47.0588235294%;
  left: 2.3529411765%;
}
.p-circle__num--4-4 {
  width: 37.0588235294%;
  top: 18.5294117647%;
  left: -3.2352941176%;
}
.p-circle__num img {
  transform: translateY(105%);
}
.p-circle.is-show .p-circle__num img {
  animation: num-show 0.5s ease-in-out forwards 1s;
}

@keyframes pie1-1 {
  to {
    stroke-dasharray: 26.5 73.5 0 0;
  }
}
@keyframes pie1-2 {
  to {
    stroke-dasharray: 0 26.5 16.3 57.2;
  }
}
@keyframes pie1-3 {
  to {
    stroke-dasharray: 0 42.8 15.2 42;
  }
}
@keyframes pie1-4 {
  to {
    stroke-dasharray: 0 58 9.3 32.7;
  }
}
@keyframes pie1-5 {
  to {
    stroke-dasharray: 0 67.3 8.4 24.3;
  }
}
@keyframes pie1-6 {
  to {
    stroke-dasharray: 0 75.7 5.5 18.8;
  }
}
@keyframes pie1-7 {
  to {
    stroke-dasharray: 0 81.2 5.5 13.3;
  }
}
@keyframes pie1-8 {
  to {
    stroke-dasharray: 0 86.7 5.2 8.1;
  }
}
@keyframes pie1-9 {
  to {
    stroke-dasharray: 0 91.9 8.1 0;
  }
}
@keyframes pie2-1 {
  to {
    stroke-dasharray: 56.8 43.2 0 0;
  }
}
@keyframes pie2-2 {
  to {
    stroke-dasharray: 0 56.8 7.1 36.1;
  }
}
@keyframes pie2-3 {
  to {
    stroke-dasharray: 0 63.9 5.4 30.7;
  }
}
@keyframes pie2-4 {
  to {
    stroke-dasharray: 0 69.3 4.4 26.3;
  }
}
@keyframes pie2-5 {
  to {
    stroke-dasharray: 0 73.7 26.3 0;
  }
}
@keyframes pie3-1 {
  to {
    stroke-dasharray: 63 37 0 0;
  }
}
@keyframes pie3-2 {
  to {
    stroke-dasharray: 0 63 27 10;
  }
}
@keyframes pie3-3 {
  to {
    stroke-dasharray: 0 90 3 7;
  }
}
@keyframes pie3-4 {
  to {
    stroke-dasharray: 0 93 7 0;
  }
}
@keyframes pie4-1 {
  to {
    stroke-dasharray: 41 59 0 0;
  }
}
@keyframes pie4-2 {
  to {
    stroke-dasharray: 0 41 31 28;
  }
}
@keyframes pie4-3 {
  to {
    stroke-dasharray: 0 72 8 20;
  }
}
@keyframes pie4-4 {
  to {
    stroke-dasharray: 0 80 20 0;
  }
}
@keyframes line-show {
  to {
    opacity: 1;
  }
}
@keyframes num-show {
  to {
    transform: translateY(0);
  }
}
@keyframes bar-show {
  to {
    transform: translateY(0);
  }
}
@keyframes parts-show {
  to {
    opacity: 1;
  }
}
@keyframes infoAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-topn-index {
  display: flex;
}

.p-topn-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100vh;
  background-color: #F5F6F9;
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .p-topn-side {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .p-topn-side {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transform: translateY(100%);
    transition: 0.3s;
  }
  .p-topn-side.is-fade {
    transform: translateY(0);
  }
}
.p-topn-side.is-fixed {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
}
.p-topn-side__inner {
  padding-top: 150px;
}
@media screen and (max-width: 960px) {
  .p-topn-side__inner {
    padding-top: 0;
  }
}
.p-topn-side__txt {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-topn-side__txt {
    display: none;
  }
}
.p-topn-side__txt-link {
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .p-topn-side__txt-link {
    transition: 0.3s;
  }
  .p-topn-side__txt-link:hover {
    opacity: 0.7;
  }
}
.p-topn-side__txt-link::after {
  content: "";
  background-image: url("../img/recruit/topn/icon_link-open.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.p-job-menu-2 {
  display: block;
}
@media screen and (max-width: 960px) {
  .p-job-menu-2 {
    display: flex;
  }
}
.p-job-menu-2__item:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .p-job-menu-2__item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-job-menu-2__item--pc {
    display: none;
  }
}
.p-job-menu-2__copy-txt {
  font-size: clamp(11px, 1.015625vw, 13px);
  color: #FF006F;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-job-menu-2__copy-txt {
    margin-bottom: 3px;
  }
}
.p-job-menu-2__copy-txt--blue {
  color: #5C98DE;
}
.p-job-menu-2__btn {
  background-color: #5C98DE;
  border-radius: 100px;
  width: 100%;
  max-width: 250px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
  transition: 0.1s;
}
@media screen and (min-width: 751px) {
  .p-job-menu-2__btn:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  .p-job-menu-2__btn {
    border-radius: 5px;
    width: 163px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-menu-2__btn {
    margin: 0 auto;
  }
}
.p-job-menu-2__btn--white {
  border: 1px solid #5C98DE;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-job-menu-2__btn--sp-white {
    border: 1px solid #5C98DE;
    background-color: #fff;
  }
}
.p-job-menu-2__btn-txt {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .p-job-menu-2__btn-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .p-job-menu-2__btn-txt--2 {
    text-align: center;
    line-height: 1;
  }
}
.p-job-menu-2__btn-txt--open {
  padding-right: 10px;
}
.p-job-menu-2__btn-txt--open svg {
  position: relative;
  top: 2px;
  left: 10px;
}
.p-job-menu-2__btn-txt--open-s {
  padding-right: 10px;
  font-size: 14px;
}
.p-job-menu-2__btn-txt--open-s svg {
  position: relative;
  top: 2px;
  left: 10px;
  width: 14px;
}
.p-job-menu-2__btn-txt--none svg {
  display: none;
}
.p-job-menu-2__btn--white .p-job-menu-2__btn-txt {
  color: #5C98DE;
}

@media screen and (max-width: 960px) {
  .p-job-menu-2__btn--sp-white .p-job-menu-2__btn-txt {
    color: #5C98DE;
  }
}

.p-job-menu-2__btn--small .p-job-menu-2__btn-txt {
  font-size: 15px;
}

@media screen and (max-width: 960px) {
  .p-job-menu-2__btn-txt-s {
    font-size: 10px;
    display: block;
    margin-top: 5px;
  }
}

.p-topn-wrap {
  margin-left: 270px;
  width: calc(100% - 270px);
}
@media screen and (max-width: 1080px) {
  .p-topn-wrap {
    margin-left: 25%;
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .p-topn-wrap {
    margin-left: 0;
    width: 100%;
  }
}

.p-topn-main {
  width: 100%;
}

.p-topn-container {
  padding: 0 30px;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .p-topn-container {
    padding: 0 3%;
  }
}

.p-topn-news__inner {
  display: flex;
  background-color: #fff;
}
.p-topn-news__contents {
  overflow: hidden;
}
.p-topn-news__ttl {
  color: #fff;
  font-size: 14px;
  background-color: #0057C9;
  display: inline-block;
  padding: 5px 25px;
}
.p-topn-news__list-wrap {
  display: flex;
}
.p-topn-news__list {
  margin-left: 20px;
  display: flex;
}
body.is-load .p-topn-news__list {
  animation: infoAnimation 30s linear infinite;
}

.p-topn-news__item {
  margin-left: 50px;
}
.p-topn-news__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-top: 0.1em;
}
@media screen and (min-width: 751px) {
  .p-topn-news__link {
    transition: 0.3s;
  }
  .p-topn-news__link:hover {
    opacity: 0.7;
  }
}
.p-topn-news__link::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D6E9FF;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
}
.p-topn-news__date {
  font-size: 14px;
  color: #0057C9;
}
.p-topn-news__txt {
  font-size: 14px;
  color: #0057C9;
  white-space: nowrap;
  margin-left: 10px;
}

.p-topn-fix {
  position: fixed;
  top: 80px;
  right: -45px;
  z-index: 1000;
  width: 90px;
  transform: translateX(100%);
  transition: 0.3s;
}
.p-topn-fix.is-fade {
  transform: translateX(0);
}
.p-topn-fix.is-fixed {
  transform: translateX(100%);
}

.p-topn-kv {
  padding: 40px 0 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-topn-kv {
    padding: 15px 0 20px;
  }
}
.p-topn-kv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-topn-kv__movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.p-topn-kv__movie video {
  width: 100%;
}
.p-topn-kv__movie-img {
  width: 100%;
}
.p-topn-kv__square {
  display: block;
  position: absolute;
  background: rgb(20, 20, 147);
  background: linear-gradient(45deg, rgb(20, 20, 147) 0%, rgb(32, 78, 194) 20%, rgb(0, 144, 216) 40%, rgb(4, 179, 235) 60%, rgb(130, 177, 218) 80%, rgb(255, 179, 221) 100%);
  mix-blend-mode: overlay;
}
.p-topn-kv__square--1 {
  width: clamp(55px, 6.484375vw, 83px);
  height: clamp(24px, 2.890625vw, 37px);
  top: clamp(28px, 3.359375vw, 43px);
  right: clamp(136px, 16.015625vw, 205px);
}
.p-topn-kv__square--2 {
  width: clamp(116px, 13.671875vw, 175px);
  height: clamp(26px, 3.046875vw, 39px);
  right: clamp(-22px, -2.65625vw, -34px);
  bottom: clamp(60px, 7.109375vw, 91px);
}
.p-topn-kv__square--3 {
  width: clamp(38px, 4.453125vw, 57px);
  height: clamp(38px, 4.453125vw, 57px);
  right: clamp(6px, 0.78125vw, 10px);
  bottom: clamp(3px, 0.703125vw, 9px);
}
.p-topn-kv__inner {
  display: flex;
  justify-content: space-between;
}
.p-topn-kv__logo {
  width: clamp(138px, 33.984375vw, 435px);
}
@media screen and (max-width: 599px) {
  .p-topn-kv__logo {
    width: 138px;
  }
}
.p-topn-kv__logo img {
  width: 100%;
}
.p-topn-kv__txt-area {
  position: relative;
  z-index: 10;
}
.p-topn-kv__txt-cont {
  background-color: rgba(255, 255, 255, 0.6);
  padding: clamp(3px, 0.546875vw, 7px);
  display: inline-block;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-topn-kv__txt-cont {
    margin-top: 10px;
  }
}
.p-topn-kv__txt-list {
  display: flex;
}
.p-topn-kv__txt-list:nth-of-type(n + 2) {
  margin-top: clamp(3px, 0.546875vw, 7px);
}
@media screen and (max-width: 750px) {
  .p-topn-kv__txt-list:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.p-topn-kv__txt-item {
  color: #0057C9;
  font-size: clamp(9px, 1.171875vw, 15px);
  font-weight: 500;
  background-color: #fff;
  padding: clamp(3px, 0.390625vw, 5px) clamp(15px, 1.5625vw, 20px);
}
.p-topn-kv__txt-item:nth-of-type(n + 2) {
  margin-left: clamp(3px, 0.546875vw, 7px);
}
@media screen and (max-width: 750px) {
  .p-topn-kv__txt-item:nth-of-type(n + 2) {
    margin-left: 5px;
  }
}
.p-topn-kv__img-area {
  display: flex;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 599px) {
  .p-topn-kv__img-area {
    display: none;
  }
}
.p-topn-kv__img {
  width: clamp(80px, 9.375vw, 120px);
  position: relative;
}
.p-topn-kv__img--1 {
  z-index: 3;
  margin-top: 100px;
}
.p-topn-kv__img--2 {
  z-index: 2;
  margin-left: -15px;
  margin-top: 50px;
}
.p-topn-kv__img--3 {
  z-index: 1;
  margin-left: -15px;
}

.p-topn-kvsp {
  position: relative;
  overflow: hidden;
}
.p-topn-kvsp__slide-container {
  position: relative;
}
.p-topn-kvsp__slide-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 68.2666666667vw;
  height: 76vw;
  background-image: url("../img/recruit/topn/sp/img_kvsp-color.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-topn-kvsp__list {
  position: absolute;
  top: 5.3333333333vw;
  left: 0;
}
.p-topn-kvsp__item--2 {
  margin-top: 4vw;
}
.p-topn-kvsp__label {
  position: relative;
  z-index: 2;
  background-color: #001C68;
  height: 9.0666666667vw;
  display: flex;
  align-items: center;
  padding-left: 5.3333333333vw;
}
.p-topn-kvsp__label::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6.6666666667vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6.6666666667vw solid transparent;
  border-left: 6.6666666667vw solid transparent;
  border-top: 9.0666666667vw solid #001C68;
  border-bottom: 0;
}
.p-topn-kvsp__label--1 {
  width: 48vw;
}
.p-topn-kvsp__label--2 {
  width: 36vw;
}
.p-topn-kvsp__label-txt {
  color: #FFFFFF;
  font-size: 5.3333333333vw;
  font-weight: 500;
}
.p-topn-kvsp__cont {
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 12.5333333333vw;
  margin-top: -1.8666666667vw;
  padding-left: 5.3333333333vw;
  transform: translateX(-150%);
}
.is-load .p-topn-kvsp__cont {
  animation: slide-left 0.2s linear forwards 0.5s;
}

.p-topn-kvsp__cont::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8vw solid transparent;
  border-left: 8vw solid transparent;
  border-top: 12.5333333333vw solid #fff;
  border-bottom: 0;
}
.p-topn-kvsp__cont--1 {
  width: 45.3333333333vw;
  padding-top: 4.8vw;
}
.p-topn-kvsp__cont--2 {
  width: 33.3333333333vw;
  padding-top: 2.9333333333vw;
}
.p-topn-kvsp__cont-txt {
  position: relative;
  z-index: 10;
  color: #0057C9;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.333;
  display: block;
  white-space: nowrap;
}
.p-topn-kvsp__btm {
  position: absolute;
  right: -2.4vw;
  bottom: 0;
  z-index: 10;
  width: 95.6vw;
  height: 21.6vw;
  padding-top: 3.2vw;
  padding-left: 21.3333333333vw;
  padding-right: 5.3333333333vw;
  background-image: url("../img/recruit/topn/sp/img_btm-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateX(-150%);
}
.is-load .p-topn-kvsp__btm {
  animation: slide-right 0.3s linear forwards 1s;
}

.p-topn-kvsp__btm-txt {
  position: relative;
  z-index: 10;
  display: block;
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.3;
}
.p-topn-kvsp__btm-txt--2 {
  text-align: right;
}

.p-topn-archive {
  background-color: #001C68;
  padding-top: 8px;
  padding-bottom: 5px;
}
.p-topn-archive__txt {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 7px;
}
.p-topn-archive__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.p-topn-archive__item {
  width: 30.4%;
  max-width: 144px;
}
.p-topn-archive__note {
  text-align: right;
  font-size: 10px;
  color: #fff;
  display: block;
  margin-top: 3px;
  margin-right: 6px;
}

.p-topn-cta {
  margin-top: 20px;
  padding: 0 4%;
}
.p-topn-cta__copy {
  color: #333333;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.p-topn-cta__btn {
  display: flex;
  justify-content: center;
  background-color: #FF006F;
  border: 2px solid #fff;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 355px;
  margin: 0 auto;
  padding: 15px;
}
.p-topn-cta__btn-txt {
  position: relative;
  font-size: 20px;
  color: #fff;
}
.p-topn-cta__btn-txt::after {
  content: "";
  position: absolute;
}
.p-topn-cta__btn-txt svg {
  margin-left: 25px;
}

.p-topn-rank {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-topn-rank {
    display: none;
  }
}
.p-topn-rank__list {
  position: relative;
  z-index: 10;
  display: flex;
  margin-top: -40px;
}
@media screen and (max-width: 750px) {
  .p-topn-rank__list {
    justify-content: center;
    margin-top: 15px;
  }
}
.p-topn-rank__img--1 {
  width: min(11.484375vw, 147px);
}
@media screen and (max-width: 750px) {
  .p-topn-rank__img--1 {
    width: 117.6px;
  }
}
.p-topn-rank__img--2 {
  width: min(11.015625vw, 141px);
}
@media screen and (max-width: 750px) {
  .p-topn-rank__img--2 {
    width: 112.8px;
  }
}
.p-topn-rank__img--3 {
  width: min(10.234375vw, 131px);
}
@media screen and (max-width: 750px) {
  .p-topn-rank__img--3 {
    width: 104.8px;
  }
}
.p-topn-rank__img:nth-of-type(n + 2) {
  margin-left: 15px;
}
.p-topn-rank__img img {
  image-rendering: -webkit-optimize-contrast;
}
.p-topn-rank__note-area {
  margin-left: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .p-topn-rank__note-area {
    margin-left: 0;
    margin-top: 15px;
  }
}
.p-topn-rank__note-txt {
  font-size: 10px;
  color: #767676;
}

.p-topn-topclass {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-topn-topclass {
    padding-top: 40px;
  }
}

.p-topn-anchor {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor {
    margin-top: 30px;
  }
}
.p-topn-anchor__head {
  position: relative;
  margin-bottom: 15px;
}
.p-topn-anchor__head-txt {
  font-size: clamp(11px, 1.015625vw, 13px);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__head-txt {
    top: -5px;
  }
}
.p-topn-anchor__head-ttl {
  font-size: clamp(23px, 2.8125vw, 36px);
  line-height: 1;
}
.p-topn-anchor__head-ttl-b {
  font-size: clamp(34px, 4.0625vw, 52px);
  font-weight: bold;
}
.p-topn-anchor__head-ttl-num {
  font-size: clamp(46px, 5.546875vw, 71px);
  font-weight: bold;
  color: #5C98DE;
  display: inline-block;
  line-height: 1;
}
.p-topn-anchor__list {
  display: flex;
  border: 2px solid #5C98DE;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__list {
    border: none;
    justify-content: space-between;
  }
}
.p-topn-anchor__item {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__item {
    margin: 0;
    width: 32.4%;
  }
}
.p-topn-anchor__item:nth-of-type(n + 2) {
  position: relative;
}
.p-topn-anchor__item:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12.6%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #D6D6D6;
}
@media screen and (min-width: 1281px) {
  .p-topn-anchor__item:nth-of-type(n + 2)::before {
    left: -46px;
  }
}
@media screen and (max-width: 960px) {
  .p-topn-anchor__item:nth-of-type(n + 2)::before {
    left: calc(-24.25vw + 140px);
  }
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__item:nth-of-type(n + 2)::before {
    display: none;
  }
}
.p-topn-anchor__link {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__link {
    border: 2px solid #6DB1FF;
    background-color: #D6E9FF;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 7%;
  }
}
.p-topn-anchor__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 16px solid #d6d6d6;
  border-bottom: 0;
}
@media screen and (min-width: 751px) {
  .p-topn-anchor__link::after {
    transition: 0.1s;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__link::after {
    transform: translateX(-50%);
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 6px solid #555555;
    border-bottom: 0;
  }
}
@media screen and (min-width: 751px) {
  .p-topn-anchor__link:hover::after {
    bottom: -2px;
  }
}
.p-topn-anchor__link-txt {
  position: relative;
  font-size: clamp(16px, 1.796875vw, 23px);
  font-weight: bold;
  display: inline-block;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__link-txt {
    font-size: clamp(10px, 3.2vw, 12px);
    font-weight: 500;
  }
}
.p-topn-anchor__link-txt::before, .p-topn-anchor__link-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
  width: 100%;
  height: 4px;
}
.p-topn-anchor__link-txt::before {
  background-color: #6DB1FF;
}
.p-topn-anchor__link-txt::after {
  background-color: #FB64BB;
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .p-topn-anchor__link-txt::after {
    transition: 0.3s;
  }
  .p-topn-anchor__link:hover .p-topn-anchor__link-txt::after {
    opacity: 1;
  }
}
.p-topn-anchor__link-txt-num {
  font-size: clamp(20px, 2.34375vw, 30px);
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__link-txt-num {
    font-size: 12px;
    font-weight: 500;
  }
}
.p-topn-anchor__link-txt-s {
  font-size: clamp(10px, 0.9375vw, 12px);
  display: block;
  margin: 2px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor__link-txt-s {
    display: none;
  }
}

.p-topn-anchor-target {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  padding-top: 75px;
  margin-top: -75px;
}
@media screen and (max-width: 750px) {
  .p-topn-anchor-target {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.p-topn-head {
  display: flex;
  align-items: center;
}
.p-topn-head__icon {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: rgb(115, 194, 255);
  background: linear-gradient(45deg, rgb(115, 194, 255) 0%, rgb(149, 181, 255) 45%, rgb(255, 209, 234) 100%);
  border-radius: 5px;
  width: clamp(67px, 12.5vw, 160px);
  height: clamp(62px, 11.71875vw, 150px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-topn-head__icon-txt {
  font-size: clamp(10px, 1.25vw, 16px);
  color: #fff;
  display: block;
}
.p-topn-head__icon-num {
  font-size: clamp(33px, 4.6875vw, 60px);
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .p-topn-head__icon-num {
    line-height: 1;
  }
}
.p-topn-head__txt-area {
  margin-left: 20px;
}
.p-topn-head__txt {
  font-size: clamp(12px, 1.71875vw, 22px);
  font-weight: bold;
}
.p-topn-head__ttl {
  font-size: clamp(20px, 3.125vw, 40px);
  font-weight: bold;
  color: #5C98DE;
}

.p-topn-ttl-3 {
  color: #FF006F;
  font-size: clamp(18px, 2.109375vw, 27px);
}

.p-topn-employ {
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-employ {
    padding: 30px 0;
  }
}
.p-topn-employ .p-topn-ttl-3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-topn-employ .p-topn-ttl-3 {
    margin-bottom: 10px;
  }
}
.p-topn-employ__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-topn-employ__inner {
    display: block;
  }
}
.p-topn-employ__txt-area {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .p-topn-employ__txt-area {
    width: 100%;
  }
}
.p-topn-employ__txt {
  font-size: clamp(14px, 1.5625vw, 20px);
}
.p-topn-employ__txt-num {
  color: #5C98DE;
  font-size: clamp(18px, 3.125vw, 40px);
  font-weight: bold;
}
.p-topn-employ__txt-kome {
  font-size: clamp(10px, 0.859375vw, 11px);
  position: relative;
  top: -0.7em;
  line-height: 1;
  display: inline-block;
}
.p-topn-employ__graph-area {
  width: 47%;
}
@media screen and (max-width: 599px) {
  .p-topn-employ__graph-area {
    max-width: 442px;
    width: 100%;
    margin: 30px auto 0;
  }
}
.p-topn-employ__graph {
  width: 100%;
  padding-top: 52.3489932886%;
  position: relative;
  overflow: hidden;
}
.p-topn-employ__graph img {
  image-rendering: -webkit-optimize-contrast;
}
.p-topn-employ__graph-img {
  position: absolute;
  top: 0;
}
.p-topn-employ__graph-base {
  width: 90.6040268456%;
  position: absolute;
  right: 0;
  bottom: 1.2820512821%;
  z-index: 10;
  opacity: 0;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-base {
  animation: parts-show 0.5s ease-in-out forwards;
}

.p-topn-employ__graph-base img {
  width: 100%;
}
.p-topn-employ__graph-scale {
  width: 89.2617449664%;
  position: absolute;
  right: 0.8948545861%;
  bottom: 1.2820512821%;
  z-index: 1;
  opacity: 0;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-scale {
  animation: parts-show 0.5s ease-in-out forwards;
}

.p-topn-employ__graph-scale img {
  width: 100%;
}
.p-topn-employ__graph-mark {
  width: 7.6062639821%;
  position: absolute;
  top: 2.1367521368%;
  left: 0;
  opacity: 0;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-mark {
  animation: parts-show 0.5s ease-in-out forwards;
}

.p-topn-employ__graph-mark img {
  width: 100%;
}
.p-topn-employ__graph-arrow {
  position: absolute;
  z-index: 3;
  top: 29.9145299145%;
  left: 24.6085011186%;
  width: 57.2706935123%;
  opacity: 0;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-arrow {
  animation: parts-show 0.5s ease-in-out forwards 1s;
}

.p-topn-employ__graph-txt {
  font-size: clamp(14px, 1.5625vw, 20px);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-topn-employ__graph-txt {
    margin-top: 10px;
  }
}
.p-topn-employ__graph-note {
  font-size: clamp(10px, 0.9375vw, 12px);
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .p-topn-employ__graph-note {
    margin-top: -17px;
  }
}
.p-topn-employ__graph-bar {
  position: absolute;
  bottom: 1.2820512821%;
  z-index: 2;
  overflow: hidden;
}
.p-topn-employ__graph-bar img {
  transform: translateY(100%);
  transition: 0.3s;
  width: 100%;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-bar img {
  animation: bar-show 0.5s ease-in-out forwards 0.5s;
}

.p-topn-employ__graph-bar--20 {
  width: 13.4228187919%;
  left: 12.9753914989%;
}
.p-topn-employ__graph-bar--21 {
  width: 13.4228187919%;
  left: 30.4250559284%;
}
.p-topn-employ__graph-bar--22 {
  width: 13.4228187919%;
  left: 47.8747203579%;
}
.p-topn-employ__graph-bar--23 {
  width: 13.4228187919%;
  left: 65.3243847875%;
}
.p-topn-employ__graph-bar--24 {
  width: 13.4228187919%;
  left: 82.774049217%;
}
.p-topn-employ__graph-year {
  width: 10.2908277405%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  line-height: 1;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-year {
  animation: parts-show 0.5s ease-in-out forwards 1s;
}

.p-topn-employ__graph-year--20 {
  top: 86.3247863248%;
  left: 14.9888143177%;
}
.p-topn-employ__graph-year--21 {
  top: 86.3247863248%;
  left: 32.2147651007%;
}
.p-topn-employ__graph-year--22 {
  top: 86.3247863248%;
  left: 49.6644295302%;
}
.p-topn-employ__graph-year--23 {
  top: 86.3247863248%;
  left: 67.1140939597%;
}
.p-topn-employ__graph-year--24 {
  top: 86.3247863248%;
  left: 84.5637583893%;
}
.p-topn-employ__graph-num {
  width: 10.2908277405%;
  font-size: 5.1282051282%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  line-height: 1;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-num {
  animation: parts-show 0.5s ease-in-out forwards 1s;
}

.p-topn-employ__graph-num--20 {
  top: 39.3162393162%;
  left: 14.5413870246%;
}
.p-topn-employ__graph-num--21 {
  top: 29.9145299145%;
  left: 31.7673378076%;
}
.p-topn-employ__graph-num--22 {
  top: 19.2307692308%;
  left: 49.2170022371%;
}
.p-topn-employ__graph-num--23 {
  top: 14.5299145299%;
  left: 66.4429530201%;
}
.p-topn-employ__graph-num--24 {
  width: 17.225950783%;
  top: 5.5555555556%;
  left: 80.9843400447%;
}
.p-topn-employ__graph-time {
  position: absolute;
  z-index: 3;
  width: 11.4093959732%;
  top: 27.7777777778%;
  left: 83.8926174497%;
  opacity: 0;
  line-height: 1;
}
.p-topn-employ__graph-area.is-show .p-topn-employ__graph-time {
  animation: parts-show 0.5s ease-in-out forwards 1s;
}

.p-topn-employ__graph-time img {
  width: 100%;
}

.p-topn-partner {
  background-color: #F9F9FB;
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-partner {
    padding: 30px 0;
  }
}
.p-topn-partner__txt {
  font-size: clamp(14px, 1.5625vw, 20px);
}
.p-topn-partner__txt-num {
  font-size: clamp(18px, 3.125vw, 40px);
  font-weight: bold;
  color: #5C98DE;
}
.p-topn-partner__txt-kome {
  font-size: clamp(10px, 0.859375vw, 11px);
  position: relative;
  top: -0.7em;
  line-height: 1;
  display: inline-block;
}
.p-topn-partner__note {
  font-size: clamp(10px, 0.9375vw, 12px);
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-topn-partner__note {
    margin-top: 3px;
  }
}
.p-topn-partner__graph {
  margin: 50px 0;
}
@media screen and (max-width: 599px) {
  .p-topn-partner__graph {
    margin: 20px 0;
  }
}
.p-topn-partner__graph-list {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-topn-partner__graph-list {
    display: block;
  }
}
.p-topn-partner__graph-item {
  margin: 0 auto;
  position: relative;
}
.p-topn-partner__graph-note {
  font-size: 12px;
  text-align: right;
}

.p-topn-area {
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-area {
    padding: 30px 0;
  }
}
.p-topn-area .p-topn-ttl-3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-topn-area .p-topn-ttl-3 {
    margin-bottom: 5px;
  }
}
.p-topn-area__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-topn-area__inner {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .p-topn-area__txt-area {
    width: 265px;
  }
}
@media screen and (min-width: 751px) {
  .p-topn-area__img-area {
    position: relative;
    margin-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-area__img-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-topn-area__txt {
  font-size: clamp(14px, 1.5625vw, 20px);
}
.p-topn-area__txt-l {
  font-size: clamp(14px, 2.34375vw, 30px);
  font-weight: bold;
  color: #5C98DE;
  margin: 5px 0;
}
@media screen and (min-width: 600px) {
  .p-topn-area__txt-l {
    display: block;
  }
}
.p-topn-area__img-wrap {
  position: relative;
  width: clamp(206px, 34.53125vw, 442px);
}
@media screen and (max-width: 750px) {
  .p-topn-area__img-wrap {
    margin-top: -100px;
    margin-left: auto;
    margin-right: 10%;
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .p-topn-area__img-wrap {
    width: 206px;
  }
}
@media screen and (max-width: 400px) {
  .p-topn-area__img-wrap {
    margin-right: 0;
  }
}
.p-topn-area__img {
  opacity: 0;
}
.p-topn-area__img-wrap.is-show .p-topn-area__img {
  animation: parts-show 0.5s ease-in-out forwards 0.5s;
}

.p-topn-area__img img {
  image-rendering: -webkit-optimize-contrast;
}
.p-topn-area__img-dot {
  width: 68.5746606335%;
  position: absolute;
  top: 15.6028368794%;
  left: 2.9411764706%;
  opacity: 0;
}
.p-topn-area__img-wrap.is-show .p-topn-area__img-dot {
  animation: parts-show 0.5s ease-in-out forwards 1s;
}

.p-topn-area__box {
  border: 3px solid #5C98DE;
  border-radius: 10px;
  width: clamp(92px, 15.3125vw, 196px);
  padding: clamp(10px, 1.5625vw, 20px) 0;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-topn-area__box {
    position: absolute;
    top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-area__box {
    border-width: 2px;
    padding: 2px 0;
    margin-top: 10px;
    margin-left: 5px;
  }
}
.p-topn-area__box-txt {
  font-size: clamp(12px, 1.5625vw, 20px);
}
.p-topn-area__box-txt-num {
  font-size: clamp(16px, 3.125vw, 40px);
  font-weight: bold;
}

.p-topn-bg {
  background: rgb(214, 233, 255);
  background: linear-gradient(45deg, rgb(214, 233, 255) 0%, rgb(222, 230, 255) 20%, rgb(239, 222, 255) 100%);
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-bg {
    display: none;
  }
}

.p-topn-page {
  background-color: #F9F9FB;
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-page {
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-page--white {
    background-color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-page--3 {
    padding-bottom: 100px;
  }
}
.p-topn-page__inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-topn-page__inner {
    display: block;
    text-align: center;
  }
}
.p-topn-page__head {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p-topn-page__head {
    margin-bottom: 20px;
  }
}
.p-topn-page__ttl {
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: bold;
  text-align: center;
}
.p-topn-page__ttl-color {
  font-size: clamp(26px, 1.5625vw, 30px);
  font-weight: bold;
  color: #5C98DE;
  display: block;
}
.p-topn-page__txt {
  font-size: 13px;
}
.p-topn-page__list {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  margin-left: clamp(10px, 3.125vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-topn-page__list {
    margin: 0 auto;
    width: auto;
    max-width: 500px;
    min-width: 310px;
  }
}
.p-topn-page__item {
  width: 23.125%;
  transform: scale(0.8);
  opacity: 0;
}
.p-topn-page__list.is-show .p-topn-page__item {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.p-topn-page__list.is-show .p-topn-page__item--2 {
  animation-delay: 0.2s;
}
.p-topn-page__list.is-show .p-topn-page__item--3 {
  animation-delay: 0.4s;
}
.p-topn-page__list.is-show .p-topn-page__item--4 {
  animation-delay: 0.6s;
}
.p-topn-page__list.is-show .p-topn-page__item--5 {
  animation-delay: 0.8s;
}
.p-topn-page__list.is-show .p-topn-page__item--6 {
  animation-delay: 1s;
}

@media screen and (max-width: 750px) {
  .p-topn-page__item {
    width: 48.5%;
  }
}
@media screen and (min-width: 751px) {
  .p-topn-page__item:not(:nth-of-type(4n+1)):not(:nth-of-type(1)) {
    margin-left: 2.5%;
  }
}
@media screen and (min-width: 751px) {
  .p-topn-page__item:nth-of-type(n + 5) {
    margin-top: 2.5%;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-page__item:nth-of-type(2n) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-page__item:nth-of-type(n + 3) {
    margin-top: 3%;
  }
}
.p-topn-page__link {
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: block;
  height: 100%;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  height: 114px;
}
.p-topn-page__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(115, 194, 255);
  background: linear-gradient(45deg, rgb(115, 194, 255) 0%, rgb(149, 181, 255) 45%, rgb(255, 209, 234) 100%);
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .p-topn-page__link::before {
    transition: 0.3s;
  }
  .p-topn-page__link:hover .p-topn-page__link::before {
    opacity: 1;
  }
}
@media screen and (min-width: 751px) {
  .p-topn-page__link {
    transition: 0.3s;
  }
  .p-topn-page__link:hover:before {
    opacity: 1;
  }
}
.p-topn-page__link-txt {
  position: relative;
  color: #5C98DE;
  font-size: clamp(12px, 1.09375vw, 14px);
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
}
@media screen and (min-width: 751px) {
  .p-topn-page__link-txt {
    transition: 0.3s;
  }
  .p-topn-page__link:hover .p-topn-page__link-txt {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-page__link-txt {
    font-size: 14px;
  }
}
.p-topn-page__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40%;
  transform: translateY(-50%);
  background-image: url("../img/recruit/topn/icon_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 13px;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .p-topn-page__link-txt::after {
    transition: 0.3s;
  }
  .p-topn-page__link:hover .p-topn-page__link-txt::after {
    background-image: url("../img/recruit/topn/icon_arrow_white.svg");
  }
}
.p-topn-page__link-txt--l {
  font-size: clamp(13px, 1.171875vw, 15px);
}
@media screen and (max-width: 750px) {
  .p-topn-page__link-txt--l {
    font-size: 15px;
  }
}
.p-topn-page__link-txt--2 {
  display: inline-block;
}
.p-topn-page__link-txt--2::after {
  right: -5% !important;
}
.p-topn-page__link-txt--r::after {
  right: -20%;
}
.p-topn-page__link-txt-s {
  font-size: 10px;
  display: block;
}
.p-topn-page__link-icon {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  height: calc(100% - 42px);
  display: flex;
  align-items: center;
}
.p-topn-page__link-icon--f1 {
  width: 51px;
}
.p-topn-page__link-icon--f2 {
  width: 43px;
}
.p-topn-page__link-icon--f3 {
  width: 42px;
}
.p-topn-page__link-icon--f4 {
  width: 68px;
}
.p-topn-page__link-icon--b1 {
  width: 47px;
}
.p-topn-page__link-icon--b2 {
  width: 45px;
}
.p-topn-page__link-icon--b3 {
  width: 38px;
}
.p-topn-page__link-icon--b4 {
  width: 43px;
}
.p-topn-page__link-icon--b5 {
  width: 46px;
}
.p-topn-page__link-icon--b6 {
  width: 36px;
}
.p-topn-page__link-icon--t1 {
  width: 51px;
}
.p-topn-page__link-icon--t2 {
  width: 54px;
}
.p-topn-page__link-icon--t3 {
  width: 66px;
}
.p-topn-page__link-icon--t4 {
  width: 63px;
}
.p-topn-page__link-icon--t5 {
  width: 39px;
}
.p-topn-page__link-icon--t6 {
  max-width: 115px;
}
@media screen and (min-width: 751px) {
  .p-topn-page__link-icon-1 {
    transition: 0.3s;
  }
  .p-topn-page__link:hover .p-topn-page__link-icon-1 {
    opacity: 0;
  }
}
.p-topn-page__link-icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .p-topn-page__link-icon-2 {
    transition: 0.3s;
  }
  .p-topn-page__link:hover .p-topn-page__link-icon-2 {
    opacity: 1;
  }
}
.p-topn-page__note-txt {
  font-size: clamp(10px, 0.9375vw, 12px);
  margin-top: 80px;
  line-height: 1.6666666667;
}

.p-topn-field {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-topn-field {
    padding-top: 40px;
  }
}

.p-topn-occ {
  padding-top: 30px;
}
.p-topn-occ__txt-color {
  font-size: clamp(14px, 1.5625vw, 20px);
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 10px;
}
.p-topn-occ__txt {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 2.25;
}
@media screen and (max-width: 599px) {
  .p-topn-occ__txt {
    line-height: 1.7142857143;
  }
}
.p-topn-occ__graph {
  margin: 50px 0;
}
.p-topn-occ__graph-list {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-topn-occ__graph-list {
    display: block;
  }
}
.p-topn-occ__graph-item {
  position: relative;
  margin: 0 auto;
}
.p-topn-occ__graph-note {
  font-size: 12px;
  text-align: right;
  margin-top: -50px;
}

.p-topn-branch {
  background-color: #F9F9FB;
  padding: 50px 0;
}
.p-topn-branch .p-topn-ttl-3 {
  margin-bottom: 5px;
}
.p-topn-branch__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-topn-branch__inner {
    display: block;
  }
}
.p-topn-branch__txt-area {
  width: 53%;
}
@media screen and (max-width: 599px) {
  .p-topn-branch__txt-area {
    width: 100%;
  }
}
.p-topn-branch__txt {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .p-topn-branch__txt {
    line-height: 1.7;
    margin-bottom: 5px;
  }
}
.p-topn-branch__list-item {
  font-size: clamp(14px, 1.5625vw, 20px);
  font-weight: bold;
  color: #5C98DE;
}
.p-topn-branch__list-item:nth-of-type(n + 2) {
  margin-top: 5px;
}
.p-topn-branch__list-item::before {
  content: "";
  width: clamp(10px, 1.015625vw, 13px);
  height: clamp(10px, 1.015625vw, 13px);
  background-color: #D6E9FF;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
}
.p-topn-branch__img-area {
  position: relative;
  width: 39%;
  padding-top: 25.7486187845%;
  flex-shrink: 0;
}
@media screen and (min-width: 751px) {
  .p-topn-branch__img-area {
    background-color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-branch__img-area {
    width: 237px;
    padding-top: 227.0210526316px;
  }
}
@media screen and (max-width: 599px) {
  .p-topn-branch__img-area {
    width: 63.2%;
    padding-top: 60.5389473684%;
  }
}
@media screen and (max-width: 599px) {
  .p-topn-branch__img-area {
    margin-top: 30px;
    margin-left: 20%;
    margin-right: auto;
  }
}
.p-topn-branch__img-area img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.p-topn-branch__img-map {
  position: absolute;
  width: 60.4972375691%;
  top: 6.6945606695%;
  right: 5.8011049724%;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-topn-branch__img-map {
    width: 100%;
    top: 0;
    right: 0;
  }
}
.p-topn-branch__img-area.is-show .p-topn-branch__img-map {
  animation: parts-show 0.5s ease-in-out forwards;
}

.p-topn-branch__img-dot {
  position: absolute;
  width: 41.7127071823%;
  top: 20.5020920502%;
  right: 22.6519337017%;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-topn-branch__img-dot {
    width: 69.8947368421%;
    top: 15.6043956044%;
    right: 26.7368421053%;
  }
}
.p-topn-branch__img-area.is-show .p-topn-branch__img-dot {
  animation: parts-show 0.5s ease-in-out forwards 0.5s;
}

.p-topn-branch__img-txt {
  position: absolute;
  width: 37.0165745856%;
  top: 24.2677824268%;
  left: 12.4309392265%;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-topn-branch__img-txt {
    width: 32.8421052632%;
    top: 24.8351648352%;
    left: 8%;
  }
}
.p-topn-branch__img-area.is-show .p-topn-branch__img-txt {
  animation: parts-show 0.5s ease-in-out forwards 0.5s;
}

.p-topn-assessment {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-topn-assessment {
    padding-top: 40px;
    background-color: #F9F9FB;
  }
}

.p-topn-eval {
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-eval {
    padding: 30px 0;
  }
}
.p-topn-eval .p-topn-ttl-3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-topn-eval .p-topn-ttl-3 {
    margin-bottom: 10px;
  }
}
.p-topn-eval__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-topn-eval__inner {
    display: block;
  }
}
.p-topn-eval__txt-area {
  width: 42%;
  max-width: 400px;
}
@media screen and (max-width: 750px) {
  .p-topn-eval__txt-area {
    width: 100%;
    max-width: 100%;
  }
}
.p-topn-eval__txt {
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  .p-topn-eval__txt {
    line-height: 1.7142857143;
  }
}
.p-topn-eval__img-area {
  max-width: 515px;
  width: 54%;
}
@media screen and (max-width: 750px) {
  .p-topn-eval__img-area {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-eval__graph {
    margin-top: 20px;
  }
}
.p-topn-eval__graph-note {
  font-size: 20px;
  font-size: clamp(11px, 1.5625vw, 20px);
  text-align: center;
  margin-top: -2.5em;
}

.p-topn-train {
  background-color: #F9F9FB;
  padding: 50px 0;
}
@media screen and (max-width: 750px) {
  .p-topn-train {
    padding: 30px 0;
    background-color: #fff;
  }
}
.p-topn-train .p-topn-ttl-3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-topn-train .p-topn-ttl-3 {
    margin-bottom: 10px;
  }
}
.p-topn-train__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .p-topn-train__inner {
    display: block;
  }
}
.p-topn-train__txt-area {
  width: 41%;
}
@media screen and (max-width: 750px) {
  .p-topn-train__txt-area {
    width: 100%;
  }
}
.p-topn-train__txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 599px) {
  .p-topn-train__txt {
    line-height: 1.7142857143;
  }
}
.p-topn-train__list {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin-left: 2%;
  min-width: 410px;
}
@media screen and (max-width: 750px) {
  .p-topn-train__list {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 20px;
  }
}
.p-topn-train__list-item {
  position: relative;
  border: 1px solid #F0F0F0;
  background-color: #fff;
  border-radius: 8px;
  width: 48%;
  padding: 12px 10px;
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-item {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    background-color: #F5F6F9;
    display: flex;
    align-items: center;
  }
}
.p-topn-train__list-item:nth-of-type(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-item:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.p-topn-train__list-item:nth-of-type(n + 3) {
  margin-top: 4%;
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.p-topn-train__list-icon {
  position: absolute;
  top: 15px;
  left: 10px;
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-icon {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-topn-train__list-icon--1 {
  width: clamp(42px, 4.0625vw, 52px);
}
.p-topn-train__list-icon--2 {
  width: clamp(42px, 4.21875vw, 54px);
}
.p-topn-train__list-icon--3 {
  width: clamp(42px, 4.21875vw, 54px);
}
.p-topn-train__list-txt-area {
  padding-left: clamp(50px, 5.46875vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-txt-area {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 751px) {
  .p-topn-train__list-txt-inner {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-txt-inner {
    width: 120px;
    flex-shrink: 0;
  }
}
.p-topn-train__list-txt {
  font-size: clamp(11px, 1.5625vw, 20px);
  white-space: nowrap;
}
.p-topn-train__list-txt-marker {
  font-size: clamp(11px, 1.875vw, 24px);
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0;
  text-decoration-thickness: clamp(3px, 0.46875vw, 6px);
  text-decoration-color: #6DB1FF;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: inline-block;
}
.p-topn-train__list-txt-marker--m {
  font-size: clamp(14px, 1.875vw, 24px);
}
@media screen and (max-width: 750px) {
  .p-topn-train__list-txt-marker--m {
    line-height: 1.3;
    margin-top: 2px;
  }
}
.p-topn-train__list-txt-num {
  font-size: clamp(23px, 3.125vw, 40px);
  font-weight: bold;
  line-height: 1;
}
.p-topn-train__list-txt-s {
  font-size: 12px;
  line-height: 1.75;
}
.p-topn-train__list-txt-kome {
  font-size: clamp(10px, 0.859375vw, 11px);
  position: relative;
  top: -1.2em;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-topn-train__list-txt-kome {
    top: -0.8em;
  }
}
.p-topn-train__logo {
  width: clamp(106px, 10.9375vw, 140px);
  margin-top: 10px;
}
.p-topn-train__logo img {
  image-rendering: -webkit-optimize-contrast;
}
.p-topn-train__note {
  font-size: clamp(10px, 0.9375vw, 12px);
  margin-top: 10px;
  text-align: right;
}

/* ----------------------------------------
   ken school
---------------------------------------- */
.p-ken-kv {
  position: relative;
}
.p-ken-kv__img {
  width: 100%;
  max-height: 500px;
}
.p-ken-kv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__img {
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__img {
    height: 400px;
  }
}
.p-ken-kv__wrapper {
  position: absolute;
  width: clamp(350px, 100%, 1280px);
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  height: 100%;
}
.p-ken-kv__inner {
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  left: 10%;
  padding: 10px 10px;
  margin: 50px 0;
  width: 400px;
  height: 255px;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__inner {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__inner {
    width: 270px;
    height: 170px;
  }
}
.p-ken-kv__ttl {
  font-size: 37.8px;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__ttl {
    font-size: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__ttl {
    font-size: 24px;
  }
}
.p-ken-kv__lead {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__lead {
    font-size: 12px;
  }
}
.p-ken-kv__logo {
  position: absolute;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  transform: translateX(-50%);
  margin: 130px 70px 0;
  padding: 34px 10px;
  width: 260.4px;
  height: 238.2px;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__logo {
    margin: 150px 70px 0;
    width: 200.4px;
    height: 178.2px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__logo {
    margin: 200px 30px 0;
    width: 140.4px;
    height: 118.2px;
  }
}
@media screen and (max-width: 599px) {
  .p-ken-kv__logo {
    margin: 260px 15px 0;
    width: 92.4px;
    height: 88.2px;
  }
}
.p-ken-kv__logo-ost {
  margin: 10px auto;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__logo-ost {
    margin: 5px auto;
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__logo-ost {
    margin: -15px auto;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .p-ken-kv__logo-ost {
    margin: -25px auto;
    width: 50px;
  }
}
.p-ken-kv__logo-x {
  margin: 10px auto;
  width: 26px;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__logo-x {
    width: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__logo-x {
    width: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-ken-kv__logo-x {
    width: 5px;
  }
}
.p-ken-kv__logo-ken {
  margin: 10px auto;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .p-ken-kv__logo-ken {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-kv__logo-ken {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .p-ken-kv__logo-ken {
    margin: 10px auto;
    width: 50px;
  }
}

.p-ken {
  max-width: 946px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 81px;
}
@media screen and (max-width: 1024px) {
  .p-ken {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken {
    padding: 0 4%;
  }
}
.p-ken__balloon {
  position: relative;
  margin: 20px -5px;
  padding: 7px 10px;
  width: 336px;
  height: 78px;
  color: #FFFFFF;
  background: #D80C18;
  border-radius: 50px;
  font-size: 36px;
  text-align: center;
}
.p-ken__balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D80C18;
}

.p-ken-point {
  border-radius: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border: 3.6px solid #D80C18;
  font-size: 33.6px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-ken-point__small {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .p-ken-point {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-point {
    font-size: 18px;
    display: block;
  }
}

.p-ken-course {
  margin: 0 auto;
  max-width: 946px;
}
.p-ken-course__wrapper {
  display: flex;
  justify-content: center;
  border-radius: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0 auto 24px;
  border: 3.6px solid #D80C18;
  font-size: 33.6px;
  max-width: 946px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  .p-ken-course__wrapper {
    margin: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-course__wrapper {
    display: block;
    margin: 30px auto;
    max-width: 400px;
  }
}
.p-ken-course__wrapper--navy {
  border: 3.6px solid #001C68;
  color: #001C68;
}
.p-ken-course__small {
  font-size: 12px;
  display: block;
}
.p-ken-course__col {
  flex-direction: column;
  margin: 60px;
}
@media screen and (max-width: 1024px) {
  .p-ken-course__col {
    margin: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-course__col {
    margin: 30px;
  }
}
.p-ken-course__ttl {
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-ken-course__ttl--navy {
  line-height: 60px;
}
.p-ken-course__ttl-area {
  background-color: #001C68;
  color: #FFFFFF;
  width: 300px;
  height: 60px;
  margin: 0 auto 51px;
}
.p-ken-course__txt {
  max-width: 946px;
  margin: 0 auto;
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}
.p-ken-course__name {
  font-size: 24px;
  color: #D80C18;
  margin: 12px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-ken-course__name {
    margin: 6px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-course__name {
    margin: 6px 0 0;
    font-size: 18px;
  }
}
.p-ken-course__list {
  font-size: 18px;
}
.p-ken-course__list2 {
  font-size: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-ken-course__list2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-course__list2 {
    font-size: 18px;
    margin: 0 30px;
  }
}
.p-ken-course__link {
  display: flex;
  margin: 0 0 90px auto;
  padding: 0 10px;
  width: 240px;
  height: 60px;
  color: #FFFFFF;
  background: #D80C18;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  place-items: center;
}
@media screen and (min-width: 751px) {
  .p-ken-course__link {
    transition: 0.3s;
  }
  .p-ken-course__link:hover {
    opacity: 0.3;
  }
}
.p-ken-course__link--navy {
  display: flex;
  background-color: #001C68;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 750px) {
  .p-ken-course__link--navy {
    margin-bottom: 180px;
  }
}
.p-ken-course__link-txt {
  margin: auto;
}
.p-ken-course__link-icon {
  margin: 5px;
}
.p-ken-course__schedule {
  margin-bottom: 320px;
}
.p-ken-course__timeline {
  max-width: 697.2px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  .p-ken-course__timeline {
    padding: 0;
  }
}
.p-ken-course__li {
  position: relative;
  list-style: none;
  justify-content: space-between;
}
.p-ken-course__dl {
  display: flex;
  justify-content: space-evenly;
}
.p-ken-course__time {
  width: 70.2px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  line-height: 0;
}
@media screen and (max-width: 750px) {
  .p-ken-course__time {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-ken-course__time {
    font-size: 9.6px;
  }
}
.p-ken-course__dd {
  display: flex;
  justify-content: space-between;
  line-height: 120px;
  border-left: 2px solid #D80C18;
  font-size: 18px;
  width: 697.2px;
  height: 124.8px;
  background-color: #fff;
  border: 3.6px solid #D80C18;
  color: #D80C18;
  padding-left: 90px;
}
@media screen and (max-width: 750px) {
  .p-ken-course__dd {
    max-width: 365.4px;
    font-size: 12px;
    height: 124.8px;
    padding-left: 30px;
  }
}
.p-ken-course__dd--red {
  background-color: #D80C18;
  color: #FFFFFF;
  height: 74.4px;
  line-height: 60px;
  margin: 3px 0;
}
.p-ken-course__dd-img {
  max-width: 90px;
}
@media screen and (max-width: 599px) {
  .p-ken-course__dd-img {
    max-width: 70px;
  }
}
.p-ken-course__dd-img--student {
  max-width: 120px;
}
@media screen and (max-width: 599px) {
  .p-ken-course__dd-img--student {
    max-width: 90px;
  }
}
.p-ken-course__dd-img--train {
  max-width: 150px;
}
@media screen and (max-width: 599px) {
  .p-ken-course__dd-img--train {
    max-width: 100px;
  }
}
.p-ken-course__result {
  max-width: 946px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
.p-ken-course__circle {
  background-color: #D80C18;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  padding: 2px;
}
@media screen and (max-width: 750px) {
  .p-ken-course__circle {
    width: 150px;
    height: 150px;
  }
}
.p-ken-course__circle-txt {
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .p-ken-course__circle-txt {
    font-size: 15px;
  }
}
.p-ken-course__big {
  font-size: 69.6px;
}
.p-ken-course__big--left {
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .p-ken-course__big {
    font-size: 35px;
  }
  .p-ken-course__big--left {
    margin-left: 10px;
  }
}
.p-ken-course__small {
  font-size: 7.2px;
}
.p-ken-course__discription {
  margin: 60px auto;
  max-width: 964px;
  font-size: 18px;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}
.p-ken-course__img {
  width: 100%;
}

.p-ken-card {
  max-width: 946px;
  margin: 0 auto;
  position: relative;
}
.p-ken-card:nth-of-type(n + 2) {
  margin-top: 144px;
}
.p-ken-card__box {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-ken-card__box {
    display: block;
  }
}
.p-ken-card__box--reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .p-ken-card__box--reverse {
    display: block;
  }
}
.p-ken-card__img-area {
  width: 89.6265560166%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-ken-card__img-area {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .p-ken-card__img {
    transition: transform 0.3s;
  }
  .p-area-card__link:hover .p-ken-card__img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 600px) {
  .p-ken-card__img {
    height: 100%;
  }
}
@media screen and (min-width: 600px) {
  .p-ken-card__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-ken-card__txt-area {
  width: 54.4007490637%;
  background-color: #D80C18;
  padding: 72px 30px;
}
@media screen and (max-width: 599px) {
  .p-ken-card__txt-area {
    width: 100%;
    padding: 20px 4% 30px;
  }
}
.p-ken-card__num {
  color: #fff;
  font-size: 22.8px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-ken-card__num {
    font-size: 25px;
  }
}
.p-ken-card__ttl {
  color: #fff;
  font-size: 24.6px;
  margin-bottom: 30px;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-ken-card__ttl {
    font-size: 25px;
    margin-bottom: 20px;
    padding-right: 25px;
  }
}
.p-ken-card__txt {
  color: #fff;
  font-size: 16.2px;
}
@media screen and (max-width: 599px) {
  .p-ken-card__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-ken-card__small {
    font-size: 12px;
  }
}
.p-ken-card__arrow {
  position: relative;
}
.p-ken-card__arrow::after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 92.4px solid transparent;
  border-right: 92.4px solid transparent;
  border-top: 63px solid #E2CDCE;
}
@media screen and (min-width: 751px) {
  .p-ken-card__arrow::after {
    transition: opacity 0.3s;
  }
  .p-area-card__link:hover .p-ken-card__arrow::after {
    opacity: 0.3;
  }
}

.p-ken-entry {
  display: block;
  margin: 156px auto;
  padding: 0 10px;
  max-width: 749.4px;
  height: 85.8px;
  color: #FFFFFF;
  background-color: #FF5A5A;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-ken-entry {
    padding: 0 20px;
    font-size: 36px;
    line-height: 72px;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-entry {
    padding: 0 4%;
  }
}

.p-ken-qa {
  max-width: 964px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.2rem;
}
.p-ken-qa__wrapper {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-ken-qa__wrapper {
    display: block;
  }
}
.p-ken-qa__wrapper--reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .p-ken-qa__wrapper--reverse {
    display: block;
  }
}
.p-ken-qa__img-area {
  width: 20.1244813278%;
  margin: 36px;
}
.p-ken-qa__img-area img {
  width: 100%;
}
.p-ken-qa__txt {
  height: 90px;
  width: 79.8755186722%;
  margin: 73.2px auto;
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  place-items: center;
  border: 1px solid;
}
@media screen and (max-width: 1024px) {
  .p-ken-qa__txt {
    margin: 36px auto;
  }
}
@media screen and (max-width: 750px) {
  .p-ken-qa__txt {
    margin: 18px auto;
    padding: 20px;
  }
}
.p-ken-qa__txt--a {
  display: block;
  background-color: #FFFDE6;
  border: 1px solid #A7983B;
  padding: 30px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .p-ken-qa__txt--a {
    padding: 20px;
  }
}
.p-ken-qa__link {
  display: flex;
  margin: 0 0 6px auto;
  padding: 0 10px;
  width: 240px;
  height: 60px;
  color: #FFFFFF;
  background: #D80C18;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  place-items: center;
}
@media screen and (min-width: 751px) {
  .p-ken-qa__link {
    transition: 0.3s;
  }
  .p-ken-qa__link:hover {
    opacity: 0.3;
  }
}
.p-ken-qa__link-s {
  display: inline-flex;
}
.p-ken-qa__link-s-txt {
  color: #FF5A5A;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .p-ken-qa__link-s-txt:hover {
    text-decoration: none;
  }
}
.p-ken-qa__link-s-icon {
  display: inline-block;
  width: 18px;
}
.p-ken-qa__link-s-icon img {
  width: 100%;
}
.p-ken-qa__link-txt {
  margin: auto;
  line-height: 60px;
}
.p-ken-qa__link-icon {
  margin: 5px;
}

/* ----------------------------------------
   benefits
---------------------------------------- */
.p-benefits {
  max-width: 946px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  padding-top: 72px;
  padding-bottom: 108px;
  border: 3.6px solid #5C98DE;
}

.p-benefits-block {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 81px;
}
.p-benefits-block:last-of-type {
  margin-bottom: 0;
}
.p-benefits-block__container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-benefits-block__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-benefits-block__container {
    padding: 0 4%;
  }
}

.p-benefits-lead {
  max-width: 970px;
  margin: 30px auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-benefits-lead {
    flex-direction: column-reverse;
  }
}
.p-benefits-lead__col {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p-benefits-lead__col--1 {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .p-benefits-lead__col--1 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-benefits-lead__col--2 {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .p-benefits-lead__col--2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-benefits-lead__txt-area {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-benefits-lead__txt-area {
    width: 100%;
  }
}
.p-benefits-lead__ttl {
  font-size: 20px;
  color: #5C98DE;
  text-align: center;
  margin-bottom: 14px;
}
.p-benefits-lead__txt {
  font-size: 14px;
  text-align: center;
}
.p-benefits-lead__img {
  width: 106.8px;
  margin: 0 auto;
}

.p-benefits-card {
  background-color: #E1E9F6;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  max-width: 90.6542056075%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-benefits-card {
    display: block;
    padding-right: 8px;
  }
}
@media screen and (max-width: 599px) {
  .p-benefits-card {
    max-width: 100%;
  }
}
.p-benefits-card--block {
  display: block;
}
@media screen and (max-width: 750px) {
  .p-benefits-card--block {
    padding-right: 18px;
  }
}
.p-benefits-card__row:nth-of-type(n + 2) {
  margin-top: 50px;
}
.p-benefits-card__col {
  width: 47.9096045198%;
}
@media screen and (max-width: 750px) {
  .p-benefits-card__col {
    width: 100%;
  }
  .p-benefits-card__col:nth-of-type(n + 2) {
    margin-top: 6px;
  }
}
.p-benefits-card__label {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background-color: #5C98DE;
  border-radius: 6px;
  padding: 0 0.8em;
  margin-bottom: 6px;
}

.p-benefits-list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-benefits-list-wrap {
    display: block;
  }
}

.p-benefits-list {
  padding-right: 7.0754716981%;
}
.p-benefits-list--2 {
  padding-right: 0;
  width: 49%;
}
@media screen and (max-width: 750px) {
  .p-benefits-list--2 {
    width: 100%;
  }
  .p-benefits-list--2:nth-of-type(2) {
    margin-top: 6px;
  }
}
.p-benefits-list__item {
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 6px;
}
.p-benefits-list__item:last-of-type {
  margin-bottom: 0;
}
.p-benefits-list--2 .p-benefits-list__item {
  width: 100%;
}

.p-benefits-list__icon {
  position: absolute;
  top: 0;
  right: -28px;
  background-color: #5C98DE;
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #5C98DE;
  border-radius: 3px;
}
@media screen and (min-width: 751px) {
  .p-benefits-list__icon {
    transition: opacity 0.3s;
  }
  .p-benefits-list__icon:hover {
    opacity: 0.7;
  }
}
.p-benefits-list__icon::before, .p-benefits-list__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.p-benefits-list__icon::before {
  width: 66.6666666667%;
  height: 2px;
}
.p-benefits-list__icon::after {
  width: 2px;
  height: 66.6666666667%;
}
.is-open .p-benefits-list__icon::after {
  opacity: 0;
}

.p-benefits-list__head {
  position: relative;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  width: 100%;
  text-align: left;
  padding: 6px;
}
.p-benefits-list__head.js-acc-trigger {
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-benefits-list__head.js-acc-trigger {
    transition: opacity 0.3s;
  }
  .p-benefits-list__head.js-acc-trigger:hover {
    opacity: 0.7;
  }
}
.p-benefits-list__head-txt {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-benefits-list__head-txt--link {
    max-width: calc(100% - 100px);
  }
}
.p-benefits-list__head-txt::before {
  content: "・";
  display: inline-block;
  width: 1em;
}
.p-benefits-list__note {
  font-size: 14px;
  margin-top: 3px;
}
.p-benefits-list__link {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #5C98DE;
  display: inline-block;
  padding-right: 1.5em;
}
.p-benefits-list__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-position: center center;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-benefits-list__link:hover::after {
    transform: translateX(5px) translateY(-50%);
  }
}
.p-benefits-list__body {
  padding: 0 6px 6px;
}
.p-benefits-list__body-txt {
  font-size: 14px;
}
.p-benefits-list__body-txt--indent {
  padding-left: 1em;
}

.p-benefits-anchor-target {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.p-benefits-anchor-target--margin {
  padding-top: 85px;
  margin-top: -85px;
}

/* ----------------------------------------
   women engineers
---------------------------------------- */
.p-women {
  border: 3.6px solid #5C98DE;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 946px;
  margin: 0 auto;
  padding: 54px 0;
}
.p-women:first-of-type {
  margin-top: 50px;
}
.p-women:nth-of-type(n + 2) {
  margin-top: 150px;
}
.p-women__container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-women__container {
    padding: 0 20px;
  }
}
.p-women--3 {
  padding-top: 100px;
}
.p-women__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .p-women__ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.p-women-block:nth-of-type(n + 2) {
  margin-top: 60px;
}
.p-women-block .c-ttl-1 {
  margin-bottom: 24px;
}
.p-women-block__txt {
  font-size: 16px;
}
.p-women-block__txt:nth-of-type(n + 2) {
  margin-top: 1em;
}
.p-women-block__txt-note {
  font-size: 12px;
  margin-top: 0.5em;
}
.p-women-block__img-wrap--system {
  margin-top: 18px;
  margin-bottom: 66px;
}
.p-women-block__img-wrap--map {
  margin-top: 84px;
}
.p-women-block__img-wrap--men {
  margin-top: 18px;
}
.p-women-block__img--project {
  width: 37.9296235679%;
  min-width: 360px;
  margin-top: 12px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 599px) {
  .p-women-block__img--project {
    min-width: 0;
    width: 80%;
  }
}
.p-women-block__img--system {
  width: 100%;
}
.p-women-block__img--men {
  width: 100%;
}
.p-women-block__img--map {
  max-width: 659px;
  margin: 0 auto;
}
.p-women-block__img--jokatsu {
  width: 292px;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .p-women-block__img--jokatsu {
    width: 100%;
  }
}
.p-women-block__img--diversity {
  width: 157px;
  margin-left: auto;
  margin-right: 0;
}
.p-women-block__note {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
  padding-right: 60px;
}
.p-women-block__link {
  text-align: right;
  margin-top: 20px;
}
.p-women-block__link:nth-of-type(n + 3) {
  margin-top: 10px;
}
.p-women-block__link--top {
  margin-top: 36px;
}
.p-women-block__link-txt {
  position: relative;
  font-size: 18px;
  color: #5C98DE;
  display: inline-block;
}
.p-women-block__link-txt--open {
  padding-right: 21px;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .p-women-block__link-txt--open {
    transition: 0.3s;
  }
  .p-women-block__link-txt--open:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.p-women-block__link-txt--open::after {
  content: "";
  position: absolute;
  top: 7.2px;
  right: 0;
  width: 16.2px;
  height: 16.2px;
  background-image: url("../img/recruit/women/icon_link-open.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-women-block__link-txt--more {
  padding-right: 30px;
}
.p-women-block__link-txt--more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-women-block__link-txt--more:hover::after {
    transform: translate(5px, -50%);
  }
}

.p-women-list {
  margin-top: 27px;
}
.p-women-list__item {
  background-color: #E1E9F6;
  padding: 15px 24px;
}
.p-women-list__item:nth-of-type(n + 2) {
  margin-top: 18px;
}
.p-women-list__ttl {
  color: #5C98DE;
  font-size: 18px;
  margin-bottom: 9px;
}
.p-women-list__txt {
  font-size: 14px;
}

.p-women-lead-img {
  width: 177.6px;
  position: absolute;
  top: 10px;
  right: 40px;
}
@media screen and (max-width: 599px) {
  .p-women-lead-img {
    top: -25px;
    right: 10px;
  }
}

.p-women-lead {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-women-lead {
    flex-direction: column-reverse;
  }
}
.p-women-lead--between {
  justify-content: space-between;
}
.p-women-lead--mgb {
  margin-bottom: 36px;
}
.p-women-lead__txt {
  font-size: 16px;
}
.p-women-lead__txt:nth-of-type(n + 2) {
  margin-top: 1em;
}
.p-women-lead__img {
  flex-shrink: 0;
  margin-left: 36px;
}
@media screen and (max-width: 750px) {
  .p-women-lead__img {
    margin: 0 auto 20px;
  }
}
.p-women-lead__img--1 {
  width: 163.2px;
}
.p-women-lead__img--3 {
  width: 220.8px;
}
.p-women-lead__img--4 {
  width: 250.2px;
}
.p-women-lead__img--5 {
  width: 153px;
  margin-top: -60px;
}
@media screen and (max-width: 750px) {
  .p-women-lead__img--5 {
    margin-top: 0;
  }
}
.p-women-lead__link {
  text-align: right;
  margin-top: 20px;
}
.p-women-lead__link-txt {
  position: relative;
  font-size: 18px;
  color: #5C98DE;
  display: inline-block;
}
.p-women-lead__link-txt--more {
  padding-right: 30px;
}
.p-women-lead__link-txt--more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-women-lead__link-txt--more:hover::after {
    transform: translate(5px, -50%);
  }
}

.p-women-table-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .p-women-table-wrap {
    overflow-x: scroll;
    padding-right: 10px;
  }
}

.p-women-table {
  min-width: 700px;
}
.p-women-table__head-0 {
  width: 25.737704918%;
}
.p-women-table__head-1 {
  background-color: #EEE6E6;
  font-size: 18px;
  text-align: center;
  width: 47.868852459%;
  padding: 4.2px;
  border: 1px solid #707070;
}
.p-women-table__head-2 {
  background-color: #FFB5B5;
  font-size: 18px;
  text-align: center;
  width: 13.1147540984%;
  padding: 4.2px;
  border: 1px solid #707070;
  border-left: none;
}
.p-women-table__head-3 {
  background-color: #EEE6E6;
  font-size: 18px;
  text-align: center;
  width: 13.2786885246%;
  padding: 4.2px;
  border: 1px solid #707070;
  border-left: none;
}
.p-women-table__left {
  color: #2F9B88;
  background-color: #D7EEEA;
  font-size: 18px;
  text-align: center;
  border: 1px solid #707070;
  border-top: none;
}
.p-women-table tr:nth-of-type(2) .p-women-table__left {
  border-top: 1px solid #707070;
}

.p-women-table__body-1 {
  background-color: #fff;
  padding: 9.9px;
  border: 1px solid #707070;
  border-top: none;
}
.p-women-table tr:nth-of-type(2) .p-women-table__body-1 {
  border-top: none;
}

.p-women-table__body-2 {
  background-color: #FFE6E6;
}
.p-women-table tr:last-of-type .p-women-table__body-2 {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.p-women-table__body-3 {
  background-color: #fff;
  border: 1px solid #707070;
  border-top: none;
}
.p-women-table__txt {
  font-size: 13px;
}
.p-women-table__txt-l {
  font-size: 18px;
  color: #FF5A5A;
  writing-mode: vertical-rl;
  width: 1em;
  height: auto;
  margin: 0 auto;
  white-space: pre;
}
.p-women-table__txt-c {
  font-size: 13px;
  text-align: center;
}
.p-women-table__txt-p {
  font-size: 13px;
  color: #FF5A5A;
  text-align: center;
}

/* ----------------------------------------
   download
---------------------------------------- */
.l-bg-download {
  background-color: #F5F6F9;
  padding-bottom: 40px;
}

.p-download {
  background-color: #fff;
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 12px;
}
.p-download__container {
  max-width: 946px;
  margin: 0 auto;
}

.p-download-txt {
  font-size: 15.6px;
}

.p-download-main {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .p-download-main {
    display: block;
  }
}
.p-download-complete .p-download-main {
  margin-top: 0;
}

.p-download-main__img {
  width: 29.8591549296%;
  margin-right: 7.7464788732%;
  border: 1px solid #707070;
}
@media screen and (max-width: 599px) {
  .p-download-main__img {
    width: 200px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-download-main__txt-area {
    width: 100%;
  }
}
.p-download-main__ttl {
  font-size: 18px;
  margin-bottom: 20px;
}
.p-download-main__txt {
  font-size: 18px;
}
.p-download-main__list-item {
  position: relative;
  position: relative;
  font-size: 13.8px;
  padding-left: 1em;
  line-height: 2;
}
.p-download-main__list-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
}
.p-download-main__list-txt {
  font-size: 15.6px;
  margin-top: 48px;
}

.p-download-form {
  margin-top: 108px;
}

.p-download-complete {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 168px;
}
@media screen and (max-width: 900px) {
  .p-download-complete {
    display: block;
  }
}
.p-download-complete__btn {
  width: 33.2843497428%;
  min-width: 250px;
}
@media screen and (max-width: 900px) {
  .p-download-complete__btn {
    margin: 50px auto 0;
  }
}
.p-download-complete__btn-link {
  background-color: #FF006F;
  font-size: 15.6px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34.8px;
}

/* ----------------------------------------
   entry
---------------------------------------- */
.p-entry {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 42px;
  padding-top: 60px;
  padding-bottom: 12px;
}
.p-entry__container {
  max-width: 946px;
  margin: 0 auto;
}

.p-entry-complete {
  display: flex;
  justify-content: center;
}
.p-entry-complete__txt {
  font-size: 15.6px;
}
.p-entry-complete__btn {
  font-size: 15.6px;
  font-weight: bold;
  color: #fff;
  background-color: #FF006F;
  border-radius: 6px;
  text-align: center;
  border: none;
  width: 271.8px;
  height: 34.8px;
  margin: 54px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-entry-complete__btn {
    transition: 0.3s;
  }
  .p-entry-complete__btn:hover {
    opacity: 0.8;
  }
}

/* ----------------------------------------
   education
---------------------------------------- */
.p-education {
  border: 3.6px solid #5C98DE;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 946px;
  margin: 0 auto;
  padding: 54px 0;
}
.p-education:first-of-type {
  margin-top: 50px;
}
.p-education:nth-of-type(n + 2) {
  margin-top: 150px;
}
.p-education__container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-education__container {
    padding: 0 20px;
  }
}
.p-education__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 36px;
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 750px) {
  .p-education__ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.p-education__txt {
  font-size: 16px;
}
.p-education__txt:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-education__img {
  margin: 0 auto;
}
.p-education__img--skillup {
  max-width: 386px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-education__img--spec {
  width: 75.119047619%;
  margin-top: 45px;
  margin-bottom: 120px;
}
.p-education__link {
  text-align: right;
  margin-top: 25px;
}
.p-education__link-txt {
  position: relative;
  font-size: 16px;
  color: #5C98DE;
  padding-right: 30px;
  display: inline-block;
}
.p-education__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-education__link-txt:hover::after {
    transform: translate(5px, -50%);
  }
}

.p-education-box {
  background-color: #E1E9F6;
  border-radius: 25px;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .p-education-box {
    padding: 15px;
  }
}
.p-education-box__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-education-box__txt-area {
  width: 64.358974359%;
}
@media screen and (max-width: 599px) {
  .p-education-box__txt-area {
    width: 100%;
  }
}
.p-education-box__img {
  width: 30.3846153846%;
}
@media screen and (max-width: 599px) {
  .p-education-box__img {
    width: 200px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-education-box__img--pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .p-education-box__img--sp {
    display: none;
  }
}
.p-education-box__ttl {
  font-size: 32px;
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .p-education-box__ttl {
    font-size: 22px;
  }
}
.p-education-box__txt {
  font-size: 16px;
}
.p-education-box__link {
  text-align: right;
}
.p-education-box__link-txt {
  position: relative;
  font-size: 16px;
  color: #5C98DE;
  padding-right: 30px;
}
.p-education-box__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-education-box__link-txt:hover::after {
    transform: translate(5px, -50%);
  }
}

.p-education-acc {
  margin-top: 30px;
}
.p-education-acc__anchor {
  padding-top: 75px;
  margin-top: -75px;
  background: none;
  border: none;
}
@media screen and (max-width: 599px) {
  .p-education-acc__anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.p-education-acc__head {
  cursor: pointer;
  background-color: #E1E9F6;
  display: block;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
@media screen and (min-width: 751px) {
  .p-education-acc__head {
    transition: opacity 0.3s;
  }
  .p-education-acc__head:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .p-education-acc__head {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
.p-education-acc__ttl {
  border: none;
  background: none;
  color: #5C98DE;
  font: inherit;
  font-size: 20px;
  padding: 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .p-education-acc__ttl {
    padding: 10px 15px;
  }
}
.p-education-acc__body {
  display: none;
  padding: 15px;
  padding-top: 10px;
  background-color: #E1E9F6;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.p-education-acc__item {
  position: relative;
  margin-bottom: 6px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-education-acc__item {
    border-radius: 7px;
  }
}
.p-education-acc__icon {
  position: absolute;
  top: 25px;
  right: 15px;
  background-color: #5C98DE;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .p-education-acc__icon {
    top: 20px;
    right: 15px;
  }
}
.p-education-acc__icon::before, .p-education-acc__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.p-education-acc__icon::before {
  width: 66.6666666667%;
  height: 2px;
}
.p-education-acc__icon::after {
  width: 2px;
  height: 66.6666666667%;
}
.p-education-acc__head.is-open .p-education-acc__icon::after {
  opacity: 0;
}

.p-edu-acc-close {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 15px;
  background-color: #5C98DE;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  z-index: 1000;
  margin-left: 434px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-edu-acc-close {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
.p-edu-acc-close::before, .p-edu-acc-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
.p-edu-acc-close::before {
  width: 66.6666666667%;
  height: 2px;
}
.p-edu-acc-close::after {
  width: 2px;
  height: 66.6666666667%;
}
.p-edu-acc-close.is-show {
  display: block;
}
.p-edu-acc-close.is-hide {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.p-education-block:nth-of-type(n + 2) {
  margin-top: 60px;
}
.p-education-block--mgt {
  margin-top: 60px;
}
.p-education-block__body {
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-education-block__body {
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .p-education-table-wrap {
    overflow-x: scroll;
  }
}

.p-education-table {
  width: 100%;
  min-width: 580px;
}
.p-education-table__head {
  border: 1px solid #707070;
  border-left: none;
  background-color: #5C98DE;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 3px;
}
.p-education-table__head--1 {
  width: 5.4726368159%;
  border-left: 1px solid #707070;
}
.p-education-table__head--2 {
  width: 25.8706467662%;
}
.p-education-table__head--3 {
  width: 68.6567164179%;
}
.p-education-table__body {
  font-size: 14px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #707070;
  border-left: none;
}
.p-education-table__body--1 {
  text-align: center;
  border-left: 1px solid #707070;
}

.p-education-col {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-education-col {
    flex-direction: column-reverse;
  }
}
.p-education-col--center {
  align-items: center;
}
.p-education-col__block {
  width: 62.5%;
}
@media screen and (max-width: 599px) {
  .p-education-col__block {
    width: 100%;
  }
}
.p-education-col__txt-area {
  width: 74.5238095238%;
}
@media screen and (max-width: 599px) {
  .p-education-col__txt-area {
    width: 100%;
  }
}
.p-education-col__img-area-1 {
  width: 37.5%;
}
@media screen and (max-width: 599px) {
  .p-education-col__img-area-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-education-col__img-area-2 {
  width: 25.4761904762%;
}
@media screen and (max-width: 599px) {
  .p-education-col__img-area-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-education-col__img {
  margin: 0 auto;
}
.p-education-col__img--car {
  width: 62.5396825397%;
  max-width: 197px;
}
.p-education-col__img--semi {
  width: 49.8412698413%;
  max-width: 157px;
}
.p-education-col__img--up {
  width: 64.0186915888%;
  max-width: 137px;
}
.p-education-col__img--aca {
  width: 75.2336448598%;
  max-width: 161px;
}
.p-education-col__img--qua {
  width: 81.308411215%;
  max-width: 174px;
}
.p-education-col__img--exp {
  width: 72.8971962617%;
  max-width: 156px;
}

.p-education-list {
  background-color: #E1E9F6;
  border-radius: 14px;
  padding: 10px 20px 15px;
}
.p-education-list__ttl {
  font-size: 19px;
  color: #5C98DE;
  margin-bottom: 10px;
}
.p-education-list__item {
  background-color: #fff;
  margin-bottom: 6px;
  border-radius: 3px;
}
.p-education-list__txt {
  position: relative;
  font-size: 14px;
  padding-left: 1em;
}
.p-education-list__txt::before {
  content: "・";
  width: 1em;
}

/* ----------------------------------------
   features
---------------------------------------- */
.p-features {
  border: 3.6px solid #5C98DE;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 946px;
  margin: 0 auto;
  padding: 54px 0;
}
.p-features:first-of-type {
  margin-top: 50px;
}
.p-features:nth-of-type(n + 2) {
  margin-top: 150px;
}
.p-features__container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-features__container {
    padding: 0 20px;
  }
}
.p-features__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .p-features__ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.p-features__txt {
  font-size: 16px;
}
.p-features__txt:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-features__txt-note {
  font-size: 12px;
}
.p-features__txt-note--emp {
  text-align: right;
  margin-top: 15px;
}
.p-features__txt-note--age {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.p-features__img-wrap {
  margin-top: 40px;
}
.p-features__img-wrap--mgb {
  margin-bottom: 40px;
}
.p-features__img--employees {
  position: relative;
  max-width: 547px;
  margin: 0 auto;
}
.p-features__img--gender {
  max-width: 400px;
  margin: 40px auto 0;
}
.p-features__img--diversity {
  max-width: 467px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
}
.p-features__img--age {
  position: relative;
  max-width: 363px;
}
@media screen and (max-width: 750px) {
  .p-features__img--age {
    margin: 0 auto;
  }
}
.p-features__img--chance {
  width: 131px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-features__img--chance {
    margin: 0 auto 20px;
  }
}
.p-features__img--recruit {
  max-width: 625px;
  margin: 0 auto;
}
.p-features__img--training {
  max-width: 230px;
  margin-left: auto;
  margin-top: 20px;
}
.p-features__img--map {
  max-width: 659px;
  margin: 0 auto;
}
.p-features__graph-note {
  font-size: 12px;
  text-align: right;
}
.p-features__link {
  text-align: right;
  margin-top: 25px;
}
.p-features__link-txt {
  position: relative;
  font-size: 16px;
  color: #5C98DE;
  padding-right: 30px;
  display: inline-block;
}
.p-features__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-features__link-txt:hover::after {
    transform: translate(5px, -50%);
  }
}
@media screen and (min-width: 600px) {
  .p-features__link-txt br {
    display: none;
  }
}

.p-features-block:nth-of-type(n + 2) {
  margin-top: 50px;
}
.p-features-block__body {
  margin-top: 25px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-features-block__body {
    padding: 0;
  }
}
.p-features-block__txt {
  font-size: 16px;
}
.p-features-block__txt-note {
  font-size: 12px;
}
.p-features-block__col {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-features-block__col {
    flex-direction: column-reverse;
  }
}

.p-features-age {
  max-width: 79.7619047619%;
  display: flex;
  align-items: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .p-features-age {
    display: block;
    max-width: 100%;
  }
}
.p-features-age__block {
  border-radius: 12px;
  width: 213px;
  padding: 15px 55px;
  margin-right: 13.4328358209%;
  border: 4px solid #5C98DE;
}
@media screen and (max-width: 750px) {
  .p-features-age__block {
    margin: 0 auto 50px;
  }
}
.p-features-age__block-txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.p-features-age__block-txt-num {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.p-features-age__block-txt-num-m {
  font-size: 30px;
}
.p-features-age__block-txt-num-s {
  font-size: 25px;
}

.p-features-system {
  border-radius: 17px;
  background-color: #E1E9F6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.p-features-system__list {
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .p-features-system__list {
    padding: 20px 10px;
  }
}
.p-features-system__list-item {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
}
.p-features-system__list-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}
.p-features-system__img-wrap {
  display: flex;
  margin-left: auto;
  margin-bottom: 5px;
}
.p-features-system__img--1 {
  width: 112px;
  margin-right: 10px;
}
.p-features-system__img--2 {
  width: 112px;
  margin-right: 20px;
}

.p-features-field {
  position: relative;
  background-color: #E1E9F6;
  border-radius: 14px;
  padding: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .p-features-field {
    padding: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-features-field--office {
    margin-top: 100px;
  }
}
.p-features-field__ttl {
  font-size: 21px;
  color: #5C98DE;
  padding: 0 10px 20px;
}
.p-features-field__img {
  position: absolute;
}
.p-features-field__img--1 {
  width: 132px;
  top: -25px;
  right: 0;
}
.p-features-field__img--2 {
  width: 120px;
  top: -25px;
  right: 0;
}
.p-features-field__img--3 {
  width: 157px;
  top: -60px;
  right: -25px;
}
.p-features-field__img--4 {
  width: 123px;
  top: -25px;
  right: 0;
}
.p-features-field__img--5 {
  width: 91px;
  top: -20px;
  right: -20px;
}
.p-features-field__img--6 {
  width: 134px;
  top: -45px;
  right: 0px;
}
@media screen and (max-width: 599px) {
  .p-features-field__img--6 {
    top: -90px;
  }
}

.p-features-table {
  width: 100%;
}
.p-features-table__head {
  font-size: 14px;
  color: #fff;
  background-color: #5C98DE;
  text-align: center;
  border: 1px solid #707070;
  border-left: none;
  padding: 3px 0;
}
@media screen and (max-width: 750px) {
  .p-features-table__head {
    border-left: 1px solid #707070;
  }
}
.p-features-table__head:first-of-type {
  border-left: 1px solid #707070;
}
.p-features-table__head--1 {
  width: 20.9476309227%;
}
@media screen and (max-width: 750px) {
  .p-features-table__head--1 {
    width: 100%;
    display: block;
  }
}
.p-features-table__head--2 {
  width: 32.7930174564%;
}
@media screen and (max-width: 750px) {
  .p-features-table__head--2 {
    width: 100%;
    display: block;
  }
}
.p-features-table__head--3 {
  width: 46.2593516209%;
}
@media screen and (max-width: 750px) {
  .p-features-table__head--3 {
    width: 100%;
    display: block;
  }
}
.p-features-table__body {
  background-color: #fff;
  padding: 8px 8px 15px;
  border: 1px solid #707070;
  border-left: none;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .p-features-table__body {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #707070;
  }
}
.p-features-table__body:first-of-type {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 750px) {
  .p-features-table__body:last-of-type {
    border-bottom: 1px solid #707070;
  }
}
.p-features-table__item {
  font-size: 14px;
  position: relative;
  padding-left: 1em;
  word-break: break-all;
}
.p-features-table__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* ----------------------------------------
   career
---------------------------------------- */
.p-career {
  border: 3.6px solid #5C98DE;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 946px;
  margin: 0 auto;
  padding: 54px 0;
}
.p-career:first-of-type {
  margin-top: 50px;
}
.p-career:nth-of-type(n + 2) {
  margin-top: 100px;
}
.p-career__container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-career__container {
    padding: 0 20px;
  }
}
.p-career__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .p-career__ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-career__txt {
  font-size: 16px;
  margin-bottom: 36px;
}
.p-career__txt:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-career__img-wrap--mgb {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-career__img-wrap--scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-career__img--new01 {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  left: -10px;
  margin-bottom: 25px;
}
.p-career__img--new02 {
  max-width: 788px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.p-career__img--new03 {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  left: -2px;
  margin-bottom: 25px;
}
.p-career__img--mid01 {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  left: -2px;
  margin-bottom: 25px;
}
.p-career__img--mid02 {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  left: -2px;
  margin-bottom: 25px;
}
.p-career__img--mid03 {
  max-width: 790px;
  margin: 0 auto;
  position: relative;
  left: 7x;
  margin-bottom: 25px;
}
.p-career__img--gender {
  max-width: 396px;
  margin: 40px auto 0;
}
.p-career__img--confidentiality {
  max-width: 679px;
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 82px;
}
.p-career__img--age {
  max-width: 363px;
}
@media screen and (max-width: 750px) {
  .p-career__img--age {
    margin: 0 auto;
  }
}
.p-career__img--chance {
  width: 131px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-career__img--chance {
    margin: 0 auto 20px;
  }
}
.p-career__img--join {
  position: relative;
  left: 10px;
  width: 200px;
  margin: 0 auto;
}
.p-career__link {
  text-align: right;
  margin-top: 25px;
}
.p-career__link-txt {
  position: relative;
  font-size: 16px;
  color: #5C98DE;
  padding-right: 30px;
}
.p-career__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-career__link-txt:hover::after {
    transform: translate(5px, -50%);
  }
}
.p-career__academy {
  position: relative;
  background-color: #E1E9F6;
  border-radius: 14px;
  padding: 20px;
  margin: 0 auto;
  max-width: 318px;
  text-align: center;
}
.p-career__result {
  position: relative;
  background-color: #E1E9F6;
  border-radius: 14px;
  padding: 20px;
  margin: 150px auto 100px;
  max-width: 666px;
  text-align: center;
}
.p-career__arrow {
  position: relative;
}
.p-career__arrow::after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 92.4px solid transparent;
  border-right: 92.4px solid transparent;
  border-top: 63px solid #D4D4D4;
}
@media screen and (min-width: 751px) {
  .p-career__arrow::after {
    transition: opacity 0.3s;
  }
  .p-area-card__link:hover .p-career__arrow::after {
    opacity: 0.3;
  }
}
.p-career__cat-block {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 24px;
  padding: 30px;
}
.p-career__cat {
  height: 100%;
  margin-right: 40px;
}
.p-career__flex--1 .p-career__cat {
  margin-right: 0;
  width: 25%;
}
@media screen and (max-width: 750px) {
  .p-career__flex--1 .p-career__cat {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .p-career__flex--1 .p-career__cat {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-career__flex--1 .p-career__cat:last-of-type {
    margin-bottom: 0;
  }
}

.p-career__cat--1 {
  display: inline-block;
  position: relative;
}
.p-career__cat--1 ::before, .p-career__cat--1 ::after {
  display: block;
  content: "";
  background-color: #C9C9C9;
  position: absolute;
  width: 34px;
  height: 6px;
  top: 102px;
  left: 135px;
}
.p-career__cat--1 ::before {
  width: 6px;
  height: 34px;
  top: 89px;
  left: 149px;
}
.p-career__cat--2 {
  display: inline-block;
  position: relative;
}
.p-career__cat--2 ::before, .p-career__cat--2 ::after {
  display: block;
  content: "";
  background-color: #C9C9C9;
  position: absolute;
  width: 25px;
  height: 6px;
  top: 95px;
  left: 145px;
}
.p-career__cat--2 ::before {
  width: 25px;
  height: 6px;
  top: 110px;
  left: 145px;
}
.p-career__flex {
  display: flex;
  height: 165px;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-career__flex {
    display: block;
    height: auto;
  }
}
.p-career__flex--1 {
  flex-wrap: wrap;
  height: auto;
}
.p-career__flex--2 {
  display: flex;
  margin-left: 60px;
  margin-bottom: 20px;
  min-width: 700px;
  height: 165px;
}
@media screen and (max-width: 599px) {
  .p-career__flex--2 {
    margin-left: 0px;
  }
}
.p-career__cat-ttl {
  background-color: #5C98DE;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  margin: 15px auto;
  width: 100px;
}
.p-career__cat-ttl--s {
  width: 100px;
  margin: 15px;
}
.p-career__cat-ttl--b {
  width: 300px;
  margin: 15px;
}
.p-career__cat-img {
  height: 65%;
  text-align: center;
}
.p-career__cat-img--s {
  height: 100px;
}
.p-career__cat-img--s img {
  width: auto;
}
.p-career__cat-img--e {
  height: 75%;
}
.p-career__cat-img img {
  height: 100%;
  width: auto;
}
.p-career__cat-txt {
  font-size: 16px;
  color: #5C98DE;
  padding: 18px;
}
.p-career__wrapper {
  background-color: #fff;
  padding: 20px;
  margin: 20px;
}
@media screen and (max-width: 599px) {
  .p-career__wrapper {
    margin: 20px 0;
  }
}

.p-career-block:nth-of-type(n + 2) {
  margin-top: 50px;
}
.p-career-block__body {
  margin-top: 25px;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-career-block__body {
    padding: 0;
  }
}
.p-career-block__wrapper {
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-career-block__wrapper {
    display: block;
  }
}
.p-career-block__txt {
  font-size: 16px;
  list-style: disc;
  margin: 20px;
}
.p-career-block__img-area {
  display: flex;
}
.p-career-block__img {
  max-width: 188px;
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .p-career-block__img {
    margin: 0 auto;
  }
}
.p-career-block__col {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-career-block__col {
    flex-direction: column-reverse;
  }
}

.p-career-age {
  max-width: 79.7619047619%;
  display: flex;
  align-items: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .p-career-age {
    display: block;
    max-width: 100%;
  }
}
.p-career-age__block {
  background-color: #D7EEEA;
  border-radius: 12px;
  width: 213px;
  padding: 15px 55px;
  margin-right: 13.4328358209%;
}
@media screen and (max-width: 750px) {
  .p-career-age__block {
    margin: 0 auto 50px;
  }
}
.p-career-age__block-txt {
  color: #2F9B88;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.p-career-age__block-txt-num {
  color: #2F9B88;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.p-career-age__block-txt-num-s {
  font-size: 25px;
}

.p-career-system {
  border-radius: 17px;
  background-color: #E1E9F6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.p-career-system__list {
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .p-career-system__list {
    padding: 20px 10px;
  }
}
.p-career-system__list-item {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
}
.p-career-system__list-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
}
.p-career-system__img-wrap {
  display: flex;
  margin-left: auto;
}
.p-career-system__img--1 {
  width: 115px;
  margin-right: 10px;
}
.p-career-system__img--2 {
  width: 138px;
  margin-right: 20px;
}

.p-career-field {
  position: relative;
  background-color: #E1E9F6;
  border-radius: 14px;
  padding: 20px;
  margin-top: 60px;
}
.p-career-field--academy {
  margin-top: 114px;
}
.p-career-field__ttl {
  font-size: 21px;
  padding: 0 10px 20px;
}
.p-career-field__ttl--color {
  color: #5C98DE;
}
.p-career-field__img {
  position: absolute;
}
.p-career-field__img--1 {
  width: 132px;
  top: -25px;
  right: 0;
}
.p-career-field__img--2 {
  width: 120px;
  top: -25px;
  right: 0;
}
.p-career-field__img--3 {
  width: 157px;
  top: -60px;
  right: -25px;
}
.p-career-field__img--4 {
  width: 123px;
  top: -25px;
  right: 0;
}
.p-career-field__img--5 {
  width: 91px;
  top: -20px;
  right: -20px;
}
.p-career-field__img--6 {
  width: 134px;
  top: -45px;
  right: 0px;
}

.p-career-table {
  width: 100%;
}
.p-career-table__head {
  font-size: 14px;
  color: #fff;
  background-color: #2F9B88;
  text-align: center;
  border: 1px solid #707070;
  border-left: none;
  padding: 3px 0;
}
@media screen and (max-width: 750px) {
  .p-career-table__head {
    border-left: 1px solid #707070;
  }
}
.p-career-table__head:first-of-type {
  border-left: 1px solid #707070;
}
.p-career-table__head--1 {
  width: 20.9476309227%;
}
@media screen and (max-width: 750px) {
  .p-career-table__head--1 {
    width: 100%;
    display: block;
  }
}
.p-career-table__head--2 {
  width: 32.7930174564%;
}
@media screen and (max-width: 750px) {
  .p-career-table__head--2 {
    width: 100%;
    display: block;
  }
}
.p-career-table__head--3 {
  width: 46.2593516209%;
}
@media screen and (max-width: 750px) {
  .p-career-table__head--3 {
    width: 100%;
    display: block;
  }
}
.p-career-table__body {
  background-color: #fff;
  padding: 8px 8px 15px;
  border: 1px solid #707070;
  border-left: none;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .p-career-table__body {
    width: 100%;
    display: block;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #707070;
  }
}
.p-career-table__body:first-of-type {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 750px) {
  .p-career-table__body:last-of-type {
    border-bottom: 1px solid #707070;
  }
}
.p-career-table__item {
  font-size: 14px;
  position: relative;
  padding-left: 1em;
}
.p-career-table__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* ----------------------------------------
   popup-bnr
---------------------------------------- */
.p-popup-bnr {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 265px;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: popup-bnr 1s ease-in-out 3s forwards;
  animation-delay: 3s;
  opacity: 0;
}
.p-popup-bnr--service {
  right: 5px;
}
.p-popup-bnr.is-hide {
  display: none;
}
.p-popup-bnr--job {
  width: 200px;
  box-shadow: 0 0 10px rgba(64, 50, 255, 0.58);
  right: 15px;
  bottom: 10px;
}
@media screen and (max-width: 750px) {
  .p-popup-bnr--job {
    width: 180px;
    bottom: 80px;
  }
}
.p-popup-bnr__close {
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
  line-height: 0;
  background: none;
  border: none;
}
.p-popup-bnr__close--2 {
  top: -5px;
  right: -5px;
}
.p-popup-bnr--job .p-popup-bnr__close {
  top: -10px;
  right: -15px;
}

.p-popup-bnr__link {
  display: block;
  width: 100%;
}

@keyframes popup-bnr {
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}