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

main {
  overflow-x: hidden;
}

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

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

body.drawer-open {
  overflow: hidden;
}

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

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

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

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

body.fade-in {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-about__mv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-about__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 375/500;
}
@media screen and (min-width: 768px) {
  .p-about__mv img {
    aspect-ratio: 1280/822;
  }
}

.p-about__curve {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  margin-top: -40px;
  margin-top: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__curve {
    margin-top: -5rem;
  }
}

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

.p-bg-curve {
  width: 100%;
}

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

.p-call {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

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

.p-call__text {
  color: #1a1a1a;
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-call__text {
    font-size: 1rem;
  }
}

.p-call__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  gap: 0.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-call__lists {
    margin-top: 3rem;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
	width: 400px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5rem;
  }
}

.p-call__link {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 0.3125rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-call__link {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-call__name {
  font-weight: 500;
  color: #9d8b5d;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-call__name {
    font-size: 1.25rem;
  }
}

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

.p-call__row svg {
  max-width: 24px;
  max-width: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-call__num {
  font-weight: 500;
  line-height: 1;
  color: #000;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-call__num {
    font-size: 2.5rem;
  }
}

.p-company-section {
  width: 100%;
}

.p-company-section img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 375/313;
}
@media screen and (min-width: 768px) {
  .p-company-section img {
    aspect-ratio: 1440/418;
  }
}

.p-contact {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-bottom: 10rem;
  }
}

.p-contact__topText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 2;
}

.p-contact__content {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grecaptcha-badge {
  display: none;
}

.p-detail {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-detail {
    padding-top: 2.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-detail__content {
  position: relative;
  z-index: 1;
}

.p-detail__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-detail__lists {
    gap: 0.875rem;
    padding-bottom: 2.5rem;
  }
}

.p-detail__link {
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 9999px;
  display: inline-block;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-detail__link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 2.75rem;
  }
}

.p-detail__link:hover {
  background: #0c224f;
}

.p-detail__link-text {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-detail__link-text {
    font-size: 1rem;
  }
}

.p-detail__link:hover .p-detail__link-text {
  color: #fff;
}

.p-detail__link svg {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-detail__link svg {
    right: 1.25rem;
  }
}

.p-detail__block-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-detail__block-wrapper {
    margin-top: 5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.p-detail__block + .p-detail__block {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-detail__block + .p-detail__block {
    margin-top: 10rem;
  }
}

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

.p-detail__title--blue {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #009ce8;
  font-family: "Bacasime Antique", serif;
}

.p-detail__title--recruitment {
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  line-height: 1.2;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.p-detail__dl-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-detail__dl-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-detail__row {
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-detail__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 2.5rem;
  }
}

.p-detail__row:first-child {
  padding-top: 0;
  padding-top: initial;
}

@media screen and (min-width: 768px) {
  .p-detail__dt {
    width: 11.25rem;
  }
}

.p-detail__bold {
  font-weight: 700;
  color: #009ce8;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-detail__bold {
    font-size: 1.25rem;
  }
}

.p-detail__dd {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-detail__dd {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 11.25rem);
  }
}

.p-detail__text {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-detail__text {
    line-height: 1.8;
    font-size: 1.125rem;
  }
}

.p-detail__text span {
  border: solid 1px #a2a0a0;
  font-size: 14px;
  padding: 0 5px;
  margin-right: 8px;
  border-radius: 8px;
  display: inline-block;
  width: 110px;
  text-align: center;
}

.text--margin {
  margin-top: 20px;
}

.p-detail__text--indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-detail__text--indent {
    text-indent: 0;
    text-indent: initial;
    padding-left: 0;
    padding-left: initial;
  }
}

.p-detail__btn-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail__btn-wrapper {
    margin-top: 3rem;
  }
}

.p-detail__btn {
  text-align: center;
  display: inline-block;
  background: #009ce8;
  border-radius: 9999px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #009ce8;
  width: 220px;
  width: 13.75rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-detail__btn {
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
    width: 17.5rem;
  }
}

.p-detail__btn:hover {
  background: #fff;
}

.p-detail__btn:hover path {
  fill: #009ce8;
}

.p-detail__btn-text {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-detail__btn-text {
    font-size: 1.25rem;
  }
}

.p-detail__btn:hover .p-detail__btn-text {
  color: #009ce8;
}

.p-detail__btn svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-detail__btn svg {
    right: 1.5rem;
  }
}

.p-development {
  background: #f7f7f7;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-development {
    padding-top: 4rem;
    padding-bottom: 11.125rem;
  }
}

.p-development__slider-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-development__slider-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2rem;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-development__slider {
  margin-top: 48px;
  margin-top: 3rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-development__slider {
    margin-top: 2.6875rem;
  }
}

