@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

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

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
  line-height: 1.8;
}

body {
  margin: 0;
  text-align: left;
  background-color: #FFF;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
main {
  position: relative;
  z-index: 10;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f58320;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
:root {
  --header-h: 100px;
}

@media screen and (max-width: 767px) {
  :root {
    --header-h: 70px;
  }
}
html {
  scroll-behavior: smooth;
}

main {
  padding-top: var(--header-h);
}

section {
  scroll-margin-top: calc(var(--header-h) + 1.25rem);
}

.l-header {
  width: 100%;
  height: var(--header-h);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}
.l-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.l-header__logo img {
  height: 3.75rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    height: 2.8125rem;
  }
}
.l-header__spCta {
  display: none;
}
.l-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.l-header__toggle-label {
  height: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.l-header__toggle-bar {
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #333333;
  border-radius: 0.0625rem;
  margin: 0.1875rem 0;
}
.l-header__cont {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.l-header__nav {
  overflow-x: auto;
}
.l-header__list {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  white-space: nowrap;
}
.l-header__item a {
  color: #333333;
  font-size: 0.875rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.l-header__item a:hover, .l-header__item a:focus {
  color: #f58320;
}
.l-header__cta {
  width: 9.375rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #f58320;
}
.l-header__cta span {
  color: #FFF;
  font-weight: bold;
  font-size: 0.9375rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.l-header--open__cont {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1.125rem 1.25rem;
  }
  .l-header__toggle {
    display: none;
  }
  .l-header__spCta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    background-color: #f58320;
  }
  .l-header__spCta span {
    color: #FFF;
    font-weight: bold;
    font-size: 0.875rem;
  }
  .l-header__cont {
    display: none;
    position: absolute;
    top: var(--header-h);
    left: 0;
    width: 100%;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    background-color: #FFF;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08);
  }
  .l-header__list {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__cta {
    width: 100%;
    height: 3rem;
  }
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  position: relative;
  z-index: 90;
  background-color: #1a2744;
  color: #FFF;
  padding: 3.75rem 1.875rem;
}

.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer__brand img {
  height: 2.5rem;
  width: auto;
  filter: brightness(0) invert(1);
}

.l-footer__nav {
  flex: 1 1 auto;
}

.l-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.l-footer__item a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
.l-footer__item a:hover {
  color: #FFF;
}

.l-footer__bottom {
  max-width: 1200px;
  margin: 2.5rem auto 0;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
.l-inner {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5vw;
  }
}

.grecaptcha-badge {
  z-index: 120;
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border-radius: 62.4375rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.c-button--primary {
  background-color: #f58320;
  color: #FFF;
}
@media (hover: hover) {
  .c-button--primary:hover {
    background-color: rgb(216.3004291845, 105.7253218884, 9.6995708155);
  }
}
.c-button--secondary {
  background-color: #FFF;
  color: #f58320;
}
@media (hover: hover) {
  .c-button--secondary:hover {
    background-color: rgb(206.5381974249, 100.9536480687, 9.2618025751);
    color: #FFF;
  }
}

.c-noImage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-noImage img {
  width: 33%;
  height: auto;
  object-fit: initial;
  opacity: 0.3;
  filter: brightness(0);
  transition: transform 0.3s ease;
}

/*----------▲▲ module ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #333333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #f58320;
}

.c-cookieConsent.is-ccHide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.c-wysiwyg h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
.c-wysiwyg h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
.c-wysiwyg h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #111;
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #111;
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #999;
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  margin-top: 48px;
}
.c-wysiwyg p a {
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding-left: 30px;
  position: relative;
}
.c-wysiwyg li + li {
  margin-top: 20px;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin: 30px 0;
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #ccc;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 16px;
  color: #333;
  padding: 1em;
}
.c-wysiwyg table th {
  font-weight: bold;
  width: 20%;
  background-color: #F4F3F0;
}
.c-wysiwyg dl {
  line-height: 36px;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.c-wysiwyg form {
  margin-top: 100px;
}
.c-wysiwyg h2:first-child,
.c-wysiwyg h3:first-child,
.c-wysiwyg h4:first-child,
.c-wysiwyg h5:first-child,
.c-wysiwyg h6:first-child,
.c-wysiwyg p:first-child {
  margin-top: 0;
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/
/*----------▲▲ breadcrumb ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.p-hero {
  position: relative;
  height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-hero__visual {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.p-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  animation: p-hero-zoom 24s linear infinite;
  transition: opacity 1.2s ease;
  will-change: opacity, transform;
}
.p-hero__slide.is-active {
  opacity: 1;
}
.p-hero__slide.is-leaving {
  opacity: 0;
  pointer-events: none;
}
.p-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 39, 68, 0.35) 0%, rgba(26, 39, 68, 0.65) 100%);
  z-index: 1;
}
.p-hero__content {
  position: relative;
  z-index: 10;
  color: #FFF;
  text-align: center;
  padding: 0rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.p-hero__title {
  font-size: clamp(4.6rem, 7vw, 7.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 auto 1rem;
  max-width: min(980px, 95vw);
  letter-spacing: 0.02em;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}
.p-hero__eyebrow {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 1rem auto 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 0.75rem 0;
  max-width: min(520px, 90vw);
}
.p-hero__lead {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 2rem auto 0;
  max-width: min(860px, 95vw);
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}
.p-hero__action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.p-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.p-hero__scrollLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #FFF;
  text-decoration: none;
  animation: p-hero-scroll-bounce 1.5s ease-in-out infinite;
  transition: color 0.3s;
}
@media (hover: hover) {
  .p-hero__scrollLink:hover {
    color: #f58320;
  }
}
.p-hero__scrollText {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.p-hero__scrollIcon {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-hero__title {
    font-size: clamp(2.8rem, 10vw, 4.2rem);
    margin-bottom: 1.25rem;
  }
  .p-hero__lead {
    font-size: clamp(1.6rem, 5.5vw, 2.2rem);
    margin: 1.5rem auto 0;
  }
  .p-hero__eyebrow {
    font-size: clamp(0.95rem, 3.5vw, 1.1rem);
    margin: 0.875rem auto 0;
    padding: 0.625rem 0;
  }
}

@keyframes p-hero-zoom {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes p-hero-scroll-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.p-ceo-message {
  padding: 6.25rem 30px;
}
@media screen and (max-width: 767px) {
  .p-ceo-message {
    padding: 3.75rem 5vw;
  }
}
.p-ceo-message__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-ceo-message__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
  }
}
.p-ceo-message__figure {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}
.p-ceo-message__figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-ceo-message__figure img {
    position: static;
    height: auto;
    object-fit: initial;
  }
}
.p-ceo-message__body {
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-ceo-message__body {
    padding-left: 0;
  }
}
.p-ceo-message__body .p-section__title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}
.p-ceo-message__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
}
.p-ceo-message__text p {
  margin-bottom: 1.25rem;
}
.p-ceo-message__text p:last-child {
  margin-bottom: 0;
}
.p-ceo-message__signature {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #EFEFEF;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
}

.p-about {
  padding: 6.25rem 30px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 3.75rem 5vw;
  }
}
.p-about__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.p-about__item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 3rem 0;
  border-bottom: 1px solid #EFEFEF;
}
.p-about__item:first-child {
  border-top: 1px solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-about__item {
    grid-template-columns: 3.5rem 1fr;
    gap: 1.25rem;
    padding: 2.25rem 0;
  }
}
.p-about__number {
  font-size: 3rem;
  font-weight: 700;
  color: #f58320;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about__number {
    font-size: 2.25rem;
  }
}
.p-about__title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.p-about__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
}

.p-business {
  padding: 6.25rem 30px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding: 3.75rem 5vw;
  }
}
.p-business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-business__item {
  background-color: #FFF;
  padding: 2rem;
  border-radius: 1.25rem;
  transition: all 0.3s ease;
}
.p-business__item:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.p-business__icon {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
  line-height: 1.2;
}
.p-business__icon .p-business__item-title {
  font-size: 1rem;
  margin-bottom: 0;
}
.p-business__icon-media {
  display: inline-flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(245, 131, 32, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
}
.p-business__icon-media svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.p-business__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.25rem;
}
.p-business__services {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.p-business__services li {
  font-size: 0.875rem;
  color: #888888;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
}
.p-business__services li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #f58320;
  border-radius: 50%;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.p-business__services li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-nagano {
  position: relative;
  padding: 6.25rem 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-nagano {
    padding: 3.75rem 5vw;
  }
}
.p-nagano__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-nagano__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-nagano__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.p-nagano__content {
  position: relative;
  z-index: 10;
}
.p-nagano__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-nagano__features {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}
.p-nagano__feature {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}
.p-nagano__feature:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
}
.p-nagano__feature .p-nagano__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background-color: rgba(245, 131, 32, 0.12);
}
.p-nagano__feature .p-nagano__icon img {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  filter: invert(33%) sepia(80%) saturate(540%) hue-rotate(7deg) brightness(95%) contrast(90%);
}
.p-nagano__feature h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.75rem;
}
.p-nagano__feature p {
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.6;
  text-align: left;
}

.p-uiturn-voices {
  padding: 6.25rem 30px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-uiturn-voices {
    padding: 3.75rem 5vw;
  }
}
.p-uiturn-voices__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-uiturn-voices__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-uiturn-voices__item {
  background-color: #FFF;
  padding: 1.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
.p-uiturn-voices__item:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.p-uiturn-voices__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.25rem;
}
.p-uiturn-voices__meta {
  font-size: 0.75rem;
  color: #f58320;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-interview {
  padding: 6.25rem 30px;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding: 3.75rem 5vw;
  }
}
.p-interview__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interview__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}
.p-interview__item {
  background-color: #FFF;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.p-interview__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-interview__item:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.p-interview__item:focus-within {
  outline: 0.1875rem solid rgba(245, 131, 32, 0.25);
  outline-offset: 0.25rem;
}
.p-interview__figure {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #EFEFEF;
}
.p-interview__figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-interview__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(245, 131, 32, 0);
  transition: background-color 0.3s ease;
}
.p-interview__item:hover .p-interview__figure::after {
  background-color: rgba(245, 131, 32, 0.1);
}
.p-interview__body {
  padding: 1.5rem;
}
.p-interview__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.p-interview__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: rgba(245, 131, 32, 0.1);
  color: #f58320;
  padding: 0.375rem 0.75rem;
  border-radius: 1.25rem;
  flex-shrink: 0;
}
.p-interview__pos {
  font-size: 0.8125rem;
  color: #888888;
}
.p-interview__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.p-interview__item:hover .p-interview__title {
  color: #f58320;
}
.p-interview__catch {
  font-size: 0.875rem;
  color: #f58320;
  font-style: italic;
  margin-bottom: 1rem;
}
.p-interview__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.25rem;
}
.p-interview__more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.p-interview__more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 2rem;
  border-radius: 62.4375rem;
  background-color: #f58320;
  color: #FFF;
  font-weight: 700;
  transition: background-color 0.2s ease;
}
.p-interview__more a:hover {
  background-color: rgb(240.7060085837, 117.6545064378, 10.7939914163);
}

.p-numbers {
  padding: 6.25rem 30px;
  background-color: #1a2744;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-numbers {
    padding: 3.75rem 5vw;
  }
}
.p-numbers__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-numbers__list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2.5rem;
  }
}
.p-numbers__item {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 17.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-numbers__item {
    padding: 1.25rem 2rem;
    min-height: 7.5rem;
  }
}
.p-numbers__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(245, 131, 32, 0.5);
}
.p-numbers__value {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #f58320;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  white-space: pre-line;
}
.p-numbers__label {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  white-space: pre-line;
}
.p-numbers__text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.p-faq {
  padding: 6.25rem 30px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 3.75rem 0.75rem;
  }
}
.p-faq__list {
  max-width: 56.25rem;
  margin: 3.75rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin: 2.5rem auto 0;
    gap: 0.75rem;
  }
}
.p-faq__item {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #EFEFEF;
}
.p-faq__question {
  width: 100%;
  background-color: #FFF;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.125rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  text-align: left;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}
@media (hover: hover) {
  .p-faq__question:hover {
    background-color: #EFEFEF;
  }
}
.p-faq__icon {
  color: #f58320;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
.p-faq__item.is-open .p-faq__icon {
  transform: rotate(180deg);
}
.p-faq__item.is-open .p-faq__answer {
  max-height: 600px;
  opacity: 1;
}
.p-faq__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.p-faq__answerInner {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid #EFEFEF;
  color: #333333;
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answerInner {
    font-size: 0.875rem;
    padding: 1rem 1.25rem;
  }
}

.p-recruitment {
  padding: 6.25rem 30px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-recruitment {
    padding: 3.75rem 5vw;
  }
}
.p-recruitment__list {
  max-width: 62.5rem;
  margin: 3.75rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruitment__list {
    margin: 2.5rem auto 0;
    gap: 0.75rem;
  }
}
.p-recruitment__item {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
@media (hover: hover) {
  .p-recruitment__item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
}
.p-recruitment__header {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  background-color: #FFF;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruitment__header {
    padding: 1rem 1.25rem;
  }
}
@media (hover: hover) {
  .p-recruitment__header:hover {
    background-color: #EFEFEF;
  }
}
.p-recruitment__lead {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-recruitment__iconWrap {
  width: 3rem;
  height: 3rem;
  background-color: rgba(245, 131, 32, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #f58320;
}
@media screen and (max-width: 767px) {
  .p-recruitment__iconWrap {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-recruitment__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-recruitment__info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.p-recruitment__category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #EFEFEF;
  color: #888888;
  padding: 0.25rem 0.625rem;
  border-radius: 6.25rem;
  flex-shrink: 0;
}
.p-recruitment__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-recruitment__title {
    font-size: 1rem;
  }
}
.p-recruitment__chevron {
  color: #f58320;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
.p-recruitment__item.is-open .p-recruitment__chevron {
  transform: rotate(180deg);
}
.p-recruitment__item.is-open .p-recruitment__body {
  max-height: 2000px;
  opacity: 1;
}
.p-recruitment__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.p-recruitment__bodyInner {
  padding: 1.5rem 2.5rem;
  border-top: 1px solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-recruitment__bodyInner {
    padding: 1.25rem 1.5rem;
  }
}
.p-recruitment__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruitment__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.p-recruitment__gridItem {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.p-recruitment__label {
  font-size: 0.875rem;
  color: #888888;
  flex-shrink: 0;
  min-width: 3.5rem;
}
.p-recruitment__value {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.6;
}
.p-recruitment__requirements {
  margin-bottom: 1.5rem;
}
.p-recruitment__requirements .p-recruitment__label {
  margin-bottom: 0.5rem;
}
.p-recruitment__entryBtn {
  display: block;
  width: fit-content;
  margin-left: auto;
  padding: 0.875rem 2rem;
  background-color: #f58320;
  color: #FFF;
  text-align: center;
  border-radius: 6.25rem;
  font-weight: 700;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-recruitment__entryBtn:hover {
    opacity: 0.8;
  }
}

.p-entry {
  padding: 8rem 30px;
  background-color: #f58320;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 3.5rem 5vw;
  }
}
.p-entry::before, .p-entry::after {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: 0;
}
.p-entry::before {
  top: 0;
  left: 25%;
  width: 24rem;
  height: 24rem;
  background-color: white;
  border-radius: 50%;
  filter: blur(150px);
}
.p-entry::after {
  bottom: 0;
  right: 25%;
  width: 24rem;
  height: 24rem;
  background-color: #333333;
  border-radius: 50%;
  filter: blur(150px);
}
.p-entry__inner {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 56.25rem;
  margin: 0 auto;
}
.p-entry__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.p-entry__text {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-entry__text {
    margin-bottom: 1.5rem;
  }
}
.p-entry__note {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  opacity: 0.8;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-entry__note {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.p-section__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.p-section__header--white {
  color: #FFF;
}

.p-section__label {
  font-size: 0.875rem;
  color: #888888;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}

.p-section__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: inherit;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.p-section__subtitle {
  font-size: 1.125rem;
  color: #888888;
  line-height: 1.7;
}
.p-section__header--white .p-section__subtitle {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .p-section__label {
    font-size: 0.75rem;
  }
  .p-section__subtitle {
    font-size: 0.875rem;
  }
}
/*----------▲▲ home ▲▲----------*/
/*----------▼▼ interview ▼▼----------*/
.p-pageHero {
  position: relative;
  padding: 8rem 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-pageHero {
    padding: 5rem 5vw;
  }
}
.p-pageHero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.p-pageHero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 39, 68, 0.5);
  z-index: 1;
}
.p-pageHero__inner {
  position: relative;
  z-index: 10;
  text-align: center;
}
.p-pageHero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pageHero__title {
    font-size: 2rem;
  }
}
.p-pageHero__sub {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-pageHero__sub {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}

.p-interviewList {
  padding: 6.25rem 30px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-interviewList {
    padding: 3.75rem 5vw;
  }
}
.p-interviewList__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interviewList__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-interviewList__item {
  background-color: #FFF;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}
@media (hover: hover) {
  .p-interviewList__item:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  }
}
.p-interviewList__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.p-interviewList__fig {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #EFEFEF;
  position: relative;
}
.p-interviewList__fig > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-interviewList__fig::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(245, 131, 32, 0);
  transition: background-color 0.3s ease;
}
.p-interviewList__item:hover .p-interviewList__fig img {
  transform: scale(1.05);
}
.p-interviewList__item:hover .p-interviewList__fig::after {
  background-color: rgba(245, 131, 32, 0.1);
}
.p-interviewList__body {
  padding: 1.5rem;
}
.p-interviewList__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.p-interviewList__dept {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: rgba(245, 131, 32, 0.1);
  color: #f58320;
  padding: 0.25rem 0.75rem;
  border-radius: 62.4375rem;
  flex-shrink: 0;
}
.p-interviewList__pos {
  font-size: 0.875rem;
  color: #888888;
}
.p-interviewList__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.p-interviewList__item:hover .p-interviewList__title {
  color: #f58320;
}
.p-interviewList__catch {
  font-size: 0.875rem;
  color: #f58320;
  font-style: italic;
  margin-bottom: 1rem;
}
.p-interviewList__profile {
  padding-top: 1rem;
  border-top: 1px solid #EFEFEF;
}
.p-interviewList__name {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.25rem;
}
.p-interviewList__year {
  font-size: 0.875rem;
  color: #888888;
}
.p-interviewList__empty {
  text-align: center;
  color: #888888;
  padding: 3.75rem 0;
}

.p-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 62.4375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #CCC;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.p-pagination .page-numbers.current {
  background-color: #f58320;
  color: #FFF;
  border-color: #f58320;
}
.p-pagination .page-numbers.dots {
  background-color: transparent;
  border-color: transparent;
}
@media (hover: hover) {
  .p-pagination .page-numbers:not(.current):not(.dots):hover {
    background-color: rgba(245, 131, 32, 0.1);
    border-color: #f58320;
    color: #f58320;
  }
}

.p-interviewDetail {
  padding: 5rem 30px;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail {
    padding: 3.75rem 5vw;
  }
}
.p-interviewDetail__inner {
  max-width: 56.25rem;
  margin: 0 auto;
}
.p-interviewDetail__fig {
  aspect-ratio: 16/10;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #EFEFEF;
  margin-bottom: 3rem;
}
.p-interviewDetail__fig > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail__fig {
    margin-bottom: 2rem;
  }
}
.p-interviewDetail__header {
  padding-bottom: 3rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail__header {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-interviewDetail__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.p-interviewDetail__dept {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: rgba(245, 131, 32, 0.1);
  color: #f58320;
  padding: 0.375rem 1rem;
  border-radius: 62.4375rem;
  flex-shrink: 0;
}
.p-interviewDetail__pos {
  font-size: 1rem;
  color: #888888;
}
.p-interviewDetail__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.p-interviewDetail__catch {
  font-size: 1.125rem;
  color: #f58320;
  font-style: italic;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail__catch {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-interviewDetail__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.25rem;
}
.p-interviewDetail__year {
  font-size: 0.875rem;
  color: #888888;
}
.p-interviewDetail__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail__content {
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.p-interviewDetail__qa {
  border-left: 0.25rem solid #f58320;
  padding-left: 1.5rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail__qa {
    padding-left: 1.25rem;
  }
}
.p-interviewDetail__question {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail__question {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-interviewDetail__answer {
  font-size: 1rem;
  color: #333333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-interviewDetail__answer {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-interviewDetail__back {
  padding-top: 3rem;
  border-top: 1px solid #EFEFEF;
}
.p-interviewDetail__backLink {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border: 2px solid #f58320;
  color: #f58320;
  border-radius: 62.4375rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-interviewDetail__backLink svg {
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .p-interviewDetail__backLink:hover {
    background-color: #f58320;
    color: #FFF;
  }
  .p-interviewDetail__backLink:hover svg {
    transform: translateX(-4px);
  }
}

/*----------▲▲ interview ▲▲----------*/
/*----------▼▼ entry ▼▼----------*/
.p-entryForm {
  padding: 5rem 30px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-entryForm {
    padding: 3.75rem 5vw;
  }
}
.p-entryForm__inner {
  max-width: 50rem;
  margin: 0 auto;
}
.p-entryForm__field {
  display: flex;
  flex-direction: column;
}
.p-entryForm__acceptance {
  background-color: #EFEFEF;
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
}
.p-entryForm__submit {
  text-align: center;
}
.p-entryForm .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #FFF;
  border-radius: 1.25rem;
  padding: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-entryForm .wpcf7-form {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }
}
.p-entryForm .wpcf7-form label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-entryForm .wpcf7-form label {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-entryForm .wpcf7-form .required {
  color: #e74c3c;
  margin-left: 0.25rem;
}
.p-entryForm .wpcf7-text,
.p-entryForm .wpcf7-email,
.p-entryForm .wpcf7-tel {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #CCC;
  border-radius: 0.5rem;
  font-size: 1rem;
  color: #333333;
  background-color: #FFF;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-entryForm .wpcf7-text,
  .p-entryForm .wpcf7-email,
  .p-entryForm .wpcf7-tel {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    padding: 0.625rem 0.875rem;
  }
}
.p-entryForm .wpcf7-text::placeholder,
.p-entryForm .wpcf7-email::placeholder,
.p-entryForm .wpcf7-tel::placeholder {
  color: #CCC;
}
.p-entryForm .wpcf7-text:focus,
.p-entryForm .wpcf7-email:focus,
.p-entryForm .wpcf7-tel:focus {
  outline: none;
  border-color: #f58320;
  box-shadow: 0 0 0 3px rgba(245, 131, 32, 0.1);
}
.p-entryForm .wpcf7-select {
  display: inline-block;
  min-width: 50%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 1px solid #CCC;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-entryForm .wpcf7-select {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    padding: 0.625rem 2.75rem 0.625rem 0.875rem;
  }
}
.p-entryForm .wpcf7-select:focus {
  outline: none;
  border-color: #f58320;
  box-shadow: 0 0 0 3px rgba(245, 131, 32, 0.1);
}
.p-entryForm .wpcf7-file {
  display: block;
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid #CCC;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #888888;
  background-color: #EFEFEF;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.p-entryForm .wpcf7-file:focus {
  outline: none;
  border-color: #f58320;
}
.p-entryForm .p-entryForm__note {
  font-size: 0.8125rem;
  color: #888888;
  margin-top: 0.375rem;
}
.p-entryForm .wpcf7-acceptance input[type=checkbox] {
  display: inline-block;
  appearance: auto;
  -webkit-appearance: checkbox;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  accent-color: #f58320;
  flex-shrink: 0;
}
.p-entryForm .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
.p-entryForm .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.p-entryForm .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.875rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-entryForm .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-entryForm .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #f58320;
  text-decoration: underline;
}
.p-entryForm .wpcf7-submit {
  display: block;
  margin: 0 auto;
  padding: 1rem 3.75rem;
  background-color: #f58320;
  color: #FFF;
  border: none;
  border-radius: 62.4375rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-entryForm .wpcf7-submit {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
@media (hover: hover) {
  .p-entryForm .wpcf7-submit:hover {
    background-color: rgb(216.3004291845, 105.7253218884, 9.6995708155);
  }
}
.p-entryForm .wpcf7-submit:disabled {
  background-color: #CCC;
  cursor: not-allowed;
}
.p-entryForm .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.8125rem;
  color: #e74c3c;
  margin-top: 0.375rem;
}
.p-entryForm .wpcf7-not-valid {
  border-color: #e74c3c;
}
.p-entryForm .wpcf7-response-output {
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  margin: 0;
}

/*----------▲▲ entry ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pcOnly {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

/*----------▲▲ utility ▲▲----------*/
/*# sourceMappingURL=style.css.map */