@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

/* Font-Family
================= */
/* Font-Weight
================= */
/* Line-Height
================= */
/* Letter-Spacing
================= */
/* Color
================= */
/* Transparency
================= */
/* Inner
================= */
/* Padding
================= */
/* Layer
================= */
/* Breakpoint
================= */
/* Mediaquery
================= */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (min-width: 376px) {
  html {
    font-size: clamp(16px, 2.4390243902vw, 20px);
  }
}
@media screen and (min-width: 821px) {
  html {
    font-size: max(12px, 1.3333333333vw);
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

html.is-drawer-active {
  overflow: hidden;
}

body {
  position: relative;
  z-index: -9999;
  background-color: #1B1918;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.5;
  overflow-x: hidden;
}
@media screen and (min-width: 821px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 821px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 821px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

/*======================================
    animation
======================================*/
.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.l-footer {
  text-align: center;
  padding: 2.5em 0;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 821px) {
  .l-footer {
    margin-inline: 1.625rem;
    padding: 1.625rem 0;
  }
}

.l-footer__link {
  text-decoration: underline;
}

.l-footer__copyright {
  letter-spacing: 0.11em;
  margin-top: 1.2em;
}

.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  height: 70px;
  height: 4.375rem;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .l-header {
    height: 5.625rem;
    height: clamp(3.75rem, 2.083rem + 3.47vw, 6.25rem);
  }
}

.l-header__inner {
  height: inherit;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 821px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-header__wrap {
  display: grid;
  justify-items: end;
  grid-template-columns: 8.004375rem 1fr;
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 821px) {
  .l-header__wrap {
    grid-template-columns: 12.63875rem 1fr;
  }
}

.l-header__logo {
  height: inherit;
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.l-header__hamburger {
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 821px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-header__drawer {
  visibility: hidden;
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0s linear 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0s linear 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, visibility 0s linear 0.3s;
  transition: transform 0.3s ease-in-out, visibility 0s linear 0.3s, -webkit-transform 0.3s ease-in-out;
}

html.is-drawer-active .l-header__drawer {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.l-header__global-nav {
  display: none;
}
@media screen and (min-width: 821px) {
  .l-header__global-nav {
    display: block;
    width: 100%;
    height: inherit;
  }
}

.l-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  height: inherit;
}

.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.l-header__link a {
  /* font-family: "Oswald", sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em; */
  padding-right: 30px;
  padding-right: 1.875rem;
  border-right: 1px solid rgba(255, 255, 255, .4);
}
.l-header__link:last-child a {
  border-right: none;
  padding-right: 19px;
  padding-right: 1.1875rem;
}
.l-header__link a img {
  height: 0.8125rem;
  width: auto;
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 821px) {
  .l-inner {
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  z-index: 2;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-to-top__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

.l-to-top a {
  display: grid;
  position: absolute;
  right: 0;
  bottom: 60px;
  bottom: 3.75rem;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47.5px;
  width: 2.96875rem;
  justify-items: center;
}
@media screen and (min-width: 821px) {
  .l-to-top a {
    bottom: 2.6875rem;
    width: 6.5625rem;
  }
}

.l-to-top a img {
  width: 11px;
  width: 0.6875rem;
}

.l-to-top a span {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.c-button {
  display: block;
  margin-inline: auto;
  position: relative;
  width: 230px;
  width: 14.375rem;
  max-width: 100%;
  padding: 16px 36px;
  padding: 1rem 2.25rem;
  border: none;
  border-radius: 2.5rem;
  color: #fff;
  background: #FF7101;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .c-button {
    width: 17.625rem;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding: 1em;
    padding-right: 2em;
  }
}

.c-button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 30px;
  right: 1.875rem;
  width: 18px;
  width: 1.125rem;
  height: 7px;
  height: 0.4375rem;
  background: url(../images/common/icon_arrow-white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 821px) {
  .c-button::after {
    width: 1.40625rem;
    height: 0.5625rem;
    right: 3.3125rem;
  }
}

/* c-section-title
=============================== */
.c-section-title img {
  height: 87px;
  height: 5.4375rem;
  width: auto;
  max-width: none;
}
@media screen and (min-width: 821px) {
  .c-section-title img {
    height: 10.0625rem;
    width: auto;
  }
}

.p-company {
  padding-top: 42.5px;
  padding-top: 2.65625rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}
@media screen and (min-width: 821px) {
  .p-company {
    padding-top: 5.8125rem;
    padding-bottom: 12.5rem;
  }
}

.p-company__lists {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 821px) {
  .p-company__lists {
    margin-top: 3.75rem;
  }
}

.p-company__list {
  padding: 2em 0 2em 8px;
  padding: 2em 0 2em 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 821px) {
  .p-company__list {
    padding: 1.3em;
    font-size: 1.125rem;
  }
}
.p-company__list:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.p-company__list-detail {
  display: grid;
  grid-template-columns: 8.5em auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 821px) {
  .p-company__list-detail {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-company__list-detail dt {
  font-weight: 700;
  color: #787878;
  letter-spacing: 0.18em;
}

.p-company__list-detail dd {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.15em;
}
.p-company__list-detail dd .u-switch-tab {
  display: inline;
}

@media screen and (max-width: 820px) {
  .p-company__list-detail dd .u-switch-tab {
    display: none;
  }
}
.p-copy {
  padding-top: 165px;
  padding-top: 10.3125rem;
  padding-bottom: 173px;
  padding-bottom: 10.8125rem;
  background: url(../images/top/top_copy-bg.jpg) no-repeat center center/cover;
}
.p-copy .l-inner {
  padding: 0;
}
@media screen and (min-width: 821px) {
  .p-copy {
    padding-top: 8.625rem;
    padding-bottom: 13.3125rem;
    margin-bottom: -7.125rem;
  }
  .p-copy .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-copy__text img {
  width: 900px;
  width: 56.25rem;
  margin-inline: auto;
}

/* p-drawer
=============================== */
.p-drawer {
  width: 100%;
  height: 100%;
  padding-top: 95px;
  padding-top: 5.9375rem;
  background-color: rgba(27, 25, 24, .9);
  color: #fff;
  font-weight: 700;
}

.p-drawer__inner {
  padding-right: 23px;
  padding-left: 23px;
}

.p-drawer__link a {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
  border-bottom: 1px solid #fff;
  font-family: "Oswald", sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-drawer__link a img {
  height: 1.125rem;
  width: auto;
}

/* p-hamburger
=============================== */
.p-hamburger {
  width: 73px;
  width: 4.5625rem;
  height: 73px;
  height: 4.5625rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
}

.p-hamburger__lines {
  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: 11px;
  gap: 0.6875rem;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line {
  display: block;
  width: 33px;
  width: 2.0625rem;
  height: 2px;
  height: 0.125rem;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #fff;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: #fff;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line:first-child {
  -webkit-transform: translateY(0.8125rem) rotate(45deg);
          transform: translateY(0.8125rem) rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line:nth-last-child(2) {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line:last-child {
  -webkit-transform: translateY(-0.8125rem) rotate(-45deg);
          transform: translateY(-0.8125rem) rotate(-45deg);
}

.p-hamburger__label {
  position: absolute;
}

.p-main-visual {
  background: url(../images/top/main-visual_sp.jpg) no-repeat center center/cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.p-main-visual::after {
  content: "";
  position: absolute;
  bottom: 30.5px;
  bottom: 1.90625rem;
  left: 50%;
  width: 36px;
  width: 2.25rem;
  height: 82px;
  height: 5.125rem;
  background: url(../images/common/icon-scroll.png) no-repeat center center/contain;
  z-index: 1;
  -webkit-animation: p-main-visual-scroll-float 1s ease-in-out infinite;
          animation: p-main-visual-scroll-float 1s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-main-visual::after {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 821px) {
  .p-main-visual::after {
    display: none;
  }
}
@media screen and (min-width: 821px) {
  .p-main-visual {
    background: url(../images/top/main-visual_pc.jpg) no-repeat center top/cover;
    padding-top: 5.625rem;
    min-height: 53.875rem;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-main-visual__title {
  margin-inline: auto;
  margin-top: 24.689655vh;
}
@media screen and (min-width: 821px) {
  .p-main-visual__title {
    margin-left: 6.875rem;
    margin-top: 0;
  }
}
.p-main-visual__title img {
  width: 85.333333vw;
}
@media screen and (min-width: 821px) {
  .p-main-visual__title img {
    width: 55.1875rem;
  }
}

@-webkit-keyframes p-main-visual-scroll-float {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -0.5rem);
            transform: translate(-50%, -0.5rem);
  }
}

@keyframes p-main-visual-scroll-float {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -0.5rem);
            transform: translate(-50%, -0.5rem);
  }
}
.p-member {
  padding-top: 47px;
  padding-top: 2.9375rem;
  padding-bottom: 226px;
  padding-bottom: 14.125rem;
  background: url(../images/top/member_bg-top-sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 821px) {
  .p-member {
    padding-top: 8.5rem;
    padding-bottom: 9.298125rem;
    background: url(../images/top/member_bg-top.jpg) no-repeat center center/cover;
  }
}

.p-member__title.c-section-title img {
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-member__title.c-section-title img {
    margin-inline: 0;
  }
}

.p-member__text {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.28em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 821px) {
  .p-member__text {
    text-align: left;
    font-size: 1.5625rem;
    line-height: 1.72;
    letter-spacing: 0.28em;
    margin-top: 1.3125rem;
  }
}

.p-member__button .c-button {
  margin-top: 36px;
  margin-top: 2.25rem;
  width: 230px;
  width: 14.375rem;
  background: transparent;
  border: 2px solid #fff;
  padding-left: 67px;
  padding-left: 4.1875rem;
  text-align: left;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 821px) {
  .p-member__button .c-button {
    margin-top: 4.389375rem;
    margin-left: 0;
    width: 24.1875rem;
    padding-left: 4.1875rem;
    text-align: left;
  }
}
.p-member__button .c-button:hover {
  opacity: 1;
  background: rgba(255, 255, 255, .3);
}
.p-member__button .c-button::after {
  right: 23px;
  right: 1.4375rem;
}
@media screen and (min-width: 821px) {
  .p-member__button .c-button::after {
    right: 3.4375rem;
  }
}

.l-page--member.p-member {
  background: #1B1918;
  padding-top: 0;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}
@media screen and (min-width: 821px) {
  .l-page--member.p-member {
    padding-bottom: 13.625rem;
  }
}

.p-member__head {
  background: url(../images/top/member_bg-top-sp.jpg) no-repeat center center/cover;
  padding: 0;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 821px) {
  .p-member__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../images/top/member_bg-top.jpg) no-repeat center 20%/cover;
    min-height: 568px;
  }
}
.p-member__head .p-member__title {
  margin-top: 25vh;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-member__head .p-member__title {
    margin-top: 0;
  }
}

.p-member__lead {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.07692308;
  letter-spacing: 0.1em;
  margin-top: 51px;
  margin-top: 3.1875rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-member__lead {
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 10.625rem;
    line-height: 2.35;
    letter-spacing: 0.22em;
  }
}

/* Member accordion list
================= */
.p-member__list {
  max-width: 1122px;
  margin-inline: auto;
  margin-top: 70px;
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-member__list {
    margin-top: 10rem;
  }
}

.p-member__item {
  border-radius: 1.25rem;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-member__item {
    border-radius: 1.875rem;
  }
}

.p-member__item-header {
  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;
  cursor: pointer;
}
@media screen and (min-width: 821px) {
  .p-member__item-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-member__item-photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.125rem 1.125rem 0 0;
  overflow: hidden;
  -webkit-transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 325/167;
}
@media screen and (min-width: 821px) {
  .p-member__item-photo {
    width: 25.6875rem;
    border-radius: 1.75rem 0 0 1.75rem;
    aspect-ratio: auto;
  }
}
.p-member__item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-member__item.is-open .p-member__item-photo {
  border-radius: 1.125rem 1.125rem 0 0;
}
@media screen and (min-width: 821px) {
  .p-member__item.is-open .p-member__item-photo {
    border-radius: 1.75rem 0 0 0;
  }
}

.p-member__item-info {
  padding: 35px 20px 45px;
  padding: 2.1875rem 1.25rem 2.8125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 821px) {
  .p-member__item-info {
    padding: 2.5rem 3.5rem;
  }
}

.p-member__item-role {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.22em;
  margin-bottom: 0.3em;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-member__item-role {
    font-size: 1.875rem;
    text-align: left;
    margin-bottom: 0.7em;
  }
}

.p-member__item-name {
  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: 8px;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 821px) {
  .p-member__item-name {
    gap: 1.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-member__item-name-jp {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FF7101;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-member__item-name-jp {
    font-size: 2.5rem;
  }
}

.p-member__item-name-en {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-member__item-name-en {
    font-size: 1.5625rem;
    font-weight: 700;
  }
}

.p-member__item-btn {
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  right: -10px;
  right: -0.625rem;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  border-radius: 50%;
  background: #FF7101;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 821px) {
  .p-member__item-btn {
    top: -1.25rem;
    right: -1.25rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}

.p-member__item-btn-icon {
  position: relative;
  display: block;
  width: 19px;
  width: 1.1875rem;
  height: 2.5px;
  height: 0.15625rem;
  background: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 821px) {
  .p-member__item-btn-icon {
    width: 1.8125rem;
    height: 0.25rem;
  }
}
.p-member__item-btn-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2.5px;
  height: 0.15625rem;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (min-width: 821px) {
  .p-member__item-btn-icon::before {
    height: 0.25rem;
  }
}

.p-member__item.is-open .p-member__item-btn-icon::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

/* Accordion body */
.p-member__item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-member__item-body-inner {
  padding: 0 17px 52px;
  padding: 0 1.0625rem 3.25rem;
}
@media screen and (min-width: 821px) {
  .p-member__item-body-inner {
    padding: 4.125rem 5rem;
    border-top: 0.125rem solid #fff;
  }
}

.p-member__item-career {
  background: rgba(255, 255, 255, .11);
  border-radius: 0.8125rem;
  padding: 1.5em;
}
.p-member__item-career p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.91666667;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-member__item-career p {
    font-size: 1.125rem;
    line-height: 1.88888889;
  }
}

.p-member__item-desc {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 821px) {
  .p-member__item-desc {
    margin-top: 2.8125rem;
  }
}
.p-member__item-desc p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.91666667;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 821px) {
  .p-member__item-desc p {
    font-size: 1.25rem;
    line-height: 2.15;
    letter-spacing: 0.2em;
  }
}

.p-member__item-tags-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FF7101;
  letter-spacing: 0.2em;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 821px) {
  .p-member__item-tags-title {
    font-size: 1.5625rem;
    letter-spacing: 0.2em;
    margin-top: 1.5625rem;
  }
}

.p-member__item-tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px 8px;
  gap: 0.5625rem 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 821px) {
  .p-member__item-tags-list {
    gap: 1.3125rem;
  }
}

.p-member__item-tag {
  background: #FF7101;
  color: #fff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.295rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-member__item-tag {
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    padding: 0.625rem 0.9375rem;
    border-radius: 0.5625rem;
  }
}

.p-message {
  position: relative;
  padding-top: 74px;
  padding-top: 4.625rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 821px) {
  .p-message {
    padding-top: 5.0625rem;
    padding-bottom: 10.3125rem;
  }
}
.p-message .l-inner {
  max-width: 1155px;
}

.p-message__title.c-section-title {
  position: absolute;
  top: 78px;
  top: 4.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-message__title.c-section-title img {
  height: 87px;
  height: 5.4375rem;
  width: auto;
}
@media screen and (min-width: 821px) {
  .p-message__title.c-section-title {
    top: 4.625rem;
    left: auto;
    -webkit-transform: none;
            transform: none;
    right: 3.4375rem;
  }
  .p-message__title.c-section-title img {
    width: 10.0625rem;
    height: auto;
  }
}

.p-message__lead {
  padding-top: 150px;
  padding-top: 9.375rem;
}
.p-message__lead img {
  width: 82%;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-message__lead {
    padding-top: 4.6875rem;
  }
  .p-message__lead img {
    width: 48.75rem;
    margin-inline: 0;
  }
}

.p-message__text {
  width: 82%;
  margin-inline: auto;
}
.p-message__text:nth-of-type(2) {
  margin-top: 3em;
}
@media screen and (min-width: 821px) {
  .p-message__text:nth-of-type(2) {
    margin-top: 4.125rem;
  }
}
.p-message__text {
  margin-top: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 821px) {
  .p-message__text {
    font-size: 1.125rem;
    line-height: 2.66666667;
    letter-spacing: 0.17em;
    width: 100%;
  }
}

.p-mission {
  padding-top: 82px;
  padding-top: 5.125rem;
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
}
@media screen and (min-width: 821px) {
  .p-mission {
    padding-top: 13.1875rem;
    padding-bottom: 10.625rem;
  }
}
.p-mission .l-inner {
  max-width: 1180px;
}

.p-mission__title.c-section-title img {
  width: 296.41px;
  width: 18.525625rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-mission__title.c-section-title img {
    width: 52rem;
    height: auto;
    margin-inline: 0;
  }
}

.p-mission__lists {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 821px) {
  .p-mission__lists {
    margin-top: 6.625rem;
  }
}

.p-mission__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 821px) {
  .p-mission__list {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}
.p-mission__list:first-child .p-mission__list-title img {
  width: 133.61px;
  width: 8.350625rem;
}
@media screen and (min-width: 821px) {
  .p-mission__list:first-child .p-mission__list-title img {
    width: 21.575rem;
  }
}
.p-mission__list:first-child .p-mission__text {
  width: 190px;
  width: 11.875rem;
}
@media screen and (min-width: 821px) {
  .p-mission__list:first-child .p-mission__text {
    width: 46.875rem;
  }
}
.p-mission__list:nth-child(2) {
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 821px) {
  .p-mission__list:nth-child(2) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -3.125rem;
    margin-left: 6.1375rem;
  }
}
.p-mission__list:nth-child(2) .p-mission__list-title img {
  width: 119.98px;
  width: 7.49875rem;
}
@media screen and (min-width: 821px) {
  .p-mission__list:nth-child(2) .p-mission__list-title img {
    width: 19.963125rem;
  }
}
.p-mission__list:nth-child(2) .p-mission__text {
  width: 150px;
  width: 9.375rem;
}
@media screen and (min-width: 821px) {
  .p-mission__list:nth-child(2) .p-mission__text {
    width: 46.875rem;
  }
}

.p-mission__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.78461538;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-mission__text {
    font-size: 1.98375rem;
    line-height: 1.72022684;
    letter-spacing: 0.28em;
  }
}
.p-mission__text img {
  height: 24px;
  height: 1.5rem;
  width: auto;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.p-mission__text img:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 821px) {
  .p-mission__text img {
    height: 3.53375rem;
    width: auto;
    display: inline-block;
    margin-top: 0.5em;
    margin-right: 0.5em;
    vertical-align: bottom;
  }
}

.p-others {
  padding-top: 73px;
  padding-top: 4.5625rem;
  padding-bottom: 42.5px;
  padding-bottom: 2.65625rem;
}
@media screen and (min-width: 821px) {
  .p-others {
    padding-top: 12.6875rem;
    padding-bottom: 5.8125rem;
  }
}
.p-others .l-inner {
  padding-right: 0;
  margin-right: -2px;
}
@media screen and (min-width: 821px) {
  .p-others .l-inner {
    max-width: 1286px;
    padding-right: 20px;
    margin-right: auto;
  }
}

@media screen and (min-width: 376px) {
  .p-others__title.c-section-title {
    margin-left: 1.25rem;
  }
}

.p-others__lists {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 821px) {
  .p-others__lists {
    margin-top: 3.3125rem;
  }
}

.p-others__list {
  display: grid;
  grid-template-rows: repeat(2, auto);
  border: 2px solid #fff;
  border-radius: 1.25rem 0 0 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-others__list {
    border-radius: 1.875rem;
    grid-template-columns: 23.25rem auto;
    grid-template-rows: auto;
  }
}

.p-others__list-image {
  border-radius: 1.125rem 0 0 0;
  overflow: hidden;
  aspect-ratio: 355/121;
}
@media screen and (min-width: 821px) {
  .p-others__list-image {
    border-radius: 1.875rem 0 0 1.875rem;
    aspect-ratio: auto;
  }
}
.p-others__list-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-others__list-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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 40px 46px;
  padding: 2rem 2.5rem 2.875rem;
}
@media screen and (min-width: 821px) {
  .p-others__list-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 4.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-others__list-text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.16em;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 821px) {
  .p-others__list-text {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 820px) {
  .p-others__list-button {
    margin-top: 1.5625rem;
    width: 100%;
  }
  .p-others__list-button .c-button {
    width: 100%;
  }
}
.p-others__list-button .c-button {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-others__list-button .c-button:hover {
  opacity: 1;
  background: rgba(255, 113, 1, .6);
}

.p-privacy-policy {
  padding-top: 126px;
  padding-top: 7.875rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy {
    padding-top: 15rem;
    padding-bottom: 10.4375rem;
  }
}

.p-privacy-policy__content {
  max-width: 928px;
  margin-inline: auto;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy__content {
    margin-top: 8.9375rem;
  }
}

@media screen and (max-width: 821px) {
  .p-privacy-policy__title.c-section-title img {
    margin-inline: auto;
  }
}
.p-privacy-policy__title {
  font-weight: 700;
  color: #FF7101;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy__title {
    font-size: 1.25rem;
    letter-spacing: 0.26em;
  }
}

.p-privacy-policy__subtitle {
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.26em;
    font-weight: 700;
  }
}

.p-privacy-policy__text {
  letter-spacing: 0.15em;
  line-height: 1.9375;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy__text {
    letter-spacing: 0.26em;
  }
}

.p-privacy-policy__text-list {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy__text-list {
    font-size: 0.875rem;
    letter-spacing: 0.26em;
    line-height: 2.21428571;
  }
}

.p-privacy-policy__text-list li:not(:first-child) {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy__text-list li:not(:first-child) {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.p-privacy-policy__text-list.-bg_gray {
  margin-top: 25px;
  margin-top: 1.5625rem;
  background: rgba(255, 255, 255, .08);
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 821px) {
  .p-privacy-policy__text-list.-bg_gray {
    margin-top: 1.875rem;
    padding: 3.125rem 2.8125rem;
  }
}

.p-recruit {
  margin-top: 113px;
  margin-top: 7.0625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-recruit {
    margin-top: 15rem;
  }
}
.p-recruit .l-inner {
  max-width: 1290px;
  padding: 0;
  display: grid;
  grid-template-rows: repeat(2, auto);
  border-radius: 1.25rem 0 0 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 821px) {
  .p-recruit .l-inner {
    margin-top: 0;
    max-width: 1290px;
    padding-left: 0;
    padding-right: 1.25rem;
    display: grid;
    grid-template-columns: 32.5625rem auto;
    grid-template-rows: auto;
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
    border-radius: 3.125rem 0 0 3.125rem;
  }
}
.p-recruit .l-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% - 50vw);
  background: url(../images/common/gradation_bg.jpg) no-repeat center center/cover;
  border-radius: 1.25rem 0 0 1.25rem;
  z-index: -1;
}
@media screen and (min-width: 821px) {
  .p-recruit .l-inner::before {
    border-radius: 3.125rem 0 0 3.125rem;
  }
}

@media screen and (min-width: 376px) {
  .p-recruit__title.c-section-title {
    margin-left: 1.25rem;
  }
}

.p-recruit__image {
  border-radius: 1.25rem 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  .p-recruit__image {
    border-radius: 3.125rem 0 0 3.125rem;
  }
}
.p-recruit__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__content {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  max-width: 560px;
}
@media screen and (min-width: 821px) {
  .p-recruit__content {
    padding-top: 6.264375rem;
    padding-left: 0;
    padding-right: 0;
    max-width: 560px;
    padding-bottom: 0;
  }
}

.p-recruit__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.69230769;
  letter-spacing: 0.15em;
  margin-top: 0.5em;
  font-weight: 700;
}
@media screen and (min-width: 821px) {
  .p-recruit__text {
    font-size: 1.5625rem;
    line-height: 2.12;
    letter-spacing: 0.23em;
  }
}

.p-recruit__button .c-button {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 821px) {
  .p-recruit__button .c-button {
    margin-top: 3.125rem;
    margin-right: 0;
    width: 17.4375rem;
    background: transparent;
    border: 2px solid #fff;
    padding-left: 4.1875rem;
    text-align: left;
  }
}
.p-recruit__button .c-button:hover {
  opacity: 1;
  background: rgba(255, 255, 255, .3);
}

.p-service {
  border-top-right-radius: 33px;
  border-top-right-radius: 2.0625rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
  padding: 37px 0 50px 10px;
  padding: 2.3125rem 0 3.125rem 0.625rem;
  background: url(../images/common/gradation_bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 821px) {
  .p-service {
    border-top-right-radius: 10.625rem;
    margin-right: 5.75rem;
    padding: 6.3125rem 0 7.4375rem 5.75rem;
  }
}
.p-service .l-inner {
  max-width: 1155px;
}

.p-service__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
  letter-spacing: 0.17em;
  font-weight: 700;
}
@media screen and (min-width: 821px) {
  .p-service__lead {
    font-size: 2.5rem;
    margin-top: 2.5rem;
    letter-spacing: 0.14em;
  }
}

.p-service__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-service__text {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    letter-spacing: 0.25em;
  }
}

.p-service__lists {
  display: grid;
  row-gap: 35px;
  row-gap: 2.1875rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 821px) {
  .p-service__lists {
    row-gap: 5.625rem;
    margin-top: 4.1875rem;
  }
}

.p-service__list {
  background: rgba(181, 57, 0, .3);
  padding: 40px 25px 52px;
  padding: 2.5rem 1.5625rem 3.25rem;
  margin-left: -25px;
  margin-left: -1.5625rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
}
@media screen and (min-width: 821px) {
  .p-service__list {
    border-radius: 1.875rem;
    padding: 3.75rem 4.8125rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-service__list-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 821px) {
  .p-service__list-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-service__list-title img {
  height: 50px;
  height: 3.125rem;
  width: auto;
}
@media screen and (min-width: 821px) {
  .p-service__list-title img {
    height: 4.625rem;
  }
}

.p-service__list-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9375;
  letter-spacing: 0.1em;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 821px) {
  .p-service__list-text {
    font-size: 1rem;
    line-height: 1.9375;
    letter-spacing: 0.13em;
    margin-top: 1.5625rem;
  }
}

.p-service__list-image {
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 100%;
  aspect-ratio: 299/173;
}
.p-service__list-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-service__list-image {
    width: 28.125rem;
    aspect-ratio: 450/258;
    margin-top: -6.25rem;
    margin-right: -6.25rem;
  }
}

.p-service__list-logo {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 26px;
  row-gap: 1.625rem;
  width: 69.048vw;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-service__list-logo {
    margin-top: 3.25rem;
    width: auto;
    grid-template-rows: none;
    grid-template-columns: repeat(2, 19.875rem);
    -webkit-column-gap: 2.5625rem;
       -moz-column-gap: 2.5625rem;
            column-gap: 2.5625rem;
    row-gap: 0;
  }
  .p-service__list-logo-item a:hover {
    opacity: 0.95;
  }
  .p-service__list-logo-item a:hover img {
    transform: translateY(0.3125rem);
    transition: all 0.3s;
  }
}
.p-service__list-logo .p-service__list-logo-text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.21em;
  margin-top: 11px;
  margin-top: 0.6875rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 821px) {
  .p-service__list-logo .p-service__list-logo-text {
    font-size: 1.25rem;
    letter-spacing: 0.21em;
    margin-top: 0.9375rem;
  }
}
.p-service__list-logo .p-service__list-logo-text span {
  font-size: 1.25em;
}

.p-service__button .c-button {
  margin-top: 32px;
  margin-top: 2rem;
  width: 311px;
  width: 19.4375rem;
  border-radius: 0.875rem;
  background: #fff;
  color: #FF7101;
  font-weight: 700;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 821px) {
  .p-service__button .c-button {
    margin-top: 4.6875rem;
    width: 33.75rem;
    border-radius: 4.375rem;
  }
}
.p-service__button .c-button:hover {
  opacity: 1;
  background: rgba(255, 255, 255, .6);
}
.p-service__button .c-button::after {
  right: 20px;
  right: 1.25rem;
  background: url(../images/common/icon_arrow-orange.svg) no-repeat center center/contain;
}
@media screen and (min-width: 821px) {
  .p-service__button .c-button::after {
    right: 2.8125rem;
  }
}

.l-page--service.p-service {
  background: #1B1918;
  padding: 0;
  margin-right: 0;
}

.p-service__head {
  background: url(../images/page/service_bg-sp.jpg) no-repeat top center/cover;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
}
@media screen and (min-width: 821px) {
  .p-service__head {
    background: url(../images/top/main-visual_pc.jpg) no-repeat center center/cover;
    min-height: 568px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-service__head .p-service__title {
  margin-top: 25vh;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-service__head .p-service__title {
    margin-top: 0;
  }
}

@media screen and (max-width: 821px) {
  .p-service__head .p-service__title img {
    margin-inline: auto;
  }
}
/* Performance
================= */
.p-performance {
  background: url(../images/common/gradation_bg.jpg) no-repeat center center/cover;
  padding: 66px 0 67px;
  padding: 4.125rem 0 4.1875rem;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-performance {
    padding: 6.875rem 0 12.25rem;
  }
}

.p-performance__inner {
  padding-inline: 30px;
  padding-inline: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-performance__inner {
    max-width: 1155px;
    padding-inline: 1.25rem;
  }
}

.p-performance__title img {
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-performance__title img {
    margin-right: 0;
  }
}

.p-performance__lists {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 32px;
  gap: 2rem;
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 821px) {
  .p-performance__lists {
    margin-top: 6.9375rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 2.4375rem;
  }
}

.p-performance__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Inter", sans-serif;
}

.p-performance__num {
  position: relative;
  z-index: 1;
  margin-bottom: -65px;
  margin-bottom: -4.0625rem;
  margin-left: -12px;
  margin-left: -0.75rem;
}
@media screen and (min-width: 821px) {
  .p-performance__num {
    margin-bottom: -5.625rem;
    margin-left: -1.25rem;
  }
}
.p-performance__num img {
  width: 85px;
  width: 5.3125rem;
}
@media screen and (min-width: 821px) {
  .p-performance__num img {
    width: 7.125rem;
  }
}

.p-performance__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(181, 57, 0, .6980392157);
  border-radius: 1.25rem;
  padding: 41px 10px 39px;
  padding: 2.5625rem 0.625rem 2.4375rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-performance__card {
    padding: 3.6875rem 1.875rem 2.8125rem;
    border-radius: 1.875rem;
  }
}

.p-performance__card-label {
  font-size: 19.95px;
  font-size: 1.246875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .p-performance__card-label {
    font-size: 1.5625rem;
    letter-spacing: 0.18em;
    display: block;
  }
}

.p-performance__card-heading {
  font-size: 34.63px;
  font-size: 2.164375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 821px) {
  .p-performance__card-heading {
    font-size: 3.125rem;
    letter-spacing: 0.06em;
  }
}
.p-performance__card-heading span {
  text-align: left;
  line-height: 1.11111111;
}

.p-performance__item:first-child .p-performance__card-heading {
  font-size: 23.95px;
  font-size: 1.496875rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (min-width: 821px) {
  .p-performance__item:first-child .p-performance__card-heading {
    font-size: 2.5rem;
    letter-spacing: 0.06em;
    display: block;
  }
}

.p-performance__card-unit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12.47px;
  font-size: 0.779375rem;
  font-weight: 700;
  line-height: 1.35;
  margin-left: 2px;
  margin-left: 0.125rem;
  -ms-flex-item-align: center;
      align-self: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-performance__card-unit {
    font-size: 1.125rem;
    margin-left: 0.375rem;
  }
}

.p-performance__card-illust {
  margin: 10px auto 15px;
  margin: 0.625rem auto 0.9375rem;
  width: 116px;
  width: 7.25rem;
}
@media screen and (min-width: 821px) {
  .p-performance__card-illust {
    width: 14.25rem;
    margin: 1.25rem auto 1.875rem;
  }
}

.p-performance__card-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.53846154;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 821px) {
  .p-performance__card-text {
    font-size: 1.125rem;
    line-height: 1.72222222;
    letter-spacing: 0.12em;
  }
}
.p-performance__card-text small {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  margin-top: 6px;
  margin-top: 0.375rem;
  letter-spacing: 0.05em;
}

/* Strengths
================= */
.p-strengths {
  padding: 78px 0 79px;
  padding: 4.875rem 0 4.9375rem;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-strengths {
    padding: 11.1875rem 0 8.75rem;
  }
}

.p-strengths__inner {
  max-width: 1210px;
}

.p-strengths__title img {
  margin-inline: auto;
}

.p-strengths__heading-img {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-strengths__heading-img {
    margin-top: 6.25rem;
  }
}
.p-strengths__heading-img img {
  width: 674.89px;
  width: 42.180625rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-strengths__lead {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428571;
  letter-spacing: 0.22em;
  margin-top: 1.5em;
  font-weight: 600;
}
@media screen and (min-width: 821px) {
  .p-strengths__lead {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}

.p-strengths__lists {
  display: grid;
  row-gap: 54px;
  row-gap: 3.375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-strengths__lists {
    margin-top: 6.8125rem;
    row-gap: 89px;
    row-gap: 5.5625rem;
  }
}

.p-strengths__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -13px;
  margin-bottom: -0.8125rem;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-strengths__num {
    margin-bottom: -1.375rem;
    margin-left: 5rem;
  }
}
.p-strengths__num img {
  width: 70px;
  width: 4.375rem;
  height: auto;
}
@media screen and (min-width: 821px) {
  .p-strengths__num img {
    width: 8rem;
  }
}

.p-strengths__card {
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 1.25rem;
  padding: 39px 20px 30px;
  padding: 2.4375rem 1.25rem 1.875rem;
  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;
}
@media screen and (min-width: 821px) {
  .p-strengths__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 1.875rem;
    padding: 3.125rem 1.875rem 3.125rem 3.125rem;
    gap: 3.4375rem;
  }
}

.p-strengths__card-illust {
  width: 187.52px;
  width: 11.72rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 821px) {
  .p-strengths__card-illust {
    width: 17.6875rem;
  }
}
.p-strengths__card-illust img {
  width: 100%;
  height: auto;
}

.p-strengths__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-strengths__card-title {
  color: #FF7101;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 18px;
  margin-top: 1.125rem;
  line-height: 1.61111111;
}
@media screen and (min-width: 821px) {
  .p-strengths__card-title {
    font-size: 2.1875rem;
    letter-spacing: 0.2em;
    text-align: left;
    margin-top: 0;
  }
}

.p-strengths__card-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.16666667;
  letter-spacing: 0.2em;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-strengths__card-text {
    font-size: 1.125rem;
    line-height: 2.33333333;
    letter-spacing: 0.2em;
    text-align: left;
  }
}

/* Other Section (Change + Voice)
================= */
.p-other {
  padding: 72px 0 82px;
  padding: 4.5rem 0 5.125rem;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-other {
    padding: 6.625rem 0 14.8125rem;
  }
}
.p-other .l-inner {
  max-width: 1290px;
}

/* Change Block */
.p-change__top,
.p-support__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  gap: 2.5rem;
  background: rgba(255, 255, 255, .1);
  width: 88.8vw;
  padding: 37px 36px 27px 30px;
  padding: 2.3125rem 2.25rem 1.6875rem 1.875rem;
  margin-left: calc(50% - 50vw);
  border-radius: 0 1.25rem 1.25rem 0;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-change__top,
  .p-support__top {
    padding: 4.375rem 0 4.375rem 8.5625rem;
    width: 72.083333vw;
    border-radius: 0 2.5rem 2.5rem 0;
  }
}

.p-change__text-area,
.p-support__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-change__title img,
.p-support__title img {
  height: 27.77px;
  height: 1.735625rem;
  width: auto;
}
@media screen and (min-width: 821px) {
  .p-change__title img,
  .p-support__title img {
    height: 3.334375rem;
  }
}

.p-change__text,
.p-support__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.07692308;
  letter-spacing: 0.04em;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 821px) {
  .p-change__text,
  .p-support__text {
    font-size: 1.125rem;
    line-height: 2.22222222;
    letter-spacing: 0.15em;
    margin-top: 2.1875rem;
  }
}

.p-change__bg-text,
.p-support__bg-text {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .45);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.04em;
  margin-top: -30px;
  margin-top: -1.875rem;
  position: absolute;
  top: 8%;
  right: -23px;
  right: -1.4375rem;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-change__bg-text,
  .p-support__bg-text {
    font-size: 5rem;
    margin-top: -1.25rem;
    top: 8%;
    right: -2.5rem;
  }
}

/* Voice Slider */
.p-voice {
  margin-top: 70px;
  margin-top: 4.375rem;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-voice {
    margin-top: 6.6875rem;
    margin-left: 3.3125rem;
    padding-inline: 2.125rem;
  }
}
.p-voice::before {
  content: "";
  position: absolute;
  top: -70px;
  top: -4.375rem;
  left: 70px;
  left: 4.375rem;
  width: 2px;
  height: 70px;
  height: 4.375rem;
  background: #fff;
}
@media screen and (min-width: 821px) {
  .p-voice::before {
    top: -6.6875rem;
    left: 6.8125rem;
    height: 6.6875rem;
  }
}

.p-voice__card {
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 1.25rem;
  padding: 27px 20px 25px;
  padding: 1.6875rem 1.25rem 1.5625rem;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-voice__card {
    border-radius: 1.875rem;
    padding: 3.75rem 3.125rem 3.625rem;
  }
}

.p-voice__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FF7101;
  letter-spacing: 0.1em;
  margin-left: 120px;
  margin-left: 7.5rem;
}
@media screen and (min-width: 821px) {
  .p-voice__title {
    font-size: 1.75rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 820px) {
  .p-voice__splide .splide__arrow {
    display: none;
  }
}
.p-voice__splide .splide__arrow {
  background: transparent;
  opacity: 1;
  width: 19px;
  width: 1.1875rem;
  height: 48px;
  height: 3rem;
}
.p-voice__splide .splide__arrow svg {
  display: none;
}
.p-voice__splide .splide__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/icon_arrow-slide.svg) no-repeat center center/contain;
}
.p-voice__splide .splide__arrow--prev {
  left: -48px;
  left: -3rem;
}
@media screen and (min-width: 821px) {
  .p-voice__splide .splide__arrow--prev {
    left: -6.25rem;
  }
}
.p-voice__splide .splide__arrow--next {
  right: -48px;
  right: -3rem;
}
@media screen and (min-width: 821px) {
  .p-voice__splide .splide__arrow--next {
    right: -6.25rem;
  }
}
.p-voice__splide .splide__arrow--next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-voice__splide .splide__pagination {
  position: static;
  margin-top: 35px;
  margin-top: 2.1875rem;
  gap: 24px;
  gap: 1.5rem;
}
.p-voice__splide .splide__pagination__page {
  background: #fff;
  opacity: 1;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin: 0;
}
.p-voice__splide .splide__pagination__page.is-active {
  background: #FF7101;
  -webkit-transform: none;
          transform: none;
  scale: 1;
}

