*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0 !important;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: none;
}
html {
  font-size: clamp(14px, 0.2739726027vw + 12.9315068493px, 16px);
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
}
.l-header {
  padding: 1rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0.75rem 1rem;
  }
}
main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-footer {
  width: 100%;
  padding: 4rem 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 1.5rem 73px;
  }
}
section {
  width: 100%;
  max-width: 1248px;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background-color: rgba(0, 0, 0, 0);
  overflow-y: visible;
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding-block: 40px;
    gap: 24px;
  }
}
section.p-top__mv {
  max-width: 100vw;
  padding: 0;
  gap: 0;
}
section.p-top__news::before {
  content: "";
  position: absolute;
  width: 100vw;
  aspect-ratio: 1440/807;
  background-image: url(../img/top/news-bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1600px) {
  section.p-top__news::before {
    background-image: url(../img/top/news-bg_large.png);
    aspect-ratio: 1440/496;
  }
}
@media screen and (max-width: 767px) {
  section.p-top__news::before {
    background-image: url(../img/top/news-bg_sp.png);
    aspect-ratio: 390/427;
  }
}
@media screen and (max-width: 767px) {
  section.p-top__feature {
    padding-bottom: 100px;
  }
}
section.p-top__feature::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 755px;
  background-image: url(../img/top/feature-bg_pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
@media (min-width: 1441px) {
  section.p-top__feature::before {
    aspect-ratio: 1440/755;
    height: auto;
    top: auto;
    bottom: -320px;
  }
}
@media (min-width: 1600px) {
  section.p-top__feature::before {
    aspect-ratio: 1440/755;
    height: auto;
    top: auto;
    bottom: -400px;
  }
}
@media screen and (max-width: 1023px) {
  section.p-top__feature::before {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  section.p-top__feature::before {
    background-image: url(../img/top/feature-bg_sp.png);
    aspect-ratio: 390/1015;
    height: auto;
    bottom: -96px;
    top: auto;
  }
}
.c-button {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  box-shadow: 2px 2px 8px 0 rgba(60, 60, 60, 0.16);
  transition: opacity 0.2s ease-in-out;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button p {
  font-weight: 500;
  color: #5a5a5a;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-button p {
    font-size: 0.9375rem;
  }
}
.c-button.btn-primary {
  background: linear-gradient(120deg, #afbae4 0%, #6b7fcc 100%);
}
.c-button.btn-primary p {
  color: #fff;
}
.c-button.btn-secondary {
  background-color: #fdccc9;
}
.c-button.btn-white {
  background-color: #fff;
}
.c-title.page {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}
.c-title.page .small {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-title.page .small {
    font-size: 1.25rem;
  }
}
.c-title.center {
  text-align: center;
  line-height: 1.2;
}
.c-title.h2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  padding-block: 6px;
}
@media screen and (max-width: 767px) {
  .c-title.h2 {
    font-size: 1.25rem;
    padding-left: 4px;
    padding-block: 4px;
  }
}
.c-title.h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  z-index: -1;
  border-radius: 99px;
  background-color: #afbae4;
}
@media screen and (max-width: 767px) {
  .c-title.h2::after {
    width: 32px;
    height: 32px;
  }
}
.c-title.left {
  text-align: left;
}
.c-title.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-title.top {
    gap: 0;
  }
}
.c-title.top h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-title.top h2 {
    font-size: 1.5625rem;
  }
}
.c-title.top p {
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  color: #6b7fcc;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-title.top p {
    font-size: 1.0625rem;
  }
}
.c-title.top.col-white h2,
.c-title.top.col-white p {
  color: #fff;
}
.c-news {
  width: calc((100% - 24px - 24px) / 3);
  box-shadow: 2px 2px 8px 0 rgba(60, 60, 60, 0.16);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-news {
    width: 100%;
  }
}
.c-news__thumbnail {
  width: 100%;
}
.c-news__thumbnail img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.c-news__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 431.25%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-news__title {
    -webkit-line-clamp: 2;
  }
}
.c-news__title .title {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-news__title .title {
    height: 48px;
  }
}
.c-news__categoryWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.c-news__category {
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #634e00;
}
@media screen and (max-width: 767px) {
  .c-news__category {
    font-size: 14px;
  }
}
.c-news__category.event {
  background-color: #6b7fcc;
}
.c-news__category.information {
  background-color: #41b72a;
}
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.c-pagination .pagination-number {
  width: 36px;
  height: 36px;
  border: 1px solid #6b7fcc;
  padding: 8px 8px;
  font-family: "Marcellus", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  border-radius: 99px;
  background-color: #fff;
  color: #6b7fcc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination .current .pagination-number {
  background-color: #6b7fcc;
  color: #fff;
}
.c-pagination .next,
.c-pagination .prev {
  display: flex;
  align-items: center;
  color: #6b7fcc;
  line-height: 1;
  padding: 8px;
}
.c-pagination a .pagination-number {
  transition: opacity 0.3s ease-in-out;
}
.c-pagination a:hover .pagination-number {
  opacity: 0.7;
}
.c-job {
  width: calc((100% - 32px - 32px) / 3);
  box-shadow: 2px 2px 8px 0 rgba(60, 60, 60, 0.16);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  position: relative;
}
.c-job.checked::after {
  content: "募集は終了しました";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(124, 124, 124, 0.7);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .c-job {
    width: 100%;
  }
}
.c-job__thumbnail {
  width: 100%;
  position: relative;
}
.c-job__thumbnail img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.c-job__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 431.25%;
}
@media screen and (max-width: 767px) {
  .c-job__title {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 0;
    padding: 8px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }
}
.c-job__title h2 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-job__title h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-job__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-job__detail ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-job__detail ul li {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.c-job__detail ul li .title {
  width: 64px;
  padding: 2px;
  text-align: center;
  border: 1px solid #afbae4;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
}
.c-job__detail ul li .text {
  width: calc(100% - 16px - 64px);
  display: flex;
  align-items: center;
}
.c-job__button .c-button {
  width: 100%;
}
.p-top__mv--top {
  width: 100%;
  height: 727px;
  position: relative;
  padding-top: 89px;
}
@media (min-width: 1600px) {
  .p-top__mv--top {
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv--top {
    aspect-ratio: 390/511;
    height: auto;
    margin-top: var(--header-height);
  }
}
.p-top__mv--top .text01 {
  position: absolute;
  top: 89px;
  right: 27%;
  z-index: 4;
}
@media screen and (max-width: 1023px) {
  .p-top__mv--top .text01 {
    right: 12%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv--top .text01 {
    width: 125px;
    top: 0;
    right: 0;
  }
}
.p-top__mv--top .text02 {
  position: absolute;
  bottom: 95px;
  right: 29%;
  z-index: 4;
}
@media screen and (max-width: 1023px) {
  .p-top__mv--top .text02 {
    right: 14%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv--top .text02 {
    width: 77px;
    right: 5.4%;
    bottom: 60px;
  }
}
.p-top__mv--top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 727px;
  background-image: url(../img/top/mv_pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (min-width: 1600px) {
  .p-top__mv--top::before {
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__mv--top::before {
    background-image: url(../img/top/mv_sp.png);
    background-position: center top;
    background-size: contain;
    aspect-ratio: 390/511;
    height: auto;
  }
}
.p-top__mv--top::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1140/137;
  background-image: url(../img/top/wave_pc.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top__mv--top::after {
    background-image: url(../img/top/wave_sp.png);
    aspect-ratio: 390/196;
    bottom: -113px;
  }
}
.p-top__mv--bottom {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__mv--bottom {
    flex-direction: column;
    padding-top: 0;
  }
}
.p-top__mv--bottom .img {
  width: 13.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv--bottom .img {
    width: 224px;
  }
}
.p-top__mv--bottom .text p {
  line-height: 2;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top__mv--bottom .text p {
    text-align: center;
    font-size: 15px;
  }
}
.p-top__news {
  max-width: 974px;
}
.p-top__news .news-swiper {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__news .news-swiper .swiper-slide {
  padding-block: 8px;
}
.p-top__job .job-swiper {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 24px;
}
.p-top__job .job-swiper .swiper-slide {
  padding-block: 8px;
}
.p-top__feature--content {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-top__feature--content {
    flex-direction: column;
  }
}
.p-top__feature--content .content-item {
  width: calc((100% - 64px - 22px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.p-top__feature--content .content-item .item-number {
  width: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top__feature--content .content-item {
    width: 100%;
  }
}
.p-top__feature--content .content-item .item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #6b7fcc;
}
@media screen and (max-width: 1023px) {
  .p-top__feature--content .content-item .item-title {
    font-size: 18px;
  }
}
.p-top__feature--content .content-item .text {
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .p-top__feature--content .content-item .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__feature--content .content-divider img {
    height: 100%;
    aspect-ratio: 11/210;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__feature--content .content-divider img {
    height: 100%;
    aspect-ratio: 11/210;
  }
}
@media screen and (max-width: 767px) {
  .p-top__feature--content .content-divider img {
    width: 100%;
    height: auto;
    aspect-ratio: 343/15;
  }
}
.p-top__overview--content {
  width: 100%;
}
.p-top__overview--content .member-logos {
  width: 100%;
  max-width: 928px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-top__overview--content .member-logos[data-count="1"] {
    justify-content: center;
  }
  .p-top__overview--content .member-logos[data-count="2"] {
    justify-content: center;
  }
  .p-top__overview--content .member-logos[data-count="3"] {
    justify-content: center;
  }
  .p-top__overview--content .member-logos[data-count="4"] {
    justify-content: center;
  }
  .p-top__overview--content .member-logos {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-top__overview--content .member-logos {
    justify-content: flex-start;
    gap: 16px;
  }
}
.p-top__overview--content .member-logos .wp-block-image {
  width: calc((100% - 72px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  .p-top__overview--content .member-logos .wp-block-image {
    width: calc((100% - 16px) / 2);
  }
}
.p-top__overview--content .member-logos .wp-block-image img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  width: 100%;
  aspect-ratio: 186/72;
}
.p-top__faq {
  max-width: 932px;
}
@media screen and (max-width: 1023px) {
  .p-top__faq {
    max-width: 600px;
  }
}
.p-top__faq--contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 32px;
}
.p-top__faq--content {
  width: calc((100% - 48px) / 2);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .p-top__faq--content {
    width: 100%;
  }
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-header__inner--contents .logo img {
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .p-nav {
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    background: hsla(0, 0%, 100%, 0.5);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
  .is-open .p-nav {
    opacity: 1;
    visibility: visible;
  }
}
.p-nav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-nav__list {
    flex-direction: column;
    padding: 5rem 0;
    gap: 1.5rem;
  }
}
.p-nav__list--item .item-link p {
  font-weight: 500;
  font-size: 1rem;
}
.p-nav__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-nav__buttons {
    flex-direction: column;
  }
  .p-nav__buttons .p-nav__list--item {
    width: 100%;
  }
  .p-nav__buttons .c-button {
    width: 100%;
  }
}
.p-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 2.5rem;
  height: 2.5rem;
}
.p-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3c3c3c;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.is-open .p-hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(30deg);
}
.is-open .p-hamburger span:nth-child(2) {
  opacity: 0;
}
.is-open .p-hamburger span:nth-child(3) {
  transform: translateY(-8px) rotate(-30deg);
}
@media screen and (min-width: 1024px) {
  .p-hamburger {
    display: none;
  }
}
.p-footer {
  border-top: 16px solid;
  -o-border-image: linear-gradient(to right, #afbae4, #6b7fcc) 1;
  border-image: linear-gradient(to right, #afbae4, #6b7fcc) 1;
  background: #fff;
}
.p-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    gap: 32px;
  }
}
.p-footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-footer__top .logo {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top .logo {
    width: 240px;
  }
}
.p-footer__top .project {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-footer__top .project p {
  font-size: 16px;
  font-weight: 500;
}
.p-footer__top .project a {
  font-size: 16px;
  text-decoration: underline;
  color: #5a5a5a;
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__divider {
  width: 100%;
  height: 2px;
  background-color: #afbae4;
}
.p-footer__links--wrapper {
  display: flex;
  justify-content: center;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__links--wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
.p-footer__links--wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-footer__links--wrapper ul li a {
  text-decoration: underline;
  color: #5a5a5a;
  font-size: 16px;
}
.p-footer__links--contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-footer__links--contents .title {
  font-size: 18px;
  font-weight: 500;
}
.p-footer__links--contents .indent {
  padding-left: 16px;
}
.p-footer__copyright {
  font-size: 12px;
  text-align: center;
}
.p-breadcrumb {
  margin-top: var(--header-height);
  padding: 8px 48px;
}
@media screen and (max-width: 1023px) {
  .p-breadcrumb {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    padding: 4px 24px;
  }
}
.p-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__list {
    gap: 4px;
  }
}
.p-breadcrumb__link {
  color: #5a5a5a;
}
.p-breadcrumb__sep {
  font-size: 12px;
  color: #5a5a5a;
}
.p-breadcrumb__item {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item {
    font-size: 14px;
  }
}
.p-breadcrumb__item[aria-current="page"] {
  min-width: 0;
  flex: 1;
}
.p-breadcrumb__current {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-404__text p {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text p {
    text-align: left;
  }
}
.p-404__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-privacy {
  max-width: 800px;
}
.p-privacy__title {
  width: 100%;
}
.p-privacy__sections {
  display: flex;
  flex-direction: column;
  gap: 32px;
  counter-reset: privacy;
}
.p-privacy__sections > li {
  counter-increment: privacy;
}
.p-privacy__sections > li .c-title.h2 {
  display: flex;
  align-items: flex-start;
  padding-left: 1rem;
  gap: 0.5rem;
}
.p-privacy__sections > li .c-title.h2::before {
  content: counter(privacy) ".";
  flex-shrink: 0;
}
.p-privacy__contents {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-privacy__contents--content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-privacy__contents--content .text {
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__contents--content .text {
    padding-inline: 0;
  }
}
.p-privacy__contents--content .text.right {
  text-align: right;
}
.p-privacy__contents--content .list {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-privacy__contents--content .list {
    padding-left: 1.5rem;
  }
}
.p-privacy__contents--content .list li {
  list-style-type: disc;
}
.p-privacy__contents--content .list li::marker {
  color: #5a5a5a;
}
.p-privacy__contents--content .number {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-privacy__contents--content .number {
    padding-left: 1.5rem;
  }
}
.p-privacy__contents--content .number li {
  list-style-type: decimal;
}
.p-privacy__contents--content .number li::marker {
  color: #5a5a5a;
}
.p-overview {
  max-width: 800px;
}
.p-overview__title {
  width: 100%;
}
.p-overview__contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-overview__contents--lead {
  font-weight: 500;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-overview__contents--lead {
    padding-left: 0;
  }
}
.p-overview__contents--text {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-overview__contents--text {
    padding-left: 0;
  }
}
.p-overview__contents--image {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding-left: 1rem;
}
.p-overview__contents--content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-overview__contents--content .lead {
  font-weight: 500;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-overview__contents--content .lead {
    padding-left: 0;
  }
}
.p-overview__contents--content .list {
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-overview__contents--content .list {
    padding-inline: 0;
  }
}
.p-overview__contents--content .list li {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-overview__contents--content .list li {
    gap: 8px;
  }
}
.p-overview__contents--content .list li h3 {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-overview__contents--content .list li h3 {
    min-width: 120px;
  }
}
.p-overview__contents--content .table {
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-overview__contents--content .table {
    padding-inline: 0;
  }
}
.p-overview__contents--content .table li {
  display: flex;
  align-items: first baseline;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #afbae4;
}
.p-overview__contents--content .table li.map {
  border-bottom: none;
  padding-bottom: 0;
}
.p-overview__contents--content .table li h3 {
  width: 12rem;
}
.p-overview__contents--content .table li p {
  width: calc(100% - 16px - 12rem);
}
@media screen and (max-width: 767px) {
  .p-overview__contents--content .table li p {
    width: calc(100% - 16px - 7rem);
  }
}
.p-overview__contents--content .table li a.link {
  color: #6b7fcc;
  text-decoration: underline;
}
.p-overview__contents--content .table li iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-archive {
  max-width: 964px;
}
.p-archive__contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
.p-single {
  max-width: 800px;
}
@media screen and (max-width: 1023px) {
  .p-single {
    gap: 24px;
  }
}
.p-single__title {
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 24px;
  }
}
.p-single__info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-single__info {
    gap: 8px;
  }
}
.p-single__info--date {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single__info--date {
    font-size: 1rem;
  }
}
.p-single__info--category {
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #634e00;
}
@media screen and (max-width: 767px) {
  .p-single__info--category {
    font-size: 14px;
  }
}
.p-single__info--category.event {
  background-color: #6b7fcc;
}
.p-single__info--category.information {
  background-color: #41b72a;
}
.p-single__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-single__content h2 {
  margin-top: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  padding-block: 6px;
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    font-size: 1.25rem;
    padding-left: 12px;
    padding-block: 4px;
  }
}
.p-single__content h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  z-index: -1;
  border-radius: 99px;
  background-color: #afbae4;
}
@media screen and (max-width: 767px) {
  .p-single__content h2::after {
    width: 32px;
    height: 32px;
  }
}
.p-single__content h3 {
  margin-top: 12px;
  padding-bottom: 8px;
  padding-inline: 24px;
  border-bottom: 1px solid #afbae4;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    padding-inline: 0;
  }
}
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
  font-weight: 700;
  margin-top: 12px;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .p-single__content h4,
  .p-single__content h5,
  .p-single__content h6 {
    padding-inline: 0;
  }
}
.p-single__content p {
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    padding-inline: 0;
  }
}
.p-single__content img {
  margin: 0 auto;
}
.p-single__content a {
  text-decoration: underline;
  color: #6b7fcc;
  transition: opacity 0.3s ease;
}
.p-single__content a:hover {
  opacity: 0.7;
}
.p-single__content ul,
.p-single__content ol {
  padding-inline: 24px;
}
.p-single__content ul {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-single__content ul {
    padding-left: 1.5rem;
  }
}
.p-single__content ul li {
  list-style-type: disc;
}
.p-single__content ul li::marker {
  color: #3c3c3c;
}
.p-single__content ol {
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-single__content ol {
    padding-left: 1.5rem;
  }
}
.p-single__content ol li {
  list-style-type: decimal;
}
.p-single__content ol li::marker {
  color: #3c3c3c;
}
.p-job {
  max-width: 1200px;
}
.p-job__contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 32px;
}
.p-job__detail {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-job__detail--title {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-job__detail--title {
    font-size: 22px;
  }
}
.p-job__detail--image {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-job__detail--image .job-image-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-job__detail--image .job-image-swiper__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.p-job__detail--image .job-image-swiper__prev,
.p-job__detail--image .job-image-swiper__next {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p-job__detail--image .job-image-swiper__prev::after,
.p-job__detail--image .job-image-swiper__next::after {
  display: block;
  color: #6b7fcc;
}
.p-job__detail--image .job-image-swiper__prev:hover,
.p-job__detail--image .job-image-swiper__next:hover {
  opacity: 0.7;
}
.p-job__detail--image .job-image-swiper__next::after {
  content: "▷";
}
.p-job__detail--image .job-image-swiper__prev::after {
  content: "◁";
}
.p-job__detail--image .job-image-swiper__pagination {
  font-size: 1rem;
  width: 60px;
  text-align: center;
  color: #6b7fcc;
  font-family: "Marcellus", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.p-job__detail--image .swiper-pagination-current,
.p-job__detail--image .swiper-pagination-total {
  min-width: 18px;
}
.p-job__detail--content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-job__detail--content .textarea {
  padding-inline: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .textarea {
    padding-inline: 0;
  }
}
.p-job__detail--content .content-detail {
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .content-detail {
    padding-inline: 0;
  }
}
.p-job__detail--content .content-detail ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-job__detail--content .content-detail ul li {
  display: flex;
  align-items: start;
  gap: 16px;
}
.p-job__detail--content .content-detail ul li .title {
  width: 120px;
  padding: 4px 8px;
  text-align: center;
  border: 1px solid #afbae4;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .content-detail ul li .title {
    width: 112px;
  }
}
.p-job__detail--content .content-detail ul li .text {
  width: calc(100% - 16px - 120px);
  padding-top: 4px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .content-detail ul li .text {
    width: calc(100% - 16px - 112px);
  }
}
.p-job__detail--content .content-message {
  padding-inline: 24px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .content-message {
    flex-direction: column;
    padding-inline: 0;
    gap: 12px;
  }
}
.p-job__detail--content .content-message .img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .content-message .img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-job__detail--content .content-message .text {
  width: calc(100% - 20rem - 24px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .content-message .text {
    width: 100%;
    gap: 8px;
  }
}
.p-job__detail--content .content-message .text .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-job__detail--content .content-message .text .message {
  line-height: 1.7;
}
.p-job__detail--content .content-company {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-job__detail--content .content-company .name {
  padding-inline: 24px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-job__detail--content .content-company .name {
    padding-inline: 0;
  }
}
.p-job__detail--button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-cta {
  max-width: 100%;
  padding: 40px;
  background-image: url(../img/common/ren-image.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 24px;
  }
}
.p-cta__content {
  padding: 32px;
  background-color: hsla(0, 0%, 100%, 0.9);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .p-cta__content {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    padding: 24px;
    gap: 16px;
  }
}
.p-cta__content--text {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-cta__content--text {
    text-align: left;
  }
}
.p-inquiry {
  max-width: 848px;
  width: 100%;
}
.p-inquiry__lead p {
  line-height: 1.7;
}
.p-inquiry__form {
  width: 100%;
}
.p-inquiry__privacy {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.p-inquiry__privacy a {
  text-decoration: underline;
}
.p-inquiry__button {
  width: 100%;
  margin-top: 48px;
}
.p-inquiry__button p {
  display: flex;
  justify-content: center;
}
.p-inquiry form {
  display: flex;
  flex-direction: column;
  margin-top: -24px;
}
.p-inquiry input[type="text"],
.p-inquiry input[type="email"],
.p-inquiry input[type="tel"] {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #999;
}
.p-inquiry textarea {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  resize: vertical;
  min-height: 120px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #999;
}
.p-inquiry input:focus,
.p-inquiry textarea:focus {
  border: 1px solid #6b7fcc;
  outline: 1px solid #6b7fcc;
}
.c-input {
  margin-top: 24px;
}
.c-input p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-input p label {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 1.125rem;
}
.c-input p label::after {
  content: "任意";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
  border-radius: 4px;
  background-color: #6b7fcc;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.c-input p label.req::after {
  content: "必須";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
  border-radius: 4px;
  background-color: #d16b6b;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.c-input p .notion {
  font-size: 0.875rem;
}
.wpcf7-spinner {
  display: none;
}
.p-inquiry {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.p-inquiry__form .po-webparts-container {
  max-width: 100% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-width: 100% !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform table,
.p-inquiry__form .po-webparts-container .po-canentryform tbody,
.p-inquiry__form .po-webparts-container .po-canentryform tr,
.p-inquiry__form .po-webparts-container .po-canentryform th,
.p-inquiry__form .po-webparts-container .po-canentryform td {
  border: none !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform tr,
.p-inquiry__form .po-webparts-container .po-canentryform th,
.p-inquiry__form .po-webparts-container .po-canentryform td {
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0 !important;
  margin: 0 !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform tbody {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform tr {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform th {
  text-align: left !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform td {
  width: 100% !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform td input[type="text"],
.p-inquiry__form .po-webparts-container .po-canentryform td input[type="email"],
.p-inquiry__form .po-webparts-container .po-canentryform td input[type="tel"] {
  width: 100% !important;
  padding: 8px !important;
  border-radius: 4px !important;
  border: 1px solid #999 !important;
  margin: 0 2px !important;
}
.p-inquiry__form
  .po-webparts-container
  .po-canentryform
  td
  input[type="radio"] {
  width: 14px !important;
  height: 14px !important;
  border-radius: 99px !important;
  border: 1px solid #5a5a5a !important;
  margin-left: 2px !important;
  position: relative !important;
  display: grid !important;
  place-content: center !important;
}
.p-inquiry__form
  .po-webparts-container
  .po-canentryform
  td
  input[type="radio"]::before {
  content: "";
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  opacity: 0 !important;
  transition: opacity 0.2s !important;
  background-color: #6b7fcc !important;
}
.p-inquiry__form
  .po-webparts-container
  .po-canentryform
  td
  input[type="radio"]:checked {
  border-color: #6b7fcc !important;
}
.p-inquiry__form
  .po-webparts-container
  .po-canentryform
  td
  input[type="radio"]:checked::before {
  opacity: 1 !important;
}
.p-inquiry__form
  .po-webparts-container
  .po-canentryform
  td
  input[type="radio"]:focus {
  outline: #6b7fcc !important;
  border-color: #6b7fcc !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform td .po-input {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform td .po-radio-simple {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}
.p-inquiry__form
  .po-webparts-container
  .po-canentryform
  td
  .po-radio-simple
  span {
  display: block !important;
  width: calc(100% - 16px - 14px) !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform td textarea {
  width: 100% !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  resize: vertical !important;
  min-height: 50px !important;
  height: fit-content !important;
  padding: 8px !important;
  border-radius: 4px !important;
  border: 1px solid #999 !important;
  margin: 0 2px !important;
}
.p-inquiry__form .po-webparts-container .po-canentryform td input:focus,
.p-inquiry__form .po-webparts-container .po-canentryform td textarea:focus {
  border: 1px solid #6b7fcc !important;
  outline: 1px solid #6b7fcc !important;
}
.p-inquiry__form div.po-webparts-container.style1 tr.po-single th.po-required {
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative !important;
  display: block !important;
}
.p-inquiry__form
  div.po-webparts-container.style1
  tr.po-single
  th.po-required::after {
  content: "必須" !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: -52px !important;
  border-radius: 4px !important;
  background-color: #d16b6b !important;
  padding: 4px 8px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #fff !important;
}
.p-inquiry__form .po-buttons {
  padding-bottom: 8px !important;
}
.p-inquiry__form .po-button-send-outer button {
  display: inline-block !important;
  padding: 0.5rem 1.5rem !important;
  border-radius: 4px !important;
  box-shadow: 2px 2px 8px 0 rgba(60, 60, 60, 0.16) !important;
  transition: opacity 0.2s ease-in-out !important;
  background-color: #fff !important;
  border: none !important;
}
.p-inquiry__form .po-button-send-outer button:hover {
  opacity: 0.8 !important;
}
.p-inquiry__form .po-button-send-outer button p {
  font-weight: 500 !important;
  color: #5a5a5a !important;
  text-align: center !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
@media screen and (max-width: 1023px) {
  .p-inquiry__form .po-button-send-outer button p {
    font-size: 0.9375rem !important;
  }
}
.p-top__faq--content--question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
.p-top__faq--content--question .title {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 93%;
}
.p-top__faq--content--question .title .mark {
  width: 20px;
  aspect-ratio: 1/1;
}
.p-top__faq--content--question .title .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-top__faq--content--question .faq-open {
  width: 1rem;
  height: 1rem;
  position: relative;
  flex: 0 0 1rem;
}
.p-top__faq--content--question .faq-open .open-bar {
  background-color: #6b7fcc;
  position: absolute;
  transition: all 0.3s ease;
}
.p-top__faq--content--question .faq-open .bar1 {
  width: 1rem;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top__faq--content--question .faq-open .bar2 {
  width: 2px;
  height: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__faq--content--question .faq-open.is-open .bar2 {
  transform: rotate(90deg);
}
.p-top__faq--content--answer {
  display: none;
}
.p-top__faq--content--answer .answer-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.p-top__faq--content--answer .mark {
  width: 20px;
  aspect-ratio: 1/1;
}
.p-top__faq--content--answer .text {
  font-size: 1rem;
  font-weight: 400;
  width: calc(100% - 20px - 16px - 24px);
}
.p-entry {
  position: fixed;
  z-index: 99;
  padding: 16px;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.p-entry.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.p-entry .c-button p {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.pc-none {
  display: none;
}
@media screen and (max-width: 1023px) {
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.hover {
  transition: opacity 0.2s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}
.link {
  text-decoration: underline;
  color: #6b7fcc;
}
