/*
Theme Name: th-tw-recruit
Theme URI: https://th-evo.tw/recruit/
Description: This is our original theme
Author: KABA'S DESIGN
Author URI: https://kaba-design.jp/

KABAS DESIGN
https://kaba-design.jp/

This theme was designed and built by KABAS DESIGN,
whose blog you will find at https://kaba-design.jp/
The CSS, XHTML and design is released under GPL:
https://opensource.org/license/gpl-3-0
*/
@charset "UTF-8";

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-padding-top: 120px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dd {
  margin-left: 0;
}

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

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

b,
strong {
  font-weight: 700;
}

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;
}

textarea {
  overflow: auto;
  resize: none;
}

[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;
}

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

caption {
  text-align: left;
}

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

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

span {
  display: inline-block;
}

:root {
  --primary-color: #ff6e2b;
  --primary-color-rgb: 255, 110, 43;
  --mid-career-color: #197099;
  --_form-control-border-color-hover: transparent !important;
  --_form-control-border-color-focus: transparent !important;

  /* 部署配色 */
  --color-sales: rgba(239, 50, 50, 0.70), rgba(255, 145, 0, 0.70);
  --color-development: rgba(255, 157, 10, 0.70), rgba(233, 255, 125, 0.70);
  --color-corporate: rgba(30, 144, 255, 0.70), rgba(37, 43, 230, 0.70);
  --color-recruit: rgba(255, 132, 185, 0.70), rgba(239, 87, 87, 0.70);
  --color-branding: rgba(165, 94, 234, 0.70), rgba(208, 67, 166, 0.70);
  --color-merchandise: rgba(46, 213, 115, 0.70), rgba(0, 255, 238, 0.70);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family:
    "Noto Sans TC", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.05em;
  font-synthesis: none;
}

body a,
body button {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body a:hover,
body button:hover {
  opacity: 0.7;
}

body a {
  word-break: break-all;
}

body *>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* root container */
.l-wrapper {
  position: relative;
  z-index: 0;
  overflow-x: clip;
  background-color: #fff5f0;
}

.l-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  display: block;
  width: 100%;
  height: 100lvh;
  background: url(assets/img/cmn/texture_bg.webp) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .l-wrapper::before {
    height: calc(100lvh + 1.88rem);
  }
}

/* content container */
.l-content-container {
  position: relative;
  padding: 0 0 10rem;
}

@media screen and (max-width: 768px) {
  .l-content-container {
    padding: 0 0 3.75rem;
  }
}

/* container */
.l-container {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  margin-left: 8.33vw;
  margin-right: 8.33vw;
}

.l-container.-wide {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1280px) {
  .l-container {
    padding-left: 1.88rem;
    padding-right: 1.88rem;
    margin-left: 1.88rem;
    margin-right: 1.88rem;
  }
}

@media screen and (max-width: 768px) {
  .l-container {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .l-container.-wide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* inner */
.l-inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner.-sm {
  max-width: 880px;
}

.l-inner.-ssm {
  max-width: 640px;
}

.l-inner.-wide {
  max-width: 1440px;
}

.l-header.-compact .l-header__logo-wrap {
  background-color: transparent;
}

.l-header.-compact .l-header__logo {
  width: 6.25rem;
}

.l-header__btn-wrap {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.5rem 0.5rem;
  margin: 0 0 0 auto;
  font-size: 15px;
  letter-spacing: 2px;
}

.l-header__logo-wrap {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 11.25rem;
  aspect-ratio: 180/160;
  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;
  background-color: rgba(255, 255, 255, 0.95);
}

body:not(.page-id-84) .l-header__logo-wrap {
  background-color: transparent;
}

.l-header__logo {
  width: 7.5rem;
  aspect-ratio: 100/68;
}

.l-header__btn {
  width: 10.25rem;
  height: 4rem;
  line-height: 1.3;
  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: 0.31rem 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #333333;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.l-header__btn.-description,
.l-header__btn.-entry {
  background: #ff6e2b;
}

.l-header__btn.-description,
.l-header__btn.-entry.-entry-mid-career {
  background: #197099;
}

.l-header__btn.-menu.is-active .l-header__toggle span:nth-of-type(1) {
  -webkit-transform: translateY(0.56rem) rotate(30deg);
  transform: translateY(0.56rem) rotate(30deg);
}

.l-header__btn.-menu.is-active .l-header__toggle span:nth-of-type(2) {
  opacity: 0;
}

.l-header__btn.-menu.is-active .l-header__toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-0.56rem) rotate(-30deg);
  transform: translateY(-0.56rem) rotate(-30deg);
}

.l-header__btn.-menu.is-active .l-header__toggle::after {
  content: "CLOSE";
}

.l-header__toggle {
  display: block;
  position: relative;
  z-index: 1000;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.l-header__toggle span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.l-header__toggle span:nth-of-type(1) {
  top: 0;
}

.l-header__toggle span:nth-of-type(2) {
  top: 0.56rem;
}

.l-header__toggle span:nth-of-type(3) {
  top: 1.13rem;
}

.l-header__toggle::after {
  content: "MENU";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 0.81rem;
  line-height: 1;
}

.l-header.is-active .l-header__btn.-company,
.l-header.is-active .l-header__btn.-description,
.l-header.is-active .l-header__btn.-entry {
  display: none !important;
}

@media screen and (max-width: 1600px) {
  .l-header.-compact .l-header__logo {
    width: 5rem;
  }

  .l-header__logo-wrap {
    width: 7.5rem;
  }

  .l-header__logo {
    width: 5rem;
  }

  .l-header__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .l-header__btn {
    width: 10.25rem;
    height: 4rem;
  }

  .l-header__btn.-menu {
    width: 5.13rem;
  }

  .l-header__btn.-company,
  .l-header__btn.-description {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header__btn {
    width: 4.5rem;
    height: 3.75rem;
  }

  .l-header__btn.-menu {
    width: 3.75rem;
  }

  .l-header__btn.-company,
  .l-header__btn.-description {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header__btn-wrap {
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: 1px;
    font-size: 13px;
  }

  .l-header__toggle::after {
    font-size: clamp(14px, 2vw, 16px);
  }
}

.l-header-drawer {
  visibility: hidden;
  height: auto;
  opacity: 0;
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.l-header-drawer.is-active {
  height: 100lvh;
  visibility: visible;
  opacity: 1;
}

.l-header-drawer__inner {
  max-width: 1200px;
  width: 90%;
  height: 100%;
  -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: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 3.75rem;
  margin: 0 0 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}

.l-header-drawer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 8.33vw;
  margin: 3rem 0 0;
}

.l-header-drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 6.25vw;
}

.l-header-drawer__category {
  width: calc(50% - 3.13vw);
}

.l-header-drawer__category-title {
  color: var(--primary-color);
  font-family:
    "Noto Serif TC",
    serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}

.l-header-drawer__menu {
  margin: 0 0.63rem;
}

.l-header-drawer__menu-item {
  font-size: 1rem;
}

.l-header-drawer__menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.63rem;
}

.l-header-drawer__menu-item a::before {
  content: "";
  width: 0.63rem;
  height: 1px;
  background-color: currentColor;
}

.l-header-drawer__menu-item.-external a::after {
  content: "";
  display: inline-block;
  margin-left: -0.4em;
  width: 0.9rem;
  height: 0.9rem;
  background: url(assets/img/cmn/menu-icon__external.svg) no-repeat center / contain;
  color: inherit;
  transform: unset;
  border: unset;
}

.l-header-drawer__menu-item:not(:last-of-type) {
  margin-bottom: 0.63rem;
}

.l-header-drawer__btn-wrap {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.5rem 0.5rem;
}

.l-header-drawer__btn {
  width: 10.25rem;
  height: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.31rem 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #333333;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.l-header-drawer__btn.-description,
.l-header-drawer__btn.-entry {
  background-color: var(--primary-color);
}

@media screen and (max-width: 1280px) {
  .l-header-drawer__body {
    gap: 2.5rem 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-header-drawer__inner {
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 3.5rem;
  }

  .l-header-drawer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.75rem 0 0;
  }

  .l-header-drawer__nav {
    gap: 2.5rem 0;
  }

  .l-header-drawer__back {
    font-size: 0.88rem;
  }

  .l-header-drawer__category {
    width: 50%;
  }

  .l-header-drawer__category-title {
    font-size: 1rem;
    margin: 0;
  }

  .l-header-drawer__menu-item {
    font-size: 0.88rem;
    border-bottom: 1px solid #999999;
  }

  .l-header-drawer__menu-item a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0.5em 1em 0;
  }

  .l-header-drawer__menu-item a::before {
    content: none;
  }

  .l-header-drawer__menu-item a::after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    aspect-ratio: 1/1;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .l-header-drawer__menu-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.l-header-sns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: left;
  align-items: center;
}

.l-header-sns__banner {
  max-width: 300px;
}

.l-header-sns__menu {
  display: flex;
  gap: 24px;
}

.l-header-sns__menu-item {
  width: 32px;
}

@media screen and (max-width: 768px) {
  .l-header-sns {
    width: 100%;
    justify-content: center;
  }
}

.l-footer {
  color: #fff;
  background: url(assets/img/cmn/footer_bg.webp) no-repeat bottom center/cover;
  padding: 10rem 0 1rem;
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem 2.5rem;
}

.l-footer__side {
  width: 12rem;
}

.l-footer-sns {
  margin-top: 2.5rem;
}

.l-footer__logo {
  width: 6.25rem;
  aspect-ratio: 100/68;
  display: block;
  margin-inline: auto;
}

.l-footer-sns__menu {
  display: flex;
  justify-content: space-between;
}

.l-footer-sns__menu-item {
  width: 30px;
}

.l-footer__copyright {
  display: block;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 26.56vw 0 0;
}

@media screen and (max-width: 1024px) {
  .l-footer__body {
    -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;
  }

  .l-footer__copyright {
    margin: 50vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 3.75rem 0 1rem;
    background: url(assets/img/cmn/footer_bg-sp.webp) no-repeat bottom center/cover;
  }

  .l-footer__copyright {
    margin: 20rem 0 0;
  }
}

.l-footer-cta {
  margin: 0 0 2rem;
}

.l-footer-cta__heading {
  font-family:
    "Noto Serif TC",
    serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1em;
}

.l-footer-cta__desc {
  max-width: 542px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

.l-footer-cta__btn-wrap {
  gap: 1.63rem 1.63rem;
}

.l-footer-cta__btn.c-btn {
  min-width: initial;
  width: calc(50% - 0.81rem);
  height: clamp(5rem, 10vw, 7.88rem);
  font-size: clamp(1rem, 2vw, 1.5rem);
  background: linear-gradient(135deg,
      rgba(255, 110, 43, 1) 0%,
      rgba(232, 80, 9, 1) 100%);
}

.l-footer-cta__btn.c-btn .c-btn__chevron {
  color: #fff;
}

.l-footer-text-link {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .l-footer-cta {
    margin: 0 0 2rem;
  }

  .l-footer-cta__btn.c-btn {
    width: 100%;
    height: 4rem;
    font-size: 1rem;
  }

  .l-footer-text-link {
    margin-bottom: 3rem;
  }
}


.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  gap: 2.5rem 5vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer-nav__category-title {
  font-family:
    "Noto Serif TC",
    serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 1em;
}

.l-footer-nav__menu {
  margin: 0 0 0 0.5rem;
}

.l-footer-nav__menu-item {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 0 0 1rem;
}

.l-footer-nav__menu-item::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  width: 0.63rem;
  height: 1px;
  background-color: currentColor;
}

.l-footer-nav__menu-item.-external a::after {
  content: "";
  display: inline-block;
  margin-left: 0.2em;
  width: 0.8rem;
  height: 0.8rem;
  background: url(assets/img/cmn/menu-icon__external--w.svg) no-repeat center / contain;
  color: inherit;
}

.l-footer-nav__menu-item:not(:last-of-type) {
  margin-bottom: 0.63rem;
}

@media screen and (max-width: 1280px) {
  .l-footer-nav {
    gap: 2.5rem 2.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .l-footer-nav {
    width: 100%;
    gap: 3rem 1.5rem;
    justify-content: center;
  }

  .l-footer-nav__menu {
    margin: 0 0 0 0.2rem;
  }

  .l-footer-nav__category {
    width: calc(50% - 1.25rem);
  }

  .l-footer-nav__category-title {
    font-size: 20px;
  }
}

.c-sentence {
  line-height: 1.8;
  font-weight: 400;
}

.c-sentence+.c-sentence {
  margin-top: 2em;
}

.c-sentence+.c-btn__wrap {
  margin-top: 3.75rem;
}

.c-sentence__grid {
  display: flex;
}

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

.c-sentence__img img {
  width: max-content;
}

.c-sentence__list-item {
  margin-top: 1rem;
}

.c-sentence__list-item .main li {
  width: fit-content;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

.c-sentence__list-item .main .alert {
  font-weight: bold;
  color: #e53d30;
  letter-spacing: normal;
}

@media screen and (min-width: 769px) {
  .c-sentence+.c-btn__wrap.-start {
    justify-content: start;
  }
}

@media screen and (max-width: 768px) {
  .c-sentence+.c-btn__wrap {
    margin-top: 2.5rem;
    max-width: 420px;
    margin-inline: auto;
  }

  .c-sentence+.c-btn__wrap.-align_left {
    justify-content: center;
  }

  .c-sentence__list-item .main li {
    flex-direction: column;
  }

  .p-message-interview__question {
    font-size: 16px;
  }
}

.c-typo-text {
  font-family: "Poppins", sans-serif;
  font-size: 16vw;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.75;
  opacity: 0.25;
}

@media screen and (max-width: 768px) {
  .c-typo-text {
    line-height: 0.8;
  }
}

.c-catch-text {
  font-family:
    "Noto Serif TC",
    serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-catch-text {
    font-size: 1.8rem;
  }
}

.c-underline-link {
  display: inline;
  color: var(--primary-color);
  text-decoration: underline;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: clamp(18rem, 70vw, 20rem);
  height: 4rem;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  background-color: #333333;
  padding: 0 1.5rem 0 2.5rem;
}

.c-btn__chevron {
  color: #e85009;
  height: 100%;
  aspect-ratio: 94/125;
}

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

.c-btn__wrap.-align_left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.c-btn__wrap.-align_right {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 2rem;
}

.c-heading__sub-title {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  margin-bottom: 0.5em;
}

.c-heading__main-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-heading.-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.c-heading.-vertical .c-heading__sub-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.c-heading.-vertical .c-heading__main-title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1024px) {
  .c-heading.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-heading.-vertical .c-heading__sub-title {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }

  .c-heading.-vertical .c-heading__main-title {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}

@media screen and (max-width: 768px) {
  .c-heading__main-title {
    font-size: 1.5rem;
  }
}

.c-square-heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0;
}

.c-square-heading__main-title {
  position: relative;
  z-index: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Poppins", sans-serif;
  font-size: clamp(3.2rem, 6.25vw, 6.25rem);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.c-square-heading__main-title::before,
.c-square-heading__main-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  aspect-ratio: 1/1;
  border: 3px solid #ff6e2b;
}

.c-square-heading__main-title::before {
  bottom: 0.5em;
  left: -0.44em;
  width: 0.88em;
  background-color: #ff6e2b;
}

.c-square-heading__main-title::after {
  bottom: 1.1em;
  left: 0.16em;
  width: 0.56em;
}

.c-square-heading__sub-title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.c-square-heading__deco {
  background: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  width: fit-content;
  margin-bottom: 0.25em;
  color: #ffffff;
  padding: 0.25rem 1rem;
  line-height: 1;
}

.c-square-heading+.c-sentence {
  margin-top: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .c-square-heading+.c-sentence {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .c-square-heading__main-title {
    padding: 0 0 0 1rem;
  }

  .c-square-heading__main-title.-wide {
    font-size: 2.5rem;
  }

  .c-square-heading__main-title::before {
    left: 0;
  }

  .c-square-heading__main-title::after {
    left: 0.55em;
  }

  .c-square-heading__deco {
    font-size: 15px;
  }

  .c-square-heading+.c-sentence {
    margin-top: 1.25rem;
  }
}

.c-bg-heading {
  margin: 0 0 4rem;
}

.c-bg-heading__text {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background-color: var(--primary-color);
  padding: 0.25em 1.5em;
}

.c-bg-heading.-align_right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .c-bg-heading {
    margin: 0 0 2.5rem;
  }

  .c-bg-heading__text {
    font-size: 0.88rem;
    padding: 0.15em 0.75em;
  }
}

.c-catch-heading {
  font-family:
    "Noto Serif TC",
    serif;
  font-size: clamp(2.8rem, 4.17vw, 4.69rem);
  line-height: 1.2;
  letter-spacing: -0.075em;
  font-weight: 500;
  max-width: 30rem;
}

.c-catch-heading .-lg {
  font-size: 1.3em;
}

.c-twotone-heading {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0 0 1em;
}

.c-twotone-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.38rem;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--primary-color)),
      color-stop(50%, var(--primary-color)),
      color-stop(50%, #333333),
      to(#333333));
  background: linear-gradient(180deg,
      var(--primary-color) 0%,
      var(--primary-color) 50%,
      #333333 50%,
      #333333 100%);
}

@media screen and (max-width: 768px) {
  .c-twotone-heading {
    font-size: 1rem;
  }
}

.c-table {
  width: 100%;
  table-layout: fixed;
}

.c-table th,
.c-table td {
  font-size: 1rem;
  padding: 1.5em 0;
  word-break: break-all;
}

.c-table th {
  width: 28%;
  font-weight: 700;
  border-bottom: 1px solid #333333;
}

.c-table td {
  border-bottom: 1px solid #cccccc;
}

.c-table td>*+* {
  margin-top: 1.5em;
}

.c-table td>*+a {
  margin-top: 0;
}

.c-table td br {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .p-training-recruit__block .c-table {
    border-top: 1px solid #cccccc;
  }

  .p-training-recruit__block .c-table tr {
    display: grid;
  }

  .p-training-recruit__block .c-table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }

  .p-training-recruit__block .c-table td {
    padding-left: 1.2rem;
  }
}

/* list */
.c-square-list li {
  position: relative;
  padding: 0 0 0 1.25rem;
}

.c-square-list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: var(--primary-color);
}

.c-square-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-square-list.-wh li {
  padding: 0;
}

.c-square-list.-wh li::before {
  display: none;
}

.c-square-list.-bk li::before {
  background-color: #333333;
}

.c-square-list li.-head {
  padding: 0;
  font-weight: 700;
}

.c-square-list li.-head::before {
  content: none;
}

.c-dot-list li {
  position: relative;
  padding: 0 0 0 1.25rem;
}

.c-dot-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.5rem;
}

.c-dot-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-dot-list li.-head {
  padding: 0;
  font-weight: 700;
}

.c-dot-list li.-head::before {
  content: none;
}

/* breadcrumbs */

.c-breadcrumbs {
  position: relative;
  z-index: 1;
}

.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
}

.c-breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.c-breadcrumbs__item 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 0.63rem;
  color: #999999;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.c-breadcrumbs__item a:hover {
  opacity: 0.7;
}

.c-breadcrumbs__item:not(:last-of-type)::after {
  content: "";
  width: 0.75rem;
  height: 1px;
  background-color: #999999;
  margin: 0 0.5rem;
}

.c-breadcrumbs__item:last-of-type {
  color: #333333;
}

.c-breadcrumbs__item:first-of-type a::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs__item {
    font-size: 0.75rem;
  }
}

.c-media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 3.75rem 4.5rem;
}

.c-media-object__media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46%;
}

.c-media-object__media.-sp {
  display: none;
  margin: -24px auto 32px !important;
}

.c-media-object__media.-pc {
  display: block;
}

.c-media-object__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1440px) {
  .c-media-object {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8rem 4.5rem;
  }

  .c-media-object__media {
    width: 100%;
  }

  .c-media-object__media.-sp {
    display: block;
  }

  .c-media-object__media.-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-media-object {
    gap: 2.5rem 0;
  }
}

