/*=================================================
				media query
=================================================*/
.pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }
}

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

/*=================================================
				fonts
=================================================*/
.font--heading--en, .staff__role, .section__title--en {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.font--text--mincho--regular, .staff__name, .customer__message, .benefits__content h3, .benefits__title, .recommend__feature__heading, .section__heading--vertical .vertical, .info-box h3, .concept__title, .message__title, .lead__text, .coupon__price, .coupon__header, .close-btn, .content__heading--sub, .section__title--num {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.font--text--mincho--bold, .content__heading, .section__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

/*=================================================
				color
=================================================*/
.bg--primaryColor {
  background-color: #536352 !important;
  color: #fff;
}
.bg--primaryColor h2,
.bg--primaryColor a {
  color: #fff;
}
.bg--primaryLightColor {
  background-color: #849183;
}
.bg--primaryUltraLightColor {
  background-color: #d0d8d0;
}
.bg--secondaryColor {
  background-color: #181B39 !important;
  color: #fff;
}
.bg--secondaryColor h2,
.bg--secondaryColor a {
  color: #fff;
}
.bg--accentColor {
  background-color: #bea375;
}
.bg--lightGrayColor {
  background-color: #f7f7f7;
}
.bg--lightGrayColor h2,
.bg--lightGrayColor h3,
.bg--lightGrayColor a {
  color: #536352;
}
.bg--gradient-lightgray {
  background: linear-gradient(0deg, transparent, #eeeeee, transparent);
}
.bg--white {
  background-color: #fff;
}
.bg--specialColor {
  background: rgb(28, 46, 102);
  background: linear-gradient(90deg, rgb(28, 46, 102) 0%, rgb(52, 117, 137) 50%, rgb(21, 94, 66) 100%);
}
.bg--baseColor {
  background: url(../img/bg-sp.jpg) repeat-y center/contain;
}
@media screen and (min-width: 992px) {
  .bg--baseColor {
    background-image: url(../img/bg.jpg);
  }
}

.color--primary {
  color: #536352 !important;
}
.color--accent {
  color: #bea375 !important;
}
.color--cLightGray {
  color: #f7f7f7 !important;
}
.color--white {
  color: #fff !important;
}

/*=================================================
				common
=================================================*/
body {
  background-color: #f5f1ee !important;
}
@media screen and (min-width: 992px) {
  body {
    background-color: #fff;
  }
}

#menu a {
  color: #3c3c3c !important;
}

@media screen and (min-width: 992px) {
  #container-lp {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .page #content p {
    font-size: 16px;
    line-height: 2;
  }
}
.page #content p:first-of-type {
  margin-top: 1rem;
}
.page #content p.concept__title {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page #content p.concept__title {
    font-size: 24px;
  }
}
.page #content p.message__title {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page #content p.message__title {
    font-size: 24px;
  }
}
.page #content p.lead__text {
  font-size: 16px;
  line-height: 3;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .page #content p.lead__text {
    font-size: 24px;
  }
}
.page #content p.vertical {
  font-size: 18px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page #content p.vertical {
    font-size: 24px;
  }
}
.page #content p.customer__comment {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page #content p.staff__comment {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .cta {
    margin-top: 3rem;
  }
}
.cta > a {
  text-decoration: none;
}
.cta__msg {
  font-size: 16px;
  font-family: serif;
  padding: 12px 16px 0;
  letter-spacing: 2px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__msg::before, .cta__msg::after {
  content: "";
  width: 22px;
  height: 1px;
  box-sizing: border-box;
  background-color: #333333;
}
.cta__msg::before {
  transform: rotate(60deg);
}
.cta__msg::after {
  transform: rotate(-60deg);
}
.cta__msg--l {
  font-size: 24px;
}
.cta__info {
  margin: 8px 0 0 0;
  text-align: center;
}
.cta.--fixed {
  margin: 0;
  padding: 10px 0px 0;
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 999;
}
.cta.--fixed .btn--normal {
  font-size: 16px;
  width: 250px;
}
.cta.--fixed.sp {
  padding: 0;
}
.cta.--fixed.sp .btn--normal {
  font-size: 14px;
  letter-spacing: -1px;
  width: 155px;
  height: 40px;
  display: flex;
  align-items: center;
}
.cta.--fixed.sp .btn--normal::after {
  width: 24px;
  height: 24px;
}
.cta.--fixed.sp .cta__msg {
  font-size: 14px;
  padding: 0;
  margin-top: 0;
}
.cta__btn {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .section__inner {
    padding-inline: 4rem;
  }
}
.section__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 24px;
    margin-top: 40px;
  }
}
.section__title--en {
  font-size: 32px;
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
.section__title--en::before, .section__title--en::after {
  content: "";
  display: block;
  width: 50%;
  height: 20px;
  margin: 0 auto;
  background: url("../img/pr/heading-deco.png") no-repeat center/contain;
}
.section__title--en::before {
  margin-bottom: 0.5rem;
}
.section__title--en::after {
  margin-top: 0.5rem;
}
.section__title-wrap {
  padding-top: 3rem;
}
.section__title--num {
  font-size: 28px;
}

.content__heading {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .content__heading {
    font-size: 20px;
  }
}
.content__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  background: url(../img/pr/content-heading-line.png) no-repeat center/contain;
}
.content__heading--sub {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

/*=================================================
				header
=================================================*/
#header-lp {
  background: none;
  width: 100%;
  padding: 12px;
  display: grid;
  justify-content: center;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

@media screen and (min-width: 992px) {
  .menu {
    display: flex !important;
    flex-direction: column;
  }
}
.menu__title {
  color: #3c3c3c;
  font-size: 12px;
}
.menu-item {
  font-size: 14px;
}

.toggled .menu-recruit-lp-2025-container {
  background: rgba(83, 99, 82, 0.9);
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
}

.header__logo {
  width: 66px;
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: 130px;
  }
}

