.Owner__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.Owner__btn:hover {
  filter: brightness(1.1);
}
.-max.Owner__btn {
  max-width: 100% !important;
}
.-yellow.Owner__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.Owner__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.Owner__btn::before, .-yellow.-arrowRight.Owner__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.Owner__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.Owner__btn::before, .-yellow.-arrowLeft.Owner__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.Owner__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.Owner__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.Owner__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.Owner__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.Owner__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.Owner__btn::before, .-white.-arrowRight.Owner__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.Owner__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.Owner__btn::before, .-white.-arrowLeft.Owner__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.Owner__btn::after {
  transform: rotate(-32deg);
}
.-red.Owner__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.Owner__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.Owner__btn::before, .-red.-arrowRight.Owner__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.Owner__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.Owner__btn::before, .-red.-arrowRight.-down.Owner__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.Owner__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.Owner__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.Owner__btn::before, .-red.-arrowLeft.Owner__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.Owner__btn::after {
  transform: rotate(-32deg);
}

.Owner__bubble.-cream, .Owner__bubble.-yellow {
  padding: 40px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream, .Owner__bubble.-yellow {
    padding: 20px;
    width: 100%;
  }
}
.Owner__bubble.-cream:after, .Owner__bubble.-yellow:after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.-msg.Owner__bubble.-cream, .-msg.Owner__bubble.-yellow {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.-z1.Owner__bubble.-cream, .-z1.Owner__bubble.-yellow {
  z-index: 1;
}
.-z2.Owner__bubble.-cream, .-z2.Owner__bubble.-yellow {
  z-index: 2;
}
.-z3.Owner__bubble.-cream, .-z3.Owner__bubble.-yellow {
  z-index: 3;
}

.Owner__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Owner__img img {
  max-width: 100%;
  height: auto;
}
.Owner__img img.-max {
  width: 100%;
}
.Owner__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.Owner__img {
  margin: 0px -6%;
}

.Owner__flex, .Owner__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Owner__flex, .Owner__main {
    gap: 20px;
  }
}
.-row.Owner__flex, .-row.Owner__main {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .-row.-colSp.Owner__flex, .-row.-colSp.Owner__main {
    flex-direction: column;
  }
}
.-wrap.Owner__flex, .-wrap.Owner__main {
  flex-wrap: wrap;
}

.Owner__title, .Owner__titleNoArrange {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Owner__title, .Owner__titleNoArrange {
    font-size: 20px;
  }
}
.-center.Owner__title, .-center.Owner__titleNoArrange {
  text-align: center;
}
.-main.Owner__title, .-main.Owner__titleNoArrange {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .-main.Owner__title, .-main.Owner__titleNoArrange {
    margin: 20px 0;
  }
}
.-sub.Owner__title, .-sub.Owner__titleNoArrange {
  font-weight: 700;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-sub.Owner__title, .-sub.Owner__titleNoArrange {
    font-size: 20px;
  }
}
ca .-white.Owner__title, ca .-white.Owner__titleNoArrange {
  color: #fff;
}
.-red.Owner__title, .-red.Owner__titleNoArrange {
  color: #D52323;
}
.-yellowBg.Owner__title, .-yellowBg.Owner__titleNoArrange {
  background-color: #FFCB00;
}
.-hasNumWrap.Owner__title, .-hasNumWrap.Owner__titleNoArrange {
  align-items: center;
  display: flex;
  gap: 10px;
}
.-num.Owner__title, .-num.Owner__titleNoArrange {
  width: 60px;
  height: 60px;
}
.-num.Owner__title img, .-num.Owner__titleNoArrange img {
  width: 100%;
  height: auto;
}
.-size18.Owner__title, .-size18.Owner__titleNoArrange {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .-size18.Owner__title, .-size18.Owner__titleNoArrange {
    font-size: 14px;
  }
}
.-bold.Owner__title, .-bold.Owner__titleNoArrange {
  font-weight: 700;
}

.Owner__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Owner__txt {
    font-size: 14px;
  }
}
.-red.Owner__txt {
  color: #D52323;
}
.-white.Owner__txt {
  color: #fff;
}
.-blackBg.Owner__txt {
  background-color: #000;
  color: #fff;
}
.-redBg.Owner__txt {
  background-color: #D52323;
  color: #fff;
}
.-yellowBg.Owner__txt {
  background-color: #FFCB00;
  font-weight: 500;
}
.-bold.Owner__txt {
  font-weight: 700;
}
.-fit.Owner__txt {
  line-height: 1;
}

.Owner__sec {
  background-color: #F9F7F2;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .Owner__sec {
    gap: 20px;
    padding: 20px;
  }
}

.Owner.-creamBg {
  margin: 80px 0;
  padding: 80px 0;
  background-color: #F9F7F2;
}
@media screen and (max-width: 767px) {
  .Owner.-creamBg {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.Owner .-mBottom40Sp20 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Owner .-mBottom40Sp20 {
    margin-bottom: 20px;
  }
}
.Owner.-mBottom0 {
  margin-bottom: 0 !important;
}
.Owner .-gap0 {
  gap: 0px;
}
.Owner .-gap20Sp10 {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Owner .-gap20Sp10 {
    gap: 10px;
  }
}
.Owner .-gap25Sp15 {
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .Owner .-gap25Sp15 {
    gap: 15px;
  }
}
.Owner .-gap40Sp10 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .Owner .-gap40Sp10 {
    gap: 10px;
  }
}
.Owner .-gap40 {
  gap: 40px;
}
.Owner .-half {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .Owner .-half {
    width: 100%;
  }
}
.Owner .-halfGap20 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .Owner .-halfGap20 {
    width: 100%;
  }
}