.c-media-object.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1440px) {
  .c-media-object.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-media-object.-reverse_only_desktop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1440px) {
  .c-media-object.-reverse_only_desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.c-media-object.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-media-object.-vertical .c-media-object__media {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .c-media-object.-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.c-line {
  position: absolute;
  top: 0;
  left: -14.58vw;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1300px;
  width: calc(100vw - 7.5rem);
  color: #ff6e2b;
}

.c-line::before {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: 2px;
  background-color: currentColor;
  margin: 0 auto 0 0;
}

.c-line__square-wrap {
  width: 1.75rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 2px;
  margin-top: -3px;
}

.c-line__square-wrap span {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  background-color: currentColor;
  border: 0.25rem solid currentColor;
}

.c-line__square-wrap span:nth-child(1) {
  background-color: transparent !important;
}

.c-line.-align_right {
  left: initial;
  right: -14.58vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-line.-align_right::before {
  margin: 0 0 0 auto;
}

.c-line.-align_right .c-line__square-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.c-line.-bk {
  color: #333333;
}

@media screen and (max-width: 1280px) {
  .c-line {
    width: calc(100vw - 3.75rem);
    left: -3.75rem;
  }

  .c-line.-align_right {
    right: -3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .c-line {
    width: calc(100vw - 1rem);
    left: -1rem;
  }

  .c-line::before {
    width: calc(100% - 14px);
  }

  .c-line__square-wrap {
    width: 26px;
    margin-top: -2px;
  }

  .c-line__square-wrap span {
    border-width: 2px;
  }

  .c-line.-align_right {
    right: -1rem;
  }
}

.c-sec-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem 8.33vw;
}

.c-sec-header__separator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: inline-block;
  width: 1px;
  background-color: #999999;
}

.c-sec-header__left-main {
  margin-top: 3rem;
  max-width: 36rem;
}

@media screen and (min-width: 1025px) {
  .c-sec-header.-horizontal {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .c-sec-header.-horizontal .c-sec-header__separator {
    -ms-flex-item-align: center;
    align-self: center;
    width: 5.63rem;
    height: 1px;
    margin-top: -1.6rem;
  }

  .c-sec-header.-reverse_only_desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .c-sec-header__right {
    margin-top: -1.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .c-sec-header {
    gap: 2.5rem 0;
    -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;
  }

  .c-sec-header__separator {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 5.63rem;
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .c-sec-header {
    gap: 1.25rem 0;
  }
}

.p-interview-list .c-voice-parts::before {
  display: none;
}

.c-voice-parts {
  position: relative;
  padding-top: 11.5rem;
  margin-top: -1.5rem;
}

.c-voice-parts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90vw;
  height: 45rem;
  background-color: rgba(var(--primary-color-rgb), 0.05);
}

.c-voice-parts.-page {
  padding-top: 6rem;
  margin-top: 0;
}

.c-voice-parts__header {
  margin: 0 0 8.75rem;
}

.c-voice-parts__slider-wrap {
  position: relative;
  margin: 0 0 5rem;
}

.c-voice-parts__slider-inner {
  overflow: hidden;
  width: calc(100% - 6.25vw);
  padding: 0 6.77vw 0 0;
  margin: 0 0 0 auto;
}

.c-voice-parts__slider .slick-list {
  overflow: visible;
}

.c-voice-parts__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.25rem;
}

.c-voice-parts__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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: 2.5rem;
  aspect-ratio: 40/100;
  background-color: #333333;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}

.c-voice-parts__arrow::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  aspect-ratio: 1/1;
  background: url(assets/img/cmn/chevron_ico_wh.svg) no-repeat center center/contain;
}

.c-voice-parts__arrow.-prev {
  left: 2.5rem;
}

.c-voice-parts__arrow.-prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-voice-parts__arrow.-next {
  right: 2.5rem;
}

.c-voice-parts__slide {
  position: relative;
  width: 21.5rem !important;
}

.c-voice-parts__slide.-pk .c-voice-parts__body::before {
  background: linear-gradient(135deg, #f79e62, #fe5196);
}

.c-voice-parts__body {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 344/460;
}

.c-voice-parts__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0.75rem;
  display: block;
  width: calc(100% - 0.75rem);
  height: calc(100% - 3.75rem);
  background: linear-gradient(135deg, #00c9ff, #92fe9d);
}

/* 営業本部 */
.u-sales .c-voice-parts__body::before {
  background: linear-gradient(45deg, var(--color-sales));
  opacity: 0.7;
}

/* 店舗開発本部 */
.u-development .c-voice-parts__body::before {
  background: linear-gradient(45deg, var(--color-development));
  opacity: 0.7;
}

/* 経営管理本部 */
.u-corporate .c-voice-parts__body::before {
  background: linear-gradient(45deg, var(--color-corporate));
  opacity: 0.7;
}

/* 人事本部 */
.u-recruit .c-voice-parts__body::before {
  background: linear-gradient(45deg, var(--color-recruit));
  opacity: 0.7;
}

/* マーケティング部 */
.u-branding .c-voice-parts__body::before {
  background: linear-gradient(45deg, var(--color-branding));
  opacity: 0.7;
}

/* 商品管理本部 */
.u-merchandise .c-voice-parts__body::before {
  background: linear-gradient(45deg, var(--color-merchandise));
  opacity: 0.7;
}


.c-voice-parts__body::after {
  content: "TH INC.";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0.75rem;
  font-size: 3.38rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  opacity: 0.07;
}

.c-voice-parts__job {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: calc(100% - 3.75rem);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #333333;
  padding: 0.63rem 0;
}

.c-voice-parts__img {
  position: relative;
  z-index: 1;
  aspect-ratio: 268/460;
  height: 100%;
  margin: 0 0.75rem 0 auto;
}

.c-voice-parts__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c-voice-parts__profile {
  position: absolute;
  z-index: 2;
  top: 8rem;
  left: 0;
  width: 40%;
}

.c-voice-parts__year {
  display: block;
  font-size: 0.88rem;
}

.c-voice-parts__dep {
  display: inline-block;
  font-size: 0.75rem;
  border: 1px solid #333333;
  padding: 0 0.5em;
  margin-block: 0.2rem 0.6rem;
}

.c-voice-parts__name {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.c-voice-parts__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
  padding: 0.75rem 0.25rem 0 1.25rem;
}

.c-voice-parts__title {
  font-size: 0.88rem;
  font-weight: 400;
}

.c-voice-parts__chevron-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 2.5rem;
  aspect-ratio: 40/32;
  border: 1px solid #333333;
}

.c-voice-parts__chevron {
  color: #333333;
  height: 0.75rem;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .c-voice-parts {
    padding-top: 5rem;
    margin-top: 0;
  }

  .c-voice-parts::before {
    width: 100vw;
    height: 50%;
  }

  .c-voice-parts.-page {
    padding-top: 2rem;
  }

  .c-voice-parts__header {
    margin: 0 0 1.25rem;
  }

  .c-voice-parts__profile {
    top: 5rem;
  }

  .c-voice-parts__slider-wrap {
    margin: 0 0 2.5rem;
  }

  .c-voice-parts__slider-inner {
    width: 100%;
    padding: 0 0.75rem 0 0;
  }

  .c-voice-parts__slide {
    width: 20rem !important;
  }

  .c-voice-parts__arrow.-prev {
    left: 1rem;
  }

  .c-voice-parts__arrow.-next {
    right: 1rem;
  }
}

.c-voice-parts__table {
  padding-left: 1rem;
}

.c-voice-parts__table-list {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-voice-parts__table-list .c-voice-parts__title {
  font-size: clamp(0.7rem, 2vw, 0.88rem);
}

.c-voice-parts__table-list .c-voice-parts__year {
  font-size: clamp(0.7rem, 2vw, 0.88rem);
}

.c-voice-parts__table-list .c-voice-parts__name {
  font-size: clamp(0.7rem, 2vw, 1.25rem);
}

.c-voice-parts__table-list .c-voice-parts__slide {
  width: 100% !important;
}


@media screen and (max-width: 1440px) {
  .c-voice-parts__table-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .c-voice-parts__table-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-voice-parts__table-list .c-voice-parts__job {
    font-size: clamp(0.5rem, 2vw, 0.88rem);
  }

  .c-voice-parts__table-list .c-voice-parts__footer {
    gap: 0.6rem;
    padding-inline: 0.8rem 0;
  }

  .c-voice-parts__table-list .c-voice-parts__body::after {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .c-voice-parts__table-list {
    gap: 1rem;
  }

  .c-voice-parts__table .c-heading {
    align-items: center;
  }

  .c-voice-parts__table-list .c-voice-parts__dep {
    font-size: 9px;
    padding: 0.2em 0.5em;
    margin-block: 0.5em;
  }

  .c-voice-parts__table-list .c-voice-parts__profile {
    width: 50%;
    line-height: 1.2;
  }

  .c-voice-parts__table-list .c-voice-parts__body {
    aspect-ratio: 320 / 460;
  }

  .c-voice-parts__table-list .c-voice-parts__img {
    margin: 0;
    position: absolute;
    height: auto;
    width: 75%;
    bottom: 0;
    right: 5%;
  }

  .c-voice-parts__table-list .c-voice-parts__chevron {
    height: 0.6rem;
  }

  .c-voice-parts__table-list .c-voice-parts__chevron-wrap {
    width: 1.5rem;
    aspect-ratio: 1 / 2;
  }
}

.c-challenge-parts {
  color: #fff;
  background: url(assets/img/cmn/challenge_bg.webp) no-repeat top center/101% 100%;
  background-size: cover;
  padding: 11.88rem 0 10rem;
}

.c-challenge-parts__header {
  position: relative;
  padding: 4rem 0 0;
  margin: 0 0 5rem;
}

.c-challenge-parts__typo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}

.c-challenge-parts__balloon {
  position: absolute;
  top: -5rem;
  left: calc(50% - 5rem);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 15rem;
}

.c-challenge-parts__heading {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

.c-challenge-parts__heading .-tag {
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.c-challenge-parts__desc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-challenge-parts {
    padding: 6rem 0;
    margin: 0 0 -1.5rem;
  }

  .c-challenge-parts__header {
    margin: 0 0 2.5rem;
  }

  .c-challenge-parts__balloon {
    width: 7.5rem;
    top: -1rem;
    left: calc(50% - 1rem);
    right: -1.25rem;
  }

  .c-challenge-parts__typo {
    opacity: 0.1;
    top: 1.88rem;
  }

  .c-challenge-parts__heading {
    font-size: 1.4rem;
  }

  .c-challenge-parts__desc {
    text-align: left;
  }
}

.c-faq-list__item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}

.c-faq-list__item:not(:last-of-type) {
  margin-bottom: 3rem;
}

.c-faq-list__item.is-open .c-faq-list__header::after {
  content: "－";
}

.c-faq-list__item.is-open .c-faq-list__question {
  border-bottom: 1px solid #cccccc;
}

.c-faq-list__item.is-open .c-faq-list__content {
  opacity: 1;
  max-height: 1000px;
  padding: 1.5rem 7.5rem 2rem;
}

.c-faq-list__header {
  min-height: 5.63rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
  padding: 0 2rem;
}

.c-faq-list__header::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 3rem;
  aspect-ratio: 48/35;
  background: url(assets/img/training/question_ico.webp) no-repeat center center/contain;
}

.c-faq-list__header::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "＋";
  display: inline-block;
  color: var(--primary-color);
  font-size: 1.88rem;
  font-weight: 700;
  margin: 0 0 0 auto;
  cursor: pointer;
}

.c-faq-list__question {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2rem 0;
}

.c-faq-list__content {
  opacity: 0;
  max-height: 0;
  /* heightから変更 */
  overflow: hidden;
  /* 高さを超えるコンテンツを非表示に */
  display: block;
  padding: 0 7.5rem;
  -webkit-transition:
    opacity 0.2s ease-out,
    max-height 0.2s ease-out,
    padding 0.2s ease-out;
  transition:
    opacity 0.2s ease-out,
    max-height 0.2s ease-out,
    padding 0.2s ease-out;
}

.c-faq-list__catch {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

@media screen and (max-width: 768px) {
  .c-faq-list__item:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }

  .c-faq-list__item.is-open .c-faq-list__header {
    border-bottom: 1px solid #999999;
  }

  .c-faq-list__item.is-open .c-faq-list__question {
    border-bottom: none;
  }

  .c-faq-list__item.is-open .c-faq-list__content {
    padding: 1rem;
  }

  .c-faq-list__header {
    gap: 0 1rem;
    padding: 0;
    margin: 0 1rem;
  }

  .c-faq-list__header::before {
    width: 2rem;
  }

  .c-faq-list__header::after {
    font-size: 1.25rem;
  }

  .c-faq-list__question {
    font-size: 1rem;
    padding: 1rem 0;
  }

  .c-faq-list__content {
    padding: 0 1rem;
  }

  .c-faq-list__catch {
    font-size: 1rem;
  }
}

.c-entry-cta {
  width: 100%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: url(assets/img/cmn/entry-cta_bg.webp) no-repeat center;
}

.c-entry-cta__container {
  width: 100%;
  gap: 48px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.c-entry-cta__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #ffffff;
  background: transparent;
  height: 104px;
  padding-inline: 32px 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.c-entry-cta__button--new {
  background: var(--primary-color);
}

.c-entry-cta__button--mid {
  background: var(--mid-career-color);
}

.c-entry-cta__button-text span {
  display: block;
}

.c-entry-cta__button-text .en {
  font-size: 14px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.c-entry-cta__button-text .jp {
  font-size: 28px;
  font-weight: 500;
}

.c-entry-cta__button:hover {
  opacity: 0.7;
}

.c-entry-cta__button .c-btn__chevron {
  color: #ffffff;
}

@media (max-width: 960px) {
  .c-entry-cta {
    padding: 48px 0;
  }

  .c-entry-cta__container {
    gap: 24px;
  }

  .c-entry-cta__button {
    height: 88px;
    padding-inline: 24px 16px;
  }

  .c-entry-cta__button-text .jp {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .c-entry-cta__container {
    max-width: 400px;
    flex-direction: column;
  }
}

.p-top-mv {
  position: relative;
  z-index: 0;
  height: 700px;
}

.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  background: url(assets/img/top/mv_lbg_202608.webp) repeat-x 0 0 / auto 100%;
  height: 700px;
  animation: mv_bg_loop_pc 100s linear infinite;
}

/* .p-top-mv__cover {
  position: absolute;
  top: 600px;
  left: 0;
  z-index: -1;
  width: 100vw;
  background: url(assets/img/top/mv_cover.webp) repeat-x 0 0 / auto 100%;
  height: 200px;
  animation: mv_cover_loop_pc 200s linear infinite;
} */

.p-top-mv__container {
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6.25vw;
  margin: 0 8.33vw;
}

.p-top-mv__catch {
  margin-top: 160px;
  filter: drop-shadow(0 0 3px #888888);
}

@media (max-width: 768px) {
  .p-top-mv {
    height: calc(100svh / 2 + 120px);
  }

  .p-top-mv__bg {
    height: calc(100svh / 2 + 120px);
    background: url(assets/img/top/mv_spbg_202608.webp) repeat-x 0 0 / auto 100%;
  }

  .p-top-mv__cover {
    top: calc(100svh / 2 + 70px);
    height: 150px;
  }
}

@keyframes mv_bg_loop_pc {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -3600px 0;
  }
}

@keyframes mv_bg_loop_sp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: calc((100svh / 2 + 120px) * -4.498) 0;
  }
}

.p-top-feature__inner {
  max-width: 900px;
}

.p-top-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  padding-top: 32px;
  padding-bottom: 16px;
}

@media screen and (max-width: 1280px) {
  .p-top-mv__container {
    padding: 0 1.88rem;
    margin: 0 1.88rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-mv__container {
    padding: 0 1rem;
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-top-mv__catch {
    margin-block: auto 40px;
    max-width: 480px;
    width: 90%;
  }

  .p-top-feature__inner {
    padding-inline: 0.5rem;
  }

  .p-top-feature__list {
    padding-top: 16px;
    padding-bottom: 0;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-top-pickup {
  padding-top: 64px;
}

.p-top-pickup__inner {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.p-top-pickup__item {
  display: block;
  width: calc(50% - 12px);
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.p-top-pickup__item:hover {
  opacity: 0.8;
}

.p-top-pickup__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 540 / 320;
  object-fit: cover;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .p-top-pickup {
    padding-top: 48px;
  }

  .p-top-pickup__inner {
    gap: 12px;
    padding: 0;
  }

  .p-top-pickup__item {
    width: calc(50% - 5px);
  }

  .p-top-pickup__item img {
    aspect-ratio: 1 / 1;
  }
}

.p-top-intro {
  position: relative;
}

.p-top-intro__wash {
  position: absolute;
  z-index: 0;
  top: 41.25rem;
  left: 42%;
  right: 0;
  bottom: 10rem;
  background-color: rgba(var(--primary-color-rgb), 0.05);
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .p-top-intro {
    overflow: hidden;
  }

  .p-top-intro__wash {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 0;
    margin-top: 0;
    -webkit-transform: translateY(calc(100vw / 0.84 * -0.5 - 2.5rem));
    transform: translateY(calc(100vw / 0.84 * -0.5 - 2.5rem));
    background-color: transparent;
  }

  .p-top-intro__wash::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background-color: rgba(var(--primary-color-rgb), 0.05);
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .p-top-intro__wash {
    -webkit-transform: translateY(calc(100vw / 0.84 * -0.5 - 1.5rem));
    transform: translateY(calc(100vw / 0.84 * -0.5 - 1.5rem));
  }
}

.p-top-intro01 {
  position: relative;
  padding: 8.75rem 0 2.5rem;
  overflow: hidden;
  min-height: 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-intro01__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  aspect-ratio: 480/287;
  opacity: 0.02;
  z-index: 0;
}

.p-top-intro01__container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-top-intro01__line {
  top: 8.75rem;
  left: 0;
  max-width: initial;
  width: 91.67vw;
}

.p-top-intro01__line::after {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 8.33vw;
  display: inline-block;
  width: 2px;
  height: 8.88rem;
  background-color: #333333;
}

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

.p-top-intro01__content {
  max-width: 32.5rem;
  padding: 1.25rem 0;
}

.p-top-intro01__catch {
  margin: 0 0 0.8em;
}

.p-top-intro01__catch img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-intro01 .c-sentence {
  font-size: 1rem;
  line-height: 1.9;
}

.p-top-intro01 .c-sentence+.c-sentence {
  margin-top: 1.25em;
}

.p-top-intro01__visual {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: max(51.25rem, calc(100vw - 64rem + 10rem));
  right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64rem;
  height: 64rem;
  pointer-events: none;
}

.p-top-intro01__globe {
  width: 100%;
  height: 100%;
}

.p-top-intro01__globe-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  .p-top-intro01__visual {
    left: max(35rem, calc(100vw - 55rem + 7.5rem));
    right: auto;
    width: 55rem;
    height: 55rem;
  }

  .p-top-intro01__line {
    width: calc(100vw - 1.88rem);
  }

  .p-top-intro01__line::after {
    left: 1.88rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-intro01 {
    display: block;
    min-height: 0;
  }

  .p-top-intro01__visual {
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: none;
    transform: none;
    translate: -50% 0;
    width: 100vw;
    height: calc(100vw / 0.84);
    margin: 2rem 0 0;
    overflow: hidden;
  }

  .p-top-intro01__globe {
    width: calc(100% / 0.84);
    height: 100%;
    margin-left: calc((100% - 100% / 0.84) / 2);
  }
}

@media screen and (max-width: 768px) {
  .p-top-intro01 {
    padding: 3.75rem 0 1.5rem;
  }

  .p-top-intro01__logo {
    width: 9.38rem;
  }

  .p-top-intro01__content {
    max-width: none;
    padding: 2rem 0 0;
  }

  .p-top-intro01__line {
    width: calc(100vw - 1rem);
    top: 3.75rem;
  }

  .p-top-intro01__line::after {
    content: none;
  }
}

.p-top-intro02 {
  position: relative;
  padding: 2.5rem 0 15rem;
  margin: 0 0 5rem;
  overflow: visible;
}

.p-top-intro02 .l-container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .p-top-intro02 .l-container {
    padding-right: 0;
  }
}

.p-top-intro02__line.-align_right {
  top: initial;
  bottom: 0;
  right: 0;
  max-width: initial;
  width: 91.67vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-top-intro02__line.-align_right::after {
  content: "";
  position: absolute;
  bottom: -0.94rem;
  right: 8.33vw;
  display: inline-block;
  width: 2px;
  height: 8.88rem;
  background-color: #333333;
}

.p-top-intro02__line.-align_right .c-line__square-wrap {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  margin-bottom: -3px;
}

.p-top-intro02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

.p-top-intro02__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: -6.25vw;
  padding: 0 1rem 1rem 0;
}

.p-top-intro02__img {
  position: relative;
  z-index: 0;
  width: 39.58vw;
  height: 39.58vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-intro02__img-frame {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  border: 4px solid #ff6e2b;
  pointer-events: none;
}

.p-top-intro02__img-frame::after {
  content: "";
  position: absolute;
  right: -0.75rem;
  bottom: -0.75rem;
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: #ff6e2b;
}

.p-top-intro02__img picture,
.p-top-intro02__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-top-intro02__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  max-width: 30rem;
}

.p-top-intro02__catch {
  margin: 0 0 0.8em;
}

.p-top-intro02__catch img {
  display: block;
  width: 100%;
  height: auto;
}

.p-top-intro02 .c-sentence {
  font-size: 1rem;
  line-height: 1.9;
}

.p-top-intro02 .c-sentence+.c-sentence {
  margin-top: 1.25em;
}

@media screen and (max-width: 1280px) {
  .p-top-intro02 .l-container {
    padding-right: 1.88rem;
  }

  .p-top-intro02__media {
    margin-left: 0;
  }

  .p-top-intro02__line.-align_right {
    width: calc(100vw - 1.88rem);
  }

  .p-top-intro02__line.-align_right::after {
    right: 1.88rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-intro02__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2.5rem 0;
  }

  .p-top-intro02__media {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    max-width: calc(100% - 1rem);
    margin-left: 0;
    padding: 0 1rem 1rem 0;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .p-top-intro02__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }

  .p-top-intro02__content {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-intro02 {
    padding: 1.5rem 0 3.75rem;
    margin: 0 0 3.75rem;
  }

  .p-top-intro02 .l-container {
    padding-right: 1rem;
  }

  .p-top-intro02__body {
    gap: 1.75rem 0;
  }

  .p-top-intro02__media {
    max-width: calc(100% - 1rem);
    padding: 0 1rem 1rem 0;
  }

  .p-top-intro02__img-frame {
    border-width: 2px;
  }

  .p-top-intro02__img-frame::after {
    width: 1rem;
    right: -0.5rem;
    bottom: -0.5rem;
  }

  .p-top-intro02__line.-align_right {
    width: calc(100vw - 1rem);
  }

  .p-top-intro02__line.-align_right::after {
    content: none;
  }
}

.p-top-gallery {
  position: relative;
  z-index: 0;
  padding: 0 0 5rem;
  background-color: rgba(var(--primary-color-rgb), 0.05);
  margin: 0 0 7.5rem;
}

.p-top-gallery__bg {
  position: relative;
  z-index: -1;
  width: 100vw;
  height: 20rem;
  background: url(assets/img/top/gallery_bg.webp) repeat-x 0 0 / auto 100%;
  -webkit-animation: gallery_bg_loop 100s linear infinite;
  animation: gallery_bg_loop 100s linear infinite;
}

.p-top-gallery__typo {
  position: relative;
  z-index: 0;
  width: 100vw;
  height: 15rem;
  background: url(assets/img/top/gallery_typo.webp) repeat-x 0 0 / auto 100%;
  -webkit-animation: gallery_typo_loop 200s linear infinite;
  animation: gallery_typo_loop 200s linear infinite;
  margin: -7.5rem 0 0;
}

@-webkit-keyframes gallery_bg_loop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 150rem 0;
  }
}

@keyframes gallery_bg_loop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 150rem 0;
  }
}

@-webkit-keyframes gallery_typo_loop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -331.5rem 0;
  }
}

