@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;
}

/* ----------------------------------------
   common
---------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif !important;
  background-color: #F5F6F9;
}
body.is-sp-open {
  height: 100vh;
  overflow: hidden;
}

.l-header-j {
  position: relative;
  height: 50px;
  padding-top: 8px;
  background-color: #fff;
}
.l-header-j__back {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.l-header-j__logo {
  width: 103px;
  margin: auto;
}
.l-header-j__logo-link {
  display: block;
  line-height: 0;
}
.l-header-j__logo-txt {
  font-size: 8px;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.l-header {
  position: relative;
  z-index: 1000;
}
.l-header__list {
  margin-right: 72px;
}
.l-header__btn-menu {
  z-index: 100;
}
.l-header__sp-btn {
  display: none;
}
.l-header__sp-btn-2 {
  display: block;
}

.l-header-btn {
  position: absolute;
  height: 75px;
}
@media screen and (max-width: 599px) {
  .l-header-btn {
    height: 60px;
  }
}
.is-hamburger-open .l-header-btn {
  position: fixed;
}

.l-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  width: 76.2px;
  height: 76.2px;
}
@media screen and (max-width: 599px) {
  .l-pagetop {
    right: 10px;
    bottom: 10px;
    width: 63.5px;
    height: 63.5px;
  }
}
.l-pagetop__link {
  border: 1px solid #6DB1FF;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  height: 100%;
  padding-top: 25px;
}
@media screen and (min-width: 751px) {
  .l-pagetop__link {
    transition: 0.3s;
  }
  .l-pagetop__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .l-pagetop__link {
    padding-top: 18px;
  }
}
.l-pagetop__triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #6DB1FF transparent;
  margin: 0 auto;
}

/* ----------------------------------------
   form
---------------------------------------- */
.c-form-table {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .c-form-table__head {
    width: 30%;
  }
}
@media screen and (min-width: 751px) {
  .c-form-table__body {
    width: 70%;
  }
}
.c-form-table__required {
  margin-left: 10px;
}
.c-form-table__job-txt {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px;
  background: inherit;
  width: 100%;
  color: #333 !important;
  -webkit-text-fill-color: #333 !important;
}
.c-form-table__radio {
  font-size: 14px;
  margin-bottom: 10px;
}
.c-form-table__txt-s {
  font-size: 12px;
  display: block;
}
.c-form-table__date-note {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
.c-form-table__btn--job {
  background-color: #5C98DE;
}
.c-form-table__age {
  display: flex;
  align-items: flex-end;
}
.c-form-table__age-input {
  width: 40px;
  height: 34.2px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  font-size: 14px;
}
.c-form-table__age-txt {
  font-size: 14px;
  margin-left: 10px;
}

/* ----------------------------------------
   js
---------------------------------------- */
.js-parent-target {
  display: none;
}

.js-search-btn.u-hide-pc.is-active {
  display: block;
}

@media screen and (max-width: 750px) {
  .js-sp-target {
    display: none;
  }
  .js-sp-target.is-active {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .js-modal-content {
    display: none;
  }
  .js-modal-content.is-open {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .js-modal-content {
    transform: translateX(100vw);
    transition: 0.5s;
  }
  .js-modal-content.is-open {
    transform: translateX(0);
  }
}

.js-fix-card {
  position: absolute;
}
.js-fix-card.is-fixed {
  position: fixed;
  top: 15px;
}
.js-fix-card.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

/* ----------------------------------------
   p-check
---------------------------------------- */
.p-check {
  line-height: 1;
  cursor: pointer;
}
.p-check__input {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.p-check__txt {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.p-check__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D6D6D6;
  width: 20px;
  height: 20px;
}
.p-check__txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/job/icon_check.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
}
.p-check__input:checked + .p-check__txt::after {
  opacity: 1;
}

.p-check__txt:focus-visible {
  outline: 1px solid #000;
}
.p-check__input:checked + .p-check__txt:focus-visible {
  outline: 1px solid #000;
}

/* ----------------------------------------
   p-radio
---------------------------------------- */
.p-radio {
  line-height: 1;
}
.p-radio__input {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.p-radio__txt {
  font-size: 16px;
  line-height: 18px;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}
.p-radio__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D6D6D6;
  width: 18px;
  height: 18px;
  border-radius: 100px;
}
.p-radio__txt::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background-color: #5C98DE;
  opacity: 0;
  border-radius: 100px;
}
.p-radio__input:checked + .p-radio__txt::after {
  opacity: 1;
}

/* ----------------------------------------
   p-job-index
---------------------------------------- */
.p-job-index {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-job-index {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .p-job-index {
    padding-top: 10px;
  }
}

/* ----------------------------------------
   p-job-main
---------------------------------------- */
.p-job-main {
  width: calc(100% - 380px);
  margin-left: auto;
  padding-right: 25px;
  color: #272727;
}
@media screen and (max-width: 1200px) {
  .p-job-main {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .p-job-main {
    width: 100%;
    padding: 0 4%;
    overflow: hidden;
  }
}

/* ----------------------------------------
   p-sp-btn
---------------------------------------- */
.p-sp-btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  min-width: 87px;
  width: 10%;
  z-index: 1000;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
  border-radius: 5px;
}
.p-sp-btn.is-bottom {
  position: absolute;
}

/* ----------------------------------------
   p-job-side
---------------------------------------- */
.p-job-side {
  width: 380px;
  padding: 0 2%;
}
@media screen and (min-width: 1281px) {
  .p-job-side {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .p-job-side {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .p-job-side {
    padding: 0 10px 10px;
  }
}
@media screen and (min-width: 751px) {
  .p-job-side {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    padding: 0;
    background-color: #fff;
  }
}
.p-job-side.is-bottom {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}
.p-job-side__header {
  position: relative;
  height: 50px;
  padding-top: 8px;
}
@media screen and (min-width: 751px) {
  .p-job-side__header {
    display: none;
  }
}
.p-job-side__back {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: none;
}
.p-job-side__logo {
  width: 103px;
  margin: auto;
}
.p-job-side__logo-link {
  display: block;
  line-height: 0;
}
.p-job-side__logo-txt {
  font-size: 8px;
}
.p-job-side__cont {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .p-job-side__cont {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-side__cont {
    box-shadow: none;
    overflow-y: auto;
    height: calc(100vh - 170px);
  }
}
.p-job-side__head {
  background-color: #D6E9FF;
  padding: 7px 5%;
}
.p-job-side__head-txt {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .p-job-side__head-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-side__form {
    margin-bottom: 100px;
  }
}
.p-job-side__block {
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  padding: 10px 5% 15px;
}
@media screen and (max-width: 599px) {
  .p-job-side__block {
    padding: 10px 7% 15px 3%;
  }
}
.p-job-side__block--trigger {
  cursor: pointer;
  position: relative;
  background: none;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  display: block;
  width: 100%;
  color: #333;
  text-align: left;
}
.p-job-side__block--trigger::after {
  content: "";
  position: absolute;
  top: 50%;
}
.p-job-side__block--closed {
  padding: 15px 5%;
}
.p-job-side__block-inner {
  padding-left: 5%;
}
.p-job-side__block-head {
  margin-bottom: 10px;
}
.p-job-side__block-head-row {
  display: flex;
  justify-content: space-between;
}
.p-job-side__block-txt {
  font-size: 16px;
}
@media screen and (min-width: 751px) {
  .p-job-side__block-trigger {
    position: relative;
    cursor: pointer;
    border: 1px solid #D6E9FF;
    padding: 4px 20px 4px 12px;
    background: #fff;
    margin-top: 5px;
    width: 82px;
    height: 28px;
    padding-right: 18px;
    border-radius: 3px;
    transition: border 0.3s;
    flex-shrink: 0;
  }
  .p-job-side__block-trigger:hover {
    border-color: #5C98DE;
  }
}
@media screen and (max-width: 750px) {
  .p-job-side__block-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border: none;
    cursor: pointer;
  }
}
.p-job-side__block-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background-image: url("../img/job/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 750px) {
  .p-job-side__block-trigger::after {
    width: 12px;
    height: 12px;
    right: 5%;
  }
}
.p-job-side__block-trigger-txt {
  font-size: 12px;
  color: #5C98DE;
}
@media screen and (max-width: 750px) {
  .p-job-side__block-trigger-txt {
    display: none;
  }
}
.p-job-side__label {
  display: block;
  margin-bottom: 10px;
}
.p-job-side__input-wrap {
  display: flex;
  align-items: flex-end;
}
.p-job-side__input-txt {
  font-size: 16px;
  margin-left: 10px;
  flex-shrink: 0;
}
.p-job-side__input {
  width: 100%;
  max-width: 255px;
  border: 1px solid #D6D6D6;
  height: 30px;
  font-size: 16px;
  padding: 0 10px;
}
.p-job-side__label-txt {
  font-size: 16px;
}
.p-job-side__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 150px;
  height: 30px;
  border: 1px solid #D6D6D6;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  background-image: url("/img/job/icon_select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 97% 48%;
  padding: 0 10px;
}
@media screen and (max-width: 599px) {
  .p-job-side__select {
    font-size: 14px;
  }
}
.p-job-side__btn {
  cursor: pointer;
  display: inline-block;
  border: 1px solid;
}
.p-job-side__send {
  text-align: center;
  padding: 15px 15px 50px;
}
@media screen and (max-width: 750px) {
  .p-job-side__send {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
  }
}
.p-job-side__send-btn {
  font-size: 20px;
  color: #fff;
  background-color: #5C98DE;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  max-width: 240px;
  width: 100%;
  cursor: pointer;
  transition: 0.1s;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-job-side__send-btn:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-job-side__send-btn {
    font-size: 16px;
  }
}
.p-job-side__send-inner {
  height: 120px;
  padding-top: 15px;
}
.p-job-side__send-btn-txt::before {
  content: "";
  position: relative;
  top: 3px;
  background-image: url("../img/job/icon_search.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  margin-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-job-side__send-btn-txt::before {
    width: 18px;
    height: 18px;
  }
}
.p-job-side__send-clear {
  font-size: 16px !important;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  padding: 10px;
  background: none;
  border: none;
  max-width: 240px;
  width: 100%;
  margin: 5px auto 0;
}
@media screen and (min-width: 751px) {
  .p-job-side__send-clear {
    transition: 0.3s;
  }
  .p-job-side__send-clear:hover {
    color: #8B8B8B;
  }
}
.p-job-side__bnr {
  width: calc(380px - 4vw);
}
@media screen and (max-width: 1200px) {
  .p-job-side__bnr {
    width: 26vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-job-side__bnr {
    width: calc(30vw - 27px);
  }
}
@media screen and (max-width: 750px) {
  .p-job-side__bnr {
    display: none;
  }
}
.p-job-side__bnr img {
  width: 100%;
}
.p-job-side__bnr-link {
  display: block;
}
@media screen and (min-width: 751px) {
  .p-job-side__bnr-link {
    transition: 0.3s;
  }
  .p-job-side__bnr-link:hover {
    opacity: 0.7;
  }
}
.p-job-side__bnr-link:nth-of-type(n + 2) {
  margin-top: 15px;
}
.p-job-side img {
  image-rendering: -webkit-optimize-contrast;
}

/* ----------------------------------------
   p-append
---------------------------------------- */
.p-append {
  position: relative;
  z-index: 10;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .p-append {
    display: none;
  }
}
.p-append label {
  display: block;
  margin: 10px 0;
}

.js-append-child {
  padding-left: 1em;
}

/* ----------------------------------------
   p-output
---------------------------------------- */
@media screen and (min-width: 751px) {
  .p-output {
    display: none;
  }
}
.p-output__txt {
  font-size: 13px;
}

/* ----------------------------------------
   p-check-index
---------------------------------------- */
.p-check-index__acc-trigger {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 44px;
  height: 32px;
  background-color: #9DABBB;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}
.p-check-index__acc-trigger::before, .p-check-index__acc-trigger::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-check-index__acc-trigger::before {
  width: 18px;
  height: 1px;
}
.p-check-index__acc-trigger::after {
  width: 1px;
  height: 18px;
}
.p-check-index__acc-trigger.is-open::after {
  opacity: 0;
}
.p-check-index__list {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .p-check-index__list {
    margin-bottom: 50px;
  }
}
.p-check-index__item {
  position: relative;
}
.p-check-index__label {
  display: block;
  padding: 13px 10px;
  padding-right: 60px;
  border-bottom: 1px solid #D6D6D6;
  cursor: pointer;
}
.p-check-index__s-list {
  display: none;
}
@media screen and (min-width: 751px) {
  .p-check-index__s-list--col2 {
    -moz-column-count: 2;
         column-count: 2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  .p-check-index__s-list--col3 {
    -moz-column-count: 3;
         column-count: 3;
    margin-top: 20px;
  }
}
.p-check-index__s-item {
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (min-width: 751px) {
  .p-check-index__s-list--col2 .p-check-index__s-item {
    border-bottom: none;
    border-left: 1px solid #D6D6D6;
  }
}

@media screen and (min-width: 751px) {
  .p-check-index__s-list--col3 .p-check-index__s-item {
    border-bottom: none;
    border-left: 1px solid #D6D6D6;
  }
}

.p-check-index__s-label {
  display: block;
  padding: 13px 45px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .p-check-index__s-label {
    padding: 13px 30px;
  }
}
.p-check-index__input-txt {
  padding-left: 35px;
}
.p-check-index__add {
  text-align: center;
  width: 100%;
  padding: 10px 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-check-index__add {
    height: 80px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-check-index__add-btn {
  color: #5C98DE;
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border: none;
  display: inline-block;
  padding: 15px 55px;
  border: 2px solid #5C98DE;
  cursor: pointer;
  transition: 0.1s;
}
@media screen and (min-width: 751px) {
  .p-check-index__add-btn:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
  }
}
@media screen and (max-width: 750px) {
  .p-check-index__add-btn {
    font-size: 16px;
    padding: 10px 35px;
  }
}
.p-check-index__add-btn-txt {
  position: relative;
}
.p-check-index__add-btn-txt::before {
  content: "";
  background-image: url("../img/job/icon_search-term.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
}

/* ----------------------------------------
   p-term-display
---------------------------------------- */
.p-term-display {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 750px) {
  .p-term-display {
    display: block;
  }
}
.p-term-display__txt {
  color: #5C98DE;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
.p-term-display__head {
  position: relative;
  padding-top: 20px;
}
.p-term-display__btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 114px;
  cursor: pointer;
}
.p-term-display__box {
  background-color: #fff;
  padding: 5px;
  min-height: 25px;
  border-top: 7px solid #6DB1FF;
  border-radius: 5px;
}
.p-term-display__output {
  font-size: 12px;
}

/* ----------------------------------------
   p-term-more
---------------------------------------- */
.p-term-more {
  margin-bottom: 20px;
}
@media screen and (min-width: 751px) {
  .p-term-more {
    display: none;
  }
}
.p-term-more__txt {
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
}
.p-term-more__list {
  display: flex;
  flex-wrap: wrap;
}
.p-term-more__item {
  width: 32.4%;
  margin-right: 1.4%;
}
.p-term-more__item:nth-of-type(3n) {
  margin-right: 0;
}
.p-term-more__item:nth-of-type(n + 4) {
  margin-top: 5px;
}
.p-term-more__link {
  color: #6DB1FF;
  font-size: clamp(12px, 3.7vw, 14px);
  background-color: #fff;
  border: 1px solid #6DB1FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 6px 0;
  height: 35px;
}
.p-term-more__link--s {
  font-size: 12px;
}

/* ----------------------------------------
   p-job-head
---------------------------------------- */
.p-job-head__ttl {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #505050;
}
@media screen and (max-width: 599px) {
  .p-job-head__ttl {
    font-size: 20px;
  }
}
.p-job-head__ttl--s {
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  .p-job-head__ttl--s {
    font-size: 22px;
  }
}
.p-job-head__txt {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-job-head__txt {
    font-size: 16px;
    font-weight: normal;
  }
}
.p-job-head__number {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 599px) {
  .p-job-head__number {
    margin-bottom: 10px;
  }
}
.p-job-head__txt-num {
  font-size: 34px;
  font-weight: bold;
  color: #5C98DE;
  letter-spacing: 0.1em;
  margin: 0 0.1em;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .p-job-head__txt-num {
    font-size: 18px;
  }
}
.p-job-head__txt-s {
  font-size: 16px;
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .p-job-head__txt-s {
    font-size: 14px;
  }
}
.p-job-head .p-pager {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .p-job-head .p-pager {
    text-align: left;
  }
}

/* ----------------------------------------
   p-job-list
---------------------------------------- */
.p-job-list {
  margin-top: 85px;
}
@media screen and (max-width: 599px) {
  .p-job-list {
    margin-top: 15px;
  }
}
.p-job-list__cont {
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  overflow: hidden;
  padding-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .p-job-list__cont {
    padding-top: 30px;
  }
}
.p-job-list__cont:nth-of-type(n + 2) {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .p-job-list__cont:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-job-list__cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #6DB1FF;
}
.p-job-list__num {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 12px;
}
.p-job-list__mark {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 14px;
  background-color: #FFD254;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 5px 20px;
}
@media screen and (max-width: 599px) {
  .p-job-list__mark {
    font-size: 11px;
    padding: 3px 10px;
    left: 15px;
  }
}
.p-job-list__mark--closed {
  color: #fff;
  background-color: #707070;
}
.p-job-list__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .p-job-list__tag {
    margin-bottom: 5px;
  }
}
.p-job-list__new {
  font-size: 11px;
  background-color: #FF5A5A;
  color: #fff;
  border-radius: 2px;
  padding: 2px 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.p-job-list__inner {
  padding-left: 3%;
  padding-right: 6%;
}
.p-job-list__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 599px) {
  .p-job-list__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-job-list__term {
  display: flex;
  flex-wrap: wrap;
}
.p-job-list__term-item {
  font-size: 11px;
  border: 1px solid;
  color: #9DABBB;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  padding: 1px 5px;
}
.p-job-list__item {
  display: flex;
  margin-bottom: 8px;
}
.p-job-list__item:last-of-type {
  margin-bottom: 15px;
}
.p-job-list__label {
  font-size: 16px;
  background-color: #F0F0F0;
  padding: 8px;
  width: 117px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .p-job-list__label {
    width: 80px;
    font-size: 14px;
    padding: 4px;
  }
}
.p-job-list__txt-cont {
  border-bottom: 1px solid #D6D6D6;
  padding: 8px;
  width: calc(100% - 117px);
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .p-job-list__txt-cont {
    width: calc(100% - 80px);
    font-size: 14px;
  }
}
.p-job-list__txt-inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-job-list__txt-inner--1 {
  -webkit-line-clamp: 1;
}
.p-job-list__txt-inner--2 {
  -webkit-line-clamp: 2;
}
.p-job-list__txt-inner--3 {
  -webkit-line-clamp: 3;
}
.p-job-list__txt--space {
  margin-right: 1em;
}
.p-job-list__txt--inline {
  display: inline-block;
}
.p-job-list__txt--inline::after {
  content: "／";
}
.p-job-list__txt--inline:last-of-type::after {
  content: none;
}
.p-job-list__bottom {
  background-color: #F0F0F0;
  padding: 25px;
}
@media screen and (max-width: 599px) {
  .p-job-list__bottom {
    padding: 15px;
  }
}
.p-job-list__bottom-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4%;
}
.p-job-list__btn-item {
  width: 48%;
  max-width: 348px;
}
.p-job-list__btn-copy {
  font-size: clamp(11px, 1.015vw, 13px);
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #FF006F;
}
@media screen and (max-width: 960px) {
  .p-job-list__btn-copy {
    display: none;
  }
}
.p-job-list__btn {
  position: relative;
  top: 0;
  background-color: #5C98DE;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
  width: 100%;
  height: 55px;
}
@media screen and (min-width: 751px) {
  .p-job-list__btn:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  .p-job-list__btn {
    border-radius: 5px;
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-list__btn {
    height: 40px;
  }
}
.p-job-list__btn--white {
  background-color: #fff;
  border: 1px solid #5C98DE;
}
.p-job-list__btn-txt {
  position: relative;
  color: #fff;
  font-size: 16px;
  margin-right: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-job-list__btn-txt {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-list__btn-txt {
    margin-right: 10px;
  }
}
.p-job-list__btn-txt::after {
  content: "";
  background-image: url("../img/job/icon_link-open.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 960px) {
  .p-job-list__btn-txt::after {
    width: 14px;
    height: 14px;
    top: 55%;
    right: -20px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-list__btn-txt::after {
    width: 12px;
    height: 12px;
    right: -15px;
  }
}
.p-job-list__btn--white .p-job-list__btn-txt {
  color: #5C98DE;
}
@media screen and (max-width: 599px) {
  .p-job-list__btn--white .p-job-list__btn-txt {
    font-size: 12px;
    display: inline-block;
    line-height: 1.2;
  }
}
.p-job-list__btn--white .p-job-list__btn-txt::after {
  background-image: url("../img/job/icon_link-open_blue.svg");
}

/* ----------------------------------------
   modal
---------------------------------------- */
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
}
.p-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(106, 106, 106, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-modal__overlay {
    background-color: inherit;
  }
}
.p-modal__container {
  position: relative;
  background-color: #fff;
  width: 90vw;
  max-width: 1025px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-modal__container {
    max-height: 90vh;
  }
}
@media screen and (max-width: 750px) {
  .p-modal__container {
    width: 100vw;
    height: 100vh;
    padding: 0;
  }
}
.p-modal__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
}
@media screen and (max-width: 750px) {
  .p-modal__close {
    display: none;
  }
}
.p-modal__header {
  position: relative;
  height: 50px;
  padding-top: 8px;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .p-modal__header {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .p-modal__content {
    padding: 30px 60px 60px;
    height: calc(90vh - 100px);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 750px) {
  .p-modal__content {
    height: calc(100svh - 130px);
    overflow-y: scroll;
  }
}
.p-modal__back {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: none;
}
.p-modal__logo {
  width: 103px;
  margin: auto;
}
.p-modal__logo-link {
  display: block;
  line-height: 0;
}
.p-modal__logo-txt {
  font-size: 8px;
}
.p-modal__head {
  background-color: #D6E9FF;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .p-modal__head {
    margin-bottom: 0;
  }
}
.p-modal__head-txt {
  font-size: 20px;
}
.p-modal__clear {
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  padding: 15px 55px;
  background: none;
  border: none;
}
@media screen and (min-width: 751px) {
  .p-modal__clear {
    transition: color 0.3s;
  }
  .p-modal__clear:hover {
    color: #8B8B8B;
  }
}
@media screen and (max-width: 750px) {
  .p-modal__clear {
    display: none;
  }
}
.p-modal__check-label {
  display: block;
  padding: 13px 10px;
  border-bottom: 1px solid #D6D6D6;
  cursor: pointer;
}
.p-modal__check-txt {
  padding-left: 35px;
}

/* ----------------------------------------
   p-pager
---------------------------------------- */
.p-pager--job {
  font-size: 13px;
  font-weight: 500;
  color: #4A7BC8;
  margin-top: 50px;
  margin-bottom: 30px;
}
.p-job-head .p-pager--job {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .p-job-head .p-pager--job {
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  body.paged .p-pager--job {
    font-size: clamp(11px, 2.16vw, 13px);
  }
}

@media screen and (max-width: 599px) {
  .p-pager--job .pages {
    position: static;
    transform: translate(0);
  }
}
.p-pager--job .wp-pagenavi .current {
  background-color: #4A7BC8;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #4A7BC8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  body.paged .p-pager--job .wp-pagenavi .current {
    width: clamp(25px, 5vw, 30px);
    height: clamp(25px, 5vw, 30px);
  }
}

.p-pager--job .wp-pagenavi .pages {
  display: none;
}
.p-pager--job .wp-pagenavi .page {
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A7BC8;
  background-color: #fff;
  margin-left: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  body.paged .p-pager--job .wp-pagenavi .page {
    width: clamp(25px, 5vw, 30px);
    height: clamp(25px, 5vw, 30px);
    margin-left: clamp(1px, 1vw, 5px);
    margin-right: clamp(1px, 1vw, 5px);
  }
}

.p-pager--job .wp-pagenavi .previouspostslink {
  width: 10px;
}
.p-pager--job .wp-pagenavi .previouspostslink img {
  display: none;
}
.p-pager--job .wp-pagenavi .previouspostslink::after {
  content: "";
  background-image: url("../img/job/icon_pager_prev.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.p-pager--job .wp-pagenavi .nextpostslink {
  width: 10px;
}
.p-pager--job .wp-pagenavi .nextpostslink img {
  display: none;
}
.p-pager--job .wp-pagenavi .nextpostslink::after {
  content: "";
  background-image: url("../img/job/icon_pager_next.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.p-pager--job .wp-pagenavi .first {
  width: 14px;
  padding: 0;
}
.p-pager--job .wp-pagenavi .first img {
  display: none;
}
.p-pager--job .wp-pagenavi .first::after {
  content: "";
  background-image: url("../img/job/icon_pager_prev_2.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
}
.p-pager--job .wp-pagenavi .last {
  width: 14px;
  padding: 0;
}
.p-pager--job .wp-pagenavi .last img {
  display: none;
}
.p-pager--job .wp-pagenavi .last::after {
  content: "";
  background-image: url("../img/job/icon_pager_next_2.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
}
@media screen and (max-width: 599px) {
  body.paged .p-pager--job .wp-pagenavi > a,
  body.paged .p-pager--job .wp-pagenavi > span {
    margin-left: clamp(1px, 1vw, 5px);
    margin-right: clamp(1px, 1vw, 5px);
  }
}

/* ----------------------------------------
   p-none-box
---------------------------------------- */
.p-none-box {
  background-color: #FFEEEE;
  border: 2px solid #FF5A5A;
  padding: 20px 25px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-none-box {
    padding: 10px;
  }
}
.p-none-box__inner {
  display: flex;
  align-items: center;
}
.p-none-box__icon {
  width: 56px;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .p-none-box__icon {
    margin-right: 10px;
  }
}
.p-none-box__txt {
  color: #FF5A5A;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-none-box__txt {
    font-size: 16px;
  }
}

/* ----------------------------------------
   p-job-bnr
---------------------------------------- */
.p-job-bnr {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-job-bnr {
    max-width: 315px;
    margin: 20px auto 0;
  }
}
.p-job-bnr__link {
  display: block;
}
@media screen and (min-width: 751px) {
  .p-job-bnr__link {
    transition: 0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-job-bnr__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .p-job-bnr__link:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-job-bnr__link img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.p-job-bnr__txt {
  font-size: 16px;
  color: #000;
}
.p-job-bnr__img {
  max-width: 397px;
}

/* ----------------------------------------
   p-job-post
---------------------------------------- */
.p-job-post {
  position: relative;
}
.p-job-post__container-1 {
  padding: 50px 0;
  max-width: 890px;
  margin: 0 auto;
}
.p-job-post__container-1--pdb {
  padding-bottom: 0;
}
.p-job-post__container-2 {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 50px 200px;
}
@media screen and (max-width: 960px) {
  .p-job-post__container-2 {
    padding: 0 20px 200px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-post__container-2 {
    padding: 0 10px 200px;
  }
}
@media screen and (max-width: 960px) {
  .p-job-post__ttl-wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-post__ttl-wrap {
    padding: 0 10px;
  }
}
.p-job-post__ttl {
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-job-post__ttl {
    font-size: 18px;
  }
}
.p-job-post__notice {
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .p-job-post__notice {
    padding: 10px;
  }
}
.p-job-post__notice-inner {
  display: flex;
  align-items: center;
}
.p-job-post__notice-txt {
  font-size: 16px;
  color: #434343;
}
@media screen and (max-width: 599px) {
  .p-job-post__notice-txt {
    font-size: 14px;
  }
}
.p-job-post__notice-icon {
  display: block;
  width: 56px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .p-job-post__notice-icon {
    width: 40px;
    margin-right: 15px;
  }
}
.p-job-post__top-txt {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-job-post__top-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-post__top-txt .p-about-ques__btn {
    width: 17px;
    margin-left: 5px;
  }
}
.p-job-post__top-txt-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.p-job-post__top-txt-color {
  color: #5C98DE;
  font-size: 16px;
  border-bottom: 1px solid #5C98DE;
}
@media screen and (max-width: 599px) {
  .p-job-post__top-txt-color {
    font-size: 14px;
  }
}
.p-job-post__head {
  position: relative;
  margin-bottom: 10px;
  padding: 40px 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .p-job-post__head {
    padding: 30px 10px 10px;
  }
}
.p-job-post__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #6DB1FF;
}
.p-job-post__head-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 599px) {
  .p-job-post__head-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.p-job-post__mark {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 11px;
  background-color: #FFD254;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 2px 8px;
}
.p-job-post__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-job-post__new {
  font-size: 11px;
  background-color: #FF5A5A;
  color: #fff;
  border-radius: 2px;
  padding: 2px 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.p-job-post__inner {
  padding-left: 3%;
  padding-right: 6%;
}
.p-job-post__term {
  display: flex;
  flex-wrap: wrap;
}
.p-job-post__term-item {
  font-size: 11px;
  border: 1px solid;
  color: #9DABBB;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  padding: 1px 5px;
}
.p-job-post__cont {
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .p-job-post__cont {
    padding: 15px;
  }
}
.p-job-post__cont p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .p-job-post__cont p {
    font-size: 14px;
  }
}
.p-job-post__table {
  width: 100%;
}
.p-job-post__table-head {
  background-color: #F0F0F0;
  width: 20%;
  border-top: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  padding: 20px;
}
.p-job-post__table-row .p-job-post__table-head {
  border-bottom: 1px solid #D6D6D6;
}

@media screen and (max-width: 750px) {
  .p-job-post__table-head {
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-post__table-head {
    width: 100px;
  }
}
.p-job-post__table-ttl {
  font-size: 17px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 599px) {
  .p-job-post__table-ttl {
    font-size: 14px;
  }
}
.p-job-post__table-body {
  background-color: #fff;
  width: 80%;
  border-top: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  padding: 20px;
}
.p-job-post__table-row .p-job-post__table-body {
  border-bottom: 1px solid #D6D6D6;
}

@media screen and (max-width: 750px) {
  .p-job-post__table-body {
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-post__table-body {
    width: calc(100% - 100px);
  }
}
.p-job-post__table-body p {
  font-size: 16px;
  line-height: 2.3125;
}
@media screen and (max-width: 599px) {
  .p-job-post__table-body p {
    font-size: 14px;
  }
}
.p-job-post__table-note {
  font-size: 14px !important;
}
.p-job-post__bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 25px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .p-job-post__bottom {
    padding: 20px;
  }
}
.p-job-post__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-top: 2px solid #5C98DE;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.p-job-post__bottom.is-fixed {
  position: absolute;
}
.p-job-post__bottom-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4%;
}
.p-job-post__btn {
  width: 48%;
  max-width: 348px;
}
.p-job-post__btn--l {
  width: 100%;
}
.p-job-post__btn--l .u-hide-min-sp-s {
  display: none;
}
.p-job-post__btn-copy {
  position: relative;
  z-index: 100;
  font-size: clamp(11px, 1.015vw, 13px);
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 13px;
  color: #FF006F;
}
@media screen and (max-width: 599px) {
  .p-job-post__btn-copy {
    font-size: 12px;
  }
}
.p-job-post__btn-link {
  position: relative;
  z-index: 100;
  top: 0;
  background-color: #5C98DE;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-job-post__btn-link:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  .p-job-post__btn-link {
    border-radius: 5px;
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .p-job-post__btn-link {
    height: 40px;
  }
}
.p-job-post__btn-link--white {
  background-color: #fff;
  border: 1px solid #5C98DE;
  color: #5C98DE;
}
@media screen and (max-width: 599px) {
  .p-job-post__btn-link--white {
    font-size: 12px;
    line-height: 1.2;
  }
}
.p-job-post__anchor-btn {
  width: 342px;
  margin: 50px auto;
}
.p-job-post__anchor-btn-link {
  position: relative;
  background-color: #5C98DE;
  color: #fff;
  font-size: 16px;
  border-radius: 28px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
.p-job-post__anchor-btn-link svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

/* ----------------------------------------
   p-job-entry
---------------------------------------- */
.p-job-entry {
  max-width: 990px;
  margin: 0 auto;
  padding-top: 50px;
}
.p-job-entry__head {
  margin-bottom: 15px;
}
.p-job-entry__head-ttl {
  font-size: 25px;
  margin-bottom: 20px;
}
.p-job-entry__head-txt {
  font-size: 16px;
}
.p-job-entry__head-txt:nth-of-type(n + 2) {
  margin-top: 20px;
}

/* ----------------------------------------
   p-job-flow
---------------------------------------- */
.p-job-flow {
  border-top: 7px solid #6DB1FF;
  background-color: #fff;
  padding: 15px 20px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-job-flow__img {
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-job-flow__img img {
  image-rendering: -webkit-optimize-contrast;
}
.p-job-flow__txt {
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}

/* ----------------------------------------
   p-job-thanks
---------------------------------------- */
.p-job-thanks {
  background-color: #F5F6F9;
  padding-top: 50px;
  padding-bottom: 200px;
}
@media screen and (max-width: 599px) {
  .p-job-thanks {
    padding-bottom: 100px;
  }
}
.p-job-thanks__container {
  max-width: 990px;
  margin: 0 auto;
}
.p-job-thanks__head {
  margin-bottom: 30px;
}
.p-job-thanks__ttl {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-job-thanks__ttl {
    font-size: 22px;
  }
}
.p-job-thanks__txt {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .p-job-thanks__txt {
    font-size: 14px;
  }
}

.p-sform-notice--job {
  max-width: 890px;
  margin: 0 auto;
}

/* ----------------------------------------
   p-about-ques
---------------------------------------- */
.p-about-ques {
  display: inline-block;
}
.p-about-ques__btn {
  width: 20px;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  border: none;
  cursor: pointer;
  border-radius: 100px;
}
.p-about-ques__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: none;
}
.p-about-ques__modal.is-open {
  display: block;
}
.p-about-ques__modal-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(106, 106, 106, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about-ques__modal-container {
  position: relative;
  background-color: #fff;
  width: 90vw;
  max-width: 840px;
  margin: 0 auto;
}
.p-about-ques__modal-content {
  padding: 30px 60px 60px;
  padding: 25px;
  background-color: #D6E9FF;
}
@media screen and (max-width: 599px) {
  .p-about-ques__modal-content {
    padding: 15px;
  }
}
.p-about-ques__modal-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}
@media screen and (max-width: 599px) {
  .p-about-ques__modal-inner {
    padding: 15px;
  }
}
.p-about-ques__modal-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-about-ques__modal-icon {
  width: 29px;
  margin-right: 10px;
}
.p-about-ques__modal-ttl {
  font-size: 20px;
  color: #5C98DE;
}
.p-about-ques__modal-close {
  position: relative;
  top: 0;
  background-color: #5C98DE;
  border: 1px solid #fff;
  max-width: 348px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 15px 50px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
  margin-top: 30px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-about-ques__modal-close:hover {
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
  }
}
@media screen and (max-width: 599px) {
  .p-about-ques__modal-close {
    padding: 10px 45px;
  }
}
.p-about-ques__modal-close svg {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .p-about-ques__modal-close svg {
    width: 14px;
  }
}
.p-about-ques__modal-txt {
  font-size: 14px;
  color: #000;
}
.p-about-ques__modal-txt:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
.p-about-ques__modal-close-txt {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .p-about-ques__modal-close-txt {
    font-size: 14px;
  }
}

/* ----------------------------------------
   p-job-recom
---------------------------------------- */
.p-job-recom {
  position: relative;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 85px;
}
@media screen and (max-width: 599px) {
  .p-job-recom {
    padding: 0 10px;
  }
}
.p-job-recom__inner {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
}
.p-job-recom__item:nth-of-type(n + 2) {
  border-top: 1px solid #D6D6D6;
}
.p-job-recom__head {
  background-color: #6DB1FF;
  padding: 5px 15px;
}
.p-job-recom__ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .p-job-recom__ttl {
    font-size: 12px;
  }
}
.p-job-recom__body {
  background-color: #fff;
  padding: 0 15px;
}
.p-job-recom__link {
  position: relative;
  display: block;
  padding: 15px 0;
}
.p-job-recom__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  border: 2px solid #6DB1FF;
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 750px) {
  .p-job-recom__link::after {
    content: none;
  }
}
.p-job-recom__link:hover::after {
  opacity: 1;
}
.p-job-recom__item-ttl {
  font-size: 18px;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  transition: color 0.2s;
}
@media screen and (max-width: 599px) {
  .p-job-recom__item-ttl {
    font-size: 14px;
  }
}
.p-job-recom__link:hover .p-job-recom__item-ttl {
  color: #5C98DE;
}

.p-job-recom__tag-new {
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
  padding: 2px 7px 3px;
  margin-right: 7px;
  background-color: #FF5A5A;
  color: #fff;
  border: none;
}
@media screen and (max-width: 599px) {
  .p-job-recom__tag-new {
    display: none;
  }
}
.p-job-recom__tag-wrap {
  display: inline-flex;
  margin-top: 7px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__tag-wrap {
    display: none;
  }
}
.p-job-recom__tag {
  font-size: 11px;
  color: #9DABBB;
  border: 1px solid #9DABBB;
  border-radius: 2px;
  padding: 4px 7px;
  margin-right: 7px;
  line-height: 1;
}
.p-job-recom__cont {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__cont {
    display: block;
  }
}
.p-job-recom__cont-item {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-job-recom__cont-item:nth-of-type(2) {
    margin-top: 8px;
  }
}
.p-job-recom__cont-item--1 {
  flex-shrink: 0;
}
.p-job-recom__cont-item:first-of-type {
  margin-right: clamp(10px, 3.90625vw, 50px);
}
.p-job-recom__cont-label {
  background-color: #F0F0F0;
  font-size: 14px;
  white-space: nowrap;
  width: clamp(80px, 9.921875vw, 127px);
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__cont-label {
    font-size: 12px;
    height: 25px;
  }
}
.p-job-recom__cont-area {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: 36px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__cont-area {
    font-size: 12px;
    line-height: 25px;
  }
}
.p-job-recom__cont-txt--inline {
  display: inline-block;
}
.p-job-recom__cont-txt--inline::after {
  content: "／";
}
.p-job-recom__cont-txt--inline:last-of-type::after {
  content: none;
}
.p-job-recom__cont-salary {
  font-size: 14px;
  line-height: 36px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__cont-salary {
    font-size: 12px;
    line-height: 25px;
  }
}
.p-job-recom__arrow {
  width: 39px;
  height: 39px;
  border: none;
  background: none;
  padding: 0;
  margin-top: -15px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__arrow {
    width: 30px;
    height: 30px;
  }
}
.p-job-recom__arrow::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.p-job-recom__arrow--prev {
  left: -5px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__arrow--prev {
    left: -10px;
  }
}
.p-job-recom__arrow--prev::after {
  background-image: url("../img/job/icon_slider_prev.svg");
}
.p-job-recom__arrow--next {
  right: -5px;
}
@media screen and (max-width: 599px) {
  .p-job-recom__arrow--next {
    right: -10px;
  }
}
.p-job-recom__arrow--next::after {
  background-image: url("../img/job/icon_slider_next.svg");
}
.p-job-recom__pagination {
  bottom: -40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-job-recom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9DABBB;
  opacity: 1;
}
.p-job-recom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-job-recom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.p-job-recom .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: #6DB1FF;
}

.p-job-recomsp {
  position: relative;
  margin-top: 15px;
  margin-bottom: 65px;
}
@media screen and (min-width: 751px) {
  .p-job-recomsp {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
  }
}
@media screen and (min-width: 751px) {
  .p-job-recomsp__inner {
    overflow: hidden;
    border-radius: 5px;
  }
}
@media screen and (max-width: 750px) {
  .p-job-recomsp__block {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
  }
}
.p-job-recomsp__head {
  background-color: #6DB1FF;
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  .p-job-recomsp__head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.p-job-recomsp__body {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-job-recomsp__body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.p-job-recomsp__link {
  display: block;
  padding: 5px 10px 10px;
}
.p-job-recomsp__ttl {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.p-job-recomsp__item-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
  text-decoration: underline;
  min-height: 42px;
}
.p-job-recomsp__cont {
  margin-top: 10px;
}
.p-job-recomsp__cont-item {
  display: flex;
}
.p-job-recomsp__cont-label {
  background-color: #F0F0F0;
  font-size: 12px;
  width: 84px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-job-recomsp__cont-item:nth-of-type(n + 2) .p-job-recomsp__cont-label {
  margin-top: 8px;
}

.p-job-recomsp__cont-salary {
  font-size: 12px;
  line-height: 25px;
  padding-left: 15px;
}
.p-job-recomsp__cont-area {
  position: relative;
  font-size: 12px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  padding-left: 15px;
  padding-top: 8px;
  width: calc(100% - 84px);
}
.p-job-recomsp__cont-area::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: #D6D6D6;
  width: 100%;
  height: 1px;
}
.p-job-recomsp__cont-txt--inline {
  display: inline-block;
}
.p-job-recomsp__cont-txt--inline::after {
  content: "／";
}
.p-job-recomsp__cont-txt--inline:last-of-type::after {
  content: none;
}
.p-job-recomsp__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  position: absolute;
  width: 100%;
}
.p-job-recomsp__pagination {
  position: static;
  width: auto !important;
  display: flex;
  align-items: center;
}
.p-job-recomsp__arrow {
  position: relative;
  left: auto;
  right: auto;
  width: min(5.333vw, 30px);
  height: min(5.333vw, 30px);
  border: none;
  background: none;
  padding: 0;
  margin-top: 0;
  z-index: 100;
  flex-shrink: 0;
}
.p-job-recomsp__arrow::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.p-job-recomsp__arrow--prev {
  margin-right: min(2.667vw, 15px);
}
.p-job-recomsp__arrow--prev::after {
  background-image: url("../img/job/sp/icon_slider_prev.svg");
}
.p-job-recomsp__arrow--next {
  margin-left: min(2.667vw, 15px);
}
.p-job-recomsp__arrow--next::after {
  background-image: url("../img/job/sp/icon_slider_next.svg");
}
.p-job-recomsp .swiper-pagination-bullet {
  width: min(1.867vw, 10.5px);
  height: min(1.867vw, 10.5px);
  background: #9DABBB;
  opacity: 1;
}
.p-job-recomsp .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-job-recomsp .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(5.333vw, 30px);
}
.p-job-recomsp .swiper-pagination-bullet-active {
  width: min(2.667vw, 15px);
  height: min(2.667vw, 15px);
  background: #6DB1FF;
}

.p-area-txt--inline {
  display: inline-block;
}
.p-area-txt--inline::after {
  content: "／";
}
.p-area-txt--inline:last-of-type::after {
  content: none;
}

/* ----------------------------------------
   casual
---------------------------------------- */
.p-job-casual {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .p-job-casual {
    padding-top: 20px;
  }
}
.p-job-casual__inner {
  display: flex;
  max-width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .p-job-casual__inner {
    display: block;
    padding: 0 4%;
  }
}

.p-casual {
  max-width: 416px;
}
@media screen and (max-width: 1020px) and (min-width: 751px) {
  .p-casual {
    width: 47%;
  }
}
@media screen and (max-width: 750px) {
  .p-casual {
    max-width: 525px;
    margin: 0 auto 30px;
  }
}
.p-casual__head {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-casual__head {
    display: flex;
    margin-bottom: 10px;
  }
}
.p-casual__ttl {
  font-size: clamp(20px, 2.4vw, 31px);
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-casual__ttl {
    margin: 0 auto;
  }
}
.p-casual__img {
  width: 94.2307692308%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-casual__img {
    width: 146px;
  }
}
.p-casual__about {
  border: 2px solid #6DB1FF;
  border-radius: 10px;
  background-color: #fff;
  padding: 4% 5%;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .p-casual__about {
    margin-bottom: 10px;
    padding: 4%;
  }
}
.p-casual__about-ttl {
  font-size: clamp(14px, 1.56vw, 20px);
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 5px;
}
.p-casual__about-txt {
  font-size: clamp(14px, 1.25vw, 16px);
  color: #000;
  line-height: 1.56;
}
.p-casual__recom {
  background-color: #D6E9FF;
  border-radius: 10px;
  padding: 6%;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .p-casual__recom {
    padding: 4%;
  }
}
.p-casual__recom-ttl {
  font-size: clamp(14px, 1.56vw, 20px);
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.p-casual__recom-txt {
  font-size: clamp(14px, 1.25vw, 16px);
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .p-casual__recom-txt {
    line-height: 1.5;
  }
}
.p-casual__ques {
  border: 2px solid #6DB1FF;
  background-color: #fff;
  border-radius: 10px;
  padding: 5% 4%;
}
.p-casual__ques-ttl {
  font-size: clamp(16px, 1.56vw, 20px);
  font-weight: bold;
  color: #5C98DE;
  margin-bottom: 30px;
  margin-left: 3%;
}
@media screen and (max-width: 750px) {
  .p-casual__ques-ttl {
    margin-left: 0;
  }
}
.p-casual__ques-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-casual__ques-item:nth-of-type(2n - 1) {
  margin-bottom: 15px;
}
.p-casual__ques-item:nth-of-type(2n) {
  margin-bottom: 40px;
}
.p-casual__ques-icon {
  width: 73px;
}
@media screen and (max-width: 750px) {
  .p-casual__ques-icon {
    width: 60px;
  }
}
.p-casual__ques-txt-area {
  position: relative;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 4%;
  width: calc(100% - 85px);
}
@media screen and (max-width: 750px) {
  .p-casual__ques-txt-area {
    width: calc(100% - 75px);
  }
}
.p-casual__ques-txt-area::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.p-casual__ques-txt-area::after {
  content: "";
  position: absolute;
  top: 20px;
  z-index: 1;
  width: 21px;
  height: 24px;
  display: inline-block;
  background-image: url("../img/job/icon_ques_triangle.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-casual__ques-txt-area--1::after {
  left: -10px;
}
.p-casual__ques-txt-area--2::after {
  transform: rotate(-180deg);
  right: -10px;
}
.p-casual__ques-txt-area--3::after {
  left: -10px;
}
.p-casual__ques-txt-area--4::after {
  transform: rotate(-180deg);
  right: -10px;
}
.p-casual__ques-txt {
  position: relative;
  z-index: 10;
  font-size: 14px;
  color: #000;
}

/* ----------------------------------------
   p-form2
---------------------------------------- */
.p-form2 {
  background-color: #fff;
  max-width: 525px;
  padding: 30px 3% 70px;
}
@media screen and (max-width: 1020px) and (min-width: 751px) {
  .p-form2 {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-form2 {
    margin: 0 auto;
    padding: 0;
    background-color: inherit;
  }
}
.p-form2__ttl {
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #437ACB;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-form2__ttl {
    font-size: 16px;
  }
}
.p-form2__label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.p-form2__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-form2__item {
    margin-bottom: 15px;
  }
}
.p-form2__required {
  color: #fff;
  background-color: #E66A6A;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  margin-left: 15px;
}
.p-form2__input {
  border: 1px solid #707070;
  background-color: #fff;
  width: 100%;
  height: 37px;
  padding: 0 0.5em;
  border-radius: 0;
  font-size: 16px;
}
.p-form2__input::-moz-placeholder {
  color: #C8C8C8;
}
.p-form2__input::placeholder {
  color: #C8C8C8;
}
.p-form2__input--type {
  border-color: #F0F0F0;
}
.p-form2__input--calender {
  border-radius: 3px;
  width: 181px;
}
.p-form2__select {
  border: 1px solid #707070;
  background-color: #fff;
  width: 100%;
  height: 37px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0 0.5em;
  border-radius: 3px;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/img/job/icon_select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 97% 48%;
  cursor: pointer;
}
.p-form2__select--pref {
  width: 132px;
}
.p-form2__select--birth {
  width: 102px;
}
.p-form2__select--time {
  width: 111px;
}
.p-form2__select--occ {
  width: 300px;
}
.p-form2__birth {
  display: flex;
  align-items: center;
}
.p-form2__birth-txt {
  color: #505050;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 10px;
  display: inline-block;
}
.p-form2__date-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-form2__date-row:last-of-type {
  margin-bottom: 50px;
}
.p-form2__date-txt {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.p-form2__date-calender {
  width: 35px;
  display: block;
  flex-shrink: 0;
  margin-left: -5px;
}
.p-form2__date-clock {
  width: 40px;
  display: block;
  flex-shrink: 0;
  margin-left: -10px;
}
.p-form2__date-note {
  font-size: 12px;
  margin-top: 10px;
}
.p-form2__line {
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 10px;
  background: #333;
}
.p-form2__note {
  color: #505050;
  font-size: 14px;
  margin-bottom: 5px;
}
.p-form2__txt {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}
.p-form2__textarea {
  border: 1px solid #707070;
  width: 100%;
  height: 134px;
}
.p-form2__privacy-label {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.p-form2__privacy {
  border: 1px solid #707070;
  padding: 15px;
  margin-bottom: 15px;
  height: 249px;
  overflow-y: scroll;
  background-color: #fff;
}
.p-form2__privacy-txt {
  font-size: 14px;
  color: #505050;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .p-form2__privacy-txt {
    font-size: 14px;
  }
}
.p-form2__privacy-txt:nth-of-type(n + 2) {
  margin-top: 2em;
}
.p-form2__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .p-form2__btn-wrap {
    margin-top: 60px;
  }
}
.p-form2__btn {
  background-color: #5C98DE;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 185px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-form2__btn {
    transition: 0.1s;
  }
  .p-form2__btn:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
  }
}
@media screen and (max-width: 750px) {
  .p-form2__btn {
    width: 274px;
    height: 55px;
    margin: 0 auto;
    font-size: 24px;
  }
}
.p-form2__btn:nth-of-type(2) {
  margin: 0;
}
.p-form2__btn-back {
  font-size: 16px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.p-form2 input[type=radio] {
  cursor: pointer;
}
.p-form2 input[type=checkbox] {
  cursor: pointer;
}
.p-form2 input[type=text]:disabled {
  background-color: rgb(239, 239, 239);
}
.p-form2 .horizontal-item {
  display: block;
  position: relative;
  margin-left: 0 !important;
}
.p-form2 .mwform-checkbox-field > label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-form2 .mwform-checkbox-field-text {
  font-size: 14px;
  padding: 3px;
}
@media screen and (max-width: 750px) {
  .p-form2 .mwform-checkbox-field-text {
    font-size: 14px;
  }
}
.p-form2 .mwform-radio-field-text {
  font-size: 14px;
}
.p-form2 .mwform-file-delete {
  font-size: 14px;
}
.p-form2 .mwform-radio-field label {
  cursor: pointer;
}

/* ----------------------------------------
   p-casual-bnr
---------------------------------------- */
.p-casual-bnr {
  background-color: #fff;
  margin-top: 30px;
}
.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);
  }
}