.Owner__btn.-max300 {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .Owner__btn.-max300 {
    max-width: 335px;
  }
}
.Owner__btn.-link {
  background-color: #FFCB00;
  border-radius: 4px;
  flex-direction: row;
  overflow: hidden;
  padding: 0;
}

.Owner__bubble {
  flex: 1;
}
.Owner__bubble.-cream {
  background-color: #F9F7F2;
}
.Owner__bubble.-cream.-right:after {
  border-color: transparent transparent transparent #F9F7F2;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.Owner__bubble.-cream.-right.-miniTry:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-rightSp:after {
    border-color: transparent transparent transparent #F9F7F2 !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-rightSp.-miniTrySp:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.Owner__bubble.-cream.-left:after {
  border-color: transparent #F9F7F2 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.Owner__bubble.-cream.-left.-miniTry:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-leftSp:after {
    border-color: transparent #F9F7F2 transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-leftSp.-miniTrySp:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.Owner__bubble.-cream.-bottom:after {
  border-color: #F9F7F2 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.Owner__bubble.-cream.-bottom.-miniTry:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-bottomSp:after {
    border-color: #F9F7F2 transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-bottomSp.-miniTrySp:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.Owner__bubble.-cream.-top:after {
  border-color: transparent transparent #F9F7F2 transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.Owner__bubble.-cream.-top.-miniTry:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-topSp:after {
    border-color: transparent transparent #F9F7F2 transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-cream.-topSp.-miniTrySp:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.Owner__bubble.-yellow {
  background-color: #FFCB00;
  margin: 0 auto;
  width: min(782px, 100%);
}
.Owner__bubble.-yellow.-right:after {
  border-color: transparent transparent transparent #FFCB00;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.Owner__bubble.-yellow.-right.-miniTry:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-rightSp:after {
    border-color: transparent transparent transparent #FFCB00 !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-rightSp.-miniTrySp:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.Owner__bubble.-yellow.-left:after {
  border-color: transparent #FFCB00 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.Owner__bubble.-yellow.-left.-miniTry:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-leftSp:after {
    border-color: transparent #FFCB00 transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-leftSp.-miniTrySp:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.Owner__bubble.-yellow.-bottom:after {
  border-color: #FFCB00 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.Owner__bubble.-yellow.-bottom.-miniTry:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-bottomSp:after {
    border-color: #FFCB00 transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-bottomSp.-miniTrySp:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.Owner__bubble.-yellow.-top:after {
  border-color: transparent transparent #FFCB00 transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.Owner__bubble.-yellow.-top.-miniTry:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-topSp:after {
    border-color: transparent transparent #FFCB00 transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-yellow.-topSp.-miniTrySp:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
.Owner__bubble.-slim {
  padding: 20px;
}
.Owner__bubble.-mBottom20minus {
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .Owner__bubble.-mBottom20minus {
    margin-bottom: 0;
  }
}

.Owner__flex.-border {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-top: -1px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .Owner__flex.-border {
    padding: 20px 0;
  }
}
.Owner__flex.-link {
  flex: 1;
  gap: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .Owner__flex.-link {
    gap: 5px;
    padding: 15px;
  }
}
.Owner__flex.-center {
  justify-content: center;
  align-items: center;
}
.Owner__flex.-yC {
  align-items: center;
}
.Owner__flex.-worry {
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .Owner__flex.-worry {
    gap: 0;
  }
}
.Owner__flex.-wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .Owner__img.-achieve {
    max-width: 295px;
    margin: 0 auto;
  }
}
.Owner__img.-icon.-circle {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .Owner__img.-icon.-circle {
    width: 60px;
  }
}
.Owner__img.-icon.-circleNum {
  width: 60px;
}
.Owner__img.-link {
  max-width: 130px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .Owner__img.-link {
    max-width: 84px;
  }
}
.Owner__img.-top {
  justify-content: flex-start;
}

.Owner__main {
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .Owner__main {
    gap: 40px;
  }
}

.Owner__title {
  word-break: keep-all;
  width: -moz-fit-content;
  width: fit-content;
}
.Owner__title::before, .Owner__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.Owner__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.Owner__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.Owner__title.-bold {
  font-weight: bold;
}
.Owner__title.-xC {
  width: 100%;
  text-align: center;
}
.Owner__title.-yC {
  align-items: center;
}
.Owner__title.-stretch {
  flex: 1;
}

.Owner__titleNoArrange.-wrap {
  line-height: 2;
}

.Owner__txt::before, .Owner__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.Owner__txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.Owner__txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
.Owner__txt.-size24Sp20 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .Owner__txt.-size24Sp20 {
    font-size: 20px;
  }
}
.Owner__txt.-size16Sp12 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .Owner__txt.-size16Sp12 {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */