@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100% !important;
}

ul._cancel {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

body {
  color: #333333;
  background-color: #f9f9f9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.2ex;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 95%;
  }
}

.center {
  text-align: center;
}

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

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

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

.container {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.root {
  overflow: hidden !important;
}

.imain_content {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .imain_content {
    padding-bottom: 70px;
  }
}

.main_container {
  margin-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .main_container {
    padding-bottom: 70px;
    margin-top: 60px;
  }
}

.main_content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_content {
    padding-bottom: 70px;
  }
}
.main_content .content_body {
  background-color: #ffffff;
  padding: 40px 100px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.main_content .content_body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 20px 60px rgba(196, 196, 196, 0.1);
          box-shadow: 0 20px 60px rgba(196, 196, 196, 0.1);
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 999px) {
  .main_content .content_body {
    padding: 20px 20px 50px;
  }
}
.main_content p {
  line-height: 2;
}
.main_content img {
  max-width: 100%;
  line-height: 1;
  vertical-align: middle;
}
.main_content .link_list {
  margin-top: 30px;
}
.main_content .link_list li {
  margin-bottom: 16px;
  line-height: 1.7;
}
.main_content .link_list li a {
  position: relative;
}
.main_content .link_list li a::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/arrow_link.webp) 50% 50%/contain no-repeat;
  width: 13px;
  height: 10px;
  margin-right: 5px;
}
.main_content .link_list li a.pdf::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/icon_pdf.webp) 50% 50%/contain no-repeat;
  width: 15px;
  height: 18px;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.main_content .link_list li a.ext::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/icon_ext.webp) 50% 50%/contain no-repeat;
  width: 16px;
  height: 12px;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.main_content ul:not(._cancel) {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 40px;
}
.main_content ul:not(._cancel) li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.7;
}
.main_content ul:not(._cancel) li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0a8da1;
  left: -1em;
  top: 0.7em;
}
.main_content ol:not(._cancel) {
  list-style: none;
  margin-top: 30px;
  counter-reset: num;
  line-height: 1.7;
}
.main_content ol:not(._cancel) li {
  position: relative;
  counter-increment: num;
  margin-bottom: 6px;
}
.main_content ol:not(._cancel) li::before {
  content: counter(num, decimal-leading-zero) ". ";
  position: absolute;
  border-radius: 50%;
  left: -2em;
  top: 0;
  font-size: 16px;
  color: #0a8da1;
  font-family: "Zen Old Mincho", serif;
}
.main_content .zero-list {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: num; /* カウンターをリセット */
  padding-left: 2em; /* 左余白を調整 */
}
.main_content .zero-list li {
  counter-increment: num; /* カウンターを増加 */
  position: relative;
}
.main_content .zero-list li::before {
  content: counter(num, decimal-leading-zero) ". "; /* 01, 02... */
  position: absolute;
  left: -2em; /* 番号位置を調整 */
  width: 2em;
  text-align: right;
}
.main_content a {
  color: #22ad4d;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
  text-underline-offset: 4px;
  position: relative;
}
.main_content a.pdf::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/icon_pdf.webp) 50% 50%/contain no-repeat;
  width: 15px;
  height: 18px;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.main_content a.ext::before {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/icon_ext.webp) 50% 50%/contain no-repeat;
  width: 16px;
  height: 12px;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.main_content a:hover, .main_content a:active {
  color: #0096ff;
  text-decoration: underline;
}
.main_content h2 {
  display: inline-block;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#22ad4c), to(#199aec));
  background: linear-gradient(90deg, #22ad4c, #199aec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .main_content h2 {
    font-size: 27px;
  }
}
.main_content .anchor_link_area + h2,
.main_content h2:first-child {
  margin-top: 1em;
}
.main_content .wp-block-column > *:first-child {
  margin-top: 0;
}
.main_content h3:not(.h4) {
  color: #313131;
  font-size: 30px;
  position: relative;
  display: block;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 2em;
  margin-bottom: 1ex;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  padding-left: 20px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/h3_before.webp) 0 0.6em/310px no-repeat;
  padding-bottom: 20px;
  background-position: 0 bottom;
}
.main_content h3:not(.h4).has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .main_content h3:not(.h4) {
    font-size: 22px;
    background-size: 200px;
    background-position: 0 bottom;
    padding-bottom: 10px;
  }
}
.main_content h2 + h3 {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .main_content h2 + h3 {
    margin-top: 0 !important;
  }
}
.main_content .wp-block-column > h3 {
  margin-top: 0;
}
.main_content .h4, .main_content h4:not(.h5) {
  font-size: 24px;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  margin-bottom: 0.5ex;
  font-weight: 500;
  color: #0a8da1;
  font-family: "Zen Old Mincho", serif;
}
.main_content .h4::before, .main_content h4:not(.h5)::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #d9eaec;
  margin: 0 0.75ex -0.3ex 0;
  display: block;
  position: absolute;
  left: -16px;
  top: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media only screen and (max-width: 767px) {
  .main_content .h4, .main_content h4:not(.h5) {
    font-size: 20px;
    padding-left: 16px;
  }
  .main_content .h4::before, .main_content h4:not(.h5)::before {
    left: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.main_content h3 + h4 {
  margin-top: 1.5ex;
}
.main_content .wp-block-column > h4 {
  margin-top: 0;
}
.main_content h5, .main_content .h5 {
  color: #313131;
  font-size: 20px;
  position: relative;
  display: table;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 0.5ex;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 2px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .main_content h5, .main_content .h5 {
    font-size: 18px;
  }
}
.main_content h4 + h5 {
  margin-top: 2ex;
}
.main_content .wp-block-column > h5 {
  margin-top: 0;
}
.main_content h6 {
  color: #0a8da1;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .main_content h6 {
    font-size: 17px;
  }
}
.main_content h5 + h6 {
  margin-top: 2ex;
}
.main_content .wp-block-column > h6 {
  margin-top: 0;
}
.main_content .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 767px) {
  .main_content .anchor_link {
    margin-bottom: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 20px;
  }
}
.main_content .anchor_link li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .main_content .anchor_link li {
    margin-right: 1em;
  }
}
.main_content .anchor_link li a {
  display: inline-block;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/arrow_anchor.webp) 100% 55%/12px 8px no-repeat;
  padding: 0 20px;
  margin: 0 15px;
  letter-spacing: 0.1ex;
  color: #313131;
  text-decoration: none;
}
.main_content .anchor_link li a:hover {
  color: #22ad4d;
}
@media only screen and (max-width: 767px) {
  .main_content .anchor_link li a {
    margin: 0;
  }
}
.main_content .columned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  width: calc(100% + 20px);
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.main_content .columned.shrink {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .main_content .columned.shrink {
    margin: 0;
  }
}
.main_content .columned.row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main_content .columned.column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.main_content .columned > * {
  margin: 0 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  position: relative;
  list-style-image: none;
}
.main_content .columned > * > p {
  margin-left: 0;
  margin-right: 0;
}
.main_content .columned img {
  width: 100%;
}
.main_content .pc_column1,
.main_content .pc_column2,
.main_content .pc_column3,
.main_content .pc_column4,
.main_content .pc_column5,
.main_content .pc_column6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_content .pc_column2 > * {
  width: 50%;
}
.main_content .pc_column3 > * {
  width: 33.33%;
}
.main_content .pc_column4 > * {
  width: 25%;
}
.main_content .pc_column5 > * {
  width: 20%;
}
.main_content .pc_column6 > * {
  width: 16.66%;
}
@media only screen and (max-width: 959px) {
  .main_content .tab_column1,
  .main_content .tab_column2,
  .main_content .tab_column3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .tab_column1 > * {
    width: 100%;
  }
  .main_content .tab_column2 > * {
    width: 50%;
  }
  .main_content .tab_column3 > * {
    width: 33.33%;
  }
  .main_content .tab_column4 > * {
    width: 25%;
  }
  .main_content .tab_column5 > * {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .main_content .sp_column1,
  .main_content .sp_column2,
  .main_content .sp_column3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_content .sp_column1 > * {
    width: 100%;
  }
  .main_content .sp_column2 > * {
    width: 50%;
  }
  .main_content .sp_column3 > * {
    width: 33.33%;
  }
  .main_content .sp_column4 > * {
    width: 25%;
  }
  .main_content .sp_column5 > * {
    width: 20%;
  }
}
.main_content .btn {
  display: inline-block;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #d2d2d2;
  padding: 10px 40px 10px 20px;
  -moz-text-align-last: left;
       text-align-last: left;
  min-width: 140px;
  text-decoration: none;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 5px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: 0.1ex;
}
._orange .main_content .btn, .main_content .btn._orange {
  background-color: #d14a1b;
}
.main_content .btn:hover, .main_content .btn:active {
  text-decoration: none;
  background-color: #eeeeee;
  color: #333333;
}
.main_content .btn::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/arrow_btn.webp) 50% 50%/contain no-repeat;
  width: 11px;
  height: 100%;
  right: 20px;
  top: 0;
}
.main_content .btn.btn_l {
  font-size: 125%;
  display: table;
  margin: auto;
}
.main_content .btn.ext::after {
  background-image: url(../img/common/icon_ext_white.webp);
  width: 18px;
}
.main_content .btn.pdf::after {
  background-image: url(../img/common/icon_pdf_white.webp);
  width: 18px;
}
.main_content .btn:hover.ext::after, .main_content .btn:active.ext::after {
  background-image: url(../img/common/icon_ext.webp);
}
.main_content .btn:hover.pdf::after, .main_content .btn:active.pdf::after {
  background-image: url(../img/common/icon_pdf.webp);
}
.main_content .box {
  background-color: #f9f9f9;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 60px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .main_content .box {
    padding: 20px;
  }
}
.main_content .box .box_title {
  font-family: "Zen Old Mincho", serif;
  border-bottom: 2px solid #eeeeee;
  font-size: 24px;
  padding-bottom: 20px;
}
.main_content .box > *:first-child {
  margin-top: 0;
}

