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

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

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

body.drawer-open {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  background: #f6eee1;
}

main {
  overflow-x: clip;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 992px) {
  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: 992px) {
  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: calc(100% - 40px)
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .l-inner {
    max-width: min(90.625rem, 75.5208333333vw);
    padding-right: 25px;
    padding-left: 25px;
  }
}

.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: 992px) {
  .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, .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: 992px) {
  .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: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-404__title {
    font-size: 2.5rem;
  }
}

.p-404__number {
  color: rgba(54, 54, 54, .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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-drawer-icon {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 9999px;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.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;
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: #222;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer-icon__bars {
  position: relative;
  width: 32px;
  width: 2rem;
  height: 8px;
  height: 0.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.p-drawer-icon__bar1 {
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  width: 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-drawer-icon__bar3 {
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  width: 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-drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: rgba(246, 238, 225, .9);
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 125px;
  padding-top: 7.8125rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
@media screen and (min-width: 992px) {
  .p-drawer-content {
    padding-top: 0.5rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.p-drawer-content__items {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100dvh;
}
@media screen and (min-width: 992px) {
  .p-drawer-content__items {
    max-width: 62rem;
    width: 100%;
    padding-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.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: 17px;
  font-size: 1.0625rem;
  display: block;
  font-weight: 500;
}

.p-drawer-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-drawer-content__contact-wrapper {
  margin-top: 80px;
  margin-top: 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;
}

.p-drawer-content__contact {
  width: 240px;
  width: 15rem;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#f56112), to(#f5ab03));
  background: linear-gradient(to right, #f56112, #f5ab03);
  border-radius: 0.3125rem;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  right: 0.6875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-drawer-content__contact:hover.p-drawer-content__contact svg {
  right: 5px;
  right: 0.3125rem;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.p-drawer__btn-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
  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-drawer__btn {
  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;
  background: #44a8de;
  gap: 8px;
  gap: 0.5rem;
  width: 280px;
  width: 17.5rem;
  height: 48px;
  height: 3rem;
  border-radius: 9999px;
}

.p-drawer__btn-text {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-drawer__btn-text {
    font-size: min(1.125rem, 0.9375vw);
  }
}

.p-drawer__arrow {
  display: inline-block;
  width: min(10px, 0.5208333333vw);
  width: min(0.625rem, 0.5208333333vw);
}

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

.p-everyday {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .p-everyday {
    padding-top: min(4.5rem, 3.75vw);
    padding-bottom: min(6.25rem, 5.2083333333vw);
  }
}

.p-everyday__title-wrapper {
  text-align: center;
  position: relative;
}

.p-everyday__title-wrapper::before {
  position: absolute;
  content: "";
  background: url(../images/common/safe_title_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 48px;
  width: 3rem;
  height: auto;
  bottom: -32px;
  bottom: -2rem;
  aspect-ratio: 68/9;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .p-everyday__title-wrapper::before {
    bottom: max(-3rem, -2.5vw);
    width: min(4.25rem, 3.5416666667vw);
  }
}

.p-everyday__title {
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .p-everyday__title {
    line-height: 1;
    font-size: min(2.25rem, 1.875vw);
  }
}

.p-everyday__text {
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-everyday__text {
    margin-top: min(5rem, 4.1666666667vw);
    font-size: min(1.25rem, 1.0416666667vw);
  }
}

.p-everyday__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;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-everyday__btn-wrapper {
    margin-top: min(5rem, 4.1666666667vw);
  }
}

.p-everyday__btn {
  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;
  background: #44a8de;
  border-radius: 9999px;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 992px) {
  .p-everyday__btn {
    width: min(33.75rem, 28.125vw);
    height: min(5.625rem, 4.6875vw);
    gap: min(1.875rem, 1.5625vw);
  }
}

.p-everyday__btn-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-everyday__btn-text {
    font-size: min(1.375rem, 1.1458333333vw);
  }
}

.p-everyday__arrow {
  display: inline-block;
  width: 10px;
  width: 0.625rem;
}

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

.p-footer {
  background: #f3e9d9;
  border-top-left-radius: 40px;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 40px;
  border-top-right-radius: 2.5rem;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .p-footer {
    border-top-left-radius: min(9.375rem, 7.8125vw);
    border-top-right-radius: min(9.375rem, 7.8125vw);
    padding-top: 3.75rem;
    padding-bottom: 5.625rem;
  }
}

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

.p-footer__home {
  display: inline-block;
  width: 200px;
  width: 12.5rem;
}
@media screen and (min-width: 992px) {
  .p-footer__home {
    width: 20rem;
  }
}

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

.p-footer__lists {
  margin-top: 24px;
  margin-top: 1.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;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-footer__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.125rem;
    gap: 3.125rem;
    padding-bottom: 3.125rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__link {
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.7777777778;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-footer__link {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  .p-footer__bottom {
    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;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-footer__bottom-left {
    gap: 0.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer__address {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #221e1e;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.2857142857;
}
@media screen and (min-width: 992px) {
  .p-footer__address {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__map-linkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-footer__map-linkWrapper {
    gap: 0.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer__map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  background: #221e1e;
  border-radius: 9999px;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 180px;
  width: 11.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-footer__map-link {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: auto;
    width: initial;
  }
}

.p-footer__map-link + .p-footer__map-link {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .p-footer__map-link + .p-footer__map-link {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__map-icon {
  display: inline-block;
  width: 15px;
  width: 0.9375rem;
}

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

.p-footer__map-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.6666666667;
}

.p-footer__bottom-right {
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-footer__bottom-right {
    margin-top: 0;
    margin-top: initial;
    margin-left: auto;
    text-align: left;
    text-align: initial;
  }
}

.p-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #221e1e;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.6666666667;
  font-family: "Outfit", sans-serif;
}

.p-footer__list--interview,
.p-footer__list--infographics,
.p-footer__list--recruit,
.p-footer__list--contact {
  position: relative;
}

.p-footer__list--interview::before {
  position: absolute;
  content: "";
  background: url(../images/common/footer_icon_interview.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  left: -1.5625rem;
}

.p-footer__list--infographics::before {
  position: absolute;
  content: "";
  background: url(../images/common/footer_icon_infographics.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 8/8;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  left: -1.5625rem;
}

.p-footer__list--recruit::before {
  position: absolute;
  content: "";
  background: url(../images/common/footer_icon_recruit.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 8/9;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  left: -1.5625rem;
}

.p-footer__list--contact::before {
  position: absolute;
  content: "";
  background: url(../images/common/footer_icon_contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 10px;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 11/7;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  left: -1.5625rem;
}

.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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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, .3);
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

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

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

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

input::placeholder {
  color: rgba(54, 54, 54, .3);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  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;
  }
}

.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: 992px) {
  .p-form__privacy-text {
    font-size: 1.125rem;
  }
}

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

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

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  height: 80px;
  height: 5rem;
}
@media screen and (min-width: 992px) {
  .p-header {
    height: min(14.375rem, 11.9791666667vw);
  }
}

.p-header__inner {
  height: inherit;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-header__inner {
    padding-left: min(1.875rem, 1.5625vw);
    padding-right: min(1.875rem, 1.5625vw);
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-header__content {
    padding-top: min(1.875rem, 1.5625vw);
  }
}

.p-header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .p-header__nav-wrapper {
    gap: min(16.75rem, 13.9583333333vw);
  }
}

.p-header__home {
  display: inline-block;
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 992px) {
  .p-header__home {
    width: min(18.75rem, 15.625vw);
  }
}

.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 {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(50px, 2.6041666667vw);
  gap: min(3.125rem, 2.6041666667vw);
  height: inherit;
}

.p-header__link {
  font-size: min(18px, 0.9375vw);
  font-size: min(1.125rem, 0.9375vw);
  font-weight: 700;
  color: #221e1e;
  letter-spacing: 0.075em;
  line-height: 1.7777777778;
  display: block;
}

.p-header__btn-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-header__btn-wrapper {
    display: block;
  }
}

.p-header__btn {
  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;
  background: #44a8de;
  gap: 8px;
  gap: 0.5rem;
  width: 180px;
  width: 11.25rem;
  height: 48px;
  height: 3rem;
  border-radius: 9999px;
}
@media screen and (min-width: 992px) {
  .p-header__btn {
    gap: min(0.625rem, 0.5208333333vw);
    width: min(20rem, 16.6666666667vw);
    height: min(3.75rem, 3.125vw);
    border-radius: min(1.875rem, 1.5625vw);
  }
}

.p-header__btn-text {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-header__btn-text {
    font-size: min(1.125rem, 0.9375vw);
  }
}

.p-header__arrow {
  display: inline-block;
  width: min(10px, 0.5208333333vw);
  width: min(0.625rem, 0.5208333333vw);
}

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

.blue,
.orange,
.pink {
  position: relative;
}

.blue::before {
  position: absolute;
  content: "";
  background: url(../images/common/blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(10px, 0.5208333333vw);
  width: min(0.625rem, 0.5208333333vw);
  height: auto;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: max(-25px, -1.3020833333vw);
  left: max(-1.5625rem, -1.3020833333vw);
}

.orange::before {
  position: absolute;
  content: "";
  background: url(../images/common/orange.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(10px, 0.5208333333vw);
  width: min(0.625rem, 0.5208333333vw);
  height: auto;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: max(-25px, -1.3020833333vw);
  left: max(-1.5625rem, -1.3020833333vw);
}

.pink::before {
  position: absolute;
  content: "";
  background: url(../images/common/pink.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: min(10px, 0.5208333333vw);
  width: min(0.625rem, 0.5208333333vw);
  height: auto;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: max(-25px, -1.3020833333vw);
  left: max(-1.5625rem, -1.3020833333vw);
}

.p-header__drawer {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-header__drawer {
    display: none;
  }
}

.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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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-info-mv {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .p-info-mv {
    padding-top: min(6.5625rem, 5.46875vw);
    padding-bottom: min(12.5rem, 10.4166666667vw);
  }
}

.p-info-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-info-mv__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: min(7.9375rem, 6.6145833333vw);
  }
}

@media screen and (min-width: 992px) {
  .p-info-mv__detail {
    width: min(35.8125rem, 29.84375vw);
  }
}

.p-info-mv__title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #221e1e;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .p-info-mv__title {
    font-size: min(5.625rem, 4.6875vw);
  }
}

.p-info-mv__subTitle {
  margin-top: 8px;
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #221e1e;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-info-mv__subTitle {
    font-size: min(1.875rem, 1.5625vw);
  }
}

@media screen and (min-width: 992px) {
  .p-info-mv__img {
    width: min(43.75rem, 36.4583333333vw);
    margin-left: auto;
  }
}

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

.p-info-mv__bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-info-mv__bottom {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-info-mv__text {
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8181818182;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-info-mv__text {
    font-size: min(1.375rem, 1.1458333333vw);
  }
}

.p-info-mv__listWrapper {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .p-info-mv__listWrapper {
    margin-top: 5.625rem;
  }
}

.p-info-mv__lists {
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .p-info-mv__lists {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-info-mv__lists + .p-info-mv__lists {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-info-mv__listImg {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}

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

.p-info-mv__lists-2 {
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .p-info-mv__lists-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.p-info {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-info {
    padding-top: min(9.875rem, 8.2291666667vw);
    padding-bottom: min(12.5rem, 10.4166666667vw);
    margin-top: max(-8.125rem, -6.7708333333vw);
  }
}

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

.p-info__btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
}
@media screen and (min-width: 992px) {
  .p-info__btn {
    max-width: min(62.5rem, 52.0833333333vw);
  }
}

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

.p-interview {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .p-interview {
    padding-top: min(7.5rem, 6.25vw);
    padding-bottom: min(18.75rem, 15.625vw);
  }
}

@media screen and (min-width: 992px) {
  .p-interview__row {
    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: min(3.125rem, 2.6041666667vw);
  }
}

@media screen and (min-width: 992px) {
  .p-interview__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: max(-2.5rem, -2.0833333333vw);
  }
}

@media screen and (min-width: 992px) {
  .p-interview__detail-wrapper {
    width: min(40.625rem, 33.8541666667vw);
  }
}

.p-interview__row--reverse .p-interview__detail-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .p-interview__row--reverse .p-interview__detail-wrapper {
    margin-top: min(12.5rem, 10.4166666667vw);
  }
}

.p-interview__detail + .p-interview__detail {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .p-interview__detail + .p-interview__detail {
    margin-top: min(7.5rem, 6.25vw);
  }
}

.p-interview__title {
  font-weight: 700;
  color: #221e1e;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-interview__title {
    font-size: min(1.625rem, 1.3541666667vw);
  }
}

.p-interview__title::before {
  position: absolute;
  content: "";
  background: url(../images/common/interview_title_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  z-index: -1;
  width: 48px;
  width: 3rem;
  top: -8px;
  top: -0.5rem;
  aspect-ratio: 68/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-interview__title::before {
    width: min(4.25rem, 3.5416666667vw);
    height: auto;
    top: max(-0.9375rem, -0.78125vw);
  }
}

.p-interview__text-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .p-interview__text-wrapper {
    margin-top: min(1.875rem, 1.5625vw);
  }
}

.p-interview__text {
  line-height: 2;
  color: #221e1e;
  letter-spacing: 0.075em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-interview__text {
    font-size: min(1rem, 0.8333333333vw);
  }
}

.p-interview__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-interview__img {
    margin-top: 0;
    margin-top: initial;
    width: min(43.75rem, 36.4583333333vw);
  }
}

@media screen and (min-width: 992px) {
  .p-interview__img2 {
    margin-left: max(-18.75rem, -15.625vw);
    width: min(54.375rem, 45.3125vw);
  }
}

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

.p-interview__big {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  margin-top: 64px;
  margin-top: 4rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-interview__big {
    margin-top: min(6.75rem, 5.625vw);
    padding-left: min(3.125rem, 2.6041666667vw);
    padding-right: min(3.125rem, 2.6041666667vw);
  }
}

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

.p-interview__schedule {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .p-interview__schedule {
    margin-top: min(7.5rem, 6.25vw);
  }
}

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

.p-mv__detail {
  display: block;
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (min-width: 992px) {
  .p-mv__detail {
    display: none;
  }
}

.p-mv__detail-img {
  width: 200px;
  width: 12.5rem;
  margin-left: auto;
}

.p-mv__detail-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 (min-width: 992px) {
  .p-page-mv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .p-page-mv__img {
    width: min(88.75rem, 73.9583333333vw);
    margin-left: calc(50% - 50vw);
  }
}

.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__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .p-page-mv__detail {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: min(45.375rem, 37.8125vw);
    margin-left: max(-12.5rem, -10.4166666667vw);
  }
}

@media screen and (min-width: 992px) {
  .p-page-mv__box {
    width: min(25rem, 20.8333333333vw);
    margin-right: max(-4rem, -3.3333333333vw);
  }
}

.p-page-mv__occupation {
  color: #e32784;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #fff;
  border-radius: 9999px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}
@media screen and (min-width: 992px) {
  .p-page-mv__occupation {
    padding-top: min(0.9375rem, 0.78125vw);
    padding-bottom: min(0.9375rem, 0.78125vw);
    padding-left: min(1.875rem, 1.5625vw);
    padding-right: min(1.875rem, 1.5625vw);
    font-size: min(1.25rem, 1.0416666667vw);
  }
}

.p-page-mv__title {
  font-weight: 700;
  color: #221e1e;
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .p-page-mv__title {
    margin-top: min(0.625rem, 0.5208333333vw);
    font-size: min(2.25rem, 1.875vw);
  }
}

.p-page-mv__initial {
  font-weight: 700;
  color: #221e1e;
  letter-spacing: 0.05em;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-page-mv__initial {
    margin-top: min(3.125rem, 2.6041666667vw);
    font-size: min(1.875rem, 1.5625vw);
  }
}

.p-page-mv__person {
  width: 150px;
  width: 9.375rem;
}
@media screen and (min-width: 992px) {
  .p-page-mv__person {
    width: min(26.625rem, 22.1875vw);
  }
}

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

.p-safe {
  margin-top: 32px;
  margin-top: 2rem;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 992px) {
  .p-safe {
    margin-top: min(9.375rem, 7.8125vw);
    padding-top: min(6.25rem, 5.2083333333vw);
    padding-bottom: min(6.25rem, 5.2083333333vw);
  }
}

.p-safe__content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-safe__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(5rem, 4.1666666667vw);
  }
}

.p-safe__content::before {
  position: absolute;
  content: "";
  background: url(../images/common/flower_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 950px;
  width: 59.375rem;
  height: auto;
  top: -400px;
  top: -25rem;
  left: -700px;
  left: -43.75rem;
  aspect-ratio: 950/799;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  z-index: -1;
}

.p-safe__content::after {
  position: absolute;
  content: "";
  background: url(../images/common/flower_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1200px;
  width: 75rem;
  height: auto;
  bottom: -450px;
  bottom: -28.125rem;
  aspect-ratio: 950/799;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  z-index: -1;
  right: -300px;
  right: -18.75rem;
}

.p-safe__detail {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-safe__detail {
    max-width: min(33.125rem, 27.6041666667vw);
  }
}

.p-safe__title {
  position: relative;
  width: 240px;
  width: 15rem;
}
@media screen and (min-width: 992px) {
  .p-safe__title {
    width: min(26.25rem, 21.875vw);
  }
}

.p-safe__title::before {
  position: absolute;
  content: "";
  background: url(../images/common/safe_title_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 48px;
  width: 3rem;
  height: auto;
  top: -24px;
  top: -1.5rem;
  aspect-ratio: 68/9;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-safe__title::before {
    top: max(-2rem, -1.6666666667vw);
    width: min(4.25rem, 3.5416666667vw);
  }
}

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

.p-safe__text {
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2.1818181818;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .p-safe__text {
    font-size: min(1.375rem, 1.1458333333vw);
    margin-top: min(3.75rem, 3.125vw);
  }
}

.p-safe__img {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-safe__img {
    margin-top: 0;
    margin-top: initial;
    width: min(50rem, 41.6666666667vw);
    margin-right: max(-11.25rem, -9.375vw);
    /* position: absolute;
    right: max(rem(-80), calc(-80 / 1920) * 100vw); */
    /* top: 50%;
    transform: translateY(-50%); */
  }
}

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

.p-schedule {
  position: relative;
}

.p-schedule::before {
  position: absolute;
  content: "";
  background: url(../images/common/flow_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: auto;
  aspect-ratio: 1920/1986;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
}

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

.p-schedule__title {
  display: inline-block;
  width: 200px;
  width: 12.5rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__title {
    width: min(25rem, 20.8333333333vw);
  }
}

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

.p-schedule__content {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__content {
    margin-top: min(6.25rem, 5.2083333333vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(5.3125rem, 4.4270833333vw);
  }
}

@media screen and (min-width: 992px) {
  .p-schedule__img-wrapper {
    width: min(37.5rem, 31.25vw);
  }
}

.p-schedule__img + .p-schedule__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__img + .p-schedule__img {
    margin-top: min(42.5rem, 35.4166666667vw);
  }
}

.p-schedule__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__img img {
    border-radius: min(3.125rem, 2.6041666667vw);
  }
}

.p-schedule__days {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__days {
    margin-top: 0;
    margin-top: initial;
    width: min(44.6875rem, 37.2395833333vw);
  }
}

.p-schedule__row {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-schedule__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(3.5rem, 2.9166666667vw);
    padding-left: min(1.875rem, 1.5625vw);
    padding-bottom: min(3.125rem, 2.6041666667vw);
  }
}

.p-schedule__row:last-child {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__row:last-child {
    padding-bottom: min(7.5rem, 6.25vw);
  }
}

.p-schedule__row::before {
  position: absolute;
  content: "";
  background: #e32784;
  left: 0;
  border-radius: 999px;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  top: 16px;
  top: 1rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-schedule__row::before {
    width: min(0.625rem, 0.5208333333vw);
    height: min(0.625rem, 0.5208333333vw);
    top: min(1rem, 0.8333333333vw);
  }
}

.p-schedule__row:first-child::before {
  position: absolute;
  content: "";
  background: url(../images/common/schedule_point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  left: -10px;
  left: -0.625rem;
  top: 16px;
  top: 1rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__row:first-child::before {
    width: min(1.875rem, 1.5625vw);
    height: min(1.875rem, 1.5625vw);
    top: min(1rem, 0.8333333333vw);
    left: max(-0.625rem, -0.5208333333vw);
  }
}

.p-schedule__row::after {
  position: absolute;
  content: "";
  background: #e6e5db;
  height: 100%;
  width: 2px;
  left: 4px;
  left: 0.25rem;
  top: 0;
}
@media screen and (min-width: 992px) {
  .p-schedule__row::after {
    left: min(0.1875rem, 0.15625vw);
    width: min(0.25rem, 0.2083333333vw);
  }
}

@media screen and (min-width: 992px) {
  .p-schedule__row:first-child::after {
    top: min(1.25rem, 1.0416666667vw);
  }
}

.p-schedule__time {
  font-weight: 700;
  color: #221e1e;
  letter-spacing: 0.075em;
  font-family: "Outfit", sans-serif;
  line-height: 1.3333333333;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__time {
    font-size: min(1.5rem, 1.25vw);
    width: min(5rem, 4.1666666667vw);
    padding-left: min(1.25rem, 1.0416666667vw);
    padding-top: min(0.5rem, 0.4166666667vw);
  }
}

.p-schedule__row:first-child .p-schedule__time {
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__row:first-child .p-schedule__time {
    padding-top: min(1rem, 0.8333333333vw);
  }
}

.p-schedule__text-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 16px;
  padding: 1rem;
  border-radius: 0.75rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__text-wrapper {
    margin-top: 0;
    margin-top: initial;
    border-radius: min(1.25rem, 1.0416666667vw);
    padding-top: min(1.25rem, 1.0416666667vw);
    padding-bottom: min(1.25rem, 1.0416666667vw);
    padding-left: min(1.875rem, 1.5625vw);
    padding-right: min(1.875rem, 1.5625vw);
  }
}

@media screen and (min-width: 992px) {
  .p-schedule__text-wrapper::before {
    position: absolute;
    content: "";
    background: url(../images/common/schedule_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    aspect-ratio: 20/15;
    -o-object-fit: cover;
       object-fit: cover;
    width: min(1.25rem, 1.0416666667vw);
    top: min(1rem, 0.8333333333vw);
    left: max(-0.9375rem, -0.78125vw);
  }
}

.p-schedule__days-title {
  font-weight: 700;
  color: #221e1e;
  letter-spacing: 0.075em;
  line-height: 1.4545454545;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__days-title {
    font-size: min(1.375rem, 1.1458333333vw);
  }
}

.p-schedule__small {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__small {
    margin-top: min(0.625rem, 0.5208333333vw);
  }
}

.p-schedule__text {
  line-height: 2;
  color: #221e1e;
  letter-spacing: 0.075em;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-schedule__text {
    font-size: min(1rem, 0.8333333333vw);
  }
}

/* スライダー全体 */
.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .slider-wrapper {
    gap: min(1.875rem, 1.5625vw);
  }
}

/* スライド3枚のグループ */
.slider {
  -webkit-animation: scroll-left 40s infinite linear 0.5s both;
          animation: scroll-left 40s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライド3枚を横並び */
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 992px) {
  .slider {
    gap: min(1.875rem, 1.5625vw);
  }
}

/* スライド */
.slide {
  width: 50vw;
}
@media screen and (min-width: 992px) {
  .slide {
    width: 25vw; /* 3はスライドの枚数 */
  }
}

/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
}

/* CSSアニメーション */
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-slider__img img {
  aspect-ratio: 400/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}

.slider--1 .slide:nth-child(even) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .slider--1 .slide:nth-child(even) {
    margin-top: min(1.875rem, 1.5625vw);
  }
}

.slider--2 .slide:nth-child(odd) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .slider--2 .slide:nth-child(odd) {
    margin-top: min(1.875rem, 1.5625vw);
  }
}

.c-text {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: calc(50% - 50vw);
}

.c-text__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-size: min(130px, 6.7708333333vw);
  font-size: min(8.125rem, 6.7708333333vw);
  color: rgba(255, 255, 255, .3);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-text__item:nth-child(odd) {
  -webkit-animation: MoveLeft 60s -30s infinite linear;
          animation: MoveLeft 60s -30s infinite linear;
}
.c-text__item:nth-child(even) {
  -webkit-animation: MoveLeft2 60s infinite linear;
          animation: MoveLeft2 60s infinite linear;
}

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-single-topics {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .p-single-topics__main-title {
    font-size: 2rem;
  }
}

.p-single-topics__meta {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .p-single-topics__main-content table {
    margin-top: 1rem;
  }
}

/* コード */
/* ボタン */
/* キャプション（画像などのキャプションに出る） */
/* スペーサー（余白ブロック） */
/* グループ（グループ化ブロック） */
/* カラム系 */
/* ギャラリー */
.p-top-interview {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .p-top-interview {
    padding-bottom: min(9.375rem, 7.8125vw);
    padding-top: min(9.375rem, 7.8125vw);
  }
}

.p-top-interview::before {
  position: absolute;
  content: "";
  background: url(../images/common/top_information_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: auto;
  aspect-ratio: 1920/2148;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.p-top-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-top-interview__content {
    gap: min(6.8125rem, 5.6770833333vw);
  }
}

.p-top-interview__title-ja {
  position: sticky;
  width: 56px;
  width: 3.5rem;
  top: 64px;
  top: 4rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__title-ja {
    width: min(9.375rem, 7.8125vw);
    top: min(6.25rem, 5.2083333333vw);
  }
}

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

.p-top-interview__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .p-top-interview__right {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-top-interview__block {
  border-radius: 0.75rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  display: block;
}
@media screen and (min-width: 992px) {
  .p-top-interview__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(2.5rem, 2.0833333333vw);
    padding-top: 0;
    padding-top: initial;
    border-radius: min(3.125rem, 2.6041666667vw);
    padding-left: min(4.375rem, 3.6458333333vw);
    padding-right: min(2.5rem, 2.0833333333vw);
    padding-bottom: min(1.25rem, 1.0416666667vw);
  }
}

.p-top-interview__block--1 {
  background: rgba(227, 39, 132, .1);
}
.p-top-interview__block--2 {
  background: rgba(12, 101, 135, .1);
}
.p-top-interview__block--3 {
  background: rgba(217, 173, 16, .1);
}
.p-top-interview__block--4 {
  background: rgba(107, 204, 255, .1);
}
.p-top-interview__block + .p-top-interview__block {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__block + .p-top-interview__block {
    margin-top: min(5rem, 4.1666666667vw);
  }
}

@media screen and (min-width: 992px) {
  .p-top-interview__detail {
    width: min(28.125rem, 23.4375vw);
    margin-top: max(-1.625rem, -1.3541666667vw);
  }
}

.p-top-interview__occupation {
  color: #e32784;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #fff;
  border-radius: 9999px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__occupation {
    font-size: min(1.25rem, 1.0416666667vw);
    padding-top: min(0.9375rem, 0.78125vw);
    padding-bottom: min(0.9375rem, 0.78125vw);
    padding-left: min(1.875rem, 1.5625vw);
    padding-right: min(1.875rem, 1.5625vw);
  }
}

.p-top-interview__occupation--2 {
  color: #0c6587;
}

.p-top-interview__occupation--3 {
  color: #d9ad10;
}

.p-top-interview__occupation--4 {
  color: #44a8de;
}

.p-top-interview__text {
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__text {
    padding-bottom: min(1.25rem, 1.0416666667vw);
    margin-top: min(1.25rem, 1.0416666667vw);
    font-size: min(2.25rem, 1.875vw);
  }
}

.p-top-interview__name {
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5789473684;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__name {
    margin-top: min(1.875rem, 1.5625vw);
    font-size: min(1.875rem, 1.5625vw);
  }
}

.p-top-interview__name-en {
  font-family: "Outfit", sans-serif;
  color: #221e1e;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__name-en {
    font-size: min(1rem, 0.8333333333vw);
  }
}

.p-top-interview__year {
  color: #221e1e;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__year {
    margin-top: min(0.625rem, 0.5208333333vw);
    font-size: min(1rem, 0.8333333333vw);
  }
}

.p-top-interview__img {
  width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-top-interview__img {
    margin-top: max(-2rem, -1.6666666667vw);
    max-width: min(21.875rem, 18.2291666667vw);
  }
}

@media screen and (min-width: 992px) {
  .p-top-interview__img--1 {
    max-width: min(21.875rem, 18.2291666667vw);
  }
}

@media screen and (min-width: 992px) {
  .p-top-interview__img--2 {
    max-width: min(26.25rem, 21.875vw);
    margin-right: max(-4.5rem, -3.75vw);
    margin-top: min(1.5rem, 1.25vw);
  }
}

@media screen and (min-width: 992px) {
  .p-top-interview__img--3 {
    max-width: min(23.125rem, 19.2708333333vw);
    margin-right: max(-1rem, -0.8333333333vw);
  }
}

@media screen and (min-width: 992px) {
  .p-top-interview__img--4 {
    max-width: min(26.25rem, 21.875vw);
    margin-right: max(-12.5rem, -10.4166666667vw);
    margin-top: min(2.5rem, 2.0833333333vw);
  }
}

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

.p-yell {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-yell {
    padding-top: 0;
    padding-top: initial;
    padding-bottom: min(11.25rem, 9.375vw);
  }
}

.p-yell__content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-yell__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: min(75rem, 62.5vw);
    margin-inline: auto;
    padding-left: min(3.5rem, 2.9166666667vw);
  }
}

.p-yell__content::before {
  position: absolute;
  content: "";
  background: url(../images/common/yell_content_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 48px;
  width: 3rem;
  height: auto;
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-yell__content::before {
    width: min(6.25rem, 5.2083333333vw);
    top: min(6rem, 5vw);
  }
}

.p-yell__content::after {
  position: absolute;
  content: "";
  background: url(../images/common/yell_content_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 48px;
  width: 3rem;
  height: auto;
  aspect-ratio: 100/100;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  bottom: 0px;
  bottom: 0rem;
}
@media screen and (min-width: 992px) {
  .p-yell__content::after {
    width: min(6.25rem, 5.2083333333vw);
    bottom: min(0.625rem, 0.5208333333vw);
  }
}

.p-yell__img {
  max-width: 200px;
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .p-yell__img {
    max-width: none;
    max-width: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: min(21.25rem, 17.7083333333vw);
  }
}

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

.p-yell__title-wrapper {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-yell__title-wrapper {
    margin-top: 0;
    margin-top: initial;
    text-align: left;
    text-align: initial;
  }
}

.p-yell__title {
  font-weight: 400;
  color: #221e1e;
  line-height: 1.4107142857;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-yell__title {
    font-size: min(3.5rem, 2.9166666667vw);
  }
}

.c-main-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #363636;
}
@media screen and (min-width: 992px) {
  .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: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .c-main-title__ja {
    letter-spacing: 0.15em;
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .c-main-title__ja--child {
    font-size: 1.75rem;
  }
}

.c-main-title__ja--child span {
  display: none;
}
@media screen and (min-width: 992px) {
  .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: 992px) {
  .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, .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: "Outfit", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .c-main-title__en {
    margin-top: 0.875rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
/*# sourceMappingURL=styles.css.map */