/*
Theme Name: th-recruit
Theme URI: https://th-evo.jp/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;
}

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

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: #7f7f7f;
  --primary-color-rgb: 255, 110, 43;
  --_form-control-border-color-hover: transparent !important;
  --_form-control-border-color-focus: transparent !important;
}

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


body {
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.05em;
}

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: #F9F9F9;
}

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

/* 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-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  border-bottom: solid 1px #cccccc;
  background-color: transparent;
  transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.l-header.is-scrolled {
  background-color: rgba(249, 249, 249, 1);
  border-bottom: none;
}

.page .l-header {
  background-color: rgba(249, 249, 249, 1);
  border-bottom: none;
}

.l-header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 5rem;
}

.l-header-nav {
  position: static;
  width: auto;
  height: auto;
  background: none;
  transition: none;
  box-shadow: none;
  opacity: 1;
  overflow-y: visible;
}

.l-header-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
}

.l-header-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  opacity: 1;
  transform: translateX(0);
  transition: none;
}

.l-header-item a {
  text-decoration: none;
  color: #333333;
  padding: 16px 24px;
  width: fit-content;
}

.l-header-item a:hover {
  color: var(--primary-color);
}

.l-header-item__sub {
  display: block;
  font-size: .75em;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}

.l-header-item.-external {
  margin-left: 32px;
  cursor: unset !important;
}

.l-header-item.-external::before {
  display: none !important;
}

.l-header-item.-external a {
  background: linear-gradient(135deg, rgba(255, 110, 43, 1) 0%, rgba(232, 80, 9, 1) 100%);
  /* PCでは常に背景色を適用 */
  color: #fff !important;
  padding: 12px !important;
  border-radius: 4px;
  cursor: pointer;
}

.hamburger-menu {
  display: none;
}

@media (max-width: 1100px) {

  .l-header {
    padding-block: 1rem;
  }

  .l-header>div {
    padding: 0 4%;
    height: unset;
  }

  .hamburger-menu {
    display: flex;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 1001;
  }

  .hamburger-line {
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease-in-out;
  }

  /* アクティブ状態（Xアニメーション） */
  .hamburger-menu.active .hamburger-line {
    background-color: #F9F9F9;
  }

  .hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }

  .hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }

  /* ナビゲーションコンテナ（モバイル） */
  .l-header-nav {
    position: fixed;
    top: 0;
    right: -480px;
    max-width: 480px;
    width: 100%;
    height: 100svh;
    height: 100dvh;
    background: #111111;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .l-header-nav.active {
    right: 0;
    opacity: .9;
  }

  .l-header-list {
    list-style: none;
    padding: 80px 0 0 0;
    margin: 0;
    flex-direction: column;
  }

  .l-header-item {
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
  }

  .l-header-nav.active .l-header-item {
    opacity: 1;
    transform: translateX(0);
  }

  .l-header-nav.active .l-header-item:nth-child(1) {
    transition-delay: 0.1s;
  }

  .l-header-nav.active .l-header-item:nth-child(2) {
    transition-delay: 0.2s;
  }

  .l-header-nav.active .l-header-item:nth-child(3) {
    transition-delay: 0.3s;
  }

  .l-header-nav.active .l-header-item:nth-child(4) {
    transition-delay: 0.4s;
  }

  .l-header-nav.active .l-header-item:nth-child(5) {
    transition-delay: 0.6s;
  }

  .l-header-item a {
    position: relative;
    display: block;
    color: #F9F9F9;
    padding: 16px 32px;
    width: 100%;
    text-align: left;
  }

  .l-header-item a::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: .8rem;
    height: .8rem;
    display: block;
    background: url(assets/img/menu-icon__arrow.svg) no-repeat center / contain;
  }

  .l-header-item.-external {
    margin-left: 0;
  }

  .l-header-item.-external a {
    border-radius: 0;
    background-color: transparent;
    color: #F9F9F9 !important;
    padding: 32px !important;
  }

  .l-header-item.-external a::after {
    background: url(assets/img/menu-icon__external.svg)no-repeat center / contain;
    width: 1rem;
    height: 1rem;
  }

  .l-header-nav.active .l-header-item.-external a {
    background: linear-gradient(135deg, rgba(255, 110, 43, 1) 0%, rgba(232, 80, 9, 1) 100%);
    color: #fff !important;
    transition: background-color 0.3s ease-in-out 0.8s;
  }
}


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

