@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Kosugi Maru", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  background-image: url("../images/common/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@supports not (background-image: url("../images/common/bg.webp")) {
  body {
    background-image: url("../images/common/bg.png");
  }
}
@media screen and (max-width: 390px) {
  body {
    background-image: url("../images/common/sp-bg.png");
  }
  @supports not (background-image: url("../images/common/bg.webp")) {
    body {
      background-image: url("../images/common/sp-bg.png");
    }
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: 0.3s opacity;
}

a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  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 root defaults */
html {
  scroll-behavior: smooth;
}

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

/* 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;
}

a {
  text-decoration: none;
}

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

/* 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: 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=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-image: url("../images/common/header.webp");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 92px 80px 65px 80px;
  overflow: hidden;
  min-height: 260px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .l-header {
    min-height: 240px;
    padding: 60px 80px 50px 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .l-header {
    min-height: 280px;
  }
}
@media (min-width: 1920px) {
  .l-header {
    background-size: 100% auto;
    min-height: 400px;
    padding: 120px 80px 80px 80px;
  }
}
@media (min-width: 2560px) {
  .l-header {
    background-size: 100% auto;
    min-height: 500px;
    padding: 180px 80px 120px 80px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .l-header {
    padding: 48px 0;
    background-image: url("../images/common/header.webp");
    background-size: 100% auto;
    min-height: 200px;
  }
}
@media (max-width: 767px) and (min-width: 461px) {
  .l-header {
    padding: 48px 0;
    background-image: url("../images/common/header.webp");
    background-size: 100% auto;
    background-position: center top;
    min-height: 200px;
  }
}
@media (max-width: 460px) {
  .l-header {
    padding: 48px 0;
    background-image: url("../images/common/sp-header.webp");
    background-size: 100% auto;
    background-position: center top;
    min-height: 200px;
  }
}
@media (max-width: 360px) {
  .l-header {
    padding: 40px 0;
    background-image: url("../images/common/sp-header.webp");
    background-size: 100% auto;
    background-position: center top;
    min-height: 180px;
  }
}
@media (max-width: 320px) {
  .l-header {
    padding: 35px 0;
    background-image: url("../images/common/sp-header.webp");
    background-size: 100% auto;
    background-position: center top;
    min-height: 170px;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.l-header__nav {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    padding: 0 40px;
  }
}
@media (max-width: 375px) {
  .l-header__nav {
    padding: 0 18px;
  }
}
@media (max-width: 360px) {
  .l-header__nav {
    padding: 0 15px;
  }
}
@media (max-width: 320px) {
  .l-header__nav {
    padding: 0;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  flex: 1;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .l-header__nav-list {
    gap: 12px;
  }
}
@media (max-width: 1347px) {
  .l-header__nav-list {
    display: none;
  }
}
.l-header__nav-item {
  text-align: center;
  position: relative;
  flex: 1;
  min-width: 0;
}
.l-header__nav-item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 8px;
  height: 120px;
  background-image: url("../images/common/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header__nav-item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 8px;
  height: 120px;
  background-image: url("../images/common/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header__nav-item:not(:first-child):not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 8px;
  height: 120px;
  background-image: url("../images/common/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header__nav-item:not(:first-child):not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 8px;
  height: 120px;
  background-image: url("../images/common/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #55000C;
  transition: opacity 0.3s;
}
.l-header__nav-link:hover {
  opacity: 0.8;
}
.l-header__nav-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .l-header__nav-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}
.l-header__nav-label-ja {
  font-size: 16px;
  margin-bottom: 4px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .l-header__nav-label-ja {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.l-header__nav-label-en {
  font-size: 10px;
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .l-header__nav-label-en {
    font-size: 8px;
  }
}
.l-header__logo {
  flex: 0 0 280px;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .l-header__logo {
    flex: 0 0 240px;
    margin: 0 8px;
  }
}
@media (max-width: 1347px) {
  .l-header__logo {
    flex: 0 0 200px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .l-header__logo {
    flex: 0 0 180px;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .l-header__logo {
    flex: 0 0 160px;
    margin: 0 auto;
  }
}
.l-header__logo-img {
  max-width: 100%;
  height: auto;
}
.l-header__hamburger {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #55000C;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: none;
}
@media (max-width: 1347px) {
  .l-header__hamburger {
    display: block;
  }
}
@media (max-width: 360px) {
  .l-header__hamburger {
    right: 8px;
  }
}
@media (max-width: 320px) {
  .l-header__hamburger {
    right: 2px;
    width: 40px;
    height: 40px;
  }
}
.l-header__hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background-color: #55000C;
  transition: all 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  top: 14px;
}
.l-header__hamburger span:nth-child(2) {
  top: 20px;
}
.l-header__hamburger span:nth-child(3) {
  top: 26px;
}
@media (max-width: 360px) {
  .l-header__hamburger span {
    width: 22px;
  }
}
@media (max-width: 320px) {
  .l-header__hamburger span {
    width: 20px;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 12px;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 18px;
  }
  .l-header__hamburger span:nth-child(3) {
    top: 24px;
  }
}
.l-header__hamburger::after {
  content: "menu";
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  font-size: 10px;
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 900;
  color: #55000C;
  transition: all 0.3s;
}
@media (max-width: 320px) {
  .l-header__hamburger::after {
    font-size: 8px;
    bottom: 2px;
  }
}
.l-header__hamburger.is-active span {
  width: 32px;
}
.l-header__hamburger.is-active span:nth-child(1) {
  top: 18px;
  transform: translateX(-50%) rotate(25deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active span:nth-child(3) {
  top: 18px;
  transform: translateX(-50%) rotate(-25deg);
}
.l-header__hamburger.is-active::after {
  content: "closed";
}

.l-drawer {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  z-index: 9998;
  transition: all 0.3s;
}
.l-drawer.is-active {
  right: 0;
}
@media (max-width: 1347px) {
  .l-drawer {
    display: block;
  }
}
.l-drawer__inner {
  padding: 67px 15px;
  height: 100%;
  overflow-y: auto;
  background-color: transparent;
}
.l-drawer__nav-list {
  list-style: none;
  margin: 0;
  padding: 150px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  border-radius: 40px;
  backdrop-filter: blur(10px);
}
.l-drawer__nav-item {
  text-align: center;
  margin-bottom: 30px;
}
.l-drawer__nav-item:last-child {
  margin-bottom: 0;
}
.l-drawer__nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #55000C;
  background-color: transparent;
  padding: 12px 0;
  border: 1px solid #55000C;
  border-radius: 10px;
  transition: transform 0.3s;
}
.l-drawer__nav-link:hover {
  transform: translateY(-5px);
}
.l-drawer__nav-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.l-drawer__nav-label-ja {
  font-size: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
}
@media (max-width: 360px) {
  .l-drawer__nav-label-ja {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .l-drawer__nav-label-ja {
    font-size: 12px;
  }
}
.l-drawer__nav-label-en {
  font-size: 10px;
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #55000C;
}

.l-main {
  position: relative;
  z-index: 2;
}

.l-inner {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 55px;
  }
}
@media (max-width: 375px) {
  .l-inner {
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .l-inner {
    padding: 0 12px;
  }
}
@media (max-width: 320px) {
  .l-inner {
    padding: 10px;
  }
}

.l-inner-2 {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-2 {
    padding: 0 16px;
  }
}

.l-inner-3 {
  width: 100%;
  max-width: 1080px;
  padding: 0 9px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-inner-3 {
    padding: 0 16px;
  }
}

.l-footer {
  background: linear-gradient(180deg, #FFFEF3 0%, #FFF7B8 100%);
  padding: 48px 0 12px;
  text-align: center;
}
.l-footer__content {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer__logo {
  width: 240px;
  margin: 0 auto 48px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 200px;
  }
}
.l-footer__nav {
  margin-bottom: 48px;
}
@media (min-width: 1440px) {
  .l-footer__nav {
    width: 1200px;
    padding: 0 97.25px;
    margin: 0 auto 48px;
  }
}
.l-footer__nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.l-footer__nav-item {
  margin-right: 55px;
}
.l-footer__nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .l-footer .l-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 200px;
    align-items: start;
  }
  .l-footer .l-footer__nav-item {
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 425px) {
  .l-footer .l-footer__nav-list {
    padding: 0 30px;
  }
}
@media (max-width: 375px) {
  .l-footer .l-footer__nav-list {
    padding: 0 25px;
  }
}
@media (max-width: 360px) {
  .l-footer .l-footer__nav-list {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .l-footer .l-footer__nav-list {
    padding: 0 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .l-footer .l-footer__nav-item {
    text-align: left;
  }
}
.l-footer__nav-item a {
  text-decoration: none;
  color: #55000C;
  font-size: 16px;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .l-footer__nav-item a {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .l-footer__nav-item a {
    font-size: 12px;
  }
}
.l-footer__nav-item a:hover {
  color: #e60012;
}
.l-footer__copyright {
  font-size: 14px;
  color: #333333;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.l-flex-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 16px 32px;
  background-color: #FFFFFF;
  border: 1px solid #55000C;
  border-radius: 100px;
  color: #55000C;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-width: 200px;
    padding: 12px 24px;
  }
}
.c-button:hover {
  background-color: #55000C;
  color: #FFFFFF;
}
.c-button:hover::after {
  border-color: #FFFFFF;
}
.c-button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #55000C;
  border-right: 2px solid #55000C;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -6px;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button::after {
    width: 10px;
    height: 10px;
    right: 16px;
    margin-top: -5px;
  }
}
.c-button--pink {
  background-color: #FFEDF0;
  color: #55000C;
}
.c-button--pink:hover {
  background-color: rgb(255, 160.5, 176.25);
  color: #55000C;
}
.c-button--pink:hover::after {
  border-color: #55000C;
}
.c-button--yellow {
  background-color: #FFF7B8;
  color: #55000C;
}
.c-button--yellow:hover {
  background-color: rgb(255, 238.3802816901, 107.5);
  color: #55000C;
}
.c-button--yellow:hover::after {
  border-color: #55000C;
}
.c-button--entry {
  width: 300px;
  border: 2px solid #55000C;
  border-radius: 30px;
  padding: 21px 0;
  text-align: center;
}
.c-button--back {
  padding-right: 48px;
}

input.c-button,
input.c-button--entry {
  display: inline-block;
  min-width: 240px;
  padding: 16px 32px;
  background-color: #FFFFFF;
  border: 2px solid #55000C;
  border-radius: 30px;
  color: #55000C;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

input.c-button--entry {
  width: 300px;
  border: 2px solid #55000C;
  border-radius: 30px;
  padding: 21px 0;
  font-size: 18px;
}

.c-circle-icon {
  background-color: #FFF7B8;
  width: 108px;
  height: 108px;
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.c-circle-icon__img {
  width: 65%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-circle-icon {
    width: 72px;
    height: 72px;
  }
  .c-circle-icon__img {
    width: 53.33px;
  }
}

.c-section-title {
  text-align: center;
  margin-bottom: 42px;
}
.c-section-title__icon {
  margin-bottom: 8px;
}
.c-section-title__main {
  font-size: 24px;
  font-weight: 400;
  color: #55000C;
  line-height: 1.6;
}
.c-section-title__sub {
  font-size: 10px;
  color: #55000C;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-top: 8px;
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-section-title__main {
    font-size: 18px;
  }
}

.c-page-banner {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .c-page-banner {
    margin-top: 200px;
  }
}
@media (min-width: 2560px) {
  .c-page-banner {
    margin-top: 250px;
  }
}

.c-page-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}

.c-page-banner__bg img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-page-banner__title {
  font-size: 32px;
  font-weight: 400;
  color: #55000C;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  position: relative;
  text-align: center;
}

.c-page-banner__text {
  font-size: 10px;
  font-weight: 900;
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #55000C;
  position: relative;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .c-page-banner {
    height: 140px;
  }
  .c-page-banner .l-inner {
    padding: 0 25px;
  }
  .c-page-banner__bg {
    padding: 0 15px;
  }
  .c-page-banner__bg img {
    width: auto;
    height: 100%;
  }
  .c-page-banner__title {
    font-size: 24px;
  }
  .c-page-banner__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-page-banner {
    height: 130px;
  }
  .c-page-banner .l-inner {
    padding: 0 20px;
  }
  .c-page-banner__bg {
    padding: 0 10px;
  }
  .c-page-banner__bg img {
    width: auto;
    height: 100%;
  }
  .c-page-banner__title {
    font-size: 22px;
  }
  .c-page-banner__text {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-banner {
    height: 120px;
  }
  .c-page-banner .l-inner {
    padding: 0 15px;
  }
  .c-page-banner__bg {
    padding: 0 8px;
  }
  .c-page-banner__bg img {
    width: auto;
    height: 100%;
  }
  .c-page-banner__title {
    font-size: 20px;
  }
  .c-page-banner__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .c-page-banner {
    height: 100px;
  }
  .c-page-banner .l-inner {
    padding: 0 10px;
  }
  .c-page-banner__bg {
    padding: 0 5px;
  }
  .c-page-banner__bg img {
    width: auto;
    height: 100%;
  }
  .c-page-banner__title {
    font-size: 18px;
  }
  .c-page-banner__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .c-page-banner {
    height: 80px;
  }
  .c-page-banner .l-inner {
    padding: 0 5px;
  }
  .c-page-banner__bg {
    padding: 0 3px;
  }
  .c-page-banner__bg img {
    width: auto;
    height: 100%;
  }
  .c-page-banner__title {
    font-size: 16px;
  }
  .c-page-banner__text {
    font-size: 10px;
  }
}
.c-breadcrumbs {
  margin-top: 12px;
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.c-breadcrumbs__item {
  position: relative;
  font-size: 16px;
  color: #55000C;
}
.c-breadcrumbs__item:not(:last-child) {
  padding-right: 16px;
}
.c-breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #55000C;
  border-right: 1px solid #55000C;
  transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumbs__item a {
  color: #55000C;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-breadcrumbs__item a:hover {
  opacity: 0.7;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: 9px;
    max-width: 345px;
  }
  .c-breadcrumbs__item {
    font-size: 14px;
  }
}
/* WordPress */
.breadcrumb {
  font-size: 16px;
  color: #55000C;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 14px;
  }
}

