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

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

/*=================================================
				color
=================================================*/
.bg--primaryColor {
  background-color: #c37b5e !important;
  color: #fff;
}
.bg--primaryColor h2,
.bg--primaryColor a {
  color: #fff;
}
.bg--primaryLightColor {
  background-color: #c37b5e;
}
.bg--primaryUltraLightColor {
  background-color: #fae1c1;
}
.bg--secondaryColor {
  background-color: #181B39 !important;
  color: #fff;
}
.bg--secondaryColor h2,
.bg--secondaryColor a {
  color: #fff;
}
.bg--accentColor {
  background-color: #fc5490;
}
.bg--lightGrayColor {
  background-color: #f7f7f7;
}
.bg--lightGrayColor h2,
.bg--lightGrayColor h3,
.bg--lightGrayColor a {
  color: #c37b5e;
}
.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: #c37b5e !important;
}
.color--accent {
  color: #fc5490 !important;
}
.color--cLightGray {
  color: #f7f7f7 !important;
}
.color--white {
  color: #fff !important;
}

/*=================================================
				layout
=================================================*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.section__inner {
  padding-inline: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .section__inner {
    margin-top: 5rem;
    padding-inline: 2rem;
  }
}
.section__wrap {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .section__wrap {
    padding-top: 5rem;
  }
}

/*=================================================
				common
=================================================*/
body {
  background-color: #fcfaf0 !important;
}
@media screen and (min-width: 992px) {
  body {
    background-image: url(../../lp/img/pc-bg.jpg) !important;
    background-repeat: repeat-y !important;
    background-position: center !important;
    background-attachment: fixed !important;
  }
}

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

#container-lp {
  background-color: rgba(250, 250, 240, 0.8);
}
@media screen and (min-width: 992px) {
  #container-lp {
    padding-bottom: 5rem;
  }
}
#container-lp p {
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  #container-lp p {
    font-size: 16px;
    line-height: 2;
  }
}

.page #content p:first-of-type {
  margin-top: 1rem;
}

@media screen and (min-width: 992px) {
  .cta {
    margin-top: 3rem;
  }
}
.cta__msg {
  font-size: 16px;
  font-family: serif;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
}
.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__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;
}

.section__title {
  background: white;
  font-size: 22px;
  font-weight: 400;
  box-shadow: 0 0 3px #999;
  height: 60px;
  width: 80%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .section__title {
    width: 60%;
    height: 80px;
    margin-top: 120px;
  }
}
.section__title::before, .section__title::after {
  content: "";
  width: 15px;
  height: 42px;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .section__title::before, .section__title::after {
    height: 62px;
  }
}
.section__title::before {
  border-left: solid 1px #181B39;
  border-top: solid 1px #181B39;
  border-bottom: solid 1px #181B39;
  top: 8px;
  left: 8px;
}
.section__title::after {
  border-right: solid 1px #181B39;
  border-top: solid 1px #181B39;
  border-bottom: solid 1px #181B39;
  top: 8px;
  right: 8px;
}

ul li {
  font-size: 14px;
  list-style-type: disc;
  margin-left: 2rem;
}
ul li:nth-of-type(n+2) {
  margin-top: 0.5rem;
}

/*=================================================
				header
=================================================*/
#header-lp {
  background: none;
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: 20% 20%;
  justify-content: space-between;
  position: fixed;
  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(195, 123, 94, 0.9);
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
}

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

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

.fv {
  background: url(../../lp/img/mv.png) no-repeat center/cover;
  height: 340px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fv {
    height: 460px;
  }
}
.fv__msg {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .fv__msg {
    width: 450px;
  }
}
.fv__img {
  display: block;
}
.fv__img.--01 {
  margin-top: -30px;
}
.fv__img.--02 {
  margin-top: -40px;
}
.fv__img.--03 {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .fv__img.--01, .fv__img.--03 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .fv__img {
    width: 640px;
  }
}