.footer-recruit__bg {
  height: 30vw;
}

.footer-recruit__bg img {
  object-position: top;
}

.footer-recruit__container {
  padding-inline: 0;
  margin-inline: 0;
  position: relative;
}

.footer-recruit__banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 880px;
}

.footer-recruit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: start;
  text-align: left;
}

.footer-recruit__grid .link .description {
  margin-bottom: 4rem;
}

.footer-body {
  background: url(assets/img/footer-bg.webp) no-repeat center / cover;
  color: #f9f9f9;
  text-align: center;
  padding-block: 20vw 5rem;
}

.footer-logo {
  width: 5rem;
}

.footer-nav {
  margin: 5rem auto;
}

.footer-nav__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: fit-content;
  margin-inline: auto;
  font-family: "Poppins", sans-serif;
}

.footer-nav__menu-item.-external a {
  padding-left: 20px;
  position: relative;
}

.footer-nav__menu-item.-external a::before {
  content: "";
  width: .9rem;
  height: .9rem;
  background: url(assets/img/menu-icon__external.svg) no-repeat center / contain;
  color: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-bottom {
  border-top: solid 1px #8a8a8a;
  font-size: .75rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}

.footer-bottom__info {
  display: grid;
  gap: .5rem;
}

.footer-bottom__info .head {
  font-size: 1rem;
  font-weight: bold;
}

.footer-bottom__copyright a {
  color: #8a8a8a;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .footer-recruit__bg {
    height: 50vw;
  }

  .footer-recruit__banner {
    width: 96vw;
  }

  .footer-body {
    padding-block: 40vw 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 4rem;
  }

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

.c-sentence {
  line-height: 2;
}

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

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

  .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: .8;
  }
}

.c-catch-text {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
}

@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: #E02613;
  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: .5em;
}

.c-heading__main-title {
  font-size: 2.5rem;
  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 #cccccc;
}

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

.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+.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::before {
    left: 0;
  }

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

  .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 .75em;
  }
}

.c-catch-heading {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: clamp(2.8rem, 4.17vw, 4.69rem);
  line-height: 1.2;
  letter-spacing: -0.075em;
  font-weight: 400;
  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;
}

@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::before {
  background-color: #fff;
}

.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__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%;
  }
}

@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: var(--primary-color);
}

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

@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__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, #92fe9d, #00c9ff);
}

.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: inlie-block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  border: 1px solid #333333;
  padding: 0 0.5em;
  margin: 0 0 0.63rem;
}

.c-voice-parts__name {
  display: block;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  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 2rem;
  padding: 0.75rem 1.25rem 0;
}

.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: 8rem;
    margin-top: -5rem;
  }

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

  .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-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: -8rem;
  left: calc(50% + 2rem);
  -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 3.75rem;
  }

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

  .c-challenge-parts__balloon {
    width: 7.5rem;
    top: -2rem;
    right: -1.25rem;
    -webkit-transform: none;
    transform: none;
  }

  .c-challenge-parts__balloon picture {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .c-challenge-parts__typo {
    opacity: .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::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;
  }
}


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

.p-top-mv__video {
  position: relative;
  height: 75svh;
  opacity: .3;
}

.p-top-mv__video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image:
    linear-gradient(to right, #33333320 2px, transparent 2px);
  background-size: 4px 100%;
}

.p-top-mv__video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.p-top-mv__title {
  position: absolute;
  left: 6%;
  bottom: 40%;
  font-size: clamp(32px, 3vw, 52px);
  letter-spacing: .4rem;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  font-weight: 500;
  color: #333333;
}

.p-top-mv__banner {
  position: absolute;
  right: 0;
  bottom: 6%;
}

.p-top-mv__banner a {
  width: fit-content;
}

.p-top-mv__banner a img {
  max-width: 280px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__banner {
    bottom: 3%;
  }

  .p-top-mv__banner a img {
    max-width: 200px;
  }
}

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

.p-top-intro__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: url(assets/img/bg-43b.webp);
  opacity: .3;
}

