@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link, .btn-03__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link {
  background: #e99090;
  background: rgba(241, 178, 167, 0.7);
  background: linear-gradient(-90deg, rgba(241, 178, 167, 0.7) 0%, rgba(233, 144, 144, 0.7) 100%);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.2777777778;
  position: relative;
  z-index: 1;
}
.btn-01__link::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 5px;
  background: #f1b2a7;
  background: linear-gradient(-90deg, #f1b2a7 0%, #e99090 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-01__link:hover::before {
  width: calc(100% - 15px);
  height: calc(100% - 15px);
}
.btn-02__link, .btn-03__link {
  background: #fff;
  border-radius: 50rem;
}
.btn-02__link:hover, .btn-03__link:hover {
  color: rgba(89, 77, 71, 0.8);
}
.btn-03__link {
  background: #e99090;
  color: #fff;
  font-weight: 400;
}
.btn-03__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-window {
  position: relative;
}
.ic-window::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-window.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.ic-window:hover::after {
  transform: translate(1px, calc(-50% - 1px));
}
.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 26/32;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-pin {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-pin::after {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  aspect-ratio: 17/24;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}
.ic-pin:hover {
  opacity: 0.8;
}

.arw-circle-pnk26, .arw-circle-wht26, .arw-circle-wht20-btm, .arw-circle-pnk20, .arw-circle-wht20, .arw-circle-pnk40, .arw-circle-wht40 {
  position: relative;
}
.arw-circle-pnk26::after, .arw-circle-wht26::after, .arw-circle-wht20-btm::after, .arw-circle-pnk20::after, .arw-circle-wht20::after, .arw-circle-pnk40::after, .arw-circle-wht40::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-pnk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-circle-pnk26:hover::after, .arw-circle-wht26:hover::after, .arw-circle-wht20-btm:hover::after, .arw-circle-pnk20:hover::after, .arw-circle-wht20:hover::after, .arw-circle-pnk40:hover::after, .arw-circle-wht40:hover::after {
  transform: translate(-2px, -50%);
}
.arw-circle-wht20::after, .arw-circle-wht26::after, .arw-circle-wht20-btm::after, .arw-circle-wht40::after {
  background-image: url("/img/common/arrow-circle-wht.png");
  background-size: 100%;
}
.arw-circle-pnk20, .arw-circle-wht20 {
  padding-right: 1.5%;
}
.arw-circle-pnk20::after, .arw-circle-wht20::after {
  width: 20px;
  right: 15px;
}
.arw-circle-pnk40::after, .arw-circle-wht40::after {
  width: 40px;
  right: 30px;
}
.arw-circle-wht20-btm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.arw-circle-wht20-btm::after {
  width: 20px;
  position: static;
  transform: none;
}
.arw-circle-wht20-btm:hover::after {
  transform: none;
}

.deco-dot-pnk::after, .deco-dot-wht::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/8;
  background-image: url("/img/common/ic-dot-pnk.png");
  background-size: 100%;
}
.deco-dot-wht::after {
  background-image: url("/img/common/ic-dot-wht.png");
  background-size: 100%;
}
.deco-point-top {
  position: relative;
  z-index: 1;
}
.deco-point-top::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #e99090;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.deco-sun-side {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.deco-sun-side::before, .deco-sun-side::after {
  content: "";
  display: block;
  width: 35px;
  min-width: 35px;
  aspect-ratio: 35/68;
  background-image: url("/img/common/deco-sun.png");
  background-size: 100%;
}
.deco-sun-side::after {
  transform: scaleX(-1);
}
.deco-bar-btm::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/6;
  border-radius: 50rem;
  background: #e99090;
  margin: 25px auto 0 auto;
}
.deco-bar-lft::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 40/5;
  border-radius: 50rem;
  background: #e99090;
  margin: 15px auto 0 0;
}