.p-drawer-icon {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border: 1px solid #ddd;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .1));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .1));
}
@media screen and (min-width: 768px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon.is-active {
  position: relative;
  z-index: 10001;
  background: transparent;
}
.p-drawer-icon.is-active .p-drawer-icon__bars {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  width: 1.5rem;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  width: 1.5rem;
}

.p-drawer-icon__bars {
  position: relative;
  width: 24px;
  width: 1.5rem;
  height: 10px;
  height: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.p-drawer-icon__bar1 {
  height: 2px;
  background: #0c224f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 24px;
  width: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer-icon__bar3 {
  height: 2px;
  background: #0c224f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  width: 0.75rem;
}

.p-drawer-content {
  width: 75%;
  height: 100dvh;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: #333;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}

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

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

.p-drawer-content__list {
  padding-left: 12px;
  padding-left: 0.75rem;
}

.p-drawer-content__list + .p-drawer-content__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer-content__link {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
  color: #fff;
}

.p-drawer-content__btns {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer-content__btn {
  background: #009ce8;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  width: 200px;
  width: 12.5rem;
  text-align: center;
  border-radius: 9999px;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

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

.p-drawer-background {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-drawer-background.is-active {
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-feature {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.p-feature__block-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-feature__block-wrapper {
    margin-top: 5rem;
  }
}

.p-feature__block + .p-feature__block {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-feature__block + .p-feature__block {
    margin-top: 4rem;
  }
}

.p-feature__blockTitle {
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__blockTitle {
    font-size: 2.5rem;
  }
}

.p-feature__blockTitle::before {
  content: "";
  position: absolute;
  width: 32px;
  width: 2rem;
  height: 2px;
  height: 0.125rem;
  background: #9d8b5d;
  left: 0;
  bottom: -24px;
  bottom: -1.5rem;
}

.p-feature__blockText {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-feature__blockText {
    margin-top: 3.625rem;
  }
}

.p-feature__text {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-feature__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-feature__text + .p-feature__text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-feature__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
  gap: 7px;
  gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__row {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-feature__img img {
  aspect-ratio: 580/320;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

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

.p-feature__detail {
  max-width: 720px;
  max-width: 45rem;
}

.p-feature__bottomImg {
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 302px;
  max-width: 18.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__bottomImg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 6rem;
    max-width: none;
    max-width: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-feature__bottomImg img {
  aspect-ratio: 400/120;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-footer {
  background: #000;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    border-top: 1px solid #9d8b5d;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer__left {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__left {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__logo-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-wrapper {
    text-align: left;
    text-align: initial;
  }
}

.p-footer__logo {
  display: inline-block;
  height: 100%;
  width: 276px;
  width: 17.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 16.8125rem;
  }
}

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

.p-footer__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 1.125rem;
    text-align: left;
    text-align: initial;
  }
}

.p-footer__small {
  margin-top: 80px;
  margin-top: 5rem;
  font-family: "Bacasime Antique", serif;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__small {
    text-align: left;
    text-align: initial;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__right {
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-footer__lists-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0rem;
     -moz-column-gap: 0rem;
          column-gap: 0rem;
  row-gap: 24px;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__lists-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4rem;
  }
}

.p-footer__lists:first-child {
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 768px) {
  .p-footer__lists:first-child {
    grid-area: initial;
  }
}

.p-footer__lists:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 768px) {
  .p-footer__lists:nth-child(2) {
    grid-area: initial;
  }
}

.p-footer__lists:last-child {
  grid-area: 1/2/3/3;
}
@media screen and (min-width: 768px) {
  .p-footer__lists:last-child {
    grid-area: initial;
  }
}

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

.p-footer__link {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.p-footer__list--small {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-footer__list--small--sp {
  padding-left: 0;
  padding-left: initial;
}

.p-footer__list--small::before {
  position: absolute;
  content: "";
  background: #9d8b5d;
  width: 8px;
  width: 0.5rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0%;
}

.p-footer__list--small--sp::before {
  display: none;
}

.p-footer__list--small + .p-footer__list--small {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list--small + .p-footer__list--small {
    margin-top: 1.25rem;
  }
}

.p-footer__link--small {
  font-weight: 500;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link--small {
    font-size: 1rem;
  }
}

.p-footer__bottom-lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 4rem;
    gap: 2rem;
  }
}

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

.p-footer__bottom-lists--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-lists--sp {
    display: none;
  }
}

.p-footer__bottom-list + .p-footer__bottom-list {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-list + .p-footer__bottom-list {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-footer__bottom-link {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-link {
    font-size: 0.75rem;
  }
}

.p-form {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-spinner {
  display: none;
}

.p-form__privacy {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-form__privacy .wpcf7-form-control-wrap {
  display: block;
}
.p-form__privacy .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
.p-form__privacy span.wpcf7-list-item {
  position: relative;
}
.p-form__privacy .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #000;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__privacy .wpcf7-list-item-label {
    font-size: 1rem;
  }
}
.p-form__privacy input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}
.p-form__privacy .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  position: relative;
  top: -1px;
  margin-right: 12px;
  margin-right: 0.75rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.p-form__privacy input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 4px;
  background: url(../images/common/check-box-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-left: initial;
}

.wpcf7-not-valid-tip {
  display: block ruby;
}

.p-form__description input[type=text],
.p-form__description input[type=email],
.p-form__description input[type=tel],
.p-form__description input[type=date],
.p-form__description input[type=number],
.p-form select,
.p-form textarea {
  background: #F8F6F2;
  border-radius: 0.375rem;
  padding: 16px 12px;
  padding: 1rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description input[type=text],
  .p-form__description input[type=email],
  .p-form__description input[type=tel],
  .p-form__description input[type=date],
  .p-form textarea {
    padding: 0.875rem 0.75rem;
  }
}

.p-form__description input[type=email],
.p-form__description input[type=text],
.p-form textarea {
  width: 100%;
}

.p-form textarea {
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 15.625rem;
  }
}

.p-form__description input[type=tel] {
  width: 192px;
  width: 12rem;
}

.p-form__description--cancel input[type=tel] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__description--cancel input[type=tel] {
    width: 19.5rem;
  }
}

.p-form__description input[type="number"] {
  width: 25%;
}

.p-form__description input[type=date] {
  width: 160px;
  width: 10rem;
  height: 56px;
  height: 3.5rem;
}

.p-form__description--state input[type=text] {
  width: 203px;
  width: 12.6875rem;
}

.p-form__dt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__dt {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-form__dt {
    font-size: 1.125rem;
  }
}

.p-form__dt--thin {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-form__fz16 {
    font-size: 1rem;
  }
}

.p-form__mt16 {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-form__need {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  background: #ff3c1e;
  border-radius: 0.125rem;
  width: 32px;
  width: 2rem;
  height: 18px;
  height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__any {
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  width: 32px;
  width: 2rem;
  height: 18px;
  height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  border-radius: 0.125rem;
}

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

@media screen and (min-width: 768px) {
  .p-form__description-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
  }
}

.p-form__description-rowBox + .p-form__description-rowBox {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description-rowBox + .p-form__description-rowBox {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-form__description-explain {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.p-form__row + .p-form__row {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__row + .p-form__row {
    margin-top: 2rem;
  }
}

.p-form__row--mt {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-form__btn-wrapper {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
  position: relative;
  width: 206px;
  width: 12.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper {
    width: 17.5rem;
    margin-top: 4rem;
  }
}

.p-form__btn-wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  width: 0.8125rem;
  height: 12px;
  height: 0.75rem;
  z-index: 1;
  right: 16px;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn-wrapper svg {
    right: 1.5rem;
  }
}

.p-form__btn-wrapper path {
  fill: #fff;
}

.p-form__btn-wrapper:hover path {
  fill: #009ce8;
}

.p-form input[type=submit] {
  background: #009ce8;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-radius: 9999px;
  width: 206px;
  width: 12.875rem;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border: 1px solid #009ce8;
}
@media screen and (min-width: 768px) {
  .p-form input[type=submit] {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.25rem;
    width: 17.5rem;
  }
}

.p-form input[type=submit]:hover {
  background: #fff;
  color: #009ce8;
}

.p-form input[type=button] {
  background: #fff;
  display: inline-block;
  color: #009ce8;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  border-radius: 9999px;
  width: 220px;
  width: 13.75rem;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #009ce8;
}
@media screen and (min-width: 768px) {
  .p-form input[type=button] {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 1.25rem;
    width: 17.5rem;
  }
}

.p-form__btn--previous {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn--previous {
    margin-bottom: 1rem;
  }
}

.p-form input[type=button]:hover {
  background: #009ce8;
  color: #fff;
}

.p-form .wpcf7-free-text {
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-form__description--radio {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.p-form__description--radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0c224f;
  font-size: 16px;
  font-size: 1rem;
}
.p-form__description--radio input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.p-form__description--radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 20px;
  height: 1.25rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させhttp://makingibi.local/contactる */
  width: 20px;
  width: 1.25rem;
}
.p-form__description--radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #fff; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 5px #0c224f;
          box-shadow: inset 0 0 0 5px #0c224f; /* 中心の色のスタイル */
}
.p-form__description--radio .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 18px;
  row-gap: 1.125rem;
  gap: 24px;
  gap: 1.5rem;
}

.p-form__description--small {
  width: 160px;
  width: 10rem;
}

.p-form__description--postal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__description--postal .wpcf7-form-control-wrap {
  width: 87px;
  width: 5.4375rem;
  display: inline-block;
}

.p-form__zipBtn {
  width: 80px;
  width: 5rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  background: #0c224f;
  border: 1px solid #0c224f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 54px;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__zipBtn:hover {
  background: #fff;
  color: #0c224f;
  cursor: pointer;
}

.p-form__privacy a {
  color: #009ce8;
  text-decoration: underline;
}

.p-form__space {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
}

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

.p-form__description-column + .p-form__description-column {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-form__description-column .wpcf7-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-form__column-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

::-moz-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

::-ms-input-placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

::placeholder {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-form__description--multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
}

.p-form__description--multi > .wpcf7-form-control-wrap {
  display: block;
}

.p-form__description--multi > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--multi > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-form__smallText {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
}

[data-name=your-calender3] {
  display: block;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  [data-name=your-calender3] {
    margin-top: 0;
    margin-top: initial;
  }
}

[data-name=your-calender2] {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-form__description--nomt {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__description--nomt {
    margin-top: 0 !important;
    margin-top: initial !important;
  }
}

.mb12 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.fz16 {
  font-size: 16px;
  font-size: 1rem;
}

.fz14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-form__privacy-small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #1a1a1a;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 28px;
  padding-left: 1.75rem;
}

.p-form__privacyText {
  color: #1a1a1a;
}

.p-form__privacyText a {
  text-decoration: underline;
  color: #0c224f;
}

.p-form__small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.error {
    & .wpcf7-not-valid-tip {
        display: none;
    }
    & .error-message {
        color: #dc3232;
        display: none; //初期状態は非表示
    }
    &:has(.wpcf7-not-valid-tip) {
        & .error-message {
            display: block;
        }
    }
}

.p-header {
  position: fixed;
  z-index: 9999;
  left: 0;
  width: 100%;
  background: transparent;
  top: 12px;
  top: 0.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header.is-scrolled {
    height: 5rem;
    background: #fff;
    top: 0;
  }
  .p-header.is-scrolled a:not(.p-header__btn-link) {
  color: #000;
}
}

@media screen and (max-width: 768px) {
  .p-header:not(.is-scrolled) {
  display: none;
}
}

.p-header__inner {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-header__content.is-scrolled {
    height: 5rem;
  }
}

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

.p-header__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 145px;
  width: 9.0625rem;
}
@media screen and (min-width: 768px) {
  .p-header__home {
    width: 14.0625rem;
  }
}

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

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    margin-left: auto;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .1));
            filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .1));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
  }
}

.p-header__nav.is-scrolled {
  -webkit-filter: initial;
          filter: initial;
  border-radius: 0;
  border-radius: initial;
  padding: 0;
  padding: initial;
  background: transparent;
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.p-header__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.blog .p-header__link ,
.single-post .p-header__link ,
.page-child .p-header__link ,
.page-id-39 .p-header__link ,
.page-id-103 .p-header__link ,
.page-id-105 .p-header__link ,
.page-id-107 .p-header__link ,
.page-id-109 .p-header__link ,
.page-id-192 .p-header__link{
  color: #000;
}

.p-header__btns {
  margin-left: 24px;
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.p-header__btn-link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #009ce8;
  border-radius: 9999px;
  padding: 12px 27px;
  padding: 0.75rem 1.6875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #009ce8;
}

.p-header__btn-link:hover {
  color: #009ce8;
  background: #fff;
}

.p-header__drawer {
  margin-left: auto;
}

.p-history {
  background-color: #f8f6f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.3125rem;
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-top: -180px;
  margin-top: -11.25rem;
}
@media screen and (min-width: 768px) {
  .p-history {
    margin-top: max(-30rem, -33.3333333333vw);
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.p-history__text-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-history__text-wrapper {
    margin-top: 2rem;
  }
}

.p-history__text {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-history__text {
    line-height: 2;
    font-size: 1rem;
  }
}

.p-history__text + .p-history__text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-price__block-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__block-wrapper {
    padding-top: 4rem;
    border-top: 1px solid #ddd;
    margin-left: 2rem;
	margin-right: 2rem;
    margin-top: 6rem;
  }
  .sp-table {
  display: none;
}
}
@media screen and (max-width: 768px) {
  .pc-table {
  display: none;
}
	}

.p-price__block-wrapper + .p-price__block-wrapper {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-price__block-wrapper + .p-price__block-wrapper {
    margin-top: 4rem;
  }
}

.p-price__block-wrapper:first-child {
  padding-top: 0;
  padding-top: initial;
  border-top: 0;
  border-top: initial;
}

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

@media screen and (min-width: 768px) {
.p-price__dt {
  width: 60%;
}
}

.p-price__blockTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
.p-price__blockTitle  {
  width: 25%;
}
}

.p-price__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #1a1a1a;
  font-weight: 500;
}

.p-price__numbers {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #1a1a1a;
  font-weight: 700;
}

.p-price__row-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__row-wrapper {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-price__row {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.p-price__row:first-child {
  padding-top: 0;
  padding-top: initial;
}

@media screen and (max-width: 768px) {
.p-price__row {
	display: block;
  }
}

.p-price__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.p-price__total {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__total {
    margin-top: 2rem;
  }
}

.p-intersection {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-intersection {
    margin-top: 6rem;
  }
}

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

.p-introduce {
  background: #fff;
  position: relative;
  z-index: 1;
  border-top-left-radius: 60px;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 60px;
  border-top-right-radius: 3.75rem;
  padding-top: 56px;
  padding-top: 3.5rem;
  margin-top: -60px;
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .p-introduce {
    border-top-left-radius: 6.25rem;
    border-top-right-radius: 6.25rem;
    padding-top: 4rem;
    padding-bottom: 12.5rem;
    margin-top: -6.25rem;
  }
}

.p-introduce__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__links {
    gap: 1.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-introduce__link {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 9999px;
  position: relative;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-introduce__link {
    padding-left: 1.5rem;
    padding-right: 2.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.p-introduce__link:hover {
  background: #0c224f;
}

.p-introduce__link-text {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-introduce__link-text {
    font-size: 1rem;
  }
}

.p-introduce__link:hover .p-introduce__link-text {
  color: #fff;
}

.p-introduce__link svg {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 13px;
  max-width: 0.8125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  right: 12px;
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__link svg {
    right: 1.25rem;
  }
}

.p-introduce__block-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__block-wrapper {
    margin-top: 6rem;
  }
}

.p-introduce__block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6875rem;
    padding-bottom: 5rem;
  }
}

.p-introduce__block:nth-child(2n) {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__block:nth-child(2n) {
    padding-top: 5rem;
    padding-bottom: 0;
    padding-bottom: initial;
    border-bottom: 0;
    border-bottom: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-introduce__title {
    width: 20rem;
  }
}

.p-introduce__right {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__right {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: auto;
    max-width: 50.5rem;
  }
}

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

.p-introduce__rightBlock + .p-introduce__rightBlock {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__rightBlock + .p-introduce__rightBlock {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-introduce__img {
    max-width: 23.75rem;
  }
}

.p-introduce__img img {
  aspect-ratio: 380/253;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-introduce__detail {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__detail {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-introduce__detailTitle {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #0c224f;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__detailTitle {
    font-size: 1.375rem;
  }
}

.p-introduce__text {
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-introduce__text {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}

.p-loading {
  height: 100dvh;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.p-loading__logo {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 200px;
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-loading__logo {
    top: 50%;
    width: 18.75rem;
  }
}

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

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

.p-loading__bg {
  background: #333;
}

.no-scroll {
  overflow: hidden;
}

.p-mv-bottom {
  margin-top: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv-bottom {
    padding-bottom: 5rem;
  }
}

.p-mv-bottom__content {
  text-align: center;
}

.p-mv-bottom__top {
  font-family: "Bacasime Antique", serif;
  color: #9d8b5d;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-mv-bottom__top {
    line-height: 1.4;
    font-size: 2.5rem;
  }
}

.p-mv-bottom__title {
  text-transform: uppercase;
  font-family: "Bacasime Antique", serif;
  line-height: 1;
  font-size: 56px;
  font-size: 3.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mv-bottom__title {
    margin-top: 1.5625rem;
    font-size: 8.5rem;
  }
}

.p-mv__content {
  position: relative;
}

.p-mv__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 375/700;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 1440/869;
    width: 85%;
    margin: 0 0 0 auto;
    border-radius: 8% 3% 3% 8% / 45% 4% 4% 45%;
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}

.p-mv__detail {
  position: absolute;
  top: 55%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__detail {
    margin: 0 calc(50% - 42vw);
    width: 100vw;
	top: 45%;
  }
}	

.p-mv__title {
  line-height: 1.6;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  background: linear-gradient(transparent 0%, #000 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.5rem;
  }
}

.p-mv__title span {
  color: #009ce8;
}

.p-mv__text {
  line-height: 1.8;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.p-news {
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-bottom: 12.5rem;
  }
}

.p-news__content {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-news__link {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-right: 27px;
  padding-right: 1.6875rem;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-news__link {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.p-news__list:last-child .p-news__link {
  border-bottom: 0;
  border-bottom: initial;
}
@media screen and (min-width: 768px) {
  .p-news__list:last-child .p-news__link {
    border-bottom: 1px solid #d9d9d9;
  }
}

.p-news__time {
  font-family: "Bacasime Antique", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #9d8b5d;
  line-height: 1;
}

.p-news__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-news__text {
    margin-top: 0;
    margin-top: initial;
    line-height: 1.4;
  }
}

.p-news__link svg {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 65%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 19px;
  max-width: 1.1875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .p-news__link svg {
    top: 50%;
    max-width: 1.875rem;
  }
}

.p-news__link:hover.p-news__link svg {
  right: -10px;
  right: -0.625rem;
}

.p-news__pagination {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__pagination {
    margin-top: 6rem;
  }
}

.p-numbers {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-numbers {
    padding-top: 7.5rem;
    padding-bottom: 9rem;
  }
}

.p-numbers__block-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__block-wrapper {
    padding-top: 4rem;
    border-top: 1px solid #ddd;
    margin-top: 6rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-numbers__block-wrapper:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2.25rem;
  }
}

.p-numbers__block-wrapper + .p-numbers__block-wrapper {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__block-wrapper + .p-numbers__block-wrapper {
    margin-top: 0;
  }
}

.p-numbers__block-wrapper:first-child {
  padding-top: 0;
  padding-top: initial;
  border-top: 0;
  border-top: initial;
}

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

.p-numbers__blockTitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-numbers__blockTitle {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .p-numbers__blockTitle {
    text-align: center;
  }
}

.p-numbers__group {
  background: #000;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  display: inline-block;
}

.p-numbers__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #1a1a1a;
  font-weight: 500;
}

.p-numbers__blockTitle .p-numbers__text {
  line-height: 1.5;
  display: inline-flex;
}

.p-numbers__row-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__row-wrapper {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-numbers__row-wrapper {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
  }
}

.p-numbers__row {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-numbers__row:last-child {
    border-bottom: none;
}
}

.p-numbers__row:first-child {
  padding-top: 0;
  padding-top: initial;
}

.p-numbers__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.p-numbers__total {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  color: #009ce8;
}
@media screen and (min-width: 768px) {
  .p-numbers__total {
    margin-top: 2rem;
  }
}

.p-numbers__all-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-numbers__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  background: #0c224f;
  border-radius: 0.25rem;
  width: 335px;
  width: 20.9375rem;
  height: 88px;
  height: 5.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-numbers__all {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 21.8125rem;
    height: 6.5rem;
    padding: 1rem 0.75rem;
  }
}

.p-numbers__all-icon {
  width: 56px;
  width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__all-icon {
    width: 4.5rem;
  }
}

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

.p-numbers__all-text {
  color: #fff;
  font-weight: 700;
  padding-top: 4px;
  padding-top: 0.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__all-text {
    font-size: 1.5rem;
  }
}

.p-numbers__all-text span {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-numbers__all-text span {
    font-size: 2.5rem;
  }
}

.p-outline {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  border-radius:2000px 2000px 0 0 / 300px 300px 0 0;
  margin:-65px -200px;
}
@media screen and (min-width: 768px) {
  .p-outline {
    padding-top: 4rem;
    padding-bottom: 9rem;
  }
}

@media screen and (max-width: 768px) {
.p-outline .l-inner {
    max-width: 380px;
  }
}

.p-outline__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  row-gap: 8px;
  row-gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-outline__lists {
    gap: 0.875rem;
    padding-bottom: 2.5rem;
  }
}

.p-outline__link {
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 9999px;
  display: inline-block;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 28px;
  padding-right: 1.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-outline__link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 2.75rem;
  }
}

.p-outline__link:hover {
  background: #0c224f;
}

.p-outline__link-text {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-outline__link-text {
    font-size: 1rem;
  }
}

.p-outline__link:hover .p-outline__link-text {
  color: #fff;
}

.p-outline__link svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-outline__link svg {
    right: 1.25rem;
  }
}

.p-outline__block {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-outline__block {
    margin-top: 6rem;
  }
}

.p-outline__flex {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-outline__dl {
    margin-left: auto;
    max-width: 51.0625rem;
  }
}

.p-outline__dl + .p-outline__dl {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline__dl + .p-outline__dl {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-outline__row {
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 2.5rem;
  }
}

.p-outline__row:first-child {
  padding-top: 0;
  padding-top: initial;
}

@media screen and (min-width: 768px) {
  .p-outline__dt {
    width: 10rem;
  }
}

.p-outline__bold {
  font-weight: 700;
  color: #009ce8;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-outline__bold {
    font-size: 1.25rem;
  }
}

.p-outline__dd {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-outline__dd {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-outline__text {
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-outline__text {
    line-height: 1.8;
    font-size: 1.125rem;
  }
}

.p-outline__dd-block + .p-outline__dd-block {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-outline__dd-bold {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-outline__dd-bold {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.p-outline__outLink {
  font-weight: 500;
  color: #0c224f;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-outline__outLink {
    line-height: 1.8;
    font-size: 1.125rem;
  }
}

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

.p-outline__tel {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-outline__tel {
    line-height: 1.8;
    font-size: 1.125rem;
  }
}

.p-page-mv__content {
  position: relative;
}

.p-page-mv__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.p-page-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 376/600;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img img {
    aspect-ratio: 1440/740;
  }
}

.p-page-mv__detail {
  position: absolute;
  width: 100%;
  bottom: 164px;
  bottom: 10.25rem;
}

.p-page-mv__detail--policy {
  bottom: 100px;
  bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail--policy {
    bottom: 10.25rem;
  }
}

.p-page-mv__detail--introduce {
  bottom: 100px;
  bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail--introduce {
    bottom: 10.25rem;
  }
}

.p-page-mv__detail--company {
  bottom: 109px;
  bottom: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail--company {
    bottom: 10.25rem;
  }
}

.p-page-mv__detail--recruit {
  bottom: 100px;
  bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__detail--recruit {
    bottom: 12.5rem;
  }
}

.p-page-mv__en {
  color: #009ce8;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Bacasime Antique", serif;
  display: block;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__en {
    font-size: 2rem;
  }
}

.p-page-mv__ja {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: block;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__ja {
    font-size: 3.5rem;
  }
}

.p-page-mv__text-wrapper {
  margin-top: 93px;
  margin-top: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text-wrapper {
    margin-left: auto;
    margin-top: 6rem;
    max-width: 39.0625rem;
  }
}

.p-page-mv__text-wrapper--voice {
  margin-top: 218px;
  margin-top: 13.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text-wrapper--voice {
    max-width: 28.4375rem;
    margin-top: min(12rem, 13.3333333333vw);
  }
}

.p-page-mv__text-wrapper--company {
  margin-top: 167px;
  margin-top: 10.4375rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text-wrapper--company {
    max-width: 29.375rem;
    margin-top: 10rem;
  }
}

.p-page-mv__text-wrapper--recruit {
  margin-top: 218px;
  margin-top: 13.625rem;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text-wrapper--recruit {
    margin-left: auto;
    margin-top: 12rem;
    max-width: 26.25rem;
  }
}

.p-page-mv__text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-page-mv__text {
    line-height: 2;
    font-size: 1rem;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pagination__list + .p-pagination__list {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.p-pagination__link {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 1px;
  background: transparent;
  color: #0c224f;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.current {
  background: #0c224f;
  color: #fff;
}

.p-pagination__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.p-pagination__prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.has-prev,
.has-next {
  display: none;
}

.p-recruit {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius:2000px 2000px 0 0 / 300px 300px 0 0;
  padding-top: 64px;
  padding-top: 4rem;
  margin:-65px -200px;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit .l-inner {
  max-width: 380px;
}
	}

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

.p-recruit__topText {
  text-align: center;
  font-weight: 700;
  color: #009ce8;
  background: #000;
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  min-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-recruit__topText {
    line-height: 1.6;
    font-size: 1.5rem;
    padding: 0.75rem 4.375rem;
  }
}

.p-recruit__mainTitle {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 96px;
  font-size: 6rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-recruit__mainTitle {
    line-height: 1;
    margin-top: 2rem;
    font-size: 6.75rem;
  }
}

.p-recruit__subTitle {
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__subTitle {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}

.p-recruit__subTitle span {
  color: #009ce8;
}

.p-recruit__topText--small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.6;
  max-width: 642px;
  max-width: 40.125rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__topText--small {
    margin-top: 2.5rem;
  }
}

.p-recruit__box {
  background: #000;
  border-radius: 0.625rem;
  margin-top: 48px;
  margin-top: 3rem;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__box {
    padding: 3rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.25rem;
    margin-top: 4rem;
  }
}

.p-recruit__left-text {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 28px;
  padding-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__left-text {
    padding-left: 3rem;
    font-size: 2rem;
  }
}

.p-recruit__left-text + .p-recruit__left-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__left-text + .p-recruit__left-text {
    margin-top: 3rem;
  }
}

.p-recruit__left-text::before {
  content: "";
  background: url(../images/common/recruit_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__left-text::before {
    width: 2rem;
    height: 2rem;
  }
}

.p-recruit__right {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__right {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-recruit__right-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-recruit__right-text {
    font-size: 1.125rem;
    line-height: 2;
    padding-left: 0;
    padding-left: initial;
    text-indent: 0;
    text-indent: initial;
  }
}

.p-recruit__bottom {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__bottom {
    margin-top: 3rem;
    text-align: center;
  }
}

.p-recruit__bottom-text {
  color: #000;
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__bottom-text {
    font-size: 1.125rem;
  }
}

.p-section-img {
  width: 100%;
}

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

.p-single {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-single {
    padding-top: 12.375rem;
    padding-bottom: 12.5rem;
  }
}

.p-single__content {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-single__title {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    line-height: 1.6;
    font-size: 2rem;
  }
}

.p-single__time {
  color: #009ce8;
  font-family: "Bacasime Antique", serif;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__time {
    margin-top: 1.5rem;
  }
}

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

.p-single__block p {
  margin-top: 16px;
  margin-top: 1rem;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-single__block p {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.p-single__block .size-full {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single__block .size-full {
    margin-top: 3rem;
  }
}

.p-single__block .wp-block-columns {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__block .wp-block-columns {
    margin-top: 3rem;
    gap: 2.5rem;
  }
}

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

.p-single__btn-wrapper {
  text-align: center;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single__btn-wrapper {
    margin-top: 6rem;
  }
}

.p-single__btn {
  display: inline-block;
  border: 1px solid #009ce8;
  border-radius: 9999px;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent;
  width: 200px;
  width: 12.5rem;
}

.p-single__btn:hover {
  background: #009ce8;
}

.p-single__btn-text {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009ce8;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-single__btn:hover .p-single__btn-text {
  color: #fff;
}

.p-single__btn svg {
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-block-column .wp-block-image {
  margin-top: 0;
  margin-top: initial;
}

.wp-block-column p {
  margin-top: 0;
  margin-top: initial;
}

.p-single__block .wp-block-preformatted {
  color: #1a1a1a;
}

.p-single__block a {
  text-decoration: underline;
  color: #009ce8;
}

.swiper-wrapper {
  position: relative;
}

.swiper-wrapper::before {
  position: absolute;
  content: "";
  background: #0c224f;
  width: 100000px;
  width: 6250rem;
  margin-right: calc(50% - 50vw);
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 17.5%;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper::before {
    top: 57%;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(odd) {
    padding-top: 17.5rem;
  }
}

.p-swiper__year {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0c224f;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.p-swiper__year::before {
  position: absolute;
  content: "";
  background: #9d8b5d;
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  border-radius: 9999px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -32px;
  bottom: -2rem;
  z-index: 2;
}

.swiper-slide:nth-child(even) .p-swiper__year::after {
  position: absolute;
  content: "";
  width: 1px;
  background-image: linear-gradient(to bottom, #0c224f 1px, transparent 1px);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: left bottom;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  top: 55px;
  top: 3.4375rem;
  height: 44px;
  height: 2.75rem;
}
@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(even) .p-swiper__year::after {
    height: 5rem;
    top: -5.5rem;
  }
}

.swiper-slide:nth-child(odd) .p-swiper__year::after {
  top: 55px;
  top: 3.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  content: "";
  width: 1px;
  background-image: linear-gradient(to bottom, #0c224f 1px, transparent 1px);
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-position: left bottom;
  height: 44px;
  height: 2.75rem;
}
@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(odd) .p-swiper__year::after {
    top: auto;
    top: initial;
    height: 4.125rem;
    bottom: -5.875rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(even) .p-swiper__year {
    margin-top: 5.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mt24 > .p-swiper__year {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt48 > .p-swiper__year {
    margin-top: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(even) .p-swiper__year::before {
    bottom: auto;
    bottom: initial;
    top: -1.0625rem;
  }
}

.p-swiper__box {
  background: #fff;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  height: 184px;
  height: 11.5rem;
}
@media screen and (min-width: 768px) {
  .p-swiper__box {
    height: 11.5rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide:nth-child(odd) .p-swiper__box {
    margin-top: 5.5rem;
  }
}

.p-swiper__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .mt24 {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mt48 {
    margin-top: 3rem;
  }
}

.swiper--pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .swiper--pc {
    display: block !important;
  }
}

.swiper--sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .swiper--sp {
    display: none !important;
  }
}

.p-text-block {
  padding-bottom: 144px;
  padding-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  .p-text-block {
    padding-bottom: 12.5rem;
  }
}

.p-text-block__content {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-text-block__topText {
  color: #1a1a1a;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-text-block__topText {
    font-size: 1rem;
  }
}

.p-text-block__block-wrapper {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-text-block__block + .p-text-block__block {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-text-block__blockTitle {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-text-block__blockTitle {
    font-size: 1.75rem;
  }
}

.p-text-block__blockTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  bottom: -1.5rem;
  background: #9d8b5d;
  width: 32px;
  width: 2rem;
  height: 2px;
  height: 0.125rem;
}

.p-text-block__text-wrapper {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-text-block__text-wrapper {
    margin-top: 3.125rem;
  }
}

.p-text-block__text {
  color: #1a1a1a;
  line-height: 2;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-text-block__text {
    font-size: 1rem;
  }
}

.p-text-block__text--noindent {
  text-indent: 0;
  text-indent: initial;
  padding-left: 0;
  padding-left: initial;
}

.p-text-block__text--margin {
  margin-top: 10px;
}

.p-text-mv {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-text-mv {
    padding-top: 12.375rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-text-mv--news {
    padding-bottom: 5rem;
  }
}

.p-text-mv__title-en {
  display: block;
  color: #009ce8;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Bacasime Antique", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-text-mv__title-en {
    font-size: 2rem;
  }
}

.p-text-mv__title-ja {
  display: block;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-text-mv__title-ja {
    font-size: 3.5rem;
  }
}

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

.p-text-mv__text {
  color: #1a1a1a;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-text-mv__text {
    line-height: 2;
    font-size: 1rem;
    margin-top: 5rem;
    margin-left: auto;
  }
}

.p-thanks {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding-bottom: 10rem;
  }
}

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

.p-thanks__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 2rem;
  }
}

.p-thanks__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.p-thanks__link {
  margin-top: 32px;
  margin-top: 2rem;
  display: inline-block;
  padding: 16px 32px;
  padding: 1rem 2rem;
  background: #009ce8;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #009ce8;
  border-radius: 9999px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__link {
    font-size: 1rem;
  }
}

.p-thanks__link:hover {
  background: #fff;
  color: #009ce8;
}

.p-top-about {
  background: #fff;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.p-top-about__title {
  text-align: center;
}

.p-top-about__text-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__text-wrapper {
    margin-top: 3rem;
    text-align: center;
  }
}

.p-top-about__text {
  color: #fff;
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    font-size: 1rem;
  }
}

.p-top-about__lists {
  display: grid;
  margin-top: 48px;
  margin-top: 3rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__lists {
    margin-top: 4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-top-about__list {
  border-radius: 0.3125rem;
}

.p-top-about__link {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 0.3125rem;
}

.p-top-about__img {
  border-radius: 0.3125rem;
}

.p-top-about__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  aspect-ratio: 335/200;
}
@media screen and (min-width: 768px) {
  .p-top-about__img img {
    aspect-ratio: 340/560;
  }
}

.p-top-about__link:hover .p-top-about__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-about__detail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__detail {
    height: 8.5rem;
  }
}

.p-top-about__en {
  color: #00A4FF;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Bacasime Antique", serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__en {
    font-size: 2rem;
  }
}

.p-top-about__cardTitle {
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__cardTitle {
    font-size: 2rem;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__cardTitle--pt {
    padding-top: 0.75rem;
  }
}

.p-top-about__svg {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 56px;
  max-width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__svg {
    margin-top: auto;
    max-width: 4.375rem;
  }
}

.p-top-about__svg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-top-company {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__title-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 33.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__title {
    max-width: 30.75rem;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
}

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

.p-top-company__detail {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__detail {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 33.3125rem;
    padding-right: 4.3125rem;
  }
}

.c-main-title__ja.js-top-company {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja.js-top-company {
    font-size: 2rem;
	line-height: 1.6;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-top-company___text {
  font-weight: 500;
  line-height: 2;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-company___text {
    font-size: 1rem;
  }
}

.p-top-company__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-company__btn {
    margin-top: 2.5rem;
	text-align: left;
  }
}

.home .p-invite {
  display: none;
}


.p-top-contact {
  background: #000;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.p-top-contact__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.p-top-contact__link {
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 5px;
  border-top-left-radius: 0.3125rem;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 5px;
  border-top-right-radius: 0.3125rem;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-top-contact__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    padding: initial;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    gap: initial;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: initial;
    border-top-right-radius: 0;
    border-top-right-radius: initial;
  }
}

.p-top-contact__link:hover {
  background: #000;
}
@media screen and (min-width: 768px) {
  .p-top-contact__link:hover {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

.p-top-contact__img {
  overflow: hidden;
  max-width: 69px;
  max-width: 4.3125rem;
  min-width: 69px;
  min-width: 4.3125rem;
  border-bottom-left-radius: 5px;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 5px;
  border-top-left-radius: 0.3125rem;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 5px;
  border-top-right-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__img {
    max-width: 12.5rem;
    min-width: 12.5rem;
    border-bottom-right-radius: 0;
    border-bottom-right-radius: initial;
    border-top-right-radius: 0;
    border-top-right-radius: initial;
  }
}

.p-top-contact__img img {
  aspect-ratio: 200/298;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 5px;
  border-bottom-left-radius: 0.3125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-top-contact__link:hover .p-top-contact__img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.p-top-contact__detail {
  background: #fff;
  border-top-right-radius: 5px;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 0.3125rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-top-contact__detail {
    text-align: center;
  }
}

.p-top-contact__link:hover .p-top-contact__detail {
  background: #000;
}

.p-top-contact__title {
  font-weight: 700;
  color: #000;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__title {
    font-size: 1.75rem;
  }
}

.p-top-contact__link:hover .p-top-contact__title {
  color: #fff;
}

.p-top-contact__text {
  line-height: 1.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: min(13px, 3.4666666667vw);
  font-size: min(0.8125rem, 3.4666666667vw);
}
@media screen and (min-width: 768px) {
  .p-top-contact__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-top-contact__link:hover .p-top-contact__text {
  color: #fff;
}

.p-top-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 104px;
  width: 6.5rem;
  text-align: center;
  height: 48px;
  height: 3rem;
  position: relative;
  background: #009ce8;
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__btn {
    margin-top: 1.5rem;
  }
}

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

.p-top-contact__btn--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-contact__btn--sp {
    display: none;
  }
}

.p-top-contact__link:hover .p-top-contact__btn {
  background: #009ce8;
}

.p-top-contact__btn-text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-top-contact__link:hover .p-top-contact__btn-text {
  color: #0c224f;
}

.p-top-contact__btn svg {
  position: absolute;
}

.p-top-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__row {
    display: contents;
  }
}

.p-top-news {
  padding-top: 32px;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 3.9375rem;
  }
}

.p-top-news__content {
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__content {
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__contentRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    max-width: 67.5rem;
    margin-inline: auto;
  }
}

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

.p-top-news__btn--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn--pc {
    display: block;
  }
}

.p-top-news__btn--sp {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn--sp {
    display: none;
  }
}

.p-top-news__right {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__right {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-news__list + .p-top-news__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__list + .p-top-news__list {
    margin-top: 2rem;
  }
}

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

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

.p-top-news__date {
  color: #9d8b5d;
  font-family: "Bacasime Antique", serif;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__date {
    width: 8.125rem;
    font-size: 1.75rem;
  }
}

.p-top-news__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news__text {
    line-height: 1.4;
    font-size: 1.25rem;
    margin-left: 1.25rem;
  }
}

.p-top-news__text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  bottom: -0.5rem;
  width: 0%;
  background: #9d8b5d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 1px;
}

.p-top-news__link:hover .p-top-news__text {
  color: #9d8b5d;
}


.p-top-news__link svg {
  max-width: 19px;
  max-width: 1.1875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__link svg {
    padding-top: 0;
    padding-top: initial;
    max-width: 1.875rem;
  }
}

.p-top-news__link:hover.p-top-news__link svg {
  margin-right: -5px;
  margin-right: -0.3125rem;
}

.p-top-recruit {
  background: #000;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit {
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 7.5rem;
  }
}

.p-top-recruit__curve {
  margin-top: -19px;
  margin-top: -1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__curve {
    margin-top: -5.125rem;
  }
}

.p-top-recruit__title {
  margin-top: 80px;
  text-align: center;
}

.p-top-recruit__title .c-main-title__ja {
  color: #fff;
}

.p-top-recruit__information {
  border-radius: 0.3125rem;
  display: block;
}

.p-top-recruit__img {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
}

.p-top-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.3125rem;
}

.p-top-recruit__block {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__block {
    margin-top: 4rem;
  }
}

.p-top-recruit__information {
  border-radius: 0.3125rem;
  display: block;
}

.p-top-recruit__img {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
}

.p-top-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0.3125rem;
}

.p-top-service {
  background: #000;
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-top: 0;
    padding-top: initial;
    padding-bottom: 7.5rem;
  }
}

.p-top-service__block {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__block {
    margin-top: 0;
  }
}

.p-top-service__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  gap: 0.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3125rem;
    margin-top: 0;
	padding-top: 3.75rem;
  }
}

.p-top-service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-top-service__link {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
	margin: 0 10px;
  }
}

.p-top-service__linkText {
  color: #9D8B5D;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-top-service__link svg {
  max-width: 70px;
  max-width: 4.375rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  display: block;
}

.p-top-service___text {
  padding: 0 50px;
  line-height: 1.6;
}

.p-top-service___text span {
  color: #9d8b5d;
  font-weight: 600;
}

.p-policy {
  background: #fff;
  border-top-left-radius: 60px;
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 60px;
  border-top-right-radius: 3.75rem;
  margin-top: -60px;
  margin-top: -3.75rem;
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-policy {
    border-top-left-radius: 6.25rem;
    border-top-right-radius: 6.25rem;
    margin-top: -6.25rem;
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-policy__block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-policy__block {
    padding-bottom: 9rem;
  }
}

.p-policy__block:nth-child(2n) {
  padding-bottom: 0;
  padding-bottom: initial;
  border-bottom: 0;
  border-bottom: initial;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-policy__block:nth-child(2n) {
    padding-top: 9rem;
  }
}

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

.p-policy__en {
  font-family: "Bacasime Antique", serif;
  text-transform: capitalize;
  color: #bbb9b9;
  letter-spacing: 0.05em;
  opacity: 0.3;
  display: block;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .p-policy__en {
    line-height: normal;
    line-height: initial;
    font-size: 3rem;
  }
}

.p-policy__ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-policy__ja {
    margin-top: 1.5rem;
    font-size: 3rem;
  }
}

.p-policy__ja::before {
  position: absolute;
  content: attr(data-voice) "";
  font-family: "Aboreto", serif;
  color: #bbb9b9;
  line-height: 1;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__ja::before {
    font-size: 10rem;
  }
}

.p-policy__row-wrapper {
  margin-top: 94px;
  margin-top: 5.875rem;
}
@media screen and (min-width: 768px) {
  .p-policy__row-wrapper {
    margin-top: 7.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-policy__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

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

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

.p-policy__detail + .p-policy__detail {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy__detail + .p-policy__detail {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-policy__detailTitle {
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy__detailTitle {
    font-size: 2.5rem;
  }
}

.p-policy__detailTitle::before {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 2px;
  height: 0.125rem;
  background: #9d8b5d;
  bottom: -24px;
  bottom: -1.5rem;
  left: 0;
}

.p-policy__text {
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 46px;
  margin-top: 2.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-policy__text {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-policy__text + .p-policy__text {
  margin-top: 16px;
  margin-top: 1rem;
}

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

.p-policy__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 335/188;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-policy__img img {
    aspect-ratio: 568/320;
  }
}

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

.p-policy-section {
  width: 100%;
  margin-top: 60px;
}

.p-policy-section img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 375/313;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .p-policy-section img {
    aspect-ratio: 1440/418;
  }
}

.c-main-btn {
  background: #000;
  position: relative;
  display: inline-block;
  width: 200px;
  width: 12.5rem;
  text-align: center;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  border-radius: 9999px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-main-btn--white {
  background: #000;
}

.c-main-btn:hover {
  background: #9d8b5d;
}

.c-main-btn--white:hover {
  background: #9d8b5d;
}

.c-main-btn__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-right: 12px;
}

.c-main-btn__text--white {
  color: #fff;
}

.c-main-btn:hover .c-main-btn__text {
  color: #fff;
}

.c-main-btn svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  max-width: 13px;
  max-width: 0.8125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.c-main-btn path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-main-btn:hover path {
  fill: #fff;
}

.c-main-btn--white:hover path {
  fill: #fff;
}

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

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

@media screen and (min-width: 768px) {
  .c-main-title--sp {
    display: none;
  }
}

.c-main-title__en {
  font-family: "Bacasime Antique", serif;
  color: #9d8b5d;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-main-title__en {
    font-size: 2rem;
  }
}

.c-main-title__ja {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-main-title__ja {
    line-height: 1.4;
    margin-top: 1rem;
    letter-spacing: normal;
    letter-spacing: initial;
    font-size: 2.6rem;
  }
}

.c-main-title__ja--blue {
  color: #0c224f;
}

.c-main-title__ja span {
  color: #9d8b5d;
}

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

.c-page-title__en {
  display: block;
  font-family: "Bacasime Antique", serif;
  color: #9d8b5d;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-page-title__en {
    font-size: 2rem;
  }
}

.c-page-title__ja {
  display: block;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-page-title__ja {
    margin-top: 0;
    margin-top: initial;
    font-size: 3rem;
  }
}
/*# sourceMappingURL=styles.css.map */