.solution__inner {
  background: url(../../lp/img/solution__bg.jpg) no-repeat center/cover;
}
.solution__header {
  box-shadow: 0 3px 5px;
  width: 100%;
}
.solution__footer {
  box-shadow: 0 -3px 5px;
  width: 100%;
}
.solution__intro {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .solution__intro {
    width: 580px;
  }
}
.solution__msg {
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (min-width: 992px) {
  .solution__msg {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .solution__item.--01 .solution__msg {
    margin-left: auto;
  }
}
.solution__item.--02 {
  margin-top: -40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .solution__item.--02 {
    padding-bottom: 100px;
  }
}
.solution__img {
  border: 10px solid white;
  box-shadow: 0 0 3px #999;
  display: block;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .solution__img {
    width: 560px;
  }
}
.solution__img.--01 {
  margin-top: -110px;
  transform: rotate(-5deg);
}
@media screen and (min-width: 992px) {
  .solution__img.--01 {
    margin-top: -170px;
  }
}
.solution__img.--02 {
  margin-top: -150px;
  transform: rotate(5deg);
}
@media screen and (min-width: 992px) {
  .solution__img.--02 {
    margin-left: auto;
    margin-top: -220px;
  }
}

.concept__heading {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .concept__heading {
    width: 622.5px;
  }
}
.concept__catch {
  font-size: 22px;
  font-family: serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 30px;
}
.concept__photo {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .concept__photo {
    width: 750px;
  }
}
.concept__msg {
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, #eee, #eee 1px, transparent 1px, transparent 24px), repeating-linear-gradient(0deg, #eee, #eee 1px, #fff 1px, #fff 24px);
  box-shadow: 0 0 3px #999;
  padding: 1rem;
  margin-top: -20px;
  margin-inline: auto;
  position: relative;
  width: 90%;
}
.concept__msg > p {
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .concept__msg > p {
    line-height: 2.5;
  }
}
@media screen and (min-width: 992px) {
  .concept__msg {
    padding: 1rem 2rem 2rem;
    width: 85%;
  }
}
.concept__illust {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .concept__illust {
    width: 560.5px;
  }
}
.concept__closing {
  display: block;
  margin-inline: auto;
  box-shadow: 0 0 3px #999;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .concept__closing {
    width: 622px;
  }
}

.education__content {
  margin-top: 3rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .education__content {
    margin-top: 5rem;
  }
}
.education__content__header {
  font-size: 18px;
  position: relative;
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  gap: 1rem;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .education__content__header {
    font-size: 22px;
    grid-template-columns: 120px auto;
  }
}
.education__content__header::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50%;
  height: 110px;
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (min-width: 992px) {
  .education__content__header::before {
    top: 0;
  }
}
.education__content__header.--01::before {
  background-image: url(../../lp/img/education__point-01-illust.png);
}
.education__content__header.--02::before {
  background-image: url(../../lp/img/education__point-02-illust.png);
}
.education__content__header.--03::before {
  background-image: url(../../lp/img/education__point-03-illust.png);
}
@media screen and (min-width: 992px) {
  .education__content > p {
    line-height: 2;
  }
}
.education__header {
  position: relative;
}
.education__header::before {
  content: "";
  background-color: #c37b5e;
  width: 100%;
  height: 130px;
  opacity: 0.8;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .education__header::before {
    height: 210px;
  }
}
.education__mv {
  width: 80%;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .education__mv {
    width: 70%;
  }
}
.education__title--en {
  width: 50%;
  position: absolute;
  right: 30px;
  top: -30px;
  z-index: 1;
}
.education__msg {
  margin-top: 1rem;
  padding: 1rem 2rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .education__msg {
    padding: 4rem 6rem;
  }
}
.education__msg::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 167px;
  opacity: 0.8;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .education__msg::before {
    height: 100%;
  }
}
.education__msg > img {
  width: 460px;
  margin: auto;
  display: block;
  position: relative;
}
.education__img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .education__img {
    width: 450px;
  }
}

.staff__wrap {
  background: url(../../lp/img/staff__bg.jpg) no-repeat center/cover;
  margin-top: -30px;
}
.staff__title--en {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .staff__title--en {
    width: 35%;
  }
}
.staff__voice {
  padding-inline: 1rem;
  margin: 0 0 3rem 0 !important;
}
.staff__voice__item {
  margin-left: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .staff__voice__item {
    margin-inline: 10px;
  }
}
.staff__voice__item:nth-of-type(n+2) {
  margin-top: 4rem;
}
.staff__name {
  display: block;
  font-family: serif;
  font-size: 20px;
  letter-spacing: 2px;
}
.staff__name__wrap {
  background: white;
  width: 300px;
  font-weight: 400;
  margin: 2rem auto;
  box-shadow: 0 0 3px #999;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.staff__name__wrap::before, .staff__name__wrap::after {
  top: 50%;
  transform: translateY(-50%);
}
.staff__name__wrap::before {
  left: 20px;
}
.staff__name__wrap::after {
  right: 20px;
}
@media screen and (min-width: 992px) {
  .staff__name__wrap {
    width: 450px;
  }
}
.staff__role {
  color: #707070;
  display: block;
  font-size: 14px;
}
.staff__photo {
  box-shadow: 0 0 3px #999;
  margin-inline: auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .staff__photo {
    width: 450px;
  }
}
.staff__msg {
  font-size: 12px !important;
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, #eee, #eee 1px, transparent 1px, transparent 24px), repeating-linear-gradient(0deg, #eee, #eee 1px, #fff 1px, #fff 24px);
  box-shadow: 0 0 3px #999;
  padding: 2.25rem 1rem;
  margin-top: -20px;
  margin-inline: auto;
  position: relative;
}
.staff__msg.pin::before, .staff__msg.pin::after {
  left: 50%;
  transform: translateX(-50%);
}
.staff__msg.pin::before {
  top: 12px;
}
.staff__msg.pin::after {
  bottom: 12px;
}
@media screen and (min-width: 992px) {
  .staff__msg {
    width: 450px;
  }
}
.staff__frame--header {
  width: 100%;
  display: block;
  margin-inline: auto;
  box-shadow: 0 3px 3px #707070;
}
.staff__frame--footer {
  width: 100%;
  display: block;
  margin-inline: auto;
  box-shadow: 0 -3px 3px #707070;
}

.pin::before, .pin::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fc5490;
  box-shadow: 0 0 2px;
  border-radius: 50%;
  position: absolute;
}

.about .section__title {
  z-index: 1;
}
.about__intro {
  background: url(../../lp/img/about__mv.jpg) no-repeat center/cover;
  width: 100%;
  height: 273px;
  margin-top: -60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .about__intro {
    height: 383px;
  }
}
.about__intro img {
  position: absolute;
  top: 40px;
  width: 150px;
  right: 30px;
}
@media screen and (min-width: 992px) {
  .about__intro img {
    width: 282px;
  }
}
.about__msg {
  color: #fff;
  background: rgba(195, 123, 94, 0.8);
  padding: 1.5rem 2rem;
}
@media screen and (min-width: 992px) {
  .about__msg {
    padding: 2.5rem 4rem;
    line-height: 2.5;
  }
}
.about__toc__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .about__toc__img {
    width: 607.5px;
    margin: auto;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .about__toc__link {
    width: 100%;
  }
}
.about__content {
  border-top: 1px dashed #fc5490;
}
.about__content:last-of-type {
  border-bottom: 1px dashed #fc5490;
  padding-bottom: 2rem;
}
.about__content__title {
  margin-left: -5px;
}
@media screen and (min-width: 992px) {
  .about__content__title {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .about__content__title-img {
    width: 560px;
  }
}
.about__map {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__map {
    width: 450px;
  }
}

.gallery {
  margin-top: 3rem;
  position: relative;
  height: 500px;
}
@media screen and (min-width: 576px) {
  .gallery {
    height: 100vh;
  }
}
@media screen and (min-width: 992px) {
  .gallery {
    height: 1000px;
  }
}
.gallery__img.--01 {
  position: absolute;
  width: 46%;
  top: 7%;
}
.gallery__img.--02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.gallery__img.--03 {
  position: absolute;
  right: 10px;
  top: 35%;
  width: 57%;
}
.gallery__img.--04 {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 60%;
}

.features__title__wrap {
  position: relative;
}
.features__title--en {
  width: 50%;
  position: absolute;
  bottom: -70px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .features__title--en {
    width: 270px;
    bottom: -90px;
  }
}
@media screen and (min-width: 992px) {
  .features__content {
    padding-inline: 2rem;
    margin-top: 3rem;
  }
}
.features__content__title {
  width: 300px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .features__content__title {
    width: 340px;
  }
}
.features__content > p {
  padding-inline: 1rem;
}
@media screen and (min-width: 992px) {
  .features__content > p {
    padding-inline: 2rem;
  }
}
.features__img {
  width: 300px;
  margin: -60px 0 0 auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .features__img {
    width: 550px;
  }
}
.features__list {
  margin-top: 1rem;
}

.recruitment__title--en {
  width: 50%;
  margin: -20px auto 0;
  display: block;
}
.recruitment__table {
  padding-inline: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .recruitment__table {
    padding-inline: 2rem;
  }
}

.faq {
  position: relative;
  margin-top: 2rem;
  padding-block: 2rem;
}
@media screen and (min-width: 992px) {
  .faq {
    margin-top: 5rem;
    padding-block: 5rem;
  }
}
.faq::before {
  content: "";
  background: url(../../lp/img/faq__bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.faq .section__title {
  margin-block: 0;
}
.faq__wrap {
  padding-inline: 1rem;
  margin-top: 2rem;
  position: relative;
}
.faq__title--en {
  width: 20%;
  display: block;
  margin: -60px 60px 0 auto;
  position: relative;
}
.faq__q {
  font-family: serif;
}
.faq__q:nth-of-type(n+2) {
  margin-top: 2rem;
}
.faq__a {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 1rem;
}

.owner__header {
  margin-top: -60px;
  position: relative;
  z-index: 0;
}
.owner__header__img {
  width: 65%;
  position: relative;
}
.owner__header::before {
  content: "";
  background-color: #c37b5e;
  width: 100%;
  height: 170px;
  opacity: 0.8;
  display: block;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 0;
}
.owner__title--en {
  width: 26%;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.owner__msg {
  padding-inline: 1rem;
}
@media screen and (min-width: 992px) {
  .owner__msg {
    padding-inline: 2rem;
    margin-block: 2rem;
  }
}
.owner__profile {
  padding-inline: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .owner__profile {
    padding-inline: 2rem;
    margin-block: 2rem;
  }
}
.owner__name {
  width: 260px;
  margin: 1rem 0 0 auto;
  display: block;
}
.owner .section__title {
  position: relative;
  z-index: 2;
}
.owner__photo {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .owner__photo {
    width: 620px;
  }
}
.owner__banner {
  display: block;
  margin-inline: auto;
}

.caption {
  font-size: 14px;
  text-align: center;
  margin-top: 0.5rem;
  width: 100%;
  display: inline-block;
}

.company__title--en {
  width: 50%;
  margin: -20px auto 0;
  display: block;
}

/*=================================================
				table
=================================================*/
.wp-block-table th, .wp-block-table td {
  border-top: 1px solid #c37b5e !important;
  border-bottom: 1px solid #c37b5e !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: #fae1c1;
  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 #c37b5e;
  border-bottom: 2px solid #c37b5e;
}
@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 #df9477;
  }
}
@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: #c37b5e;
  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;
  background-color: #fc5490;
  border-radius: 30px;
  display: block;
  width: 280px;
  margin: auto;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 992px) {
  .btn--normal {
    font-size: 22px;
    width: 320px;
  }
}
.btn--normal::after {
  content: "";
  background: url(../../lp/img/btn-arrow.png) no-repeat center/cover;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.btn__link {
  text-decoration: none;
  width: 320px;
  display: block;
  margin: auto;
}

.textBtn {
  text-decoration: underline;
  font-size: 0.8rem;
}

.postLinks {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 0;
}

.postLinks p {
  margin-top: 1rem;
}

/*=================================================
				footer
=================================================*/
.footer {
  color: #fff;
  background-color: #df9477;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .footer {
    margin-top: 0;
  }
}
.footer__cta {
  width: 300px;
  margin-top: 2rem;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .footer__cta {
    margin-top: 5rem;
    gap: 0;
  }
}
.footer__cta .cta__btn img {
  margin-top: 0;
}
.footer__logo {
  width: 200px;
  margin: 0 auto;
}

#page-top {
  text-align: center;
}

.arrow-top {
  font-size: 0.85rem;
  padding: 1rem;
  font-weight: 600;
  color: #181B39;
  background-color: #c37b5e;
}

.copyright {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

/*=================================================
				slider
=================================================*/
.slider img,
.slider video,
.sliderBox iframe {
  width: 100%;
  height: auto;
}

.slick-slide li {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.slick-slide iframe {
  width: 100%;
}

.slick-list {
  padding: 0 0.5rem;
}

.slick-prev, .slick-next {
  top: 30% !important;
}
.slick-prev::before, .slick-next::before {
  color: #fff !important;
  background-color: #fc5490;
  font-size: 18px !important;
  border-radius: 50%;
  padding: 4px;
}

.slick-dots li button:before {
  font-size: 10px !important;
  color: #181B39 !important;
  opacity: 0.8 !important;
}

.slick-dots li.slick-active button:before {
  color: #c37b5e !important;
}/*# sourceMappingURL=common.css.map */