.low-obj-01, .low-obj-02, .low-obj-03 {
  position: relative;
  z-index: 1;
}
.low-obj-01::before {
  content: "";
  display: block;
  width: 286px;
  aspect-ratio: 286/586;
  background-image: url("/img/common/lower-obj-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-220px, -80px);
  z-index: -1;
}
.low-obj-02::after {
  content: "";
  display: block;
  width: 324px;
  aspect-ratio: 324/327;
  background-image: url("/img/common/lower-obj-02.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(420px, 100px);
  z-index: -1;
}
.low-obj-03::before {
  content: "";
  display: block;
  width: 85px;
  aspect-ratio: 85/94;
  background-image: url("/img/common/lower-obj-03.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -75px);
  z-index: -1;
}

.deco-bf, .deco-af,
.obj-bf,
.obj-af,
.bg-bf,
.bg-af {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.tbl-01 dl {
  display: flex;
  background: #fff;
  border-radius: 5px;
  padding: 15px 0;
}
.tbl-01 dt, .tbl-01 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tbl-01 dt {
  width: 220px;
  max-width: 100%;
  color: #e99090;
  border-right: dotted 1px #e99090;
  padding: 0 25px 0 60px;
}
.tbl-01 dd {
  width: 620px;
  max-width: 100%;
  padding: 0 25px;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-bx-shadow {
  box-shadow: 0px 1px 27.52px 15.48px rgba(234, 151, 151, 0.09);
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-info .list-item, .list-voice .list-item, .list-commit .list-item, .list-menu .list-item, .list-pass .list-item, .list-voice-low .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news {
  border-top: dashed 1px #594d47;
  border-bottom: dashed 1px #594d47;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news__item {
  padding: 25px 0;
}
.list-news__item:not(:first-child) {
  border-top: dashed 1px #594d47;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-info dl {
  display: flex;
}
.list-info dt {
  width: 15%;
}
.list-info dd {
  width: 85%;
  display: flex;
}
.list-info dd::before {
  content: "：";
  display: inline-block;
  color: #e99090;
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 33px;
  min-width: 33px;
  aspect-ratio: 33/30;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-check .marker-pnk {
  color: #e99090;
  font-weight: 600;
}
.list-reason__item {
  width: 260px;
  max-width: 100%;
  text-align: center;
}
.list-reason__ic::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 19/6;
  border-radius: 50rem;
  background: #e99090;
  margin: 25px auto 15px auto;
}
.list-reason__txt {
  line-height: 1.9;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-reason__txt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__txt {
    font-size: 20px;
  }
}
.list-voice dl {
  background: #fff1f1;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-voice dt {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-voice dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice dt {
    font-size: 18.6666666667px;
  }
}
.list-voice dt span {
  display: flex;
}
.list-voice dt span:not(:first-child)::before {
  content: "：";
  display: block;
  color: #e99090;
  margin: 0 5px;
}
.list-voice dd {
  white-space: pre-wrap;
}
.list-commit dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-commit dt {
  position: relative;
  z-index: 1;
  width: 240px;
  max-width: 100%;
  padding-left: 20px;
  line-height: 1.9;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-commit dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commit dt {
    font-size: 20px;
  }
}
.list-commit dt::before {
  content: "";
  display: block;
  width: 4px;
  height: 82%;
  border-radius: 50rem;
  background: #e99090;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.list-commit dd {
  width: 665px;
  max-width: 100%;
}
.list-menu__item, .list-pass__item, .list-voice-low__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-menu .txt, .list-pass .txt, .list-voice-low .txt {
  white-space: pre-wrap;
}
.list-menu dl, .list-pass dl, .list-voice-low dl {
  width: 100%;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-menu dl, .list-pass dl, .list-voice-low dl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu dl, .list-pass dl, .list-voice-low dl {
    font-size: 20px;
  }
}
.list-menu dt, .list-pass dt, .list-voice-low dt {
  color: #e99090;
}
.list-menu dt, .list-menu dd, .list-pass dt, .list-pass dd, .list-voice-low dt, .list-voice-low dd {
  display: flex;
}
.list-menu dt:not(:first-child)::before, .list-menu dd:not(:first-child)::before, .list-pass dt:not(:first-child)::before, .list-pass dd:not(:first-child)::before, .list-voice-low dt:not(:first-child)::before, .list-voice-low dd:not(:first-child)::before {
  content: "：";
  display: block;
  color: #e99090;
  margin: 0 15px;
}
.list-menu .ttl-02 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-menu .ttl-02 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .ttl-02 {
    font-size: 22.6666666667px;
  }
}
.list-menu .com-layout {
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.list-menu .txtbx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-menu .img {
  width: 500px;
  max-width: 100%;
  min-width: 500px;
  aspect-ratio: 500/360;
  border-radius: 10px;
  overflow: hidden;
}
.list-menu dl {
  border-radius: 8px;
  padding: 15px 30px;
  background: #fff1f1;
}
.list-pass__item {
  background: #fff1f1;
  padding: 40px;
  border-radius: 8px;
}
.list-pass__bx {
  background: #fff;
  border-radius: 8px;
  padding: 10px 40px;
}
.list-pass dt {
  min-width: 10%;
}
.list-voice-low__item {
  background: #fff1f1;
  border-radius: 10px;
  padding: 40px 60px;
}
.list-voice-low dl {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-voice-low dl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-low dl {
    font-size: 18.6666666667px;
  }
}
.list-voice-low dt {
  color: #594d47;
}
.list-voice-low dt:not(:first-child)::before, .list-voice-low dd:not(:first-child)::before {
  margin: 0 5px;
}
.list-voice-low__ttl {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice-low__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice-low__ttl {
    font-size: 22.6666666667px;
  }
}
.list-voice-low .txt {
  white-space: pre-wrap;
}
.list-faq__item {
  background: #fff1f1;
  border-radius: 10px;
  overflow: hidden;
}
.list-faq dt, .list-faq dd {
  width: 100%;
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq dt span, .list-faq dd span {
  max-width: calc(100% - 60px);
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  color: #e99090;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 3px 3px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 22.6666666667px;
  }
}
.list-faq dt {
  background: #e99090;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 20px;
  }
}
.list-faq dd span {
  white-space: pre-wrap;
}
.list-faq dd::before {
  content: "A";
  background: #e99090;
  color: #fff;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.tag-main__link {
  display: block;
  background: #e99090;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 15.3333333333px;
  }
}
.tag-sub__item {
  color: #e99090;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.ttl-main span {
  letter-spacing: 0.15em;
}
.ttl-main .en {
  line-height: 1;
  font-weight: 800;
  color: #e99090;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 20px;
  }
}
.ttl-main .rb {
  line-height: 1.8333333333;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .rb {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .rb {
    font-size: 26.6666666667px;
  }
}
.ttl-main.txt-aln-c.deco-dot-pnk::after, .ttl-main.txt-aln-c.deco-dot-wht::after {
  margin: 0 auto;
}
.ttl-sub {
  border-left: solid #e99090 6px;
  border-bottom: solid 1px #ddd;
  background: #f8f8f8;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  background: #ffedda;
  background: linear-gradient(-90deg, #ffedda 0%, #ffeeee 73%);
  color: #e99090;
  padding: 22px 40px;
  border-radius: 8px;
}
.ttl-02 {
  background: #e99090;
  color: #fff;
  padding: 15px 40px;
  border-radius: 8px;
}

.txt-plain {
  line-height: 1.7647058824;
}
.txt-01 {
  line-height: 2.2352941176;
}

.marker-pnk {
  background: linear-gradient(transparent 70%, rgba(233, 144, 144, 0.2) 70%);
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 17.3333333333px;
  }
}
.header-nav__item {
  display: flex;
}
.header-nav__item:not(:first-child)::before {
  content: "：";
  display: block;
  color: #e99090;
  margin: 0 15px;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  grid-template-columns: 300px 185px;
  grid-template-rows: repeat(5, auto);
  gap: 45px 0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 16.6666666667px;
  }
}
.footer-nav__item {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.footer-nav__item::before {
  content: "・";
  display: inline-block;
  color: #e99090;
  letter-spacing: -5px;
}

.header-bar {
  padding: 20px 1.56%;
  position: relative;
  z-index: 2;
}
.header-bar .btn {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
}
.header-bar .btn a {
  border-radius: 0 0 0 10px;
}

.mv, .sv {
  width: 1860px;
  max-width: 96.875%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv .obj-bf::before, .sv .obj-bf::before {
  aspect-ratio: 131/98;
  background-image: url("/img/common/mv-obj.png");
  background-size: 100%;
  z-index: 1;
}

.mv {
  aspect-ratio: 1860/800;
  background: url("/img/top/mv.jpg") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 25.59%;
  transform: translateY(20%);
  filter: drop-shadow(0 0 2vw rgba(175, 119, 62, 0.5)) drop-shadow(0 0 2vw rgba(175, 119, 62, 0.5));
}
.mv .obj-bf::before {
  width: 27.52%;
  top: 0;
  right: 0;
  transform: translate(-50%, -65%);
}

.sv {
  aspect-ratio: 1860/400;
}
.sv-cc {
  padding: 0 20px;
  border-radius: 5px;
  background: #fff;
  letter-spacing: 0.15em;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .sv-cc {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-cc {
    font-size: 33.3333333333px;
  }
}
.sv-cc:first-letter {
  color: #e99090;
}
.sv .obj-bf::before {
  width: 131px;
  max-width: 100%;
  top: 0;
  right: 0;
  transform: translate(15%, -60%);
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-menu {
  background: url("/img/menu/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-voice {
  background: url("/img/voice/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-faq {
  background: url("/img/faq/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-blog {
  background: url("/img/blog/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

#side-bar {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 88;
}
#side-bar .side-contact a {
  letter-spacing: 0.2em;
  border-radius: 8px 0 0 8px;
}
#side-bar .side-contact a:hover {
  transform: translateX(2px);
}

#ctn-top section:first-child, #ctn-low section:first-child {
  position: relative;
  z-index: 1;
}
#ctn-top section:first-child::before, #ctn-low section:first-child::before {
  content: "";
  display: block;
  width: 366px;
  max-width: 19.0625%;
  aspect-ratio: 366/271;
  background-image: url("/img/common/sec-first-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(30%);
  z-index: -1;
}

.top-about, .top-proposal {
  padding: 140px 0 0;
}
.top-worries, .top-reason, .top-voice, .top-blog {
  padding: 140px 0;
}
.top-about .ttl-main, .top-proposal .ttl-main {
  margin-bottom: 50px;
}
.top-reason .ttl-main, .top-voice .ttl-main {
  margin-bottom: 60px;
}

.top-about .img {
  margin-right: -140px;
}
.top-about .cts-1080.obj-bf::before {
  width: 86px;
  aspect-ratio: 86/94;
  background-image: url("/img/top/about-obj-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-200px, -50px);
}
.top-about .ttl-main.obj-bf::before {
  content: "";
  display: block;
  width: 228px;
  aspect-ratio: 228/227;
  background-image: url("/img/top/about-obj-02.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.top-about::before {
  z-index: 2 !important;
}

.top-worries .ttl-main {
  background: url("/img/top/worries-ttl-frame.png") center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 55px;
}
.top-worries .com-base {
  margin-top: -40px;
}
.top-worries h3 {
  line-height: 2.7272727273;
}
.top-worries h3 span {
  border-bottom: dashed 1px #594d47;
  padding-bottom: 5px;
}
.top-worries .obj-bf::before {
  width: 179px;
  aspect-ratio: 179/223;
  background-image: url("/img/top/worries-obj-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-280px, -115px);
}
.top-worries .obj-af::after {
  width: 189px;
  aspect-ratio: 189/400;
  background-image: url("/img/top/worries-obj-02.png");
  background-size: 100%;
  bottom: 0;
  right: 0;
  transform: translate(170px, 190px);
}
.top-worries.obj-af::after {
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 200/80;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: rgba(233, 144, 144, 0.3);
  background: linear-gradient(0deg, rgba(233, 144, 144, 0.3) 40%, rgba(233, 144, 144, 0) 100%);
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.top-proposal .ttl-main .rb {
  position: relative;
  z-index: 1;
}
.top-proposal .ttl-main .rb .rb-shadow-layer {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #fff;
  -webkit-text-stroke: 20px #fff;
  filter: blur(8px);
}
.top-proposal .ttl-main .rb .rb-shadow-layer span {
  color: #fff !important;
}
.top-proposal .obj-bf::before {
  content: "";
  display: block;
  width: 143px;
  aspect-ratio: 143/153;
  background-image: url("/img/top/proposal-obj.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(0, -25px);
}

.top-reason h4 {
  color: #fff;
}
.top-reason h4 span {
  background: #e99090;
  border-radius: 8px;
  padding: 3px 10px;
}
.top-reason .obj-bf::before {
  width: 158px;
  aspect-ratio: 158/687;
  background-image: url("/img/top/reason-obj-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-40px, 140px);
}
.top-reason .obj-af::after {
  width: 284px;
  aspect-ratio: 284/627;
  background-image: url("/img/top/reason-obj-02.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(205px, 45px);
}

.top-voice .obj-bf::before {
  width: 143px;
  aspect-ratio: 143/130;
  background-image: url("/img/top/voice-obj-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(125px, -185px);
}
.top-voice .obj-af::after {
  width: 148px;
  aspect-ratio: 148/112;
  background-image: url("/img/top/voice-obj-02.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(114px, -210px);
}

.top-blog .cts-1080 {
  min-height: 330px;
}
.top-blog .btn {
  position: absolute;
  left: 0;
  bottom: 75px;
  z-index: 1;
}
.top-blog .obj-bf::before {
  width: 161px;
  aspect-ratio: 161/336;
  background-image: url("/img/top/blog-obj.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(220px, -85px);
}

#com-contact.bg-af::after {
  width: 100%;
  height: 40%;
  background: #fff1f1;
  left: 0;
  bottom: 0;
}

#ctn-low section {
  padding: 140px 0;
}
#ctn-low .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}
#ctn-low .ttl-main::after {
  margin: 0 auto;
}

.about-concept .img {
  position: relative;
  z-index: -1;
  margin: -280px auto 0 -420px;
}
.about-concept .obj-af::after {
  width: 189px;
  aspect-ratio: 189/219;
  background-image: url("/img/about/commitment-obj.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(240px, -145px);
}

.about-greeting h5 {
  border-top: dashed 1px #594d47;
}
.about-greeting .img {
  margin-right: -85px;
}
.about-greeting .obj-bf::before {
  width: 144px;
  aspect-ratio: 144/156;
  background-image: url("/img/about/greeting-obj.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(70px, -60px);
  z-index: 1;
}

.about-info .obj-bf::before {
  width: 121px;
  aspect-ratio: 121/205;
  background-image: url("/img/about/info-obj-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-40px, 90px);
}
.about-info .obj-af::after {
  width: 284px;
  aspect-ratio: 284/507;
  background-image: url("/img/about/info-obj-02.png");
  background-size: 100%;
  bottom: 0;
  right: 0;
  transform: translate(210px, 20px);
}

.com-bnr .bnr-item {
  width: 500px;
  max-width: 100%;
  display: flex;
}
.com-bnr .bnr-link {
  width: 100%;
  padding: 40px 0;
}
.com-bnr .bnr-ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 12px;
}
.com-bnr .bnr-ttl .en {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-ttl .en {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-bnr .bnr-ttl .en {
    font-size: 18.6666666667px;
  }
}
.com-bnr .bnr-ttl .rb {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-ttl .rb {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-bnr .bnr-ttl .rb {
    font-size: 23.3333333333px;
  }
}
.com-bnr .obj-bf::before {
  width: 160px;
  aspect-ratio: 160/198;
  background-image: url("/img/common/bnr-obj.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(320px, -100px);
}

.faq-list .low-obj-02 {
  position: static;
}

.contact-howto .list-info dt {
  width: 30%;
}
.contact-howto .list-info dd {
  width: 70%;
}

.contact-mailForm .obj-bf::before {
  width: 160px;
  aspect-ratio: 160/198;
  background-image: url("/img/contact/form-obj.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(240px, 50px);
}

#footer {
  padding: 100px 0 30px 0;
}
#footer .com-layout__item {
  width: 50%;
}
#footer .obj-bf::before {
  width: 137px;
  aspect-ratio: 137/50;
  background-image: url("/img/common/footer-obj.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-140px, -100px);
}

.footer-copy {
  max-width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

#ctn-top section:last-child .cts-1080, #ctn-low section:last-child .cts-1080 {
  position: relative;
  z-index: 1;
}
#ctn-top section:last-child .cts-1080::after, #ctn-low section:last-child .cts-1080::after {
  content: "";
  display: block;
  width: 149px;
  aspect-ratio: 149/208;
  background-image: url("/img/common/sec-last-obj.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-143px, 140px);
  z-index: -1;
}/*# sourceMappingURL=style.css.map */