@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
b {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style-type: none;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.f-level-1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .f-level-1 {
    font-size: 40px;
  }
}

.c-section-heading {
  display: grid;
  gap: 8px;
  -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;
  text-align: center;
  line-height: 1.18;
}
.c-section-heading .eng {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3cb37a;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-section-heading .eng {
    font-size: 36px;
  }
}
.c-section-heading .jp {
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
.c-section-heading--white .eng,
.c-section-heading--white .jp {
  color: #ffffff;
}
.c-section-heading--small {
  gap: 8px;
}
.c-section-heading--small .eng {
  font-size: 24px;
}
.c-section-heading--small .jp {
  font-size: 14px;
}
.c-section-heading--middle .eng {
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .c-section-heading--middle .eng {
    font-size: 28px;
  }
}

.c-sub-heading {
  display: grid;
  gap: 4px;
  -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;
  text-align: center;
  color: #000000;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  z-index: 2;
}
.c-sub-heading .small {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .c-sub-heading .small {
    font-size: 28px;
  }
}
.c-sub-heading .large {
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .c-sub-heading .large {
    font-size: 40px;
  }
}

.c-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
  height: 64px;
  padding: 0 24px;
  background: #ffffff;
  border: 2px solid #008d5c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
.c-button-wrapper:hover {
  opacity: 1;
}
.c-button-wrapper:hover .c-button-icon-wrapper {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.c-button-wrapper:hover .c-button-icon {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}
.c-button-wrapper:hover .c-button-icon--down {
  -webkit-transform: rotate(90deg) scale(0.77);
          transform: rotate(90deg) scale(0.77);
}
.c-button-wrapper--cv {
  background: #ffff74;
  border: 0;
}
.c-button-wrapper .c-button-text {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  line-height: 1.18;
}
.c-button-wrapper .c-button-icon-wrapper {
  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;
  width: 24px;
  height: 24px;
  background: #13d000;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-button-wrapper .c-button-icon {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-button-wrapper .c-button-icon path {
  fill: #ffffff;
}
.c-button-wrapper .c-button-icon--down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-text-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-text-button-wrapper .c-text-button-text {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.c-text-button-wrapper .c-text-button-icon-wrapper {
  width: 20px;
  height: 20px;
}
.c-text-button-wrapper .c-text-button-icon-wrapper .c-text-button-icon path {
  fill: #93f05a;
}
.c-text-button-wrapper--small .c-text-button-text {
  font-size: 12px;
}
.c-text-button-wrapper--small .c-text-button-icon-wrapper {
  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;
  width: 16px;
  height: 16px;
}

.c-button-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0 4px 4px;
  border-bottom: 2px solid #008d5c;
}
.c-button-pagetop .c-button-pagetop-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-weight: 600;
  line-height: 1.18;
}
.c-button-pagetop .c-button-pagetop-icon {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-button-pagetop .c-button-pagetop-icon path {
  fill: #008d5c;
}

.c-balloon-text {
  position: relative;
  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;
  width: auto;
  height: auto;
  padding: 8px 20px;
  color: #008d5c;
  font-weight: 600;
  line-height: 1;
  background: #ffff74;
  text-align: center;
  border-radius: 40px;
}
@media screen and (min-width: 1024px) {
  .c-balloon-text {
    padding: 12px 24px;
  }
}
.c-balloon-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffff74 transparent transparent transparent;
}
.c-balloon-text--large {
  width: auto;
  height: auto;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.25;
  border-width: 10px 8px 0 8px;
}
.c-balloon-text--green {
  width: 180px;
  height: auto;
  padding: 8px 20px;
  color: #ffffff;
  background: #008d5c;
  line-height: 1.5;
}
.c-balloon-text--green:after {
  border-color: #008d5c transparent transparent transparent;
}
@media screen and (min-width: 1024px) {
  .c-balloon-text--green {
    width: auto;
  }
}
.c-balloon-text--pattern {
  width: auto;
  height: auto;
  padding: 12px 12px;
  line-height: 1.5;
  background: #eaf5ee;
  background-image: url("../images/common/pettern_10.svg");
  background-size: auto;
  background-repeat: repeat;
}
@media screen and (min-width: 1024px) {
  .c-balloon-text--pattern {
    border-radius: 100px;
    border-width: 10px 8px 0 8px;
  }
}
.c-balloon-text--pattern:after {
  border-color: #eaf5ee transparent transparent transparent;
}

@media screen and (max-width: 375px) {
  .c-balloon-text--pattern {
    padding: 12px 8px;
    white-space: nowrap;
  }
}
.c-detail-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-detail-block__title {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #008d5c;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .c-detail-block__title {
    font-size: 20px;
  }
}
.c-detail-block__title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 25px;
  left: 0;
  top: 0;
  background: #008d5c;
}
@media screen and (min-width: 1024px) {
  .c-detail-block__title.large {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .c-detail-block__title.small {
    width: 21%;
  }
}
@media screen and (min-width: 1024px) {
  .c-detail-block__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.c-detail-block__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-left: 1em;
}
.c-detail-block__lead .under-line {
  position: relative;
  display: inline-block;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-detail-block__lead .under-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3cb37a;
}
.c-detail-block__list {
  position: relative;
}
.c-detail-block__list--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .c-detail-block__list--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 24px;
  }
}
.c-detail-block__list-item {
  list-style: none;
  padding-left: 1em;
  margin-left: 1em;
}
.c-detail-block__list-item--note::before {
  content: "※";
  margin-left: -1em;
}
.c-detail-block__list-item--dot {
  list-style: disc;
  margin-left: 2.5em;
  padding-left: 0;
}
.c-detail-block__list-item--dot:before {
  margin-left: -0.5em;
}
.c-detail-block__list-item .area {
  font-weight: 600;
}
.c-detail-block__list-item--green-dot {
  margin-left: 0.5em;
}
.c-detail-block__list-item--green-dot:before {
  content: "●";
  font-size: 12px;
  margin-left: -1em;
  color: #008d5c;
}

html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.03em;
  color: #222;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

input[type=submit], input[type=button],
button[type=submit],
button[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration,
button[type=submit]::-webkit-search-decoration,
button[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus, input[type=button]:focus,
button[type=submit]:focus,
button[type=button]:focus {
  outline-offset: -2px;
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .u-sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-pc-only {
    display: none !important;
  }
}
.open {
  display: block !important;
}

.close {
  display: none !important;
}

.text-center {
  text-align: center;
}

.hidden {
  overflow: hidden;
}

.bound {
  -webkit-animation: 4s 0s bound ease-in infinite;
          animation: 4s 0s bound ease-in infinite;
}

@-webkit-keyframes fvFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 動かす前の状態 */
.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* 画面に入って .is-show クラスがついた時の状態 */
.u-fade-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes bound {
  79%, 90%, 97%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  85% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  94% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  99% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
  }
}

@keyframes bound {
  79%, 90%, 97%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  85% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  94% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  99% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.l-inner-large {
  max-width: 1200px;
}
.l-inner-middle {
  max-width: 1000px;
}
.l-inner-small {
  max-width: 800px;
}

.p-career-entry {
  position: relative;
  padding: 48px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 179, 122, 0.4)), to(rgba(98, 224, 69, 0.4))), #3cb37a;
  background: linear-gradient(to top, rgba(60, 179, 122, 0.4), rgba(98, 224, 69, 0.4)), #3cb37a;
}
.p-career-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-pattern.svg");
  background-repeat: repeat-x;
}
@media screen and (min-width: 1024px) {
  .p-career-entry {
    padding: 64px 0 40px;
  }
}
.p-career-entry__recruitment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-green.svg");
  background-repeat: repeat-x;
}
.p-career-entry .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-career-entry__lead {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.p-career-entry__list {
  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;
  gap: 10px;
}
.p-career-entry__item {
  width: 105px;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 16px;
}
@media screen and (min-width: 1024px) {
  .p-career-entry__item {
    width: 220px;
  }
}
.p-career-entry__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-career-entry__card:hover {
  opacity: 1;
}
.p-career-entry__card:hover .c-button-icon-wrapper {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.p-career-entry__card:hover .c-button-icon {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}
.p-career-entry__card .c-button-icon-wrapper {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-career-entry__card .c-button-icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-career-entry__card-img {
  width: 64px;
  height: 64px;
}
.p-career-entry__card-title {
  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;
  font-weight: 600;
  line-height: 1.25;
  height: 3.75em;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-career-entry__card-title {
    height: 2.5em;
  }
}
.p-career-entry .c-button-wrapper {
  border: 0;
}
.p-career-entry .c-button-icon-wrapper {
  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;
  width: 24px;
  height: 24px;
  background: #13d000;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.p-career-entry .c-button-icon {
  width: 20px;
  height: 20px;
}
.p-career-entry .c-button-icon path {
  fill: #ffffff;
}
.p-career-entry__contact {
  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;
  gap: 14px;
}
.p-career-entry__contact-text {
  position: relative;
  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;
  color: #008d5c;
  font-weight: 600;
  line-height: 1;
  background: #ffff74;
  text-align: center;
  border-radius: 40px;
}

/*--------------------------------------------------------
    下層ページFV
------------------------------------------------------- */
.p-sub-fv {
  position: relative;
  padding: 64px 0 0;
}
.p-sub-fv .l-inner {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 64vw;
  background-image: url("../images/common/pettern_10.svg");
  background-size: auto;
  background-repeat: repeat;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-sub-fv .l-inner {
    height: 280px;
  }
}
.p-sub-fv .l-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_mv-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-sub-fv .l-inner:after {
    background-image: url("../images/common/bg_mv-pc.webp");
    background-size: contain;
  }
}
.p-sub-fv .l-inner .c-sub-heading {
  -webkit-animation: fvFadeUp 0.8s ease-out forwards;
          animation: fvFadeUp 0.8s ease-out forwards;
}
.p-sub-fv .c-breadcrumb {
  position: absolute;
  bottom: 67%;
  left: 5%;
}
@media screen and (min-width: 1024px) {
  .p-sub-fv .c-breadcrumb {
    bottom: 65%;
    left: 7%;
  }
}
.p-sub-fv .c-breadcrumb {
  z-index: 2;
}
.p-sub-fv .c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sub-fv .c-breadcrumb__item {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .p-sub-fv .c-breadcrumb__item {
    font-size: 14px;
  }
}
.p-sub-fv .c-breadcrumb__item + li {
  position: relative;
  padding-left: 1.5em;
}
.p-sub-fv .c-breadcrumb__item + li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url("../images/common/icon_arrowRight.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.p-sub-fv .c-breadcrumb__link {
  color: #008d5c;
  font-weight: 600;
  line-height: 1;
  padding: 4px 0;
  border-bottom: 2px solid #008d5c;
}

.p-sub-intro {
  position: relative;
  background: #eaf5ee;
  padding: 64px 0 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sub-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-pattern-white.svg");
  background-repeat: repeat-x;
}
@media screen and (min-width: 1024px) {
  .p-sub-intro {
    padding: 64px 0 48px;
  }
}
.p-sub-intro__caption {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.p-sub-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 24px 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-sub-intro__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 960px;
  }
}
.p-sub-intro__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-sub-intro__item .c-button-wrapper {
  width: 100%;
  max-width: 295px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-sub-intro__item .c-button-wrapper {
    max-width: 100%;
  }
}
.p-sub-intro .c-button-wrapper {
  width: 100%;
  max-width: 100%;
}

/*--------------------------------------------------------
    swiper
------------------------------------------------------- */
body,
.overflow-hidden-container {
  overflow-x: clip;
}

html,
body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* スライド全体の高さを揃え、勝手な膨張を防ぐ */
.swiper-slide {
  height: auto !important; /* Swiperの計算を優先 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.swiper-wrapper {
  /* Swiperが計算した位置を優先するため、flexでの位置指定は解除する */
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 !important;
  margin: 0 !important;
}

.p-interview__item-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview__slider.swiper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
  clip-path: inset(-100vw 0);
  margin: 0 !important;
}

/* スライド1枚ずつの設定 */
.p-interview__slider .swiper-slide {
  width: 280px !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-interview__item-image img {
  width: 100% !important;
  height: auto !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview__slider.swiper {
  padding-bottom: 32px !important;
  overflow: visible !important;
}

/* --- ドット --- */
.p-interview__slider .swiper-pagination {
  bottom: 0 !important;
}

.p-interview__slider .swiper-pagination-bullet,
.p-benefit-detail__slider .swiper-pagination-bullet {
  background: #d9d9d9 !important;
  opacity: 1 !important;
}

.p-interview__slider .swiper-pagination-bullet-active,
.p-benefit-detail__slider .swiper-pagination-bullet-active {
  background: #ff8b3d !important;
}

.js-sub-pagination {
  bottom: -2px !important;
}
@media screen and (min-width: 1025px) {
  .js-sub-pagination {
    display: none !important;
  }
}

.js-sub-slider {
  width: 100%;
  max-width: 327px;
  margin: 0 auto !important;
  overflow: hidden;
}

.js-sub-slider.swiper {
  padding-bottom: 34px !important;
}

.p-benefit-detail__item-img {
  width: 100%;
  height: auto;
  display: block;
}

header,
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 1024px) {
  header,
  .header {
    height: 62px;
    background: #ffffff;
  }
}
header.bg-white,
.header.bg-white {
  background: #ffffff;
}
header.bg-white .gnav-list li a,
.header.bg-white .gnav-list li a {
  color: #3cb37a !important;
}
header .header__inner.l-inner,
.header .header__inner.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  height: 62px;
}
@media screen and (min-width: 1024px) {
  header .header__inner.l-inner,
  .header .header__inner.l-inner {
    padding: 0 24px;
    height: 80px;
  }
}
header .header__inner.l-inner .logo,
.header .header__inner.l-inner .logo {
  padding: 0;
}
header .header__inner.l-inner .logo img,
.header .header__inner.l-inner .logo img {
  width: 240px;
}
@media screen and (max-width: 1024px) {
  header .header__inner.l-inner .logo img,
  .header .header__inner.l-inner .logo img {
    width: 158px;
  }
}
header .header__inner .header__inner--right,
.header .header__inner .header__inner--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  header .header__inner .header__inner--right,
  .header .header__inner .header__inner--right {
    gap: 40px;
  }
}
header .header__inner .header__inner--right .gnav-list,
.header .header__inner .header__inner--right .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  header .header__inner .header__inner--right .gnav-list,
  .header .header__inner .header__inner--right .gnav-list {
    display: none;
  }
}
header .header__inner .header__inner--right .gnav-list li a,
.header .header__inner .header__inner--right .gnav-list li a {
  color: #008d5c;
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
}
header .header__inner .header__inner--right .entry,
.header .header__inner .header__inner--right .entry {
  position: relative;
  display: grid;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 114px;
  height: 36px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 179, 122, 0.4)), to(rgba(98, 224, 69, 0.4))), #3cb37a;
  background: linear-gradient(to top, rgba(60, 179, 122, 0.4), rgba(98, 224, 69, 0.4)), #3cb37a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .header__inner .header__inner--right .entry:hover,
