/*CSSDocument*/
/* share
===============================================================*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.c-cta {
  padding: calc(140px + 6.66vw) 0;
  box-sizing: border-box;
  position: relative;
  background-color: #fff9f2;
}

.c-ctaLinks {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.c-ctaLinks__item {
  width: calc((100% - 112px) / 3);
}

.c-ctaLinks.c-ctaLinks--single .c-ctaLinks__item {
  width: 60%;
  margin: 0 auto;
}

.c-ctaLinks__item a {
  display: flex;
  align-items: center;
  border: 2px solid #7e6655;
  min-height: 126px;
  border-radius: 10px;
  padding: 20px 30px 20px 40px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #7e6655;
  position: relative;
}
.c-ctaLinks__item.c-ctaLinks__item--tel a {
  font-size: 22px;
}
.c-ctaLinks__item a::after {
  position: absolute;
  content: "";
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/common/cta_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.c-ctaLinks__item a span {
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}
.c-ctaLinks__item a span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-ctaLinks__item.c-ctaLinks__item--line a span::before {
  background-image: url("../images/common/cta_icon_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 41px;
  height: 41px;
}
.c-ctaLinks__item.c-ctaLinks__item--web a span::before {
  background-image: url("../images/common/cta_icon_web.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 45px;
  height: 40px;
}
.c-ctaLinks__item.c-ctaLinks__item--tel a span::before {
  background-image: url("../images/common/cta_icon_tel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.c-topHeadingLabel {
  font-family: "Barlow", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-topHeadingLabel {
    font-size: 36px;
  }
}

.c-topHeading {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-topHeading {
    font-size: 12px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta {
    padding: calc(75px + 6.66vw) 0;
  }
  .c-ctaLinks {
    flex-direction: column;
    margin-top: 30px;
  }
  .c-ctaLinks__item,
  .c-ctaLinks.c-ctaLinks--single .c-ctaLinks__item {
    width: 100%;
  }
  .c-ctaLinks__item + .c-ctaLinks__item {
    margin-top: 15px;
  }
  .c-ctaLinks__item a {
    border: 1px solid #7e6655;
    min-height: 67px;
    border-radius: 5px;
    padding: 20px 27px 20px 27px;
    font-size: 16px;
  }
  .c-ctaLinks__item.c-ctaLinks__item--tel a {
    font-size: 18px;
  }
  .c-ctaLinks__item a::after {
    right: 27px;
    width: 35px;
    height: 35px;
  }
  .c-ctaLinks__item a span {
    padding-left: 46px;
  }
  .c-ctaLinks__item a span::before {
    left: 0;
    top: 0;
    bottom: 0;
  }
  .c-ctaLinks__item.c-ctaLinks__item--line a span::before {
    width: 28px;
    height: 28px;
  }
  .c-ctaLinks__item.c-ctaLinks__item--web a span::before {
    width: 28px;
    height: 24px;
  }
  .c-ctaLinks__item.c-ctaLinks__item--tel a span::before {
    width: 26px;
    height: 26px;
  }
}
.p-fv {
  background-color: #fcfae5;
  padding-top: 120px;
  position: relative;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 60px;
    overflow-x: initial;
  }
}
.p-fvHeading {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 30px;
  margin-bottom: 30px;
  color: #60b7ac;
}
@media screen and (max-width: 767px) {
  .p-fvHeading {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-fv .l-inner {
    padding-top: 15px;
    padding-left: 6.66vw;
  }
}
.p-fvTitle {
  text-align: left;
  display: block;
  width: auto;
  margin: 0 auto 4.68vw;
}
@media screen and (max-width: 767px) {
  .p-fvTitle {
    margin: 0 0 37px;
  }
}
.p-fvTitle.title1 {
  height: 7.8vw;
}
@media screen and (max-width: 767px) {
  .p-fvTitle.title1 {
    height: 100px;
  }
}
.p-fvTitle.title2 {
  height: 3vw;
}
@media screen and (max-width: 767px) {
  .p-fvTitle.title2 {
    height: 60px;
  }
}
.p-fvTitle.title3 {
  height: 6.65vw;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-fvTitle.title3 {
    height: 95px;
  }
}
.p-fvImg {
  position: absolute;
}
.p-fvImg.img1 {
  width: 19.8vw;
  top: 90px;
  right: 8%;
}
@media screen and (max-width: 767px) {
  .p-fvImg.img1 {
    width: 150px;
    right: 0;
  }
}
.p-fvImg.img2 {
  width: 20.8vw;
  bottom: 0;
  left: 3%;
}
@media screen and (max-width: 767px) {
  .p-fvImg.img2 {
    width: 140px;
    left: 0;
    bottom: -10px;
  }
}
.p-fvBg {
  height: 15vw;
  -o-object-fit: unset;
     object-fit: unset;
}
@media screen and (max-width: 767px) {
  .p-fvBg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-headIcon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.p-headTitle {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-headTitle {
    font-size: 25px;
  }
}
.p-headTitle span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.p-merit {
  background-color: #fff;
}
.p-meritText {
  font-size: 80px;
  color: #ed7980;
  font-family: "Shippori Mincho B1", serif;
  font-style: italic;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.p-meritText small {
  font-size: 25px;
  color: #7e6655;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  margin-left: 15px;
}
.p-meritText::before {
  content: "";
  display: inline-block;
  background-image: url(../images/merit-deco-1.png);
  background-size: cover;
  width: 50px;
  height: 43px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  margin: auto;
  transform: translateX(-210%);
}
.p-meritBg {
  height: 15vw;
  -o-object-fit: unset;
     object-fit: unset;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .p-meritBg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-voice {
  background-color: #fcfae5;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 40px 0 60px;
  }
}
.p-voiceItems {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.p-voiceItem {
  border: 2px solid #3d352e;
  border-radius: 12px;
  background-color: #fff;
  padding: 20px 16px 40px;
  text-align: left;
  position: relative;
}
.p-voiceItemTitle {
  line-height: 2;
  font-size: 18px;
}
.p-voiceItemBorderTop, .p-voiceItemBorderBottom {
  margin-top: 10px;
  margin-bottom: 15px;
  height: 1px;
}
.p-voiceItemBorderBottom {
  display: none;
}
.p-voiceItemBorderBottom.is-active {
  display: block;
}
.p-voiceItemContents {
  display: none;
  flex-direction: column;
  max-height: 4em;
  transition: all 0.3s;
  overflow: hidden;
}
.p-voiceItemContents.is-show {
  display: flex;
}
.p-voiceItemText {
  font-weight: 500;
  line-height: 2;
  font-size: 15px;
}
.p-voiceItemMore {
  border: 2px solid #3d352e;
  background-color: #fff;
  display: grid;
  place-content: center;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 15px;
  height: 35px;
  width: 160px;
  border-radius: 20px;
  bottom: -18px;
  cursor: pointer;
}
.p-voiceItemMore.is-active {
  display: none;
}
.p-voiceItemBtn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}
.p-voiceItemBtnTitle {
  font-weight: 500;
  text-align: center;
  font-size: 15px;
}
.p-voiceItemBtnTitle span {
  color: #ff6670;
}
.p-voiceItemBtnFlame {
  background-color: #ececec;
  box-sizing: border-box;
  position: relative;
  width: 130px;
  height: 35px;
  border-radius: 18px;
  margin: auto;
  padding: 3px;
  cursor: pointer;
}
.p-voiceItemBtnInner {
  height: calc(100% - 6px);
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  border-radius: 18px;
  width: 65px;
}
.p-voiceItem.is-active {
  padding-bottom: 20px;
}
.p-voiceItem.is-active .p-voiceItemContents {
  max-height: none;
}
.p-voiceItem.is-active .p-voiceItemBtn {
  display: flex;
}
.p-voiceItem.is-show {
  background-color: #faeaea;
}
.p-voiceItem.is-show .p-voiceItemBtnFlame {
  background-color: #62c0b4;
}
.p-voiceItem.is-show .p-voiceItemBtnInner {
  margin-left: auto;
  right: 3px;
}
.p-voiceBtn {
  background-color: #ed7980;
  color: #fff !important;
  font-weight: 500;
  display: grid;
  place-content: center;
  margin: 80px auto 0;
  font-size: 16px;
  width: 230px;
  height: 50px;
  border-radius: 25px;
  margin-top: 60px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-voiceBtn {
    font-size: 15px;
  }
}
.p-voiceBg {
  height: 15vw;
  -o-object-fit: unset;
     object-fit: unset;
}
@media screen and (max-width: 767px) {
  .p-voiceBg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-enquete {
  background-color: #fff;
  padding-bottom: 40px;
}
.p-enqueteBg {
  height: 15vw;
  -o-object-fit: unset;
     object-fit: unset;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .p-enqueteBg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-enquete .l-inner {
    padding: 0;
  }
}
.p-enqueteItems {
  display: flex;
  flex-direction: column;
}
.p-enqueteFlex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-enqueteFlex {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-enqueteItem {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.p-enqueteItemText {
  font-weight: 500;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-enqueteItemText {
    padding: 0 20px;
    font-size: 15px;
  }
}
.p-enqueteItemImg {
  margin-top: auto;
}
.p-enqueteTable {
  text-align: left;
  padding: 0 20px;
}
.p-enqueteTableTitle {
  font-weight: bold;
  margin-bottom: 18px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-enqueteTableTitle {
    font-size: 15px;
  }
}
.p-enqueteTableText {
  border-bottom: 1px solid #dcdcdc;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-enqueteTableText {
    font-size: 12px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}
.p-enqueteTableText span {
  color: #60b7ac;
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-enqueteTableText span {
    font-size: 13px;
  }
}

.p-know {
  overflow-x: hidden;
  background-color: #fcfae5;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-know .l-inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-knowImg {
    width: 175vw;
    max-width: none;
    transform: translateX(-47%);
  }
}
.p-knowBg {
  height: 15vw;
  -o-object-fit: unset;
     object-fit: unset;
}
@media screen and (max-width: 767px) {
  .p-knowBg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-message {
  background-color: #ecf9f7;
  overflow: hidden;
}
.p-messageItems {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 230px 0;
}
@media screen and (max-width: 767px) {
  .p-messageItems {
    padding: 200px 0;
  }
}
.p-messageImg {
  width: 450px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-messageImg {
    width: 80%;
  }
}
.p-messageBox {
  position: absolute;
  width: 50%;
  height: 100%;
}
.p-messageBox:nth-of-type(2) {
  right: 0;
}
.p-messageBox:nth-of-type(2) .p-messageItem {
  right: 0;
  animation: imgMoveRight 5s ease infinite normal;
}
.p-messageItem {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  width: 447px;
  min-height: 240px;
  border-radius: 107px;
  padding: 0 40px;
  position: absolute;
  animation: imgMoveLeft 5s ease infinite normal;
}
@keyframes imgMoveLeft {
  0% {
    transform: translateY(0%) translateX(0) scale(0.5);
    left: 0;
    opacity: 0;
  }
  25% {
    opacity: 1;
    left: -15px;
  }
  35% {
    opacity: 1;
  }
  50% {
    left: 0;
  }
  90% {
    transform: translateY(-340%) translateX(0) scale(1);
    left: -15px;
  }
}
@keyframes imgMoveRight {
  0% {
    transform: translateY(0%) translateX(0) scale(0.5);
    right: 0;
    opacity: 0;
  }
  25% {
    opacity: 1;
    right: -15px;
  }
  35% {
    opacity: 1;
  }
  50% {
    right: 0;
  }
  90% {
    transform: translateY(-340%) translateX(0) scale(1);
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  @keyframes imgMoveLeft {
    0% {
      transform: translateY(0%) translateX(0) scale(0.5);
      left: -15px;
      opacity: 0;
    }
    25% {
      opacity: 1;
      left: -30px;
    }
    50% {
      opacity: 1;
      left: -15px;
    }
    90% {
      transform: translateY(-330%) translateX(0) scale(1);
      left: -30px;
    }
  }
  @keyframes imgMoveRight {
    0% {
      transform: translateY(0%) translateX(0) scale(0.5);
      right: -15px;
      opacity: 0;
    }
    25% {
      opacity: 1;
      right: -30px;
    }
    50% {
      opacity: 1;
      right: -15px;
    }
    90% {
      transform: translateY(-330%) translateX(0) scale(1);
      right: -30px;
    }
  }
}
@media screen and (max-width: 767px) {
  .p-messageItem {
    width: 200px;
    min-height: 170px;
    border-radius: 50px;
    padding: 0 20px;
  }
}
.p-messageItemHead {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-messageItemIcon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-messageItemIcon {
    width: 30px;
    height: 30px;
  }
}
.p-messageItemName {
  color: #60b7ac;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-messageItemName {
    font-size: 15px;
  }
}
.p-messageItemText {
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-align: left;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-messageItemText {
    font-size: 14px;
  }
}
.p-messageBg {
  height: 15vw;
  -o-object-fit: unset;
     object-fit: unset;
}
@media screen and (max-width: 767px) {
  .p-messageBg {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=contents.css.map */