@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
input, select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

body {
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

a {
  color: inherit;
  transition: 0.3s;
}

img {
  width: 100%;
}

.inner {
  width: 80vw;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: 85vw;
  }
}

.mb150 {
  margin-bottom: 7.8125vw;
}
@media (max-width: 768px) {
  .mb150 {
    margin-bottom: 70px;
  }
}

.mb100 {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 40px;
  }
}

.mb50 {
  margin-bottom: 2.6041666667vw;
}
@media (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.right {
  margin-left: auto;
}

.center {
  margin-inline: auto;
}

.green {
  color: #00562e;
}

.section-tit {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: clamp(30px, 3.33vw, 64px);
  line-height: 1.2em;
  letter-spacing: 2px;
  color: #00562e;
}
.section-tit__sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 3.5em;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 5.2083333333vw;
}

.tit40 {
  font-size: clamp(20px, 2vw, 40px);
}

.arrow-white {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ボタン */
.btn01 {
  width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  .btn01 {
    width: 200px;
  }
}
.btn01::after {
  content: "";
  background-image: url(../img/icon-arrow-white.png);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn01 a {
  font-size: clamp(14px, 0.93vw, 18px);
  border: 2px solid #00562e;
  background-color: #00562e;
  color: #fff;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 2.2em;
}
.btn01 a:hover {
  background-color: #fff;
  color: #00562e;
}

.btn02 {
  width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  .btn02 {
    width: 200px;
  }
}
.btn02::after {
  content: "";
  background-image: url(../img/icon-arrow.png);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn02 a {
  font-size: clamp(14px, 0.93vw, 18px);
  border: 2px solid #fff;
  background-color: #fff;
  color: #00562e;
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 2.2em;
}
.btn02 a:hover {
  background-color: #00562e;
  color: #fff;
}

/* ページネーション */
.pagination {
  text-align: center;
  margin-bottom: 150px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .pagination {
    margin-bottom: 70px;
    font-size: 14px;
  }
}

.current {
  color: #fff;
  background-color: #00562e;
  border-radius: 5px;
  padding: 5px 12px;
}

.page-numbers {
  padding: 5px 12px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 135px;
  z-index: 800;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .header__container {
    height: 80px;
  }
}

.header__tit {
  width: 121px;
  display: flex;
  justify-content: center;
  margin-left: 30px;
}
.header__tit img {
  vertical-align: middle;
}

/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.ddmenu {
  margin: 0px;
  padding: 0px 30px;
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
.ddmenu__listitem {
  display: inline-block;
  margin-left: 3.5vw;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.ddmenu__listitem__en {
  color: #00562e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.ddmenu__listitem__jp {
  line-height: 1.5em;
  font-size: 16px;
}

.ddmenu__listitem__illust {
  width: 11px;
}

ul.ddmenu a {
  display: block;
}

ul.ddmenu a:hover {
  opacity: 0.5;
}

/* ハンバーガーメニュー */
.c-hamburger-menu {
  position: relative;
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

#hamburger2:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

.c-hamburger-menu__button-mark {
  background-color: #2f2f2d;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 22px;
}

.is-front-page .header--top .c-hamburger-menu__button-mark {
  background-color: #ffffff;
}

@media screen and (max-width: 1250px) {
  .header__container {
    height: 100px;
  }
  .header__tit {
    width: 100px;
    margin-left: 20px;
  }
  ul.ddmenu {
    padding: 50px;
    line-height: 2.2em;
  }
  .ddmenu__listitem {
    margin-bottom: 15px;
  }
  .ddmenu__listitem__en {
    font-size: 16px;
  }
  .ddmenu__listitem__jp {
    font-size: 14px;
  }
  .ddmenu__listitem__illust {
    display: none;
  }
  ul.ddmenu a {
    text-align: left;
  }
  ul.ddmenu a:hover {
    background-color: transparent;
    opacity: 0.6;
  }
  .c-hamburger-menu__list {
    background-color: #ebf5e4;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem;
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s;
    top: 100%;
    width: 100%;
    height: 100vh;
  }
  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
  #hamburger2:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
  .c-hamburger-menu__button {
    align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    width: 60px;
    margin-left: auto;
    margin-right: 33px;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger2:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger2:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
  #hamburger2:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
}
@media (max-width: 768px) {
  .c-hamburger-menu__button {
    margin-right: 2px;
  }
}
/* 背景のスクロールを無効化 */
.no-scroll {
  overflow: hidden;
  height: 100vh; /* 縦スクロールを完全に無効化 */
}

.footer {
  background-color: #00562e;
  padding: 50px 0;
}
.footer a:hover {
  opacity: 0.5;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  width: 90vw;
  max-width: 1700px;
}
.footer__left {
  display: flex;
  gap: 2.6vw;
  align-items: flex-start;
}
.footer__left img {
  width: 172px;
}
.footer__left__textarea h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}
.footer__left__textarea p {
  font-size: 16px;
  color: #fff;
}
.footer__left__textarea__sns {
  width: 142px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}
.footer__left__textarea__sns a {
  font-size: 18px;
  font-weight: 700;
  color: #00562e;
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.footer__right {
  display: flex;
  align-items: flex-start;
}
.footer__right nav {
  display: flex;
  gap: 4vw;
  line-height: 3em;
  color: #fff;
}
.footer__right nav ul li {
  position: relative;
}
.footer__right nav ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 24px;
  background-image: url(../img/illust-tubomi.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}
.footer__contactbtn {
  position: relative;
  margin-left: 4vw;
}
.footer__contactbtn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background-image: url(../img/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.footer__contactbtn a {
  display: block;
  color: #00562e;
  background-color: #fff;
  padding: 26px 40px;
  border-radius: 10px;
  text-align: center;
}
.footer__contactbtn a h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.footer__contactbtn a p {
  font-size: 18px;
  line-height: 1;
}
.footer__contactbtn a p span {
  font-size: 16px;
}

@media screen and (max-width: 1380px) {
  .footer .inner {
    display: block;
  }
  .footer__left {
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer__right {
    justify-content: center;
  }
  .footer__right nav {
    gap: 50px;
  }
  .footer__contactbtn a {
    display: block;
    color: #00562e;
    background-color: #fff;
    padding: 20px 35px;
    border-radius: 10px;
    text-align: center;
  }
  .footer__contactbtn a h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .footer__contactbtn a p {
    font-size: 16px;
    line-height: 1;
  }
  .footer__contactbtn a p span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__left {
    display: block;
    text-align: center;
  }
  .footer__left img {
    width: 120px;
    margin-bottom: 20px;
  }
  .footer__left__textarea h2 {
    font-size: 24px;
  }
  .footer__left__textarea p {
    font-size: 14px;
  }
  .footer__left__textarea__sns {
    width: 120px;
  }
  .footer__left__textarea__sns a {
    font-size: 16px;
  }
  .footer__right {
    display: block;
  }
  .footer__right nav {
    width: 300px;
    margin-inline: auto;
    padding-left: 30px;
  }
  .footer__right nav ul li {
    position: relative;
  }
  .footer__right nav ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(../img/illust-tubomi.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
  }
  .footer__contactbtn {
    margin-inline: auto;
    width: 250px;
    margin-top: 30px;
  }
}
#top {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #top {
    margin-top: 120px;
  }
}
#top .fv {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 70%, #00562e 70%, #00562e 100%);
  display: flex;
  justify-content: space-between;
  padding: 2.2vw 0;
}
@media (max-width: 768px) {
  #top .fv {
    display: block;
  }
}
#top .fv__left {
  width: 46%;
}
@media (max-width: 768px) {
  #top .fv__left {
    width: 100%;
  }
}
#top .fv__left h2 {
  font-size: clamp(30px, 4.58vw, 88px);
  line-height: 1.3em;
  margin-left: 8.75vw;
  margin-bottom: 1.5vw;
  margin-top: 3vw;
}
@media (max-width: 768px) {
  #top .fv__left h2 {
    font-size: 40px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 20px;
  }
}
#top .fv__left p {
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 1.5em;
  margin-left: 9vw;
  margin-bottom: 4vw;
}
@media (max-width: 768px) {
  #top .fv__left p {
    font-size: 14px;
    text-align: center;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  #top .fv__left img {
    width: 85%;
    margin-top: 20px;
  }
}
#top .fv__right {
  width: 52.5%;
}
@media (max-width: 768px) {
  #top .fv__right {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  #top .fv__right img {
    width: 85%;
    margin-top: 5px;
  }
}
#top .fv__right p {
  font-size: clamp(9px, 0.83vw, 16px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 2vw;
}
@media (max-width: 768px) {
  #top .fv__right p {
    margin: 10px 20px;
    text-align: left;
    line-height: 1.5em;
  }
}
#top .top__about {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #top .top__about {
    padding: 50px 0;
  }
}
#top .top__about__box {
  width: 67.037037037vw;
  margin-left: auto;
}
@media (max-width: 768px) {
  #top .top__about__box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #top .top__about__btn {
    margin-inline: auto;
  }
}
#top .top__about__picarea {
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media (max-width: 768px) {
  #top .top__about__picarea {
    flex-wrap: wrap;
  }
}
#top .top__about__picarea img {
  width: 25%;
}
@media (max-width: 768px) {
  #top .top__about__picarea img {
    width: 45%;
  }
}
#top .top__service {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #top .top__service {
    padding: 50px 0;
  }
}
#top .top__service__treeburial {
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
  background-color: #00562e;
  position: relative;
}
@media (max-width: 768px) {
  #top .top__service__treeburial {
    display: block;
    aspect-ratio: 4/3;
  }
}
#top .top__service__treeburial__left {
  width: 33%;
  text-align: center;
  margin-top: 6.8vw;
}
@media (max-width: 768px) {
  #top .top__service__treeburial__left {
    margin: 10px auto;
  }
}
#top .top__service__treeburial__left h3 {
  color: #fff;
  font-size: clamp(18px, 1.3vw, 25px);
}
#top .top__service__treeburial__right {
  width: 68%;
}
@media (max-width: 768px) {
  #top .top__service__treeburial__right {
    width: 100%;
  }
}
#top .top__service__treeburial__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .top__service__treeburial__btn {
  margin-top: 15vw;
  width: 80%;
  max-width: 300px;
}
@media (max-width: 768px) {
  #top .top__service__treeburial__btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
  }
}
@media (max-width: 768px) {
  #top .top__service__treeburial__btn::after {
    content: "";
    background-image: url(../img/icon-arrow-white.png);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (max-width: 768px) {
  #top .top__service__treeburial__btn a {
    border: 2px solid #00562e;
    background-color: #00562e;
    color: #fff;
  }
}
#top .top__service__box {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  position: relative;
}
@media (max-width: 768px) {
  #top .top__service__box {
    display: block;
    margin-top: 20px;
  }
}
#top .top__service__box__item {
  border-radius: 15px;
  overflow: hidden;
  background-color: #00562e;
  width: 30%;
  aspect-ratio: 4/3;
  position: relative;
}
@media (max-width: 768px) {
  #top .top__service__box__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #top .top__service__box__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
#top .top__service__box__item__top {
  margin: 10px auto;
  text-align: center;
}
#top .top__service__box__item__top h3 {
  color: #fff;
  font-size: clamp(18px, 1.3vw, 25px);
}
#top .top__service__box__item__bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#top .top__service__box__item__btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 300px;
}
@media (max-width: 768px) {
  #top .top__service__box__item__btn {
    width: 200px;
  }
}
#top .top__service__box__item__annotation {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#top .top__column {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #top .top__column {
    padding: 50px 0;
  }
}
#top .top__column__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .top__column__list::after {
  content: "";
  width: 30%;
}
#top .top__column__list__link {
  width: 30%;
}
@media (max-width: 768px) {
  #top .top__column__list__link {
    width: 46%;
  }
}
#top .top__column__list__item {
  margin-bottom: 20px;
}
#top .top__column__list__item h3 {
  font-size: 1.125rem;
}
#top .top__column__list__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

