@charset "UTF-8";
/* ==================================================

※このファイルにCSSを書き込む。

================================================== */
/* ==================================================

※このファイルは基本的に編集しない。他のCSSで設定上書きでの対処を推奨。

================================================== */
@import url("https://fonts.googleapis.com/css2?family=Train+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-spacing: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

@media (min-width: 768px) and (max-width: 1152px) {
  html {
    font-size: 0.8680555556vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
    scroll-padding-top: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .onlyPC {
    display: none !important;
  }
}
body {
  color: #333333;
  font-family:
    "M PLUS 1", "YuGothic", "游ゴシック", "Yu Gothic", "游ゴシック Medium",
    "Yu Gothic Medium", "ヒラギノ⾓ゴ Pro", "Hiragino Kaku Gothic Pro",
    "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

body.js-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px;
  padding: 0;
}

p:last-child {
  margin-bottom: 0px;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

span {
  display: inline-block;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
.ml-auto {
  margin-left: auto;
}

.m-auto {
  margin: 0 auto;
}

.no_margin {
  margin: 0 !important;
}

.txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.text-none {
  color: red;
  font-size: 1.8rem;
}

body.overflow {
  overflow: hidden;
}

#wrapper {
  position: relative;
  overflow: clip;
  padding-right: 8rem;
}

#wrapper .bg-fixed {
  position: relative;
  background-color: #fff;
  background-image: url(../images/bg_content.png);
  background-size: 128rem auto;
  background-position: center -1rem;
  background-repeat: repeat;
  z-index: 10;
  border-radius: 4rem 4rem 0;
}

@media screen and (max-width: 767px) {
  #wrapper {
    max-width: 75rem;
    padding: 0;
  }
  #wrapper .bg-fixed {
    border-radius: 2rem 2rem 0;
  }
}
.c-container {
  position: relative;
  max-width: 99.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-container {
    max-width: 100%;
  }
}
.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.c-bold {
  font-weight: bold;
}

.c-fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.c-txt--indent {
  text-indent: -5rem;
  padding-left: 5rem;
}

.c-txt._lh1 {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-txt._lh1 {
    line-height: 1.4;
  }
}
.c-txt-small {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .c-txt-small {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.is-fixed {
  position: fixed;
}

.no-border {
  border: none !important;
}

.fadeAnima {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadeAnima.fadeIn {
  opacity: 0;
}

.fadeAnima.fadeToTop {
  opacity: 0;
  -webkit-transform: translate(0, 3rem);
  transform: translate(0, 3rem);
}

.fadeAnima.fadeToBottom {
  opacity: 0;
  -webkit-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
}

.fadeAnima.show.fadeIn {
  opacity: 1;
}

.fadeAnima.show.fadeToTop,
.fadeAnima.show.fadeToBottom {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.boxContent {
  padding: 6rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .boxContent {
    padding: 2rem 0 6rem;
  }
}
p[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}

.p-404 .l-pageTitleChild__inner {
  margin: -22px auto 22px;
}

.p-404 .l-error__txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 220%;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-404__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7.3rem;
}

@media screen and (max-width: 767px) {
  .p-404 .l-pageTitleChild__inner {
    margin: -1.7rem auto 1.7rem;
  }
  .p-404 .l-error__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }
  .p-404__btn {
    margin-top: 3.9rem;
  }
}
@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.other {
  background-color: #b4c413;
  border-radius: 2.4rem;
  padding: 4rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10rem;
}

.other .c-title-page {
  padding-bottom: 0;
  border-bottom: none;
}

.other .c-title-page .en {
  color: #ffffff;
}

.other .c-title-page .en::before {
  background: #ffffff;
}

.other .c-title-page .ja {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 1.6rem;
    padding: 3.2rem;
    margin-top: 4rem;
    gap: 2.4rem;
  }
}
.c-btn {
  position: relative;
}

.c-btn--default .c-btn__link {
  padding: 1.6rem 2.4rem;
}

.c-btn--medium .c-btn__link {
  padding: 2.4rem 4rem;
}

.c-btn__link {
  min-width: 28rem;
  min-height: 8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1.6rem;
  border-color: #b4c413;
  border-width: 0.2rem;
  border-style: solid;
  -webkit-box-shadow: inset -0.6rem -0.6rem 0px rgba(255, 242, 0, 0.55);
  box-shadow: inset -0.6rem -0.6rem 0px rgba(255, 242, 0, 0.55);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 2.4rem;
}

.c-btn__link--txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.c-btn__link--txt.--flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
}

.c-btn__link--txt.--flex-start .c-btn__link--txt-ja {
  font-size: 2.4rem;
}

.c-btn__link--txt > span {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #000035;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-btn__link--txt > span.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.c-btn__link--txt > span.ja {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
}

.c-btn__link--txt > span.small {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #333333;
}

.c-btn__link--icon {
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn__link--icon-arrow {
  width: 1.3rem;
  height: 1rem;
}

.c-btn__link--icon-send {
  width: 1.4rem;
  height: 1.4rem;
}

.c-btn__link--icon svg {
  width: 1.3rem;
  height: 1.1rem;
}

.c-btn__link--icon svg path {
  fill: #000035;
  -webkit-transition:
    fill 0.3s ease,
    stroke 0.3s ease;
  transition:
    fill 0.3s ease,
    stroke 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-btn__link:hover {
    background-color: #c8d921;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c8d921;
  }
  .c-btn__link:hover .c-btn__link--txt > span {
    color: #fff;
  }
  .c-btn__link:hover .c-btn__link--icon svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    min-height: 6rem;
    border-radius: 1.6rem;
  }
  .c-btn__link--txt > span {
    font-size: 1.8rem;
  }
}
.c-form-entry__file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  height: auto;
  margin-top: 0.4rem;
}

.c-form-entry__file-dropzone {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1.5px dashed #518af3;
  background: #f8fdff;
  border-radius: 0.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  padding: 3.2rem 2.5rem 2.4rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-form-entry__file-dropzone.is-dragover {
  background: #e8f5ff;
}

.c-form-entry__file-icon {
  width: 5.1rem;
  height: 4.2rem;
}

.c-form-entry .codedropz-upload-handler {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1.5px dashed #518af3;
  background: #f8fdff;
  border-radius: 0.5rem;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  padding: 3.2rem 2.5rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 50.9rem;
}

.c-form-entry .codedropz-upload-inner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.c-form-entry .codedropz-upload-inner span {
  display: none;
}

.c-form-entry .codedropz-upload-inner img {
  margin-inline: auto;
  width: 5.1rem;
  height: auto;
  display: block;
}

.c-form-entry .codedropz-btn-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -18rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-form-entry .dnd-upload-counter {
  display: none;
}

.c-form-entry .codedropz-upload-container {
  padding: 0;
}

.c-form-entry__file-text {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #518af3;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}

.c-form-entry__file-text a:hover {
  background: #518af3;
  color: white;
}

.c-form-entry__file-button {
  background: white;
  border: 1px solid #518af3;
  border-radius: 0.3rem;
  padding: 0 1rem;
  height: 3.5rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  line-height: 1.5;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #518af3;
  letter-spacing: 0.04em;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-form-entry__file-button:hover {
    background: #518af3;
    color: white;
  }
}
.c-form-entry__file-input {
  display: none;
}

.c-form-entry__file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.c-form-entry__file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.3rem;
}

.c-form-entry__file-name {
  font-size: 1.4rem;
  line-height: 1;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
}

.c-form-entry__file-remove {
  background: #b5b5b5;
  border: 1px solid #9c9c9c;
  border-radius: 0.3rem;
  padding: 0 1rem;
  height: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-form-entry__file-remove span {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: white;
  letter-spacing: 0.04em;
}

.c-form-entry__file-remove svg {
  width: 0.8293rem;
  height: 0.8293rem;
}

@media screen and (min-width: 960px) {
  .c-form-entry__file-remove:hover {
    background: #9c9c9c;
  }
}
.c-form-entry .dnd-upload-image {
  display: none;
}

.c-form-entry .dnd-upload-status .dnd-upload-details {
  position: relative;
  width: auto;
  max-width: 100%;
}

.c-form-entry .dnd-upload-status .dnd-upload-details .name {
  color: #303030;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-right: 10rem;
}

.c-form-entry .dnd-upload-status .dnd-upload-details .name em {
  color: #303030;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-form-entry .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
}

.c-form-entry
  .dnd-upload-status
  .dnd-upload-details
  .dnd-progress-bar
  + span:not(.has-error) {
  display: none;
}

.c-form-entry .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  text-indent: -9999px;
}

.c-form-entry .dnd-upload-status .dnd-upload-details .has-error {
  color: #f50505;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .dnd-progress-bar {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 10rem);
  height: 0.2rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  background: #000;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status.complete
  .dnd-upload-details
  .dnd-progress-bar {
  opacity: 0;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .dnd-progress-bar
  span {
  text-indent: -9999px;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file
  .dnd-icon-remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file
  span:after,
.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file
  span::before {
  content: none !important;
  background: transparent !important;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file {
  right: 0;
  top: 0;
  width: 8.2rem;
  height: 3rem;
  border: 1px solid #9c9c9c;
  border-radius: 0.3rem;
  background-color: #b5b5b5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file:hover {
  opacity: 0.6;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file::after {
  content: "";
  text-indent: -999999px;
  position: absolute;
  background-size: cover;
  background-image: url(../images/ic_round-close.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  right: 0.8rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}

.c-form-entry
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file::before {
  content: "消去する";
  position: absolute;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  width: 80%;
  height: 100%;
  left: 0.8rem;
  top: 0;
  padding: 0.4rem 0;
  line-height: 1.5;
}

.c-form-entry
  .contact-confirm
  .customUpfile
  .dnd-upload-status
  .dnd-upload-details
  .remove-file {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-form-entry__file-upload {
    gap: 1rem;
    margin-top: 0.4rem;
  }
  .c-form-entry__file-dropzone {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1.5px dashed #518af3;
    background: #f8fdff;
    border-radius: 0.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 3.2rem 2.5rem 2.4rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-form-entry__file-dropzone.is-dragover {
    background: #e8f5ff;
  }
  .c-form-entry__file-icon {
    width: 5.1rem;
    height: 4.2rem;
  }
  .c-form-entry .codedropz-upload-handler {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: transparent;
    border-radius: 0;
    height: 100%;
    gap: 0;
    padding: 0;
    max-width: 100%;
  }
  .c-form-entry .codedropz-upload-inner div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .c-form-entry .codedropz-upload-inner span {
    display: none;
  }
  .c-form-entry .codedropz-upload-inner img {
    display: none;
  }
  .c-form-entry .codedropz-btn-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    text-align: center;
    width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-form-entry .codedropz-btn-wrap .cd-upload-btn {
    width: 100%;
  }
  .c-form-entry .dnd-upload-counter {
    display: none;
  }
  .c-form-entry .codedropz-upload-container {
    padding: 0;
  }
  .c-form-entry__file-text {
    display: none;
  }
  .c-form-entry__file-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
  }
  .c-form-entry__file-button::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/ico_plus.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c-form-entry__file-input {
    display: none;
  }
  .c-form-entry__file-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.2rem;
  }
  .c-form-entry__file-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.3rem;
  }
  .c-form-entry__file-name {
    font-size: 1.4rem;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    color: #303030;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    letter-spacing: 0.04em;
  }
  .c-form-entry__file-remove {
    background: #b5b5b5;
    border: 1px solid #9c9c9c;
    border-radius: 0.3rem;
    padding: 0 1rem;
    height: 3.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-form-entry__file-remove span {
    font-size: 1.2rem;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    color: white;
    letter-spacing: 0.04em;
  }
  .c-form-entry__file-remove svg {
    width: 0.8293rem;
    height: 0.8293rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 960px) {
  .c-form-entry__file-remove:hover {
    background: #9c9c9c;
  }
}
@media screen and (max-width: 767px) {
  .c-form-entry .dnd-upload-image {
    display: none;
  }
  .c-form-entry .dnd-upload-status .dnd-upload-details {
    position: relative;
    width: auto;
    max-width: 100%;
    padding-left: 0;
  }
  .c-form-entry .dnd-upload-status .dnd-upload-details .name {
    color: #303030;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-right: 10rem;
  }
  .c-form-entry .dnd-upload-status .dnd-upload-details .name em {
    color: #303030;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .c-form-entry .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
  }
  .c-form-entry
    .dnd-upload-status
    .dnd-upload-details
    .dnd-progress-bar
    + span:not(.has-error) {
    display: none;
  }
  .c-form-entry .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    text-indent: -9999px;
  }
  .c-form-entry .dnd-upload-status .dnd-upload-details .has-error {
    color: #f50505;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .dnd-progress-bar {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 10rem);
    height: 0.2rem;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    background: #000;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status.complete
    .dnd-upload-details
    .dnd-progress-bar {
    opacity: 0;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .dnd-progress-bar
    span {
    text-indent: -9999px;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file
    .dnd-icon-remove {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file
    span:after,
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file
    span::before {
    content: none !important;
    background: transparent !important;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file {
    right: 0;
    top: calc(50% - 1.4rem);
    width: 7.5rem;
    height: 3rem;
    border: 1px solid #9c9c9c;
    border-radius: 0.3rem;
    background-color: #b5b5b5;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file:hover {
    opacity: 0.6;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file::after {
    content: "";
    text-indent: -999999px;
    position: absolute;
    background-size: cover;
    background-image: url(../images/ic_round-close.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    right: 0.8rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
  }
  .c-form-entry
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file::before {
    content: "消去する";
    position: absolute;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
    width: 80%;
    height: 100%;
    left: 0.8rem;
    top: 0;
    padding: 0.4rem 0;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form-entry
    .contact-confirm
    .customUpfile
    .dnd-upload-status
    .dnd-upload-details
    .remove-file {
    display: none;
  }
}
/* Form Entry Component */
.c-form-entry {
  background: #fafaf8;
  border-radius: 4rem;
  padding: 6.2rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.c-form-entry__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.c-form-entry__title {
  color: #b4c413;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.c-form-entry__description {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
  margin-top: 2.4rem;
}

.c-form-entry__description p {
  margin: 0;
}

.c-form-entry__required-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #2e2f30;
}

.c-form-entry__required-note-text {
  letter-spacing: 0.04em;
}

.c-form-entry form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

.c-form-entry__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  width: 68.6rem;
}

.c-form-entry__group--file {
  width: 68.6rem;
}

.c-form-entry .wpcf7-form-control-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-form-entry__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form-entry__label-wrapper--file {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-form-entry__label-wrapper--file .c-form-entry__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 152px);
}

.c-form-entry__label-wrapper--file .c-badge--optional {
  margin-top: 0.5rem;
}

.c-form-entry__label-text {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-form-entry__note {
  font-size: 1.4rem;
  line-height: 1.6071428571;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-form-entry__control {
  width: 100%;
}

.c-form-entry__input {
  width: 100%;
  height: 6rem;
  background: white;
  border: 1px solid #b5b5b5;
  border-radius: 0.5rem;
  padding: 1.4rem 2.2rem;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.c-form-entry__input::-webkit-input-placeholder {
  color: #b5b5b5;
}

.c-form-entry__input::-moz-placeholder {
  color: #b5b5b5;
}

.c-form-entry__input:-ms-input-placeholder {
  color: #b5b5b5;
}

.c-form-entry__input::-ms-input-placeholder {
  color: #b5b5b5;
}

.c-form-entry__input::placeholder {
  color: #b5b5b5;
}

.c-form-entry__input:focus {
  outline: none;
  border-color: #518af3;
}

.c-form-entry__textarea {
  width: 100%;
  height: 30rem;
  background: white;
  border: 1px solid #b5b5b5;
  border-radius: 0.5rem;
  padding: 1.2rem 2.2rem 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
  resize: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.c-form-entry__textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}

.c-form-entry__textarea::-moz-placeholder {
  color: #b5b5b5;
}

.c-form-entry__textarea:-ms-input-placeholder {
  color: #b5b5b5;
}

.c-form-entry__textarea::-ms-input-placeholder {
  color: #b5b5b5;
}

.c-form-entry__textarea::placeholder {
  color: #b5b5b5;
}

.c-form-entry__textarea:focus {
  outline: none;
  border-color: #518af3;
}

.c-form-entry__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.c-form-entry__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-form-entry__radio input[type="radio"] {
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 4;
}

.c-form-entry__radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background: white;
  border-radius: 0.4rem;
  padding: 1rem;
  position: relative;
}

.c-form-entry__radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 3.2rem;
}

.c-form-entry__radio .wpcf7-list-item-label::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #bcbcbc;
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.c-form-entry__radio .wpcf7-list-item-label::after {
  content: "";
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  background: #518af3;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-form-entry__radio input:checked + .wpcf7-list-item-label {
  border-color: #518af3;
}

.c-form-entry__radio input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.c-form-entry__radio input:checked + .wpcf7-list-item-label::before {
  border-color: #518af3;
}

.c-form-entry__radio-label {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #434446;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 960px) {
  .c-form-entry__radio:hover {
    background: #f9f9f9;
  }
}
.c-form-entry__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.c-form-entry__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}

.c-form-entry__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.c-form-entry__checkbox input[type="checkbox"] {
  display: none;
}

.c-form-entry__checkbox-indicator {
  width: 2.4rem;
  height: 2.4rem;
  background: white;
  border: 1px solid #b5b5b5;
  border-radius: 0.2rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-form-entry__checkbox-indicator::after {
  content: "";
  display: none;
  width: 1.2rem;
  height: 1.2rem;
  background: #518af3;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

input:checked + .c-form-entry__checkbox-indicator {
  border-color: #518af3;
}

input:checked + .c-form-entry__checkbox-indicator::after {
  display: block;
}

.c-form-entry__checkbox-text {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
}

.c-form-entry__privacy-link {
  color: #b4c413;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-form-entry__privacy-link:hover {
    opacity: 0.7;
  }
}
.c-form-entry__privacy-note {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}

.c-form-entry__submit-wrapper {
  width: 28rem;
  height: 8rem;
}

.c-form-entry__submit-wrapper .c-btn {
  width: 100%;
  height: 100%;
}

.c-form-entry__submit-wrapper .c-btn__link {
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
}

.c-form-entry__submit-wrapper .c-btn__link--txt > span.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.c-form-entry__back-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-form-entry__back-btn {
  background: none;
  border: 1px solid #b5b5b5;
  border-radius: 10rem;
  padding: 1.4rem 4rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.04em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-form-entry__back-btn:hover {
    border-color: #303030;
    color: #303030;
  }
}
.c-form-entry .wpcf7-form-control-wrap.error .c-form-entry__input,
.c-form-entry .wpcf7-form-control-wrap.error .c-form-entry__textarea {
  border-color: #cf0100;
}

.c-form-entry .error-st {
  font-size: 1.3rem;
  line-height: 1.3076923077;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #cf0100;
  letter-spacing: 0.04em;
  margin-top: 0.4rem;
}

.c-form-entry__privacy.error .error-st {
  text-align: center;
}

.c-form-entry .wpcf7-form-control-wrap-confirm {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.04em;
  border-radius: 0.5rem;
  width: 100%;
  display: block;
  white-space: pre-wrap;
}

.c-form-entry__file-upload .wpcf7-form-control-wrap-confirm {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-form-entry {
    border-radius: 2rem;
    padding: 4rem 1.6rem 5.6rem;
    gap: 4rem;
  }
  .c-form-entry__header {
    gap: 1rem;
  }
  .c-form-entry__title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .c-form-entry__description {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-form-entry__description p {
    margin: 0;
  }
  .c-form-entry__required-note {
    gap: 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .c-form-entry form {
    gap: 2.4rem;
  }
  .c-form-entry__group {
    gap: 0.8rem;
    width: 100%;
  }
  .c-form-entry__group--file {
    width: 100%;
  }
  .c-form-entry .wpcf7-form-control-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-form-entry__label-wrapper {
    gap: 0.8rem;
  }
  .c-form-entry__label-wrapper--file {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-form-entry__label-wrapper--file .c-form-entry__note {
    width: 100%;
  }
  .c-form-entry__label-wrapper--file .c-badge--optional {
    margin-top: 0.5rem;
  }
  .c-form-entry__label-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-form-entry__note {
    font-size: 1.2rem;
    line-height: 1.6;
    width: 100%;
  }
  .c-form-entry__control {
    width: 100%;
  }
  .c-form-entry__input {
    padding: 1.3rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-form-entry__input::-webkit-input-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__input::-moz-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__input:-ms-input-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__input::-ms-input-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__input::placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__textarea {
    padding: 1.2rem 1.5rem 2.4rem;
    font-size: 1.4rem;
    line-height: 1.8;
    resize: none;
  }
  .c-form-entry__textarea::-webkit-input-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__textarea::-moz-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__textarea:-ms-input-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__textarea::-ms-input-placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__textarea::placeholder {
    font-size: inherit;
    line-height: inherit;
  }
  .c-form-entry__radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .c-form-entry__radio {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
  }
  .c-form-entry__radio .wpcf7-list-item {
    padding: 0.6rem 1rem;
  }
  .c-form-entry__footer {
    gap: 2.4rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .c-form-entry__privacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    width: 100%;
  }
  .c-form-entry__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
  }
  .c-form-entry__checkbox input[type="checkbox"] {
    display: none;
  }
  .c-form-entry__checkbox-indicator {
    width: 2.4rem;
    height: 2.4rem;
    background: white;
    border: 1px solid #b5b5b5;
    border-radius: 0.2rem;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-form-entry__checkbox-indicator::after {
    content: "";
    display: none;
    width: 1.2rem;
    height: 1.2rem;
    background: #518af3;
    border-radius: 0.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  input:checked + .c-form-entry__checkbox-indicator {
    border-color: #518af3;
  }
  input:checked + .c-form-entry__checkbox-indicator::after {
    display: block;
  }
  .c-form-entry__checkbox-text {
    font-size: 1.4rem;
    line-height: 1;
  }
  .c-form-entry__privacy-note {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-form-entry__submit-wrapper {
    width: 28rem;
    height: 8rem;
  }
  .c-form-entry__submit-wrapper .c-btn {
    width: 100%;
    height: 100%;
  }
  .c-form-entry__submit-wrapper .c-btn__link {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
  }
  .c-form-entry__submit-wrapper .c-btn__link--txt > span.en {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.04em;
  }
  .c-form-entry__back-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-form-entry__back-btn {
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: 10rem;
    padding: 1.4rem 4rem;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    color: #707070;
    letter-spacing: 0.04em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) and (min-width: 960px) {
  .c-form-entry__back-btn:hover {
    border-color: #303030;
    color: #303030;
  }
}
@media screen and (max-width: 767px) {
  .c-form-entry .wpcf7-form-control-wrap.error .c-form-entry__input,
  .c-form-entry .wpcf7-form-control-wrap.error .c-form-entry__textarea {
    border-color: #cf0100;
  }
  .c-form-entry .error-st {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    color: #cf0100;
    letter-spacing: 0.04em;
    margin-top: 0.4rem;
  }
  .c-form-entry__privacy.error .error-st {
    text-align: center;
  }
  .c-form-entry .wpcf7-form-control-wrap-confirm {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 1px;
  }
}
.c-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  color: white;
  letter-spacing: 0.04em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-badge--required {
  background: #cf0100;
}

.c-badge--optional {
  background: #707070;
}

@media screen and (max-width: 767px) {
  .c-badge {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-bottom: 1px;
  }
}
.btn-back {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #000;
  padding-right: 2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: -0.8rem;
}

@media screen and (min-width: 960px) {
  .btn-back:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .btn-back {
    gap: 2.4rem;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #000;
  }
}
.c-title-page.only_confirm {
  display: none;
  margin-bottom: 3.2rem;
}

.c-title-page.only_confirm .ja {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  color: #b4c413;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c-title-page.only_confirm {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-title-page.only_confirm .ja {
    font-size: 2rem;
  }
}
.contact-confirm .c-title-page.only_confirm {
  display: block;
}

.contact-confirm .c-form-entry {
  padding: 1rem 8rem 4rem;
}

.contact-confirm .c-form-entry__header {
  display: none;
}

.contact-confirm .c-form-entry__label-text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.contact-confirm .c-form-entry__note,
.contact-confirm .c-form-entry .email_confirm {
  display: none;
}

.contact-confirm .c-form-entry form {
  gap: 1rem;
}

.contact-confirm .c-form-entry__group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #dbdbdb;
  padding-block: 3rem;
}

.contact-confirm
  .c-form-entry__group.c-form-entry__group--file
  .wpcf7-form-control-wrap {
  display: block !important;
}

.contact-confirm
  .c-form-entry__group.c-form-entry__group--file
  .wpcf7-form-control-wrap
  .codedropz-upload-handler {
  display: none !important;
}

.contact-confirm .c-form-entry__label-wrapper {
  max-width: 16.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.contact-confirm .c-form-entry__file-upload {
  margin-top: 0;
}

.contact-confirm .c-form-entry__file-upload .wpcf7-form-control-wrap-confirm {
  display: none !important;
}

.contact-confirm .c-form-entry__footer {
  margin-top: 4rem;
}

.contact-confirm .c-badge {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact-confirm .c-form-entry {
    padding: 1rem 1.6rem 4rem;
  }
  .contact-confirm .c-form-entry__header {
    display: none;
  }
  .contact-confirm .c-form-entry__label-text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .contact-confirm .c-form-entry__note,
  .contact-confirm .c-form-entry .email_confirm {
    display: none;
  }
  .contact-confirm .c-form-entry form {
    gap: 1rem;
  }
  .contact-confirm .c-form-entry .wpcf7-form-control-wrap-confirm {
    font-size: 1.4rem;
  }
  .contact-confirm .c-form-entry__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    padding-block: 2.3rem;
  }
  .contact-confirm .c-form-entry__label-wrapper {
    max-width: 16.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .contact-confirm .c-form-entry__file-upload {
    margin-top: 0;
  }
  .contact-confirm .c-form-entry__footer {
    margin-top: 3rem;
    gap: 3.6rem;
  }
  .contact-confirm .c-badge {
    display: none;
  }
}
.c-job-card {
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-job-card__link:hover .c-job-card__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-job-card__link:hover .c-job-card__btn {
    background: #c8d921;
  }
}
.c-job-card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
}

.c-job-card__image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-job-card__content {
  padding: 2.4rem 1.6rem 0;
}

.c-job-card__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.c-job-card__badge {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.c-job-card__badge--new {
  background: #e63946;
  color: #ffffff;
}

.c-job-card__badge--recruiting {
  background: #ffffff;
  color: #da4343;
  border: 1px solid #da4343;
}

.c-job-card__badge--info {
  background: #ffffff;
  color: #b4c413;
  border: 1px solid #b4c413;
}

.c-job-card__text {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-job-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
  padding: 1.2rem 2.4rem;
  background: #b4c413;
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-job-card__btn svg {
  width: 2.2rem;
  height: 2.2rem;
}

@media (max-width: 768px) {
  .l-work-other {
    padding: 6rem 0;
  }
  .l-work-other__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .l-work-other__cards {
    gap: 2.4rem;
  }
}
.c-pagination {
  margin-top: 6rem;
}

.c-pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.c-pagination-number.dis {
  font-size: 1.8rem;
}

.c-pagination-number.active > a {
  background-color: #fafaf8;
  border-color: transparent;
  color: #333;
  cursor: default;
  pointer-events: none;
  border-bottom: 0.2rem solid #efefef;
}

.c-pagination-number > a {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  width: 4rem;
  height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  background-color: #fff;
  line-height: 1;
  color: #b4c413;
  -webkit-transition:
    color 0.3s ease,
    background-color 0.3s ease;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-pagination-number > a:hover {
    background-color: #c8d921;
    color: #fff;
  }
}
.c-pagination-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pagination-button--prev > a,
.c-pagination-button--next > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: #b4c413;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-pagination-button--prev > a:hover,
  .c-pagination-button--next > a:hover {
    background-color: #c8d921;
  }
}
.c-pagination-button--prev > a > svg,
.c-pagination-button--next > a > svg {
  width: 1.5rem;
  height: 1rem;
}

.c-pagination-button--prev > a > svg path,
.c-pagination-button--next > a > svg path {
  stroke: #fff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.c-pagination-button--prev.disable > a,
.c-pagination-button--next.disable > a {
  background-color: #fafaf8;
  cursor: default;
  pointer-events: none;
}

.c-pagination-button--prev.disable > a > svg path,
.c-pagination-button--next.disable > a > svg path {
  fill: #dcdcdc;
}

.c-pagination-button--prev {
  margin-right: 4rem;
}

.c-pagination-button--next {
  margin-left: 4rem;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 4rem 0 7.2rem;
  }
  .c-pagination-button--prev,
  .c-pagination-button--next {
    position: absolute;
    bottom: -7.1rem;
  }
  .c-pagination-button--prev > a,
  .c-pagination-button--next > a {
    min-width: 4rem;
    min-height: 4rem;
    font-size: 1.5rem;
  }
  .c-pagination-button--prev {
    margin-right: 0;
    left: calc(50% - 7.8rem);
  }
  .c-pagination-button--next {
    margin-left: 0;
    right: calc(50% - 7.8rem);
  }
  .c-pagination-number > a {
    min-height: 3.4rem;
    font-size: 1.8rem;
  }
}
.recruitment {
  margin-top: 9.8rem;
}

.recruitment__content {
  margin-top: 6rem;
}

.recruitment__item {
  background-color: #fafaf8;
  border-radius: 2.4rem;
  margin-bottom: 2.4rem;
}

.recruitment__item:last-child {
  margin-bottom: 0;
}

.recruitment__item.is-open .js-accor-content {
  opacity: 1;
  max-height: initial;
  padding-bottom: 3.2rem;
}

.recruitment__item.is-open .c-toggle::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.recruitment__item-question {
  background-color: #fafaf8;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.2rem 6rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  gap: 1.6rem;
}

.recruitment__item-question .c-toggle {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruitment__item-question .c-toggle::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 0.2rem;
  background-color: #b4c413;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruitment__item-question .c-toggle::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 0.2rem;
  background-color: #b4c413;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruitment__item-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #2e2f30;
}

.recruitment__item-answer {
  padding: 0 6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recruitment__item-answer.js-accor-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recruitment__item-answer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
  border-bottom: 0.1rem solid #f0f0f0;
  padding: 2.4rem 0;
}

.recruitment__item-answer dl:first-child {
  padding-top: 0;
}

.recruitment__item-answer dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.recruitment__item-answer dl dt {
  width: 16rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #b4c413;
}

.recruitment__item-answer dl dd {
  width: calc(100% - 22rem);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2e2f30;
}

.recruitment__item-answer dl dd span {
  display: block;
  margin-bottom: 2.7rem;
}

.recruitment__item-answer dl dd span:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .recruitment {
    margin-top: 6rem;
  }
  .recruitment__content {
    margin-top: 4rem;
  }
  .recruitment__item {
    border-radius: 1.6rem;
  }
  .recruitment__item:last-child {
    margin-bottom: 0;
  }
  .recruitment__item.is-open .js-accor-content {
    padding-bottom: 2.4rem;
  }
  .recruitment__item-question {
    padding: 2.4rem;
  }
  .recruitment__item-text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .recruitment__item-answer {
    padding: 0 2.4rem;
  }
  .recruitment__item-answer dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 0.1rem solid #f0f0f0;
    padding: 1.6rem 0;
  }
  .recruitment__item-answer dl dt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
  }
  .recruitment__item-answer dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
  .recruitment__item-answer dl dd span {
    margin-bottom: 2rem;
  }
}
.c-entry {
  background-color: #b4c413;
  border-radius: 2.4rem;
  padding: 4rem 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10rem;
}

.c-entry .c-title-page {
  padding-bottom: 0;
  border-bottom: none;
}

.c-entry .c-title-page .en {
  color: #ffffff;
}

.c-entry .c-title-page .en::before {
  background: #ffffff;
}

.c-entry .c-title-page .ja {
  color: #ffffff;
}

.c-entry .c-btn__link--icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.c-entry .c-btn__link--icon svg path {
  fill: transparent;
}

@media screen and (min-width: 960px) {
  .c-entry .c-btn__link:hover .c-btn__link--icon svg path {
    stroke: #ffffff;
    fill: transparent;
  }
}
@media screen and (max-width: 767px) {
  .c-entry {
    margin-top: 6rem;
    padding: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.c-btnWrap {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 9.6rem;
}

@media screen and (max-width: 767px) {
  .c-btnWrap {
    margin-bottom: 6rem;
  }
}
.c-breadcrumb {
  padding: 2rem 0;
  min-height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-breadcrumb.txt-white .c-breadcrumb-list_item {
  color: #fff;
}

.c-breadcrumb.txt-white .c-breadcrumb-list_item::before {
  background-color: #ececec;
}

@media screen and (min-width: 960px) {
  .c-breadcrumb.txt-white .c-breadcrumb-list_item > a:hover {
    color: #fff;
    opacity: 0.6;
  }
}
.c-breadcrumb.txt-white .c-breadcrumb-list_item.active {
  color: #fff;
}

.c-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-breadcrumb-list_item {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-left: 2rem;
  position: relative;
  color: #acacac;
}

.c-breadcrumb-list_item.txt_ja {
  font-weight: bold;
}

.c-breadcrumb-list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  width: 0.7rem;
  height: 1.6rem;
  -webkit-mask-image: url(../images/breadcrumb-arrow.svg);
  mask-image: url(../images/breadcrumb-arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d3d3d3;
}

.c-breadcrumb-list_item:first-child {
  padding-left: 0;
}

.c-breadcrumb-list_item:first-child::before {
  display: none;
}

@media screen and (min-width: 960px) {
  .c-breadcrumb-list_item > a:hover {
    color: #333333;
  }
}
.c-breadcrumb-list_item.active {
  color: #333333;
}

.c-breadcrumb-list_item.active > a {
  cursor: default;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1rem 0;
    min-height: 4.2rem;
  }
  .c-breadcrumb-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 0.5rem;
  }
  .c-breadcrumb-list_item {
    padding-left: 2.2rem;
    letter-spacing: 0;
  }
  .c-breadcrumb-list_item:not(.active) > a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
  }
  .c-breadcrumb-list_item:first-child {
    padding-left: 0;
  }
  .c-breadcrumb-list_item.active > a {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .c-breadcrumb-list_item::before {
    top: -0.3rem;
    left: 0.9rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-footer {
  background-color: #3a3a3a;
  color: #fff;
  padding-top: 10rem;
  border-radius: 4rem 4rem 0 0;
  position: relative;
  z-index: 1;
}

.l-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.l-footer-info {
  width: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.2rem;
}

.l-footer-logo__link {
  max-width: 14rem;
  display: block;
}

.l-footer-address__box > p {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}

.l-footer-company__name {
  margin-bottom: 0.5rem;
}

.l-footer-company__map {
  margin-top: 1rem;
}

.l-footer-company__map > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Fustat", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.l-footer-company__map > a > img {
  max-width: 1.6rem;
}

.l-footer-company__map > a::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 0.1rem;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media screen and (min-width: 960px) {
  .l-footer-company__map > a:hover::before {
    background-position: bottom left;
    background-size: 100% 0.1rem;
  }
}
.l-footer-content {
  width: calc(100% - 22rem);
}

.l-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2.4rem;
}

.l-footer-link__col {
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}

.l-footer-link__txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.l-footer-link__txt > span {
  position: relative;
}

.l-footer-link__txt > span::before {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 0.1rem;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media screen and (min-width: 960px) {
  .l-footer-link__txt:hover > span::before {
    background-position: bottom left;
    background-size: 100% 0.1rem;
  }
}
.l-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.1rem solid #565656;
  padding: 4rem 0 0 4.5rem;
  margin: 4rem 0 0;
}

.l-footer-bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

.l-footer-bottom__links > a {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
}

.l-footer-bottom__links > a > span {
  padding-right: 2.4rem;
  position: relative;
}

.l-footer-bottom__links > a > span::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/icon_link_blank.png);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.l-footer-social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.l-footer-social__label > span {
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  color: #333;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.l-footer-social__label > span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.4rem solid #fff;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.l-footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}

.l-footer-social__icon {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 960px) {
  .l-footer-social__icon:hover {
    opacity: 0.7;
  }
}
.l-footer-copyright {
  font-family: "futura-pt", sans-serif;
  border-top: 0.1rem solid #565656;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #fcf9f0;
  padding: 1rem 2rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 4rem;
    border-radius: 1.6rem 1.6rem 0 0;
  }
  .l-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .l-footer-info {
    width: 100%;
  }
  .l-footer-logo__link {
    margin: 0 auto;
  }
  .l-footer-content {
    width: 100%;
  }
  .l-footer-link {
    display: none;
  }
  .l-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.7rem;
    padding: 2.4rem 2rem;
    margin: 3rem 0 0;
  }
  .l-footer-bottom__links {
    gap: 2rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer-social__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .l-footer-copyright {
    font-size: 1.16rem;
    padding: 1.5rem 2rem;
  }
}
.l-header {
  min-height: 8.8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.l-header__inner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header__logo {
  max-width: 14rem;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 960px) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #b4c413;
  padding-bottom: 3.2rem;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .l-header {
    min-height: 6rem;
    padding: 0 1.6rem;
  }
  .l-header.is-open {
    background-color: #fff;
  }
  .l-header__logo {
    max-width: 11.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-header__logo img {
    width: 8.2rem;
  }
  .l-header__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 6rem;
    width: auto;
    padding-bottom: 0;
    gap: 0;
    background-color: transparent;
  }
}
.c-btn-entry {
  background-color: #ffffff;
  width: 8rem;
  height: 8rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.c-btn-entry--icon {
  width: 3.2rem;
  min-height: 3.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn-entry--icon svg {
  width: 2.4rem;
  height: 2.3rem;
}

.c-btn-entry--icon svg path {
  stroke: #b4c413;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.c-btn-entry--txt {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #b4c413;
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-btn-entry:hover {
    background-color: #b4c413;
    border-color: #fff;
  }
  .c-btn-entry:hover .c-btn-entry--icon svg path {
    stroke: #fff;
  }
  .c-btn-entry:hover .c-btn-entry--txt {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-entry {
    width: 6rem;
    height: 6rem;
    gap: 0.2rem;
  }
  .c-btn-entry--txt {
    font-size: 1.2rem;
  }
}
.c-btn-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #b4c413;
  gap: 0.4rem;
}

.c-btn-hamburger__bar {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
}

.c-btn-hamburger__bar span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 2.8rem;
  height: 0.2rem;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1rem;
}

.c-btn-hamburger__bar span:nth-child(1) {
  margin-top: -0.7rem;
}

.c-btn-hamburger__bar span:nth-child(3) {
  margin-top: 0.7rem;
}

.c-btn-hamburger__text {
  letter-spacing: 0.1em;
  width: auto;
  height: auto;
  background: transparent;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

.c-btn-hamburger.is-active .c-btn-hamburger__bar span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
}

.c-btn-hamburger.is-active .c-btn-hamburger__bar span:nth-child(2) {
  opacity: 0;
}

.c-btn-hamburger.is-active .c-btn-hamburger__bar span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-btn-hamburger {
    width: 6rem;
    height: 6rem;
    gap: 0.2rem;
  }
  .c-btn-hamburger__text {
    font-size: 1.2rem;
  }
}
.c-recruit-link {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-recruit-link__en {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.c-recruit-link__ja {
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 960px) {
  .c-recruit-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit-link {
    display: none;
  }
}
.c-side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.c-side-menu.is-open {
  pointer-events: auto;
  opacity: 1;
}

.c-side-menu.is-open .c-side-menu__overlay {
  opacity: 1;
}

.c-side-menu.is-open .c-side-menu__panel {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-side-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  cursor: pointer;
}

.c-side-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 12.8rem;
  padding: 12.8rem 12rem 4rem;
  gap: 8rem;
}

.c-side-menu__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ececec;
  max-width: 44rem;
}

.c-side-menu__header {
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-side-menu__logo {
  max-width: 12rem;
  display: block;
}

.c-side-menu__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.c-side-menu__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-side-menu__close span {
  display: block;
  width: 2.4rem;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-side-menu__close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(1px);
  transform: rotate(45deg) translateY(1px);
}

.c-side-menu__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(-1px);
  transform: rotate(-45deg) translateY(-1px);
}

.c-side-menu__close span:nth-child(3) {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
  width: auto;
  height: auto;
  background: transparent;
}

.c-side-menu__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
}

.c-side-menu__section {
  padding: 0 0 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #ececec;
}

.c-side-menu__section:not(:has(.c-side-menu__submenu)) .c-side-menu__arrow {
  background: url("../images/ico_arrow.svg") no-repeat center center;
  background-size: 1.3rem;
}

.c-side-menu__section:not(:has(.c-side-menu__submenu))
  .c-side-menu__arrow:after,
.c-side-menu__section:not(:has(.c-side-menu__submenu))
  .c-side-menu__arrow::before {
  content: none;
}

.c-side-menu__title {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
  position: relative;
}

.c-side-menu__title.is-active .c-side-menu__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-side-menu__title-en {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "futura-pt", sans-serif;
}

.c-side-menu__title-ja {
  font-size: 1.4rem;
  color: #b4c413;
  font-family: "Dela Gothic One", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-side-menu__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
}

.c-side-menu__arrow:after,
.c-side-menu__arrow::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.2rem;
  background-color: #b4c413;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.c-side-menu__arrow:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.c-side-menu__submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.c-side-menu__submenu.is-open {
  padding-top: 3.2rem;
  max-height: 15rem;
}

.c-side-menu__submenu-item {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  letter-spacing: 0.04em;
  min-width: 16.2rem;
}

.c-side-menu__submenu-item span {
  position: relative;
}

.c-side-menu__submenu-item span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#333),
    to(#333)
  );
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 0.1rem;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media screen and (min-width: 960px) {
  .c-side-menu__submenu-item:hover span::before {
    background-position: bottom left;
    background-size: 100% 0.1rem;
  }
}
.c-side-menu__recruit {
  padding: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 44rem;
}

.c-side-menu__recruit-card {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(360deg, #b4c413 0%, #c8d921 100%);
  border-radius: 4rem;
  padding: 4.8rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}

.c-side-menu__recruit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
}

.c-side-menu__recruit-title-en {
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}

.c-side-menu__recruit-title-ja {
  font-size: 2rem;
  font-family: "Dela Gothic One", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.c-side-menu__recruit-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  letter-spacing: 0.1em;
}

.c-side-menu__recruit-text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: left;
}

.c-side-menu__recruit-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

.c-side-menu__footer {
  padding-bottom: 5rem;
}

.c-side-menu__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.c-side-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 2.4rem;
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}

.c-side-menu__link[target="_blank"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/ico_blank.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.c-side-menu__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#333),
    to(#333)
  );
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 0.1rem;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

@media screen and (min-width: 960px) {
  .c-side-menu__link:hover::before {
    background-position: bottom left;
    background-size: 100% 0.1rem;
  }
}
.c-side-menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
  margin-top: 2.4rem;
}

.c-side-menu__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-side-menu__social-link:hover {
    opacity: 0.8;
  }
}
.c-side-menu__social-link img {
  width: 4rem;
  height: 4rem;
}

.c-side-menu__social-badge {
  background: #b4c413;
  color: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.4rem;
  position: relative;
  margin-right: -1rem;
}

.c-side-menu__social-badge:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-left: 0.6rem solid #b4c413;
  border-bottom: 0.4rem solid transparent;
}

@media screen and (max-width: 767px) {
  .c-side-menu__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2.4rem;
    padding: 13.8rem 1.6rem 3.2rem;
  }
  .c-side-menu__content {
    border-right: none;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .c-side-menu__recruit {
    padding: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .c-side-menu__recruit-card {
    padding: 4rem 1.6rem;
  }
  .c-side-menu__footer {
    padding-bottom: 0;
  }
  .c-side-menu__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-side-menu__recruit-title-en {
    font-size: 5.6rem;
  }
  .c-side-menu__recruit-title-ja {
    font-size: 1.6rem;
  }
}
.l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
}

@media screen and (max-width: 767px) {
  .l-inner {
    gap: 4.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-sticky {
  position: relative;
  width: 22rem;
}

.l-sticky__box {
  border-radius: 1.6rem;
  overflow: hidden;
}

.l-sticky__title {
  padding: 1.6rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #b4c413;
  text-align: center;
}

.l-sticky__list {
  background-color: #fafaf8;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.7rem;
}

.l-sticky__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-sticky__list-item > a {
  display: inline-block;
  background-color: #fff;
  border-radius: 3rem;
  padding: 0.4rem 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #b4c413;
  -webkit-transition:
    background-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
}

@media screen and (min-width: 960px) {
  .l-sticky__list-item > a:hover {
    background-color: #c8d921;
    color: #fff;
    opacity: 1;
  }
}
.l-sticky__list-item > a.current {
  background-color: #b4c413;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .l-sticky {
    width: 100%;
  }
  .l-sticky__title {
    padding: 1.2rem 2.4rem;
    font-size: 1.4rem;
  }
  .l-sticky__list {
    padding: 1.6rem 2.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-sticky__list-item > a {
    padding: 0.4rem 1rem;
    font-size: 1.4rem;
    line-height: 1.06;
  }
}
.l-content {
  width: calc(100% - 28.4rem);
}

@media screen and (max-width: 767px) {
  .l-content {
    width: 100%;
  }
}
.l-pageTitle {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-radius: 0px 0px 4rem 4rem;
  z-index: 1;
}

.l-pageTitle__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  border-radius: 0px 0px 4rem 4rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
}

.l-pageTitle__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.l-pageTitle__inner {
  max-width: 104rem;
  min-height: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 1.8rem;
}

.l-pageTitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}

.l-pageTitle__title--ja {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

.l-pageTitle__title--en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 10.6rem;
  letter-spacing: 0.025em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-pageTitle {
    border-radius: 0px 0px 2rem 2rem;
  }
  .l-pageTitle__bg {
    border-radius: 0px 0px 2rem 2rem;
  }
  .l-pageTitle__inner {
    max-width: 100%;
    min-height: 24rem;
    padding: 1.8rem 1.6rem 0;
  }
  .l-pageTitle__title {
    gap: 1.2rem;
  }
  .l-pageTitle__title--ja {
    font-size: 1.6rem;
  }
  .l-pageTitle__title--en {
    font-size: 4.9rem;
    line-height: 0.9;
  }
}
/* Page Title Child (Parent page work)*/
.l-pageTitleChild {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  border-radius: 0px 0px 4rem 4rem;
  position: sticky;
  -webkit-position: -webkit-sticky;
  top: 0;
  z-index: 1;
}

.l-pageTitleChild__inner {
  position: relative;
  z-index: 1;
  max-width: 104rem;
  height: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 1.8rem;
  gap: 2.4rem;
}

.l-pageTitleChild__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/deco_pageTitle_pc.png);
  background-repeat: repeat;
  background-position: 6.5rem 2.4rem;
  background-size: 115rem auto;
  z-index: -1;
}

.l-pageTitleChild__heading {
  width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

.l-pageTitleChild__pic {
  width: calc(100% - 60rem - 2.4rem);
}

.l-pageTitleChild__pic-item {
  width: 41.4rem;
  padding-top: 11.5rem;
}

.l-pageTitleChild__pic-item.--it-engineer {
  padding-top: 11rem;
}

.l-pageTitleChild__pic-item.--office-work {
  padding-top: 11rem;
}

.l-pageTitleChild__pic-item.--care-staff {
  padding-top: 11rem;
}

.l-pageTitleChild__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.l-pageTitleChild__title--main {
  position: absolute;
  text-align: right;
  bottom: -3.2rem;
  right: -10.2rem;
  z-index: -1;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 21.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  opacity: 0.3;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

.l-pageTitleChild__title--ja {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

.l-pageTitleChild__title--en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 10.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}

.l-pageTitleChild__title--sub {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-pageTitleChild__title--main {
    right: -3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTitleChild {
    border-radius: 0px 0px 2rem 2rem;
  }
  .l-pageTitleChild__inner {
    max-width: 100%;
    height: 31.6rem;
    padding-top: 8.2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
  .l-pageTitleChild__heading {
    width: 23rem;
    gap: 0;
    padding-left: 1.7rem;
    position: relative;
    z-index: 10;
    display: block;
  }
  .l-pageTitleChild__pic {
    width: calc(100% - 23rem);
  }
  .l-pageTitleChild__pic-item {
    width: 14.2rem;
    padding-top: 1rem;
  }
  .l-pageTitleChild__pic-item.--it-engineer,
  .l-pageTitleChild__pic-item.--office-work,
  .l-pageTitleChild__pic-item.--care-staff {
    padding-top: 1rem;
  }
  .l-pageTitleChild__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-pageTitleChild__title--main {
    bottom: -0.6rem;
    right: 0;
    font-size: 6rem;
  }
  .l-pageTitleChild__title--ja {
    font-size: 1.6rem;
    margin-top: -1rem;
  }
  .l-pageTitleChild__title--en {
    font-size: 5rem;
    letter-spacing: 0;
  }
  .l-pageTitleChild__title--sub {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 0.3rem;
  }
}
/* Page Title Single*/
.l-pageTitleSgl {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 66rem;
  background-color: #fff;
  background-image: url(../images/bg_content.png);
  background-size: 128rem auto;
  background-position: center -2.2rem;
  background-repeat: repeat;
}

.l-pageTitleSgl__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 99.2rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.l-pageTitleSgl__bg-inner {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 0;
  height: 100%;
  width: calc(100% + (100vw - 11rem - 100%) / 2);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  border-radius: 0px 0px 4rem 4rem;
  overflow: hidden;
}

.l-pageTitleSgl__bg-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/deco_pageTitleSgl_pc.png);
  background-repeat: repeat;
  background-position: 8.3rem top;
  background-size: 99.8rem 57.6rem;
  z-index: -1;
}

.l-pageTitleSgl__inner {
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 1rem;
}

.l-pageTitleSgl__inner > .c-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 11.6rem;
}

.l-pageTitleSgl__txtMain {
  position: absolute;
  bottom: 7.3rem;
  left: -2.3rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 20.5rem;
  line-height: 0.88;
  letter-spacing: 0.023em;
  color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  -webkit-text-stroke: 0.2rem rgb(200, 217, 33);
  text-transform: uppercase;
}

.l-pageTitleSgl__pic {
  position: absolute;
  top: 0;
  left: 42rem;
  width: calc(50vw + 14rem);
  height: 58.5rem;
  border-radius: 0 0 0 4rem;
  overflow: hidden;
}

.l-pageTitleSgl__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}

.l-pageTitleSgl__heading > span > span {
  background: linear-gradient(89.91deg, #c8d921 -2.07%, #b4c413 98.22%);
  padding: 0.7rem;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
}

.l-pageTitleSgl__achievements {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1.6rem;
  padding: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #b4c413;
  line-height: 2.2;
  letter-spacing: 0.04em;
  max-width: 49.5rem;
  margin-top: 4rem;
}

.l-pageTitleSgl__position {
  margin-top: 4rem;
}

.l-pageTitleSgl__position > span {
  background-color: #fff;
  border-radius: 4rem;
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #b4c413;
}

.l-pageTitleSgl__experience {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}

.l-pageTitleSgl__name {
  margin-top: 2.4rem;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-pageTitleSgl__pic {
    width: 61vw;
    left: 32.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTitleSgl {
    height: 46.6rem;
  }
  .l-pageTitleSgl .c-breadcrumb .c-container {
    padding: 0;
  }
  .l-pageTitleSgl__bg {
    max-width: 100%;
  }
  .l-pageTitleSgl__bg-inner {
    right: 0;
    width: 100%;
    border-radius: 0px 0px 2rem 2rem;
  }
  .l-pageTitleSgl__bg-inner::before {
    top: 0;
    /* background-image: url(../images/deco_pageTitleSgl_sp.png); */
    background-position: -1.2rem -11.8rem;
    background-size: 41.5rem 46rem;
  }
  .l-pageTitleSgl__inner {
    max-width: 100%;
    padding: 0 1.6rem 0.8rem;
  }
  .l-pageTitleSgl__inner > .c-container {
    padding: 0 0 0.8rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-pageTitleSgl__txtMain {
    bottom: 8rem;
    left: -0.4rem;
    font-size: 7.8rem;
  }
  .l-pageTitleSgl__pic {
    left: auto;
    right: 0;
    width: 34.2rem;
    height: 25.6rem;
    border-radius: 0 0 0 2rem;
  }
  .l-pageTitleSgl__heading > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-pageTitleSgl__heading > span > span {
    padding: 0.4rem 0.7rem;
    font-size: 2.4rem;
    letter-spacing: 0.095em;
  }
  .l-pageTitleSgl__achievements {
    font-size: 1.4rem;
    line-height: 1.8;
    max-width: 100%;
    margin-top: 2.4rem;
  }
  .l-pageTitleSgl__position {
    margin-top: 2.4rem;
  }
  .l-pageTitleSgl__position > span {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
  .l-pageTitleSgl__experience {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .l-pageTitleSgl__name {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}
.c-title-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.4rem;
  border-bottom: 0.1rem solid #e8ebec;
  padding-bottom: 2.3rem;
}

.c-title-page .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  padding-left: 1.6rem;
}

.c-title-page .en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-title-page .ja {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #b4c413;
}

@media screen and (max-width: 767px) {
  .c-title-page {
    gap: 0.8rem;
  }
  .c-title-page .en {
    font-size: 1.4rem;
  }
  .c-title-page .ja {
    font-size: 2.4rem;
  }
}
.l-error__txt {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.l-error .c-form__btn {
  text-align: center;
}

.l-error__time {
  width: 34rem;
  margin: 4.8rem auto 0;
  background-color: #f9f7f5;
  border-radius: 1rem;
  padding: 1.6rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-error__txt {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .l-error .c-form__btn {
    margin-top: 4rem;
  }
  .l-error__time {
    width: 30rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .boxContent {
    padding-bottom: 8rem;
  }
}
.p-about .intro {
  width: 100%;
  height: 34.4rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  border-radius: 4rem;
  text-align: center;
  padding: 4rem 0;
}

.p-about .intro__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin-bottom: 3.4rem;
}

.p-about .intro__title span {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-about .intro {
    height: 29.4rem;
    border-radius: 2rem;
    padding: 3.2rem 1.6rem;
  }
  .p-about .intro__title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .p-about .intro .c-txt {
    text-align: left;
  }
}
.p-about .mission {
  margin-top: 9.8rem;
}

.p-about .mission__box {
  width: 100%;
  height: 21rem;
  background-color: #fafaf8;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4rem;
  margin-top: 6rem;
}

.p-about .mission__box-label {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #a2a2a2;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  border-right: 0.1rem solid #dcdcdc;
  width: calc(100% - 83.9rem);
}

.p-about .mission__box-title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #b4c413;
  width: 83.3rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.p-about .mission__text {
  text-align: center;
  margin-top: 4.2rem;
}

.p-about .mission__text .c-txt:last-child {
  margin-top: 1.2rem;
}

.p-about .mission__text .c-txt-orange {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #b4c413;
}

@media screen and (max-width: 767px) {
  .p-about .mission {
    margin-top: 6rem;
  }
  .p-about .mission__box {
    height: 24.3rem;
    border-radius: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem 1.6rem;
    margin-top: 4rem;
  }
  .p-about .mission__box-label {
    letter-spacing: 0.04em;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    border-right: none;
    border-bottom: 0.1rem solid #dcdcdc;
    width: 100%;
    text-align: center;
    padding-bottom: 1.6rem;
  }
  .p-about .mission__box-title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 2.4rem;
  }
  .p-about .mission__box-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 13.6rem;
    background: url(../images/about/line_01.png) no-repeat;
    background-size: cover;
  }
  .p-about .mission__box-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.1rem;
    height: 13.6rem;
    background: url(../images/about/line_02.png) no-repeat;
    background-size: cover;
  }
  .p-about .mission__text {
    text-align: left;
    margin-top: 2.6rem;
  }
  .p-about .mission__text .c-txt:last-child {
    margin-top: 0.5rem;
  }
  .p-about .mission__text .c-txt-orange {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-about .features {
  margin-top: 9.8rem;
}

.p-about .features__box {
  width: 100%;
  background-color: #fafaf8;
  border-radius: 4rem;
  padding: 6rem;
  margin-top: 4rem;
}

.p-about .features__box:nth-child(2) {
  margin-top: 6rem;
}

.p-about .features__box:nth-child(4) .features__box--detail-left {
  height: 19.5rem;
  padding-top: 4rem;
}

.p-about .features__box:nth-child(4) .features__box--detail-left .c-name {
  margin-bottom: 0;
}

.p-about
  .features__box:nth-child(4)
  .features__box--detail-left
  .c-num
  .js-count {
  font-size: 10.6rem;
}

.p-about .features__box:last-child .c-btn {
  margin-top: 4rem;
}

.p-about .features__box--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.7rem;
  border-bottom: 0.1rem solid #b4c413;
  padding-bottom: 1.9rem;
}

.p-about .features__box--ttl .nb {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #b4c413;
}

.p-about .features__box--ttl .ttl {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #b4c413;
}

.p-about .features__box--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 4rem;
}

.p-about .features__box--detail-left {
  width: 34rem;
  height: 24.9rem;
  border-right: 0.1rem solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5.6rem;
}

.p-about .features__box--detail-left .c-name {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.11em;
  margin-bottom: -0.8rem;
}

.p-about .features__box--detail-left .c-num {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-about .features__box--detail-left .c-num .js-count {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1;
}

.p-about .features__box--detail-right {
  width: calc(100% - 34rem - 4rem);
}

.p-about .features__box--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 2.4rem;
}

.p-about .features__box--list-items {
  width: calc((100% - 4.8rem) / 3);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  border-radius: 1.6rem;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-about .features__box--list-items-text {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
}

.p-about .features__box--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 4rem;
}

.p-about .features__box--wrap-items {
  width: calc((100% - 2.4rem) / 2);
  background-color: #ffffff;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
}

.p-about .features__box--wrap-items .icon {
  max-width: 10rem;
}

.p-about .features__box--wrap-items .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 11.1rem;
}

.p-about .features__box--wrap-items .title_smail {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}

.p-about .features__box--wrap-items .title_big {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #b4c413;
}

.p-about .features__box--wrap-items .title_big .js-count {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 9.4rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-about .features__box .c-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.p-about .features__box .c-btn {
  text-align: center;
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-about .features {
    margin-top: 6rem;
  }
  .p-about .features__box {
    border-radius: 2rem;
    padding: 2.4rem 1.6rem;
    margin-top: 4rem;
  }
  .p-about .features__box:nth-child(2) {
    margin-top: 4rem;
  }
  .p-about .features__box:nth-child(3) .features__box--ttl {
    gap: 0.6rem;
    padding-bottom: 1.6rem;
  }
  .p-about .features__box:nth-child(3) .features__box--detail {
    margin-top: 2.4rem;
  }
  .p-about .features__box:nth-child(4) .features__box--ttl {
    gap: 0.6rem;
    padding-bottom: 1.6rem;
  }
  .p-about .features__box:nth-child(4) .features__box--detail {
    gap: 1rem;
  }
  .p-about .features__box:nth-child(4) .features__box--detail-left {
    height: auto;
    padding-top: 0.7rem;
  }
  .p-about .features__box:nth-child(4) .features__box--detail-left .c-name {
    margin-bottom: 0;
  }
  .p-about
    .features__box:nth-child(4)
    .features__box--detail-left
    .c-num
    .js-count {
    font-size: 10.6rem;
  }
  .p-about .features__box:last-child .features__box--ttl {
    gap: 0.3rem;
    padding-bottom: 1.6rem;
  }
  .p-about .features__box:last-child .features__box--detail {
    margin-top: 2.4rem;
  }
  .p-about .features__box:last-child .c-btn {
    margin-top: 2rem;
  }
  .p-about .features__box--ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .p-about .features__box--ttl .ttl {
    font-size: 2.2rem;
  }
  .p-about .features__box--ttl .ttl._lh14 {
    line-height: 1.4;
  }
  .p-about .features__box--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 4rem;
  }
  .p-about .features__box--detail-left {
    width: 100%;
    height: auto;
    border-right: none;
    padding-top: 0.8rem;
  }
  .p-about .features__box--detail-left .c-name {
    font-size: 2.2rem;
    margin-bottom: -0.8rem;
  }
  .p-about .features__box--detail-right {
    width: 100%;
  }
  .p-about .features__box--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2.2rem;
  }
  .p-about .features__box--list-items {
    width: 100%;
    border-radius: 0.8rem;
    padding: 1.6rem 2.4rem;
  }
  .p-about .features__box--list-items-text {
    font-size: 2.2rem;
  }
  .p-about .features__box--wrap {
    gap: 1.6rem;
    margin-top: 4rem;
  }
  .p-about .features__box--wrap-items {
    width: 100%;
    gap: 1.6rem;
    padding: 1.6rem;
  }
  .p-about .features__box--wrap-items .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
  }
  .p-about .features__box--wrap-items .title_smail {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
  }
  .p-about .features__box--wrap-items .title_big {
    font-size: 2.4rem;
  }
  .p-about .features__box--wrap-items .title_big .js-count {
    font-size: 7rem;
  }
  .p-about .features__box .c-btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0;
  }
  .p-about .features__box .c-btn {
    margin-top: 2rem;
  }
}
.p-crossTalk__titMain {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #b4c413;
  text-align: center;
}

.p-crossTalk__txt {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}

.p-crossTalk__boxIn {
  margin-top: 6rem;
  border-radius: 4rem;
  padding: 8rem;
  background-color: #fafaf8;
}

@media screen and (max-width: 767px) {
  .p-crossTalk__titMain {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .p-crossTalk__txt {
    margin-top: 3.4rem;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-crossTalk__boxIn {
    margin-top: 3.8rem;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
}
.c-crossTalk__card + .c-crossTalk__card {
  margin-top: 6rem;
}

.c-crossTalk__card:nth-child(even) .c-crossTalk__card-pic figure {
  margin-left: auto;
}

.c-crossTalk__card:nth-child(odd) .c-crossTalk__card-boxBtn {
  text-align: right;
}

.c-crossTalk__card-pic figure {
  width: 56.8rem;
  border-radius: 1.6rem;
  overflow: hidden;
}

.c-crossTalk__card-pic figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.c-crossTalk__card-num {
  text-align: left;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  letter-spacing: 0.007em;
  line-height: 1;
  color: #000035;
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  ); */
  /* background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  /* text-fill-color: transparent;
  -webkit-filter: drop-shadow(0.2rem 0.4rem 0 rgba(150, 80, 0, 0.6));
  filter: drop-shadow(0.2rem 0.4rem 0 rgba(150, 80, 0, 0.6)); */
  margin-bottom: 0.7rem;
}

.c-crossTalk__card-boxBtn {
  margin-top: -13.2rem;
  position: relative;
  z-index: 10;
}

.c-crossTalk__card-boxBtn--inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-crossTalk__card-btn {
  width: 54rem;
  min-height: 18.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  border-color: #b4c413;
  border-width: 0.2rem;
  border-style: solid;
  -webkit-box-shadow: inset -0.6rem -0.6rem 0px rgba(255, 242, 0, 0.55);
  box-shadow: inset -0.6rem -0.6rem 0px rgba(255, 242, 0, 0.55);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3.8rem 2.4rem 3.5rem 4rem;
}

.c-crossTalk__card-btn--txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.c-crossTalk__card-btn--txtJa {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #b4c413;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-crossTalk__card-btn--txtJa > span > span {
  display: inline;
}

.c-crossTalk__card-btn--txtName {
  margin-top: 1.8rem;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-crossTalk__card-btn--txtName > .separator {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.c-crossTalk__card-btn--txtName > .name {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}

.c-crossTalk__card-btn--icon {
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
}

.c-crossTalk__card-btn--icon svg path {
  fill: #b4c413;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-crossTalk__card-btn:hover {
    background-color: #c8d921;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c8d921;
  }
  .c-crossTalk__card-btn:hover ~ .c-crossTalk__card-pic figure {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-crossTalk__card-btn:hover .c-crossTalk__card-btn--txt > span {
    color: #fff !important;
  }
  .c-crossTalk__card-btn:hover .c-crossTalk__card-btn--icon svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 960px) {
  .c-crossTalk__card:has(.c-crossTalk__card-btn:hover)
    .c-crossTalk__card-pic
    img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .c-crossTalk__card + .c-crossTalk__card {
    margin-top: 4rem;
  }
  .c-crossTalk__card:nth-child(even) .c-crossTalk__card-pic figure {
    margin-left: 0;
  }
  .c-crossTalk__card:nth-child(odd) .c-crossTalk__card-boxBtn {
    text-align: center;
  }
  .c-crossTalk__card-pic figure {
    width: 100%;
  }
  .c-crossTalk__card-num {
    font-size: 4.8rem;
    letter-spacing: 0.004em;
    margin-bottom: 0.7rem;
  }
  .c-crossTalk__card-boxBtn {
    text-align: center;
    margin-top: -7rem;
  }
  .c-crossTalk__card-boxBtn--inner {
    width: calc(100% - 3.2rem);
  }
  .c-crossTalk__card-btn {
    width: 100%;
    min-height: 13.1rem;
    gap: 1.6rem;
    padding: 2.4rem 2.4rem 1.4rem 2.2rem;
    -webkit-box-shadow: inset -0.8rem -0.8rem 0px rgba(255, 242, 0, 0.55);
    box-shadow: inset -0.8rem -0.8rem 0px rgba(255, 242, 0, 0.55);
  }
  .c-crossTalk__card-btn--icon {
    margin-bottom: 0.7rem;
  }
  .c-crossTalk__card-btn--txtJa {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .c-crossTalk__card-btn--txtName {
    margin-top: 1.7rem;
    font-size: 2rem;
    letter-spacing: 0.16em;
    line-height: 1.4;
  }
}
.p-crossTalkSgl .boxContent {
  padding: 10rem 0;
}

.p-crossTalkSgl__members {
  background-color: #fafaf8;
  border-radius: 4rem;
  padding: 4rem 8rem;
}

.p-crossTalkSgl__members-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #b4c413;
  border-bottom: 1px solid #b4c413;
  padding-bottom: 1.8rem;
  margin-bottom: 4rem;
}

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

.p-crossTalkSgl__members-list.col-style1 {
  gap: 8.5rem;
}

.p-crossTalkSgl__members-list.col-style1 .p-crossTalkSgl__members-item {
  width: 21rem;
}

.p-crossTalkSgl__members-list.col-style2 {
  gap: 4.5rem;
}

.p-crossTalkSgl__members-list.col-style2 .p-crossTalkSgl__members-item {
  width: 16.5rem;
}

.p-crossTalkSgl__members--avt {
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.p-crossTalkSgl__members--avt img {
  margin: 0 auto;
}

.p-crossTalkSgl__members--position {
  margin-top: 2.4rem;
  text-align: center;
}

.p-crossTalkSgl__members--position > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 9.8rem;
  padding: 0.7rem 2.4rem;
  border: 1px solid #b4c413;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #b4c413;
  border-radius: 4rem;
}

.p-crossTalkSgl__members--name {
  margin-top: 1.6rem;
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333;
}

.p-crossTalkSgl__members--experience {
  margin-top: 0.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}

.p-crossTalkSgl__question {
  margin-top: 8rem;
}

.p-crossTalkSgl__question-box {
  margin-top: 8rem;
  border-top: 1px solid #e8ebec;
}

.p-crossTalkSgl__question-box:nth-child(1) {
  margin-top: 0;
}

.p-crossTalkSgl__question-title {
  padding-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.3rem;
}

.p-crossTalkSgl__question-title--num {
  position: relative;
  padding-left: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #333;
}

.p-crossTalkSgl__question-title--num::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  z-index: 1;
}

.p-crossTalkSgl__question-title--text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #b4c413;
}

.p-crossTalkSgl__question-chat {
  margin-top: 6rem;
}

.p-crossTalkSgl__question-chat_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.4rem;
  margin-top: 4rem;
}

.p-crossTalkSgl__question-chat_item:nth-child(1) {
  margin-top: 0;
}

.p-crossTalkSgl__question-chat_item.align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.p-crossTalkSgl__question-chat_item.align-left
  .p-crossTalkSgl__question-chat--content {
  border-radius: 4rem 4rem 4rem 0;
}

.p-crossTalkSgl__question-chat_item.align-left
  .p-crossTalkSgl__question-chat--content::before {
  background-image: url(../images/arrow_chat_left.png);
  right: 100%;
}

.p-crossTalkSgl__question-chat_item.align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-crossTalkSgl__question-chat_item.align-right
  .p-crossTalkSgl__question-chat--content {
  border-radius: 4rem 4rem 0 4rem;
}

.p-crossTalkSgl__question-chat_item.align-right
  .p-crossTalkSgl__question-chat--content::before {
  background-image: url(../images/arrow_chat_right.png);
  left: 100%;
}

.p-crossTalkSgl__question-chat--info {
  width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-crossTalkSgl__question-chat--info > .--avt {
  border-radius: 50%;
  overflow: hidden;
}

.p-crossTalkSgl__question-chat--info > .--name {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333;
}

.p-crossTalkSgl__question-chat--content {
  width: calc(100% - 5.4rem - 8rem);
  background-color: #fafaf8;
  padding: 2.4rem 3.2rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
}

.p-crossTalkSgl__question-chat--content::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  width: 2.8rem;
  height: 2.4rem;
  bottom: 0;
}

.p-crossTalkSgl__question-pic {
  margin: 6rem 0;
}

.p-crossTalkSgl__btn {
  text-align: center;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-crossTalkSgl .boxContent {
    padding: 4rem 0 6rem;
  }
  .p-crossTalkSgl .l-pageTitleSgl__heading > span > span {
    display: inline-block;
    background: transparent;
    padding: 0;
  }
  .p-crossTalkSgl .l-pageTitleSgl__heading > span > span > span {
    background: linear-gradient(89.91deg, #c8d921 -2.07%, #b4c413 98.22%);
    padding: 0.4rem 0.7rem;
  }
  .p-crossTalkSgl .l-pageTitleSgl__heading > span > span > span + span {
    margin-top: 0.8rem;
  }
  .p-crossTalkSgl__members {
    border-radius: 2rem;
    padding: 2.4rem 1.6rem;
  }
  .p-crossTalkSgl__members-heading {
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .p-crossTalkSgl__members-list {
    gap: 1.6rem !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-crossTalkSgl__members-item {
    width: calc(50% - 0.8rem) !important;
  }
  .p-crossTalkSgl__members--avt {
    width: 12rem;
    margin: 0 auto;
  }
  .p-crossTalkSgl__members--position {
    margin-top: 1.3rem;
  }
  .p-crossTalkSgl__members--position > span {
    min-width: 13.7rem;
    padding: 0.7rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-crossTalkSgl__members--name {
    margin-top: 0.8rem;
    font-size: 2.4rem;
  }
  .p-crossTalkSgl__question {
    margin-top: 6rem;
  }
  .p-crossTalkSgl__question-box {
    margin-top: 4rem;
  }
  .p-crossTalkSgl__question-title {
    gap: 1.4rem;
  }
  .p-crossTalkSgl__question-title--num {
    font-size: 1.4rem;
  }
  .p-crossTalkSgl__question-title--text {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .p-crossTalkSgl__question-chat {
    margin-top: 2.5rem;
  }
  .p-crossTalkSgl__question-chat_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.4rem;
    margin-top: 2.4rem;
  }
  .p-crossTalkSgl__question-chat_item.align-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .p-crossTalkSgl__question-chat_item.align-left
    .p-crossTalkSgl__question-chat--content {
    border-radius: 2rem 2rem 2rem 0;
    margin-left: auto;
  }
  .p-crossTalkSgl__question-chat_item.align-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0.8rem;
  }
  .p-crossTalkSgl__question-chat_item.align-right
    .p-crossTalkSgl__question-chat--content {
    border-radius: 2rem 2rem 0 2rem;
    margin-right: auto;
  }
  .p-crossTalkSgl__question-chat--info {
    width: 6rem;
  }
  .p-crossTalkSgl__question-chat--info > .--name {
    font-size: 1.2rem;
  }
  .p-crossTalkSgl__question-chat--content {
    width: calc(100% - 1.2rem);
    padding: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.786;
  }
  .p-crossTalkSgl__question-chat--content::before {
    width: 1.4rem;
    height: 1.2rem;
  }
  .p-crossTalkSgl__question-pic {
    margin: 2.4rem 0;
  }
  .p-crossTalkSgl__btn {
    margin-top: 6rem;
  }
}
.p-environment .intro {
  text-align: center;
}

.p-environment .intro__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #b4c413;
  margin-bottom: 3.3rem;
}

.p-environment .intro__title span {
  position: relative;
}

.p-environment .intro__title span .sub {
  position: absolute;
  top: -1.6rem;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-environment .intro__title {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 3.4rem;
  }
  .p-environment .intro .c-txt {
    text-align: left;
  }
}
.p-environment .anchorWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 6rem;
}

.p-environment .anchorWrap .c-btn__link {
  min-width: 29.3rem;
}

.p-environment .anchorWrap .c-btn__link--txt > span {
  font-size: 2.4rem;
}

.p-environment .anchorWrap .c-btn__link--icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .p-environment .anchorWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.8rem;
    gap: 1.6rem;
  }
  .p-environment .anchorWrap .c-btn__link {
    min-width: 28rem;
  }
  .p-environment .anchorWrap .c-btn__link--txt > span {
    font-size: 1.8rem;
  }
}
.p-environment .benefits {
  margin-top: 9.8rem;
}

.p-environment .benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-top: 4rem;
}

.p-environment .benefits__list-items {
  width: calc((100% - 6.4rem) / 3);
  background-color: #fafaf8;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.1rem;
  padding: 4rem;
}

.p-environment .benefits__list-items .icon {
  width: 10rem;
  margin: 0 auto;
}

.p-environment .benefits__list-items .detail__ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #b4c413;
  margin-bottom: 1.2rem;
}

.p-environment .benefits__list-items .detail__txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

@media screen and (max-width: 767px) {
  .p-environment .benefits {
    margin-top: 6rem;
  }
  .p-environment .benefits__list {
    gap: 1.6rem;
    margin-top: 4rem;
  }
  .p-environment .benefits__list-items {
    width: calc((100% - 1.6rem) / 2);
    gap: 1.8rem;
    padding: 2.4rem 1.6rem;
  }
  .p-environment .benefits__list-items .icon {
    width: 6rem;
  }
  .p-environment .benefits__list-items .detail__ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
  }
}
.p-environment .career {
  margin-top: 10rem;
}

.p-environment .career__txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.p-environment .career__slide {
  margin-top: 4rem;
}

.p-environment .career__slide .splide__track {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
}

.p-environment .career__slide .splide__slide {
  padding: 4rem;
  background-color: #fafaf8;
  border-radius: 4rem;
}

.p-environment .career__slide-heading {
  position: relative;
  text-align: center;
  padding: 5.7rem 0 5.5rem;
}

.p-environment .career__slide-heading .label {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  border: 0.2rem solid #b4c413;
  border-radius: 0.4rem;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  padding: 0.8rem 1.7rem;
  color: #b4c413;
  position: absolute;
  top: 1rem;
  left: 2.4rem;
  z-index: 2;
}

.p-environment .career__slide-heading .title {
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #b4c413;
  position: relative;
  z-index: 2;
}

.p-environment .career__slide-heading .title .smail {
  font-size: 3.2rem;
}

.p-environment .career__slide-heading .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 15.4rem;
  line-height: 0.8;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 2.5rem;
  left: 0.2rem;
  right: 0;
  margin: 0 auto;
  color: transparent;
  -webkit-text-stroke: 1px #c8d921;
  z-index: 1;
  opacity: 0.4;
}

.p-environment .career__slide-heading .en > span {
  display: block;
}

.p-environment .career__slide-heading .en.--med {
  font-size: 12.7rem;
}

.p-environment .career__slide-heading .en.--style-left {
  text-align: left;
}

.p-environment .career__slide-heading .en.--style-left > span {
  text-align: right;
}

.p-environment .career__slide-heading .en.--style-pd01 {
  padding: 0 6.7rem;
}

.p-environment .career__slide-heading .en.--style-pd02 {
  padding: 0 11.7rem;
}

.p-environment .career__slide-list {
  position: relative;
  z-index: 10;
  min-height: 22.6rem;
  background-image: url(../images/environment/bg_level.png);
  background-repeat: no-repeat;
  background-size: 74rem 22.6rem;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.6rem;
  padding: 0 3rem;
  margin-top: 1.5rem;
}

.p-environment .career__slide-list > li {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  width: calc(33.3333333333% - 1.0666666667rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem;
}

.p-environment .career__slide-list > li:nth-child(1) {
  height: 9.3rem;
}

.p-environment .career__slide-list > li:nth-child(2) {
  height: 12.7rem;
}

.p-environment .career__slide-list > li:nth-child(3) {
  height: 18.2rem;
}

.p-environment .career__slide-arrows {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 46.5%;
  gap: 4rem;
  z-index: 10;
}

.p-environment .career__slide-arrows button.splide__arrow {
  width: 4.8rem;
  height: 4.8rem;
}

.p-environment .career__title {
  margin-top: 10rem;
  text-align: center;
}

.p-environment .career__title-inner {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
  max-width: 37.6rem;
  min-height: 5.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: #000035;
  border-radius: 5rem;
  -webkit-box-shadow: 0.8rem 0.8rem 0px 0px #8d8d9b;
  box-shadow: 0.8rem 0.8rem 0px 0px #8d8d9b;
}

.p-environment .career__example {
  margin-top: 4rem;
}

.p-environment .career__example + .career__example {
  margin-top: 5.8rem;
}

.p-environment .career__example-heading {
  padding-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #b4c413;
  border-bottom: 1px solid #b4c413;
  margin-bottom: 6.4rem;
}

.p-environment .career__example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
}

.p-environment .career__example-item {
  width: calc(33.3333333333% - 3.7333333333rem);
  border-radius: 1.6rem;
  background-color: #fafaf8;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6rem;
  position: relative;
}

.p-environment .career__example-item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  background-image: url(../images/environment/example_arrow.png);
  width: 2.4rem;
  height: 4.5rem;
  left: calc(100% + 2rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.p-environment .career__example-item__bubble {
  position: absolute;
  top: -4rem;
  left: 110%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000035;
  color: #fff;
  padding: 1rem 2.4rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.p-environment .career__example-item__bubble::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 1.8rem 0.8rem 0 0.8rem;
  border-style: solid;
  border-color: #000035 transparent transparent transparent;
}

.p-environment .career__example-item__image {
  width: 18.6rem;
  margin: 0 auto;
}

.p-environment .career__example-item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000035;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-environment .career {
    margin-top: 6rem;
  }
  .p-environment .career__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-environment .career__slide .splide__track {
    max-width: 34.3rem;
  }
  .p-environment .career__slide .splide__slide {
    padding: 0 1.6rem;
    border-radius: 2rem;
    width: 100%;
  }
  .p-environment .career__slide-heading {
    padding: 8.2rem 0 2.8rem;
  }
  .p-environment .career__slide-heading .label {
    font-size: 1.8rem;
    padding: 0.4rem 1.4rem;
    top: 3.5rem;
    left: 0.1rem;
  }
  .p-environment .career__slide-heading .title {
    font-size: 3.2rem;
  }
  .p-environment .career__slide-heading .title .smail {
    font-size: 2.2rem;
  }
  .p-environment .career__slide-heading .en {
    font-size: 9.2rem;
    line-height: 1;
    letter-spacing: 0;
    top: 5.1rem;
    left: -0.1rem;
  }
  .p-environment .career__slide-heading .en.--med {
    font-size: 5.6rem;
    line-height: 0.9;
  }
  .p-environment .career__slide-heading .en.--style-left {
    text-align: left;
  }
  .p-environment .career__slide-heading .en.--style-left > span {
    text-align: right;
  }
  .p-environment .career__slide-heading .en.--style-pd01 {
    padding: 0rem 3.8rem 0 2.8rem;
    line-height: 0.83;
    font-size: 6rem;
  }
  .p-environment .career__slide-heading .en.--style-pd02 {
    padding: 0rem 4.8rem 0 2.8rem;
    line-height: 0.83;
    font-size: 6rem;
    letter-spacing: 0.03em;
  }
  .p-environment .career__slide-list {
    height: 37.1rem;
    background-image: url(../images/environment/bg_level_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0;
    margin-top: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-environment .career__slide-list > li {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 1.6rem;
    text-align: left;
  }
  .p-environment .career__slide-list > li:nth-child(1) {
    height: 9.3rem;
    max-width: 18.7rem;
  }
  .p-environment .career__slide-list > li:nth-child(2) {
    height: 12.7rem;
    max-width: 22.8rem;
  }
  .p-environment .career__slide-list > li:nth-child(3) {
    height: 12.7rem;
    max-width: 23.8rem;
  }
  .p-environment .career__slide-arrows {
    position: absolute;
    width: 41%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    bottom: -5.6rem;
    gap: 6rem;
  }
  .p-environment .career__slide-arrows button.splide__arrow {
    width: 4rem;
    height: 4rem;
  }
  .p-environment .career__title {
    margin-top: 11.6rem;
  }
  .p-environment .career__title-inner {
    font-weight: 400;
    font-size: 1.6rem;
    max-width: 25.1rem;
    min-height: 4.8rem;
  }
  .p-environment .career__example + .career__example {
    margin-top: 4rem;
  }
  .p-environment .career__example-heading {
    padding-bottom: 1.4rem;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2.4rem;
  }
  .p-environment .career__example-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
  .p-environment .career__example-item {
    width: 100%;
    padding: 0.8rem 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-environment .career__example-item:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    left: 5.8rem;
    top: auto;
    bottom: -4rem;
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
  .p-environment .career__example-item__bubble {
    width: 20.5rem;
    top: auto;
    left: auto;
    right: 0;
    bottom: -5.2rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 1.6rem;
  }
  .p-environment .career__example-item__bubble::after {
    content: "";
    position: absolute;
    bottom: 27%;
    left: -1.6rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    border-width: 1.8rem 0.8rem 0 0.8rem;
    border-style: solid;
    border-color: #000035 transparent transparent transparent;
  }
  .p-environment .career__example-item__image {
    width: 12rem;
    margin: 0;
  }
  .p-environment .career__example-item__image._w155 {
    width: 15.5rem;
  }
  .p-environment .career__example-item__title {
    width: calc(100% - 12rem - 1.6rem);
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-environment .career__example-item__title._w200 {
    width: calc(100% - 15.5rem - 1.6rem);
  }
}
.p-environment .support {
  margin-top: 9.6rem;
}

.p-environment .support__txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.p-environment .support__boxIn {
  margin-top: 4rem;
  background-color: #fafaf8;
  padding: 4rem 6rem;
  border-radius: 4rem;
}

.p-environment .support__boxIn + .support__boxIn {
  margin-top: 5.8rem;
}

.p-environment .support__boxIn-heading {
  padding-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #b4c413;
  border-bottom: 1px solid #b4c413;
  margin-bottom: 4rem;
}

.p-environment .support__boxIn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-environment .support__boxIn.support-process .support-process__item {
  width: 31.3rem;
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: #fff;
}

.p-environment .support__boxIn.support-process .support-process__item-cnt {
  padding: 2.2rem 2.4rem 4rem;
}

.p-environment .support__boxIn.support-process .support-process__item-pic {
  height: 20.5rem;
  overflow: hidden;
}

.p-environment .support__boxIn.support-process .support-process__item-label {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-environment
  .support__boxIn.support-process
  .support-process__item-label
  > span {
  padding: 0.6rem 2.4rem 0.4rem;
  border-radius: 4rem;
  border: 1px solid #b4c413;
  color: #b4c413;
  font-size: 1.6rem;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-environment .support__boxIn.support-process .support-process__item-title {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #b4c413;
  text-align: center;
}

.p-environment .support__boxIn.support-process .support-process__item-txt {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

.p-environment .support__boxIn.support-process .support-process__arrow {
  width: 13.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.p-environment .support__boxIn.support-process .support-process__arrow-txt {
  color: #b4c413;
  border-radius: 1rem;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: bold;
}

.p-environment .support__boxIn.support-process .support-process__bubble {
  margin-top: 2.4rem;
  background: #000035;
  color: #fff;
  padding: 1.6rem 3rem 1.6rem 3.2rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}

.p-environment .support__boxIn.support-process .support-process__bubble::after {
  content: "";
  position: absolute;
  top: -1.6rem;
  right: 17rem;
  border-width: 0 0.8rem 1.6rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent #000035 transparent;
}

.p-environment .support__boxIn.support-system .support__boxIn-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.p-environment .support__boxIn.support-system .support-system__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.p-environment .support__boxIn.support-system .support-system__item-pic {
  width: 41.2rem;
  overflow: hidden;
  border-radius: 1.6rem;
}

.p-environment .support__boxIn.support-system .support-system__item-cnt {
  width: calc(100% - 41.2rem - 4rem);
}

.p-environment .support__boxIn.support-system .support-system__item-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000035;
  margin-bottom: 2.4rem;
}

.p-environment .support__boxIn.support-system .support-system__item-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

@media screen and (max-width: 767px) {
  .p-environment .support {
    margin-top: 6rem;
  }
  .p-environment .support__txt {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-environment .support__boxIn {
    padding: 2.4rem 1.6rem;
    border-radius: 2rem;
  }
  .p-environment .support__boxIn + .support__boxIn {
    margin-top: 4rem;
  }
  .p-environment .support__boxIn-heading {
    padding-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2.4rem;
  }
  .p-environment .support__boxIn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-environment .support__boxIn.support-process .support-process__item {
    width: 100%;
  }
  .p-environment .support__boxIn.support-process .support-process__item-cnt {
    padding: 2.2rem 2.4rem 4rem;
  }
  .p-environment
    .support__boxIn.support-process
    .support-process__item-label
    > span {
    padding: 0.6rem 2.4rem 0.4rem;
    font-size: 1.4rem;
  }
  .p-environment .support__boxIn.support-process .support-process__item-title {
    margin-top: 0.8rem;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-environment .support__boxIn.support-process .support-process__item-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-environment .support__boxIn.support-process .support-process__arrow {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.6rem;
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
  }
  .p-environment .support__boxIn.support-process .support-process__arrow-pic {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 6.6rem;
  }
  .p-environment .support__boxIn.support-process .support-process__arrow-txt {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-left: -2rem;
  }
  .p-environment .support__boxIn.support-process .support-process__bubble {
    margin-top: 2.4rem;
    padding: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-environment
    .support__boxIn.support-process
    .support-process__bubble::after {
    content: "";
    position: absolute;
    top: -1.3rem;
    left: 50%;
    border-width: 0 0.8rem 1.6rem 0.8rem;
    border-style: solid;
    border-color: transparent transparent #000035 transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-environment .support__boxIn.support-system .support__boxIn-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .p-environment .support__boxIn.support-system .support-system__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .p-environment .support__boxIn.support-system .support-system__item-pic {
    width: 100%;
  }
  .p-environment .support__boxIn.support-system .support-system__item-cnt {
    width: 100%;
  }
  .p-environment .support__boxIn.support-system .support-system__item-title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
  }
  .p-environment .support__boxIn.support-system .support-system__item-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.c-top-title {
  margin-bottom: 4.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.8rem;
}

.c-top-title__en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 10.5rem;
  line-height: 0.8;
  letter-spacing: 0.04em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-top-title__ja {
  font-weight: 400;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #b4c413;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .c-top-title {
    margin-bottom: 3.2rem;
    gap: 0.6rem;
  }
  .c-top-title__en {
    font-size: 6.3rem;
    left: 0;
    line-height: 1;
  }
  .c-top-title__ja {
    font-size: 1.6rem;
  }
}
.l-mv {
  position: relative;
}

.l-mv__image img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-mv__inner {
  position: relative;
  width: 110.4rem;
  max-width: 100%;
  margin: 0 auto;
}

.l-mv__catch {
  width: 21.5rem;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
  @media screen and (max-width: 767px) {
    display: none;
  }
}

.l-mv__catch-txt {
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 7.8rem;
  line-height: 1;
  color: #ffffff;
  filter: drop-shadow(0 0 10px #201f1f)
    drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
  padding: 1.5rem 1rem 1rem;
}

.l-about {
  position: relative;
  padding: 0rem 0 10rem;
  overflow: hidden;
  border-radius: 4rem;
  margin: -4rem 0;
  background-image: url(../images/bg_content.png);
  background-color: #ffffff;
  background-size: 128rem auto;
  background-position: top center;
  z-index: 1;
}

.l-about__bg-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  top: -1rem;
}

.l-about__bg-text-item {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 10.9rem;
  line-height: 1;
  color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  -webkit-text-stroke: 2px rgb(200, 217, 33);
  text-transform: uppercase;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: MoveLeft 24s infinite linear;
  animation: MoveLeft 24s infinite linear;
  padding: 0 2rem;
}

.l-about__content {
  position: relative;
  margin-top: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}

.l-about__catch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.4rem;
}

.l-about__catch p {
  font-family: "Train One", system-ui;
  font-weight: 400;
  font-size: 10.3rem;
  line-height: 1;
  page-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0.9rem;
}

.l-about__catch-01,
.l-about__catch-02 {
  background: #000035;
}

.l-about .c-btn {
  margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
  .l-about {
    border-radius: 1.6rem;
    margin: -1.6rem 0;
    padding: 0 0 6rem;
  }
  .l-about__bg-text-item {
    font-size: 6.2rem;
  }
  .l-about__content {
    margin-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  .l-about__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .l-about__catch p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 5.2rem;
    padding: 0;
  }
  .l-about .c-btn {
    text-align: center;
    margin-top: 2.8rem;
  }
}
.l-work {
  padding: 9rem 0 10rem;
  border-radius: 4rem;
  background-color: #ffffff;
  margin: -4rem 0;
  position: relative;
  background-image: url(../images/bg_content.png);
  background-color: #ffffff;
  background-size: 128rem auto;
  background-position: top center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .l-work .splide {
    visibility: visible;
  }
}
.l-work__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-work .c-btn {
  margin-top: 4.8rem;
}

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

.l-work__image {
  width: 50rem;
  max-width: 100%;
}

.l-work__other {
  margin-top: 6rem;
  background-color: #ffffff;
}

.l-work__other__title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #b4c413;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #b4c413;
}

.l-work__other__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.l-work__other__cards .c-job-card {
  width: calc((100% - 8rem) / 3);
}

@media screen and (min-width: 768px) {
  .l-work .c-listRecruitColumn .splide__slide {
    width: calc(33.3333333333% - 2.6666666667rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-work .c-listRecruitColumn .splide__slide .c-listRecruitColumn-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-work {
    border-radius: 1.6rem;
    margin: -1.6rem 0;
    padding: 5rem 0 6rem;
  }
  .l-work__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
  .l-work .c-btn {
    margin-top: 2.8rem;
    text-align: center;
  }
  .l-work__other {
    margin-top: 4rem;
  }
  .l-work__other__title {
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.15em;
  }
  .l-work .c-listRecruitColumn {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
  .l-work .c-listRecruitColumn-card__content {
    padding: 2.4rem 1.6rem;
  }
  .l-work .c-listRecruitColumn-card__content--category {
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
  .l-work .c-listRecruitColumn-card__content--category > span {
    font-size: 1.4rem;
    padding: 0.4rem 1.1rem;
  }
  .l-work .c-listRecruitColumn-card__btn {
    font-size: 2rem;
    margin-top: 1.5rem;
    min-height: 5.4rem;
  }
  .l-work__slider-arrows {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 9.4rem;
    gap: 4rem;
    z-index: 10;
    padding: 0 0.8rem;
  }
  .l-work__slider-arrows button.splide__arrow {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.c-bg-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.l-member {
  padding: 9rem 0 10rem;
  border-radius: 4rem;
  background-color: #ffffff;
  margin: -4rem 0;
  position: relative;
  background-image: url(../images/bg_content.png);
  background-color: #ffffff;
  background-size: 128rem auto;
  background-position: top center;
  z-index: 1;
}

.l-member__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
}

.l-member__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 1rem;
}

.l-member__btn {
  margin-top: 4.8rem;
}

.l-member__slider {
  position: relative;
  margin-top: 6rem;
  padding-bottom: 8.6rem;
}

.l-member__slider-arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  z-index: 10;
}

.l-member__cross {
  margin-top: 6.2rem;
}

.l-member__cross .c-crossTalk__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-member__cross .c-crossTalk__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-member__cross
  .c-crossTalk__card:nth-child(even)
  .c-crossTalk__card-pic
  figure {
  float: right;
}

.l-member__cross .c-crossTalk__card-btn {
  width: 45rem;
}

.l-member__cross .c-crossTalk__card-pic {
  width: calc(100% - 45rem);
}

.l-member__cross .c-crossTalk__card-boxBtn {
  width: 45rem;
}

.l-member .splide__slide {
  max-width: 34rem;
}

@media screen and (max-width: 767px) {
  .l-member {
    border-radius: 1.6rem;
    margin: -1.6rem 0;
    padding: 5rem 0 6rem;
  }
  .l-member .c-top-title {
    margin-bottom: 2rem;
  }
  .l-member__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .l-member__slider {
    margin-top: 4rem;
    padding-bottom: 6rem;
  }
  .l-member__slider .splide__arrow {
    width: 3.8rem;
    height: 3.8rem;
  }
  .l-member__btn {
    text-align: center;
    margin-top: 2.8rem;
  }
  .l-member__cross {
    margin-top: 4rem;
  }
  .l-member__cross .c-crossTalk__card {
    display: block;
  }
  .l-member__cross
    .c-crossTalk__card:nth-child(even)
    .c-crossTalk__card-pic
    figure {
    float: unset;
  }
  .l-member__cross .c-crossTalk__card-btn {
    width: 100%;
  }
  .l-member__cross .c-crossTalk__card-pic {
    width: 100%;
  }
  .l-member__cross .c-crossTalk__card-boxBtn {
    width: 100%;
  }
}
.c-member-card {
  padding-top: 2.4rem;
  position: relative;
}

.c-member-card__image {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}

.c-member-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-member-card__badge {
  position: absolute;
  top: 0;
  right: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 0.4rem;
  z-index: 2;
}

.c-member-card__badge-text {
  color: #ffffff;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 0.7rem;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Dela Gothic One", sans-serif;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-2.51%, #b4c413),
    color-stop(102.51%, #c8d921)
  );
  background: linear-gradient(0deg, #b4c413 -2.51%, #c8d921 102.51%);
}

.c-member-card__badge-text > span.left {
  height: 1.5rem;
}

.c-member-card__badge-text > span.right {
  left: auto;
  right: -0.4rem;
  height: 1.5rem;
}

.c-member-card__badge-text > span {
  position: relative;
  left: -0.7rem;
}

.c-member-card__info {
  position: relative;
  width: 28rem;
  min-height: 9.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 2px solid #b4c413;
  -webkit-box-shadow: -6px -6px 0px 0px rgba(255, 242, 0, 0.5490196078) inset;
  box-shadow: -6px -6px 0px 0px rgba(255, 242, 0, 0.5490196078) inset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2.2rem 4rem;
  margin-top: -4rem;
}

.c-member-card__name {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000035;
  margin-bottom: 0.8rem;
}

.c-member-card__year {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.c-member-card .ico-arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.c-member-card .ico-arrow svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .c-member-card:hover .c-member-card__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-member-card:hover .c-member-card__info {
    background-color: #c8d921;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c8d921;
  }
  .c-member-card:hover .c-member-card__info .c-member-card__name,
  .c-member-card:hover .c-member-card__info .c-member-card__year {
    color: #fff;
  }
  .c-member-card:hover .c-member-card__info .ico-arrow svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-member-card__info {
    padding: 2rem 4rem 2rem 3.8rem;
    margin-top: -4.2rem;
  }
}
.splide__track {
  overflow: visible;
}

.splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.splide__arrow {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #b4c413;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  opacity: 1;
  left: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.splide__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1rem;
  -webkit-mask-image: url(../images/ico_arrow.svg);
  mask-image: url(../images/ico_arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.splide__arrow--prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (min-width: 960px) {
  .splide__arrow:hover {
    opacity: 1;
    background-color: #c8d921;
  }
  .splide__arrow:hover:after {
    background-color: #ffffff;
  }
}
.l-environment {
  padding: 9rem 0 10rem;
  border-radius: 4rem;
  background-color: #ffffff;
  margin: -4rem 0;
  position: relative;
  background-image: url(../images/bg_content.png);
  background-size: 128rem auto;
  background-position: top center;
  z-index: 1;
}

.l-environment .c-top-title {
  margin-bottom: 5.3rem;
}

.l-environment .c-top-title__en {
  line-height: 0.75;
}

.l-environment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-environment__left {
  max-width: 42rem;
}

.l-environment__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 9.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 2.4rem 0;
}

.l-environment__subtitle {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #b4c413;
  margin: 0 0 3.2rem 0;
}

.l-environment .c-btn {
  margin-top: 4.8rem;
}

.l-environment__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  padding-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .l-environment {
    border-radius: 1.6rem;
    margin: -1.6rem 0;
    padding: 5rem 0 6rem;
  }
  .l-environment .c-top-title {
    margin-bottom: 3.5rem;
  }
  .l-environment .c-top-title__en {
    line-height: 0.9;
  }
  .l-environment__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }
  .l-environment__left {
    max-width: 100%;
  }
  .l-environment .c-btn {
    text-align: center;
    margin-top: 2.8rem;
  }
}
.c-env-card__link {
  display: block;
  text-decoration: none;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 960px) {
  .c-env-card__link:hover .c-env-card__body {
    background-color: #c8d921;
  }
}
.c-env-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding: 1.6rem 2.4rem 1.2rem 4rem;
  background: #ffffff;
  border-radius: 1.6rem 1.6rem 0 0;
  border: 3px solid #b4c413;
  border-bottom: none;
}

.c-env-card__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-env-card__icon svg {
  width: 100%;
  height: 100%;
}

.c-env-card__title-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-env-card__title-ja {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000035;
  margin: 0 0 0.8rem 0;
}

.c-env-card__title-en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000035;
  margin: 0;
}

.c-env-card__body {
  background: #b4c413;
  padding: 1.8rem 2.4rem 1.6rem 4rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0 0 1.6rem 1.6rem;
}

.c-env-card__text {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 0;
  padding-right: 5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-env-card__arrow {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.c-env-card__arrow svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-env-card__icon {
    width: 6rem;
    height: 6rem;
  }
  .c-env-card__title-ja {
    font-size: 2.2rem;
  }
  .c-env-card__title-en {
    font-size: 1.4rem;
  }
  .c-env-card__body {
    padding: 1.6rem;
  }
  .c-env-card__text {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-right: 4rem;
  }
  .c-env-card__arrow {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.l-recruit {
  padding: 4rem 0 10rem;
  background-color: #ffffff;
  position: relative;
  background-image: url(../images/bg_content.png);
  background-color: #ffffff;
  background-size: 128rem auto;
  background-position: top center;
  z-index: 1;
  text-align: center;
}

.l-recruit .c-top-title {
  margin-bottom: 0;
}

.l-recruit .c-top-title__en,
.l-recruit .c-top-title__ja {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: initial;
}

.l-recruit__card {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(360deg, #b4c413 0%, #c8d921 100%);
  border-radius: 4rem;
  padding: 5rem 5rem 6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.8rem;
  position: relative;
}

.l-recruit__img {
  position: absolute;
  left: -6rem;
  top: -15.4rem;
  width: 35.8rem;
  height: 33.7rem;
}

.l-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-recruit__catch {
  position: absolute;
  right: 0;
  top: -1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
}

.l-recruit__catch p {
  color: #ffffff;
  font-size: 8.5rem;
  font-family: "Train One", system-ui;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0.3;
}

.l-recruit__title-ja {
  font-size: 2rem;
  font-family: "Dela Gothic One", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.l-recruit__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.l-recruit__text {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.l-recruit__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .l-recruit {
    padding: 19.7rem 0 8rem;
  }
  .l-recruit__card {
    padding: 3rem 1.6rem 4rem;
    border-radius: 1.6rem;
    gap: 2.4rem;
  }
  .l-recruit__catch {
    top: 0;
    height: 100%;
  }
  .l-recruit__catch p {
    font-size: 5.4rem;
  }
  .l-recruit__text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }
  .l-recruit__img {
    position: absolute;
    left: 50%;
    top: -18rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 23.6rem;
    height: 22.2rem;
  }
  .l-recruit__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-member__titMain {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #b4c413;
  text-align: center;
}

.p-member__txt {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}

.p-member__boxIn {
  background-color: #fafaf8;
  border-radius: 4rem;
  padding: 8rem 10rem;
  margin-top: 6rem;
}

.p-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4.8rem 8rem;
}

.p-member__list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem 8rem;
}

.p-member__list .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-member__list > li {
  width: calc(50% - 4rem);
}

@media screen and (max-width: 767px) {
  .p-member__titMain {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  .p-member__txt {
    margin-top: 3.4rem;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  .p-member__boxIn {
    background-color: transparent;
    border-radius: 3rem;
    padding: 0;
    margin-top: 3.8rem;
  }
  .p-member__list {
    gap: 2.2rem;
  }
  .p-member__list .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 2.2rem;
  }
  .p-member__list > li {
    width: 100%;
  }
}
.p-memberSgl .boxContent {
  padding: 10rem 0;
}

.p-memberSgl .l-pageTitleSgl__inner > .c-container {
  padding-top: 8.6rem;
}

.p-memberSgl .l-pageTitleSgl__txtMain {
  bottom: 5.8rem;
  left: -2rem;
  font-size: 21rem;
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.p-memberSgl__question-box {
  margin-top: 10rem;
}

.p-memberSgl__question-box:nth-child(1) {
  margin-top: 0;
}

.p-memberSgl__question-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

.p-memberSgl__question-title {
  width: 34.6rem;
  padding-top: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.3rem;
  border-top: 1px solid #e8ebec;
}

.p-memberSgl__question-title--num {
  position: relative;
  padding-left: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #333;
}

.p-memberSgl__question-title--num::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  z-index: 1;
}

.p-memberSgl__question-title--text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #b4c413;
}

.p-memberSgl__question-desc {
  width: calc(100% - 6rem - 34.6rem);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
}

.p-memberSgl__question-pic {
  margin: 6rem 0;
}

.p-memberSgl__btn {
  text-align: center;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-memberSgl .boxContent {
    padding: 4rem 0 6rem;
  }
  .p-memberSgl .l-pageTitleSgl {
    height: 45.1rem;
  }
  .p-memberSgl .l-pageTitleSgl__inner > .c-container {
    padding-top: 19.6rem;
  }
  .p-memberSgl .l-pageTitleSgl__txtMain {
    bottom: 6.4rem;
    left: -0.4rem;
    font-size: 7.8rem;
  }
  .p-memberSgl__question-box {
    margin-top: 4rem;
  }
  .p-memberSgl__question-content {
    display: block;
  }
  .p-memberSgl__question-title {
    width: 100%;
  }
  .p-memberSgl__question-title--num {
    font-size: 1.4rem;
  }
  .p-memberSgl__question-title--text {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .p-memberSgl__question-desc {
    width: 100%;
    margin-top: 4.2rem;
    font-size: 1.4rem;
    line-height: 1.785;
  }
  .p-memberSgl__question-pic {
    margin: 4rem 0;
  }
  .p-memberSgl__btn {
    margin-top: 6rem;
  }
}
.p-recruit .l-message {
  position: relative;
  padding: 4rem 6rem 8rem;
  overflow: hidden;
  border-radius: 4rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  overflow: hidden;
  z-index: 1;
}

.p-recruit .l-message__bg-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  opacity: 0.5;
  margin-left: -6rem;
}

.p-recruit .l-message__bg-text-item {
  color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: MoveLeft 24s infinite linear;
  animation: MoveLeft 24s infinite linear;
  padding: 0 2rem;
}

.p-recruit .l-message__bg-text-item img {
  height: 8.2rem;
}

.p-recruit .l-message__content {
  position: relative;
  margin-top: -3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

.p-recruit .l-message__catch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-recruit .l-message__catch p {
  font-family: "Train One", system-ui;
  font-weight: 400;
  font-size: 7.8rem;
  line-height: 1;
  page-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffff;
}

.p-recruit .l-message .c-txt {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-recruit .l-message {
    border-radius: 2rem;
    padding: 2.4rem 1.6rem 4rem;
  }
  .p-recruit .l-message__bg-text {
    margin-left: -1.6rem;
  }
  .p-recruit .l-message__bg-text-item {
    font-size: 2.9rem;
  }
  .p-recruit .l-message__bg-text-item img {
    height: 2.9rem;
  }
  .p-recruit .l-message__content {
    margin-top: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-recruit .l-message__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .p-recruit .l-message__catch p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 4.2rem;
    padding: 0;
    letter-spacing: 0.15em;
  }
  .p-recruit .l-message .c-txt {
    font-weight: 500;
    line-height: 1.6;
  }
  .p-recruit .l-message .c-btn {
    text-align: center;
    margin-top: 2.8rem;
  }
}
.p-recruit .c-title-sub {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  color: #b4c413;
  margin-bottom: 6rem;
  text-align: center;
  margin-top: 6rem;
}

.p-recruit .c-title-sub span {
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .p-recruit .c-title-sub {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
    margin-top: 4rem;
    line-height: 1.3;
  }
  .p-recruit .c-title-sub span {
    font-size: 3.2rem;
  }
}
.p-recruit .l-idea {
  padding-top: 9.8rem;
}

.p-recruit .l-idea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.2rem;
}

.p-recruit .l-idea__list-items {
  width: calc((100% - 6.4rem) / 3);
  background-color: #fafaf8;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 2.4rem;
}

.p-recruit .l-idea__list-items .icon {
  width: 10rem;
  margin: 0 auto;
}

.p-recruit .l-idea__list-items .detail__ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  color: #b4c413;
  margin-bottom: 2.4rem;
}

.p-recruit .l-idea__list-items .detail__txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

@media screen and (max-width: 767px) {
  .p-recruit .l-idea {
    padding-top: 6rem;
  }
  .p-recruit .l-idea__list {
    gap: 2.4rem;
  }
  .p-recruit .l-idea__list-items {
    width: 100%;
    padding: 2.4rem;
  }
  .p-recruit .l-idea__list-items .icon {
    width: 10rem;
  }
  .p-recruit .l-idea__list-items .detail__ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-recruit .l-idea__list-items .detail__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit .l-flow {
  padding-top: 9.8rem;
}

.p-recruit .l-flow__box {
  background: #fafaf8;
  padding: 4rem;
  border-radius: 4rem;
  margin-top: 6rem;
}

.p-recruit .l-flow__ttl {
  margin-bottom: 2.4rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #b4c413;
  padding-bottom: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #b4c413;
}

.p-recruit .l-flow .c-txt {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  line-height: 2.2;
  letter-spacing: 0.04em;
}

.p-recruit .l-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
  counter-reset: flow-step;
}

@media screen and (min-width: 768px) {
  .p-recruit .l-flow__list--2 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-recruit .l-flow__list--2 .l-flow__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.6rem;
  }
}
.p-recruit .l-flow__item {
  width: 26.9rem;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 1.6rem;
  background-color: #fff;
  border-radius: 1.6rem;
}

.p-recruit .l-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  width: 2.4rem;
  height: 3.1rem;
  right: -2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/recruit/icon_arrow_flow.svg);
  background-size: contain;
  z-index: 1;
}

.p-recruit .l-flow__item:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
}

.p-recruit .l-flow__item:last-child .l-flow__item-step,
.p-recruit .l-flow__item:last-child .l-flow__item-title {
  color: #fff;
}

.p-recruit .l-flow__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}

.p-recruit .l-flow__item-step {
  color: #b4c413;
  font-family: "futura-pt", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}

.p-recruit .l-flow__item-image {
  width: 6rem;
}

.p-recruit .l-flow__item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-recruit .l-flow__item-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-recruit .l-flow {
    padding-top: 6rem;
  }
  .p-recruit .l-flow__box {
    padding: 2.4rem 1.6rem;
    margin-top: 4rem;
    border-radius: 2rem;
  }
  .p-recruit .l-flow__ttl {
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 1.6rem;
  }
  .p-recruit .l-flow .c-txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-recruit .l-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .p-recruit .l-flow__item {
    width: 100%;
    padding: 1.6rem 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-recruit .l-flow__item:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -2.8rem;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .p-recruit .l-flow__item-title span {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
  .p-recruit .l-flow__item-head {
    gap: 1rem;
  }
  .p-recruit .l-flow__item-content {
    text-align: left;
  }
}
.p-recruit .recruitment {
  margin-top: 9.8rem;
  padding-top: 0;
}

.p-recruit .recruitment__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-recruit .recruitment__item {
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-recruit .recruitment__item + .recruitment__item {
  margin-top: 1.6rem;
}

.p-recruit .recruitment__item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.2rem 6rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 960px) {
  .p-recruit .recruitment__item-question:hover {
    background-color: #fafaf8;
  }
}
.p-recruit .recruitment__item-text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-recruit .recruitment__item-answer {
  padding: 0 6rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-recruit .recruitment__item-answer.is-open {
  padding-bottom: 2.4rem;
}

.p-recruit .recruitment__item-answer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f0f0f0;
  padding: 2.4rem 0;
}

.p-recruit .recruitment__item-answer dl:first-child {
  border-top: none;
  padding-top: 0;
}

.p-recruit .recruitment__item-answer dl dt {
  width: 16rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #b4c413;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-recruit .recruitment__item-answer dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-recruit .recruitment__item .c-toggle {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.p-recruit .recruitment__item .c-toggle::before,
.p-recruit .recruitment__item .c-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #b4c413;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.p-recruit .recruitment__item .c-toggle::before {
  width: 1.4rem;
  height: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-recruit .recruitment__item .c-toggle::after {
  width: 0.2rem;
  height: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-recruit .recruitment__item.is-open .c-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 767px) {
  .p-recruit .recruitment {
    margin-top: 6rem;
  }
  .p-recruit .recruitment__content {
    margin-top: 3.2rem;
  }
  .p-recruit .recruitment__item-question {
    padding: 2.4rem;
  }
  .p-recruit .recruitment__item-text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-recruit .recruitment__item-answer {
    padding: 0 2.4rem;
  }
  .p-recruit .recruitment__item-answer dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6rem 0;
  }
  .p-recruit .recruitment__item-answer dl dt {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-recruit .recruitment__item-answer dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit .c-entry .c-btn__link:hover .c-btn__link--icon svg path {
    fill: #fff;
    stroke: transparent;
  }
}
.p-recruit .c-entry .c-btn__link--icon svg {
  width: 1.3rem;
  height: 1rem;
}

.p-recruit .c-entry .c-btn__link--icon svg path {
  fill: #b4c413;
}

@media screen and (max-width: 767px) {
  .p-recruit .c-entry .c-title-page .ja {
    margin-right: -4rem;
  }
}
.p-recruit .c-btnWrap {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .p-recruit .c-btnWrap .c-btn__link:hover .c-btn__link--icon svg path {
    stroke: #ffffff;
  }
}
.p-recruit .c-btnWrap .c-btn__link--icon svg {
  width: 1.9rem;
  height: 1.9rem;
}

.p-recruit .c-btnWrap .c-btn__link--icon svg path {
  fill: transparent;
}

.p-recruitCl__content--heading {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #b4c413;
  text-align: center;
}

.p-recruitCl__content--txt {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}

.p-recruitCl .c-listRecruitColumn {
  margin: 6rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-recruitCl .l-pageTitle__inner {
    padding: 4.8rem 1.6rem 0;
  }
  .p-recruitCl__content--heading {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .p-recruitCl__content--txt {
    margin-top: 3.8rem;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .p-recruitCl .c-listRecruitColumn {
    margin: 3.8rem 0 0;
  }
}
.c-listRecruitColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
}

.c-listRecruitColumn.col-2 .c-listRecruitColumn-card {
  width: calc(50% - 2rem);
}

.c-listRecruitColumn.col-3 .c-listRecruitColumn-card {
  width: calc(33.3333333333% - 2.6666666667rem);
}

.c-listRecruitColumn-card__link {
  height: 100%;
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .c-listRecruitColumn-card__link:hover .c-listRecruitColumn-card__pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-listRecruitColumn-card__link:hover .c-listRecruitColumn-card__btn {
    background-color: #c8d921;
  }
}
.c-listRecruitColumn-card__pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-listRecruitColumn-card__pic img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.c-listRecruitColumn-card__content {
  padding: 2.4rem 1.6rem 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}

.c-listRecruitColumn-card__content--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.c-listRecruitColumn-card__content--category > span {
  padding: 0.4rem 1.1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.c-listRecruitColumn-card__content--category > span:nth-child(3n + 1) {
  background: #e63946;
  color: #ffffff;
}

.c-listRecruitColumn-card__content--category > span:nth-child(3n + 2) {
  background: #ffffff;
  color: #da4343;
  border: 1px solid #da4343;
}

.c-listRecruitColumn-card__content--category > span:nth-child(3n + 3) {
  background: #ffffff;
  color: #b4c413;
  border: 1px solid #b4c413;
}

.c-listRecruitColumn-card__content--tit {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-listRecruitColumn-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
  padding: 1rem 2.4rem 1rem 4.8rem;
  background: #b4c413;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.2rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-listRecruitColumn-card__btn svg {
  width: 2.2rem;
  height: 2.2rem;
}

.c-listRecruitColumn-card__btn > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
  padding-top: 0.4rem;
}

@media screen and (max-width: 767px) {
  .c-listRecruitColumn {
    gap: 1.6rem 0.9rem;
  }
  .c-listRecruitColumn.col-2 .c-listRecruitColumn-card {
    width: calc(50% - 0.45rem);
  }
  .c-listRecruitColumn.col-3 .c-listRecruitColumn-card {
    width: 100%;
  }
  .c-listRecruitColumn-card__content {
    padding: 1.2rem 0.8rem 1.5rem;
  }
  .c-listRecruitColumn-card__content--category {
    gap: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .c-listRecruitColumn-card__content--category > span {
    padding: 0.4rem 1rem;
    border-radius: 3rem;
    font-size: 1rem;
  }
  .c-listRecruitColumn-card__content--tit {
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }
  .c-listRecruitColumn-card__btn {
    gap: 0.8rem;
    margin-top: 0;
    padding: 0.8rem 2.4rem 1rem 5rem;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
.p-recruitClSgl__heading {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #e8ebec;
  margin-bottom: 4rem;
}

.p-recruitClSgl__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.p-recruitClSgl__label--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-recruitClSgl__label--category > span {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: #ffffff;
  color: #b4c413;
  border: 1px solid #b4c413;
}

.p-recruitClSgl__label--category > span.--new {
  background: #e63946;
  color: #ffffff;
}

.p-recruitClSgl__label--date {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #909090;
}

.p-recruitClSgl__title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #333333;
  margin-top: 1.6rem;
}

.p-recruitClSgl__content > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #4b4b4b;
  letter-spacing: 0.04em;
}

.p-recruitClSgl__content figure {
  margin: 6rem 0;
  border-radius: 1.6rem;
  overflow: hidden;
}

.p-recruitClSgl__btn {
  margin-top: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-recruitClSgl .l-pageTitle__inner {
    padding: 4.8rem 1.6rem 0;
  }
  .p-recruitClSgl .l-inner {
    gap: 4.1rem;
  }
  .p-recruitClSgl__heading {
    padding-bottom: 2.2rem;
    margin-bottom: 2.4rem;
  }
  .p-recruitClSgl__title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .p-recruitClSgl__content > p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-recruitClSgl__content figure {
    margin: 3.8rem 0;
  }
  .p-recruitClSgl__btn {
    margin-top: 4rem;
  }
}
.p-sales .boxContent {
  padding-bottom: 0;
}

.p-sales .mission__box {
  background-color: #fafaf8;
  border-radius: 4rem;
  padding: 6rem;
  margin-top: 6rem;
}

.p-sales .mission__box--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem;
}

.p-sales .mission__box--list-item {
  width: calc((100% - 4.8rem) / 3);
  height: 18.2rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1.6rem;
}

.p-sales .mission__box--list-item ._icon {
  width: 6rem;
}

.p-sales .mission__box--list-item ._ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.p-sales .mission__box--list-item ._ttl span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.p-sales .mission__box--text {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-sales .mission__box {
    border-radius: 2rem;
    padding: 2.4rem 1.6rem;
    margin-top: 4rem;
  }
  .p-sales .mission__box--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .p-sales .mission__box--list-item {
    width: 100%;
    height: 9.2rem;
    border-radius: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6rem;
  }
  .p-sales .mission__box--list-item ._icon {
    width: 6rem;
  }
  .p-sales .mission__box--list-item ._ttl {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-sales .mission__box--list-item ._ttl span {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .p-sales .mission__box--text {
    margin-top: 2.5rem;
  }
  .p-sales .mission__box--text .c-txt-small {
    font-weight: 500;
  }
}
.p-sales .quest {
  margin-top: 9.8rem;
}

.p-sales .quest .video-box {
  max-width: 960px;
  margin: auto;
  border-radius: 1.6rem;
  overflow: hidden;
  margin-top: 6rem;
  position: relative;
}

.p-sales .quest .video-box video {
  width: 100%;
  height: auto;
  display: block;
}

.p-sales .quest .video-box .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10rem;
  height: 10rem;
  background: url(../images/work/icon_play.svg) center/contain no-repeat;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-sales .quest {
    margin-top: 6rem;
  }
  .p-sales .quest .video-box {
    max-width: 100%;
    margin-top: 4rem;
  }
  .p-sales .quest .video-box video {
    width: 100%;
    height: auto;
    display: block;
  }
  .p-sales .quest .video-box .play-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.p-sales .skillup {
  margin-top: 9.8rem;
}

.p-sales .skillup-list {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
}

.p-sales .skillup-list__item {
  width: calc((100% - 8rem) / 3);
}

.p-sales .skillup-list__item .content {
  margin-top: 1.6rem;
}

.p-sales .skillup-list__item .content .c-txt-small {
  font-weight: 500;
}

.p-sales .skillup-list__item img {
  width: 100%;
}

.p-sales .skillup-list__item .content-ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-sales .skillup {
    margin-top: 6rem;
  }
  .p-sales .skillup-list {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-sales .skillup-list__item {
    width: 100%;
  }
  .p-sales .skillup-list__item .content {
    margin-top: 2rem;
  }
  .p-sales .skillup-list__item .content-ttl {
    font-size: 2.2rem;
    margin-bottom: 2.1rem;
  }
}
.p-sales .real {
  background-color: #fafaf8;
  padding: 8rem 0 11.9rem;
}

.p-sales .real__heading {
  position: relative;
  text-align: center;
  padding: 5.7rem 0 5.5rem;
}

.p-sales .real__heading .label {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  border: 0.2rem solid #b4c413;
  border-radius: 0.4rem;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  padding: 0.8rem 1.7rem;
  color: #b4c413;
  position: absolute;
  top: 1rem;
  left: 6.6rem;
}

.p-sales .real__heading .title {
  font-weight: 900;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #b4c413;
  position: relative;
  z-index: 2;
}

.p-sales .real__heading .title .smail {
  font-size: 3.2rem;
}

.p-sales .real__heading .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 15.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -1rem;
  left: 0.2rem;
  right: 0;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #fafaf8;
  z-index: 1;
  opacity: 0.4;
}

.p-sales .real__heading .en::before {
  content: "REAL";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b4c413),
    to(#c8d921)
  );
  background: linear-gradient(90deg, #b4c413 0%, #c8d921 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 2px transparent;
  -webkit-filter: drop-shadow(0 0 0 #b4c413);
  filter: drop-shadow(0 0 0 #b4c413);
  z-index: -1;
}

.p-sales .real__member {
  max-width: 76rem;
  margin: 0 auto;
}

.p-sales .real__member--ttl {
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  padding: 1.5rem 0;
  background: #000035;
  border-radius: 5rem;
  -webkit-box-shadow: 0.8rem 0.8rem 0 0 #8d8d9b;
  box-shadow: 0.8rem 0.8rem 0 0 #8d8d9b;
  border: 0.1rem solid #000035;
}

.p-sales .real__member--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8rem;
  margin-top: 4rem;
}

.p-sales .real__member--list .c-member-card {
  width: calc((100% - 8rem) / 2);
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-sales .real {
    padding: 8rem 0 11.9rem;
  }
  .p-sales .real__heading {
    position: relative;
    text-align: center;
    padding: 3.5rem 0 4.1rem;
  }
  .p-sales .real__heading .label {
    font-size: 1.8rem;
    top: -1.2rem;
    left: 0;
  }
  .p-sales .real__heading .title {
    font-size: 3.2rem;
  }
  .p-sales .real__heading .title .smail {
    font-size: 2.2rem;
  }
  .p-sales .real__heading .en {
    font-size: 10rem;
    letter-spacing: 0;
    top: 1.8rem;
    left: 1.2rem;
    right: 0;
  }
  .p-sales .real__member {
    max-width: 100%;
  }
  .p-sales .real__member--ttl {
    font-weight: 400;
    font-size: 2rem;
    padding: 2.1rem 0;
  }
  .p-sales .real__member--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
  .p-sales .real__member--list .c-member-card {
    width: 100%;
  }
}
.p-thanks .c-title-page.only_thanks {
  margin-bottom: 3.2rem;
  padding-left: 0.8rem;
  margin-top: 0.4rem;
  padding-bottom: 1.5rem;
}

.p-thanks .c-title-page.only_thanks .ja {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  color: #b4c413;
  font-weight: 500;
}

.p-thanks .c-form-entry {
  padding: 2.4rem 2.8rem 3.2rem;
  gap: 1.7rem;
  border-radius: 0.8rem;
}

.p-thanks .c-form-entry__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.2;
}

.p-thanks .c-form-entry .c-txt-small {
  margin-bottom: 0;
}

.p-thanks .c-txt-small {
  margin-bottom: 3.2rem;
  font-weight: 500;
}

.p-thanks .c-btnWrap {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-thanks .c-title-page.only_thanks {
    margin-bottom: 3.2rem;
    padding-left: 0.8rem;
    margin-top: 1.1rem;
    padding-bottom: 1.3rem;
  }
  .p-thanks .c-title-page.only_thanks .ja {
    font-size: 2rem;
  }
  .p-thanks .c-form-entry {
    padding: 1.4rem 1.5rem 1.4rem;
    gap: 1.7rem;
    border-radius: 0.8rem;
  }
  .p-thanks .c-form-entry__title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-thanks .c-form-entry .c-txt-small {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-thanks .c-txt-small {
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-thanks .c-btnWrap {
    margin-top: 3.2rem;
  }
}
.p-work .boxContent {
  padding-top: 7.6rem;
}

@media screen and (max-width: 767px) {
  .p-work .boxContent {
    padding-top: 3.3rem;
  }
}
.p-work .intro {
  text-align: center;
}

.p-work .intro__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #b4c413;
  margin-bottom: 3.3rem;
}

.p-work .intro__title span {
  position: relative;
}

.p-work .intro__title span .sub {
  position: absolute;
  top: -1.6rem;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-work .intro__title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 3rem;
  }
  .p-work .intro__title span .sub {
    top: -1.3rem;
    font-size: 1rem;
  }
  .p-work .intro .c-txt {
    text-align: left;
  }
}
.p-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.1rem 6rem;
  margin-top: 8.1rem;
}

.p-work__list-item {
  width: calc((100% - 6rem) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-work__list-item--pic {
  position: relative;
}

.p-work__list-item--name {
  background-color: #ffffff;
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.8rem 2.4rem;
}

.p-work__list-item--name .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #b4c413;
}

.p-work__list-item--name .ja {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #b4c413;
}

.p-work__list-item--detail {
  padding: 4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fafaf8;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}

.p-work__list-item .c-btn {
  text-align: center;
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-work__list {
    gap: 4rem;
    margin-top: 6rem;
  }
  .p-work__list-item {
    width: 100%;
  }
  .p-work__list-item--name {
    bottom: 1rem;
    padding: 0.8rem 2.4rem;
  }
  .p-work__list-item--name .en {
    font-size: 1.2rem;
  }
  .p-work__list-item--name .ja {
    font-size: 2.6rem;
  }
  .p-work__list-item--detail {
    padding: 2.4rem 1.6rem;
  }
  .p-work__list-item .c-btn {
    margin-top: 2.2rem;
  }
}
.p-work__ttlBottom {
  font-family: "Train One", system-ui;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  /* background: linear-gradient(90.2deg, #ffce6c 15.98%, #ffa857 99.98%); */
  background: linear-gradient(90.2deg, #b4c413 15.98%, #c8d921 99.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-work__ttlBottom {
    font-size: 4.8rem;
    line-height: 1.2;
    margin-top: 4.2rem;
  }
}

/* ======== reCAPTCHA ======= */
.grecaptcha-badge {
  z-index: 10;

  @media screen and (min-width: 768px) {
    right: -186px !important;
    margin-right: 8rem;
  }
}

/*# sourceMappingURL=style.css.map */