.p-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 821px) {
  .p-voice__content {
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-voice__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 120px;
  margin-left: 7.5rem;
}
@media screen and (min-width: 821px) {
  .p-voice__career {
    gap: 0.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-voice__career-from {
  background: rgba(255, 255, 255, .1);
  border-radius: 3.125rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
@media screen and (min-width: 821px) {
  .p-voice__career-from {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    padding: 0.75rem 2.1875rem;
  }
}
@media screen and (max-width: 820px) {
  .p-voice__career-from {
    position: relative;
  }
  .p-voice__career-from::after, .p-voice__career-from::before {
    content: "";
    position: absolute;
    bottom: -0.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.5625rem solid transparent;
    border-right: 0.5625rem solid transparent;
    border-top: 0.3125rem solid #fff;
  }
  .p-voice__career-from::after {
    bottom: -1rem;
  }
}

@media screen and (min-width: 821px) {
  .p-voice__career-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 0.4375rem;
    width: auto;
  }
  .p-voice__career-arrows span {
    display: block;
    width: 0;
    height: 0;
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 0.625rem solid #fff;
  }
}

.p-voice__career-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.125rem;
  font-size: 15.71px;
  font-size: 0.981875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  background: rgba(255, 113, 1, .28);
  border-radius: 3.125rem;
  padding: 8px 17px;
  padding: 0.5rem 1.0625rem;
  white-space: nowrap;
}
@media screen and (min-width: 821px) {
  .p-voice__career-to {
    font-size: 1.75rem;
    gap: 0.5rem;
    padding: 0.625rem 2.1875rem;
  }
}

.p-voice__career-to-job {
  color: #FF7101;
}
@media screen and (max-width: 900px) {
  .p-voice__career-to-job.-palt {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 820px) {
  .p-voice__career-to-job.-palt {
    letter-spacing: -1px;
    font-size: 0.95em;
  }
}

.p-voice__career-to-label {
  font-size: 0.71428571em;
}

.p-voice__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  gap: 0.625rem;
  margin-top: -140px;
  margin-top: -8.75rem;
}
@media screen and (min-width: 821px) {
  .p-voice__body {
    gap: 1.5625rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }
}

.p-voice__profile {
  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: 15px;
  gap: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #fff;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-voice__profile {
    border-right: none;
    padding-right: 0;
  }
}

.p-voice__icon {
  width: 86.43px;
  width: 5.401875rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, .1);
}
@media screen and (min-width: 821px) {
  .p-voice__icon {
    width: 11.875rem;
    aspect-ratio: 1;
  }
}
.p-voice__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice__age {
  font-size: 12.17px;
  font-size: 0.760625rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  white-space: nowrap;
}
@media screen and (min-width: 821px) {
  .p-voice__age {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.p-voice__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.08333333;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: justify;
}
@media screen and (min-width: 821px) {
  .p-voice__text {
    font-size: 1rem;
    line-height: 2.125;
    letter-spacing: 0.17em;
    margin-top: 0;
  }
}

/* Arrow
================= */
.p-service__arrow {
  position: relative;
  height: 43px;
  height: 2.6875rem;
}
@media screen and (min-width: 821px) {
  .p-service__arrow {
    height: 7.625rem;
  }
}
.p-service__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  width: 15.625rem;
  height: 100%;
  background: #D9D9D9;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 821px) {
  .p-service__arrow::before {
    width: 44.6875rem;
  }
}