.p-top-intro01 {
  position: relative;
  padding: 10rem 0 7rem;
}

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

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

.p-top-intro01__side-img {
  display: none;
}

.p-top-intro01__line {
  top: 10rem;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem 2.5rem;
}

.p-top-intro01__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4.38rem 0 0;
  min-width: 30rem;
}

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

.p-top-intro01__right {
  position: relative;
  width: 47.4vw;
  margin: -5rem -6.25vw 0 0;
}

.p-top-intro01__typo {
  position: absolute;
  top: 9.38rem;
  right: -6.25vw;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary-color);
  text-stroke: 1px var(--primary-color);
  font-size: 11vw;
}

.p-top-intro01__map {
  position: relative;
  width: 100%;
  aspect-ratio: 908/1055;
}

.p-top-intro01__circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: rgba(110, 43, 255, 0.4);
  -webkit-animation: 2.6s worldMapCircle linear infinite;
  animation: 2.6s worldMapCircle linear infinite;
}

.p-top-intro01__circle span:nth-child(2) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.p-top-intro01__circle span:nth-child(3) {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.p-top-intro01__circle01 {
  position: absolute;
  z-index: 1;
  bottom: 2%;
  right: -5%;
  width: 75%;
  height: 64.55%;
  padding-top: 27%;
}

.p-top-intro01__circle02 {
  position: absolute;
  z-index: 1;
  bottom: 14%;
  left: 9%;
  width: 24%;
  padding-top: 24%;
}

@-webkit-keyframes worldMapCircle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  20% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes worldMapCircle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  20% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}


@media screen and (max-width: 1440px) {
  .p-top-intro01__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;
  }

  .p-top-intro01__typo {
    right: 0;
    left: 0;
  }

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

@media screen and (max-width: 1280px) {
  .p-top-intro01__line {
    width: calc(100vw - 1.88rem);
  }

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

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

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

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

  .p-top-intro01__typo {
    top: 4rem;
    font-size: 16vw;
  }

  .p-top-intro01__left {
    padding: 1.25rem 0 0;
    min-width: unset;
  }

  .p-top-intro01__right {
    width: 100%;
    position: absolute;
    width: 150vw;
    z-index: -1;
    opacity: .2;
  }

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

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

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

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

.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: #cccccc;
}

.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: 400;
  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: 6rem 0;
  }

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

.p-top-message__bg {
  position: absolute;
  z-index: 0;
  top: 12rem;
  left: 0;
  width: 100%;
  height: calc(100% - 12rem);
  background: url(assets/img/home/message_bg.webp) 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: rgba(34, 34, 34, 0.9);
}

.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.58rem);
  }

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

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

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

}

.p-page {
  padding-top: 5rem;
}

.p-page-mv__inner {
  position: relative;
  margin-right: 0;
  margin-left: 10%;
  max-width: 100%;
  height: 100%;
}

.p-page-mv {
  height: 280px;
  margin-bottom: 10rem;
}

.p-page-mv__heading {
  position: absolute;
  bottom: 0;
  left: -10%;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: .5rem 4rem .5rem 16%;
}

.p-page-mv__main-title {
  position: relative;
  padding-left: 1rem;
  font-size: 2rem;
}

.p-page-mv__main-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -100vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100vw;
  height: 1px;
  background: #f1f1f1;
}

.p-page-mv__sub-title {
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1100px) {
  .p-page {
    padding-top: 63px;
  }

  .p-page-mv {
    height: 140px;
    margin-bottom: 4rem;
  }

  .p-page-mv__inner {
    margin-left: 1rem;
  }

  .p-page-mv__heading {
    left: -1rem;
    padding: .5rem 1.5rem .5rem 16%;
    margin-bottom: -1rem;
  }

  .p-page-mv__main-title {
    font-size: 1.5rem;
  }
}


.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-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-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% + 14.58vw) !important;
  margin: 0 -14.58vw 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(#cccccc), to(#e53d30));
  background: linear-gradient(90deg, #cccccc, #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: .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%;
    margin: 0 !important;
    max-width: fit-content;
  }

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

@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: left;
  -ms-flex-pack: left;
  justify-content: left;
}

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