@keyframes gallery_typo_loop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -331.5rem 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top-gallery {
    padding: 0 0 2.5rem;
    margin: 0 0 3.75rem;
  }

  .p-top-gallery__bg {
    height: 11.88rem;
  }

  .p-top-gallery__typo {
    height: 6rem;
    margin: -3.75rem 0 0;
  }

  @-webkit-keyframes gallery_bg_loop {
    from {
      background-position: 0 0;
    }

    to {
      background-position: 90rem 0;
    }
  }

  @keyframes gallery_bg_loop {
    from {
      background-position: 0 0;
    }

    to {
      background-position: 90rem 0;
    }
  }

  @-webkit-keyframes gallery_typo_loop {
    from {
      background-position: 0 0;
    }

    to {
      background-position: -198.88rem 0;
    }
  }

  @keyframes gallery_typo_loop {
    from {
      background-position: 0 0;
    }

    to {
      background-position: -198.88rem 0;
    }
  }
}

.p-top-about {
  position: relative;
  z-index: 0;
  padding: 12.5rem 0;
  margin: 0 auto 10rem 0;
}

.p-top-about__frame {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8.33vw;
  width: calc(100% + 4px);
  height: 100%;
  border: 4px solid #ff6e2b;
}

.p-top-about__frame::before,
.p-top-about__frame::after {
  content: "";
  position: absolute;
  left: -0.75rem;
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: #ff6e2b;
}

.p-top-about__frame::before {
  top: -0.75rem;
}

.p-top-about__frame::after {
  bottom: -0.75rem;
}

.p-top-about__body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7rem 9.38vw;
}

.p-top-about__catch {
  font-size: 2rem;
  font-weight: 500;
  margin: 3.75rem 0 2.5rem;
}

.p-top-about__img {
  width: 50vw;
  margin: 0 0 0 -14.58vw;
}

@media screen and (max-width: 1440px) {
  .p-top-about__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-top-about__img {
    width: 100%;
    margin: 0 1rem 0 0;
  }
}

@media screen and (max-width: 1280px) {
  .p-top-about__container {
    padding-left: 3.75rem;
  }

  .p-top-about__frame {
    left: 1.88rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 3.75rem 0;
    margin: 0 0 3.75rem;
  }

  .p-top-about__container {
    padding-left: 3rem;
  }

  .p-top-about__frame {
    width: calc(100% + 2px);
    left: 1rem;
    border-width: 2px;
  }

  .p-top-about__frame::before,
  .p-top-about__frame::after {
    width: 1rem;
    left: -0.5rem;
  }

  .p-top-about__frame::before {
    top: -0.5rem;
  }

  .p-top-about__frame::after {
    bottom: -0.5rem;
  }

  .p-top-about__body {
    gap: 2.5rem 0;
  }

  .p-top-about__catch {
    font-size: 1.38rem;
    margin: 2.5rem 0 1.25rem;
  }
}

.p-top-message {
  position: relative;
  z-index: 0;
  overflow: visible;
  margin-bottom: 24px;
}

.p-top-message__bg {
  position: absolute;
  z-index: 0;
  top: 12rem;
  left: 0;
  width: 100%;
  height: calc(100% - 12rem);
  background: url(assets/img/top/message_bg.webp?250811) no-repeat center right/cover;
}

.p-top-message__bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  display: block;
  width: 27.08vw;
  height: 100%;
  background-color: var(--primary-color);
  mix-blend-mode: color-burn;
}

.p-top-message__logo {
  position: absolute;
  top: 13.88rem;
  right: 1.88rem;
  width: 4.13rem;
  aspect-ratio: 66/40;
}

.p-top-message__body {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 0 0 6.25vw;
}

.p-top-message__content {
  padding: 0 0 6.25rem;
}

.p-top-message__catch {
  font-size: 2rem;
  margin: 3.75rem 0 1rem;
}

.p-top-message__media {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.31vw;
}

.p-top-message__img {
  position: relative;
  z-index: -1;
  width: 90%;
}

.p-top-message__profile {
  position: absolute;
  z-index: 0;
  right: 1.88rem;
  bottom: 7.5rem;
  color: #fff;
  font-weight: 700;
}

.p-top-message__position {
  display: block;
  font-size: 0.88rem;
}

.p-top-message__name {
  display: block;
  font-size: 1.25rem;
}

@media screen and (max-width: 1440px) {
  .p-top-message {
    padding: 0 0 7.5rem;
  }

  .p-top-message__bg {
    height: 613px;
  }

  .p-top-message__bg::before {
    width: 47vw;
    height: 100%;
  }

  .p-top-message__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-top-message__content {
    padding: 0;
  }

  .p-top-message__media {
    max-width: 580px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-message {
    padding: 0 0 3.75rem;
    margin: 0 0 3.75rem;
  }

  .p-top-message__logo {
    width: 2.5rem;
    top: 13rem;
    right: 1rem;
  }

  .p-top-message__bg {
    height: calc(100% - 40.15rem);
  }

  .p-top-message__bg::before {
    width: 50vw;
  }

  .p-top-message__body {
    gap: 4rem 0;
    padding: 0;
  }

  .p-top-message__position {
    font-size: 0.75rem;
  }

  .p-top-message__name {
    font-size: 0.88rem;
  }

  .p-top-message__catch {
    font-size: 1.38rem;
    margin: 2.5rem 0 1.25rem;
  }
}

.p-top-voice {
  margin: 0 0 10rem;
}

@media screen and (max-width: 498px) {
  .p-top-message__bg {
    height: calc(100% - 41.95rem);
  }
}

@media screen and (max-width: 347px) {
  .p-top-message__bg {
    height: calc(100% - 43.75rem);
  }

  .p-top-message__profile {
    right: 0;
    bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-voice {
    margin: 0 0 7.5rem;
  }
}

.p-top-link {
  margin: 0 0 10.63rem;
}

.p-top-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-top-link__item {
  position: relative;
  z-index: 0;
  width: calc((100% - 3rem) / 4);
  aspect-ratio: 390/558;
  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.5rem 0;
  color: #fff;
  padding: 1.5rem;
}

.p-top-link__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.7;
}

.p-top-link__img {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-link__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family:
    "Noto Serif TC",
    serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-top-link__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem 1.5rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid #fff;
}

.p-top-link__desc {
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.p-top-link__chevron {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 3.5rem;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 1440px) {
  .p-top-link__item {
    width: calc(50% - 0.5rem);
  }
}

@media screen and (max-width: 768px) {
  .p-top-link {
    margin: 0 0 3.75rem;
  }

  .p-top-link__list {
    gap: 0.5rem;
    margin-right: -0.5rem;
  }

  .p-top-link__item {
    gap: 1rem 0;
    padding: 0.75rem;
  }

  .p-top-link__title {
    font-size: 1.13rem;
  }

  .p-top-link__footer {
    gap: 0.5rem;
    padding-top: 0.75rem;
  }

  .p-top-link__desc {
    font-size: 0.75rem;
    -webkit-line-clamp: 3;
  }

  .p-top-link__chevron {
    height: 1.25rem;
  }
}

.p-top-salary {
  position: relative;
  z-index: 0;
  padding: 12.5rem 0;
}

.p-top-salary__frame {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 8.33vw;
  width: calc(100% + 4px);
  height: 100%;
  border: 4px solid #ff6e2b;
}

.p-top-salary__frame::before,
.p-top-salary__frame::after {
  content: "";
  position: absolute;
  right: -1rem;
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background-color: #ff6e2b;
}

.p-top-salary__frame::before {
  top: -1rem;
}

.p-top-salary__frame::after {
  bottom: -1rem;
}

.p-top-salary__body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.75rem 4.17vw;
}

.p-top-salary__img {
  width: 50vw;
  margin: 0 -14.58vw 0 0;
}

.p-top-salary__catch {
  font-size: 2rem;
  font-weight: 500;
  margin: 3.75rem 0 2.5rem;
}

@media screen and (max-width: 1440px) {
  .p-top-salary__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-top-salary__img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1280px) {
  .p-top-salary__container {
    padding-right: 3.75rem;
  }

  .p-top-salary__frame {
    right: 1.88rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-salary {
    padding: 3.75rem 0;
  }

  .p-top-salary__container {
    padding-right: 3rem;
  }

  .p-top-salary__frame {
    width: calc(100% + 2px);
    right: 1rem;
    border-width: 2px;
  }

  .p-top-salary__frame::before,
  .p-top-salary__frame::after {
    width: 1rem;
    right: -0.5rem;
  }

  .p-top-salary__frame::before {
    top: -0.5rem;
  }

  .p-top-salary__frame::after {
    bottom: -0.5rem;
  }

  .p-top-salary__body {
    margin-left: 1rem;
  }

  .p-top-salary__catch {
    font-size: 1.38rem;
    margin: 2.5rem 0 1.25rem;
  }
}

.p-page-mv {
  position: relative;
  z-index: 0;
  padding: 8rem 0 6rem;
}

.p-page-mv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  opacity: 0.15;
}

@media screen and (max-width: 768px) {
  .p-page-mv {
    padding: 9.38rem 0 3.75rem;
  }
}

.p-page-2col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-page-2col__sidebar {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27.08vw;
  padding: 11.25rem 7.5rem 11.25rem 3.75rem;
  margin-bottom: -1rem;
}

.p-page-2col__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1280px) {
  .p-page-2col__sidebar {
    padding: 11.25rem 1.88rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-page-2col__sidebar {
    display: none;
  }

  .p-page-2col__main {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}

.p-page-toc {
  position: sticky;
  z-index: 10;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  counter-reset: number 0;
  padding: 7.5rem 0 0;
}

.p-page-toc__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.p-page-toc__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 0.5rem 0;
}

.p-shop .p-page-toc__item-link {
  display: none;
}

.p-page-toc__item-link::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Poppins", sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.p-page-toc__item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  opacity: 0;
}

.p-page-toc__item-link.is-active::before {
  color: var(--primary-color);
}

.p-page-toc__item-link.is-active::after {
  opacity: 1;
}

.p-page-spNav {
  display: none;
  position: relative;
  z-index: 1;
  padding: 0 3.75rem;
  margin-bottom: 8rem;
}

.p-page-spNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.p-page-spNav__item {
  width: calc(100% / 2);
  padding-block: 0.5rem;
}

.p-page-spNav__item a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .p-page-spNav {
    display: block;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-page-spNav {
    margin-bottom: 4rem;
  }
}

.p-page-sec {
  position: relative;
  background-color: #fff;
  padding: 7.5rem 0;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}

.p-page-sec__line {
  width: calc(100% - 5.21vw);
  left: 0;
  top: 7.5rem;
}

.p-page-sec__line.-align_right {
  right: 0;
}

.p-page-sec__container {
  padding: 0 14vw 0 10vw;
}

.p-page-sec__img {
  position: relative;
  z-index: 0;
  width: calc(100% + 14vw) !important;
  margin: 0 -14vw 0 0;
}

.p-page-sec__img.-with_frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2.5rem;
  left: -2.5rem;
  width: 100%;
  height: 100%;
  border: 0.38rem solid var(--primary-color);
}

.p-page-sec__img.-with_bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2.5rem;
  left: -2.5rem;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
}

.p-page-sec__media-object {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -14.58vw 0 0;
}

.p-page-sec__media-object.-reverse {
  margin: 0 -6.25vw 0 -12.5vw;
}

@media screen and (max-width: 1440px) {
  .p-page-sec__media-object {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1280px) {
  .p-page-sec__container {
    padding: 0 3.75rem 0 3.75rem;
  }

  .p-page-sec__line {
    width: calc(100% - 3.75rem);
  }
}

@media screen and (max-width: 768px) {
  .p-page-sec {
    padding: 3.75rem 0;
  }

  .p-page-sec__container {
    padding: 0 1rem;
  }

  .p-page-sec__line {
    top: 3.75rem;
    width: calc(100% - 1rem);
  }

  .p-page-sec__img {
    width: 100% !important;
    margin: 0 -0.94rem 0 0;
  }

  .p-page-sec__img.-with_frame::before {
    top: 0.5rem;
    left: -0.5rem;
    border: 2px solid var(--primary-color);
  }

  .p-page-sec__img.-with_bg::before {
    content: "";
    top: 0.5rem;
    left: -0.5rem;
  }
}

.p-message-mv {
  position: relative;
  z-index: 0;
  min-height: 75.78vw;
  background: url(assets/img/message/mv_bg.webp) no-repeat bottom right/cover;
  padding: 10rem 0 7.5rem;
}

.p-message-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(630px + 14.58vw);
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#ffffff),
      to(rgba(255, 254, 252, 0)));
  background: linear-gradient(90deg, #ffffff, rgba(255, 254, 252, 0));
}

.p-message-mv__header {
  margin-bottom: 3.5rem;
}

.p-message-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem 0;
}

.p-message-mv__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 630px;
}

.p-message-mv__catch {
  margin: 0 0 2.5rem;
}

.p-message-mv__desc {
  letter-spacing: 0.1em;
}

.p-message-mv__right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-message-mv__profile {
  position: absolute;
  bottom: 84%;
  right: 3.13vw;
  font-weight: 700;
}

.p-message-mv__position {
  display: block;
  font-size: 0.88rem;
}

.p-message-mv__name {
  font-size: 1.25rem;
}

.p-message-mv__img {
  display: none;
}

@media screen and (max-width: 1440px) {
  .p-message-mv {
    background-position: bottom right -13.89vw;
  }

  .p-message-mv__profile {
    right: -4.17vw;
  }
}

@media screen and (max-width: 1280px) {
  .p-message-mv__profile {
    right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-message-mv__body {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-message-mv {
    background: none;
    padding: 9.38rem 0 3.75rem;
  }

  .p-message-mv::before {
    content: none;
  }

  .p-message-mv__body {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-message-mv__img {
    display: block;
  }

  .p-message-mv__left {
    max-width: initial;
    width: 100%;
  }

  .p-message-mv__profile {
    position: initial;
    text-align: right;
    margin: 8px 0 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 16px);
  }

  .p-message-mv__position {
    font-size: inherit;
  }

  .p-message-mv__name {
    font-size: inherit;
  }
}

@media screen and (max-width: 768px) {
  .p-message-mv__header {
    margin-bottom: 2.5rem;
  }

  .p-message-mv__catch {
    margin: 0 0 2.5rem;
  }
}

.p-message-company {
  padding: 12.5rem 0 10rem;
}

.p-message-company__inner {
  position: relative;
}

.p-message-company__typo {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 6.25rem;
  color: #333333;
  text-stroke: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0.05;
}

.p-message-company__logo {
  width: 100%;
  max-width: 15rem;
  aspect-ratio: 240/163;
  margin: 0 auto 6.25rem;
}

.p-message-company__desc {
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-message-company {
    padding: 3.75rem 0;
  }

  .p-message-company__logo {
    width: 9.06rem;
    margin: 0 auto 2.5rem;
  }

  .p-message-company__typo {
    left: -1.88rem;
  }
}

.p-message-growth {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#ff6e2b),
      to(#e53d30));
  background: linear-gradient(90deg, #ff6e2b, #e53d30);
  padding: 10rem 0;
}

.p-message-growth__typo {
  position: absolute;
  top: -1rem;
  right: -1rem;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-message-growth__body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-message-growth__catch {
  margin: 0 0 3.13rem;
}

@media screen and (max-width: 768px) {
  .p-message-growth {
    padding: 3.75rem 0;
  }

  .p-message-growth__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .p-message-growth__catch {
    margin: 0 0 2.5rem;
  }

  .p-message-growth__typo {
    top: -0.5rem;
  }
}

.p-message-main__sidebar {
  background-color: rgba(255, 110, 43, 0.05);
}

.p-message-interview {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-message-interview__question {
  position: relative;
  color: var(--primary-color);
  font-weight: 700;
  padding: 0 0 0 2.25rem;
  margin: 0 0 0.5rem;
}

.p-message-interview__question::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background-color: var(--primary-color);
}

.p-message-interview__question:not(:first-of-type) {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-message-interview__question {
    padding: 0 0 0 1rem;
  }

  .p-message-interview__question::before {
    width: 0.75rem;
  }
}

.p-training-mv {
  background-color: rgba(var(--primary-color-rgb), 0.05);
}

.p-training-intro {
  padding: 7.5rem 0;
}

.p-training-intro__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 0 2rem;
}

.p-training-intro__desc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-training-intro {
    padding: 3.75rem 0;
  }

  .p-training-intro__heading {
    margin: 0 0 1.25rem;
  }

  .p-training-intro__desc {
    text-align: left;
  }
}

.p-training-main {
  position: relative;
  z-index: 0;
  padding: 15rem 0 0;
  margin: 0 0 12.5rem;
}

.p-training-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 57%;
  background: url(assets/img/training/main_bg.webp) no-repeat center center/cover;
  opacity: 0.1;
}

.p-training-main__header {
  margin: 0 0 6.25rem;
}

@media screen and (max-width: 768px) {
  .p-training-main {
    padding: 3.75rem 0 0;
    margin: 0 0 7.5rem;
  }

  .p-training-main::before {
    height: 80%;
  }

  .p-training-main__header {
    margin: 0 0 2.5rem;
  }
}

.p-training-flow {
  position: relative;
  margin: 0 0 12.5rem;
}

.p-training-flow__body {
  gap: 3.75rem 10.42vw;
}

.p-training-flow__img {
  width: 37.5vw;
  margin: -3rem 0 0 -14.58vw;
  height: fit-content;
}

.p-training-flow.-reverse .p-training-flow__img {
  margin: -3rem -14.58vw 0 0;
}

@media screen and (max-width: 1440px) {
  .p-training-flow__img {
    width: 100%;
    max-width: fit-content;
    margin: 0;
  }

  .p-training-flow.-reverse .p-training-flow__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-training-flow.-reverse .p-training-flow__img {
    margin: 0;
  }
}

.p-training-flow .c-btn__wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

@media screen and (max-width: 768px) {
  .p-training-flow__body {
    gap: 2.5rem 0;
  }

  .p-training-flow:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }

  .p-training-flow .c-btn__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-training-jobs {
  position: relative;
  z-index: 0;
  padding: 10rem 0;
}

.p-training-jobs::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 8.33vw);
  height: 100%;
  background-color: #fff;
}