/*=================================================
				cta btn
=================================================*/
.popup-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  background: #e9d6b6;
  padding: 20px;
  margin: 1rem;
  border-radius: 10px;
  width: calc(100vw - 1rem);
  height: calc(100vh - 5rem);
  overflow-y: scroll;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: translateY(-10px);
  transition: transform 0.3s ease;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .popup {
    width: 600px;
    height: auto;
    padding: 40px;
  }
}

.popup-overlay.active .popup {
  transform: translateY(0);
}

.close-btn {
  color: #181B39;
  font-size: 30px;
  position: absolute;
  top: 9px;
  right: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.coupon__header {
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .coupon__header {
    font-size: 20px;
  }
}
.coupon__list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.coupon__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  height: 60px;
  width: 100%;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .coupon__list a {
    font-size: 16px;
  }
}
.coupon__att {
  font-size: 12px;
  color: #fff;
  background-color: #536352;
  padding: 2px 4px;
}
.coupon__heading {
  display: grid;
  grid-template-columns: 68% auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .coupon__heading {
    grid-template-columns: 75% auto;
  }
}
.coupon__title {
  display: block;
  font-size: 13px;
  margin-top: 6px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .coupon__title {
    font-size: 16px;
  }
}
.coupon__price {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}
.coupon__item {
  margin-top: 2rem;
}
.float-btn-list .coupon__item:nth-of-type(n+2) {
  border-top: 1px solid #707070;
  padding-top: 2rem;
}

/*=================================================
				table
=================================================*/
.wp-block-table th, .wp-block-table td {
  border-top: 1px solid #536352 !important;
  border-bottom: 1px solid #536352 !important;
  border-right: none !important;
  border-left: none !important;
  font-size: 14px;
  line-height: 1.75;
  padding: 0.75rem 1rem !important;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .wp-block-table th, .wp-block-table td {
    padding: 1.5rem 1rem !important;
  }
}

