* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role="list"] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

:where(
    a[href],
    area,
    button,
    input,
    label[for],
    select,
    summary,
    textarea,
    [tabindex]:not([tabindex*="-"])
  ) {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

:where(input[type="file"]) {
  cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  ),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}

:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  )[disabled] {
  cursor: not-allowed;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.564vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #414040;
  font-weight: bold;
}

body li {
  list-style: none;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.header {
  width: 100%;
}

.header__top {
  padding: 0 2rem;
  margin: 2rem auto;
  max-width: 139.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header__top {
    margin: 1rem auto;
    width: 100%;
    padding: 0 1.5rem;
  }
}

.header__title {
  width: 33.8rem;
}

@media screen and (max-width: 768px) {
  .header__title {
    width: 13.8rem;
  }
}

.header__contact {
  width: 66.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__contact a {
  position: relative;
  padding-left: 5.6rem;
  display: block;
  font-size: 5.6rem;
  color: #74a85a;
  text-decoration: none;
}

.header__contact a:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 6rem;
  background: center/cover no-repeat url("../img/tel-green.svg");
  left: 0;
  top: -0.5rem;
}

.header__contactText {
  width: 22.4rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  border-radius: 0.5rem;
  border: 0.2rem solid #74a85a;
}

.header__contactText span {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.header__nav {
  width: 100%;
  background-color: #74a85a;
  height: 6.8rem;
}

@media screen and (max-width: 768px) {
  .header__nav {
    padding: 2.5rem 1.5rem 7rem;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 5.4rem;
    right: -120%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .header.active .header__nav {
    right: 0;
  }
}

.header__list {
  margin: auto;
  width: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header__list {
    width: 100%;
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header__item {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header__item + .header__item {
    padding-top: 1.7rem;
  }
  .header__item + .header__item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.3rem;
    background: left/cover no-repeat url("../img/border.svg");
    top: 0;
  }
}

.header__item a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__item a:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.4rem;
  background: #fff;
  bottom: -0.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__item a:hover:before {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .header__item a {
    position: relative;
    display: block;
    padding-bottom: 1.5rem;
    color: #74a85a;
    font-size: 1.8rem;
  }
}

.header__item.-contact:before {
  display: none;
}

.header__item.-contact a {
  padding: 0;
  width: 100%;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.4rem solid #74a85a;
  border-radius: 0.5rem;
}

.header__item.-contact .header__itemTel {
  position: relative;
  padding-left: 4rem;
  font-size: 4rem;
}

.header__item.-contact .header__itemTel:before {
  position: absolute;
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  background: center/cover no-repeat url("../img/tel-green.svg");
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__item.-contact .header__itemText {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #414040;
}

.header__item.-contact .header__itemText span {
  margin-right: 0.8rem;
  display: inline-block;
  font-weight: bold;
}

.header__btn {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background-color: #74a85a;
  position: relative;
  cursor: pointer;
}

.header__btn span {
  position: absolute;
  left: 0.7rem;
  width: 1.7rem;
  height: 0.2rem;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__btn span:first-of-type {
  top: 0.9rem;
}

.header__btn span:nth-of-type(2) {
  top: 1.5rem;
}

.header__btn span:nth-of-type(3) {
  bottom: 0.8rem;
}

.header__btn.active span:first-of-type {
  -webkit-transform: translateY(0.6rem) rotate(-45deg);
  transform: translateY(0.6rem) rotate(-45deg);
}

.header__btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.6rem) rotate(45deg);
  transform: translateY(-0.6rem) rotate(45deg);
}

/* header end */

/* footer start */

.footer__text {
  padding: 2rem 0;
  text-align: center;
  font-size: 1.2rem;
}

/* footer end */

@media screen and (max-width: 768px) {
  .footer__text {
    padding: 1.3rem 0;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

.u-margin.-short {
  margin-bottom: 16px;
}

.u-margin.-middle {
  margin-bottom: 32px;
}

.u-margin.-large {
  margin-bottom: 64px;
}

.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes blurAnime {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.body {
  min-width: 112rem;
}

.body.active {
  overflow: hidden;
  padding-top: 5.4rem;
}

@media screen and (max-width: 768px) {
  .body {
    min-width: 100%;
  }
}

/* mainVs start */

.mainVs {
  width: 100%;
  height: 72.7rem;
  background: center/cover no-repeat url("../img/mainVisual.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .mainVs {
    height: 60rem;
  }
}

.mainVs__content {
  padding: 7.2rem 0 6.3rem;
  position: relative;
  width: 81.6rem;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .mainVs__content {
    padding: 5.5rem 0 5.1rem;
    width: 32rem;
  }
}

.mainVs__pop {
  position: absolute;
  width: 15.6rem;
  height: 15.6rem;
  border-radius: 50%;
  background-color: #efd75f;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -3rem;
  right: -3rem;
}

@media screen and (max-width: 768px) {
  .mainVs__pop {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
    right: -1.3rem;
  }
}

.mainVs__title {
  font-size: 8.2rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainVs__title {
    font-size: 3.8rem;
  }
}

.mainVs__title span {
  display: block;
  font-size: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .mainVs__title span {
    font-size: 1.8rem;
  }
}

.mainVs__roundText {
  margin: 4.1rem auto 0;
  max-width: 66.8rem;
  height: 7.8rem;
  line-height: 7.8rem;
  border-radius: 3.9rem;
  color: #ffffff;
  background-color: #74a85a;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mainVs__roundText {
    margin-top: 1.8rem;
    max-width: initial;
    width: 30rem;
    font-size: 1.8rem;
    height: 4.5rem;
    line-height: 4.5rem;
  }
}

.mainVs__money {
  margin: 3.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 66.8rem;
}

@media screen and (max-width: 768px) {
  .mainVs__money {
    margin-top: 1.6rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mainVs__moneyAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #74a85a;
}

@media screen and (max-width: 768px) {
  .mainVs__moneyAbout {
    margin-top: 1.5rem;
  }
}

.mainVs__moneyText {
  margin-top: -1.5rem;
  font-size: 11.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mainVs__moneyText {
    font-size: 7.2rem;
  }
}

.mainVs__moneyText span {
  font-size: 5.8rem;
}

@media screen and (max-width: 768px) {
  .mainVs__moneyText span {
    font-size: 3.2rem;
  }
}

.mainVs__moneyEn {
  margin-top: -1rem;
  font-size: 5.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainVs__moneyEn {
    font-size: 3.2rem;
  }
}

.mainVs__moneyEn span {
  display: block;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .mainVs__moneyEn span {
    font-size: 1.2rem;
  }
}

.mainVs__speechBubble {
  position: relative;
  width: 16.9rem;
  height: 8.9rem;
  background-color: #efd75f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .mainVs__speechBubble {
    width: 22rem;
    font-size: 1.6rem;
    height: 4.9rem;
  }
}

.mainVs__speechBubble:before {
  position: absolute;
  content: "";
  width: 2.2rem;
  height: 1.7rem;
  background: center/cover no-repeat url("../img/sankaku.png");
  right: -0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .mainVs__speechBubble:before {
    top: initial;
    bottom: -1.5rem;
    right: initial;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
  }
}

.mainVs__text {
  margin-top: 3.3rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.56;
  font-weight: 500;
  /* テキストの折り返し設定 */
  word-break:keep-all;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .mainVs__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.78;
  }
}

/* mainVs end */

/* headArea start */

.headArea {
  margin-top: 6.9rem;
}

@media screen and (max-width: 768px) {
  .headArea {
    margin-top: 3.7rem;
  }
}

.headArea__title {
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .headArea__title {
    font-size: 2.4rem;
    line-height: 1.85;
  }
}

.headArea__title:after,
.headArea__title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.4rem 2.9rem 0.4rem;
  border-color: transparent transparent #414040 transparent;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .headArea__title:after,
  .headArea__title:before {
    top: initial;
    bottom: 0;
  }
}

.headArea__title:before {
  left: -1rem;
  -webkit-transform: rotate(151deg) translateY(50%);
  transform: rotate(151deg) translateY(50%);
}

@media screen and (max-width: 768px) {
  .headArea__title:before {
    left: -2rem;
  }
}

.headArea__title:after {
  right: -1rem;
  -webkit-transform: rotate(209deg) translateY(50%);
  transform: rotate(209deg) translateY(50%);
}

@media screen and (max-width: 768px) {
  .headArea__title:after {
    right: -2rem;
  }
}

.headArea__content {
  margin: 2.8rem auto 0;
  max-width: 104rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: solid 0.5rem #d42323;
  border-radius: 1rem;
  background-color: #d42323;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.headArea__content:hover {
  -webkit-transform: translateY(-0.7rem);
  transform: translateY(-0.7rem);
  -webkit-filter: drop-shadow(7px 9px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(7px 9px 8px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 768px) {
  .headArea__content {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 35.1rem;
  }
}

.headArea__contentLeft {
  min-width: 39.7rem;
  position: relative;
  padding: 0 1.8rem;
  background-color: #d42323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .headArea__contentLeft {
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.headArea__contentLeft:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5rem 0 11.5rem 4.9rem;
  border-color: transparent transparent transparent #d42323;
  top: 0;
  right: 0.1rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media screen and (max-width: 768px) {
  .headArea__contentLeft:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.8rem 17rem 0 17rem;
    border-color: #d42323 transparent transparent transparent;
    right: initial;
    top: initial;
    left: 0;
    bottom: -1.8rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headArea__contentLeftImg {
  margin-top: 1.3rem;
  width: 11.1rem;
}

@media screen and (max-width: 768px) {
  .headArea__contentLeftImg {
    width: 8.4rem;
  }
}

.headArea__contentLeftTitle {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .headArea__contentLeftTitle {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}

.headArea__contentLeftTitle span {
  font-size: 3.2rem;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .headArea__contentLeftTitle span {
    font-size: 2.4rem;
  }
}

.headArea__contentLeftText {
  margin-top: 1.4rem;
  padding: 2rem 0.9rem;
  font-size: 2rem;
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .headArea__contentLeftText {
    padding: 1.4rem 0.8rem;
    font-size: 1.6rem;
  }
}

.headArea__contentLeftText span {
  color: #e8d319;
}

.headArea__contentRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .headArea__contentRight {
    padding: 3.8rem 0 2rem;
  }
}

.headArea__contentRight a {
  position: relative;
  padding-left: 8rem;
  display: block;
  font-size: 7.1rem;
  text-decoration: none;
  color: #d42323;
}

@media screen and (max-width: 768px) {
  .headArea__contentRight a {
    padding-left: 4rem;
    font-size: 4rem;
  }
}

.headArea__contentRight a:before {
  position: absolute;
  content: "";
  width: 7.7rem;
  height: 7.7rem;
  background: center/cover no-repeat url("../img/tel-red.svg");
  left: 0;
}

@media screen and (max-width: 768px) {
  .headArea__contentRight a:before {
    width: 3.9rem;
    height: 3.9rem;
  }
}

.headArea__contentRightText {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #d42323;
}

@media screen and (max-width: 768px) {
  .headArea__contentRightText {
    font-size: 1.4rem;
  }
}

.headArea__contentRightText span {
  display: inline-block;
  padding: 0 1rem;
  line-height: 5.5rem;
  height: 5.5rem;
  border: 0.2rem solid #d42323;
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .headArea__contentRightText span {
    height: 3.5rem;
    line-height: 3.5rem;
  }
}

/* headArea end */

.section__head {
  width: 100%;
}

.section__headText {
  margin-top: 4.7rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.87;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section__headText {
    margin-top: 2.5rem;
    font-size: 1.8rem;
  }
}

.section__headText span {
  margin-top: 1rem;
  display: block;
  font-size: 1.6rem;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .section__headText span {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

.section__title {
  font-size: 6.4rem;
  color: #fff;
  height: 24rem;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: center/cover no-repeat url("../img/directBurial-head.jpg");
}

@media screen and (max-width: 768px) {
  .section__title {
    font-size: 3.2rem;
    height: 15rem;
  }
}

.section.familyFuneral .section__title {
  background: center/cover no-repeat url("../img/familyFuneral-head.jpg");
}

.section__text {
  margin-top: 3.7rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section__text {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

.section__text span {
  display: block;
  color: #d42323;
}

.section__text.-left {
  margin-top: 2rem;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section__text.-left {
    margin-top: 1.2rem;
  }
}

.section__text.-roundedCorners {
  position: relative;
  width: 100%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #efd75f;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  border-radius: 3.5rem;
}

@media screen and (max-width: 768px) {
  .section__text.-roundedCorners {
    font-size: 1.8rem;
    height: 7.4rem;
  }
}

.section__text.-roundedCorners:before {
  position: absolute;
  content: "";
  width: 5.1rem;
  height: 2.6rem;
  background: center/cover no-repeat url("../img/sankaku02.png");
  z-index: 9;
  bottom: -1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .section__text.-roundedCorners:before {
    background: center/cover no-repeat url("../img/sankaku02-sp.png");
    width: 1.2rem;
    height: 1.4rem;
    bottom: -1.3rem;
  }
}

.section__contentHeadOuter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .section__contentHeadOuter {
    gap: 8px;
  }
}

@media screen and (max-width: 480px) {
  .section__contentHeadOuter {
    gap: 8px;
  }
}

.section__contentHeadNumber {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 24px 16px;
  border-radius: 4px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .section__contentHeadNumber {
    padding: 16px 12px;
  }
}

@media screen and (max-width: 480px) {
  .section__contentHeadNumber {
    top: 4px;
    left: 4px;
    padding: 8px;
    gap: 4px;
  }
}

.section__contentHeadNumber-text {
  width: 100%;
  padding-bottom: 8px;
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 2px solid currentColor;
}

@media screen and (max-width: 768px) {
  .section__contentHeadNumber-text {
    font-size: 1rem;
  }
}

.section__contentHeadNumber-count {
  font-size: clamp(3.6rem, 100%, 4.8rem);
}
@media screen and (max-width: 768px) {
  .section__contentHeadNumber-count {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .section__contentHeadNumber-count {
    font-size: 1.5rem;
  }
}

.section__content.-green .section__contentHeadNumber {
  color: #74a85a;
}

.section__content.-blue .section__contentHeadNumber {
  color: #4d9eb8;
}

.section__content.-purple .section__contentHeadNumber {
  color: #8a62b8;
}

.section__content {
  margin: 6rem auto 0;
  width: 96.6rem;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .section__content {
    margin-top: 3.2rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 34.6rem;
    border-radius: 1rem;
  }
}

.section__content.-green {
  border: 0.8rem solid #74a85a;
  background-color: #74a85a;
}

@media screen and (max-width: 768px) {
  .section__content.-green {
    border: 0.6rem solid #74a85a;
  }
}

.section__content.-green .section__wrap {
  background-color: #fff;
}

.section__content.-green .section__money {
  color: #74a85a;
}

.section__content.-green .section__contentTitle {
  color: #74a85a;
  border-color: #74a85a;
}

.section__content.-green .section__flowList:before {
  background-color: #dce9d5;
}

.section__content.-green .section__flowItem {
  border: 0.2rem solid #74a85a;
}

.section__content.-blue {
  border: 0.8rem solid #4d9eb8;
  background-color: #4d9eb8;
}

@media screen and (max-width: 768px) {
  .section__content.-blue {
    border: 0.6rem solid #4d9eb8;
  }
}

.section__content.-blue .section__wrap {
  background-color: #fff;
}

.section__content.-blue .section__money {
  color: #4d9eb8;
}

.section__content.-blue .section__contentTitle {
  color: #4d9eb8;
  border-color: #4d9eb8;
}

.section__content.-blue .section__flowList:before {
  background-color: #def3f9;
}

.section__content.-blue .section__flowItem {
  border: 0.2rem solid #4d9eb8;
}

.section__content.-blue .section__flowItem.-curent {
  background-color: #4d9eb8;
  color: #fff;
}

.section__content.-purple {
  border: 0.8rem solid #8a62b8;
  background-color: #8a62b8;
}

@media screen and (max-width: 768px) {
  .section__content.-purple {
    border: 0.6rem solid #8a62b8;
  }
}

.section__content.-purple .section__wrap {
  background-color: #fff;
}

.section__content.-purple .section__money {
  color: #8a62b8;
}

.section__content.-purple .section__contentTitle {
  color: #8a62b8;
  border-color: #8a62b8;
}

.section__content.-purple .section__flowList:before {
  background-color: #e3d9ee;
}

.section__content.-purple .section__flowItem {
  border: 0.2rem solid #8a62b8;
}

.section__content.-purple .section__flowItem.-curent {
  background-color: #8a62b8;
  color: #fff;
}

.section__content.-yellow {
  background-color: #d59b28;
  border: 0.8rem solid #d59b28;
}

@media screen and (max-width: 768px) {
  .section__content.-yellow {
    border: 0.6rem solid #d59b28;
  }
}

.section__content.-yellow .section__wrap {
  background-color: #fff;
}

.section__content.-yellow .section__money {
  color: #d59b28;
}

.section__content.-yellow .section__contentTitle {
  color: #d59b28;
  border-color: #d59b28;
}

.section__content.-yellow .section__flowList:before {
  background-color: #f3deb2;
}

.section__content.-yellow .section__flowItem {
  border: 0.2rem solid #d59b28;
}

.section__content.-blue02 {
  border: 0.8rem solid #083570;
  background-color: #083570;
}

@media screen and (max-width: 768px) {
  .section__content.-blue02 {
    border: 0.6rem solid #083570;
  }
}

.section__content.-blue02 .section__wrap {
  background-color: #fff;
}

.section__content.-blue02 .section__money {
  color: #083570;
}

.section__content.-blue02 .section__contentTitle {
  color: #083570;
  border-color: #083570;
}

.section__content.-blue02 .section__flowList:before {
  background-color: #cddbec;
}

.section__content.-blue02 .section__flowItem {
  border: 0.2rem solid #083570;
}

.section__content.-blue02 .section__flowItem.-curent {
  background-color: #083570;
  color: #fff;
}

.section__content.-violet {
  border: 0.8rem solid #913f5d;
  background-color: #913f5d;
}

@media screen and (max-width: 768px) {
  .section__content.-violet {
    border: 0.6rem solid #913f5d;
  }
}

.section__content.-violet .section__wrap {
  background-color: #fff;
}

.section__content.-violet .section__money {
  color: #913f5d;
}

.section__content.-violet .section__contentTitle {
  color: #913f5d;
  border-color: #913f5d;
}

.section__content.-violet .section__flowList:before {
  background-color: #e3bdcb;
}

.section__content.-violet .section__flowItem {
  border: 0.2rem solid #913f5d;
}

.section__content.-violet .section__flowItem.-curent {
  background-color: #913f5d;
  color: #fff;
}

.section__contentHead {
  margin-left: 16px;
  height: 18.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}



@media screen and (max-width: 768px) {
  .section__content.-green .section__contentHead,
  .section__content.-blue .section__contentHead,
  .section__content.-purple .section__contentHead {
    margin-left: 120px;
    height: 8.5rem;
  }
}

@media screen and (max-width: 480px) {
  .section__content.-green .section__contentHead,
  .section__content.-blue .section__contentHead,
  .section__content.-purple .section__contentHead {
    margin-left: 48px;
    height: 8.5rem;
  }
}

.section__contentHeadTitle {
  margin-top: 2.7rem;
  font-size: 5.6rem;
  font-family: "Shippori Mincho", serif;
}

/* purpleのみテキストサイズ調整 */
.section__content.-purple .section__contentHeadTitle {
  font-size: 4.4rem;
}

@media screen and (max-width: 769px) {
  .section__content.-purple .section__contentHeadTitle {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .section__contentHeadTitle {
    margin-top: 1.3rem;
    font-size: 2.4rem;
  }

  .section__content.-green .section__contentHeadTitle{
    font-size: 1.8rem;
  }
}

.section__contentHead span {
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section__contentHead span {
    font-size: 1.4rem;
  }
}

.section__contentTitle {
  margin-top: 5rem;
  padding-bottom: 1.5rem;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  border-bottom: 0.4rem solid #414040;
}

@media screen and (max-width: 768px) {
  .section__contentTitle {
    padding-bottom: 0.9rem;
    margin-top: 2.1rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.section__wrap {
  padding: 6rem 6.3rem;
}

@media screen and (max-width: 768px) {
  .section__wrap {
    padding: 3rem 2rem;
  }
}

.section__regularPrice {
  margin-top: 5.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #919590;
}

@media screen and (max-width: 768px) {
  .section__regularPrice {
    margin-top: 3.7rem;
  }
}

.section__regularPrice span {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section__regularPrice span {
    font-size: 1.8rem;
  }
}

.section__regularPriceText {
  margin-left: 0.8rem;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section__regularPriceText {
    font-size: 4rem;
  }
}

.section__regularPriceText span {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .section__regularPriceText span {
    font-size: 2.4rem;
  }
}

.section__regularPriceEn {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section__regularPriceEn {
    font-size: 2.4rem;
  }
}

.section__regularPriceEn span {
  display: block;
  font-size: 1.2rem;
  text-align: left;
}

.section__money {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section__money {
    margin-top: 1.5rem;
  }
}

.section__moneyText {
  font-size: 15rem;
}

@media screen and (max-width: 768px) {
  .section__moneyText {
    font-size: 6.4rem;
  }
}

.section__moneyText span {
  font-size: 7.2rem;
}

@media screen and (max-width: 768px) {
  .section__moneyText span {
    font-size: 5.6rem;
  }
}

.section__moneyEn {
  font-size: 7.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section__moneyEn {
    font-size: 3.2rem;
    white-space: nowrap;
  }
}

.section__moneyEn span {
  display: block;
  font-size: 2.4rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .section__moneyEn span {
    font-size: 1.4rem;
  }
}

.section__plan {
  margin-top: 2.5rem;
  padding: 4rem;
  background-color: #faf7f7;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .section__plan {
    margin-top: 1.2rem;
    padding: 1.5rem;
  }
}

.section__planTitle {
  text-align: center;
  font-size: 2.3rem;
  background-color: #ffffff;
  border: 0.1rem solid #919590;
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .section__planTitle {
    font-size: 1.4rem;
  }
}

.section__planTitle small {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .section__planTitle small {
    font-size: 1.2rem;
  }
}

.section__planTitle span {
  margin-top: 1.3rem;
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .section__planTitle span {
    margin-top: 0.9rem;
    font-size: 1.2rem;
  }
}

.section__planList {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 1.2rem;
}

@media screen and (max-width: 768px) {
  .section__planList {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.4rem;
    gap: 0.4rem;
  }
}

.section__planItem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 4px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  min-height: 0;
  height: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 0.1rem solid #919590;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .section__planItem {
    font-size: 1.2rem;
    height: 100%;
  }
}

.section__planItem.-curent {
  color: #d42323;
}

.section__plantext {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .section__plantext {
    font-size: 1.2rem;
  }
}

.section__recommendationList {
  padding: 4.5rem 4rem;
  margin-top: 2.4rem;
  border-radius: 1rem;
  background-color: #faf7f7;
}

@media screen and (max-width: 768px) {
  .section__recommendationList {
    padding: 1.7rem 1rem;
    margin-top: 1.2rem;
  }
}

.section__recommendationItem {
  position: relative;
  padding-left: 3rem;
  font-size: 2.3rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section__recommendationItem {
    padding-left: 2.1rem;
    font-size: 1.4rem;
  }
}

.section__recommendationItem + .section__recommendationItem {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section__recommendationItem + .section__recommendationItem {
    margin-top: 0.9rem;
  }
}

.section__recommendationItem:before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: center/cover no-repeat url("../img/check.svg");
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .section__recommendationItem:before {
    width: 1.8rem;
    height: 1.7rem;
    top: 0.1rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.section__recommendationText {
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .section__recommendationText {
    font-size: 1.4rem;
  }
}

.section__recommendationText {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section__recommendationText {
    margin-top: 0.9rem;
  }
}

.section__flowList {
  position: relative;
  margin: 2.7rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5rem;
}

@media screen and (max-width: 768px) {
  .section__flowList {
    width: 100%;
    margin-top: 1.4rem;
    gap: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section__flowList:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section__flowList:before {
    height: 3rem;
  }
}

.section__flowItem {
  position: relative;
  width: 9rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-weight: 500;
  background-color: #ffffff;
  z-index: 9;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .section__flowItem {
    width: 4rem;
    height: 9rem;
    font-size: 1.4rem;
    border-radius: 0.5rem;
  }
}

.section__flowList + p {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: right;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .section__flowList + p {
    font-size: 1.2rem;
  }
}

.directBurial {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .directBurial {
    margin-top: 3rem;
  }
}

.question {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .question {
    margin-top: 6rem;
  }
}

.under__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28rem;
  color: #fff;
  font-size: 6.4rem;
  font-family: "Shippori Mincho", serif;
  background-color: #74a85a;
}

@media screen and (max-width: 768px) {
  .under__title {
    height: 15rem;
    font-size: 3.2rem;
  }
}

.question__list {
  margin: 6rem auto 0;
  width: 96rem;
}

@media screen and (max-width: 768px) {
  .question__list {
    margin-top: 3rem;
    width: 36rem;
  }
}

.question__item {
  width: 100%;
  padding: 4rem;
  border-radius: #74a85a;
  border-radius: 2rem;
  border: 0.8rem solid #74a85a;
}

@media screen and (max-width: 768px) {
  .question__item {
    padding: 2.5rem 1.4rem;
    border-radius: 1rem;
    border: 0.6rem solid #74a85a;
  }
}

.question__item + .question__item {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .question__item + .question__item {
    margin-top: 1.6rem;
  }
}

.question__q {
  position: relative;
  padding-left: 4.6rem;
  font-size: 2.4rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .question__q {
    padding: 0 2.6rem 0 3.6rem;
    font-size: 1.6rem;
  }
}

.question__q:before {
  position: absolute;
  content: "Q";
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #74a85a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  line-height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .question__q:before {
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
    line-height: 0;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.question__q .i_box {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 768px) {
  .question__q .i_box {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.2rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.question__q .i_box:after,
.question__q .i_box:before {
  position: absolute;
  content: "";
  background-color: #74a85a;
}

.question__q .i_box:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 0.4rem;
}

@media screen and (max-width: 768px) {
  .question__q .i_box:before {
    width: 1.5rem;
    height: 0.2rem;
  }
}

.question__q .i_box:after {
  height: 2.5rem;
  width: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .question__q .i_box:after {
    height: 1.5rem;
    width: 0.2rem;
  }
}

.question__q.open .i_box:after {
  display: none;
}

.question__a {
  display: none;
}

.question__aText {
  margin-top: 2.4rem;
  position: relative;
  padding: 2rem 2rem 2rem 6.6rem;
  background-color: #e7f5e0;
  font-size: 1.6rem;
  border-radius: 1rem;
  line-height: 1.87;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .question__aText {
    margin-top: 1.5rem;
    padding: 1rem 1rem 1rem 4.6rem;
    border-radius: 0.5rem;
  }
}

.question__aText:before {
  position: absolute;
  content: "A";
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.2rem solid #74a85a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #74a85a;
  font-weight: bold;
  line-height: 0;
  left: 2rem;
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .question__aText:before {
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
    left: 1rem;
    top: 1rem;
  }
}

.companyProfile {
  margin-top: 18rem;
}

@media screen and (max-width: 768px) {
  .companyProfile {
    margin-top: 9rem;
  }
}

.companyProfile__table {
  margin: 6.7rem auto 0;
  width: 96rem;
}

@media screen and (max-width: 768px) {
  .companyProfile__table {
    margin-top: 3.5rem;
    width: 36rem;
  }
}

.companyProfile__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .companyProfile__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.companyProfile__table tr + tr {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .companyProfile__table tr + tr {
    margin-top: 1.7rem;
  }
}

.companyProfile__table tr th {
  padding-bottom: 2.8rem;
  min-width: 25rem;
  font-size: 2.4rem;
  color: #74a85a;
  text-align: left;
  border-bottom: 0.2rem solid #74a85a;
}

@media screen and (max-width: 768px) {
  .companyProfile__table tr th {
    padding-bottom: 0;
    font-size: 1.6rem;
    border-bottom: none;
  }
}

.companyProfile__table tr td {
  padding-bottom: 2.8rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 0.2rem solid #c1c1c1;
}

@media screen and (max-width: 768px) {
  .companyProfile__table tr td {
    padding-bottom: 1.5rem;
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}

.holeGuide {
  margin-top: 18rem;
}

@media screen and (max-width: 768px) {
  .holeGuide {
    margin-top: 9rem;
  }
}

.holeGuide_inner {
  margin: 9rem auto 0;
  width: 96rem;
}

@media screen and (max-width: 768px) {
  .holeGuide_inner {
    margin-top: 4.5rem;
    width: 36rem;
  }
}

.thought {
  margin-top: 18.1rem;
  padding-bottom: 9rem;
  background: center/cover no-repeat url("../img/thought-bg.jpg");
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .thought {
    margin-top: 9rem;
    padding-bottom: 4.5rem;
  }
}

.thought__content {
  margin: 9rem auto 0;
  padding: 9rem 7.8rem;
  width: 96rem;
  border-radius: 2rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .thought__content {
    margin-top: 4.5rem;
    padding: 4.7rem 1.7rem;
    width: 36rem;
    border-radius: 1rem;
  }
}

.thought__title {
  position: relative;
  padding-bottom: 3rem;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  color: #74a85a;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thought__title {
    padding-bottom: 1rem;
    font-size: 2.4rem;
  }
}

.thought__title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.5rem;
  background: center/100% no-repeat url("../img/border.svg");
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .thought__title:before {
    height: 0.3rem;
  }
}

.thought__text {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.87;
}

@media screen and (max-width: 768px) {
  .thought__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

.thought__text + .thought__text {
  margin-top: 1.6rem;
}

.flower {
  position: relative;
  margin-top: 12rem;
  min-height: 115rem;
  background-color: #fafafa;
}

@media screen and (max-width: 768px) {
  .flower {
    margin-top: 7.2rem;
    min-height: 90rem;
  }
}

.flower__headImg {
  height: 35rem;
}

@media screen and (max-width: 768px) {
  .flower__headImg {
    height: 20rem;
  }
  .flower__headImg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.flower__content {
  padding-bottom: 6rem;
  position: absolute;
  width: 96rem;
  background-color: #fff;
  border-radius: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 21.8rem;
}

@media screen and (max-width: 768px) {
  .flower__content {
    width: 36rem;
    border-radius: 1rem;
    top: 11rem;
  }
}

.flower__title {
  margin-top: 7rem;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  color: #74a85a;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flower__title {
    margin-top: 3.7rem;
    font-size: 2rem;
  }
}

.flower__text {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .flower__text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.flower__money {
  margin-top: 4.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}

.flower__money span {
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flower__money span {
    font-size: 4rem;
  }
}

.flower__money span span {
  font-size: 2.4rem;
}

.flower__img {
  margin: 2.4rem auto 0;
  width: 77.5rem;
}

@media screen and (max-width: 768px) {
  .flower__img {
    margin-top: 1.2rem;
    width: 30rem;
  }
}

/* ------------------------------

寺院手配(花いっぱいお別れ商品のご案内)

------------------------------ */
.flower__temple {
  background-color: #faf7f7;
  border-radius: 5px;
  padding: 30px;
  margin: 4rem auto 0;
  width: 77.5rem;
}

@media screen and (max-width: 768px) {
  .flower__temple {
    padding: 20px 15px;
    width: 30rem;
  }
}

.flower__temple_title {
  color: #74a85a;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .flower__temple_title {
    font-size: 1.55rem;
  }
}

.flower__temple_list {
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .flower__temple_list {
    font-size: 1.4rem;
    flex-direction: column;
  }
}

.flower__temple_item + .flower__temple_item {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .flower__temple_item + .flower__temple_item {
    margin-left: 0;
    margin-top: 10px;
  }
}

.flower__temple_item:nth-child(1),
.flower__temple_item:nth-child(2) {
  background-color: #fff;
  border: 1px solid #74a85a;
  border-radius: 3px;
  padding: 15px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .flower__temple_item:nth-child(1),
  .flower__temple_item:nth-child(2),
  .flower__temple_item:nth-child(3) {
    width: 100%;
  }
}

.flower__temple_item:nth-child(3) {
  font-size: 2.2rem;
  width: auto;
}

@media screen and (max-width: 768px) {
  .flower__temple_item:nth-child(3) {
    font-size: 1.8rem;
  }
}

/* ------------------------------

家族葬1日プラン「ぬくもり」

------------------------------ */
.section__temple {
  background-color: #faf7f7;
  border-radius: 5px;
  padding: 30px;
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .section__temple {
    padding: 20px 15px;
    width: 30rem;
  }
}

.section__temple_title {
  font-size: 2.4rem;
}

/* .section__temple_titleバリエーション */
.section__temple.--nukumori .section__temple_title {
color: #d59b28;
}

.section__temple.--yasuragi .section__temple_title {
color: #083570;
}

.section__temple.--hohoemi .section__temple_title {
color: #913f5d;
}

@media screen and (max-width: 768px) {
  .section__temple_title {
    font-size: 1.55rem;
  }
}

.section__temple_list {
  font-size: 1.8rem;
  font-weight: 400;
  display: grid;
  grid-template-columns: min(100%, 180px) min(100%, 180px) 1fr;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 15px;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .section__temple_list {
    font-size: 1.4rem;
    grid-template-columns: 1fr;
  }
}

.section__temple_item {
  flex: 1;
}

.section__temple_item:nth-child(1),
.section__temple_item:nth-child(2) {
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
}

/* .section__temple_itemバリエーション */
.section__temple.--nukumori .section__temple_item:nth-child(1),
.section__temple.--nukumori .section__temple_item:nth-child(2) {
border: 1px solid #d59b28;
}

.section__temple.--yasuragi .section__temple_item:nth-child(1),
.section__temple.--yasuragi .section__temple_item:nth-child(2) {
border: 1px solid #083570;
}

.section__temple.--hohoemi .section__temple_item:nth-child(1),
.section__temple.--hohoemi .section__temple_item:nth-child(2) {
border: 1px solid #913f5d;
}

@media screen and (max-width: 768px) {
  .section__temple_item:nth-child(1),
  .section__temple_item:nth-child(2),
  .section__temple_item:nth-child(3) {
    width: 100%;
  }
}

.section__temple_item:nth-child(3) {
  font-size: 2.2rem;
  width: auto;
}

@media screen and (max-width: 768px) {
  .section__temple_item:nth-child(3) {
    font-size: 1.8rem;
  }
}

/* ------------------------------

家族葬2日プラン「やすらぎ」

------------------------------ */

.familyFuneral {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .familyFuneral {
    margin-top: 6rem;
  }
}

.offering_content {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 9rem 7.8rem;
  margin: 9rem auto -100px;
  width: 96rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .offering_content {
    margin-top: 4.5rem;
    margin: 4.5rem auto -50px;
    padding: 4.7rem 1.7rem;
    width: 36rem;
    border-radius: 1rem;
  }
}

.offering_title {
  position: relative;
  padding-bottom: 3rem;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  color: #74a85a;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .offering_title {
    padding-bottom: 1rem;
    font-size: 2.4rem;
  }
}

.offering_title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.5rem;
  background: center/100% no-repeat url(../img/border.svg);
  left: 0;
  bottom: 0;
}

.offering_text {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
}

@media screen and (max-width: 768px) {
  .offering_text {
    font-size: 1.4rem;
  }
}

.offering_text + .offering_text {
  margin-top: 1.6rem;
}

.offering_btn_area {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .offering_btn_area {
    flex-direction: column;
  }
}

.offering_btn {
  border: 2px solid #74a85a;
  border-radius: 999px;
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
  padding: 30px;
  margin: 0 10px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .offering_btn {
    font-size: 1.4rem;
    padding: 20px;
    width: 100%;
  }

  .offering_btn_item + .offering_btn_item {
    margin-top: 1.6rem;
  }
}

.offering_btn_item:first-child .offering_btn {
  background-color: #fff;
  color: #74a85a;
}
.offering_btn_item:first-child .offering_btn:hover {
  background-color: #74a85a;
  color: #fff;
}

.offering_btn_item:last-child .offering_btn {
  background-color: #74a85a;
  color: #fff;
}
.offering_btn_item:last-child .offering_btn:hover {
  background-color: #fff;
  color: #74a85a;
}