/* ローディングアニメーション */
/*背景部分*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
  transition: opacity 0.3s ease;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*ローディング中に表示されるロゴ*/
.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 175px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
/*ここまで*/
#about {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #about {
    margin-top: 100px;
  }
}
#about .about {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #about .about {
    padding: 50px 0;
  }
}
#about .about__tit {
  text-align: center;
}
#about .about .section-tit__sub {
  text-align: center;
}
#about .about__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #about .about__box:last-of-type {
    flex-direction: column-reverse;
  }
}
#about .about__box__pic {
  width: 34.8484848485%;
}
@media (max-width: 768px) {
  #about .about__box__pic {
    width: 100%;
    margin-bottom: 30px;
  }
}
#about .about__box__txtarea {
  width: 57.5757575758%;
}
@media (max-width: 768px) {
  #about .about__box__txtarea {
    width: 100%;
  }
}
#about .about__box__txtarea h3 {
  line-height: 1.5;
}
#about .about__service {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #about .about__service {
    padding: 50px 0;
  }
}
#about .about__service__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#about .about__service__box__txtarea {
  width: 58.7121212121%;
}
@media (max-width: 768px) {
  #about .about__service__box__txtarea {
    width: 100%;
  }
}
#about .about__service__box__txtarea h3 {
  background-color: #00562e;
  color: #fff;
  font-size: clamp(16px, 1.66vw, 32px);
  padding: 3px 20px;
}
#about .about__service__box__btn {
  width: 390px;
}
@media (max-width: 768px) {
  #about .about__service__box__btn {
    width: 300px;
    margin-bottom: 30px;
    margin-inline: auto;
  }
}
#about .about__service__box__btn a {
  border: 2px solid #00562e;
}
@media (max-width: 768px) {
  #about .about__service__box__btn a {
    font-size: 13px;
  }
}
#about .about__service__box__pic {
  width: 31.0606060606%;
}
@media (max-width: 768px) {
  #about .about__service__box__pic {
    width: 80%;
    margin-inline: auto;
  }
}
#about .about__service02 {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #about .about__service02 {
    padding: 50px 0;
  }
}
#about .about__service02 .inner {
  max-width: 1200px;
}
#about .about__service02__tit {
  text-align: center;
  line-height: 1.5em;
}
#about .about__service02__txt {
  text-align: center;
}
#about .about__service02__list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#about .about__service02__list li img {
  width: 43.9393939394%;
}
@media (max-width: 768px) {
  #about .about__service02__list li img {
    width: 100%;
  }
}
#about .about__service02__list li h3 {
  font-size: clamp(16px, 1.66vw, 32px);
  line-height: 1.5;
  color: #00562e;
  border-bottom: 2px solid #00562e;
  padding-bottom: 10px;
}
#about .about__service02__list__txtarea {
  width: 41.6666666667%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #about .about__service02__list__txtarea {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

#service {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #service {
    margin-top: 100px;
  }
}
#service .service {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #service .service {
    padding: 50px 0;
  }
}
#service .service__tit {
  text-align: center;
}
#service .service .section-tit__sub {
  text-align: center;
}

/* 共通　サービス一覧 */
.service__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3%;
}
@media (max-width: 1100px) {
  .service__box {
    flex-wrap: wrap;
  }
}
.service__box a {
  width: 23.7121212121%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .service__box a {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .service__box a {
    width: 200px;
    margin-bottom: 20px;
  }
}
.service__box__item:hover img {
  scale: 1.1;
}
.service__box__item__top h3 {
  text-align: center;
  background-color: #00562e;
  color: #fff;
  padding: 10px 20px;
}
.service__box__item__bottom {
  overflow: hidden;
}
.service__box__item__bottom img {
  height: 100%;
  aspect-ratio: 4/2.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 15px 15px;
  transition: all 0.3s ease;
}
.service__box__item__annotation {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

/* アーカイブページ */
#archive-column {
  margin-top: 135px;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #archive-column {
    margin-top: 100px;
  }
}
#archive-column .archive-column__tit {
  text-align: center;
}
#archive-column .section-tit__sub {
  text-align: center;
}
#archive-column .archive-column__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive-column .archive-column__list::after {
  content: "";
  width: 30%;
}
#archive-column .archive-column__list__link {
  width: 30%;
}
@media (max-width: 768px) {
  #archive-column .archive-column__list__link {
    width: 100%;
  }
}
#archive-column .archive-column__list__item {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #archive-column .archive-column__list__item {
    margin-bottom: 30px;
  }
}
#archive-column .archive-column__list__item h3 {
  font-size: 1.125rem;
}
#archive-column .archive-column__list__pic {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive-column .archive-column__list__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 詳細ページ */
#column {
  margin-top: 135px;
}
#column img {
  width: auto;
}
@media (max-width: 768px) {
  #column {
    margin-top: 120px;
  }
}
#column .column__inner {
  padding: 7.8125vw;
  box-sizing: border-box;
  /* コラム内のテキストスタイルを指定 */
}
@media (max-width: 768px) {
  #column .column__inner {
    padding: 50px 0;
  }
}
#column .column__inner h1 {
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #column .column__inner h1 {
    font-size: 1.125rem;
  }
}
#column .column__inner h2 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  #column .column__inner h2 {
    font-size: 1rem;
  }
}
#column .column__inner h3 {
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #column .column__inner h3 {
    font-size: 0.875rem;
  }
}
#column .column__inner h4 {
  font-weight: 500;
  font-size: 1rem;
  background-color: #ebf5e4;
  display: inline;
}
@media (max-width: 768px) {
  #column .column__inner h4 {
    font-size: 0.875rem;
  }
}
#column .column__date {
  line-height: 1em;
}
#column .column__tit {
  font-weight: 500;
  font-size: 1.5rem !important;
  border-bottom: 2px solid #00562e;
  margin-bottom: 50px;
  line-height: 1.5em;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #column .column__tit {
    margin-bottom: 30px;
    font-size: 1.125rem !important;
  }
}
#column .column__btn {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  #column .column__btn {
    margin-bottom: 70px;
  }
}