.table--normal, .table--horizontal {
  margin-top: 1rem;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .table--normal, .table--horizontal {
    max-width: 60%;
  }
}
.table--normal th, .table--normal td, .table--horizontal th, .table--horizontal td {
  font-size: 14px;
  display: block;
  width: 100%;
  padding-block: 0.75rem;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .table--normal th, .table--normal td, .table--horizontal th, .table--horizontal td {
    display: table-cell;
    padding: 0.8rem;
  }
}
.table--normal th, .table--horizontal th {
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #d0d8d0;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .table--normal th, .table--horizontal th {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .table--normal td, .table--horizontal td {
    width: auto;
    background: white;
  }
}
.table--normal table {
  border-top: 2px solid #536352;
  border-bottom: 2px solid #536352;
}
@media screen and (min-width: 992px) {
  .table--normal tr:nth-of-type(n+2) th, .table--normal tr:nth-of-type(n+2) td {
    border-top: 1px solid #e9d6b6;
  }
}
@media screen and (min-width: 992px) {
  .table--horizontal {
    display: flex;
  }
}
.table--option td {
  font-weight: 600;
  position: relative;
  padding-left: 2rem !important;
}
.table--option td::after {
  content: "";
  background-color: #536352;
  width: 16px;
  height: 12px;
  top: 16px;
  left: 10px;
  position: absolute;
  transform: skewX(-10deg);
  transition: 0.5s all ease;
}
@media screen and (min-width: 992px) {
  .table--option td::after {
    top: 28px;
  }
}

@media (min-width: 992px) {
  .table--horizontal tr:nth-child(n+2) th, .table--horizontal tr:nth-child(n+2) td {
    border-left: none;
  }
  .table--horizontal tbody {
    display: flex;
    width: 100%;
  }
  .table--horizontal tr {
    width: inherit;
  }
}
/*=================================================
				button
=================================================*/
.btn--normal {
  color: #fff;
  font-size: 20px;
  background-color: #bea375;
  border-radius: 30px;
  text-decoration: none;
  width: 320px;
  padding-right: 60px;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .btn--normal {
    width: 320px;
  }
}
.btn--normal::after {
  content: "";
  background: url(../../lp/img/pr/btn-arrow.png) no-repeat center/cover;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

/*=================================================
				contents
=================================================*/
@media screen and (min-width: 768px) {
  .lp__wrap {
    background-color: #f5f1ee;
    width: 750px;
    margin-inline: auto;
    box-shadow: 0 0 3px #999;
  }
}

.lead__title {
  color: #536352;
  font-size: 36px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.75;
}
.lead__text {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .lead__text {
    margin-bottom: 5rem;
  }
}

#problem {
  background: #f4e7cd;
}

.problem {
  margin-top: 4rem;
  padding: 1rem 1rem 3rem;
}
.problem__content {
  display: grid;
  grid-template-columns: 45% 55%;
}
@media screen and (min-width: 768px) {
  .problem__content {
    grid-template-columns: 40% 60%;
    align-items: center;
  }
}
.problem__woman {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .problem__woman {
    width: 100%;
  }
}
.problem__detail li:nth-of-type(n+2) {
  margin-top: 2rem;
}

.entry-content ul.problem__detail {
  margin-left: 1rem;
}
.entry-content .recommend ul, .entry-content .info-box ul {
  margin-left: 1rem;
}

.message__content {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 56px auto;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .message__content {
    grid-template-columns: 88px auto;
    gap: 24px;
    justify-content: center;
  }
}
.message__title {
  writing-mode: tb;
  margin-top: 0 !important;
}
.message__text {
  font-size: 14px;
  line-height: 1.75;
}

.bg--dark {
  background-color: #536352;
}
.bg--dark .section__title {
  color: #fff;
}
.bg--dark .section__title--en {
  color: #fff;
}
.bg--dark .section__title--en::before, .bg--dark .section__title--en::after {
  background-image: url("../img/pr/heading-deco-bright.png");
}

.concept__mv {
  position: relative;
}
.concept__mv img {
  width: 100%;
}
.concept__title {
  color: #fff;
  writing-mode: tb;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
  right: 14px;
}
@media screen and (min-width: 768px) {
  .concept__title {
    top: 32px;
    right: 32px;
  }
}

.section__header__img {
  padding-bottom: 2rem;
}

.info-box {
  border: 1px solid #536352;
  padding: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .info-box {
    padding: 3rem;
  }
}
.info-box h3 {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #f5f1ee;
  width: 220px;
  margin: 0;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .info-box h3 {
    font-size: 20px;
    width: 250px;
  }
}

