@charset "UTF-8";



.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  margin-top: .3125rem;
  color: #d32f2f;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
}

.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  border-radius: .3125rem;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  text-align: center;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border-color: #46b450;
  color: #46b450;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border-color: #d32f2f;
  color: #d32f2f;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__wrap:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.form__wrap.form__wrap--radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  margin-top: .75rem;
}

.form__wrap.form__wrap--textarea {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.form__label {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 19px;
  padding-top: 1.1875rem;
  min-width: 312px;
  min-width: 19.5rem;
}

.form__labelText {
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.form__badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding: 0 6.2px 1px 5.8px;
  padding: 0 .3875rem 1px .3625rem;
  min-width: 39px;
  min-width: 2.4375rem;
  height: 21px;
  height: 1.3125rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1;
}

.form__badge--required {
  background-color: #24B454;
  color: #FFF;
}

.form__badge--optional {
  background-color: #EDEFF4;
  color: #FFF;
}

.form__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form__input--radio {
  padding-top: 19px;
  padding-top: 1.1875rem;
}

.form__textbody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form__text, .form__email {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  outline: none;
  border: 1px solid #EDEFF4;
  border-radius: .3125rem;
  background-color: #EDEFF4;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  width: 100%;
  height: 59px;
  height: 3.6875rem;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__text:focus, .form__email:focus {
  border-color: #24B454;
}

.form__textarea {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  outline: none;
  border: 1px solid #EDEFF4;
  border-radius: .3125rem;
  background-color: #EDEFF4;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  width: 100%;
  height: 242px;
  height: 15.125rem;
  resize: none;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__textarea:focus {
  border-color: #24B454;
}

.wpcf7-radio {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

.wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 0;
  border: none;
  border-radius: 50%;
  background-color: #EDEFF4;
  width: 27px;
  width: 1.6875rem;
  height: 27px;
  height: 1.6875rem;
}

.wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #005730;
  width: 13px;
  width: .8125rem;
  height: 13px;
  height: .8125rem;
  content: '';
}

.form__agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 58px;
  margin-top: 3.625rem;
  margin-left: -18px;
  margin-left: -1.125rem;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .05em;
}

.form__agreement a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-bottom: .5px solid #005730;
  text-decoration: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  border-radius: .3125rem;
  background-color: #EDEFF4;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #005730;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 8px;
  width: .5rem;
  height: 14px;
  height: .875rem;
  content: '';
}

.form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.form__button--confirm {
  gap: 20px;
  gap: 1.25rem;
}

.form__confirmBtn, .form__submitBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  cursor: pointer;
  border: .5px solid #005730;
  border-radius: 2.8125rem;
  background-color: rgba(255, 255, 255, .3);
  padding: 15px 60px;
  padding: .9375rem 3.75rem;
  min-width: 291px;
  min-width: 18.1875rem;
  height: 54px;
  height: 3.375rem;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .75px;
}

.form__confirmBtn:disabled, .form__submitBtn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.form__submitBtn {
  background-color: #005730;
  color: #FFF;
}

.form__backBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  cursor: pointer;
  border: .5px solid #9D9FAE;
  border-radius: 2.8125rem;
  background-color: rgba(255, 255, 255, .3);
  padding: 15px 40px;
  padding: .9375rem 2.5rem;
  min-width: 200px;
  min-width: 12.5rem;
  height: 54px;
  height: 3.375rem;
  color: #9D9FAE;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .75px;
}

.confirm_area .confirm_top-text {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}

.confirm_area .confirm_top-text h2 {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.confirm_area .confirm_top-text p {
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__confirmText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EDEFF4;
  border-radius: .3125rem;
  background-color: #FFF;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  min-height: 59px;
  min-height: 3.6875rem;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.form__confirmText--textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 100px;
  min-height: 6.25rem;
  white-space: pre-wrap;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: transparent;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  color: #005730;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

u a {
  text-decoration: underline;
}

a[href='*'] {
  cursor: pointer;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: '';
  content: none;
}

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F3F3F3;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F3F3F3;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F3F3F3;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 16px;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: .7px solid rgba(0, 87, 48, .5);
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #005730;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/
.js-tabItem {
  visibility: hidden;
  opacity: .9;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
  height: 0;
  overflow: hidden;
}

.js-tabItem.is-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 68px;
}

body {
  background-color: #005730;
  isolation: isolate;
}

body::before {
  inset: 0;
  position: fixed;
  z-index: -1;
  background-color: #005730;
  background-image: url('../img/common/bgc_green_01.webp');
  background-image: -webkit-image-set(url('../img/common/bgc_green_01.webp') type('image/webp'), url('../img/common/bgc_green_01.png') type('image/png'));
  background-image: image-set(url('../img/common/bgc_green_01.webp') type('image/webp'), url('../img/common/bgc_green_01.png') type('image/png'));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  content: '';
}

.l-breadcrumb {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  padding: 0;
  width: 100vw;
  max-width: none;
}

.l-foot {
  margin-top: 163px;
  margin-top: 10.1875rem;
}

.l-foot--archive-column {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.l-header.is-follow {
  position: fixed;
}

.l-header.is-follow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-pickUp--top {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.l-pickUp--single-column {
  margin-top: 101px;
  margin-top: 6.3125rem;
}

.l-subMain {
  margin-top: 131px;
  margin-top: 8.1875rem;
}

.l-subMain--single-column {
  margin-top: 131px;
  margin-top: 8.1875rem;
}

.c-button {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #FFF;
  border-radius: 6.25rem;
  padding: 15px 30px 18px 25.05px;
  padding: .9375rem 1.875rem 1.125rem 1.565625rem;
  width: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.02;
}

.c-button--green {
  border: 1px solid #005730;
  color: #005730;
}

.c-button::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 15px;
  right: .9375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_circle_white_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  width: .8125rem;
  content: '';
}

.c-button--green::before {
  background-image: url(../img/common/icon_circle_green_01.png);
}

.p-archive-column {
  overflow-x: clip;
}

.p-archive-column__lineWrap {
  margin-top: 35px;
  margin-top: 2.1875rem;
  border-top: 1px solid #83BF97;
  padding-top: 36px;
  padding-top: 2.25rem;
}

.p-archive-column__categories {
  gap: 13px;
  gap: .8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-archive-column__category {
  display: inline-block;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border-radius: .1875rem;
  background-color: #C5EDD2;
  padding: 5px 10px;
  padding: .3125rem .625rem;
  color: inherit;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.p-archive-column__category.is-active {
  background-color: #FFF;
}

.p-archive-column__items {
  gap: 27px;
  gap: 1.6875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-archive-column__item {
  width: 100%;
}

.p-archive-column__empty {
  grid-column: 1/-1;
  margin-top: 0;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.p-archivePagination {
  margin-top: 90px;
  margin-top: 5.625rem;
}

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

.p-archivePagination__inner .page-numbers {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-archivePagination__inner .page-numbers li {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  width: 2.125rem;
  color: #C9D6EF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-archivePagination__inner .page-numbers li a,
.p-archivePagination__inner .page-numbers li > span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.p-archivePagination__inner .page-numbers li .current {
  background-color: #C5EDD2;
  color: #005730;
}

.p-archivePagination__inner .page-numbers li a.prev,
.p-archivePagination__inner .page-numbers li a.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent;
  font-size: 0;
}

.p-archivePagination__arrow {
  aspect-ratio: 8/14;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #FFF;
  width: 7px;
  width: .4375rem;
  height: auto;
}

.p-archivePagination__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.breadcrumbs,
.breadcrumb-trail,
.p-breadcrumb__list {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  list-style: none;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumb-trail a,
.breadcrumb-trail span,
.p-breadcrumb__list a,
.p-breadcrumb__list span {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.5;
}

.breadcrumbs a,
.breadcrumb-trail a,
.p-breadcrumb__list a {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #FFF;
}

.breadcrumbs .p-breadcrumb__arrow,
.breadcrumb-trail .p-breadcrumb__arrow,
.p-breadcrumb__list .p-breadcrumb__arrow {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 10px;
  margin: 0 .625rem;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 6px;
  width: .375rem;
  height: 6px;
  height: .375rem;
}

.breadcrumbs a.taxonomy.category,
.breadcrumb-trail a.taxonomy.category,
.p-breadcrumb__list a.taxonomy.category {
  display: inline;
}

.breadcrumbs .p-breadcrumb__categoryLabel,
.breadcrumb-trail .p-breadcrumb__categoryLabel,
.p-breadcrumb__list .p-breadcrumb__categoryLabel {
  display: inline;
  position: relative;
  padding-left: 17px;
  padding-left: 1.0625rem;
}

.breadcrumbs .p-breadcrumb__categoryIcon,
.breadcrumb-trail .p-breadcrumb__categoryIcon,
.p-breadcrumb__list .p-breadcrumb__categoryIcon {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_article-category_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  width: .8125rem;
  height: 13px;
  height: .8125rem;
}

.p-breadcrumb__list {
  border-top: 1px solid #83BF97;
  border-bottom: 1px solid #83BF97;
  padding: 24px 25px;
  padding: 1.5rem 1.5625rem;
  width: 100%;
}

.p-columnCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  z-index: 0;
  height: auto;
}

.p-columnCard.is-new::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: -19px;
  top: -1.1875rem;
  right: -13px;
  right: -.8125rem;
  z-index: 3;
  background-image: url(../img/common/icon_article-new_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 57px;
  width: 3.5625rem;
  content: '';
}

.p-columnCard__image {
  aspect-ratio: 382/222.74;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 20px;
  border-top-left-radius: 1.25rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-columnCard__image img {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-columnCard__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  border-bottom-right-radius: 20px;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 20px;
  border-bottom-left-radius: 1.25rem;
  background-color: #FFF;
  padding: 17.26px 26px 31px 25px;
  padding: 1.07875rem 1.625rem 1.9375rem 1.5625rem;
}

.p-columnCard__meta {
  gap: 17px;
  gap: 1.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-columnCard__categories {
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-columnCard__category {
  border-radius: .1875rem;
  background-color: #C5EDD2;
  padding: 0 11px 1px 12px;
  padding: 0 .6875rem .0625rem .75rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-columnCard__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-columnCard__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 8px;
  margin-top: .5rem;
}

.p-columnCard__title-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-drawer {
  inset: 0;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 40;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  background-image: url('../img/common/bgc_green_01_sp.webp');
  background-image: -webkit-image-set(url('../img/common/bgc_green_01_sp.webp') type('image/webp'), url('../img/common/bgc_green_01_sp.png') type('image/png'));
  background-image: image-set(url('../img/common/bgc_green_01_sp.webp') type('image/webp'), url('../img/common/bgc_green_01_sp.png') type('image/png'));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  pointer-events: none;
}

.p-drawer.is-opened {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-drawer__body {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.p-drawer.is-scrollable .p-drawer__body {
  scrollbar-gutter: stable;
}

.p-drawer__toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10.5px 11px 0;
  padding: .65625rem .6875rem 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
}

.p-drawer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 77px;
  padding-top: 4.8125rem;
  min-height: 95%;
}

.p-drawer__contents {
  padding-inline: 43px;
  padding-inline: 2.6875rem;
  margin-block: auto;
  margin-inline: auto;
  width: 100%;
  max-width: 540px;
  max-width: 33.75rem;
}

.p-drawer__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-drawer__logo-image {
  width: 114.41px;
  width: 7.150625rem;
}

.p-drawer__logo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer__logo-name {
  margin-top: 15.84px;
  margin-top: .99rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 20.68px;
  font-size: 1.2925rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.p-drawer__nav {
  margin-top: 40.89px;
  margin-top: 2.555625rem;
}

.p-drawer__nav-item {
  border-top: 1px solid #83BF97;
}

.p-drawer__nav-item:last-child {
  border-bottom: 1px solid #83BF97;
}

.p-drawer__nav-link {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 10.85px 19.5px 10px;
  padding: 1rem .678125rem 1.21875rem .625rem;
}

.p-drawer__nav-link-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.02;
}

.p-drawer__nav-link-arrow {
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 10px;
  width: .625rem;
}

.p-drawer__button {
  margin-inline: auto;
  margin-top: 44px;
  margin-top: 2.75rem;
  width: 100%;
  max-width: 270px;
  max-width: 16.875rem;
}

.p-drawer__button-link {
  display: block;
  border: 1px solid #FFF;
  border-radius: 6.25rem;
  background-color: #24B454;
  padding: 16px 19px 18px;
  padding: 1rem 1.1875rem 1.125rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.5;
  text-align: center;
}

.p-drawer__copyright {
  display: block;
  padding-top: 85px;
  padding-top: 5.3125rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

.p-drawer__close {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: #24B454;
  padding: 0;
  width: 47px;
  width: 2.9375rem;
  height: 47px;
  height: 2.9375rem;
  pointer-events: auto;
}

.p-drawer__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: .125rem;
  background-color: #FFF;
  width: 20px;
  width: 1.25rem;
  height: 1px;
}

.p-drawer__close-line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer__close-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-footer {
  position: relative;
  padding-top: 140px;
  padding-top: 8.75rem;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
}

.p-footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/bgi_footer_01.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-footer__inner {
  position: relative;
  z-index: 1;
}

.p-footer__head {
  position: relative;
  border-bottom: 1px solid #83BF97;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}

.p-footer__head::before {
  aspect-ratio: 73.96/113.65;
  position: absolute;
  bottom: 0;
  left: 143px;
  left: 8.9375rem;
  background-image: url(../img/common/icon_people_04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 73.96px;
  width: 4.6225rem;
  content: '';
}

.p-footer__head::after {
  aspect-ratio: 119.51/89.77;
  position: absolute;
  right: 98.49px;
  right: 6.155625rem;
  bottom: 0;
  background-image: url(../img/common/icon_animal_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 119.51px;
  width: 7.469375rem;
  content: '';
}

.p-footer__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}

.p-footer__message-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__message-main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__message-main-text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-footer__message-main-logo {
  margin-inline: 22px;
  margin-inline: 1.375rem;
  width: 100%;
  max-width: 85px;
  max-width: 5.3125rem;
  height: auto;
}

.p-footer__message-main-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__message-sub {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}

.p-footer__button {
  margin-inline: auto;
  margin-top: 53px;
  margin-top: 3.3125rem;
  width: 100%;
  max-width: 270px;
  max-width: 16.875rem;
}

.p-footer__button-link {
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
  margin-left: -4px;
  margin-left: -.25rem;
  border: 1px solid #FFF;
  border-radius: 6.25rem;
  background-color: #24B454;
  padding: 19.54px 13px 21px 21px;
  padding: 1.22125rem .8125rem 1.3125rem 1.3125rem;
  width: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.02;
  text-align: center;
}

.p-footer__foot {
  padding-inline: 20px;
  padding-inline: 1.25rem;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-footer__foot-wrap {
  gap: 80px;
  gap: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FFF;
}

.p-footer__info-company {
  gap: 18.46px;
  gap: 1.15375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer__info-company-logo {
  width: 100%;
  max-width: 95px;
  max-width: 5.9375rem;
  height: auto;
}

.p-footer__info-company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer__info-company-text {
  margin-bottom: 2px;
  margin-bottom: .125rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17.31px;
  font-size: 1.081875rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.p-footer__info-disc {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
}

.p-footer__nav-items {
  gap: 3.6805555556vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-footer__nav-link {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.9;
  white-space: nowrap;
}

.p-footer__management {
  margin-top: 14px;
  margin-top: .875rem;
  color: #83BF97;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.9;
  text-align: right;
}

.p-footer__copyright {
  margin-top: 53px;
  margin-top: 3.3125rem;
  text-align: center;
}

.p-footer__copyright-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.9;
}

.p-header {
  width: 100%;
  height: 84px;
  height: 5.25rem;
}

.p-header__inner {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 32px;
  padding-left: 2rem;
  height: inherit;
}

.p-header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit;
}

.p-header__companyName {
  padding-block: 6px;
  padding-block: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__companyName-nameWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__companyName-logo {
  width: 83px;
  width: 5.1875rem;
}

.p-header__companyName-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__companyName-logo-img--green {
  display: none;
}

.p-header__companyName-name {
  margin-left: 16px;
  margin-left: 1rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
}

.p-header__companyName-dot {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 13px;
  margin-left: .8125rem;
}

.p-header__companyName-dot span {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFF;
  width: 2px;
  width: .125rem;
  height: auto;
}

.p-header__companyName-disc {
  margin-left: 12px;
  margin-left: .75rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
}

.p-header__pcNav {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.p-header__pcNav-items {
  gap: 34px;
  gap: 2.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-header__pcNav-item--button {
  margin-left: 12px;
  margin-left: .75rem;
  width: 100%;
  max-width: 186px;
  max-width: 11.625rem;
}

.p-header__pcNav-item-link {
  padding-block: 6px;
  padding-block: .375rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.02;
  white-space: nowrap;
}

.p-header__pcNav-item-button {
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
  border: 1px solid #FFF;
  border-radius: 6.25rem;
  background-color: #24B454;
  padding: 17px 10px 18px;
  padding: 1.0625rem .625rem 1.125rem;
  width: 100%;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.02;
  text-align: center;
}

.p-header__spButton {
  display: none;
}

.p-header__drawer {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  cursor: pointer;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: #24B454;
  padding: 0 12.6px 0 0;
  padding: 0 .7875rem 0 0;
  width: 47px;
  width: 2.9375rem;
  height: 47px;
  height: 2.9375rem;
}

.p-header__drawer-line {
  display: block;
  border-radius: .125rem;
  background-color: #FFF;
  width: 19.66px;
  width: 1.22875rem;
  height: 1px;
}

.p-header__drawer-line:nth-child(3) {
  width: 12px;
  width: .75rem;
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 680px;
  min-height: 42.5rem;
  overflow: hidden;
}

.l-container.p-mv__inner {
  position: relative;
  z-index: 1;
  max-width: initial;
  height: inherit;
  min-height: 680px;
  min-height: 42.5rem;
  overflow: hidden;
}

.p-mv__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: center;
}

.p-mv__content[data-name=first] {
  z-index: 1;
  padding: 120px 165.55px 46px 128px;
  padding: 7.5rem 10.346875rem 2.875rem 8rem;
}

.p-mv__content[data-name=second] {
  opacity: 0;
  z-index: 0;
  padding: 115px 220px 17.61px 147px;
  padding: 7.1875rem 13.75rem 1.100625rem 9.1875rem;
}

.p-mv__content picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-mv__content img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-mv__pagenavi {
  position: absolute;
  top: 50.6%;
  right: 42px;
  right: 2.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.p-mv__pagenavi-items {
  gap: 15px;
  gap: .9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-mv__pagenavi-item {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: .5;
  cursor: pointer;
}

.p-mv__pagenavi-item.is-active {
  opacity: 1;
}

.p-mv__pagenavi-item-number {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.02;
}

.p-mv__pagenavi-item-dot {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFF;
  width: 9px;
  width: .5625rem;
  height: auto;
}

.p-mv__recruitButton {
  position: absolute;
  right: 34px;
  right: 2.125rem;
  bottom: 30px;
  bottom: 1.875rem;
  z-index: 1;
}

.p-mv__recruitButton-link {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid #FFF;
  border: .125rem solid #FFF;
  border-radius: 50%;
  width: 14.9861111111vw;
  height: auto;
}

.p-mv__recruitButton-link:hover {
  background-color: rgba(255, 255, 255, .2);
}

.p-mv__recruitButton-textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
  padding-bottom: .3125rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1;
}

.p-mv__recruitButton-locationText {
  font-size: 1.2590277778vw;
  letter-spacing: .05em;
}

.p-mv__recruitButton-newText {
  margin-top: 1.0416666667vw;
  font-size: 2.1583333333vw;
  font-weight: 900;
  letter-spacing: .03em;
}

.p-mv__recruitButton-recruitText {
  margin-top: .5555555556vw;
  font-size: 1.7986111111vw;
  font-weight: 900;
  letter-spacing: .03em;
}

.p-notFound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 200px;
  padding-top: 12.5rem;
}

.p-notFound__textBlock {
  color: #FFF;
  text-align: center;
}

.p-notFound__code {
  font-family: 'Roboto', sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-notFound__title {
  margin-top: 32px;
  margin-top: 2rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}

.p-notFound__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 2;
}

.p-notFound__button {
  margin-inline: auto;
  margin-top: 48px;
  margin-top: 3rem;
  width: 100%;
  max-width: 242px;
  max-width: 15.125rem;
}

.l-pickUp--top .p-pickUp__lineWrap {
  border-bottom: 1px solid #83BF97;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.p-pickUp__title {
  gap: 18.5px;
  gap: 1.15625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #FFF;
}

.p-pickUp__title-en {
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.02;
}

.p-pickUp__title-ja {
  margin-bottom: 5.5px;
  margin-bottom: .34375rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.02;
}

.p-pickUp__items {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-pickUp__items-inner {
  gap: 40px 27px;
  gap: 2.5rem 1.6875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-pickUp__item {
  width: 100%;
}

.p-pickUp__item-image {
  aspect-ratio: 382/223;
  border: 1px solid #FFF;
  border-radius: 1.3125rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-pickUp__item-image img {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-pickUp__item-textBlock {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-pickUp__item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.p-pickUp__item-title-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-pickUp__item-meta {
  gap: 17.07px;
  gap: 1.066875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 11px;
  margin-top: .6875rem;
}

.p-pickUp__item-categories {
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-pickUp__item-category {
  border-radius: .1875rem;
  background-color: rgba(255, 255, 255, .6);
  padding: 0 11.6px 1px 13.67px;
  padding: 0 .725rem .0625rem .854375rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-pickUp__item-date {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-single-column__title {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-single-column__lineWrap {
  margin-top: 23px;
  margin-top: 1.4375rem;
  border-top: 1px solid #83BF97;
  padding-top: 23px;
  padding-top: 1.4375rem;
}

.p-single-column__meta {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-single-column__categories {
  gap: 13px;
  gap: .8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-single-column__category {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .1875rem;
  background-color: #C5EDD2;
  padding: 5px 10px;
  padding: .3125rem .625rem;
  color: inherit;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.p-single-column__date {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-single-column__contentWrap {
  margin-top: 64px;
  margin-top: 4rem;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 56px 50px 75px;
  padding: 3.5rem 3.125rem 4.6875rem;
}

.p-single-column__thumbnail {
  padding-inline: 38px;
  padding-inline: 2.375rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-single-column__thumbnail-img {
  border-radius: .3125rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-column__content h1,
.p-single-column__content h2,
.p-single-column__content h3,
.p-single-column__content h4,
.p-single-column__content h5,
.p-single-column__content h6 {
  margin-top: 73.6px;
  margin-top: 4.6rem;
  line-height: 1.2;
}

.p-single-column__content h1 {
  border-top: 1px solid #83BF97;
  border-bottom: 1px solid #83BF97;
  border-radius: .1875rem;
  padding: 14px 15px 16px;
  padding: .875rem .9375rem 1rem;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
}

.p-single-column__content h2 {
  border-bottom: 1px solid #83BF97;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-single-column__content h3 {
  border-bottom: 1px solid #83BF97;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-single-column__content h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-single-column__content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-single-column__content h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-single-column__content p {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.9;
}

.p-single-column__content a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #24B454;
  -webkit-text-decoration: underline #24B454;
  text-decoration: underline #24B454;
}

.p-single-column__content b,
.p-single-column__content strong {
  font-weight: 900;
}

.p-single-column__content ul,
.p-single-column__content ol {
  margin-top: 73.6px;
  margin-top: 4.6rem;
}

.p-single-column__content ul li,
.p-single-column__content ol li {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-single-column__content ul li:not(:first-of-type),
.p-single-column__content ol li:not(:first-of-type) {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-single-column__content ul li {
  position: relative;
  padding-left: 1.5em;
}

.p-single-column__content ul li::before {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  margin-right: 14px;
  margin-right: .875rem;
  border-radius: 50%;
  background-color: #24B454;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-single-column__content ol {
  counter-reset: number;
}

.p-single-column__content ol li {
  position: relative;
  padding-left: 1.5em;
}

.p-single-column__content ol li::before {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  counter-increment: number;
  margin-right: 14px;
  margin-right: .875rem;
  color: #24B454;
  content: counter(number) '.';
}

.p-single-column__content .u-columnList-bgc {
  margin-top: 73.6px;
  margin-top: 4.6rem;
  border-radius: .3125rem;
  background-color: #EEFAF1 !important;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-single-column__content .u-columnList-bgc ul,
.p-single-column__content .u-columnList-bgc ol {
  margin-top: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-single-column__content figure {
  margin-top: 73.6px;
  margin-top: 4.6rem;
  max-width: 100%;
  overflow: hidden;
}

.p-single-column__content figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-single-column__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.p-single-column__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-single-column__content figure.wp-block-table {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-single-column__content .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: auto;
}

.p-single-column__content .wp-block-table table {
  border: 1px solid #83BF97;
  border-collapse: collapse;
  width: 100%;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}

.p-single-column__content .wp-block-table table thead {
  border-bottom: 1px solid #83BF97;
}

.p-single-column__content .wp-block-table table th,
.p-single-column__content .wp-block-table table td {
  border: 1px solid #83BF97;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

.p-single-column__content .wp-block-table table th {
  vertical-align: middle;
  background-color: #EEFAF1;
  width: 208px;
  width: 13rem;
  font-weight: 700;
}

.p-single-column__content .wp-block-table table th b,
.p-single-column__content .wp-block-table table th strong {
  font-weight: 900;
}

.p-single-column__content .wp-block-table table td {
  background-color: #FFF;
}

.p-single-column__content .wp-block-buttons {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-single-column__content .wp-block-button .wp-block-button__link.wp-element-button {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #24B454;
  border-radius: 6.25rem;
  background-color: #24B454;
  padding: 21px 45px 24px;
  padding: 1.3125rem 2.8125rem 1.5rem;
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.02;
  text-align: center;
  text-decoration: none;
}

.p-single-column__content blockquote,
.p-single-column__content q {
  position: relative;
  margin: 40px 0;
  margin: 2.5rem 0;
  border-left: 4px solid #83BF97;
  border-left: .25rem solid #83BF97;
  background-color: #FFF;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  font-style: italic;
  line-height: 1.8;
}

.p-single-column__content blockquote p,
.p-single-column__content q p {
  margin-top: 0;
}

.p-single-column__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #83BF97;
}

.p-single-column__content dl dt,
.p-single-column__content dl dd {
  border-top: 1px solid #83BF97;
  padding: 12px 16px;
  padding: .75rem 1rem;
}

.p-single-column__content dl dt {
  width: 30%;
  font-weight: 700;
}

.p-single-column__content dl dd {
  width: 70%;
}

.p-single-column__content figcaption {
  margin-top: 8px;
  margin-top: .5rem;
  color: #83BF97;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.6;
  text-align: center;
}

.p-single-column__content hr {
  margin: 48px 0;
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #83BF97;
}

.p-single-column__content pre {
  border-radius: .25rem;
  background-color: #F3F3F3;
  padding: 12px;
  padding: .75rem;
  overflow-x: auto;
  font-family: monospace;
  font-size: 14px;
  font-size: .875rem;
}

.p-single-column__content code {
  border-radius: .1875rem;
  background-color: #F3F3F3;
  padding: 2px 6px;
  padding: .125rem .375rem;
  font-family: monospace;
  font-size: 14px;
  font-size: .875rem;
}

.p-single-column__content pre code {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

.p-single-column__content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-single-column__content .wp-container-core-group-is-layout-8cf370e7 p {
  margin: 0;
}

.p-single-column__archiveButton {
  margin-inline: auto;
  margin-top: 75px;
  margin-top: 4.6875rem;
  width: 100%;
  max-width: 242px;
  max-width: 15.125rem;
}

.p-subTitle__main {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.02;
}

.p-subTitle__sub {
  gap: 18px;
  gap: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 15px;
  margin-top: .9375rem;
}

.p-subTitle__sub-logo {
  width: 100%;
  max-width: 73px;
  max-width: 4.5625rem;
  height: auto;
}

.p-subTitle__sub-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-subTitle__sub-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.02;
}

.p-top-column {
  padding-top: 70px;
  padding-top: 4.375rem;
}

.p-top-column__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: .6944444444vw;
  color: #FFF;
}

.p-top-column__title-en {
  font-family: 'Roboto', sans-serif;
  font-size: 47px;
  font-size: 2.9375rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.02;
}

.p-top-column__title-logo {
  margin-bottom: 3px;
  margin-bottom: .1875rem;
  margin-left: 28px;
  margin-left: 1.75rem;
  width: 100%;
  max-width: 73px;
  max-width: 4.5625rem;
  height: auto;
}

.p-top-column__title-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-column__title-ja {
  margin-bottom: 4px;
  margin-bottom: .25rem;
  margin-left: 18px;
  margin-left: 1.125rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.02;
}

.p-top-column__items {
  margin-top: 39px;
  margin-top: 2.4375rem;
  overflow: visible;
}

.p-top-column__items.swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-top-column__items.swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  overflow: visible;
}

.p-top-column__items-inner {
  gap: 27px;
  gap: 1.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-column__item {
  width: 100%;
  max-width: 382px;
  max-width: 23.875rem;
}

.p-top-column__button {
  margin-inline: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
  max-width: 242px;
  max-width: 15.125rem;
}

.p-top-discover {
  margin-top: 101px;
  margin-top: 6.3125rem;
}

.p-top-discover__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-discover__title-logoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-discover__title-text {
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24.29px;
  font-size: 1.518125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-top-discover__title-logoWrap .p-top-discover__title-text {
  margin-bottom: 7px;
  margin-bottom: .4375rem;
  margin-left: 23.5px;
  margin-left: 1.46875rem;
  font-size: 32.2px;
  font-size: 2.0125rem;
}

.p-top-discover__title-text:last-child {
  margin-left: 23.5px;
  margin-left: 1.46875rem;
}

.p-top-discover__title-logo {
  aspect-ratio: 1/1;
  display: block;
  width: 94px;
  width: 5.875rem;
  height: auto;
}

.p-top-discover__title-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-discover__title-logo--nou {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.p-top-discover__title-logo--plus {
  margin-left: 22.7px;
  margin-left: 1.41875rem;
}

.p-top-discover__contents {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-top-discover__buttons {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-top-discover__buttons.is-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.p-top-discover__buttons.is-grabbing .p-top-discover__button {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.p-top-discover__button {
  position: relative;
  cursor: pointer;
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 41px 6px 40px 5px;
  padding: 2.5625rem .375rem 2.5rem .3125rem;
  width: 100%;
}

.p-top-discover__button::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
}

.p-top-discover__button.is-active::before {
  opacity: 1;
}

.p-top-discover__button-triangle {
  position: absolute;
  bottom: -23px;
  bottom: -1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transition: opacity .25s ease, visibility 0s linear .25s;
  transition: opacity .25s ease, visibility 0s linear .25s;
  background-color: #FFF;
  width: 28px;
  width: 1.75rem;
  height: 24px;
  height: 1.5rem;
  pointer-events: none;
}

.p-top-discover__button-triangle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-discover__button.is-active .p-top-discover__button-triangle {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .25s ease, visibility 0s linear 0s;
  transition: opacity .25s ease, visibility 0s linear 0s;
}

.p-top-discover__button[data-name=rice]::before,
.p-top-discover__button[data-name=rice] .p-top-discover__button-triangle::before {
  background-color: rgba(237, 188, 50, .2);
}

.p-top-discover__button[data-name=dairy]::before,
.p-top-discover__button[data-name=dairy] .p-top-discover__button-triangle::before {
  background-color: rgba(74, 163, 213, .2);
}

.p-top-discover__button[data-name=fruit]::before,
.p-top-discover__button[data-name=fruit] .p-top-discover__button-triangle::before {
  background-color: rgba(226, 89, 92, .2);
}

.p-top-discover__button[data-name=vegetable]::before,
.p-top-discover__button[data-name=vegetable] .p-top-discover__button-triangle::before {
  background-color: rgba(240, 133, 76, .2);
}

.p-top-discover__button[data-name=career]::before,
.p-top-discover__button[data-name=career] .p-top-discover__button-triangle::before {
  background-color: rgba(109, 121, 185, .2);
}

.p-top-discover__button[data-name=education]::before,
.p-top-discover__button[data-name=education] .p-top-discover__button-triangle::before {
  background-color: rgba(83, 169, 50, .2);
}

.p-top-discover__button-icon {
  aspect-ratio: 1/1;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 98px;
  max-width: 6.125rem;
  height: auto;
}

.p-top-discover__button-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-discover__button-textBlock {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.p-top-discover__button-title {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-top-discover__details {
  position: relative;
  margin-top: 68px;
  margin-top: 4.25rem;
}

.p-top-discover__detail {
  gap: 3.75vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease, visibility 0s linear .25s;
  transition: opacity .25s ease, visibility 0s linear .25s;
  border: 1px solid #FFF;
  border-radius: 1.25rem;
  background-color: rgba(197, 237, 210, .2);
  padding: 35px;
  padding: 2.1875rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
}

.p-top-discover__detail.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity .25s ease, visibility 0s linear 0s;
  transition: opacity .25s ease, visibility 0s linear 0s;
  pointer-events: auto;
}

.p-top-discover__detail-image {
  aspect-ratio: 525/368;
  border-radius: .625rem;
  width: 100%;
  max-width: 525px;
  max-width: 32.8125rem;
  height: auto;
  overflow: hidden;
  pointer-events: none;
}

.p-top-discover__detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-discover__detail-textBlock {
  width: 100%;
  max-width: 551px;
  max-width: 34.4375rem;
}

.p-top-discover__detail-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-discover__detail-title-icon {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 70px;
  max-width: 4.375rem;
  height: auto;
}

.p-top-discover__detail-title-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-discover__detail-title-logo {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  margin-left: 16.86px;
  margin-left: 1.05375rem;
  width: 100%;
  max-width: 133.17px;
  max-width: 8.323125rem;
  height: auto;
}

.p-top-discover__detail-title-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-discover__detail-text {
  margin-top: 22px;
  margin-top: 1.375rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-top-discover__detail-button {
  margin-top: 47px;
  margin-top: 2.9375rem;
  width: 100%;
  max-width: 242px;
  max-width: 15.125rem;
}

.p-top-plus {
  position: relative;
  margin-top: 101px;
  margin-top: 6.3125rem;
  padding-top: 158px;
  padding-top: 9.875rem;
  padding-bottom: 113px;
  padding-bottom: 7.0625rem;
  overflow-x: clip;
}

.p-top-plus::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/top/bgi_plus_01.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-plus__inner {
  position: relative;
  z-index: 1;
}

.p-top-plus__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-plus__title-logo {
  width: 100%;
  max-width: 176px;
  max-width: 11rem;
  height: auto;
}

.p-top-plus__title-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-plus__title-ja {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-top-plus__title-ja span {
  border-bottom: 3px solid #83BF97;
  border-bottom: .1875rem solid #83BF97;
}

.p-top-plus__title-ja span:first-child {
  padding: 0 0 12px 8px;
  padding: 0 0 .75rem .5rem;
}

.p-top-plus__title-ja span:last-child {
  padding: 0 7px 12px 0;
  padding: 0 .4375rem .75rem 0;
}

.p-top-plus__content {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 82px;
  margin-top: 5.125rem;
  padding-left: 6.8055555556vw;
}

.p-top-plus__textBlock {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-top-plus__mainText {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-top-plus__subText {
  margin-top: 58px;
  margin-top: 3.625rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.p-top-plus__subText.p-top-plus__subText--last {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-top-plus__subText p {
  margin-top: .94lh;
}

.p-top-plus__labels {
  gap: 8.53px;
  gap: .533125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 38.22px;
  margin-top: 2.38875rem;
}

.p-top-plus__label {
  border-radius: .1875rem;
  background-color: #FFF;
  padding: 0 0 1px 13.4px;
  padding: 0 0 .0625rem .8375rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24.36px;
  font-size: 1.5225rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.7;
}

.p-top-plus__images {
  position: relative;
  width: 100%;
  max-width: 355px;
  max-width: 22.1875rem;
}

.p-top-plus__images-inner {
  width: 100%;
}

.p-top-plus__images-track {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-plus__images::before {
  aspect-ratio: 155.64/120.36;
  position: absolute;
  top: -99px;
  top: -6.1875rem;
  right: -24.82px;
  right: -1.55125rem;
  background-image: url(../img/common/icon_people_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 155.64px;
  width: 9.7275rem;
  content: '';
}

.p-top-plus__images::after {
  aspect-ratio: 130.52/155.8;
  position: absolute;
  bottom: -46.54px;
  bottom: -2.90875rem;
  left: -110px;
  left: -6.875rem;
  background-image: url(../img/common/icon_people_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130.52px;
  width: 8.1575rem;
  content: '';
}

.p-top-plus__image {
  aspect-ratio: 355/237;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: .625rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-top-plus__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-plus__numberItems {
  gap: 27px;
  gap: 1.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 130px;
  margin-top: 8.125rem;
}

.p-top-plus__numberItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  text-align: center;
}

.p-top-plus__numberItem-number {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  border-radius: 6.25rem;
  background-color: #FFF;
  width: 62px;
  width: 3.875rem;
  color: #24B454;
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.02;
}

.p-top-plus__numberItem-body {
  margin-top: -31px;
  margin-top: -1.9375rem;
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 33px 37px 39px 38px;
  padding: 2.0625rem 2.3125rem 2.4375rem 2.375rem;
  height: 100%;
}

.p-top-plus__numberItem-title {
  position: relative;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-top-plus__numberItem-title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #83BF97;
  width: 93px;
  width: 5.8125rem;
  height: 1px;
  content: '';
}

.p-top-plus__numberItem-title-text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.8;
}

.p-top-plus__numberItem-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.6;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-overflowHidden {
  overflow: hidden !important;
}

.u-hidden {
  display: none !important;
}

.u-onlyPc {
  display: block;
}

.u-onlySp {
  display: none;
}

.u-onlySm {
  display: none;
}

.u-overSm {
  display: none;
}

.u-tel {
  pointer-events: none;
}

@media screen and (min-width: 540px) {

  .u-overSm {
    display: block;
  }
}

@media screen and (min-width: 768px) {

  .form__agreement a:hover {
    opacity: .7;
  }

  .form__confirmBtn:hover, .form__submitBtn:hover {
    background-color: #005730;
    color: #FFF;
  }

  .form__confirmBtn:disabled:hover, .form__submitBtn:disabled:hover {
    background-color: rgba(255, 255, 255, .3);
    color: #005730;
  }

  .form__submitBtn:hover {
    background-color: #111e4e;
    color: #FFF;
  }

  .form__backBtn:hover {
    background-color: #9D9FAE;
    color: #FFF;
  }

  a[href='*']:hover, a[href='*']:focus-visible {
    opacity: .7;
  }

  html {
    font-size: 1.3333333333vw;
  }

  :root {
    --header-height: 84px;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1260px;
  }

  .l-container.l-container--narrow {
    max-width: 1020px;
  }

  .l-container.l-container--wide {
    max-width: 1328px;
    max-width: 83rem;
  }

  .l-header.is-follow::before {
    -webkit-backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(.375rem);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(76%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    backdrop-filter: blur(6px);
    backdrop-filter: blur(.375rem);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(76%, #000), to(transparent));
    mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .05)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .c-button:hover {
    background-color: #24B454;
  }

  .c-button--green:hover {
    background-color: #F6ED6D;
    color: #005730;
  }

  .p-archive-column__category:hover {
    background-color: #FFF;
  }

  .p-archivePagination__inner .page-numbers li a:hover {
    color: #F6ED6D;
  }

  .p-archivePagination__inner .page-numbers li a.prev:hover .p-archivePagination__arrow,
  .p-archivePagination__inner .page-numbers li a.next:hover .p-archivePagination__arrow {
    background-color: #F6ED6D;
  }

  .breadcrumbs a:hover,
  .breadcrumb-trail a:hover,
  .p-breadcrumb__list a:hover {
    color: #F6ED6D;
  }

  .p-columnCard {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .p-top-column__item.p-columnCard:nth-child(3)::after {
    aspect-ratio: 111.09/161.33;
    position: absolute;
    top: -119px;
    top: -7.4375rem;
    right: 46.91px;
    right: 2.931875rem;
    z-index: -1;
    background-image: url(../img/common/icon_people_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 111.09px;
    width: 6.943125rem;
    pointer-events: none;
    content: '';
  }

  .p-columnCard:hover .p-columnCard__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .p-drawer {
    display: none;
  }

  .p-footer__button-link:hover {
    background-color: #F6ED6D;
    color: #005730;
  }

  .p-footer__nav-link:hover {
    color: #F6ED6D;
  }

  .p-header__pcNav-item-link:hover {
    color: #F6ED6D;
  }

  .l-header.is-follow.is-on-plus .p-header__pcNav-item-link:hover {
    color: #005730;
  }

  .p-header__pcNav-item-button:hover {
    background-color: #F6ED6D;
    color: #005730;
  }

  .p-pickUp__item:hover .p-pickUp__item-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .p-single-column__content a:hover {
    opacity: .7;
  }

  .p-single-column__content .wp-block-button .wp-block-button__link.wp-element-button:hover {
    opacity: 1;
    background-color: #FFF;
    color: #24B454;
  }

  .p-top-discover__button:hover::before {
    opacity: 1;
  }

  .p-top-plus__image[aria-hidden=true] {
    display: none;
  }

  .u-inlineBlock-pc {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {

  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {

  .p-footer__nav-items {
    gap: 53px;
    gap: 3.3125rem;
  }

  .p-mv__recruitButton-link {
    width: 215.8px;
    width: 13.4875rem;
  }

  .p-mv__recruitButton-locationText {
    font-size: 18.13px;
    font-size: 1.133125rem;
  }

  .p-mv__recruitButton-newText {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 31.08px;
    font-size: 1.9425rem;
  }

  .p-mv__recruitButton-recruitText {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 25.9px;
    font-size: 1.61875rem;
  }

  .p-top-column__title {
    padding-right: 10px;
    padding-right: .625rem;
  }

  .p-top-discover__detail {
    gap: 54px;
    gap: 3.375rem;
  }

  .p-top-plus__content {
    padding-left: 98px;
    padding-left: 6.125rem;
  }
}

@media screen and (max-width: 767px) {

  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__wrap:not(:first-child) {
    margin-top: 14px;
    margin-top: .875rem;
  }

  .form__wrap.form__wrap--radio {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form__wrap.form__wrap--textarea {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .form__label {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding-top: 0;
    min-width: auto;
  }

  .form__labelText {
    font-size: 16px;
    font-size: 1rem;
  }

  .form__badge {
    min-width: 39px;
    min-width: 2.4375rem;
    height: 21px;
    height: 1.3125rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .form__input {
    width: 100%;
  }

  .form__input--radio {
    padding-top: 0;
  }

  .form__textbody {
    width: 100%;
  }

  .form__text, .form__email {
    padding: 12px 15px;
    padding: .75rem .9375rem;
    height: 50px;
    height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .form__textarea {
    padding: 12px 15px;
    padding: .75rem .9375rem;
    height: 238px;
    height: 14.875rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .wpcf7-radio .wpcf7-list-item label {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .form__agreement {
    margin-top: 27px;
    margin-top: 1.6875rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .form__button {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .form__button--confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__confirmBtn, .form__submitBtn {
    padding: 12px 40px;
    padding: .75rem 2.5rem;
    width: 100%;
    min-width: initial;
    max-width: 335px;
    max-width: 20.9375rem;
    height: 50px;
    height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .form__backBtn {
    padding: 12px 30px;
    padding: .75rem 1.875rem;
    min-width: 180px;
    min-width: 11.25rem;
    height: 50px;
    height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .confirm_area .confirm_top-text {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .confirm_area .confirm_top-text h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .confirm_area .confirm_top-text p {
    font-size: 14px;
    font-size: .875rem;
  }

  .form__confirmText {
    padding: 12px 15px;
    padding: .75rem .9375rem;
    min-height: 50px;
    min-height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  body::before {
    background-image: url('../img/common/bgc_green_01_sp.webp');
    background-image: -webkit-image-set(url('../img/common/bgc_green_01_sp.webp') type('image/webp'), url('../img/common/bgc_green_01_sp.png') type('image/png'));
    background-image: image-set(url('../img/common/bgc_green_01_sp.webp') type('image/webp'), url('../img/common/bgc_green_01_sp.png') type('image/png'));
  }

  .l-breadcrumb {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .l-container {
    max-width: 580px;
    max-width: 36.25rem;
  }

  .l-foot {
    margin-top: 67px;
    margin-top: 4.1875rem;
  }

  .l-header.is-follow::before {
    -webkit-backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(10px);
    backdrop-filter: blur(.625rem);
    background-color: rgba(255, 255, 255, .6);
  }

  .l-pickUp--top {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }

  .l-pickUp--single-column {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .l-subMain {
    margin-top: 106px;
    margin-top: 6.625rem;
  }

  .l-subMain--single-column {
    margin-top: 105px;
    margin-top: 6.5625rem;
  }

  .p-archive-column__lineWrap {
    margin-top: 26px;
    margin-top: 1.625rem;
    padding-top: 26px;
    padding-top: 1.625rem;
  }

  .p-archive-column__categories {
    gap: 10px;
    gap: .625rem;
  }

  .p-archive-column__items {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-archivePagination {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .breadcrumbs,
  .breadcrumb-trail,
  .p-breadcrumb__list {
    gap: 4px;
    gap: .25rem;
  }

  .p-breadcrumb__list {
    padding-inline: 14px;
    padding-inline: .875rem;
  }

  .p-columnCard.is-new::before {
    top: -16px;
    top: -1rem;
    width: 46px;
    width: 2.875rem;
  }

  .p-columnCard__image {
    border-top-right-radius: 15.89px;
    border-top-right-radius: .993125rem;
    border-top-left-radius: 15.89px;
    border-top-left-radius: .993125rem;
  }

  .p-columnCard__body {
    border-bottom-right-radius: 15.89px;
    border-bottom-right-radius: .993125rem;
    border-bottom-left-radius: 15.89px;
    border-bottom-left-radius: .993125rem;
    padding: 14.29px 20px 23px 23px;
    padding: .893125rem 1.25rem 1.4375rem 1.4375rem;
  }

  .p-columnCard__title-text {
    -webkit-line-clamp: 3;
  }

  .p-footer {
    padding-top: 72px;
    padding-top: 4.5rem;
    padding-bottom: 11.38px;
    padding-bottom: .71125rem;
  }

  .p-footer::before {
    background-image: url(../img/common/bgi_footer_01_sp.png);
  }

  .p-footer__head {
    padding-bottom: 92px;
    padding-bottom: 5.75rem;
  }

  .p-footer__head::before {
    left: 30px;
    left: 1.875rem;
    width: 48.43px;
    width: 3.026875rem;
  }

  .p-footer__head::after {
    right: 16.74px;
    right: 1.04625rem;
    width: 78.26px;
    width: 4.89125rem;
  }

  .p-footer__message-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-footer__message-main-text {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .p-footer__message-main-logo {
    margin-right: 11.25px;
    margin-right: .703125rem;
    margin-left: 0;
    width: 55.75px;
    width: 3.484375rem;
  }

  .p-footer__message-sub {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-footer__button {
    margin-top: 44px;
    margin-top: 2.75rem;
  }

  .p-footer__button-link {
    margin-left: 0;
  }

  .p-footer__foot {
    margin-inline: auto;
    margin-top: 36px;
    margin-top: 2.25rem;
    padding-right: 0;
    padding-left: 23px;
    padding-left: 1.4375rem;
    width: 100%;
    max-width: 360px;
    max-width: 22.5rem;
  }

  .p-footer__foot-wrap {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-footer__info-company {
    gap: 17px;
    gap: 1.0625rem;
  }

  .p-footer__info-company-logo {
    margin-bottom: 2px;
    margin-bottom: .125rem;
    max-width: 88.35px;
    max-width: 5.521875rem;
  }

  .p-footer__info-company-text {
    margin-bottom: 0;
    font-size: 15.97px;
    font-size: .998125rem;
  }

  .p-footer__info-disc {
    margin-top: 12.71px;
    margin-top: .794375rem;
  }

  .p-footer__nav {
    margin-top: 36px;
    margin-top: 2.25rem;
  }

  .p-footer__nav-items {
    gap: 7px;
    gap: .4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-footer__management {
    margin-top: 51px;
    margin-top: 3.1875rem;
    text-align: left;
  }

  .p-footer__copyright {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-header {
    height: 68px;
    height: 4.25rem;
  }

  .p-header__inner {
    padding-right: 11px;
    padding-right: .6875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
  }

  .p-header__companyName {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 6px;
    padding-top: .375rem;
    padding-bottom: 2px;
    padding-bottom: .125rem;
  }

  .p-header__companyName-logo {
    width: 73.78px;
    width: 4.61125rem;
  }

  .l-header.is-follow .p-header__companyName-logo-img--white {
    display: none;
  }

  .l-header.is-follow .p-header__companyName-logo-img--green {
    display: block;
  }

  .p-header__companyName-name {
    margin-left: 14.22px;
    margin-left: .88875rem;
    font-size: 13.33px;
    font-size: .833125rem;
  }

  .p-header.is-follow .p-header__companyName-name {
    color: #005730;
  }

  .p-header__companyName-dot {
    display: none;
  }

  .p-header__companyName-disc {
    margin-top: 7.28px;
    margin-top: .455rem;
    margin-left: 0;
    letter-spacing: .09em;
  }

  .p-header.is-follow .p-header__companyName-disc {
    color: #005730;
  }

  .p-header__pcNav {
    display: none;
  }

  .p-header__spButton {
    display: block;
  }

  .p-mv {
    height: var(--mv-vh, 100svh) !important;
    min-height: min(620px, var(--mv-vh, 100svh)) !important;
    min-height: min(38.75rem, var(--mv-vh, 100svh)) !important;
    max-height: var(--mv-vh, 100svh) !important;
    overflow: visible;
  }

  .p-mv.is-pinned + .l-pickUp--top {
    visibility: hidden;
  }

  .l-container.p-mv__inner {
    height: 100% !important;
    min-height: min(620px, var(--mv-vh, 100svh)) !important;
    min-height: min(38.75rem, var(--mv-vh, 100svh)) !important;
    max-height: 100% !important;
  }

  .p-mv__content[data-name=first] {
    padding: 88px 26.04px 73.86px 37px;
    padding: 5.5rem 1.6275rem 4.61625rem 2.3125rem;
  }

  .p-mv__content[data-name=second] {
    padding: 88px 20px 64.15px 16px;
    padding: 5.5rem 1.25rem 4.009375rem 1rem;
  }

  .p-mv__pagenavi {
    top: 50.1%;
    right: 20px;
    right: 1.25rem;
  }

  .p-mv__pagenavi-items {
    gap: 12.5px;
    gap: .78125rem;
  }

  .p-mv__pagenavi-item {
    gap: 7.13px;
    gap: .445625rem;
  }

  .p-mv__pagenavi-item-number {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-mv__pagenavi-item-dot {
    width: 7.88px;
    width: .4925rem;
  }

  .p-mv__recruitButton {
    right: 22.9px;
    right: 1.43125rem;
    bottom: 20.6px;
    bottom: 1.2875rem;
  }

  .p-mv__recruitButton-link {
    border: 1px solid #FFF;
    width: 136px;
    width: 8.5rem;
  }

  .p-mv__recruitButton-textBlock {
    padding-bottom: 4px;
    padding-bottom: .25rem;
  }

  .p-mv__recruitButton-locationText {
    font-size: 11.97px;
    font-size: .748125rem;
  }

  .p-mv__recruitButton-newText {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 20.52px;
    font-size: 1.2825rem;
  }

  .p-mv__recruitButton-recruitText {
    margin-top: 4.5px;
    margin-top: .28125rem;
    font-size: 17.1px;
    font-size: 1.06875rem;
  }

  .p-notFound {
    padding-top: 120px;
    padding-top: 7.5rem;
  }

  .p-notFound__code {
    font-size: 80px;
    font-size: 5rem;
  }

  .p-notFound__title {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-notFound__text {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-notFound__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .l-pickUp--top .p-pickUp__lineWrap {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }

  .p-pickUp__title {
    gap: 7px;
    gap: .4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-pickUp__title-ja {
    margin-bottom: 0;
  }

  .p-pickUp__items {
    margin-top: 26px;
    margin-top: 1.625rem;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
  }

  .p-pickUp__items-inner {
    gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-pickUp__item {
    width: 289px;
    width: 18.0625rem;
  }

  .p-pickUp__item-image {
    border-radius: .993125rem;
  }

  .p-pickUp__item-textBlock {
    margin-top: 13.29px;
    margin-top: .830625rem;
  }

  .p-pickUp__item-title {
    -webkit-line-clamp: 3;
  }

  .l-container.p-single-column__inner {
    max-width: initial;
  }

  .p-single-column__title {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: .02em;
  }

  .p-single-column__lineWrap {
    margin-top: 21px;
    margin-top: 1.3125rem;
    padding-top: 17px;
    padding-top: 1.0625rem;
  }

  .p-single-column__meta {
    gap: 8px;
    gap: .5rem;
  }

  .p-single-column__categories {
    gap: 10px;
    gap: .625rem;
  }

  .p-single-column__contentWrap {
    margin-top: 37px;
    margin-top: 2.3125rem;
    padding: 23px 23px 50px;
    padding: 1.4375rem 1.4375rem 3.125rem;
  }

  .p-single-column__thumbnail {
    padding-inline: 0;
  }

  .p-single-column__content h1,
  .p-single-column__content h2,
  .p-single-column__content h3,
  .p-single-column__content h4,
  .p-single-column__content h5,
  .p-single-column__content h6 {
    margin-top: 44.8px;
    margin-top: 2.8rem;
    line-height: 1.5;
  }

  .p-single-column__content h1 {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .p-single-column__content h2 {
    padding-bottom: 12px;
    padding-bottom: .75rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-single-column__content h3 {
    padding-bottom: 12px;
    padding-bottom: .75rem;
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .p-single-column__content h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-single-column__content h5 {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-single-column__content p {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-single-column__content ul,
  .p-single-column__content ol {
    margin-top: 49.6px;
    margin-top: 3.1rem;
  }

  .p-single-column__content ul li:not(:first-of-type),
  .p-single-column__content ol li:not(:first-of-type) {
    margin-top: 11px;
    margin-top: .6875rem;
  }

  .p-single-column__content .u-columnList-bgc {
    margin-top: 49.6px;
    margin-top: 3.1rem;
    padding: 25px 23px 25px 20px;
    padding: 1.5625rem 1.4375rem 1.5625rem 1.25rem;
  }

  .p-single-column__content figure {
    margin-top: 49.6px;
    margin-top: 3.1rem;
  }

  .p-single-column__content figure.wp-block-table {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-single-column__content .wp-block-table table {
    min-width: 680px;
    min-width: 42.5rem;
  }

  .p-single-column__content .wp-block-table table th,
  .p-single-column__content .wp-block-table table td {
    padding: 10.5px 24px;
    padding: .65625rem 1.5rem;
  }

  .p-single-column__content .wp-block-buttons {
    gap: 15px;
    gap: .9375rem;
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-single-column__content .wp-block-button .wp-block-button__link.wp-element-button {
    padding: 18px 30px 21px;
    padding: 1.125rem 1.875rem 1.3125rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-single-column__content blockquote,
  .p-single-column__content q {
    margin: 32px 0;
    margin: 2rem 0;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
  }

  .p-single-column__content dl {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-column__content dl dt,
  .p-single-column__content dl dd {
    padding: 10px 12px;
    padding: .625rem .75rem;
  }

  .p-single-column__content dl dt {
    width: 100%;
  }

  .p-single-column__content dl dd {
    border-top: none;
    width: 100%;
  }

  .p-single-column__content hr {
    margin: 32px 0;
    margin: 2rem 0;
  }

  .p-single-column__archiveButton {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-subTitle__main {
    font-size: 45px;
    font-size: 2.8125rem;
  }

  .p-subTitle__sub {
    margin-top: 8px;
    margin-top: .5rem;
  }

  .p-top-column {
    padding-top: 55px;
    padding-top: 3.4375rem;
  }

  .p-top-column__title {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
  }

  .p-top-column__title-en {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .p-top-column__title-logo {
    margin-top: 13px;
    margin-top: .8125rem;
    margin-left: 0;
    max-width: 67px;
    max-width: 4.1875rem;
  }

  .p-top-column__title-ja {
    position: relative;
    margin-top: 6px;
    margin-top: .375rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-top-column__title-ja::before {
    aspect-ratio: 69/100;
    position: absolute;
    top: -70px;
    top: -4.375rem;
    right: -64px;
    right: -4rem;
    background-image: url(../img/common/icon_people_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 69px;
    width: 4.3125rem;
    content: '';
  }

  .p-top-column__items {
    margin-top: 17px;
    margin-top: 1.0625rem;
    margin-left: calc(50% - 50vw);
    padding-top: 22px;
    padding-top: 1.375rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 100vw;
    overflow: hidden;
  }

  .p-top-column__items-inner {
    gap: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-top-column__item {
    width: 289px;
    width: 18.0625rem;
    max-width: 289px;
    max-width: 18.0625rem;
  }

  .p-top-column__button {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }

  .p-top-discover {
    margin-top: 58.62px;
    margin-top: 3.66375rem;
  }

  .p-top-discover__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-top-discover__title-logoWrap {
    margin-top: 4.25px;
    margin-top: .265625rem;
  }

  .p-top-discover__title-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-top-discover__title-logoWrap .p-top-discover__title-text {
    margin-bottom: 3px;
    margin-bottom: .1875rem;
    margin-left: 16.25px;
    margin-left: 1.015625rem;
    font-size: 22.27px;
    font-size: 1.391875rem;
  }

  .p-top-discover__title-text:last-child {
    margin-top: 1px;
    margin-top: .0625rem;
    margin-left: 0;
  }

  .p-top-discover__title-logo {
    width: 65px;
    width: 4.0625rem;
  }

  .p-top-discover__title-logo--nou {
    margin-left: 0;
  }

  .p-top-discover__title-logo--plus {
    margin-left: 15.52px;
    margin-left: .97rem;
  }

  .p-top-discover__contents {
    margin-top: 32.75px;
    margin-top: 2.046875rem;
  }

  .p-top-discover__buttons {
    gap: 17px;
    gap: 1.0625rem;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: -webkit-grab;
    cursor: grab;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 20px 20px;
    padding: 0 20px 1.25rem;
    width: 100vw;
    overflow-x: auto;
  }

  .p-top-discover__buttons::-webkit-scrollbar {
    display: none;
  }

  .p-top-discover__button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: .885rem;
    padding: 22.82px 10px 26.22px;
    padding: 1.42625rem .625rem 1.63875rem;
    width: 127.41px;
    width: 7.963125rem;
  }

  .p-top-discover__button::before {
    border-radius: .885rem;
  }

  .p-top-discover__button-triangle {
    bottom: -16.99px;
    bottom: -1.061875rem;
    width: 19.82px;
    width: 1.23875rem;
    height: 16.99px;
    height: 1.061875rem;
  }

  .p-top-discover__button-icon {
    max-width: 69.37px;
    max-width: 4.335625rem;
  }

  .p-top-discover__button-textBlock {
    margin-top: 11.33px;
    margin-top: .708125rem;
  }

  .p-top-discover__button-title {
    font-size: 14.87px;
    font-size: .929375rem;
  }

  .p-top-discover__details {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-top-discover__detail {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 22px 41px;
    padding: 1.6875rem 1.375rem 2.5625rem;
  }

  .p-top-discover__detail-image {
    aspect-ratio: 289/207;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 32px;
    margin-top: 2rem;
    max-width: initial;
  }

  .p-top-discover__detail-textBlock {
    display: contents;
    max-width: initial;
  }

  .p-top-discover__detail-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-top-discover__detail-title-icon {
    max-width: 58.94px;
    max-width: 3.68375rem;
  }

  .p-top-discover__detail-title-logo {
    margin-bottom: 7.5px;
    margin-bottom: .46875rem;
    margin-left: 14.17px;
    margin-left: .885625rem;
    max-width: 111.91px;
    max-width: 6.994375rem;
  }

  .p-top-discover__detail-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 23.23px;
    margin-top: 1.451875rem;
  }

  .p-top-discover__detail-button {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 31px;
    margin-top: 1.9375rem;
  }

  .p-top-plus {
    margin-top: 67px;
    margin-top: 4.1875rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
    padding-bottom: 53.66px;
    padding-bottom: 3.35375rem;
  }

  .p-top-plus::before {
    background-image: url(../img/top/bgi_plus_sp_01.png);
  }

  .p-top-plus__title-logo {
    max-width: 106.86px;
    max-width: 6.67875rem;
  }

  .p-top-plus__title-ja {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15.75px;
    margin-top: .984375rem;
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0;
    line-height: 1.6;
  }

  .p-top-plus__title-ja span:first-child {
    padding: 0;
  }

  .p-top-plus__title-ja span:last-child {
    padding: 0;
  }

  .p-top-plus__content {
    gap: 0;
    padding-inline: 23px;
    padding-inline: 1.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 51px;
    margin-top: 3.1875rem;
  }

  .p-top-plus__textBlock {
    margin-top: 0;
  }

  .p-top-plus__mainText {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-top-plus__subText {
    margin-top: 31px;
    margin-top: 1.9375rem;
    line-height: 1.89;
  }

  .p-top-plus__subText.p-top-plus__subText--last {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }

  .p-top-plus__labels {
    gap: 6px;
    gap: .375rem;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }

  .p-top-plus__label {
    padding: 0 0 1px 10.44px;
    padding: 0 0 .0625rem .6525rem;
    font-size: 18.99px;
    font-size: 1.186875rem;
    white-space: nowrap;
  }

  .p-top-plus__images {
    margin-top: 71px;
    margin-top: 4.4375rem;
    max-width: initial;
  }

  .p-top-plus__images-inner {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
  }

  .p-top-plus__images-track {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .p-top-plus__images::before {
    top: -54px;
    top: -3.375rem;
    right: -28px;
    right: -1.75rem;
    z-index: 1;
    width: 97.14px;
    width: 6.07125rem;
  }

  .p-top-plus__images::after {
    bottom: -52px;
    bottom: -3.25rem;
    left: -14px;
    left: -.875rem;
    width: 67.37px;
    width: 4.210625rem;
  }

  .p-top-plus__image {
    margin-left: 9px;
    margin-left: .5625rem;
    width: 255px;
    width: 15.9375rem;
  }

  .p-top-plus__numberItems {
    gap: 17px;
    gap: 1.0625rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 76px;
    margin-top: 4.75rem;
    width: 100%;
    max-width: 420px;
    max-width: 26.25rem;
  }

  .p-top-plus__numberItem-number {
    width: 54.23px;
    width: 3.389375rem;
    font-size: 23.62px;
    font-size: 1.47625rem;
  }

  .p-top-plus__numberItem-body {
    margin-top: -27.25px;
    margin-top: -1.703125rem;
    border-radius: 1.093125rem;
    padding: 29px 32.36px 34.08px 33.24px;
    padding: 1.8125rem 2.0225rem 2.13rem 2.0775rem;
    height: auto;
  }

  .p-top-plus__numberItem-title {
    padding-bottom: 15.98px;
    padding-bottom: .99875rem;
  }

  .p-top-plus__numberItem-title::before {
    width: 81.34px;
    width: 5.08375rem;
  }

  .p-top-plus__numberItem-title-text {
    font-size: 18.37px;
    font-size: 1.148125rem;
  }

  .p-top-plus__numberItem-text {
    margin-top: 20.12px;
    margin-top: 1.2575rem;
    font-size: 13.12px;
    font-size: .82rem;
  }

  .u-onlyPc {
    display: none !important;
  }

  .u-onlySp {
    display: block;
  }

  .u-tel {
    pointer-events: auto;
  }
}

@media screen and (max-width: 539px) {

  .u-onlySm {
    display: block;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}