/* Practice
================= */
.p-practice {
  margin-top: 124px;
  margin-top: 7.75rem;
}
@media screen and (min-width: 821px) {
  .p-practice {
    margin-top: 9.8125rem;
  }
}

.p-practice__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(255, 255, 255, .1);
  width: 88.8vw;
  padding: 37px 36px 27px 30px;
  padding: 2.3125rem 2.25rem 1.6875rem 1.875rem;
  margin-left: calc(50% - 50vw);
  border-radius: 0 1.25rem 1.25rem 0;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-practice__top {
    width: 72.083333vw;
    padding: 4.375rem 0 4.375rem 8.5625rem;
    margin-left: calc(50% - 50vw);
    border-radius: 0 2.5rem 2.5rem 0;
  }
}

.p-practice__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-practice__title img {
  height: 28px;
  height: 1.75rem;
  width: auto;
}
@media screen and (min-width: 821px) {
  .p-practice__title img {
    height: 3.334375rem;
  }
}

.p-practice__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.07692308;
  letter-spacing: 0.04em;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 821px) {
  .p-practice__text {
    font-size: 1.125rem;
    line-height: 2.22222222;
    letter-spacing: 0.15em;
    margin-top: 2.1875rem;
  }
}

.p-practice__bg-text {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .45);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.04em;
  margin-top: -20px;
  margin-top: -1.25rem;
  position: absolute;
  top: 4%;
  right: -23px;
  right: -1.4375rem;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-practice__bg-text {
    font-size: 5rem;
    top: 8%;
    right: -2.5rem;
  }
}

/* Practice Cards */
.p-practice__cards {
  max-width: 1145px;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 0.9375rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-practice__cards {
    border-radius: 1.875rem;
    padding: 3.125rem 0.625rem;
    margin-top: 6.6875rem;
  }
}
.p-practice__cards::before {
  content: "";
  position: absolute;
  top: -70px;
  top: -4.375rem;
  left: 70px;
  left: 4.375rem;
  width: 2px;
  height: 70px;
  height: 4.375rem;
  background: #fff;
}
@media screen and (min-width: 821px) {
  .p-practice__cards::before {
    top: -6.75rem;
    left: 6.8125rem;
    height: 6.6875rem;
  }
}

.p-practice__list {
  display: grid;
  grid-template-rows: repeat(3, auto);
}
@media screen and (min-width: 821px) {
  .p-practice__list {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-practice__item {
  display: grid;
  grid-template-columns: 6.875rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 5px 18px;
  gap: 0.3125rem 1.125rem;
  padding: 22px 20px;
  padding: 1.375rem 1.25rem;
  position: relative;
}
.p-practice__item:nth-child(2) .p-practice__item-title {
  margin-top: 0.8em;
}
@media screen and (min-width: 821px) {
  .p-practice__item:nth-child(2) .p-practice__item-title {
    margin-top: 0;
  }
}
.p-practice__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  left: 1.25rem;
  right: 20px;
  right: 1.25rem;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 821px) {
  .p-practice__item {
    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;
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 0;
    padding: 0;
  }
  .p-practice__item:not(:last-child)::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 1px;
    height: auto;
    background: #fff;
  }
}