/* アーカイブページ */
#archive-voice {
  margin-top: 135px;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #archive-voice {
    margin-top: 100px;
  }
}
#archive-voice .archive-voice__tit {
  text-align: center;
}
#archive-voice .section-tit__sub {
  text-align: center;
}
#archive-voice .archive-voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive-voice .archive-voice__list::after {
  content: "";
  width: 30%;
}
#archive-voice .archive-voice__list__item {
  display: flex;
  gap: 5%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #archive-voice .archive-voice__list__item {
    display: block;
    margin-bottom: 30px;
  }
}
#archive-voice .archive-voice__list__item h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #archive-voice .archive-voice__list__item h3 {
    margin-top: 20px;
  }
}
#archive-voice .archive-voice__list__item__pic {
  width: 40%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #archive-voice .archive-voice__list__item__pic {
    width: 100%;
  }
}
#archive-voice .archive-voice__list__item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive-voice .archive-voice__list__item__btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  #archive-voice .archive-voice__list__item__btn {
    margin-top: 20px;
  }
}

/* 詳細ページ */
#voice {
  margin-top: 135px;
}
#voice img {
  width: auto;
}
@media (max-width: 768px) {
  #voice {
    margin-top: 120px;
  }
}
#voice .voice__inner {
  padding: 7.8125vw;
  box-sizing: border-box;
  /* コラム内のテキストスタイルを指定 */
}
@media (max-width: 768px) {
  #voice .voice__inner {
    padding: 50px 0;
  }
}
#voice .voice__inner h1 {
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #voice .voice__inner h1 {
    font-size: 1.125rem;
  }
}
#voice .voice__inner h2 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  #voice .voice__inner h2 {
    font-size: 1rem;
  }
}
#voice .voice__inner h3 {
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  #voice .voice__inner h3 {
    font-size: 0.875rem;
  }
}
#voice .voice__inner h4 {
  font-weight: 500;
  font-size: 1rem;
  background-color: #ebf5e4;
  display: inline;
}
@media (max-width: 768px) {
  #voice .voice__inner h4 {
    font-size: 0.875rem;
  }
}
#voice .voice__date {
  line-height: 1em;
}
#voice .voice__tit {
  font-weight: 500;
  font-size: 1.5rem !important;
  border-bottom: 2px solid #00562e;
  margin-bottom: 50px;
  line-height: 1.5em;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #voice .voice__tit {
    margin-bottom: 30px;
    font-size: 1.125rem !important;
  }
}
#voice .voice__photo {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice .voice__content__tit {
  background-color: #ebf5e4;
  color: #00562e;
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#voice .voice__btn {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  #voice .voice__btn {
    margin-bottom: 70px;
  }
}

#company {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #company {
    margin-top: 100px;
  }
}
#company .greeting {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #company .greeting {
    padding: 50px 0;
  }
}
#company .greeting__tit {
  text-align: center;
}
#company .greeting .section-tit__sub {
  text-align: center;
}
#company .greeting__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#company .greeting__box__pic {
  width: 43.4848484848%;
}
@media (max-width: 768px) {
  #company .greeting__box__pic {
    width: 100%;
    margin-bottom: 30px;
  }
}
#company .greeting__box__txtarea {
  width: 48.9393939394%;
}
@media (max-width: 768px) {
  #company .greeting__box__txtarea {
    width: 100%;
  }
}
#company .greeting__box__txtarea h3 {
  line-height: 1.5;
}
#company .greeting__box__txtarea__name {
  font-size: 24px;
}
@media (max-width: 768px) {
  #company .greeting__box__txtarea__name {
    font-size: 18px;
  }
}
#company .company {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #company .company {
    padding: 50px 0;
  }
}
#company .company__tit {
  text-align: center;
}
#company .company .inner {
  max-width: 1000px;
}
#company .company .section-tit__sub {
  text-align: center;
}
#company .company__list {
  display: flex;
  line-height: 1.8em;
  border-bottom: 1px solid #00562e;
}
@media (max-width: 768px) {
  #company .company__list {
    display: block;
  }
}
#company .company__list dt {
  width: 200px;
  box-sizing: border-box;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #company .company__list dt {
    padding: 12px 20px 0;
    justify-content: flex-start;
  }
}
#company .company__list dd {
  padding: 25px 40px;
}
@media (max-width: 768px) {
  #company .company__list dd {
    padding: 12px 20px;
  }
}
#company .company__map {
  width: 100%;
}

