@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

body.drawer-open {
  overflow: hidden;
}

body {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

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

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

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

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

html {
  scroll-behavior: smooth;
  /* scroll-padding-top: 100px; */
}

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

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

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

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

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

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

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

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

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1540px) {
  .l-inner {
    max-width: 1650px;
  }
}

.p-404 {
  height: 100vh;
  padding-top: 89px;
  padding-top: 5.5625rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  background: url(../images/common/mv_404_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-404 {
    background: url(../images/common/mv_404.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 6rem;
    height: 48rem;
  }
}

.p-404__content {
  border: 3px solid #fff;
  padding-top: 116px;
  padding-top: 7.25rem;
  padding-bottom: 116px;
  padding-bottom: 7.25rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-404__content {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-404__block {
  max-width: 650px;
  max-width: 40.625rem;
  margin-inline: auto;
}

.p-404__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-404__title {
  color: #363636;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(54, 54, 54, 0.15);
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 68px;
  font-size: 4.25rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__number {
    margin-left: 1.375rem;
    font-size: 8rem;
  }
}

.p-404__text-wrapper {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__text {
  line-height: 1.6;
  font-weight: 400;
  color: #363636;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1.125rem;
  }
}

.p-404__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-404__btn {
  background: #6d6d6d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #6d6d6d;
  border-radius: 2.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 140px;
  width: 8.75rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.375rem;
    padding-right: 0.875rem;
    width: 15.625rem;
  }
}

.p-404__btn-text {
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-404__btn-text {
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
}

.p-404__btn:hover {
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover .p-404__text {
  color: #fff;
}

.p-404__btn svg {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn svg {
    width: 2rem;
    height: 2rem;
  }
}

.p-404__btn circle,
.p-404__btn path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-404__btn:hover circle {
  fill: #6d6d6d;
  opacity: 1;
}

.p-404__btn:hover path {
  fill: #fff;
}

.p-404__btn:hover .p-404__btn-text {
  color: #6d6d6d;
}

.p-about {
  max-width: 760px;
  max-width: 47.5rem;
  width: 100%;
}

.p-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-about__row {
    flex-direction: column;
  }
}

.p-about__row + .p-about__row {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-about__dt {
  width: 240px;
  width: 15rem;
  background: #7cf513;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
  border-radius: 0.25rem;
}
@media screen and (max-width: 992px) {
  .p-about__dt {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__dt {
    width: 100%;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-about__dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 992px) {
  .p-about__dd {
    font-size: clamp(14px, 2vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-about__dd {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-about__bottom {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  gap: 0.75rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 7px solid #7cf513;
}
@media screen and (max-width: 767px) {
  .p-about__bottom {
    margin-top: 32px;
    margin-top: 2rem;
    justify-content: center;
    width: initial;
  }
}
.p-about__num {
  max-width: 90px;
  max-width: 5.625rem;
  width: 100%;
}

.p-about__num img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-about__bottom-area {
  font-weight: 700;
  font-size: 31px;
  font-size: 1.9375rem;
  letter-spacing: 0.12em;
  color: #000;
  line-height: 1;
}

.p-about__bottom-top {
  color: #7cf513;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-benefits {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    gap: 0.75rem;
  }
}
.p-benefits__list {
  border: 1px solid #7cf513;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  gap: 1.25rem;
  border-radius: 0.625rem;
  height: 120px;
  height: 7.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__list {
    height: initial;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
.p-benefits__number {
  letter-spacing: 0.1em;
  color: #7cf513;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.p-benefits__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-benefits__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-benefits__small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__small {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-bg--message {
  background: url(../images/common/message_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-bg--interview {
  background: url(../images/common/bg_interview.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-bg--social {
  background: url(../images/common/bg_social.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-bg--growth {
  background: url(../images/common/bg_growth.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-bg--recruit {
  background: url(../images/common/bg_recruit.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.p-bg--works {
  /* background: url(../images/common/net.svg); */
  background: #7CF513 url(../images/common/net.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.p-bg--single {
  background: url(../images/common/bg_single.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-bg--company {
  background: #7CF513 url(../images/common/net_company.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-event {
  background: url(../images/common/event_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.625rem;
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  border: 2px solid #000;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}
.p-event--business {
  background: #000 url(../images/common/net_business.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-event--traditional {
  background: #000 url(../images/common/net_traditional.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-event--company {
  background: url(../images/common/event_bg_sales.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-event--base {
  background: url(../images/common/event_bg_base.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-event__title {
  text-align: center;
}

.p-event__top {
  margin-top: 70px;
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-event__top {
    margin-top: 40px;
    margin-top: 2.5rem;
    display: block;
  }
}

.p-event__top--traditional {
  display: block;
}

.p-event__top-right {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-event__top-right--about {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-event__top-title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-event__top-title--white {
  color: #fff;
}

.p-event__top-title span {
  background: #7cf513;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-event__top-title--white span {
  color: #000;
}

.p-event__top-en {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "futura-pt", sans-serif;
}

.p-event__top-en--white {
  color: #fff;
}

.p-event__row {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}

.p-event__block {
  border: 10px solid #7cf513;
  border: 0.625rem solid #7cf513;
  border-radius: 0.625rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 80px;
  padding-left: 5rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
  position: relative;
}

.p-event__block::before {
  position: absolute;
  content: attr(data-number) "";
  background: #7cf513;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  top: -10px;
  top: -0.625rem;
  left: -10px;
  left: -0.625rem;
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-event__block-left {
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
}

.p-event__block-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.p-event__text-wrapper {
  padding-left: 40px;
  padding-left: 2.5rem;
  border-left: 1px solid #000;
}

.p-event__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125;
  color: #000;
  letter-spacing: 0.1em;
}

.p-event__block-ja {
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}

.p-event__bigText {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-event__bigText::before {
  position: absolute;
  content: "";
  background: url(../images/common/bigtext_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 304px;
  width: 19rem;
  height: auto;
  aspect-ratio: 304/20;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: -20px;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-event__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  gap: 0.75rem;
}

.p-event__before {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
}

.p-event__before span {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: #000;
  letter-spacing: normal;
  letter-spacing: initial;
  font-family: "futura-pt", sans-serif;
}

.p-event__arrow {
  width: 12px;
  width: 0.75rem;
}

.p-event__arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-event__after {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
}

.p-event__after span {
  font-family: "futura-pt", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: normal;
  letter-spacing: initial;
}

.p-event__img {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-event__img {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-event__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 0.625rem;
}

.p-event__cards {
  margin-top: -40px;
  margin-top: -2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  gap: 0.625rem;
  max-width: 1580px;
  max-width: 98.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-event__cards {
    margin-top: 16px;
    margin-top: 1rem;
    grid-template-columns: 1fr;
  }
}
.p-event__cards--company {
  margin-top: 60px;
  margin-top: 3.75rem;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .p-event__cards--company {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-event__card {
  border: 2px solid #7cf513;
  border-radius: 0.625rem;
  background: #000;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__card {
    padding: 16px;
    padding: 1rem;
  }
}

.p-event__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-event__card-top {
    gap: 12px;
    gap: 0.75rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
.p-event__num {
  color: #7cf513;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-event__num {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-event__card-title {
  font-size: 32px;
  font-size: 2rem !important;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .p-event__card-title {
    font-size: clamp(16px, 2vw, 18px) !important;
  }
}
@media screen and (max-width: 767px) {
  .p-event__card-title {
    font-size: 18px;
    font-size: 1.125rem !important;
  }
}
.p-event__card-lists {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-event__card-lists {
    padding-top: 16px;
    padding-top: 1rem;
  }
}
.p-event__card-list {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  line-height: 1.8125;
}
@media screen and (max-width: 992px) {
  .p-event__card-list {
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__card-list {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}
.p-event__card-list::before {
  position: absolute;
  content: "";
  background: #7cf513;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 9999px;
  top: 10px;
  top: 0.625rem;
  left: 0;
}

.p-event__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-event__card-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-event__card-text {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__card-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-event__support {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-event__support {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-event__flow {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__flow {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-event__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 40px;
  row-gap: 2.5rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-event__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    gap: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-event__grid-img img {
  aspect-ratio: 240/240;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.p-event__grid-title {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #fff;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .p-event__grid-title {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__grid-title {
    margin-top: 8px;
    margin-top: 0.5rem;
    color: #fff;
    padding-left: 14px;
    padding-left: 0.875rem;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-event__grid-title--black {
  color: #000;
}
.p-event__grid-title::before {
  position: absolute;
  content: "";
  background: #7cf513;
  width: 8px;
  width: 0.5rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 9999px;
  top: 2px;
  top: 0.125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-event__grid-title::before {
    width: 4px;
    width: 0.25rem;
    height: 16px;
    height: 1rem;
  }
}

.p-event__grid-item-green {
  background: #7cf513;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 54px;
  padding-left: 3.375rem;
  padding-right: 54px;
  padding-right: 3.375rem;
  height: 240px;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .p-event__grid-item-green {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    height: 200px;
    height: 12.5rem;
  }
}
.p-event__grid-itemText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  color: #000;
}
@media screen and (max-width: 992px) {
  .p-event__grid-itemText {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__grid-itemText {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-event__center {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-event__center-title {
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-event__center-title {
    font-size: 0.9rem;
    line-height: 2.2;
  }
}
.p-event__center-title span {
  background: #7cf513;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #000;
}

.p-event__center-lists {
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 944px;
  max-width: 59rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-event__center-lists {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-event__center-list {
  position: relative;
  padding-left: 50px;
  padding-left: 3.125rem;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-event__center-list {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
.p-event__center-list::before {
  position: absolute;
  content: "";
  background: url(../images/common/event_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-event__center-list::before {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    transform: initial;
    top: 4px;
    top: 0.25rem;
  }
}
.p-event__center-list span {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-event__center-list span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-event__solution {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-event__solution {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-event__solution img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-event__solution-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-event__solution-text {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-event__lists {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-event__lists {
    grid-template-columns: 1fr;
    gap: 16px;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.p-event__list {
  border: 2px solid #7cf513;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-event__list {
    padding: 16px;
    padding: 1rem;
  }
}

.p-event__list-row {
  display: flex;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-event__list-row {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}

.p-event__list-num {
  width: 40px;
  width: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #7cf513;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 991px) {
  .p-event__list-num {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__list-num {
    width: 24px;
    width: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-event__list-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-event__list-title {
    font-size: clamp(12px, 2vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__list-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-event__list-text {
  padding-top: 30px;
  padding-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: calc(28 / 16);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-event__list-text {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__list-text {
    padding-top: 16px;
    padding-top: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-event__list-img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-event__list-img {
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.p-event__list-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-event__list-bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: calc(28 / 16);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-event__list-bottom {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-event__baseImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-event__base {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-event__base {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-base {
}

.p-base__title {
  text-align: center;
  background: #7cf513;
  padding: 8px;
  padding: 0.5rem;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-base__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-base__lists {
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 580px;
  max-width: 36.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-base__lists {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-base__list {
  padding-left: 50px;
  padding-left: 3.125rem;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-base__list {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
.p-base__list::before {
  position: absolute;
  content: "";
  background: url(../images/common/base_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  left: 0;
  top: 12px;
  top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-base__list::before {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    top: 4px;
    top: 0.25rem;
  }
}
.p-base__list + .p-base__list {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-base__text {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-base__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mt156 {
  margin-top: 156px;
  margin-top: 9.75rem !important;
}
@media screen and (max-width: 767px) {
  .mt156 {
    margin-top: 64px;
    margin-top: 4rem !important;
  }
}
.mt60 {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  gap: 0.9375rem;
  position: relative;
}
.p-flow--works {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-flow {
    grid-template-columns: 1fr;
    gap: 12px;
    gap: 0.75rem;
  }
}

.p-flow::before {
  position: absolute;
  content: "";
  background: #7cf513;
  width: 90%;
  height: 60px;
  height: 3.75rem;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-flow__list {
  background: #000;
  border: 2px solid #7cf513;
  border-radius: 0.625rem;
  padding: 40px;
  padding: 2.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.p-flow__list--works {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    padding: 16px;
    padding: 1rem;
  }
}
.p-flow__list::before {
  position: absolute;
  content: attr(data-num) "";
  background: #7cf513;
  width: 60px;
  width: 3.75rem;
  height: 58px;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -2px;
  top: -0.125rem;
  left: -2px;
  left: -0.125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #000;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
}

.p-flow__list--last::before {
  position: absolute;
  content: attr(data-num) "";
  background: #000;
  width: 60px;
  width: 3.75rem;
  height: 58px;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -2px;
  top: -0.125rem;
  left: -2px;
  left: -0.125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
}

.p-flow__list--last {
  background: #7cf513;
}

.p-flow__top {
  text-align: center;
}
.p-flow__top--works {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-flow__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1540px) {
  .p-flow__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-flow__title {
    font-size: clamp(12px, 2vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-flow__title--last {
  color: #000;
}

.p-flow__arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .p-flow__arrow {
    width: 120px;
    width: 7.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-flow__img {
  margin-top: auto;
  padding-top: 16px;
  padding-top: 1rem;
}
.p-flow__img--works {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-flow__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-flow__works-lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-flow__works-list {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.8125;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-flow__works-list {
    font-size: clamp(11px, 2vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__works-list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-flow__works-list::before {
  position: absolute;
  content: "";
  background: #7cf513;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 9999px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mt36 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-flow__smallTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #7cf513;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-flow__smallTitle {
    font-size: clamp(12px, 2vw, 14px);
  }
}
.p-flow__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-footer {
  overflow-x: clip;
  background: url(../images/common/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 220px;
  padding-top: 13.75rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}

.p-footer__img {
  max-width: 520px;
  max-width: 32.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__img {
    max-width: initial;
  }
}

.p-footer__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-footer__btn-wrapper {
  margin-top: 66px;
  margin-top: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn-wrapper {
    margin-top: 32px;
    margin-top: 2rem;
    gap: 16px;
    gap: 1rem;
    flex-direction: column;
  }
}
.p-footer__btn {
  width: 260px;
  width: 16.25rem;
  height: 80px;
  height: 5rem;
  gap: 20px;
  gap: 1.25rem;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    width: 250px;
    width: 15.625rem;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    height: 3.75rem;
    gap: 32px;
    gap: 2rem;
  }
}
.p-footer__btn-icon {
  width: 80px;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn-icon {
    width: 60px;
    width: 3.75rem;
  }
}

.p-footer__btn-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-footer__btn-text-ja {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-footer__btn-text-ja {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-footer__btn-text-en {
  margin-top: 6px;
  margin-top: 0.375rem;
  color: #7cf513;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-footer__small {
  text-align: center;
  margin-top: 143px;
  margin-top: 8.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__small {
    margin-top: 80px;
    margin-top: 5rem;
  }
}
.p-footer__small small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}

.dummy img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-footer__grow {
  position: fixed;
  bottom: 20px;
  bottom: 1.25rem;
  right: 20px;
  right: 1.25rem;
  z-index: 99;
}

.p-footer__grow-link {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-footer__grow-link {
    width: 9.375rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-footer__grow-link {
    width: 12.5rem;
  }
}

.p-footer__grow-link img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-form__row-wrapper {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-top: 1px dotted #222;
}
@media screen and (min-width: 768px) {
  .p-form__row-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-form__row-wrapper:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-form__row + .p-form__row {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-form__dt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__dt-wrapper {
    padding-top: 0.5rem;
    width: 14.375rem;
  }
}

.p-form__dt {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.125rem;
  }
}

.p-form__dt span {
  color: #363636;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-form__need {
  color: #fff;
  background: #ed1c24;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  width: 3.4375rem;
  height: 22px;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__need {
    font-size: 0.875rem;
  }
}

.p-form__need--black {
  color: #363636;
}

.wpcf7-spinner {
  display: none;
}

.p-form__description--radio {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label {
    font-size: 1.125rem;
  }
}
.p-form__description--radio input[type="radio"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 9999px; /* ラジオボタンっぽく丸くする */
  content: "";
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .wpcf7-list-item-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-form__description--radio
  input[type="radio"]:checked
  + .wpcf7-list-item-label::before {
  background-color: #ed1c24; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  box-shadow: inset 0 0 0 5px #fff; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 18px;
  row-gap: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__description--radio .custom-radio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: 0;
  margin-left: initial;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-right: 0;
    margin-right: initial;
  }
}

.p-form__description {
  font-size: 14px;
  font-size: 0.875rem;
  word-wrap: break-word;
  color: #363636;
  padding-top: 0;
  padding-top: initial;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description {
    margin-top: 0;
    margin-top: initial;
    font-size: 1rem;
    line-height: 1.2;
    width: calc(100% - 14.375rem);
    margin-left: 3.8125rem;
  }
}

.p-form input[type="text"],
.p-form input[type="tel"],
.p-form input[type="email"] {
  width: 100%;
  border: 1px solid #909090;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form input[type="text"],
  .p-form input[type="tel"],
  .p-form input[type="email"] {
    font-size: 1.125rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-form textarea {
  border: 1px solid #909090;
  width: 100%;
  height: 200px;
  height: 12.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  resize: none;
  border-radius: 0.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    height: 12.5rem;
  }
}

.p-form__btn-wrapper {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-form__btn-outside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside {
    width: 15rem;
  }
}

.p-form__btn-outside::before {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  left: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::before {
    width: 1.5rem;
  }
}

.p-form__btn-outside::after {
  position: absolute;
  content: "";
  background: url(../images/common/btn_icon_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  aspect-ratio: 12/24;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  right: 6px;
  right: 0.375rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn-outside::after {
    width: 1.5rem;
  }
}

.p-form__btn input[type="submit"] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
  position: relative;
  border: 1px solid #222;
  background: #222;
  font-size: 18px;
  font-size: 1.125rem;
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.p-form__btn input[type="submit"]:hover,
.p-form__btn input[type="button"]:hover {
  background: rgba(54, 54, 54, 0.3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}

input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}

input::-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}

input::placeholder {
  color: rgba(54, 54, 54, 0.3);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  input::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  input::-moz-placeholder {
    font-size: 1.125rem;
  }
  input::-ms-input-placeholder {
    font-size: 1.125rem;
  }
  input::placeholder {
    font-size: 1.125rem;
  }
}

input[type="radio"]{
  display:inline-block;
  -webkit-appearance:auto;
  appearance:auto;
}
input[type="date"]{
  -webkit-appearance:auto;
  appearance:auto;
  border:1px solid #aaa;
  border-radius: 3px;
  padding: 0 12px;
  height: 42px;
  margin-bottom:12px;
}
select{
  -webkit-appearance:auto;
  appearance:auto;
}

.p-form__privacy-wrapper {
  text-align: center;
}

.p-form__privacy-text {
  color: #222;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

.p-form__privacy-text a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    width: 17.5rem;
  }
}

.p-greeting {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  background: url(../images/common/greeting_bg.jpg);
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding-inline: initial;
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.p-greeting__title {
  text-align: center;
}

.p-greeting__subtitle-wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__subtitle-wrapper {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-greeting__subtitle-text {
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: 0.1em;
  color: #000;
  background: #7cf513;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-greeting__subtitle-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-greeting__subtitle-text + .p-greeting__subtitle-text {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-greeting__row-wrapper {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__row-wrapper {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-greeting__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  gap: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__row {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-greeting__row:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-greeting__row + .p-greeting__row {
  margin-top: 196px;
  margin-top: 12.25rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__row + .p-greeting__row {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-greeting__left {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}

.p-greeting__block + .p-greeting__block {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__block + .p-greeting__block {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-greeting__block-title {
  color: #7cf513;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-greeting__block-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-greeting__block-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  line-height: 1.8;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-greeting__block-text {
    margin-top: 32px;
    margin-top: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-greeting__right {
  max-width: 660px;
  max-width: 41.25rem;
  width: 100%;
}
.p-greeting__img--pc {
  display: block;
}
.p-greeting__img--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-greeting__img--pc {
    display: none;
  }
  .p-greeting__img--sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mt-24 {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-greeting__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-greeting__img-row {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__img-row {
    gap: 16px;
    gap: 1rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-greeting__img-rowText {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-greeting__img-rowText {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-greeting__rowImg {
  width: 188px;
  width: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__rowImg {
    width: 120px;
    width: 7.5rem;
  }
}
.p-greeting__rowImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-greeting__green {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #7cf513;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.p-greeting__big {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__big {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-greeting__big-text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-greeting__big-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-header__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__home {
  display: inline-block;
  width: 340px;
  width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__home {
    display: inline-block;
    width: 130px;
    width: 8.125rem;
  }
}

.p-header__home img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-header__nav {
  margin-left: auto;
  background: #7cf513;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  height: 80px;
  height: 5rem;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__logo {
  position: relative;
  z-index: 900000;
}
.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-header__link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000;
}

.p-header__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
}

.p-header__btn {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  gap: 0.375rem;
  width: 180px;
  width: 11.25rem;
  height: 40px;
  height: 2.5rem;
  margin-right: -44px;
  margin-right: -2.75rem;
  position: relative;
  z-index: 1;
}

.p-header__btn-text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-header__btn-text--en {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #7cf513;
}

.p-header__scroll-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  width: 15rem;
  height: 40px;
  height: 2.5rem;
  background: #000;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  overflow: hidden;
}

.p-header__scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  gap: 0.375rem;
  white-space: nowrap;
}

.p-header__btn-scroll {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 0.5em;
  -webkit-animation: marquee 5s linear infinite;
  animation: marquee 5s linear infinite;
  font-family: "futura-pt", sans-serif;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-history {
  background: #eaeaea;
  border: 10px solid #7cf513;
  border: 0.625rem solid #7cf513;
  border-radius: 0.625rem;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: 16px;
    padding: 1rem;
  }
}
.p-history__title-wrapper {
  text-align: center;
}

.p-history__title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-history__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-history__title::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  bottom: 8px;
  bottom: 0.5rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-history__title::before {
    height: 16px;
    height: 1rem;
    bottom: 2px;
    bottom: 0.125rem;
  }
}
.p-history__content {
  max-width: 730px;
  max-width: 45.625rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history__row {
    gap: 16px;
    gap: 1rem;
    flex-direction: column;
  }
}
.p-history__row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0; /* top:0; bottom:0; left:0; */
  width: 6px;
  width: 0.375rem;
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    #7cf513 0 6px,
    transparent 6px 10px
  );
  top: 44px;
  top: 2.75rem;
  left: 203px;
  left: 12.6875rem;
}
@media screen and (max-width: 767px) {
  .p-history__row::before {
    width: 3px;
    width: 0.1875rem;
    top: 22px;
    top: 1.375rem;
    left: initial;
    right: 24px;
    right: 1.5rem;
  }
}
.p-history__row:last-child::before {
  display: none;
}

.p-history__row + .p-history__row {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-history__year-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 226px;
  width: 14.125rem;
}

.p-history__year {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-history__year {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-history__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.7916666667;
}
@media screen and (max-width: 992px) {
  .p-history__text {
    font-size: clamp(13px, 2vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .p-history__text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}

.p-history__year-ja {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-orientation: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-history__year-ja {
    font-size: 14px;
    font-size: 0.875rem;
    text-orientation: initial;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}
.p-history__bottom-textWrapper {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-history__bottom-textWrapper {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-history__bottom-text {
  font-size: 80px;
  font-size: 5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7cf513;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-history__bottom-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-history__bottom-text span {
  color: #000;
}

.p-history__box {
  background: #7cf513;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-history__box {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    position:absolute;
    right:13px;
  }
}
.p-home-topics__box {
  position: relative;
  z-index: 1;
}

.p-home-topics {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.p-home-topics__top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-home-topics__title {
  text-align: center;
}

.p-home-topics__block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-home-topics__row {
  position: relative;
  border-bottom: 1px dotted #222;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-topics__row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-home-topics__row:first-child {
  border-top: 1px dotted #222;
}

.p-home-topics__metaBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__metaBlock {
    width: 15rem;
  }
}

.p-home-topics__time {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222;
}

.p-home-topics__category {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #ed1c24;
  border-radius: 0.25rem;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-home-topics__blockTitle {
  letter-spacing: 0.05em;
  line-height: 1.6111111111;
  color: #222;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__blockTitle {
    margin-top: 0;
    margin-top: initial;
    font-size: 1.125rem;
    width: calc(100% - 12.5rem);
  }
}

.p-home-topics__btn-wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-home-topics__btn {
  width: 240px;
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-home-topics__icon {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
  object-fit: cover;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-home-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-home-topics__icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

.p-home-topics__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__pagination {
    margin-top: 5rem;
  }
}

.p-home-topics__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-topics__lists {
    gap: 0.875rem;
  }
}

.p-home-topics__pagination-link {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 9999px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-home-topics__pagination-link.current {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.p-interview {
  padding-top: 360px;
  padding-top: 22.5rem;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-interview__title {
  text-align: center;
}

.p-interview__lists {
  margin-top: 64px;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__lists {
    margin-top: 32px;
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    gap: 1rem;
  }
}
.p-interview__link {
  display: block;
  padding: 13px;
  padding: 0.8125rem;
  background: #fff;
  border-radius: 0.625rem;
  position: relative;
}

.p-interview__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 0.625rem;
}

.p-interview__detail {
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  left: 40px;
  left: 2.5rem;
  z-index: 1;
}

.p-interview__year {
  color: #7cf513;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-interview__year {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-interview__row {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-interview__row {
    margin-top: 8px;
    margin-top: 0.5rem;
    gap: 16px;
    gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.p-interview__name {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-interview__name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-interview__name-en {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "futura-pt", sans-serif;
}

.p-interview__occupation {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-interview__occupation {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
}

.p-interview__bottom-row {
  margin-top: 160px;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 160px;
  gap: 10rem;
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-interview__single {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-know {
  padding-top: 220px;
  padding-top: 13.75rem;
  padding-bottom: 180px;
  padding-bottom: 11.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  border: 2px solid #000;
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-know {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.p-know .l-inner{
  position:relative;
}
.p-know::before {
  position: absolute;
  content: "";
  background: url(../images/common/know_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 2400 / 1920;
  -o-object-fit: cover;
  object-fit: cover;
  width: 1200px;
  width: 75rem;
  height: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-know::before {
    position: absolute;
    content: "";
    background: url(../images/common/know_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 2400 / 1920;
    -o-object-fit: cover;
    object-fit: cover;
    width: 220px;
    width: 13.75rem;
    height: auto;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
.p-know__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
  gap: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-know__content {
    gap: 32px;
    gap: 2rem;
    flex-direction: column;
  }
}
.p-know__left {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-know__left {
    max-width: 100%;
  }
}
/*
.p-know__challenge-wrapper {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-know__challenge-wrapper {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
*/
.p-know__challenge {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: 0.1em;
  background: #000;
  padding: 8px;
  padding: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .p-know__challenge {
    font-size: clamp(14px, 2vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-know__challenge {
    font-size: 16px;
    font-size: 1.125rem;
  }
}

.p-know__challenge + .p-know__challenge {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-know__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .p-know__text {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-know__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-know__white {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-family: "futura-pt", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-know__white {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-know__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-know__lists {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-know__link {
  display: block;
  position: relative;
  z-index: 3;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-know__link::before {
  position: absolute;
  content: "";
  background: #cccccc;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
}

.p-know__link::after {
  position: absolute;
  content: "";
  background: url(../images/common/know_list_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 400/380;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.p-know__img {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-know__img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-know__img {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-know__img {
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
.p-know__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-know__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding-top: 76px;
  padding-top: 4.75rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  margin-top: -56px;
  margin-top: -3.5rem;
  position: relative;
}
.p-know__detail::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-know__detail {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-know__detail {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-know__detail {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    padding-top: 64px;
    padding-top: 4rem;
  }
}

.p-know__detail-title {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  font-size: 1.25rem;
}
@media screen and (min-width: 1540px) {
  .p-know__detail-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .p-know__detail-title {
    font-size: clamp(12px, 2vw, 16px);
  }
}



.p-know__detail-en {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-transform: uppercase;
  color: #7cf513;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-know__icon {
    width: 3rem;
  }
}
@media screen and (min-width: 1540px) {
  .p-know__icon {
    width: min(3.75rem, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-know__icon {
    width: 1.5rem;
  }
}
.p-know__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-local {
  background: url(../images/common/section_local_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.625rem;
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  border: 2px solid #000;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-local {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}
.p-local__title {
  text-align: center;
}

.p-local__top {
  margin-top: 70px;
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-local__top {
    margin-top: 40px;
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-local__top-title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-local__top-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.p-local__top-title--white {
  color: #fff;
}

.p-local__top-en {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-local__top-en {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-local__top-en--white {
  color: #fff;
}

.p-local__row {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-local__row {
    margin-top: 40px;
    margin-top: 2.5rem;
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-local__block {
  border: 10px solid #7cf513;
  border: 0.625rem solid #7cf513;
  border-radius: 0.625rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 80px;
  padding-left: 5rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-local__block {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    gap: 16px;
    gap: 1rem;
    flex-direction: column;
  }
}
.p-local__block::before {
  position: absolute;
  content: attr(data-number) "";
  background: #7cf513;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  top: -10px;
  top: -0.625rem;
  left: -10px;
  left: -0.625rem;
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-local__block::before {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
}

.p-local__block-left {
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
}

.p-local__block-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-local__block-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-local__text-wrapper {
  padding-left: 40px;
  padding-left: 2.5rem;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-local__text-wrapper {
    padding-left: initial;
    border-left: initial;
    border-top: 1px solid #000;
    padding-top: 16px;
    padding-top: 1rem;
  }
}
.p-local__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-local__text {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-local__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-local__block-ja {
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-local__block-ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-local__bigText {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-local__bigText {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.p-local__bigText::before {
  position: absolute;
  content: "";
  background: url(../images/common/bigtext_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 304px;
  width: 19rem;
  height: auto;
  aspect-ratio: 304/20;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: -20px;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-local__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-local__flex {
    gap: 8px;
    gap: 0.5rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}

.p-local__before {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-local__before {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-local__before span {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: #000;
  letter-spacing: normal;
  letter-spacing: initial;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-local__before span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-local__arrow {
  width: 12px;
  width: 0.75rem;
}

.p-local__arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-local__after {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-local__after {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-local__after span {
  font-family: "futura-pt", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: normal;
  letter-spacing: initial;
}
@media screen and (max-width: 767px) {
  .p-local__after span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-page-mv {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-page-mv--interview {
    padding-left: initial;
    padding-right: initial;
  }
}
.p-page-mv::before {
  position: absolute;
  content: "";
  background: transparent;
  border: 2px solid #000;
  border-radius: 0.625rem;
  top: 20px;
  top: 1.25rem;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-page-mv__content {
  padding-top: 160px;
  padding-top: 10rem;
}

.p-page-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-page-mv__img--interview {
  max-width: 1473px;
  max-width: 92.0625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-page-mv__img--interview {
    transform: scale(1.6);
  }
}
.p-page-mv__img--social {
  max-width: 1400px;
  max-width: 87.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-page-mv__img--growth {
  max-width: 1400px;
  max-width: 87.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-page-mv__detail {
  text-align: center;
}
.p-page-mv__title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-page-mv__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv__title--interview {
    margin-top: 64px;
    margin-top: 4rem !important;
  }
}

.p-page-mv__en {
  display: block;
  margin-top: 62px;
  margin-top: 3.875rem;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-page-mv__en {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-page-mv__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    gap: 0.5rem;
  }
}

.p-page-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  gap: 0.875rem;
  background: #000;
  border: 2px solid #fff;
  border-radius: 0.625rem;
  width: 260px;
  width: 16.25rem;
  height: 70px;
  height: 4.375rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__btn {
    width: initial;
    height: 56px;
    gap: 8px;
    gap: 0.5rem;
    height: 3.5rem;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-right: 6px;
    padding-right: 0.375rem;
  }
}

.p-page-mv__btn-icon {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__btn-icon {
    display: inline-block;
    width: 14px;
    width: 0.875rem;
  }
}

.p-page-mv__btn-icon svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-page-mv__btn-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 1560px) {
  .p-page-mv__btn-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv__btn-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-recruit__row + .p-recruit__row {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-recruit__dt {
  background: #7cf513;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__dt {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit__dd {
    padding: 1rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__dd {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
  }
}
.p-recruit__dd-text {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit__dd-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-recruit__dd-text--point {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__dd-text--point {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 12px;
    padding-left: 0.75rem;
  }
}

.p-recruit__dd-text--point::before {
  position: absolute;
  content: "";
  background: #7cf513;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 9999px;
  left: 0;
  top: 10px;
  top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__dd-text--point::before {
    width: 6px;
    width: 0.375rem;
    height: 6px;
    height: 0.375rem;
  }
}

.p-salary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-salary {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    gap: 1rem;
  }
}

.p-salary__img--center {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-salary__img--center {
    margin-top: initial;
  }
}
.p-salary__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.section__marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.section__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.marquee__text {
  display: inline-block;
  padding-right: 0.5em;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: min(80px, 4.1666666667vw);
  font-size: min(5rem, 4.1666666667vw);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .marquee__text {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-single-topics {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-single-topics__title {
  border-bottom: 1px solid #222;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  text-align: center;
}
.p-single-topics__main {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main {
    margin-top: 2.5rem;
  }
}

.p-single-topics__main-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-title {
    font-size: 2rem;
  }
}

.p-single-topics__meta {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta {
    margin-top: 1.25rem;
  }
}

.p-single-topics__meta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-single-topics__meta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-single-topics__meta-category {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-category {
    font-size: 1rem;
  }
}

.p-single-topics__meta-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-topics__meta-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__btn-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-wrapper {
    margin-top: 3.75rem;
  }
}

.p-single-topics__btn {
  width: 240px;
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 60px;
  height: 3.75rem;
  background: #222;
  border-radius: 9999px;
}

.p-single-topics__icon {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 12/24;
  -o-object-fit: cover;
  object-fit: cover;
  top: 54%;
  left: 6px;
  left: 0.375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-single-topics__btn-text {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__btn-text {
    font-size: 1.125rem;
  }
}

.p-single-topics__icon--right {
  right: 6px;
  right: 0.375rem;
  left: auto;
  left: initial;
}

/* 段落 */
.p-single-topics__main-content p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  color: #222;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

/* 見出し */
.p-single-topics__main-content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #222;
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.p-single-topics__main-content h2::before {
  position: absolute;
  content: "";
  background: #222;
  width: 100%;
  height: 2px;
  bottom: -4px;
  bottom: -0.25rem;
  left: 0;
  right: 0;
}

.p-single-topics__main-content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h3 {
    margin-top: 1.5rem;
    font-size: 1.75rem;
  }
}

.p-single-topics__main-content h3::before {
  position: absolute;
  content: "";
  background: #ed1c24;
  width: 4px;
  width: 0.25rem;
  left: 0;
  top: 0;
  bottom: 0;
}

.p-single-topics__main-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h4 {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-single-topics__main-content h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content h5 {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

/* リスト */
.p-single-topics__main-content ul {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ul {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ul li {
  list-style: disc;
  margin-left: 16px;
  margin-left: 1rem;
}

.p-single-topics__main-content ol {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content ol {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content ol li {
  list-style: decimal;
  margin-left: 16px;
  margin-left: 1rem;
}

/* リンク */
.p-single-topics__main-content a {
  color: #ed1c24;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
}

/* 画像 */
.p-single-topics__main-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content img {
    margin-top: 1rem;
  }
}

/* 囲み系（Gutenbergブロックでよく出る） */
.p-single-topics__main-content figure {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figure {
    margin-top: 1rem;
  }
}

.p-single-topics__main-content figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #222;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content figcaption {
    margin-top: 1rem;
  }
}

/* 引用 */
/* テーブル */
.p-single-topics__main-content table {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-topics__main-content table {
    margin-top: 1rem;
  }
}

/* コード */
/* ボタン */
/* キャプション（画像などのキャプションに出る） */
/* スペーサー（余白ブロック） */
/* グループ（グループ化ブロック） */
/* カラム系 */
/* ギャラリー */
.p-social {
  background: url(../images/common/section_social_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.625rem;
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .p-social {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}

.p-social--company {
  background: url(../images/common/section_social_bg_company.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--single {
  background: url(../images/common/bg_content_single.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-social--strength {
  background: url(../images/common/section_social_bg_strength.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--works {
  background: url(../images/common/section_social_bg_works.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--flow {
  background: url(../images/common/section_social_bg_flow.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--flow2 {
  background: url(../images/common/section_social_bg_flow2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--support {
  background: url(../images/common/section_social_bg_support.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--support-2 {
  background: url(../images/common/section_social_bg_support2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--benefits {
  background: url(../images/common/section_social_bg_benefits.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social--recruitment {
  background: url(../images/common/section_social_bg_recruitment.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-social__content--about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-social__title {
  text-align: center;
}

.p-social__top {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-bottom:60px;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-social__top {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom:20px;
    margin-bottom:1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-social__top-right {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-social__top-right {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

.p-social__top-title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-social__top-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-social__top-title span {
  background: #7cf513;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-social__top-en {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-social__top-en {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-social__row {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
.p-social__img {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__img {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-social__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 0.625rem;
}
.p-social__block {
  border: 10px solid #7cf513;
  border: 0.625rem solid #7cf513;
  border-radius: 0.625rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 80px;
  padding-left: 5rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  gap: 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-social__block {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
}
.p-social__block::before {
  position: absolute;
  content: attr(data-number) "";
  background: #7cf513;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  top: -10px;
  top: -0.625rem;
  left: -10px;
  left: -0.625rem;
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-social__block::before {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
}

.p-social__block-left {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-social__block-title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-social__block-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-social__block-img {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-social__block-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-social__lists {
  padding-left: 40px;
  padding-left: 2.5rem;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-social__lists {
    padding-left: initial;
    border-left: initial;
    border-top: 1px solid #000;
    padding-top: 16px;
    padding-top: 1rem;
  }
}
.p-social__list {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8125;
  padding-left: 28px;
  padding-left: 1.75rem;
}
@media screen and (max-width: 991px) {
  .p-social__list {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-social__list {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}
.p-social__list::before {
  position: absolute;
  content: "";
  background: #7cf513;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 9999px;
  top: 12px;
  top: 0.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-social__list::before {
    width: 6px;
    width: 0.375rem;
    height: 6px;
    height: 0.375rem;
  }
}

.p-social__list + .p-social__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-social__block-ja {
  font-size: 45px;
  font-size: 2.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-social__block-ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-social__bigText {
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-social__bigText {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: initial;
    text-align: center;
    width: 100%;
  }
}
.p-social__bigText::before {
  position: absolute;
  content: "";
  background: url(../images/common/bigtext_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 304px;
  width: 19rem;
  height: auto;
  aspect-ratio: 304/20;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: -20px;
  bottom: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-social__bigText::before {
    width: 160px;
    width: 10rem;
    bottom: -12px;
    bottom: -0.75rem;
  }
}
.p-social__storks {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__storks {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.mt40 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-social__welfare {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__welfare {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-social__salary {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-social__benefits {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__benefits {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-social__recruit {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__recruit {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-social__about-img {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}

.p-social__about-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-social__about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 97px;
  gap: 6.0625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__about-wrapper {
    gap: 16px;
    gap: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
    flex-direction: column;
  }
}

.p-social__top-right--about {
  margin-top: 0;
  margin-top: initial;
}

.mt70 {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-social__strength {
  margin-top: 170px;
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-social__strength {
    margin-top: 96px;
    margin-top: 6rem;
  }
}

.p-social__strength-wrapper + .p-social__strength-wrapper {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-social__strength-wrapper + .p-social__strength-wrapper {
    margin-top: 64px;
    margin-top: 4rem;
  }
}
.p-social__strength-titleWrapper {
  text-align: center;
}

.p-social__vision-img {
  max-width: 1400px;
  max-width: 87.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-social__vision-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-social__mission-img {
  max-width: 870px;
  max-width: 54.375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
  margin-inline: auto;
}

.p-social__mission-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-social__vision-textWrapper {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__vision-textWrapper {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-social__vision-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .p-social__vision-text {
    font-size: clamp(14px, 2vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-social__vision-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-social__history {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__history {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-social__sales-lists {
  margin-top: -40px;
  margin-top: -2.5rem;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  width: 100%;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-social__sales-lists {
    margin-top: 16px;
    margin-top: 1rem;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    gap: 1rem;
    width: 100%;
    padding-left: initial;
    padding-right: initial;
    margin-inline: auto;
  }
}

.p-social__sales-list {
  display: flex;
  padding: 40px;
  padding: 2.5rem;
  background: #000;
  border-radius: 0.625rem;
  border: 2px solid #7cf513;
}
@media screen and (max-width: 767px) {
  .p-social__sales-list {
    flex-direction: column;
    padding: 16px;
    padding: 1rem;
    background: #000;
    border-radius: 0.625rem;
    border: 2px solid #7cf513;
  }
}
.p-social__sales-row {
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-social__sales-row {
    gap: 12px;
    gap: 0.75rem;
  }
}
.p-social__sales-num {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #7cf513;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-social__sales-num {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-social__sales-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-social__sales-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-social__sales-detail {
  max-width: 380px;
  max-width: 23.75rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  padding-left: 1.875rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-social__sales-detail {
    max-width: initial;
    width: 100%;
    padding-left: initial;
    border-left: initial;
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
    border-top: 1px solid #fff;
  }
}
.p-social__sales-detailTitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #7cf513;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .p-social__sales-detailTitle {
    font-size: clamp(14px, 2vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-social__sales-detailTitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-social__sales-detailText {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: calc(28 / 16);
}
@media screen and (max-width: 991px) {
  .p-social__sales-detailText {
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-social__sales-detailText {
    margin-top: 8px;
    margin-top: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-social__sales-bottom {
  max-width: 760px;
  max-width: 47.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-social__day {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__day {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-social__career {
  margin-top: -200px;
  margin-top: -12.5rem;
}
@media screen and (max-width: 767px) {
  .p-social__career {
    margin-top: initial;
  }
}
.p-social__career img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-day {
}

.p-day__title {
  background: #7cf513;
  padding: 20px;
  padding: 1.25rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-day__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-day__lists {
  padding: 50px;
  padding: 3.125rem;
  border: 10px solid #7cf513;
  border: 0.625rem solid #7cf513;
  background: #eaeaea;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-day__lists {
    padding: 16px;
    padding: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-day__lists--ojt {
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 767px) {
  .p-day__lists--ojt {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-day__list {
  border-radius: 10px;
  border-radius: 0.625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.p-day__row {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background: #7cf513;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-day__row {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
.p-day__list:nth-child(2n) .p-day__row {
  background: #000;
}
.p-day__list:nth-child(2n) .p-day__time {
  color: #7cf513;
}
.p-day__icon {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-day__icon {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }
}
.p-day__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-day__time {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-day__time {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-day__detial {
  background: #fff;
  padding: 1.875rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-day__detial {
    padding: 16px;
    padding: 1rem;
  }
}
.p-day__lists--ojt .p-day__detial {
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
}
.p-day__detial-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-day__detial-title {
    font-size: clamp(14px, 2vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .p-day__detial-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-day__detial-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  line-height: calc(28 / 16);
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-day__detial-text {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-day__detial-text {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-product {
  display: flex;
  gap: 140px;
  gap: 8.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-product {
    display: flex;
    flex-direction: column;
    gap: 64px;
    gap: 4rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-product__left {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}
.p-product__left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-product__lists {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-product__lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    gap: 0.75rem;
  }
}
.p-product__list {
  background: #000;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  border-radius: 10px;
  border-radius: 0.625rem;
}

.p-product__list-img {
}
.p-product__list-img img {
  aspect-ratio: 330 / 215;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 4px;
  border-radius: 0.25rem;
  width: 100%;
  height: auto;
}

.p-product__row {
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-product__num {
  width: 40px;
  width: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #7cf513;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 991px) {
  .p-product__num {
    font-size: clamp(12px, 2vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-product__num {
    width: 24px;
    width: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    color: #7cf513;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
  }
}

.p-product__text {
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  line-height: calc(28 / 16);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .p-product__text {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-product__text {
    padding-left: 20px;
    padding-left: 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-product__text::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 20px;
  height: 1.25rem;
  top: 4px;
  top: 0.25rem;
  left: 0;
}

.p-storks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px;
  gap: 7.5rem;
  background: #7cf513;
  border-radius: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-storks {
    gap: 1.5rem;
    flex-direction: column;
    padding: 16px;
    padding: 1rem;
  }
}
.p-storks__img {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}

.p-storks__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 0.625rem;
}

.p-storks__detail {
  max-width: 682px;
  max-width: 42.625rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-storks__logo {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}

.p-storks__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-storks__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #000;
  line-height: 1.7916666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-storks__text {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-strength {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-strength {
    grid-template-columns: repeat(1, 1fr);
    gap: 96px;
    gap: 6rem;
  }
}

.p-strength__list {
  border: 10px solid #7cf513;
  border: 0.625rem solid #7cf513;
  border-radius: 0.625rem;
  padding: 48px;
  padding: 3rem;
  background: #eaeaea;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-strength__list {
    padding: 16px;
    padding: 1rem;
    border: 5px solid #7cf513;
    border-radius: 0.625rem;
  }
}
.p-strength__list::before {
  position: absolute;
  content: "";
  background: #7cf513;
  width: 280px;
  width: 17.5rem;
  height: 280px;
  height: 17.5rem;
  top: -140px;
  top: -8.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 9999px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-strength__list::before {
    width: 140px;
    width: 8.75rem;
    height: 140px;
    height: 8.75rem;
    top: -80px;
    top: -5rem;
  }
}
.p-strength__list::after {
  position: absolute;
  content: "";
  background: url(../images/common/strength_text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 195/63;
  -o-object-fit: cover;
  object-fit: cover;
  width: 194px;
  width: 12.125rem;
  height: auto;
  top: -120px;
  top: -7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-strength__list::after {
    width: 120px;
    width: 7.5rem;
    top: -60px;
    top: -3.75rem;
  }
}

.p-strength__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.7916666667;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-strength__text {
    font-size: clamp(13px, 2vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .p-strength__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-strength__lists-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -76px;
  top: -4.75rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-strength__lists-title {
    font-size: 20px;
    font-size: 1.25rem;
    top: -40px;
    top: -2.5rem;
  }
}

.p-support {
  background: #000;
  border: 2px solid #7cf513;
  border-radius: 0.625rem;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 212px;
  gap: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 16px;
    padding: 1rem;
    flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
}

.p-support__list {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
}

.p-support__list::before {
  position: absolute;
  content: "";
  background: url(../images/common/support_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  top: 8px;
  top: 0.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-support__list::before {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    top: 6px;
    top: 0.375rem;
  }
}

.p-support__right {
  max-width: 387px;
  max-width: 24.1875rem;
  width: 100%;
  border-left: 1px solid #7cf513;
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-support__right {
    padding-left: initial;
    border-left: initial;
    border-top: 1px solid #7cf513;
    padding-top: 16px;
    padding-top: 1rem;
  }
}

.p-support__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7cf513;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
.p-support__title::before {
  position: absolute;
  content: "";
  background: url(../images/common/support_title_line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  aspect-ratio: 327/20;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-support__title::before {
    width: 170px;
    width: 10.625rem;
  }
}
.p-support__small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-support__small {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-support__attention {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-support__attention {
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.p-support__attention-text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-support__attention-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-traditional {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-traditional {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    gap: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-traditional__list {
  padding: 40px;
  padding: 2.5rem;
  border: 1px solid #7cf513;
  border-radius: 0.625rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-traditional__list {
    padding: 16px;
    padding: 1rem;
  }
}
.p-traditional__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 0.625rem;
}

.p-traditional__detail {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-traditional__detail {
    padding-top: 24px;
    padding-top: 1.5rem;
  }
}
.p-traditional__small {
  color: #7cf513;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .p-traditional__small {
    font-size: clamp(12px, 2vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .p-traditional__small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-traditional__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #fff;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-traditional__title {
    margin-top: 8px;
    margin-top: 0.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}

.p-traditional__title span {
  color: #7cf513;
}

.p-traditional__text {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-traditional__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-traditional__text span {
  color: #7cf513;
}

.p-traditional__bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: #7cf513;
  letter-spacing: 0.1em;
  border-radius: 0.625rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 992px) {
  .p-traditional__bottom {
    font-size: clamp(12px, 2vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .p-traditional__bottom {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px;
    padding: 1rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-welfare {
  display: grid;
  grid-template-columns: 49% 24% 24%;
  gap: 20px;
  gap: 1.25rem;
  /* max-width: 1258px;
  max-width: 78.625rem;
  margin-left: auto; */
}
@media screen and (max-width: 767px) {
  .p-welfare {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-welfare__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-welfare__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-welfare__row {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-welfare__column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-welfare__column {
    gap: 16px;
    gap: 1rem;
  }
}
.p-single-mv {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-mv {
    padding-left: initial;
    padding-right: initial;
  }
}
.p-single-mv::before {
  position: absolute;
  content: "";
  background: transparent;
  border: 2px solid #000;
  border-radius: 0.625rem;
  top: 20px;
  top: 1.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.p-single-mv__content {
  display: flex;
  align-items: center;
  gap: 268px;
  gap: 16.75rem;
  justify-content: center;
  background: #000;
  padding-left: 100px;
  padding-left: 6.25rem;
  padding-right: 160px;
  padding-right: 10rem;
  border-radius: 0.625rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  margin-top: 190px;
  margin-top: 11.875rem;
  margin-bottom: 94px;
  margin-bottom: 5.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-mv__content {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-right: 12px;
    padding-right: 0.75rem;
    gap: 24px;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-single-mv__content::before {
  position: absolute;
  content: "interview";
  text-transform: uppercase;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "futura-pt", sans-serif;
  top: -100px;
  top: -6.25rem;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-single-mv__content::before {
    top: -40px;
    top: -2.5rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-single-mv__content::after {
  position: absolute;
  content: "interview";
  text-transform: uppercase;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "futura-pt", sans-serif;
  bottom: -100px;
  bottom: -6.25rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-single-mv__content::after {
    bottom: -40px;
    bottom: -2.5rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.p-single-mg__detail {
  max-width: 592px;
  max-width: 37rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single-mg__detail {
    max-width: 100%;
  }
}
.p-single-mv__title {
  color: #000;
  letter-spacing: 0.1em;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-single-mv__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-single-mv__title span {
  display: inline-block;
  width: fit-content;
  background: #7cf513;

  padding: 4px;
  padding: 0.25rem;
  line-height: 1;
}
.p-single-mv__bottom {
  margin-top: 88px;
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .p-single-mv__bottom {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
.p-single-mv__year {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-mv__year {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}

.p-single-mv__introduce {
  display: flex;
  align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-mv__introduce {
    gap: 16px;
    gap: 1rem;
    flex-direction: column;
  }
}
.p-single-mv__name {
  color: #fff;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-single-mv__name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-single-mv__en {
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: calc(22 / 18);
}
@media screen and (max-width: 767px) {
  .p-single-mv__en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-single-mv__occupation {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-single-mv__occupation {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-single-mv__img {
  max-width: 480px;
  max-width: 30rem;
  width: 100%;
  flex: 1;
  margin-top: -300px;
  margin-top: -18.75rem;
  margin-bottom: -300px;
  margin-bottom: -18.75rem;
  filter: drop-shadow(40px 40px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .p-single-mv__img {
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    max-width: initial;
  }
}
.p-single-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-social__single {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-social__single {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.p-single {
}

.p-single__row {
  display: flex;
  gap: 140px;
  gap: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__row {
    gap: 24px;
    gap: 1.5rem;
    flex-direction: column;
  }
}
.p-single__row:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-single__row:nth-child(2n) {
    flex-direction: column;
  }
}
.p-single__row + .p-single__row {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-single__row + .p-single__row {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.p-single__detail-wrapper {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__detail-wrapper {
    max-width: 100%;
  }
}
.p-single__detail + .p-single__detail {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__detail + .p-single__detail {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.p-single__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  line-height: 1;
  color: #fff;
  padding: 4px;
  padding: 0.25rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2;
  }
}
.p-single__title span {
  display: inline-block;
  width: fit-content;
  background: #000;
  padding: 4px;
  padding: 0.25rem;
  line-height: 1;
}
.p-single__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-single__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
.p-single__img {
  max-width: 660px;
  max-width: 41.25rem;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-single__img {
    max-width: 100%;
  }
}
.p-single__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.p-single__bottom {
  margin-top: 160px;
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__bottom {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
.p-single__bottom-img {
}
.p-single__bottom-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .p-single__bottom-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 260;
    object-fit: cover;
    object-position: 80% 80%;
  }
  .p-single__bottom-img--interview3 img {
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 260;
    object-fit: cover;
    object-position: 25% 80%;
  }
}

.p-single__bottom-detail {
  position: absolute;
  top: 50%;
  left: 100px;
  left: 6.25rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-single__bottom-detail {
    left: 8px;
    left: 0.5rem;
    top: initial;
    bottom: 16px;
    bottom: 1rem;
    transform: initial;
  }
}

.p-single__bottom-text {
  display: inline;
  color: #000;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
  background: #7cf513;
  padding: 4px;
  padding: 0.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-single__bottom-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.2;
  }
}

.c-main-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #363636;
}
@media screen and (min-width: 768px) {
  .c-main-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.c-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-main-title__ja {
  color: #363636;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja {
    letter-spacing: 0.15em;
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child {
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--child span {
    font-size: 1.375rem;
    display: block;
  }
}

.c-main-title__ja--small {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja--small {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

.c-main-title__en {
  text-transform: uppercase;
  color: rgba(54, 54, 54, 0.5);
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-main-title__en {
    margin-top: 0.875rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.c-section-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2.25rem;
  }
}

.c-section-title::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 4px;
  bottom: -4px;
  bottom: -0.25rem;
  left: 0;
  right: 0;
}

.c-section-title--white {
  color: #fff;
}

.c-section-title--white::before {
  background: #fff;
}

.c-section-title--storks {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-section-title--storks {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}
.c-subTitle__en {
  font-family: "futura-pt", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 80px;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.125;
}
@media screen and (max-width: 767px) {
  .c-subTitle__en {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.c-subTitle__en--white {
  color: #fff;
}

.c-subTitle__ja {
  margin-top: 30px;
  margin-top: 1.875rem;
  background: #000;
  color: #fff;
  padding: 8px;
  padding: 0.5rem;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-subTitle__ja {
    margin-top: 16px;
    margin-top: 1rem;
    padding: 4px;
    padding: 0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-subTitle__ja--white {
  color: #fff;
  background: #fff;
  color: #000;
}
.no-margin {
  margin-top: initial !important;
}

.p-drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer-icon {
    display: flex;
    background: #fff;
    transition: 0.3s;
    border-radius: 10px;
    border-radius: 0.625rem;
    border: 2px solid #000;
    width: 44px;
    width: 2.75rem;
    height: 44px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
}
.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: #000;
  .p-drawer-icon__bars {
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
  }
  .p-drawer-icon__bar1 {
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .p-drawer-icon__bar3 {
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.p-drawer-icon__bars {
  position: relative;
  width: 28px;
  width: 1.75rem;
  height: 10px;
  height: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}
.p-drawer-icon__bar1 {
  height: 2px;
  background: #000;
  transition: 0.5s;
  width: 20px;
  width: 1.25rem;
  display: flex;
}

.p-drawer-icon__bar3 {
  height: 2px;
  background: #000;
  transition: 0.5s;
  display: flex;
  width: 20px;
  width: 1.25rem;
}

.p-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.7);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}
.p-drawer-content__items {
  transition: 0.3s;
  height: 100dvh;
  max-width: 992px;
  max-width: 62rem;
  width: 100%;
  padding-top: 120px;
  padding-top: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}
.p-drawer-content__lists {
}

.p-drawer-content__list {
  /*   text-align: center; */
}
.p-drawer-content__list + .p-drawer-content__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-drawer-content__link {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.p-drawer-content__link-small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.p-drawer-content__sns {
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
  align-items: center;
  justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}

.p-drawer-content__sns-text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.p-drawer-content__sns-link {
  width: 30px;
  width: 1.875rem;
}
.p-drawer-content__sns-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-drawer-content__contact-wrapper {
  margin-top: 80px;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-drawer-content__contact {
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #f56112, #f5ab03);
  border-radius: 5px;
  position: relative;
}

.p-drawer-content__contact-text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-drawer-content__contact svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  right: 0.6875rem;

  transition: 0.3s ease-in-out;
}
.no-scroll {
  overflow: hidden;
  height: 100%;
}

/*# sourceMappingURL=styles.css.map */
.mt160 {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .mt160 {
    margin-top: 64px;
    margin-top: 4rem;
  }
}
.mt64 {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .mt64 {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