.p-practice__item-title {
  grid-column: 2;
  grid-row: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FF7101;
  letter-spacing: 0.19em;
  margin: 0;
}
@media screen and (min-width: 821px) {
  .p-practice__item-title {
    font-size: 1.875rem;
    text-align: center;
  }
}

.p-practice__item-illust {
  grid-column: 1;
  grid-row: 1/3;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-practice__item-illust img {
  width: 103px;
  width: 6.4375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 821px) {
  .p-practice__item-illust {
    background: none;
    margin-top: 0.625rem;
    margin-bottom: 0.9375rem;
  }
  .p-practice__item-illust img {
    width: 10.4375rem;
  }
}

.p-practice__check-list {
  grid-column: 2;
  grid-row: 2;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 821px) {
  .p-practice__check-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    gap: 0.3125rem;
  }
}

.p-practice__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.28571429;
}
.p-practice__check-item::before {
  content: "✓";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  min-width: 15px;
  min-width: 0.9375rem;
  border-radius: 50%;
  background: #FF7101;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 2px;
  padding-left: 0.125rem;
}
@media screen and (min-width: 821px) {
  .p-practice__check-item {
    gap: 0.625rem;
    font-size: 1.25rem;
    letter-spacing: 0.17em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-practice__check-item::before {
    width: 1.3125rem;
    height: 1.3125rem;
    min-width: 1.3125rem;
    font-size: 0.75rem;
    padding-left: 0.1875rem;
  }
}

.p-support {
  padding-top: 128px;
  padding-top: 8rem;
}
@media screen and (min-width: 821px) {
  .p-support {
    padding-top: 10rem;
  }
}

.u-show-sp {
  display: block;
}
@media screen and (min-width: 821px) {
  .u-show-sp {
    display: none;
  }
}

.u-switch-tab {
  display: none;
}
@media screen and (min-width: 821px) {
  .u-switch-tab {
    display: block;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}