@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) {
  margin-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) {
    margin-bottom: 3.75rem;
  }
}

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

/*lightbox調整*/
.about .lb-outerContainer {
  height: auto !important;
  max-height: none !important;
}

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

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

.p-company-about01 {
  padding-bottom: 15rem;
}

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

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

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

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

  }
}

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

.p-company-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-company-feature__container {
  padding: 0 6.25vw 0 0;
}

.p-company-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-company-feature__header {
  letter-spacing: -0.05em;
  margin: 0 0 3.75rem;
}

.p-company-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: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.p-company-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-company-feature__heading {
  display: block;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 0 0 2.88rem;
}

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

.p-company-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-company-feature__item:not(:last-of-type) {
  margin-bottom: 2rem;
}

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

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

.p-company-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-company-feature__ico img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-company-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-company-about03__typo {
    left: 0;
    font-size: 13vw;
  }
}

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

@media screen and (max-width: 480px) {
  .p-company-about03 {
    padding-bottom: 3.75rem;
  }
}

.p-company-history {
  position: relative;
  z-index: 0;
  padding: 13.13rem 0 10rem;
}

.p-company-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-company-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-company-history__block:not(:last-of-type) .p-company-history__content {
  padding-bottom: 6rem;
}

.p-company-history__block:first-of-type .p-company-history__year {
  padding-top: 6rem;
}

.p-company-history__block:first-of-type .p-company-history__content {
  padding-top: 6rem;
}

.p-company-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-company-history__content {
  position: relative;
}

.p-company-history__content::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333333;
}

.p-company-history__item {
  position: relative;
  padding: 0 0 0 2.5rem;
}

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

.p-company-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-company-history__item::after {
  content: "";
  position: absolute;
  top: 0.63rem;
  left: -1px;
  display: inline-block;
  width: 1.5rem;
  height: 2px;
  background-color: var(--primary-color);
}

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

  .p-company-history__block:not(:last-of-type) .p-company-history__content {
    padding-bottom: 2.5rem;
  }

  .p-company-history__block:first-of-type .p-company-history__year {
    padding-top: 3.75rem;
  }

  .p-company-history__block:first-of-type .p-company-history__content {
    padding-top: 3.75rem;
  }

  .p-company-history__year {
    width: 5.63rem;
    font-size: 1.5rem;
    margin: 0;
  }

  .p-company-history__item {
    font-size: 0.88rem;
  }

  .p-company-history__item:not(:last-of-type) {
    margin-bottom: 0.88rem;
  }
}

.p-company-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-company-gallery {
    margin: 0 0 3.75rem;
    gap: .3rem;
  }
}

.p-company-about04 {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}

.p-company-about04__table th {
  position: relative;
  width: 36%;
  font-weight: 400;
  border-bottom-color: #cccccc;
  padding-right: 1rem;
}

.p-company-about04__table th::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  width: 1.5rem;
  height: 2px;
  background-color: #E02613;
}

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

.p-company-access {
  position: relative;
  z-index: 0;
  background-color: #fff;
  margin: 0 0 7.5rem;
  -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-company-access__map {
  position: relative;
  aspect-ratio: 1400/647;
  background-color: #e4e4e4;
}

.p-company-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company-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-company-access__title {
  margin: 0 0 1em;
}

.p-company-access__btn {
  min-width: initial;
  width: 100%;
  max-width: 16.25rem;
  padding: 0 2rem;
}

.p-company-access__btn-ico {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 1/1;
}

.p-company-access__btn-ico::before,
.p-company-access__btn-ico::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  background-color: #fff;
}

.p-company-access__btn-ico::before {
  left: 0;
  bottom: 0;
}

.p-company-access__btn-ico::after {
  right: 0;
  top: 0;
  background-color: transparent;
}

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

  .p-company-access__map {
    aspect-ratio: 3/2;
  }

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

.p-company-shop {
  position: relative;
}

.p-company-shop__heading {
  position: absolute;
  top: 0;
  left: -2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.5rem;
  aspect-ratio: 280/80;
}

.p-company-shop__block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem 5rem;
}

.p-company-shop__block:not(:last-of-type) {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #999999;
}