.p-training-jobs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.75rem 6.25vw;
}

.p-training-jobs__left {
  width: 28.75rem;
}

.p-training-jobs__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-top: 0.25rem solid #333333;
}

.p-training-jobs__right::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  display: inline-block;
  width: 5.5rem;
  height: 0.25rem;
  background-color: var(--primary-color);
}

.p-training-jobs__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.88rem 3rem 1.88rem 1.88rem;
  border-bottom: 0.25rem solid #333333;
}

.p-training-jobs__link::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  display: inline-block;
  width: 5.5rem;
  height: 0.25rem;
  background-color: var(--primary-color);
}

.p-training-jobs__title {
  margin: 0;
}

.p-training-jobs__title .c-heading__main-title {
  font-family: "Poppins", sans-serif;
}

.p-training-jobs__chevron {
  height: 2.13rem;
  aspect-ratio: 1/1;
  color: #333333;
}

@media screen and (max-width: 1440px) {
  .p-training-jobs__body {
    padding-left: 0;
  }

  .p-training-jobs__link {
    padding: 1.88rem 0;
  }
}

@media screen and (max-width: 1280px) {
  .p-training-jobs::before {
    width: calc(100% - 1.88rem);
  }
}

@media screen and (max-width: 1024px) {
  .p-training-jobs::before {
    width: 100%;
  }

  .p-training-jobs__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.88rem;
  }

  .p-training-jobs__left {
    width: 100%;
  }

  .p-training-jobs__right {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-training-jobs {
    padding: 3.75rem 0;
  }

  .p-training-jobs__body {
    gap: 2.5rem 0;
    padding: 0 1rem;
  }

  .p-training-jobs__link {
    padding: 0.63rem 1.25rem;
  }
}

.p-training-faq {
  padding: 10rem 0;
}

.p-training-faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.75rem 12.5vw;
  padding: 0 0 0 6.25vw;
}

.p-training-faq__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .p-training-faq__body {
    padding: 0;
    gap: 3.75rem 3.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-training-faq__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-training-faq {
    padding: 3.75rem 0;
    margin: 0 0 3.75rem;
  }

  .p-training-faq__body {
    gap: 2.5rem 0;
  }
}

.p-training-recruit__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 6.25rem;
}

.p-training-recruit__body {
  position: relative;
  padding-bottom: 8.44rem;
  margin-bottom: 7.5rem;
}

.p-training-recruit__body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 18.13rem);
  background-color: var(--primary-color);
  opacity: 0.05;
  z-index: -1;
}

.p-training-recruit__body .c-square-list,
.p-training-recruit__body .c-dot-list {
  margin: 2rem 0;
}

.p-training-recruit__body .c-twotone-heading {
  margin: 4.06rem 0 2rem;
}

.p-training-recruit__img {
  position: relative;
  margin: 0 0 7.5rem;
}

.p-training-recruit__img::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.25rem solid var(--primary-color);
}

.p-training-recruit__separator {
  border-bottom: 0.25rem dotted #333333;
  margin: 5rem 0;
}

.p-training-recruit__block:not(:last-of-type) {
  padding-bottom: 10rem;
}

@media screen and (max-width: 1024px) {
  .p-training-recruit__body {
    padding: 0 3.75rem 3.75rem;
    margin: 0 0 7.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-training-recruit__header {
    margin: 0 0 2.5rem;
  }

  .p-training-recruit__body {
    padding: 0 1rem 3.75rem;
    margin: 0 0 3.75rem;
  }

  .p-training-recruit__body::before {
    height: calc(100% - 3.75rem);
  }

  .p-training-recruit__body .c-square-list,
  .p-training-recruit__body .c-dot-list {
    margin: 1.25rem 0;
  }

  .p-training-recruit__body .c-twotone-heading {
    margin: 2.5rem 0 1.25rem;
  }

  .p-training-recruit__img {
    margin: 0 0 2.5rem;
  }

  .p-training-recruit__img::before {
    top: 0.5rem;
    left: 0.5rem;
    border-width: 2px;
  }

  .p-training-recruit__separator {
    border-bottom-width: 2px;
    margin: 2.5rem 0;
  }

  .p-training-recruit__block:not(:last-of-type) {
    padding-bottom: 3.75rem;
  }
}

.p-training-recruit__catch {
  max-width: fit-content;
  margin-bottom: 2rem;
}


.lb-outerContainer {
  height: auto !important;
  max-height: none !important;
}

.p-about-about {
  position: relative;
}

.p-about-about__logo {
  position: absolute;
  top: 1.88rem;
  right: 3.75rem;
  width: 21.25rem;
  aspect-ratio: 340/203;
}

.p-about-about01 {
  padding-bottom: 8rem;
}

.p-about-about01__img {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-about-about01 {
    padding-bottom: 3.75rem;
  }

  .p-about-about01__img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .p-about-about__logo {
    right: 1rem;
    top: 1rem;
    width: 50vw;
  }
}

.p-about-feature {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 10rem 0 11.25rem;
  margin: -7.5rem 8.33vw 7.5rem 0;
}

.p-about-feature::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -27.08vw;
  display: block;
  width: calc(100% + 27.08vw);
  height: 100%;
  background: url(assets/img/about/feature_bg.webp) no-repeat center left/cover;
}

.p-about-feature__container {
  padding: 0 6.25vw 0 0;
}

.p-about-feature__typo {
  position: absolute;
  top: 10rem;
  left: -28.13vw;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-about-feature__header {
  letter-spacing: -0.05em;
  margin: 0 0 3.75rem;
}

.p-about-feature__company-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.25rem;
  font-family:
    "Noto Serif TC",
    serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.p-about-feature__company-name::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  width: 16.75rem;
  height: 1px;
  background-color: #fff;
}

.p-about-feature__heading {
  display: block;
  font-family:
    "Noto Serif TC",
    serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 0 2.88rem;
}

.p-about-feature__heading .-lg {
  font-size: 2em;
}

.p-about-feature__item {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
}

.p-about-feature__item:not(:last-of-type) {
  margin-bottom: 2rem;
}

.p-about-feature__item:nth-of-type(2) {
  margin-left: 5.21vw;
}

.p-about-feature__item:nth-of-type(3) {
  margin-left: 10.42vw;
}

.p-about-feature__ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13.5rem;
  aspect-ratio: 1/1;
  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;
  border-radius: 50%;
  border: 2px solid #fff;
}

.p-about-feature__ico img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-about-feature__num {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.p-about-feature__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

@media screen and (max-width: 1280px) {
  .p-about-feature {
    margin: -7.5rem 1.88rem 7.5rem 0;
  }

  .p-about-feature::before {
    width: 100vw;
  }

  .p-about-feature__container {
    padding: 0 1.88rem 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-about-feature {
    margin: 0;
  }

  .p-about-feature::before {
    left: 0;
  }

  .p-about-feature__container {
    padding: 0 3.75rem;
  }

  .p-about-feature__typo {
    top: -2vw;
    left: -2vw;
    font-size: 25vw;
  }
}

@media screen and (max-width: 768px) {
  .p-about-feature {
    padding: 3.75rem 0;
  }

  .p-about-feature__container {
    padding: 0 1rem;
  }

  .p-about-feature__company-name {
    font-size: 1.25rem;
  }

  .p-about-feature__heading {
    font-size: 2.25rem;
    padding: 0;
  }

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

  .p-about-feature__item:nth-of-type(2) {
    margin-left: 0;
  }

  .p-about-feature__item:nth-of-type(3) {
    margin-left: 0;
  }

  .p-about-feature__ico {
    width: 8.13rem;
  }

  .p-about-feature__num {
    font-size: 0.88rem;
  }

  .p-about-feature__title {
    font-size: 1.13rem;
  }
}

.p-about-about02 {
  padding-bottom: 0;
  margin: 0 0 12.5rem;
}

.p-about-about02__img {
  margin-top: 5rem;
}

.p-about-about02__img img {
  margin-bottom: -5rem;
}

@media screen and (max-width: 768px) {
  .p-about-about02 {
    margin: 0 0 7.5rem;
  }

  .p-about-about02__img {
    margin-top: 2.5rem;
  }

  .p-about-about02__img img {
    margin-bottom: -2.5rem;
  }
}

.p-about-about03 {
  position: relative;
  z-index: 1;
  padding-bottom: 13.13rem;
  margin: 0 0 -13.13rem;
}

.p-about-about03__typo {
  position: absolute;
  bottom: -1rem;
  left: -2rem;
  color: var(--primary-color);
  text-stroke: none;
  opacity: 1;
  white-space: nowrap;
  font-size: 10vw;
}

@media screen and (max-width: 1024px) {
  .p-about-about03__typo {
    left: 0;
    font-size: 13vw;
  }
}

@media screen and (max-width: 768px) {
  .p-about-about03 {
    padding-bottom: 6.25rem;
    margin: 0 0 -3.75rem;
  }
}

@media screen and (max-width: 480px) {
  .p-about-about03 {
    padding-bottom: 3.75rem;
  }
}

.p-about-history {
  position: relative;
  z-index: 0;
  padding: 13.13rem 0 10rem;
}

.p-about-history::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -27.08vw;
  display: block;
  width: calc(100% + 27.08vw);
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.03;
}

.p-about-history__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-about-history__block:not(:last-of-type) .p-about-history__content {
  padding-bottom: 6rem;
}

.p-about-history__block:first-of-type .p-about-history__year {
  padding-top: 6rem;
}

.p-about-history__block:first-of-type .p-about-history__content {
  padding-top: 6rem;
}

.p-about-history__year {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 9.38rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  margin: -0.25em 0 0;
}

.p-about-history__content {
  position: relative;
}

.p-about-history__content::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333333;
}

.p-about-history__item {
  position: relative;
  padding: 0 0 0 2.5rem;
}

.p-about-history__item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.p-about-history__item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -0.25rem;
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.p-about-history__item::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -1px;
  display: inline-block;
  width: 1.5rem;
  height: 2px;
  background-color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .p-about-history {
    padding: 3.75rem 0;
  }

  .p-about-history__block:not(:last-of-type) .p-about-history__content {
    padding-bottom: 2.5rem;
  }

  .p-about-history__block:first-of-type .p-about-history__year {
    padding-top: 3.75rem;
  }

  .p-about-history__block:first-of-type .p-about-history__content {
    padding-top: 3.75rem;
  }

  .p-about-history__year {
    width: 5.63rem;
    font-size: 1.5rem;
    margin: 0;
  }

  .p-about-history__item {
    font-size: 0.88rem;
  }

  .p-about-history__item:not(:last-of-type) {
    margin-bottom: 0.88rem;
  }
}

.p-about-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: -5rem 0 7.5rem;
}

@media screen and (max-width: 768px) {
  .p-about-gallery {
    margin: 0 0 3.75rem;
    gap: 0.3rem;
  }

  .p-about-gallery--column {
    grid-template-columns: 1fr;
  }
}

.p-about-about04 {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}

.p-about-about04__table th {
  position: relative;
  width: 36%;
  font-weight: 400;
  border-bottom-color: #cccccc;
  padding-right: 1rem;
}

.p-about-about04__table th::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  width: 1.5rem;
  height: 2px;
  background-color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .p-about-about04 {
    padding-bottom: 3.75rem;
  }
}

.p-about-access {
  position: relative;
  z-index: 0;
  background-color: #fff;
  margin: 0 0 12rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
}

.p-about-access__map {
  position: relative;
  aspect-ratio: 1400/647;
  background-color: #e4e4e4;
}

.p-about-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-about-access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-about-access__title {
  margin: 0 0 1em;
}

.p-about-access__btn {
  min-width: initial;
  width: 100%;
  max-width: 16.25rem;
  padding: 0 2rem;
  gap: 0.5em;
}

.p-about-access__btn-ico {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
}

.p-about-access__btn-ico::before,
.p-about-access__btn-ico::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  background-color: #fff;
}

.p-about-access__btn-ico::before {
  left: 0;
  bottom: 0;
}

.p-about-access__btn-ico::after {
  right: 0;
  top: 0;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .p-about-access {
    margin: 0 0 3.75rem;
  }

  .p-about-access__map {
    aspect-ratio: 3/2;
  }

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

.p-about-shop {
  position: relative;
}

@media screen and (min-width: 1281px) {
  .p-about-shop.p-page-sec {
    padding-block: 5rem;
  }

  .p-about-shop .p-page-sec__container {
    padding: 0 14vw 0 5vw;
  }
}

.p-about-shop__heading {
  position: absolute;
  top: 0;
  left: -2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.5rem;
  aspect-ratio: 280/80;
}

.p-about-shop__block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem 3rem;
}

.p-about-shop__block:not(:last-of-type) {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #999999;
}

.p-about-shop__map {
  position: relative;
  width: 48%;
  aspect-ratio: 480/360;
  background-color: #e4e4e4;
}

.p-about-shop__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-about-shop__title,
.p-about-shop__address,
.p-about-shop__tel,
.p-about-shop__desc {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 1em;
}

.p-about-shop__title {
  font-weight: 600;
  font-size: 1.2rem;
}

.p-about-shop__title.-standby {
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #999999;
}

.p-about-shop__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.63rem;
}

.p-about-shop__gallery-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 140/120;
}

.p-about-shop__gallery-img:only-child {
  flex: 0 0 calc((100% - 1.26rem) / 3);
}

@media screen and (max-width: 1440px) {
  .p-about-shop__map {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .p-about-shop__heading {
    left: 3.75rem;
  }

  .p-about-shop__block {
    gap: 2.5rem 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about-shop__heading {
    width: 13rem;
    left: 1rem;
  }

  .p-about-shop__block {
    gap: 1rem;
  }
}

.p-about-mvv {
  position: relative;
  overflow: visible;
  margin-block: 10rem;
}

.p-about-mvv__content {
  display: grid;
  gap: 10rem;
}

.p-about-mvv__title {
  margin-bottom: 2.5rem;
  max-width: 40rem;
}

.p-about-mvv__title .head {
  position: relative;
  font-weight: bold;
  margin-bottom: 1rem;
}

.p-about-mvv__title .head .en {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  margin-right: 1rem;
}

.p-about-mvv__title .head .en::first-letter {
  color: var(--primary-color);
}

.p-about-mvv__title .line {
  height: 4px;
  background: #333333;
  position: relative;
  margin-left: 1.5rem;
  margin-right: calc(50% - 50vw);
  margin-bottom: 2rem;
}

.p-about-mvv__title .line>.dot:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
}

.p-about-mvv__title .line>.dot:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
}

.p-about-mvv__title .dot {
  display: block;
  width: 4px;
  height: 4px;
  background: #333333;
}

@media screen and (max-width: 1100px) {
  .p-about-mvv__content {
    gap: 8rem;
  }

  .p-about-mvv__title .head {
    font-size: 0.85rem;
  }

  .p-about-mvv__title .head .en {
    font-size: 2rem;
    margin-right: 0.5rem;
  }

  .p-about-mvv__title .head ::before {
    width: 2rem;
    height: 2rem;
    bottom: 1.5rem;
    left: -0.75rem;
  }

  .p-about-mvv__title .line {
    height: 2px;
    margin-left: 1rem;
  }

  .p-about-mvv__title .dot {
    width: 2px;
    height: 2px;
  }

  .p-about-mvv__title .line>.dot:first-child {
    left: -8px;
  }

  .p-about-mvv__title .line>.dot:last-child {
    left: -16px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-mvv {
    margin-block: 0 6rem;
  }

  .p-about-mvv__content {
    gap: 4rem;
  }
}

.p-about .p-page-toc__item-link.is-active::before {
  color: #333333;
}

.p-interview-mv {
  position: relative;
  z-index: 0;
  padding: 12.5rem 0 0;
}

.p-interview-mv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
}

.p-interview-mv__container {
  height: 100%;
}

.p-interview-mv__heading {
  font-size: clamp(1.25rem, 2.4vw, 3rem);
}

.p-interview-mv__body {
  height: 100%;
  display: grid;
  grid-template-areas: "content img-wrap" "profile img-wrap";
  grid-template-columns: 1fr 30.38rem;
  grid-template-rows: 1fr -webkit-min-content;
  grid-template-rows: 1fr min-content;
  gap: 5rem 0;
}

.p-interview-mv__content {
  grid-area: content;
  align-self: end;
  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: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem 0;
}

.p-interview-mv__img-wrap {
  grid-area: img-wrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.p-interview-mv__img {
  width: 61%;
}

.p-interview-mv__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-interview-mv__job {
  position: absolute;
  top: 8.75rem;
  right: 1.25rem;
  width: auto;
  height: 8.25rem;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.p-interview-mv__job.-wide {
  right: -5rem;
  top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-interview-mv {
    padding: 9.38rem 0 0;
  }

  .p-interview-mv__body {
    grid-template-areas: "content content" "profile img-wrap" ". img-wrap";
    grid-template-columns: 1fr 9.4rem;
    gap: 3.75rem 0;
  }

  .p-interview-mv__img {
    width: 100%;
    margin: -2.5rem 0 0;
  }

  .p-interview-mv__job {
    display: none;
  }
}

.p-interview-profile {
  grid-area: profile;
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 4rem 0;
  margin: 0 0 7.5rem;
}

.p-interview-profile::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -7.5rem;
  display: block;
  width: calc(100% + 30.38rem + 7.5rem + 23.75rem);
  height: 100%;
  background: linear-gradient(135deg, #f79e62, #fe5196);
}

.p-interview-profile--sales::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -7.5rem;
  display: block;
  width: calc(100% + 30.38rem + 7.5rem + 23.75rem);
  height: 100%;
  background: linear-gradient(135deg, #00c9ff, #92fe9d);
}

.p-interview-profile__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.p-interview-profile__heading::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #fff;
}

.p-interview-profile__info {
  padding: 0 0 0 6rem;
}

.p-interview-profile__name {
  font-size: 24px;
  margin-bottom: 0.5em;
}

.p-interview-profile__name span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-interview-profile {
    padding: 2.5rem 0;
    margin: 0 0 0 -1rem;
  }

  .p-interview-profile__heading {
    font-size: 1.5rem;
    gap: 0 0.5rem;
  }

  .p-interview-profile__heading::before {
    width: 1em;
    height: 1px;
  }

  .p-interview-profile__info {
    padding: 0 0 0 2rem;
  }
}

/*==================================================
  インタビュー リニューアル
==================================================*/
.p-interview-hero {
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(0, 0, 0, 0.05) 25%,
      transparent 25%,
      transparent 100%);
  padding-block: 200px 80px;
}

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

.p-interview-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85.42vw;
  background-image: linear-gradient();
  background-size: cover;
  background-position: center;
  clip-path: polygon(200px 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  margin-right: calc(50% - 50vw);
}