.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 24px;
}

.flow {
  position: relative;
}
.flow::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #e9d6b6;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 0;
}
.flow__wrap {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .flow__wrap {
    margin-top: 8rem;
  }
}
.flow__item {
  position: relative;
}
.flow__item:nth-of-type(n+2) {
  margin-top: 2rem;
}
.flow__heading {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  gap: 1rem;
}
.flow__title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 16px;
  }
}
.flow__detail {
  width: 86%;
  margin-left: auto;
}

.section__heading--vertical {
  display: grid;
  grid-template-columns: 75% auto;
  gap: 12px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .section__heading--vertical {
    grid-template-columns: 65% auto;
    gap: 24px;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.section__heading--vertical .vertical {
  color: #fff;
  writing-mode: tb;
  letter-spacing: 3px;
  padding-right: 1rem;
  margin: 0;
}

.recommend__feature__heading {
  font-size: 18px;
}
.recommend__num {
  font-size: 12px;
  background: #536352;
  color: #fff;
  text-align: center;
  display: block;
  width: 40px;
  padding: 2px 2px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .recommend__num {
    font-size: 14px;
    width: 48px;
  }
}
.recommend__img figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}

.benefits {
  color: #fff;
  background-color: #536352;
  padding: 1.75rem 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .benefits {
    padding: 2.75rem 3rem;
  }
}
.benefits::before, .benefits::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  background: url("../img/pr/benefits-line.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .benefits::before, .benefits::after {
    height: 55px;
  }
}
.benefits::before {
  margin-bottom: 0.5rem;
}
.benefits::after {
  margin-top: 0.5rem;
  transform: rotate(180deg);
}
.benefits__title {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .benefits__title {
    font-size: 24px;
  }
}
.benefits__content {
  padding-inline: 1rem;
}
.benefits__content h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefits__content h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.benefits__content h3::before, .benefits__content h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26%;
  height: 1px;
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .benefits__content h3::before, .benefits__content h3::after {
    width: 34%;
  }
}
.benefits__content h3::before {
  left: 0;
}
.benefits__content h3::after {
  right: 0;
}
.benefits__inner {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .benefits__inner {
    padding-bottom: 2rem;
    padding-inline: 2rem;
  }
}

.customer__wrap .customer__item:nth-of-type(n+2) {
  margin-top: 1rem;
}
.customer__item {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .customer__item {
    padding: 2.75rem;
  }
}
.customer__message {
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .customer__message {
    font-size: 24px;
  }
}
.customer__message::after {
  content: "";
  background: url(../img/pr/customer-comment.png) no-repeat center/cover;
  width: 190px;
  height: 50px;
  display: block;
  position: absolute;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .customer__message::after {
    width: 260px;
    height: 67px;
    top: 40px;
  }
}
.customer__image {
  width: 190px;
  margin-left: auto;
  display: block;
  margin-right: -30px;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .customer__image {
    width: 230px;
    margin-right: -50px;
    margin-top: -130px;
  }
}
.customer__info {
  display: inline-block;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.8);
}
.customer__content {
  margin-top: -37px;
}

@media screen and (min-width: 768px) {
  .staff__item {
    width: 400px;
    margin: auto;
  }
}
.staff__name {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .staff__name {
    font-size: 24px;
  }
}
.staff__role {
  font-size: 16px;
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .staff__role {
    font-size: 20px;
  }
}
.staff__comment {
  border-bottom: 0.5px dashed #849183;
  display: inline;
  padding-bottom: 4px;
}
.staff__heading {
  margin-bottom: 1rem;
}

/*=================================================
				footer
=================================================*/
.footer {
  color: #fff;
  background-color: #536352;
  font-size: 12px;
  margin-top: 2rem;
}
.footer__logo {
  width: 140px;
  margin: auto;
  display: block;
  margin-top: 3rem;
}
.footer__cta {
  margin-top: 3rem;
}

.copyright {
  text-align: center;
}/*# sourceMappingURL=pr.css.map */