#treeburial {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #treeburial {
    margin-top: 100px;
  }
}
#treeburial .whatis {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #treeburial .whatis {
    padding: 50px 0;
  }
}
#treeburial .whatis__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#treeburial .whatis__box__pic {
  width: 27.0454545455%;
}
@media (max-width: 768px) {
  #treeburial .whatis__box__pic {
    width: 100%;
    margin-bottom: 30px;
  }
}
#treeburial .whatis__box__txtarea {
  width: 64.9242424242%;
}
@media (max-width: 768px) {
  #treeburial .whatis__box__txtarea {
    width: 100%;
  }
}
#treeburial .whatis__box__txtarea h3 {
  line-height: 1.5;
}
#treeburial .type {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #treeburial .type {
    padding: 50px 0;
  }
}
#treeburial .type h2 {
  text-align: center;
}
#treeburial .type__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#treeburial .type__box__item {
  width: 45.4545454545%;
}
@media (max-width: 768px) {
  #treeburial .type__box__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #treeburial .type__box__item:first-of-type {
    margin-bottom: 50px;
  }
}
#treeburial .type__box__item h3 {
  font-size: clamp(18px, 1.66vw, 32px);
  background-color: #00562e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
#treeburial .type__box__item img {
  padding: 5.2vw 0;
}
@media (max-width: 768px) {
  #treeburial .type__box__item img {
    padding: 30px 0;
  }
}
#treeburial .type__box__item h4 {
  font-size: clamp(18px, 1.66vw, 32px);
  color: #00562e;
  margin-bottom: 30px;
}
#treeburial .type__box__item h5 {
  font-size: clamp(16px, 1.25vw, 24px);
  background-color: #9D875F;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border-radius: 50px;
  margin: 50px 0 30px;
  width: 270px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #treeburial .type__box__item h5 {
    width: 100%;
    margin: 30px 0 20px;
  }
}
#treeburial .kinds {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #treeburial .kinds {
    padding: 50px 0;
  }
}
#treeburial .kinds h2 {
  text-align: center;
}
#treeburial .kinds__box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5%;
  flex-wrap: wrap;
}
#treeburial .kinds__box__item {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  #treeburial .kinds__box__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
#treeburial .kinds__box__item:nth-last-of-type(n+3) {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  #treeburial .kinds__box__item:nth-last-of-type(n+3) {
    margin-bottom: 30px;
  }
}
#treeburial .kinds__box__item img {
  width: 90%;
}
#treeburial .kinds__box__item h3 {
  font-size: clamp(18px, 1.63vw, 32px);
  color: #00562e;
  margin: 30px 0 10px;
}
@media (max-width: 768px) {
  #treeburial .kinds__box__item h3 {
    margin: 20px 0 10px;
  }
}
@media (max-width: 768px) {
  #treeburial .kinds__box__item p {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
#treeburial .point {
  padding: 7.8125vw 0;
  background-color: #ebf5e4;
}
@media (max-width: 768px) {
  #treeburial .point {
    padding: 50px 0;
  }
}
#treeburial .point h2 {
  text-align: center;
}
#treeburial .point__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#treeburial .point__box:nth-last-of-type(n+2) {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  #treeburial .point__box:nth-last-of-type(n+2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #treeburial .point__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
#treeburial .point__box__pic {
  width: 35%;
}
@media (max-width: 768px) {
  #treeburial .point__box__pic {
    width: 100%;
    margin-bottom: 30px;
  }
}
#treeburial .point__box__txtarea {
  width: 60%;
}
@media (max-width: 768px) {
  #treeburial .point__box__txtarea {
    width: 100%;
  }
}
#treeburial .point__box__txtarea h3 {
  font-size: clamp(18px, 1.63vw, 32px);
  margin-bottom: 30px;
  line-height: 1.5em;
}
#treeburial .point__box__txtarea h3 span {
  background-color: #00562e;
  color: #fff;
  padding: 0 30px;
  border-radius: 50px;
  font-size: clamp(14px, 1.22vw, 24px);
  line-height: 3em;
}
#treeburial .point__box__txtarea__list {
  padding: 20px 30px;
  background-color: #fff;
  margin-top: 30px;
}

