.l-header-logo-img-open {
  display: none;
  margin-bottom: 3px;
}

.is-open .l-header-logo-img {
  display: none;
}
.is-open .l-header-logo-img-open {
  display: block;
}
.is-open .l-header-logo-txt {
  color: #fff;
}

.l-header-logo-txt {
  color: #000;
}

.l-header-nav .l-header-gnav a {
  color: #000;
}
.l-header-nav.is-open .l-header-gnav a {
  color: #fff;
}

@media only screen and (max-width: 899px) {
  .l-header-menu {
    border-color: #00b23c;
    color: #00b23c;
  }
}
.l-header-menu::before, .l-header-menu::after {
  background: #00b23c;
}
.l-header-menu i {
  background: #00b23c;
}
@media only screen and (max-width: 899px) {
  .l-header-menu.is-open {
    border-color: #fff;
    color: #fff;
  }
}
.l-header-menu.is-open::before, .l-header-menu.is-open::after {
  background: #fff;
}
.l-header-menu.is-open i {
  background: #fff;
}

.l-main {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .l-main {
    padding-block: 120px 70px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-main {
    padding-block: 140px 120px;
  }
}
.l-main::before {
  background: #fafafa;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .l-main::before {
    height: 426px;
    left: 0;
    top: 770px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media print, screen and (min-width: 900px) {
  .l-main::before {
    height: 670px;
    right: 0;
    top: 240px;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.l-main::after {
  background: #fafafa;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .l-main::after {
    height: 426px;
    top: 990px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-main::after {
    height: 670px;
    top: 1550px;
  }
}

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

.p-mv {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 899px) {
  .p-mv {
    margin-bottom: 45px;
    padding-top: 43px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv {
    margin-bottom: 100px;
    padding-top: 78px;
  }
}
.p-mv::after {
  background: url("../img/txt-interview.svg") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 899px) {
  .p-mv::after {
    height: 45px;
    right: -3px;
    width: 339px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv::after {
    height: 115px;
    right: -100px;
    width: 870px;
  }
}

.p-mv-image {
  position: relative;
}
@media print, screen and (min-width: 900px) {
  .p-mv-image {
    width: 560px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-image::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 100%;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 100%;
  }
}
.p-mv-image img {
  position: relative;
  z-index: 2;
}

.p-mv-detail {
  z-index: 4;
}
@media print, screen and (min-width: 900px) {
  .p-mv-detail {
    bottom: 30px;
    height: 228px;
    position: absolute;
    right: 50px;
    width: 690px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-detail::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
  }
}

.p-mv-detail-inner {
  background: #3faf4c;
  color: #fff;
  height: 100%;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .p-mv-detail-inner {
    padding: 20px 20px 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-detail-inner {
    padding-left: 60px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 899px) {
  .p-mv-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-mv-name {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-mv-name {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-mv-name span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-name span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.p-mv-text {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-mv-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.785;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.777;
  }
}

@media only screen and (max-width: 899px) {
  .p-worklife {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-worklife {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 74px;
    margin-bottom: 110px;
  }
}

.p-worklife-summary {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 899px) {
  .p-worklife-summary {
    margin-bottom: 37px;
    padding-top: 50px;
    position: relative;
  }
}
@media print, screen and (min-width: 900px) {
  .p-worklife-summary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    width: 263px;
  }
}

@media only screen and (max-width: 899px) {
  .p-worklife-title {
    position: absolute;
    right: 8px;
    top: 0;
  }
}
@media print, screen and (min-width: 900px) {
  .p-worklife-title {
    margin-bottom: 20px;
  }
}
.p-worklife-title img {
  height: auto;
}
@media only screen and (max-width: 899px) {
  .p-worklife-title img {
    width: 127px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-worklife-title img {
    width: 243px;
  }
}

.p-worklife-catch {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-worklife-catch {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.583;
  }
}
@media print, screen and (min-width: 900px) {
  .p-worklife-catch {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.625;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media print, screen and (min-width: 900px) {
  .p-qa {
    padding-top: 135px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-qa-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
}
@media only screen and (max-width: 899px) {
  .p-qa-item:not(:first-child) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-qa-item:not(:first-child) {
    margin-top: 60px;
  }
}

.p-qa-title {
  background: url("../img/icon-q.svg") no-repeat left 0.1em/32px auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 899px) {
  .p-qa-title {
    font-size: 20px;
    font-size: 1.25rem;
    background-size: 30px auto;
    line-height: 1.6;
    margin-bottom: 14px;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-qa-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-left: 50px;
  }
}

.p-qa-text {
  line-height: 2;
}
@media only screen and (max-width: 899px) {
  .p-qa-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-qa-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-qa-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 899px) {
  .p-qa-image {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-qa-image {
    width: 300px;
  }
}

.p-dayoff {
  background: #e3f2e6;
}

.p-dayoff-inner {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-dayoff-inner {
    padding-block: 60px 70px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-dayoff-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 86px;
    padding-block: 96px 106px;
  }
}

.p-dayoff-title {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .p-dayoff-title {
    right: 20px;
    top: -7px;
    width: 151px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-dayoff-title {
    right: -60px;
    top: -50px;
    width: 279px;
  }
}

.p-dayoff-heading {
  color: #3faf4c;
}
@media only screen and (max-width: 899px) {
  .p-dayoff-heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-dayoff-heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.p-dayoff-text {
  line-height: 2;
}
@media only screen and (max-width: 899px) {
  .p-dayoff-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-dayoff-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-dayoff-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-dayoff-image {
    margin-top: 20px;
    padding-right: 7px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-dayoff-image {
    width: 520px;
  }
}
.p-dayoff-image::before, .p-dayoff-image::after {
  background: #3faf4c;
  content: "";
  display: block;
  position: absolute;
}
.p-dayoff-image::before {
  left: auto;
  width: 2px;
}
@media only screen and (max-width: 899px) {
  .p-dayoff-image::before {
    bottom: -7px;
    right: 0;
    top: 7px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-dayoff-image::before {
    bottom: -10px;
    right: -10px;
    top: 10px;
  }
}
.p-dayoff-image::after {
  height: 2px;
  top: auto;
}
@media only screen and (max-width: 899px) {
  .p-dayoff-image::after {
    bottom: -7px;
    left: 7px;
    right: 0;
  }
}
@media print, screen and (min-width: 900px) {
  .p-dayoff-image::after {
    bottom: -10px;
    left: 10px;
    right: -10px;
  }
}

@media only screen and (max-width: 899px) {
  .p-offer {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-offer {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 899px) {
  .p-interview {
    margin-block: 80px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview {
    margin-block: 120px;
  }
}

.p-interview-inr {
  position: relative;
}

@media print, screen and (min-width: 900px) {
  .p-interview-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-interview-item {
    width: 380px;
  }
}
@media only screen and (max-width: 899px) {
  .p-interview-item:not(:first-child) {
    margin-top: 30px;
  }
}
.p-interview-item a {
  display: block;
}
@media print, screen and (min-width: 900px) {
  .p-interview-item a:hover .p-interview-image img {
    scale: 1.05;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview-item a:hover .p-interview-button span {
    background: #fff;
    color: #3faf4c;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview-item a:hover .p-interview-button span::after {
    -webkit-transform: translate(5px, -40%) skewX(40deg);
            transform: translate(5px, -40%) skewX(40deg);
  }
}

.p-interview-image {
  overflow: hidden;
  position: relative;
}
.p-interview-image img {
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.p-interview-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .p-interview-catch {
    bottom: 21px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview-catch {
    bottom: 21px;
  }
}
.p-interview-catch p {
  background: #fff;
  font-weight: bold;
  padding-inline: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 899px) {
  .p-interview-catch p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.352;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview-catch p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.p-interview-button {
  padding-left: 18px;
}
@media only screen and (max-width: 899px) {
  .p-interview-button {
    margin-top: -6px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview-button {
    margin-top: -10px;
  }
}
.p-interview-button span {
  background: #3faf4c;
  border: 1px solid #3faf4c;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 899px) {
  .p-interview-button span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.466;
    padding: 6px 14px 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview-button span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.388;
    padding: 10px 14px;
  }
}
@media only screen and (max-width: 899px) {
  .p-interview-button span strong {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-interview-button span strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-interview-button span::after {
  content: "";
  display: block;
  width: 18px;
  height: 6px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  -webkit-transform: translate(0, -40%) skewX(40deg);
          transform: translate(0, -40%) skewX(40deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 15px;
  top: 50%;
}

@media only screen and (max-width: 899px) {
  .p-recruit-btns {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-recruit-btns {
    margin-block: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 899px) {
  .p-recruit-btns li {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-recruit-btns li {
    width: 100%;
  }
  .p-recruit-btns li:not(:last-child) {
    margin-right: 50px;
  }
}

.p-recruit-entry-btn {
  display: block;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 900px) {
  .p-recruit-entry-btn {
    -webkit-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
  }
  .p-recruit-entry-btn:hover:after {
    -webkit-transform: translate(10px, -40%) skewX(40deg);
            transform: translate(10px, -40%) skewX(40deg);
  }
}
.p-recruit-entry-btn:after {
  content: "";
  display: block;
  width: 18px;
  height: 6px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  -webkit-transform: translate(0, -40%) skewX(40deg);
          transform: translate(0, -40%) skewX(40deg);
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 899px) {
  .p-recruit-entry-btn:after {
    right: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-recruit-entry-btn:after {
    right: 35px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.p-recruit-entry-btn-en {
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 899px) {
  .p-recruit-entry-btn-en {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-recruit-entry-btn-en {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-recruit-entry-btn-ja {
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  .p-recruit-entry-btn-ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-recruit-entry-btn-ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .p-recruit-entry-btn-ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-recruit-entry-btn-new {
  background: #e54e03;
  border: 1px solid #e54e03;
}
@media print, screen and (min-width: 900px) {
  .p-recruit-entry-btn-new:hover {
    background: #fff;
    color: #e54e03;
  }
}

.p-recruit-entry-btn-career {
  background: #ff7801;
  border: 1px solid #ff7801;
}
@media print, screen and (min-width: 900px) {
  .p-recruit-entry-btn-career:hover {
    background: #fff;
    color: #ff7801;
  }
}

.p-recruit-entry-txt {
  text-align: center;
  margin-top: 0.8em;
}

.p-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 899px) {
  .p-back-btn {
    margin-top: 60px;
    padding-inline: 15px;
  }
}
.p-back-btn a {
  font-size: 16px;
  font-size: 1rem;
  background: #f5fbf6;
  border: 1px solid #3faf4c;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 899px) {
  .p-back-btn a {
    height: 60px;
    width: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-back-btn a {
    height: 70px;
    width: 460px;
  }
}
.p-back-btn a:after {
  content: "";
  display: block;
  width: 22px;
  height: 10px;
  border-bottom: 1px solid #3faf4c;
  border-left: 1px solid #3faf4c;
  -webkit-transform: translate(0, -40%) skewX(-40deg);
          transform: translate(0, -40%) skewX(-40deg);
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 899px) {
  .p-back-btn a:after {
    left: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-back-btn a:after {
    left: 30px;
    -webkit-transition: translate 0.5s;
    transition: translate 0.5s;
  }
}
@media print, screen and (min-width: 900px) {
  .p-back-btn a:hover {
    background: #3faf4c;
    color: #fff;
  }
}
@media print, screen and (min-width: 900px) {
  .p-back-btn a:hover::after {
    border-color: #fff;
    translate: -10px;
  }
}