@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Onest:wght@100..900&family=Shippori+Mincho&display=swap");
/**
* @file _reset.scss
**/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

*::-moz-selection {
  background: #D97E72;
  color: white;
}

*::selection {
  background: #D97E72;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

table td,
table th {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input:focus {
  outline: 0;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

textarea {
  resize: vertical;
}

fieldset,
legend {
  padding: 0;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* @file _common.scss
**/
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.l-common {
  max-width: 430px;
  margin: 0 auto;
}

@media (max-width: 430px) {
  body {
    transform: scale(0.2325581395vw);
    transform-origin: top left;
  }
}

.l-body {
  background: linear-gradient(90deg, rgba(173, 108, 119, 0.7) 0%, rgba(219, 182, 160, 0.7) 46%, rgba(227, 169, 173, 0.7) 100%), #FFF;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 11;
}
@media (max-width: 430px) {
  .l-body {
    transform: scale(0.2325581395vw);
    transform-origin: top left;
  }
}
.l-body.entry {
  background: none;
}
.l-body.entry::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: url(../images/entry_bg.png) no-repeat;
  background-size: cover;
  height: 100vh;
}
.l-body.entry .c-fixed-txt {
  display: none;
}
.l-body.entry .c-fixed-menu .__page {
  display: none;
}

.l-main {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  height: 100%;
  filter: drop-shadow(4px 0px 24px rgba(128, 87, 92, 0.4));
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 430px) {
  .l-main {
    padding-top: 0;
    filter: none;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}

.c-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 27px 0;
  position: relative;
}
@media (max-width: 430px) {
  .c-header {
    transform: scale(0.2325581395vw);
    transform-origin: top left;
  }
}
@media screen and (max-width: 430px) {
  .c-header {
    padding: 20px;
    background: linear-gradient(180deg, rgba(145, 133, 135, 0.5) 0%, rgba(145, 133, 135, 0.25) 67.83%, rgba(145, 133, 135, 0) 100%);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@media screen and (max-width: 430px) {
  .c-header.is-active {
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.c-header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 90;
}
@media (max-width: 430px) {
  .c-header__inner {
    gap: 7.4418604651vw;
  }
}
.c-header__inner.is-active {
  opacity: 0;
  pointer-events: none;
}
.c-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.c-header__logo img {
  width: 137px;
  height: 24px;
}
.c-header__logo p {
  color: #FFF;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2px;
}
.c-header__page {
  padding-left: 32px;
  position: relative;
}
@media (max-width: 430px) {
  .c-header__page {
    padding-left: 7.4418604651vw;
  }
}
.c-header__page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 27px;
  background-color: #FFF;
}
@media (max-width: 430px) {
  .c-header__page::before {
    height: 6.2790697674vw;
  }
}
.c-header__page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.6px;
}
@media (max-width: 430px) {
  .c-header__page-link {
    font-size: 3.7209302326vw;
  }
}
.c-header__hamburger {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 3px 3px 7px rgba(152, 92, 103, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 999;
}
@media (max-width: 430px) {
  .c-header__hamburger {
    width: 16.2790697674vw;
    height: 16.2790697674vw;
  }
}
.c-header__hamburger span {
  width: 35px;
  height: 2px;
  background-color: #C87481;
  border-radius: 2px;
  transition: all 0.3s ease;
}
@media (max-width: 430px) {
  .c-header__hamburger span {
    width: 8.1395348837vw;
    height: 0.4651162791vw;
  }
}
@media screen and (max-width: 430px) {
  .c-header__hamburger {
    width: 35px;
    height: 25px;
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  .c-header__hamburger {
    width: 8.1395348837vw;
    height: 5.8139534884vw;
  }
}
@media screen and (max-width: 430px) {
  .c-header__hamburger span {
    background-color: white;
  }
}
.c-header__hamburger.is-active {
  gap: 0px;
}
@media screen and (max-width: 430px) {
  .c-header__hamburger.is-active span {
    background-color: #6E5349;
  }
}
.c-header__hamburger.is-active span:first-child {
  transform: rotate(45deg) translate(1.5px, 1.5px);
  transition: all 0.3s ease;
}
.c-header__hamburger.is-active span:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
  transition: all 0.1s ease;
}
.c-header__hamburger.is-active span:last-child {
  transform: rotate(-45deg) translate(1.5px, -1.5px);
  transition: all 0.3s ease;
}
.c-header__menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.c-header__menu.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.c-header__menu-inner {
  position: relative;
  z-index: 12;
  width: 100%;
  height: 100%;
  padding-left: 455px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .c-header__menu-inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .c-header__menu-inner {
    padding-left: 100px;
  }
}
.c-header__menu-inner::before {
  content: "";
  height: 100%;
  width: 624px;
  background: url(../images/menu_bg.jpg) no-repeat center left/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  transition: all 0.3s ease;
}
@media (max-width: 430px) {
  .c-header__menu-inner::before {
    width: 145.1162790698vw;
  }
}
.c-header__menu-inner .__wrap {
  position: relative;
  width: 100%;
  background-color: white;
  height: 100%;
  z-index: 12;
  transition: all 0.3s ease;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__menu-inner .__wrap-inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 70px;
}
@media (max-width: 430px) {
  .c-header__menu-inner .__wrap-inner {
    gap: 16.2790697674vw;
  }
}
@media screen and (max-width: 767px) {
  .c-header__menu-inner .__wrap-inner {
    flex-direction: column;
    gap: 28px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-header__menu-inner .__wrap-inner ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-header__menu-inner .__wrap-inner ul li a {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.5px;
  position: relative;
}
@media (max-width: 430px) {
  .c-header__menu-inner .__wrap-inner ul li a {
    font-size: 3.488372093vw;
  }
}
.c-header__menu-inner .__wrap-inner ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: var(--Text, #6E5349);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
@media (max-width: 430px) {
  .c-header__menu-inner .__wrap-inner ul li a::after {
    bottom: -0.4651162791vw;
  }
}
.c-header__menu-inner .__wrap-inner ul li a:hover::after {
  transform: scaleX(1);
}
.c-header__function {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-header__function {
    justify-content: flex-start;
  }
}
.c-header__function-link {
  display: flex;
  width: 225px;
  padding: 20px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  border-radius: 10px;
  border: 1px solid #6E5349;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 430px) {
  .c-header__function-link {
    width: 52.3255813953vw;
  }
}
.c-header__function-link:hover {
  background-color: #6E5349;
  color: #FFF;
}
.c-header__function-link:hover p,
.c-header__function-link:hover h6 {
  color: #FFF;
}
.c-header__function-link p {
  color: #6E5349;
  text-align: center;
  font-family: "Onest", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 1.5px;
}
@media (max-width: 430px) {
  .c-header__function-link p {
    font-size: 3.488372093vw;
  }
}
.c-header__function-link h6 {
  color: #6E5349;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.2px;
}
@media (max-width: 430px) {
  .c-header__function-link h6 {
    font-size: 2.7906976744vw;
  }
}
.c-header__function-follow {
  display: flex;
  width: 225px;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: center;
  border-top: 0.7px solid rgba(110, 83, 73, 0.3);
  margin-top: 17px;
}
@media (max-width: 430px) {
  .c-header__function-follow {
    width: 52.3255813953vw;
    padding: 4.6511627907vw 0px;
  }
}
.c-header__function-follow p {
  color: var(--Text, #6E5349);
  font-family: "Onest", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: 1.3px;
}
@media (max-width: 430px) {
  .c-header__function-follow p {
    font-size: 3.023255814vw;
  }
}

.c-fixed-menu {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 100%;
}
@media (max-width: 430px) {
  .c-fixed-menu {
    bottom: 11.6279069767vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-menu {
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 51;
    transform: none;
  }
}
.c-fixed-menu__inner {
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .c-fixed-menu__inner {
    padding-bottom: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__inner {
    padding-bottom: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    gap: 17px 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__inner .__stress {
    width: 100%;
  }
}
.c-fixed-menu__inner .__top {
  margin-bottom: 25px;
  margin-right: 36px;
  margin-left: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  transition: all 0.3s ease;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__inner .__top {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.c-fixed-menu__inner .__top:hover {
  gap: 12px;
  transition: all 0.3s ease;
}
.c-fixed-menu__inner .__top span {
  color: #6E5349;
  text-align: center;
  font-family: "Onest", serif;
  font-size: 20.05px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2.005px;
}
@media (max-width: 430px) {
  .c-fixed-menu__inner .__top span {
    font-size: 4.6627906977vw;
  }
}
.c-fixed-menu__inner .__page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px 0 0 10px;
  width: 200px;
  height: 70px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__inner .__page {
    width: calc(50% - 1px);
    border-radius: 10px;
  }
}
@media (max-width: 430px) {
  .c-fixed-menu__inner .__page {
    height: 16.2790697674vw;
  }
}
.c-fixed-menu__inner .__page--contact {
  filter: drop-shadow(3px 3px 7px rgba(98, 52, 58, 0.4));
  background: #CAA0A1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__inner .__page--contact {
    filter: none;
    margin-bottom: 0;
  }
}
.c-fixed-menu__inner .__page--recruit {
  filter: drop-shadow(3px 3px 7px rgba(98, 52, 58, 0.4));
  background: #AD6C6D;
}
@media screen and (max-width: 767px) {
  .c-fixed-menu__inner .__page--recruit {
    filter: none;
    margin-bottom: 0;
  }
}
.c-fixed-menu__inner .__page p {
  color: #FFF;
  text-align: center;
  font-family: "Onest", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 1.5px;
}
@media (max-width: 430px) {
  .c-fixed-menu__inner .__page p {
    font-size: 3.488372093vw;
  }
}
.c-fixed-menu__inner .__page h6 {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 1.2px;
}
@media (max-width: 430px) {
  .c-fixed-menu__inner .__page h6 {
    font-size: 2.7906976744vw;
  }
}
.c-fixed-menu__inner .__page:hover {
  background-color: #6E5349;
}
.c-fixed-menu__inner .__page:hover p,
.c-fixed-menu__inner .__page:hover h6 {
  color: #FFF;
}

.c-fixed-txt {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 30;
}
@media (max-width: 430px) {
  .c-fixed-txt {
    top: 11.6279069767vw;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-txt {
    display: none;
  }
}
.c-fixed-txt__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 47px;
}
@media (max-width: 430px) {
  .c-fixed-txt__inner {
    padding: 0 10.9302325581vw;
  }
}

.c-overflow {
  width: 100%;
  height: 100%;
}
.c-overflow__ttl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  padding-bottom: 15px;
  border-bottom: dotted 2px #AD6C77;
}
.c-overflow__ttl h3 {
  color: #AD6C77;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 430px) {
  .c-overflow__ttl h3 {
    font-size: 6.0465116279vw;
  }
}
.c-overflow__ttl p {
  color: var(--Text, #6E5349);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 430px) {
  .c-overflow__ttl p {
    font-size: 4.1860465116vw;
  }
}
.c-overflow__subttl {
  background: rgba(216, 153, 115, 0.2);
  padding: 0 7px;
  width: -moz-max-content;
  width: max-content;
}
.c-overflow__subttl p {
  color: #B76545;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 27.2px */
}
@media (max-width: 430px) {
  .c-overflow__subttl p {
    font-size: 3.9534883721vw;
  }
}
.c-overflow__inner {
  padding-top: 15px;
  overflow-y: hidden;
  transition: all 0.3s ease;
}
.c-overflow__inner.is-active {
  transition: all 0.3s ease;
}
.c-overflow__inner p {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 430px) {
  .c-overflow__inner p {
    font-size: 3.7209302326vw;
  }
}
.c-overflow__btn {
  display: flex;
  width: 100%;
  padding: 0 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 1;
  background: transparent;
}
@media (max-width: 430px) {
  .c-overflow__btn {
    padding: 0 0vw 6.976744186vw;
  }
}
.c-overflow__btn svg {
  transition: all 0.3s ease;
}
.c-overflow__btn.is-active::before {
  display: none;
}
.c-overflow__btn.is-active svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.c-overflow__btn::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(251, 245, 245, 0.4), rgba(251, 245, 245, 0.83), rgb(251, 245, 245));
}
@media (max-width: 430px) {
  .c-overflow__btn::before {
    height: 6.976744186vw;
    top: -6.976744186vw;
  }
}
.c-overflow__btn p {
  color: var(--Pink, #C87481);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 430px) {
  .c-overflow__btn p {
    font-size: 3.7209302326vw;
  }
}

.c-footer {
  padding-top: 100px;
  position: relative;
  z-index: 45;
}
@media (max-width: 430px) {
  .c-footer {
    padding-top: 23.2558139535vw;
  }
}
@media screen and (max-width: 430px) {
  .c-footer {
    padding-top: 0;
  }
}
.c-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 984px;
  background: linear-gradient(180deg, rgba(194, 130, 140, 0) 1.42%, rgba(194, 130, 140, 0.5) 20.39%, #C2828C 37.22%);
  z-index: -1;
}
@media screen and (max-width: 430px) {
  .c-footer::before {
    display: none;
  }
}
@media (max-width: 430px) {
  .c-footer::before {
    height: 228.8372093023vw;
  }
}
.c-footer.entry {
  padding-top: 0;
}
.c-footer.entry::before {
  display: none;
}
.c-footer.entry .c-footer__links {
  display: none;
}
.c-footer.entry .c-footer__menu {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(114, 119, 120, 0.5);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
@media screen and (max-width: 430px) {
  .c-footer.entry .c-footer__menu {
    background: #FFF;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.c-footer.entry .c-footer__menu--inner {
  padding-bottom: 0;
}
.c-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    display: none;
  }
}
@media (max-width: 430px) {
  .c-footer__links {
    gap: 9.3023255814vw;
  }
}
.c-footer__link {
  border-radius: 16.043px;
  border: 1px solid #FFF;
  background: rgba(173, 108, 109, 0.1);
  width: 343px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, border 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 4.813px 4.813px 11.23px rgba(98, 52, 58, 0.4);
}
@media (max-width: 430px) {
  .c-footer__link {
    width: 79.7674418605vw;
    height: 31.6279069767vw;
  }
}
.c-footer__link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
  border: 2px solid #FFF;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.c-footer__link h4 {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 27.07px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 29.777px */
  letter-spacing: 2.707px;
}
@media (max-width: 430px) {
  .c-footer__link h4 {
    font-size: 6.2953488372vw;
  }
}
.c-footer__link p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 1.6px;
}
@media (max-width: 430px) {
  .c-footer__link p {
    font-size: 3.7209302326vw;
  }
}
.c-footer__menu {
  margin-top: 66px;
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 430px) {
  .c-footer__menu {
    margin-top: 15.3488372093vw;
  }
}
@media screen and (max-width: 430px) {
  .c-footer__menu {
    padding: 40px 20px;
    margin-top: 0;
    border-top: none;
    background: #F0E9E2;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  .c-footer__menu {
    padding: 9.3023255814vw 4.6511627907vw;
  }
}
.c-footer__menu--inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
  min-width: 300px;
}
@media (max-width: 430px) {
  .c-footer__menu--inner {
    min-width: 69.7674418605vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__menu--inner {
    width: 100%;
    padding-bottom: 70px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 430px) {
  .c-footer__menu--inner {
    padding-bottom: 16.2790697674vw;
  }
}
@media screen and (max-width: 430px) {
  .c-footer__menu--inner {
    gap: 28px;
  }
}
.c-footer__menu--inner .logo__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 430px) {
  .c-footer__menu--inner .logo__wrap {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}
.c-footer__menu--inner .logo__wrap a {
  color: #FFF;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  letter-spacing: 1.6px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 430px) {
  .c-footer__menu--inner .logo__wrap a {
    color: #6E5349;
  }
}
.c-footer__menu--inner .logo__wrap a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.c-footer__menu--inner .logo__wrap a img:first-child {
  display: block;
}
.c-footer__menu--inner .logo__wrap a img:last-child {
  display: none;
}
@media screen and (max-width: 430px) {
  .c-footer__menu--inner .logo__wrap a img:first-child {
    display: none;
  }
  .c-footer__menu--inner .logo__wrap a img:last-child {
    display: block;
  }
}
.c-footer__menu--copy {
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 13.2px */
}
@media screen and (max-width: 430px) {
  .c-footer__menu--copy {
    color: #6E5349;
  }
}
.c-footer__menu--links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px 30px;
  flex-wrap: wrap;
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-footer__menu--links {
    display: none;
  }
}
.c-footer__menu--links a {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 16.5px */
  position: relative;
}
@media (max-width: 430px) {
  .c-footer__menu--links a {
    font-size: 3.488372093vw;
  }
}
.c-footer__menu--links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
@media (max-width: 430px) {
  .c-footer__menu--links a::after {
    bottom: -0.9302325581vw;
    height: 0.4651162791vw;
  }
}
.c-footer__menu--links a:hover::after {
  transform: scaleX(1);
}

.p-fv {
  position: relative;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.46%, rgba(255, 255, 255, 0.9) 77.67%);
}
.p-fv__img {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
@media (max-width: 430px) {
  .p-fv__img {
    border-radius: 6.976744186vw 6.976744186vw 0 0;
  }
}
@media screen and (max-width: 430px) {
  .p-fv__img {
    border-radius: 0;
  }
}
.p-fv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-fv__txt--01 {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  width: 253px;
}
@media (max-width: 430px) {
  .p-fv__txt--01 {
    bottom: 9.3023255814vw;
    width: 58.8372093023vw;
  }
}
.p-fv__txt--02 {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 1;
  width: 216px;
}
@media (max-width: 430px) {
  .p-fv__txt--02 {
    bottom: 0vw;
    right: 4.6511627907vw;
    width: 50.2325581395vw;
  }
}
.p-fv__txt--03 {
  position: absolute;
  bottom: 135px;
  right: 0px;
  z-index: 1;
  width: 170px;
}
@media (max-width: 430px) {
  .p-fv__txt--03 {
    bottom: 31.3953488372vw;
    right: 0vw;
    width: 39.5348837209vw;
  }
}
.p-fv__txt--main {
  position: absolute;
  bottom: 305px;
  right: 20px;
  z-index: 1;
  width: 324px;
}
@media (max-width: 430px) {
  .p-fv__txt--main {
    bottom: 70.9302325581vw;
    right: 4.6511627907vw;
    width: 75.3488372093vw;
  }
}
.p-fv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 430px) {
  .p-fv__inner {
    transform: translate(-50%, -50%) scale(0.2325581395vw);
  }
}
.p-fv__inner .__ttl {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 430px) {
  .p-fv__inner .__ttl {
    font-size: 11.6279069767vw;
  }
}
.p-fv__inner .__subttl {
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 430px) {
  .p-fv__inner .__subttl {
    font-size: 4.1860465116vw;
  }
}
.p-fv__inner .__links {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 430px) {
  .p-fv__inner .__links {
    margin-top: 20.9302325581vw;
  }
}
.p-fv__inner .__link {
  display: flex;
  width: 340px;
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  box-shadow: 2px 2px 9px 0px rgba(110, 83, 73, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 430px) {
  .p-fv__inner .__link {
    width: 79.0697674419vw;
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 430px) {
  .p-fv__inner .__link {
    width: 100%;
  }
}
.p-fv__inner .__link:hover {
  box-shadow: 4px 4px 15px 0px rgba(110, 83, 73, 0.7);
}
@media (max-width: 430px) {
  .p-fv__inner .__link:hover {
    box-shadow: 4px 4px 15px 0px rgba(110, 83, 73, 0.7);
  }
}
.p-fv__inner .__link--recruit {
  background: #CAA0A1;
}
.p-fv__inner .__link--form {
  background: #AD6C6D;
}

.p-cta {
  margin-top: -2px;
  padding-top: 42px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 430px) {
  .p-cta {
    padding-top: 9.7674418605vw;
    padding-bottom: 13.9534883721vw;
  }
}
.p-cta__banner {
  position: relative;
  width: 100%;
  max-width: 387px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 430px) {
  .p-cta__banner {
    max-width: 90vw;
  }
}
.p-cta__btn {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(173, 108, 119, 0.6) 0%, #AD6C77 113.46%);
  box-shadow: 3px 3px 9px 0px rgba(134, 65, 76, 0.7);
  width: calc(100% - 80px);
  height: 52px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 430px) {
  .p-cta__btn {
    width: calc(100% - 80px);
    height: 12.0930232558vw;
    bottom: 13.9534883721vw;
  }
}
.p-cta__btn span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.8px;
}
@media (max-width: 430px) {
  .p-cta__btn span {
    font-size: 4.1860465116vw;
  }
}
.p-cta__btn:hover {
  background: linear-gradient(180deg, rgba(173, 108, 119, 0.8) 0%, #AD6C77 113.46%);
  box-shadow: 5px 5px 15px 0px rgba(134, 65, 76, 0.9);
}
@media (max-width: 430px) {
  .p-cta__btn:hover {
    font-size: 4.1860465116vw;
  }
}
.p-cta__subttl {
  padding-top: 48px;
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 23.1px */
}
@media (max-width: 430px) {
  .p-cta__subttl {
    font-size: 4.8837209302vw;
  }
}
.p-cta__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-cta__ttl span {
  padding-top: 5px;
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  position: relative;
  z-index: 2;
}
@media (max-width: 430px) {
  .p-cta__ttl span {
    font-size: 6.0465116279vw;
  }
}
.p-cta__ttl span.__underline::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  background-color: white;
  bottom: 1px;
  z-index: -1;
}
@media (max-width: 430px) {
  .p-cta__ttl span.__underline::before {
    height: 1.8604651163vw;
  }
}
.p-cta__ttl span.large {
  font-size: 34px;
}
@media (max-width: 430px) {
  .p-cta__ttl span.large {
    font-size: 7.9069767442vw;
  }
}
.p-cta .__img {
  margin-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
.p-cta .__img iframe {
  width: 100%;
  height: 315px;
}
@media (max-width: 430px) {
  .p-cta .__img iframe {
    height: 73.2558139535vw;
  }
}
@media (max-width: 430px) {
  .p-cta .__img {
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}
.p-cta__start {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 430px) {
  .p-cta__start {
    margin-top: 7.4418604651vw;
  }
}
.p-cta__start span {
  color: var(--Text, #6E5349);
  text-align: center;
  text-shadow: 0px 0px 14px #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 29.459px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 2;
}
@media (max-width: 430px) {
  .p-cta__start span {
    font-size: 6.8509302326vw;
  }
}
.p-cta__start span.pink {
  color: #C87481;
}
.p-cta__start span.large {
  font-size: 42.347px;
}
@media (max-width: 430px) {
  .p-cta__start span.large {
    font-size: 9.8481395349vw;
  }
}
.p-cta__start span.small {
  font-size: 20px;
}
@media (max-width: 430px) {
  .p-cta__start span.small {
    font-size: 4.6511627907vw;
  }
}
.p-cta__start span.medium {
  font-size: 34px;
}
@media (max-width: 430px) {
  .p-cta__start span.medium {
    font-size: 7.9069767442vw;
  }
}
.p-cta__start span.__underline::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #6E5349;
  bottom: 1px;
  z-index: -1;
}

.p-concept {
  padding: 60px 20px 60px;
  background: url(../images/concept_bg.jpg) lightgray 50%/cover no-repeat;
}
@media (max-width: 430px) {
  .p-concept {
    padding: 13.9534883721vw 20px 13.9534883721vw;
  }
}
.p-concept__subttl {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 430px) {
  .p-concept__subttl {
    font-size: 4.6511627907vw;
  }
}
.p-concept__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-concept__ttl span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.08px;
  position: relative;
  z-index: 2;
}
@media (max-width: 430px) {
  .p-concept__ttl span {
    font-size: 6.511627907vw;
  }
}
.p-concept__ttl span.__underline::before {
  content: "";
  position: absolute;
  height: 9px;
  width: 100%;
  background: linear-gradient(90deg, #AD6C77 0%, #DBB6A0 46%, #E3A9AD 100%);
  bottom: 0px;
  z-index: -1;
}
@media (max-width: 430px) {
  .p-concept__ttl span.__underline::before {
    height: 2.0930232558vw;
  }
}
.p-concept__items {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 430px) {
  .p-concept__items {
    margin-top: 12.7906976744vw;
  }
}
.p-concept__item {
  width: 100%;
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0px 40px;
  border: 1px solid #AD6C77;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 430px) {
  .p-concept__item {
    padding: 6.976744186vw 20px 6.976744186vw;
  }
}
.p-concept__item:nth-child(2) .p-concept__item--ttl {
  flex-direction: row-reverse;
}
.p-concept__item:nth-child(2) .__ttl {
  font-size: 16px;
}
@media (max-width: 430px) {
  .p-concept__item:nth-child(2) .__ttl {
    font-size: 3.7209302326vw;
  }
}
.p-concept__item--ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 430px) {
  .p-concept__item--ttl {
    padding-left: 1.1627906977vw;
    padding-right: 1.1627906977vw;
  }
}
.p-concept__item--ttl img {
  width: 108px;
}
@media (max-width: 430px) {
  .p-concept__item--ttl img {
    width: 25.1162790698vw;
  }
}
.p-concept__item--ttl h3 {
  color: #AD6C77;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}
@media (max-width: 430px) {
  .p-concept__item--ttl h3 {
    font-size: 4.1860465116vw;
  }
}
.p-concept__item--txt {
  color: #6E5349;
  text-align: justify;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  /* 24px */
}
@media (max-width: 430px) {
  .p-concept__item--txt {
    font-size: 3.7209302326vw;
  }
}
.p-concept__item--inner {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  align-self: stretch;
  border: 1px solid #AD6C77;
  background: #FFF;
  margin-top: 15px;
}
@media (max-width: 430px) {
  .p-concept__item--inner {
    margin-top: 3.488372093vw;
  }
}
.p-concept__item--inner .__ttl {
  display: flex;
  padding: 3px 20px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0px 30px 30px 0px;
  background: #C87481;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}
@media (max-width: 430px) {
  .p-concept__item--inner .__ttl {
    font-size: 4.1860465116vw;
  }
}
.p-concept__item--inner .__des {
  color: var(--Text, #6E5349);
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 20px;
  padding-right: 20px;
  /* 24px */
}
@media (max-width: 430px) {
  .p-concept__item--inner .__des {
    font-size: 3.7209302326vw;
  }
}
.p-concept__item--inner .__des .__underline {
  color: #AD6C77;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  z-index: 2;
}
@media (max-width: 430px) {
  .p-concept__item--inner .__des .__underline {
    font-size: 3.7209302326vw;
  }
}
.p-concept__item--inner .__des .__underline::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  opacity: 0.5;
  background: linear-gradient(90deg, #AD6C77 0%, #DBB6A0 46%, #E3A9AD 100%);
  bottom: 1px;
  z-index: -1;
}
@media (max-width: 430px) {
  .p-concept__item--inner .__des .__underline::before {
    height: 0.9302325581vw;
  }
}
@media (min-width: 430px) {
  .p-concept__item--inner .__des .__underline.sp {
    color: var(--Text, #6E5349) !important;
  }
  .p-concept__item--inner .__des .__underline.sp::before {
    display: none !important;
  }
}

.p-work {
  padding: 70px 20px 45px;
  position: relative;
}
@media (max-width: 430px) {
  .p-work {
    padding: 16.2790697674vw 20px 10.4651162791vw;
  }
}
.p-work__members {
  margin-top: 47px;
  margin-bottom: 42px;
  position: relative;
  overflow: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (max-width: 430px) {
  .p-work__members {
    margin-top: 10.9302325581vw;
    margin-bottom: 9.7674418605vw;
  }
}
.p-work__inner {
  background: #F8F4EF;
  padding-top: 22px;
  padding-bottom: 32px;
  margin-top: 32px;
}
@media (max-width: 430px) {
  .p-work__inner {
    margin-top: 7.4418604651vw;
  }
}
.p-work__inner--des {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 25px 20px 35px;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-work__inner--des {
    padding: 5.8139534884vw 20px 8.1395348837vw;
    font-size: 3.7209302326vw;
  }
}
.p-work__inner--img {
  width: calc(100% + 40px);
  margin-left: -20px;
  position: relative;
}
@media (max-width: 430px) {
  .p-work__inner--img {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-work__inner--img p {
  color: #FFF;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  letter-spacing: -4px;
  mix-blend-mode: soft-light;
  margin-bottom: -12px;
  /* 61.2px */
}
@media (max-width: 430px) {
  .p-work__inner--img p {
    font-size: 11.8604651163vw;
    margin-bottom: -2.7906976744vw;
  }
}

.p-charm {
  background: url(../images/charm_bg.jpg) lightgray -558.253px 0px/445.727% 100% no-repeat;
  padding: 80px 20px 115px;
}
@media (max-width: 430px) {
  .p-charm {
    padding: 18.6046511628vw 20px 26.7441860465vw;
  }
}
.p-charm__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-charm__ttl span {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 23px rgba(216, 153, 115, 0.7), 0px 0px 4px #AE6853;
  font-family: "Noto Serif JP", serif;
  font-size: 30.286px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 430px) {
  .p-charm__ttl span {
    font-size: 7.043255814vw;
  }
}
.p-charm__ttl span.small {
  font-size: 27px;
}
@media (max-width: 430px) {
  .p-charm__ttl span.small {
    font-size: 6.2790697674vw;
  }
}
.p-charm__ttl span.large {
  font-size: 40px;
}
@media (max-width: 430px) {
  .p-charm__ttl span.large {
    font-size: 9.3023255814vw;
  }
}
.p-charm__items {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 430px) {
  .p-charm__items {
    margin-top: 11.1627906977vw;
    gap: 6.976744186vw;
  }
}
.p-charm__item {
  border-radius: 25px;
  border: 2px solid #FFF;
  background: var(--Gradation2, linear-gradient(180deg, #E6AA8E 0%, #D97E72 100%));
  box-shadow: 6px 6px 15px 0px rgba(169, 110, 95, 0.7);
  padding: 70px 25px 40px;
  position: relative;
}
.p-charm__item:nth-child(2), .p-charm__item:nth-child(4) {
  background: var(--Gradation3, linear-gradient(180deg, #E39B93 0%, #C7725D 100%));
}
@media (max-width: 430px) {
  .p-charm__item {
    padding: 16.2790697674vw 25px 9.3023255814vw;
  }
}
.p-charm__item .__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 430px) {
  .p-charm__item .__inner {
    gap: 4.6511627907vw;
  }
}
.p-charm__item .__inner--ttl {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 25.496px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 45.894px */
}
@media (max-width: 430px) {
  .p-charm__item .__inner--ttl {
    font-size: 5.9293023256vw;
  }
}
.p-charm__item .__inner--des {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-charm__item .__inner--des {
    font-size: 3.7209302326vw;
  }
}
.p-charm__item .__order {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 1px white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  /* 70.4px */
  letter-spacing: 4.4px;
  position: absolute;
  top: 25px;
  left: 25px;
  padding-top: 5px;
}
@media (max-width: 430px) {
  .p-charm__item .__order {
    width: 21.3953488372vw;
    height: 21.3953488372vw;
    font-size: 10.2325581395vw;
  }
}

.p-schedule {
  padding: 60px 20px;
  background: url(../images/schedule_bg.jpg) lightgray -562.148px 0px/445.727% 100% no-repeat;
}
@media (max-width: 430px) {
  .p-schedule {
    padding: 13.9534883721vw 20px;
  }
}
.p-schedule__wrap {
  border-radius: 26px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 50px 20px;
}
@media (max-width: 430px) {
  .p-schedule__wrap {
    padding: 11.6279069767vw 20px;
  }
}
.p-schedule__wrap .__order {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 1px white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CD8E7B;
  color: #FFF;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  /* 70.4px */
  letter-spacing: 4.4px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 430px) {
  .p-schedule__wrap .__order {
    width: 21.3953488372vw;
    height: 21.3953488372vw;
    font-size: 10.2325581395vw;
  }
}
.p-schedule__wrap--ttl {
  color: #CD8E7B;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #CD8E7B;
  text-decoration-thickness: 1px;
}
@media (max-width: 430px) {
  .p-schedule__wrap--ttl {
    font-size: 6.976744186vw;
  }
}
.p-schedule__wrap--ticket {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CD8E7B;
  padding: 10px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  /* 37.2px */
}
@media (max-width: 430px) {
  .p-schedule__wrap--ticket {
    font-size: 7.2093023256vw;
  }
}
.p-schedule__wrap--des {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 430px) {
  .p-schedule__wrap--des {
    margin-top: 4.6511627907vw;
  }
}
.p-schedule__wrap--des span {
  color: #6E5349;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 3;
}
@media (max-width: 430px) {
  .p-schedule__wrap--des span {
    font-size: 3.7209302326vw;
  }
}
.p-schedule__wrap--des span.__underline {
  color: #6E5349;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  /* 24px */
}
@media (max-width: 430px) {
  .p-schedule__wrap--des span.__underline {
    font-size: 3.7209302326vw;
  }
}
.p-schedule__wrap--des span.__underline::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #FFECAE;
  bottom: 1px;
  z-index: -1;
}
@media (max-width: 430px) {
  .p-schedule__wrap--des span.__underline::before {
    height: 1.1627906977vw;
  }
}
.p-schedule__wrap--img {
  margin-top: 27px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (max-width: 430px) {
  .p-schedule__wrap--img {
    margin-top: 6.2790697674vw;
  }
}
.p-schedule .__timeline {
  padding-top: 30px;
}
@media (max-width: 430px) {
  .p-schedule .__timeline {
    padding-top: 6.976744186vw;
  }
}
.p-schedule .__timeline--ttl {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-schedule .__timeline--ttl span {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #6E5349;
  background: white;
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 430px) {
  .p-schedule .__timeline--ttl span {
    font-size: 4.6511627907vw;
    padding: 2.3255813953vw 3.488372093vw;
  }
}
.p-schedule .__timeline--ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6E5349;
  z-index: -1;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--ttl::before {
    height: 0.2325581395vw;
  }
}
.p-schedule .__timeline--items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--items {
    margin-top: 6.2790697674vw;
  }
}
.p-schedule .__timeline--item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--item {
    gap: 6.976744186vw;
  }
}
.p-schedule .__timeline--item:last-child .__timeline--item--inner {
  padding-bottom: 0;
}
.p-schedule .__timeline--item:last-child .__timeline--item--inner::before {
  display: none;
}
.p-schedule .__timeline--item--time {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 60px;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--item--time {
    width: 13.9534883721vw;
  }
}
.p-schedule .__timeline--item--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 40px;
  gap: 10px;
  position: relative;
  z-index: 3;
  width: calc(100% - 60px - 30px);
}
@media (max-width: 430px) {
  .p-schedule .__timeline--item--inner {
    width: calc(100% - 13.9534883721vw - 6.976744186vw);
  }
}
.p-schedule .__timeline--item--inner::before {
  content: "";
  background: #6E5349;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -15px;
  z-index: -2;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--item--inner::before {
    left: -3.488372093vw;
    top: 2.3255813953vw;
  }
}
.p-schedule .__timeline--item--inner::after {
  content: "";
  background: #E3A9AD;
  filter: blur(2px);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: -22px;
  z-index: -1;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--item--inner::after {
    width: 3.2558139535vw;
    height: 3.2558139535vw;
    top: 0.6976744186vw;
    left: -5.1162790698vw;
  }
}
.p-schedule .__timeline--item--inner--ttl {
  color: var(--Text, #6E5349);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--item--inner--ttl {
    font-size: 4.6511627907vw;
  }
}
.p-schedule .__timeline--item--inner--des {
  color: #6E5349;
  text-align: justify;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 430px) {
  .p-schedule .__timeline--item--inner--des {
    font-size: 3.7209302326vw;
  }
}

.p-voice {
  background: #F7EBEB;
  padding: 56px 20px 33px;
}
@media (max-width: 430px) {
  .p-voice {
    padding: 13.023255814vw 20px 7.6744186047vw;
  }
}
.p-voice__ttl {
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 32.178px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Gradation1, linear-gradient(90deg, #AD6C77 0%, #DBB6A0 46%, #E3A9AD 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 430px) {
  .p-voice__ttl {
    font-size: 7.483255814vw;
  }
}
.p-voice__subttl {
  display: flex;
  padding: 11.918px;
  justify-content: center;
  align-items: center;
  gap: 11.918px;
  border-radius: 23.836px 0px;
  background: #AD6C77;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 28.603px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 34.323px */
  letter-spacing: -1.716px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 430px) {
  .p-voice__subttl {
    font-size: 6.6518604651vw;
    padding: 2.771627907vw 2.771627907vw;
    margin-top: -2.3255813953vw;
  }
}
.p-voice__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 430px) {
  .p-voice__items {
    margin-top: 9.3023255814vw;
  }
}
.p-voice__item {
  border-radius: 400px 400px 0px 0px;
  border: 1px solid #AD6C77;
  background: #FBF5F5;
  padding: 50px 20px;
}
@media (max-width: 430px) {
  .p-voice__item {
    padding: 11.6279069767vw 20px;
    border-radius: 93.023255814vw 93.023255814vw 0px 0px;
  }
}
.p-voice__item--img {
  position: relative;
  z-index: 3;
}
.p-voice__item--img img {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 430px) {
  .p-voice__item--img img {
    width: 51.1627906977vw;
    height: 51.1627906977vw;
  }
}
.p-voice__item--img ul {
  display: flex;
  padding: 15px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border-radius: 10px;
  background: #AD6C77;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(50%);
  list-style: disc !important;
}
@media (max-width: 430px) {
  .p-voice__item--img ul {
    gap: 1.1627906977vw;
    padding: 3.488372093vw;
  }
}
.p-voice__item--img ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.p-voice__item--img ul li p {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 430px) {
  .p-voice__item--img ul li p {
    font-size: 3.023255814vw;
  }
}
.p-voice__item--img ul li h6 {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 430px) {
  .p-voice__item--img ul li h6 {
    font-size: 3.023255814vw;
  }
}
.p-voice__item--ttl {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #AD6C77;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  gap: 10px;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  /* 19.2px */
}
@media (max-width: 430px) {
  .p-voice__item--ttl {
    font-size: 3.7209302326vw;
  }
}
.p-voice__item--ttl::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #AD6C77;
  height: 1px;
  z-index: -1;
  max-width: 272px;
}
@media (max-width: 430px) {
  .p-voice__item--ttl::before {
    max-width: 63.2558139535vw;
  }
}
.p-voice__item--ttl span {
  color: #AD6C77;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-left: 10px;
}
@media (max-width: 430px) {
  .p-voice__item--ttl span {
    font-size: 5.5813953488vw;
  }
}
.p-voice__item--subttl {
  margin-top: 16px;
  color: #AD6C77;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 15.6px */
}
@media (max-width: 430px) {
  .p-voice__item--subttl {
    font-size: 3.023255814vw;
  }
}
.p-voice__item .c-overflow {
  margin-top: 20px;
}
.p-voice .p-cta__banner {
  margin-top: 45px;
}
@media (max-width: 430px) {
  .p-voice .p-cta__banner {
    margin-top: 10.4651162791vw;
  }
}

.p-salary {
  background: url(../images/salary_bg.jpg) lightgray -562.148px 0px/445.727% 100% no-repeat;
  padding: 70px 20px 100px;
}
@media (max-width: 430px) {
  .p-salary {
    padding: 16.2790697674vw 20px 23.2558139535vw;
  }
}
.p-salary__wrap {
  border-radius: 26px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 20px 35px;
  position: relative;
}
@media (max-width: 430px) {
  .p-salary__wrap {
    padding: 11.6279069767vw 20px 8.1395348837vw;
  }
}
.p-salary__wrap .__order {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 1px white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CD8E7B;
  color: #FFF;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  /* 70.4px */
  letter-spacing: 4.4px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 430px) {
  .p-salary__wrap .__order {
    font-size: 10.2325581395vw;
    width: 21.3953488372vw;
    height: 21.3953488372vw;
  }
}
.p-salary__wrap--ttl {
  color: #C58A78;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #C58A78;
  text-decoration-thickness: 1px;
}
@media (max-width: 430px) {
  .p-salary__wrap--ttl {
    font-size: 6.976744186vw;
  }
}
.p-salary__wrap--ticket {
  margin-top: 35px;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #C58A78;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
  letter-spacing: -0.69px;
}
@media (max-width: 430px) {
  .p-salary__wrap--ticket {
    font-size: 5.3488372093vw;
  }
}
.p-salary__wrap--des {
  margin-top: 35px;
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-salary__wrap--des {
    font-size: 3.7209302326vw;
  }
}
.p-salary__wrap--img {
  margin-top: 30px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (max-width: 430px) {
  .p-salary__wrap--img {
    width: calc(100% + 9.3023255814vw);
    margin-left: -4.6511627907vw;
  }
}
.p-salary__wrap--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-salary__wrap--subttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 430px) {
  .p-salary__wrap--subttl {
    margin-top: 5.8139534884vw;
  }
}
.p-salary__wrap--subttl span {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -1.44px;
  text-decoration: underline;
  text-underline-offset: 0px;
  text-decoration-color: rgba(227, 169, 173, 0.6);
  text-decoration-thickness: 3px;
}
@media (max-width: 430px) {
  .p-salary__wrap--subttl span {
    font-size: 5.5813953488vw;
  }
}
.p-salary__wrap .__img {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 430px) {
  .p-salary__wrap .__img {
    margin-top: 6.976744186vw;
  }
}
.p-salary__wrap .__ttl {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 430px) {
  .p-salary__wrap .__ttl {
    margin-top: 11.6279069767vw;
  }
}
.p-salary__wrap .__ttl span {
  display: inline-flex;
  padding: 10px 65px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #6E5349;
  background: rgb(251, 242, 239);
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 430px) {
  .p-salary__wrap .__ttl span {
    font-size: 4.6511627907vw;
    padding: 2.3255813953vw 15.1162790698vw;
  }
}
.p-salary__wrap .__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6E5349;
  z-index: -1;
}
.p-salary__wrap .__items {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 430px) {
  .p-salary__wrap .__items {
    margin-top: 6.2790697674vw;
  }
}
.p-salary__wrap .p-cta__banner {
  margin-top: 54px;
}
@media (max-width: 430px) {
  .p-salary__wrap .p-cta__banner {
    margin-top: 12.5581395349vw;
  }
}

.p-curriculum {
  padding: 0 20px 60px;
  background: url(../images/curriculum_bg.jpg) lightgray -562.148px 0px/445.727% 100% no-repeat;
}
@media (max-width: 430px) {
  .p-curriculum {
    padding: 0 20px 13.9534883721vw;
  }
}
.p-curriculum__wrap {
  border-radius: 26px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 20px 35px;
  position: relative;
}
@media (max-width: 430px) {
  .p-curriculum__wrap {
    padding: 11.6279069767vw 20px 8.1395348837vw;
  }
}
.p-curriculum__wrap .__order {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 1px white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CD8E7B;
  color: #FFF;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  /* 70.4px */
  letter-spacing: 4.4px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__order {
    font-size: 10.2325581395vw;
    padding-top: 1.1627906977vw;
    width: 21.3953488372vw;
    height: 21.3953488372vw;
  }
}
.p-curriculum__wrap--ttl {
  color: #C58A78;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #C58A78;
  text-decoration-thickness: 1px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap--ttl {
    font-size: 6.976744186vw;
  }
}
.p-curriculum__wrap--ticket {
  margin-top: 35px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #C58A78;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
  letter-spacing: -0.69px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 430px) {
  .p-curriculum__wrap--ticket {
    font-size: 5.3488372093vw;
    margin-top: 8.1395348837vw;
    padding: 2.3255813953vw 2.3255813953vw;
  }
}
.p-curriculum__wrap--des {
  margin-top: 35px;
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-curriculum__wrap--des {
    font-size: 3.7209302326vw;
  }
}
.p-curriculum__wrap--img {
  margin-top: 30px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap--img {
    margin-top: 6.976744186vw;
  }
}
.p-curriculum__wrap--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-curriculum__wrap .__ttl {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__ttl {
    margin-top: 5.8139534884vw;
  }
}
.p-curriculum__wrap .__ttl span {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #6E5349;
  background: rgb(250, 237, 234);
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__ttl span {
    font-size: 3.9534883721vw;
  }
}
.p-curriculum__wrap .__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6E5349;
  z-index: -1;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__ttl::before {
    height: 0.2325581395vw;
  }
}
.p-curriculum__wrap .__items {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__items {
    margin-top: 4.1860465116vw;
  }
}
.p-curriculum__wrap .__items ul li {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__items ul li {
    font-size: 3.7209302326vw;
  }
}
.p-curriculum__wrap .__interview {
  margin-top: 18px;
  border: 1px solid #B76545;
  background: linear-gradient(rgba(183, 101, 69, 0.03) 2px, transparent 2px), linear-gradient(90deg, rgba(183, 101, 69, 0.03) 2px, transparent 2px), #fff;
  background-size: 20px 20px;
  padding: 20px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview {
    margin-top: 4.1860465116vw;
  }
}
.p-curriculum__wrap .__interview--ttl {
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Gradation3, linear-gradient(180deg, #E39B93 0%, #C7725D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--ttl {
    font-size: 5.1162790698vw;
  }
}
.p-curriculum__wrap .__interview--subttl {
  margin-top: 4px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px 0px;
  background: #C58A78;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -1.44px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--subttl {
    font-size: 3.7209302326vw;
  }
}
.p-curriculum__wrap .__interview--subttl span {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.98px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--subttl span {
    font-size: 5.1162790698vw;
  }
}
.p-curriculum__wrap .__interview--intro {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--intro {
    margin-top: 5.5813953488vw;
  }
}
.p-curriculum__wrap .__interview--intro figure {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--intro figure {
    width: 31.1627906977vw;
    height: 31.1627906977vw;
  }
}
.p-curriculum__wrap .__interview--intro--ttl {
  color: #B76545;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: -0.7px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #B76545;
  text-decoration-thickness: 1px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--intro--ttl {
    font-size: 3.2558139535vw;
  }
}
.p-curriculum__wrap .__interview--intro--ttl span {
  font-size: 24px;
  letter-spacing: -1.2px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--intro--ttl span {
    font-size: 5.5813953488vw;
  }
}
.p-curriculum__wrap .__interview--intro--des {
  color: #B76545;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 16px;
  /* 13.2px */
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview--intro--des {
    font-size: 2.5581395349vw;
  }
}
.p-curriculum__wrap .__interview .c-overflow {
  margin-top: 20px;
}
.p-curriculum__wrap .__interview .c-overflow p {
  font-size: 15px;
}
@media (max-width: 430px) {
  .p-curriculum__wrap .__interview .c-overflow p {
    font-size: 3.488372093vw;
  }
}
.p-curriculum__wrap .__interview .c-overflow__btn::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 77.91%, #fff 99.66%);
}

.p-achivement {
  background: url(../images/achivement_global_bg.jpg) lightgray -562.148px 0px/445.727% 100% no-repeat;
}
.p-achivement .__container_01 {
  padding: 45px 20px 65px;
  background: url(../images/achivement_bg.jpg) no-repeat;
}
@media (max-width: 430px) {
  .p-achivement .__container_01 {
    padding: 10.4651162791vw 20px 15.1162790698vw;
  }
}
.p-achivement .__container_02 {
  padding: 60px 20px 100px;
}
@media (max-width: 430px) {
  .p-achivement .__container_02 {
    padding: 13.9534883721vw 20px 23.2558139535vw;
  }
}
.p-achivement__ttl {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 430px) {
  .p-achivement__ttl {
    font-size: 9.7674418605vw;
  }
}
.p-achivement__subttl {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 430px) {
  .p-achivement__subttl {
    font-size: 8.1395348837vw;
  }
}
.p-achivement__wrap {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 430px) {
  .p-achivement__wrap {
    margin-top: 10.4651162791vw;
  }
}
.p-achivement__wrap--img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 30px;
  border: 2px solid #6E5349;
}
@media (max-width: 430px) {
  .p-achivement__wrap--img {
    border-radius: 6.976744186vw;
    margin: 0 6.976744186vw;
  }
}
.p-achivement__wrap--ttl {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 21.6px */
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6E5349;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 430px) {
  .p-achivement__wrap--ttl {
    font-size: 4.1860465116vw;
  }
}
.p-achivement__wrap--des {
  color: var(--Text, #6E5349);
  /* 本文 */
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 25px;
  padding-right: 25px;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-achivement__wrap--des {
    font-size: 3.7209302326vw;
  }
}

.p-welfare {
  padding: 0 20px 100px;
  background: url(../images/welfare_bg.jpg) lightgray -562.148px 0px/445.727% 100% no-repeat;
}
@media (max-width: 430px) {
  .p-welfare {
    padding: 0 20px 23.2558139535vw;
  }
}
.p-welfare__wrap {
  border-radius: 26px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 20px 35px;
  position: relative;
}
@media (max-width: 430px) {
  .p-welfare__wrap {
    padding: 11.6279069767vw 20px 8.1395348837vw;
  }
}
.p-welfare__wrap .__order {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  border-radius: 50%;
  border: solid 1px white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CD8E7B;
  color: #FFF;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  /* 70.4px */
  letter-spacing: 4.4px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 430px) {
  .p-welfare__wrap .__order {
    font-size: 10.2325581395vw;
    letter-spacing: 1.023255814vw;
    width: 21.3953488372vw;
    height: 21.3953488372vw;
  }
}
.p-welfare__wrap--ttl {
  color: #C58A78;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #C58A78;
  text-decoration-thickness: 1px;
}
@media (max-width: 430px) {
  .p-welfare__wrap--ttl {
    font-size: 6.976744186vw;
  }
}
.p-welfare__wrap--ticket {
  margin-top: 35px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #C58A78;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 27.6px */
  letter-spacing: -0.69px;
}
@media (max-width: 430px) {
  .p-welfare__wrap--ticket {
    font-size: 5.3488372093vw;
    letter-spacing: -0.1604651163vw;
    margin-top: 8.1395348837vw;
    padding: 2.3255813953vw 2.3255813953vw;
  }
}
.p-welfare__wrap--des {
  margin-top: 35px;
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-welfare__wrap--des {
    font-size: 3.7209302326vw;
    margin-top: 8.1395348837vw;
  }
}
.p-welfare__wrap--img {
  margin-top: 30px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media (max-width: 430px) {
  .p-welfare__wrap--img {
    margin-top: 6.976744186vw;
    margin-left: -4.6511627907vw;
    width: calc(100% + 9.3023255814vw);
  }
}
.p-welfare__wrap--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-welfare__wrap--items {
  padding: 35px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px 15px;
}
@media (max-width: 430px) {
  .p-welfare__wrap--items {
    gap: 3.9534883721vw 3.488372093vw;
    padding: 8.1395348837vw 0;
  }
}
.p-welfare__wrap--item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 30px 15px;
  border-radius: 30px 0px;
  border: 1px solid #FFF;
  background: var(--Gradation2, linear-gradient(180deg, #E6AA8E 0%, #D97E72 100%));
}
@media (max-width: 430px) {
  .p-welfare__wrap--item {
    padding: 6.976744186vw 3.488372093vw;
  }
}
.p-welfare__wrap--item .__ttl {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 430px) {
  .p-welfare__wrap--item .__ttl {
    font-size: 4.6511627907vw;
  }
}
.p-welfare__wrap--item .__des {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
@media (max-width: 430px) {
  .p-welfare__wrap--item .__des {
    font-size: 3.7209302326vw;
  }
}
.p-welfare__wrap--item svg {
  width: 40px;
}
@media (max-width: 430px) {
  .p-welfare__wrap--item svg {
    width: 9.3023255814vw;
  }
}

.p-message {
  margin-top: -40px;
  padding: 110px 45px 55px;
  background: url(../images/message_bg.png) no-repeat;
}
@media (max-width: 430px) {
  .p-message {
    padding: 25.5813953488vw 45px 12.7906976744vw;
    margin-top: -9.3023255814vw;
  }
}
.p-message__ttl {
  color: #DFC8B6;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 430px) {
  .p-message__ttl {
    font-size: 16.2790697674vw;
  }
}
.p-message__subttl {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: -15px;
  /* 28.8px */
}
@media (max-width: 430px) {
  .p-message__subttl {
    font-size: 5.5813953488vw;
  }
}
.p-message__des {
  padding-top: 50px;
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 430px) {
  .p-message__des {
    font-size: 3.7209302326vw;
  }
}
.p-message__profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 430px) {
  .p-message__profile {
    margin-top: 2.3255813953vw;
  }
}
.p-message__profile figure {
  width: 136px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 430px) {
  .p-message__profile figure {
    width: 31.6279069767vw;
  }
}
.p-message__profile p {
  color: var(--Text, #6E5349);
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 15.6px */
}
@media (max-width: 430px) {
  .p-message__profile p {
    font-size: 3.023255814vw;
  }
}
.p-message__profile p span {
  font-size: 16px;
}
@media (max-width: 430px) {
  .p-message__profile p span {
    font-size: 3.7209302326vw;
  }
}

.__container__02 {
  background: #F0E9E2;
  padding: 40px 20px 80px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 430px) {
  .__container__02 {
    border-radius: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 430px) {
  .__container__02 {
    padding: 9.3023255814vw 20px 18.6046511628vw;
  }
}

.p-flow {
  padding: 60px 20px 0;
}
@media (max-width: 430px) {
  .p-flow {
    padding: 13.9534883721vw 20px 0;
  }
}
.p-flow__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-flow__subttl {
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 5px;
  /* 21.6px */
}
@media (max-width: 430px) {
  .p-flow__subttl {
    font-size: 4.1860465116vw;
  }
}
.p-flow__swiper-container {
  overflow: hidden;
  position: relative;
}
.p-flow__items {
  margin-top: 45px;
  position: relative;
}
@media (max-width: 430px) {
  .p-flow__items {
    margin-top: 10.4651162791vw;
  }
}
.p-flow__items svg.swiper-next {
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 430px) {
  .p-flow__items svg.swiper-next {
    right: -7.6744186047vw;
  }
}
.p-flow__items svg.swiper-prev {
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
}
@media (max-width: 430px) {
  .p-flow__items svg.swiper-prev {
    left: -7.6744186047vw;
  }
}
.p-flow__item {
  position: relative;
  padding: 15px 8px 8px 0;
}
@media (max-width: 430px) {
  .p-flow__item {
    padding: 3.488372093vw 1.8604651163vw 1.8604651163vw 0;
  }
}
.p-flow__item--step {
  color: #6E5349;
  font-family: "Libre Bodoni", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 58.5%;
  /* 14.625px */
  letter-spacing: 1px;
  display: flex;
  justify-content: start;
  align-items: flex-end;
}
@media (max-width: 430px) {
  .p-flow__item--step {
    font-size: 5.8139534884vw;
  }
}
.p-flow__item--step span {
  font-size: 40px;
}
@media (max-width: 430px) {
  .p-flow__item--step span {
    font-size: 9.3023255814vw;
  }
}
.p-flow__item--inner {
  margin-top: 5px;
  display: flex;
  height: 250px;
  padding: 40px 50px;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  align-self: stretch;
  border-radius: 0px 40px;
  border: 1px solid #6E5349;
  background: #FFF;
  box-shadow: 7px 7px 0px 0px #6E5349;
  position: relative;
}
@media (max-width: 430px) {
  .p-flow__item--inner {
    height: 58.1395348837vw;
    padding: 9.3023255814vw 11.6279069767vw;
  }
}
.p-flow__item--inner .__ttl {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}
@media (max-width: 430px) {
  .p-flow__item--inner .__ttl {
    font-size: 5.5813953488vw;
  }
}
.p-flow__item--inner .__des {
  color: var(--Text, #6E5349);
  text-align: justify;
  /* 本文 */
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-flow__item--inner .__des {
    font-size: 3.7209302326vw;
  }
}
.p-flow .swiper-scrollbar {
  background: rgba(110, 83, 73, 0.3);
  /* Background color of the scrollbar */
  height: 10px !important;
  /* Height of the scrollbar */
  margin-top: 40px;
  border-radius: 10px !important;
  position: relative !important;
}
@media (max-width: 430px) {
  .p-flow .swiper-scrollbar {
    margin-top: 9.3023255814vw;
    height: 2.3255813953vw !important;
  }
}
.p-flow .swiper-scrollbar .swiper-scrollbar-drag {
  background: #6E5349;
  /* Color of the draggable part of the scrollbar */
  border-radius: 10px;
  /* Rounded corners */
}

.p-faq {
  padding: 60px 10px 0;
}
@media (max-width: 430px) {
  .p-faq {
    padding: 13.9534883721vw 2.3255813953vw 0;
  }
}
.p-faq__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__subttl {
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 5px;
  /* 21.6px */
}
@media (max-width: 430px) {
  .p-faq__subttl {
    font-size: 4.1860465116vw;
  }
}
.p-faq__items {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 430px) {
  .p-faq__items {
    margin-top: 5.8139534884vw;
  }
}
.p-faq__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.p-faq__item .__ttl {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 65px;
  background: #AD6C77;
  padding: 15px 20px;
  width: 100%;
}
@media (max-width: 430px) {
  .p-faq__item .__ttl {
    padding: 3.488372093vw 4.6511627907vw;
  }
}
.p-faq__item .__ttl h4 {
  color: #FFF;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 430px) {
  .p-faq__item .__ttl h4 {
    font-size: 5.3488372093vw;
  }
}
.p-faq__item .__ttl p {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}
@media (max-width: 430px) {
  .p-faq__item .__ttl p {
    font-size: 4.1860465116vw;
  }
}
.p-faq__item .__des {
  border-radius: 65px;
  background: #FFF;
  display: flex;
  padding: 22px 27px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media (max-width: 430px) {
  .p-faq__item .__des {
    padding: 5.1162790698vw 6.2790697674vw;
  }
}
.p-faq__item .__des h4 {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 430px) {
  .p-faq__item .__des h4 {
    font-size: 5.3488372093vw;
  }
}
.p-faq__item .__des p {
  color: var(--Text, #6E5349);
  text-align: justify;
  /* 本文 */
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@media (max-width: 430px) {
  .p-faq__item .__des p {
    font-size: 3.7209302326vw;
  }
}

.p-location {
  padding-top: 70px;
}
@media (max-width: 430px) {
  .p-location {
    padding-top: 16.2790697674vw;
  }
}
.p-location__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-location__subttl {
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 5px;
  /* 21.6px */
}
@media (max-width: 430px) {
  .p-location__subttl {
    font-size: 4.1860465116vw;
  }
}
.p-location__wrap {
  margin-top: 35px;
}
@media (max-width: 430px) {
  .p-location__wrap {
    margin-top: 8.1395348837vw;
  }
}
.p-location__wrap--ttl {
  color: var(--Text, #6E5349);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 8px;
  border-bottom: solid 1px #6E5349;
  /* 21.6px */
}
@media (max-width: 430px) {
  .p-location__wrap--ttl {
    font-size: 4.1860465116vw;
  }
}
.p-location__wrap--items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 22px 18px;
}
@media (max-width: 430px) {
  .p-location__wrap--items {
    margin-top: 4.6511627907vw;
  }
}
.p-location__wrap--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.p-location__wrap--item:hover {
  opacity: 0.7;
}
.p-location__wrap--item p {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
@media (max-width: 430px) {
  .p-location__wrap--item p {
    font-size: 3.7209302326vw;
  }
}

.p-instagram {
  padding-top: 100px;
}
@media (max-width: 430px) {
  .p-instagram {
    padding-top: 23.2558139535vw;
  }
}
.p-instagram__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-instagram__des {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 430px) {
  .p-instagram__des {
    font-size: 4.1860465116vw;
  }
}

.p-entry {
  background: #F0E9E2;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 430px) {
  .p-entry {
    border-radius: 0 0 6.976744186vw 6.976744186vw;
  }
}
.p-entry__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-entry__subttl {
  color: #6E5349;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 10px;
  /* 21.6px */
}
@media (max-width: 430px) {
  .p-entry__subttl {
    font-size: 4.1860465116vw;
  }
}
.p-entry__recruit {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 430px) {
  .p-entry__recruit {
    padding-top: 13.9534883721vw;
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}
.p-entry__recruit__items {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 430px) {
  .p-entry__recruit__items {
    margin-top: 11.6279069767vw;
  }
}
.p-entry__recruit__item .c-overflow {
  border-radius: 10px;
  background: #FFF;
  padding: 30px 20px 5px;
}
@media (max-width: 430px) {
  .p-entry__recruit__item .c-overflow {
    padding: 6.976744186vw 4.6511627907vw 1.1627906977vw;
  }
}
.p-entry__recruit__item .c-overflow__btn::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.83) 68%, #FFF 98.5%);
  top: -50px;
  height: 50px;
}
@media (max-width: 430px) {
  .p-entry__recruit__item .c-overflow__btn::before {
    top: -11.6279069767vw;
    height: 11.6279069767vw;
  }
}
.p-entry__recruit__item .c-overflow__inner .__item {
  padding: 23px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 23px;
  border-bottom: solid 1px #B4ADAD;
}
@media (max-width: 430px) {
  .p-entry__recruit__item .c-overflow__inner .__item {
    padding: 5.3488372093vw 0;
  }
}
.p-entry__recruit__item .c-overflow__inner .__item:last-child {
  border-bottom: none;
}
.p-entry__recruit__item .c-overflow__inner .__item:first-child {
  padding-top: 0;
}
.p-entry__recruit__item .c-overflow__inner .__item--ttl {
  color: var(--Text, #6E5349);
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 430px) {
  .p-entry__recruit__item .c-overflow__inner .__item--ttl {
    font-size: 4.1860465116vw;
  }
}
.p-entry__recruit__item .c-overflow__inner .__item--des {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 430px) {
  .p-entry__recruit__item .c-overflow__inner .__item--des {
    font-size: 3.7209302326vw;
  }
}
.p-entry__apply {
  padding-top: 55px;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 430px) {
  .p-entry__apply {
    padding-top: 12.7906976744vw;
    padding-bottom: 16.2790697674vw;
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}
.p-entry__apply--inner {
  margin-top: 50px;
}
@media (max-width: 430px) {
  .p-entry__apply--inner {
    margin-top: 11.6279069767vw;
  }
}
.p-entry__apply--inner .__ttl {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 430px) {
  .p-entry__apply--inner .__ttl {
    font-size: 3.7209302326vw;
  }
}
.p-entry__apply--inner .__des {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 430px) {
  .p-entry__apply--inner .__des {
    font-size: 3.7209302326vw;
  }
}
.p-entry__form {
  background: #F6ECEC;
  padding-top: 56px;
  padding-bottom: 50px;
  border-radius: 0 0 30px 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 430px) {
  .p-entry__form {
    padding-top: 13.023255814vw;
    padding-bottom: 11.6279069767vw;
    padding-left: 9.3023255814vw;
    padding-right: 9.3023255814vw;
  }
}
@media screen and (max-width: 430px) {
  .p-entry__form {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 430px) and (max-width: 430px) {
  .p-entry__form {
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}
.p-entry__form--inner {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 430px) {
  .p-entry__form--inner {
    margin-top: 11.6279069767vw;
  }
}
.p-entry__form--inner .__des {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 430px) {
  .p-entry__form--inner .__des {
    font-size: 3.7209302326vw;
  }
}
.p-entry__form--inner .__ttl {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__ttl {
    font-size: 3.7209302326vw;
  }
}
.p-entry__form--inner .__ttl span {
  font-size: 12px;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__ttl span {
    font-size: 2.7906976744vw;
  }
}
.p-entry__form--inner .__txt {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 21px */
}
@media (max-width: 430px) {
  .p-entry__form--inner .__txt {
    font-size: 3.488372093vw;
  }
}
.p-entry__form--inner .__refer {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__refer {
    font-size: 2.7906976744vw;
  }
}
.p-entry__form--inner .__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-entry__form--inner .__item .__birthday p {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5px;
}
.p-entry__form--inner .__item .__birthday input {
  width: 58px;
}
.p-entry__form--inner .__item .__birthday input.wide {
  width: 100px;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__item .__birthday input.wide {
    width: 23.2558139535vw;
  }
}
.p-entry__form--inner .__item .__birthday span {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-right: 5px;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__item .__birthday span {
    font-size: 3.7209302326vw;
  }
}
.p-entry__form--inner .__item label {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__item label {
    font-size: 3.488372093vw;
  }
}
.p-entry__form--inner .__item .__select {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-entry__form--inner .__item .__select--item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.p-entry__form--inner .__item .__select .wpcf7-list-item-label {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__item .__select .wpcf7-list-item-label {
    font-size: 3.488372093vw;
  }
}
.p-entry__form--inner .__item .__select .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-entry__form--inner .__item .__select .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.p-entry__form--inner .__item input[type=text],
.p-entry__form--inner .__item input[type=number],
.p-entry__form--inner .__item input[type=email],
.p-entry__form--inner .__item input[type=tel],
.p-entry__form--inner .__item input[type=date],
.p-entry__form--inner .__item select {
  height: 51px;
  border-radius: 6px;
  border: 1px solid #6E5349;
  background: #FFF;
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.p-entry__form--inner .__item input[type=text]::-moz-placeholder, .p-entry__form--inner .__item input[type=number]::-moz-placeholder, .p-entry__form--inner .__item input[type=email]::-moz-placeholder, .p-entry__form--inner .__item input[type=tel]::-moz-placeholder, .p-entry__form--inner .__item input[type=date]::-moz-placeholder, .p-entry__form--inner .__item select::-moz-placeholder {
  color: rgba(110, 83, 73, 0.5);
}
.p-entry__form--inner .__item input[type=text]::placeholder,
.p-entry__form--inner .__item input[type=number]::placeholder,
.p-entry__form--inner .__item input[type=email]::placeholder,
.p-entry__form--inner .__item input[type=tel]::placeholder,
.p-entry__form--inner .__item input[type=date]::placeholder,
.p-entry__form--inner .__item select::placeholder {
  color: rgba(110, 83, 73, 0.5);
}
@media (max-width: 430px) {
  .p-entry__form--inner .__item input[type=text],
  .p-entry__form--inner .__item input[type=number],
  .p-entry__form--inner .__item input[type=email],
  .p-entry__form--inner .__item input[type=tel],
  .p-entry__form--inner .__item input[type=date],
  .p-entry__form--inner .__item select {
    font-size: 3.488372093vw;
  }
}
.p-entry__form--inner .__item textarea {
  height: 150px;
  border-radius: 6px;
  border: 1px solid #6E5349;
  background: #FFF;
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 10px;
  width: 100%;
}
.p-entry__form--inner .__item textarea::-moz-placeholder {
  color: rgba(110, 83, 73, 0.5);
}
.p-entry__form--inner .__item textarea::placeholder {
  color: rgba(110, 83, 73, 0.5);
}
@media (max-width: 430px) {
  .p-entry__form--inner .__item textarea {
    font-size: 3.488372093vw;
  }
}
.p-entry__form--inner .__privacy {
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid #6E5349;
  width: 100%;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__privacy {
    padding: 6.976744186vw 4.6511627907vw;
  }
}
.p-entry__form--inner .__privacy--container {
  height: 240px;
  overflow-y: auto;
}
@media (max-width: 430px) {
  .p-entry__form--inner .__privacy--container {
    height: 55.8139534884vw;
  }
}
.p-entry__form--inner .__privacy--container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(110, 83, 73, 0.3019607843);
  border-radius: 10px;
  background-color: rgba(110, 83, 73, 0.3019607843);
}
.p-entry__form--inner .__privacy--container::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(110, 83, 73, 0.3019607843);
}
.p-entry__form--inner .__privacy--container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(110, 83, 73, 0.3019607843);
  background-color: #6e5349;
}
.p-entry__form--inner .__agreement {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.p-entry__form--inner .__agreement input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--Text, #6E5349);
}
@media (max-width: 430px) {
  .p-entry__form--inner .__agreement input {
    width: 3.7209302326vw;
    height: 3.7209302326vw;
  }
}
.p-entry__form--inner .__agreement label {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}
@media (max-width: 430px) {
  .p-entry__form--inner .__agreement label {
    font-size: 3.2558139535vw;
  }
}
.p-entry__form--inner .__agreement .wpcf7-form-control-wrap label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.p-entry__submit {
  background-color: #C87481;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 430px) {
  .p-entry__submit {
    font-size: 3.2558139535vw;
  }
}
.p-entry__submit span {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
}
@media (max-width: 430px) {
  .p-entry__submit span {
    font-size: 3.2558139535vw;
  }
}

.p-thanks {
  height: calc(100vh - 105px - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-thanks__inner {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 4px 15px 0px rgba(110, 83, 73, 0.5);
  padding: 48px 42px;
}
.p-thanks__inner .__ttl {
  color: var(--Pink, #C87481);
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 37.288px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-thanks__inner .__report {
  color: var(--Pink, #C87481);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 13.424px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.108px */
  padding-top: 8px;
}
.p-thanks__inner .__des {
  color: var(--Text, #6E5349);
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-top: 40px;
  /* 25.6px */
}
.p-thanks__inner .__btn {
  margin-top: 52px;
  border-radius: 66.04px;
  border: 1px solid var(--Text, #6E5349);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 240px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.p-thanks__inner .__btn span {
  color: var(--Text, #6E5349);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0%;
  /* 0px */
}
.p-thanks__inner .__btn svg {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}
.p-thanks__inner .__btn:hover svg {
  left: 50px;
  transition: all 0.3s ease;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: solid 1px red !important;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}/*# sourceMappingURL=style.css.map */