#memoryjewelry {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #memoryjewelry {
    margin-top: 100px;
  }
}
#memoryjewelry .fv {
  position: relative;
}
#memoryjewelry .fv__toptxt {
  font-size: clamp(16px, 1.22vw, 24px);
  color: #fff;
  text-align: center;
  background-color: #00562e;
  padding: 5px 0;
}
#memoryjewelry .fv__box {
  position: relative;
  text-align: right;
  padding-bottom: 3vw;
}
@media (max-width: 500px) {
  #memoryjewelry .fv__box {
    padding-bottom: 50vw;
  }
}
#memoryjewelry .fv__box img {
  width: 50%;
}
@media (max-width: 500px) {
  #memoryjewelry .fv__box img {
    width: 70%;
  }
}
#memoryjewelry .fv__box h2 {
  font-size: clamp(24px, 3.4vw, 67px);
  text-align: left;
  line-height: 1.3em;
  position: absolute;
  top: 42%;
  left: 5%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  #memoryjewelry .fv__box h2 {
    top: 70%;
  }
}
#memoryjewelry .fv__bottom {
  background-color: #ebf5e4;
  padding: 3% 5%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  box-sizing: border-box;
}
#memoryjewelry .fv__bottom p {
  font-size: clamp(14px, 1vw, 20px);
  font-weight: bold;
  color: #00562e;
}
#memoryjewelry .worry {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #memoryjewelry .worry {
    padding: 50px 0;
  }
}
#memoryjewelry .worry h2 {
  border-left: 10px solid #00562e;
  padding-left: 20px;
  line-height: 1.3em;
}
#memoryjewelry .worry__box {
  max-width: 1060px;
  display: flex;
  gap: 5%;
  align-items: flex-start;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #memoryjewelry .worry__box {
    display: block;
  }
}
#memoryjewelry .worry__box:nth-last-of-type(n + 2) {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 768px) {
  #memoryjewelry .worry__box:nth-last-of-type(n + 2) {
    margin-bottom: 40px;
  }
}
#memoryjewelry .worry__box img {
  width: 31.6981132075%;
}
@media (max-width: 768px) {
  #memoryjewelry .worry__box img {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
}
#memoryjewelry .worry__box__txtarea h3 {
  font-size: clamp(18px, 1.66vw, 32px);
  color: #00562e;
  margin-bottom: 20px;
  margin-top: 20px;
}
#memoryjewelry .solution {
  padding: 7.8125vw 0;
  background-color: #ebf5e4;
  text-align: center;
}
@media (max-width: 768px) {
  #memoryjewelry .solution {
    padding: 50px 0;
  }
}
#memoryjewelry .solution h2 {
  line-height: 1.3em;
}
#memoryjewelry .solution__picarea {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: center;
}
#memoryjewelry .solution__picarea img {
  width: 16%;
}
@media (max-width: 768px) {
  #memoryjewelry .solution__picarea img {
    width: 30%;
    margin-bottom: 20px;
  }
}
#memoryjewelry .flow {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #memoryjewelry .flow {
    padding: 50px 0;
  }
}
#memoryjewelry .flow h2 {
  border-left: 10px solid #00562e;
  padding-left: 20px;
  line-height: 1.3em;
}
#memoryjewelry .flow__pic {
  width: 50.6060606061%;
  min-width: 550px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  #memoryjewelry .flow__pic {
    width: 100%;
    min-width: auto;
    max-width: 350px;
  }
}
#memoryjewelry .contact {
  padding: 7.8125vw 0;
  background-color: #ebf5e4;
  text-align: center;
}
@media (max-width: 768px) {
  #memoryjewelry .contact {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  #memoryjewelry .contact__txt {
    text-align: left;
  }
}
#memoryjewelry .other {
  padding: 7.8125vw 0;
  text-align: center;
}
@media (max-width: 768px) {
  #memoryjewelry .other {
    padding: 50px 0;
  }
}

#graveclosing {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #graveclosing {
    margin-top: 100px;
  }
}
#graveclosing .fv {
  position: relative;
}
#graveclosing .fv__toptxt {
  font-size: clamp(16px, 1.22vw, 24px);
  color: #fff;
  text-align: center;
  background-color: #00562e;
  padding: 5px 0;
}
#graveclosing .fv__box {
  position: relative;
  text-align: right;
  padding-bottom: 3vw;
}
@media (max-width: 500px) {
  #graveclosing .fv__box {
    padding-bottom: 50vw;
  }
}
#graveclosing .fv__box img {
  width: 50%;
}
@media (max-width: 500px) {
  #graveclosing .fv__box img {
    width: 70%;
  }
}
#graveclosing .fv__box__txtarea {
  text-align: left;
  position: absolute;
  top: 42%;
  left: 8%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  #graveclosing .fv__box__txtarea {
    top: 70%;
  }
}
#graveclosing .fv__box__txtarea h2 {
  font-size: clamp(24px, 3.4vw, 67px);
  line-height: 1.3em;
  margin-bottom: 20px;
}
#graveclosing .fv__box__txtarea p {
  font-size: clamp(12px, 1.1vw, 21px);
  color: #fff;
  background-color: #9d875f;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
}
@media (max-width: 500px) {
  #graveclosing .fv__box__txtarea p {
    font-size: 13px;
    padding: 2px 10px;
  }
}
#graveclosing .fv__bottom {
  background-color: #ebf5e4;
  padding: 3% 8%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  box-sizing: border-box;
}
#graveclosing .fv__bottom p {
  font-size: clamp(14px, 1vw, 20px);
  font-weight: bold;
  color: #00562e;
}
#graveclosing .worry {
  position: relative;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #graveclosing .worry {
    padding: 50px 0;
  }
}
#graveclosing .worry h2 {
  text-align: center;
  line-height: 1.3em;
}
#graveclosing .worry__box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5%;
  text-align: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #graveclosing .worry__box {
    gap: 8%;
  }
}
#graveclosing .worry__box__item {
  width: 20%;
}
@media (max-width: 768px) {
  #graveclosing .worry__box__item {
    width: 45%;
    margin-bottom: 20px;
  }
}
#graveclosing .worry__box__item p {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.3em;
  margin-top: 10px;
}
#graveclosing .solution {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #graveclosing .solution {
    padding: 50px 0;
  }
}
#graveclosing .solution h2 {
  text-align: center;
  line-height: 1.3em;
  color: #00562e;
}
#graveclosing .solution__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8%;
}
@media (max-width: 768px) {
  #graveclosing .solution__box {
    display: block;
  }
}
#graveclosing .solution__box img {
  width: 27.0454545455%;
}
@media (max-width: 768px) {
  #graveclosing .solution__box img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
  }
}
#graveclosing .solution__box__txtarea h3 {
  font-size: clamp(20px, 1.66vw, 32px);
}
#graveclosing .professional {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #graveclosing .professional {
    padding: 50px 0;
  }
}
#graveclosing .professional h2 {
  text-align: center;
  line-height: 1.3em;
}
#graveclosing .professional__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8%;
}
@media (max-width: 768px) {
  #graveclosing .professional__box {
    flex-wrap: wrap;
  }
  #graveclosing .professional__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
