html {
    font-size: 10px;
    scroll-padding-top: 77px;
  }
body {
  margin: 0;
  background-color: #fff;
  color: #282828;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; 
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  display: inline-block;
}
    
/*-- header --*/
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 98px;
  padding: 0 20px 11px;
  background-color: rgba(252, 252, 252, 1);
}
.header-inner {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  column-gap: clamp(15px, 1.53vw, 20px);
}
.header-left {
  display: flex;
  flex-direction: column;
}
.header h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.header-logo {
  display: flex;
  gap: 12px;
  margin-top: 11px;
  mix-blend-mode: multiply;
}
.header-logo-inner {
  display: flex;
  gap: 5px;
}
.header-logo1 {
  width: 16.15vw;
  max-width: 210px;
}
.header-logo2 {
  width: 14.23px;
  max-width: 185px;
}
.header-logo3 {
  width: 13.07px;
  max-width: 170px;
}
.header-right {
  display: flex;
  gap: clamp(15px, 1.53vw, 20px);
}
.header-phone-link {
  width: 23.61vw;
  max-width: 307px;
  margin-top: 12px;
}
.header-phone-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-inquiry-link {
  width: 20.53vw;
  max-width: 267px;
  margin-top: 5px;
}
.header-inquiry-link a {
  display: block;
  width: 100%;
  height: 100%;
}


.fv {
  width: 100%;
  margin-top: 98px;
}
.fv .container {
  width: 100%;
  height: max(600px, 46.15vw);
  background-image: url(../images/bg_fv_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .content {
  width: max(548px, 42.15%) ;
}

.intro {
  width: 100%;
  padding: 17px 20px 11px;
  background: linear-gradient(to bottom, #C70E2E 0%, #C45C6E 100%);
}
.intro .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 77.3vw;
  max-width: 773px;
  margin: auto;
}
.intro .left-top {
  font-size: clamp(2.6rem, 3.4vw, 3.4rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(85, 16, 16, .62);
}
.intro .left-bottom {
  font-size: clamp(5rem, 6.6vw, 6.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(85, 16, 16, .62);
  margin-top: 6px;
}
.intro .right {
  display: flex;
  gap: 16px;
}
.intro .right-inner {
  align-self: center;
}
.intro .content {
  font-size: clamp(2.1rem, 2.8vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(85, 16, 16, .62);
}
.intro .total {
  font-size: clamp(5.5rem, 7.2vw, 7.2rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #FAE860;
  text-shadow: 0 3px 6px rgba(85, 16, 16, .62);
  margin-top: 9px;
}
.intro .price {
  font-size: clamp(10.5rem, 13.7vw, 13.7rem);
  font-weight: 900;
  color: #FAE860;
  text-shadow: 0 3px 6px rgba(85, 16, 16, .62);
}
.intro .right-inner {
  align-self: center;
}
.intro .label {
  font-weight: 600;
  color: #C71C3A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  padding: 9px 4px;
  background-color: #fff;
  border-radius: 22px;
}
.intro .cost {
  font-size: clamp(3.5rem, 4.6vw, 4.6rem);
  font-weight: 600;
  color: #FAE860;
  text-shadow: 0 3px 6px rgba(85, 16, 16, .62);
  margin-top: 15px;
}
.intro .annotation {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-top: 11px;
}

.feature {
  width: 100%;
  padding: 110px 20px 150px;
  background-image: url(../images/bg_feature_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.feature .wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  background-color: #EFDFEA;
  box-shadow: 0 0 10px rgba(0, 0, 0, .45);
  position: relative;
}
.feature .wrapper::before {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: clamp(140px, 44.2vw, 442px);
  height: clamp(26px, 8.4vw, 84px);
  background-image: url(../images/bg_feature_02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.feature .container {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .16);
  padding: clamp(72px, 9.5vw, 95px) clamp(60px, 8vw, 80px) clamp(60px, 8vw, 80px);
}
.feature .title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(58 / 34);
  text-align: center;
}
.feature .content {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(33 / 16);
  margin-top: 40px;
}
.feature .cards {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
}
.feature .card {
  width: 100%;
  max-width: 374px;
}
.feature .card-num {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 6px 20px;
  margin: auto;
  background-color: #C75AA6;
  border-radius: 5px 5px 0 0;
}
.feature .card-box {
  width: 100%;
  padding: 30px 26px 20px;
  background-color: #fff;
  border: 1px solid #C75AA6;
  border-radius: 8px;
}
.feature .card-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.feature .card-image {
  width: 100%;
  margin-top: 20px;
}
.feature .card-content {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(33 / 16);
  margin-top: 15px;
}

.grave {
  width: 100%;
  padding: 210px 20px 160px;
  background-image: url(../images/bg_grave_01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.grave .wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.grave .title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(58 / 34);
  text-align: center;
}
.grave .content {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(33 / 16);
  margin-top: 60px;
}
.grave .container {
  width: 100%;
  display: flex;
  column-gap: 45px;
  margin-top: 110px;
}
.grave .image-box {
  width: 100%;
  max-width: 351px;
}
.grave figcaption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0F0E0E;
  margin-top: 12px;
}
.grave .box-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px;
  background-color: #EAEAEA;
}
.grave .detail-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;  
  margin-top: 20px;
}
.grave .details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9px;
}
.grave .detail {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;  
  line-height: calc(26 / 16);
  margin-right: 1em;
}
.grave .inner {
  width: fit-content;
  margin: 20px auto 0;
  display: flex;
}
.grave .price-label {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 7px;
  background-color: #EAEAEA;
  border-radius: 17px;
}
.grave .price-cost {
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 8px;
}
.grave .price {
  font-size: 10rem;
  font-weight: 600;
  color: #C70E2E;
  margin-left: 12px;
}
.grave .small {
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 5px;
}
.grave .others {
  width: 100%;
  padding: 15px 0;
  margin-top: 16px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.grave .other-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.grave .other-price {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 12px;
}
.grave .annotation {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(24 / 14);
  letter-spacing: 0.05em;
  color: #0F0E0E;
  margin-top: 10px;
}

.hakajimai {
  width: 100%;
  padding-bottom: 110px;
}
.hakajimai .title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(58 / 34);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 60px 20px 80px;
  background-color: #406CA7;
}
.hakajimai .wrapper {
  width: 100%;
  max-width: 840px;
  margin: auto;
  padding: 0 20px;
}
.hakajimai .content {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(33 / 16);
  margin-top: 50px;
}
.hakajimai .flow-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
.hakajimai .flow {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
}
.hakajimai .flow-top {
  display: flex;
  gap: 20px;
}
.hakajimai .flow-num {
  font-size: 1.4rem;
  font-weight: 700;
  color: #406CA7;
}
.hakajimai .flow-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #406CA7;
}
.hakajimai .flow-bottom {
  display: flex;
  gap: 14px;
  margin-top: 2px;
}
.hakajimai .flow-icon {
  width: 62px;
  height: 62px;
}
.hakajimai .flow-content {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(24 / 14);
  width: 100%;
  padding: 17px 20px;
  margin-top: 7px;
  background-color: #F7F5F0;
  border-radius: 6px;
  box-shadow: 3px 3px 0 #E5E5E5;
}
.hakajimai .annotation {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: end;
  margin-top: 18px;
}
.hakajimai .annotation span {
  display: inline-block;
}


.works {
  width: 100%;
  padding-bottom: 110px;
  background-color: #EBF5FF;
}
.works .title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(58 / 34);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 60px 20px 92px;
  background-color: #406CA7;
}
.works .wrapper {
  width: calc(100% - 40px);
  max-width: 1000px;
  padding: 80px clamp(76px, 10vw, 100px) 60px;
  margin: -40px auto 0;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}
.works .content {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(33 / 16);
}
.works .container {
  display: flex;
  gap: 35px;
  width: 100%;
  padding: 33px clamp(20px, 3.3vw, 33px) 28px clamp(20px, 4.1vw, 41px);
  margin-top: 40px;
  border: 1px solid  #707070;
}
.works .inner-content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(33 / 16);
  flex: 1;
}
.works .image-box {
  width: 100%;
  max-width: 268px;
}
.works figcaption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0F0E0E;
  text-align: right;
  margin-top: 8px;
}