.c-breadcrumbs__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #55000C;
  border-right: 1px solid #55000C;
}

.c-breadcrumbs__item:last-of-type::after {
  content: none;
}

.c-breadcrumbs--single-letter .c-breadcrumbs__item:nth-last-of-type(2)::after,
.c-breadcrumbs--single-letter .c-breadcrumbs__item:last-of-type::after {
  content: none;
}

.c-breadcrumbs--single-letter .c-breadcrumbs__item:nth-last-of-type(2) {
  padding-right: 0 !important;
}

.c-card-facility {
  background-color: #FFEDF0;
  border-radius: 20px;
  overflow: hidden;
  padding: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-card-facility:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.c-card-facility__img {
  width: 100%;
  aspect-ratio: 296/180;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 8px;
}
.c-card-facility__img--placeholder {
  background-color: #fff5db;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-card-facility__img--placeholder img {
  max-width: 80%;
  height: auto;
}
.c-card-facility__labels {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.c-card-facility__name {
  font-size: 20px;
  color: #55000C;
}

.c-card-facility__type,
.c-card-facility__area {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #55000C;
  background-color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.c-tab.is-hidden {
  display: none;
}

.c-tab.is-visible {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.c-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 24px 0;
}
.c-tab__button {
  width: 200px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid #EF8F9C;
  color: #EF8F9C;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-tab__button {
    width: 150px;
    font-size: 14px;
    padding: 8px 5px;
  }
}
.c-tab__button.is-active {
  background-color: #EF8F9C;
  color: #FFFFFF;
}
.c-tab--sub {
  margin-bottom: 32px;
}

.c-scroll-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 72px;
  height: 72px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.05);
}
.c-scroll-top img {
  width: 30px;
  height: 18px;
}
.c-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-scroll-top:hover {
  background-color: #FFEDF0;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .c-scroll-top {
    width: 48px;
    height: 48px;
    right: 15px;
    bottom: 15px;
  }
  .c-scroll-top img {
    width: 18px;
    height: 10px;
  }
}

.c-info-box {
  position: absolute;
  bottom: 32px;
  right: -32px;
  z-index: 1001;
  background: #FFF7B8;
  border-radius: 20px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 8px;
  width: 240px;
  height: 120px;
  color: #55000C;
  transform: translateX(calc(100% + 32px));
  transition: transform 0.8s ease-in-out, visibility 0.8s;
  display: flex;
  flex-direction: column;
  gap: 0;
  visibility: hidden;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-info-box {
    bottom: 25px;
    left: -25px;
    right: auto;
    width: 240px;
    height: 110px;
    padding: 16px 8px;
    box-sizing: border-box;
    overflow: hidden;
    transform: translateX(calc(-100% - 20px));
  }
}
@media (max-width: 1347px) {
  body:has(.l-drawer.is-active) .c-info-box {
    display: none !important;
  }
}

.c-info-box__title {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-info-box__title {
    font-size: 18px;
    margin-bottom: 3px;
  }
}

.c-info-box__body {
  font-size: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
}
@media (max-width: 767px) {
  .c-info-box__body {
    font-size: 13px;
  }
}
.c-info-box__body a {
  color: #55000C;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
  line-height: 1.3;
  word-wrap: break-word;
}
.c-info-box__body a:link, .c-info-box__body a:visited, .c-info-box__body a:hover, .c-info-box__body a:active {
  color: #55000C;
}
.c-info-box__body a:hover {
  opacity: 0.8;
}

.c-info-box__date {
  font-size: 12px;
  margin-top: 2px;
  text-align: right;
  flex-shrink: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .c-info-box__date {
    font-size: 11px;
    margin-top: 2px;
  }
}

.c-info-box.is-visible {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.c-info-box.is-hidden {
  transform: translateX(calc(100% + 32px));
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-info-box.is-hidden {
    transform: translateX(calc(-100% - 20px));
  }
}

.p-mv {
  position: relative;
  background-image: url("../images/top/mv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 540px;
  margin: 188px 80px 120px 80px;
  border-radius: 120px;
  overflow: visible;
}
@media (min-width: 1920px) {
  .p-mv {
    margin: 310px 80px 120px 80px;
  }
}
@media (min-width: 2560px) {
  .p-mv {
    margin: 460px 80px 120px 80px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .p-mv {
    margin: 160px auto 80px;
    border-radius: 60px;
    height: 540px;
    width: 300px;
    background-image: url("../images/top/sp-mv.webp");
  }
}
@media (max-width: 767px) {
  .p-mv {
    margin: 140px auto 80px;
    border-radius: 60px;
    height: 540px;
    width: 300px;
    background-image: url("../images/top/sp-mv.webp");
  }
}
.p-mv__content {
  position: absolute;
  text-align: left;
  top: 20%;
  left: 3%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    top: 25.5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-mv__circle {
  background-image: url("../images/top/text.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 516px;
  height: 413px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-mv__circle {
    width: 272px;
    height: 218px;
    margin: 0 auto;
  }
}
.p-mv__text {
  font-size: 40px;
  color: #55000C;
  font-family: "Yusei Magic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    font-size: 20px;
    padding: 0 10px;
  }
}

.p-welcome {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-welcome {
    margin-bottom: 80px;
  }
}
.p-welcome__text-block {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-welcome__text-block {
    margin-top: 48px;
  }
}
.p-welcome__text {
  font-size: 18px;
  color: #55000C;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-welcome__text {
    font-size: 14px;
    margin-bottom: 31px;
  }
}

.p-introduction {
  text-align: center;
  margin-bottom: 108px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-introduction {
    margin-bottom: 80px;
  }
}
.p-introduction__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 72px auto 54px;
  max-width: 1080px;
  padding: 0 36px;
}
@media (max-width: 1024px) {
  .p-introduction__list {
    max-width: 100%;
    padding: 0 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 48px auto 40px;
    width: 100%;
    padding: 0 20px;
    justify-items: center;
  }
}
.p-introduction__item {
  display: block;
  width: 320px;
  height: 60px;
  background-color: #fff;
  padding: 0;
  border-radius: 20px;
  border: 2px solid rgb(255, 237, 240);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .p-introduction__item {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-introduction__item {
    width: 240px;
    height: 40px;
    border-radius: 12px;
  }
}
.p-introduction__item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 20px rgba(239, 143, 156, 0.3);
  border-color: rgba(239, 143, 156, 0.8);
  background-color: rgba(255, 237, 240, 0.1);
}
.p-introduction__item:hover .p-introduction__link {
  color: #55000C;
  transform: scale(1.05);
}
.p-introduction__item:link, .p-introduction__item:visited, .p-introduction__item:hover, .p-introduction__item:active {
  color: #333333;
  text-decoration: none;
}
.p-introduction__link {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 768px) {
  .p-introduction__link {
    font-size: 16px;
  }
}

.p-letter {
  text-align: center;
  position: relative;
  background-image: url("../images/common/bg-short-pink.webp");
  background-size: 100% 100%;
  background-position: center 45px;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
.p-letter::before, .p-letter::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, rgb(239, 143, 156) 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: center;
}
.p-letter::before {
  top: 45px;
  z-index: -1;
}
.p-letter::after {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-letter {
    background-size: 100% 100%;
    background-position: center 45px;
    padding-bottom: 80px;
  }
}
.p-letter__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 59px;
}
@media (max-width: 1024px) {
  .p-letter__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-letter__list {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }
}
.p-letter__item {
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-letter__item {
    border-radius: 12px;
  }
}
.p-letter__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.p-letter__item:hover .p-letter__img {
  transform: scale(1.05);
}
.p-letter__img {
  width: 100%;
  height: 135px;
  aspect-ratio: 320/135;
  object-fit: cover;
  margin-bottom: 0;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 768px) {
  .p-letter__img {
    height: 135px;
    aspect-ratio: 320/135;
  }
}
.p-letter__content {
  padding: 12px;
  height: 145px;
  position: relative;
}
.p-letter__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: left;
}
.p-letter__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-align: left;
  color: #333333;
}
.p-letter__facility {
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  text-align: left;
}
.p-letter__date {
  font-size: 14px;
  color: #333333;
  text-align: right;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.p-letter__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-letter__content p {
    font-size: 16px;
  }
}

.p-letter__content h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-letter__content h3 {
    font-size: 14px;
  }
}

.p-recruit {
  background-image: url("../images/recruit/recruit01.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    background-image: url("../images/recruit/recruit01-sp.webp");
    padding: 75px 0;
  }
}
.p-recruit .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit .l-inner {
    padding: 0;
  }
}
.p-recruit .c-section-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-recruit .c-section-title {
    margin-bottom: 32px;
  }
}
.p-recruit__container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 64px 0;
  border-radius: 40px;
  overflow: hidden;
}
.p-recruit__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.p-recruit .c-section-title, .p-recruit__content {
  position: relative;
  z-index: 1;
}
.p-recruit__content {
  text-align: center;
}
.p-recruit__text {
  font-size: 18px;
  color: #55000C;
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-recruit__buttons {
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-recruit {
    padding: 60px 20px;
  }
  .p-recruit__container {
    padding: 64px 38px;
    border-radius: 30px;
  }
  .p-recruit__text {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .p-recruit__buttons {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.p-page-head {
  position: relative;
  padding: 40px 0 80px;
  margin-top: 299px;
}
@media screen and (max-width: 768px) {
  .p-page-head {
    margin-top: 154px;
    padding: 32px 0;
  }
}

.p-philosophy {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.p-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/dot-pattern.png);
  opacity: 0.1;
  z-index: 0;
}

.p-philosophy__text-block {
  max-width: 800px;
  margin: 48px auto 0;
  text-align: center;
}

.p-philosophy__text {
  font-size: 18px;
  color: #55000C;
  line-height: 3;
  letter-spacing: 0.2em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding: 80px 0;
  }
  .p-philosophy__text-block {
    margin-top: 32px;
  }
  .p-philosophy__text {
    font-size: 16px;
    text-align: left;
  }
}
.p-program {
  padding: 120px 0;
}
.p-program .c-section-title {
  margin-bottom: 32px;
}
.p-program__container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 60px 40px;
  border-radius: 40px;
}
.p-program__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
  background-color: #FFFFFF;
}
.p-program__item {
  text-align: left;
  padding: 12px;
  background-color: #FFEDF0;
  border-radius: 20px;
}
.p-program__img {
  width: 100%;
  aspect-ratio: 296/180;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 16px;
}
.p-program__month {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
.p-program__text {
  font-size: 14px;
}
.p-program__note {
  text-align: left;
  font-size: 16px;
  color: #333333;
  white-space: no-wrap;
}
@media screen and (max-width: 767px) {
  .p-program {
    padding: 80px 0;
  }
  .p-program__container {
    padding: 60px 12.5px;
  }
  .p-program__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
    margin-bottom: 24px;
  }
  .p-program__note {
    padding: 0 15px;
    font-size: 14px;
  }
}

.p-contact {
  background-image: url("../images/common/contact.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact {
    background-image: url("../images/common/contact-sp.webp");
    padding: 75px 0;
  }
}
.p-contact .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact .l-inner {
    padding: 0 15px;
  }
}
.p-contact .c-section-title {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-contact .c-section-title {
    margin-bottom: 32px;
  }
}
.p-contact__container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 64px 0;
  border-radius: 40px;
  overflow: hidden;
}
.p-contact__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.p-contact .c-section-title, .p-contact__content {
  position: relative;
  z-index: 1;
}
.p-contact__content {
  text-align: center;
}
.p-contact__text {
  font-size: 18px;
  color: #55000C;
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-contact__button {
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 60px 20px;
  }
  .p-contact__container {
    padding: 64px 38px;
    border-radius: 30px;
  }
  .p-contact__text {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .p-contact__buttons {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.p-contact {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .p-contact {
    padding: 80px 0;
  }
}
.p-contact__container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 64px 140px;
}
@media (max-width: 767px) {
  .p-contact__container {
    padding: 32px 15px;
    border-radius: 30px;
  }
}
.p-contact__form {
  width: 100%;
}
.p-contact__item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-contact__item {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contact__title {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #55000C;
}
.p-contact__required {
  background-color: #EF8F9C;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.p-contact__optional {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.p-contact__address-group {
  max-width: 468px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-contact__address-field {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-contact__address-field {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-contact__address-label {
  font-size: 16px;
  min-width: 100px;
}
.p-contact__input {
  max-width: 468px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 16px;
}
.p-contact__input:focus {
  outline: none;
  border-color: #EF8F9C;
}
.p-contact__textarea {
  max-width: 468px;
  width: 100%;
  height: 200px;
  padding: 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 16px;
  resize: vertical;
  margin-left: auto;
}
.p-contact__textarea:focus {
  outline: none;
  border-color: #EF8F9C;
}
.p-contact__radio-group {
  max-width: 468px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: auto;
}
.p-contact__radio-group--horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.p-contact__radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-entry__radio-group--horizontal .p-contact__radio {
  flex-direction: row;
  align-items: center;
}
.p-contact__radio:hover {
  transform: translateY(-4px);
}
.p-contact__radio:hover .p-entry__radio-text {
  color: #EF8F9C;
  font-weight: 600;
}
.p-contact__radio input[type=radio] {
  display: none;
}
.p-contact__radio input[type=radio] + .p-entry__radio-text {
  position: relative;
  padding-left: 28px;
  transition: all 0.3s ease;
}
.p-contact__radio input[type=radio] + .p-entry__radio-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  transform: translateY(0);
  width: 20px;
  height: 20px;
  border: 2px solid #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.p-entry__radio-group--horizontal .p-contact__radio input[type=radio] + .p-entry__radio-text::before {
  top: 50%;
  transform: translateY(-50%);
}
.p-contact__radio input[type=radio]:hover + .p-entry__radio-text::before {
  border-color: #EF8F9C;
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(239, 143, 156, 0.3);
}
.p-contact__radio input[type=radio]:checked + .p-entry__radio-text::before {
  border-color: #EF8F9C;
}
.p-contact__radio input[type=radio]:checked + .p-entry__radio-text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EF8F9C;
}
.p-entry__radio-group--horizontal .p-contact__radio input[type=radio]:checked + .p-entry__radio-text::after {
  top: 50%;
  transform: translateY(-50%);
}
.p-contact__radio:has(input[type=radio]:checked + .p-entry__radio-text + .p-entry__radio-textarea) {
  width: 100%;
}
.p-contact__radio-text {
  font-size: 16px;
}
.p-contact__radio-textarea {
  width: 100%;
  height: 100px;
  padding: 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 16px;
  resize: vertical;
  margin-top: 0;
}
.p-contact__radio-textarea:focus {
  outline: none;
  border-color: #EF8F9C;
}
.p-contact__privacy {
  margin: 16px 0 48px;
  text-align: center;
}
.p-contact__checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.p-contact__checkbox input[type=checkbox] {
  display: none;
}
.p-contact__checkbox input[type=checkbox] + .p-entry__checkbox-text {
  position: relative;
  padding-left: 32px;
}
.p-contact__checkbox input[type=checkbox] + .p-entry__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 4px;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
}
.p-contact__checkbox input[type=checkbox] + .p-entry__checkbox-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-80%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-contact__checkbox input[type=checkbox]:checked + .p-entry__checkbox-text::before {
  background-color: #EF8F9C;
  border-color: #EF8F9C;
}
.p-contact__checkbox input[type=checkbox]:checked + .p-entry__checkbox-text::after {
  opacity: 1;
}
.p-contact__checkbox-text {
  position: relative;
  padding-left: 32px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 12px;
}
@media (max-width: 767px) {
  .p-contact__checkbox-text {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.p-contact__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid #a05a2c;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.p-contact__checkbox-text.is-checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit .c-button {
  color: #55000C;
  font-size: 18px;
  padding: 21px 111px;
  border-radius: 30px;
  border: 2px solid #55000C;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-contact__submit .c-button:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-contact__submit .c-button {
    width: 100%;
    padding: 16px;
  }
}

.p-contact__confirm-text {
  max-width: 468px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wpcf7-form-control-wrap input[type=radio] {
  display: inline-block !important;
}

.p-contact__radio-group .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  padding: 4px;
  border-radius: 4px;
}
.p-contact__radio-group .wpcf7-list-item:hover label::before {
  border-color: #EF8F9C;
}

.p-contact__radio-group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding-left: 12px;
  transition: all 0.3s ease;
}
.p-contact__radio-group .wpcf7-list-item label:hover {
  color: #EF8F9C;
  transform: translateY(-3px);
  font-weight: 600;
}

.p-contact__radio-group input[type=radio] {
  display: none;
}

.p-contact__radio-group .wpcf7-list-item-label {
  position: relative;
  padding-left: 12px;
  line-height: 1;
}

.p-contact__radio-group .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  border-radius: 50%;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.p-contact__radio-group input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333333;
}

.p-contact__input-wrap {
  width: 100%;
  max-width: 468px;
  margin: 0;
}

.p-contact__input-address {
  width: 100%;
  max-width: 308px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-contact__input-address {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.p-contact__checkbox input[type=checkbox]:checked ~ .p-contact__checkbox-text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #a05a2c;
  border-bottom: 2px solid #a05a2c;
}

.p-contact__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid #333333;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .wpcf7-list-item-label {
    padding: 0;
  }
}

input.js-hidden {
  display: none !important;
}

.p-contact__radio-group--gender .wpcf7-list-item:first-child {
  display: none !important;
}

/* 性別ラジオボタンの高さ中央揃え */
/* 性別の親行を横並びにして中央揃え */
.p-contact__item:has(.p-contact__radio-group--gender) {
  display: flex !important;
  align-items: center !important; /* 縦位置中央 */
}

/* ラジオボタングループは横並びに変更 */
.p-contact__radio-group--gender {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 24px; /* 項目間のスペース */
  margin: 0 !important;
}

.p-facility-list {
  position: relative;
}
.p-facility-list__top-line {
  position: relative;
  height: 54px;
  border-bottom: 2px dotted #EF8F9C;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-facility-list__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
}
.p-facility-list__icon img {
  width: 60%;
  height: auto;
}
.p-facility-list__bg {
  background-image: url("../images/common/bg-short-pink.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-facility-list__bg {
    background-image: url("../images/common/bg-long-pink.webp");
  }
}
.p-facility-list__content {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-facility-list__content {
    margin: 0 15px;
    padding: 24px 12.5px;
  }
}
.p-facility-list__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .p-facility-list__cards {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-facility-list__cards {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }
}
.p-facility-list__dot--bottom {
  width: 100%;
  border-top: 2px dotted rgb(239, 143, 156); /* ピンクのドット線 */
  margin-top: 80px; /* 必要に応じて余白を調整してください */
}

.p-filter-category {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-filter-category {
    margin-top: 40px;
  }
}
.p-filter-category__inner {
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.p-filter-category__tab {
  width: 149px;
  height: 50px;
  padding: 7px 40px;
  background-color: #ffffff;
  color: #ea6b9b;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #ea6b9b;
  border-bottom: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-filter-category__tab {
    width: 120px;
    height: 40px;
    padding: 7px 30px;
    font-size: 12px;
  }
}
.p-filter-category__tab.is-active {
  background-color: #ea6b9b;
  color: #ffffff;
}

.p-sub-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-sub-tab--type .c-tab__button {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .p-sub-tab--type .c-tab__button {
    width: 150px;
  }
}
.p-sub-tab--area .c-tab__button {
  width: 150px;
}

.p-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.p-pagination__link, .p-pagination .page-numbers {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1.5px solid #EF8F9C;
  border-radius: 6px;
  color: #EF8F9C;
  background: #FFFFFF;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  user-select: none;
}

.p-pagination__link.is-active, .p-pagination .is-active.page-numbers,
.p-pagination__link:hover,
.p-pagination .page-numbers:hover {
  background: #EF8F9C;
  color: #fff;
  border-color: #EF8F9C;
}

.p-pagination .page-numbers.current,
.p-pagination .page-numbers:hover {
  background: #EF8F9C;
  color: #fff;
  border-color: #EF8F9C;
}

.p-pagination .next.page-numbers {
  display: none !important;
}

.p-pagination .prev.page-numbers {
  display: none !important;
}

.p-description {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-description {
    padding-bottom: 80px;
  }
}

.p-description__container {
  max-width: 1080px;
  margin: 0 auto;
}

.p-description__image {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.p-description__image img {
  width: 100%;
  aspect-ratio: 800/450;
  object-fit: cover;
  border-radius: 40px;
}

.p-description__text {
  width: 100%;
  color: #55000C;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-description__text {
    margin-top: 24px;
  }
}

.p-description__heading {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-description__heading {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-description__text p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-description__text p {
    font-size: 16px;
    text-align: left;
  }
}

.p-inside {
  position: relative;
}
.p-inside__top-line {
  position: relative;
  height: 54px;
  border-bottom: 2px dotted #EF8F9C;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-inside__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
}
.p-inside__icon img {
  width: 60%;
  height: auto;
}
.p-inside__bg {
  background-image: url("../images/common/bg-short-pink.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-inside__bg {
    background-image: url("../images/common/bg-long-pink.webp");
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
.p-inside__title {
  text-align: center;
  color: #55000C;
  margin-bottom: 66px;
}
@media screen and (max-width: 1024px) {
  .p-inside__title {
    margin-bottom: 22px;
  }
}
.p-inside__heading {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-inside__text {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Jost", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 900;
}
.p-inside__dot--bottom {
  width: 100%;
  border-top: 2px dotted rgb(239, 143, 156); /* ピンクのドット線 */
}

.my-swiper {
  width: 100%;
  padding: 0 40px;
}

.my-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.my-swiper .swiper-slide {
  min-width: 120px;
  width: auto;
  flex-shrink: 0;
  padding: 0 6px;
}
.my-swiper .swiper-slide img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media screen and (min-width: 601px) {
  .my-swiper .swiper-slide {
    min-width: 240px;
  }
  .my-swiper .swiper-slide img {
    width: 240px;
    height: 160px;
  }
}

.p-message {
  margin-top: 120px;
}
.p-message__container {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-message__container {
    flex-direction: column;
  }
}
.p-message__image {
  width: 300px;
  margin-right: 32px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-message__image {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
.p-message__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-message__text {
  width: calc(100% - 300px);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #55000C;
}
@media screen and (max-width: 768px) {
  .p-message__text {
    width: 100%;
  }
}

.p-overview {
  padding: 120px 0;
}
.p-overview__inner {
  margin: 0 auto;
}
.p-overview__content {
  max-width: 1080px;
  margin: 0 auto;
  color: #55000C;
}
.p-overview__list {
  display: flex;
  flex-direction: column;
}
.p-overview__item {
  display: flex;
  border-bottom: 1px dotted rgb(85, 0, 12);
  align-items: strech;
}
.p-overview__term {
  color: #55000C;
  flex-shrink: 0;
  width: 200px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.p-overview__desc {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #55000C;
  flex: 1;
  padding: 32px 90px 32px 25px;
}
.p-overview__desc address {
  font-style: normal;
}
.p-overview__days-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-overview__days-table {
    margin-bottom: 12px;
  }
}
.p-overview__days-row {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.p-overview__day, .p-overview__status {
  width: 16px;
  font-size: 16px;
  color: #55000C;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-overview__note {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-overview__days-row {
    gap: 34px;
  }
  .p-overview__note {
    font-size: 0.8rem;
  }
}
.p-overview__box {
  margin-bottom: 16px;
}
.p-overview__label {
  font-weight: bold;
  margin-bottom: 6px;
  color: #444;
}
@media (max-width: 768px) {
  .p-overview {
    padding: 80px 15px 114px 15px;
  }
  .p-overview__title {
    font-size: 1.5rem;
  }
  .p-overview__item {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-bottom: none;
  }
  .p-overview__term {
    width: 100%;
    justify-content: center;
    padding: 17px 0;
    margin: 0;
    font-size: 16px;
  }
  .p-overview__desc {
    padding: 18px 12px 24px 12px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  .p-overview__item:has(.p-overview__capacity) .p-overview__desc, .p-overview__item:has(.p-overview__staff) .p-overview__desc {
    padding: 24px 0;
  }
}
.p-overview__time-table {
  width: 100%;
  margin-bottom: 16px;
}
.p-overview__time-title {
  color: #55000C;
  font-size: 16px;
  margin-bottom: 4px;
}
.p-overview__table {
  width: 85%;
  margin-bottom: 24px;
  border: 1px solid rgb(85, 0, 12);
  border-collapse: collapse;
}
.p-overview__table th, .p-overview__table td {
  padding: 16px 20px;
  border: 1px solid rgb(85, 0, 12);
  color: #55000C;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-overview__table-row {
  border-bottom: 1px dotted rgb(85, 0, 12);
}
.p-overview__table-row:last-child {
  border-bottom: none;
}
.p-overview__table th {
  background-color: #FFFFFF;
  width: 25%;
  text-align: center;
  font-weight: normal;
}
.p-overview__table td {
  width: 75%;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-overview__time-title {
    font-size: 14px;
  }
  .p-overview__table {
    width: 100%;
  }
  .p-overview__table th, .p-overview__table td {
    padding: 8px;
    font-size: 14px;
  }
  .p-overview__table th {
    width: 40%;
  }
  .p-overview__table td {
    width: 60%;
  }
}
.p-overview__capacity, .p-overview__staff {
  margin-bottom: 10px;
  width: 85%;
  display: flex;
}
.p-overview__capacity-content, .p-overview__staff-content {
  flex: 1;
  min-width: 0;
}
.p-overview__capacity-header, .p-overview__staff-header {
  display: flex;
  flex-direction: column;
  width: 100px;
  flex-shrink: 0;
  background-color: #FFEDF0;
  padding: 12px 0;
  text-align: center;
  margin-right: 20px;
}
.p-overview__capacity-header span, .p-overview__staff-header span {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #55000C;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-overview__capacity-header span, .p-overview__staff-header span {
    font-size: 14px;
  }
}
.p-overview__capacity-title, .p-overview__staff-title {
  color: #55000C;
}
.p-overview__capacity-total, .p-overview__staff-total {
  color: #55000C;
  white-space: nowrap;
}
.p-overview__capacity-ages, .p-overview__capacity-numbers, .p-overview__staff-roles, .p-overview__staff-numbers {
  display: flex;
  gap: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.p-overview__capacity-ages span, .p-overview__capacity-numbers span, .p-overview__staff-roles span, .p-overview__staff-numbers span {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #55000C;
  padding: 7px;
}
.p-overview__note {
  font-size: 16px;
  color: #55000C;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-overview__capacity, .p-overview__staff {
    width: 100%;
  }
  .p-overview__capacity-content, .p-overview__staff-content {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }
  .p-overview__capacity-header, .p-overview__staff-header {
    width: 75px;
    min-width: 75px;
    margin-right: 4px;
  }
  .p-overview__capacity-title, .p-overview__capacity-total, .p-overview__staff-title, .p-overview__staff-total {
    font-size: 14px;
  }
  .p-overview__capacity-ages, .p-overview__capacity-numbers {
    gap: 8px;
  }
  .p-overview__capacity-ages span, .p-overview__capacity-numbers span {
    font-size: 14px;
    padding: 2px;
  }
  .p-overview__staff-roles, .p-overview__staff-numbers {
    gap: 3px;
  }
  .p-overview__staff-roles span, .p-overview__staff-numbers span {
    font-size: 14px;
    padding: 2px;
  }
  .p-overview__note {
    font-size: 12px;
  }
  .p-overview__item:has(.p-overview__capacity) .p-overview__note, .p-overview__item:has(.p-overview__staff) .p-overview__note {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}

.p-article {
  padding: 40px 0 120px 0;
}
.p-article__search {
  border-bottom: 2px solid #55000C;
}
.p-article__search-title {
  font-size: 24px;
  color: #55000C;
  margin-bottom: 8px;
}
.p-article__search-title i {
  margin-right: 4.5px;
}
.p-article__search-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 12px;
  transition: all 0.3s ease;
}
.p-article__search-form--hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-article__search-form--hover:hover .p-article__select {
  border-color: #FFEDF0;
  box-shadow: 0 0 0 2px rgba(248, 182, 193, 0.2);
}
.p-article__search-form--hover:hover .p-article__search-button {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(85, 0, 12, 0.3);
}
.p-article__select-wrap {
  position: relative;
  min-width: 160px;
  width: fit-content;
  transition: all 0.3s ease;
}
.p-article__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #55000c;
  border-bottom: 2px solid #55000c;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-article__select-wrap--prefecture:hover {
    transform: translateY(-2px);
  }
  .p-article__select-wrap--prefecture:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    border-color: #FFEDF0;
  }
  .p-article__select-wrap--school:hover {
    transform: translateX(3px);
  }
  .p-article__select-wrap--school:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1.1);
    border-color: #FFF7B8;
  }
}
.p-article__select {
  width: 100%;
  padding: 8.5px 55.2px 8.5px 16px;
  font-size: 16px;
  border: 1px solid #333333;
  border-radius: 8px;
  background-color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-article__select:hover {
    border-color: #FFEDF0;
    box-shadow: 0 2px 8px rgba(248, 182, 193, 0.3);
  }
}
.p-article__select:focus {
  outline: none;
  border-color: #FFEDF0;
  box-shadow: 0 0 0 2px rgba(248, 182, 193, 0.2);
}
.p-article__search-button {
  background-color: #55000C;
  border: none;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.p-article__search-button i {
  margin: 0;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-article__search-button:hover {
    background-color: rgb(34, 0, 4.8);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(85, 0, 12, 0.4);
  }
  .p-article__search-button:hover i {
    transform: scale(1.2);
    color: #FFF7B8;
  }
}
.p-article__search-button:active {
  transform: scale(0.95);
}
.p-article__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .p-article__body {
    max-width: 1320px;
  }
}
.p-article__layout {
  display: flex;
  gap: 32px;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .p-article__layout {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .p-article__layout {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .p-article__layout {
    gap: 20px;
  }
}
.p-article__main {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 1440px) {
  .p-article__main {
    width: 960px;
    flex: 0 0 960px;
  }
}
@media (max-width: 1200px) {
  .p-article__main {
    width: auto;
    flex: 1 1 0;
  }
}
.p-article__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.p-article__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.p-article__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.p-article__content {
  padding: 16px;
}
.p-article__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-article__excerpt {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.p-article__date {
  font-size: 0.8rem;
  color: #888;
}
.p-article__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.p-article__page {
  padding: 8px 12px;
  border: 1px solid #55000C;
  color: #55000C;
  text-decoration: none;
}
.p-article__page:hover {
  background: #55000C;
  color: #fff;
}
.p-article__sidebar {
  padding: 12px 24px;
  border-left: 1px solid #55000C;
  flex: 0 0 25%;
  min-width: 280px;
  max-width: 328px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .p-article__sidebar {
    width: 328px;
    flex: 0 0 328px;
    max-width: 328px;
  }
}
@media (max-width: 1200px) {
  .p-article__sidebar {
    width: auto;
    flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .p-article__sidebar {
    flex: 0 0 280px;
    max-width: 280px;
  }
}

.p-article__select-wrap--prefecture .p-article__select {
  padding: 8.5px 55.2px 8.5px 16px;
}
@media (max-width: 768px) {
  .p-article__select-wrap--prefecture .p-article__select {
    padding: 9.5px 73.2px 9.5px 16px;
  }
}

.p-article__select-wrap--school .p-article__select {
  padding: 8.5px 76.2px 8.5px 12px;
}
@media (max-width: 768px) {
  .p-article__select-wrap--school .p-article__select {
    padding: 9.5px 87.2px 9.5px 12px;
  }
}

@media (max-width: 768px) {
  .p-article {
    padding: 48px 0 80px;
  }
  .p-article__layout {
    flex-direction: column;
  }
  .p-article__search-title {
    font-size: 20px;
  }
  .p-article__search-form {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .p-article__search-form .p-article__search-button {
    align-self: flex-start;
  }
  .p-article__search-button {
    padding: 9px 8px;
  }
  .p-article__select {
    font-size: 14px;
  }
  .p-article__body {
    flex-direction: column;
  }
  .p-article__list {
    grid-template-columns: 1fr;
  }
  .p-article__sidebar {
    width: 100%;
    margin-top: 40px;
    order: 2;
    border-left: none;
    border-top: 1px solid #55000C;
    padding: 12px;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .p-article__pagination {
    order: 1;
    margin-top: 32px;
  }
  .p-article__item {
    margin-bottom: 20px;
  }
  .p-article__content {
    padding: 12px;
  }
  .p-article__title {
    font-size: 1rem;
  }
  .p-article__excerpt {
    font-size: 0.85rem;
  }
  .p-article__date {
    font-size: 0.75rem;
  }
}
.p-letter__list--article {
  gap: 30px;
  padding: 0;
  margin: 32px 0;
}
@media (max-width: 768px) {
  .p-letter__list--article {
    padding: 0 22.5px;
    gap: 20px;
  }
}

.p-article__search-button-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

.p-article__pagination ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-article__pagination li {
  display: block;
}

.p-article__pagination a,
.p-article__pagination span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #f8b6c1; /* 枠線色 */
  border-radius: 8px;
  background: #fff;
  color: #f8b6c1;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

.p-article__pagination .current,
.p-article__pagination a:hover {
  background: #f8b6c1;
  color: #fff;
  border-color: #f8b6c1;
}

.p-sidebar__archive-title {
  font-size: 24px;
  color: #55000C;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.p-sidebar__year {
  margin-bottom: 10px;
}
.p-sidebar__year:last-child {
  margin-bottom: 0;
}
.p-sidebar__year-title {
  font-size: 16px;
  color: #55000C;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #EF8F9C;
  border-radius: 2px;
}
.p-sidebar__months {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 18px;
  row-gap: 12px;
}
@media (max-width: 768px) {
  .p-sidebar__months {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-sidebar__month {
  font-size: 14px;
  color: #55000C;
  background-color: #FFFFFF;
  padding: 4px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.3s;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-sidebar__month {
    font-size: 12px;
  }
}
.p-sidebar__month:hover {
  opacity: 0.7;
}

.p-letter-detail {
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 32px 32px 64px;
  color: #333333;
}
@media (max-width: 768px) {
  .p-letter-detail {
    padding: 32px 15px 64px;
  }
}
.p-letter-detail__header {
  margin-bottom: 24px;
}
.p-letter-detail__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-letter-detail__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-letter-detail__date {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-letter-detail__date {
    font-size: 12px;
  }
}
.p-letter-detail__category {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-letter-detail__category i {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-letter-detail__category {
    font-size: 16px;
    gap: 14px;
  }
}
.p-letter-detail__title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  border-bottom: 2px solid #55000C;
}
@media (max-width: 768px) {
  .p-letter-detail__title {
    font-size: 20px;
  }
}
.p-letter-detail__image {
  margin: 32px auto;
  border-radius: 40px;
  overflow: hidden;
  width: 640px;
  height: 320px;
}
.p-letter-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .p-letter-detail__image {
    width: 100%;
    height: auto;
    margin: 24px auto;
    border-radius: 30px;
    max-width: 400px;
  }
  .p-letter-detail__image img {
    height: auto;
    aspect-ratio: 315/240;
  }
}
.p-letter-detail__content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-letter-detail__section {
  margin-bottom: 36px;
}
.p-letter-detail__section:last-child {
  margin-bottom: 0;
}
.p-letter-detail__section-title {
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 4px solid #EF8F9C;
  border-radius: 2px;
}
.p-letter-detail__text {
  margin-bottom: 8px;
}
.p-letter-detail__text:last-child {
  margin-bottom: 0;
}
.p-letter-detail__back {
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .p-letter-detail__back {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .p-letter-detail__title {
    font-size: 20px;
  }
  .p-letter-detail__image {
    margin: 24px auto;
    border-radius: 30px;
    max-width: 400px;
  }
  .p-letter-detail__section {
    margin-bottom: 32px;
  }
  .p-letter-detail__section-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.p-letter-detail__content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-letter-detail__content h3 {
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 4px solid #EF8F9C;
  border-radius: 2px;
}
.p-letter-detail__content h3:not(:first-of-type) {
  margin-top: 36px;
}

.p-info {
  padding: 40px 0 123px;
}
@media (max-width: 767px) {
  .p-info {
    padding: 56px 0 80px;
  }
}

.p-info__categories {
  display: flex;
  gap: 8px;
  margin-bottom: 64px;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-info__categories {
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-info__category-button {
  padding: 8.5px 16px;
  border: 1px solid #EF8F9C;
  border-radius: 8px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #EF8F9C;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-info__category-button {
    padding: 8.5px 16px;
    font-size: 16px;
    text-align: left;
  }
}
.p-info__category-button.is-active {
  background-color: #EF8F9C;
  color: #FFFFFF;
}
.p-info__category-button:hover {
  background-color: #EF8F9C;
  color: #FFFFFF;
}

.p-info__list {
  display: flex;
  flex-direction: column;
}

.p-info__item {
  border-bottom: 1px solid #333333;
}
@media (max-width: 767px) {
  .p-info__item {
    padding-bottom: 0;
  }
}

.p-info__link {
  display: flex;
  gap: 24px;
  padding: 32px 0 24px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .p-info__link {
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
  }
}

.p-info__icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-info__icon {
    width: 72px;
    height: 72px;
    border-radius: 7.2px;
    padding: 11px 0;
  }
}
.p-info__icon img {
  width: 48px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .p-info__icon img {
    width: 28.8px;
  }
}
.p-info__icon p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-info__icon p {
    margin-top: 4.8px;
    font-size: 10.8px;
  }
}

.p-info__icon--pink {
  background-color: #FFC9DE;
}

.p-info__icon--blue {
  background-color: #A4C8FF;
}

.p-info__icon--orange {
  background-color: #FFC657;
}

.p-info__content {
  flex: 1;
  padding: 12px 0;
}

.p-info__date {
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}

.p-info__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #55000C;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-info__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

.p-info__text {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 767px) {
  .p-info__text {
    font-size: 14px;
  }
}

.p-info__pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.p-info__icon-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.p-info__date--sp {
  display: none;
}
@media (max-width: 767px) {
  .p-info__date--sp {
    display: block;
    margin-bottom: 0;
  }
}

.p-info__date--pc {
  display: block;
}
@media (max-width: 767px) {
  .p-info__date--pc {
    display: none;
  }
}

.p-info-detail {
  padding: 40px 0 120px;
}
@media (max-width: 767px) {
  .p-info-detail {
    padding: 22px 0 80px;
  }
}

.p-info-detail__content {
  background-color: #FFFFFF;
  padding: 32px 32px 64px;
  border-radius: 40px;
  color: #333333;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-info-detail__content {
    padding: 32px 15px 64px;
  }
}

.p-info-detail__date {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-info-detail__date {
    font-size: 12px;
  }
}

.p-info-detail__title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid #333333;
}
@media (max-width: 767px) {
  .p-info-detail__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.p-info-detail__image {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 40px;
  aspect-ratio: 640/320;
}
.p-info-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-info-detail__contents {
  margin-top: 8px;
  margin-bottom: 32px;
}

.p-info-detail__section {
  margin-bottom: 36px;
}
.p-info-detail__section:last-child {
  margin-bottom: 0;
}

.p-info-detail__section-title {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 8px;
  border-left: 4px solid #EF8F9C;
  border-radius: 2px;
  padding-left: 12px;
}

.p-info-detail__text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-info-detail__text {
    font-size: 14px;
  }
}

.p-info-detail__back {
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .p-info-detail__back {
    margin-top: 48px;
  }
}

.p-info-detail__contents h3 {
  font-size: 16px;
  line-height: 2;
  margin-top: 32px;
  margin-bottom: 8px;
  border-left: 4px solid #EF8F9C;
  border-radius: 2px;
  padding-left: 12px;
}

.p-info-detail__contents h3:first-child {
  margin-top: 0;
}

.p-info-detail p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-info-detail p {
    font-size: 14px;
  }
}

.p-info-detail time {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-info-detail time {
    font-size: 12px;
  }
}

.p-motto__wrapper {
  display: flex;
  margin: 0 auto 32px;
  max-width: 1320px;
  gap: 48px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-motto__wrapper {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    gap: 32px;
  }
}

.p-motto__wrapper:last-child {
  margin-bottom: 0;
}

.p-motto__image {
  width: 480px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .p-motto__image {
    width: 240px;
    margin: 0 auto;
  }
}
.p-motto__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .p-motto__image img {
    border-radius: 20px;
  }
}

.p-motto__content {
  flex: 1;
  color: #55000C;
}
@media (max-width: 1024px) {
  .p-motto__content {
    width: 100%;
  }
}

.p-motto__title {
  font-size: 20px;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .p-motto__title {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.p-motto__title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: calc(100% + 80px);
  height: 1px;
  background-color: #55000C;
}
@media (max-width: 320px) {
  .p-motto__title::after {
    width: 100%;
  }
}

.p-motto__icon {
  width: 24px;
  height: 24px;
}

.p-motto__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-motto__text {
    font-size: 14px;
  }
}

.p-motto__wrapper--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .p-motto__wrapper--reverse {
    flex-direction: column;
  }
}

.p-requirements {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .p-requirements {
    padding-top: 80px;
  }
}
.p-requirements__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .p-requirements__container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .p-requirements__container {
    border-radius: 30px;
  }
}
@media (max-width: 375px) {
  .p-requirements__container {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .p-requirements__container {
    padding: 20px;
  }
}
@media (max-width: 320px) {
  .p-requirements__container {
    padding: 15px 3px;
  }
}
.p-requirements__item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #55000C;
  padding: 32px 0;
}
.p-requirements__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-requirements__item {
    padding: 0;
    border-bottom: none;
    flex-direction: column;
    align-items: center;
  }
}
.p-requirements__label {
  width: 200px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EF8F9C;
  color: #FFFFFF;
  border-radius: 15px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1;
  flex-shrink: 0;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-requirements__label {
    width: 297px;
    max-width: calc(100% - 30px);
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .p-requirements__label {
    width: 280px;
    max-width: calc(100% - 20px);
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .p-requirements__label {
    width: 250px;
    max-width: calc(100% - 6px);
    font-size: 14px;
  }
}
.p-requirements__content {
  flex: 1;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.8;
  color: #55000C;
  text-align: left;
}
@media (max-width: 767px) {
  .p-requirements__content {
    padding: 24px 15px;
    font-size: 14px;
    width: 100%;
    text-align: left;
  }
}

.p-faq {
  padding-top: 120px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .p-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-faq__container {
  max-width: 1080px;
  margin: 0 auto;
}
.p-faq__item {
  background-color: #FFFFFF;
  border: 2px solid #EF8F9C;
  border-radius: 20px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-faq__item {
    border-radius: 30px;
    margin-bottom: 16px;
  }
}
.p-faq__item:last-child {
  margin-bottom: 0;
}
.p-faq__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(239, 143, 156, 0.15);
  border-color: rgb(232.625, 98.375, 116.5546875);
}
.p-faq__question {
  position: relative;
  cursor: pointer;
  padding: 32px 56px 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-faq__question {
    padding: 20px 32px;
  }
}
.p-faq__question:hover {
  background-color: rgba(239, 143, 156, 0.05);
}
.p-faq__question-text {
  color: #55000C;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .p-faq__question-text {
    font-size: 16px;
    gap: 32px;
    padding-right: 24px;
  }
}
.p-faq__question-mark, .p-faq__answer-mark {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-faq__question-mark, .p-faq__answer-mark {
    font-size: 14px;
  }
}
.p-faq__question-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
}
.p-faq__question-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #EF8F9C transparent transparent transparent;
  transition: transform 0.3s ease;
}
.p-faq__question-icon::after {
  display: none;
}
@media (max-width: 767px) {
  .p-faq__question-icon {
    right: 32px;
  }
}
.p-faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 40px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .p-faq__answer {
    padding: 0 32px;
  }
}
.p-faq__item.js-accordion.is-open .p-faq__answer {
  max-height: 500px;
  padding: 0 40px 32px;
}
@media (max-width: 767px) {
  .p-faq__item.js-accordion.is-open .p-faq__answer {
    padding: 0 32px 20px;
  }
}
.p-faq__item.js-accordion.is-open .p-faq__answer-text {
  opacity: 1;
  transform: translateY(0);
}
.p-faq__item.js-accordion.is-open .p-faq__question-icon::before {
  transform: rotate(180deg);
}
.p-faq__item.js-accordion.is-open .p-faq__question-text {
  border-bottom: 1px dotted #55000C;
  padding-bottom: 12px;
}
.p-faq__answer-text {
  color: #55000C;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 0 32px 50px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 14px;
    padding: 0 0 20px 40px;
  }
}
.p-faq__answer-mark {
  position: absolute;
  left: 0;
}