#graveclosing .professional__box img {
  width: 34.8484848485%;
}
@media (max-width: 768px) {
  #graveclosing .professional__box img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
}
#graveclosing .professional__box__txtarea h3 {
  font-size: clamp(20px, 1.66vw, 32px);
  color: #00562e;
  border-left: 7px solid #00562e;
  padding-left: 10px;
}
#graveclosing .voice {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #graveclosing .voice {
    padding: 50px 0;
  }
}
#graveclosing .voice h2 {
  text-align: center;
  line-height: 1.3em;
}
#graveclosing .voice__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  max-width: 1073px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 0 100px 0 0;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #graveclosing .voice__box {
    display: block;
    padding: 30px;
  }
}
#graveclosing .voice__box img {
  width: 34.4696969697%;
}
@media (max-width: 768px) {
  #graveclosing .voice__box img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
#graveclosing .flow {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #graveclosing .flow {
    padding: 50px 0;
  }
}
#graveclosing .flow h2 {
  text-align: center;
  line-height: 1.3em;
}
#graveclosing .flow picture {
  display: block;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #graveclosing .flow picture {
    width: 180px;
  }
}
#graveclosing .flow__box {
  background-color: #00562e;
  border-radius: 38px;
  padding: 100px;
  box-sizing: border-box;
  max-width: 970px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #graveclosing .flow__box {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
#graveclosing .flow__box h3 {
  font-size: clamp(18px, 1.66vw, 32px);
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #graveclosing .flow__box h3 {
    padding-left: 25px;
  }
}
#graveclosing .flow__box h3::before {
  content: "";
  background-image: url(../img/illust-tubomi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 21px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  top: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  #graveclosing .flow__box h3::before {
    width: 15px;
    height: 25px;
    top: 3px;
  }
}
#graveclosing .flow__box p {
  color: #fff;
}
#graveclosing .contact {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #graveclosing .contact {
    padding: 50px 0;
  }
}
#graveclosing .contact h2 {
  text-align: center;
  line-height: 1.3em;
}
#graveclosing .contact__txt {
  text-align: center;
}
#graveclosing .other {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #graveclosing .other {
    padding: 50px 0;
  }
}
#graveclosing .other h2 {
  text-align: center;
  line-height: 1.3em;
}

#petfuneral {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #petfuneral {
    margin-top: 100px;
  }
}
#petfuneral .fv {
  position: relative;
}
#petfuneral .fv__toptxt {
  font-size: clamp(16px, 1.22vw, 24px);
  color: #fff;
  text-align: center;
  background-color: #00562e;
  padding: 5px 0;
}
#petfuneral .fv__box {
  position: relative;
  text-align: right;
  padding-bottom: 3vw;
}
@media (max-width: 500px) {
  #petfuneral .fv__box {
    padding-bottom: 50vw;
  }
}
#petfuneral .fv__box img {
  width: 50%;
}
@media (max-width: 500px) {
  #petfuneral .fv__box img {
    width: 70%;
  }
}
#petfuneral .fv__box__txtarea {
  text-align: left;
  position: absolute;
  top: 42%;
  left: 8%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  #petfuneral .fv__box__txtarea {
    top: 70%;
  }
}
#petfuneral .fv__box__txtarea h2 {
  font-size: clamp(24px, 3.4vw, 67px);
  line-height: 1.3em;
  margin-bottom: 20px;
}
#petfuneral .fv__box__txtarea p {
  font-size: clamp(12px, 1.1vw, 21px);
  color: #fff;
  background-color: #9d875f;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
}
@media (max-width: 500px) {
  #petfuneral .fv__box__txtarea p {
    font-size: 13px;
    padding: 2px 10px;
  }
}
#petfuneral .fv__bottom {
  background-color: #ebf5e4;
  padding: 3% 8%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  box-sizing: border-box;
}
#petfuneral .fv__bottom p {
  font-size: clamp(14px, 1vw, 20px);
  font-weight: bold;
  color: #00562e;
}
#petfuneral .worry {
  position: relative;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #petfuneral .worry {
    padding: 50px 0;
  }
}
#petfuneral .worry h2 {
  text-align: center;
  line-height: 1.3em;
}
#petfuneral .worry__box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5%;
  text-align: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #petfuneral .worry__box {
    gap: 8%;
  }
}
#petfuneral .worry__box__item {
  width: 20%;
}
@media (max-width: 768px) {
  #petfuneral .worry__box__item {
    width: 45%;
    margin-bottom: 20px;
  }
}
#petfuneral .worry__box__item p {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.3em;
  margin-top: 10px;
}
#petfuneral .solution {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #petfuneral .solution {
    padding: 50px 0;
  }
}
#petfuneral .solution h2 {
  text-align: center;
  line-height: 1.3em;
  color: #00562e;
}
#petfuneral .solution__box {
  display: flex;
  align-items: flex-start;
  gap: 8%;
}
@media (max-width: 768px) {
  #petfuneral .solution__box {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #petfuneral .solution__box:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
#petfuneral .solution__box img {
  width: 34.8484848485%;
}
@media (max-width: 768px) {
  #petfuneral .solution__box img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
  }
}
#petfuneral .solution__box__txtarea h3 {
  font-size: clamp(20px, 1.66vw, 32px);
}
#petfuneral .kinds {
  padding: 7.8125vw 0;
  text-align: center;
}
@media (max-width: 768px) {
  #petfuneral .kinds {
    padding: 50px 0;
  }
}
#petfuneral .kinds h2 {
  line-height: 1.3em;
}
#petfuneral .kinds__annotation {
  font-size: clamp(14px, 1.04vw, 20px);
}
#petfuneral .kinds__box {
  display: flex;
  align-items: flex-start;
  gap: 3%;
  flex-wrap: wrap;
}
#petfuneral .kinds__box__item {
  width: 14%;
}
@media (max-width: 768px) {
  #petfuneral .kinds__box__item {
    width: 31%;
    margin-bottom: 20px;
  }
}
#petfuneral .kinds__box__item:nth-of-type(-n + 6) {
  margin-bottom: 2.6vw;
}
#petfuneral .flow {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #petfuneral .flow {
    padding: 50px 0;
  }
}
#petfuneral .flow h2 {
  text-align: center;
  line-height: 1.3em;
}
#petfuneral .flow picture {
  display: block;
  margin-inline: auto;
  width: 81.0606060606%;
}
@media (max-width: 768px) {
  #petfuneral .flow picture {
    width: 180px;
  }
}
#petfuneral .flow__box {
  background-color: #00562e;
  border-radius: 38px;
  padding: 100px;
  box-sizing: border-box;
  max-width: 970px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  #petfuneral .flow__box {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