/* スライド */
.slides {
  width: 100%;
  margin-top: 60px;
}
.swiper {
  width: 100%;
}
.swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
}
.swiper-slide {
  width: 25vw;
  height: auto;
}

.overview {
  width: 100%;
  padding-bottom: 180px;
  background-color: #EBF5FF;
}
.overview .title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(58 / 34);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 60px 20px 110px;
  background-color: #406CA7;
}
.overview .wrapper {
  width: calc(100% - 40px);
  max-width: 1000px;
  padding: 80px clamp(76px, 10vw, 100px) 60px;
  margin: -40px auto 0;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}
.overview .content {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: calc(33 / 16);
}
.overview .container {
  display: flex;
  width: 100%;
  max-width: 748px;
  margin: 60px auto 0;
}
.overview .table {
  width: 100%;
  margin-top: 60px;
}
.overview .table tr {
  background-color: #F5F7FB;
}
.overview .table tr:nth-of-type(2n) {
  background-color: transparent;
}
.overview .table th,
.overview .table td {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #3E3E3E;
  padding: 20px 20px 20px 30px;
}
.overview .table th {
  font-weight: 700;
  text-align: start;
}
.overview .table td {
  font-weight: 500;
  line-height: 1.4;
}
.overview .table td span {
  display: inline-block;
}

.inquiry {
  width: 100%;
}
.inquiry .title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(58 / 34);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 60px 20px;
  background-color: #406CA7;
}
.inquiry .wrapper {
  width: 100%;
  padding: 50px 20px 150px;
  border-bottom: 1px solid #E2E2E2;
}
.inquiry .content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30 / 16);
  text-align: center;
}
.entryform {
  margin-top: 24px;
}
.entryform table {
  max-width: 700px;
  margin: auto;
  border: solid 1px #aaaaaa;
  border-collapse: collapse;
}
.entryform table tr:last-of-type td {
  border-bottom: solid 1px #aaaaaa;
}
.entryform table td:nth-of-type(odd) {
  width: 158px;
  padding: 30px 22px;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background-color: #e6e6e6;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
}
.entryform table td:nth-of-type(even) {
  padding: 20px 30px 20px 17px;
  background-color: #F5F5F5;
  border-bottom: solid 1px #ffffff;
}
.entryform input {
  width: 100%;
  padding: 5px 8px;
  margin: 0 0.5em;
  font-size: 1.6rem;
  border: solid 1px #dddddd;
}
.entryform input[name="request[]"] {
  width: auto;
  margin-top: 20px;
}
.entryform p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  margin-top: 25px;
}
.entryform p span {
  display: inline-block;  
}
.entryform label.error {
  position: absolute;
  margin: -52px 0px 0px 0px;
  display: block;
  background-color: #ee0000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 15px;
  border-radius: 5px;
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter:alpha(opacity=60);
}
.entryform label.error:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  border: 5px solid transparent;
  border-top: 5px solid #ee0000;
}
.entryform input.error {
  border: solid 1px #ff7777;
}
.entryform textarea {
  width: 100%;
  max-width: 480px;
}
.entryform textarea {
  font-size: 16px;
  padding: 5px 8px;
}
.entryform .submit {
  width: 300px;
  margin: 30px auto 0;
}
.entryform .submit input {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #C70E2E;
  border-radius: 44px;
  width: 100%;
  margin: auto;
  padding: 21px 0;
  text-align: center;
}
.entryform .submit input:hover {
  cursor: pointer;
  background-color: #cc3333;
}



.present {
  width: 100%;
  max-width: 676px;
  margin: 80px auto 0;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .16);
}
.present .title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  background-color: #309D45;
}
.present .container {
  width: 100%;
  margin: auto;
  padding: 28px 30px 50px 47px;
  display: flex;
  align-items: center;
  gap: 33px;
}
.present .image-inner {
  display: grid;
  column-gap: 8px;
  grid-template-columns: 137px 114px;
  grid-template-rows: auto auto;
}
.present .logo1 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.present .logo2 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.present .logo3 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.present .phone {
  width: 100%;
}

/* footer */
.footer {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer .top {
  padding: 60px 20px 90px;
}
.footer .wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footer .container-left {
  width: 100%;
  max-width: 415px;
}
.footer .logo1 {
  width: 304px;
}
.footer .address {
  line-height: 1.35;
  margin-top: 22px;
}
.footer .address span {
  display: inline-block;
}
.footer .phone {
  line-height: 1.35;
  margin-top: 3px;
}
.footer .phone span {
  display: inline-block;
}
.footer .list-title {
  font-weight: 600;
  margin-top: 40px;
}
.footer .list {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-top: 5px;
}
.footer .area-title {
  font-weight: 600;
  margin-top: 20px;
}
.footer .area {
  font-size: 1.2rem;
  line-height: 1.35;
  margin-top: 5px;
}
.footer .list span {
  display: inline-block;
}
.footer .container-right {
  width: 100%;
  max-width: 220px;
  align-self: flex-end;
}
.footer .annotation {
  width: 100%;
  max-width: 800px;
  padding: 10px;
  margin: 60px auto 0;
  border: 1px solid #707070;
  font-size: 1.2rem;
  line-height: calc(20 / 12);
  text-align: center;
}
.footer .link {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 60px;
}
.footer .bottom {
  width: 100%;
  padding: 20px 10px 140px;
  background-color: #3062A3;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer .bottom-content,
.footer .copyright,
.footer .copyright a {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: calc(22 / 12);
  color: #ffffff;
  text-align: center;
}
.footer .bottom-content span,
.footer .copyright span {
  display: inline-block;
}

.privacy {
  width: 100%;
  padding: 60px 20px 100px;
  margin-top: 98px;
  border-bottom: 1px solid #E2E2E2;
}
.privacy .title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.privacy .container {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0;
}
.privacy .content-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 80px;
}
.privacy .content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(36 / 16);
  margin-top: 20px;
}
.privacy .content-box {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.privacy .content-num {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(36 / 16);
}
.privacy .inner-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(36 / 16);
}
.privacy .inner-content {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(36 / 16);
}
.privacy ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(36 / 16);
}
.privacy .link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 70px;
}