@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: #212121;
  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: #2f64af;
  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: 80px;
}

@media screen and (max-width: 767px) {
  :root {
    --header-h: 80px;
  }
}
main {
  padding-top: var(--header-h);
}

.l-header {
  width: 100%;
  height: var(--header-h);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFF;
  transition: background-color 0.3s ease;
}
.home .l-header {
  background-color: #2f64af;
}
.home .l-header {
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.6s ease;
}
.is-fvOpening .l-header {
  clip-path: inset(0 0 100% 0);
}
.is-fvOpening.is-fvReady .l-header {
  clip-path: inset(0 0 0 0);
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 24px;
  }
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__logo img {
  height: 3rem;
  width: auto;
  filter: brightness(0);
  transition: filter 0.3s ease;
}
.home .l-header__logo img {
  filter: none;
}
.l-header__logoText {
  color: #212121;
  font-family: "Dosis", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14.2628571429px, 0px + 1.8571428571vw, 26px);
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
  transition: color 0.3s ease;
}
.home .l-header__logoText {
  color: #FFF;
}
.l-header__cont {
  display: flex;
  align-items: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .l-header__cont {
    display: none;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
.l-header__item a {
  color: #212121;
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
.home .l-header__item a {
  color: #FFF;
}
@media (hover: hover) {
  .l-header__item a:hover {
    opacity: 0.7;
  }
}
.l-header__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 11.125rem;
  height: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.46);
  border-radius: 0.3125rem;
  transition: 0.3s;
}
.home .l-header__entry {
  border-color: rgba(255, 255, 255, 0.46);
}
@media (hover: hover) {
  .l-header__entry:hover {
    opacity: 0.7;
  }
}
.l-header__entry span {
  color: #212121;
  font-size: clamp(12px, 8.3544303797px + 0.4746835443vw, 15px);
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.home .l-header__entry span {
  color: #FFF;
}
.l-header__entryIcon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.75rem;
  background-color: #2f64af;
  -webkit-mask: url(../img/icon/ico_running.svg) no-repeat center/contain;
  mask: url(../img/icon/ico_running.svg) no-repeat center/contain;
  transition: background-color 0.3s ease;
}
.home .l-header__entryIcon {
  background-color: #FFF;
}
.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    flex-shrink: 0;
    width: clamp(36.6666666667px, 0px + 11.4583333333vw, 88px);
    height: clamp(36.6666666667px, 0px + 11.4583333333vw, 88px);
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .l-header__hamburgerBox {
    position: relative;
    width: clamp(20px, 0px + 6.25vw, 48px);
    height: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .l-header__hamburgerBar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #212121;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  }
  .home .l-header__hamburgerBar {
    background-color: #FFF;
  }
  .l-header__hamburgerBar:nth-child(1) {
    top: 0;
  }
  .l-header__hamburgerBar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__hamburgerBar:nth-child(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__hamburger.is-open .l-header__hamburgerBar {
    background-color: #212121;
  }
  .home .l-header__hamburger.is-open .l-header__hamburgerBar {
    background-color: #FFF;
  }
  .l-header__hamburger.is-open .l-header__hamburgerBar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header__hamburger.is-open .l-header__hamburgerBar:nth-child(2) {
    opacity: 0;
  }
  .l-header__hamburger.is-open .l-header__hamburgerBar:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.l-header__overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 95;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header__overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 95;
    width: 85%;
    max-width: clamp(250px, 0px + 78.125vw, 600px);
    height: 100%;
    padding: calc(var(--header-h) + clamp(16.6666666667px, 0px + 5.2083333333vw, 40px)) clamp(20px, 0px + 6.25vw, 48px) clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
    box-sizing: border-box;
    background-color: #2f64af;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawer.is-open {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawerList {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawerItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transform: translateX(clamp(25px, 0px + 7.8125vw, 60px));
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawerItem a {
    display: block;
    padding: clamp(15px, 0px + 4.6875vw, 36px) 0;
    color: #FFF;
    font-size: clamp(0.8854166667rem, 0rem + 4.4270833333vw, 2.125rem);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawerEntry {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
    width: 100%;
    margin-top: clamp(25px, 0px + 7.8125vw, 60px);
    padding: clamp(10px, 0px + 3.125vw, 24px) clamp(20px, 0px + 6.25vw, 48px);
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 0.3125rem;
    opacity: 0;
    transform: translateX(clamp(25px, 0px + 7.8125vw, 60px));
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawerEntry .l-header__entryIcon {
    width: clamp(20px, 0px + 6.25vw, 48px);
    height: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
    background-color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawerEntry span {
    color: #FFF;
    font-size: clamp(0.8854166667rem, 0rem + 4.4270833333vw, 2.125rem);
    font-weight: 700;
    line-height: 1;
  }
}
@media (hover: hover) {
  .l-header__drawerEntry:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawer.is-open .l-header__drawerItem,
  .l-header__drawer.is-open .l-header__drawerEntry {
    opacity: 1;
    transform: translateX(0);
  }
  .l-header__drawer.is-open .l-header__drawerItem:nth-child(1) {
    transition-delay: 0.1s;
  }
  .l-header__drawer.is-open .l-header__drawerItem:nth-child(2) {
    transition-delay: 0.18s;
  }
  .l-header__drawer.is-open .l-header__drawerItem:nth-child(3) {
    transition-delay: 0.26s;
  }
  .l-header__drawer.is-open .l-header__drawerItem:nth-child(4) {
    transition-delay: 0.34s;
  }
  .l-header__drawer.is-open .l-header__drawerItem:nth-child(5) {
    transition-delay: 0.42s;
  }
  .l-header__drawer.is-open .l-header__drawerItem:nth-child(6) {
    transition-delay: 0.5s;
  }
  .l-header__drawer.is-open .l-header__drawerEntry {
    transition-delay: 0.58s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-header__overlay, .l-header__drawer, .l-header__drawerItem, .l-header__drawerEntry, .l-header__hamburgerBar {
    transition: none;
  }
  .l-header__drawer.is-open .l-header__drawerItem,
  .l-header__drawer.is-open .l-header__drawerEntry {
    transition-delay: 0s;
  }
}
.l-header.is-scrolled {
  background-color: #2f64af;
}
.l-header.is-scrolled .l-header__logo img {
  filter: none;
}
.l-header.is-scrolled .l-header__logoText,
.l-header.is-scrolled .l-header__item a,
.l-header.is-scrolled .l-header__entry span {
  color: #FFF;
}
.l-header.is-scrolled .l-header__entry {
  border-color: rgba(255, 255, 255, 0.46);
}
.l-header.is-scrolled .l-header__entryIcon {
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__hamburgerBar {
    background-color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  html.is-drawerOpen .l-header {
    background-color: #2f64af;
  }
  html.is-drawerOpen .l-header .l-header__logo img {
    filter: none;
  }
  html.is-drawerOpen .l-header .l-header__logoText {
    color: #FFF;
  }
  html.is-drawerOpen .l-header .l-header__hamburgerBar {
    background-color: #FFF;
  }
}

html.is-drawerOpen,
html.is-drawerOpen body {
  overflow: hidden;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  position: relative;
  z-index: 90;
  background-color: #2e2e2e;
  padding: 2.0625rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px) 5vw 0;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    gap: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
    padding-bottom: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
  }
}
.l-footer__company {
  display: flex;
  flex-direction: column;
}
.l-footer__companyLink {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) {
  .l-footer__companyLink:hover {
    opacity: 0.7;
  }
}
.l-footer__logo img {
  height: 3rem;
  width: auto;
  display: block;
}
.l-footer__name {
  color: #FFF;
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 500;
  white-space: nowrap;
}
.l-footer__address {
  color: #adadad;
  font-size: 0.75rem;
  line-height: 1.8;
  font-style: normal;
  margin-top: 1.125rem;
}
.l-footer__nav {
  display: flex;
  gap: 5rem;
  padding-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
    padding-top: 0;
  }
}
.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.l-footer__item a {
  color: #adadad;
  font-size: 0.75rem;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__item a {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
@media (hover: hover) {
  .l-footer__item a:hover {
    opacity: 0.7;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    gap: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
    padding: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) 0;
  }
}
.l-footer__sns a {
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__sns a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-footer__sns a:nth-child(1), .l-footer__sns a:nth-child(4) {
    grid-column: 1/-1;
  }
  .l-footer__sns a:nth-child(2) {
    justify-content: flex-end;
  }
  .l-footer__sns a:nth-child(3) {
    justify-content: flex-start;
  }
}
@media (hover: hover) {
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer__copy {
  text-align: center;
  border-top: 1px solid #4d4d4d;
  padding: 0.5rem 0 1rem;
}
.l-footer__copy small {
  color: #737373;
  font-size: 0.6875rem;
}

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

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background-color: #ffad47;
  border-radius: 1.875rem;
  color: #FFF;
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

.c-secHead__sub {
  color: #2f64af;
  font-size: clamp(12px, 2.2784810127px + 1.2658227848vw, 20px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: -0.5rem;
}
.c-secHead__main {
  color: #212121;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  font-weight: 900;
  line-height: 1;
}

/*----------▲▲ 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: #212121;
  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: #2f64af;
}

.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 ▲▲----------*/
/*----------▼▼ page-title ▼▼----------*/
.c-lowerHead {
  padding-top: clamp(60.8914285714px, 0px + 7.9285714286vw, 111px);
}
@media screen and (max-width: 767px) {
  .c-lowerHead {
    padding-top: clamp(66.6666666667px, 0px + 20.8333333333vw, 160px);
  }
}
.c-lowerHead__sub {
  color: #2f64af;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__sub {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.c-lowerHead__main {
  color: #212121;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  font-weight: 900;
  line-height: 1.2;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__main {
    font-size: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}

/*----------▲▲ page-title ▲▲----------*/
/*----------▼▼ cta ▼▼----------*/
@keyframes cta-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 112.5rem;
    height: 112.5rem;
    opacity: 0;
  }
}
.c-cta {
  display: block;
  position: relative;
  height: 14.5rem;
  overflow: hidden;
  background-image: url("../img/page/home/pg_home_cta_bg_01.jpg");
  background-size: cover;
  background-position: center;
}
.c-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s ease;
}
.c-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0.25rem solid #ffad47;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.c-cta__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta__btn {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  transition: transform 0.6s ease;
}
@media (hover: hover) {
  .c-cta:hover {
    opacity: 1;
  }
  .c-cta:hover::after {
    background-color: rgba(64, 40, 10, 0.7);
  }
  .c-cta:hover::before {
    animation: cta-ripple 1.4s ease-out infinite;
  }
  .c-cta:hover .c-cta__btn {
    transform: scale(1.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-cta::after {
    transition: none;
  }
  .c-cta__btn {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) and (hover: hover) {
  .c-cta:hover::before {
    animation: none;
  }
}

/*----------▲▲ cta ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
@keyframes fv-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * (var(--fv-unit-w) + clamp(5.4857142857px, 0px + 0.7142857143vw, 10px))));
  }
}
@keyframes fv-card-in {
  from {
    opacity: 0;
    scale: 0.8;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.p-topFv {
  position: relative;
  width: 100%;
  --fv-unit-w: 100vw;
  --fv-unit-h: calc(100vh - var(--header-h));
  --fv-unit-h: calc(100svh - var(--header-h));
  --push-x: 0px;
  --push-y: 0px;
  height: calc(100vh - var(--header-h));
  height: calc(100svh - var(--header-h));
  background-color: #2f64af;
  overflow: hidden;
}
.p-topFv__track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  animation: fv-marquee 50s linear infinite;
  animation-play-state: paused;
}
.p-topFv__track.is-play {
  animation-play-state: running;
}
.p-topFv:hover .p-topFv__track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .p-topFv__track {
    animation: none;
  }
  .p-topFv__unit:not([aria-hidden]) .p-topFv__card {
    opacity: 1;
    scale: none;
  }
}
.p-topFv__unit {
  flex: none;
  width: var(--fv-unit-w);
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  contain: layout;
}
.p-topFv__left {
  flex: 872 1 0%;
  min-width: 0;
  min-height: 0;
  height: calc(100% - clamp(16.4571428571px, 0px + 2.1428571429vw, 30px));
  display: flex;
  flex-direction: column;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-topFv__topRow {
  flex: 475 1 0%;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: stretch;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-topFv__colA {
  flex: 580 1 0%;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-topFv__bottomRow {
  flex: 245 1 0%;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: stretch;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-topFv__right {
  flex: 518 1 0%;
  min-width: 0;
  min-height: 0;
  height: calc(100% - clamp(16.4571428571px, 0px + 2.1428571429vw, 30px));
  display: flex;
  flex-direction: column;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-topFv__midRow {
  flex: 245 1 0%;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: stretch;
  gap: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-topFv__card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  border-radius: 0.625rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-topFv__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topFv__card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.625rem;
  background: linear-gradient(6.86deg, rgba(0, 0, 0, 0.83) 1.4%, rgba(255, 255, 255, 0) 70.85%), linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  transition: opacity 0.4s ease;
}
.p-topFv__card--01 {
  flex: 288 1 0%;
}
.p-topFv__card--02 {
  flex: 177 1 0%;
}
.p-topFv__card--03 {
  flex: 282 1 0%;
}
.p-topFv__card--04 {
  flex: 506 1 0%;
}
.p-topFv__card--05 {
  flex: 356 1 0%;
}
.p-topFv__card--06 {
  flex: 300 1 0%;
}
.p-topFv__card--07 {
  flex: 250 1 0%;
}
.p-topFv__card--08 {
  flex: 258 1 0%;
}
.p-topFv__card--09 {
  flex: 165 1 0%;
}
.p-topFv__unit:not([aria-hidden]) .p-topFv__card {
  opacity: 0;
  scale: 0.8;
}
.p-topFv__unit:not([aria-hidden]) .p-topFv__card.is-in {
  animation: fv-card-in 0.5s ease forwards;
}
.p-topFv__cardText {
  position: absolute;
  left: 0.5rem;
  bottom: 0.75rem;
  z-index: 1;
  color: #FFF;
  font-family: "Dancing Script", cursive;
  font-size: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  line-height: 1.2;
  white-space: nowrap;
}
.p-topFv__opening {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-topFv__openingLogo, .p-topFv__openingCatch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 2.5rem));
  width: max-content;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.p-topFv__openingLogo.is-in, .p-topFv__openingCatch.is-in {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.p-topFv__openingLogo.is-out, .p-topFv__openingCatch.is-out {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 2.5rem));
}
.p-topFv__openingLogo img {
  display: block;
  width: clamp(102.5828571429px, 0px + 13.3571428571vw, 187px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topFv__openingLogo img {
    width: clamp(100px, 0px + 31.25vw, 240px);
  }
}
.p-topFv__openingLogoText {
  display: block;
  margin-top: clamp(15.36px, 0px + 2vw, 28px);
  color: #FFF;
  font-family: "Dosis", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.16;
}
@media screen and (max-width: 767px) {
  .p-topFv__openingLogoText {
    margin-top: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-topFv__openingCatch {
  color: #FFF;
  font-family: "Rampart One", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(49.3714285714px, 0px + 6.4285714286vw, 90px);
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-topFv__openingCatch {
    font-size: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
  }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .p-topFv__card.is-hovering {
    transform: scale(1.1);
  }
  .p-topFv__card.is-hovering::after {
    opacity: 0;
  }
  .p-topFv__card.is-pushXPlus, .p-topFv__colA.is-pushXPlus, .p-topFv__topRow.is-pushXPlus, .p-topFv__bottomRow.is-pushXPlus, .p-topFv__midRow.is-pushXPlus, .p-topFv__left.is-pushXPlus, .p-topFv__right.is-pushXPlus, .p-topFv__unit.is-pushXPlus {
    transform: translateX(var(--push-x));
  }
  .p-topFv__card.is-pushXMinus, .p-topFv__colA.is-pushXMinus, .p-topFv__topRow.is-pushXMinus, .p-topFv__bottomRow.is-pushXMinus, .p-topFv__midRow.is-pushXMinus, .p-topFv__left.is-pushXMinus, .p-topFv__right.is-pushXMinus, .p-topFv__unit.is-pushXMinus {
    transform: translateX(calc(-1 * var(--push-x)));
  }
  .p-topFv__card.is-pushYPlus, .p-topFv__colA.is-pushYPlus, .p-topFv__topRow.is-pushYPlus, .p-topFv__bottomRow.is-pushYPlus, .p-topFv__midRow.is-pushYPlus, .p-topFv__left.is-pushYPlus, .p-topFv__right.is-pushYPlus, .p-topFv__unit.is-pushYPlus {
    transform: translateY(var(--push-y));
  }
  .p-topFv__card.is-pushYMinus, .p-topFv__colA.is-pushYMinus, .p-topFv__topRow.is-pushYMinus, .p-topFv__bottomRow.is-pushYMinus, .p-topFv__midRow.is-pushYMinus, .p-topFv__left.is-pushYMinus, .p-topFv__right.is-pushYMinus, .p-topFv__unit.is-pushYMinus {
    transform: translateY(calc(-1 * var(--push-y)));
  }
}
@media screen and (max-width: 767px) {
  .p-topFv {
    --fv-unit-w: calc((100vh - var(--header-h)) * 1400 / 760);
    --fv-unit-w: calc((100svh - var(--header-h)) * 1400 / 760);
  }
}

.is-fvOpening {
  background-color: #2f64af;
}
.is-fvOpening body {
  background-color: #2f64af;
}
.is-fvOpening .p-topFv__opening {
  opacity: 1;
  visibility: visible;
}

.p-topAbout {
  background-color: #FFF;
  padding-top: clamp(44.4342857143px, 0px + 5.7857142857vw, 81px);
  padding-bottom: clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
  overflow: hidden;
}
.p-topAbout .c-secHead {
  margin-bottom: clamp(12.0685714286px, 0px + 1.5714285714vw, 22px);
}
.p-topAbout__intro {
  display: flex;
  align-items: flex-start;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  margin-bottom: clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__intro {
    flex-direction: column;
    gap: clamp(26.6666666667px, 0px + 8.3333333333vw, 64px);
    margin-top: clamp(20px, 0px + 6.25vw, 48px);
    margin-bottom: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
  }
}
.p-topAbout__photo {
  width: clamp(294.0342857143px, 0px + 38.2857142857vw, 536px);
  flex-shrink: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 536/455;
}
@media screen and (max-width: 767px) {
  .p-topAbout__photo {
    width: 100%;
  }
}
.p-topAbout__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topAbout__text {
  flex: 1;
  padding-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    padding-top: 0;
  }
}
.p-topAbout__heading {
  color: #2f64af;
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-weight: 700;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__heading {
    font-size: clamp(1.25rem, 0rem + 6.25vw, 3rem);
    margin-bottom: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-topAbout__body {
  color: #474747;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topAbout__body {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-topAbout__body p + p {
  margin-top: 1rem;
}
.p-topAbout__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  padding-bottom: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__btn {
    justify-content: center;
    margin-top: clamp(20px, 0px + 6.25vw, 48px);
    padding-bottom: clamp(40px, 0px + 12.5vw, 96px);
  }
}
.p-topAbout__culture {
  display: flex;
  flex-direction: column;
  gap: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__culture {
    gap: clamp(30px, 0px + 9.375vw, 72px);
    padding: 0 5vw;
  }
}
.p-topAbout__cultureCard {
  position: relative;
  width: clamp(658.2857142857px, 0px + 85.7142857143vw, 1200px);
  height: clamp(219.4285714286px, 0px + 28.5714285714vw, 400px);
  padding: 0 clamp(34.0114285714px, 0px + 4.4285714286vw, 62px);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-topAbout__cultureCard {
    width: 100%;
    height: auto;
    padding: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    display: flex;
    flex-direction: column;
  }
}
.p-topAbout__cultureCard--unique {
  background-color: rgba(171, 175, 47, 0.85);
  margin-left: 0;
}
.p-topAbout__cultureCard--global {
  background-color: rgba(175, 47, 47, 0.85);
  margin-left: auto;
}
.p-topAbout__cultureCard--global .p-topAbout__cultureTitle,
.p-topAbout__cultureCard--global .p-topAbout__cultureText {
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-topAbout__cultureCard--global .p-topAbout__cultureTitle,
  .p-topAbout__cultureCard--global .p-topAbout__cultureText {
    text-align: left;
    margin-left: 0;
  }
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhotoWrap--01 {
  left: calc(-1 * clamp(18.6514285714px, 0px + 2.4285714286vw, 34px));
  top: calc(-1 * clamp(34.0114285714px, 0px + 4.4285714286vw, 62px));
  width: clamp(223.8171428571px, 0px + 29.1428571429vw, 408px);
  height: clamp(132.7542857143px, 0px + 17.2857142857vw, 242px);
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhotoWrap--02 {
  left: clamp(368.0914285714px, 0px + 47.9285714286vw, 671px);
  top: calc(-1 * clamp(48.2742857143px, 0px + 6.2857142857vw, 88px));
  width: clamp(223.8171428571px, 0px + 29.1428571429vw, 408px);
  height: clamp(132.7542857143px, 0px + 17.2857142857vw, 242px);
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhotoWrap--03 {
  left: clamp(176.0914285714px, 0px + 22.9285714286vw, 321px);
  top: clamp(23.5885714286px, 0px + 3.0714285714vw, 43px);
  width: clamp(218.88px, 0px + 28.5vw, 399px);
  height: clamp(122.88px, 0px + 16vw, 224px);
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhoto--01 {
  transform: rotate(-5.06deg);
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhoto--02 {
  transform: rotate(-5.06deg);
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhoto--03 {
  transform: rotate(2.24deg);
}
@media screen and (max-width: 767px) {
  .p-topAbout__cultureCard--global {
    margin-left: 0;
  }
  .p-topAbout__cultureCard--global .p-topAbout__culturePhotoWrap--01 {
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .p-topAbout__cultureCard--global .p-topAbout__culturePhoto--01 {
    transform: none;
  }
}
.p-topAbout__cultureCard--drinking {
  background-color: rgba(47, 175, 160, 0.85);
  margin-left: 0;
}
.p-topAbout__culturePhotos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-topAbout__culturePhotos {
    position: static;
    inset: auto;
    pointer-events: auto;
    margin-bottom: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-topAbout__culturePhotoWrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-topAbout__culturePhotoWrap--01 {
  left: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
  top: calc(-1 * clamp(63.0857142857px, 0px + 8.2142857143vw, 115px));
  width: clamp(227.6571428571px, 0px + 29.6428571429vw, 415px);
  height: clamp(141.5314285714px, 0px + 18.4285714286vw, 258px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__culturePhotoWrap--01 {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.p-topAbout__culturePhotoWrap--02 {
  left: clamp(252.8914285714px, 0px + 32.9285714286vw, 461px);
  top: clamp(8.2285714286px, 0px + 1.0714285714vw, 15px);
  width: clamp(223.2685714286px, 0px + 29.0714285714vw, 407px);
  height: clamp(131.1085714286px, 0px + 17.0714285714vw, 239px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__culturePhotoWrap--02 {
    display: none;
  }
}
.p-topAbout__culturePhotoWrap--03 {
  left: clamp(452.0228571429px, 0px + 58.8571428571vw, 824px);
  top: calc(-1 * clamp(40.5942857143px, 0px + 5.2857142857vw, 74px));
  width: clamp(220.5257142857px, 0px + 28.7142857143vw, 402px);
  height: clamp(125.6228571429px, 0px + 16.3571428571vw, 229px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__culturePhotoWrap--03 {
    display: none;
  }
}
.p-topAbout__culturePhoto {
  flex-shrink: 0;
  width: clamp(214.4914285714px, 0px + 27.9285714286vw, 391px);
  height: clamp(114.6514285714px, 0px + 14.9285714286vw, 209px);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topAbout__culturePhoto {
    width: 100%;
    height: auto;
    aspect-ratio: 391/209;
  }
}
.p-topAbout__culturePhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.01;
}
.p-topAbout__culturePhoto--01 {
  transform: rotate(-7.43deg);
}
@media screen and (max-width: 767px) {
  .p-topAbout__culturePhoto--01 {
    transform: none;
  }
}
.p-topAbout__culturePhoto--02 {
  transform: rotate(4.51deg);
}
.p-topAbout__culturePhoto--03 {
  transform: rotate(-3.06deg);
}
.p-topAbout__cultureTitle {
  position: absolute;
  left: clamp(34.0114285714px, 0px + 4.4285714286vw, 62px);
  top: clamp(108.6171428571px, 0px + 14.1428571429vw, 198px);
  color: #FFF;
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-topAbout__cultureTitle {
    position: static;
    left: auto;
    top: auto;
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
    margin-bottom: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
.p-topAbout__cultureCard--global .p-topAbout__cultureTitle {
  left: auto;
  right: clamp(34.0114285714px, 0px + 4.4285714286vw, 62px);
  top: clamp(131.1085714286px, 0px + 17.0714285714vw, 239px);
}
@media screen and (max-width: 767px) {
  .p-topAbout__cultureCard--global .p-topAbout__cultureTitle {
    right: auto;
    top: auto;
  }
}
.p-topAbout__cultureText {
  position: absolute;
  left: clamp(34.0114285714px, 0px + 4.4285714286vw, 62px);
  top: clamp(146.4685714286px, 0px + 19.0714285714vw, 267px);
  right: clamp(34.0114285714px, 0px + 4.4285714286vw, 62px);
  color: #FFF;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .p-topAbout__cultureText {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-topAbout__cultureCard--global .p-topAbout__cultureText {
  top: clamp(167.3142857143px, 0px + 21.7857142857vw, 305px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-topAbout__cultureCard--global .p-topAbout__cultureText {
    top: auto;
    text-align: left;
  }
}
.p-topAbout__photo.js-fadeUp {
  transition-delay: 0s;
}
.p-topAbout__heading.js-fadeUp {
  transition-delay: 0.15s;
}
.p-topAbout__body.js-fadeUp {
  transition-delay: 0.3s;
}
.p-topAbout__cultureCard.js-slideEdge {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topAbout__cultureCard.js-slideEdge.is-show {
  opacity: 1;
  transform: translateX(0);
}
.p-topAbout__cultureCard--unique.js-slideEdge, .p-topAbout__cultureCard--drinking.js-slideEdge {
  transform: translateX(-100%);
}
.p-topAbout__cultureCard--global.js-slideEdge {
  transform: translateX(100%);
}
.p-topAbout__culturePhotoWrap {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.p-topAbout__cultureCard.is-show .p-topAbout__culturePhotoWrap {
  opacity: 1;
  transform: scale(1);
}
.p-topAbout__cultureCard--unique .p-topAbout__culturePhotoWrap--01, .p-topAbout__cultureCard--drinking .p-topAbout__culturePhotoWrap--01 {
  transition-delay: 0.6s;
}
.p-topAbout__cultureCard--unique .p-topAbout__culturePhotoWrap--02, .p-topAbout__cultureCard--drinking .p-topAbout__culturePhotoWrap--02 {
  transition-delay: 0.75s;
}
.p-topAbout__cultureCard--unique .p-topAbout__culturePhotoWrap--03, .p-topAbout__cultureCard--drinking .p-topAbout__culturePhotoWrap--03 {
  transition-delay: 0.9s;
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhotoWrap--02 {
  transition-delay: 0.6s;
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhotoWrap--03 {
  transition-delay: 0.75s;
}
.p-topAbout__cultureCard--global .p-topAbout__culturePhotoWrap--01 {
  transition-delay: 0.9s;
}
@media (prefers-reduced-motion: reduce) {
  .p-topAbout__cultureCard--unique.js-slideEdge, .p-topAbout__cultureCard--global.js-slideEdge, .p-topAbout__cultureCard--drinking.js-slideEdge, .p-topAbout__culturePhotoWrap {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.p-topBenefits {
  position: relative;
  height: clamp(466.2857142857px, 0px + 60.7142857143vw, 850px);
  background-color: #519de9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topBenefits {
    height: auto;
    padding: clamp(40px, 0px + 12.5vw, 96px) 5vw clamp(50px, 0px + 15.625vw, 120px);
  }
}
.p-topBenefits__bg {
  position: absolute;
  left: -10%;
  top: -35%;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__bg {
    top: -3%;
    left: -8%;
  }
}
.p-topBenefits__bg img {
  display: block;
  transform: rotate(25.18deg);
  transform-origin: center center;
  width: 55%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__bg img {
    width: 90%;
  }
}
.p-topBenefits__cont {
  position: absolute;
  right: 100px;
  top: clamp(82.8342857143px, 0px + 10.7857142857vw, 151px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__cont {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin-bottom: clamp(50px, 0px + 15.625vw, 120px);
  }
}
.p-topBenefits__heading {
  color: #FFF;
  font-size: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__heading {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
  }
}
.p-topBenefits__heading strong {
  font-size: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__heading strong {
    font-size: clamp(1.9791666667rem, 0rem + 9.8958333333vw, 4.75rem);
  }
}
.p-topBenefits__lead {
  color: #FFF;
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 500;
  line-height: 1.85;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__lead {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    white-space: normal;
    margin-top: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-topBenefits__card {
  position: absolute;
  background-color: #FFF;
  border-radius: 1rem;
  padding: 3rem 2rem 1.75rem;
  overflow: visible;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 767px) {
  .p-topBenefits__card {
    position: relative;
    left: auto;
    top: auto;
    width: clamp(233.3333333333px, 0px + 72.9166666667vw, 560px);
    margin-left: auto;
    margin-right: auto;
    padding: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px) clamp(20px, 0px + 6.25vw, 48px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-topBenefits__card::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 18.1%;
  width: 0;
  height: 0;
  border-right: 2.5625rem solid transparent;
  border-top: 2.125rem solid #FFF;
  transform-origin: top left;
}
.p-topBenefits__card--01 {
  left: 63.9%;
  top: clamp(250.6971428571px, 0px + 32.6428571429vw, 457px);
  width: clamp(228.2057142857px, 0px + 29.7142857143vw, 416px);
  transform: rotate(-5deg);
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__card--01 {
    left: 0;
    top: 0;
    width: 70%;
    margin-top: clamp(66.6666666667px, 0px + 20.8333333333vw, 160px);
  }
}
.p-topBenefits__card--01::before {
  transform: rotate(-5deg);
}
.p-topBenefits__card--01 img {
  position: absolute;
  top: calc(-1 * clamp(54.8571428571px, 0px + 7.1428571429vw, 100px));
  right: 0;
  width: clamp(122.88px, 0px + 16vw, 224px);
  max-width: 14rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__card--01 img {
    top: calc(-1 * clamp(58.3333333333px, 0px + 18.2291666667vw, 140px));
    width: clamp(108.3333333333px, 0px + 33.8541666667vw, 260px);
    max-width: none;
  }
}
.p-topBenefits__card--02 {
  left: 35.6%;
  top: clamp(301.1657142857px, 0px + 39.2142857143vw, 549px);
  width: clamp(197.4857142857px, 0px + 25.7142857143vw, 360px);
  transform: rotate(10deg);
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__card--02 {
    left: 0;
    top: 0;
    width: 70%;
    margin-top: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-topBenefits__card--02::before {
  transform: rotate(2deg);
}
.p-topBenefits__card--02 img {
  position: absolute;
  top: calc(-1 * clamp(21.9428571429px, 0px + 2.8571428571vw, 40px));
  right: 1rem;
  width: clamp(68.5714285714px, 0px + 8.9285714286vw, 125px);
  max-width: 7.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-topBenefits__card--02 img {
    top: calc(-1 * clamp(25px, 0px + 7.8125vw, 60px));
    width: clamp(62.5px, 0px + 19.53125vw, 150px);
    max-width: none;
  }
}
.p-topBenefits__cardLabel {
  font-size: clamp(12px, 2.2784810127px + 1.2658227848vw, 20px);
  font-weight: 500;
  color: #212121;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.p-topBenefits__cardTitle {
  font-size: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  font-weight: 900;
  color: #212121;
  white-space: nowrap;
}
.p-topBenefits__card.js-fadeUp {
  opacity: 0;
  transform: scale(0.6) rotate(var(--card-rot, 0deg));
}
.p-topBenefits__card--01.js-fadeUp {
  --card-rot: -5deg;
}
.p-topBenefits__card--02.js-fadeUp {
  --card-rot: 10deg;
}
.p-topBenefits__card.js-fadeUp.is-show {
  opacity: 1;
  animation: benefitsCardBounce 0.8s cubic-bezier(0.33, 1, 0.68, 1) both;
}
.p-topBenefits__card img {
  opacity: 0;
  transform: scale(0.7);
}
.p-topBenefits__card.is-show img {
  animation: benefitsImgPop 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.38s both;
}
@media (prefers-reduced-motion: reduce) {
  .p-topBenefits__card.js-fadeUp, .p-topBenefits__card.js-fadeUp.is-show {
    opacity: 1;
    animation: none;
    transform: rotate(var(--card-rot, 0deg));
  }
  .p-topBenefits__card img, .p-topBenefits__card.is-show img {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

@keyframes benefitsCardBounce {
  0% {
    transform: scale(0.6) rotate(var(--card-rot, 0deg));
  }
  55% {
    transform: scale(1.08) rotate(var(--card-rot, 0deg));
  }
  75% {
    transform: scale(0.96) rotate(var(--card-rot, 0deg));
  }
  90% {
    transform: scale(1.02) rotate(var(--card-rot, 0deg));
  }
  100% {
    transform: scale(1) rotate(var(--card-rot, 0deg));
  }
}
@keyframes benefitsImgPop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  55% {
    opacity: 1;
    transform: scale(1.14);
  }
  78% {
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-topJobs {
  background-color: #F7F7FA;
  padding: clamp(47.7257142857px, 0px + 6.2142857143vw, 87px) 0 clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
.p-topJobs .c-secHead {
  margin-bottom: clamp(19.2px, 0px + 2.5vw, 35px);
}
.p-topJobs__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: clamp(197.4857142857px, 0px + 25.7142857143vw, 360px);
}
@media screen and (max-width: 767px) {
  .p-topJobs__list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
    gap: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-topJobs__item {
  background-color: #FFF;
  border-radius: 0.625rem;
  width: clamp(122.88px, 0px + 16vw, 224px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topJobs__item {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-topJobs__item:hover .p-topJobs__photo {
    background-color: #2f64af;
    height: clamp(120.6857142857px, 0px + 15.7142857143vw, 220px);
    padding-top: clamp(20.8457142857px, 0px + 2.7142857143vw, 38px);
    padding-bottom: clamp(20.8457142857px, 0px + 2.7142857143vw, 38px);
  }
  .p-topJobs__item:hover .p-topJobs__photo img {
    filter: brightness(0) invert(1);
  }
}
.p-topJobs__link {
  display: block;
  color: inherit;
}
@media (hover: hover) {
  .p-topJobs__link:hover {
    opacity: 1;
  }
}
.p-topJobs__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(108.0685714286px, 0px + 14.0714285714vw, 197px);
  background-color: #FFF;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: clamp(14.2628571429px, 0px + 1.8571428571vw, 26px) clamp(23.04px, 0px + 3vw, 42px);
  transition: background-color 0.3s, height 0.3s, padding 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topJobs__photo {
    height: clamp(133.3333333333px, 0px + 41.6666666667vw, 320px);
    padding: clamp(20px, 0px + 6.25vw, 48px) clamp(20px, 0px + 6.25vw, 48px);
  }
}
.p-topJobs__photo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: filter 0.3s;
}
.p-topJobs__text {
  padding: 1rem 0.625rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-topJobs__text {
    padding: clamp(10px, 0px + 3.125vw, 24px) clamp(8.3333333333px, 0px + 2.6041666667vw, 20px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-topJobs__title {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 700;
  color: #212121;
  text-align: center;
  line-height: 1.4;
  min-height: 2.8em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-topJobs__title {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    min-height: 0;
    margin-bottom: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
  }
}
.p-topJobs__desc {
  font-size: 0.75rem;
  color: #474747;
  text-align: center;
  min-height: 3.6em;
}
@media screen and (max-width: 767px) {
  .p-topJobs__desc {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    min-height: 0;
  }
}
.p-topJobs__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(46.6285714286px, 0px + 6.0714285714vw, 85px);
}
@media screen and (max-width: 767px) {
  .p-topJobs__btn {
    justify-content: center;
    margin-top: clamp(26.6666666667px, 0px + 8.3333333333vw, 64px);
  }
}
.p-topJobs__item {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topJobs__list.is-show .p-topJobs__item {
  opacity: 1;
  transform: translateY(0);
}
.p-topJobs__item:nth-child(1) {
  transition-delay: 0s;
}
.p-topJobs__item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-topJobs__item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-topJobs__item:nth-child(4) {
  transition-delay: 0.3s;
}
.p-topJobs__item:nth-child(5) {
  transition-delay: 0.4s;
}
.p-topJobs__btn {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topJobs__list.is-show ~ .p-topJobs__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .p-topJobs__item, .p-topJobs__btn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.p-topVoices {
  background-color: #EFEFEF;
  padding: clamp(47.7257142857px, 0px + 6.2142857143vw, 87px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
.p-topVoices .c-secHead {
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
.p-topVoices__slider {
  width: 100%;
  height: clamp(375.2228571429px, 0px + 48.8571428571vw, 684px);
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .p-topVoices__slider {
    height: auto;
  }
}
.p-topVoices__slider .swiper-wrapper {
  height: 100%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-topVoices__slider .swiper-wrapper {
    height: auto;
    align-items: center;
  }
}
.p-topVoices__slider .swiper-slide {
  width: clamp(397.1657142857px, 0px + 51.7142857143vw, 724px);
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topVoices__slider .swiper-slide {
    width: clamp(258.3333333333px, 0px + 80.7291666667vw, 620px);
    height: auto;
  }
}
.p-topVoices__slider .swiper-slide .p-topVoices__card {
  width: 100%;
}
.p-topVoices__slider .swiper-slide-active .p-topVoices__cardPhoto {
  height: clamp(253.9885714286px, 0px + 33.0714285714vw, 463px);
}
@media screen and (max-width: 767px) {
  .p-topVoices__slider .swiper-slide-active .p-topVoices__cardPhoto {
    height: clamp(166.6666666667px, 0px + 52.0833333333vw, 400px);
  }
}
.p-topVoices__slider .swiper-slide-active .p-topVoices__cardText {
  height: clamp(121.2342857143px, 0px + 15.7857142857vw, 221px);
  opacity: 1;
  padding: 2rem 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-topVoices__slider .swiper-slide-active .p-topVoices__cardText {
    height: auto;
    padding: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(20px, 0px + 6.25vw, 48px);
  }
}
.p-topVoices__slider.is-ready .p-topVoices__cardPhoto {
  transition: height 1.2s ease;
}
@media screen and (max-width: 767px) {
  .p-topVoices__slider.is-ready .p-topVoices__cardPhoto {
    transition: none;
  }
}
.p-topVoices__slider.is-ready .p-topVoices__cardText {
  transition: height 1.2s ease, padding 1.2s ease, opacity 0.8s ease;
}
@media screen and (max-width: 767px) {
  .p-topVoices__slider.is-ready .p-topVoices__cardText {
    transition: none;
  }
}
.p-topVoices__card {
  background-color: #FFF;
  border-radius: 1rem;
  overflow: hidden;
}
.p-topVoices__cardPhoto {
  width: 100%;
  height: clamp(219.4285714286px, 0px + 28.5714285714vw, 400px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topVoices__cardPhoto {
    height: clamp(166.6666666667px, 0px + 52.0833333333vw, 400px);
  }
}
.p-topVoices__cardPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topVoices__cardText {
  position: relative;
  height: 0;
  opacity: 0;
  padding: 0 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topVoices__cardText {
    height: auto;
    opacity: 1;
    padding: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(20px, 0px + 6.25vw, 48px);
  }
}
.p-topVoices__cardRole {
  color: #2f64af;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topVoices__cardRole {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-topVoices__cardName {
  font-size: clamp(12.0685714286px, 0px + 1.5714285714vw, 22px);
  font-weight: 700;
  color: #212121;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topVoices__cardName {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-topVoices__cardQuote {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  color: #474747;
  line-height: 1.8;
  padding-right: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topVoices__cardQuote {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    -webkit-line-clamp: initial;
    line-clamp: initial;
    overflow: visible;
    padding-right: 0;
  }
}
.p-topVoices__cardArrow {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-topVoices__cardArrow:hover {
    opacity: 0.7;
  }
}
.p-topVoices__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  padding: 0 100px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-topVoices__btn {
    justify-content: center;
    margin-top: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
    padding: 0 5vw;
  }
}

.p-topOffice {
  background-color: #FFF;
  padding-top: clamp(47.7257142857px, 0px + 6.2142857143vw, 87px);
}
.p-topOffice .c-secHead {
  margin-bottom: 1.25rem;
}
.p-topOffice__lead {
  font-size: clamp(12px, -2.582278481px + 1.8987341772vw, 24px);
  color: #212121;
  font-weight: bold;
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-topOffice__lead {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    margin-top: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-topOffice__photos {
  display: flex;
  margin-top: clamp(24.1371428571px, 0px + 3.1428571429vw, 44px);
}
@media screen and (max-width: 767px) {
  .p-topOffice__photos {
    flex-direction: column;
    margin-top: clamp(20px, 0px + 6.25vw, 48px);
  }
}
.p-topOffice__photo {
  flex: 1;
  position: relative;
  overflow: hidden;
  aspect-ratio: 467/667;
}
@media screen and (max-width: 767px) {
  .p-topOffice__photo {
    width: 100%;
    aspect-ratio: 375/320;
  }
}
.p-topOffice__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-topOffice__photo:hover img {
    transform: scale(1.03);
  }
}
.p-topOffice__room {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  color: #FFF;
  font-family: "Dancing Script", cursive;
  font-size: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-topOffice__room {
    font-size: clamp(1.6666666667rem, 0rem + 8.3333333333vw, 4rem);
    left: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
    bottom: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-topOffice__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  padding-bottom: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-topOffice__btn {
    justify-content: center;
    margin-top: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
    padding-bottom: clamp(41.6666666667px, 0px + 13.0208333333vw, 100px);
  }
}
.p-topOffice__photo {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topOffice__photos.is-show .p-topOffice__photo {
  opacity: 1;
  transform: translateY(0);
}
.p-topOffice__photo:nth-child(1) {
  transition-delay: 0s;
}
.p-topOffice__photo:nth-child(2) {
  transition-delay: 0.1s;
}
.p-topOffice__photo:nth-child(3) {
  transition-delay: 0.2s;
}
.p-topOffice__btn {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topOffice__photos.is-show ~ .l-inner .p-topOffice__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .p-topOffice__photo, .p-topOffice__btn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.p-topData {
  background-color: #EFEFEF;
  padding: clamp(47.7257142857px, 0px + 6.2142857143vw, 87px) 0 clamp(63.6342857143px, 0px + 8.2857142857vw, 116px);
}
.p-topData .c-secHead {
  margin-bottom: clamp(19.2px, 0px + 2.5vw, 35px);
}
.p-topData__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topData__list {
    grid-template-columns: 1fr;
    gap: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-topData__item {
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 2.625rem 1rem 2.75rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topData__item {
    padding: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px) clamp(13.3333333333px, 0px + 4.1666666667vw, 32px) clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
  }
}
.p-topData__num {
  font-size: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px);
  font-weight: 700;
  color: #2f64af;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  line-height: 1;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-topData__num {
    font-size: clamp(3.125rem, 0rem + 15.625vw, 7.5rem);
    margin-bottom: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-topData__num span {
  font-size: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-topData__num span {
    font-size: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
  }
}
.p-topData__label {
  font-size: clamp(12px, 7.1392405063px + 0.6329113924vw, 16px);
  font-weight: 700;
  color: #212121;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-topData__label {
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-topData__year {
  font-size: 0.75rem;
  color: #474747;
}
.p-topData__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(46.6285714286px, 0px + 6.0714285714vw, 85px);
}
@media screen and (max-width: 767px) {
  .p-topData__btn {
    justify-content: center;
    margin-top: clamp(26.6666666667px, 0px + 8.3333333333vw, 64px);
  }
}
.p-topData__item {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topData__list.is-show .p-topData__item {
  opacity: 1;
  transform: translateY(0);
}
.p-topData__item:nth-child(1) {
  transition-delay: 0s;
}
.p-topData__item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-topData__item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-topData__item:nth-child(4) {
  transition-delay: 0.3s;
}
.p-topData__btn {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topData__list.is-show ~ .p-topData__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .p-topData__item, .p-topData__btn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.p-topNews {
  background-color: #FFF;
  padding: clamp(47.7257142857px, 0px + 6.2142857143vw, 87px) 0 clamp(78.4457142857px, 0px + 10.2142857143vw, 143px);
}
.p-topNews .c-secHead {
  margin-bottom: clamp(30.72px, 0px + 4vw, 56px);
}
.p-topNews__link {
  display: flex;
  align-items: center;
  padding: 1.8125rem 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-topNews__link {
    flex-wrap: wrap;
    padding: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) 0;
  }
}
@media (hover: hover) {
  .p-topNews__link:hover {
    opacity: 0.7;
  }
}
.p-topNews__date {
  font-size: 0.75rem;
  color: #474747;
  white-space: nowrap;
  flex-shrink: 0;
  width: 3.75rem;
  margin-right: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-topNews__date {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    width: auto;
    margin-right: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-topNews__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  background-color: #E8F2FF;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  color: #2F64AF;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 4.25rem;
  margin-right: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-topNews__tag {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
    padding: clamp(2.5px, 0px + 0.78125vw, 6px) clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
.p-topNews__title {
  flex: 1;
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  color: #212121;
}
@media screen and (max-width: 767px) {
  .p-topNews__title {
    flex: 0 0 100%;
    margin-top: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    line-height: 1.6;
  }
}
.p-topNews__arrow {
  flex-shrink: 0;
  margin-left: auto;
}
.p-topNews__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-topNews__btn {
    justify-content: center;
    margin-top: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
  }
}
.p-topNews__list {
  overflow: hidden;
}
.p-topNews__item {
  opacity: 0;
  transform: translateX(-3.75rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topNews__list.is-show .p-topNews__item {
  opacity: 1;
  transform: translateX(0);
}
.p-topNews__item:nth-child(1) {
  transition-delay: 0s;
}
.p-topNews__item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-topNews__item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-topNews__item:nth-child(4) {
  transition-delay: 0.3s;
}
.p-topNews__item:nth-child(5) {
  transition-delay: 0.4s;
}
.p-topNews__btn {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-topNews__list.is-show ~ .p-topNews__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .p-topNews__item, .p-topNews__btn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@keyframes topics-sway {
  0% {
    transform: rotate(var(--rot));
  }
  20% {
    transform: rotate(calc(var(--rot) + 6deg));
  }
  40% {
    transform: rotate(calc(var(--rot) - 4deg));
  }
  60% {
    transform: rotate(calc(var(--rot) + 2.5deg));
  }
  80% {
    transform: rotate(calc(var(--rot) - 1.5deg));
  }
  100% {
    transform: rotate(var(--rot));
  }
}
.p-topTopics {
  position: relative;
  overflow: hidden;
  border-top: 2.5rem solid #301b00;
  border-bottom: 2.5rem solid #301b00;
}
@media screen and (max-width: 767px) {
  .p-topTopics {
    background-color: #301b00;
    border-width: 1.25rem;
    padding: clamp(40px, 0px + 12.5vw, 96px) 5vw;
  }
}
.p-topTopics__bg {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-topTopics__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
}
.p-topTopics__bg img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-topTopics__bg img {
    height: 100%;
    object-fit: cover;
  }
}
.p-topTopics__photos {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  .p-topTopics__photos {
    position: relative;
    z-index: 1;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(46.6666666667px, 0px + 14.5833333333vw, 112px);
  }
  .p-topTopics__photos .p-topTopics__photo {
    position: relative;
    left: auto;
    top: auto;
    width: 76%;
  }
}
.p-topTopics__photo {
  position: absolute;
  overflow: visible;
  transform-origin: 50% 0;
  transform: rotate(var(--rot, 0deg));
}
.p-topTopics__photo > img:first-child {
  display: block;
  width: 100%;
  height: auto;
  scale: 1.01;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.5);
}
.p-topTopics__photo.is-sway {
  animation: topics-sway 1.1s ease-out;
}
.p-topTopics__photo--01 {
  --rot: -8.62deg;
  left: -3%;
  top: 5%;
  width: 25%;
}
.p-topTopics__photo--02 {
  --rot: 5.34deg;
  left: 32%;
  top: 3%;
  width: 25%;
}
.p-topTopics__photo--02 > img:first-child {
  border-radius: 0.625rem;
}
.p-topTopics__photo--04 {
  --rot: -8.52deg;
  left: 77%;
  top: 3%;
  width: 20%;
}
.p-topTopics__photo--04 > img:first-child {
  border-radius: 0.625rem;
}
.p-topTopics__photo--06 {
  --rot: -5.26deg;
  left: 3%;
  top: 35%;
  width: 25%;
}
.p-topTopics__photo--08 {
  --rot: 3.99deg;
  left: 33%;
  top: 29%;
  width: 36%;
}
.p-topTopics__photo--07 {
  --rot: -6.07deg;
  left: 75%;
  top: 45%;
  width: 25%;
}
.p-topTopics__photo--03 {
  --rot: -3.34deg;
  left: 1%;
  top: 62%;
  width: 30%;
}
.p-topTopics__photo--05 {
  --rot: 5.75deg;
  left: 57%;
  top: 75%;
  width: 33%;
}
.p-topTopics__pin {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: auto;
}
.p-topTopics__photo--01 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(8.62deg);
}
.p-topTopics__photo--02 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(-5.34deg);
}
.p-topTopics__photo--03 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(3.34deg);
}
.p-topTopics__photo--04 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(8.52deg);
}
.p-topTopics__photo--05 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(-5.75deg);
}
.p-topTopics__photo--06 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(5.26deg);
}
.p-topTopics__photo--07 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(6.07deg);
}
.p-topTopics__photo--08 .p-topTopics__pin {
  transform: translate(-50%, -50%) rotate(-3.99deg);
}
@media (prefers-reduced-motion: reduce) {
  .p-topTopics__photo {
    animation: none;
  }
}

.p-topNote {
  background-color: #EFEFEF;
  padding: clamp(47.7257142857px, 0px + 6.2142857143vw, 87px) 0 clamp(23.04px, 0px + 3vw, 42px);
  overflow: hidden;
}
.p-topNote__slider.swiper {
  width: calc(100% - 100px * 2);
  margin-inline: auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-topNote__slider.swiper {
    width: calc(100% - 5vw * 2);
  }
}
.p-topNote__slider.swiper .swiper-slide {
  height: clamp(263.3142857143px, 0px + 34.2857142857vw, 480px);
}
@media screen and (max-width: 767px) {
  .p-topNote__slider.swiper .swiper-slide {
    height: clamp(375px, 0px + 117.1875vw, 900px);
  }
}
.p-topNote__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFF;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media (hover: hover) {
  .p-topNote__card:hover {
    opacity: 0.85;
  }
}
.p-topNote__cardPhoto {
  margin: 1.5rem 1.5rem 0;
  aspect-ratio: 359/202;
  border-radius: 0.25rem;
  overflow: hidden;
}
.p-topNote__cardPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-topNote__cardBody {
  padding: 1.5rem 1.5rem 1rem;
  flex: 1;
}
.p-topNote__cardTitle {
  font-size: clamp(12px, 4.7088607595px + 0.9493670886vw, 18px);
  font-weight: 700;
  color: #212121;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topNote__cardTitle {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-topNote__cardExcerpt {
  font-size: clamp(12px, 10.7848101266px + 0.1582278481vw, 13px);
  color: #474747;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topNote__cardExcerpt {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-topNote__cardFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem 1rem;
}
.p-topNote__cardAuthor {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-topNote__cardAuthor img {
  border-radius: 50%;
  flex-shrink: 0;
}
.p-topNote__cardAuthorName {
  font-size: 0.75rem;
  color: #212121;
  line-height: 1.3;
}
.p-topNote__cardDate {
  display: block;
  font-size: 0.6875rem;
  color: #CCC;
  line-height: 1.3;
}
.p-topNote__cardLink {
  font-size: clamp(12px, 10.7848101266px + 0.1582278481vw, 13px);
  color: #212121;
  white-space: nowrap;
  align-self: flex-end;
}
.p-topNote__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(34.0114285714px, 0px + 4.4285714286vw, 62px);
}
@media screen and (max-width: 767px) {
  .p-topNote__btn {
    justify-content: center;
    margin-top: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
  }
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ business ▼▼----------*/
@keyframes business-illust-in {
  0% {
    opacity: 0;
    transform: var(--pos) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: var(--pos) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: var(--pos) scale(1);
  }
}
.p-businessOverview {
  padding: clamp(60.3428571429px, 0px + 7.8571428571vw, 110px) 0 clamp(70.2171428571px, 0px + 9.1428571429vw, 128px);
}
@media screen and (max-width: 767px) {
  .p-businessOverview {
    padding: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px) 0 clamp(50px, 0px + 15.625vw, 120px);
  }
}
.p-businessOverview__inner {
  display: flex;
  align-items: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-businessOverview__inner {
    flex-direction: column;
    gap: clamp(25px, 0px + 7.8125vw, 60px);
  }
}
.p-businessOverview__img {
  flex-shrink: 0;
  width: clamp(263.3142857143px, 0px + 34.2857142857vw, 480px);
}
@media screen and (max-width: 767px) {
  .p-businessOverview__img {
    width: 100%;
  }
}
.p-businessOverview__img img {
  width: 100%;
  height: clamp(296.2285714286px, 0px + 38.5714285714vw, 540px);
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-businessOverview__img img {
    height: clamp(200px, 0px + 62.5vw, 480px);
  }
}
.p-businessOverview__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(12.0685714286px, 0px + 1.5714285714vw, 22px);
}
@media screen and (max-width: 767px) {
  .p-businessOverview__list {
    gap: clamp(20px, 0px + 6.25vw, 48px) clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-businessOverview__link {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-businessOverview__link:hover {
    opacity: 0.7;
  }
}
.p-businessOverview__icon {
  flex-shrink: 0;
  padding-top: 0.25rem;
}
.p-businessOverview__icon img {
  width: 1rem;
  height: auto;
}
.p-businessOverview__name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-businessOverview__name {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-businessOverview__desc {
  font-size: 0.75rem;
  color: #474747;
  line-height: 1.5;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-businessOverview__desc {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}

.p-businessService__item {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0;
}
@media screen and (max-width: 767px) {
  .p-businessService__item {
    padding: clamp(41.6666666667px, 0px + 13.0208333333vw, 100px) 0;
  }
}
.p-businessService__body {
  position: relative;
}
.p-businessService__card {
  width: clamp(548.5714285714px, 0px + 71.4285714286vw, 1000px);
  min-height: clamp(232.5942857143px, 0px + 30.2857142857vw, 424px);
  background-color: #EFEFEF;
  border-radius: 1.25rem;
  padding: clamp(27.9771428571px, 0px + 3.6428571429vw, 51px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(17.0057142857px, 0px + 2.2142857143vw, 31px) clamp(166.7657142857px, 0px + 21.7142857143vw, 304px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-businessService__card {
    width: 100%;
    min-height: 0;
    margin-left: 0;
    padding: clamp(100px, 0px + 31.25vw, 240px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(25px, 0px + 7.8125vw, 60px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.is-reverse .p-businessService__card {
  margin-left: 0;
  padding-left: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  padding-right: clamp(144.8228571429px, 0px + 18.8571428571vw, 264px);
}
@media screen and (max-width: 767px) {
  .is-reverse .p-businessService__card {
    padding-left: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    padding-right: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    padding-top: clamp(100px, 0px + 31.25vw, 240px);
  }
}
.p-businessService__title {
  font-size: clamp(15.36px, 0px + 2vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .p-businessService__title {
    font-size: clamp(1.0416666667rem, 0rem + 5.2083333333vw, 2.5rem);
  }
}
.p-businessService__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #212121;
  margin-top: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-businessService__desc {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    margin-top: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-businessService__worksWrap {
  position: relative;
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  padding-top: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
}
@media screen and (max-width: 767px) {
  .p-businessService__worksWrap {
    margin-top: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    padding-top: 0;
  }
}
.p-businessService__worksBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2f64af;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  height: 2.5625rem;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .p-businessService__worksBadge {
    position: static;
    transform: rotate(-3deg);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-businessService__works {
  display: flex;
  align-items: center;
  gap: clamp(10.4228571429px, 0px + 1.3571428571vw, 19px);
  background-color: #FFF;
  border-radius: 0.75rem;
  padding: clamp(9.3257142857px, 0px + 1.2142857143vw, 17px) clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  width: clamp(359.8628571429px, 0px + 46.8571428571vw, 656px);
  max-width: 100%;
  box-shadow: 8px 8px 0 rgba(47, 100, 175, 0.2);
}
@media screen and (max-width: 767px) {
  .p-businessService__works {
    width: 100%;
    margin-top: clamp(10px, 0px + 3.125vw, 24px);
    gap: clamp(10px, 0px + 3.125vw, 24px);
    padding: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-businessService__worksImg {
  flex-shrink: 0;
  width: clamp(89.4171428571px, 0px + 11.6428571429vw, 163px);
}
@media screen and (max-width: 767px) {
  .p-businessService__worksImg {
    width: clamp(75px, 0px + 23.4375vw, 180px);
  }
}
.p-businessService__worksImg img {
  width: 100%;
  height: clamp(59.7942857143px, 0px + 7.7857142857vw, 109px);
  object-fit: cover;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-businessService__worksImg img {
    height: clamp(50px, 0px + 15.625vw, 120px);
  }
}
.p-businessService__worksName {
  font-size: 0.875rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-businessService__worksName {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-businessService__worksText {
  font-size: 0.75rem;
  color: #474747;
  line-height: 1.8;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-businessService__worksText {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
    margin-top: clamp(5px, 0px + 1.5625vw, 12px);
  }
}
.p-businessService__illust {
  --pos: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: var(--pos);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-businessService__illust {
    --pos: translateX(-50%) translateY(-40%);
    left: 50%;
    top: 0;
    width: clamp(133.3333333333px, 0px + 41.6666666667vw, 320px);
  }
}
.is-reverse .p-businessService__illust {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-businessService__illust {
    left: 50%;
    right: auto;
  }
}
.p-businessService__illust img {
  width: auto;
  height: auto;
  max-height: clamp(197.4857142857px, 0px + 25.7142857143vw, 360px);
}
@media screen and (max-width: 767px) {
  .p-businessService__illust img {
    width: 100%;
    max-height: none;
  }
}
.p-businessService__card.is-show ~ .p-businessService__illust {
  animation: business-illust-in 0.6s ease 0.25s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-businessService__illust {
    opacity: 1;
    animation: none;
  }
}

/*----------▲▲ business ▲▲----------*/
/*----------▼▼ job ▼▼----------*/
@keyframes job-illust-in {
  0% {
    opacity: 0;
    transform: var(--pos) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: var(--pos) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: var(--pos) scale(1);
  }
}
.p-jobOverview {
  padding: clamp(60.3428571429px, 0px + 7.8571428571vw, 110px) 0 clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-jobOverview {
    padding: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px) 0 clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
  }
}
.p-jobOverview__inner {
  display: flex;
  align-items: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-jobOverview__inner {
    flex-direction: column;
    gap: clamp(25px, 0px + 7.8125vw, 60px);
  }
}
.p-jobOverview__img {
  flex-shrink: 0;
  width: clamp(263.3142857143px, 0px + 34.2857142857vw, 480px);
}
@media screen and (max-width: 767px) {
  .p-jobOverview__img {
    width: 100%;
  }
}
.p-jobOverview__img img {
  width: 100%;
  height: clamp(296.2285714286px, 0px + 38.5714285714vw, 540px);
  object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-jobOverview__img img {
    height: clamp(200px, 0px + 62.5vw, 480px);
  }
}
.p-jobOverview__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-jobOverview__list {
    gap: clamp(20px, 0px + 6.25vw, 48px);
    width: 100%;
  }
}
.p-jobOverview__link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-jobOverview__link:hover {
    opacity: 0.7;
  }
}
.p-jobOverview__icon {
  flex-shrink: 0;
  padding-top: 0.25rem;
}
.p-jobOverview__icon img {
  width: 1rem;
  height: auto;
}
.p-jobOverview__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-jobOverview__name {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-jobOverview__desc {
  font-size: 0.875rem;
  color: #474747;
  line-height: 1.8;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-jobOverview__desc {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}

.p-jobItem {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0;
}
@media screen and (max-width: 767px) {
  .p-jobItem {
    padding: clamp(41.6666666667px, 0px + 13.0208333333vw, 100px) 0;
  }
}
.p-jobItem__inner {
  position: relative;
}
.p-jobItem__card {
  background-color: #f7f7fa;
  border-radius: 0.625rem;
  padding: clamp(27.9771428571px, 0px + 3.6428571429vw, 51px) clamp(39.4971428571px, 0px + 5.1428571429vw, 72px) clamp(30.1714285714px, 0px + 3.9285714286vw, 55px) clamp(149.2114285714px, 0px + 19.4285714286vw, 272px);
  margin-left: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
}
@media screen and (max-width: 767px) {
  .p-jobItem__card {
    margin-left: 0;
    padding: clamp(100px, 0px + 31.25vw, 240px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(25px, 0px + 7.8125vw, 60px);
  }
}
.is-reverse .p-jobItem__card {
  padding-left: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  padding-right: clamp(153.6px, 0px + 20vw, 280px);
  margin-left: 0;
  margin-right: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
}
@media screen and (max-width: 767px) {
  .is-reverse .p-jobItem__card {
    margin-right: 0;
    padding: clamp(100px, 0px + 31.25vw, 240px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(25px, 0px + 7.8125vw, 60px);
  }
}
.p-jobItem__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-jobItem__title {
    font-size: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.p-jobItem__desc {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.8;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-jobItem__desc {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    margin-top: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-jobItem__meritWrap {
  position: relative;
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  padding-top: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
}
@media screen and (max-width: 767px) {
  .p-jobItem__meritWrap {
    margin-top: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    padding-top: 0;
  }
}
.p-jobItem__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2f64af;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  height: 2.5625rem;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .p-jobItem__badge {
    position: static;
    transform: rotate(-3deg);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-jobItem__merit {
  background-color: #FFF;
  border-radius: 0.75rem;
  box-shadow: 8px 8px 0 rgba(47, 100, 175, 0.2);
  padding: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  width: clamp(359.8628571429px, 0px + 46.8571428571vw, 656px);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-jobItem__merit {
    width: 100%;
    margin-top: clamp(10px, 0px + 3.125vw, 24px);
    padding: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px) clamp(15px, 0px + 4.6875vw, 36px);
  }
}
.p-jobItem__meritText {
  font-size: 0.875rem;
  color: #474747;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-jobItem__meritText {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-jobItem__illust {
  --pos: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: var(--pos);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-jobItem__illust {
    --pos: translateX(-50%) translateY(-40%);
    left: 50%;
    top: 0;
    width: clamp(125px, 0px + 39.0625vw, 300px);
  }
}
.is-reverse .p-jobItem__illust {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-jobItem__illust {
    left: 50%;
    right: auto;
  }
}
.p-jobItem__illust img {
  width: auto;
  height: auto;
  max-height: clamp(186.5142857143px, 0px + 24.2857142857vw, 340px);
}
@media screen and (max-width: 767px) {
  .p-jobItem__illust img {
    width: 100%;
    max-height: none;
  }
}
.p-jobItem__card.is-show ~ .p-jobItem__illust {
  animation: job-illust-in 0.6s ease 0.25s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .p-jobItem__illust {
    opacity: 1;
    animation: none;
  }
}

/*----------▲▲ job ▲▲----------*/
/*----------▼▼ data ▼▼----------*/
.p-dataSection {
  padding: clamp(60.3428571429px, 0px + 7.8571428571vw, 110px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-dataSection {
    padding: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px) 0 clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
  }
}
.p-dataSection__inner {
  position: relative;
}
.p-dataSection__head {
  margin-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-dataSection__head {
    margin-bottom: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-dataSection__sub {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #474747;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-dataSection__sub {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-dataSection__title {
  font-size: 3rem;
  font-weight: 500;
  color: #2f64af;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  line-height: 1;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-dataSection__title {
    font-size: clamp(1.875rem, 0rem + 9.375vw, 4.5rem);
    margin-top: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
  }
}
.p-dataSection__illust {
  position: absolute;
  top: -25%;
  bottom: 0;
  right: 0;
  width: clamp(326.9485714286px, 0px + 42.5714285714vw, 596px);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.p-dataSection__illust img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-dataSection__illust {
    display: block;
    top: -40px;
    bottom: auto;
    left: 60%;
    right: auto;
    width: clamp(108.3333333333px, 0px + 33.8541666667vw, 260px);
  }
}

.p-dataCards {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.5rem;
}
.p-dataCards--company {
  grid-template-columns: 18.375rem 18.375rem 1fr;
  grid-template-rows: repeat(3, 16.25rem);
}
.p-dataCards--company > *:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.p-dataCards--company > *:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-dataCards--company > *:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.p-dataCards--company > *:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.p-dataCards--company > *:nth-child(5) {
  grid-column: 1/3;
  grid-row: 3;
}
.p-dataCards--company > *:nth-child(6) {
  grid-column: 3;
  grid-row: 2/4;
}
@media screen and (max-width: 767px) {
  .p-dataCards--company {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .p-dataCards--company > *:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  .p-dataCards--company > *:nth-child(5) {
    grid-column: 1/-1;
  }
  .p-dataCards--company > *:nth-child(6) {
    grid-column: 1/-1;
  }
}
.p-dataCards--work {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 16.25rem);
}
.p-dataCards--work > *:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.p-dataCards--work > *:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-dataCards--work > *:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.p-dataCards--work > *:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.p-dataCards--work > *:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.p-dataCards--work > *:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-dataCards--work {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .p-dataCards--work > *:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-dataCards--growth {
  grid-template-columns: 18.375rem 18.375rem 1fr;
  grid-template-rows: repeat(2, 16.25rem);
}
.p-dataCards--growth > *:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.p-dataCards--growth > *:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-dataCards--growth > *:nth-child(3) {
  grid-column: 1/-1;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-dataCards--growth {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .p-dataCards--growth > *:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  .p-dataCards--growth > *:nth-child(3) {
    grid-column: 1/-1;
  }
}
.p-dataCards--culture {
  grid-template-columns: 37.25rem 1fr;
  grid-template-rows: repeat(2, 16.25rem);
}
.p-dataCards--culture > *:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.p-dataCards--culture > *:nth-child(2) {
  grid-column: 1/-1;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-dataCards--culture {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .p-dataCards--culture > *:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

.p-dataCard {
  background-color: #FFF;
  border-left: 5px solid #2f64af;
  border-bottom: 5px solid #2f64af;
  padding: 0.9375rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-dataCard {
    min-height: clamp(116.6666666667px, 0px + 36.4583333333vw, 280px);
    padding: clamp(10px, 0px + 3.125vw, 24px) clamp(11.6666666667px, 0px + 3.6458333333vw, 28px) clamp(11.6666666667px, 0px + 3.6458333333vw, 28px);
  }
}
.p-dataCard__label {
  position: absolute;
  top: 0.9375rem;
  left: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #212121;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-dataCard__label {
    top: clamp(10px, 0px + 3.125vw, 24px);
    left: clamp(11.6666666667px, 0px + 3.6458333333vw, 28px);
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-dataCard__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 1.875rem;
}
.p-dataCard__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #2f64af;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.p-dataCard__num {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-dataCard__num {
    font-size: clamp(2.0833333333rem, 0rem + 10.4166666667vw, 5rem);
  }
}
.p-dataCard__unit {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-dataCard__unit {
    font-size: clamp(1.25rem, 0rem + 6.25vw, 3rem);
  }
}
.p-dataCard__textValue {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2f64af;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-dataCard__textValue {
    font-size: clamp(1.09375rem, 0rem + 5.46875vw, 2.625rem);
  }
}
.p-dataCard__note {
  font-size: 0.875rem;
  color: #474747;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-dataCard__note {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-dataCard__sub {
  font-size: 1rem;
  color: #474747;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-dataCard__sub {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-dataCard__genderLabel {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 0.5rem;
}
.p-dataCard__genderLabel span {
  font-size: 0.875rem;
  color: #474747;
}
@media screen and (max-width: 767px) {
  .p-dataCard__genderLabel span {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-dataCard__body--split {
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 0.5rem;
}
.p-dataCard__half {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-dataCard--img {
  padding: 0.9375rem 1.25rem 1.25rem;
  overflow: hidden;
}
.p-dataCard--img .p-dataCard__label {
  top: 0.75rem;
  left: 0.9375rem;
}
.p-dataCard--img img {
  flex: 1;
  min-height: 0;
  width: 100%;
  object-fit: contain;
  display: block;
}
.p-dataCard--training {
  padding: 0.9375rem 1.25rem 1.25rem;
}
.p-dataCard--training .p-dataCard__trainingInner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-dataCard--training .p-dataCard__trainingInner {
    flex-direction: column;
    justify-content: center;
    gap: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-dataCard--training .p-dataCard__trainingItem {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-dataCard--training .p-dataCard__trainingItem {
    flex-direction: column;
    gap: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
    width: 100%;
  }
}
.p-dataCard--training .p-dataCard__trainingSub {
  font-size: 1.25rem;
  color: #474747;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-dataCard--training .p-dataCard__trainingSub {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-dataCard--training .p-dataCard__trainingVal {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2f64af;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .p-dataCard--training .p-dataCard__trainingVal {
    font-size: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
    text-align: center;
  }
}
.p-dataCard--lunch .p-dataCard__lunchName {
  position: absolute;
  left: 2.125rem;
  top: 7rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #8c8c8c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}
.p-dataCard--lunch .p-dataCard__lunchFreq {
  position: absolute;
  left: 12.9375rem;
  top: 6.6875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2f64af;
  white-space: nowrap;
  line-height: 1.4;
}
.p-dataCard--lunch .p-dataCard__lunchFreq .is-lg {
  font-size: 2rem;
}
.p-dataCard--lunch .p-dataCard__lunchFreq .is-sm {
  font-size: 1.5rem;
}
.p-dataCard--lunch .p-dataCard__lunchNote {
  position: absolute;
  left: 17.0625rem;
  top: 10.375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #8c8c8c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-dataCard--lunch {
    justify-content: center;
    gap: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
    padding-top: clamp(20.8333333333px, 0px + 6.5104166667vw, 50px);
  }
  .p-dataCard--lunch .p-dataCard__lunchName,
  .p-dataCard--lunch .p-dataCard__lunchFreq,
  .p-dataCard--lunch .p-dataCard__lunchNote {
    position: static;
    white-space: normal;
  }
  .p-dataCard--lunch .p-dataCard__lunchName {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
  .p-dataCard--lunch .p-dataCard__lunchFreq .is-lg {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
  .p-dataCard--lunch .p-dataCard__lunchFreq .is-sm {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
  .p-dataCard--lunch .p-dataCard__lunchNote {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-dataCard--events .p-dataCard__eventList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-dataCard--events .p-dataCard__eventList li {
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2f64af;
  white-space: nowrap;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(1) {
  left: 1.875rem;
  top: 3.625rem;
  font-size: 2rem;
  font-weight: 900;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(2) {
  left: 14.875rem;
  top: 3.625rem;
  font-size: 2rem;
  font-weight: 900;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(3) {
  left: 25.875rem;
  top: 3.625rem;
  font-size: 2rem;
  font-weight: 900;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(4) {
  left: 1.875rem;
  top: 7.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(5) {
  left: 7.875rem;
  top: 7.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(6) {
  left: 15.375rem;
  top: 7.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(7) {
  left: 22.875rem;
  top: 7.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(8) {
  left: 1.875rem;
  top: 10.75rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(9) {
  left: 17.125rem;
  top: 10.75rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(10) {
  left: 24.875rem;
  top: 10.6875rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(11) {
  left: 1.875rem;
  top: 13.5625rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(12) {
  left: 5.875rem;
  top: 13.5625rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-dataCard--events .p-dataCard__eventList li:nth-child(13) {
  left: 17.375rem;
  top: 13.5625rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-dataCard--events .p-dataCard__eventList {
    position: static;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: clamp(3.3333333333px, 0px + 1.0416666667vw, 8px) clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
    padding-top: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
  .p-dataCard--events .p-dataCard__eventList li:nth-child(n) {
    position: static;
    left: auto;
    top: auto;
    white-space: normal;
  }
  .p-dataCard--events .p-dataCard__eventList li:nth-child(-n+3) {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    font-weight: 900;
  }
  .p-dataCard--events .p-dataCard__eventList li:nth-child(n+4):nth-child(-n+7) {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    font-weight: 700;
  }
  .p-dataCard--events .p-dataCard__eventList li:nth-child(n+8) {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
    font-weight: 500;
  }
}
.p-dataCard--events .p-dataCard__eventIcons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-dataCard--events .p-dataCard__eventIcons {
    display: none;
  }
}
.p-dataCard--events .p-dataCard__eventIcons img {
  position: absolute;
  height: auto;
}
.p-dataCard--events .p-dataCard__eventIcons img:nth-of-type(2) {
  left: 66.25%;
  top: 2.0625rem;
  width: 5rem;
}
.p-dataCard--events .p-dataCard__eventIcons img:nth-of-type(3) {
  left: 76.25%;
  top: 6.6875rem;
  width: 5.4375rem;
}
.p-dataCard--events .p-dataCard__eventIcons img:nth-of-type(4) {
  left: 84.83%;
  top: 1.25rem;
  width: 7.1875rem;
}
.p-dataCard--events .p-dataCard__eventIcons img:nth-of-type(1) {
  left: 54.92%;
  top: 7.75rem;
  width: 7.5rem;
}

.p-dataCards.js-stagger .p-dataCard {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.p-dataCards.js-stagger.is-show .p-dataCard {
  opacity: 1;
  transform: translateY(0);
}
.p-dataCards.js-stagger .p-dataCard:nth-child(1) {
  transition-delay: 0s;
}
.p-dataCards.js-stagger .p-dataCard:nth-child(2) {
  transition-delay: 0.1s;
}
.p-dataCards.js-stagger .p-dataCard:nth-child(3) {
  transition-delay: 0.2s;
}
.p-dataCards.js-stagger .p-dataCard:nth-child(4) {
  transition-delay: 0.3s;
}
.p-dataCards.js-stagger .p-dataCard:nth-child(5) {
  transition-delay: 0.4s;
}
.p-dataCards.js-stagger .p-dataCard:nth-child(6) {
  transition-delay: 0.5s;
}
.p-dataCards.js-stagger .p-dataCard:nth-child(n+7) {
  transition-delay: 0.5s;
}

.p-dataSection__illust {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.p-dataCards.js-stagger.is-show ~ .p-dataSection__illust {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.8s;
}

@media (prefers-reduced-motion: reduce) {
  .p-dataCards.js-stagger .p-dataCard,
  .p-dataSection__illust {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*----------▲▲ data ▲▲----------*/
/*----------▼▼ voices ▼▼----------*/
.p-voiceList {
  padding-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  padding-bottom: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-voiceList {
    padding-top: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
    padding-bottom: clamp(41.6666666667px, 0px + 13.0208333333vw, 100px);
  }
}
.p-voiceList__nav {
  margin-bottom: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
}
@media screen and (max-width: 767px) {
  .p-voiceList__nav {
    margin-bottom: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
  }
}
.p-voiceList__navList {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, clamp(131.6571428571px, 0px + 17.1428571429vw, 240px) * 4 + clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) * 3);
  margin-inline: auto;
  justify-content: flex-start;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-voiceList__navList {
    width: 100%;
    margin-inline: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-voiceList__navItem {
    width: calc(50% - clamp(8.3333333333px, 0px + 2.6041666667vw, 20px) / 2);
  }
}
.p-voiceList__navLink {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: clamp(131.6571428571px, 0px + 17.1428571429vw, 240px);
  padding: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  border-radius: 6.25rem;
  border: 2px solid #2f64af;
  background-color: #FFF;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-voiceList__navLink:hover {
    background-color: #2f64af;
  }
  .p-voiceList__navLink:hover .p-voiceList__navArrow img {
    filter: brightness(0) invert(1);
  }
  .p-voiceList__navLink:hover .p-voiceList__navName {
    color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .p-voiceList__navLink {
    width: 100%;
  }
}
.p-voiceList__navArrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-voiceList__navName {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  color: #212121;
  transition: color 0.3s;
  margin-left: auto;
  text-align: right;
}
.p-voiceList__item {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-voiceList__item {
    margin-top: 7.5rem;
  }
}
.p-voiceList__item + .p-voiceList__item {
  margin-top: clamp(116.2971428571px, 0px + 15.1428571429vw, 212px);
}
@media screen and (max-width: 767px) {
  .p-voiceList__item + .p-voiceList__item {
    margin-top: clamp(41.6666666667px, 0px + 13.0208333333vw, 100px);
  }
}
.p-voiceList__link {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-voiceList__link:hover {
    opacity: 0.7;
  }
}
.p-voiceList__body {
  position: relative;
}
.p-voiceList__card {
  min-height: clamp(140.4342857143px, 0px + 18.2857142857vw, 256px);
  background-color: #f7f7fa;
  border-radius: 0.625rem;
  padding: clamp(22.4914285714px, 0px + 2.9285714286vw, 41px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(22.4914285714px, 0px + 2.9285714286vw, 41px) clamp(357.6685714286px, 0px + 46.5714285714vw, 652px);
}
.is-reverse .p-voiceList__card {
  padding-left: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  padding-right: clamp(357.6685714286px, 0px + 46.5714285714vw, 652px);
}
@media screen and (max-width: 767px) {
  .p-voiceList__card {
    min-height: 0;
    padding: clamp(100px, 0px + 31.25vw, 240px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) clamp(25px, 0px + 7.8125vw, 60px);
  }
  .is-reverse .p-voiceList__card {
    padding-left: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    padding-right: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-voiceList__text {
  display: flex;
  flex-direction: column;
  gap: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-voiceList__text {
    gap: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-voiceList__meta {
  font-size: 0.75rem;
  color: #474747;
}
@media screen and (max-width: 767px) {
  .p-voiceList__meta {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-voiceList__name {
  font-size: 1.375rem;
  font-weight: 700;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .p-voiceList__name {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-voiceList__caption {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #474747;
}
@media screen and (max-width: 767px) {
  .p-voiceList__caption {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-voiceList__arrowIcon {
  display: flex;
  justify-content: flex-end;
}
.p-voiceList__photo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-voiceList__photo {
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%) translateY(-40%);
    width: clamp(200px, 0px + 62.5vw, 480px);
  }
}
.is-reverse .p-voiceList__photo {
  left: auto;
  right: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .is-reverse .p-voiceList__photo {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-40%);
  }
}
.p-voiceList__photo img {
  width: clamp(296.2285714286px, 0px + 38.5714285714vw, 540px);
  height: clamp(197.4857142857px, 0px + 25.7142857143vw, 360px);
  object-fit: cover;
  transform: rotate(-3deg);
  display: block;
}
@media screen and (max-width: 767px) {
  .p-voiceList__photo img {
    width: 100%;
    height: auto;
  }
}
.p-voiceList__item.js-slideEdge {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-voiceList__item.js-slideEdge:not(.is-reverse) {
  transform: translateX(-5rem);
}
.p-voiceList__item.js-slideEdge.is-reverse {
  transform: translateX(5rem);
}
.p-voiceList__item.js-slideEdge.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .p-voiceList__item.js-slideEdge, .p-voiceList__item.js-slideEdge:not(.is-reverse), .p-voiceList__item.js-slideEdge.is-reverse {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.p-voiceSingle__hero {
  position: relative;
  height: clamp(347.2457142857px, 0px + 45.2142857143vw, 633px);
  margin-top: clamp(132.7542857143px, 0px + 17.2857142857vw, 242px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__hero {
    height: auto;
    margin-top: clamp(25px, 0px + 7.8125vw, 60px);
  }
}
.p-voiceSingle__heroImg {
  position: absolute;
  left: 0;
  top: 0;
  right: calc(50% - 76px);
  height: clamp(247.9542857143px, 0px + 32.2857142857vw, 452px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__heroImg {
    position: relative;
    right: auto;
    width: 100%;
    height: clamp(175px, 0px + 54.6875vw, 420px);
    left: auto;
    top: auto;
  }
}
.p-voiceSingle__heroImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-voiceSingle__heroCard {
  position: absolute;
  left: 50%;
  top: clamp(102.5828571429px, 0px + 13.3571428571vw, 187px);
  width: clamp(329.6914285714px, 0px + 42.9285714286vw, 601px);
  background-color: #2f64af;
  border-radius: 0.5625rem;
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__heroCard {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) 5vw 0;
    padding: clamp(23.3333333333px, 0px + 7.2916666667vw, 56px) clamp(20px, 0px + 6.25vw, 48px);
  }
}
.p-voiceSingle__heroMeta {
  font-size: 1rem;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.06em;
  margin-bottom: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__heroMeta {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    margin-bottom: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
.p-voiceSingle__heroNameRow {
  display: flex;
  align-items: baseline;
  gap: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  margin-bottom: clamp(15.36px, 0px + 2vw, 28px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__heroNameRow {
    gap: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
    margin-bottom: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-voiceSingle__heroName {
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__heroName {
    font-size: clamp(1.4583333333rem, 0rem + 7.2916666667vw, 3.5rem);
  }
}
.p-voiceSingle__heroPosition {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__heroPosition {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-voiceSingle__heroCaption {
  font-size: 1rem;
  color: #FFF;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__heroCaption {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-voiceSingle__inner {
  padding-top: 0;
  padding-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__inner {
    padding-top: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
    padding-bottom: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
  }
}
.p-voiceSingle__body {
  max-width: clamp(548.5714285714px, 0px + 71.4285714286vw, 1000px);
  margin: 0 auto clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__body {
    margin-bottom: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
  }
}
.p-voiceSingle__body h2 {
  position: relative;
  padding-left: clamp(27.4285714286px, 0px + 3.5714285714vw, 50px);
  font-size: 1.125rem;
  font-weight: 700;
  color: #2f64af;
  line-height: 1.4;
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  margin-bottom: clamp(3.2914285714px, 0px + 0.4285714286vw, 6px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__body h2 {
    padding-left: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    margin-top: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
    margin-bottom: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
  }
}
.p-voiceSingle__body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(20.2971428571px, 0px + 2.6428571429vw, 37px);
  height: 2px;
  background-color: #2f64af;
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__body h2::before {
    width: clamp(25px, 0px + 7.8125vw, 60px);
  }
}
.p-voiceSingle__body h2:first-child {
  margin-top: 0;
}
.p-voiceSingle__body p {
  padding-left: clamp(27.4285714286px, 0px + 3.5714285714vw, 50px);
  font-size: 1rem;
  line-height: 2.25;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__body p {
    padding-left: 0;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-voiceSingle__body figure {
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) auto;
  max-width: clamp(438.8571428571px, 0px + 57.1428571429vw, 800px);
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__body figure {
    margin: clamp(25px, 0px + 7.8125vw, 60px) auto;
  }
}
.p-voiceSingle__body figure img {
  width: 100%;
  height: auto;
  display: block;
}
.p-voiceSingle__body img {
  max-width: clamp(438.8571428571px, 0px + 57.1428571429vw, 800px);
  width: 100%;
  height: auto;
  display: block;
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) auto;
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__body img {
    margin: clamp(25px, 0px + 7.8125vw, 60px) auto;
  }
}
.p-voiceSingle__back {
  text-align: center;
}
.p-voiceSingle__backLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  border-radius: 1.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffad47;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-voiceSingle__backLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-voiceSingle__backLink {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    padding: clamp(10px, 0px + 3.125vw, 24px) clamp(20px, 0px + 6.25vw, 48px);
  }
}

/*----------▲▲ voices ▲▲----------*/
/*----------▼▼ office ▼▼----------*/
.p-office {
  margin-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-office {
    margin-top: clamp(50px, 0px + 15.625vw, 120px);
  }
}
.p-office__sec {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-h));
}
@media screen and (max-width: 767px) {
  .p-office__sec {
    height: auto;
    aspect-ratio: 375/480;
  }
}
.p-office__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-office__slide {
  height: 100%;
}
.p-office__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-office__inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFF;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.p-office__head {
  display: flex;
  align-items: flex-end;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-office__head {
    gap: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-office__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(70.2171428571px, 0px + 9.1428571429vw, 128px);
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-office__name {
    font-size: clamp(40px, 0px + 12.5vw, 96px);
  }
}
.p-office__type {
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 700;
  line-height: 1;
  padding-bottom: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-office__type {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    padding-bottom: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
  }
}
.p-office__desc {
  margin-top: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  font-size: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  font-weight: 500;
  letter-spacing: 0.075rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-office__desc {
    margin-top: clamp(10px, 0px + 3.125vw, 24px);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}

/*----------▲▲ office ▲▲----------*/
/*----------▼▼ faq ▼▼----------*/
.p-faq__nav {
  padding-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-faq__nav {
    padding-top: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
  }
}
.p-faq__navList {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, clamp(131.6571428571px, 0px + 17.1428571429vw, 240px) * 4 + clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) * 3);
  margin-inline: auto;
  justify-content: flex-start;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-faq__navList {
    width: 100%;
    margin-inline: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__navItem {
    width: calc(50% - clamp(8.3333333333px, 0px + 2.6041666667vw, 20px) / 2);
  }
}
.p-faq__navLink {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: clamp(131.6571428571px, 0px + 17.1428571429vw, 240px);
  padding: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  border-radius: 6.25rem;
  border: 2px solid #2f64af;
  background-color: #FFF;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-faq__navLink:hover {
    background-color: #2f64af;
  }
  .p-faq__navLink:hover .p-faq__navArrow img {
    filter: brightness(0) invert(1);
  }
  .p-faq__navLink:hover .p-faq__navName {
    color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__navLink {
    width: 100%;
  }
}
.p-faq__navArrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-faq__navName {
  font-size: clamp(12px, 9.5696202532px + 0.3164556962vw, 14px);
  font-weight: 700;
  color: #212121;
  transition: color 0.3s;
  margin-left: auto;
  text-align: right;
}
.p-faq__cat {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
.p-faq__catTitle {
  font-size: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-weight: 700;
  color: #212121;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  scroll-margin-top: 80px;
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-faq__q {
  position: relative;
  width: 100%;
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  background-color: #f7f7fa;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  text-align: left;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-faq__q:hover {
    filter: brightness(0.96);
  }
}
.p-faq__qIcon {
  position: absolute;
  left: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  top: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(40px, 27.8481012658px + 1.582278481vw, 50px);
  line-height: 1;
  color: #CCC;
}
.p-faq__qText {
  font-size: 1rem;
  font-weight: 700;
  color: #212121;
  line-height: 2.25rem;
}
.p-faq__qToggle {
  position: absolute;
  right: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(16px, -3.4430379747px + 2.5316455696vw, 32px);
  height: clamp(16px, -3.4430379747px + 2.5316455696vw, 32px);
}
.p-faq__qToggle::before, .p-faq__qToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #CCC;
  transition: 0.3s;
}
.p-faq__qToggle::before {
  width: 0.1875rem;
  height: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  transform: translate(-50%, -50%);
}
.p-faq__qToggle::after {
  width: clamp(24px, 14.2784810127px + 1.2658227848vw, 32px);
  height: 0.1875rem;
  transform: translate(-50%, -50%);
}
.p-faq__q[aria-expanded=true] {
  border-radius: 0.75rem 0.75rem 0 0;
}
.p-faq__q[aria-expanded=true] .p-faq__qToggle::before {
  opacity: 0;
}
.p-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.p-faq__a.is-open {
  grid-template-rows: 1fr;
}
.p-faq__aInner {
  min-height: 0;
  overflow: hidden;
}
.p-faq__aBody {
  position: relative;
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  background-color: #2f64af;
  border-radius: 0 0 0.75rem 0.75rem;
}
.p-faq__aIcon {
  position: absolute;
  left: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: clamp(40px, 27.8481012658px + 1.582278481vw, 50px);
  line-height: 1;
  color: #FFF;
}
.p-faq__aText {
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.8;
}

/*----------▲▲ faq ▲▲----------*/
/*----------▼▼ info ▼▼----------*/
.p-infoNotice {
  padding: clamp(76.8px, 0px + 10vw, 140px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-infoNotice {
    padding: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px) 0;
  }
}
.p-infoNotice__wrap {
  max-width: 75rem;
  margin: 0 auto;
  padding-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-infoNotice__wrap {
    padding-top: 0;
  }
}
.p-infoNotice__card {
  background-color: #f7f7fa;
  border-radius: 0.625rem;
  padding: 2.5rem clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 1.5rem 2.125rem;
  position: relative;
  overflow: visible;
  min-height: 10rem;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__card {
    padding: clamp(66.6666666667px, 0px + 20.8333333333vw, 160px) clamp(13.3333333333px, 0px + 4.1666666667vw, 32px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
    min-height: 0;
  }
}
.p-infoNotice__badge {
  position: absolute;
  top: -1.625rem;
  left: 2.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2f64af;
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
  min-width: 19.25rem;
  padding: 0.5rem 1.5rem;
  transform: rotate(-3deg);
  transform-origin: left center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__badge {
    top: -1.25rem;
    left: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    min-width: 0;
    padding: clamp(5px, 0px + 1.5625vw, 12px) clamp(10px, 0px + 3.125vw, 24px);
    margin-bottom: 0;
  }
}
.p-infoNotice__txt {
  position: relative;
  z-index: 1;
  max-width: 64%;
  font-size: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
  font-weight: 700;
  color: #212121;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__txt {
    max-width: none;
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
    line-height: 1.6;
  }
}
.p-infoNotice__lead {
  display: block;
  margin-left: 1.75rem;
  font-size: clamp(1.0971428571rem, 0rem + 2.2857142857vw, 2rem);
}
@media screen and (max-width: 767px) {
  .p-infoNotice__lead {
    margin-left: 0;
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-infoNotice__body {
  display: block;
}
.p-infoNotice__strong {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: clamp(1.6457142857rem, 0rem + 3.4285714286vw, 3rem);
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__strong {
    font-size: clamp(1.3541666667rem, 0rem + 6.7708333333vw, 3.25rem);
  }
}
.p-infoNotice__strong::after {
  content: "";
  position: absolute;
  left: -2%;
  bottom: 0.125rem;
  width: 104%;
  height: 1rem;
  background-color: #e6ff27;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__strong::after {
    height: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
.p-infoNotice__strong:nth-of-type(1)::after {
  transform: rotate(-3deg);
}
.p-infoNotice__strong:nth-of-type(2)::after {
  transform: rotate(2deg);
}
.p-infoNotice__illust {
  position: absolute;
  left: 33%;
  top: -4.5rem;
  display: flex;
  align-items: flex-start;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__illust {
    display: none;
  }
}
.p-infoNotice__illust img {
  display: block;
  width: clamp(122.88px, 0px + 16vw, 224px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__illust img {
    width: clamp(116.6666666667px, 0px + 36.4583333333vw, 280px);
  }
}
.p-infoNotice__illust img:nth-child(2) {
  width: clamp(107.52px, 0px + 14vw, 196px);
  margin-top: 1.6875rem;
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__illust img:nth-child(2) {
    width: clamp(103.3333333333px, 0px + 32.2916666667vw, 248px);
    margin-top: clamp(10px, 0px + 3.125vw, 24px);
    margin-left: -1.25rem;
  }
}
.p-infoNotice__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__photo {
    position: absolute;
    right: clamp(6.6666666667px, 0px + 2.0833333333vw, 16px);
    top: -2.5rem;
    bottom: auto;
    margin-top: 0;
    width: clamp(125px, 0px + 39.0625vw, 300px);
    text-align: center;
  }
}
.p-infoNotice__photo img {
  display: block;
  width: clamp(230.4px, 0px + 30vw, 420px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-infoNotice__photo img {
    width: 100%;
    margin: 0;
  }
}
.p-infoJob {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-infoJob {
    padding: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px) 0 clamp(50px, 0px + 15.625vw, 120px);
  }
}
.p-infoAccordion__item {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-infoAccordion__item {
    margin-bottom: clamp(26.6666666667px, 0px + 8.3333333333vw, 64px);
  }
}
.p-infoAccordion__item:last-child {
  margin-bottom: 0;
}
.p-infoAccordion__item.is-open .p-infoAccordion__header {
  border-radius: 0.75rem 0.75rem 0 0;
}
.p-infoAccordion__item.is-open .p-infoAccordion__icon {
  transform: rotate(180deg);
}
.p-infoAccordion__header {
  width: 100%;
  background-color: #f7f7fa;
  border-radius: 0.75rem;
  padding: 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  min-height: 8.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-infoAccordion__header {
    padding: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px) clamp(20px, 0px + 6.25vw, 48px);
    min-height: 0;
  }
}
.p-infoAccordion__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-infoAccordion__title {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
  }
}
.p-infoAccordion__icon {
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.75rem solid #333333;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.p-infoAccordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.p-infoAccordion__entryBtn {
  display: block;
  width: 13.5rem;
  padding: 0.5rem 0;
  background-color: #ffad47;
  border-radius: 0.75rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-infoAccordion__entryBtn {
    font-size: clamp(0.8333333333rem, 0rem + 4.1666666667vw, 2rem);
    width: clamp(125px, 0px + 39.0625vw, 300px);
    margin: clamp(16.6666666667px, 0px + 5.2083333333vw, 40px) auto;
  }
}
@media (hover: hover) {
  .p-infoAccordion__entryBtn:hover {
    opacity: 0.8;
  }
}
.p-infoAccordion__item {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-stagger.is-show .p-infoAccordion__item {
  opacity: 1;
  transform: translateY(0);
}
.p-infoAccordion__item:nth-child(1) {
  transition-delay: 0s;
}
.p-infoAccordion__item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-infoAccordion__item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-infoAccordion__item:nth-child(4) {
  transition-delay: 0.3s;
}
.p-infoAccordion__item:nth-child(5) {
  transition-delay: 0.4s;
}
.p-infoAccordion__item:nth-child(6) {
  transition-delay: 0.5s;
}
.p-infoAccordion__item:nth-child(n+7) {
  transition-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .p-infoAccordion__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.p-infoTable {
  width: 100%;
  border-collapse: collapse;
  padding: 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
@media screen and (max-width: 767px) {
  .p-infoTable {
    padding: 0 clamp(20px, 0px + 6.25vw, 48px);
  }
}
.p-infoTable tr {
  border-bottom: 1px solid #e8e8e8;
}
.p-infoTable tr:first-child {
  border-top: 1px solid #e8e8e8;
}
.p-infoTable th {
  width: 10rem;
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-size: 1rem;
  font-weight: 700;
  color: #707070;
  letter-spacing: 0.06em;
  vertical-align: top;
  white-space: nowrap;
  border-right: 3px solid #f7f7fa;
}
@media screen and (max-width: 767px) {
  .p-infoTable th {
    display: block;
    width: auto;
    padding: clamp(10px, 0px + 3.125vw, 24px) clamp(20px, 0px + 6.25vw, 48px) 0;
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
    border-right: none;
    white-space: normal;
  }
}
.p-infoTable td {
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0 clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  font-size: 1rem;
  font-weight: 500;
  color: #707070;
  letter-spacing: 0.06em;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-infoTable td {
    display: block;
    padding: clamp(3.3333333333px, 0px + 1.0416666667vw, 8px) clamp(20px, 0px + 6.25vw, 48px) clamp(10px, 0px + 3.125vw, 24px);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}

/*----------▲▲ info ▲▲----------*/
/*----------▼▼ news ▼▼----------*/
.p-news {
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: clamp(41.6666666667px, 0px + 13.0208333333vw, 100px) 0;
  }
}
.p-news__inner {
  display: flex;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    display: block;
  }
}
.p-news__main {
  flex: 1;
  min-width: 0;
}
.p-news__list {
  display: flex;
  flex-direction: column;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    gap: clamp(26.6666666667px, 0px + 8.3333333333vw, 64px);
  }
}
.p-news__item {
  border: none;
}
.p-news__link {
  display: flex;
  align-items: stretch;
  min-height: clamp(98.7428571429px, 0px + 12.8571428571vw, 180px);
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
}
@media (hover: hover) {
  .p-news__link:hover {
    opacity: 0.8;
  }
}
.p-news__thumbWrap {
  width: clamp(142.6285714286px, 0px + 18.5714285714vw, 260px);
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__thumbWrap {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.p-news__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__thumbNoImage {
  width: 100%;
  height: 100%;
  min-height: clamp(98.7428571429px, 0px + 12.8571428571vw, 180px);
  border: 1px solid #969696;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-news__thumbNoImage {
    min-height: 0;
  }
}
.p-news__body {
  flex: 1;
  min-width: 0;
  padding: 0.875rem 0 0.875rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    padding: clamp(11.6666666667px, 0px + 3.6458333333vw, 28px) 0 clamp(23.3333333333px, 0px + 7.2916666667vw, 56px);
  }
}
.p-news__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
}
.p-news__date {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.625rem;
  color: #888;
  line-height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-news__cat {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.625rem;
  font-weight: 700;
  color: #CCC;
  line-height: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-news__title {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #2f64af;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
    line-height: 1.6;
    margin-bottom: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
.p-news__excerpt {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #888;
  line-height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .p-news__excerpt {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
    line-height: 1.7;
  }
}
.p-news__arrowWrap {
  position: absolute;
  bottom: 0.875rem;
  right: 0;
}
.p-news__pager {
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.p-news__pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2f64af;
  text-decoration: none;
  border: 1px solid #d1d5dc;
}
.p-news__pager .page-numbers.current {
  background-color: #2f64af;
  color: #FFF;
  border-color: #2f64af;
}
.p-news__pager .page-numbers.prev, .p-news__pager .page-numbers.next {
  border: none;
}
.p-news__pager .page-numbers.dots {
  border: none;
  color: #4a5565;
  width: auto;
}
.p-news__side {
  width: clamp(164.5714285714px, 0px + 21.4285714286vw, 300px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__side {
    display: none;
  }
}
.p-news__sideBlock + .p-news__sideBlock {
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
.p-news__sideHeading {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 4.1875rem;
  border-bottom: 1px solid #ebebeb;
}
.p-news__sideRecentItem {
  border-bottom: 1px solid #ebebeb;
}
.p-news__sideLink {
  display: flex;
  gap: 1.25rem;
  padding: 0.875rem 0;
  text-decoration: none;
  color: inherit;
}
.p-news__sideThumbWrap {
  width: 5.625rem;
  height: 3.75rem;
  flex-shrink: 0;
  overflow: hidden;
}
.p-news__sideThumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__sideThumbNoImage {
  width: 100%;
  height: 100%;
  border: 1px solid #969696;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__sideBody {
  flex: 1;
  min-width: 0;
}
.p-news__sideMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}
.p-news__sideDate {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.625rem;
  color: #888;
  line-height: 1.625rem;
}
.p-news__sideCat {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.625rem;
  font-weight: 700;
  color: #CCC;
}
.p-news__sideTitle {
  font-size: 0.75rem;
  font-weight: 400;
  color: #2f64af;
  line-height: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-news__sideCatItem {
  border-bottom: 1px solid #ebebeb;
}
.p-news__sideCatLink {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #333;
  line-height: 4.75rem;
  text-decoration: none;
}
@media (hover: hover) {
  .p-news__sideCatLink:hover {
    color: #2f64af;
  }
}
.p-news__detail {
  display: flex;
  flex-direction: column;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
.p-news__detailThumb {
  width: 100%;
  height: clamp(296.2285714286px, 0px + 38.5714285714vw, 540px);
  border: 1px solid #969696;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-news__detailThumbImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__detailHead {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.p-news__detailMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-news__detailTitle {
  font-size: clamp(15.36px, 0px + 2vw, 28px);
  font-weight: 400;
  color: #2f64af;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__detailTitle {
    font-size: clamp(1.1458333333rem, 0rem + 5.7291666667vw, 2.75rem);
    line-height: 1.5;
  }
}
.p-news__detailContent {
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-news__detailContent {
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-news__detailContent h2 {
  font-size: clamp(12.0685714286px, 0px + 1.5714285714vw, 22px);
  font-weight: 700;
  color: #212121;
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #2f64af;
}
.p-news__detailContent h3 {
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  font-weight: 700;
  color: #212121;
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  margin-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-left: 3px solid #2f64af;
}
.p-news__detailContent h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #212121;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.p-news__detailContent p {
  margin-bottom: 1rem;
}
.p-news__detailContent p:last-child {
  margin-bottom: 0;
}
.p-news__detailContent ul,
.p-news__detailContent ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.p-news__detailContent ul {
  list-style: disc;
}
.p-news__detailContent ol {
  list-style: decimal;
}
.p-news__detailContent li {
  margin-bottom: 0.5rem;
}
.p-news__detailContent a {
  color: #2f64af;
  text-decoration: underline;
}
.p-news__detailContent img {
  max-width: 100%;
  height: auto;
  display: block;
}
.p-news__detailContent figure {
  margin: 1.5rem 0;
}
.p-news__detailContent figcaption {
  font-size: 0.75rem;
  color: #888;
  margin-top: 0.5rem;
  text-align: center;
}
.p-news__detailContent blockquote {
  border-left: 4px solid #CCC;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  background-color: #f7f7fa;
}
.p-news__detailContent strong {
  font-weight: 700;
}
.p-news__detailContent .wp-block-image {
  margin: 1.5rem 0;
}
.p-news__detailBack {
  text-align: center;
}
.p-news__detailBackLink {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffad47;
  text-decoration: none;
  line-height: 5.875rem;
}
@media (hover: hover) {
  .p-news__detailBackLink:hover {
    opacity: 0.7;
  }
}
.p-news__list.js-stagger {
  overflow: hidden;
}
.p-news__list.js-stagger .p-news__item {
  opacity: 0;
  transform: translateX(-3.75rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.p-news__list.js-stagger.is-show .p-news__item {
  opacity: 1;
  transform: translateX(0);
}
.p-news__list.js-stagger .p-news__item:nth-child(1) {
  transition-delay: 0s;
}
.p-news__list.js-stagger .p-news__item:nth-child(2) {
  transition-delay: 0.08s;
}
.p-news__list.js-stagger .p-news__item:nth-child(3) {
  transition-delay: 0.16s;
}
.p-news__list.js-stagger .p-news__item:nth-child(4) {
  transition-delay: 0.24s;
}
.p-news__list.js-stagger .p-news__item:nth-child(5) {
  transition-delay: 0.32s;
}
.p-news__list.js-stagger .p-news__item:nth-child(6) {
  transition-delay: 0.4s;
}
.p-news__list.js-stagger .p-news__item:nth-child(7) {
  transition-delay: 0.48s;
}
.p-news__list.js-stagger .p-news__item:nth-child(8) {
  transition-delay: 0.56s;
}
.p-news__list.js-stagger .p-news__item:nth-child(n+9) {
  transition-delay: 0.56s;
}
.p-news__side.js-stagger .p-news__sideHeading, .p-news__side.js-stagger .p-news__sideRecentItem, .p-news__side.js-stagger .p-news__sideCatItem {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.p-news__side.js-stagger.is-show .p-news__sideHeading, .p-news__side.js-stagger.is-show .p-news__sideRecentItem, .p-news__side.js-stagger.is-show .p-news__sideCatItem {
  opacity: 1;
  transform: translateY(0);
}
.p-news__side.js-stagger .p-news__sideHeading {
  transition-delay: 0s;
}
.p-news__side.js-stagger .p-news__sideRecentItem:nth-child(1) {
  transition-delay: 0.05s;
}
.p-news__side.js-stagger .p-news__sideRecentItem:nth-child(2) {
  transition-delay: 0.1s;
}
.p-news__side.js-stagger .p-news__sideRecentItem:nth-child(3) {
  transition-delay: 0.15s;
}
.p-news__side.js-stagger .p-news__sideRecentItem:nth-child(4) {
  transition-delay: 0.2s;
}
.p-news__side.js-stagger .p-news__sideRecentItem:nth-child(5) {
  transition-delay: 0.25s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(1) {
  transition-delay: 0.05s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(2) {
  transition-delay: 0.1s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(3) {
  transition-delay: 0.15s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(4) {
  transition-delay: 0.2s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(5) {
  transition-delay: 0.25s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(6) {
  transition-delay: 0.3s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(7) {
  transition-delay: 0.35s;
}
.p-news__side.js-stagger .p-news__sideCatItem:nth-child(n+8) {
  transition-delay: 0.4s;
}
.p-news__detailHead.js-fadeIn {
  transition-delay: 0.08s;
}
.p-news__detailContent.js-fadeIn {
  transition-delay: 0.16s;
}
@media (prefers-reduced-motion: reduce) {
  .p-news__list.js-stagger .p-news__item, .p-news__side.js-stagger .p-news__sideHeading, .p-news__side.js-stagger .p-news__sideRecentItem, .p-news__side.js-stagger .p-news__sideCatItem {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/*----------▲▲ news ▲▲----------*/
/*----------▼▼ entry ▼▼----------*/
.p-entry {
  margin-top: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  padding-bottom: clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-entry {
    margin-top: clamp(50px, 0px + 15.625vw, 120px);
    padding-bottom: clamp(66.6666666667px, 0px + 20.8333333333vw, 160px);
  }
}
.p-entry input[type=text],
.p-entry input[type=tel],
.p-entry input[type=email],
.p-entry input[type=number],
.p-entry input[type=date],
.p-entry select,
.p-entry textarea {
  width: 100%;
  height: 3.125rem;
  padding: 0 1rem;
  border: 1px solid #969696;
  border-radius: 5px;
  background-color: #FFF;
  color: #212121;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-entry input[type=text],
  .p-entry input[type=tel],
  .p-entry input[type=email],
  .p-entry input[type=number],
  .p-entry input[type=date],
  .p-entry select,
  .p-entry textarea {
    height: clamp(37.5px, 0px + 11.71875vw, 90px);
    padding: 0 clamp(10px, 0px + 3.125vw, 24px);
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-entry input[type=text]:focus,
.p-entry input[type=tel]:focus,
.p-entry input[type=email]:focus,
.p-entry input[type=number]:focus,
.p-entry input[type=date]:focus,
.p-entry select:focus,
.p-entry textarea:focus {
  border-color: #2f64af;
  outline: none;
}
.p-entry textarea {
  height: 14rem;
  padding: 0.75rem 1rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-entry textarea {
    height: clamp(150px, 0px + 46.875vw, 360px);
    padding: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-entry select {
  appearance: none;
  white-space: nowrap;
  line-height: 3rem;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333333' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-entry select {
    line-height: clamp(35.8333333333px, 0px + 11.1979166667vw, 86px);
  }
}
.p-entry ::placeholder {
  color: #bfbfbf;
}
.p-entry__form {
  max-width: 61.875rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-entry__form {
    gap: clamp(30px, 0px + 9.375vw, 72px);
  }
}
.p-entry__row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-entry__row {
    flex-direction: column;
    gap: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
.p-entry__label {
  flex-shrink: 0;
  width: clamp(213.9428571429px, 0px + 27.8571428571vw, 390px);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-entry__label {
    width: 100%;
    padding-top: 0;
    gap: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-entry__labelText {
  color: #3b4043;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-entry__labelText {
    font-size: clamp(0.9375rem, 0rem + 4.6875vw, 2.25rem);
  }
}
.p-entry__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.375rem;
  height: 1.125rem;
  padding: 0 0.375rem;
  border-radius: 3px;
  background-color: #e85577;
  color: #FFF;
  font-family: "Noto Serif JP", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-entry__badge {
    min-width: clamp(33.3333333333px, 0px + 10.4166666667vw, 80px);
    height: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
    font-size: clamp(0.5729166667rem, 0rem + 2.8645833333vw, 1.375rem);
  }
}
.p-entry__field {
  flex: 1;
  min-width: 0;
  max-width: 37.5rem;
}
.p-entry__field > .wpcf7-form-control-wrap {
  display: block;
}
.p-entry__field > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-entry__field > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-entry__file input[type=file] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #969696;
  border-radius: 5px;
  background-color: #FFF;
  color: #212121;
  font-family: inherit;
  font-size: 0.9375rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-entry__file input[type=file] {
    padding: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px) clamp(10px, 0px + 3.125vw, 24px);
    font-size: clamp(0.7291666667rem, 0rem + 3.6458333333vw, 1.75rem);
  }
}
.p-entry__fileNote {
  margin-top: 0.5rem;
  color: #bfbfbf;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__fileNote {
    margin-top: clamp(5px, 0px + 1.5625vw, 12px);
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-entry__unit {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.p-entry__unitInput {
  width: 13.4375rem;
}
@media screen and (max-width: 767px) {
  .p-entry__unitInput {
    width: clamp(150px, 0px + 46.875vw, 360px);
  }
}
.p-entry__unitText {
  color: #bfbfbf;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-entry__unitText {
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-entry__choices {
  padding-top: 0.25rem;
}
.p-entry__choices .wpcf7-checkbox,
.p-entry__choices .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-entry__choices .wpcf7-checkbox,
  .p-entry__choices .wpcf7-radio {
    gap: clamp(11.6666666667px, 0px + 3.6458333333vw, 28px) clamp(16.6666666667px, 0px + 5.2083333333vw, 40px);
  }
}
.p-entry__agree {
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-entry__agree {
    margin-top: clamp(13.3333333333px, 0px + 4.1666666667vw, 32px);
  }
}
.p-entry__agreeLead {
  color: #212121;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-entry__agreeLead {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}
.p-entry__agreeLink {
  color: #373781;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-entry__agreeLink:hover {
    opacity: 0.7;
  }
}
.p-entry__agreeCheck {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-entry__agreeCheck {
    margin-top: clamp(8.3333333333px, 0px + 2.6041666667vw, 20px);
  }
}
.p-entry__agreeCheck .wpcf7-list-item {
  margin: 0;
}
.p-entry input[type=checkbox],
.p-entry input[type=radio] {
  position: relative;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border: 1px solid #969696;
  border-radius: 5px;
  background-color: #FFF;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-entry input[type=checkbox],
  .p-entry input[type=radio] {
    width: clamp(18.3333333333px, 0px + 5.7291666667vw, 44px);
    height: clamp(18.3333333333px, 0px + 5.7291666667vw, 44px);
  }
}
.p-entry input[type=checkbox]:checked,
.p-entry input[type=radio]:checked {
  border-color: #2f64af;
  background-color: #2f64af;
}
.p-entry input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.5rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-entry input[type=checkbox]:checked::after {
    top: clamp(2.5px, 0px + 0.78125vw, 6px);
    left: clamp(6.25px, 0px + 1.953125vw, 15px);
    width: clamp(4.5833333333px, 0px + 1.4322916667vw, 11px);
    height: clamp(9.1666666667px, 0px + 2.8645833333vw, 22px);
  }
}
.p-entry input[type=radio]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 2px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-entry input[type=radio]:checked::after {
    width: clamp(7.5px, 0px + 2.34375vw, 18px);
    height: clamp(7.5px, 0px + 2.34375vw, 18px);
  }
}
.p-entry .wpcf7-list-item {
  margin: 0;
}
.p-entry .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-entry .wpcf7-list-item label {
    gap: clamp(10px, 0px + 3.125vw, 24px);
  }
}
.p-entry .wpcf7-list-item-label {
  color: #212121;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-entry .wpcf7-list-item-label {
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
.p-entry__submit {
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__submit {
    margin-top: clamp(20px, 0px + 6.25vw, 48px);
  }
}
.p-entry .wpcf7-submit {
  min-width: 15rem;
  padding: 0.75rem 2.5rem;
  border: none;
  background-color: #ffad47;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-entry .wpcf7-submit {
    min-width: clamp(166.6666666667px, 0px + 52.0833333333vw, 400px);
    padding: clamp(10px, 0px + 3.125vw, 24px) clamp(25px, 0px + 7.8125vw, 60px);
    font-size: clamp(0.78125rem, 0rem + 3.90625vw, 1.875rem);
  }
}
@media (hover: hover) {
  .p-entry .wpcf7-submit:hover {
    opacity: 0.7;
  }
}
.p-entry .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  color: #e85577;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-entry .wpcf7-not-valid-tip {
    font-size: clamp(0.625rem, 0rem + 3.125vw, 1.5rem);
  }
}
.p-entry .wpcf7-response-output {
  margin: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) 0 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry .wpcf7-response-output {
    font-size: clamp(0.6770833333rem, 0rem + 3.3854166667vw, 1.625rem);
  }
}

/*----------▲▲ 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 ▲▲----------*/
/*----------▼▼ animation ▼▼----------*/
.js-fadeIn {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadeIn {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.js-fadeUp {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadeUp {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*----------▲▲ animation ▲▲----------*/
/*# sourceMappingURL=style.css.map */