#petfuneral .flow__box h3 {
  font-size: clamp(18px, 1.66vw, 32px);
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 768px) {
  #petfuneral .flow__box h3 {
    padding-left: 25px;
  }
}
#petfuneral .flow__box h3::before {
  content: "";
  background-image: url(../img/illust-tubomi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 21px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  top: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  #petfuneral .flow__box h3::before {
    width: 15px;
    height: 25px;
    top: 3px;
  }
}
#petfuneral .flow__box p {
  color: #fff;
}
#petfuneral .contact {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #petfuneral .contact {
    padding: 50px 0;
  }
}
#petfuneral .contact h2 {
  text-align: center;
  line-height: 1.3em;
}
#petfuneral .contact__txt {
  text-align: center;
}
#petfuneral .other {
  background-color: #ebf5e4;
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #petfuneral .other {
    padding: 50px 0;
  }
}
#petfuneral .other h2 {
  text-align: center;
  line-height: 1.3em;
}

/* フォーム 共通 */
.form--box {
  width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 768px) {
  .form--box {
    width: 90%;
    padding: 0px;
  }
}

.cf-area {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .cf-area {
    padding: 10px 0;
  }
}
.cf-area:last-of-type {
  padding: 0 0 15px 0;
}

.cf-area dt {
  line-height: 2em;
}

.cf-area dd {
  flex: 1;
}

.cf-area input {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  box-sizing: border-box;
}

.cf-area input:focus,
.cf-area textarea:focus {
  outline: none;
  background: #e3edf6;
}

.cf-area p span.red {
  background-color: #ee0b0b;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.cf-send {
  width: 300px;
  background-color: #00562e;
  color: #fff;
  margin: 30px auto;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .cf-send {
    width: 250px;
  }
}
.cf-send::after {
  content: "";
  background-image: url(../img/icon-arrow-white.png);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cf-send a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cf-send a {
    font-size: 16px;
  }
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
  padding: 5px;
  background-color: #00562e;
  border: 2px solid #00562e;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  input[type=submit] {
    width: 200px;
    font-size: 16px;
  }
}

span.wpcf7-spinner {
  display: none;
}

input[type=submit]:hover {
  background-color: #fff;
  color: #00562e;
}

.wpcf7 textarea {
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid;
}

.acceptance {
  text-align: center;
  margin: 40px 0 55px;
}
@media (max-width: 768px) {
  .acceptance {
    font-size: 14px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

/* お問い合わせページ */
#contact {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #contact {
    margin-top: 100px;
  }
}
#contact .contact {
  padding: 7.8125vw 0;
}
@media (max-width: 768px) {
  #contact .contact {
    padding: 100px 0;
  }
}
#contact .contact__tit {
  text-align: center;
}
#contact .contact .section-tit__sub {
  text-align: center;
}

/* サンクスページ */
#contact-thanks {
  margin-top: 135px;
}
@media (max-width: 768px) {
  #contact-thanks {
    margin-top: 100px;
  }
}
#contact-thanks .contact-thanks {
  padding: 7.8125vw 0;
  text-align: center;
}
@media (max-width: 768px) {
  #contact-thanks .contact-thanks {
    padding: 100px 0;
  }
}
#contact-thanks .contact-thanks h2 {
  color: #00562e;
}

#notfound {
  padding-top: 124px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #notfound {
    padding-top: 100px;
  }
}
#notfound .notfound {
  padding: 200px 0;
  text-align: center;
}
@media (max-width: 768px) {
  #notfound .notfound {
    padding: 70px 0;
  }
}
#notfound .notfound a {
  border-bottom: 1px solid;
}/*# sourceMappingURL=style.css.map */