@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.75;
}


@media screen and (max-width: 767.9px) {
  * {
    font-size: 1.5rem;
  }
}

.shadow {
  -webkit-box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.06);
          box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.06);
	padding-top:10px;
}

.shadow2 {
  -webkit-box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.01);
          box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.01);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  color: #232323;
}
html body {
  overflow-x: hidden;
  background: #f6f6f6;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
button {
  cursor: pointer;
  color: #232323;
}

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  color: #232323;
}
@media screen and (max-width: 767.9px) {
  a {
    font-size: 1.5rem;
  }
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 100%;
}

.cont {
  width: 87.6%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .cont {
    max-width: 1400px;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 68px 19.04px rgba(129, 129, 129, 0.19);
          box-shadow: 0px 0px 68px 19.04px rgba(129, 129, 129, 0.19);
}

@media screen and (min-width: 1300px) {
  .header {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  .header h1 {
    width: 196px;
  }
  .header img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 12px 34px 10px 34px;
  }
  #menu-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu-menu li {
    position: relative;
  }
  #menu-menu li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    line-height: 2;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #232323;
  }
}
#menu-menu .header_mypage {
  margin-left: 337px;
  margin-top: 5px;
}
#menu-menu .header_mypage a {
  font-size: 1rem;
}
#menu-menu .header_mypage a::before {
  content: "";
  display: block;
  background-image: url(../img/header_mypage.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 auto;
}

.header-wrap form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 90px;
}
.header-wrap form li {
  padding-right: 5px;
}
.header-wrap form input {
  border-radius: 4px;
  min-height: 40px;
  background: #f6f6f6;
  border: solid 1px #dddddd;
}
.header-wrap form input[type=submit] {
  background: #d6167f;
  color: #fff;
  border: none;
  padding: 2px 25px 0;
  font-weight: 700;
  cursor: pointer;
}
.header-wrap form input[type=text] {
  padding: 2px 10px;
  width: 235px;
}
.header-wrap form input[type=text]::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.header-wrap form input[type=text]::-moz-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.header-wrap form input[type=text]:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.header-wrap form input[type=text]::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.header-wrap form input[type=text]::placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}

@media screen and (max-width: 1299.9px) {
  .header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 11;
    background: #fff;
    height: 60px;
  }
  .header h1 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  .header h1 a {
    display: block;
    height: 100%;
  }
  .header h1 img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .header .header__inner {
    padding: 10px 20px;
    height: 100%;
    display: block;
  }
  .header .header-wrap {
    border-radius: 0;
    background: #fff;
    display: block;
    margin: 0;
    width: 100%;
    height: calc(100dvh - 60px);
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding: 120px 40px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 90;
    overflow: auto;
    background: #fff;
  }
  .header #menu-menu {
    margin-bottom: 50px;
  }
  .header #menu-menu li a {
    line-height: 2;
    display: block;
    padding: 5px 0;
    font-size: 1.6rem;
  }
  .header #menu-menu .header_mypage {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .header #menu-menu .header_mypage a::before {
    content: none;
  }
  .header .header-wrap form {
    position: absolute;
    top: 60px;
    left: 30px;
    width: calc(100% - 80px);
    -webkit-transform: unset;
            transform: unset;
    right: unset;
  }
  .header .header-wrap form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header-wrap form input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 2px 20px 0;
  }
}
.HeightMin {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.HeightMin::before {
  opacity: 0.7;
}
.HeightMin .hamburger__line,
.HeightMin .hamburger__line::before,
.HeightMin .hamburger__line::after {
  background: #eee;
}

.header-contact a,
.header-entry a {
  font-family: "Figtree", "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  width: 130px;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
  padding: 4px 0 !important;
  display: block;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1299.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 99;
    border: none;
    background: none;
  }
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 24px;
    height: 2px;
    background: #232323;
  }
  .hamburger__line {
    top: 15px;
    left: 8px;
  }
  .hamburger__line::after {
    content: "";
    width: 100%;
    top: 10px;
    left: 0;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    width: 26px;
    -webkit-transform: translateY(6px) rotate(-30deg);
            transform: translateY(6px) rotate(-30deg);
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .header-wrap.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
#scroll-top {
  position: fixed;
  z-index: 5;
  bottom: 30px;
  right: 30px;
  width: 14px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767.9px) {
  #scroll-top {
    right: 20px;
    bottom: 20px;
    width: 11px;
  }
}
#scroll-top a {
  width: 100%;
  height: 100%;
  display: block;
}

#scroll-top img {
  display: block;
}

main {
  overflow: hidden;
}

/*ログイン画面*/
.page-id-79 .header,
.page-id-79 .footer {
  display: none;
}
.page-id-79 main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 900px;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 main {
    min-height: 660px;
  }
}

.page-id-80 .header,
.page-id-80 .footer {
  display: none;
}
.page-id-80 main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 1100px;
}
@media screen and (max-width: 767.9px) {
  .page-id-80 main {
    min-height: unset;
  }
}

