:root {
  /* --rem: min(10px, calc(100vw / 480 * 10)); */
  --rem: 10px;
}

html {
  -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
  margin: 0;
  box-sizing: border-box;
  border: 0 solid;
}

a {
  text-decoration: none;
}

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

img,
a:hover {
  text-decoration: none;
}

ul {
  padding: 0px;
  list-style: none;
}

body {
  position: relative;
  margin: auto;
  min-width: 480px;
  max-width: 480px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: inherit;
  color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 480px) {
  html {
    zoom: calc(100vw / 480px);
  }
  /* または transform を使う方法 */
  body {
    /* transform: scale(calc(100vw / 480px)); */
    transform-origin: 0 0;
    width: 480px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*共通*/
.green-bg-heading {
  text-align: center;
  padding: 12px 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  background: rgba(24, 58, 29, 1);
}

.green-border-heading {
  text-align: center;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: rgba(24, 58, 29, 1);
  border-bottom: 2px solid rgba(24, 58, 29, 1);
}

.orange-font20 {
  font-size: 20px;
  color: rgba(240, 160, 75, 1);
}

/*header*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  height: 56px;
}

.header-logo {
  width: 148px;
}

.exclamation {
  background: rgba(230, 58, 46, 1);
  padding: 10px 16px 10px 37px;
  border-radius: 20px;
}

.exclamation p {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  color: rgba(255, 255, 255, 1);
}

.exclamation p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  width: 24px;
  height: 24px;
  background: url(../img/exclamation.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

/*hero*/
.hero {
  position: relative;
  padding: 15px 16px;
  height: 647px;
  background-image: url(../img/hero.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: rgba(225, 238, 221, 1);
}

.h1-top {
  width: 372px;
}

.h1-bottom {
  width: 250px;
}

.hero-annotation {
  margin: 6px 0 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: rgba(24, 58, 29, 1);
}

.hero-box-heading {
  text-align: center;
  padding: 16px 10px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 1);
  background: rgba(24, 58, 29, 1);
  border-radius: 15px 15px 0px 0px;
}

.hero-box-heading-price {
  color: rgba(235, 154, 40, 1);
}

.hero-box-heading-price span {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 20px;
}

.hero-box-content-outer {
  margin-bottom: 4px;
  padding: 16px 16px 12px;
  background: rgba(253, 251, 242, 1);
  border-radius: 0px 0px 15px 15px;
}

.hero-box-content {
  display: flex;
  align-items: center;
  gap: 4px;
}

.funeral-name {
  width: 20px;
  padding: 5px 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-lr;
  color: rgba(255, 255, 255, 1);
  white-space: pre;
  background: rgba(206, 97, 100, 1);
}

.funeral-name.funeral-name-orange {
  background: rgba(215, 120, 68, 1);
}

.funeral-price {
  text-align: right;
  width: 166px;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  color: rgba(230, 58, 46, 1);
}

.tax-outer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(230, 58, 46, 1);
}

.tax {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.yen {
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.tax-included {
  align-self: flex-end;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 10px;
}

.tax-included span {
  font-family: "Roboto", sans-serif;
}

.hero-box-content-bottom {
  margin-top: 16px;
  margin-bottom: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(203, 199, 187, 1);
}

.hero-box-annotation {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.correspondence-outer {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.correspondence {
  margin-top: 4px;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(24, 58, 29, 1);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(24, 58, 29, 1);
}

/*urgency*/
#urgency {
  text-align: center;
  padding: 16px;
  background-color: #fefbe9;
  border-top: 2px solid #e63a2e;
}

.urgency-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.urgency-heading-b {
  font-size: 22px;
  font-weight: 700;
  color: #e63a2e;
}

.urgency-text {
  margin: 3px 0 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.urgency-window h3 {
  position: relative;
  background: rgba(254, 251, 233, 1);
}

.urgency-window h3 span {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(230, 58, 46, 1);
  background: rgba(254, 251, 233, 1);
}

.urgency-window h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 12px;
  background: url(../img/line.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.urgency-window-text {
  display: inline-block;
  margin: 8px 0 16px;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 4px solid #f0a04b;
}
.urgency-window-text span {
  color: #e63a2e;
}

#urgency-tel-btn,
.urgency-tel-btn {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  padding: 12px 12px 12px 20px;
  max-width: 416px;
  width: 100%;
  background: rgba(230, 58, 46, 1);
  border-radius: 40px;
}

#urgency-tel-btn::before,
.urgency-tel-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 38px;
  width: 32px;
  height: 32px;
  background: url(../img/tel24.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

#urgency-tel-btn::after,
.urgency-tel-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-white-big.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.urgency-tel-btn-top {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: rgba(255, 255, 255, 1);
  margin-right: -10px;
}

.urgency-tel-btn-top-s {
  font-size: 18px;
  line-height: 1;
}

.urgency-tel-btn-bottom span {
  display: inline-block;
  margin-top: 6px;
  padding: 5px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: rgba(246, 227, 120, 1);
  background: rgba(162, 24, 8, 1);
  border-radius: 4px;
}

.urgency-tel-btn-bottom span + span {
  margin-left: 4px;
}

.urgency_under {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.urgency .urgency_under {
  margin: 16px 16px 0;
}
.urgency_under-btn {
  display: grid;
  place-content: center;
  height: 47px;
  background-color: #666666;
  border-radius: 50px;
  padding: 4px 18px 4px 12px;
  position: relative;
}
.urgency_under-btn span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.urgency_under-btn span span {
  font-size: 12px;
}
.urgency_under-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(../img/arrow-white-big.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

/*entrust*/
.entrust-inner-white {
  padding: 29px 16px 20px;
}

.entrust-text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.entrust-text span {
  color: rgba(230, 58, 46, 1);
}

.btns-outer {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.detail-short-btn,
.to-plan-btn {
  position: relative;
  text-align: center;
  width: calc(50% - 4px);
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  background: rgba(143, 181, 144, 1);
  border-radius: 30px;
}

.detail-short-btn::after,
.to-plan-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 14px;
  background: url(../img/arrow-white-small.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.entrust-inner-beige {
  padding: 29px 16px 20px;
  background: rgba(254, 251, 233, 1);
}

.blue-heading-orange {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(235, 154, 40, 1);
}

.blue-heading-orange span {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.detail-long-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 16px;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  background: rgba(143, 181, 144, 1);
  border-radius: 30px;
}

.detail-long-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 14px;
  background: url(../img/arrow-white-small.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

/*reason*/
.green-bg-heading span {
  color: rgba(235, 154, 40, 1);
}

.reason-inner {
  padding: 32px 16px;
  background: rgba(254, 251, 233, 1);
}

.reason-box-heading {
  text-align: center;
  margin-bottom: -1px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  background: rgba(235, 154, 40, 1);
  border-radius: 15px 15px 0px 0px;
}

.reason-box-bottom {
  padding: 13px 16px 16px;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(235, 154, 40, 1);
  border-radius: 0px 0px 15px 15px;
}

.reason li {
  position: relative;
  padding: 9px 0 9px 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 1px dashed rgba(200, 200, 200, 1);
}

.reason li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: url(../img/check-square-black.svg) no-repeat center / contain;
}

.reason-box-bottom-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
}

.reason-box + .reason-box {
  margin-top: 24px;
}

/*accordion*/
.accordion-btn {
  padding: 20px 16px;
}

.accordion-input {
  display: none;
}

.accordion-heading {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.accordion-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 2px;
  height: 20px;
  background: rgba(0, 0, 0, 1);
  transform: translateY(-50%);
  transition: ease 0.3s;
}

.accordion-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  background: rgba(0, 0, 0, 1);
  transform: translateY(-50%);
  transition: ease 0.3s;
}

.accordion-input:checked + .accordion-heading::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-text-outer {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: padding 0.3s;
}

.accordion-text {
  position: relative;
  padding: 20px 16px 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: rgb(0 0 0);
}

.accordion-input:checked ~ .accordion-text-outer {
  opacity: 1;
  padding: 0px 0px 20px;
  height: auto;
  background: rgba(255, 255, 255, 1);
}

/*consultation*/
.consultation {
  text-align: center;
}

.consultation-inner-white {
  padding: 25px 16px 32px;
}

.consultation h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  background: rgba(6, 88, 70, 1);
  margin: 20px 0 16px;
  height: 40px;
}

.consultation-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.consultation-text span {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0px 8px;
  background: linear-gradient(transparent 80%, rgb(240, 160, 75) 0%);
}

.consultation-img {
  text-align: center;
  margin: 24px 0;
}

.consultation-img img + img {
  margin-left: 32px;
}

.consultation-tel-btn-message {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.consultation-tel-btn-message::before {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  left: -8px;
  width: 12px;
  height: 18px;
  background: url(../img/slash-left.svg) no-repeat center / contain;
}

.consultation-tel-btn-message::after {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  right: -8px;
  width: 12px;
  height: 18px;
  background: url(../img/slash-right.svg) no-repeat center / contain;
}

.consultation-tel-btn-message-orange {
  font-weight: 700;
  color: rgba(235, 154, 40, 1);
}

.consultation-tel-btn-message-orange span {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
}

#consultation-tel-btn {
  display: block;
  position: relative;
  text-align: left;
  margin: auto;
  padding: 14px 10px 10px 88px;
  max-width: 416px;
  width: 100%;
  font-weight: 700;
  color: rgb(255 255 255);
  background: rgba(230, 58, 46, 1);
  border-radius: 40px;
}

#consultation-tel-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 32px;
  height: 32px;
  background: url(../img/tel24.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

#consultation-tel-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-white-big.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.consultation-tel-btn-top {
  display: block;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.consultation-tel-btn-top-font18 {
  font-size: 18px;
  line-height: 1;
}

.consultation-tel-btn-top-font16 {
  font-size: 16px;
  line-height: 1;
}

.consultation-tel-btn-bottom {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(246, 227, 120, 1);
}

.consultation-tel-btn-bottom span + span {
  margin-left: 8px;
}

.consultation-tel-number {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.consultation-tel-number span {
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.consultation-inner-beige {
  padding: 20px 16px 30px;
  background: rgba(254, 251, 233, 1);
}

.consultation-inner-beige h3 {
  margin: 0 0 16px;
}

.consultation-visit-btn-message {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(24, 58, 29, 1);
}

.consultation-visit-btn-message::before {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  left: -8px;
  width: 12px;
  height: 18px;
  background: url(../img/slash-left.svg) no-repeat center / contain;
}

.consultation-visit-btn-message::after {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  right: -8px;
  width: 12px;
  height: 18px;
  background: url(../img/slash-right.svg) no-repeat center / contain;
}

#consultation-visit-btn {
  display: block;
  position: relative;
  margin: auto;
  padding: 16px 0 10px;
  max-width: 416px;
  width: 100%;
  font-weight: 700;
  background: rgba(143, 181, 144, 1);
  border-radius: 40px;
}

#consultation-visit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-white-big.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.consultation-visit-btn-top {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}

.consultation-visit-top-s {
  font-size: 18px;
}

.consultation-visit-btn-bottom {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 217, 0, 1);
}

.consultation-note {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/*set-plan*/
.set-plan {
  text-align: center;
}

.set-plan-heading {
  text-align: center;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(255, 255, 255, 1);
  background: rgba(24, 58, 29, 1);
}

.set-plan-heading span {
  font-size: 22px;
  color: rgba(240, 160, 75, 1);
}

.set-plan-inner {
  padding: 30px 16px 24px;
  background: rgba(254, 251, 233, 1);
}

.set-plan-annotation {
  text-align: right;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.ceremony-name {
  position: relative;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.ceremony-name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px dashed rgba(24, 58, 29, 1);
}

.ceremony-name span {
  position: relative;
  padding: 0 6px;
  background: rgba(254, 251, 233, 1);
}

.set-plan-box {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  position: relative;
  margin-top: 10px;
  padding: 8px 0 12px 16px;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(136, 151, 148, 1);
  border-radius: 15px;
}

.set-plan-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 14px;
  background: url(../img/black-arrow.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.set-plan-box-img {
  margin-top: 24px;
}

.set-plan-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.set-plan-target {
  position: relative;
  padding-right: 10px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(136, 151, 148, 1);
}

.set-plan-target::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: rgba(136, 151, 148, 1);
  border-radius: 10px;
}

.set-plan-name {
  margin: 15px 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  color: rgba(136, 151, 148, 1);
}

.set-plan-usually-price {
  align-self: center;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 11px;
  color: rgba(136, 136, 136, 1);
}

.set-plan-usually-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 100%;
  height: 1px;
  background: rgba(136, 136, 136, 1);
  transform: translateY(-50%);
}

.set-plan-usually-price span {
  font-family: "Roboto", sans-serif;
}

.set-plan-excluding-tax-price {
  margin: 2px 0 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  color: rgba(230, 58, 46, 1);
}

.set-plan-excluding-tax-price-roboto {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

.set-plan-yen {
  font-size: 14px;
  line-height: 1;
}

.set-plan-tax {
  font-size: 12px;
  line-height: 1;
}

.set-plan-tax-included-price {
  font-size: 12px;
  font-weight: 700;
  line-height: 11px;
  color: rgba(0, 0, 0, 1);
}

.set-plan-tax-included-price span {
  font-family: "Roboto", sans-serif;
}

.recommendation {
  position: absolute;
  top: 0px;
  left: -8px;
  padding: 5px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  background: rgba(240, 160, 75, 1);
  transform: rotate(-10deg);
}

.set-plan-box + .ceremony-name {
  margin-top: 24px;
}

.cremation-fukushi .set-plan-target {
  color: rgba(159, 138, 173, 1);
}

.cremation-fukushi .set-plan-target::after {
  border: 2px solid rgba(159, 138, 173, 1);
}

.cremation-fukushi .set-plan-name {
  color: rgba(159, 138, 173, 1);
}

.set-plan-box-free {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.set-plan-name-free {
  height: 24px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(230, 58, 46, 1);
}

.set-plan-box-free-price {
  font-size: 32px;
}

.cremation-standard .set-plan-target {
  color: rgba(92, 153, 146, 1);
}

.cremation-standard .set-plan-target::after {
  background: rgba(92, 153, 146, 1);
}

.cremation-standard .set-plan-name {
  color: rgba(92, 153, 146, 1);
}

.set-plan-box.oneday {
  border: 2px solid rgba(112, 153, 81, 1);
}

.oneday .set-plan-target {
  color: rgba(112, 153, 81, 1);
}

.oneday .set-plan-target::after {
  background: rgba(112, 153, 81, 1);
}

.oneday .set-plan-name {
  color: rgba(112, 153, 81, 1);
}

.set-plan-box.twodays {
  border: 2px solid rgba(182, 151, 51, 1);
}

.twodays .set-plan-target {
  color: rgba(182, 151, 51, 1);
}

.twodays .set-plan-target::after {
  background: rgba(182, 151, 51, 1);
}

.twodays .set-plan-name {
  color: rgba(182, 151, 51, 1);
}

.set-plan-box.home {
  border: 2px solid rgba(179, 99, 83, 1);
}

.home .set-plan-target {
  color: rgba(179, 99, 83, 1);
}

.home .set-plan-target::after {
  background: rgba(179, 99, 83, 1);
}

.home .set-plan-name {
  color: rgba(179, 99, 83, 1);
}

.set-plan-box.general {
  border: 2px solid rgba(81, 97, 153, 1);
}

.general .set-plan-target {
  color: rgba(81, 97, 153, 1);
}

.general .set-plan-target::after {
  background: rgba(81, 97, 153, 1);
}

.general .set-plan-name {
  color: rgba(81, 97, 153, 1);
}

/*btns*/
.btns {
  padding: 20px 32px;
  background: #e1eedd;
}

.consultation .btns {
  background: none;
}

.by-tel .btns {
  padding: 20px 16px;
  background: rgba(254, 251, 233, 1);
}

.btns-heading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.yellow-marker {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #fff100 65%);
}

.yellow-marker-font18 {
  font-size: 18px;
  line-height: 1;
}

.yellow-marker-roboto {
  font-family: "Roboto", sans-serif;
}

#tel-btn {
  display: block;
  position: relative;
  text-align: left;
  margin: auto;
  padding: 10px 12px 11px 80px;
  max-width: 416px;
  width: 100%;
  background: rgba(230, 58, 46, 1);
  border-radius: 50px;
}

#tel-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  width: 32px;
  height: 32px;
  background: url(../img/tel24.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

#tel-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-white-big.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.tel-btn-top {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
}

.tel-btn-top-s {
  font-size: 18px;
  line-height: 1;
}

.tel-btn-bottom span {
  display: inline-block;
  margin-top: 5px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(162, 24, 8, 1);
  border-radius: 4px;
}

.tel-btn-bottom span + span {
  margin-left: 5px;
}

#document-btn {
  display: block;
  position: relative;
  text-align: left;
  margin: 10px auto 0;
  padding: 10px 12px 10px 80px;
  max-width: 416px;
  width: 100%;
  background: rgba(61, 165, 53, 1);
  border-radius: 40px;
}

#document-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  width: 32px;
  height: 32px;
  background: url(../img/document.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

#document-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-white-big.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.document-btn-top {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: rgba(255, 255, 255, 1);
}

.document-btn-top-s {
  font-size: 18px;
  line-height: 1;
}

.document-btn-bottom {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: rgba(246, 227, 120, 1);
}

/*search*/
.search-heading {
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  background: rgba(24, 58, 29, 1);
}

.search-heading-orange {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(240, 160, 75, 1);
}

.search-heading-orange span {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

/*by-tel*/
.by-tel {
  padding: 20px 16px;
  background: rgba(254, 251, 233, 1);
}

.by-tel-heading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

/*support*/
.support-heading {
  text-align: center;
  margin-top: 24px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: rgba(24, 58, 29, 1);
  background: rgba(255, 255, 255, 1);
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.support-turquoise-heading {
  text-align: center;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(255, 255, 255, 1);
  background: rgba(6, 88, 70, 1);
}

.support-turquoise-heading-orange-font16 {
  font-size: 16px;
  color: rgba(240, 160, 75, 1);
}

.support-turquoise-heading-orange-font22 {
  font-size: 22px;
  line-height: 1.4;
  color: rgba(240, 160, 75, 1);
}

.support-inner {
  padding: 16px;
  background: rgba(254, 251, 233, 1);
}

.support-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.support-ul {
  margin: 8px 0 16px;
}

.support-ul li {
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed rgba(200, 200, 200, 1);
}

.support-ul-2rows {
  display: flex;
  gap: 0px 20px;
  flex-wrap: wrap;
  margin: 8px 0 16px;
}

.support-ul-2rows li {
  padding: 8px;
  width: calc(50% - 10px);
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed rgba(200, 200, 200, 1);
}

/*staff*/
.staff-heading {
  text-align: center;
  padding: 12px 0;
  background: rgba(6, 88, 70, 1);
}

.staff-heading-top {
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(6, 88, 70, 1);
  background: rgba(240, 160, 75, 1);
}

.staff-heading-bottom {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(255, 255, 255, 1);
}

.staff-heading-bottom span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: rgba(240, 160, 75, 1);
}

.staff-inner {
  padding: 24px 16px;
  background: rgba(254, 251, 233, 1);
}

.staff-introduction-outer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.staff-introduction {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.staff-name {
  display: inline-block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.staff-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

/*footer*/
footer {
  text-align: center;
  padding: 16px 16px 86px;
  color: rgba(255, 255, 255, 1);
  background: rgba(33, 33, 33, 1);
}

footer a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}

footer small {
  display: block;
  padding-top: 24px;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

/*cta*/
.cta {
  display: flex;
  position: fixed;
  bottom: 0px;
  max-width: 480px;
  width: 100%;
  padding: 6px;
  background: rgba(84, 84, 88, 0.85);
}

.cta-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin: 0 auto;
  padding: 10px 0;
  /* width: 56%; */
  width: 85%;
  height: 62px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  border: solid 1px rgba(255, 255, 255, 0.8);
  background: rgba(230, 58, 46, 1);
  border-radius: 8px;
}

.cta-tel-text-top {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.cta-tel-text-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/tel.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.cta-tel-text-top-s {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.cta-tel-text-bottom {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: rgba(246, 227, 120, 1);
}

.cta-document {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 12px 0;
  width: 44%;
  height: 62px;
  background: rgba(61, 165, 53, 1);
  border-radius: 15px 15px 0 0;
}

.cta-document-top {
  position: relative;
  margin: auto;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
}

.cta-document-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 20px;
  background: url(../img/fixed-cta-document.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.cta-document-bottom {
  margin-left: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: rgba(246, 227, 120, 1);
}

/*form*/
.form {
  padding: 32px 16px;
}

.form h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: initial;
}

.form-text {
  text-align: center;
  margin: 16px 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(235, 154, 40, 1);
  background: rgba(255, 235, 204, 1);
  border: 2px solid rgba(255, 211, 180, 1);
}

.zf-templateWidth {
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
}

.zf-templateWrapper {
  border: none;
  box-shadow: unset;
}

.zf-subContWrap {
  margin: 0px;
}

.zf-tempFrmWrapper {
  margin: 16px 0 0;
  padding: 0;
  width: 100%;
}

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.zf-subContWrap.zf-topAlign ul {
  display: flex;
  flex-wrap: wrap;
}

.zf-important {
  display: none;
}

.required {
  margin-right: 8px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(229, 83, 73, 1);
  border-radius: 4px;
}

.any {
  margin-right: 8px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(128, 128, 128, 1);
  border-radius: 4px;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(156, 163, 175, 1);
}

input,
input[type="text"],
input[type="search"],
isindex,
textarea,
button {
  outline: revert;
}

.zf-tempContDiv input[type="text"]:focus,
.zf-tempContDiv textarea:focus {
  border: initial !important;
  -webkit-box-shadow: initial !important;
  -moz-box-shadow: initial !important;
  box-shadow: initial !important;
}

.form .zf-tempFrmWrapper .zf-tempContDiv input,
.zf-form-sBox {
  padding: 15px 16px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 4px;
}

.zf-namemedium .zf-nameWrapper {
  width: 100%;
}

.zf-name .zf-tempContDiv span {
  margin-bottom: 0px;
}

.zf-phwrapper span {
  margin-bottom: 0px;
  float: none;
}

.zf-small .zf-phwrapper {
  width: 100%;
}

.zf-small .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.li-half {
  width: 49%;
}

.li-half-right {
  margin-left: 2%;
}

.zf-radio.zf-tempFrmWrapper.zf-oneColumns .zf-tempContDiv .zf-overflow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zf-oneColumns .zf-tempContDiv span {
  margin: 0;
  width: calc(50% - 5px);
}

.zf-oneColumns .zf-tempContDiv span label {
  position: relative;
  margin: 0;
  padding: 14px 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 20px;
  border: 1px solid rgba(213, 213, 213, 1);
  border-radius: 4px;
  cursor: pointer;
}

.zf-oneColumns .zf-tempContDiv span label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  background: url(../img/check-white.svg) no-repeat rgba(216, 216, 216, 1)
    center / 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.form .zf-tempFrmWrapper .zf-tempContDiv input:checked + label {
  background-color: rgba(237, 238, 247, 1);
  border-color: rgba(24, 58, 29, 1);
}

.form .zf-tempFrmWrapper .zf-tempContDiv input:checked + label::after {
  background-color: rgba(24, 58, 29, 1);
}

.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
  display: none;
}

.zf-clearBoth {
  display: none;
}

.zf-small .zf-tempContDiv textarea {
  padding: 16px;
  width: 100%;
  height: 174px;
  resize: vertical;
  font-size: 14px;
  line-height: 20px;
}

.zf-fmFooter {
  margin-top: 24px;
  padding: 0px;
}

.zf-fmFooter .zf-submitColor {
  position: relative;
  padding: 0;
  width: 100%;
  height: 54px;
  font-size: 18px;
  font-weight: 700;
  line-height: 54px;
  background: rgba(24, 58, 29, 1);
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.zf-fmFooter .zf-submitColor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-white.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.privacy-policy-wrap {
  margin-top: 48px;
  font-size: 12px;
  line-height: 1.4;
  background: rgba(245, 245, 245, 1);
}

.privacy-policy {
  overflow-y: scroll;
  padding: 16px;
  height: 210px;
}

.privacy-policy p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.privacy-policy .privacy-policy-heading-top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.privacy-policy .privacy-policy-heading {
  font-weight: 700;
}

/*plan-page*/

/*plan-fv*/
.plan-h1-top {
  display: inline-block;
  padding: 0 9px 0 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: rgba(255, 255, 255, 1);
  background: rgba(136, 151, 148, 1);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.fukushi .plan-h1-top {
  background: rgba(159, 138, 173, 1);
}

.standard .plan-h1-top {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .plan-h1-top {
  background: rgba(112, 153, 81, 1);
}

.kazoku .plan-h1-top {
  background: rgba(182, 151, 51, 1);
}

.jitaku .plan-h1-top {
  background: rgba(179, 99, 83, 1);
}

.ippan .plan-h1-top {
  background: rgba(81, 97, 153, 1);
}

.plan-h1-bottom {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding: 7px 16px;
}

.plan-fv-img {
  position: relative;
}

.plan-fv-img span {
  position: absolute;
  top: 8px;
  right: 12px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
}

.plan-fv-content {
  margin-bottom: 40px;
  padding: 18px 14px 14px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.plan-fv-content-frame {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.plan-fv-content-frame-free {
  align-items: center;
}

.plan-fv-content-frame + .plan-fv-content-frame {
  align-items: center;
  margin-top: 16px;
}

.plan-fv-content-item {
  text-align: center;
  margin-top: 4px;
  padding: 2px 0;
  width: 56px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  background: rgba(136, 151, 148, 1);
}

.plan-fv-content-item-free {
  width: 114px;
}

.fukushi .plan-fv-content-item {
  background: rgba(159, 138, 173, 1);
}

.standard .plan-fv-content-item {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .plan-fv-content-item {
  background: rgba(112, 153, 81, 1);
}

.kazoku .plan-fv-content-item {
  background: rgba(182, 151, 51, 1);
}

.jitaku .plan-fv-content-item {
  background: rgba(179, 99, 83, 1);
}

.ippan .plan-fv-content-item {
  background: rgba(81, 97, 153, 1);
}

.plan-fv-content-marker-inner {
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #f0a04b 65%);
}

.plan-fv-content-marker-inner span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.plan-fv-content-price {
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
}

.plan-fv-content-excluding-tax-price {
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.9px;
  color: rgba(230, 58, 46, 1);
}

.plan-fv-content-yen {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: rgba(230, 58, 46, 1);
}

.plan-fv-content-tax-included-price {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 350;
  line-height: 14px;
}

.plan-fv-content-tax-included-price span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.plan-fv-content-usually-price {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
}

.plan-fv-content-usually-price-red {
  margin-right: 14px;
  color: rgba(230, 58, 46, 1);
}

.plan-fv-content-usually-price-double-line {
  text-decoration-style: solid;
  text-decoration-color: rgba(0, 0, 0, 1);
  text-decoration-line: line-through;
}

.plan-fv-content-marker-b {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #f0a04b 65%);
}

.plan-fv-content-marker-b span {
  font-size: 24px;
  line-height: 32px;
}

.plan-fv-flow {
  display: flex;
  gap: 33px;
  margin-top: 24px;
}

.plan-fv-flow-item {
  position: relative;
  text-align: center;
  padding: 5px 0;
  width: 64px;
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
}

.plan-fv-flow-item + .plan-fv-flow-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 14px;
  height: 14px;
  background: url(../img/arrow-black.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.plan-fv-flow-item.gray {
  color: rgba(200, 200, 200, 1);
  background: rgba(221, 221, 221, 1);
  border: 1px solid rgba(221, 221, 221, 1);
}

/*about*/
.about-heading {
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.about-text {
  padding: 12px 14px 40px;
  font-size: 14px;
  font-weight: 350;
  line-height: 28px;
}

.about-box-top {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 12px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  background: rgba(136, 151, 148, 1);
}

.about-box-top::before {
  content: "";
  position: absolute;
  top: -28px;
  right: 0px;
  left: 0px;
  margin: auto;
  width: 56px;
  height: 56px;
  background-image: url(../img/about.svg);
  background-color: rgba(159, 138, 173, 1);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center 8px;
  border-radius: 50%;
}

.fukushi .about-box-top {
  background: rgba(159, 138, 173, 1);
}

.standard .about-box-top {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .about-box-top {
  background: rgba(112, 153, 81, 1);
}

.kazoku .about-box-top {
  background: rgba(182, 151, 51, 1);
}

.jitaku .about-box-top {
  background: rgba(179, 99, 83, 1);
}

.ippan .about-box-top {
  background: rgba(81, 97, 153, 1);
}

/* 火葬式 シンプルプラン */
.simple .about-box-top::before {
  background-color: rgba(136, 151, 148, 1);
}

.standard .about-box-top::before {
  background-color: rgba(92, 153, 146, 1);
}

.ichinichi .about-box-top::before {
  background-color: rgba(112, 153, 81, 1);
}

.kazoku .about-box-top::before {
  background-color: rgba(182, 151, 51, 1);
}

.jitaku .about-box-top::before {
  background-color: rgba(179, 99, 83, 1);
}

.ippan .about-box-top::before {
  background-color: rgba(81, 97, 153, 1);
}

.about-box-top-heading {
  position: relative;
  text-align: center;
  padding: 12px 0;
}

.about-box-top li {
  position: relative;
  padding: 10px 0px 10px 30px;
  border-top: 1px dashed;
}

.about-box-top li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url(../img/about.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.about-box-bottom {
  padding: 15px 12px 12px;
}

.about-box-bottom-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.about-box-bottom-heading span {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, #f0a04b 65%);
}

.about-box-bottom-heading .about-box-bottom-heading-b {
  font-size: 19px;
  line-height: 28px;
  background: none;
}

.about-box-bottom-table-th {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: rgba(54, 54, 54, 1);
  border: 1px solid;
}

.about-box-bottom-table-td {
  text-align: center;
  padding: 6px 0;
  color: rgba(255, 255, 255, 1);
  background: rgba(54, 54, 54, 1);
}

.about-box-bottom-table-td-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.about-box-bottom-table-td-price-b {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

.about-box-bottom-table-td-price-research {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 350;
  line-height: 15px;
}

.about-box-bottom-reasonable-table-th {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(136, 151, 148, 1);
  border: 1px solid;
}

.standard .about-box-bottom-reasonable-table-th {
  color: rgba(92, 153, 146, 1);
}

.ichinichi .about-box-bottom-reasonable-table-th {
  color: rgba(112, 153, 81, 1);
}

.kazoku .about-box-bottom-reasonable-table-th {
  color: rgba(182, 151, 51, 1);
}

.jitaku .about-box-bottom-reasonable-table-th {
  color: rgba(179, 99, 83, 1);
}

.ippan .about-box-bottom-reasonable-table-th {
  color: rgba(81, 97, 153, 1);
}

.about-box-bottom-reasonable-table-td {
  display: flex;
}

.about-box-bottom-reasonable-price {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 114px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background: rgba(136, 151, 148, 1);
}

.fukushi .about-box-bottom-reasonable-price {
  background: rgba(159, 138, 173, 1);
}

.standard .about-box-bottom-reasonable-price {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .about-box-bottom-reasonable-price {
  background: rgba(112, 153, 81, 1);
}

.kazoku .about-box-bottom-reasonable-price {
  background: rgba(182, 151, 51, 1);
}

.jitaku .about-box-bottom-reasonable-price {
  background: rgba(179, 99, 83, 1);
}

.ippan .about-box-bottom-reasonable-price {
  background: rgba(81, 97, 153, 1);
}

.about-box-bottom-reasonable-price-b {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
}

.about-box-bottom-reasonable-price-s {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.red-arrow {
  display: flex;
  align-items: center;
  width: 75%;
}

.red-arrow-triangle {
  margin: 4px 0 4px 2px;
  border-right: 25px solid rgba(230, 58, 46, 1);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.red-arrow-text {
  text-align: center;
  padding: 4px 0;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: rgba(255, 255, 255, 1);
  background: rgba(230, 58, 46, 1);
}

/*plan-table*/
.plan-table {
  padding: 32px 12px 18px;
}

.plan-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.plan-table th {
  width: 40px;
}

.th-left {
  padding: 8px 0;
  width: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: rgba(255, 255, 255, 1);
  background: rgba(150, 150, 150, 1);
  border-bottom: 1px solid rgba(200, 200, 200, 1);
}

.th-left span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  writing-mode: vertical-lr;
  white-space: pre;
}

.plan-table .viewing-plan-name,
.plan-table .compared-plan-name {
  position: relative;
  text-align: center;
  padding: 4px 0;
  width: auto;
  font-weight: 700;
  line-height: 1.1;
  color: rgba(255, 255, 255, 1);
  background: rgba(136, 151, 148, 1);
  border-radius: 12px 12px 0 0;
}

.fukushi .plan-table .viewing-plan-name {
  background: rgba(159, 138, 173, 1);
}

.standard .plan-table .viewing-plan-name {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .plan-table .viewing-plan-name {
  background: rgba(112, 153, 81, 1);
}

.kazoku .plan-table .viewing-plan-name {
  background: rgba(182, 151, 51, 1);
}

.jitaku .plan-table .viewing-plan-name {
  background: rgba(179, 99, 83, 1);
}

.ippan .plan-table .viewing-plan-name {
  background: rgba(81, 97, 153, 1);
}

.plan-table .viewing-plan-name span,
.plan-table .compared-plan-name span {
  font-size: 10px;
  line-height: 11px;
}

.mark {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100%;
  margin: auto;
  padding: 4px 8px;
  width: 88px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: rgba(0, 0, 0, 1);
  background: rgba(240, 160, 75, 1);
}

.fukushi .compared-plan-name {
  background: rgba(159, 138, 173, 1);
}

.simple .compared-plan-name {
  background: rgba(92, 153, 146, 1);
}

.standard .compared-plan-name {
  background: rgba(112, 153, 81, 1);
}

.ichinichi .compared-plan-name {
  background: rgba(182, 151, 51, 1);
}

.kazoku .compared-plan-name {
  background: rgba(179, 99, 83, 1);
}

.jitaku .compared-plan-name {
  background: rgba(112, 153, 81, 1);
}

.ippan .compared-plan-name {
  background: rgba(182, 151, 51, 1);
}

.standard .plan-table td:first-of-type {
  border-left: 2px solid rgba(92, 153, 146, 1);
  border-right: 2px solid rgba(92, 153, 146, 1);
}

.ichinichi .plan-table td:first-of-type {
  border-left: 2px solid rgba(112, 153, 81, 1);
  border-right: 2px solid rgba(112, 153, 81, 1);
}

.kazoku .plan-table td:first-of-type {
  border-left: 2px solid rgba(182, 151, 51, 1);
  border-right: 2px solid rgba(182, 151, 51, 1);
}

.jitaku .plan-table td:first-of-type {
  border-left: 2px solid rgba(179, 99, 83, 1);
  border-right: 2px solid rgba(179, 99, 83, 1);
}

.ippan .plan-table td:first-of-type {
  border-left: 2px solid rgba(81, 97, 153, 1);
  border-right: 2px solid rgba(81, 97, 153, 1);
}

.plan-table td:first-of-type {
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background: rgba(255, 242, 217, 1);
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  border-left: 2px solid rgba(136, 151, 148, 1);
  border-right: 2px solid rgba(136, 151, 148, 1);
}

.plan-table td:last-of-type {
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(200, 200, 200, 1);
  border-bottom: 1px solid rgba(200, 200, 200, 1);
}

.plan-table-excluding-tax-price {
  font-size: 12px;
  line-height: 1;
  color: rgba(230, 58, 46, 1);
}

.plan-table-excluding-tax-price span {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.plan-table td:last-of-type .plan-table-excluding-tax-price span {
  font-weight: 400;
}

.plan-table-tax {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}

.plan-table-tax-included-price {
  margin-top: 4px;
  padding-top: 3px;
  font-size: 8px;
  line-height: 16px;
  border-top: 1px dashed;
}

.plan-table-tax-included-price span {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.plan-table td:last-of-type .plan-table-tax-included-price span {
  font-weight: 400;
}

.plan-table-flow ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.plan-table-flow li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  writing-mode: vertical-lr;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: rgba(255, 255, 255, 1);
  white-space: pre;
  background: rgba(136, 151, 148, 1);
  border-radius: 4px;
}

.fukushi .plan-table-flow li {
  background: rgba(159, 138, 173, 1);
}

.standard .plan-table-flow li {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .plan-table-flow li {
  background: rgba(112, 153, 81, 1);
}

.kazoku .plan-table-flow li {
  background: rgba(182, 151, 51, 1);
}

.jitaku .plan-table-flow li {
  background: rgba(179, 99, 83, 1);
}

.ippan .plan-table-flow li {
  background: rgba(81, 97, 153, 1);
}

.plan-table-enshrinement td {
  vertical-align: top;
}

.fukushi .plan-table-flow td:last-of-type li {
  background: rgba(159, 138, 173, 1);
}

.simple .plan-table-flow td:last-of-type li {
  background: rgba(92, 153, 146, 1);
}

.standard .plan-table-flow td:last-of-type li {
  background: rgba(112, 153, 81, 1);
}

.ichinichi .plan-table-flow td:last-of-type li {
  background: rgba(182, 151, 51, 1);
}

.kazoku .plan-table-flow td:last-of-type li {
  background: rgba(179, 99, 83, 1);
}

.jitaku .plan-table-flow td:last-of-type li {
  background: rgba(112, 153, 81, 1);
}

.ippan .plan-table-flow td:last-of-type li {
  background: rgba(182, 151, 51, 1);
}

.plan-table-flow td li.gray {
  background: rgba(221, 221, 221, 1) !important;
}

.plan-table-enshrinement-item {
  padding: 4px 0 5px;
}

.plan-table-enshrinement-item + .plan-table-enshrinement-item {
  border-top: 1px dashed rgba(200, 200, 200, 1);
}

.separately {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1;
}

.plan-table-shiraki td:first-of-type {
  border-bottom: 2px solid rgba(136, 151, 148, 1);
}

.standard .plan-table-shiraki td:first-of-type {
  border-bottom: 2px solid rgba(92, 153, 146, 1);
}

.ichinichi .plan-table-shiraki td:first-of-type {
  border-bottom: 2px solid rgba(112, 153, 81, 1);
}

.kazoku .plan-table-shiraki td:first-of-type {
  border-bottom: 2px solid rgba(182, 151, 51, 1);
}

.jitaku .plan-table-shiraki td:first-of-type {
  border-bottom: 2px solid rgba(179, 99, 83, 1);
}

.ippan .plan-table-shiraki td:first-of-type {
  border-bottom: 2px solid rgba(81, 97, 153, 1);
}

.plan-table-annotation {
  text-align: right;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
}

.separately.font-weight400 {
  font-weight: 400;
}

/*plan-services-included*/
.plan-services-included {
  position: relative;
  margin-top: 14px;
  padding: 32px 12px 12px;
  background: rgba(244, 244, 244, 1);
}

.plan-services-included-heading {
  position: absolute;
  top: -14px;
  text-align: center;
  width: calc(100% - 24px);
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  background: rgba(136, 151, 148, 1);
  border-radius: 30px;
}

.fukushi .plan-services-included-heading {
  background: rgba(159, 138, 173, 1);
}

.standard .plan-services-included-heading {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .plan-services-included-heading {
  background: rgba(112, 153, 81, 1);
}

.kazoku .plan-services-included-heading {
  background: rgba(182, 151, 51, 1);
}

.jitaku .plan-services-included-heading {
  background: rgba(179, 99, 83, 1);
}

.ippan .plan-services-included-heading {
  background: rgba(81, 97, 153, 1);
}

.plan-services-included-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px dashed;
}

.plan-services-included ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 12px 0 32px;
}

.plan-services-included li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  width: calc(50% - 2px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
}

.plan-services-included li img {
  width: 32px;
  height: 32px;
}

.plan-services-included-li-word {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.plan-services-included-li-word-s {
  font-size: 10px;
  font-weight: 350;
}

/*plan-total-amount*/
.plan-total-amount {
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  color: rgba(255, 255, 255, 1);
  background: rgba(136, 151, 148, 1);
}

.fukushi .plan-total-amount {
  background: rgba(159, 138, 173, 1);
}

.standard .plan-total-amount {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .plan-total-amount {
  background: rgba(112, 153, 81, 1);
}

.kazoku .plan-total-amount {
  background: rgba(182, 151, 51, 1);
}

.jitaku .plan-total-amount {
  background: rgba(179, 99, 83, 1);
}

.ippan .plan-total-amount {
  background: rgba(81, 97, 153, 1);
}

.plan-total-amount::before {
  content: "";
  position: absolute;
  top: 0px;
  margin: auto;
  border-top: 10px solid rgba(244, 244, 244, 1);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.plan-total-amount2::before {
  border-top: 10px solid rgba(255, 255, 255, 1);
}

.plan-total-amount-text {
  text-align: center;
  padding: 24px 0 16px;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
}

.plan-total-amount-text-b {
  font-size: 20px;
  font-weight: 350;
  line-height: 28px;
}

.plan-total-amount-price {
  padding: 16px 0;
  margin: 0 12px;
  border-top: 1px solid rgba(240, 160, 75, 1);
  border-bottom: 1px solid rgba(240, 160, 75, 1);
}

.plan-total-amount-price-frame {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-total-amount-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 56px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: rgba(255, 255, 255, 1);
  white-space: pre;
  background: rgba(230, 58, 46, 1);
}

.plan-total-amount-item-free {
  width: 114px;
  height: 32px;
  writing-mode: initial;
  letter-spacing: initial;
}

.plan-total-amount-roboto {
  margin-left: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: 1.3px;
}

.plan-total-amount-yen {
  margin-left: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.3px;
}

.plan-total-amount-tax {
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  letter-spacing: 1.3px;
}

.plan-total-amount-tax-included-price {
  font-size: 12px;
  font-weight: 350;
  line-height: 16px;
  text-align: center;
}

.plan-total-amount-tax-included-price span {
  margin-left: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

/*right-now*/
.right-now {
  position: relative;
  text-align: center;
  padding: 14px 12px;
  border: 2px solid rgba(230, 58, 46, 1);
}

.right-now::before {
  content: "";
  position: absolute;
  top: 0px;
  margin: auto;
  border-top: 10px solid rgba(230, 58, 46, 1);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.right-now-text {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

/*flow*/
.flow-border-heading {
  text-align: center;
  margin-top: 40px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.flow-table {
  margin: 20px 12px 12px;
  color: rgba(136, 151, 148, 1);
  border-collapse: collapse;
}

.standard .flow-table {
  color: rgba(92, 153, 146, 1);
}

.ichinichi .flow-table {
  color: rgba(112, 153, 81, 1);
}

.kazoku .flow-table {
  color: rgba(182, 151, 51, 1);
}

.jitaku .flow-table {
  color: rgba(179, 99, 83, 1);
}

.ippan .flow-table {
  color: rgba(81, 97, 153, 1);
}

.flow-table th {
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  background: rgba(244, 244, 244, 1);
  border: 1px solid;
}

.flow-table td {
  padding: 12px;
  border: 1px solid;
}

.flow-table ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.flow-table li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 4px;
  width: 21px;
  min-height: 70px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: rgba(255, 255, 255, 1);
  white-space: pre;
  background: rgba(136, 151, 148, 1);
  border-radius: 4px;
}

.fukushi .flow-table li {
  background: rgba(159, 138, 173, 1);
}

.standard .flow-table li {
  background: rgba(92, 153, 146, 1);
}

.ichinichi .flow-table li {
  background: rgba(112, 153, 81, 1);
}

.kazoku .flow-table li {
  background: rgba(182, 151, 51, 1);
}

.jitaku .flow-table li {
  background: rgba(179, 99, 83, 1);
}

.ippan .flow-table li {
  background: rgba(81, 97, 153, 1);
}

.flow-table li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  background: url(../img/arrow-white-small.svg) rgba(136, 151, 148, 1) no-repeat
    center / contain;
  transform: translateY(-50%);
  border-radius: 50%;
}

.standard .flow-table li + li::before {
  background-color: rgba(92, 153, 146, 1);
}

.ichinichi .flow-table li + li::before {
  background-color: rgba(112, 153, 81, 1);
}

.kazoku .flow-table li + li::before {
  background-color: rgba(182, 151, 51, 1);
}

.jitaku .flow-table li + li::before {
  background-color: rgba(179, 99, 83, 1);
}

.ippan .flow-table li + li::before {
  background-color: rgba(81, 97, 153, 1);
}

.flow-box {
  padding: 0 12px;
  border-top: 2px solid rgba(136, 151, 148, 1);
}

.standard .flow-box {
  border-color: rgba(92, 153, 146, 1);
}

.ichinichi .flow-box {
  border-color: rgba(112, 153, 81, 1);
}

.kazoku .flow-box {
  border-color: rgba(182, 151, 51, 1);
}

.jitaku .flow-box {
  border-color: rgba(179, 99, 83, 1);
}

.ippan .flow-box {
  border-color: rgba(81, 97, 153, 1);
}

.flow-box-last {
  padding-top: 20px;
}

.flow-heading {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px dashed;
}

.flow-box-item {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.flow-heading + .flow-box-item {
  padding-top: 20px;
}

.flow-box-item:last-of-type {
  padding-bottom: 20px;
}

.flow-box-item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
  border-radius: 50%;
}

.flow-box-item-subject {
  position: relative;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.flow-box-item-subject::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 1);
}

.flow-box-item-img {
  margin-left: auto;
  margin-bottom: 20px;
  width: 170px;
  object-fit: cover;
}

.flow-box-item:last-of-type .flow-box-item-img {
  margin-bottom: 0px;
}

/*document-btn-area*/
.document-btn-area {
  padding: 18px 12px 28px;
}

/*set-plan(プランページ)*/
.set-plan-border-heading {
  padding: 6px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 40px;
}

.set-plan-inner.white-bg {
  padding: 39px 16px 32px;
  background: rgba(255, 255, 255, 1);
}

.white-bg .ceremony-name span {
  background: rgba(255, 255, 255, 1);
}

.white-bg .ceremony-name::before {
  border-top: 2px dashed rgba(20, 113, 184, 1);
}

/*company*/

/*overview*/
.overview {
  padding: 24px;
}

.overview-heading {
  font-weight: 700;
  line-height: 1.5;
}

.overview-table {
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  border-collapse: collapse;
}

.overview-table tr {
  border-bottom: 1px solid rgb(204 204 204);
}

.overview-table tr:last-of-type {
  border-bottom: none;
}

.overview-table th {
  padding: 16px 0;
}

.overview-table td {
  padding: 16px 0 16px 8px;
}

.overview-table th {
  width: 33%;
  font-weight: 700;
}

/*thanks*/
.thanks {
  padding-bottom: 0;
}

.thanks-outer {
  position: relative;
  padding: 20px;
  min-height: 550px;
  background: rgba(237, 247, 238, 1);
}

.thanks-outer h1 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 2;
}

.thanks-text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2;
}

.to-top-btn {
  text-align: center;
}

.to-top-btn a {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: left;
  margin-top: 16px;
  padding: 0 32px;
  width: 212px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  background: rgba(24, 58, 29, 1);
  border-radius: 6px;
}

.to-top-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-white.svg) no-repeat center / contain;
  transform: translateY(-50%);
}

.woman {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: auto;
}