.header .header__inner .header__inner--right .entry:hover {
  opacity: 1;
}
header .header__inner .header__inner--right .entry:hover .c-button-header-icon-wrapper,
.header .header__inner .header__inner--right .entry:hover .c-button-header-icon-wrapper {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
header .header__inner .header__inner--right .entry:hover .c-button-header-icon,
.header .header__inner .header__inner--right .entry:hover .c-button-header-icon {
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}
header .header__inner .header__inner--right .entry a,
.header .header__inner .header__inner--right .entry a {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
header .header__inner .header__inner--right .entry a:hover,
.header .header__inner .header__inner--right .entry a:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  header .header__inner .header__inner--right .entry a,
  .header .header__inner .header__inner--right .entry a {
    font-size: 14px;
  }
}
header .header__inner .header__inner--right .entry .c-button-header-icon-wrapper,
.header .header__inner .header__inner--right .entry .c-button-header-icon-wrapper {
  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;
  width: 16px;
  height: 16px;
  background: #ffff74;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .header__inner .header__inner--right .entry .c-button-header-icon,
.header .header__inner .header__inner--right .entry .c-button-header-icon {
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .header__inner .header__inner--right .entry .c-button-header-icon path,
.header .header__inner .header__inner--right .entry .c-button-header-icon path {
  fill: #3cb37a;
}
header .header__inner .header__inner--right .sp-hamburger-bar,
.header .header__inner .header__inner--right .sp-hamburger-bar {
  display: grid;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .header__inner .header__inner--right .sp-hamburger-bar span,
.header .header__inner .header__inner--right .sp-hamburger-bar span {
  display: block;
  width: 24px;
  height: 3px;
  background: #008d5c;
}

.sp-modal {
  background: #ffffff;
  position: fixed;
  height: 100vh;
  z-index: 30;
  width: 100%;
  display: none;
  overflow: scroll;
}
@media screen and (min-width: 1025px) {
  .sp-modal {
    display: none !important;
  }
}
.sp-modal .sp-modal__inner {
  max-width: 78.667vw;
  margin: 0 auto;
  padding: 24.533vw 0 33.867vw;
}
.sp-modal .sp-modal__inner ul li {
  margin-top: 13.333vw;
}
.sp-modal .sp-modal__inner ul li a {
  color: #008d5c;
  font-size: 4.267vw;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.427vw;
  padding: 2.933vw 0 2.4vw;
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  display: block;
  position: relative;
}
.sp-modal .sp-modal__inner ul li a::after {
  content: "";
  background-image: url(../images/modal_arrow.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 2.133vw;
  height: 4.267vw;
  position: absolute;
  right: 5.333vw;
  top: 4.267vw;
}
.sp-modal .sp-modal__inner .entry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 21.067vw 0 0;
  padding: 0 2.4em;
  width: 78.667vw;
  height: 19.2vw;
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 8.533vw;
  letter-spacing: 0.1em;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 179, 122, 0.4)), to(rgba(98, 224, 69, 0.4))), #3cb37a;
  background: linear-gradient(to top, rgba(60, 179, 122, 0.4), rgba(98, 224, 69, 0.4)), #3cb37a;
  color: #ffffff;
}
.sp-modal .sp-modal__inner .entry .c-button-icon-wrapper {
  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;
  width: 24px;
  height: 24px;
  background: #ffff74;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.sp-modal .sp-modal__inner .entry .c-button-icon {
  width: 20px;
  height: 20px;
}
.sp-modal .sp-modal__inner .entry .c-button-icon path {
  fill: #008d5c;
}
.sp-modal .sp-modal__inner .entry .c-button-icon--down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-open .header .header__inner--right .sp-hamburger-bar span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 24px;
  top: 5px;
  left: 0;
  position: relative;
}
.modal-open .header .header__inner--right .sp-hamburger-bar span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 24px;
  top: -3px;
  left: 0;
  position: relative;
}
.modal-open .sp-modal {
  display: block !important;
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background: #008d5c;
  padding: 32px 24px;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding-bottom: 80px;
  }
}
.l-footer .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background: #eaf5ee;
  border-radius: 20px;
  padding: 40px 24px 32px;
}
@media screen and (min-width: 1024px) {
  .l-footer .l-inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    gap: 32px;
  }
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .l-footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.l-footer__logo {
  width: 230px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 240px;
  }
}
.l-footer__address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .l-footer__address-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px;
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
.l-footer__address-list li + li {
  padding-top: 16px;
  border-top: 1px solid #bbbbbb;
}
@media screen and (min-width: 1024px) {
  .l-footer__address-list li + li {
    border: 0;
    padding: 0;
  }
}
.l-footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .l-footer__address-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
  }
  .l-footer__address-item:nth-child(1) .l-footer__address-detail {
    width: 280px;
  }
  .l-footer__address-item:nth-child(2) .l-footer__address-detail {
    width: 224px;
  }
}
.l-footer__address-city {
  width: auto;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .l-footer__address-city {
    width: 4.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.5em;
  }
}
.l-footer__address-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__address-detail .l-footer__address-name {
  font-weight: 600;
  margin-bottom: 4px;
}
.l-footer__address-detail .l-footer__address-text {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .l-footer__address-detail .l-footer__address-text {
    font-size: 14px;
  }
}
.l-footer__address-name {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    gap: 32px;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
}
.l-footer__other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .l-footer__other-list {
    gap: 32px;
  }
}

.l-footer__copyright {
  padding-top: 24px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 375px) {
  .c-text-button-wrapper--small .c-text-button-text {
    white-space: nowrap;
  }
}
.l-fv {
  padding-top: 64px;
}
@media screen and (min-width: 1024px) {
  .l-fv {
    padding-top: 80px;
  }
}
.l-fv .l-inner {
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .l-fv .l-inner {
    padding: 25px 45px 0;
  }
}
.l-fv .p-fv__image {
  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;
  -webkit-animation: fvFadeUp 0.6s ease-out forwards;
          animation: fvFadeUp 0.6s ease-out forwards;
}
.l-fv .p-fv__image img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-intro .l-inner {
  -webkit-animation: fvFadeUp 0.8s ease-out forwards;
          animation: fvFadeUp 0.8s ease-out forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 375px;
  padding: 20px 23px 32px;
}
@media screen and (min-width: 1024px) {
  .p-intro .l-inner {
    max-width: 1440px;
    padding: 40px 0 48px;
  }
}
.p-intro__title .p-section-heading {
  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;
}
.p-intro__title .p-section-heading .eng {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #3cb37a;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.p-intro__title .p-section-heading .jp {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.075em;
  padding: 0 38px;
  line-height: 1.5;
}
.p-intro__title .p-section-heading .jp:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 36px;
  background: #3cb37a;
  border-radius: 100px;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.p-intro__title .p-section-heading .jp .emphasis {
  letter-spacing: 0.05em;
}
.p-intro__title .p-section-heading .jp:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 36px;
  background: #3cb37a;
  border-radius: 100px;
  right: 0;
  top: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-intro__title .p-section-heading .jp > span {
  font-size: 24px;
  color: #3cb37a;
}
.p-intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-intro__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.p-intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-intro__item:nth-child(odd) .p-intro__item-text {
  margin-left: 8px;
}
.p-intro__item:nth-child(odd) .p-intro__item-text:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 99%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 9px 8px 0;
  border-color: transparent #f1f1f1 transparent transparent;
}
.p-intro__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-intro__item:nth-child(even) .p-intro__item-text {
  margin-right: 8px;
}
.p-intro__item:nth-child(even) .p-intro__item-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 99%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 0 8px 9px;
  border-color: transparent transparent transparent #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .p-intro__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-intro__item:nth-child(even) .p-intro__item-text {
    margin-left: 8px;
  }
  .p-intro__item:nth-child(even) .p-intro__item-text:before {
    top: 50%;
    right: 99%;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 8px 9px 8px 0;
    border-color: transparent #f1f1f1 transparent transparent;
  }
}
.p-intro__item-img {
  width: 80px;
  height: 80px;
}
.p-intro__item-text {
  position: relative;
  display: block;
  padding: 16px 32px;
  line-height: 1.5;
  background: #f1f1f1;
  border-radius: 100px;
}

.p-message {
  position: relative;
  padding: 60px 0 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(60, 179, 122, 0.4)), to(rgba(98, 224, 69, 0.4))), #3cb37a;
  background: linear-gradient(to top, rgba(60, 179, 122, 0.4), rgba(98, 224, 69, 0.4)), #3cb37a;
}
.p-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-white.svg");
  background-repeat: repeat-x;
}
@media screen and (min-width: 1024px) {
  .p-message {
    padding: 64px 0 40px;
  }
}
.p-message__catch {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-message .custom-emphasis {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #ffff74;
  letter-spacing: -0.1em;
}
.p-message .custom-emphasis:last-child {
  letter-spacing: 0;
}
.p-message .custom-emphasis::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-image: url("../images/top/img_emphasis.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-message__content {
  position: relative;
  background: #eaf5ee;
  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;
  gap: 32px;
  padding: 57px 0 40px;
}
.p-message__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-gradation.svg");
  background-repeat: repeat-x;
}
.p-message__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-message__lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.p-message__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  max-width: 340px;
}
@media screen and (min-width: 1024px) {
  .p-message__list {
    display: grid;
    gap: 16px 44px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 860px;
  }
}
.p-message__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
}
.p-message__list-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: #ffffff;
  bottom: -4px;
  left: 0;
  z-index: -1;
}
.p-message__icon-wrapper {
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.p-message__icon {
  width: 20px;
  height: 20px;
}
.p-message__icon path {
  fill: #13d000;
}
.p-message__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #008d5c;
  text-align: center;
}

.p-top-workstyle {
  padding: 32px 12px 0;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle {
    padding: 64px 0 0;
  }
}
.p-top-workstyle .l-inner {
  background: #eaf5ee;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding: 50px 12px 40px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .l-inner {
    max-width: 1220px;
  }
}
.p-top-workstyle__img-flex {
  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;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__img-flex {
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__img-wrapper {
    position: relative;
    width: 100%;
  }
  .p-top-workstyle__img-wrapper:before {
    content: "";
    position: absolute;
    background-image: url("../images/top/bg_workstyle-pc.webp");
    bottom: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    height: 95%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__image {
    display: block;
    width: 442px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
  }
}
.p-top-workstyle .p-about-service {
  background: #ffffff;
  padding: 16px;
  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;
  gap: 8px;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .p-about-service {
    width: 960px;
  }
}
.p-top-workstyle .p-about-service__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-top-workstyle .p-about-service__icon-wrapper {
  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;
  width: 20px;
  height: 20px;
  background: #008d5c;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
}
.p-top-workstyle .p-about-service__icon {
  width: 12px;
  height: 12px;
}
.p-top-workstyle .p-about-service__icon path {
  fill: #ffffff;
}
.p-top-workstyle .p-about-service__title {
  font-size: 16px;
  line-height: 1.25;
  color: #008d5c;
  font-weight: 600;
}
.p-top-workstyle .p-about-service__text {
  line-height: 1.5;
}
.p-top-workstyle .p-about-service__text span {
  color: #008d5c;
  font-weight: 600;
}
.p-top-workstyle__content {
  width: 100%;
  padding-top: 16px;
}
.p-top-workstyle .p-point {
  position: relative;
  padding: 80px 16px 16px;
  border-radius: 20px;
  background: rgba(147, 224, 187, 0.4);
  background-image: url("../images/common/pettern_30.svg");
  background-size: auto;
  background-repeat: repeat;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .p-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 53px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 56px;
  }
  .p-top-workstyle .p-point:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 18%;
    height: 50%;
    background-image: url("../images/top/img_point-pc.webp");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
.p-top-workstyle .p-point__lead {
  position: absolute;
  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;
  gap: 10px;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .p-point__lead {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-top-workstyle .p-point__head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .p-point__head {
    font-size: 32px;
  }
}
.p-top-workstyle .p-point__head span {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .p-point__head span {
    font-size: 52px;
  }
}
.p-top-workstyle .p-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .p-point__list {
    width: 63%;
  }
}
.p-top-workstyle .p-point__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 0;
}
.p-top-workstyle .p-point__list-number {
  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;
  width: 20px;
  height: 40px;
  background: #3cb37a;
  border-radius: 0 8px 8px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 100%;
}
.p-top-workstyle .p-point__list-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
.p-top-workstyle__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__details {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-workstyle .c-detail-block:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #bbbbbb;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle .c-detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.p-top-workstyle__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.p-top-workstyle__footer .p-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  background: #ffffff;
  background-image: url("../images/common/pettern_10.svg");
  background-size: auto;
  background-repeat: repeat;
  border: 3px solid #008d5c;
  border-radius: 20px;
  padding: 20px 16px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__footer .p-position {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 32px;
  }
}
.p-top-workstyle__footer .p-position__text {
  font-weight: 600;
}
.p-top-workstyle__footer .p-position__text span {
  color: #008d5c;
}
.p-top-workstyle__footer .p-position__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__footer .p-position__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.p-top-workstyle__footer .p-position__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  font-weight: 600;
  background: #008d5c;
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__footer .p-position__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.p-top-workstyle__footer .p-position__list-item {
  list-style-type: disc;
  margin-left: 2em;
}
.p-top-workstyle__message {
  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;
  gap: 1.28em;
  letter-spacing: 0.05em;
}
.p-top-workstyle__message p {
  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;
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__message p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-top-workstyle__message p .u-marker {
  position: relative;
  display: inline;
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(15%, rgba(60, 179, 122, 0.4)));
  background: linear-gradient(transparent 85%, rgba(60, 179, 122, 0.4) 15%);
}
@media screen and (min-width: 1024px) {
  .p-top-workstyle__message p .u-marker {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-top .p-top-interview__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-top .p-top-interview__caption {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.p-top .p-interview {
  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;
  gap: 40px;
  padding: 48px 0 40px;
}
@media screen and (min-width: 1024px) {
  .p-top .p-interview {
    padding: 64px 0;
  }
}
.p-top .p-interview__slider {
  opacity: 1 !important;
}
.p-top .p-interview__slider:before {
  content: "";
  position: absolute;
  top: -8%;
  right: -25%;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/bg-interview.svg");
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .p-top .p-interview__slider:before {
    width: 305px;
    height: 305px;
    right: auto;
    left: 54%;
    top: -14%;
  }
}
.p-top .p-interview__slider.is-show:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-top .p-interview__item-block {
  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;
  gap: 12px;
}
.p-top .p-interview__item-title {
  background: #3cb37a;
  border-radius: 10px;
  padding: 8px 12px;
  margin-top: -16px;
}
.p-top .p-interview__item-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-top .p-interview__item-title a:hover {
  opacity: 1;
}
.p-top .p-interview__item-title a:hover .p-interview__icon-wrapper {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.p-top .p-interview__item-title a:hover .p-interview__icon {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.p-top .p-interview__item-head {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.p-top .p-interview__icon-wrapper {
  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;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top .p-interview__icon {
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top .p-interview__icon path {
  fill: #008d5c;
}
.p-top .p-interview__item-text {
  font-size: 16px;
  line-height: 1.5;
}
.p-top .p-interview .p-message-block {
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .p-top .p-interview .p-message-block {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.p-top .p-interview .p-message-block .l-inner {
  position: relative;
  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;
  gap: 20px;
  background: #eaf5ee;
  padding: 32px 24px;
  border-radius: 20px;
}
.p-top .p-interview .p-message-block .l-inner:before {
  content: "";
  position: absolute;
  width: 34.32px;
  height: 27.2px;
  top: -9.5px;
  left: 20px;
  background-image: url("../images/top/img_quotation_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .p-top .p-interview .p-message-block .l-inner {
    width: 100%;
    padding: 54px;
  }
}
.p-top .p-interview .p-message-block .l-inner:after {
  content: "";
  position: absolute;
  width: 34.32px;
  height: 27.2px;
  bottom: -9.5px;
  right: 20px;
  background-image: url("../images/top/img_quotation_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.p-top .p-interview .p-message-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-top .p-interview .p-message-block__lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-top .p-interview .p-message-block__lead {
    font-size: 20px;
    text-align: center;
  }
}
.p-top .p-interview .p-message-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  gap: 12px;
}

.p-benefits {
  position: relative;
  padding: 64px 0 40px;
}
.p-benefits:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-white.svg");
  background-repeat: repeat-x;
}
.p-benefits {
  gap: 32px;
  background: #eaf5ee;
  background-image: url("../images/common/pettern_30.svg");
  background-size: auto;
  background-repeat: repeat;
  z-index: 1;
}
.p-benefits .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-benefits .l-inner {
    gap: 32px;
  }
}
.p-benefits__caption {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.p-benefits__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 16px;
}
@media screen and (min-width: 1024px) {
  .p-benefits__content {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 48px;
  }
}
.p-benefits__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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 154px;
  height: 154px;
  background: #ffffff;
  border-radius: 10px;
}
.p-benefits__item-image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 58px;
}
.p-benefits__item-image img {
  width: 100%;
}
.p-benefits__item-title {
  font-weight: bold;
  line-height: 1.25;
  height: 2.3em;
  text-align: center;
}
.p-benefits .c-button-wrapper {
  margin-top: 8px;
}

@media screen and (max-width: 375px) {
  .p-message__list-item,
  .p-top-workstyle__footer .p-position__text {
    white-space: nowrap;
  }
}
.c-sub-heading {
  padding-bottom: 2em;
}

.l-workstyle-detail {
  position: relative;
  padding: 0 10px 40px;
}
.l-workstyle-detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-green.svg");
  background-repeat: repeat-x;
}
@media screen and (min-width: 1024px) {
  .l-workstyle-detail {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 120px;
  }
}
.l-workstyle-detail .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 64px 14px 0;
}
@media screen and (min-width: 1024px) {
  .l-workstyle-detail .l-inner {
    padding: 89px 0 0;
    gap: 64px;
  }
}

.p-workstyle__content {
  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;
  gap: 20px;
}
.p-workstyle__content:not(:first-child) {
  padding-top: 40px;
  border-top: 1px solid #bbbbbb;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__content:not(:first-child) {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-workstyle__content {
    gap: 32px;
  }
}
.p-workstyle__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.p-workstyle__head {
  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;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__head {
    width: 280px;
    gap: 20px;
  }
}
.p-workstyle__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__title {
    font-size: 28px;
    line-height: 1.25;
    text-align: left;
  }
}
.p-workstyle__image {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__image {
    width: 144px;
    height: 144px;
  }
}
.p-workstyle__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__body {
    padding-left: 0;
    gap: 20px;
  }
}
.p-workstyle__text-head {
  font-weight: 600;
  color: #008d5c;
}
.p-workstyle__text-item {
  list-style-type: disc;
  margin-left: 1.5em;
}
.p-workstyle__text-sub-head {
  font-weight: 600;
}
.p-workstyle__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.p-workstyle__footer .p-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  background-image: url("../images/common/pettern_10.svg");
  background-size: auto;
  background-repeat: repeat;
  border: 3px solid #008d5c;
  border-radius: 20px;
  padding: 20px 16px;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__footer .p-position {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 32px;
  }
}
.p-workstyle__footer .p-position__text {
  font-weight: 600;
}
.p-workstyle__footer .p-position__text span {
  color: #008d5c;
}
.p-workstyle__footer .p-position__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__footer .p-position__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.p-workstyle__footer .p-position__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  font-weight: 600;
  background: #008d5c;
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .p-workstyle__footer .p-position__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.p-workstyle__footer .p-position__list-item {
  list-style-type: disc;
  margin-left: 2em;
}

.p-workstyle .p-career-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-white.svg");
  background-repeat: repeat-x;
}

@media screen and (max-width: 375px) {
  .p-workstyle__footer .p-position__text {
    white-space: nowrap;
  }
}
.c-sub-heading {
  padding-bottom: 2em;
}

.p-interview__content {
  padding: 0 10px 40px;
}
@media screen and (min-width: 1024px) {
  .p-interview__content {
    padding-bottom: 64px;
  }
}
.p-interview-intro + .p-interview__content {
  position: relative;
}
.p-interview-intro + .p-interview__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-green.svg");
  background-repeat: repeat-x;
}
.p-interview__content + .p-interview__content .l-inner {
  padding-top: 40px;
  border-top: 1px solid #bbbbbb;
}
@media screen and (min-width: 1024px) {
  .p-interview__content + .p-interview__content .l-inner {
    padding-top: 64px;
  }
}
.p-interview__content .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 64px 14px 0;
}
@media screen and (min-width: 1024px) {
  .p-interview__content#interview01 {
    padding-top: 49px;
  }
}
.p-interview__content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-interview__content-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 56px;
    max-width: 1130px;
    margin: 0 auto;
  }
}
.p-interview__head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-interview__head {
  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;
  gap: 8px;
}
.p-interview__head-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
.p-interview__head-name {
  font-weight: 600;
  line-height: 1.5;
}
.p-interview__image {
  position: relative;
  padding: 8px 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-interview__image {
    width: 400px;
  }
}
.p-interview__image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 100%;
  background-image: url("../images/interview/img_decoration_green-sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.p-interview__block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-interview__block-wrapper {
    gap: 32px;
  }
}
.p-interview__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-interview__block-lead {
  font-size: 16px;
  font-weight: 600;
  color: #008d5c;
  line-height: 1.5;
}
.p-interview__button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-interview__button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .p-interview__button-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}

.p-interview .p-career-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-white.svg");
  background-repeat: repeat-x;
}
@media screen and (min-width: 1024px) {
  .p-interview .p-career-entry {
    margin-top: 40px;
  }
}

.c-sub-heading {
  padding-bottom: 2em;
}

.p-benefit-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-benefit-intro .p-sub-intro__caption {
  font-size: 16px;
  line-height: 1.5;
}

.p-benefit-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  position: relative;
}
.p-benefit-detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-green.svg");
  background-repeat: repeat-x;
}
.p-benefit-detail .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 64px 14px 0;
}
@media screen and (min-width: 1024px) {
  .p-benefit-detail .l-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 89px 0 0;
  }
}
.p-benefit-detail__head {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.p-benefit-detail__content {
  padding: 0 24px;
}
.p-benefit-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-benefit-detail__list {
    gap: 40px;
  }
}
.p-benefit-detail .c-detail-block__list-item--green-dot .p-benefit-detail__item-lead {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.p-benefit-detail .c-detail-block__list-item--green-dot .p-benefit-detail__item-text {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-benefit-detail__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-benefit-detail__item-image {
    width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .p-benefit-detail__item-image.right {
    margin-top: 40px;
  }
}
.p-benefit-detail__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-benefit-detail__message {
    padding-top: 24px;
  }
}
.p-benefit-detail__message-lead {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #008d5c;
}
.p-benefit-detail__message-text {
  text-align: center;
}

.p-benefit-content__company {
  padding: 60px 24px 40px;
}
@media screen and (min-width: 1024px) {
  .p-benefit-content__company {
    max-width: 840px;
    margin: 0 auto;
    padding: 64px 0 80px;
  }
}
.p-benefit-content__company .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 24px;
  background: #eaf5ee;
  border-radius: 40px;
}
@media screen and (min-width: 1024px) {
  .p-benefit-content__company .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 64px 100px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 100px;
  }
}
.p-benefit-content__company-head {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-benefit-content__company-head {
    font-size: 28px;
  }
}
.p-benefit-content__company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-benefit-content__company-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
}
.p-benefit-content__company-label {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-benefit-content__company-label {
    width: 4.5em;
  }
}
.p-benefit-content__company-data .link {
  text-decoration: underline;
  color: #222;
}

.p-benefit .p-career-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 375px;
  width: 100%;
  height: 25px;
  background-image: url("../images/common/bg_separator-white.svg");
  background-repeat: repeat-x;
}/*# sourceMappingURL=style.min.css.map */