.page-id-84 .header,
.page-id-84 .footer {
  display: none;
}
.page-id-84 main {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
}
.page-id-84 .um-password {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page-id-84 .um-password::before {
  content: "";
  width: 320px;
  height: auto;
  aspect-ratio: 320/80;
  background-image: url(http://jobseeker-navi-share.com/wp-content/uploads/2025/08/et-logo2@2x-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
}

.page-id-79 .um-form,
.page-id-80 .um-form {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form,
  .page-id-80 .um-form {
    top: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-id-79 .um-form form,
.page-id-80 .um-form form {
  padding: 20px 48px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 30px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 30px;
  background: #fff;
  position: relative;
  border-radius: 8px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form form,
  .page-id-80 .um-form form {
    padding: 15px 20px 30px;
    margin-bottom: 30px;
  }
}
.page-id-79 .um-form form::before,
.page-id-80 .um-form form::before {
  content: "";
  width: 320px;
  height: auto;
  aspect-ratio: 320/80;
  background-image: url(http://jobseeker-navi-share.com/wp-content/uploads/2025/08/et-logo2@2x-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form form::before,
  .page-id-80 .um-form form::before {
    width: 180px;
    top: -70px;
  }
}
.page-id-79 .um-form .um-form-field,
.page-id-80 .um-form .um-form-field {
  background: #f7fcfe !important;
  border: solid 2px #e6e6e6 !important;
  border-radius: 0 !important;
  min-width: 400px;
  max-width: 100%;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-form-field,
  .page-id-80 .um-form .um-form-field {
    min-width: 280px;
  }
}
.page-id-79 .um-form .um-row-heading,
.page-id-80 .um-form .um-row-heading {
  text-align: center;
  font-size: 2.3rem;
  padding-bottom: 15px;
  border-bottom: solid 1px #e6e6e6 !important;
  font-weight: 700;
  color: #232323;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-row-heading,
  .page-id-80 .um-form .um-row-heading {
    font-size: 1.8rem !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form ._um_row_1,
  .page-id-80 .um-form ._um_row_1 {
    margin-bottom: 20px !important;
  }
}
.page-id-79 .um-form .um-field,
.page-id-80 .um-form .um-field {
  padding-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-field,
  .page-id-80 .um-form .um-field {
    padding-top: 15px;
  }
}
.page-id-79 .um-form .um-field-label label,
.page-id-80 .um-form .um-field-label label {
  font-size: 1.8rem !important;
  color: #232323 !important;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-field-label label,
  .page-id-80 .um-form .um-field-label label {
    font-size: 1.4rem !important;
    margin-top: 3px !important;
  }
}
.page-id-79 .um-form .um-field.um-field-c,
.page-id-80 .um-form .um-field.um-field-c {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-field.um-field-c,
  .page-id-80 .um-form .um-field.um-field-c {
    margin-bottom: 25px;
  }
}
.page-id-79 .um-form .um-field-checkbox-state i,
.page-id-79 .um-form .um-field-radio-state i,
.page-id-80 .um-form .um-field-checkbox-state i,
.page-id-80 .um-form .um-field-radio-state i {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-field-checkbox-state i,
  .page-id-79 .um-form .um-field-radio-state i,
  .page-id-80 .um-form .um-field-checkbox-state i,
  .page-id-80 .um-form .um-field-radio-state i {
    font-size: 1.4rem !important;
  }
}
.page-id-79 .um-form .um-field-checkbox-option,
.page-id-80 .um-form .um-field-checkbox-option {
  margin-left: 24px !important;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-field-checkbox-option,
  .page-id-80 .um-form .um-field-checkbox-option {
    font-size: 1.2rem;
  }
}
.page-id-79 .um-form .um-field-checkbox-option a,
.page-id-80 .um-form .um-field-checkbox-option a {
  color: #2b7cbf;
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 5px;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-field-checkbox-option a,
  .page-id-80 .um-form .um-field-checkbox-option a {
    font-size: 1.2rem;
  }
}
.page-id-79 .um-form .um-center .um-button,
.page-id-80 .um-form .um-center .um-button {
  min-width: unset !important;
  font-size: 1.6rem !important;
  background: #d6167f !important;
  padding: 12px 28px 13px !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 700 !important;
  border: solid 2px #d6167f !important;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-center .um-button,
  .page-id-80 .um-form .um-center .um-button {
    font-size: 1.4rem !important;
  }
}
.page-id-79 .um-form .um-center .um-button:hover,
.page-id-80 .um-form .um-center .um-button:hover {
  background: #fff !important;
  color: #d6167f;
}
.page-id-79 .um-form .um-col-alt-b,
.page-id-80 .um-form .um-col-alt-b {
  padding-top: 15px !important;
}
.page-id-79 .um-form .um-col-alt-b a,
.page-id-80 .um-form .um-col-alt-b a {
  color: #2b7cbf !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}
.page-id-79 .um-form .um-login-register-link,
.page-id-80 .um-form .um-login-register-link {
  text-align: center;
}
.page-id-79 .um-form .um-login-register-link a,
.page-id-80 .um-form .um-login-register-link a {
  color: #2b7cbf !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}
.page-id-79 .um-form .um-link-alt,
.page-id-80 .um-form .um-link-alt {
  font-size: 1.2rem !important;
  color: blue !important;
}
.page-id-79 .um-form input::-webkit-input-placeholder, .page-id-80 .um-form input::-webkit-input-placeholder {
  color: #fff !important;
}
.page-id-79 .um-form input::-moz-placeholder, .page-id-80 .um-form input::-moz-placeholder {
  color: #fff !important;
}
.page-id-79 .um-form input:-ms-input-placeholder, .page-id-80 .um-form input:-ms-input-placeholder {
  color: #fff !important;
}
.page-id-79 .um-form input::-ms-input-placeholder, .page-id-80 .um-form input::-ms-input-placeholder {
  color: #fff !important;
}
.page-id-79 .um-form input::placeholder,
.page-id-80 .um-form input::placeholder {
  color: #fff !important;
}
.page-id-79 .um-form .um-toggle-gdpr,
.page-id-80 .um-form .um-toggle-gdpr {
  display: none;
}
.page-id-79 .um-form .um-icon-ios-close-empty:before,
.page-id-80 .um-form .um-icon-ios-close-empty:before {
  content: none;
}
.page-id-79 .um-form .um-field-error,
.page-id-79 .um-form .um-notice.err,
.page-id-80 .um-form .um-field-error,
.page-id-80 .um-form .um-notice.err {
  background: #ffefef;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 4px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
  color: #ff6262;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.3rem !important;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .page-id-79 .um-form .um-field-error,
  .page-id-79 .um-form .um-notice.err,
  .page-id-80 .um-form .um-field-error,
  .page-id-80 .um-form .um-notice.err {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-id-79 .um-form .um-field-error::after,
.page-id-79 .um-form .um-notice.err::after,
.page-id-80 .um-form .um-field-error::after,
.page-id-80 .um-form .um-notice.err::after {
  content: "";
  background-image: url(../img/error@2x-8.svg);
  width: 22px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-id-79 .um-form .um-field-arrow,
.page-id-80 .um-form .um-field-arrow {
  display: none;
}

body.um-page-register .um-form form {
  padding-bottom: 90px;
}
body.um-page-register .um-form form.searchandfilter {
  padding-bottom: 0;
}
body.um-page-register .um-form form .confirm-pdf {
  position: absolute;
  width: 90%;
  text-align: center;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  body.um-page-register .um-form form .confirm-pdf {
    bottom: 35px;
  }
}
body.um-page-register .um-form form .confirm-pdf a {
  color: #2b7cbf;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
}
body.um-page-register .um-form form .um-field-error,
body.um-page-register .um-form form .um-notice.err {
  margin-top: 10px;
}

.worker-list img {
  width: 300px;
  height: auto;
  aspect-ratio: 4/3;
}

.worker-list li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .worker-list li {
    margin-bottom: 25px;
  }
}

.top-menu {
  padding-top: 90px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1299.9px) {
  .top-menu {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .top-menu {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
.top-menu::before {
  content: "";
  width: 100%;
  height: 500px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.top-menu .cont {
  position: relative;
  gap: 18px;
  max-width: 1000px;
}
@media screen and (max-width: 767.9px) {
  .top-menu .cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top-menu .new-posts {
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .top-menu .new-posts {
    width: 100%;
  }
}
.top-menu .new-posts h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (max-width: 767.9px) {
  .top-menu .new-posts h2 {
    font-size: 1.5rem;
  }
}
.top-menu .new-posts p {
  color: #d6167f;
  font-size: 11rem;
  font-weight: 700;
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 767.9px) {
  .top-menu .new-posts p {
    font-size: 6rem;
  }
}
.top-menu .new-posts p span {
  display: inline-block;
  color: #232323;
  font-size: 2.7rem;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .top-menu .new-posts p span {
    font-size: 1.8rem;
  }
}
.top-menu a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  max-width: 382px;
  min-width: 0;
  min-height: 134px;
  border-radius: 10px;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 10px 1.4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 10px 1.4px rgba(0, 0, 0, 0.11);
  padding: 20px 15px;
}
@media screen and (max-width: 767.9px) {
  .top-menu a {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    font-size: 1.6rem;
    min-height: unset;
    gap: 15px;
    padding: 12px 15px;
    line-height: 1.5;
    max-width: 400px;
  }
}
.top-menu a:nth-child(2) {
  background: #d6167f;
}
.top-menu a:nth-child(2) img {
  width: 66px;
}
@media screen and (max-width: 767.9px) {
  .top-menu a:nth-child(2) img {
    width: auto;
    height: 30px;
  }
}
.top-menu a:nth-child(3) {
  background: #6f256c;
}
.top-menu a:nth-child(3) img {
  width: 55px;
}
@media screen and (max-width: 767.9px) {
  .top-menu a:nth-child(3) img {
    width: auto;
    height: 30px;
  }
}

.top-news {
  position: relative;
  margin-bottom: 50px;
}
.top-news .cont {
  background: #fff;
  padding: 40px 60px;
  border-radius: 20px;
  max-width: 1000px;
}
@media screen and (max-width: 767.9px) {
  .top-news .cont {
    padding: 20px;
    border-radius: 16px;
  }
}
.top-news .cont .top-news_heading {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .top-news .cont .top-news_heading {
    margin-bottom: 10px;
  }
}
.top-news .cont .top-news_heading h2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 767.9px) {
  .top-news .cont .top-news_heading h2 {
    font-size: 2rem;
  }
}
.top-news .cont .top-news_heading a {
  color: #888888;
  font-size: 1.4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.top-news .cont .top-news_heading i {
  color: #888888;
  font-size: 1rem;
  vertical-align: middle;
}

.top-news-list li {
  border-bottom: solid 1px #efefef;
}
.top-news-list li time {
  min-width: 106px;
}
@media screen and (max-width: 767.9px) {
  .top-news-list li time {
    min-width: unset;
  }
}
.top-news-list li a {
  gap: 12px;
  padding: 25px 0;
}
@media screen and (max-width: 767.9px) {
  .top-news-list li a {
    padding: 20px 0;
  }
}
.top-news-list li:last-child {
  border: none;
}
.top-news-list .news_title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .top-news-list .news_title {
    font-size: 1.5rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}

.news_time {
  font-size: 1.4rem;
  color: #737373;
}

.news_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 210px;
}
@media screen and (max-width: 767.9px) {
  .news_category {
    min-width: unset;
  }
}
.news_category p {
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 1.3rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .news_category p {
    font-size: 1.2rem;
    padding: 3px 12px;
  }
}

.top-advertisements {
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .top-advertisements {
    margin-bottom: 80px;
  }
}
.top-advertisements .cont {
  display: grid;
  max-width: 1000px;
}
.top-advertisements .parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  min-width: 0;
  /* div1 は 1000px × 200px（5:1 の比率） */
}
@media screen and (max-width: 767.9px) {
  .top-advertisements .parent {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.top-advertisements .parent div {
  position: relative;
  width: 100%;
  aspect-ratio: 2.07/1;
}
.top-advertisements .parent div a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 29px 4.64px rgba(19, 19, 19, 0.06);
          box-shadow: 0px 0px 29px 4.64px rgba(19, 19, 19, 0.06);
  border-radius: 8px;
}
.top-advertisements .parent div img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-advertisements .parent .div1 {
  grid-column: span 4/span 4;
  aspect-ratio: 1000/365;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .top-advertisements .parent .div1 {
    grid-column: span 2/span 2; /* 横いっぱいに広げる */
    aspect-ratio: 1000/365;
    margin-bottom: 5px;
  }
}
.top-advertisements .parent .div1 a {
  border-radius: 10px;
}
.top-advertisements .parent .div1 img {
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .top-advertisements .parent .div1 img {
    border-radius: 4px;
  }
}

.footer {
  background: #fff;
  padding: 30px 0;
  border-top: solid 1px #f6f6f6;
}
.footer .cont {
  max-width: 1000px;
}
.footer .fnav_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  gap: 20px 20px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav_wrap {
    margin-bottom: 20px;
  }
}
.footer .f_logo {
  width: 188px;
}
@media screen and (max-width: 767.9px) {
  .footer .f_logo {
    margin: 0 auto;
  }
}
.footer #menu-fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 23px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .footer #menu-fnav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer #menu-fnav a {
  font-size: 1.4rem;
}
.footer .footer_bottom .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_bottom .flex small {
  font-size: 1.1rem;
  color: #a6a6a6;
}
.footer .footer_bottom .flex a {
  color: #a6a6a6;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .flex a {
    font-size: 1.1rem;
  }
}
.footer .footer_bottom .flex a::before {
  content: "";
  width: 7px;
  height: 6px;
  background: #a6a6a6;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.post-archive-page,
.page_worker {
  padding-top: 110px;
}
@media screen and (max-width: 1299.9px) {
  .post-archive-page,
  .page_worker {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .post-archive-page,
  .page_worker {
    padding-top: 40px;
  }
}
.post-archive-page .cont,
.page_worker .cont {
  gap: 30px;
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .post-archive-page .cont,
  .page_worker .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sidebar {
  width: 262px;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar h2 {
  color: #fff;
  background: #d6167f;
  padding: 12px 20px 14px;
  font-size: 1.8rem;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
}
.sidebar .searchandfilter {
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-bottom: 24px;
}
.sidebar .searchandfilter h4 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.sidebar .searchandfilter ul li {
  border-bottom: solid 1px #efefef;
  width: 100%;
  padding: 16px 16px 25px;
}
.sidebar .searchandfilter ul li:last-child {
  border: none;
}
.sidebar .searchandfilter ul li li {
  border: none;
  padding: 0;
  width: unset;
}
.sidebar .searchandfilter input {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
.sidebar .searchandfilter input[type=text] {
  background: #f6f6f6;
  padding: 5px 16px;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  width: 100%;
}
.sidebar .searchandfilter input[type=text]::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.sidebar .searchandfilter input[type=text]::-moz-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.sidebar .searchandfilter input[type=text]:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.sidebar .searchandfilter input[type=text]::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.sidebar .searchandfilter input[type=text]::placeholder {
  font-size: 1.4rem;
  color: #b7b7b7;
  font-weight: 500;
}
.sidebar .searchandfilter input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar .searchandfilter .cat-item {
  color: #808080;
  font-weight: 400;
  font-size: 1.4rem;
}
.sidebar .searchandfilter .selected {
  font-weight: 600;
}
.sidebar .searchandfilter .cat-item-1,
.sidebar .searchandfilter .cat-item-2 {
  width: 100%;
}
.sidebar .searchandfilter ul li:nth-child(2) ul {
  padding-left: 12px;
}
.sidebar .searchandfilter ul li:nth-child(3) {
  /* チェックボックスを非表示にするが、タブ移動は可能にする */
  /* フォーカス時に枠を強調（アクセシビリティ向上） */
}
.sidebar .searchandfilter ul li:nth-child(3) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar .searchandfilter ul li:nth-child(3) .cat-item {
  cursor: pointer;
  padding: 5px 15px;
  background: #f6f6f6;
  display: inline-block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* テキスト選択を防ぐ */
}
.sidebar .searchandfilter ul li:nth-child(3) .cat-item input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sidebar .searchandfilter ul li:nth-child(3) label::before {
  content: "#";
}
.sidebar .searchandfilter ul li:nth-child(3) .cat-item:focus-within {
  outline: 2px solid #d6167f;
}
.sidebar .searchandfilter ul li:nth-child(3) .selected {
  background: #d6167f;
  color: #fff;
}
.sidebar .searchandfilter input[type=submit] {
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  color: #fff;
  background: rgb(15 170 171);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(15 170 171)), to(rgb(136, 213, 225)));
  background: linear-gradient(0deg, rgb(15 170 171) 0%, rgb(136, 213, 225) 100%);
  border: none;
  font-size: 1.4rem;
  margin: 5px 0;
}
.sidebar .banner_wrapper {
  padding-bottom: 30px;
}
.sidebar .banner_wrapper a {
  display: block;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sidebar .banner_wrapper a img {
  border-radius: 5px;
  display: block;
  max-width: 300px;
}

.post-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-title-wrap .top {
  margin-bottom: 7px;
  gap: 7px;
}
@media screen and (max-width: 767.9px) {
  .post-title-wrap .top {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.post-title-wrap .tag {
  background: #f1fcff;
  border-radius: 100px;
  padding: 3px 18px;
  color: #d6167f;
  font-size: 1.4rem;
  margin-right: 5px;
  margin-left: -8px;
}
@media screen and (max-width: 767.9px) {
  .post-title-wrap .tag {
    font-size: 1.2rem;
  }
}
.post-title-wrap .no {
  color: #b7b7b7;
  border: solid 1px #e6e6e6;
  padding: 3px 11px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .post-title-wrap .no {
    font-size: 1.2rem;
  }
}
.post-title-wrap .participation {
  border-radius: 3px;
  color: #fff;
  background: #bbb;
font-size: 1.4rem;
  font-weight: 700;
  padding: 3px 15px;
}
@media screen and (max-width: 767.9px) {
  .post-title-wrap .participation {
    font-size: 1.2rem;
  }
}
.post-title-wrap .job-applicant-information {
  background: #ff6262;
}
.post-title-wrap .no-participation {
  background: #b7b7b7;
}
.post-title-wrap h3 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 767.9px) {
  .post-title-wrap h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.worker-list_wrapper {
  margin-bottom: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .worker-list_wrapper {
    margin-bottom: 80px;
  }
}

.worker-list {
  margin-bottom: 80px;
  width:100%;  /*宮本追加*/
}
@media screen and (max-width: 767.9px) {
  .worker-list {
    margin-bottom: 50px;
  }
}
.worker-list .list {
  margin-bottom: 20px;
  background: #fff;
  border-top: solid 4px #d6167f;
  padding: 20px 30px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list {
    padding: 10px 20px 20px;
  }
}
.worker-list .list:hover {
  -webkit-box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.1);
          box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.1);
}
.worker-list .list .post-content {
  gap: 20px 48px;
}
.worker-list .list .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list .detail {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.worker-list .list table,
.worker-list .list tbody {
  display: block;
}
.worker-list .list table {
  margin-bottom: 16px;
}
.worker-list .list tr {
  color: #808080;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px #efefef;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font: 1.3rem;
  }
}
.worker-list .list tr th,
.worker-list .list tr td {
	padding: 3px 0;
	font-weight: 400;
}
.worker-list .list tr th {
  width: 110px;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list tr th {
    width: 100%;
    padding-bottom: 0;
  }
}
.worker-list .list tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list tr td {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.worker-list .list tr td p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list tr td p {
    margin-left: 0;
    width: 100%;
  }
}
.worker-list .list tr:last-child {
  border-bottom: none;
}
.worker-list .list .btn_wrap {
  gap: 11px;
}
.worker-list .list .btn_wrap a,
.worker-list .list .btn_wrap p {
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 8px 34px;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list .btn_wrap a,
  .worker-list .list .btn_wrap p {
    padding: 8px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2rem;
    max-width: 140px;
  }
}
.worker-list .list .btn_wrap .btn {
  background: rgb(15 170 171);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(15 170 171)), to(rgb(136, 213, 225)));
  background: linear-gradient(0deg, rgb(15 170 171) 0%, rgb(136, 213, 225) 100%);
}
.worker-list .list .btn_wrap .btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: rgb(250, 204, 34);
  background: -webkit-gradient(linear, left top, right top, from(rgb(250, 204, 34)), to(rgb(246, 184, 0)));
  background: linear-gradient(90deg, rgb(250, 204, 34) 0%, rgb(246, 184, 0) 100%);
}
.worker-list .list .btn_wrap .btn2::before {
  content: "";
  background-image: url(../img/requested.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.worker-list .list img {
  width: 33.4%;
  aspect-ratio: 252/144;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .worker-list .list img {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 440px) {
  .worker-list .list img {
    max-width: unset;
  }
}

.search-results-count {
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}
.search-results-count h2 {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .search-results-count h2 {
    font-size: 1.6rem;
  }
}
.search-results-count p {
  -webkit-margin-before: calc((1em - 1lh) / 2);
          margin-block-start: calc((1em - 1lh) / 2);
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .search-results-count p {
    font-size: 1.6rem;
  }
}
.search-results-count p span:first-child {
  color: #ff6262;
  font-size: 4.1rem;
  font-weight: 700;
  margin-right: 5px;
  line-height: 1;
  font-family: "roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .search-results-count p span:first-child {
    font-size: 3rem;
  }
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .page-numbers {
    gap: 10px;
  }
}
.page-numbers a,
.page-numbers .page-numbers {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #d6167f;
  border: solid 1px #d6167f;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .page-numbers a,
  .page-numbers .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 1.4rem;
  }
}
.page-numbers .current {
  background: #d6167f;
  color: #fff;
}
.page-numbers a:hover {
  background: #d6167f;
  color: #fff;
  opacity: 1;
}
.page-numbers a:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(6%) hue-rotate(340deg) brightness(101%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(6%) hue-rotate(340deg) brightness(101%) contrast(103%);
}
.page-numbers .prev::before,
.page-numbers .next::before {
  content: "";
  background-image: url(../img/pagenation_arrow.svg);
  width: 11px;
  height: auto;
  aspect-ratio: 11/18;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .page-numbers .prev::before,
  .page-numbers .next::before {
    width: 8px;
  }
}
.page-numbers .next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 767.9px) {
  .post-template-default .post-content {
    margin-top: 50px;
  }
}

.post-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.post-content {
  position: relative;
}
.post-content .join_btn.top {
  position: absolute;
  zoom: 0.57;
  top: -150px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .post-content .join_btn.top {
    top: -70px;
    zoom: 0.7;
  }
}
.post-content .inner {
  background: #fff;
  border-top: solid 4px #d6167f;
  border-radius: 5px;
  padding: 15px 32px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .post-content .inner {
    padding: 15px 20px 30px;
  }
}
.post-content .post-title-wrap {
  padding-bottom: 23px;
  border-bottom: solid 1px #efefef;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .post-content .post-title-wrap {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.post-content h1 {
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .post-content h1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.post-content .inner h2 {
  color: #d6167f;
  font-weight: 700;
  border-left: solid 1px #d6167f;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.post-content .detail-1 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: solid 1px #efefef;
  margin-bottom: 17px;
}
.post-content .detail-1 dt,
.post-content .detail-1 dd {
  padding: 15px 20px;
  padding-right: 10px;
  font-size: 1.4rem;
  border-bottom: solid 1px #efefef;
}
@media screen and (max-width: 767.9px) {
  .post-content .detail-1 dt,
  .post-content .detail-1 dd {
    padding: 12px 10px;
  }
}
.post-content .detail-1 dt {
  width: 18%;
  background: #f5f5f5;
  font-size: 1.4rem;
  color: #4e4e4e;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .post-content .detail-1 dt {
    width: 35%;
  }
}
.post-content .detail-1 dd {
  width: 32%;
  font-weight: 500;
  max-width: 226px;
  line-height: 2.0625;
}
@media screen and (max-width: 767.9px) {
  .post-content .detail-1 dd {
    width: 65%;
    line-height: 1.8;
    max-width: unset;
  }
}
.post-content .detail-2 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.post-content .detail-2 dt,
.post-content .detail-2 dd {
  padding: 12px 0 14px;
  border-bottom: solid 1px #efefef;
  color: #4e4e4e;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .post-content .detail-2 dt,
  .post-content .detail-2 dd {
    font-size: 1.5rem;
  }
}
.post-content .detail-2 dt {
  width: 34%;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .post-content .detail-2 dt {
    padding-right: 20px;
    width: 100%;
    padding: 15px 0 8px;
    border: none;
  }
}
.post-content .detail-2 dd {
  width: 66%;
  font-weight: 500;
  line-height: 2.0625;
}
@media screen and (max-width: 767.9px) {
  .post-content .detail-2 dd {
    line-height: 1.8;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 0;
  }
}
.post-content .detail-2 dt:last-of-type,
.post-content .detail-2 dd:last-of-type {
  border-bottom: none;
}
.post-content .inner2 {
  padding-top: 30px;
}
.post-content .inner3 {
  padding-top: 30px;
}
.post-content .join_btn {
  margin-top: 45px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767.9px) {
  .post-content .join_btn {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.post-content .join_btn p {
  text-align: center;
  font-size: 2.6rem;
  max-width: 500px;
  background: #ddd;
  color: #a1a1a1;
  padding: 15px 80px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .post-content .join_btn p {
    font-size: 2rem;
    padding: 10px 20px;
  }
}
.post-content .join_btn .contact-form-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.post-content .join_btn .contact-form-wrapper::before {
  content: "";
  width: 35px;
  height: 34px;
  background-image: url(../img/requested2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 48%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .post-content .join_btn .contact-form-wrapper::before {
    width: 25px;
    height: 25px;
    left: 20px;
  }
}
.post-content .join_btn .contact-form-wrapper p {
  display: contents;
}
.post-content .join_btn .contact-form-wrapper span {
  position: absolute;
}
.post-content .join_btn input[type=submit] {
  background: rgb(11, 186, 251);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(11, 186, 251)), to(rgb(66, 133, 236)));
  background: linear-gradient(180deg, rgb(11, 186, 251) 0%, rgb(66, 133, 236) 100%);
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  border: none;
  width: 100%;
  max-width: 602px;
  padding: 17px 70px 17px 130px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .post-content .join_btn input[type=submit] {
    font-size: 1.8rem;
    padding: 12px 20px 12px 60px;
    max-width: 100%;
  }
}
.post-content .join_btn input[type=submit]:hover {
  opacity: 0.7;
}

.back-button {
  margin-bottom: 140px;
}
.back-button a {
  color: #d6167f;
  border: solid 1px #d6167f;
  background: #fff;
  border-radius: 4px;
  padding: 16px 100px 18px 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .back-button a {
    padding: 12px 60px 12px 45px;
    font-size: 1.6rem;
    gap: 25px;
  }
}
.back-button a::before {
  content: "";
  background-image: url(../img/pagenation_arrow.svg);
  width: 11px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.related_list h2 {
  font-size: 2.1rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .related_list h2 {
    font-size: 1.8rem;
  }
}
.related_list .worker-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .related_list .post-content {
    margin-top: 0;
  }
}

@media screen and (max-width: 1299.9px) {
  .common-page {
    margin-top: 60px;
  }
}
.common-page .cont {
  max-width: 900px;
}

.page-top {
  height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(11, 186, 251);
  background: linear-gradient(150deg, rgb(181 130 170) 0%, rgb(200 95 255) 100%)
}
@media screen and (max-width: 767.9px) {
  .page-top {
    height: 150px;
  }
}
.page-top h1 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page-top h1 {
    font-size: 2.6rem;
  }
}

.anchor {
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 767.9px) {
  .anchor {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
.anchor a {
  min-width: 284px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #d6167f;
  border: solid 2px #d6167f;
  font-size: 1.8rem;
  padding: 6px 25px;
  border-radius: 100px;
}
@media screen and (max-width: 767.9px) {
  .anchor a {
    font-size: 1.6rem;
    min-width: unset;
    width: 90%;
    max-width: 400px;
    padding: 4px 20px;
  }
}
.anchor a:hover {
  background: #d6167f;
  color: #fff;
  opacity: 1;
}

.common-page_content {
  padding-bottom: 130px;
  padding-top: 90px;
}
@media screen and (max-width: 767.9px) {
  .common-page_content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.common-page_content .inner {
  border-radius: 20px;
  padding: 40px 60px 60px;
  background: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .common-page_content .inner {
    padding: 30px 20px 40px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.common-page_content h2 {
  font-size: 2.7rem;
  padding-bottom: 30px;
  border-bottom: solid 1px #efefef;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .common-page_content h2 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
.common-page_content .description {
  font-weight: 400;
  line-height: 1.625;
}
.common-page_content .pdf_wrapper {
  margin: 35px 0 25px;
  width: 100%;
  height: auto;
  aspect-ratio: 786/395;
}
@media screen and (max-width: 767.9px) {
  .common-page_content .pdf_wrapper {
    margin: 20px 0 30px;
    aspect-ratio: unset;
    height: 250px;
    overflow: hidden;
  }
}
.common-page_content .pdf_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.common-page_content .document1 .btn_orange {
  margin-bottom: 14px;
}
.common-page_content .document1 .btn_pink {
  margin-bottom: 15px;
}
.common-page_content .document1 .note {
  color: #2b7cbf;
  font-size: 1.3rem;
}

.page_btn {
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 10px 40px 10px 34px;
  min-width: 282px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.11);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .page_btn {
    padding: 10px 20px;
    min-width: unset;
    width: 100%;
    max-width: 330px;
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.btn_orange {
  background: #6f256c;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.download::after {
  content: "";
  width: 18px;
  min-width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .download::after {
    width: 16px;
    min-width: 16px;
  }
}

.btn_pink {
  background: #ff6262;
  border-radius: 4px;
}

.play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.play::after {
  content: "";
  width: 20px;
  min-width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .play::after {
    width: 18px;
    min-width: 18px;
  }
}

.new_window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.new_window::after {
  content: "";
  width: 18px;
  min-width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/new_window.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .new_window::after {
    width: 16px;
    min-width: 16px;
  }
}

.page_btn.blue {
  background: #d6167f;
  font-size: 1.8rem;
  padding: 18px 32px 18px 38px;
}
@media screen and (max-width: 767.9px) {
  .page_btn.blue {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

.document2 .description2 {
  line-height: 1.875;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .document2 .description2 {
    margin-bottom: 50px;
    line-height: 1.8;
  }
}
.document2 .description2 span {
  color: #d6167f;
  font-weight: 700;
}

.document2_inner {
  position: relative;
  padding: 0 33px 45px 43px;
  margin-bottom: 95px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .document2_inner {
    padding: 0 20px 30px;
    margin-bottom: 60px;
  }
}
.document2_inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 25px);
  background: #f2f9fc;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.document2_inner .loupe {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner .loupe {
    width: 100%;
  }
}
.document2_inner .loupe p {
  position: absolute;
  top: -35px;
  left: -30px;
  width: 70px;
  height: auto;
  aspect-ratio: 70/74;
  background-image: url(../img/loupe.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  display: grid;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .document2_inner .loupe p {
    top: -30px;
    left: -35px;
    width: 60px;
    font-size: 1.1rem;
  }
}
.document2_inner .loupe p span {
  font-family: "roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner .loupe p span {
    font-size: 2rem;
  }
}
.document2_inner .loupe h3 {
  background: rgba(11, 186, 251, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(11, 186, 251, 0.9)), to(rgba(66, 133, 236, 0.9)));
  background: linear-gradient(90deg, rgba(11, 186, 251, 0.9) 0%, rgba(66, 133, 236, 0.9) 100%);
  color: #fff;
  font-size: 2.1rem;
  min-width: 530px;
  max-width: 100%;
  padding: 6px 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .document2_inner .loupe h3 {
    min-width: 500px;
  }
}
@media screen and (max-width: 767.9px) {
  .document2_inner .loupe h3 {
    min-width: unset;
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 30px;
    line-height: 1.6;
  }
}
.document2_inner .flex-top {
  gap: 30px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner .flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.document2_inner .img {
  width: 39%;
}
@media screen and (max-width: 767.9px) {
  .document2_inner .img {
    width: 90%;
    max-width: 250px;
  }
}
.document2_inner .img img {
  -webkit-filter: drop-shadow(0 10px 10px #c3c4c5);
          filter: drop-shadow(0 10px 10px #c3c4c5);
}
.document2_inner .phone_wrap {
  position: relative;
  aspect-ratio: 548/1108;
  overflow: hidden;
  height: auto;
}
.document2_inner .phone_wrap::before {
  content: "";
  background-image: url(../img/phone.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.document2_inner .phone_wrap video {
  border-radius: 60px;
  width: 100%;
  height: 100%;
}
.document2_inner .phone_wrap .document_swiper {
  width: 91%;
  aspect-ratio: 493/843;
  height: auto;
  margin-top: 25%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.document2_inner .phone_wrap .document_swiper img {
  width: 100%;
  height: 100%;
}
.document2_inner .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner .detail {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 0;
  }
}
.document2_inner .detail .description {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner .detail .description {
    line-height: 1.8;
  }
}
.document2_inner .detail .description a {
  color: #2b7cbf;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.document2_inner .detail .description strong {
  font-weight: 700;
}
.document2_inner .detail .note {
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d6167f;
  margin-bottom: 10px;
  line-height: 1.7857142857;
}
.document2_inner .detail .note span {
  margin-right: 5px;
}

.document2_inner1 a {
  margin-bottom: 110px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner1 a {
    margin-bottom: 30px;
  }
}

.document2_inner2 a {
  margin-bottom: 30px;
}

.document2_inner3 .detail .description {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner3 .detail .description {
    margin-bottom: 30px;
  }
}

.document2_inner4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner4 {
    margin-bottom: 0px;
  }
}
.document2_inner4 .loupe {
  margin-bottom: 30px;
}
.document2_inner4 .description {
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner4 .description {
    margin-bottom: 20px;
  }
}
.document2_inner4 .video_wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 703/371;
  margin-bottom: 20px;
}
.document2_inner4 .video_wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.document2_inner4 .link_text {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.document2_inner4 .link_text a {
  color: #2b7cbf;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.document2_inner4 .caution {
  background: #232323;
  color: #eeef4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 20px;
}
@media screen and (max-width: 767.9px) {
  .document2_inner4 .caution {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.document2_inner4 .caution::before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: auto;
  aspect-ratio: 24/21;
  background-image: url(../img/action2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-document_bottom {
  margin-top: 83px;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-document_bottom {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-document_bottom a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  min-width: 400px;
  max-width: 100%;
  min-height: 154px;
  border-radius: 10px;
  gap: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 10px 1.4px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 10px 1.4px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 767.9px) {
  .page-document_bottom a {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    font-size: 1.6rem;
    min-height: unset;
    min-width: unset;
    gap: 15px;
    padding: 12px 15px;
    line-height: 1.5;
    max-width: 400px;
  }
}
.page-document_bottom a:nth-child(1) {
  background: #d6167f;
}
.page-document_bottom a:nth-child(1) img {
  width: 76px;
}
@media screen and (max-width: 767.9px) {
  .page-document_bottom a:nth-child(1) img {
    width: auto;
    height: 30px;
  }
}
.page-document_bottom a:nth-child(2) {
  background: #6f256c;
}
.page-document_bottom a:nth-child(2) img {
  width: 64px;
}
@media screen and (max-width: 767.9px) {
  .page-document_bottom a:nth-child(2) img {
    width: auto;
    height: 30px;
  }
}

.page-monetize .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 767.9px) {
  .page-monetize .inner {
    padding-bottom: 40px;
  }
}
.page-monetize .page-monetize_lead {
  margin-bottom: 80px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .page-monetize .page-monetize_lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.page-monetize .page-monetize_lead span {
  color: #d6167f;
}
.page-monetize p {
  line-height: 1.875;
  font-weight: 400;
}
.page-monetize .description a {
  color: #2b7cbf;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.page-monetize .logo_wrap {
  margin-top: 100px;
  margin-bottom: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 767.9px) {
  .page-monetize .logo_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0;
  }
}
.page-monetize .logo_wrap .img1 {
  width: 40%;
  max-width: 312px;
}
@media screen and (max-width: 767.9px) {
  .page-monetize .logo_wrap .img1 {
    width: 80%;
  }
}
.page-monetize .logo_wrap .img2 {
  width: 28px;
}
@media screen and (max-width: 767.9px) {
  .page-monetize .logo_wrap .img2 {
    width: 20px;
  }
}
.page-monetize .logo_wrap .img3 {
  width: 37.5%;
  max-width: 300px;
}
@media screen and (max-width: 767.9px) {
  .page-monetize .logo_wrap .img3 {
    width: 80%;
  }
}
@media screen and (max-width: 767.9px) {
  .page-monetize .pdf_wrapper {
    height: auto;
    aspect-ratio: 786/395;
  }
}
.page-monetize .page_btn.blue {
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.9px) {
  .page-monetize .page_btn.blue {
    gap: 15px;
  }
}
.page-monetize .page_btn.blue::before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 25px;
  background-image: url(../img/document.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-monetize .note {
  color: #2b7cbf;
  text-align: center;
  font-size: 1.3rem;
}

.arial {
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
}

.page-qa h2 {
  margin-bottom: 0;
}
.page-qa .anchor a {
  min-width: 250px;
}
.page-qa .support-btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-qa .support-btn {
    margin-bottom: 0;
  }
}
.page-qa .support-btn a {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
  max-width: 392px;
}

.accordion {
  border-bottom: solid 1px #efefef;
}

.accordion__content[aria-hidden=true] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.accordion__title button {
  padding: 40px 80px 40px 25px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border: none;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .accordion__title button {
    padding: 20px 55px 20px 0;
    gap: 15px;
  }
}
.accordion__title button span {
  font-size: 2.7rem;
  color: #d6167f;
  line-height: 1;
  font-weight: 700;
}

/*アイコンの＋と×*/
.accordion__title button::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 1px #efefef;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .accordion__title button::before {
    width: 35px;
    height: 35px;
    right: 0;
  }
}

.accordion__title button::after {
  content: "";
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../img/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.9px) {
  .accordion__title button::after {
    right: 13px;
  }
}

/*　closeというクラスがついたら形状変化　*/
.accordion.is-opened .accordion__title {
  background: #f6f6f6;
}
@media screen and (max-width: 767.9px) {
  .accordion.is-opened .accordion__title {
    background: #fff;
  }
}

.accordion.is-opened .accordion__title button::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6734%) hue-rotate(298deg) brightness(135%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6734%) hue-rotate(298deg) brightness(135%) contrast(102%);
}

.accordion.is-opened .accordion__title button::before {
  background: #d6167f;
}

.accordion__content span {
  font-size: 2.7rem;
  font-weight: 700;
  color: #6f256c;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  margin-top: 2px;
}

.accordion__content_wrap {
  background: #fff;
  padding: 30px 25px 30px 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .accordion__content_wrap {
    padding: 20px 0;
    gap: 15px;
  }
}
.accordion__content_wrap p {
  color: #737373;
  line-height: 1.75;
  font-size: 1.6rem;
  font-weight: 400;
}

.accordion:last-of-type {
  border: none;
}

.um-header,
.um-profile-nav {
  display: none;
}

.mypage {
  padding-top: 110px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1299.9px) {
  .mypage {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .mypage {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.mypage .cont {
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .mypage .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.mypage aside {
  width: 262px;
}
@media screen and (max-width: 1024px) {
  .mypage aside {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: unset;
    left: unset;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
.mypage aside::-webkit-scrollbar {
  display: none;
}
.mypage aside .mypage_link_box {
  margin-bottom: 35px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .mypage aside .mypage_link_box {
    width: 262px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .mypage aside .mypage_link_box {
    width: 100%;
  }
}
.mypage aside h2 {
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 12px 10px 13px 28px;
  background: #d6167f;
}
.mypage aside .inner {
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.mypage aside .inner a {
  border-bottom: solid 1px #efefef;
  padding: 22px 24px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mypage aside .inner a:last-child {
  border: none;
}
.mypage aside .inner a:hover {
  background: #f1fcff;
  color: #d6167f;
  opacity: 1;
}
.mypage .profile_wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile_wrapper {
    width: 100%;
  }
}
.mypage .profile_wrapper .um-profile .um-profile-body {
  padding: 0;
  margin: 0;
}
.mypage .profile_wrapper h2,
.mypage .profile_wrapper .um-row-heading {
  color: #d6167f;
  font-size: 2.3rem !important;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile_wrapper h2,
  .mypage .profile_wrapper .um-row-heading {
    font-size: 2rem !important;
    margin-left: 20px;
  }
}
.mypage .profile_wrapper h2::before,
.mypage .profile_wrapper .um-row-heading::before {
  content: "";
  height: 23px;
  width: 1px;
  display: inline-block;
  background: #d6167f;
  position: absolute;
  left: -15px;
  top: 10px;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile_wrapper h2::before,
  .mypage .profile_wrapper .um-row-heading::before {
    top: 7px;
  }
}
.mypage .profile,
.mypage .profile_info {
  border-radius: 5px;
  background: #fff;
  padding: 30px 25px 32px 60px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile,
  .mypage .profile_info {
    padding: 30px 20px;
  }
}
.mypage .profile_info {
  padding-right: 60px;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile_info {
    padding-right: 20px;
  }
}
.mypage .um-row-heading {
  background: #fff;
  padding: 0 !important;
}
.mypage .um-cover {
  display: none;
}
.mypage .profile .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile .flex {
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767.9px) {
  .mypage .profile .flex h2 {
    margin-right: auto;
  }
}
.mypage .profile .flex p {
  color: #888888;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile .flex p {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
}
.mypage .profile .company_id {
  color: #888888;
  font-size: 1.4rem;
  border: solid 1px #c8c8c8;
  padding: 2px 27px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile .company_id {
    padding: 0px 15px 1px;
    margin-bottom: 15px;
  }
}
.mypage .profile .company_name {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile .company_name {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.mypage .profile .name {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  line-height: 47px;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile .name {
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mypage .profile .name span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .mypage .profile .name span {
    font-size: 1.8rem;
  }
}
.mypage .profile .edit-button {
  text-align: right;
}
.mypage .profile .edit-button a {
  color: #2b7cbf;
  font-size: 1.3rem;
}
.mypage .um-col-1 .um-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #efefef;
  padding-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .mypage .um-col-1 .um-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mypage .um-col-1 .um-field-label {
  width: 215px;
  border: none !important;
  padding: 0 !important;
}
@media screen and (max-width: 767.9px) {
  .mypage .um-col-1 .um-field-label {
    width: 100%;
  }
}
.mypage .um-col-1 label {
  color: #232323 !important;
  font-size: 1.8rem !important;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .mypage .um-col-1 label {
    font-size: 1.6rem !important;
  }
}
.mypage .um-col-1 .um-field-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3e3e3e !important;
}
@media screen and (max-width: 767.9px) {
  .mypage .um-col-1 .um-field-area {
    font-size: 1.5rem;
  }
}
.mypage .um-col-1 .um-field-area input,
.mypage .um-col-1 .um-field-area label {
  font-size: 1.6rem !important;
  color: #3e3e3e !important;
}
@media screen and (max-width: 767.9px) {
  .mypage .um-col-1 .um-field-area input,
  .mypage .um-col-1 .um-field-area label {
    font-size: 1.5rem !important;
  }
}
.mypage #profile_info {
  padding-bottom: 10px;
}
.mypage #profile_info .um-row-heading {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767.9px) {
  .mypage #profile_info .um-row-heading {
    margin-bottom: 20px !important;
    margin-left: 20px !important;
  }
}
.mypage #um_field_75_job {
  border-bottom: none;
}
.mypage .candidate_management .um-field-label {
  width: 100%;
}
.mypage .candidate_management h2 {
  margin-bottom: 40px;
}
.mypage .candidate_management h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.mypage .candidate_management h3::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #464b4d;
}
.mypage .candidate_management .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px 17px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .parent {
    margin-bottom: 50px;
  }
}
.mypage .candidate_management .parent p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1fcff;
  padding: 28px 30px;
  font-weight: 700;
  font-size: 1.4rem;
  min-width: 217px;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .parent p {
    padding: 15px;
    max-width: calc((100% - 17px) / 2);
    min-width: unset;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.mypage .candidate_management .parent p span {
  font-weight: 500;
  font-size: 1.4rem;
}
.mypage .candidate_management .parent p span span {
  font-weight: 700;
  font-size: 3.5rem;
  font-family: "Arial", "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  line-height: 1;
  margin-right: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .parent p span span {
    font-size: 3rem;
  }
}
.mypage .candidate_management .parent .child1,
.mypage .candidate_management .parent .child2 {
  min-width: unset;
  color: #fff;
  font-size: 1.8rem;
  padding: 22px 35px;
  width: calc((100% - 17px) / 2);
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .parent .child1,
  .mypage .candidate_management .parent .child2 {
    width: 100%;
    max-width: 335px;
    padding: 20px 25px;
    font-size: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mypage .candidate_management .parent .child1 span,
.mypage .candidate_management .parent .child2 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .parent .child1 span,
  .mypage .candidate_management .parent .child2 span {
    font-size: 1.6rem;
  }
}
.mypage .candidate_management .parent .child1 span span,
.mypage .candidate_management .parent .child2 span span {
  font-size: 5rem;
  font-weight: 700;
  margin-right: 5px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .parent .child1 span span,
  .mypage .candidate_management .parent .child2 span span {
    font-size: 4rem;
  }
}
.mypage .candidate_management .parent .child1 {
  background: #d6167f;
}
.mypage .candidate_management .parent .child2 {
  background: #6f256c;
}
.mypage .candidate_management .data_sort {
  margin-bottom: 34px;
}
.mypage .candidate_management .data_sort div {
  width: 100%;
}
.mypage .candidate_management .data_sort label {
  color: #888888;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .data_sort label {
    font-size: 1.2rem;
  }
}
.mypage .candidate_management .data_sort select {
  background-color: #f6f6f6;
  border: solid 1px #c8c8c8;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 8px 15px;
  color: #888888;
  min-width: 167px;
  margin-right: 10px;
  appearance: none; /* 矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .data_sort select {
    min-width: 80px;
  }
}
.mypage .candidate_management .data_sort select[name=order] {
  margin-right: 0;
}
.mypage .candidate_management .data_sort .sort1 {
  margin-bottom: 18px;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .sort2 select {
    min-width: 150px;
  }
}
.mypage .candidate_management .table_wrap {
  height: 652px;
  overflow: auto;
  border: solid 1px #afafaf;
  border-radius: 5px;
  margin-bottom: 40px;
  max-width: 100%;
  /* デフォルトのアイコン */
  /* in_selection または hired の時にフィルター適用 */
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .table_wrap {
    margin-bottom: 20px;
  }
}
.mypage .candidate_management .table_wrap table {
  border-radius: 5px;
  overflow: hidden;
  min-width: 630px;
}
.mypage .candidate_management .table_wrap tr {
  border-bottom: solid 1px #e5e5e5;
}
.mypage .candidate_management .table_wrap tr:last-child {
  border-bottom: none;
}
.mypage .candidate_management .table_wrap th {
  background: #afafaf;
  padding: 9px 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  border-right: solid 1px #e5e5e5;
}
.mypage .candidate_management .table_wrap th:nth-child(1) {
  width: 24%;
}
.mypage .candidate_management .table_wrap th:nth-child(2) {
  width: 18%;
}
.mypage .candidate_management .table_wrap th:nth-child(3) {
  width: 16%;
}
.mypage .candidate_management .table_wrap th:nth-child(4) {
  width: 40%;
  border-right: none;
}
.mypage .candidate_management .table_wrap .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mypage .candidate_management .table_wrap select {
  position: relative;
  background-color: #f1fcff;
  padding: 7px 30px 7px 15px;
  border-radius: 3px;
  font-size: 1.5rem;
  appearance: none; /* 矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  width: 100%;
  border: solid 1px #c8c8c8;
  color: #232323;
}
@media screen and (max-width: 767.9px) {
  .mypage .candidate_management .table_wrap select {
    font-size: 1.4rem;
  }
}
.mypage .candidate_management .table_wrap .select-wrapper::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background-image: url("../img/select_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.mypage .candidate_management .table_wrap .select-wrapper.in_selection::after,
.mypage .candidate_management .table_wrap .select-wrapper.hired::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6734%) hue-rotate(298deg) brightness(135%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6734%) hue-rotate(298deg) brightness(135%) contrast(102%);
}
.mypage .candidate_management .table_wrap .status-select.in_selection {
  background-color: #6f256c;
  color: #ffffff;
}
.mypage .candidate_management .table_wrap .status-select.hired {
  background-color: #d6167f;
  color: #ffffff;
}
.mypage .candidate_management .table_wrap td {
  font-size: 1.4rem;
  color: #888888;
  padding: 15px;
  font-weight: 500;
  border-right: solid 1px #e5e5e5;
  vertical-align: middle;
}
.mypage .candidate_management .table_wrap td:nth-child(1) {
  width: 24%;
}
.mypage .candidate_management .table_wrap td:nth-child(2) {
  width: 18%;
}
.mypage .candidate_management .table_wrap td:nth-child(3) {
  width: 16%;
}
.mypage .candidate_management .table_wrap td:nth-child(4) {
  width: 40%;
  font-size: 1.1rem;
  line-height: 1.8181818182;
  border-right: none;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin-right: 0;
  margin-left: auto;
}

.news_detail {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .news_detail {
    padding-top: 50px;
  }
}
.news_detail .title_wrap {
  margin: 0 20px 25px;
}
.news_detail .news_title {
  font-size: 2.4rem;
  margin-bottom: 45px;
  padding-bottom: 0;
  border: none;
  line-height: 1.4583333333;
  margin: 0 20px 40px;
}
@media screen and (max-width: 767.9px) {
  .news_detail .news_title {
    font-size: 2rem;
  }
}
.news_detail .news_time {
  margin-right: 20px;
}
.news_detail .inner {
  padding-top: 70px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .news_detail .inner {
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.news_detail .inner img {
  display: block;
}
.news_detail .inner p {
  font-weight: 400;
  line-height: 1.875;
}
.news_detail .inner h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767.9px) {
  .news_detail .inner h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.news_detail .inner h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .news_detail .inner h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.news_detail .inner h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .news_detail .inner h4 {
    font-size: 1.6rem;
  }
}
.news_detail .back-button {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .news_detail .back-button {
    margin-bottom: 0;
  }
}
.news_detail .back-button a {
  margin: 0 auto;
  background: #d6167f;
  color: #fff;
}
.news_detail .back-button a::before {
  content: "";
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(6%) hue-rotate(340deg) brightness(101%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(6%) hue-rotate(340deg) brightness(101%) contrast(103%);
}

.news_category_list {
  margin: 0 20px 20px;
  gap: 10px 12px;
}
@media screen and (max-width: 767.9px) {
  .news_category_list {
    margin: 0 0 30px;
    gap: 10px 5px;
  }
}
.news_category_list a {
  padding: 3px 18px 5px;
  background: none;
  color: #d6167f;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .news_category_list a {
    font-size: 1.2rem;
    padding: 3px 10px 5px;
  }
}
.news_category_list a:hover {
  background: #d6167f;
  color: #fff;
  opacity: 1;
}
.news_category_list li.current a {
  background: #d6167f;
  color: #fff;
}

.page-news {
  padding-bottom: 240px;
}
@media screen and (max-width: 767.9px) {
  .page-news {
    padding-bottom: 80px;
  }
}
.page-news .inner {
  padding-top: 25px;
}
.page-news .top-news-list .news_category {
  min-width: 165px;
}
.page-news .pagination {
  margin-top: 60px;
}
@media screen and (max-width: 767.9px) {
  .page-news .pagination {
    margin-top: 40px;
  }
}

.page-terms {
  background: #fff;
  padding-bottom: 190px;
}
@media screen and (max-width: 1299.9px) {
  .page-terms {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .page-terms {
    padding-bottom: 80px;
  }
}
.page-terms .content {
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content {
    padding-top: 50px;
  }
}
.page-terms .content p,
.page-terms .content li {
  line-height: 1.875;
  font-weight: 400;
  color: #5a5a5a;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content p,
  .page-terms .content li {
    line-height: 1.6;
  }
}
.page-terms .content .page-terms-top {
  background: #f6f6f6;
  padding: 40px 50px 50px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content .page-terms-top {
    padding: 30px 20px;
  }
}
.page-terms .content .page-terms-top p {
  margin: 0;
  padding: 0;
}
.page-terms .content h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.page-terms .content h3 {
  color: #d6167f;
  margin-top: 72px;
  font-size: 2.1rem;
  margin-bottom: 10px;
  margin-left: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content h3 {
    font-size: 1.8rem;
    margin-left: 20px;
    margin-top: 30px;
  }
}
.page-terms .content ol {
  margin-left: 90px;
  padding-right: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content ol {
    margin-left: 40px;
    padding-right: 0;
  }
}
.page-terms .content ol li {
  list-style: decimal;
  padding-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content ol li {
    padding-left: 0;
  }
}
.page-terms .content p {
  margin-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content p {
    margin-left: 10px;
    padding-right: 0;
  }
}
.page-terms .content ul {
  counter-reset: my-counter;
  padding-left: 0;
  margin-left: 100px;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content ul {
    margin-left: 20px;
  }
}
.page-terms .content ul li {
  counter-increment: my-counter;
  list-style: none;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content ul li {
    padding-left: 30px;
  }
}
.page-terms .content ul li ul li {
  display: block;
  font-size: 1.3rem;
  color: #858585;
  line-height: 2.0769230769;
}
.page-terms .content ul li::before {
  content: counter(my-counter, decimal-leading-zero) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.page-terms .content ol ul {
  margin-left: 0;
  margin-bottom: 15px;
}
.page-terms .content .shadow {
  margin-top: 70px;
  padding: 40px 57px;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content .shadow {
    margin-top: 50px;
    padding: 20px;
  }
}
.page-terms .content .shadow p {
  line-height: 2.0625;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .page-terms .content .shadow p {
    line-height: 1.8;
  }
}

.page-id-55276 .page-top,
.page-id-55278 .page-top,
.page-id-55280 .page-top {
  height: 320px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 70px;
}
@media screen and (max-width: 767.9px) {
  .page-id-55276 .page-top,
  .page-id-55278 .page-top,
  .page-id-55280 .page-top {
    height: 200px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-id-55276 .inner,
.page-id-55278 .inner,
.page-id-55280 .inner {
  margin-top: -220px;
  padding: 70px 70px 64px;
}
@media screen and (max-width: 767.9px) {
  .page-id-55276 .inner,
  .page-id-55278 .inner,
  .page-id-55280 .inner {
    margin-top: 0;
    padding: 50px 20px;
  }
}
.page-id-55276 .inner form,
.page-id-55276 .inner .box,
.page-id-55278 .inner form,
.page-id-55278 .inner .box,
.page-id-55280 .inner form,
.page-id-55280 .inner .box {
  background: #fafafa;
  padding: 50px 45px 70px;
}
@media screen and (max-width: 767.9px) {
  .page-id-55276 .inner form,
  .page-id-55276 .inner .box,
  .page-id-55278 .inner form,
  .page-id-55278 .inner .box,
  .page-id-55280 .inner form,
  .page-id-55280 .inner .box {
    background: none;
    padding: 0;
  }
}
.page-id-55276 .inner tr,
.page-id-55278 .inner tr,
.page-id-55280 .inner tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.page-id-55276 .inner .check,
.page-id-55278 .inner .check,
.page-id-55280 .inner .check {
  background: #ff6262;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 2px 18px;
  border-radius: 100px;
  margin-right: 9px;
}
.page-id-55276 .inner th,
.page-id-55278 .inner th,
.page-id-55280 .inner th {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .page-id-55276 .inner th,
  .page-id-55278 .inner th,
  .page-id-55280 .inner th {
    font-size: 1.8rem;
  }
}
.page-id-55276 .inner input,
.page-id-55276 .inner textarea,
.page-id-55278 .inner input,
.page-id-55278 .inner textarea,
.page-id-55280 .inner input,
.page-id-55280 .inner textarea {
  padding: 11px 24px;
  background: #fff;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  border: solid 2px #e6e6e6;
  font-size: 1.6rem;
  border-radius: 4px;
}
.page-id-55276 .inner input::-webkit-input-placeholder, .page-id-55276 .inner textarea::-webkit-input-placeholder, .page-id-55278 .inner input::-webkit-input-placeholder, .page-id-55278 .inner textarea::-webkit-input-placeholder, .page-id-55280 .inner input::-webkit-input-placeholder, .page-id-55280 .inner textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}
.page-id-55276 .inner input::-moz-placeholder, .page-id-55276 .inner textarea::-moz-placeholder, .page-id-55278 .inner input::-moz-placeholder, .page-id-55278 .inner textarea::-moz-placeholder, .page-id-55280 .inner input::-moz-placeholder, .page-id-55280 .inner textarea::-moz-placeholder {
  color: #cdcdcd;
}
.page-id-55276 .inner input:-ms-input-placeholder, .page-id-55276 .inner textarea:-ms-input-placeholder, .page-id-55278 .inner input:-ms-input-placeholder, .page-id-55278 .inner textarea:-ms-input-placeholder, .page-id-55280 .inner input:-ms-input-placeholder, .page-id-55280 .inner textarea:-ms-input-placeholder {
  color: #cdcdcd;
}
.page-id-55276 .inner input::-ms-input-placeholder, .page-id-55276 .inner textarea::-ms-input-placeholder, .page-id-55278 .inner input::-ms-input-placeholder, .page-id-55278 .inner textarea::-ms-input-placeholder, .page-id-55280 .inner input::-ms-input-placeholder, .page-id-55280 .inner textarea::-ms-input-placeholder {
  color: #cdcdcd;
}
.page-id-55276 .inner input::placeholder,
.page-id-55276 .inner textarea::placeholder,
.page-id-55278 .inner input::placeholder,
.page-id-55278 .inner textarea::placeholder,
.page-id-55280 .inner input::placeholder,
.page-id-55280 .inner textarea::placeholder {
  color: #cdcdcd;
}
.page-id-55276 .inner textarea,
.page-id-55278 .inner textarea,
.page-id-55280 .inner textarea {
  min-height: 313px;
}
@media screen and (max-width: 767.9px) {
  .page-id-55276 .inner textarea,
  .page-id-55278 .inner textarea,
  .page-id-55280 .inner textarea {
    min-height: 300px;
    font-weight: 400;
  }
}
.page-id-55276 .inner .wpcf7-list-item,
.page-id-55278 .inner .wpcf7-list-item,
.page-id-55280 .inner .wpcf7-list-item {
  width: 100%;
  margin-bottom: 6px;
  margin-left: 4px;
}
.page-id-55276 .inner .wpcf7-list-item input,
.page-id-55278 .inner .wpcf7-list-item input,
.page-id-55280 .inner .wpcf7-list-item input {
  width: 22px;
  height: 22px;
  margin-right: 11px;
  padding: 0;
  border: solid 1px #c1c1c1;
}
.page-id-55276 .inner .wpcf7-list-item .wpcf7-list-item-label,
.page-id-55278 .inner .wpcf7-list-item .wpcf7-list-item-label,
.page-id-55280 .inner .wpcf7-list-item .wpcf7-list-item-label {
  vertical-align: middle;
}
.page-id-55276 .inner .privacy_policy_check,
.page-id-55278 .inner .privacy_policy_check,
.page-id-55280 .inner .privacy_policy_check {
  margin-bottom: 30px;
}
.page-id-55276 .inner .privacy_policy_check label,
.page-id-55278 .inner .privacy_policy_check label,
.page-id-55280 .inner .privacy_policy_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-55276 .inner .privacy_policy_check a,
.page-id-55278 .inner .privacy_policy_check a,
.page-id-55280 .inner .privacy_policy_check a {
  color: #2b7cbf;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}
.page-id-55276 .inner .privacy_policy_check input,
.page-id-55278 .inner .privacy_policy_check input,
.page-id-55280 .inner .privacy_policy_check input {
  width: 16px;
  height: 16px;
  border: solid 2px #c1c1c1;
  margin-bottom: 0;
}
.page-id-55276 .inner .btn_wrap br,
.page-id-55278 .inner .btn_wrap br,
.page-id-55280 .inner .btn_wrap br {
  display: none;
}
.page-id-55276 .inner input.submit,
.page-id-55276 .inner .wpcf7-previous,
.page-id-55278 .inner input.submit,
.page-id-55278 .inner .wpcf7-previous,
.page-id-55280 .inner input.submit,
.page-id-55280 .inner .wpcf7-previous {
  max-width: 392px;
  background: #d6167f;
  color: #fff;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 18px 20px 19px;
  display: block;
  border: none;
  cursor: pointer;
}

.contact-thanks {
  padding-bottom: 40px;
}
.contact-thanks .box * {
  text-align: center;
}
.contact-thanks h2 {
  border: none;
  padding-bottom: 0;
}
.contact-thanks p {
  line-height: 2.1875;
}
.contact-thanks a {
  max-width: 392px;
  background: #d6167f;
  color: #fff;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 75px auto 15px;
  padding: 18px 20px 19px;
  display: block;
}

.contact-thanks-bottom {
  background: #ddecf3;
  padding: 72px 0 75px;
}
.contact-thanks-bottom .cont {
  max-width: 600px;
  border: solid 2px #fff;
  padding: 20px;
}
.contact-thanks-bottom .cont * {
  text-align: center;
}
.contact-thanks-bottom h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.contact-thanks-bottom a {
  font-weight: 700;
  color: #d6167f;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 4.6rem;
  display: block;
}
.contact-thanks-bottom p {
  font-size: 1.3rem;
  color: #737373;
}

.error_wrap h3 {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .error_wrap h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.error_wrap .description {
  max-width: 550px;
  margin: 0 auto 80px;
}
.error_wrap .support-btn {
  text-align: center;
}
.error_wrap .support-btn a {
  min-width: 280px;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .error_wrap .support-btn a {
    max-width: 240px;
  }
}

.lg_sidebar {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 20;
  pointer-events: none;
}
.lg_sidebar.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .lg_sidebar {
    display: block;
  }
}
.lg_sidebar .banner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .lg_sidebar .banner_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lg_sidebar .search_btn {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 60px;
  left: 100px;
  z-index: 99;
}
@media (min-width: 1025px) {
  .lg_sidebar .search_btn {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media screen and (max-width: 767.9px) {
  .lg_sidebar .search_btn {
    left: 28px;
    bottom: 32px;
  }
}
.lg_sidebar button {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d6167f;
  border: none;
  -webkit-box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.06);
          box-shadow: 0px 0px 29px 3px rgba(19, 19, 19, 0.06);
  cursor: pointer;
  padding: 0;
}
.lg_sidebar button span {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  line-height: 1.2;
  width: 90%;
}
.lg_sidebar button ._close {
  opacity: 0;
  font-size: 2rem;
}
.lg_sidebar button.active ._open {
  opacity: 0;
}
.lg_sidebar button.active ._close {
  opacity: 1;
}
.lg_sidebar .sidebar {
  width: 100%;
}
.lg_sidebar .search_box {
  width: 100%;
  height: 100%;
  padding: 100px 10% 100px;
  pointer-events: auto;
  position: absolute;
  top: inherit;
  left: 0;
  top: 0;
  bottom: 118px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1024px) {
  .lg_sidebar .search_box {
    padding: 100px 50px 100px;
  }
}
@media screen and (max-width: 767.9px) {
  .lg_sidebar .search_box {
    padding: 50px 20px 80px;
  }
}
.lg_sidebar .search_box.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .pc_sidebar {
    display: none;
  }
}

#scroll-top {
  position: fixed;
  z-index: 2;
  bottom: 12px;
  right: 24px;
  width: 60px;
  height: 60px;
  display: none;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

@media screen and (max-width: 767.9px) {
  #scroll-top {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    right: 8px;
    bottom: 0;
  }
}
#scroll-top:hover {
  bottom: 16px;
}

@media screen and (max-width: 767.9px) {
  #scroll-top:hover {
    bottom: 6px;
  }
}
#scroll-top a {
  width: 100%;
  height: 100%;
  display: block;
}

#scroll-top a span {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  right: 11px;
}

#scroll-top a span::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 9px;
  right: 9px;
}/*# sourceMappingURL=common.css.map */