.p-interview-hero__body {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-interview-hero__content {
  display: grid;
  gap: 32px;
}

.p-interview-hero__head {
  line-height: 1.1;
  font-weight: bold;
}

.p-interview-hero__head-main {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
}

.p-interview-hero__head-sub {
  font-size: 16px;
}

.p-interview-hero__head-sub::before {
  content: "— ";
}

.p-interview-hero__catch {
  font-family: "Noto Serif TC",
    serif;
  font-size: clamp(24px, 2.4vw, 52px);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.p-interview-hero__text {
  background-color: #fff;
  font-weight: 400;
  padding: 2px 12px;
  line-height: 1.3;
  white-space: nowrap;
}

.p-interview-hero__profile {
  color: #fff;
  margin-left: 160px
}

.p-interview-hero__profile-head {
  display: inline-flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-weight: bold;
}

.p-interview-hero__name {
  font-size: 36px;
  line-height: 1;
}

.p-interview-hero__department {
  font-size: 16px;
  line-height: 1.2;
}

.p-interview-hero__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.p-interview-hero__img {
  position: relative;
  width: 360px;
  flex-shrink: 0;
  margin-top: -80px;
}

.p-interview-hero__img::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 80px;
  left: 0;
}

.p-interview-hero__listSp {
  display: none;
}

.p-interview-hero__breadcrumbs {
  margin-top: 32px;
  border-bottom: solid 1px #333333;
  text-align: right;
}

.p-interview-hero__breadcrumbs .c-breadcrumbs__list {
  justify-content: end;
  margin-bottom: 12px;
}

.p-interview-hero__breadcrumbs .c-breadcrumbs__item:first-of-type a::before {
  background-color: #333333;
}

/* 営業本部 */
.u-sales .p-interview-hero__bg {
  background-image: linear-gradient(45deg, var(--color-sales)),
    url('assets/img/interview/sales-bg.jpg');
}

/* 店舗開発本部 */
.u-development .p-interview-hero__bg {
  background-image: linear-gradient(45deg, var(--color-development)),
    url('assets/img/interview/sales-bg.jpg');
}

/* 経営管理本部 */
.u-corporate .p-interview-hero__bg {
  background-image: linear-gradient(45deg, var(--color-corporate)),
    url('assets/img/interview/sales-bg.jpg');
}

/* 人事本部 */
.u-recruit .p-interview-hero__bg {
  background-image: linear-gradient(45deg, var(--color-recruit)),
    url('assets/img/interview/sales-bg.jpg');
}

/* マーケティング部 */
.u-branding .p-interview-hero__bg {
  background-image: linear-gradient(45deg, var(--color-branding)),
    url('assets/img/interview/sales-bg.jpg');
}

/* 商品管理本部 */
.u-merchandise .p-interview-hero__bg {
  background-image: linear-gradient(45deg, var(--color-merchandise)),
    url('assets/img/interview/sales-bg.jpg');
}

.u-sales .p-interview-hero__img::after {
  background: url(assets/img/interview/sales_typo.svg) no-repeat center / contain;
  width: 188px;
  height: 133px;
  left: -144px;
}

.u-development .p-interview-hero__img::after {
  background: url(assets/img/interview/development_typo.svg) no-repeat center / contain;
  width: 407px;
  height: 133px;
  left: -167px;
}

.u-corporate .p-interview-hero__img::after {
  background: url(assets/img/interview/corporate_typo.svg) no-repeat center / contain;
  width: 289px;
  height: 133px;
  left: -155px;
}

.u-recruit .p-interview-hero__img::after {
  background: url(assets/img/interview/recruit_typo.svg) no-repeat center / contain;
  width: 216px;
  height: 133px;
  left: -150px;
}

.u-branding .p-interview-hero__img::after {
  background: url(assets/img/interview/branding_typo.svg) no-repeat center / contain;
  width: 267px;
  height: 133px;
  left: -152px;
}

.u-merchandise .p-interview-hero__img::after {
  background: url(assets/img/interview/merchandise_typo.svg) no-repeat center / contain;
  width: 297px;
  height: 133px;
  left: -167px;
}


@media screen and (max-width: 1280px) {
  .p-interview-hero__bg {
    width: 100vw;
    clip-path: unset;
  }

  .p-interview-hero__content {
    margin-top: 48px;
    margin-bottom: auto;
  }

  .p-interview-hero__head {
    color: #fff
  }

  .p-interview-hero__head-main {
    font-size: 28px;
  }

  .p-interview-hero__head-sub {
    font-size: 12px;
  }

  .p-interview-hero__profile {
    margin-left: 0;
  }

  .p-interview-hero__name {
    font-size: 24px;
  }

  .p-interview-hero__department {
    font-size: 14px;
  }

  .p-interview-hero__profile .p-interview-hero__list {
    font-size: 14px;
  }

  .p-interview-hero__img {
    width: 288px;
    margin-left: -32px;
  }

  .u-sales .p-interview-hero__img::after {
    width: 50%;
    left: -40%;
  }

  .u-development .p-interview-hero__img::after {
    width: 100%;
    left: -40%;
  }

  .u-corporate .p-interview-hero__img::after {
    width: 75%;
    left: -40%;
  }

  .u-recruit .p-interview-hero__img::after {
    width: 60%;
    left: -40%;
  }

  .u-branding .p-interview-hero__img::after {
    width: 70%;
    left: -40%;
  }

  .u-merchandise .p-interview-hero__img::after {
    width: 80%;
    left: -40%;
  }
}

@media screen and (max-width: 768px) {
  .p-interview-hero {
    padding-block: 180px 60px;
  }

  .p-interview-hero__catch {
    position: absolute;
    bottom: -16px;
    z-index: 1;
    gap: 6px;
  }

  .p-interview-hero__text {
    font-size: clamp(20px, 1vw + 16px, 24px);
    padding: 2px 8px;
  }

  .p-interview-hero__profile .p-interview-hero__list {
    display: none;
  }

  .p-interview-hero__profile-head {
    display: grid;
    gap: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: unset;
  }

  .p-interview-hero__department {
    order: -1;
  }

  .p-interview-hero__listSp {
    display: block;
    margin-top: 40px;
  }
}


.p-interview-question {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0 20.63rem;
}

.p-interview-question::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% - 8.33vw);
  height: 100%;
  background-color: #fff;
}

.p-interview-question__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.75rem 6.25vw;
  padding: 0 0 0 6.25vw;
}

.p-interview-question__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-interview-question__item {
  max-width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
}

.p-interview-question__item:not(:last-of-type) {
  margin-bottom: 5.38rem;
}

.p-interview-question__item:nth-of-type(2) {
  margin-left: 5.21vw;
}

.p-interview-question__item:nth-of-type(3) {
  margin-left: 10.42vw;
}

.p-interview-question__ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13.5rem;
  aspect-ratio: 1/1;
  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: 3.75rem;
  border-radius: 50%;
  border: 2px solid #fff;
}

.p-interview-question__ico img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-interview-question__num {
  position: relative;
  z-index: 0;
  font-family:
    "Noto Serif TC",
    serif;
  color: var(--primary-color);
  font-size: 6.25rem;
  font-weight: 500;
}

.p-interview-question__num::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0.7em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 1.6em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0.05;
}

.p-interview-question__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 1em;
}

.p-interview-question__desc {
  font-size: 1.08rem;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .p-interview-question::before {
    width: calc(100% - 1.88rem);
  }

  .p-interview-question__body {
    padding: 0 0 6.25vw 1.88rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-interview-question::before {
    width: calc(100% - 1.5rem);
  }

  .p-interview-question__container {
    padding-left: 3rem;
  }

  .p-interview-question__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-interview-question {
    padding: 3.75rem 0 8rem;
  }

  .p-interview-question__body {
    gap: 2.5rem 0;
  }

  .p-interview-question__item {
    -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;
  }

  .p-interview-question__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }

  .p-interview-question__item:nth-of-type(2) {
    margin-left: 0;
  }

  .p-interview-question__item:nth-of-type(3) {
    margin-left: 0;
  }

  .p-interview-question__num {
    font-size: 2.5rem;
  }

  .p-interview-question__title {
    font-size: 1.13rem;
    margin: 0 0 0.5em;
  }

  .p-interview-question__desc {
    font-size: 0.88rem;
  }
}

.p-interview-main {
  position: relative;
  z-index: 0;
}

.p-interview-main__sidebar {
  background-color: rgba(255, 110, 43, 0.05);
}

.p-interview-main__header {
  background: url(assets/img/interview/main-header_bg.webp?250811) repeat top left/116rem 19.5rem;
  border-right: 4rem solid var(--primary-color);
  padding: 5.31rem 8.33vw;
  margin: -11.25rem 0 0;
}

.p-interview-main__typo {
  color: #333333;
  opacity: 1;
  font-size: 6rem;
}

.p-interview-main__typo {
  color: #333333;
  opacity: 1;
  font-size: clamp(5rem, 11vw, 12.5rem);
}

@media screen and (max-width: 1280px) {
  .p-interview-main__header {
    padding: 5.31rem 1.88rem;
  }
}

@media screen and (max-width: 768px) {
  .p-interview-main__header {
    padding: 1.25rem 1rem;
    margin: -5.25rem 0 0;
    border-right-width: 0.63rem;
    background-size: cover;
  }
}

.p-interview-story {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-interview-challenge {
  background: url(assets/img/interview/challenge_bg.webp) no-repeat top center/101% 100%;
  background-size: cover;
}

.p-interview-challenge.-sales {
  background: url(assets/img/interview/challenge_bg-sales.webp) no-repeat top center/101% 100%;
  background-size: cover;
}

.p-interview-blank {
  height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-interview-blank {
    display: none;
  }
}

.c-card-nav {
  margin-top: 40px;
}

.c-card-nav__menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: clamp(16px, 3vw, 32px);
  padding: 48px min(5vw, 64px);
  background-color: rgba(var(--primary-color-rgb), 0.05);
  max-width: 1360px;
  font-size: clamp(16px, 1.2vw, 24px);
}

.c-card-nav__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 18px 32px;
  color: #333333;
  font-weight: bold;
  transition: opacity 0.2s ease;
}

.c-card-nav__item a:hover {
  opacity: 0.8;
}

.c-card-nav__item a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 12px;
  background: var(--primary-color) url(./assets/img/cmn/card-nav-icon-arrow.svg) no-repeat center / 12px 12px;
}

.c-card-nav__menu--flip .c-card-nav__item a::after {
  transform: scaleY(-1);
}

@media (max-width: 768px) {
  .c-card-nav__menu {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .c-card-nav__menu {
    grid-template-columns: 1fr;
  }
}

.c-card-feature {
  margin-block: 160px;
}

@media (max-width: 768px) {
  .c-card-feature {
    margin-block: 80px;
  }
}

.c-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 160px);
}

.c-card-list__item {
  position: relative;
  max-width: 720px;
  position: relative;
  border-left: solid 8px #333333;
  padding-left: 56px;
}

.c-card-list__bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.c-card-list__bg-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 80%;
  position: absolute;
  bottom: 0;
  left: -32px;
  opacity: 0.05;
}

#card-salary .c-card-list__bg-icon::after {
  background-image: url(assets/img/feature/icon_salary.svg);
}

#card-training .c-card-list__bg-icon::after {
  background-image: url(assets/img/feature/icon_training.svg);
}

#card-jobs .c-card-list__bg-icon::after {
  background-image: url(assets/img/feature/icon_jobs.svg);
}

#card-shop .c-card-list__bg-icon::after {
  background-image: url(assets/img/feature/icon_shop.svg);
}

#card-business-trip .c-card-list__bg-icon::after {
  background-image: url(assets/img/feature/icon_business-trip.svg);
}

.c-card-list__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}

.c-card-list__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: -64px;
  width: 8px;
  height: 100%;
  background-color: var(--primary-color);
}

.c-card-list__title {
  font-size: clamp(20px, 2vw, 36px);
  font-weight: bold;
  line-height: 1;
  display: grid;
  gap: 12px;
}

.c-card-list__title-sub {
  font-size: clamp(14px, 2vw, 18px);
  color: var(--primary-color);
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.c-card-list__icon {
  width: 62px;
  height: 62px;
  margin-right: 12px;
}

.c-card-list__icon img {
  object-fit: contain;
}

.c-card-list__desc {
  line-height: 1.8;
}

.c-card-list__main::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cccccc;
  margin-bottom: 32px;
}

.c-card-list__btn {
  margin-top: 32px;
  text-align: right;
}

@media (max-width: 1024px) {
  .c-card-list {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .c-card-list__item {
    border-left: solid 4px #333333;
    padding-left: 24px;
    margin-inline: auto;
  }

  .c-card-list__bg-icon::after {
    background-size: auto 60%;
    background-position: -16px center;
  }

  .c-card-list__head::before {
    left: -28px;
    width: 4px;
  }

  .c-card-list__icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .c-card-list__item {
    padding-left: 20px;
  }

  .c-card-list__head {
    padding: 8px 0;
  }

  .c-card-list__head::before {
    left: -24px;
  }

  .c-card-list__main::before {
    margin-bottom: 16px;
  }

  .c-card-list__btn {
    margin-top: 16px;
  }
}

.c-btn-split__link {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  transition: opacity 0.2s;
}

.c-btn-split__link:hover {
  opacity: 0.8;
}

.c-btn-split__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 40px;
  margin-right: 1px;
  min-width: 200px;
}

.c-btn-split__arrow {
  background-color: var(--primary-color);
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-btn-split__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.p-feature-mv {
  position: relative;
  padding: 4rem 0 0;
}

.p-feature-mv__img {
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 800/280;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-feature-mv {
    height: auto;
    padding: 8rem 0 0;
  }
}

.p-feature-breadcrumbs {
  margin-top: 40px;
}

.p-feature-intro {
  background: url(./assets/img/feature/p-feature-intro__bg.webp) no-repeat center / cover;
  padding-block: 160px;
}

.p-feature-intro__body {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 80px;
}

.p-feature-intro__media {
  flex-shrink: 0;
  width: 50vw;
  margin-right: -15vw;
}

.p-feature-intro__main {
  padding-bottom: 80px;
  border-bottom: solid 1px #333333;
  display: grid;
  gap: 40px;
}

.p-feature-intro__main-title {
  font-family:
    "Noto Serif TC",
    serif;
  font-size: clamp(24px, 8vw, 56px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-feature-intro__sub {
  display: grid;
  gap: 12px;
  margin-top: 40px;
}

.p-feature-intro__sub-title {
  border-radius: 100svh;
  background: var(--primary-color);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  padding: 4px 12px;
  color: #ffffff;
  width: fit-content;
}

.p-feature-intro__sub-description {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .p-feature-intro {
    padding-block: 80px;
  }

  .p-feature-intro__body {
    flex-direction: column;
  }

  .p-feature-intro__media {
    width: fit-content;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-feature-intro {
    padding-block: 40px;
  }

  .p-feature-intro__body {
    gap: 40px;
  }

  .p-feature-intro__main {
    padding-bottom: 40px;
  }
}

.p-feature-company {
  background: url(./assets/img/feature/p-feature-company_bg.webp) no-repeat center / cover;
  margin-top: 200px;
}

.p-feature-company__content {
  color: #ffffff;
  text-align: center;
  padding-block: 160px 240px;
}

.p-feature-company__content-title {
  font-family:
    "Noto Serif TC",
    serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 500;
}

.p-feature-company__content-description {
  font-size: 20px;
  line-height: 2;
  margin-top: 32px;
}

.p-feature-company__gallery {
  display: flex;
  gap: 12px;
  max-width: 1360px;
  margin-inline: auto;
  transform: translateY(14vw);
  margin-bottom: 14vw;
}

@media screen and (max-width: 768px) {
  .p-feature-company {
    margin-top: 80px;
  }

  .p-feature-company__content {
    padding-block: 80px 80px;
  }

  .p-feature-company__content-description {
    font-size: 18px;
    line-height: 1.8;
  }

  .p-feature-company__gallery {
    gap: 6px;
    flex-wrap: wrap;
    transform: translateY(70vw);
    margin-bottom: 70vw;
  }

  .p-feature-company__item {
    width: calc(50% - 3px);
  }
}

.p-access__inner:not(:last-child) {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .p-access__inner:not(:last-child) {
    margin-bottom: 60px;
  }
}

.p-reserve-header {
  display: grid;
  justify-content: center;
  margin: 0 0 6.25rem;
}

.p-reserve-intro__desc {
  text-align: center;
}

.snow-monkey-form[data-screen="complete"] .p-reserve-intro__desc {
  display: none;
}

.p-reserve-intro__line {
  margin-top: 1.5rem;
}

.smf-progress-tracker {
  display: none !important;
}

.p-reserve-step {
  margin-block: clamp(2rem, 8vw, 4rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-reserve-step__circle {
  position: relative;
  width: clamp(4rem, 24vw, 7.5rem);
  height: clamp(4rem, 24vw, 7.5rem);
  border-radius: 100vh;
  background: #cccccc;
}

.p-reserve-step__circle::after {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 100vh;
  border: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-reserve-step__desc {
  font-size: 92%;
  white-space: nowrap;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-reserve-step__arrow {
  display: inline-block;
  vertical-align: middle;
  color: #cccccc;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  transform: translateX(-25%) rotate(45deg);
}

.p-reserve-step__arrow::after,
.p-reserve-step__arrow::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.p-reserve-step__arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.p-reserve-step__arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.snow-monkey-form[data-screen="back"] .p-reserve-step__circle--input {
  background: var(--primary-color);
}

.snow-monkey-form[data-screen="input"] .p-reserve-step__circle--input {
  background: var(--primary-color);
}

.snow-monkey-form[data-screen="invalid"] .p-reserve-step__circle--input {
  background: var(--primary-color);
}

.snow-monkey-form[data-screen="confirm"] .p-reserve-step__circle--input,
.snow-monkey-form[data-screen="confirm"] .p-reserve-step__circle--confirm {
  background: var(--primary-color);
}

.snow-monkey-form[data-screen="complete"] .p-reserve-step__circle--input,
.snow-monkey-form[data-screen="complete"] .p-reserve-step__circle--confirm,
.snow-monkey-form[data-screen="complete"] .p-reserve-step__circle--complete {
  background: var(--primary-color);
}

.p-mid-career .snow-monkey-form[data-screen="back"] .p-reserve-step__circle--input {
  background: var(--mid-career-color);
}

.p-mid-career .snow-monkey-form[data-screen="input"] .p-reserve-step__circle--input {
  background: var(--mid-career-color);
}

.p-mid-career .snow-monkey-form[data-screen="invalid"] .p-reserve-step__circle--input {
  background: var(--mid-career-color);
}

.p-mid-career .snow-monkey-form[data-screen="confirm"] .p-reserve-step__circle--input,
.p-mid-career .snow-monkey-form[data-screen="confirm"] .p-reserve-step__circle--confirm {
  background: var(--mid-career-color);
}

.p-mid-career .snow-monkey-form[data-screen="complete"] .p-reserve-step__circle--input,
.p-mid-career .snow-monkey-form[data-screen="complete"] .p-reserve-step__circle--confirm,
.p-mid-career .snow-monkey-form[data-screen="complete"] .p-reserve-step__circle--complete {
  background: var(--mid-career-color);
}

@media screen and (max-width: 768px) {
  .p-reserve-header {
    margin: 0 0 2.5rem;
  }
}

.p-reserve-mv {
  padding-bottom: 0;
}

.p-reserve-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
}

.smf-item__col--label {
  display: flex !important;
  gap: 0.75rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.75rem !important;
}

.smf-item__description {
  background: var(--primary-color) !important;
  font-size: 0.75rem !important;
  border-radius: 100vh !important;
  color: #ffffff !important;
  line-height: unset !important;
  padding: 2px 10px !important;
  margin-top: 1px !important;
}

.smf-placeholder {
  word-break: break-all;
}

.p-mid-career .smf-item__description {
  background: var(--mid-career-color) !important;
}

.smf-text-control {
  display: flex !important;
  position: relative !important;
}

.smf-radio-buttons-control {
  width: fit-content !important;
}

.smf-radio-button-control {
  align-items: center !important;
}

.smf-radio-button-control__control {
  position: relative !important;
  width: 2rem !important;
  height: 2rem !important;
  background: #fef8f4 !important;
  border: solid 1px #cccccc !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 100vh !important;
}

.smf-radio-button-control__control:before {
  content: "" !important;
  display: block !important;
  width: 1rem !important;
  height: 1rem !important;
  background: transparent !important;
  border-radius: 100vh !important;
  position: absolute;
  /* topとleftを50%に設定 */
  top: 50% !important;
  left: 50% !important;
  /* transformで要素自身の半分をずらして完全に中央に配置 */
  transform: translate(-50%, -50%);
  transition: 0.2s !important;
}

.smf-radio-button-control__control:checked:before {
  background: var(--primary-color) !important;
}

.p-mid-career .smf-radio-button-control__control:checked:before {
  background: var(--mid-career-color) !important;
}

.smf-item__label__text,
.smf-radio-button-control__label {
  letter-spacing: 0.1em !important;
}

.smf-text-control__control {
  width: 100% !important;
  max-width: 20rem !important;
  height: 3rem !important;
  background: #fef8f4 !important;
  border: solid 1px #cccccc !important;
  padding-inline: 1rem !important;
}

.smf-text-control__control.-lg {
  max-width: 40rem !important;
}

.smf-text-control .arrow {
  width: 34px !important;
  height: 100% !important;
  border: solid 1px #cccccc !important;
  background: #333333 !important;
  position: absolute;
  right: 0 !important;
}

.smf-text-control .arrow::after {
  content: "" !important;
  position: absolute !important;
  top: 47% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 13px !important;
  height: 13px !important;
  background: url(assets/img/cmn/arrow-ico-bottom_wh.svg) no-repeat !important;
}

.smf-control-description {
  color: #9f9f9f !important;
  font-size: 0.88rem !important;
  margin-top: 0.25rem !important;
}

.smf-textarea-control__control {
  width: 100% !important;
  max-width: 40rem !important;
  height: 20rem !important;
  background: #fef8f4 !important;
  border: solid 1px #cccccc !important;
  padding: 1rem !important;
}

.smf-select-control {
  position: relative !important;
  width: 180px !important;
}

.smf-select-control__control {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
  width: 100% !important;
  max-width: 100% !important;
}

.smf-select-control__toggle {
  background: #fef8f4 !important;
  border: solid 1px #cccccc !important;
  pointer-events: none !important;
  z-index: 0 !important;
  width: 180px !important;
}

.smf-select-control__toggle:before {
  z-index: 1 !important;
  border-width: 0 2px 2px 0 !important;
  height: 8px !important;
  width: 8px !important;
  border-color: #ffffff !important;
  right: calc(var(--_s-1) - 5px) !important;
}

.smf-select-control__toggle::after {
  content: "";
  height: 100%;
  width: 2rem;
  background: var(--primary-color);
  position: absolute;
  right: 0;
  top: 0;
}

.p-mid-career .smf-select-control__toggle::after {
  background: var(--mid-career-color);
}

.smf-button-control button {
  margin-top: 2.5rem !important;
  width: 15rem !important;
  height: 3.5rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  gap: 0.31rem 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-align: center !important;
  background: var(--primary-color) !important;
  border-radius: 4px !important;
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
  margin-inline: auto !important;
  border: none !important;
}

.smf-action {
  text-align: center;
  max-width: 90%;
  margin-inline: auto;
}

.smf-button-control__control[data-action="back"] {
  background-color: #999999 !important;
  width: 6rem !important;
}

.smf-error-messages {
  padding: 0.75rem !important;
  background: #e53d30 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.smf-complete-content {
  text-align: center;
  line-height: 2;
}

.p-salary-beforeAfter__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-inline: auto;
}

.p-salary-beforeAfter__imgBox {
  display: grid;
  gap: 2rem;
  margin-inline: auto;
}

.p-salary-beforeAfter__imgBox img {
  height: fit-content;
  max-width: 360px;
}

.p-salary-beforeAfter__alert {
  color: #fff;
  background: #e53d30;
  font-weight: bold;
  font-size: 1.4rem;
  width: fit-content;
  padding: 0.2rem 1.5rem;
  margin-inline: auto;
  margin-block: 2rem 0.5rem;
  line-height: 1.2;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-salary-beforeAfter__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .p-salary-beforeAfter__alert {
    padding: 0.2rem 0.75rem;
  }
}

.p-page-mv.-bgImg {
  position: relative;
  margin-bottom: 6rem;
}

.p-page-mv.-bgImg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(assets/img/business-trip/mv-bg.webp) no-repeat bottom / cover;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .p-page-mv.-bgImg {
    padding: 0;
    margin-bottom: 4rem;
  }

  .p-page-mv.-bgImg::after {
    background: url(assets/img/business-trip/mv-bg_sp.webp) no-repeat top / contain;
  }

  .p-page-mv.-bgImg .c-sec-header__left {
    padding-top: 85vw;
  }
}

.p-business-point .c-media-object .c-media-object__content {
  position: relative;
}

.p-business-point .c-media-object .c-media-object__content::after {
  content: "00";
  position: absolute;
  right: -4rem;
  bottom: -6rem;
  font-size: 16rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: -8px;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--primary-color);
  opacity: 0.25;
  z-index: -1;
}

.p-business-point01 .c-media-object .c-media-object__content::after {
  content: "01";
}

.p-business-point02 .c-media-object .c-media-object__content::after {
  content: "02";
}

.p-business-point03 .c-media-object .c-media-object__content::after {
  content: "03";
}

.p-business-point04 .c-media-object .c-media-object__content::after {
  content: "04";
}

.p-business-point05 .c-media-object .c-media-object__content::after {
  content: "05";
}

@media screen and (max-width: 1280px) {
  .p-business-point .c-media-object .c-media-object__content::after {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-business-point .c-media-object .c-media-object__content::after {
    font-size: 40vw;
    bottom: -4rem;
    letter-spacing: -4px;
    -webkit-text-stroke: 1px var(--primary-color);
  }
}

.p-business-trip-gallery {
  margin: 7.5rem 0 0;
}

.p-business-trip-gallery .p-top-gallery__bg {
  background: url(assets/img/business-trip/gallery_bg.webp) repeat-x 0 0 / auto 100%;
}

.p-business-trip-gallery .p-top-gallery__typo {
  background: url(assets/img/business-trip/gallery_typo.svg) repeat-x 0 0 / auto 100%;
}

@media screen and (max-width: 768px) {
  .p-business-trip-gallery {
    margin: 3.5rem 0 0;
  }
}

.c-square-heading__main-title.-ja {
  font-family:
    "Noto Serif TC",
    serif;
  font-weight: 500;
  margin-bottom: 1rem;
}

.p-new-graduate .p-page-mv.-bgImg::after {
  background: url(assets/img/new-graduate/mv-bg.webp) no-repeat bottom / cover;
}

.p-mid-career .p-page-mv.-bgImg::after {
  background: url(assets/img/mid-career/mv-bg.webp) no-repeat top / cover;
}

.p-training .p-page-mv.-bgImg::after {
  background: url(assets/img/training/mv-bg.webp) no-repeat bottom / cover;
}

.p-new-graduate-typoHeader {
  position: relative;
}

.p-new-graduate-typo {
  font-size: clamp(3.6rem, 9vw, 12rem);
  line-height: 1;
}

.p-new-graduate-about__body {
  column-gap: 0;
  align-items: center;
}

.p-new-graduate-feature::before {
  width: 100%;
  margin-right: 8.33vw;
  background: rgba(255, 255, 255, 0.8);
}

.p-new-graduate-feature__head {
  margin-bottom: -2rem;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.p-new-graduate-feature__head img {
  width: 100%;
  height: 100%;
}

.p-new-graduate-feature__body {
  padding: 0 6.25vw 0 0;
}

.l-cta {
  margin-top: 10rem;
}

.l-cta__bg {
  margin-left: 8.33vw;
  height: 520px;
  margin-bottom: -360px;
}

.l-cta__link {
  position: relative;
  display: grid;
  place-items: center;
}

.l-cta__link:hover {
  opacity: 0.9;
}

.l-cta__deco {
  position: absolute;
  z-index: 1;
  right: 12vw;
  width: 30vw;
}

.l-cta__wrapper {
  background: linear-gradient(135deg,
      rgba(255, 110, 43, 0.98) 0%,
      rgba(232, 80, 9, 0.98) 100%);
  margin-right: 8.33vw;
  padding-block: 9rem;
  color: #fef8f4;
  padding-inline: 6.25vw;
  position: relative;
  overflow: hidden;
}

.l-cta__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
}

.l-cta__body::after {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: -1px;
  border: 1px solid #fef8f4;
  opacity: 0.3;
  content: "";
}

.l-cta__body .title {
  font-size: 2rem;
  font-weight: 600;
}

.l-cta__body .description {
  margin-top: 2rem;
}

.l-cta__typo {
  position: absolute;
  bottom: -10vw;
  font-size: 25vw;
  -webkit-text-stroke: 1px rgba(172, 172, 172, 0.15);
  color: transparent;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.p-new-graduate-links__top {
  margin-bottom: 6rem;
}

.p-new-graduate-links__bottom {
  margin-top: 5rem;
  background: linear-gradient(to bottom,
      rgba(232, 80, 9, 0.05) 75%,
      transparent 75%);
  padding-block: 6rem;
}

.p-new-graduate-links__container {
  padding-left: 0;
  padding-right: 0;
}

.p-new-graduate-links__inner {
  max-width: 1280px;
}

.c-grid {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: 1fr 1fr;
}

.c-grid__link-item {
  position: relative;
}

.c-grid__link-item .link-item__bg img {
  border-radius: 1rem;
}

.c-grid__link-item .link-item__title {
  font-size: clamp(1.4rem, 4vw, 3rem);
  font-weight: bold;
  margin-left: 1rem;
  width: 100%;
  max-width: 24rem;
  position: absolute;
  left: 0;
  bottom: -0.75rem;
}

.c-grid__link-item .link-item__title .main {
  font-family: "Poppins", sans-serif;
  background: #fef8f4;
  padding-inline: 2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-grid__link-item .link-item__title .main::after {
  content: "";
  height: 34px;
  width: 34px;
  background: url(assets/img/cmn/arrow-ico_orange.svg) no-repeat center;
  background-size: contain;
}

.c-grid__link-item .link-item__title .sub {
  font-size: 1rem;
  padding-inline: 2rem;
  padding-block: 0.5rem;
  font-weight: bold;
  color: #fef8f4;
  line-height: 1;
  background: var(--primary-color);
  width: 75%;
  margin-top: -0.5rem;
}

.p-new-graduate .c-square-heading__main-title {
  padding-left: 0;
}

.p-new-graduate .c-square-heading__main-title::before,
.p-new-graduate .c-square-heading__main-title::after {
  display: none;
}

.p-mid-career .u-color--primary {
  color: var(--mid-career-color);
}

.p-mid-career .p-training-mv {
  background: rgba(0, 0, 0, 0.05);
}

.p-mid-career .c-breadcrumbs__item:first-of-type a::before {
  background: var(--mid-career-color);
}

.p-mid-career .c-square-heading__deco {
  background: var(--mid-career-color);
}

.p-mid-career .c-square-list li::before {
  background: var(--mid-career-color);
}

.p-mid-career .c-grid__link-item .link-item__title .main::after {
  background: url(assets/img/cmn/arrow-ico_blue.svg) no-repeat center;
  background-size: contain;
}

.p-mid-career .c-grid__link-item .link-item__title .sub {
  background: var(--mid-career-color);
}

.p-mid-career .p-top-about__frame {
  border-color: var(--mid-career-color);
}

.p-mid-career .p-top-about__frame::before,
.p-mid-career .p-top-about__frame::after {
  background: var(--mid-career-color);
}

.p-mid-career .p-interview-question__num {
  color: var(--mid-career-color);
}

.p-mid-career .p-interview-question__num::before {
  background: var(--mid-career-color);
}

.p-mid-career .p-interview-main__header {
  background: url(assets/img/interview/main-header_bg-blue.webp) repeat top left / 116rem 19.5rem;
  border-right-color: var(--mid-career-color);
}

.p-mid-career .l-cta__wrapper {
  background: linear-gradient(135deg,
      rgba(25, 112, 153, 0.98) 0%,
      rgba(20, 89, 122, 0.98) 100%);
}

.p-mid-career .c-faq-list__header::after {
  color: var(--mid-career-color);
}

.p-mid-career .c-faq-list__catch {
  color: var(--mid-career-color);
}

.p-mid-career .p-training-recruit__img::before {
  border-color: var(--mid-career-color);
}

.p-mid-career .c-twotone-heading::before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--mid-career-color)),
      color-stop(50%, var(--mid-career-color)),
      color-stop(50%, #333333),
      to(#333333));
  background: linear-gradient(180deg,
      var(--mid-career-color) 0%,
      var(--mid-career-color) 50%,
      #333333 50%,
      #333333 100%);
}

.p-mid-career .p-training-recruit__body::before {
  background-color: #808080;
}

.p-mid-career .u-bg-color--primary {
  background-color: rgba(128, 128, 128, 0.05);
}

.p-reserve-header .c-square-heading__deco {
  margin-inline: auto;
}

.p-mid-career .smf-button-control button:is([data-action="confirm"],
  [data-action="submit"],
  [data-action="complete"]) {
  background-color: #197099 !important;
}

@media screen and (max-width: 1280px) {
  .p-new-graduate-feature::before {
    margin-right: 1.88rem;
  }
}

@media screen and (max-width: 1024px) {
  .c-grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-inline: auto;
    gap: 2rem;
  }

  .p-new-graduate .p-page-mv.-bgImg::after {
    background: url(assets/img/new-graduate/mv-bg_sp.webp) no-repeat top / contain;
  }

  .p-mid-career .p-page-mv.-bgImg::after {
    background: url(assets/img/mid-career/mv-bg_sp.webp) no-repeat top / contain;
  }

  .p-training .p-page-mv.-bgImg::after {
    background: url(assets/img/training/mv-bg-sp.webp) no-repeat top / contain;
  }

  .p-new-graduate-feature::before {
    margin-right: 1rem;
  }

  .p-new-graduate-links__container {
    padding-inline: 1rem;
  }

  .p-new-graduate-links__bottom {
    margin-top: 3rem;
    background: rgba(232, 80, 9, 0.05);
    padding-block: 3rem;
  }

  .c-grid__link-item {
    height: 7rem;
  }

  .c-grid__link-item .link-item__bg img {
    border-radius: 0.5rem;
  }

  .c-grid__link-item .link-item__title {
    margin-left: 0.5rem;
    max-width: 16rem;
    bottom: -0.5rem;
  }

  .c-grid__link-item .link-item__title .main {
    padding-inline: 1rem 0.5rem;
    padding-bottom: 0.25rem;
  }

  .c-grid__link-item .link-item__title .main::after {
    height: 20px;
    width: 20px;
  }

  .c-grid__link-item .link-item__title .sub {
    padding-inline: 1rem;
    font-size: 0.88rem;
    padding-block: 0.25rem;
  }
}

@media screen and (min-width: 769px) {
  .p-new-graduate-about {
    padding-block: 9rem;
  }

  .p-new-graduate-feature {
    padding-top: 12rem;
  }

  .p-new-graduate-feature__head img {
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 768px) {
  .p-new-graduate-feature__head {
    height: auto;
    margin-bottom: -1rem;
  }

  .p-new-graduate-feature__head img {
    height: 14rem;
    object-position: center;
  }

  .p-new-graduate .p-interview-question__container {
    padding-left: 1.5rem;
  }

  .l-cta {
    margin-top: 2rem;
  }

  .l-cta__bg {
    height: 320px;
    margin-bottom: -280px;
  }

  .l-cta__deco {
    right: 13vw;
    bottom: 8vw;
    width: 80vw;
  }

  .l-cta__wrapper {
    padding-block: 2rem 30vw;
  }

  .l-cta__body::after {
    top: 8px;
    right: 8px;
    bottom: 8px;
  }

  .l-cta__body .title {
    font-size: 1.5rem;
  }

  .p-mid-career .p-interview-main__header {
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .c-grid__link-item .link-item__title {
    max-width: 12rem;
  }
}

.p-company-shopList {
  margin-right: -6vw;
}

.p-company-shopList table {
  width: 100%;
  border-collapse: collapse;
}

.p-company-shopList tbody {
  border-top: 1px solid #666666;
}

.p-company-shopList__item {
  font-size: 16px;
  border-bottom: 1px solid #666666;
}

.p-company-shopList__item td {
  padding: 8px;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}

.p-company-shopList__item .num {
  text-align: center;
  vertical-align: middle;
}

.p-company-shopList__item .date {
  width: 108px;
  font-size: 14px;
}

.p-company-shopList__item .name {
  line-height: 1.4;
}

.p-company-shopList__item .address {
  font-size: 14px;
}

.p-company-shopList .num span {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #ff6e2b;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

.p-company-shopList .area span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

.p-company-company04,
.p-company-company05 {
  margin-top: 120px;
}

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

  .p-company-company04,
  .p-company-company05 {
    margin-top: 60px;
  }

  .p-company-shopList {
    margin-right: unset;
  }

  .p-company-shopList thead {
    display: none;
  }

  .p-company-shopList__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-block: 12px;
  }

  .p-company-shopList__item td {
    display: block;
    padding: 0;
  }

  .p-company-shopList__item .num {
    width: fit-content;
    margin-right: 8px;
    text-align: left;
  }

  .p-company-shopList__item .area {
    text-align: right;
    margin-inline: auto 0;
  }

  .p-company-shopList .area span {
    font-size: 12px;
    padding: 2px 12px;
  }

  .p-company-shopList__item .name {
    width: 100%;
    padding-bottom: 8px;
  }

  .p-company-shopList__item .address {
    width: 100%;
    color: #666;
    font-size: 0.85em;
    line-height: 1.5;
    padding-top: 0;
  }
}

.l-banner {
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  .l-banner {
    margin-bottom: 3.75rem;
  }
}

.l-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .l-banner-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.75rem;
  }
}

.l-banner-grid__item img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .l-banner-grid__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 0.75rem);
    justify-self: center;
  }
}

.btn_in {
  background: linear-gradient(90deg,
      rgb(255, 110, 43) 0%,
      rgb(255, 79, 43) 100%);
  border-radius: 63px;
  width: 100%;
  max-width: 540px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.btn_in span {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.btn_in .ic {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  display: flex;
}

.txt-org {
  color: #ff6e2b;
}

.txt-gray {
  color: #4fd1c5;
}

.h__shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.basic__feature {
  background: url(assets/img/about/feature.webp) no-repeat 75% center/cover;
  padding: 160px 0;
  position: relative;
  left: -27.08vw;
  width: calc(100% + 27.08vw);
}

.basic__feature::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 110, 43, 0.8);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
}

.basic__feature--deco {
  position: absolute;
  right: -1vw;
  top: 24px;
  max-width: 20%;
}

.basic__feature--content {
  position: relative;
  z-index: 5;
}

.basic__feature--content .title {
  width: 100%;
  max-width: fit-content;
  background: #333333;
  padding: 12px 40px 12px 27.08vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-right: 8px solid #ff6e2b;
}

.basic__feature--content .title p {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.basic__feature--content .mask {
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  left: calc(100% - 250px);
  width: 360px;
}

.basic__feature--content .mask p {
  font-size: 250px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.basic__feature--content .list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 27.08vw;
}

.basic__feature--content .list .item {
  background: #fff;
  padding: 40px 48px 40px 160px;
  width: 100%;
  max-width: 880px;
  position: relative;
  overflow: hidden;
}

.basic__feature--content .list .item:nth-child(2) {
  margin-left: clamp(40px, 4vw, 80px);
}

.basic__feature--content .list .item:nth-child(3) {
  margin-left: clamp(120px, 8vw, 160px);
}

.basic__feature--content .list .item__mask {
  position: absolute;
  top: 12px;
  right: 16px;
  background-color: #333333;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
}

.basic__feature--content .list .item__mask p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.basic__feature--content .list .item__num {
  position: absolute;
  top: 10px;
  left: -24px;
}

.basic__feature--content .list .item__num p {
  font-size: 100px;
  font-weight: 700;
  color: #ff6e2b;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.basic__feature--content .list .item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.basic__feature--content .list .item__title h3 {
  font-size: 24px;
  font-weight: 700;
}

.basic__feature--content .list .item__text p {
  line-height: 1.7;
}

.title-basic {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-basic span {
  font-size: 18px;
}

.title-basic p {
  font-size: 40px;
}

.transfer .p-top-mv {
  height: auto;
}

.transfer .p-top-mv__container {
  padding: 40px 4.25vw 50px;
}

.transfer .p-top-mv__bg {
  background: url(assets/img/relocation/bg_top.webp) no-repeat center center/cover;
  animation: unset;
  height: 100%;
}

.transfer .p-top-mv__logo {
  width: 40%;
  margin-left: 2vw;
}

.transfer .p-top-mv__group {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  width: 40%;
}

.transfer .p-top-mv__text {
  margin-top: 24px;
  width: 100%;
}

.transfer .p-top-mv__text p {
  font-size: 18px;
  text-align: center;
}

.p-transfer-concern {
  padding-top: 80px;
}

.p-transfer-concern__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-transfer-concern__top .bg {
  width: 100%;
  max-width: 1280px;
}

.p-transfer-concern__top .title_top {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.p-transfer-concern__top .title_top .title {
  font-size: 40px;
  line-height: 1;
  padding: 16px 100px;
  position: relative;
  background-color: #333333;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

/* .p-transfer-concern__top .title_top .title::after {
  position: absolute;
  content: "";
  bottom: 14px;
  right: 36px;
  width: 54px;
  height: 82px;
  background: url(assets/img/relocation/ic-concern-title.webp) no-repeat center center/100% 100%;
} */

.p-transfer-concern__top .content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1280px;
}

.p-transfer-concern__top .content .item {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-transfer-concern__top .content .item .image {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.p-transfer-concern__top .content .item .image::after,
.p-transfer-concern__top .content .item .image::before {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  background: url(assets/img/relocation/ic-tape.webp) no-repeat center center/100% 100%;
}

.p-transfer-concern__top .content .item .image::after {
  top: -10px;
  left: -10px;
}

.p-transfer-concern__top .content .item .image::before {
  top: -10px;
  right: -10px;
  transform: rotate(90deg);
}

.p-transfer-concern__top .content .item .group {
  margin-top: -18px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  padding: 38px 0 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 9px;
}

.p-transfer-concern__top .content .item .group .title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.p-transfer-concern__top .content .item .group .text p {
  font-weight: 700;
}

.p-transfer-concern__bottom {
  background: url(assets/img/relocation/bg.webp) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 330px 0 150px;
  margin-top: -270px;
}

.p-transfer-concern__bottom .title p {
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.p-transfer-concern__bottom .title p span {
  position: relative;
  color: #ff6e2b;
}

.p-transfer-concern__bottom .title p span::after {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 13px;
  height: 13px;
  background: #ff6e2b;
  border-radius: 50%;
}

.p-transfer-concern__bottom .text {
  margin-top: 57px;
}

.p-transfer-concern__bottom .text p {
  text-align: center;
  font-size: 20px;
}

.p-transfer-concern__bottom .group-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.p-transfer__add-container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.p-transfer__add .list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 4px solid #333;
  border-bottom: 4px solid #333;
  width: 100%;
}

.p-transfer__add .list .image {
  width: 100%;
}

.p-transfer__title {
  margin: 120px 0 160px;
  background: repeating-linear-gradient(-75deg,
      #1e2a38,
      #1e2a38 4px,
      #faf2eb 5.5px,
      #faf2eb 10px,
      #1e2a38 11.5px);
}

.p-transfer__title.bg-dark {
  margin: 120px 0 40px;
}

.p-transfer__title.bg-dark .title {
  background: #1e2a38;
  color: #fff;
  border: 4px solid #4fd1c5;
  max-width: 41.14vw;
  padding: 12px 120px 12px 0;
}

.p-transfer__title-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.p-transfer__title .title {
  background: #1e2a38;
  border-radius: 9px;
  padding: 12px 126px 12px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 53.6vw;
  transform: translate(-32px, -16px);
}

.p-transfer__title .title p {
  font-size: 2.81vw;
  font-weight: 700;
  color: #fff;
}

.p-transfer__benefit {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin: 24px auto 0;
  padding: 32px 0 48px;
  max-width: 1080px;
  background: rgba(255, 110, 43, 0.05);
  border-radius: 9px;
}

.p-transfer__benefit .title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 11px;
}

.p-transfer__benefit .title::after,
.p-transfer__benefit .title::before {
  content: "";
  width: 18px;
  height: 19px;
  background: url(assets/img/relocation/ic-benefit.webp) no-repeat center center/100% 100%;
}

.p-transfer__benefit .title::after {
  transform: rotateY(180deg);
}

.p-transfer__benefit .text {
  max-width: 880px;
  text-align: center;
  line-height: 1.7;
}

.p-transfer__reason {
  padding: 314px 1rem 120px;
  position: relative;
}

.p-transfer__reason .bg {
  position: absolute;
  top: 160px;
  right: 0;
  max-width: 1300px;
}

.p-transfer__reason--container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.p-transfer__reason--content {
  max-width: 880px;
  border-radius: 16px;
  padding: 120px 46px 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: url(assets/img/relocation/reason-bg-content.webp) no-repeat center center/cover rgba(255, 110, 43, 0.98);
}

.p-transfer__reason--content .mess {
  position: absolute;
  max-width: 230px;
  top: 78px;
  left: 200px;
}

.p-transfer__reason--content .mess .image {
  position: relative;
}

.p-transfer__reason--content .mess .image p {
  position: absolute;
  color: #ff6e2b;
  font-weight: 700;
  top: 4px;
  left: 16px;
}

.p-transfer__reason--content .content {
  font-weight: 700;
  text-align: center;
}

.p-transfer__reason--content .content .title {
  font-size: 32px;
}

.p-transfer__reason--content .content .text {
  margin-top: 32px;
  line-height: 1.7;
}

.p-transfer__reason--content .logo {
  width: 66px;
  margin-left: auto;
}

.p-transfer__staff {
  padding: 80px 0 160px;
  background: linear-gradient(180deg,
      rgba(255, 110, 43, 0.05) 0%,
      rgba(255, 110, 43, 0.05) 46%,
      rgba(255, 79, 43, 0) 46%);
}

.p-transfer__staff--content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.p-transfer__staff--title {
  font-weight: 700;
  position: relative;
}

.p-transfer__staff--title::after {
  position: absolute;
  content: "";
  background: #ff6e2b;
  width: 13vw;
  height: 1px;
  top: 40%;
  left: -2vw;
  transform: translate(-100%, -50%);
}

.p-transfer__staff--title p {
  font-size: 64px;
  font-family: "Poppins", sans-serif;
}

.p-transfer__staff--list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-top: 80px;
}

.p-transfer__staff--list .item {
  max-width: 640px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 64px 54px 66px;
  border-radius: 9px;
  background: #fff;
  position: relative;
}

.p-transfer__staff--list .item::before {
  content: "";
  width: 28px;
  height: 28px;
  top: 30px;
  left: 30px;
  position: absolute;
  background: url(assets/img/relocation/staff.webp) no-repeat center center/100% 100%;
}

.p-transfer__staff--list .item .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-transfer__staff--list .item .info .image {
  max-width: 200px;
}

.p-transfer__staff--list .item .info p {
  text-align: center;
  font-size: 18px;
}

.p-transfer__staff--list .item .info p small {
  font-size: 14px;
}

.p-transfer__staff--list .item .text {
  margin-top: 40px;
}

.p-transfer__staff .group-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 160px;
}

.p-transfer__roadmap {
  padding: 0 0 370px;
  background: url(assets/img/relocation/roadmap-bg.webp) no-repeat center center/cover;
  position: relative;
}

.p-transfer__roadmap .txt-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.p-transfer__roadmap .txt-bg .text {
  opacity: 0.25;
  text-align: center;
}

.p-transfer__roadmap--content .list {
  margin-top: 108px;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1.5vw - 5px, 24px);
}

.p-transfer__roadmap--content .list .arr {
  margin: auto 0;
  width: 28px;
}

.p-transfer__roadmap--content .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  border: 4px solid #ff6e2b;
  border-radius: 9px;
  background: #fff;
  padding: 64px clamp(16px, 1.5vw - 5px, 24px) 24px;
  min-height: 411px;
}

.p-transfer__roadmap--content .list .item:last-child {
  background: #ff6e2b;
}

.p-transfer__roadmap--content .list .item:last-child .mask {
  background: #fff;
  color: #ff6e2b;
}

.p-transfer__roadmap--content .list .item:last-child .step {
  border-bottom: 1px solid #fff;
}

.p-transfer__roadmap--content .list .item:last-child .step p {
  color: #fff;
}

.p-transfer__roadmap--content .list .item:last-child .step span {
  color: #fff;
}

.p-transfer__roadmap--content .list .item:last-child .text {
  color: #fff;
}

.p-transfer__roadmap--content .list .item .mask {
  position: absolute;
  width: 75%;
  min-width: 210px;
  background: #ff6e2b;
  border-radius: 9px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #ff6e2b;
}

.p-transfer__roadmap--content .list .item .image img {
  width: clamp(80px, 8vw, 108px);
}

.p-transfer__roadmap--content .list .item .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-transfer__roadmap--content .list .item .step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ff6e2b;
  width: 100%;
  margin-top: 40px;
}

.p-transfer__roadmap--content .list .item .step p {
  font-weight: 700;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #ff6e2b;
}

.p-transfer__roadmap--content .list .item .step span {
  font-size: 14px;
}

.p-transfer__roadmap--content .list .item .text {
  margin-top: 16px;
}

.p-transfer__roadmap--content .list .item .link {
  margin-top: 8px;
  margin-left: auto;
  color: #ff6e2b;
}

.p-transfer__roadmap--content .list .item .link span {
  -webkit-text-decoration: underline #ff6e2b;
  text-decoration: underline #ff6e2b;
}

.p-transfer__qa {
  padding: 160px 0 44px;
}

.p-transfer__qa--container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.p-transfer__qa--content .qa {
  padding: 32px 118px 80px;
  background: rgba(255, 110, 43, 0.05);
  margin-top: 80px;
}

.p-transfer__qa--content .qa .item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48.5px 0;
  border-bottom: 1px solid #cccccc;
}

.p-transfer__qa--content .qa .item div {
  display: flex;
  gap: 17px;
}

.p-transfer__qa--content .qa .item div.txt-org {
  font-weight: bold;
}

.p-transfer__qa--content .qa .item div span {
  font-family: "Poppins", sans-serif;
}

.p-transfer__about {
  position: relative;
  padding: 160px 0 513px;
  color: #fff;
}

.p-transfer__about .bg-image {
  position: absolute;
  right: 0;
  top: 0;
}

.p-transfer__about .bg {
  position: absolute;
  right: 0;
  top: 0;
}

.p-transfer__about--content {
  position: relative;
}

.p-transfer__about--title {
  max-width: 540px;
}

.p-transfer__about--title p {
  font-size: 40px;
  font-weight: 700;
}

.p-transfer__about--text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 580px;
  margin-top: 64px;
}

