html {
  font-size: 70%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.35vw;
  }
}
body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #000;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  line-height: 200%;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 768px) {
  p {
    margin-bottom: 1rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

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

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

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

#wpadminbar a {
  color: #fff !important;
}

.c-btn {
  display: inline-block;
  letter-spacing: 0.16rem;
  padding: 1rem 5rem;
  text-align: center;
  background: #87C2CF;
}
.c-btn-pink {
  background: #FD8FAB;
  font-size: 2rem;
  letter-spacing: 0.54rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.5s;
}
.c-btn-pink:hover {
  background: #464646;
  color: #F2B0B0 !important;
  transition: all 0.5s;
}
.c-btn-mv {
  background: #FFF;
  color: #E26D97 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 2rem 1rem 3rem;
  letter-spacing: 1.24rem;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.5s;
}
.c-btn-mv:hover {
  background: #E26D97;
  color: #fff !important;
  transition: all 0.5s;
}

.l-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 47.12%, rgba(255, 255, 255, 0.2) 100%);
  padding-left: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 2px #FFF, 0px 0px 2px #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  font-family: "Optima", sans-serif;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-left: unset;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 15rem;
    position: relative;
  }
}
.l-header__logo img {
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 18rem;
  }
}
.l-header__tel {
  margin-left: 17rem;
}
@media screen and (max-width: 768px) {
  .l-header__tel {
    margin-left: 0;
  }
}
.l-header__tel img {
  width: 29rem;
}
.l-header__list {
  display: flex;
  align-items: center;
}
.l-header__list-item {
  margin-right: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header__list-item {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.l-header__list-item a {
  color: #000 !important;
  transition: all 0.5s;
}
.l-header__list-item a:hover {
  color: #fff !important;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25), 0px 0px 2px #FFF, 0px 0px 2px #FFF;
  transition: all 0.5s;
}
.l-header__list-item span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.74rem;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-header__list-item span {
    font-size: 1.8rem;
  }
}
.l-header__list-item--bg {
  background: #CEE5D7;
  padding: 0.2rem 1rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__list-item--bg {
    width: 22rem;
    margin: 6rem auto 5rem;
  }
}
.l-header__list-item--bg:hover {
  background: #fff;
  transition: all 0.5s;
}
.l-header__list-item--bg:hover a {
  color: #90B9A0 !important;
  text-shadow: unset;
}
@media screen and (max-width: 768px) {
  .l-header__list-item--line {
    position: absolute;
    right: 6rem;
    bottom: -24rem;
  }
}
.l-header__list-item--line img {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .l-header__list-item--line img {
    width: 12rem;
  }
}
.l-header__ham {
  width: 7rem;
  height: 5rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 7rem;
  height: 5rem;
  margin-left: auto;
  margin-right: 5rem;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.l-header__ham--area.active {
  transition: all 0.5s;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #000;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 2.5rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
}
.l-header__ham--area span.active:first-of-type {
  top: 2.5rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 2.5rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: url(../img/bg-ham.png) center/cover;
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 65rem;
  height: 95rem;
}
.l-header__ham--inner a {
  color: #000 !important;
  font-size: 2rem;
}
.l-header__ham--list {
  position: relative;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-header__ham--list-item {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

@media not all and (max-width: 768px) {
  .l-header__list-item--line {
    position: relative;
    display: inline-block;
  }
  .l-header__list-item--line a {
    display: inline-block;
    position: relative;
    width: 8rem;
    height: 8rem;
    vertical-align: middle;
  }
  .l-header__list-item--line img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    width: 8rem;
    height: auto;
  }
  .l-header__list-item--line img.normal {
    opacity: 1;
    z-index: 1;
  }
  .l-header__list-item--line img.hover {
    opacity: 0;
    z-index: 2;
  }
  .l-header__list-item--line a:hover img.normal {
    opacity: 0;
  }
  .l-header__list-item--line a:hover img.hover {
    opacity: 1;
  }
}
.l-footer__inner {
  padding: 9.5rem 0 19rem;
  background: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 20.5rem 0 7rem;
  }
}
.l-footer__content {
  display: flex;
  align-items: center;
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    width: 56rem;
    justify-content: center;
  }
}
.l-footer__left {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__left--logo {
    text-align: center;
  }
}
.l-footer__left--logo img {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .l-footer__left--logo img {
    width: 35rem;
  }
}
.l-footer__left--sns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__left--sns {
    margin-top: 8rem;
  }
}
.l-footer__left--sns img {
  margin: 0 1rem;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .l-footer__left--sns img {
    width: 8rem;
    margin: 0 2rem;
  }
}
.l-footer__right h2 {
  font-family: "Optima", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-left: 5rem;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__right h2 {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
    margin-bottom: 0;
  }
}
.l-footer__right table {
  margin-bottom: 0;
}
.l-footer__right th {
  font-weight: normal;
  text-align: start;
  padding: 0.5rem 0;
}
.l-footer__right td {
  padding-left: 4rem;
}
.l-footer__right td a {
  text-decoration: underline;
}
.l-footer__copy {
  background: #6D6D6D;
  text-align: center;
}
.l-footer__copy p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}

.p-front__mv--slider--item {
  position: relative;
}
.p-front__mv--slider--item--01--inner {
  position: absolute;
  top: 24rem;
  left: 14rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--slider--item--01--inner {
    top: unset;
    left: 3rem;
    bottom: 5rem;
  }
}
.p-front__mv--slider--item--01 .slider-img-1 {
  margin-bottom: 15rem;
  width: 43rem;
  margin: 0 auto -5rem;
  opacity: 0;
  transform: translateY(20px);
}
.p-front__mv--slider--item--01 .p-front__mv--slider--btn {
  position: relative;
  top: 22rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--slider--item--01 .p-front__mv--slider--btn {
    position: relative;
    top: -0.5rem;
    left: 44rem;
  }
}
.p-front__mv--slider--item--01 .slider-img-1,
.p-front__mv--slider--item--01 .p-front__mv--slider--btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.p-front__mv--slider--item--02--inner {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__mv--slider--item--02--inner {
    width: 90%;
  }
}
.p-front__mv--slider--item--02--inner img {
  width: 55rem;
  margin: 0 auto -5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .p-front__mv--slider--item--02--inner img {
    width: 60rem;
    margin-bottom: -8rem;
  }
}
.p-front__mv--slider--item--02--text {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 2.5rem 3rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 768px) {
  .p-front__mv--slider--item--02--text {
    padding: 2rem 1rem 3rem;
    width: 54rem;
    margin: 0 auto;
  }
}
.p-front__mv--slider--item--02--text h3 {
  text-align: center;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.24rem;
  color: #E26D97;
  border-bottom: 1px solid #E05C7E;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-front__mv--slider--item--02--text p {
  margin-bottom: 0;
  color: #595959;
  font-size: 2rem;
  line-height: normal;
}
.p-front__mv--slider--item--03--inner {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__mv--slider--item--03--inner {
    width: 70rem;
  }
}
.p-front__mv--slider--item--03--wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.p-front__mv--slider--item--03--wrap img {
  width: 13rem;
}
.p-front__mv--slider--item--03 .slider-img-3 {
  width: 29rem;
  margin: 0 auto;
}
.p-front__ph--bg {
  background: url(../img/bg-ph.png) center/cover;
  padding: 20rem 0;
}
@media screen and (max-width: 768px) {
  .p-front__ph--bg {
    padding: 19rem 0;
  }
}
.p-front__ph--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__ph--wrap {
    flex-direction: column;
    width: 56rem;
    margin: 0 auto;
  }
}
.p-front__ph--left {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  .p-front__ph--left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-front__ph--left h2 {
  font-family: "Optima", sans-serif;
  font-size: 6.2rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: 0.62rem;
}
@media screen and (max-width: 768px) {
  .p-front__ph--left h2 {
    margin-bottom: 2rem;
  }
}
.p-front__ph--left p {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.p-front__ph--right {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .p-front__ph--right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-front__ph--right p {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.p-front__message {
  position: relative;
}
.p-front__message--bg {
  background: #D9D9D9;
  padding: 20rem 0 22rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__message--bg {
    padding: 20rem 0;
  }
}
.p-front__message--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34rem;
  height: 100%;
  background: #F2DCB0;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-front__message--bg::before {
    width: 21rem;
  }
}
.p-front__message--wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__message--wrap {
    width: 56rem;
    align-items: start;
  }
}
.p-front__message--left {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .p-front__message--left {
    width: 20rem;
    position: relative;
    top: 8rem;
  }
}
.p-front__message--right {
  width: 70rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__message--right {
    width: 32rem;
  }
}
.p-front__message--right::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -11rem;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  width: 85rem;
  height: 38rem;
}
@media screen and (max-width: 768px) {
  .p-front__message--right::before {
    width: 50rem;
    height: 58rem;
    left: unset;
    right: -9rem;
  }
}
.p-front__message--right h2 {
  font-size: 2rem;
  font-family: "Optima", sans-serif;
  letter-spacing: 0.2rem;
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 2.5rem;
}
.p-front__message--right h3 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__message--right p {
    margin-bottom: 3rem;
  }
}
.p-front__message--right--name {
  text-align: end;
  position: relative;
  margin-left: auto;
}
.p-front__message--right--name::before {
  content: "";
  width: 10rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  right: 6rem;
  transform: translate(0, 0);
}
.p-front__service--title {
  padding: 7rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__service--title {
    padding: 14rem 0 0;
  }
}
.p-front__service--title h2 {
  font-size: 2rem;
  font-family: "Optima", sans-serif;
  letter-spacing: 0.2rem;
}
.p-front__service--title span {
  font-size: 3.6rem;
  letter-spacing: 0.36rem;
}
.p-front__service--wrap {
  width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__service--wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--content {
    width: 100%;
    padding-left: 10rem;
  }
}
.p-front__service--text {
  width: 28rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front__service--text {
    width: 100%;
  }
}
.p-front__service--text h3 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.48rem;
  display: inline-block;
  padding: 0.2rem 1rem;
  margin-bottom: 2rem;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__service--text h3 {
    margin-top: 4.5rem;
  }
}
.p-front__service--text p {
  letter-spacing: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--text p {
    margin-bottom: 4rem;
  }
}
.p-front__service--num {
  font-size: 15rem;
  color: #CEDDE4;
  position: relative;
  line-height: normal;
  margin-bottom: 3rem;
  font-family: "Optima", sans-serif;
  letter-spacing: 1.5rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-front__service--num {
    display: inline-block;
  }
}
.p-front__service--num span {
  position: absolute;
  top: 55%;
  left: -5rem;
  transform: translate(0, -50%);
  font-size: 2rem;
  color: #000;
  letter-spacing: 0.2rem;
}
.p-front__service--img {
  width: 52rem;
  margin-top: 6.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__service--img {
    margin-top: -9rem;
    margin-left: auto;
  }
}
.p-front__service--img::before {
  content: "";
  width: 30rem;
  height: 20rem;
  background: #CEDDE4;
  position: absolute;
  bottom: 4rem;
  left: -13rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-front__service--img::before {
    width: 22rem;
    bottom: -7rem;
    left: -6rem;
  }
}
.p-front__service--img img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__service--img img {
    width: 100%;
  }
}
.p-front__service--01, .p-front__service--02, .p-front__service--03, .p-front__service--04, .p-front__service--05 {
  padding: 5rem 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--01, .p-front__service--02, .p-front__service--03, .p-front__service--04, .p-front__service--05 {
    padding: 3rem 0 15rem;
  }
}
.p-front__service--02, .p-front__service--04 {
  background: #F0F0F0;
}
.p-front__service--02 .p-front__service--num, .p-front__service--04 .p-front__service--num {
  left: 15rem;
}
@media screen and (max-width: 768px) {
  .p-front__service--02 .p-front__service--num, .p-front__service--04 .p-front__service--num {
    left: unset;
  }
}
.p-front__service--02 .p-service--btn, .p-front__service--04 .p-service--btn {
  text-align: end;
}
@media screen and (max-width: 768px) {
  .p-front__service--02 .p-front__service--content, .p-front__service--04 .p-front__service--content {
    padding-left: 0;
    padding-right: 10rem;
  }
}
.p-front__service--01 .c-btn {
  transition: all 0.5s;
}
.p-front__service--01 .c-btn:hover {
  transition: all 0.5s;
  color: #87C2CF !important;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-front__service--02 {
    padding-top: 10rem;
  }
}
.p-front__service--02 .p-front__service--num {
  color: #CEE4DA;
}
@media screen and (max-width: 768px) {
  .p-front__service--02 .p-front__service--num {
    position: relative;
    left: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--02 .p-front__service--text {
    text-align: end;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--02 .p-front__service--text p {
    text-align: start;
    width: 31rem;
    margin-left: auto;
  }
}
.p-front__service--02 .c-btn {
  background: #87CFA3;
  transition: all 0.5s;
}
.p-front__service--02 .c-btn:hover {
  color: #87CFA3 !important;
  background: #000;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-front__service--02 .p-front__service--img {
    margin-left: 0;
  }
}
.p-front__service--02 .p-front__service--img::before {
  left: unset;
  right: -16rem;
  bottom: 9rem;
  background: #CEE4DA;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-front__service--02 .p-front__service--img::before {
    right: -6rem;
    bottom: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--03 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-front__service--03 .p-front__service--num {
  color: #E4E3CE;
}
.p-front__service--03 .p-front__service--img::before {
  bottom: 0;
  background: #E4E3CE;
}
@media screen and (max-width: 768px) {
  .p-front__service--03 .p-front__service--img::before {
    bottom: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--03 .p-front__service--text p {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--04 {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
.p-front__service--04 .p-front__service--num {
  color: #E4CED3;
}
@media screen and (max-width: 768px) {
  .p-front__service--04 .p-front__service--num {
    position: relative;
    left: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--04 .p-front__service--content {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--04 .p-front__service--text {
    text-align: end;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--04 .p-front__service--text h3 {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--04 .p-front__service--text p {
    text-align: start;
    width: 38rem;
    margin-left: auto;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--04 .p-front__service--img {
    margin-left: 0;
  }
}
.p-front__service--04 .p-front__service--img::before {
  left: unset;
  right: -16rem;
  bottom: 5rem;
  background: #E4CED3;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-front__service--04 .p-front__service--img::before {
    right: -6rem;
    bottom: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__service--05 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-front__service--05 .p-front__service--num {
  color: #DACEE4;
}
.p-front__service--05 .c-btn {
  background: #A887CF;
  color: #fff !important;
  line-height: 1;
}
.p-front__service--05 .c-btn span {
  font-size: 1.2rem;
}
.p-front__service--05 .p-front__service--img::before {
  bottom: 8rem;
  left: -16rem;
  background: #DACEE4;
}
@media screen and (max-width: 768px) {
  .p-front__service--05 .p-front__service--img::before {
    bottom: -7rem;
    left: -6rem;
  }
}
.p-front__partner {
  position: relative;
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__partner {
    padding-top: 8rem;
    margin-bottom: 3rem;
  }
}
.p-front__partner--pink {
  width: 24rem;
  height: 40rem;
  background: #F2B0B0;
}
@media screen and (max-width: 768px) {
  .p-front__partner--pink {
    width: 21rem;
    height: 85rem;
  }
}
.p-front__partner--wrap {
  background: url(../img/bg-partner.png) center/cover;
  width: calc(100% - 24rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__partner--wrap {
    background: url(../img/bg-partner-sp.png) center/cover;
    width: calc(100% - 21rem);
  }
}
.p-front__partner--content {
  margin-left: 6rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__partner--content {
    top: 28%;
    margin-left: 4rem;
  }
}
.p-front__partner--content h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 185%;
  letter-spacing: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__partner--content h2 {
    margin-left: 6rem;
  }
}
.p-front__partner--content p {
  display: inline-block;
  background: linear-gradient(90deg, #FD8FAB 72.6%, rgba(253, 143, 171, 0) 100%);
  letter-spacing: 0.2rem;
  padding: 0 0.5rem;
}
.p-front__partner--btn {
  position: absolute;
  bottom: 14rem;
  right: 8rem;
}
@media screen and (max-width: 768px) {
  .p-front__partner--btn {
    bottom: 13rem;
  }
}
.p-front__contact--bg {
  background: #B3B3B3;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-front__contact--bg {
    padding: 21rem 0 18rem;
  }
}
.p-front__contact--title {
  text-align: center;
}
.p-front__contact--title h2 {
  font-size: 2rem;
  font-family: "Optima", sans-serif;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
}
.p-front__contact--title p {
  color: #565454;
  line-height: 200%;
  letter-spacing: 0.16rem;
}
.p-front__contact--area {
  width: 94rem;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .p-front__contact--area {
    width: 56rem;
    font-size: 1.6rem;
  }
}
.p-front__contact--row {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.p-front__contact--row--textarea {
  align-items: start;
}
.p-front__contact--row p {
  margin-bottom: 0;
}
.p-front__contact--label {
  width: 25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-front__contact--label {
    width: 21rem;
  }
}
.p-front__contact--any, .p-front__contact--require {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.14rem;
  border-radius: 2px;
  background: #959595;
  padding: 0 1rem;
  height: 2.1rem;
  line-height: 2rem;
}
.p-front__contact--require {
  background: #E05C7E;
}
.p-front__contact--check {
  display: flex;
  justify-content: center;
}
.p-front__contact--check a {
  text-decoration: underline;
}
.p-front__contact--caution {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__contact--caution {
    margin-bottom: 3rem;
  }
}
.p-front__contact--submit {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.54rem;
}
.p-front__contact input, .p-front__contact textarea, .p-front__contact select {
  margin-left: 2rem;
  background: #D9D9D9;
  padding-left: 0.5rem;
}
.p-front__contact input, .p-front__contact select {
  width: 40rem;
  height: 3rem;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-front__contact input, .p-front__contact select {
    width: 33rem;
  }
}
.p-front__contact textarea {
  width: 67rem;
  height: 13rem;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .p-front__contact textarea {
    width: 33rem;
  }
}
.p-front__contact input[type=checkbox] {
  width: 2rem;
  margin-right: 1rem;
}
.p-front__contact .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
}
.p-front__contact .wpcf7-not-valid-tip {
  margin-left: 2rem;
}
.p-front__contact--submit .wpcf7-submit {
  background: #FD8FAB;
  transition: all 0.5s;
  height: unset;
  width: 13.5rem;
  border: unset;
  margin-left: 0;
  padding: 1rem;
}
.p-front__contact--submit .wpcf7-submit:hover {
  background: #464646;
  color: #FD8FAB !important;
  transition: all 0.5s;
  cursor: pointer;
}
.p-front__contact .wpcf7-spinner {
  display: none;
}

.p-privacy {
  width: 100rem;
  margin: 0 auto;
  padding: 20rem 0;
}
@media screen and (max-width: 768px) {
  .p-privacy {
    width: 55rem;
  }
}
.p-privacy__bg {
  background: #D9D9D9;
}
.p-privacy h2 {
  font-family: "Optima", sans-serif;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  border-bottom: 2px solid #fff;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-privacy h2 {
    font-size: 2.4rem;
  }
}
.p-privacy p a {
  text-decoration: underline;
}
.p-privacy__name {
  text-align: end;
}
.p-privacy__btn {
  text-align: center;
  margin-top: 5rem;
}
.p-privacy__btn .c-btn {
  letter-spacing: unset;
  width: 13rem;
}

.fade-left,
.fade-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  position: relative;
}
.fade-left.show,
.fade-right.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.3s ease-out;
}

.fade-up,
.fade-down {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-out;
  position: relative;
}
.fade-up.show,
.fade-down.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: all 0.8s ease-out;
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.fade-up {
  transform: translateY(50px);
}

.fade-down {
  transform: translateY(-50px);
}

.slide-font {
  opacity: 0;
  visibility: hidden;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  padding: 0.5rem;
}
.slide-font span {
  display: inline-block;
  opacity: 0;
  transition: all 1s ease;
}
.slide-font span:first-of-type {
  padding-left: 0.5em;
}
.slide-font span:last-of-type {
  padding-right: 0.5em;
}
.slide-font.show span {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */