abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
picture {
  font-size: 0;
}
sub,
sup {
  border: 0;
  font-size: 50%;
  margin: 0;
  outline: 0;
  padding: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
* {
  word-wrap: break-word;
  box-sizing: border-box;
  word-break: break-all;
}
address {
  font-style: normal;
}
html {
  font-size: 10px;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
body.is-preload * {
  transition: none !important;
}
body.is-active {
  overflow: hidden;
}
a {
  backface-visibility: hidden;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:not([class]):hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
img {
  vertical-align: bottom;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  backface-visibility: hidden;
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
  resize: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  button,
  input,
  select,
  textarea {
    border-radius: 0;
  }
}
select::-ms-expand {
  display: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
}
iframe {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  iframe {
    height: auto;
    width: 100%;
  }
}
.l-footer {
  background: #181818;
}
.l-footer__top {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__top {
    align-items: center;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 21.25vw;
    justify-content: center;
    width: 100%;
  }
  .l-footer__top img {
    height: auto;
    width: 40.25vw;
  }
}
.l-footer__nav {
  margin: 0 auto;
  padding: 60px 10px;
  width: min(100%, 1300px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__list {
  display: grid;
  gap: 60px 0;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 1fr;
}
.l-footer__item:first-child {
  grid-area: 1/1/2/2;
}
.l-footer__item:nth-child(2) {
  grid-area: 1/2/3/3;
}
.l-footer__item:nth-child(3) {
  grid-area: 1/3/2/4;
}
.l-footer__item:nth-child(4) {
  grid-area: 1/4/2/5;
}
.l-footer__item:nth-child(5) {
  grid-area: 2/1/3/2;
}
.l-footer__item:nth-child(6) {
  grid-area: 2/3/3/4;
}
.l-footer__item:nth-child(7) {
  grid-area: 2/4/3/5;
}
.l-footer__item__container {
  border-left: 1px solid #666;
  padding: 6px 0 6px clamp(18px, 2.34375vw, 26px);
}
.l-footer__item__container a {
  display: table;
  position: relative;
}
.l-footer__item__container a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
}
.l-footer__item__container a:hover {
  opacity: 1;
}
.l-footer__item__container a:hover:after {
  transform: scaleX(1);
}
.l-footer__item__container > dt {
  margin-bottom: 25px;
}
.l-footer__item__container > dt a {
  color: #16a72f;
  font-size: clamp(14px, 1.8229166667vw, 16px);
  font-weight: 700;
  line-height: 2;
}
.l-footer__item__container > dt a:after {
  background: #16a72f;
  height: 2px;
}
.l-footer__item__container > dd a {
  color: #fff;
  font-size: clamp(10px, 1.3020833333vw, 12px);
  line-height: 2.25;
}
.l-footer__item__container > dd a:after {
  background: #fff;
  height: 1px;
}
.l-footer__item__container > dd a[target="_blank"] {
  padding-right: 20px;
}
.l-footer__item__container > dd a[target="_blank"]:before {
  background: #fff;
  content: "";
  height: 13px;
  margin-left: 15px;
  mask: url(../images/common/cmn-ico-blank01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-blank01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 7px;
  width: 13px;
}
.l-footer__child__item:not(:last-child) {
  margin-bottom: 30px;
}
.l-footer__child__item > dt {
  color: #7c7c7c;
  font-size: clamp(10px, 1.3020833333vw, 12px);
  line-height: 2.25;
}
.l-footer__child__item > dd a {
  padding-left: 10px;
}
.l-footer__child__item > dd a:before {
  background: #fff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 4px;
}
.l-footer__bottom {
  align-items: center;
  background: linear-gradient(90deg, #009d00, #005b01);
  display: flex;
  flex-wrap: wrap;
  height: 54px;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__bottom {
    height: auto;
    padding: 7vw 0;
  }
}
.l-footer__bottom .c-inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__bottom .c-inner {
    flex-direction: column;
  }
}
.l-footer__links {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__links {
    justify-content: flex-start;
    margin-bottom: 5vw;
  }
}
.l-footer__links li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.l-footer__links li + li:before {
  background: #fff;
  content: "";
  height: 12px;
  margin: 0 8px;
  width: 1px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__links li + li:before {
    height: 3vw;
    margin: 0 2vw;
  }
}
.l-footer__links li a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__links li a {
    font-size: 3vw;
  }
  .l-footer__links li.is-hide {
    display: none;
  }
}
.l-footer__copy {
  color: #fff;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-footer__copy {
    font-size: 2.5vw;
  }
}
.l-header {
  background: #fff;
  height: 85px;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header {
    height: 13.75vw;
  }
}
.l-header:before {
  background: #cbcbcb;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
}
.l-header:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  opacity: 0;
  position: fixed;
  transition: opacity 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.l-header.is-scroll:before {
  transform: scale(1);
}
.l-header.is-active:after,
.l-header.is-hover:after {
  opacity: 1;
  visibility: visible;
}
.l-header.is-top {
  background: transparent;
}
.l-header.is-top .l-header__link {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .l-header.is-top .l-header__link {
    color: #000;
  }
}
.l-header.is-top.is-active,
.l-header.is-top.is-hover,
.l-header.is-top.is-scroll {
  background: #fff;
}
.l-header.is-top.is-active .l-header__link,
.l-header.is-top.is-hover .l-header__link,
.l-header.is-top.is-scroll .l-header__link {
  color: #000;
}
.l-header.is-top.is-active .l-header__logo img,
.l-header.is-top.is-hover .l-header__logo img,
.l-header.is-top.is-scroll .l-header__logo img {
  filter: none;
}
.l-header.is-top .l-header__logo img {
  filter: brightness(0) invert(1);
}
.l-header__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  padding: 0 30px 0 18px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__inner {
    padding: 0 5vw;
  }
}
.l-header__logo {
  margin-right: auto;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  backface-visibility: hidden;
  height: auto;
  transition: filter 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: clamp(180px, 23.4375vw, 230px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__logo img {
    width: 30vw;
  }
}
.l-header__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .l-header__nav {
    backface-visibility: hidden;
    background: #fff;
    display: block;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 85px;
    position: fixed;
    right: -50%;
    top: 85px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 50%;
    will-change: transform;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 13.75vw;
    right: -100%;
    top: 13.75vw;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav.is-active {
    transform: translateX(-100%);
  }
}
.l-header__nav:after {
  background: #a8a8a8;
  content: "";
  height: 22px;
  margin: 0 clamp(10px, 1.3020833333vw, 30px);
  width: 1px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav:after {
    display: none;
  }
}
.l-header__nav__container {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header__nav__container {
    display: block;
    padding: 20px 20px 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav__container {
    padding: 6.25vw 5vw 10vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav__links {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav__links {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav__links li {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav__links li {
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav__links a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav__links a {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav__circ {
    align-items: center;
    background: url(../images/top/top-sec02-bg01.jpg) 50% / cover no-repeat;
    border-radius: 3px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(14px, 1.8229166667vw, 18px);
    font-weight: 700;
    height: 80px;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0 clamp(20px, 2.6041666667vw, 40px);
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav__circ {
    font-size: 3.5vw;
    height: 15.75vw;
    padding: 0 6.75vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav__circ:after {
    background: #fff;
    content: "";
    height: 20px;
    mask: url(../images/common/cmn-ico-blank01.svg) 50% / cover no-repeat;
    -webkit-mask: url(../images/common/cmn-ico-blank01.svg) 50% / cover
      no-repeat;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__nav__circ:after {
    height: 3.75vw;
    right: 6.75vw;
    width: 3.75vw;
  }
}
.l-header__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(20px, 2.6041666667vw, 48px);
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .l-header__list {
    display: block;
  }
  .l-header__list__item,
  .l-header__list__item--haschild,
  .l-header__list__item--nochild {
    border-bottom: 1px solid #cbcbcb;
    position: relative;
  }
}
.l-header__list__item a,
.l-header__list__item--haschild a,
.l-header__list__item--nochild a {
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .l-header__list__item a,
  .l-header__list__item--haschild a,
  .l-header__list__item--nochild a {
    display: table;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0 20px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__list__item a,
  .l-header__list__item--haschild a,
  .l-header__list__item--nochild a {
    font-size: 4vw;
    padding: 6.25vw 0 6.25vw 5vw;
  }
}
.l-header__list__item a:hover,
.l-header__list__item--haschild a:hover,
.l-header__list__item--nochild a:hover {
  opacity: 1;
}
.l-header__list__item--haschild {
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .l-header__list__item--haschild.is-open .l-header__link {
    color: #16a72f;
  }
  .l-header__list__item--haschild.is-open:after {
    background: #16a72f;
    transform: rotate(-180deg);
  }
  .l-header__list__item--haschild:after,
  .l-header__list__item--haschild:before {
    background: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    top: 32px;
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__list__item--haschild:after,
  .l-header__list__item--haschild:before {
    right: 6.75vw;
    top: 9vw;
    width: 3.75vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__list__item--haschild:after {
    transform: rotate(90deg);
  }
  .l-header__list__item--nochild,
  .l-header__list__item--nochild .l-header__link {
    display: block;
  }
  .l-header__list__item--nochild:after {
    background: #000;
    content: "";
    height: 16px;
    mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
    -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover
      no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__list__item--nochild:after {
    height: 2.75vw;
    right: 6.75vw;
    width: 4.5vw;
  }
}
.l-header__list__item--nochild:first-of-type {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header__list__item--nochild:first-of-type {
    display: block;
  }
}
.l-header__link {
  padding: 10px 0;
  position: relative;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 1280px) {
  .l-header__link {
    padding: 20px 0;
    transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.l-header__link:before {
  background: #000;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left top;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: calc(100% + 50px);
  will-change: transform;
}
@media screen and (max-width: 1280px) {
  .l-header__link:before {
    display: none;
  }
}
.l-header__link.is-current,
.l-header__link:hover {
  opacity: 1;
}
.l-header__link.is-current:before,
.l-header__link:hover:before {
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 1280px) {
  .l-header__link:hover {
    color: #16a72f;
  }
}
.l-header__mega {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 85px;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 1280px) {
  .l-header__mega {
    height: 0;
    opacity: 1;
    overflow: hidden;
    position: static;
    transition: height 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    visibility: visible;
  }
}
.l-header__mega.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-header__mega__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 10px 80px;
}
@media screen and (max-width: 1280px) {
  .l-header__mega__inner {
    display: block;
    padding: 0;
  }
}
.l-header__mega__container {
  width: clamp(270px, 35.15625vw, 290px);
}
@media screen and (max-width: 1280px) {
  .l-header__mega__container {
    display: none;
  }
}
.l-header__mega__container .c-btn--type01 {
  background: #fff;
}
.l-header__mega__label {
  display: table;
  font-size: clamp(14px, 1.8229166667vw, 18px);
  font-weight: 700;
}
.l-header__mega__label span {
  display: block;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(28px, 3.6458333333vw, 32px);
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
}
.l-header__mega__label span:before {
  background: #edf4f1;
  bottom: 4px;
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
.l-header__mega__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: clamp(40px, 5.2083333333vw, 60px);
  width: clamp(600px, 78.125vw, 900px);
}
@media screen and (max-width: 1280px) {
  .l-header__mega__list {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}
.l-header__mega__list--service {
  display: grid;
  gap: clamp(40px, 5.2083333333vw, 60px) clamp(20px, 2.6041666667vw, 40px);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-left: clamp(40px, 5.2083333333vw, 60px);
  width: clamp(600px, 78.125vw, 940px);
}
@media screen and (max-width: 1280px) {
  .l-header__mega__list--service {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}
.l-header__mega__list--service .l-header__mega__item:first-child {
  grid-area: 1/1/3/2;
}
.l-header__mega__list--service .l-header__mega__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.l-header__mega__list--service .l-header__mega__item:nth-child(3) {
  grid-area: 1/3/2/4;
}
.l-header__mega__list--service .l-header__mega__item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.l-header__mega__list--service .l-header__mega__item:nth-child(5) {
  grid-area: 2/3/3/4;
}
.l-header__mega__list--service .l-header__mega__links {
  height: auto;
}
.l-header__mega__links {
  border-left: 1px solid #cbcbcb;
  height: 100%;
  padding-left: 30px;
}
@media screen and (max-width: 1280px) {
  .l-header__mega__links {
    background: #edf4f1;
    border: none;
    border-top: 1px solid #cbcbcb;
    padding-left: 0;
  }
  .l-header__mega__links li:not(:last-child) {
    border-bottom: 1px solid #cbcbcb;
  }
}
.l-header__mega__links li.is-sp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header__mega__links li.is-sp {
    display: block;
  }
}
.l-header__mega__links a {
  display: block;
  font-size: clamp(12px, 1.5625vw, 16px);
  padding: 18px 0;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 1280px) {
  .l-header__mega__links a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0 20px 40px;
    position: relative;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__mega__links a {
    font-size: 3.5vw;
    padding: 6.25vw 0 6.25vw 10vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__mega__links a:after {
    background: #000;
    content: "";
    height: 16px;
    mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
    -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover
      no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__mega__links a:after {
    height: 2.75vw;
    right: 6.75vw;
    width: 4.5vw;
  }
}
.l-header__mega__links a:hover {
  color: #00a917;
  opacity: 1;
}
.l-header__mega__btns {
  margin-top: 40px;
}
.l-header__mega__btns li:not(:last-child) {
  margin-bottom: 20px;
}
.l-header__mega__cat {
  align-items: center;
  background: #ebf0f2;
  color: #818181;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 700;
  height: 46px;
  justify-content: flex-start;
  margin-bottom: 18px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-header__mega__cat {
    background: #006837;
    color: #fff;
    margin-bottom: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__mega__cat {
    font-size: 3.5vw;
    height: 10vw;
    padding-left: 10vw;
  }
}
.l-header__btn {
  background: #edf4f1;
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}
.l-header__btn,
.l-header__btn:after {
  transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.l-header__btn:after {
  background: #000;
  content: "";
  height: 22px;
  left: 50%;
  mask: url(../images/common/cmn-ico-search01.svg) 50% / contain no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-search01.svg) 50% / contain
    no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__btn:after {
    height: 3.5vw;
    width: 3.25vw;
  }
}
.l-header__btn.is-active,
.l-header__btn:hover {
  background: #00a917;
}
.l-header__btn.is-active:after,
.l-header__btn:hover:after {
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__btn {
    height: 8vw;
    width: 8vw;
  }
}
.l-header__lang {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 26px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__lang {
    font-size: 2.5vw;
    margin-left: 3vw;
  }
}
.l-header__lang__container {
  background: #ebf0f2;
  left: 0;
  opacity: 0;
  padding: 0 12px;
  position: absolute;
  top: 36px;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__lang__container {
    padding: 0 2.5vw;
    top: 6.25vw;
  }
}
.l-header__lang__container.is-show {
  opacity: 1;
  visibility: visible;
}
.l-header__lang__btn {
  align-items: center;
  border: 1px solid #edf4f1;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-weight: 400;
  font-weight: 700;
  height: 36px;
  justify-content: flex-start;
  padding-left: 12px;
  position: relative;
  width: 116px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__lang__btn {
    font-size: 2.5vw;
    height: 6.25vw;
    padding-left: 1.75vw;
    width: 21.25vw;
  }
}
.l-header__lang__btn:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__lang__btn:after {
    height: 1vw;
    right: 1.5vw;
    width: 1vw;
  }
}
.l-header__lang dd {
  text-align: center;
}
.l-header__lang dd.is-current a {
  color: #00a917;
}
.l-header__lang dd + dd {
  border-top: 1px solid #cbcbcb;
}
.l-header__lang dd a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 13px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__lang dd a {
    padding: 1.75vw 0;
  }
}
.l-header__menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header__menu {
    align-items: flex-start;
    background: none;
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    justify-content: flex-start;
    margin-left: 40px;
    width: 50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu {
    height: 6.25vw;
    margin-left: 5vw;
    width: 7.5vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__menu span {
    background: #006837;
    height: 2px;
    position: relative;
    transform: translateY(20px);
    transition: background-color 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86)
      0.2s;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu span {
    transform: translateY(3.125vw);
  }
}
@media screen and (max-width: 1280px) {
  .l-header__menu span:after,
  .l-header__menu span:before {
    background: #006837;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: top 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s,
      transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s;
    width: 100%;
  }
  .l-header__menu span:before {
    top: -20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu span:before {
    top: -3.125vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__menu span:after {
    top: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__menu span:after {
    top: 3.125vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__menu.is-active span {
    background: transparent;
  }
  .l-header__menu.is-active span:after,
  .l-header__menu.is-active span:before {
    top: 0;
    transition: top 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.1s,
      transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  }
  .l-header__menu.is-active span:before {
    transform: rotate(45deg);
  }
  .l-header__menu.is-active span:after {
    transform: rotate(-45deg);
  }
}
.l-header__search {
  background: #fff;
  left: 0;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  top: 85px;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search {
    padding: 2.5vw 0;
    top: 13.75vw;
  }
}
.l-header__search form {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.l-header__search__input {
  background: #edf4f1;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  height: 60px;
  padding: 0 34px;
  width: calc(100% - 60px);
}
.l-header__search__input::placeholder {
  color: #9d9d9e;
}
.l-header__search__input:-ms-input-placeholder {
  color: #9d9d9e;
}
.l-header__search__input::-webkit-input-placeholder {
  color: #9d9d9e;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search__input {
    font-size: 3.5vw;
    height: 10vw;
    padding: 0 5vw;
    width: calc(100% - 10vw);
  }
}
.l-header__search__submit {
  background: #00a917;
  height: 60px;
  position: relative;
  width: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search__submit {
    height: 10vw;
    width: 10vw;
  }
}
.l-header__search__submit:after {
  background: #fff;
  content: "";
  height: 22px;
  left: 50%;
  mask: url(../images/common/cmn-ico-search01.svg) 50% / contain no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-search01.svg) 50% / contain
    no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-header__search__submit:after {
    height: 5.5vw;
    width: 4.5vw;
  }
}
.l-header__search.is-active {
  opacity: 1;
  visibility: visible;
}
.l-main:not(.p-top) {
  padding-top: 85px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-main:not(.p-top) {
    padding-top: 13.75vw;
  }
}
.l-pagetop {
  background: linear-gradient(90deg, #009a1b, #235b16);
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  height: 60px;
  overflow: hidden;
  position: fixed;
  right: 120px;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-image 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 60px;
  z-index: 99;
}
.l-pagetop:before {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.l-pagetop:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.l-pagetop:after {
  background: url(../images/common/cmn-ico-arrow02.svg) 50% / cover no-repeat;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-pagetop:after {
    height: 5vw;
    width: 3.25vw;
  }
  .l-pagetop {
    bottom: 2.5vw;
    height: 12.5vw;
    right: 5vw;
    width: 12.5vw;
  }
}
.l-pagetop.is-active {
  transform: scale(1);
}
.l-wrapper {
  position: relative;
}
.c-bnr,
.c-bnr--type01,
.c-bnr--type02,
.c-bnr--type03,
.c-bnr--type04,
.c-bnr--type05 {
  border-radius: 3px;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-bnr--type01:before,
.c-bnr--type02:before,
.c-bnr--type03:before,
.c-bnr--type04:before,
.c-bnr--type05:before,
.c-bnr:before {
  backface-visibility: hidden;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-bnr--type01:hover:before,
.c-bnr--type02:hover:before,
.c-bnr--type03:hover:before,
.c-bnr--type04:hover:before,
.c-bnr--type05:hover:before,
.c-bnr:hover:before {
  transform: translate(-50%, -50%) scale(1.08);
}
.c-bnr--type01:hover .c-btn--type05,
.c-bnr--type02:hover .c-btn--type05,
.c-bnr--type03:hover .c-btn--type05,
.c-bnr--type04:hover .c-btn--type05,
.c-bnr--type05:hover .c-btn--type05,
.c-bnr:hover .c-btn--type05 {
  color: #fff;
}
.c-bnr--type01:hover .c-btn--type05:before,
.c-bnr--type02:hover .c-btn--type05:before,
.c-bnr--type03:hover .c-btn--type05:before,
.c-bnr--type04:hover .c-btn--type05:before,
.c-bnr--type05:hover .c-btn--type05:before,
.c-bnr:hover .c-btn--type05:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-bnr--type01:hover .c-btn--type05:after,
.c-bnr--type02:hover .c-btn--type05:after,
.c-bnr--type03:hover .c-btn--type05:after,
.c-bnr--type04:hover .c-btn--type05:after,
.c-bnr--type05:hover .c-btn--type05:after,
.c-bnr:hover .c-btn--type05:after {
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr,
  .c-bnr--type01,
  .c-bnr--type02,
  .c-bnr--type03,
  .c-bnr--type04,
  .c-bnr--type05 {
    height: auto;
  }
}
.c-bnr a,
.c-bnr--type01 a,
.c-bnr--type02 a,
.c-bnr--type03 a,
.c-bnr--type04 a,
.c-bnr--type05 a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  padding: 0 clamp(40px, 5.2083333333vw, 60px);
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr a,
  .c-bnr--type01 a,
  .c-bnr--type02 a,
  .c-bnr--type03 a,
  .c-bnr--type04 a,
  .c-bnr--type05 a {
    align-items: flex-start;
    flex-direction: column;
    padding: 6.25vw 3.75vw 3.75vw;
  }
}
.c-bnr a:hover,
.c-bnr--type01 a:hover,
.c-bnr--type02 a:hover,
.c-bnr--type03 a:hover,
.c-bnr--type04 a:hover,
.c-bnr--type05 a:hover {
  opacity: 1;
}
.c-bnr__ttl {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.8229166667vw, 16px);
  font-weight: 700;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr__ttl {
    font-size: 2.75vw;
    margin-bottom: 5vw;
  }
}
.c-bnr__ttl span {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(28px, 3.6458333333vw, 32px);
  font-weight: 400;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr__ttl span {
    font-size: 5.5vw;
    margin-right: 2.5vw;
  }
}
.c-bnr__ttl span small {
  font-size: clamp(20px, 2.6041666667vw, 24px);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr__ttl span small {
    font-size: 4vw;
  }
}
.c-bnr .c-btn--type05,
.c-bnr--type01 .c-btn--type05,
.c-bnr--type02 .c-btn--type05,
.c-bnr--type03 .c-btn--type05,
.c-bnr--type04 .c-btn--type05,
.c-bnr--type05 .c-btn--type05 {
  width: clamp(240px, 31.25vw, 280px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr .c-btn--type05,
  .c-bnr--type01 .c-btn--type05,
  .c-bnr--type02 .c-btn--type05,
  .c-bnr--type03 .c-btn--type05,
  .c-bnr--type04 .c-btn--type05,
  .c-bnr--type05 .c-btn--type05 {
    width: 100%;
  }
}
.c-bnr--type01:before {
  background: url(../images/page/recruit/cmn-bnr-bg01.jpg) 50% / cover no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr--type01:before {
    background: url(../images/page/recruit/cmn-bnr-bg01-sp.jpg) 50% / cover
      no-repeat;
  }
}
.c-bnr--type02:before {
  background: url(../images/page/recruit/cmn-bnr-bg02.jpg) 50% / cover no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr--type02:before {
    background: url(../images/page/recruit/cmn-bnr-bg02-sp.jpg) 50% / cover
      no-repeat;
  }
}
.c-bnr--type03:before {
  background: url(../images/page/recruit/cmn-bnr-bg03.jpg) 50% / cover no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr--type03:before {
    background: url(../images/page/recruit/cmn-bnr-bg03-sp.jpg) 50% / cover
      no-repeat;
  }
}
.c-bnr--type04:before {
  background: url(../images/page/recruit/cmn-bnr-bg04.jpg) 50% / cover no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr--type04:before {
    background: url(../images/page/recruit/cmn-bnr-bg04-sp.jpg) 50% / cover
      no-repeat;
  }
}
.c-bnr--type05:before {
  background: url(../images/page/recruit/cmn-bnr-bg05.jpg) 50% / cover no-repeat;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-bnr--type05:before {
    background: url(../images/page/recruit/cmn-bnr-bg05-sp.jpg) 50% / cover
      no-repeat;
  }
}
.c-btn,
.c-btn--type01,
.c-btn--type02,
.c-btn--type03,
.c-btn--type04,
.c-btn--type05,
.c-btn--type06,
.c-btn--type07,
.p-page-entry__form__btns button {
  align-items: center;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(14px, 1.8229166667vw, 16px);
  font-weight: 400;
  font-weight: 700;
  justify-content: flex-start;
  overflow: hidden;
  padding: 23px 46px 23px clamp(20px, 2.6041666667vw, 30px);
  position: relative;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn,
  .c-btn--type01,
  .c-btn--type02,
  .c-btn--type03,
  .c-btn--type04,
  .c-btn--type05,
  .c-btn--type06,
  .c-btn--type07,
  .p-page-entry__form__btns button {
    font-size: 3.5vw;
    padding: 3.75vw 8.25vw 3.75vw 5vw;
  }
}
.c-btn--type01 {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
.c-btn--type01:after {
  backface-visibility: hidden;
  background: #000;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-26px, -50%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type01:after {
    height: 2.25vw;
    transform: translate(-3.75vw, -50%);
    width: 3.5vw;
  }
}
.c-btn--type01:hover:after {
  background: #fff;
  transform: translate(-16px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type01:hover:after {
    transform: translate(-2.5vw, -50%);
  }
}
.c-btn--type01:before {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-btn--type01:hover {
  color: #fff;
}
.c-btn--type01:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-btn--type01:hover {
  border-color: #16a72f;
}
.c-btn--type02 {
  background: #edf4f1;
  color: #000;
}
.c-btn--type02:after {
  backface-visibility: hidden;
  background: #000;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-26px, -50%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type02:after {
    height: 2.25vw;
    transform: translate(-3.75vw, -50%);
    width: 3.5vw;
  }
}
.c-btn--type02:hover:after {
  background: #fff;
  transform: translate(-16px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type02:hover:after {
    transform: translate(-2.5vw, -50%);
  }
}
.c-btn--type02:before {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-btn--type02:hover {
  color: #fff;
}
.c-btn--type02:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-btn--type03 {
  background: #fff;
  color: #000;
  width: clamp(220px, 28.6458333333vw, 280px);
}
.c-btn--type03:after {
  background: #000;
  content: "";
  height: 20px;
  mask: url(../images/common/cmn-ico-blank01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-blank01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type03:after {
    height: 6.25vw;
    right: 2.5vw;
    width: 6.25vw;
  }
}
.c-btn--type03:hover:after {
  background: #fff;
}
.c-btn--type03:before {
  backface-visibility: hidden;
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-btn--type03:hover {
  color: #fff;
}
.c-btn--type03:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-btn--type04,
.p-page-entry__form__btns button {
  background: linear-gradient(90deg, #009d00, #005b01);
  color: #fff;
  width: clamp(300px, 39.0625vw, 390px);
}
.c-btn--type04:after,
.p-page-entry__form__btns button:after {
  backface-visibility: hidden;
  background: #fff;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-26px, -50%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type04:after,
  .p-page-entry__form__btns button:after {
    height: 2.25vw;
    transform: translate(-3.75vw, -50%);
    width: 3.5vw;
  }
}
.c-btn--type04:hover:after,
.p-page-entry__form__btns button:hover:after {
  background: #fff;
  transform: translate(-16px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type04:hover:after,
  .p-page-entry__form__btns button:hover:after {
    transform: translate(-2.5vw, -50%);
  }
}
.c-btn--type04:before,
.p-page-entry__form__btns button:before {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-btn--type04:hover,
.p-page-entry__form__btns button:hover {
  color: #fff;
}
.c-btn--type04:hover:before,
.p-page-entry__form__btns button:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type04,
  .p-page-entry__form__btns button {
    width: 100%;
  }
}
.c-btn--type05 {
  background: #fff;
  color: #16a72f;
  width: 100%;
}
.c-btn--type05:after {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-26px, -50%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type05:after {
    height: 2.25vw;
    transform: translate(-3.75vw, -50%);
    width: 3.5vw;
  }
}
.c-btn--type05:hover:after {
  background: #fff;
  transform: translate(-16px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type05:hover:after {
    transform: translate(-2.5vw, -50%);
  }
}
.c-btn--type05:before {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-btn--type05:hover {
  color: #fff;
}
.c-btn--type05:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-btn--type06 {
  border: 1px solid #fff;
  color: #fff;
  width: clamp(220px, 28.6458333333vw, 280px);
}
.c-btn--type06:after {
  backface-visibility: hidden;
  background: #fff;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-26px, -50%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type06:after {
    height: 2.25vw;
    transform: translate(-3.75vw, -50%);
    width: 3.5vw;
  }
}
.c-btn--type06:hover:after {
  background: #fff;
  transform: translate(-16px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type06:hover:after {
    transform: translate(-2.5vw, -50%);
  }
}
.c-btn--type06:before {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-btn--type06:hover {
  color: #fff;
}
.c-btn--type06:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-btn--type07 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
}
.c-btn--type07:after {
  backface-visibility: hidden;
  background: #fff;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-26px, -50%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type07:after {
    height: 2.25vw;
    transform: translate(-3.75vw, -50%);
    width: 3.5vw;
  }
}
.c-btn--type07:hover:after {
  background: #000;
  transform: translate(-16px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-btn--type07:hover:after {
    transform: translate(-2.5vw, -50%);
  }
}
.c-btn--type07:before {
  backface-visibility: hidden;
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.c-btn--type07:hover {
  color: #000;
}
.c-btn--type07:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.c-contact {
  align-items: center;
  background: url(../images/top/top-sec09-bg01.jpg) 50% / cover no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 285px;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-contact {
    height: 35vw;
    padding: 0 3.75vw;
  }
}
.c-contact .c-ttl--type01 {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-contact .c-ttl--type01 {
    margin-bottom: 2.5vw;
  }
}
.c-contact .c-ttl--type01 span:before {
  background: hsla(0, 0%, 100%, 0.1);
}
.c-contact .c-btn--type07 {
  width: 280px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-contact .c-btn--type07 {
    width: 100%;
  }
}
.c-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: min(100%, 1300px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-inner {
    padding: 0 5vw;
    width: 100%;
  }
}
.c-interview,
.c-interview--type01,
.c-interview--type02 {
  background: #edf4f1;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview,
  .c-interview--type01,
  .c-interview--type02 {
    padding-bottom: 10vw;
  }
}
.c-interview--type01:before,
.c-interview--type02:before,
.c-interview:before {
  background: #fff;
  content: "";
  height: clamp(260px, 33.8541666667vw, 330px);
  left: 0;
  position: absolute;
  top: 18px;
  width: 90%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview--type01:before,
  .c-interview--type02:before,
  .c-interview:before {
    height: 57.5vw;
    top: 3.75vw;
  }
}
.c-interview__container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__container {
    display: block;
    position: relative;
  }
}
.c-interview__box {
  width: 366px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__box {
    margin-bottom: 7.5vw;
    width: 100%;
  }
}
.c-interview__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__nav {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
}
.c-interview__nav__next,
.c-interview__nav__prev {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  height: clamp(40px, 5.2083333333vw, 60px);
  position: relative;
  transform: scale(1);
  transition: transform 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: clamp(40px, 5.2083333333vw, 60px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__nav__next,
  .c-interview__nav__prev {
    height: 12.5vw;
    width: 12.5vw;
  }
}
.c-interview__nav__next:after,
.c-interview__nav__prev:after {
  border-top: 2px solid #000;
  content: "";
  height: clamp(8px, 1.0416666667vw, 12px);
  left: 50%;
  position: absolute;
  top: 50%;
  width: clamp(8px, 1.0416666667vw, 12px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__nav__next:after,
  .c-interview__nav__prev:after {
    height: 2.5vw;
    width: 2.5vw;
  }
}
.c-interview__nav__next:active,
.c-interview__nav__prev:active {
  transform: scale(1.1);
}
.c-interview__nav__prev:after {
  border-left: 2px solid #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-interview__nav__next:after {
  border-right: 2px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-interview__nav__pagination {
  margin: 0 8px;
  width: auto !important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__nav__pagination {
    margin: 0 2.5vw;
  }
}
.c-interview__nav__pagination .swiper-pagination-bullet {
  height: 15px;
  margin: 0 10px !important;
  vertical-align: bottom;
  width: 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__nav__pagination .swiper-pagination-bullet {
    height: 3.75vw;
    margin: 0 1.75vw !important;
    width: 3.75vw;
  }
}
.c-interview__nav__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #16a72f;
}
.c-interview .c-ttl--type01,
.c-interview--type01 .c-ttl--type01,
.c-interview--type02 .c-ttl--type01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview .c-ttl--type01,
  .c-interview--type01 .c-ttl--type01,
  .c-interview--type02 .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.c-interview__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
  margin-bottom: 130px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__txt {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
}
.c-interview__slider {
  position: relative;
  width: calc(100% - 430px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__slider {
    width: 100%;
  }
}
.c-interview__slider .c-interview__nav__next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) scale(1);
  z-index: 1;
}
.c-interview__slider .c-interview__nav__next:active {
  transform: translateY(-50%) scale(1.1);
}
@media screen and (max-width: 1354px) {
  .c-interview__slider .c-interview__nav__next {
    right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__slider .c-interview__nav__next {
    right: -2.5vw;
  }
}
.c-interview__slider .c-interview__nav__prev {
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  z-index: 1;
}
.c-interview__slider .c-interview__nav__prev:active {
  transform: translateY(-50%) scale(1.1);
}
@media screen and (max-width: 1354px) {
  .c-interview__slider .c-interview__nav__prev {
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__slider .c-interview__nav__prev {
    left: -2.5vw;
  }
}
.c-interview__item a {
  display: block;
}
.c-interview__item a:hover {
  opacity: 1;
}
.c-interview__item a:hover img {
  transform: scale(1.08);
}
.c-interview__item__img {
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__item__img {
    margin-bottom: 5vw;
  }
}
.c-interview__item__img img {
  height: auto;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
}
.c-interview__item__join {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__item__join {
    font-size: 3.5vw;
    margin-bottom: 1.25vw;
  }
}
.c-interview__item__name {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(26px, 3.3854166667vw, 28px);
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__item__name {
    font-size: 5.25vw;
    margin-bottom: 1.25vw;
  }
}
.c-interview__item__department {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview__item__department {
    font-size: 3.5vw;
  }
}
.c-interview--type02 .c-interview__container {
  justify-content: flex-end;
}
.c-interview--type02 .c-interview__slider {
  width: calc(100% - 80px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-interview--type02 .c-interview__slider {
    width: 100%;
  }
}
.c-recruit-info {
  padding: 110px 0 150px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info {
    padding: 10vw 0;
  }
}
.c-recruit-info:before {
  background: linear-gradient(90deg, #009d00, #005b01);
  content: "";
  height: clamp(280px, 36.4583333333vw, 340px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info:before {
    height: 40vw;
  }
}
.c-recruit-info .c-ttl--type01 {
  color: #fff;
  display: table;
  margin: 0 auto 70px;
  text-align: center;
}
.c-recruit-info .c-ttl--type01 span:before {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.c-recruit-info__links {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 0 clamp(60px, 7.8125vw, 100px);
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info__links {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5vw 0;
  }
}
.c-recruit-info__links li {
  position: relative;
}
.c-recruit-info__links a {
  display: block;
}
.c-recruit-info__links a:hover {
  opacity: 1;
}
.c-recruit-info__links a:hover img {
  transform: scale(1.08);
}
.c-recruit-info__links a:hover .c-recruit-info__label span:after {
  transform: translate(58px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info__links a:hover .c-recruit-info__label span:after {
    transform: translate(6.25vw, -50%);
  }
}
.c-recruit-info__img {
  overflow: hidden;
}
.c-recruit-info__img img {
  height: auto;
  max-width: 100%;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.c-recruit-info__label {
  bottom: clamp(30px, 3.90625vw, 50px);
  color: #fff;
  font-size: clamp(18px, 2.34375vw, 22px);
  font-weight: 700;
  left: clamp(30px, 3.90625vw, 50px);
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info__label {
    bottom: 6.25vw;
    font-size: 4.5vw;
    left: 6.25vw;
  }
}
.c-recruit-info__label span {
  display: table;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(46px, 5.9895833333vw, 52px);
  font-weight: 400;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info__label span {
    font-size: 7.5vw;
  }
}
.c-recruit-info__label span:after {
  background: #fff;
  content: "";
  height: clamp(14px, 1.8229166667vw, 18px);
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(48px, -50%);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: clamp(24px, 3.125vw, 28px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-recruit-info__label span:after {
    height: 2.75vw;
    transform: translate(7.5vw, -50%);
    width: 4vw;
  }
}
.c-service {
  display: grid;
  gap: clamp(14px, 1.8229166667vw, 24px);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-service {
    gap: 6.25vw 3.75vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-service__item,
.c-service__item--both,
.c-service__item--local,
.c-service__item--manuf {
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.c-service__item--both:after,
.c-service__item--local:after,
.c-service__item--manuf:after,
.c-service__item:after {
  bottom: -6px;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 54px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-service__item--both:after,
  .c-service__item--local:after,
  .c-service__item--manuf:after,
  .c-service__item:after {
    bottom: -1.25vw;
    height: 2.75vw;
    width: 9.5vw;
  }
}
.c-service__item--manuf:after {
  background: #16a72f;
}
.c-service__item--local:after {
  background: #ed7900;
}
.c-service__item--both:after {
  background: linear-gradient(90deg, #16a72f, #16a72f 50%, #ed7900 0, #ed7900);
}
.c-service__item a,
.c-service__item--both a,
.c-service__item--local a,
.c-service__item--manuf a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
}
.c-service__item a:hover img,
.c-service__item--both a:hover img,
.c-service__item--local a:hover img,
.c-service__item--manuf a:hover img {
  transform: scale(1.08);
}
.c-service__item__img {
  background: #fff;
  overflow: hidden;
}
.c-service__item__img img {
  height: auto;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
}
.c-service__label {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 3px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(18px, 2.34375vw, 22px);
  font-weight: 700;
  height: clamp(60px, 7.8125vw, 85px);
  justify-content: center;
  left: 0;
  line-height: 1.28;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-service__label {
    font-size: 3.5vw;
    height: 13.75vw;
  }
}
.c-ttl--type01 {
  color: #000;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type01 {
    font-size: 3.25vw;
  }
}
.c-ttl--type01 span {
  display: table;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(50px, 6.5104166667vw, 58px);
  font-weight: 400;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type01 span {
    font-size: 7.75vw;
    margin-bottom: 1.25vw;
  }
}
.c-ttl--type01 span:before {
  background: #edf4f1;
  bottom: -2px;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 10px);
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type01 span:before {
    bottom: 0;
    height: 2.5vw;
    width: 100%;
  }
}
.c-ttl--type01 small {
  font-size: clamp(34px, 4.4270833333vw, 40px);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type01 small {
    font-size: 6vw;
  }
}
.c-ttl--type02 {
  padding: 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type02 {
    padding: 0 5vw;
  }
}
.c-ttl--type02 span {
  color: #fff;
  display: table;
  font-size: clamp(32px, 4.1666666667vw, 38px);
  font-weight: 700;
  padding: 4px 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type02 span {
    font-size: 4.75vw;
    padding: 1.25vw 3.5vw;
  }
}
.c-ttl--type02 span:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(-16deg);
  z-index: -1;
}
.c-ttl--type03 {
  color: #000;
  display: table;
  font-size: clamp(32px, 4.1666666667vw, 36px);
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type03 {
    font-size: 4.75vw;
  }
}
.c-ttl--type03:before {
  background: #edf4f1;
  bottom: 2px;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-ttl--type03:before {
    bottom: 0;
    height: 2.5vw;
    width: 100%;
  }
}
.p-breadcrumb {
  padding: 25px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-breadcrumb {
    padding: 3.125vw 0;
  }
}
.p-breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-breadcrumb ul li {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-breadcrumb ul li {
    font-size: 3vw;
  }
}
.p-breadcrumb ul li:first-of-type {
  border-right: 1px solid #969696;
  font-size: 0;
  margin-right: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-breadcrumb ul li:first-of-type {
    margin-right: 1.25vw;
    padding-right: 1.25vw;
  }
}
.p-breadcrumb ul li:first-of-type a {
  background-image: url(../images/common/cmn-ico_home.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 14px;
  width: 14px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-breadcrumb ul li:first-of-type a {
    height: 3vw;
    width: 3vw;
  }
}
.p-breadcrumb ul li:nth-of-type(n + 3):before {
  border-right: 1px solid #969696;
  border-top: 1px solid #969696;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 10px 0 5px;
  transform: rotate(45deg);
  width: 8px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-breadcrumb ul li:nth-of-type(n + 3):before {
    height: 2vw;
    margin: 0 1.25vw 0 0.625vw;
    width: 2vw;
  }
}
.p-page__header {
  border-bottom: 1px solid #d7d7d7;
  line-height: 1;
  padding: 80px 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page__header {
    padding: 10vw 0 6.25vw;
  }
}
.p-page__header .c-inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-page__header .c-inner {
    display: block;
  }
}
.p-page__header .c-inner:after {
  background-color: #16a72f;
  bottom: -51px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 300px;
}
@media screen and (max-width: 1300px) {
  .p-page__header .c-inner:after {
    left: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page__header .c-inner:after {
    width: 37.5vw;
  }
}
.p-page__header h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page__header h1 {
    font-size: 7vw;
  }
}
.p-page__header h1 span {
  color: #006837;
  display: block;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-weight: 700;
  margin-top: 25px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page__header h1 span {
    font-size: 4.5vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-page__header nav {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page__header nav {
    padding-right: 10vw;
  }
}
.p-page__header nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .p-page__header nav ul {
    margin: 30px 0 0 auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page__header nav ul {
    margin: 3.75vw 0 0 auto;
  }
}
.p-page__header nav ul li {
  border-right: 1px solid #e2e2e3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .p-page__header nav ul li {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page__header nav ul li {
    font-size: 2vw;
    line-height: 3.75vw;
    margin: 1.25vw 0 0;
    padding: 0 2.5vw;
  }
}
.p-page__header nav ul li:first-of-type {
  border-left: 1px solid #e2e2e3;
}
.p-page__header nav ul li a {
  color: #000;
  display: block;
  position: relative;
}
.p-page__header nav ul li a:after {
  background-color: #16a72f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 0;
}
.p-page__header nav ul li a.is-active,
.p-page__header nav ul li a:hover {
  opacity: 1;
}
.p-page__header nav ul li a.is-active:after,
.p-page__header nav ul li a:hover:after {
  width: 100%;
}
.p-page-career .p-page__header,
.p-page-culture .p-page__header,
.p-page-entry .p-page__header,
.p-page-joblist .p-page__header,
.p-page-message-personality .p-page__header,
.p-page-our-company .p-page__header,
.p-page-our-data .p-page__header {
  border-bottom: none;
  padding-bottom: 0;
}
.p-page-career .p-page__header:after,
.p-page-culture .p-page__header:after,
.p-page-entry .p-page__header:after,
.p-page-joblist .p-page__header:after,
.p-page-message-personality .p-page__header:after,
.p-page-our-company .p-page__header:after,
.p-page-our-data .p-page__header:after {
  background-color: #ccc;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 300px;
  margin-top: 50px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career .p-page__header:after,
  .p-page-culture .p-page__header:after,
  .p-page-entry .p-page__header:after,
  .p-page-joblist .p-page__header:after,
  .p-page-message-personality .p-page__header:after,
  .p-page-our-company .p-page__header:after,
  .p-page-our-data .p-page__header:after {
    height: 37.5vw;
    margin-top: 6.25vw;
  }
}
.p-page-career .p-page__header .c-inner:after,
.p-page-culture .p-page__header .c-inner:after,
.p-page-entry .p-page__header .c-inner:after,
.p-page-joblist .p-page__header .c-inner:after,
.p-page-message-personality .p-page__header .c-inner:after,
.p-page-our-company .p-page__header .c-inner:after,
.p-page-our-data .p-page__header .c-inner:after {
  content: none;
}
.p-page-our-company .p-page__header:after {
  background-image: url(../images/page/recruit/bg_our-company.jpg);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company .p-page__header:after {
    background-image: url(../images/page/recruit/bg_our-company-sp.jpg);
  }
}
.p-page-our-company .p-page__contents section {
  padding: 100px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company .p-page__contents section {
    padding: 12.5vw 0;
  }
}
.p-page-our-company .p-page__contents section .c-ttl--type01 span {
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company .p-page__contents section .c-ttl--type01 span {
    font-size: 6.75vw;
  }
}
.p-page-our-company .p-page__contents section .c-ttl--type01 span:before {
  background: #edf4f1;
}
.p-page-our-company .p-page__contents section .c-ttl--type02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company .p-page__contents section .c-ttl--type02 {
    margin-bottom: 5vw;
    padding-left: 0;
  }
}
.p-page-our-company .p-page__contents section .c-ttl--type02 span {
  font-size: 38px;
  font-size: 3.8rem;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company .p-page__contents section .c-ttl--type02 span {
    font-size: 4.75vw;
  }
}
.p-page-our-company
  .p-page__contents
  section:nth-of-type(2n)
  .c-ttl--type01
  span:before {
  background: #fff;
}
.p-page-entry__form__btns .p-page-our-company .p-page__contents section button,
.p-page-our-company .p-page__contents section .c-btn--type04,
.p-page-our-company .p-page__contents section .p-page-entry__form__btns button {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns
    .p-page-our-company
    .p-page__contents
    section
    button,
  .p-page-our-company .p-page__contents section .c-btn--type04,
  .p-page-our-company
    .p-page__contents
    section
    .p-page-entry__form__btns
    button {
    margin-top: 7.5vw;
  }
}
.p-page-our-company .p-breadcrumb {
  padding-bottom: 0;
}
.p-page-our-company__wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__wrapper {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__wrapper {
    margin-top: 7.5vw;
  }
}
.p-page-our-company__wrapper article p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__wrapper article p {
    font-size: 3.5vw;
  }
}
.p-page-our-company__wrapper article p + p {
  margin-top: 2em;
}
.p-page-our-company__wrapper div figure,
.p-page-our-company__wrapper div picture {
  display: block;
  width: 100%;
}
.p-page-our-company__wrapper div figure:nth-of-type(n + 2),
.p-page-our-company__wrapper div picture:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__wrapper div figure:nth-of-type(n + 2),
  .p-page-our-company__wrapper div picture:nth-of-type(n + 2) {
    margin-top: 3.75vw;
  }
}
.p-page-our-company__wrapper div figure img,
.p-page-our-company__wrapper div picture img {
  height: auto;
  width: 100%;
}
.p-page-our-company__content01 .p-page-our-company__wrapper div {
  width: calc(100% - 710px);
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content01 .p-page-our-company__wrapper div {
    width: 100%;
  }
}
.p-page-our-company__content01 .p-page-our-company__wrapper article {
  padding-top: 40px;
  width: 640px;
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content01 .p-page-our-company__wrapper article {
    margin-top: 60px;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content01 .p-page-our-company__wrapper article {
    margin-top: 7.5vw;
  }
}
.p-page-our-company__content01
  .p-page-our-company__wrapper
  article
  .c-ttl--type02 {
  left: -130px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content01
    .p-page-our-company__wrapper
    article
    .c-ttl--type02 {
    left: 0;
  }
}
.p-page-our-company__content02 {
  background-color: #edf4f1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content02 .p-page-our-company__wrapper {
    padding-bottom: 20vw;
    position: relative;
  }
}
.p-page-our-company__content02 .p-page-our-company__wrapper article {
  width: 700px;
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content02 .p-page-our-company__wrapper article {
    width: 100%;
  }
}
.p-page-our-company__content02 .p-page-our-company__wrapper div {
  width: calc(100% - 800px);
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content02 .p-page-our-company__wrapper div {
    margin-top: 60px;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content02 .p-page-our-company__wrapper div {
    margin-top: 7.5vw;
  }
  .p-page-entry__form__btns
    .p-page-our-company__content02
    .p-page-our-company__wrapper
    button,
  .p-page-our-company__content02 .p-page-our-company__wrapper .c-btn--type04,
  .p-page-our-company__content02
    .p-page-our-company__wrapper
    .p-page-entry__form__btns
    button {
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: absolute;
  }
}
.p-page-our-company__content03 picture {
  display: block;
  margin: 60px auto;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content03 picture {
    margin: 7.5vw auto;
  }
}
.p-page-our-company__content03 picture img {
  height: auto;
  width: 100%;
}
.p-page-our-company__content03 p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content03 p {
    font-size: 3.5vw;
  }
}
.p-page-our-company__content03 p + p {
  margin-top: 2em;
}
.p-page-our-company__content04:before {
  background-color: #edf4f1;
  content: "";
  height: 430px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content04:before {
    height: 53.75vw;
  }
}
.p-page-our-company__content04 .c-inner {
  position: relative;
}
.p-page-our-company__content04 .c-ttl--type01 {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-weight: 400;
}
.p-page-our-company__content04 p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content04 p {
    font-size: 4vw;
  }
}
.p-page-our-company__content04 ul {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content04 ul {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content04 ul {
    margin-top: 5vw;
    padding-top: 10vw;
  }
}
.p-page-our-company__content04 ul li {
  max-width: 435px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content04 ul li {
    margin: 0 auto;
  }
}
.p-page-our-company__content04 ul li:nth-of-type(n + 2) {
  margin-left: 100px;
}
@media screen and (max-width: 1280px) {
  .p-page-our-company__content04 ul li:nth-of-type(n + 2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-page-our-company__content04 ul li:nth-of-type(n + 2) {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content04 ul li:nth-of-type(n + 2) {
    margin: 5vw auto 0;
  }
}
.p-page-our-company__content04 ul li a {
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content04 ul li a {
    border-radius: 0.5vw;
  }
}
.p-page-our-company__content04 ul li a:after {
  background-image: url(../images/common/cmn-ico-play01.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content04 ul li a:after {
    height: 20vw;
    width: 20vw;
  }
}
.p-page-our-company__content04 ul li a img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.p-page-our-company__content04 ul li a:hover img {
  transform: scale(1.08);
}
.p-page-our-company__content04 ul li h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-company__content04 ul li h3 {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
}
.p-page-our-company .p-page-recruit__linkBtn {
  background-color: #edf4f1;
}
.p-page-our-data .p-page__header:after {
  background-image: url(../images/page/recruit/bg_our-data.jpg);
}
.p-page-our-data .p-page__contents {
  background-color: #edf4f1;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data .p-page__contents {
    padding: 12.5vw 0;
  }
}
.p-page-our-data article,
.p-page-our-data__wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-page-our-data article {
  background-color: #fff;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 10px;
  padding: 60px 30px 30px;
  text-align: center;
  width: calc(33.33333% - 6.66667px);
}
@media screen and (max-width: 1280px) {
  .p-page-our-data article {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 1000px) {
  .p-page-our-data article {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article {
    padding: 7.5vw 3.75vw 3.75vw;
  }
}
.p-page-our-data article:not(.p-page-our-data article:nth-of-type(3n + 1)) {
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .p-page-our-data article:not(.p-page-our-data article:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
  .p-page-our-data article:nth-of-type(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .p-page-our-data article:nth-of-type(2n) {
    margin-left: 0;
  }
}
.p-page-our-data article:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 110px;
  margin: auto auto 0;
  width: 128px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:after {
    height: 27.5vw;
    width: 32vw;
  }
}
.p-page-our-data article h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article h2 {
    font-size: 7vw;
  }
}
.p-page-our-data article .counter {
  margin: 40px auto 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article .counter {
    margin: 5vw auto 0;
  }
}
.p-page-our-data article .counter p {
  color: #16a72f;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article .counter p {
    font-size: 10.5vw;
  }
}
.p-page-our-data article .counter p span {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-weight: 400;
}
.p-page-our-data article .counter p span.big {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article .counter p span.big {
    font-size: 25vw;
  }
}
.p-page-our-data article .counter p span.small {
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article .counter p span.small {
    font-size: 17.5vw;
  }
}
.p-page-our-data article .counter + p {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article .counter + p {
    margin-bottom: 5vw;
  }
}
.p-page-our-data article .decimal {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article .decimal {
    margin: 3.75vw 0 0;
  }
}
.p-page-our-data article .decimal .counter {
  margin: 0;
}
.p-page-our-data article .decimal + p {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article .decimal + p {
    margin-bottom: 5vw;
  }
}
.p-page-our-data article > p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article > p {
    font-size: 4vw;
    margin-top: 1.25vw;
  }
}
.p-page-our-data article figure {
  content: "";
  display: block;
  height: 110px;
  margin: auto auto 0;
  width: 128px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article figure {
    height: 27.5vw;
    width: 32vw;
  }
}
.p-page-our-data article figure img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.p-page-our-data article:first-of-type:after {
  background-image: url(../images/page/recruit/our-data_img01.svg);
}
.p-page-our-data article:nth-of-type(2):after {
  background-image: url(../images/page/recruit/our-data_img02.svg);
}
.p-page-our-data article:nth-of-type(3):after {
  background-image: url(../images/page/recruit/our-data_img03.svg);
}
.p-page-our-data article:nth-of-type(4):after {
  background-image: url(../images/page/recruit/our-data_img04.svg);
}
.p-page-our-data article:nth-of-type(5):after {
  background-image: url(../images/page/recruit/our-data_img05.svg);
}
.p-page-our-data article:nth-of-type(5) .counter p span:nth-of-type(2) {
  font-weight: 400 !important;
}
.p-page-our-data article:nth-of-type(6) {
  padding: 60px 30px 40px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6) {
    padding: 7.5vw 3.75vw 5vw;
  }
}
.p-page-our-data article:nth-of-type(6):after {
  background-image: url(../images/page/recruit/our-data_img06.svg);
  height: 85px;
  margin: auto auto 30px;
  width: 190px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6):after {
    height: 21.25vw;
    margin: auto auto 5vw;
    width: 47.5vw;
  }
}
.p-page-our-data article:nth-of-type(6) .item06 {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-page-our-data article:nth-of-type(6) .item06 > p {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  margin: auto 0.5em 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6) .item06 > p {
    font-size: 15vw;
  }
}
.p-page-our-data article:nth-of-type(6) h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6) h2 {
    font-size: 4vw;
  }
}
.p-page-our-data article:nth-of-type(6) .counter {
  margin: 30px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6) .counter {
    margin: 3.75vw 0 0;
  }
}
.p-page-our-data article:nth-of-type(6) .counter p {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6) .counter p {
    font-size: 6.5vw;
  }
}
.p-page-our-data article:nth-of-type(6) .counter p span {
  font-size: 96px;
  font-size: 9.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6) .counter p span {
    font-size: 24vw;
  }
}
.p-page-our-data article:nth-of-type(6) > p {
  bottom: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(6) > p {
    bottom: 5vw;
  }
}
.p-page-our-data article:nth-of-type(7):after {
  background-image: url(../images/page/recruit/our-data_img07.svg);
}
.p-page-our-data article:nth-of-type(8):after {
  background-image: url(../images/page/recruit/our-data_img08.svg);
}
.p-page-our-data article:nth-of-type(9):after {
  background-image: url(../images/page/recruit/our-data_img09.svg);
}
.p-page-our-data article:nth-of-type(10):after {
  background-image: url(../images/page/recruit/our-data_img10.svg);
  transform: scaleX(-1);
}
.p-page-our-data article:nth-of-type(10) .item10 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.p-page-our-data article:nth-of-type(10) .item10 > div:nth-of-type(n + 2) {
  border-left: 1px solid #000;
  margin-left: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(10) .item10 > div:nth-of-type(n + 2) {
    margin-left: 3.75vw;
    padding-left: 3.75vw;
  }
}
.p-page-our-data article:nth-of-type(10) .item10 .counter {
  margin: 20px auto 0;
}
.p-page-our-data article:nth-of-type(10) h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(10) h2 {
    font-size: 4vw;
  }
}
.p-page-our-data article:nth-of-type(10) .counter p span {
  font-size: 76px;
  font-size: 7.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data article:nth-of-type(10) .counter p span {
    font-size: 19vw;
  }
}
.p-page-our-data article:nth-of-type(11):after {
  background-image: url(../images/page/recruit/our-data_img11.svg);
}
.p-page-our-data article:nth-of-type(12):after {
  background-image: url(../images/page/recruit/our-data_img12.svg);
}
.p-page-our-data__date {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-our-data__date {
    font-size: 4vw;
    margin-top: 3.75vw;
  }
}
.p-page-message-personality .p-page__header:after {
  background-image: url(../images/page/recruit/bg_message-personality.jpg);
}
.p-page-message-personality .p-page__contents section {
  padding: 100px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality .p-page__contents section {
    padding: 12.5vw 0;
  }
}
.p-page-message-personality .p-page__contents section .c-ttl--type01 span {
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality .p-page__contents section .c-ttl--type01 span {
    font-size: 6.75vw;
  }
}
.p-page-message-personality
  .p-page__contents
  section
  .c-ttl--type01
  span:before {
  background: #edf4f1;
}
.p-page-message-personality .p-page__contents section:nth-of-type(2n) {
  background-color: #edf4f1;
}
.p-page-message-personality
  .p-page__contents
  section:nth-of-type(2n)
  .c-ttl--type01
  span:before {
  background: #fff;
}
.p-page-message-personality .p-page__contents section .c-ttl--type01 + p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality .p-page__contents section .c-ttl--type01 + p {
    font-size: 3.5vw;
    margin-top: 3.75vw;
  }
  .p-page-message-personality .p-page__contents section .c-ttl--type01 + p br {
    display: none;
  }
}
.p-page-entry__form__btns
  .p-page-message-personality
  .p-page__contents
  section
  button,
.p-page-message-personality .p-page__contents section .c-btn--type04,
.p-page-message-personality
  .p-page__contents
  section
  .p-page-entry__form__btns
  button {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns
    .p-page-message-personality
    .p-page__contents
    section
    button,
  .p-page-message-personality .p-page__contents section .c-btn--type04,
  .p-page-message-personality
    .p-page__contents
    section
    .p-page-entry__form__btns
    button {
    margin-top: 6.25vw;
  }
}
.p-page-message-personality .p-breadcrumb {
  padding-bottom: 0;
}
.p-page-message-personality__content01 .c-inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-page-message-personality__content01 .c-inner {
    display: block;
  }
}
.p-page-message-personality__content01 .c-inner div {
  width: 545px;
}
@media screen and (max-width: 1000px) {
  .p-page-message-personality__content01 .c-inner div {
    width: 100%;
  }
}
.p-page-message-personality__content01 .c-inner div dl {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content01 .c-inner div dl {
    margin-top: 7.5vw;
  }
}
.p-page-message-personality__content01 .c-inner div dl dt {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content01 .c-inner div dl dt {
    font-size: 6.5vw;
  }
}
.p-page-message-personality__content01 .c-inner div dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content01 .c-inner div dl dd {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}
.p-page-message-personality__content01 .c-inner figure {
  margin: 0 auto;
  max-width: 670px;
  width: calc(100% - 610px);
}
@media screen and (max-width: 1000px) {
  .p-page-message-personality__content01 .c-inner figure {
    margin-top: 60px;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content01 .c-inner figure {
    margin-top: 7.5vw;
  }
}
.p-page-message-personality__content01 .c-inner figure img {
  height: auto;
  width: 100%;
}
.p-page-message-personality__content02 article {
  border: 10px solid #fff;
  border-radius: 10px;
  line-height: 1;
  margin-top: 80px;
  padding: 40px 20px 60px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content02 article {
    border-radius: 1.25vw;
    border-width: 1.25vw;
    margin-top: 10vw;
    padding: 2.5vw 1.25vw;
  }
}
.p-page-message-personality__content02 article h3 {
  background-color: #fff;
  border-radius: 28px;
  color: #006830;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 56px;
  padding: 0 40px;
  position: relative;
  top: -73px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content02 article h3 {
    border-radius: 3.5vw;
    font-size: 3vw;
    line-height: 7vw;
    padding: 0 3.75vw;
    top: -6.625vw;
  }
}
.p-page-message-personality__content02 article figure {
  width: auto;
}
.p-page-message-personality__content02 article figure img {
  max-width: 100%;
  width: auto;
}
.p-page-message-personality__content03 p {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content03 p {
    margin-bottom: 3.75vw;
  }
}
.p-page-message-personality__content03 dl {
  align-items: stretch;
  border-left: 5px solid #edf4f1;
  border-right: 5px solid #edf4f1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content03 dl {
    border-left-width: 0.625vw;
    border-right-width: 0.625vw;
  }
}
.p-page-message-personality__content03 dl:nth-of-type(odd) dd,
.p-page-message-personality__content03 dl:nth-of-type(odd) dt {
  background-color: #edf4f1;
}
.p-page-message-personality__content03 dl dt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 360px;
}
@media screen and (max-width: 1000px) {
  .p-page-message-personality__content03 dl dt {
    width: 280px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content03 dl dt {
    display: block;
    padding: 3.75vw 7.5vw;
    width: 100%;
  }
}
.p-page-message-personality__content03 dl dt span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content03 dl dt span {
    font-size: 5vw;
  }
}
.p-page-message-personality__content03 dl dd {
  border-left: 1px dotted #a4a4a5;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 30px 70px;
  position: relative;
  width: calc(100% - 360px);
}
@media screen and (max-width: 1000px) {
  .p-page-message-personality__content03 dl dd {
    width: calc(100% - 280px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content03 dl dd {
    border-left: none;
    border-top: 1px dotted #a4a4a5;
    font-size: 3.5vw;
    padding: 3.75vw 7.5vw;
    width: 100%;
  }
}
.p-page-message-personality__content03 dl dd:before {
  background-color: #fff;
  border: 1px solid #a4a4a5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 14px;
  left: -7px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 14px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-message-personality__content03 dl dd:before {
    bottom: auto;
    height: 3.5vw;
    left: 0;
    right: 0;
    top: -1.75vw;
    width: 3.5vw;
  }
  .p-page-message-personality__content03 dl dd br {
    display: none;
  }
}
.p-page-message-personality .p-page-recruit__linkBtn {
  background-color: #edf4f1;
}
.p-page-interview .p-page__header {
  border-bottom: none;
  padding-bottom: 0;
}
.p-page-interview .p-page__header .c-inner:after {
  content: none;
}
.p-page-interview .p-page__contents section {
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview .p-page__contents section {
    padding: 12.5vw 0;
  }
}
.p-page-interview .p-page__contents section .c-ttl--type01 span {
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview .p-page__contents section .c-ttl--type01 span {
    font-size: 6.75vw;
  }
}
.p-page-interview .p-page__contents section .c-ttl--type01 span:before {
  background: #edf4f1;
}
.p-page-interview .p-breadcrumb,
.p-page-interview .p-page__contents section:not(:nth-of-type(2)) {
  background-color: #edf4f1;
}
.p-page-interview .p-breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.p-page-interview__header {
  background-color: #edf4f1;
  height: 455px;
  margin-top: 55px;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__header {
    height: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header {
    margin-top: 6.875vw;
  }
}
.p-page-interview__header .c-inner {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-page-interview__header .c-inner {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .p-page-interview__header .c-inner {
    display: block;
  }
}
.p-page-interview__header .c-inner > div {
  height: 100%;
  margin: 0 auto 0 0;
  padding: 50px 0 30px;
  position: relative;
  width: 430px;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__header .c-inner > div {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div {
    padding: 6.25vw 0 3.75vw;
  }
}
.p-page-interview__header .c-inner > div > p {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-weight: 300;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__header .c-inner > div > p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div > p {
    font-size: 3.5vw;
    margin-bottom: 3.75vw;
  }
}
.p-page-interview__header .c-inner > div > div {
  margin: 0 auto auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div > div {
    margin: 0 0 6.25vw auto;
  }
}
.p-page-interview__header .c-inner > div > div .c-ttl--type01 + .c-ttl--type01 {
  margin-top: 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header
    .c-inner
    > div
    > div
    .c-ttl--type01
    + .c-ttl--type01 {
    margin-top: 1.875vw;
  }
}
.p-page-interview__header .c-inner > div > div .c-ttl--type01 span {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div > div .c-ttl--type01 span {
    font-size: 7.125vw;
  }
}
.p-page-interview__header .c-inner > div > div .c-ttl--type01 span:before {
  background: #cceed1;
}
.p-page-interview__header .c-inner > div dl {
  bottom: 0;
  left: 430px;
  position: absolute;
  text-align: right;
  transform: translateX(-100%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__header .c-inner > div dl {
    margin-top: 60px;
    position: static;
    transform: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div dl {
    margin-top: 7.5vw;
  }
}
.p-page-interview__header .c-inner > div dl dt {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div dl dt {
    font-size: 5.25vw;
  }
}
.p-page-interview__header .c-inner > div dl dt span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div dl dt span {
    font-size: 3.75vw;
  }
}
.p-page-interview__header .c-inner > div dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header .c-inner > div dl dd {
    font-size: 3.5vw;
  }
}
.p-page-interview__header figure {
  height: 455px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-170px);
  width: 970px;
}
@media screen and (max-width: 1280px) {
  .p-page-interview__header figure {
    position: static;
    transform: none;
    width: calc(100% - 470px);
  }
}
@media screen and (max-width: 1000px) {
  .p-page-interview__header figure {
    height: 420px;
    margin: 80px 0 0 auto;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__header figure {
    height: auto;
    margin: 10vw auto 0;
    width: 100%;
  }
}
.p-page-interview__header figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-page-interview__info {
  padding: 50px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__info {
    padding: 6.25vw 0;
  }
}
.p-page-interview__info .c-inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__info .c-inner {
    display: block;
  }
}
.p-page-interview__info .c-inner dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__info .c-inner dl {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__info .c-inner dl {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-page-interview__info .c-inner dl:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__info .c-inner dl:nth-of-type(n + 2) {
    margin-top: 2.5vw;
  }
}
.p-page-interview__info .c-inner dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  width: 170px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__info .c-inner dl dt {
    font-size: 3.5vw;
    width: 21.25vw;
  }
}
.p-page-interview__info .c-inner dl dd {
  border-left: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left: 30px;
  padding-left: 30px;
  width: calc(100% - 200px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__info .c-inner dl dd {
    font-size: 3.5vw;
    margin-left: 3.75vw;
    padding-left: 3.75vw;
    width: calc(100% - 25vw);
  }
}
.p-page-interview__wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__wrapper {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__wrapper {
    padding: 0 5vw;
  }
}
.p-page-interview__wrapper:before {
  background-color: #fff;
  content: "";
  height: calc(100% + 160px);
  left: 50%;
  position: absolute;
  top: -80px;
  width: 100vw;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__wrapper:before {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__wrapper:before {
    height: calc(100% + 20vw);
    top: -10vw;
  }
}
.p-page-interview__wrapper div {
  position: relative;
  width: 590px;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__wrapper div {
    order: 2;
    width: 100%;
  }
}
.p-page-interview__wrapper div .c-ttl--type01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__wrapper div .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-page-interview__wrapper div p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__wrapper div p {
    font-size: 3.5vw;
  }
}
.p-page-interview__wrapper figure {
  max-width: 600px;
  position: relative;
  width: calc(100% - 680px);
}
@media screen and (max-width: 1000px) {
  .p-page-interview__wrapper figure {
    margin: 60px auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__wrapper figure {
    margin: 0 auto 7.5vw;
    order: 1;
  }
}
.p-page-interview__wrapper figure img {
  height: auto;
  width: 100%;
}
.p-page-interview__content01 {
  padding: 130px 0 180px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content01 {
    padding: 16.25vw 0 22.5vw;
  }
}
.p-page-interview__content01 .p-page-interview__wrapper:before {
  transform: translateX(calc(-100vw + 490px));
}
@media screen and (max-width: 1000px) {
  .p-page-interview__content01 .p-page-interview__wrapper:before {
    transform: none;
  }
}
.p-page-interview__content02 {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 {
    padding: 12.5vw 0;
  }
}
.p-page-interview__content02 .c-ttl--type01 span {
  margin: 0 auto;
}
.p-page-interview__content02 .c-inner > div {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__content02 .c-inner > div {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div {
    margin-top: 12.5vw;
  }
}
.p-page-interview__content02 .c-inner > div article {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1000px) {
  .p-page-interview__content02 .c-inner > div article {
    width: 100%;
  }
  .p-page-interview__content02 .c-inner > div article:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article:nth-of-type(n + 2) {
    margin-top: 12.5vw;
  }
}
.p-page-interview__content02 .c-inner > div article h3 {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article h3 {
    font-size: 6vw;
    line-height: 11.25vw;
    margin-bottom: 7.5vw;
  }
}
.p-page-interview__content02 .c-inner > div article dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 2rem;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article dl {
    font-size: 3.5vw;
  }
}
.p-page-interview__content02 .c-inner > div article dl dt {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
  width: 160px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article dl dt {
    width: 20vw;
  }
}
.p-page-interview__content02 .c-inner > div article dl dt span {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}
.p-page-interview__content02 .c-inner > div article dl dd {
  padding: 0 40px;
  position: relative;
  width: calc(100% - 160px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article dl dd {
    padding: 0 5vw;
    width: calc(100% - 20vw);
  }
}
.p-page-interview__content02 .c-inner > div article dl dd:after {
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 15px;
  left: -7px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 15px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article dl dd:after {
    height: 1.875vw;
    left: -0.875vw;
    width: 1.875vw;
  }
}
.p-page-interview__content02 .c-inner > div article dl:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article dl:nth-of-type(n + 2) {
    margin-top: 7.5vw;
  }
}
.p-page-interview__content02
  .c-inner
  > div
  article
  dl:not(:last-of-type)
  dd:before {
  background-color: #000;
  content: "";
  height: calc(100% + 60px);
  left: 0;
  position: absolute;
  top: calc(50% + 7.5px);
  width: 1px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02
    .c-inner
    > div
    article
    dl:not(:last-of-type)
    dd:before {
    height: calc(100% + 7.5vw);
    top: calc(50% + 0.9375vw);
  }
}
.p-page-interview__content02 .c-inner > div article figure {
  width: 100%;
}
.p-page-interview__content02 .c-inner > div article figure img {
  height: auto;
  width: 100%;
}
.p-page-interview__content02 .c-inner > div article p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article p {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}
.p-page-interview__content02 .c-inner > div article p span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content02 .c-inner > div article p span {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
}
.p-page-interview__content02 .c-inner > div article:first-of-type h3 {
  background-color: #16a72f;
  color: #fff;
}
.p-page-interview__content02 .c-inner > div article:nth-of-type(2) h3 {
  border: 1px solid #16a72f;
  color: #16a72f;
}
.p-page-interview__content03 {
  padding: 180px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content03 {
    padding: 22.5vw 0;
  }
}
.p-page-interview__content03 .p-page-interview__wrapper {
  flex-direction: row-reverse;
}
.p-page-interview__content03 .p-page-interview__wrapper:before {
  left: auto;
  right: 50%;
  transform: translateX(calc(100vw - 490px));
}
@media screen and (max-width: 1000px) {
  .p-page-interview__content03 .p-page-interview__wrapper:before {
    left: 0;
    right: auto;
    transform: none;
  }
}
.p-page-interview__message {
  background-color: #edf4f1;
  padding-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message {
    padding-bottom: 2.5vw;
  }
}
.p-page-interview__message .c-inner > div {
  align-items: stretch;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 15px 15px 0 #cce3df;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
  padding: 60px 80px;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__message .c-inner > div {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message .c-inner > div {
    border-radius: 0.375vw;
    box-shadow: 1.875vw 1.875vw 0 #cce3df;
    display: block;
    padding: 7.5vw 5vw;
  }
}
.p-page-interview__message .c-inner > div dl {
  width: calc(100% - 330px);
}
@media screen and (max-width: 1000px) {
  .p-page-interview__message .c-inner > div dl {
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message .c-inner > div dl {
    width: 100%;
  }
}
.p-page-interview__message .c-inner > div dl dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message .c-inner > div dl dt {
    font-size: 4vw;
  }
}
.p-page-interview__message .c-inner > div dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message .c-inner > div dl dd {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}
.p-page-interview__message .c-inner > div div {
  padding-top: 28px;
  text-align: center;
  width: 260px;
}
@media screen and (max-width: 1000px) {
  .p-page-interview__message .c-inner > div div {
    width: 220px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message .c-inner > div div {
    margin: 5vw auto 0;
    width: 32.5vw;
  }
}
.p-page-interview__message .c-inner > div div figure {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}
.p-page-interview__message .c-inner > div div figure img {
  height: auto;
  width: 100%;
}
.p-page-interview__message .c-inner > div div p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message .c-inner > div div p {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}
.p-page-interview__message .c-inner > div div p span {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__message .c-inner > div div p span {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
}
.p-page-interview__content04 {
  padding: 140px 0 160px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__content04 {
    padding: 17.5vw 0 20vw;
  }
}
.p-page-interview__content04 .p-page-interview__wrapper:before {
  transform: translateX(calc(-100vw + 490px));
}
@media screen and (max-width: 1000px) {
  .p-page-interview__content04 .p-page-interview__wrapper:before {
    left: auto;
    right: 0;
    transform: none;
  }
}
.p-page-interview__more {
  padding: 120px 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__more {
    padding: 15vw 0 12.5vw;
  }
}
.p-page-interview__more .c-inner {
  position: relative;
}
.p-page-interview__more .c-inner:before {
  background-color: #edf4f1;
  content: "";
  height: 330px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(calc(-50vw - 50px));
  width: 100vw;
}
@media screen and (max-width: 1280px) {
  .p-page-interview__more .c-inner:before {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__more .c-inner:before {
    height: 41.25vw;
    top: 2.5vw;
  }
}
.p-page-interview__more .c-inner > * {
  position: relative;
}
.p-page-interview__more .c-ttl--type01 span {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
.p-page-interview__more .c-ttl--type01 span:before {
  background: #fff;
}
.p-page-interview__more .c-ttl--type01 + p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__more .c-ttl--type01 + p {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }
}
.p-page-interview__bnr {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__bnr {
    padding: 10vw 0;
  }
}
.p-page-interview__slides {
  line-height: 1;
  margin: 40px 0 0 auto;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__slides {
    margin: 5vw 0 0 auto;
    width: calc(100% - 5vw);
  }
}
.p-page-interview__slides > * {
  overflow: hidden;
}
.p-page-interview__slides article {
  background-color: #fff;
  margin-left: 35px;
  width: calc(25% - 35px);
}
@media screen and (max-width: 1000px) {
  .p-page-interview__slides article {
    width: calc(33.33333% - 35px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__slides article {
    margin-left: 4.375vw;
    width: calc(50% - 4.375vw);
  }
}
.p-page-interview__slides article a {
  display: block;
}
.p-page-interview__slides article figure {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__slides article figure {
    margin-bottom: 5vw;
  }
}
.p-page-interview__slides article figure img {
  height: auto;
  width: 100%;
}
.p-page-interview__slides article h3 {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  font-weight: 700;
  margin: 15px auto 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__slides article h3 {
    font-size: 4vw;
    margin: 1.875vw auto 2.5vw;
  }
}
.p-page-interview__slides article p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview__slides article p {
    font-size: 3.5vw;
  }
}
.p-page-interview .swiper-button {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: 140px;
  width: 60px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview .swiper-button {
    height: 7.5vw;
    top: 17.5vw;
    width: 7.5vw;
  }
}
.p-page-interview .swiper-button i {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-page-interview .swiper-button i:after {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(25%) rotate(-45deg);
  width: 12px;
}
.p-page-interview .swiper-button--prev {
  left: 0;
}
@media screen and (max-width: 1440px) {
  .p-page-interview .swiper-button--prev {
    left: 55px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview .swiper-button--prev {
    left: 6.875vw;
  }
}
.p-page-interview .swiper-button--next {
  right: -30px;
}
@media screen and (max-width: 1440px) {
  .p-page-interview .swiper-button--next {
    right: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-interview .swiper-button--next {
    right: 2.5vw;
  }
}
.p-page-interview .swiper-button--next i:after {
  transform: translateX(-25%) rotate(135deg);
}
.p-page-culture .p-page__header:after {
  background-image: url(../images/page/recruit/bg_culture.jpg);
}
.p-page-culture .p-page__contents section {
  padding: 100px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture .p-page__contents section {
    padding: 12.5vw 0;
  }
}
.p-page-culture .p-page__contents section .c-inner {
  overflow-x: hidden;
}
.p-page-culture .p-page__contents section .c-ttl--type01 span {
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture .p-page__contents section .c-ttl--type01 span {
    font-size: 6.75vw;
  }
}
.p-page-culture .p-page__contents section .c-ttl--type01 span:before {
  background: #edf4f1;
}
.p-page-culture .p-page__contents section .c-ttl--type02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture .p-page__contents section .c-ttl--type02 {
    margin-bottom: 5vw;
    padding-left: 0;
  }
}
.p-page-culture .p-page__contents section .c-ttl--type02 span {
  font-size: 38px;
  font-size: 3.8rem;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture .p-page__contents section .c-ttl--type02 span {
    font-size: 4.75vw;
  }
}
.p-page-culture
  .p-page__contents
  section:nth-of-type(2n)
  .c-ttl--type01
  span:before {
  background: #fff;
}
.p-page-culture .p-page__contents section .c-btn--type04,
.p-page-culture .p-page__contents section .p-page-entry__form__btns button,
.p-page-entry__form__btns .p-page-culture .p-page__contents section button {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture .p-page__contents section .c-btn--type04,
  .p-page-culture .p-page__contents section .p-page-entry__form__btns button,
  .p-page-entry__form__btns .p-page-culture .p-page__contents section button {
    margin-top: 7.5vw;
  }
}
.p-page-culture .p-breadcrumb {
  padding-bottom: 0;
}
.p-page-culture__wrapper {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .p-page-culture__wrapper {
    display: block;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper {
    margin-top: 7.5vw;
  }
}
.p-page-culture__wrapper:nth-of-type(n + 2) {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper:nth-of-type(n + 2) {
    margin-top: 12.5vw;
  }
}
.p-page-culture__wrapper:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.p-page-culture__wrapper article {
  padding-top: 40px;
  width: 640px;
}
@media screen and (max-width: 1000px) {
  .p-page-culture__wrapper article {
    padding-top: 0;
    width: 100%;
  }
}
.p-page-culture__wrapper article h3 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper article h3 {
    margin-bottom: 5vw;
  }
}
.p-page-culture__wrapper article h3 .c-ttl--type02 {
  position: relative;
}
.p-page-culture__wrapper article p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper article p {
    font-size: 3.5vw;
  }
}
.p-page-culture__wrapper article p + p {
  margin-top: 2em;
}
.p-page-culture__wrapper div {
  width: calc(100% - 710px);
}
@media screen and (max-width: 1000px) {
  .p-page-culture__wrapper div {
    margin-top: 60px;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper div {
    margin-top: 7.5vw;
  }
}
.p-page-culture__wrapper div figure {
  display: block;
  margin: 0 auto;
  max-width: 570px;
  width: 100%;
}
.p-page-culture__wrapper div figure img {
  height: auto;
  width: 100%;
}
.p-page-culture__wrapper:first-of-type article .c-ttl--type02:first-of-type {
  left: -130px;
}
@media screen and (max-width: 1000px) {
  .p-page-culture__wrapper:first-of-type article .c-ttl--type02:first-of-type {
    left: 0;
  }
  .p-page-culture__wrapper:first-of-type article .c-ttl--type02:nth-of-type(2) {
    left: 130px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper:first-of-type article .c-ttl--type02:nth-of-type(2) {
    left: 16.25vw;
  }
}
.p-page-culture__wrapper:nth-of-type(2) article .c-ttl--type02:nth-of-type(2) {
  left: 130px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper:nth-of-type(2)
    article
    .c-ttl--type02:nth-of-type(2) {
    left: 11.25vw;
  }
}
.p-page-culture__wrapper:nth-of-type(3) article .c-ttl--type02:first-of-type {
  left: -130px;
}
@media screen and (max-width: 1000px) {
  .p-page-culture__wrapper:nth-of-type(3) article .c-ttl--type02:first-of-type {
    left: 0;
  }
}
.p-page-culture__wrapper:nth-of-type(3) article .c-ttl--type02:nth-of-type(2) {
  left: 220px;
}
@media screen and (max-width: 1000px) {
  .p-page-culture__wrapper:nth-of-type(3)
    article
    .c-ttl--type02:nth-of-type(2) {
    left: 320px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper:nth-of-type(3)
    article
    .c-ttl--type02:nth-of-type(2) {
    left: 37.5vw;
  }
}
.p-page-culture__wrapper:nth-of-type(4) article .c-ttl--type02:nth-of-type(2) {
  left: 200px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__wrapper:nth-of-type(4)
    article
    .c-ttl--type02:nth-of-type(2) {
    left: 20vw;
  }
}
.p-page-culture__content02 {
  background-color: #edf4f1;
}
.p-page-culture__content02 .c-ttl--type01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__content02 .c-ttl--type01 {
    margin-bottom: 3.75vw;
  }
}
.p-page-culture__content02 dl {
  align-items: stretch;
  background-color: #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__content02 dl {
    border-left-width: 0.625vw;
    border-right-width: 0.625vw;
  }
}
.p-page-culture__content02 dl:nth-of-type(2n) dd,
.p-page-culture__content02 dl:nth-of-type(2n) dt {
  background-color: #edf4f1;
}
.p-page-culture__content02 dl dt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 360px;
}
@media screen and (max-width: 1000px) {
  .p-page-culture__content02 dl dt {
    width: 280px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__content02 dl dt {
    display: block;
    padding: 3.75vw 7.5vw;
    width: 100%;
  }
}
.p-page-culture__content02 dl dt span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__content02 dl dt span {
    font-size: 5vw;
  }
}
.p-page-culture__content02 dl dd {
  border-left: 1px dotted #a4a4a5;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 30px 70px;
  position: relative;
  width: calc(100% - 360px);
}
@media screen and (max-width: 1000px) {
  .p-page-culture__content02 dl dd {
    width: calc(100% - 280px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__content02 dl dd {
    border-left: none;
    border-top: 1px dotted #a4a4a5;
    font-size: 3.5vw;
    padding: 3.75vw 7.5vw;
    width: 100%;
  }
}
.p-page-culture__content02 dl dd:before {
  background-color: #fff;
  border: 1px solid #a4a4a5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 14px;
  left: -7px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 14px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-culture__content02 dl dd:before {
    bottom: auto;
    height: 3.5vw;
    left: 0;
    right: 0;
    top: -1.75vw;
    width: 3.5vw;
  }
  .p-page-culture__content02 dl dd br {
    display: none;
  }
}
.p-page-recruit__linkBtn {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__linkBtn {
    padding: 12.5vw 0;
  }
}
.p-page-recruit__entryBtn {
  position: fixed;
  right: 0;
  top: 400px;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__entryBtn {
    top: 50vw;
  }
}
.p-page-entry__form__btns .p-page-recruit__entryBtn button,
.p-page-recruit__entryBtn .c-btn--type04,
.p-page-recruit__entryBtn .p-page-entry__form__btns button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-size: 2.4rem;
  height: 75px;
  justify-content: flex-start;
  padding: 0 30px;
  width: 230px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-page-recruit__entryBtn button,
  .p-page-recruit__entryBtn .c-btn--type04,
  .p-page-recruit__entryBtn .p-page-entry__form__btns button {
    font-size: 3vw;
    height: 9.375vw;
    padding: 0 3.75vw;
    width: 28.75vw;
  }
}
.p-page-recruit__mv__slider img {
  height: auto;
  width: 100%;
}
.p-page-recruit__mv__hero {
  background: url(../images/page/recruit/recruit-sec01-bg01.jpg) 50% / cover
    no-repeat;
  height: clamp(550px, 71.6145833333vw, 735px);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__mv__hero {
    background: url(../images/page/recruit/recruit-sec01-bg01-sp.jpg) 50% 100% /
      contain no-repeat;
    height: auto;
    padding-bottom: 72.5vw;
  }
}
.p-page-recruit__mv__hero__container {
  align-items: center;
  background: linear-gradient(90deg, #009d00, #005b01);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 50%;
  overflow: hidden;
  padding: clamp(20px, 2.6041666667vw, 40px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(460px, 59.8958333333vw, 610px);
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__mv__hero__container {
    border-radius: 0;
    height: auto;
    padding: 10vw 5vw;
    position: static;
    transform: none;
    width: 100%;
  }
}
.p-page-recruit__mv__hero .c-btn--type06 {
  margin-inline: auto;
}
.p-page-recruit__mv__ttl {
  color: #fff;
  font-size: clamp(32px, 4.1666666667vw, 36px);
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: clamp(30px, 3.90625vw, 40px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__mv__ttl {
    font-size: 6.75vw;
    margin-bottom: 6.25vw;
  }
}
.p-page-recruit__mv__ttl span {
  display: table;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(24px, 3.125vw, 28px);
  font-weight: 400;
  font-weight: 700;
  margin: 0 auto clamp(20px, 2.6041666667vw, 30px);
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__mv__ttl span {
    margin-bottom: 5vw;
  }
}
.p-page-recruit__mv__ttl span:before {
  background: hsla(0, 0%, 100%, 0.3);
  bottom: 4px;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% + 10px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__mv__ttl span:before {
    bottom: 2vw;
    height: 1.75vw;
    width: 100%;
  }
}
.p-page-recruit__mv__txt {
  color: #fff;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  font-weight: 700;
  line-height: 2.22;
  margin-bottom: clamp(40px, 5.2083333333vw, 60px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__mv__txt {
    font-size: 3.5vw;
    line-height: 2;
    margin-bottom: 8.75vw;
  }
}
.p-page-recruit__company {
  padding: 130px 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__company {
    padding: 10vw 0;
  }
}
.p-page-recruit__company__wrap {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__company__wrap {
    margin-bottom: 7.5vw;
    padding-bottom: 20vw;
  }
}
.p-page-recruit__company .c-ttl--type01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__company .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-page-entry__form__btns .p-page-recruit__company button,
.p-page-recruit__company .c-btn--type04,
.p-page-recruit__company .p-page-entry__form__btns button {
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(240px, 31.25vw, 280px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-page-recruit__company button,
  .p-page-recruit__company .c-btn--type04,
  .p-page-recruit__company .p-page-entry__form__btns button {
    bottom: 0;
    top: auto;
    width: 100%;
  }
}
.p-page-recruit__company__container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__company__container {
    margin-bottom: 7.5vw;
  }
}
.p-page-recruit__company__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
  margin-bottom: 50px;
  padding-right: clamp(60px, 7.8125vw, 80px);
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__company__txt {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    padding-right: 0;
    width: 100%;
  }
}
.p-page-recruit__company__links {
  display: grid;
  gap: 30px 0;
  width: clamp(320px, 41.6666666667vw, 390px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__company__links {
    gap: 5vw 0;
    width: 100%;
  }
}
.p-page-recruit__company__slider {
  margin-bottom: 80px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__company__slider {
    margin-bottom: 0;
  }
}
.p-page-recruit__company__slider iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.p-page-recruit__personal {
  padding: clamp(300px, 39.0625vw, 470px) 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__personal {
    padding: 30vw 0 10vw;
  }
}
.p-page-recruit__personal:before {
  background: url(../images/page/recruit/recruit-sec03-bg01.jpg) 50% / cover
    no-repeat;
  content: "";
  height: clamp(280px, 36.4583333333vw, 370px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__personal:before {
    height: 25vw;
  }
}
.p-page-recruit__personal:after {
  background: #fff;
  content: "";
  height: clamp(50px, 6.5104166667vw, 80px);
  position: absolute;
  right: 0;
  top: calc(
    clamp(280px, 36.4583333333vw, 370px) - clamp(50px, 6.5104166667vw, 80px)
  );
  width: calc(50% - 30px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__personal:after {
    display: none;
  }
}
.p-page-recruit__personal__container {
  position: relative;
}
.p-page-recruit__personal__box {
  padding: 0 clamp(30px, 3.90625vw, 50px) 130px 0;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__personal__box {
    padding: 0;
    width: 100%;
  }
}
.p-page-recruit__personal .c-ttl--type01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__personal .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-page-recruit__personal__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__personal__txt {
    font-size: 3.5vw;
    margin-bottom: 7.5vw;
  }
}
.p-page-entry__form__btns .p-page-recruit__personal button,
.p-page-recruit__personal .c-btn--type04,
.p-page-recruit__personal .p-page-entry__form__btns button {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-page-recruit__personal button,
  .p-page-recruit__personal .c-btn--type04,
  .p-page-recruit__personal .p-page-entry__form__btns button {
    position: relative;
  }
}
.p-page-recruit__personal__img {
  padding-left: clamp(30px, 3.90625vw, 50px);
  position: absolute;
  right: 0;
  top: calc(clamp(40px, 5.2083333333vw, 105px) * -1);
  width: 50%;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__personal__img {
    margin-bottom: 7.5vw;
    padding-left: 0;
    position: static;
    width: 100%;
  }
}
.p-page-recruit__personal__img img {
  height: auto;
  max-width: 100%;
}
.p-page-recruit__career {
  background: #edf4f1;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career {
    padding: 5vw 0 10vw;
  }
  .p-page-recruit__career .c-inner {
    padding-bottom: 20vw;
    position: relative;
  }
}
.p-page-recruit__career__container {
  display: grid;
  gap: 0 clamp(60px, 7.8125vw, 94px);
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career__container {
    display: block;
    margin-bottom: 10vw;
  }
  .p-page-recruit__career__img {
    margin-bottom: 5vw;
  }
}
.p-page-recruit__career__img img {
  height: auto;
  max-width: 100%;
}
.p-page-recruit__career .c-ttl--type01 {
  margin-bottom: 50px;
}
.p-page-recruit__career .c-ttl--type01 span:before {
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-page-recruit__career__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career__txt {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
}
.p-page-entry__form__btns .p-page-recruit__career button,
.p-page-recruit__career .c-btn--type04,
.p-page-recruit__career .p-page-entry__form__btns button {
  width: clamp(220px, 28.6458333333vw, 280px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-page-recruit__career button,
  .p-page-recruit__career .c-btn--type04,
  .p-page-recruit__career .p-page-entry__form__btns button {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 10vw);
  }
}
.p-page-recruit__career__list {
  display: grid;
  gap: 0 clamp(30px, 3.90625vw, 54px);
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career__list {
    gap: 7.5vw 0;
    grid-template-columns: 1fr;
  }
}
.p-page-recruit__career__item a {
  display: block;
}
.p-page-recruit__career__item a:hover {
  opacity: 1;
}
.p-page-recruit__career__item a:hover img {
  transform: scale(1.08);
}
.p-page-recruit__career__item a:hover .p-recruit__career__item__label:after {
  transform: translateY(-50%);
}
.p-page-recruit__career__item__img {
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career__item__img {
    margin-bottom: 2.5vw;
  }
}
.p-page-recruit__career__item__img img {
  height: auto;
  max-width: 100%;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.p-page-recruit__career__item__label {
  font-size: clamp(14px, 1.8229166667vw, 16px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career__item__label {
    font-size: 4vw;
  }
}
.p-page-recruit__career__item__label:after {
  background: #000;
  content: "";
  height: 12px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10px, -50%);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__career__item__label:after {
    height: 2.75vw;
    width: 4.5vw;
  }
}
.p-page-recruit__culture {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__culture {
    padding: 10vw 0;
  }
}
.p-page-recruit__culture__container {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__culture__container {
    padding-bottom: 20vw;
  }
}
.p-page-recruit__culture .c-ttl--type01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__culture .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-page-entry__form__btns .p-page-recruit__culture button,
.p-page-recruit__culture .c-btn--type04,
.p-page-recruit__culture .p-page-entry__form__btns button {
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(240px, 31.25vw, 280px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-page-recruit__culture button,
  .p-page-recruit__culture .c-btn--type04,
  .p-page-recruit__culture .p-page-entry__form__btns button {
    bottom: 0;
    top: auto;
    width: 100%;
  }
}
.p-page-recruit__culture__layout {
  display: grid;
  gap: 0 clamp(40px, 5.2083333333vw, 116px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__culture__layout {
    display: block;
  }
  .p-page-recruit__culture__box {
    margin-bottom: 7.5vw;
  }
}
.p-page-recruit__culture__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__culture__txt {
    font-size: 3.5vw;
    margin-bottom: 7.5vw;
  }
}
.p-page-recruit__culture__links {
  display: grid;
  gap: 30px 0;
  width: clamp(320px, 41.6666666667vw, 390px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__culture__links {
    gap: 5vw 0;
    width: 100%;
  }
}
.p-page-recruit__culture__img img {
  height: auto;
  max-width: 100%;
}
.p-page-recruit__summary {
  padding: 110px 0 150px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__summary {
    padding: 10vw 0;
  }
}
.p-page-recruit__summary:before {
  background: linear-gradient(90deg, #009d00, #005b01);
  content: "";
  height: clamp(280px, 36.4583333333vw, 340px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__summary:before {
    height: 40vw;
  }
}
.p-page-recruit__summary .c-ttl--type01 {
  color: #fff;
  display: table;
  margin: 0 auto 70px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__summary .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-page-recruit__summary__links {
  display: grid;
  gap: 0 clamp(60px, 7.8125vw, 100px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__summary__links {
    gap: 0 5vw;
  }
}
.p-page-recruit__summary__links li {
  position: relative;
}
.p-page-recruit__summary__links a {
  display: block;
}
.p-page-recruit__summary__links a:hover {
  opacity: 1;
}
.p-page-recruit__summary__links a:hover img {
  transform: scale(1.08);
}
.p-page-recruit__summary__img {
  overflow: hidden;
}
.p-page-recruit__summary__img img {
  height: auto;
  max-width: 100%;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.p-page-recruit__summary__label {
  bottom: clamp(30px, 3.90625vw, 50px);
  color: #fff;
  font-size: clamp(18px, 2.34375vw, 22px);
  font-weight: 700;
  left: clamp(30px, 3.90625vw, 50px);
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__summary__label {
    bottom: 2.5vw;
    font-size: 3.5vw;
    left: 2.5vw;
  }
}
.p-page-recruit__summary__label span {
  display: table;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(46px, 5.9895833333vw, 52px);
  font-weight: 400;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__summary__label span {
    font-size: 6vw;
  }
}
.p-page-recruit__summary__label span:after {
  background: #fff;
  content: "";
  height: clamp(14px, 1.8229166667vw, 18px);
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(24px, 3.125vw, 28px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__summary__label span:after {
    height: 2.75vw;
    right: -5vw;
    width: 4vw;
  }
}
.p-page-recruit__info {
  background: url(../images/page/recruit/recruit-sec08-bg01.jpg) 50% / cover
    no-repeat;
  padding: 100px 0 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__info {
    padding: 10vw 0;
  }
}
.p-page-recruit__info .c-ttl--type01 {
  color: #fff;
  margin-bottom: 50px;
}
.p-page-recruit__info .c-ttl--type01 span:before {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__info .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-page-recruit__info__links {
  display: grid;
  gap: clamp(30px, 3.90625vw, 54px);
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__info__links {
    gap: 5vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-page-recruit__info__links li {
  aspect-ratio: 1/1;
  background: #fff;
}
.p-page-recruit__info__links a {
  background: #00a917;
  display: grid;
  height: 100%;
  padding-bottom: clamp(20px, 2.6041666667vw, 30px);
  place-content: center;
  place-items: center;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__info__links a {
    padding-bottom: 5vw;
  }
}
.p-page-recruit__info__label {
  color: #fff;
  font-size: clamp(16px, 2.0833333333vw, 20px);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__info__label {
    font-size: 4vw;
  }
}
.p-page-recruit__info__label span {
  display: block;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(12px, 1.5625vw, 15px);
  font-weight: 400;
  margin-top: 14px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__info__label span {
    font-size: 3.25vw;
    margin-top: 2.5vw;
  }
}
.p-page-recruit__info__label span:after {
  background: #fff;
  bottom: calc(clamp(28px, 3.6458333333vw, 42px) * -1);
  content: "";
  height: clamp(18px, 2.34375vw, 22px);
  left: 50%;
  mask: url(../images/common/cmn-ico-blank01.svg) 0 0 / contain no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-blank01.svg) 0 0 / contain
    no-repeat;
  position: absolute;
  transform: translateX(-50%);
  width: clamp(18px, 2.34375vw, 22px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-recruit__info__label span:after {
    height: 3.5vw;
    width: 3.5vw;
  }
}
.p-page-career .p-page__header:after {
  background-image: url(../images/page/recruit/bg_career.jpg);
}
.p-page-career__resources {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__resources {
    padding: 10vw 0;
  }
  .p-page-career__resources .c-ttl--type03 {
    margin-bottom: 5vw;
  }
}
.p-page-career__resources__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__resources__container {
    grid-template-columns: 1fr;
  }
}
.p-page-career__resources__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
  padding-top: clamp(30px, 3.90625vw, 50px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__resources__txt {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    padding-top: 0;
  }
}
.p-page-career__resources__img {
  padding-left: 10px;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__resources__img {
    padding-left: 0;
    text-align: center;
  }
}
.p-page-career__resources__img img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__resources__img img {
    width: 70%;
  }
}
.p-page-career__path {
  background: #edf4f1;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__path {
    padding: 10vw 0;
  }
}
.p-page-career__path .c-ttl--type03 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__path .c-ttl--type03 {
    margin-bottom: 7.5vw;
  }
}
.p-page-career__path .c-ttl--type03:before {
  background: #fff;
}
.p-page-career__path__container {
  padding: clamp(30px, 3.90625vw, 50px) 0 clamp(30px, 3.90625vw, 50px)
    clamp(20px, 2.6041666667vw, 40px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__path__container {
    padding: 5vw;
  }
}
.p-page-career__path__container:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-page-career__path__img img {
  height: auto;
  max-width: 100%;
}
.p-page-career__path__notes {
  font-size: clamp(12px, 1.5625vw, 14px);
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__path__notes {
    font-size: 2.75vw;
    margin-top: 2.5vw;
  }
}
.p-page-career__intro {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro {
    padding: 10vw 0;
  }
}
.p-page-career__intro .c-ttl--type03 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro .c-ttl--type03 {
    margin-bottom: 7.5vw;
  }
}
.p-page-career__intro__list {
  display: grid;
  gap: clamp(15px, 1.953125vw, 25px);
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__list {
    gap: 5vw 0;
    grid-template-columns: 1fr;
    margin-bottom: 5vw;
  }
}
.p-page-career__intro__item {
  align-items: stretch;
  background: #edf4f1;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(20px, 2.6041666667vw, 30px);
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item {
    padding: 3.75vw;
  }
}
.p-page-career__intro__item:not(.is-disable):hover {
  background: #16a72f;
}
.p-page-career__intro__item:not(.is-disable):hover
  .p-page-career__intro__item__company,
.p-page-career__intro__item:not(.is-disable):hover
  .p-page-career__intro__item__department {
  color: #fff;
}
.p-page-career__intro__item:not(.is-disable):hover
  .p-page-career__intro__item__department:after {
  background-color: #fff;
}
.p-page-career__intro__item:not(.is-disable):hover
  .p-page-career__intro__item__txt {
  color: #fff;
}
.p-page-career__intro__item:not(.is-disable):hover
  .p-page-career__intro__item__tags
  li {
  border-color: #fff;
  color: #fff;
}
.p-page-career__intro__item a {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.p-page-career__intro__item a:hover {
  opacity: 1;
}
.p-page-career__intro__item__company {
  border-bottom: 1px solid #b0b0b0;
  font-size: clamp(14px, 1.8229166667vw, 16px);
  margin-bottom: 14px;
  padding-bottom: 14px;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item__company {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
.p-page-career__intro__item__department {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(18px, 2.34375vw, 20px);
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 16px;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item__department {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-page-career__intro__item__department:after {
  background: #000;
  content: "";
  height: 14px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 22px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item__department:after {
    height: 2.375vw;
    width: 3.75vw;
  }
}
.p-page-career__intro__item__department a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.p-page-career__intro__item__department a:hover {
  opacity: 1;
}
.p-page-career__intro__item__txt {
  font-size: clamp(14px, 1.8229166667vw, 16px);
  line-height: 1.875;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item__txt {
    font-size: 3.5vw;
    line-height: 2;
  }
}
.p-page-career__intro__item__tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6px, 0.78125vw, 8px);
  justify-content: flex-start;
  margin: clamp(20px, 2.6041666667vw, 28px) 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item__tags {
    gap: 1.25vw;
    margin: 3.75vw 0;
  }
}
.p-page-career__intro__item__tags li {
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  font-size: clamp(12px, 1.5625vw, 14px);
  padding: 9px;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item__tags li {
    font-size: 3.25vw;
    padding: 1.25vw;
  }
}
.p-page-career__intro__item__img {
  border-radius: 3px;
  margin-top: auto;
  overflow: hidden;
}
.p-page-career__intro__item__img img {
  height: auto;
  width: 100%;
}
.p-page-career__intro__item.is-disable:after {
  align-items: center;
  background: rgba(206, 215, 219, 0.95);
  bottom: 0;
  content: "ただいま募集は\a行っておりません";
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(22px, 2.8645833333vw, 26px);
  font-weight: 700;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
  white-space: pre;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__item.is-disable:after {
    font-size: 4vw;
  }
}
.p-page-career__intro__item.is-disable:hover:after {
  opacity: 1;
  visibility: visible;
}
.p-page-career__intro__new {
  align-items: flex-start;
  background: linear-gradient(90deg, #009d00, #005b01);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(50px, 6.5104166667vw, 66px);
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(20px, 2.6041666667vw, 30px);
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-page-career__intro__new:before {
  backface-visibility: hidden;
  background: #16a72f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.p-page-career__intro__new:hover:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.p-page-career__intro__new:hover img {
  transform: scale(1.08);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__new {
    flex-direction: column;
    padding: 5vw;
  }
}
.p-page-career__intro__new__container {
  width: calc(
    100% - clamp(50px, 6.5104166667vw, 66px) -
      clamp(280px, 36.4583333333vw, 360px)
  );
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__new__container {
    margin-bottom: 5vw;
    width: 100%;
  }
}
.p-page-career__intro__new__label {
  color: #fff;
  display: table;
  font-size: clamp(18px, 2.34375vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__new__label {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
}
.p-page-career__intro__new__label:after {
  background: #fff;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__new__label:after {
    height: 3.25vw;
    right: -10vw;
    width: 5vw;
  }
}
.p-page-career__intro__new__txt {
  color: #fff;
  font-size: clamp(14px, 1.8229166667vw, 16px);
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__new__txt {
    font-size: 3.5vw;
  }
}
.p-page-career__intro__new__txt a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.p-page-career__intro__new__txt a:hover {
  opacity: 1;
}
.p-page-career__intro__new__img {
  border-radius: 3px;
  overflow: hidden;
  width: clamp(280px, 36.4583333333vw, 360px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__intro__new__img {
    width: 100%;
  }
}
.p-page-career__intro__new__img img {
  height: auto;
  max-width: 100%;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.p-page-career__search {
  background: #edf4f1;
  margin-bottom: 100px;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__search {
    margin-bottom: 10vw;
    padding: 10vw 0;
  }
}
.p-page-career__search__ttl {
  font-size: clamp(22px, 2.8645833333vw, 24px);
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__search__ttl {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.p-page-career__search__tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.6041666667vw, 24px) clamp(10px, 1.3020833333vw, 14px);
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__search__tags {
    gap: 2.5vw;
    margin-bottom: 7.5vw;
  }
}
.p-page-career__search__btn {
  align-items: center;
  background: #fff;
  border: 1px solid #16a72f;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.8229166667vw, 16px);
  font-weight: 700;
  height: 60px;
  justify-content: center;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 265px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__search__btn {
    border-radius: 6.25vw;
    font-size: 3.5vw;
    height: 12.5vw;
    width: 100%;
  }
}
.p-page-career__search__btn:hover {
  background: #16a72f;
  color: #fff;
}
.p-page-career__search__btn:hover:after {
  background: #fff;
}
.p-page-career__search__btn:after {
  background: #000;
  content: "";
  height: 22px;
  mask: url(../images/common/cmn-ico-search01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-search01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 18px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__search__btn:after {
    height: 4.5vw;
    width: 3.75vw;
  }
}
.p-page-career__search__btn:hover {
  opacity: 1 !important;
}
.p-page-career__search__item {
  background: transparent;
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  color: #000;
  font-size: clamp(14px, 1.8229166667vw, 16px);
  padding: clamp(6px, 0.78125vw, 10px) clamp(18px, 2.34375vw, 22px);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__search__item {
    font-size: 3.5vw;
    padding: 1.5vw 2.25vw;
  }
}
.p-page-career__search__item.is-active,
.p-page-career__search__item:hover {
  background-color: #16a72f;
  border-color: #fff;
  color: #fff;
}
.p-page-career .c-interview,
.p-page-career .c-interview--type01,
.p-page-career .c-interview--type02 {
  background: #fff;
}
.p-page-career .c-interview--type01:before,
.p-page-career .c-interview--type02:before,
.p-page-career .c-interview:before {
  background: #edf4f1;
}
.p-page-career .c-interview .c-ttl--type01 span:before,
.p-page-career .c-interview--type01 .c-ttl--type01 span:before,
.p-page-career .c-interview--type02 .c-ttl--type01 span:before {
  background: #fff;
}
.p-page-career__bnr {
  background: #edf4f1;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-career__bnr {
    padding: 10vw 0;
  }
}
.p-page-joblist .p-page__header:after {
  background-image: url(../images/page/recruit/bg_joblist.jpg);
}
.p-page-joblist__flow {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__flow {
    padding: 10vw 0;
  }
}
.p-page-joblist__flow .c-ttl--type03 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__flow .c-ttl--type03 {
    margin-bottom: 6.25vw;
  }
}
.p-page-joblist__flow__img {
  display: block;
  margin-bottom: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__flow__img {
    margin-bottom: 5vw;
  }
}
.p-page-joblist__flow__img img {
  height: auto;
  max-width: 100%;
}
.p-page-joblist__flow__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__flow__txt {
    font-size: 3.5vw;
  }
}
.p-page-joblist__summary {
  background: #edf4f1;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__summary {
    padding: 10vw 0;
  }
}
.p-page-joblist__summary .c-ttl--type03 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__summary .c-ttl--type03 {
    margin-bottom: 6.25vw;
  }
}
.p-page-joblist__summary .c-ttl--type03:before {
  background: #fff;
}
.p-page-joblist__summary__container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(40px, 5.2083333333vw, 70px);
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__summary__container {
    display: block;
  }
}
.p-page-joblist__side {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  width: clamp(250px, 32.5520833333vw, 345px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side {
    margin-bottom: 7.5vw;
    position: static;
    width: 100%;
  }
}
.p-page-joblist__side__item {
  background: #fff;
}
.p-page-joblist__side__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.p-page-joblist__side__label {
  border-bottom: 1px solid #d2d2d2;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  font-weight: 700;
  padding: 24px 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__label {
    font-size: 4vw;
    padding: 2.5vw 3.75vw;
  }
}
.p-page-joblist__side__container {
  padding: clamp(20px, 2.6041666667vw, 35px) clamp(10px, 1.3020833333vw, 25px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__container {
    padding: 2.5vw;
  }
}
.p-page-joblist__side__types {
  display: grid;
  gap: 24px 0;
  margin-bottom: 36px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__types {
    gap: 2.5vw 0;
    margin-bottom: 5vw;
  }
}
.p-page-joblist__side__types label {
  display: table;
}
.p-page-joblist__side__check {
  display: none;
}
.p-page-joblist__side__check + span {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__check + span {
    font-size: 3.5vw;
  }
}
.p-page-joblist__side__check + span:before {
  background: #fff;
  border: 1px solid #7c7c7c;
  content: "";
  height: 30px;
  margin-right: 12px;
  width: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__check + span:before {
    height: 5vw;
    margin-right: 2.5vw;
    width: 5vw;
  }
}
.p-page-joblist__side__check + span:after {
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: "";
  height: 6px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-1turn) scale(0);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 11px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__check + span:after {
    border-width: 2px;
    height: 1.5vw;
    left: 1.5vw;
    width: 2.75vw;
  }
}
.p-page-joblist__side__check:checked + span:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
.p-page-joblist__side__wrap {
  display: table;
  position: relative;
}
.p-page-joblist__side__wrap:after {
  background: #16a72f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__wrap:after {
    height: 1.875vw;
    right: 3.75vw;
    width: 3.75vw;
  }
}
.p-page-joblist__side__occupation {
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  height: 60px;
  padding-left: clamp(16px, 2.0833333333vw, 22px);
  padding-right: 35px;
  width: clamp(220px, 28.6458333333vw, 265px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__side__occupation {
    font-size: 3.5vw;
    height: 10vw;
    padding-left: 3.75vw;
    width: 37.5vw;
  }
}
.p-page-joblist__tags {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.3020833333vw, 14px);
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__tags {
    gap: 2.5vw;
    justify-content: flex-start;
  }
}
.p-page-joblist__tags__item {
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  font-size: clamp(12px, 1.5625vw, 16px);
  padding: 10px 21px;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__tags__item {
    font-size: 3vw;
    padding: 1.25vw 2.5vw;
  }
}
.p-page-joblist__tags__item.is-active,
.p-page-joblist__tags__item:hover {
  background-color: #16a72f;
  border-color: #16a72f;
  color: #fff;
}
.p-page-joblist__body {
  width: calc(
    100% - clamp(250px, 32.5520833333vw, 345px) -
      clamp(40px, 5.2083333333vw, 70px)
  );
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__body {
    width: 100%;
  }
}
.p-page-joblist__item {
  backface-visibility: hidden;
  background: #fff;
  opacity: 0;
  padding: clamp(20px, 2.6041666667vw, 30px) clamp(30px, 3.90625vw, 50px);
  transform: translateY(-10px);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
.p-page-joblist__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item:not(:last-child) {
    margin-bottom: 5vw;
  }
  .p-page-joblist__item {
    padding: 5vw 3.75vw;
  }
}
.p-page-joblist__item__head {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__head {
    margin-bottom: 5vw;
    padding-bottom: 2.5vw;
  }
}
.p-page-joblist__item__ttl {
  color: #16a72f;
  font-size: clamp(20px, 2.6041666667vw, 24px);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__ttl {
    font-size: 4.5vw;
  }
}
.p-page-joblist__item__group {
  color: #16a72f;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__group {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}
.p-page-joblist__item__lead {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__lead {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
}
.p-page-joblist__item__list > li {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__list > li {
    padding: 5vw 0;
  }
}
.p-page-joblist__item__list > li:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}
.p-page-joblist__item__label {
  border-left: 3px solid #16a72f;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  padding-left: 18px;
  width: clamp(150px, 19.53125vw, 176px);
}
@media screen and (max-width: 1080px) {
  .p-page-joblist__item__label {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__label {
    font-size: 3.5vw;
    margin-bottom: 5vw;
    padding-left: 3.75vw;
  }
}
.p-page-joblist__item__summary--type01 {
  width: calc(100% - clamp(150px, 19.53125vw, 176px));
}
@media screen and (max-width: 1080px) {
  .p-page-joblist__item__summary--type01 {
    width: 100%;
  }
}
.p-page-joblist__item__summary--type01 .p-page-joblist__item__box {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__summary--type01 .p-page-joblist__item__box {
    padding: 5vw 0;
  }
}
.p-page-joblist__item__summary--type01 .p-page-joblist__item__box:first-child {
  padding-top: 0;
}
.p-page-joblist__item__summary--type01 .p-page-joblist__item__box:last-child {
  padding-bottom: 0;
}
.p-page-joblist__item__summary--type01
  .p-page-joblist__item__box:not(:last-child) {
  background-image: linear-gradient(90deg, #d2d2d2 2px, transparent 3px);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 5px 2px;
}
.p-page-joblist__item__summary--type01 .p-page-joblist__item__box dt {
  font-size: clamp(14px, 1.8229166667vw, 16px);
  font-weight: 700;
  width: clamp(120px, 15.625vw, 142px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__summary--type01 .p-page-joblist__item__box dt {
    font-size: 3vw;
    padding-right: 2.5vw;
    width: 22.5vw;
  }
}
.p-page-joblist__item__summary--type01 .p-page-joblist__item__box dd {
  font-size: clamp(14px, 1.8229166667vw, 16px);
  line-height: 2;
  width: calc(100% - clamp(120px, 15.625vw, 142px));
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item__summary--type01 .p-page-joblist__item__box dd {
    font-size: 3vw;
    width: calc(100% - 25vw);
  }
}
.p-page-joblist__item__summary--type02 {
  font-size: clamp(14px, 1.8229166667vw, 16px);
  line-height: 2;
  width: calc(100% - clamp(150px, 19.53125vw, 176px));
}
@media screen and (max-width: 1080px) {
  .p-page-joblist__item__summary--type02 {
    font-size: 3vw;
    width: 100%;
  }
}
.p-page-joblist__item .p-page-joblist__item__summary--type02 li,
.p-page-joblist__item dd li {
  padding-left: 14px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item .p-page-joblist__item__summary--type02 li,
  .p-page-joblist__item dd li {
    padding-left: 3vw;
  }
}
.p-page-joblist__item .p-page-joblist__item__summary--type02 li:before,
.p-page-joblist__item dd li:before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 5px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__item .p-page-joblist__item__summary--type02 li:before,
  .p-page-joblist__item dd li:before {
    top: 3.25vw;
  }
}
.p-page-entry__form__btns .p-page-joblist__item button,
.p-page-joblist__item .c-btn--type04,
.p-page-joblist__item .p-page-entry__form__btns button {
  width: 100%;
}
.p-page-joblist__item.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-page-joblist__noresult {
  backface-visibility: hidden;
  font-size: clamp(22px, 2.8645833333vw, 26px);
  opacity: 0;
  padding: 20px 0;
  text-align: center;
  transform: translateY(-10px);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__noresult {
    font-size: 4vw;
    padding: 2.5vw 0;
  }
}
.p-page-joblist__noresult.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-page-joblist__bnr {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-joblist__bnr {
    padding: 10vw 0;
  }
}
.p-page-entry .p-page__header:after {
  background-image: url(../images/page/recruit/bg_entry.jpg);
}
.p-page-entry__form {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form {
    padding: 10vw 0;
  }
}
.p-page-entry__form:after {
  background: #edf4f1;
  content: "";
  height: clamp(300px, 39.0625vw, 480px);
  left: 0;
  position: absolute;
  top: 212px;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form:after {
    height: 62.5vw;
    top: 25vw;
  }
}
.p-page-entry__form .c-ttl--type03 {
  margin-bottom: 140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form .c-ttl--type03 {
    margin-bottom: 12.5vw;
  }
}
.p-page-entry__form__txt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__txt {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
}
.p-page-entry__form__container {
  background: #fff;
  padding: clamp(80px, 10.4166666667vw, 100px)
    clamp(100px, 13.0208333333vw, 145px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__container {
    padding: 5vw 3.75vw;
  }
}
.p-page-entry__form__list {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__list {
    margin-bottom: 5vw;
  }
}
.p-page-entry__form__item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.p-page-entry__form__item:not(:last-child) dd {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  height: 75px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item:not(:last-child) dd {
    font-size: 3.5vw;
    height: 12.5vw;
  }
}
.p-page-entry__form__item dt {
  font-size: clamp(16px, 2.0833333333vw, 18px);
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dt {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
}
.p-page-entry__form__item dd {
  align-items: center;
  background: #edf4f1;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd {
    font-size: 3.5vw;
  }
}
.p-page-entry__form__item dd input[type="email"],
.p-page-entry__form__item dd input[type="text"] {
  background: transparent;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  height: 100%;
  padding: 0 34px;
  width: 100%;
}
.p-page-entry__form__item dd input[type="email"]::placeholder,
.p-page-entry__form__item dd input[type="text"]::placeholder {
  color: #9d9d9e;
}
.p-page-entry__form__item dd input[type="email"]:-ms-input-placeholder,
.p-page-entry__form__item dd input[type="text"]:-ms-input-placeholder {
  color: #9d9d9e;
}
.p-page-entry__form__item dd input[type="email"]::-webkit-input-placeholder,
.p-page-entry__form__item dd input[type="text"]::-webkit-input-placeholder {
  color: #9d9d9e;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd input[type="email"],
  .p-page-entry__form__item dd input[type="text"] {
    padding: 0 5vw;
  }
}
.p-page-entry__form__item dd input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.p-page-entry__form__item dd input[type="radio"]:checked + label:before {
  background-color: #16a72f;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd input[type="radio"]:checked + label:before {
    box-shadow: inset 0 0 0 0.5vw #f4f4f4;
  }
}
.p-page-entry__form__item dd input[type="radio"]:focus + label:before {
  border-color: #16a72f;
  outline: none;
}
.p-page-entry__form__item dd label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  justify-content: flex-start;
  line-height: 1.2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd label {
    font-size: 3.5vw;
  }
}
.p-page-entry__form__item dd label:before {
  border: 2px solid #b4b4b4;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 22px;
  margin-right: 4px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 22px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd label:before {
    height: 2.5vw;
    margin-right: 1.25vw;
    width: 2.5vw;
  }
}
.p-page-entry__form__item dd span {
  padding: 4px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd span {
    padding: 0.5vw 0;
  }
}
.p-page-entry__form__item dd span:first-of-type {
  margin-left: 34px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd span:first-of-type {
    margin-left: 5vw;
  }
}
.p-page-entry__form__item dd span:not(:last-of-type) {
  margin-right: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd span:not(:last-of-type) {
    margin-right: 2.5vw;
  }
}
.p-page-entry__form__item dd textarea {
  background: transparent;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  height: 200px;
  padding: 34px;
  width: 100%;
}
.p-page-entry__form__item dd textarea::placeholder {
  color: #9d9d9e;
}
.p-page-entry__form__item dd textarea:-ms-input-placeholder {
  color: #9d9d9e;
}
.p-page-entry__form__item dd textarea::-webkit-input-placeholder {
  color: #9d9d9e;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item dd textarea {
    font-size: 3.5vw;
    height: 37.5vw;
    padding: 5vw;
  }
}
.p-page-entry__form__item__select {
  background: #fff;
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-page-entry__form__item__select:after {
  background: #16a72f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 10px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item__select:after {
    height: 2.5vw;
    right: 5vw;
    width: 4vw;
  }
}
.p-page-entry__form__item__select select {
  cursor: pointer;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  height: 100%;
  padding-left: 34px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__item__select select {
    font-size: 3.5vw;
    padding-left: 5vw;
  }
}
.p-page-entry__form__agree {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  justify-content: center;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__agree {
    font-size: 3.5vw;
    margin-bottom: 10vw;
  }
}
.p-page-entry__form__agree a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-decoration: underline;
}
.p-page-entry__form__agree a:after {
  background: url(../images/common/cmn-ico-blank01.svg) 50% / cover no-repeat;
  content: "";
  height: 16px;
  margin: 0 8px;
  width: 16px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__agree a:after {
    height: 4vw;
    margin: 0 1.25vw;
    width: 4vw;
  }
}
.p-page-entry__form__agree .error {
  bottom: -24px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__agree .error {
    bottom: -4.25vw;
  }
}
.p-page-entry__form__btns {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns {
    flex-direction: column;
    gap: 5vw 0;
  }
  .p-page-entry__form__btns li {
    width: 100%;
  }
}
.p-page-entry__form__btns button {
  width: clamp(220px, 28.6458333333vw, 280px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns button {
    width: 100%;
  }
}
.p-page-entry__form__required {
  color: #b81c22;
  font-size: clamp(16px, 2.0833333333vw, 18px);
  margin-left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__required {
    font-size: 3.5vw;
    margin-left: 2.5vw;
  }
}
.p-page-entry__form .mw_wp_form_confirm .p-page-entry__form__item__select {
  align-items: center;
  background: transparent;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-page-entry__form
  .mw_wp_form_confirm
  .p-page-entry__form__item__select:after {
  content: none;
}
.p-page-entry__form
  .mw_wp_form_confirm
  .p-page-entry__form__item:last-child
  dd {
  padding: 34px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form
    .mw_wp_form_confirm
    .p-page-entry__form__item:last-child
    dd {
    padding: 5vw;
  }
}
.p-page-entry__form .mw_wp_form_confirm .p-page-entry__form__item dd {
  padding-left: 34px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form .mw_wp_form_confirm .p-page-entry__form__item dd {
    padding-left: 5vw;
  }
}
.p-page-entry__form.is-thanks {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form.is-thanks {
    padding: 10vw 0;
  }
}
.p-page-entry__form.is-thanks:after {
  display: none;
}
.p-page-entry__form.is-thanks .p-page-entry__form__txt {
  text-align: center;
}
.p-page-entry__form.is-thanks .c-btn--type04,
.p-page-entry__form.is-thanks .p-page-entry__form__btns button,
.p-page-entry__form__btns .p-page-entry__form.is-thanks button {
  margin-inline: auto;
}
.p-archive-news__nav {
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__nav {
    border-radius: 0.375vw;
    font-size: 3.5vw;
    margin-top: 4.375vw;
  }
}
.p-archive-news__nav li {
  height: 70px;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .p-archive-news__nav li {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__nav li {
    height: 8.75vw;
  }
}
.p-archive-news__nav li:not(:nth-of-type(4n + 1)) {
  border-left: 1px solid #b0b0b0;
}
@media screen and (max-width: 1000px) {
  .p-archive-news__nav li:not(:nth-of-type(4n + 1)) {
    border-left: none;
  }
  .p-archive-news__nav li:nth-of-type(2n) {
    border-left: 1px solid #b0b0b0;
  }
  .p-archive-news__nav li:nth-of-type(n + 3) {
    border-top: 1px solid #b0b0b0;
  }
}
.p-archive-news__nav li a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.p-archive-news__nav li a.is-active,
.p-archive-news__nav li a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.p-archive-news__nav li a span {
  line-height: 1.2;
}
.p-archive-news__posts {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts {
    margin-top: 6.25vw;
  }
}
.p-archive-news__posts article {
  border-bottom: 1px solid #cbcbcb;
}
.p-archive-news__posts article a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a {
    display: block;
    padding: 5vw 2.5vw;
  }
}
.p-archive-news__posts article a:hover {
  opacity: 1;
}
.p-archive-news__posts article a:hover figure img {
  transform: scale(1.08);
}
.p-archive-news__posts article a:hover > div h2 {
  color: #16a72f;
}
.p-archive-news__posts article a figure {
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  overflow: hidden;
  width: 220px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a figure {
    border-radius: 0.375vw;
    width: 100%;
  }
}
.p-archive-news__posts article a figure img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.p-archive-news__posts article a > div {
  padding-right: 140px;
  position: relative;
  text-align: left;
  width: calc(100% - 280px);
}
.p-archive-news__posts article a > div:after {
  backface-visibility: hidden;
  background: #000;
  content: "";
  height: 13px;
  mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  -webkit-mask: url(../images/common/cmn-ico-arrow01.svg) 50% / cover no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-26px, -50%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 20px;
  will-change: transform;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div:after {
    height: 2.25vw;
    transform: translate(-3.75vw, -50%);
    width: 3.5vw;
  }
}
.p-archive-news__posts article a > div:hover:after {
  background: #000;
  transform: translate(-16px, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div:hover:after {
    transform: translate(-2.5vw, -50%);
  }
}
@media screen and (max-width: 1000px) {
  .p-archive-news__posts article a > div {
    padding-right: 100px;
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div {
    margin-top: 5vw;
    padding-right: 12.5vw;
    width: 100%;
  }
}
.p-archive-news__posts article a > div:after {
  right: 40px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div:after {
    right: 5vw;
  }
}
.p-archive-news__posts article a > div div {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div div {
    margin-bottom: 2.5vw;
  }
}
.p-archive-news__posts article a > div div p {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div div p {
    font-size: 3.25vw;
    margin-right: 2.5vw;
  }
}
.p-archive-news__posts article a > div div ul {
  align-items: center;
  display: flex;
}
.p-archive-news__posts article a > div div ul li {
  background-color: #006837;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div div ul li {
    border-radius: 0.375vw;
    font-size: 3vw;
    line-height: 4vw;
    padding: 0 2.5vw;
  }
}
.p-archive-news__posts article a > div h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div h2 {
    font-size: 4vw;
  }
}
.p-archive-news__posts article a > div h2 span {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 13px;
  margin-left: 20px;
  padding: 0 8px;
  vertical-align: middle;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-archive-news__posts article a > div h2 span {
    font-size: 2.5vw;
    line-height: 3.25vw;
    margin-left: 2.5vw;
    padding: 0 1vw;
  }
}
.p-archive-news__posts article a > div h2 span.pdf {
  border: 1px solid #b81c22;
  border-radius: 1px;
  color: #b81c22;
}
.p-pageNav {
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  margin: 60px auto 100px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-pageNav {
    font-size: 3.5vw;
    margin: 7.5vw auto 12.5vw;
  }
}
.p-pageNav__btn {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 10px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 26px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-pageNav__btn {
    font-size: 3.75vw;
    line-height: calc(6.25vw + 2px);
    margin-top: 1.25vw;
    width: 6.5vw;
  }
}
.p-pageNav__btn.current {
  background-color: #4d4d4d;
  color: #fff;
}
.p-pageNav * + * {
  margin-left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-pageNav * + * {
    margin-left: 2.5vw;
  }
}
.p-pageNav__next,
.p-pageNav__prev {
  color: #4d4d4d;
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-pageNav__next,
  .p-pageNav__prev {
    margin-top: 1.25vw;
  }
}
.p-pageNav__prev {
  margin-right: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-pageNav__prev {
    margin-right: 3.75vw;
  }
}
.p-pageNav__next {
  margin-left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-pageNav__next {
    margin-left: 3.75vw;
  }
}
.p-top__mv {
  background: #000;
  padding-top: 50%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__mv {
    padding-top: 100%;
  }
}
.p-top__mv:after {
  background: url(../images/top/top-sec01-bg01.svg) 50% / cover no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__mv:after {
    background-image: url(../images/top/top-sec01-bg01-sp.svg);
  }
}
.p-top__mv .c-ttl--type02 {
  align-items: flex-start;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 6px 0;
  justify-content: flex-start;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(100%, 1300px);
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__mv .c-ttl--type02 {
    bottom: 3.75vw;
    font-size: 4.75vw;
    gap: 1.25vw 0;
    padding: 0 5vw;
    width: 100%;
  }
}
.p-top__mv .c-ttl--type02 span:nth-child(2) {
  margin-left: 100px;
  padding-right: 32px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__mv .c-ttl--type02 span:nth-child(2) {
    margin-left: 12.5vw;
    padding-right: 5vw;
  }
}
.p-top__mv .c-ttl--type02 span:nth-child(3) {
  margin-left: 16px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__mv .c-ttl--type02 span:nth-child(3) {
    margin-left: 1.25vw;
  }
}
.p-top__mv__video,
.p-top__mv__video--pc,
.p-top__mv__video--sp {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__mv__video--pc {
    display: none;
  }
}
.p-top__mv__video--sp {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__mv__video--sp {
    display: block;
  }
}
.p-top__circ {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ {
    padding: 10vw 0 13.75vw;
  }
}
.p-top__circ .c-ttl--type01 {
  margin-bottom: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ .c-ttl--type01 {
    margin-bottom: 10vw;
  }
}
.p-top__circ__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 90px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__container {
    display: block;
    margin-bottom: 6.25vw;
  }
}
.p-top__circ__txt {
  font-size: clamp(14px, 1.8229166667vw, 18px);
  line-height: 2.66;
  padding-right: clamp(20px, 2.6041666667vw, 34px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__txt {
    font-size: 3.5vw;
    line-height: 1.78;
    margin-bottom: 10vw;
    padding-right: 0;
  }
}
.p-top__circ__links {
  margin-left: auto;
  width: clamp(450px, 58.59375vw, 570px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__links {
    width: 100%;
  }
}
.p-top__circ__links li {
  width: 100%;
}
.p-top__circ__links li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__links li:not(:last-child) {
    margin-bottom: 5vw;
  }
}
.p-top__circ__links .c-btn--type02 {
  width: 100%;
}
.p-top__circ__feature {
  border-radius: 3px;
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top__circ__feature:before {
  backface-visibility: hidden;
  background: url(../images/top/top-sec02-bg01.jpg) 50% / cover no-repeat;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.p-top__circ__feature:hover:before {
  transform: translate(-50%, -50%) scale(1.08);
}
.p-top__circ__feature:hover .c-btn--type03 {
  color: #fff;
}
.p-top__circ__feature:hover .c-btn--type03:before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.p-top__circ__feature:hover .c-btn--type03:after {
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__feature {
    height: auto;
  }
}
.p-top__circ__feature a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  padding: 0 clamp(40px, 5.2083333333vw, 60px);
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__feature a {
    padding: 6.25vw 3.75vw;
  }
}
.p-top__circ__feature a:hover {
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__feature .c-btn--type03 {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 0;
    height: 3.75vw;
    padding: 0;
    width: 3.75vw;
  }
  .p-top__circ__feature .c-btn--type03:after {
    background: #fff;
    content: "";
    height: 3.75vw;
    position: absolute;
    right: 0;
    width: 3.75vw;
  }
}
.p-top__circ__label {
  color: #fff;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__label {
    font-size: 3.5vw;
  }
}
.p-top__circ__label span {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(22px, 2.8645833333vw, 26px);
  font-weight: 400;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__circ__label span {
    display: none;
  }
}
.p-top__circ__label b {
  display: block;
  font-size: clamp(28px, 3.6458333333vw, 32px);
  font-weight: 700;
}
.p-top__service {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service {
    padding: 10vw 0;
  }
}
.p-top__service:before {
  background: url(../images/top/top-sec03-bg01.png) 50% / cover no-repeat;
  content: "";
  height: clamp(300px, 39.0625vw, 460px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service:before {
    height: 90vw;
  }
}
.p-top__service__container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service__container {
    display: block;
    margin-bottom: 7.5vw;
  }
}
.p-top__service .c-ttl--type01 {
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service .c-ttl--type01 {
    margin-bottom: 5vw;
  }
}
.p-top__service .c-ttl--type01 span:before {
  background: rgba(0, 0, 0, 0.1);
}
.p-top__service .c-btn--type01 {
  border: none;
  width: clamp(220px, 28.6458333333vw, 280px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service .c-btn--type01 {
    width: 100%;
  }
}
.p-top__service__head {
  align-items: center;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 56px;
  justify-content: space-between;
  margin-bottom: 34px;
  padding: 0 36px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service__head {
    height: 12vw;
    margin: 0 calc(-50vw + 50%) 8.75vw;
    padding: 0 5vw;
    position: relative;
    width: auto;
  }
}
.p-top__service__cats {
  align-items: flex-start;
}
.p-top__service__cats,
.p-top__service__cats li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-top__service__cats li {
  align-items: center;
  font-size: clamp(16px, 2.0833333333vw, 20px);
  font-weight: 700;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service__cats li {
    font-size: 3.5vw;
  }
}
.p-top__service__cats li:before {
  content: "";
  height: 10px;
  margin-right: 12px;
  width: 24px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service__cats li:before {
    height: 2vw;
    margin-right: 2vw;
    width: 4vw;
  }
}
.p-top__service__cats li + li {
  margin-left: clamp(30px, 3.90625vw, 58px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service__cats li + li {
    margin-left: 9.25vw;
  }
}
.p-top__service__cats__item--manuf:before {
  background: #16a72f;
}
.p-top__service__cats__item--local:before {
  background: #ed7900;
}
.p-top__service__notes {
  font-size: clamp(12px, 1.5625vw, 14px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__service__notes {
    bottom: -5vw;
    color: #fff;
    font-size: 2.5vw;
    left: 5vw;
    position: absolute;
  }
}
.p-top__ir {
  background: #edf4f1;
  padding: 80px 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__ir {
    padding: 10vw 0;
  }
}
.p-top__ir__container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__ir__container {
    margin-bottom: 10vw;
  }
  .p-top__ir .c-ttl--type01 {
    margin-bottom: 8.75vw;
  }
}
.p-top__ir .c-ttl--type01 span:before {
  background: #fff;
}
.p-page-entry__form__btns .p-top__ir button,
.p-top__ir .c-btn--type04,
.p-top__ir .p-page-entry__form__btns button {
  width: clamp(220px, 28.6458333333vw, 280px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-top__ir button,
  .p-top__ir .c-btn--type04,
  .p-top__ir .p-page-entry__form__btns button {
    width: 100%;
  }
}
.p-top__ir__wrap {
  position: relative;
}
.p-page-entry__form__btns .p-top__ir__wrap button,
.p-top__ir__wrap .c-btn--type04,
.p-top__ir__wrap .p-page-entry__form__btns button {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-top__ir__wrap button,
  .p-top__ir__wrap .c-btn--type04,
  .p-top__ir__wrap .p-page-entry__form__btns button {
    position: relative;
  }
}
.p-top__ir__label {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.8229166667vw, 18px);
  height: 70px;
  justify-content: flex-start;
  padding-left: 30px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__ir__label {
    border-radius: 3px;
    font-size: 3vw;
    height: 7vw;
    padding-left: 4.25vw;
  }
  .p-top__ir__list {
    margin-bottom: 7.5vw;
  }
}
.p-top__ir__item {
  align-items: center;
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 22px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__ir__item {
    display: block;
    padding: 3.25vw 0;
  }
}
.p-top__ir__item time {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 400;
  margin-right: clamp(50px, 6.5104166667vw, 70px);
  padding-left: clamp(8px, 1.0416666667vw, 14px);
  width: clamp(90px, 11.71875vw, 100px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__ir__item time {
    display: block;
    font-size: 3vw;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.p-top__ir__item__ttl {
  flex: 1;
  font-size: clamp(12px, 1.5625vw, 16px);
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__ir__item__ttl {
    font-size: 3.25vw;
  }
}
.p-top__ir__item__ttl a {
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-top__ir__item__ttl a:hover {
  color: #16a72f;
  opacity: 1;
}
.p-top__news {
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news {
    padding: 10vw 0 12.5vw;
  }
}
.p-top__news .c-ttl--type01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news .c-ttl--type01 {
    margin-bottom: 8.75vw;
  }
}
.p-top__news__pickup {
  background: #edf4f1;
  margin-bottom: 80px;
  padding: 80px 0 50px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__pickup {
    margin-bottom: 7.5vw;
    padding: 10vw 3.75vw 7.5vw;
  }
}
.p-top__news__pickup__list {
  display: grid;
  gap: 0 clamp(30px, 3.90625vw, 56px);
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  padding: 0 10px;
  width: min(100%, 1180px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__pickup__list {
    gap: 6.25vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    width: 100%;
  }
}
.p-top__news__pickup__item {
  position: relative;
}
.p-top__news__pickup__item:hover img {
  transform: scale(1.08);
}
.p-top__news__pickup__item time {
  display: block;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__pickup__item time {
    font-size: 3vw;
    margin-bottom: 1.25vw;
  }
}
.p-top__news__pickup__item__ttl {
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__pickup__item__ttl {
    font-size: 3vw;
    line-height: 1.58;
  }
}
.p-top__news__pickup__item__ttl a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.p-top__news__pickup__img {
  border-radius: 3px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 1px;
}
.p-top__news__pickup__img img {
  height: auto;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
}
.p-top__news__label {
  background: #fff;
  border-radius: 0 0 3px 0;
  color: #7c7c7c;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  font-weight: 700;
  left: 0;
  line-height: 1;
  padding: 2px 30px 10px 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__label {
    font-size: 4.75vw;
    padding: 0 6.75vw 2.5vw 0;
  }
}
.p-top__news__container {
  position: relative;
}
.p-top__news__cats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__cats {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-top__news__cats li:not(:first-child) button {
  border-left: none;
}
.p-top__news__btn {
  align-items: center;
  border: 1px solid #b0b0b0;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 1.8229166667vw, 18px);
  height: 70px;
  justify-content: center;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__btn {
    font-size: 3vw;
    height: 7vw;
  }
}
.p-top__news__btn.is-active {
  background: #000;
  color: #fff;
}
.p-page-entry__form__btns .p-top__news button,
.p-top__news .c-btn--type04,
.p-top__news .p-page-entry__form__btns button {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-page-entry__form__btns .p-top__news button,
  .p-top__news .c-btn--type04,
  .p-top__news .p-page-entry__form__btns button {
    position: relative;
    width: 100%;
  }
}
.p-top__news__entries {
  position: relative;
}
.p-top__news__list {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    visibility 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__list {
    margin-bottom: 7.5vw;
  }
}
.p-top__news__list.is-active {
  opacity: 1;
  position: static;
  visibility: visible;
}
.p-top__news__item {
  align-items: flex-start;
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 22px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__item {
    flex-wrap: wrap;
    padding: 3.75vw 0;
  }
}
.p-top__news__item__cat {
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 700;
  margin-right: clamp(10px, 1.3020833333vw, 20px);
  width: clamp(100px, 13.0208333333vw, 180px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__item__cat {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 0;
    width: auto;
  }
}
.p-top__news__item__cat a {
  background: #006837;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: clamp(12px, 1.5625vw, 14px);
  font-weight: 700;
  line-height: 1;
  min-width: clamp(100px, 13.0208333333vw, 120px);
  padding: 3px 10px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__item__cat a {
    font-size: 2.75vw;
    min-width: 25vw;
    padding: 0.75vw 1vw;
  }
}
.p-top__news__item time {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: clamp(12px, 1.5625vw, 16px);
  font-weight: 400;
  margin-right: clamp(10px, 1.3020833333vw, 20px);
  padding-left: 14px;
  width: clamp(80px, 10.4166666667vw, 100px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__item time {
    font-size: 3vw;
    margin-right: 2.5vw;
    padding-left: 0;
    width: 17.5vw;
  }
}
.p-top__news__item__ttl {
  flex: 1;
  font-size: clamp(12px, 1.5625vw, 16px);
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__item__ttl {
    flex: none;
    font-size: 3.25vw;
    line-height: 1.76;
    width: 100%;
  }
}
.p-top__news__item__ttl a {
  display: table;
  padding-right: 52px;
  position: relative;
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__item__ttl a {
    padding-right: 10vw;
  }
}
.p-top__news__item__ttl a:hover {
  color: #16a72f;
  opacity: 1;
}
.p-top__news__item__ttl a[target="_blank"]:after {
  border: 1px solid #b81c22;
  border-radius: 3px;
  color: #b81c22;
  content: "PDF";
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 1px 7px;
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__news__item__ttl a[target="_blank"]:after {
    font-size: 2.75vw;
    padding: 0.25vw 1.25vw;
    top: 1vw;
  }
}
.p-top__sustainability {
  background: url(../images/top/top-sec06-bg01.jpg) 50% / cover no-repeat;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__sustainability {
    background-image: url(../images/top/top-sec06-bg01-sp.jpg);
    padding: 10vw 0;
  }
}
.p-top__sustainability .c-ttl--type01 {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__sustainability .c-ttl--type01 {
    margin-bottom: 8.75vw;
  }
}
.p-top__sustainability .c-ttl--type01 span:before {
  background: rgba(0, 0, 0, 0.1);
}
.p-top__sustainability .c-ttl--type02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__sustainability .c-ttl--type02 {
    margin-bottom: 5vw;
    padding: 0;
  }
}
.p-top__sustainability__txt {
  color: #fff;
  font-size: clamp(14px, 1.8229166667vw, 18px);
  line-height: 2;
  margin-bottom: 60px;
  padding-left: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__sustainability__txt {
    background: rgba(0, 0, 0, 0.4);
    font-size: 3.5vw;
    line-height: 1.78;
    margin-bottom: 6.25vw;
    padding: 7.5vw 6.25vw;
  }
}
.p-top__sustainability__links {
  display: grid;
  gap: clamp(10px, 1.3020833333vw, 30px) clamp(30px, 3.90625vw, 54px);
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(10px, 1.3020833333vw, 30px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__sustainability__links {
    gap: 5vw 0;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.p-top__about {
  padding: 100px 0 200px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about {
    padding: 10vw 0 20vw;
  }
}
.p-top__about .c-ttl--type01 {
  margin-bottom: 55px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about .c-ttl--type01 {
    margin-bottom: 8.75vw;
  }
}
.p-top__about__container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__container {
    display: block;
    margin-bottom: 12.5vw;
  }
  .p-top__about__wrap {
    margin-bottom: 8.75vw;
  }
}
.p-top__about__catch {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(36px, 4.6875vw, 42px);
  font-weight: 700;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__catch {
    font-size: 6.5vw;
    margin-bottom: 10vw;
  }
}
.p-top__about__catch span {
  font-size: clamp(14px, 1.8229166667vw, 18px);
  margin-left: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__catch span {
    font-size: 3.25vw;
    margin-left: 0;
  }
}
.p-top__about__txt {
  font-size: clamp(14px, 1.8229166667vw, 18px);
  line-height: 1.88;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__txt {
    font-size: 3.5vw;
    line-height: 1.78;
  }
}
.p-top__about__links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: flex-start;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__links {
    gap: 5vw 0;
  }
  .p-top__about__links li {
    width: 100%;
  }
}
.p-top__about__movie {
  background: #edf4f1;
  padding: 80px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__movie {
    padding: 10vw 0;
  }
}
.p-top__about__movie__label {
  background: #fff;
  border-radius: 0 0 3px 0;
  color: #7c7c7c;
  font-family: Montserrat, Noto Sans JP, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  font-weight: 700;
  left: 0;
  line-height: 1;
  padding: 2px 30px 10px 0;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__movie__label {
    font-size: 4.75vw;
    padding: 0 6.75vw 2.5vw 0;
  }
}
.p-top__about__movie__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 20px clamp(40px, 5.2083333333vw, 100px);
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  width: min(100%, 990px);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__movie__list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8.75vw 0;
    padding: 0 7vw;
    width: 100%;
  }
}
.p-top__about__movie__list a {
  display: block;
}
.p-top__about__movie__list a:hover {
  opacity: 1;
}
.p-top__about__movie__wrap {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.p-top__about__movie__wrap:after,
.p-top__about__movie__wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
}
.p-top__about__movie__wrap:before {
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-top__about__movie__wrap:after {
  background: url(../images/common/cmn-ico-play01.svg) 50% / cover no-repeat;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__movie__wrap:after {
    height: 14.25vw;
    width: 14.25vw;
  }
}
.p-top__about__movie__wrap img {
  height: auto;
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  will-change: transform;
}
.p-top__about__movie__wrap:hover:after,
.p-top__about__movie__wrap:hover:before {
  opacity: 0;
}
.p-top__about__movie__wrap:hover img {
  transform: scale(1.08);
}
.p-top__about__movie__name {
  font-size: clamp(14px, 1.8229166667vw, 18px);
  font-weight: 700;
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__about__movie__name {
    font-size: 3.25vw;
    margin-top: 2.5vw;
  }
}
.p-top__recruit {
  background: linear-gradient(90deg, #009300, #005b01);
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit {
    padding: 32vw 0 10vw;
  }
}
.p-top__recruit:after {
  background: url(../images/top/top-sec08-img01.jpg) 50% / cover no-repeat;
  content: "";
  height: clamp(362px, 47.1354166667vw, 640px);
  position: absolute;
  right: 0;
  top: -100px;
  width: clamp(500px, 65.1041666667vw, 884px);
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit:after {
    background-position: 100% 50%;
    background-size: 100%;
    height: 36.25vw;
    top: -10vw;
    width: 76.25vw;
  }
}
.p-top__recruit .c-ttl--type01 {
  color: #fff;
  margin-bottom: 55px;
}
.p-top__recruit .c-ttl--type01 span:before {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit .c-ttl--type01 {
    margin-bottom: 7.5vw;
  }
}
.p-top__recruit .c-ttl--type02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit .c-ttl--type02 {
    margin-bottom: 7.5vw;
    padding: 0;
  }
}
.p-top__recruit .c-ttl--type02 span + span {
  margin: 6px 0 0 26px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit .c-ttl--type02 span + span {
    margin: 1.25vw 0 0 7.5vw;
  }
}
.p-top__recruit__container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit__container {
    display: block;
  }
}
.p-top__recruit__txt {
  color: #fff;
  font-size: clamp(14px, 1.8229166667vw, 18px);
  line-height: 1.88;
  padding-right: clamp(60px, 7.8125vw, 180px);
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit__txt {
    font-size: 3.5vw;
    line-height: 1.78;
    margin-bottom: 10vw;
    padding-right: 0;
    width: 100%;
  }
}
.p-top__recruit .c-btn--type05 {
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .p-top__recruit .c-btn--type05 {
    width: 100%;
  }
}
.u-align--left {
  text-align: left;
}
.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-blank {
  color: #4d99e9;
}
.u-blank:after {
  background: url(/blog/cms/wp-content/themes/envipro/images/common/cmn-ico-blank.svg)
    0 / cover no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 4px;
  width: 12px;
}
.u-cf:after {
  clear: both;
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-fw--300 {
  font-weight: 300;
}
.u-fw--400 {
  font-weight: 400;
}
.u-fw--500 {
  font-weight: 500;
}
.u-fw--600 {
  font-weight: 600;
}
.u-fw--700 {
  font-weight: 700;
}
.u-fw--800 {
  font-weight: 800;
}
.u-mb--10 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--10 {
    margin-bottom: 1.25vw;
  }
}
.u-mb--20 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--20 {
    margin-bottom: 2.5vw;
  }
}
.u-mb--30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--30 {
    margin-bottom: 3.75vw;
  }
}
.u-mb--40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--40 {
    margin-bottom: 5vw;
  }
}
.u-mb--50 {
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--50 {
    margin-bottom: 6.25vw;
  }
}
.u-mb--60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--60 {
    margin-bottom: 7.5vw;
  }
}
.u-mb--70 {
  margin-bottom: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--70 {
    margin-bottom: 8.75vw;
  }
}
.u-mb--80 {
  margin-bottom: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--80 {
    margin-bottom: 10vw;
  }
}
.u-mb--90 {
  margin-bottom: 90px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--90 {
    margin-bottom: 11.25vw;
  }
}
.u-mb--100 {
  margin-bottom: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--100 {
    margin-bottom: 12.5vw;
  }
}
.u-mb--110 {
  margin-bottom: 110px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--110 {
    margin-bottom: 13.75vw;
  }
}
.u-mb--120 {
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--120 {
    margin-bottom: 15vw;
  }
}
.u-mb--130 {
  margin-bottom: 130px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--130 {
    margin-bottom: 16.25vw;
  }
}
.u-mb--140 {
  margin-bottom: 140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--140 {
    margin-bottom: 17.5vw;
  }
}
.u-mb--150 {
  margin-bottom: 150px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--150 {
    margin-bottom: 18.75vw;
  }
}
.u-mb--160 {
  margin-bottom: 160px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--160 {
    margin-bottom: 20vw;
  }
}
.u-mb--170 {
  margin-bottom: 170px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--170 {
    margin-bottom: 21.25vw;
  }
}
.u-mb--180 {
  margin-bottom: 180px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--180 {
    margin-bottom: 22.5vw;
  }
}
.u-mb--190 {
  margin-bottom: 190px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--190 {
    margin-bottom: 23.75vw;
  }
}
.u-mb--200 {
  margin-bottom: 200px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mb--200 {
    margin-bottom: 25vw;
  }
}
.u-mt--10 {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--10 {
    margin-top: 1.25vw;
  }
}
.u-mt--20 {
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--20 {
    margin-top: 2.5vw;
  }
}
.u-mt--30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--30 {
    margin-top: 3.75vw;
  }
}
.u-mt--40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--40 {
    margin-top: 5vw;
  }
}
.u-mt--50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--50 {
    margin-top: 6.25vw;
  }
}
.u-mt--60 {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--60 {
    margin-top: 7.5vw;
  }
}
.u-mt--70 {
  margin-top: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--70 {
    margin-top: 8.75vw;
  }
}
.u-mt--80 {
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--80 {
    margin-top: 10vw;
  }
}
.u-mt--90 {
  margin-top: 90px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--90 {
    margin-top: 11.25vw;
  }
}
.u-mt--100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--100 {
    margin-top: 12.5vw;
  }
}
.u-mt--110 {
  margin-top: 110px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--110 {
    margin-top: 13.75vw;
  }
}
.u-mt--120 {
  margin-top: 120px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--120 {
    margin-top: 15vw;
  }
}
.u-mt--130 {
  margin-top: 130px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--130 {
    margin-top: 16.25vw;
  }
}
.u-mt--140 {
  margin-top: 140px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--140 {
    margin-top: 17.5vw;
  }
}
.u-mt--150 {
  margin-top: 150px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--150 {
    margin-top: 18.75vw;
  }
}
.u-mt--160 {
  margin-top: 160px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--160 {
    margin-top: 20vw;
  }
}
.u-mt--170 {
  margin-top: 170px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--170 {
    margin-top: 21.25vw;
  }
}
.u-mt--180 {
  margin-top: 180px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--180 {
    margin-top: 22.5vw;
  }
}
.u-mt--190 {
  margin-top: 190px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--190 {
    margin-top: 23.75vw;
  }
}
.u-mt--200 {
  margin-top: 200px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mt--200 {
    margin-top: 25vw;
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-pagination-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.p-page-joblist__side__wrap form {
  height: 100%;
  display: flex;
  align-items: center;
}

.p-page-joblist__side__wrap.u-center {
  margin: 30px 0 30px;
  width: fit-content;
}

.p-page-joblist__side__occupation select {
  width: 100%;
  cursor: pointer;
}

.c-inner.padding20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.c-inner.u-mt60 {
  margin-top: 100px;
}

.c-inner.u-mt60 h2 {
  margin-bottom: 0 !important;
}

#sustainabilityTop {
  padding-bottom: 0 !important;
}

.sustainaility__economy__list {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  align-items: center;
  width: 100%;
}

.sustainaility__economy__list::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/page/sustainability/sec02-03.png") no-repeat;
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.sustainability__economy__item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.sustainability__economy__sub__list {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.sustainability__economy__txt span:first-child {
  padding-left: 35px;
}

.sustainability__economy__txt .u-big {
  color: #16a72f;
  font-size: 22px;
  font-weight: bold;
  font-family: Montserrat, Noto Sans JP, sans-serif;
}

.sustainability__economy__txt .u-small {
  color: #16a72f;
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat, Noto Sans JP, sans-serif;
}

.sustainability__economy__sub__list img {
  width: 58px !important;
  height: 27px !important;
  aspect-ratio: 58 / 27;
  margin-left: 50px;
  object-fit: cover;
  display: inline-block;
}

.sustainability__economy__sub__sub__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sustainability__economy__img__list {
  display: flex;
  gap: 13px;
  align-items: center;
}

.sustainability__economy__img__list p {
  padding: 0 !important;
  font-size: 18px;
  font-weight: bold;
}

body.sustainability .challenge .u-mt--50 {
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 605px;
}

body.sustainability .sustainability__economy__sub__list img {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .c-inner.u-mt60 {
    margin-top: 60px;
  }

  body.sustainability .challenge .u-mt--50 {
    width: 100%;
    padding: 0 10px;
    aspect-ratio: 605 / 120;
  }

  .sustainability__economy__img__list p {
    font-size: 140%;
  }

  .sustainability__economy__txt .u-big {
    font-size: 140%;
    padding-left: 2rem;
  }

  .sustainability__economy__txt .u-small {
    font-size: 120%;
  }

  .sustainability__economy__sub__list img {
    margin-left: 3rem !important;
    width: 50px;
    height: 21px;
  }

  .sustainaility__economy__list::after {
    background-size: cover;
    aspect-ratio: 605 / 120;
  }

  body.sustainability .challenge .u-mt--50 {
    height: auto;
  }

  .sustainability__economy__sub__sub__list {
    gap: 2rem;
  }

  .sustainability__economy__txt {
    padding-right: 3rem !important;
  }
}

@media screen and (max-width: 500px) {
  .sustainability__economy__sub__list img {
    margin-left: 1.5rem !important;
  }

  .sustainability__economy__txt {
    padding-right: 1.5rem !important;
  }

  .sustainability__economy__sub__sub__list {
    gap: 1rem;
  }
}

@media screen and (max-width: 450px) {
  .sustainability__economy__sub__list img {
    width: 40px !important;
    height: 22px !important;
    object-fit: contain;
  }

  .sustainability__economy__img__list p {
    font-size: 120%;
  }

  .sustainability__economy__sub__sub__list {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 400px) {
  .sustainability__economy__img__list p {
    font-size: 100%;
  }

  .sustainability__economy__txt {
    font-size: 100% !important;
  }
}

.c-inner.u-add {
  width: min(100%, 1320px) !important;
}