.p-transfer__about--text .group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-transfer__about--text .group p {
  font-size: 24px;
  font-weight: 700;
}

.p-transfer__overview {
  margin-top: -350px;
  position: relative;
}

.p-transfer__overview--content {
  background: #fff;
  padding: 120px 0;
  box-shadow: -40px 0 0 0 #4fd1c5;
}

.p-transfer__overview--content .table {
  margin: 0 auto;
  max-width: 1120px;
}

.p-transfer__overview--content .table .note {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.p-transfer__overview--content .table .note a {
  -webkit-text-decoration: underline #4fd1c5;
  text-decoration: underline #4fd1c5;
}

.p-transfer__overview--content .table .c-square-list li::before {
  background-color: #4fd1c5;
}

.p-transfer__overview--title {
  margin: 0 auto;
  max-width: 1120px;
}

.p-transfer__overview--title span {
  font-weight: 700;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.p-transfer__overview--title p {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .basic__feature-container {
    padding-right: 14vw;
  }

  .basic__feature--content .list .item:nth-child(2),
  .basic__feature--content .list .item:nth-child(3) {
    margin-left: 0;
  }

  .p-transfer__roadmap {
    padding-bottom: 120px;
  }

  .p-transfer__roadmap--content .list {
    flex-direction: column;
    margin-inline: auto;
  }

  .p-transfer__roadmap--content .list .arr {
    margin: 0 auto;
  }

  .p-transfer__roadmap--content .list .arr img {
    transform: rotate(90deg);
  }

  .p-transfer__roadmap--content .list .item {
    max-width: 480px;
    margin-inline: auto;
    flex-direction: row;
    gap: 32px;
    min-height: unset;
    padding: 48px 32px 32px 40px;
    margin-top: 25px;
  }

  .p-transfer__roadmap--content .list .item .mask {
    top: -25px;
  }

  .p-transfer__roadmap--content .list .item .step {
    margin-top: 0;
  }

  .p-transfer__roadmap .txt-bg {
    width: clamp(120px, 12vw, 150px);
    left: 0;
    transform: unset;
  }

  .basic__feature--content .title p {
    font-size: 3.42vw;
  }
}

@media (max-width: 1280px) {
  .basic__feature-container {
    padding-right: 3.75rem;
  }
}

@media (max-width: 1300px) {
  .p-transfer-concern__top {
    padding: 0 1rem;
  }
}

@media (max-width: 1200px) {
  .transfer .p-top-mv__container {
    padding: 100px 6.24vw 32px;
  }

  .p-transfer-concern__top .bg {
    display: none;
  }

  .p-transfer-concern__top .content {
    position: unset;
    transform: unset;
    flex-direction: column;
    background: #ff6e2b;
    padding: 60px 0;
    border: 4px solid #333;
    border-radius: 9px;
  }

  .p-transfer-concern__top .title_top {
    width: 80vw;
  }

  .p-transfer-concern__top .title_top .title {
    padding: 16px 0;
    font-size: 2.9vw;
  }

  .p-transfer__title .title {
    padding: 12px 60px;
  }

  .p-transfer__benefit {
    margin: 20px 1rem 0;
    padding: 24px 1rem 24px;
  }

  .p-transfer__qa--container {
    padding: 0 1rem;
  }
}

@media (max-width: 1080px) {
  .btn_in {
    padding: 32px 0;
    max-width: 480px;
  }

  .btn_in span {
    font-size: 24px;
  }

  .btn_in .ic {
    width: 20px;
    height: 20px;
  }

  .transfer .p-top-mv__logo {
    width: 80vw;
    margin-left: 4vw;
  }

  .transfer .p-top-mv__container {
    align-items: center;
  }

  .transfer .p-top-mv__group {
    gap: 16px;
    margin-top: 24px;
    text-align: center;
    width: 80%;
  }

  .transfer .p-top-mv__group .item svg {
    width: 25vw;
    height: auto;
  }

  .p-transfer-concern {
    padding-top: 80px;
  }

  .p-transfer-concern__bottom {
    padding-bottom: 64px;
  }

  .p-transfer-concern__bottom .title p {
    font-size: 32px;
  }

  .p-transfer-concern__container .content {
    padding: 60px 1rem;
  }

  .p-transfer-concern__bottom .group-btn {
    margin-top: 40px;
  }

  .p-transfer__add .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-transfer__title.bg-dark {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .p-transfer__title .title,
  .p-transfer__title.bg-dark .title {
    padding: 12px 1rem;
  }

  .p-transfer-concern__bottom .text p {
    font-size: 16px;
  }

  .p-transfer-concern__bottom .title p span::after {
    width: 8px;
    height: 8px;
    top: -10px;
  }

  .p-transfer__title {
    margin: 40px 0;
  }

  .p-transfer__title .title,
  .p-transfer__title.bg-dark .title {
    max-width: 360px;
  }

  .p-transfer__title .title p {
    font-size: 24px;
  }

  .p-transfer__reason {
    padding: 160px 0.5rem 80px;
  }

  .p-transfer__reason .bg {
    top: 80px;
  }

  .basic__feature--content .list .item {
    padding: 40px 72px 32px 120px;
  }

  .p-transfer__staff--list {
    flex-direction: column;
    margin-top: 40px;
  }

  .p-transfer__staff--list .item {
    max-width: 100%;
  }

  .p-transfer__staff--list .item .info .image {
    max-width: 120px;
  }

  .p-transfer__qa--content .qa {
    padding: 32px 1rem 60px;
  }

  .p-transfer__about {
    background: #1e2a38;
  }

  .p-transfer__about .bg-image {
    width: 50%;
  }

  .p-transfer__about .bg svg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-transfer__reason--content {
    padding: 80px 24px 24px;
  }

  .p-transfer__reason--content .content .text {
    text-align: start;
  }

  .p-transfer__reason--content .content .title {
    font-size: 20px;
  }

  .p-transfer__reason--content .mess {
    left: 37.5%;
    transform: translateX(-50%);
    top: 44px;
    max-width: 160px;
  }

  .p-transfer__reason--content .mess .image p {
    font-size: 11px;
    left: 12px;
  }

  .p-transfer__overview--content {
    padding: 120px 1rem;
    box-shadow: unset;
  }
}

@media (max-width: 1024px) {
  .basic__feature-container {
    padding-left: 3.75rem;
  }
}

@media (max-width: 768px) {
  .transfer .p-top-mv__bg {
    background: url(assets/img/relocation/bg_top-sp.webp) no-repeat center center/cover;
  }

  .title-basic p {
    font-size: 28px;
  }

  .btn_in span {
    font-size: 20px;
  }

  .transfer .p-top-mv__text p {
    text-align: center;
    font-size: 16px;
  }

  .p-transfer-concern__top .title_top .title {
    font-size: clamp(18px, 4vw, 20px);
  }

  /* 
  .p-transfer-concern__top .title_top .title::after {
    bottom: 14px;
    right: 8px;
    width: 32px;
    height: 49px;
  } */

  .p-transfer__title .title,
  .p-transfer__title.bg-dark .title {
    justify-content: flex-start;
    padding: 12px 1rem 12px 3rem;
  }

  .p-transfer-concern__bottom .title p {
    font-size: clamp(21px, 6vw, 28px);
  }

  .p-transfer-concern__bottom .title p span::after {
    width: 6px;
    height: 6px;
  }

  .basic__feature-container {
    padding-inline: 1rem;
  }

  .basic__feature--content .title {
    padding-right: 24px;
  }

  .basic__feature--content .title p {
    font-size: 24px;
  }

  .basic__feature--content .list .item__num p {
    font-size: 60px;
  }

  .basic__feature--content .list .item {
    padding: 40px 24px 24px 80px;
  }

  .basic__feature--content .list .item__title h3 {
    font-size: 20px;
  }

  .basic__feature--content .list .item__num {
    left: -8px;
  }

  .basic__feature--content .list .item__mask {
    right: 12px;
  }

  .p-transfer__staff--title p {
    font-size: 32px;
  }

  .p-transfer__staff--list .item {
    padding: 30px 24px;
  }

  .p-transfer__roadmap {
    padding: 0 0 110px;
  }

  .p-transfer__roadmap--content .list .item .mask {
    font-size: 20px;
    top: -21px;
  }

  .p-transfer__roadmap--content .list .item {
    padding: 32px 16px 16px 24px;
    margin-top: 20px;
    gap: 24px;
  }

  .p-transfer__about {
    padding: 80px 0 320px;
  }

  .p-transfer__about--title p {
    font-size: 24px;
  }

  .p-transfer__about--text .group p {
    font-size: 20px;
  }

  .p-transfer__about--text {
    max-width: 100%;
  }

  .p-transfer__overview--title p {
    font-size: 24px;
  }

  .p-transfer__overview--title span {
    font-size: 16px;
  }

  .p-transfer__overview {
    margin-top: -240px;
  }

  .p-transfer__overview--content {
    padding: 60px 1rem;
  }

  .p-transfer__qa {
    padding: 60px 0 40px;
  }

  .p-transfer__qa--content .qa {
    margin-top: 40px;
    padding: 20px 1rem 40px;
  }

  .p-transfer__roadmap--content .list {
    margin-top: 32px;
  }

  .p-transfer__staff {
    padding: 32px 0 64px;
  }

  .p-transfer__staff .group-btn {
    margin-top: 40px;
  }

  .p-transfer__qa--content .qa {
    margin-top: 24px;
  }

  .p-transfer__qa--content .qa .item {
    padding: 24px 0;
  }

  .basic__feature {
    background: url(assets/img/about/feature-sp.webp) no-repeat center center/cover;
    padding: 80px 0;
  }

  .basic__feature--content .list {
    margin-top: 40px;
  }

  .p-transfer__benefit {
    margin: 24px 1rem 0;
    padding: 24px 1rem 24px;
    gap: 16px;
  }

  .p-transfer-concern__bottom .text {
    margin-top: 20px;
  }

  .p-transfer-concern__bottom .group-btn {
    margin-top: 40px;
  }

  .p-transfer-concern__bottom {
    padding: 80px 0;
    margin-top: 0;
  }

  .p-transfer-concern__top .title_top {
    z-index: 1;
  }

  .p-transfer-concern__container .content {
    gap: 40px;
    position: relative;
    transform: unset;
    left: 0;
    top: 0;
    z-index: 0;
  }

  .p-transfer-concern__container .content::after {
    content: "";
    border-top: 40px solid #ff6e2b;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    bottom: -34px;
  }

  .p-transfer-concern__container .content::before {
    content: "";
    border-top: 40px solid #333;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    bottom: -40px;
  }

  .p-transfer-concern {
    padding-top: 60px;
  }

  .p-transfer__reason--content .logo {
    width: 40px;
    margin-top: 1rem;
  }

  .p-transfer__overview--content .table .c-table tr {
    display: grid;
  }

  .p-transfer__overview--content .table .c-table th {
    width: 100%;
    border-bottom: unset;
    padding-bottom: 0;
  }

  .p-transfer__overview--content .table .c-table td {
    padding-left: 1.2rem;
  }

  .p-transfer__benefit .title {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .p-transfer__reason--content .mess {
    left: 33%;
  }

  .title-basic p {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .btn_in .ic {
    right: 32px;
  }
}

.p-data__update {
  margin-top: 64px;
}

.c-title-slash {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.c-title-slash .head {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 11px;
}

.c-title-slash .head::after,
.c-title-slash .head::before {
  content: "";
  width: 18px;
  height: 19px;
  background: url(assets/img/relocation/ic-benefit.webp) no-repeat center center/100% 100%;
}

.c-title-slash .head::after {
  transform: rotateY(180deg);
}

.c-title-slash .main {
  text-align: center;
  line-height: 1.7;
}

.p-data__detail {
  padding: 32px 0 48px;
  margin-inline: auto;
  max-width: 960px;
  background: rgba(255, 110, 43, 0.05);
  border-radius: 9px;
}

@media (max-width: 1240px) {
  .p-data__detail {
    padding: 24px 1rem 24px;
  }
}

@media (max-width: 768px) {
  .p-data__update {
    margin-top: 40px;
  }

  .p-data__detail {
    padding: 24px 1rem 24px;
    gap: 16px;
  }

  .c-title-slash .head {
    font-size: 20px;
  }
}

.p-data__grid-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  margin-block: 40px 64px;
  position: relative;
}

.p-data__grid-middle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  margin-bottom: 80px;
}

@media (min-width: 1080px) {
  .p-data__grid-middle {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 160px;
  }
}

@media (min-width: 1240px) {
  .p-data__grid-top {
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    margin-block: 64px 160px;
  }

  .p-data__grid-middle {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-data__label {
  text-align: left;
  color: #333333;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-data__label {
    font-size: 1.25rem;
  }
}

.p-data__num-wrap {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  white-space: nowrap;
}

.p-data__unit {
  font-size: 0.35em;
  font-weight: normal;
  font-family:
    "Noto Serif TC",
    serif;
  margin-left: 0.1em;
  letter-spacing: -0.05em;
  color: #333333;
}

.p-data__unit-monthly {
  font-size: 1em;
}

@media (min-width: 768px) {
  .p-data__num-wrap {
    font-size: 5rem;
  }

  .p-data__unit {
    font-size: 0.5em;
  }

  .p-data__unit-monthly {
    font-size: 0.65em;
  }
}

.is-accent {
  color: #ff6e2b;
}

.is-dark {
  color: #197099;
}

.c-slot-container {
  display: inline-flex;
  height: 1em;
  overflow: hidden;
  vertical-align: baseline;
  position: relative;
  --mask-data: 10%;
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      black var(--mask-data),
      black calc(100% - var(--mask-data)),
      transparent 100%);
  mask-image: linear-gradient(to bottom,
      transparent 0%,
      black var(--mask-data),
      black calc(100% - var(--mask-data)),
      transparent 100%);
  transition: --mask-data 0.8s ease-out;
}

.c-slot-counter .is-small {
  font-size: 0.7em;
  line-height: 1;
  transform: translateY(0.07em);
}

.c-slot-container.is-small {
  width: auto;
  display: inline-block;
}

.c-slot-container.is-spinning {
  --mask-data: 25%;
}

.c-slot-container:not(.is-spinning) {
  --mask-data: 0%;
}

.c-slot-column {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.c-slot-digit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 0.53em;
  line-height: 1;
  font-family:
    "Noto Serif TC",
    serif;
  font-weight: normal;
  font-feature-settings: "tnum";
}

.c-slot-symbol {
  font-family:
    "Noto Serif TC",
    serif;
  font-weight: normal;
}

.c-slot-symbol.is-small {
  transform: none;
  margin-inline: 0 0.05em;
}

@property --mask-data {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

.c-stat-icon {
  width: 1.2em;
  height: 1.2em;
  object-fit: contain;
  margin-right: 0.3em;
  vertical-align: middle;
  flex-shrink: 0;
}

.p-data__label,
.p-data__card-title {
  display: flex;
  align-items: center;
  text-align: left;
  color: #333333;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-data__label {
    font-size: 1.25rem;
  }
}

.p-data__card-title {
  font-weight: bold;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-data__chart-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-block: 16px;
}

.c-chart-svg {
  transform: rotate(0deg);
  width: 100%;
  height: 100%;
}

.c-progress-circle {
  stroke-dasharray: 0 314.15;
  transition: stroke-dasharray 1.5s cubic-bezier(0.2, 1, 0.3, 1);
  transform-origin: center;
}

.p-data__chart-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: baseline;
  width: 100%;
}

.p-data__chart-overlay .p-data__num-wrap {
  font-size: 3rem;
  flex-direction: row;
  margin: 0;
}

.p-data__chart-overlay .is-left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.p-data__chart-overlay .is-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.p-data__chart-overlay .is-center {
  margin-inline: auto;
}

.c-divider {
  height: 20px;
  width: 4px;
  background:
    linear-gradient(#808080 4px, transparent 4px) no-repeat center top,
    linear-gradient(#808080 4px, transparent 4px) no-repeat center bottom;
  background-size: 100% 4px;
  margin: auto 1rem;
  opacity: 0;
  transition: all 0.8s ease-out;
}

.p-data__legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-left: 8px;
}

.p-data__legend-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}

.p-data__legend-dot {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.p-data__legend-dot.-dot-1 {
  background: #197099;
}

.p-data__legend-dot.-dot-2 {
  background: #ff6e2b;
}

.js-reveal {
  opacity: 1;
  transform: none;
}

.p-data__num-wrap,
.c-chart-svg {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.js-reveal.active .p-data__num-wrap,
.js-reveal.active .c-chart-svg,
.js-reveal.active .c-divider {
  opacity: 1;
}

/* バーの外枠 */
.c-bar-chart {
  width: 100%;
  height: 64px;
  background: #cccccc;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

/* 伸びる中身 */
.c-bar-chart__inner {
  width: 0;
  height: 100%;
  background: #ff6e2b;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: width 1.5s cubic-bezier(0.15, 0.9, 0.3, 1);
}

/* バーの中の数字 */
.c-bar-chart__label {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  padding-right: 16px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.5s ease 0.8s;
}

/* activeクラスがついたら数字を表示 */
.js-reveal.active .c-bar-chart__label {
  opacity: 1;
}



/* ===================================================================
   研修追加CSS
=================================================================== */

/* --- 見出し --- */
.p-training-block-heading {
  position: relative;
  padding: 0 0 0 24px;
}

.p-training-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg,
      #333333 0%,
      #333333 66%,
      var(--primary-color) 66%,
      var(--primary-color) 100%);
}

.p-training-block-heading__main {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 4px;
}

.p-training-block-heading__sub {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--primary-color);
}


/* --- 研修担当者 --- */
.p-training-staff {
  position: relative;
}

.p-training-staff__frame {
  position: absolute;
  z-index: -2;
  top: 0;
  right: calc(14.45vw + 4px);
  width: calc(100% + 4px);
  height: 100%;
  border: 4px solid #ff6e2b;
  margin-top: 40px;
}

.p-training-staff__body {
  display: flex;
  align-items: flex-start;
  gap: 0 4.17vw;
}

.p-training-staff__left {
  flex-shrink: 0;
  width: fit-content;
  padding: 120px 0;
  margin-right: 8vw;
}

.p-training-staff__right {
  flex: 1;
  position: relative;
  background-color: #fffdfb;
  padding: 120px 0 120px 6vw;
}

.p-training-staff__right::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background-color: #fffdfb;
}


/* --- 研修担当者 リスト --- */
.p-training-instructor-list {
  display: grid;
  gap: 64px;
  margin-block: 64px 64px;
}

.p-training-instructor-list__item {
  position: relative;
  min-width: 300px;
}

.p-training-instructor-list__photo-wrap {
  position: relative;
  flex-shrink: 0;
  width: 184px;
  text-align: center;
}

.p-training-instructor-list__photo {
  width: 184px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.p-training-instructor-list__badge {
  display: block;
  width: fit-content;
  margin: -16px auto 0;
  position: relative;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 100vh;
  padding: 0.2em 0.8em;
}

.p-training-instructor-list__main {
  margin-top: 4px;
}

.p-training-instructor-list__bubble {
  position: absolute;
  left: 140px;
  top: -32px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.4;
  padding: 14px 16px 8px;
  background: url(assets/img/training/fukidashi_01.svg) no-repeat;
  background-size: contain;
  width: 260px;
  height: 110px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.05));
}

.p-training-instructor-list__bubble mark {
  background: none;
  color: var(--primary-color);
  font-weight: 700;
}

.p-training-instructor-list__role {
  font-size: 14px;
  line-height: 1.5;
}


/* --- 研修場所 --- */
.p-training-location-list {
  margin-top: 2rem;
}

.p-training-location-list__item {
  margin: 0 0 1.5rem;
}

.p-training-location-list__tag {
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
}

.p-training-location-list__tag--accent {
  background-color: var(--primary-color)
}

.p-training-location-list__address {
  font-size: 16px;
  line-height: 1.4;
  margin: 8px 0 0 8px;
}


/* --- 研修スケジュール タイムライン --- */
.p-training-schedule-list {
  margin-top: 64px;
  display: grid;
  gap: 64px;
}

.p-training-schedule-list__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 56px;
}

.p-training-schedule-list__media {
  position: relative;
  flex-shrink: 0;
  max-width: 256px;
}

.p-training-schedule-list__day {
  position: absolute;
  z-index: 1;
  top: -24px;
  left: -32px;
  width: 80px;
  aspect-ratio: 1/1;
}

.p-training-schedule-list__photo {
  width: 100%;
  aspect-ratio: 480/320;
  overflow: hidden;
}

.p-training-schedule-list__content {
  flex: 1;
}

.p-training-schedule-list__title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #CCCCCC;
}

.p-training-schedule-list__desc {
  font-size: 15px;
}


/* --- 研修後のサポート体制 --- */
.p-training-support {
  position: relative;
  padding-block: 240px 160px;
}

.p-training-support__body {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4.5rem;
  background: linear-gradient(to right,
      rgba(255, 110, 43, 0.05) 0%,
      rgba(255, 110, 43, 0.05) calc(100% - 100px),
      transparent calc(100% - 100px),
      transparent 100%);
  padding-inline: 100px 0;
}

.p-training-support__content {
  flex: 1;
  padding-block: 60px;
}

.p-training-support__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}

.p-training-support__rule {
  width: 4rem;
  height: 2px;
  background-color: var(--primary-color);
  margin: 0 0 1.75rem;
}

.p-training-support__sentence {
  margin-bottom: 1.25rem;
}

.p-training-support__media {
  position: relative;
  flex-shrink: 0;
  width: 50%;
  margin-block: -40px;
  margin-right: 0;
}

.p-training-support__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* --- 研修中の様子 ギャラリー --- */
.p-training-gallery {
  padding: 0 0 7.5rem;
}

.p-training-gallery__header {
  text-align: center;
  margin: 0 0 3rem;
}

.p-training-gallery__eyebrow {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.p-training-gallery__title {
  font-size: 32px;
  font-weight: bold;
}

.p-training-gallery__text {
  text-align: center;
  margin-bottom: 24px;
}

.p-training-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-bottom: 120px;
}

.p-training-gallery__item-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 4px;
}

.p-training-gallery__item-caption {
  display: block;
  text-align: center;
  font-size: 14px;
}

.p-training-gallery__videos {
  display: flex;
  gap: 80px;
  justify-content: center;
}

.p-training-gallery__videos iframe {
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 16 / 9;
}


/* --- 研修を受けた先輩の声 --- */
.p-training-message__link {
  margin-inline: auto 0;
  margin-top: 16px;
}

/* --- よくある質問 --- */
.p-training__qa {
  padding: 0;
}

/* --- CTA --- */
.p-training-links {
  padding-top: 120px;
}


/* ===================================================================
   メディアクエリ（max-width: 1600px）
=================================================================== */
@media screen and (max-width: 1600px) {

  /* 研修スケジュール タイムライン */
  .p-training-schedule-list__item {
    flex-direction: column;
    gap: 24px;
  }

  .p-training-schedule-list__title {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}


/* ===================================================================
   メディアクエリ（max-width: 1024px）
=================================================================== */
@media screen and (max-width: 1024px) {

  /* 研修担当者 */
  .p-training-staff__frame {
    right: calc(3.76rem + 4px);
    margin-top: 0;
    height: calc(100% + 40px);
  }

  .p-training-staff__body {
    flex-direction: column;
    gap: 40px 0;
  }

  .p-training-staff__left {
    width: 100%;
    padding: 56px 0;
    margin-right: 0;
  }

  .p-training-staff__right {
    width: auto;
    margin-left: calc(0px - 3.76rem);
    margin-right: calc(0px - 3.76rem);
    padding: 4rem;
  }

  .p-training-staff__right::after {
    content: none;
  }

  /* 研修担当者 リスト */
  .p-training-instructor-list {
    grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
  }

  .p-training-schedule-list__item {
    flex-direction: row;
  }

  .p-training-instructor-list__photo-wrap {
    width: 200px;
  }

  .p-training-instructor-list__photo {
    width: 200px;
  }

  .p-training-instructor-list__role {
    font-size: 12px;
  }

  .p-training-instructor-list__bubble {
    left: 160px;
    top: -20px;
  }

  /* 研修後のサポート体制 */
  .p-training-support {
    padding-block: 120px;
  }

  .p-training-support__body {
    background: linear-gradient(to top,
        rgba(255, 110, 43, 0.05) 0%,
        rgba(255, 110, 43, 0.05) calc(100% - 100px),
        transparent calc(100% - 100px),
        transparent 100%);
    flex-direction: column-reverse;
    gap: 32px 0;
    padding: 100px;
    margin-right: 0;
  }

  .p-training-support__content {
    padding-block: 0;
  }

  .p-training-support__media {
    width: 100%;
    margin-block: -40px 24px;
    padding: 0;
  }

  /* 研修中の様子 ギャラリー */
  .p-training-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* ===================================================================
   メディアクエリ（max-width: 768px）
=================================================================== */
@media screen and (max-width: 768px) {

  /* 見出し */
  .p-training-block-heading {
    margin: 0 0 1.5rem;
  }

  .p-training-block-heading__main {
    font-size: 1.25rem;
  }

  .p-training-block-heading__sub {
    font-size: 0.81rem;
  }

  /* 研修担当者 */
  .p-training-staff {
    padding: 40px 0;
  }

  .p-training-staff__frame {
    right: 1rem;
  }

  .p-training-staff__left {
    padding: 0;
  }

  .p-training-staff__right {
    margin-left: calc(0px - 1rem);
    margin-right: calc(0px - 1rem);
    padding: 40px 1.5rem;
  }

  /* 研修スケジュール タイムライン */

  .p-training-schedule-list {
    margin-top: 56px;
  }

  .p-training-schedule-list__item {
    flex-direction: column;
    margin-left: 2rem;
    gap: 16px;
  }

  .p-training-schedule-list__media {
    max-width: 100%;
  }

  .p-training-schedule-list__day {
    left: -2rem;
  }


  .p-training-schedule-list__title {
    font-size: 16px;
  }

  /* 研修後のサポート体制 */
  .p-training-support {
    padding-block: 80px;
  }

  .p-training-support__body {
    padding: 2rem 1rem;
    width: auto;
    margin-left: calc(0px - 1rem);
    margin-right: calc(0px - 1rem);
  }

  .p-training-support__media {
    margin: 0;
  }

  .p-training-support__heading {
    font-size: 24px;
  }

  /* 研修中の様子 ギャラリー */
  .p-training-gallery {
    padding: 0 0 3.75rem;
  }

  .p-training-gallery__header {
    margin: 0 0 1.88rem;
  }

  .p-training-gallery__title {
    font-size: 24px;
  }

  .p-training-gallery__text {
    margin-bottom: 8px;
  }

  .p-training-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
    margin: 0 0 32px;
  }

  .p-training-gallery__item-photo {
    margin-bottom: 2px;
  }

  .p-training-gallery__item-caption {
    font-size: 0.69rem;
  }

  .p-training-gallery__videos {
    gap: 8px;
  }

  .p-training-gallery__video {
    width: calc(50% - 0.38rem);
    max-width: 11rem;
  }

  /* --- CTA --- */
  .p-training-links {
    padding-top: 40px;
  }

}

/* ===================================================================
   メディアクエリ（max-width: 480px）
=================================================================== */
@media screen and (max-width: 480px) {

  /* 研修担当者 リスト */

  .p-training-instructor-list {
    margin-block: 40px;
    gap: 40px;
  }

  .p-training-instructor-list__photo-wrap {
    width: 124px;
  }

  .p-training-instructor-list__photo {
    width: 124px;
  }

  .p-training-instructor-list__bubble {
    font-size: 14px;
    width: 220px;
    padding: 14px 12px;
    top: -24px;
    left: 100px;
  }

  .p-training-instructor-list__badge {
    font-size: 14px;
  }
}

/* adjustment */
.u-display--sm {
  display: none;
}

.u-display--md {
  display: none;
}

.u-visible--sm {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-display--sm {
    display: block;
  }

  .u-visible--sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden--sm {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .u-display--md {
    display: block;
  }

  .u-hidden--md {
    display: none;
  }
}

.u-text-link {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-inline: auto;
  line-height: 1;
  padding-bottom: .2em;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}

.u-text-link.-external::after {
  content: "";
  display: block;
  margin-left: 0.4em;
  width: 1rem;
  height: 1rem;
  background: url(assets/img/cmn/menu-icon__external--w.svg) no-repeat center / contain;
  color: inherit;
}

.u-text-link.-line {
  color: #06C755;
  border-bottom: solid 1px #06C755;
}

.u-text-link.-line::after {
  background: url(assets/img/cmn/menu-icon__external--line.svg) no-repeat center / contain;
}

.u-color--primary {
  color: var(--primary-color);
}

.u-bg-color--primary {
  background: rgba(232, 80, 9, 0.05);
  padding: 1rem;
  font-size: 0.88rem;
  font-weight: 500;
}

.u-bg-color--mid-career {
  background: var(--mid-career-color) !important;
}

.u-color--red {
  color: #e53d30;
}

.u-font--family-en {
  font-family: "Poppins", sans-serif;
}

.u-font--size-sm {
  font-size: 0.88em;
}

.u-font--size-lg {
  font-size: 1.25em;
}

.u-line-spacing--narrow {
  line-height: 1.7;
}

.u-border-solid {
  position: relative;
}

.u-border-solid::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right,
      #333333,
      #333333 3px,
      transparent 3px,
      transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.u-weight--700 {
  font-weight: 700;
}

.u-weight--400 {
  font-weight: 400;
}

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

.u-mgT-64 {
  margin-top: 4rem;
}

.u-mgT-128 {
  margin-top: 8rem;
}

.u-mgT-160 {
  margin-top: 10rem;
}

.u-mgB-64 {
  margin-bottom: 4rem;
}

.u-mgB-128 {
  margin-bottom: 8rem;
}

.u-mgB-160 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .u-mgT-64 {
    margin-top: 2rem;
  }

  .u-mgT-128 {
    margin-top: 4rem;
  }

  .u-mgT-160 {
    margin-top: 5rem;
  }

  .u-mgB-64 {
    margin-bottom: 2rem;
  }

  .u-mgB-128 {
    margin-bottom: 4rem;
  }

  .u-mgB-160 {
    margin-bottom: 5rem;
  }
}

.u-pdI-32 {
  padding-inline: 2rem;
}

@media screen and (max-width: 768px) {
  .u-pdI-32 {
    padding-inline: 1rem;
  }
}

.u-target-anchor {
  margin-top: -6rem;
  padding-top: 6rem;
}

#new-open,
#new-open-2,
#new-open-3,
#new-open-4,
#new-open-5,
#new-open-6 {
  margin-top: -120px;
  padding-top: 120px;
}

/* single */
.p-single {
  padding: 2rem 0;
}

.p-single__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0 !important;
}

.p-single__content {
  text-align: left;
}

.p-single__back {
  text-align: center;
  margin-top: 2em;
}

.p-single__thumb {
  margin-bottom: 3rem;
}

.p-single__thumb img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.p-single__content p {
  line-height: 1.8;
}

.p-single__content p+p {
  margin-top: 2em;
}

.p-single__content h2,
.p-single__content h3,
.p-single__content h4 {
  font-weight: 700;
  line-height: 1.4;
  margin: 2.5em 0 0.75em;
}

.p-single__content h2 {
  font-size: 2rem;
}

.p-single__content h3 {
  font-size: 1.5rem;
}

.p-single__content h4 {
  font-size: 1.25rem;
}

.p-single__content a {
  color: var(--primary-color);
  text-decoration: underline;
}

.p-single__content ul,
.p-single__content ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}

.p-single__content ul {
  list-style: disc;
}

.p-single__content ol {
  list-style: decimal;
}

.p-single__content li {
  line-height: 1.8;
  margin-bottom: 0.4em;
}

.p-single__content li::marker {
  color: var(--primary-color);
}

.p-single__content img {
  width: 100%;
  height: auto;
  max-height: none;
  margin: 2em 0;
}

.p-single__content figcaption {
  margin-top: 0.5em;
  font-size: 0.88rem;
  color: #999999;
}

.p-single__content blockquote {
  margin: 2em 0;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid var(--primary-color);
  background-color: rgba(var(--primary-color-rgb), 0.05);
  line-height: 1.8;
}

.p-single__content table {
  width: 100%;
  margin: 2em 0;
  border-collapse: collapse;
}

.p-single__content th,
.p-single__content td {
  padding: 0.75em 1em;
  border: 1px solid #dddddd;
  line-height: 1.6;
}

.p-single__content th {
  background-color: rgba(var(--primary-color-rgb), 0.05);
}

@media screen and (max-width: 768px) {
  .p-single__thumb {
    margin-bottom: 2rem;
  }

  .p-single__content h2 {
    font-size: 1.5rem;
  }

  .p-single__content h3 {
    font-size: 1.25rem;
  }
}