.p-company-shop__map {
  position: relative;
  width: 48%;
  aspect-ratio: 480/360;
  background-color: #e4e4e4;
}

.p-company-shop__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-company-shop__title,
.p-company-shop__address,
.p-company-shop__tel,
.p-company-shop__desc {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 1em;
}

.p-company-shop__title {
  font-weight: 600;
  font-size: 1.2rem;
}

.p-company-shop__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.63rem;
}

.p-company-shop__gallery-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 140/120;
}

@media screen and (max-width: 1440px) {
  .p-company-shop__map {
    width: 100%;
  }
}

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

  .p-company-shop__block {
    gap: 2.5rem 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-company-shop__heading {
    width: 10rem;
    left: 1rem;
  }

  .p-company-shop__block {
    gap: 1rem;
  }
}

.p-message {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
}


.p-message-container {
  padding-bottom: 10rem;
}

.p-message-section:not(:last-child) {
  margin-bottom: 8rem;
}

.p-message-section__media {
  margin-bottom: 4rem;
}

.p-message-section__content {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
}

.p-message-section__head {
  position: relative;
  flex-shrink: 0;
  padding: 0 4rem 4rem 0;
}

.p-message-section__head::after {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(224, 38, 19, 1) 0%, rgba(224, 38, 19, 1) 10%, rgba(204, 204, 204, 1) 10%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-message-section__main {
  flex-grow: 1;
}


@media (max-width: 1280px) {
  .p-message-section__content {
    display: block;
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 768px) {
  .p-message {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 90%);
  }

  .p-message-container {
    padding-bottom: 4rem;
  }

  .p-message-section:not(:last-child) {
    margin-bottom: 4rem;
  }

  .p-message-section__media {
    margin-bottom: 2rem;
  }

  .p-message-section__head {
    padding: 0 0 2rem 0;
  }
}

.p-contact {
  background: url(assets/img/contact/bg-img.webp) no-repeat center / cover;
}

.p-contact-container {
  padding-block: 10rem;
}

.p-contact-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  ;
  gap: clamp(4rem, 8vw, 10rem);
}

.p-contact-section {
  position: relative;
  z-index: 10;
  margin-top: 4rem;
}

.p-contact-section__head {
  position: relative;
}

.p-contact-section__head::before {
  content: 'CONTACT';
  font-family: "Poppins", sans-serif;
  font-size: 10vw;
  opacity: .05;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: -15vw;
}

.p-contact-section__main {
  margin-top: 4rem;
}

.p-contact-section__media {
  margin-top: 4rem;
  overflow: hidden;
  margin-left: calc(-1 * (6.25vw + 8.33vw));
  width: calc(100% + 6.25vw + 8.33vw);
}

.p-contact-form {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: clamp(1.25rem, 5vw, 4rem);
  min-width: 32rem;
}


@media screen and (max-width: 1280px) {
  .p-contact-container {
    max-width: 50rem;
    margin-inline: auto;
  }

  .p-contact-section__head {
    align-items: center;
  }

  .p-contact-section__head::before {
    font-size: 12vw;
    left: 50%;
    transform: translate(-50%, -70%);
  }

  .p-contact-column {
    grid-template-columns: 1fr;
  }

  .p-contact-section__media {
    margin-left: 0;
    width: fit-content;
    display: none;
  }

  .p-contact-form {
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .p-contact-container {
    padding-block: 6rem;
  }

  .p-contact-section__main {
    text-align: center;
  }
}

.p-contact-form .smf-form {
  display: grid;
  gap: 2rem;
}

.smf-form-column {
  display: flex;
  gap: 2rem;
}

.smf-item__col--label {
  display: flex !important;
  gap: .75rem !important;
  font-weight: 600 !important;
  margin-bottom: .5rem !important;
  align-items: center !important;
}

.smf-item__description {
  background: var(--primary-color) !important;
  font-size: .65rem !important;
  color: #ffffff !important;
  line-height: unset !important;
  padding: 2px 6px !important;
  margin-top: 1px !important;
}

.smf-text-control {
  display: flex !important;
  position: relative !important;
}

.smf-text-control__control {
  width: 100% !important;
  max-width: 12rem !important;
  height: 2rem !important;
  background: #ffffff !important;
  border: solid 1px #cccccc !important;
  padding-inline: .5rem !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: var(--primary-color) !important;
  position: absolute;
  right: 0 !important;
}


.smf-control-description {
  color: #cccccc !important;
  font-size: .75rem !important;
  margin-top: .25rem !important;
}

.smf-textarea-control__control {
  width: 100% !important;
  max-width: 40rem !important;
  height: 20rem !important;
  background: #ffffff !important;
  border: solid 1px #cccccc !important;
  padding: .5rem !important;
}


.smf-button-control button {
  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: #333333 !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;
  margin-top: 2rem !important;
}

.smf-button-control__control[data-action="back"] {
  background-color: #999999 !important;
  width: 6rem !important;
}

.smf-error-messages {
  padding: .75rem !important;
  background: #E02613 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.smf-complete-content {
  text-align: center;
  line-height: 2;
}

.about .l-wrapper {
  background-image: repeating-linear-gradient(to right,
      transparent 0,
      transparent calc(25% - 1px),
      #E9E9E9 calc(25% - 1px),
      #E9E9E9 25%);
  background-size: 25% 100%;
  background-repeat: repeat-x;
  background-position: 25% 0, 50% 0, 75% 0;

  background-image:
    linear-gradient(to right, #E9E9E9 1px, transparent 1px),
    linear-gradient(to right, #E9E9E9 1px, transparent 1px),
    linear-gradient(to right, #E9E9E9 1px, transparent 1px),
    linear-gradient(to right, #E9E9E9 1px, transparent 1px);

  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position:
    calc(100% / 5) 0,
    calc(100% * 2 / 5) 0,
    calc(100% * 3 / 5) 0,
    calc(100% * 4 / 5) 0;
}

.p-about-intro__bg {
  background: #ffffff;
  padding-bottom: 10rem;
}

.p-about-section {
  text-align: center;
}

.p-about-section .c-heading {
  align-items: center;
}


.p-about-mvv {
  position: relative;
  overflow: visible;
  margin-block: 10rem;
}

.p-about-mvv__inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
  max-width: 1400px;
}

.p-about-mvv__img {
  width: 40vw;
  margin-left: calc(50% - 50vw);
}

.p-about-mvv__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.p-about-mvv__content {
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: 3rem;
  display: grid;
  gap: 10rem;
}

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

.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 ::before {
  content: '';
  width: 3rem;
  height: 3rem;
  background: rgba(51, 51, 51, 0.05);
  position: absolute;
  bottom: 2rem;
  left: -1.5rem;
}

.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__inner {
    flex-direction: column;
    align-items: center;
  }

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

  .p-about-mvv__content {
    width: 95%;
    max-width: none;
    gap: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .p-about-mvv__title .head {
    font-size: .85rem;
  }

  .p-about-mvv__title .head .en {
    font-size: 2rem;
    margin-right: .5rem;
  }

  .p-about-mvv__title .head ::before {
    width: 2rem;
    height: 2rem;
    bottom: 1.5rem;
    left: -.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-intro__bg {
    padding-bottom: 4rem;
  }

  .p-about-mvv {
    margin-block: 0 6rem;
  }

  .p-about-mvv__content {
    gap: 4rem;
  }
}


/* adjustment */
.u-display--sm {
  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-hidden--md {
    display: none;
  }
}

.u-color--primary {
  color: var(--primary-color);
}


.u-bg-color--primary {
  background: rgba(232, 80, 9, 0.1);
  padding: 1rem;
  font-size: .88rem;
  font-weight: 500;
}

.u-color--red {
  color: #e53d30;
}

.u-font--family-en {
  font-family: "Poppins", sans-serif;
}

.u-font--size-sm {
  font-size: .88em;
}

.u-font--size-lg {
  font-size: 1.25em;
}

.u-text--underline {
  text-decoration: underline;
}

.u-line-spacing--narrow {
  line-height: 1.7;
}


.u-border-solid {
  position: relative;
}

.u-border-solid::before {
  content: '';
  position: absolute;
  top: -.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-align--center {
  text-align: center;
}

.u-mgB-64 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .u-mgB-64 {
    margin-bottom: 2rem;
  }
}