.main_area {
  position: relative;
  z-index: 2;
}

.content_header {
  z-index: 0;
  min-height: 220px;
  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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 960px) and (max-width: 1229px) {
  .content_header {
    min-height: 200px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
  .content_header {
    min-height: 160px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content_header {
    min-height: 100px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }
}
.content_header .container {
  width: 100%;
  position: relative;
}
.content_header .container::after {
  content: "";
  max-width: 800px;
  width: 100%;
  height: auto;
  aspect-ratio: 770/645;
  display: block;
  position: absolute;
  top: -100px;
  left: -400px;
  background: url("/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/content_header_deco.webp") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .content_header .container::after {
    max-width: 400px;
    left: -20px;
  }
}
.content_header h1 {
  position: relative;
  z-index: 1;
  letter-spacing: 0.1ex;
  font-size: 36px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
  position: relative;
}
.content_header h1 span {
  display: block;
  z-index: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  font-family: "Zen Old Mincho", serif;
}
.content_header h1 span.en {
  position: absolute;
  color: #ffffff;
  top: -0.3em;
  left: 0.5em;
  font-size: 90px;
  letter-spacing: 0.1ex;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .content_header h1 span.en {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .content_header h1 span.en {
    font-size: 40px;
  }
}
.content_header h1 span.ja {
  position: relative;
  z-index: 10;
  font-size: 48px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .content_header h1 span.ja {
    font-size: 36px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1229px) {
  .content_header h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .content_header h1 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .content_header h1 {
    font-size: 24px;
  }
}
.content_header img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) all;
  transition: 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) all;
}
.content_header.ready img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
  opacity: 0.3;
}
.content_header.ready h1 span {
  opacity: 0;
}
.content_header.ready h1 span::before {
  -webkit-transform: translateX(-50%) translateY(50px) rotateY(360deg);
          transform: translateX(-50%) translateY(50px) rotateY(360deg);
  opacity: 0;
}
.content_header.ready h1::before, .content_header.ready h1::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.wp-block-table + .wp-block-table {
  margin-top: 1em;
}

.wp-block-table.fixed_table {
  position: relative;
}
.wp-block-table.fixed_table::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/swipe.webp) 50% 50%/128px 128px no-repeat;
  cursor: pointer;
  -webkit-transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wp-block-table.fixed_table.touched::after {
  opacity: 0;
  pointer-events: none;
}
.wp-block-table.fixed_table > table {
  width: 100%;
  font-size: 15px;
}
@media only screen and (max-width: 959px) {
  .wp-block-table.fixed_table {
    overflow: auto;
  }
  .wp-block-table.fixed_table::after {
    content: "";
  }
  .wp-block-table.fixed_table > table {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-table.fixed_table {
    overflow: auto;
  }
  .wp-block-table.fixed_table::after {
    content: "";
  }
  .wp-block-table.fixed_table > table {
    width: 1200px;
  }
}

.wp-admin .wp-block-table.fixed_table {
  position: relative;
}
.wp-admin .wp-block-table.fixed_table::after {
  display: none;
  content: none;
}

body#tinymce .wp-block-table.fixed_table::after {
  display: none;
}
body#tinymce .wp-block-table.fixed_table .bordered_table {
  width: 100%;
}

/**************************

スマホ時thとtdを縦に並べるためのstyle

*/
@media screen and (max-width: 899px) {
  .wp-block-table.sp_row_to_column table {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-collapse: collapse;
    border-bottom: none;
    border-radius: 0;
  }
  .wp-block-table.sp_row_to_column table > tbody:first-child > tr:first-child > *:first-child,
  .wp-block-table.sp_row_to_column table > thead:first-child > tr:first-child > *:first-child,
  .wp-block-table.sp_row_to_column table > tr:first-child > *:first-child {
    border-top: none;
  }
  .wp-block-table.sp_row_to_column thead,
  .wp-block-table.sp_row_to_column tbody {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .wp-block-table.sp_row_to_column thead,
  .wp-block-table.sp_row_to_column tbody,
  .wp-block-table.sp_row_to_column tr {
    display: block;
    width: 100%;
  }
  .wp-block-table.sp_row_to_column thead:nth-child(even),
  .wp-block-table.sp_row_to_column tbody:nth-child(even),
  .wp-block-table.sp_row_to_column tr:nth-child(even) {
    background-color: transparent;
  }
  .wp-block-table.sp_row_to_column tbody::after {
    inset: 0 !important;
  }
  .wp-block-table.sp_row_to_column tbody th {
    position: relative;
  }
  .wp-block-table.sp_row_to_column tbody th::after {
    content: "" !important;
    position: absolute;
    border-bottom: 1px solid #d2d2d2;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
  }
  .wp-block-table.sp_row_to_column tr,
  .wp-block-table.sp_row_to_column th,
  .wp-block-table.sp_row_to_column td {
    height: auto !important;
  }
  .wp-block-table.sp_row_to_column tr:first-of-type th {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .wp-block-table.sp_row_to_column th,
  .wp-block-table.sp_row_to_column td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    white-space: normal;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .wp-block-table.sp_row_to_column th {
    min-height: auto !important;
    position: relative;
  }
  .wp-block-table.sp_row_to_column td:not(:last-of-type)::before {
    content: none !important;
  }
  .wp-block-table.sp_row_to_column td:last-of-type::after {
    content: none;
    display: none;
  }
}

.wp-block-table {
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}
.wp-block-table.th25 tbody tr th {
  width: 25%;
}
.wp-block-table.th33 tbody tr th {
  width: 33%;
}
.wp-block-table table {
  border-spacing: 0;
  width: 100%;
}
.wp-block-table table th,
.wp-block-table table td {
  border: none;
}
.wp-block-table table th > *:first-child,
.wp-block-table table td > *:first-child {
  margin-top: 0;
}
.wp-block-table table thead {
  border: none;
  background: #d6d6d5;
}
.wp-block-table table thead th,
.wp-block-table table thead td {
  padding: 15px 15px;
  color: #313131;
  position: relative;
}
.wp-block-table table thead th::after,
.wp-block-table table thead td::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background: #ffffff;
}
.wp-block-table table thead th:last-child::after,
.wp-block-table table thead td:last-child::after {
  content: none;
}
.wp-block-table table thead th {
  font-weight: 500;
}
.wp-block-table table tbody {
  background-color: #f9f9f9;
}
.wp-block-table table tbody th {
  background-color: #f1f1f1;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
.wp-block-table table tbody th::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d2d2d2;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
}
.wp-block-table table tbody td {
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  .wp-block-table table tbody td {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-table table tbody td {
    padding: 15px 15px;
  }
}
.wp-block-table table tbody td::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d2d2d2;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
}
.wp-block-table table tbody td > h4:first-of-type {
  margin-top: 0.5em;
}
.wp-block-table table tbody tr:last-child th::after, .wp-block-table table tbody tr:last-child td::after {
  content: none;
}

@media only screen and (max-width: 959px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em;
  }
}

.bread_crumb {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
.bread_crumb li {
  margin: 0;
  padding: 0 36px 0 0;
  position: relative;
  color: #a0a0a0;
  font-weight: 500;
}
.bread_crumb li::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background: url("/wp-content/themes/ja-shinhakodate/asset/img/recruit_common/arrow_bread.webp") 50% 50% no-repeat;
  position: absolute;
  right: 15px;
  top: 40%;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .bread_crumb li::after {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.bread_crumb li:last-child {
  padding-right: 0;
}
.bread_crumb li:last-child::after {
  content: none;
}
.bread_crumb li a {
  text-decoration: none;
  color: #22ad4d;
}

.i_deco_text {
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.i_deco_text.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_deco_text:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}

.header_container {
  position: fixed;
  position: fixed;
  width: 100vw;
  height: 100px;
  top: 0;
  background-color: #f9f9f9;
  z-index: 10000000000;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
@media screen and (max-width: 767px) {
  .header_container {
    height: 60px;
  }
}
.header_container.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000000000;
  max-width: 1800px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

header {
  height: 100px;
}
@media screen and (max-width: 767px) {
  header {
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  }
}
header .sitelink_area a {
  color: #43a10f;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.2ex;
}
header .sitelink_area a::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/footer_triangle.webp) 0 center no-repeat transparent;
  background-size: 9px;
  width: 9px;
  height: 9px;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  header .sitelink_area {
    display: none;
  }
}
header .header__logo {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 420px) {
  header .header__logo {
    width: 100%;
  }
}
header .header__logo h1 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
header .header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  height: 40px;
  aspect-ratio: 328/40;
}
@media screen and (max-width: 1100px) {
  header .header__logo a {
    aspect-ratio: 361/40;
  }
}
header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1100px) {
  header .header__logo img.pc_logo {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  header .header__logo img.sp_logo {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header__logo .character_img {
    display: none;
  }
}
header .header__logo .character_img img {
  height: 80px;
  width: 60px;
}
header .header__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
header .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .link_list {
    display: none;
  }
}
header .link_list li {
  position: relative;
}
header .link_list li a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.2ex;
  -webkit-transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (max-width: 999px) {
  header .link_list li a {
    font-size: 14px;
  }
}
header .link_list li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(33%, #e0f9ea));
  background: linear-gradient(transparent 66%, #e0f9ea 33%);
  -webkit-transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
}
header .link_list li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/slash_linklist.webp) 0 center no-repeat transparent;
  background-size: 12px 30px;
  width: 12px;
  height: 30px;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer {
  background-color: #eeeeee;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 100px;
  }
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 180px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.footer .container .sitelink_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .container .sitelink_area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    margin-top: 2em;
  }
}
.footer__l .address_area {
  font-weight: 700;
  letter-spacing: 0.2ex;
}
.footer__l .tell_area {
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 45px;
}
.footer__l .tell_area span {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.2ex;
  font-family: "Jost", sans-serif;
}
.footer__l .tell_area span a {
  color: #313131;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer__l .tell_area span a {
    pointer-events: all;
  }
}
.footer__l .tell_area span > span {
  color: #43a10f;
  margin-right: 7px;
}
.footer__l .tell_area span > span img {
  display: inline-block;
  margin-right: 4px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.footer__l .tell_area span:not(:last-of-type)::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/slash_footer.webp) 0 center no-repeat transparent;
  background-size: 12px;
  width: 12px;
  height: 21px;
  right: -26px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer__r .sitelink_area a {
  color: #43a10f;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.2ex;
}
.footer__r .sitelink_area a::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/footer_triangle.webp) 0 center no-repeat transparent;
  background-size: 9px;
  width: 9px;
  height: 9px;
  left: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer__r .copyright {
  color: #313131;
  opacity: 0.3;
  font-size: 14px;
  padding-top: 40px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.4ex;
}

.hero {
  position: relative;
  margin-top: 100px;
}
.hero .hero_photo01 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .hero .hero_photo01 {
    width: unset;
    min-width: 350px;
  }
}
.hero .hero_photo02 {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .hero .hero_photo02 {
    width: unset;
    min-width: 170px;
  }
}
.hero .hero_photo03 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .hero .hero_photo03 {
    width: unset;
  }
}
.hero .hero_photo04 {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .hero .hero_photo04 {
    width: unset;
    min-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    margin-top: 60px;
    padding-top: 30px;
  }
}
.hero .scroll_wrap {
  width: 100%;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hero .scroll_wrap {
    height: 300px;
  }
}
.hero .scroll_wrap:not(._toleft) .scroll_inner {
  -webkit-animation: scroll-right 100s linear infinite;
          animation: scroll-right 100s linear infinite;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .hero .scroll_wrap:not(._toleft) .scroll_inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.hero .scroll_wrap:not(._toleft) .scroll_inner > div img {
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
}
.hero .scroll_wrap:not(._toleft) .scroll_inner > div:last-of-type {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .hero .scroll_wrap:not(._toleft) .scroll_inner > div:last-of-type {
    margin-right: 20px;
  }
}
.hero .scroll_wrap .scroll_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .scroll_wrap .scroll_inner div._2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 320px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .hero .scroll_wrap .scroll_inner div._2column {
    width: 190px;
  }
}
.hero .scroll_wrap .scroll_inner div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  border-radius: 3px;
}
.hero .scroll_wrap._toleft {
  height: 116px;
  position: relative;
  top: -7em;
  z-index: 1;
}
.hero .scroll_wrap._toleft .scroll_inner {
  -webkit-animation: scroll-left 700s linear infinite;
          animation: scroll-left 700s linear infinite;
}
@media screen and (max-width: 767px) {
  .hero .scroll_wrap._toleft {
    top: -226px;
  }
  .hero .scroll_wrap._toleft .scroll_inner {
    -webkit-animation: scroll-left-sp 700s linear infinite;
            animation: scroll-left-sp 700s linear infinite;
  }
}
@media screen and (max-width: 575px) {
  .hero .scroll_wrap._toleft {
    top: -210px;
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.hero .text_area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .hero .text_area .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero .text_area .container .title_area {
  position: relative;
  top: -47px;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: 5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero .text_area .container .title_area.ready {
  opacity: 0;
  -webkit-transition: 5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero .text_area .container .title_area:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.hero .text_area .container .title_area > span {
  display: block;
  font-weight: 500;
  font-size: 80px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.2ex;
}
@media screen and (max-width: 1200px) {
  .hero .text_area .container .title_area > span {
    font-size: 60px;
  }
}
@media screen and (max-width: 999px) {
  .hero .text_area .container .title_area > span {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .hero .text_area .container .title_area {
    position: absolute;
    top: 20px;
    z-index: 10;
  }
  .hero .text_area .container .title_area > span {
    font-size: 40px;
  }
}
.hero .btn_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 40px;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
  -webkit-transition: 1s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .hero .btn_area {
    max-width: 625px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero .btn_area {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
    width: 100%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-top: 160px;
  }
}
@media screen and (max-width: 520px) {
  .hero .btn_area {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 420px;
  }
}
.hero .btn_area.ready {
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-delay: 100s;
          transition-delay: 100s;
}
@media screen and (max-width: 767px) {
  .hero .btn_area.ready {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero .btn_area:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.hero .btn_area .btn {
  display: block;
  text-decoration: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .hero .btn_area .btn {
    width: 100%;
  }
}
.hero .btn_area .btn > div {
  color: #333333;
  background-color: #ffffff;
  aspect-ratio: 195/80;
  min-width: 195px;
  max-width: 195px;
  width: 100%;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .hero .btn_area .btn > div {
    min-width: unset;
    max-width: unset;
  }
}
.hero .btn_area .btn::before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/hero_btn_shadow.webp) 0 center no-repeat transparent;
  width: 252px;
  aspect-ratio: 252/134;
  background-size: contain;
  top: -20px;
  left: -20px;
  -webkit-transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (max-width: 767px) {
  .hero .btn_area .btn::before {
    width: 130%;
    left: -30px;
  }
}
@media screen and (max-width: 390px) {
  .hero .btn_area .btn::before {
    left: -20px;
  }
}
.hero .btn_area .btn:hover::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
}
.hero .btn_area .btn span {
  display: block;
  font-weight: 500;
}
.hero .btn_area .btn span.large {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .hero .btn_area .btn span.large {
    font-size: 15px;
  }
}
.hero .btn_area .btn span.small {
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .hero .deco._01 {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hero .deco._01 {
    height: 50px;
  }
}
.hero .deco._01 .scroll_wrap .scroll_inner div {
  min-width: 1648px;
  width: 100%;
}
.hero .deco._02 {
  position: absolute;
  bottom: 0;
}
.hero .deco._02 img {
  mix-blend-mode: multiply;
  width: 699px;
}

.i_philosophy {
  padding-top: 140px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .i_philosophy {
    padding-top: 250px;
  }
}
@media screen and (max-width: 575px) {
  .i_philosophy {
    padding-top: 70px;
  }
}
.i_philosophy .container {
  position: relative;
}
.i_philosophy .title_area {
  padding-bottom: 120px;
}
.i_philosophy .title_area h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 0;
}
.i_philosophy .title_area h2 span {
  font-family: "Zen Old Mincho", serif;
}
.i_philosophy .title_area h2 span.small {
  color: #2c852c;
  font-size: 24px;
  letter-spacing: 0.3ex;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .i_philosophy .title_area h2 span.small {
    text-align: center;
  }
}
.i_philosophy .title_area h2 span.large {
  font-size: 46px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.2ex;
}
@media screen and (max-width: 767px) {
  .i_philosophy .title_area h2 span.large {
    font-size: 28px;
    text-align: center;
  }
}
.i_philosophy .map_area {
  position: relative;
  top: -310px;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 575px) {
  .i_philosophy .map_area {
    top: -20px;
    aspect-ratio: 1/1;
    padding-bottom: 0;
    max-width: 300px;
  }
}
.i_philosophy .map_area img {
  position: absolute;
  aspect-ratio: 1/1;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
}
.i_philosophy .map_area img._map {
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.i_philosophy .map_area img._map.ready {
  opacity: 0;
}
.i_philosophy .map_area img._map:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_philosophy .map_area img._pin {
  -webkit-transition: 1s all cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: 1s all cubic-bezier(0.75, -0.5, 0, 1.75);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.i_philosophy .map_area img._pin.ready {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.i_philosophy .map_area img._pin:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_philosophy .lead {
  max-width: 600px;
  margin: 10px auto 0;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .i_philosophy .lead {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}
@media screen and (max-width: 1200px) {
  .i_philosophy .photo_area {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    height: 370px;
  }
}
@media screen and (max-width: 575px) {
  .i_philosophy .photo_area {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: -50px;
  }
}
.i_philosophy .photo {
  position: absolute;
  -webkit-transition: 1.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.2s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
.i_philosophy .photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 22px 21px 20px rgba(196, 196, 196, 0.3);
          box-shadow: 22px 21px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
}
.i_philosophy .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  border-radius: 5px;
}
.i_philosophy .photo._01 {
  position: absolute;
  max-width: 260px;
  top: -100px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1450px) {
  .i_philosophy .photo._01 {
    left: 30px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .i_philosophy .photo._01 {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .i_philosophy .photo._01 {
    left: -50px;
  }
}
.i_philosophy .photo._01.ready {
  opacity: 0;
}
.i_philosophy .photo._01:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_philosophy .photo._02 {
  position: absolute;
  max-width: 200px;
  top: -170px;
  right: -80px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 1450px) {
  .i_philosophy .photo._02 {
    right: 30px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .i_philosophy .photo._02 {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 30px;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .i_philosophy .photo._02 {
    right: -50px;
    top: 50%;
  }
}
.i_philosophy .photo._02.ready {
  opacity: 0;
}
.i_philosophy .photo._02:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_philosophy .photo._03 {
  position: absolute;
  max-width: 240px;
  top: 40px;
  right: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 1450px) {
  .i_philosophy .photo._03 {
    right: 60px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 1200px) {
  .i_philosophy .photo._03 {
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 200px;
    right: 80px;
  }
}
@media screen and (max-width: 575px) {
  .i_philosophy .photo._03 {
    top: 100%;
  }
}
.i_philosophy .photo._03.ready {
  opacity: 0;
}
.i_philosophy .photo._03:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_philosophy .philosophy_list_area {
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 1200px) {
  .i_philosophy .philosophy_list_area {
    margin-top: 100px;
  }
}
.i_philosophy .philosophy_list_area.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_philosophy .philosophy_list_area:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_philosophy .philosophy_list_area .container {
  padding: 0;
}
.i_philosophy .philosophy_list_area .container .philosophy_list {
  max-width: 970px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 130px;
  gap: 20px;
}
@media screen and (max-width: 999px) {
  .i_philosophy .philosophy_list_area .container .philosophy_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 80px;
  }
}
.i_philosophy .philosophy_list_area .container .philosophy_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item {
  max-width: 270px;
}
@media screen and (max-width: 575px) {
  .i_philosophy .philosophy_list_area .container .philosophy_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    max-width: unset;
  }
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .icon_area {
  position: relative;
  max-width: 200px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 575px) {
  .i_philosophy .philosophy_list_area .container .philosophy_list__item .icon_area {
    right: 30px;
  }
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .icon_area ._icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .icon_area ._shadow {
  position: absolute;
  top: 50px;
  right: -75px;
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .icon_area ._num {
  position: absolute;
  bottom: -20px;
  right: -80px;
  z-index: 3;
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .text_area {
  margin-top: 20px;
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .text_area span {
  display: block;
  font-family: "Zen Old Mincho", serif;
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .text_area span._en {
  color: #329207;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.2ex;
}
.i_philosophy .philosophy_list_area .container .philosophy_list__item .text_area span._ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .i_philosophy .philosophy_list_area .container .philosophy_list__item .text_area span._ja {
    font-size: 18px;
  }
}

.i_message .image_area {
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  height: 395px;
}
@media screen and (max-width: 999px) {
  .i_message .image_area {
    height: 250px;
  }
}
.i_message .image_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: absolute;
  right: 120px;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .i_message .image_area .inner {
    right: 280px;
  }
}
@media screen and (max-width: 999px) {
  .i_message .image_area .inner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    right: 50px;
  }
}
@media screen and (max-width: 575px) {
  .i_message .image_area .inner {
    min-height: 150px;
  }
}
.i_message .image_area.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_message .image_area:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_message .image_area ._left {
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
}
.i_message .image_area ._left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.i_message .image_area ._right {
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
  min-width: 300px;
}
@media screen and (max-width: 999px) {
  .i_message .image_area ._right {
    min-width: 200px;
  }
}
.i_message .image_area ._right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.i_message .message_area {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.i_message .message_area.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_message .message_area:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_message .message_area .i_deco_text {
  position: absolute;
  top: 110px;
  right: 70px;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .i_message .message_area .i_deco_text {
    height: 70px;
    top: 60px;
    right: 0;
  }
}
.i_message .message_area .container {
  position: relative;
  padding-top: 180px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.i_message .message_area .container .message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 65px 130px 60px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .i_message .message_area .container .message_box {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 40px 70px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container .message_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
}
.i_message .message_area .container .message_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
}
.i_message .message_area .container .message_box .deco_text {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  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-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #313131;
  opacity: 0.3;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 999px) {
  .i_message .message_area .container .message_box .deco_text {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container .message_box .deco_text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    bottom: 20px;
    top: auto;
    right: 0;
    left: 0;
  }
}
.i_message .message_area .container .message_box .deco_slash {
  position: absolute;
  left: -20px;
  bottom: -20px;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container .message_box .title_wrapper {
    text-align: center;
  }
}
.i_message .message_area .container .message_box h2 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#22ad4c), to(#199aec));
  background: linear-gradient(to right, #22ad4c, #199aec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Firefox対応 */
  color: transparent;
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container .message_box h2 {
    text-align: center;
    font-size: 24px;
  }
}
.i_message .message_area .container .message_box p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container .message_box p {
    margin-top: 0;
  }
}
.i_message .message_area .container .icon_box {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 1;
  aspect-ratio: 1/1;
  position: relative;
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container .icon_box {
    margin: 0 auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-bottom: 2em;
    margin-bottom: 2em;
    max-width: 150px;
  }
}
.i_message .message_area .container .icon_box::before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/icon_message.webp) 0 center no-repeat transparent;
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 10px;
  left: 10px;
  -webkit-transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  max-width: 220px;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
@media screen and (max-width: 767px) {
  .i_message .message_area .container .icon_box::before {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
.i_message .message_area .container .icon_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  position: relative;
}

.i_pw {
  position: relative;
  margin-top: 70px;
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .i_pw {
    margin-top: 0;
  }
}
.i_pw .i_deco_text {
  position: absolute;
  max-width: 1448px;
  top: -90px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .i_pw .i_deco_text {
    height: 70px;
    left: 0;
  }
}
.i_pw .swiper_wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .i_pw .swiper_wrapper {
    padding-top: 0;
  }
}
.i_pw .swiper_wrapper .swiper {
  overflow: visible;
}
.i_pw .swiper-slide {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  border-radius: 5px;
  text-align: center;
  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;
}
.i_pw .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.i_pw .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
.i_pw .swiper-slide a .person_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.i_pw .swiper-slide a .person_inner img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.i_pw .swiper-slide a:hover .person_inner {
  overflow: hidden;
}
.i_pw .swiper-slide a:hover .person_inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.i_pw .swiper-slide .name_area {
  position: absolute;
  bottom: 30px;
  background-color: #ffffff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  left: -20px;
  z-index: 10;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .i_pw .swiper-slide .name_area {
    line-height: 1.2;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .i_pw .swiper-slide .name_area {
    width: unset;
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .i_pw .swiper-slide .name_area {
    max-width: unset;
  }
}
.i_pw .swiper-slide .name_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.i_pw .swiper-slide .name_area .job {
  color: #329207;
  padding-right: 30px;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
}
.i_pw .swiper-slide .name_area .job::before {
  content: "/";
  position: absolute;
  background-size: 12px 30px;
  width: 12px;
  height: 30px;
  right: 10px;
  top: 7px;
  bottom: 0;
  margin: auto;
  color: #d2d2d2;
}
@media screen and (max-width: 1100px) {
  .i_pw .swiper-slide .name_area .job::before {
    top: 10px;
  }
}
.i_pw .swiper-slide .name_area .name {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  padding-right: 4px;
  letter-spacing: 0.2ex;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .i_pw .swiper-slide .name_area .name {
    font-size: 18px;
  }
}
.i_pw .swiper-slide .name_area .unit {
  color: #333333;
}
.i_pw .swiper-slide .person_num {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #313131;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.4ex;
}
.i_pw .swiper-slide .person_num {
  position: absolute;
  top: 20px;
  right: 0;
}
.i_pw .swiper-nav-wrapper {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
  margin-top: 95px;
  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;
}
@media screen and (max-width: 999px) {
  .i_pw .swiper-nav-wrapper {
    margin-top: 70px;
  }
}
.i_pw .swiper-nav-wrapper .swiper-toggle {
  position: absolute;
  right: -40px;
  z-index: 10;
  color: #666666;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #eeeeee;
}
.i_pw .swiper-nav-wrapper .swiper-toggle::before, .i_pw .swiper-nav-wrapper .swiper-toggle::after {
  content: "";
  display: block;
  background-color: #666666;
  width: 4px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.i_pw .swiper-nav-wrapper .swiper-toggle::before {
  -webkit-transform: translateX(-6px) translateY(-8px);
          transform: translateX(-6px) translateY(-8px);
}
.i_pw .swiper-nav-wrapper .swiper-toggle::after {
  -webkit-transform: translateX(2px) translateY(-8px);
          transform: translateX(2px) translateY(-8px);
}
.i_pw .swiper-nav-wrapper .swiper-toggle:hover {
  opacity: 0.5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.i_pw .swiper-nav-wrapper .swiper-toggle.paused::before {
  content: none;
}
.i_pw .swiper-nav-wrapper .swiper-toggle.paused::after {
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 14px solid #7fbf8c;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translate(-6px, -50%) !important;
  transform: translate(-6px, -50%) !important;
}
.i_pw .swiper-pagination {
  bottom: auto !important;
}
.i_pw .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #313131;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.i_pw .swiper-pagination-bullet:hover {
  background-color: rgba(49, 49, 49, 0.1921568627);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  opacity: 1;
}
.i_pw .swiper-pagination-bullet-active {
  background-color: #333333;
}
.i_pw .swiper-button-next::after,
.i_pw .swiper-button-prev::after {
  content: "";
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/arrow_pager.webp) 0 center no-repeat transparent;
  background-size: 22px 11px;
  width: 22px;
  height: 11px;
}
.i_pw .swiper-button-next:hover,
.i_pw .swiper-button-prev:hover {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.i_pw .swiper-button-next {
  padding-left: 5px;
}
.i_pw .swiper-button-prev {
  padding-right: 5px;
}
.i_pw .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.i_pw .swiper-button-prev:hover {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: translateX(-5px) !important;
          transform: translateX(-5px) !important;
}
.i_pw .head {
  position: relative;
  z-index: 10;
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .i_pw .head {
    padding-right: 0;
  }
}
.i_pw .head.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_pw .head:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_pw .head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-right: 250px;
}
@media screen and (max-width: 1420px) {
  .i_pw .head .container {
    padding-right: 250px;
  }
}
@media screen and (max-width: 999px) {
  .i_pw .head .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.i_pw .head h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 250px;
  line-height: 1.2;
}
@media screen and (max-width: 999px) {
  .i_pw .head h2 {
    padding-right: 250px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .i_pw .head h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.i_pw .head p {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .i_pw .head p {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
.i_pw .btn_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 1420px) {
  .i_pw .btn_wrapper {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .i_pw .btn_wrapper {
    position: relative;
    text-align: center;
  }
}
.i_pw .btn_wrapper .btn {
  background-color: #ffffff;
  text-decoration: none;
  color: #333333;
  display: inline-block;
  padding-left: 30px;
  padding-right: 70px;
  border-radius: 30px;
  min-height: 60px;
  border: 1px solid #d2d2d2;
  position: relative;
  -webkit-transition: 1.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 60px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.i_pw .btn_wrapper .btn:hover {
  background-color: #eeeeee;
  -webkit-transition: 1.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 1.2s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.i_pw .btn_wrapper .btn::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/arrow_black.webp) 0 center no-repeat transparent;
  background-size: 15px 7px;
  width: 15px;
  height: 7px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.i_data .container {
  position: relative;
}
.i_data .head {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .i_data .head {
    padding-bottom: 30px;
    padding-top: 100px;
  }
}
.i_data .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-top: 0;
  margin-bottom: 0;
}
.i_data .head h2.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_data .head h2:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_data .head h2 ._ja {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .i_data .head h2 ._ja {
    font-size: 30px;
  }
}
.i_data .head h2 ._en {
  font-size: 16px;
  color: #43a10f;
  margin-top: 10px;
}
.i_data .body {
  position: relative;
  z-index: 2;
}
.i_data .body .i_data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list {
    max-width: 400px;
    margin: 0 auto;
  }
}
.i_data .body .i_data_list.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_data .body .i_data_list:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_data .body .i_data_list li {
  width: calc((100% - 30px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}
@media screen and (max-width: 999px) {
  .i_data .body .i_data_list li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li {
    width: 100%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.i_data .body .i_data_list li ._left {
  width: 33.3333333333%;
  padding-left: 36px;
}
.i_data .body .i_data_list li ._left img {
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .i_data .body .i_data_list li ._left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li ._left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 150px;
    padding-left: 10px;
  }
}
.i_data .body .i_data_list li ._right {
  width: 66.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li ._right {
    width: calc(100% - 160px);
  }
}
.i_data .body .i_data_list li ._right .title {
  font-weight: 700;
  background-color: #f4f4f4;
  border-radius: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .i_data .body .i_data_list li ._right .title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.i_data .body .i_data_list li ._right .year {
  display: block;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .i_data .body .i_data_list li ._right .year {
    font-size: 14px;
  }
}
.i_data .body .i_data_list li ._right .number {
  display: block;
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 999px) {
  .i_data .body .i_data_list li ._right .number {
    padding-top: 0.5em;
  }
  .i_data .body .i_data_list li ._right .number img {
    height: 20px !important;
    width: auto !important;
  }
}
.i_data .body .i_data_list li ._right .number .num {
  color: #43a10f;
  font-size: 3em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li ._right .number .num {
    font-size: 2em;
  }
}
.i_data .body .i_data_list li ._right .number .unit {
  padding-left: 4px;
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .i_data .body .i_data_list li ._right .number .unit {
    font-size: 18px;
  }
}
.i_data .body .i_data_list li ._right .number .gender {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 18px;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .i_data .body .i_data_list li ._right .number .gender {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li ._right .number .gender {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.i_data .body .i_data_list li._children ._left {
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li._children ._left {
    width: 100%;
    max-width: 150px;
  }
}
.i_data .body .i_data_list li._children ._right {
  width: calc(100% - 100px);
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 575px) {
  .i_data .body .i_data_list li._children ._right {
    width: calc(100% - 160px);
  }
}
.i_data .body .i_data_list li._children .data_box._gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.i_data .body .i_data_list li._children .data_box._gender .unit {
  line-height: 1;
}
.i_data .body .i_data_list li._children .number {
  text-align: left;
}
.i_data .body .i_data_list li._children .data_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.i_data .deco_data {
  position: absolute;
  top: 0;
  left: -60px;
  max-width: 812px;
  aspect-ratio: 812/762;
  width: 100%;
}
.i_data .deco_data img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.i_recruit {
  margin-top: 380px;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/bg_recruit.webp) 0 center no-repeat transparent;
  position: relative;
  padding-top: 330px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .i_recruit {
    margin-top: 260px;
    padding-top: 180px;
    padding-bottom: 130px;
  }
}
.i_recruit .image_area {
  position: absolute;
  top: -220px;
}
@media screen and (max-width: 767px) {
  .i_recruit .image_area {
    top: -160px;
  }
}
.i_recruit .image_area .scroll_wrap {
  overflow: hidden;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .i_recruit .image_area .scroll_wrap {
    height: 250px;
  }
}
.i_recruit .image_area .scroll_wrap .scroll_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-right 100s linear infinite;
          animation: scroll-right 100s linear infinite;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.i_recruit .image_area .scroll_wrap .scroll_inner div {
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
}
.i_recruit .image_area .scroll_wrap .scroll_inner div.recruit_photo01 {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .i_recruit .image_area .scroll_wrap .scroll_inner div.recruit_photo01 {
    width: 180px;
  }
}
.i_recruit .image_area .scroll_wrap .scroll_inner div.recruit_photo02 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .i_recruit .image_area .scroll_wrap .scroll_inner div.recruit_photo02 {
    width: 350px;
  }
}
.i_recruit .image_area .scroll_wrap .scroll_inner div.recruit_photo03 {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .i_recruit .image_area .scroll_wrap .scroll_inner div.recruit_photo03 {
    width: 260px;
  }
}
.i_recruit .image_area .scroll_wrap .scroll_inner div._2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 320px;
  row-gap: 40px;
}
.i_recruit .image_area .scroll_wrap .scroll_inner div._2column:last-of-type {
  margin-right: 20px;
}
.i_recruit .image_area .scroll_wrap .scroll_inner div:last-of-type {
  margin-right: 20px;
}
.i_recruit .image_area .scroll_wrap .scroll_inner div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  border-radius: 3px;
}
.i_recruit .image_area .scroll_wrap._toleft {
  height: 116px;
  position: relative;
  top: -7em;
  z-index: 1;
}
.i_recruit .image_area .scroll_wrap._toleft .scroll_inner {
  -webkit-animation: scroll-left 700s linear infinite;
          animation: scroll-left 700s linear infinite;
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.i_recruit .title_area {
  position: relative;
  height: 85px;
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.i_recruit .title_area.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_recruit .title_area:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_recruit .title_area ._en {
  position: absolute;
  inset: 0;
  margin: auto;
  text-align: center;
  max-width: 484px;
}
.i_recruit .title_area ._en img {
  width: 100%;
}
.i_recruit .title_area ._ja {
  position: absolute;
  inset: 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  letter-spacing: 0.3ex;
  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;
}
.i_recruit .recruitbtn_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: relative;
  top: 100px;
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 767px) {
  .i_recruit .recruitbtn_area {
    top: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 390px) {
  .i_recruit .recruitbtn_area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.i_recruit .recruitbtn_area.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  row-gap: 20px;
}
.i_recruit .recruitbtn_area:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_recruit .recruitbtn_area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 70px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .i_recruit .recruitbtn_area li a {
    padding: 20px;
  }
}
.i_recruit .recruitbtn_area li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #eef6f1;
}
.i_recruit .recruitbtn_area li a ._ja {
  color: #313131;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  letter-spacing: 0.2ex;
}
@media screen and (max-width: 767px) {
  .i_recruit .recruitbtn_area li a ._ja {
    font-size: 18px;
  }
}
.i_recruit .recruitbtn_area li a ._en {
  color: #43a10f;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.4ex;
}
@media screen and (max-width: 767px) {
  .i_recruit .recruitbtn_area li a ._en {
    font-size: 14px;
  }
}

.i_question {
  padding-top: 240px;
}
@media screen and (max-width: 999px) {
  .i_question {
    padding-top: 50px;
  }
}
.i_question .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .i_question .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.i_question .container ._left {
  min-width: 320px;
}
@media screen and (max-width: 999px) {
  .i_question .container ._left {
    padding-bottom: 50px;
  }
}
.i_question .container ._left h2 {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.i_question .container ._left h2.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_question .container ._left h2:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}
.i_question .container ._left h2 span {
  display: block;
  font-family: "Zen Old Mincho", serif;
}
.i_question .container ._left h2 span._ja {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
}
.i_question .container ._left h2 span._ja::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 52px;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/deco_faqtitle.webp) 0 center no-repeat transparent;
  background-size: contain;
  bottom: -30px;
  left: 0;
  z-index: -1;
}
.i_question .container ._right {
  -webkit-transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.i_question .container ._right.ready {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.i_question .container ._right:not(.ready-done) {
  -webkit-transition: none !important;
  transition: none !important;
}

.accordion_area {
  border-radius: 3px;
  position: relative;
}
.accordion_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
}
.accordion_area > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 50px 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 90px;
  cursor: pointer;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.accordion_area > .head:hover {
  background-color: #eef6f1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.accordion_area > .head > .head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.accordion_area > .head .title {
  border-radius: 10px;
  min-height: 50px;
  font-weight: bold;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion_area > .head .accordion_toggle {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background-color: #333333;
}
.accordion_area > .head .accordion_toggle::before {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.accordion_area > .head .accordion_toggle::after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion_area > .head .question_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion_area > .js-accordion_content {
  background-color: #f9f9f9;
  position: relative;
  padding: 0;
  height: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordion_area > .js-accordion_content > .body .answer_main {
  font-weight: bold;
}
.accordion_area._faq > .head {
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .accordion_area._faq > .head {
    font-size: 16px;
  }
}
.accordion_area._faq > .head .title {
  font-weight: 600;
  letter-spacing: 0.2ex;
}
.accordion_area._faq > .head > .question_q {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .accordion_area._faq > .head > .question_q {
    margin-right: 20px;
  }
}
.accordion_area._faq > .js-accordion_content {
  padding: 0 30px;
}
.accordion_area._faq > .js-accordion_content > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.accordion_area._faq > .js-accordion_content > .body > .anser_a {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .accordion_area._faq > .js-accordion_content > .body > .anser_a {
    margin-right: 20px;
  }
}
.accordion_area._faq > .js-accordion_content > .body > .anser_a img {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.accordion_area._faq > .js-accordion_content > .body > .body_inner {
  width: 100%;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.2ex;
}
.accordion_area._faq > .js-accordion_content > .body > .body_inner * {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion_area._faq > .js-accordion_content > .body .answer_main {
  font-weight: bold;
}
.accordion_area.opened > .head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion_area.opened > .head .accordion_toggle::before {
  display: none;
}
.accordion_area.opened > .head .accordion_toggle::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.accordion_area.opened > .js-accordion_content {
  opacity: 1;
  height: auto;
  padding: 20px 30px;
}

.sp_nav_area {
  background-color: #ffffff;
  display: none;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sp_nav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 10000000000;
    bottom: 0;
    font-size: 14px;
  }
}
.sp_nav_area .sitelink_area {
  width: 100%;
}
.sp_nav_area .sitelink_area a {
  text-decoration: none;
  background-color: #43a10f;
  height: 50px;
  color: #ffffff;
  width: 100%;
  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;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp_nav_area .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 10px;
}
.sp_nav_area .link_list li {
  position: relative;
}
.sp_nav_area .link_list li a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.2ex;
  -webkit-transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
}
.sp_nav_area .link_list li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(33%, #e0f9ea));
  background: linear-gradient(transparent 66%, #e0f9ea 33%);
  -webkit-transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.3s all cubic-bezier(0.47, 0, 0.745, 0.715);
}
.sp_nav_area .link_list li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/slash_linklist.webp) 0 center no-repeat transparent;
  background-size: 12px 30px;
  width: 12px;
  height: 30px;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.scroll_to_top {
  background-color: #000000;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 999;
  line-height: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.12s;
  transition: opacity 0.1s, -webkit-transform 0.12s;
  transition: opacity 0.1s, transform 0.12s;
  transition: opacity 0.1s, transform 0.12s, -webkit-transform 0.12s;
}
@media only screen and (min-width: 821px) {
  .scroll_to_top {
    bottom: 100px;
  }
}
@media only screen and (max-width: 821px) {
  .scroll_to_top {
    bottom: 100px;
  }
}
.scroll_to_top._show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
          transform: none;
}
.scroll_to_top._show a {
  opacity: 1;
}
.scroll_to_top,
.scroll_to_top a {
  opacity: 0;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 540px) {
  .scroll_to_top,
  .scroll_to_top a {
    width: 50px;
    height: 50px;
  }
}
.scroll_to_top a {
  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;
}
.scroll_to_top img {
  display: block;
  width: 100%;
  height: 100%;
}

.totop {
  position: fixed;
  width: 100%;
  z-index: 100;
  margin-top: 40px;
  bottom: -100px;
  -webkit-transition: 0.3s bottom;
  transition: 0.3s bottom;
  pointer-events: none;
  max-width: 1260px;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.totop.active {
  bottom: 20px;
  -webkit-transition: 0.3s bottom;
  transition: 0.3s bottom;
}
@media only screen and (max-width: 767px) {
  .totop.active > div a {
    margin: -180px auto;
  }
}
.totop.finished {
  position: absolute;
  bottom: auto;
  -webkit-transition: 0.3s bottom;
  transition: 0.3s bottom;
}
.totop.finished > div a {
  margin: -100px -20px 16px auto;
}
@media only screen and (max-width: 767px) {
  .totop.finished > div a {
    margin: -50px auto;
  }
}
.totop > div {
  margin: auto;
  position: relative;
}
.totop > div a {
  margin: -40px -20px 16px auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 84px;
  pointer-events: auto;
  display: block;
  border-radius: 50% 50%;
  -webkit-transition: 0.3s bottom;
  transition: 0.3s bottom;
}
.totop > div a img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .totop > div a {
    margin: -100px auto;
  }
}
.totop > div a:hover, .totop > div a:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0.7;
  -webkit-transition: 0.3s bottom;
  transition: 0.3s bottom;
}

.voice_content_body {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .voice_content_body {
    padding-top: 0;
  }
}
.voice_content_body .introduction_column, .voice_content_body .section_work, .voice_content_body .section_private, .voice_content_body .message_desc {
  max-width: 1060px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .voice_content_body .introduction_column, .voice_content_body .section_work, .voice_content_body .section_private, .voice_content_body .message_desc {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.voice_content_body .message_desc {
  position: relative;
  z-index: 5;
  max-width: 800px;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .voice_content_body .message_desc {
    margin-top: 2em;
    line-height: 2;
  }
}
@media only screen and (max-width: 999px) {
  .voice_content_body .section_work {
    padding-left: 0;
    padding-right: 0;
  }
}
.voice_content_body .section_work h2 {
  margin-top: 0;
}
.voice_content_body .person_area {
  position: relative;
  padding-bottom: 100px;
}
.voice_content_body .person_area::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.voice_content_body .introduction_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  .voice_content_body .introduction_column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .voice_content_body .introduction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4em;
  }
}
.voice_content_body .introduction_column h2 {
  margin-top: 90px;
}
.voice_content_body .introduction_column ._left {
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .voice_content_body .introduction_column ._left {
    width: 100%;
  }
  .voice_content_body .introduction_column ._left h2 {
    margin-top: 30px;
  }
}
.voice_content_body .introduction_column ._right {
  max-width: 520px;
  -webkit-transform: translateX(100px) translateY(-40px);
          transform: translateX(100px) translateY(-40px);
}
.voice_content_body .introduction_column ._right img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .voice_content_body .introduction_column ._right {
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
    max-width: unset;
  }
}
.voice_content_body .work_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .voice_content_body .work_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 999px) {
  .voice_content_body .work_column._revert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.voice_content_body .work_column .image_area {
  max-width: 420px;
}
@media only screen and (max-width: 999px) {
  .voice_content_body .work_column .image_area {
    max-width: unset;
  }
}
.voice_content_body .work_column .image_area img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.voice_content_body .work_column .text_area {
  max-width: 500px;
}
@media only screen and (max-width: 999px) {
  .voice_content_body .work_column .text_area {
    max-width: unset;
  }
}
.voice_content_body .work_column .text_area h3:first-child {
  margin-top: 0;
}
.voice_content_body .work_column .text_area p {
  padding-left: 40px;
}
@media only screen and (max-width: 999px) {
  .voice_content_body .work_column .text_area p {
    padding-left: 0;
  }
}
.voice_content_body .section_message {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 80px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .voice_content_body .section_message {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.voice_content_body .section_message .message_title {
  position: relative;
  margin-top: 67px;
  margin-bottom: 0;
}
.voice_content_body .section_message .message_title .en {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .voice_content_body .section_message .message_title .en {
    top: -100px;
    min-width: 480px;
  }
}
.voice_content_body .section_message .message_title .en img {
  width: 100%;
  display: block;
}
.voice_content_body .section_message .message_title .ja {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 10px));
          transform: translate(-50%, calc(-50% - 10px));
  z-index: 2;
  color: #313131;
  background: #ffffff;
  padding: 0;
  -webkit-text-fill-color: initial;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.voice_content_body .section_message .message_title .ja span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .voice_content_body .section_message .message_title .ja {
    font-size: 24px;
  }
}
@media only screen and (max-width: 440px) {
  .voice_content_body .section_message .message_title .ja {
    width: 100%;
  }
}
.voice_content_body .section_message .message_title .deco_massage {
  position: absolute;
  max-width: 536px;
  aspect-ratio: 536/179;
  top: 50%;
  left: 50%;
  letter-spacing: 0.1ex;
  -webkit-transform: translate(-50%, calc(-50% + 10px));
          transform: translate(-50%, calc(-50% + 10px));
}
.voice_content_body .section_private h2 {
  margin-top: 0;
}
.voice_content_body .section_private .memo_area {
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/voice/bg_private.webp) 0 center no-repeat transparent;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 56px 60px 50px;
  padding-right: 155px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice_content_body .section_private .memo_area {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
  }
}
.voice_content_body .section_private .memo_area ul {
  margin-top: 1.3em;
}
.voice_content_body .section_private .memo_area h4 {
  padding-left: 16px;
}
.voice_content_body .section_private .memo_area h4::before {
  left: 0;
}
.voice_content_body .section_private .memo_area > *:first-child {
  margin-top: 0;
}
.voice_content_body .section_private .memo_area > *:last-child {
  margin-bottom: 0;
}
.voice_content_body .section_private .memo_area::before {
  position: absolute;
  content: "";
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/voice/deco_private.webp) 0 center no-repeat;
  max-width: 155px;
  aspect-ratio: 310/360;
  width: 100%;
  background-size: contain;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .voice_content_body .section_private .memo_area::before {
    max-width: 50px;
  }
}

.section_anotherstaff {
  overflow: hidden;
  position: relative;
}
.section_anotherstaff .title_area {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_anotherstaff .title_area {
    height: 100px;
    text-align: center;
  }
}
.section_anotherstaff .swiper_wrapper {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_anotherstaff .swiper_wrapper {
    padding-top: 0;
  }
}
.section_anotherstaff .swiper_wrapper .swiper {
  overflow: visible;
  position: static;
}
.section_anotherstaff .swiper-slide {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  border-radius: 5px;
  text-align: center;
  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;
}
.section_anotherstaff .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.section_anotherstaff .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
.section_anotherstaff .swiper-slide a .person_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.section_anotherstaff .swiper-slide a .person_inner img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.section_anotherstaff .swiper-slide a:hover .person_inner {
  overflow: hidden;
}
.section_anotherstaff .swiper-slide a:hover .person_inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.section_anotherstaff .swiper-slide .name_area {
  position: absolute;
  bottom: 30px;
  background-color: #ffffff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  left: -20px;
  z-index: 10;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .section_anotherstaff .swiper-slide .name_area {
    line-height: 1.2;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .section_anotherstaff .swiper-slide .name_area {
    width: unset;
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .section_anotherstaff .swiper-slide .name_area {
    max-width: unset;
  }
}
.section_anotherstaff .swiper-slide .name_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_anotherstaff .swiper-slide .name_area .job {
  color: #329207;
  padding-right: 30px;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
}
.section_anotherstaff .swiper-slide .name_area .job::before {
  content: "/";
  position: absolute;
  background-size: 12px 30px;
  width: 12px;
  height: 30px;
  right: 10px;
  top: 7px;
  bottom: 0;
  margin: auto;
  color: #d2d2d2;
}
@media screen and (max-width: 1100px) {
  .section_anotherstaff .swiper-slide .name_area .job::before {
    top: 10px;
  }
}
.section_anotherstaff .swiper-slide .name_area .name {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  padding-right: 4px;
  letter-spacing: 0.2ex;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .section_anotherstaff .swiper-slide .name_area .name {
    font-size: 18px;
  }
}
.section_anotherstaff .swiper-slide .name_area .unit {
  color: #333333;
}
.section_anotherstaff .swiper-slide .person_num {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #313131;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.4ex;
}
.section_anotherstaff .swiper-slide .person_num {
  position: absolute;
  top: 20px;
  right: 0;
}
.section_anotherstaff .person_card_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 999px) {
  .section_anotherstaff .person_card_list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .section_anotherstaff .person_card_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .section_anotherstaff .person_card_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.section_anotherstaff .person_card {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  border-radius: 5px;
  text-align: center;
  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;
}
.section_anotherstaff .person_card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.section_anotherstaff .person_card a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}
.section_anotherstaff .person_card a .person_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.section_anotherstaff .person_card a .person_inner img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.section_anotherstaff .person_card a:hover .person_inner {
  overflow: hidden;
}
.section_anotherstaff .person_card a:hover .person_inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.section_anotherstaff .person_card .name_area {
  position: absolute;
  bottom: 30px;
  background-color: #ffffff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 30px;
  left: -20px;
  z-index: 10;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .section_anotherstaff .person_card .name_area {
    line-height: 1.2;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .section_anotherstaff .person_card .name_area {
    width: unset;
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .section_anotherstaff .person_card .name_area {
    max-width: unset;
  }
}
.section_anotherstaff .person_card .name_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_anotherstaff .person_card .name_area .job {
  color: #329207;
  padding-right: 30px;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
}
.section_anotherstaff .person_card .name_area .job::before {
  content: "/";
  position: absolute;
  background-size: 12px 30px;
  width: 12px;
  height: 30px;
  right: 10px;
  top: 7px;
  bottom: 0;
  margin: auto;
  color: #d2d2d2;
}
@media screen and (max-width: 1100px) {
  .section_anotherstaff .person_card .name_area .job::before {
    top: 10px;
  }
}
.section_anotherstaff .person_card .name_area .name {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  padding-right: 4px;
  letter-spacing: 0.2ex;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .section_anotherstaff .person_card .name_area .name {
    font-size: 18px;
  }
}
.section_anotherstaff .person_card .name_area .unit {
  color: #333333;
}
.section_anotherstaff .person_card .person_num {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #313131;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.4ex;
}
.section_anotherstaff .person_card .person_num {
  position: absolute;
  top: 20px;
  right: 0;
}
.section_anotherstaff .swiper-nav-wrapper {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
  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;
  position: absolute;
  top: 24px;
  right: 100px;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .section_anotherstaff .swiper-nav-wrapper {
    top: 60px;
    right: 0;
    left: -50px;
    margin: auto;
  }
}
.section_anotherstaff .swiper-nav-wrapper .swiper-toggle {
  position: absolute;
  right: -40px;
  z-index: 10;
  color: #666666;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background-color: #eeeeee;
}
.section_anotherstaff .swiper-nav-wrapper .swiper-toggle::before, .section_anotherstaff .swiper-nav-wrapper .swiper-toggle::after {
  content: "";
  display: block;
  background-color: #666666;
  width: 4px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.section_anotherstaff .swiper-nav-wrapper .swiper-toggle::before {
  -webkit-transform: translateX(-6px) translateY(-8px);
          transform: translateX(-6px) translateY(-8px);
}
.section_anotherstaff .swiper-nav-wrapper .swiper-toggle::after {
  -webkit-transform: translateX(2px) translateY(-8px);
          transform: translateX(2px) translateY(-8px);
}
.section_anotherstaff .swiper-nav-wrapper .swiper-toggle:hover {
  opacity: 0.5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.section_anotherstaff .swiper-nav-wrapper .swiper-toggle.paused::before {
  content: none;
}
.section_anotherstaff .swiper-nav-wrapper .swiper-toggle.paused::after {
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 14px solid #7fbf8c;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translate(-6px, -50%) !important;
  transform: translate(-6px, -50%) !important;
}
.section_anotherstaff .swiper-pagination {
  bottom: auto !important;
}
.section_anotherstaff .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #313131;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.section_anotherstaff .swiper-pagination-bullet:hover {
  background-color: rgba(49, 49, 49, 0.1921568627);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  opacity: 1;
}
.section_anotherstaff .swiper-pagination-bullet-active {
  background-color: #333333;
}
.section_anotherstaff .swiper-button-next::after,
.section_anotherstaff .swiper-button-prev::after {
  content: "";
  background: url(/wp-content/themes/ja-shinhakodate/asset/img/recruit_top/arrow_pager.webp) 0 center no-repeat transparent;
  background-size: 22px 11px;
  width: 22px;
  height: 11px;
}
.section_anotherstaff .swiper-button-next:hover,
.section_anotherstaff .swiper-button-prev:hover {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.section_anotherstaff .swiper-button-next {
  padding-left: 5px;
}
.section_anotherstaff .swiper-button-prev {
  padding-right: 5px;
}
.section_anotherstaff .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.section_anotherstaff .swiper-button-prev:hover {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: translateX(-5px) !important;
          transform: translateX(-5px) !important;
}

.mt-1 {
  margin-top: 1em;
}

.process_image {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ml_40 {
  margin-left: 40px;
}

@media screen and (max-width: 999px) {
  .sp_ml_0 {
    margin-left: 0;
  }
}

.person_num {
  position: relative;
  z-index: 10;
  padding: 20px 2px 20px 10px;
  background-color: #20a96e;
  line-height: 1.2;
  color: #ffffff !important;
}

.name_area .job {
  letter-spacing: 0.1ex;
}
@media screen and (max-width: 999px) {
  .name_area .job {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .name_area .job {
    font-size: 15px;
  }
}

.generalposition_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .generalposition_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.generalposition_list .box {
  padding: 20px;
  -webkit-box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
          box-shadow: -7.07px 7.07px 20px rgba(196, 196, 196, 0.3);
  mix-blend-mode: multiply;
}
.generalposition_list .box._01 {
  background-color: #f8fffa;
}
.generalposition_list .box._02 {
  background-color: #f7fbff;
}
.generalposition_list .box._03 {
  background-color: #fffaf5;
}
.generalposition_list .box._04 {
  background-color: #f5f8fc;
}
.generalposition_list .box._05 {
  background-color: #fffdf5;
}
.generalposition_list .box h6 {
  margin: 1em 0;
}

.bold {
  font-weight: 700;
}

.h2title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}