.p-entry {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .p-entry {
    padding: 80px 0;
  }
}
.p-entry__container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 64px 140px;
}
@media (max-width: 768px) {
  .p-entry__container {
    padding: 50px 60px;
  }
}
@media (max-width: 767px) {
  .p-entry__container {
    padding: 32px 20px;
    border-radius: 30px;
  }
}
.p-entry__form {
  width: 100%;
}
.p-entry__item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-entry__item {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p-entry__title {
  min-width: 180px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #55000C;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-entry__title {
    min-width: auto;
    width: 100%;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}
.p-entry__required {
  background-color: #EF8F9C;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.p-entry__optional {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.p-entry__address-group {
  max-width: 468px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-entry__address-field {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-entry__address-label {
  font-size: 16px;
  min-width: 100px;
}
.p-entry__input {
  max-width: 468px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 16px;
}
.p-entry__input:focus {
  outline: none;
  border-color: #EF8F9C;
}
.p-entry__textarea {
  max-width: 468px;
  width: 100%;
  height: 200px;
  padding: 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 16px;
  resize: vertical;
  margin-left: auto;
}
.p-entry__textarea:focus {
  outline: none;
  border-color: #EF8F9C;
}
.p-entry__radio-group {
  max-width: 468px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-entry__radio-group {
    max-width: 100%;
    width: 100%;
    margin: 0;
    align-self: flex-start;
  }
}
.p-entry__radio-group--horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-entry__radio-group--horizontal {
    flex-direction: column;
  }
}
.p-entry__radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px;
  border-radius: 4px;
}
.p-entry__radio-group--horizontal .p-entry__radio {
  flex-direction: row;
  align-items: center;
}
.p-entry__radio input[type=radio] {
  display: none;
}
.p-entry__radio input[type=radio] + .p-entry__radio-text {
  position: relative;
  padding-left: 28px;
}
.p-entry__radio input[type=radio] + .p-entry__radio-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  transform: translateY(0);
  width: 20px;
  height: 20px;
  border: 2px solid #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.p-entry__radio-group--horizontal .p-entry__radio input[type=radio] + .p-entry__radio-text::before {
  top: 50%;
  transform: translateY(-50%);
}
.p-entry__radio input[type=radio]:hover + .p-entry__radio-text::before {
  border-color: #EF8F9C;
}
.p-entry__radio input[type=radio]:checked + .p-entry__radio-text::before {
  border-color: #EF8F9C;
}
.p-entry__radio input[type=radio]:checked + .p-entry__radio-text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EF8F9C;
}
.p-entry__radio-group--horizontal .p-entry__radio input[type=radio]:checked + .p-entry__radio-text::after {
  top: 50%;
  transform: translateY(-50%);
}
.p-entry__radio:has(input[type=radio]:checked + .p-entry__radio-text + .p-entry__radio-textarea) {
  width: 100%;
}
.p-entry__radio-text {
  font-size: 16px;
}
.p-entry .wpcf7-list-item {
  transition: all 0.3s ease;
  padding: 4px;
  border-radius: 4px;
}
.p-entry .wpcf7-list-item:hover label::before {
  border-color: #EF8F9C;
}
.p-entry__radio-textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 16px;
  border: 1px solid #333333;
  border-radius: 4px;
  font-size: 16px;
  resize: vertical;
  margin-top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-entry__radio-textarea {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 425px) {
  .p-entry__radio-textarea {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .p-entry__radio-textarea {
    width: 100%;
    max-width: 100%;
  }
}
.p-entry__radio-textarea:focus {
  outline: none;
  border-color: #EF8F9C;
}
.p-entry__privacy {
  margin: 16px 0 48px;
  text-align: center;
}
.p-entry__checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.p-entry__checkbox input[type=checkbox] {
  display: none;
}
.p-entry__checkbox input[type=checkbox] + .p-entry__checkbox-text {
  position: relative;
  padding-left: 32px;
}
.p-entry__checkbox input[type=checkbox] + .p-entry__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 4px;
  background-color: #FFFFFF;
  transition: border-color 0.3s ease;
}
.p-entry__checkbox input[type=checkbox] + .p-entry__checkbox-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-80%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-entry__checkbox input[type=checkbox]:checked + .p-entry__checkbox-text::before {
  background-color: #EF8F9C;
  border-color: #EF8F9C;
}
.p-entry__checkbox input[type=checkbox]:checked + .p-entry__checkbox-text::after {
  opacity: 1;
}
.p-entry__checkbox-text {
  position: relative;
  padding-left: 32px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 12px;
}
@media (max-width: 767px) {
  .p-entry__checkbox-text {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
  }
  .p-entry__checkbox-text .p-entry__required {
    order: -1;
    margin-bottom: 12px;
  }
}
.p-entry__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid #a05a2c;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.p-entry__checkbox-text.is-checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.p-entry__submit {
  text-align: center;
}
@media (max-width: 768px) {
  .p-entry__submit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-entry__submit .c-button {
  color: #55000C;
  font-size: 18px;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #55000C;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-entry__submit .c-button:hover {
  opacity: 0.8;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-entry__submit .c-button {
    width: 100%;
    padding: 16px;
  }
}

.p-entry__confirm-text {
  max-width: 468px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wpcf7-form-control-wrap input[type=radio] {
  display: inline-block !important;
}

.p-entry__radio-group .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.p-entry__radio-group .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  padding-left: 12px;
}

.p-entry__radio-group input[type=radio] {
  display: none;
}

.p-entry__radio-group .wpcf7-list-item-label {
  position: relative;
  padding-left: 12px;
  line-height: 1;
}

.p-entry__radio-group .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #333333;
  border-radius: 50%;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.p-entry__radio-group input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333333;
}

.p-entry__input-wrap {
  width: 100%;
  max-width: 468px;
  margin: 0;
}

.p-entry__input-address {
  width: 100%;
  max-width: 308px;
  margin-left: auto;
}

.p-entry__checkbox input[type=checkbox]:checked ~ .p-entry__checkbox-text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #a05a2c;
  border-bottom: 2px solid #a05a2c;
}

.p-entry__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid #333333;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

input.js-hidden {
  display: none !important;
}

.p-entry__radio-group--gender .wpcf7-list-item:first-child {
  display: none !important;
}

/* 性別ラジオボタンの高さ中央揃え */
/* 性別の親行を横並びにして中央揃え */
/* ラジオボタングループは横並びに変更 */
.p-entry__radio-group--gender {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 24px; /* 項目間のスペース */
  margin: 0 !important;
}

.p-thanks {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .p-thanks {
    padding-top: 28px;
  }
}
.p-thanks__text {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p-thanks__text {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 80px;
  }
}
.p-thanks__button {
  margin-top: 120px;
  font-size: 18px;
  max-width: 300px;
  margin: 0 auto;
}

.p-contacts {
  padding: 40px 0 118px;
}
@media (max-width: 767px) {
  .p-contacts {
    padding: 48px 0 80px;
  }
}
.p-contacts__text {
  margin: 0 auto 48px;
  max-width: 1080px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-contacts__text p + p {
  margin-top: 12px;
}
.p-contacts__link {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-contacts__link:hover {
  opacity: 0.7;
}
.p-contacts__container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 64px 140px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .p-contacts__container {
    padding: 48px 80px;
  }
}
@media (max-width: 767px) {
  .p-contacts__container {
    padding: 32px 15px;
    border-radius: 30px;
  }
}

.p-privacy {
  padding: 0px 0 80px;
}
@media (max-width: 767px) {
  .p-privacy {
    padding: 28px 0 80px;
  }
}
.p-privacy__container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 48px 36px;
}
@media (max-width: 767px) {
  .p-privacy__container {
    padding: 32px 15px;
    border-radius: 30px;
  }
}
.p-privacy__content {
  width: 100%;
  margin: 0 auto;
}
.p-privacy__section {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .p-privacy__section {
    margin-bottom: 24px;
  }
}
.p-privacy__section:last-child {
  margin-bottom: 0;
}
.p-privacy__title {
  font-size: 20px;
  color: #55000C;
  margin-bottom: 24px;
  padding: 12px 36px;
  border: 1px solid #55000C;
  border-radius: 12px;
  position: relative;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-privacy__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.p-privacy__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 24px);
  border-radius: 1px;
  background-color: #55000C;
}
.p-privacy__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  padding: 0;
}
@media (max-width: 767px) {
  .p-privacy__text {
    font-size: 14px;
  }
}
.p-privacy__text:last-child {
  margin-bottom: 0;
}
.p-privacy__item {
  margin-bottom: 16px;
  padding: 0 12px;
}
.p-privacy__item:last-child {
  margin-bottom: 0;
}
.p-privacy__subtitle {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .p-privacy__subtitle {
    font-size: 14px;
  }
}
.p-privacy__subtitle.h3 {
  position: relative;
  padding-left: 16px;
}
.p-privacy__subtitle.h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff9cb;
  border-radius: 2px;
}
.p-privacy__list {
  list-style: none;
  padding: 0;
  counter-reset: item;
}
.p-privacy__tel-link {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
.p-privacy__tel-link:hover {
  color: rgb(12.75, 12.75, 12.75);
  text-decoration: underline;
}
.p-privacy__tel-link:active {
  color: black;
}
.p-privacy__list-item {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .p-privacy__list-item {
    font-size: 14px;
  }
}
.p-privacy__list-item::before {
  content: counter(item, decimal) "．";
  counter-increment: item;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  display: inline-block;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.p-privacy__list-item:last-child {
  margin-bottom: 0;
}
.p-privacy__date {
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-privacy__date {
    font-size: 14px;
  }
}

.p-sitemap {
  margin: 26px auto;
  padding: 64px 140px;
}
@media (max-width: 767px) {
  .p-sitemap {
    margin: 40px 15px;
    padding: 32px 22.5px;
  }
}
.p-sitemap__container {
  display: flex;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-sitemap__container {
    display: block;
  }
}
.p-sitemap__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .p-sitemap__list {
    width: 100%;
  }
  .p-sitemap__list:first-of-type {
    margin-bottom: 0;
  }
}
.p-sitemap__item {
  border-bottom: 1px dashed #55000C;
}
@media (max-width: 767px) {
  .p-sitemap__item:last-child {
    border-bottom: 1px dashed #55000C;
  }
}
.p-sitemap__link {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  color: #55000C;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .p-sitemap__link {
    padding: 12px;
  }
}
.p-sitemap__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #55000C;
  border-right: 2px solid #55000C;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .p-sitemap__link::after {
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}
.p-sitemap__link:hover {
  opacity: 0.7;
}
.p-sitemap__label {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
}
.p-sitemap__label::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFF7B8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-sitemap__label {
    font-size: 16px;
  }
}

.p-error {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-error {
    margin: 48px 15px 80px;
  }
}

.p-error__content {
  max-width: 1080px;
  margin: 0 auto;
}

.p-error__text {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-error__text {
    font-size: 17px;
  }
}

.p-error__text:last-child {
  margin-bottom: 0;
}

.c-page-banner__title span {
  display: inline;
}
@media (max-width: 767px) {
  .c-page-banner__title span {
    display: block;
  }
}

.p-confirm {
  padding: 40px 0 118px;
}
@media (max-width: 767px) {
  .p-confirm {
    padding: 48px 0 80px;
  }
}
.p-confirm__container {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 64px 140px;
}
@media (max-width: 767px) {
  .p-confirm__container {
    padding: 32px 15px;
    border-radius: 30px;
  }
}
.p-confirm__button {
  margin-top: 48px;
  text-align: center;
}

.u-hidden-sp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-hidden-pc {
    display: inline;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */