@charset "UTF-8";
/*---------------------
Reset
---------------------*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url(assets/fonts/ZenOldMincho-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url(assets/fonts/ZenOldMincho-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url(assets/fonts/ZenOldMincho-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url(assets/fonts/ZenOldMincho-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url(assets/fonts/ZenOldMincho-Black.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 300;
  src: url(assets/fonts/ZenKakuGothicNew-Light.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 400;
  src: url(assets/fonts/ZenKakuGothicNew-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 500;
  src: url(assets/fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 700;
  src: url(assets/fonts/ZenKakuGothicNew-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 900;
  src: url(assets/fonts/ZenKakuGothicNew-Black.ttf) format("truetype");
}
/*---------------------
base
---------------------*/
html {
  font-size: 18px;
  line-height: 1.6;
  color: #580f0f;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
@media screen and (max-width: 840px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-size: 18px;
  line-height: 1.6;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  background-color: #F9F8F4;
  position: relative;
}
@media screen and (max-width: 840px) {
  body {
    font-size: min(4.2666666667vw, 16px);
    line-height: min(8.5333333333vw, 32px);
    height: auto;
  }
}

main {
  overflow-x: clip;
  width: 100%;
  margin: 0 auto;
}

section {
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #050505;
}

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.8;
}

a:active {
  color: #ccc;
}

ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

/*---------------------
contents
---------------------*/
.Wrap {
  position: relative;
}

@media screen and (max-width: 840px) {
  .Logo {
    z-index: 981;
  }
}
.Logo__head {
  margin-left: calc(50% - 50vw);
  padding: min(8vw, 30px) 35px min(8vw, 30px) calc(50vw - 50% + 8px);
  border-radius: 0 10px 10px 0;
  margin-bottom: 45px;
  background-color: #fff;
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Logo__head {
    padding: min(8vw, 30px) min(9.3333333333vw, 35px) min(8vw, 30px) calc(50vw - 50% + 8px);
  }
}
@media screen and (max-width: 840px) {
  .Logo__head {
    border-radius: 0;
    margin: auto;
    padding: 20px 0 20px min(4.2666666667vw, 16px);
  }
}
.Logo__text {
  font-family: "Zen Old Mincho", sans-serif;
  color: #580f0f;
  font-size: clamp(2rem, 3.2vw, 3.4444444444rem);
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .Logo__text {
    font-size: min(9.6vw, 36px);
  }
}
@media screen and (max-width: 840px) {
  .Logo__img {
    height: min(14.6666666667vw, 55px);
    width: min(57.8666666667vw, 217px);
  }
}

.Page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media print, screen and (min-width: 841px) and (max-width: 1480px) {
  .Page {
    padding: 0 min(4vw, 15px);
  }
}
@media screen and (max-width: 840px) {
  .Page {
    max-width: 100%;
    padding: 0 min(4vw, 15px) min(10.6666666667vw, 40px);
    margin: 100px auto 0;
  }
}

.Content {
  padding: 60px 0 0 min(26vw, 460px);
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Content {
    padding: 60px 0 0 min(26vw, 340px);
  }
}
@media screen and (max-width: 840px) {
  .Content {
    padding: min(9.3333333333vw, 35px) 0 0;
  }
}

.Section__title {
  font-size: 2.2222222222rem;
  line-height: 1.3;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .Section__title {
    font-size: min(8.5333333333vw, 1.7777777778rem);
    padding-bottom: min(8vw, 30px);
    width: 100%;
  }
}
.Section__title--en {
  font-size: min(6.4vw, 1.3333333333rem);
  color: #3583a7;
  font-weight: 500;
  line-height: 1.3;
}
.Section__title--top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 840px) {
  .Section__title--top {
    flex-direction: column;
  }
}
.Section__title--top .Section__title::after {
  content: none;
}
.Section__view {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 1.3;
  margin: auto 15px -10px auto;
}
.Section__view--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  float: right;
  margin: -5% 0 0 15px;
}
.Section__view--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.Section__index {
  margin-top: 25px;
}
.Section__list {
  position: relative;
}
.Section__list:first-of-type:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}
.Section__list::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #580f0f;
  opacity: 0.25;
}
.Section__link {
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  color: #580f0f;
  position: relative;
  padding: 16px 0;
}
@media screen and (max-width: 840px) {
  .Section__link {
    font-size: min(5.3333333333vw, 1.1111111111rem);
    line-height: 1.35;
  }
}
.Section__link--arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c3e4f2;
  position: relative;
  display: block;
  float: right;
  margin: 0 15px 0 auto;
  padding: 20px;
}
.Section__link--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
  filter: invert(45%) sepia(5%) saturate(5306%) hue-rotate(154deg) brightness(98%) contrast(80%);
}
.Section__date, .Section__text {
  margin: auto 0;
}
.Section__date {
  margin-right: 15px;
}
.Section__heading {
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.Section__detail {
  font-size: min(5.3333333333vw, 1.1111111111rem);
  line-height: 1.6;
}
.Section__table {
  margin: 25px 0;
  border: 1px solid #580f0f;
  border-collapse: collapse;
  width: 100%;
  max-width: 880px;
}
.Section__table--3col {
  max-width: 660px;
}
.Section__table--3col td {
  width: 33.3333333333%;
}
.Section__table th, .Section__table td {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7777777778rem;
  border: 1px solid #580f0f;
  text-align: center;
}
.Section__table th {
  background-color: #c3e4f2;
  padding: 10px 0;
}
.Section__table td {
  padding: 20px 0;
  width: 25%;
}
@media screen and (max-width: 840px) {
  .Section__scroll {
    overflow: auto;
  }
}
.Section--border {
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}

.Page-next__view {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 2.7777777778rem;
  height: 50px;
  margin: auto 15px -8px 0;
}
@media screen and (max-width: 840px) {
  .Page-next__view {
    font-size: min(5.8666666667vw, 1.2222222222rem);
    line-height: min(11.2vw, 42px);
    height: min(11.2vw, 42px);
  }
}
.Page-next__view--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  float: right;
  margin-left: 15px;
}
@media screen and (max-width: 840px) {
  .Page-next__view--arrow {
    width: min(11.2vw, 42px);
    height: min(11.2vw, 42px);
  }
}
.Page-next__view--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media screen and (max-width: 840px) {
  .Page-next__view--arrow::after {
    width: min(6.1333333333vw, 23px);
    height: min(5.3333333333vw, 20px);
  }
}

.Page-back {
  margin-top: 20px;
  display: flex;
}
.Page-back__link {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 2.7777777778rem;
  margin-left: 60px;
}
.Page-back__link--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  margin-left: -60px;
  float: left;
}
.Page-back__link--arrow::before {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 5%;
  width: 25px;
  height: 22px;
  transform: rotate(180deg) translate(-50%, -50%);
  background-size: contain;
}
.Page-back__index {
  margin-top: 25px;
}
.Page-back__list {
  padding: 16px 0;
}

.Single__date {
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.Single__heading {
  font-size: 2rem;
  line-height: 2.6666666667rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.Pagination {
  margin: 0 auto;
}
.Pagination__wrap--news {
  padding: 31px 0;
}
@media screen and (max-width: 840px) {
  .Pagination__wrap--news {
    padding-bottom: 0;
  }
}
.Pagination__wrap--obituary {
  padding-top: 60px;
}
.Pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pagination__item--first {
  margin-left: 52px;
}
.Pagination__item--last {
  margin-right: 52px;
}
.Pagination__numbers {
  font-size: 1.3333333333rem;
  line-height: 2.2222222222rem;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.Pagination__numbers--current {
  background-color: #c3e4f2;
}
.Pagination__link {
  text-decoration: none;
  color: inherit;
}
.Pagination__prev-text {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 27px solid #580f0f;
  border-left: 0;
  border-radius: 1px;
  display: block;
  margin-right: 25px;
}
.Pagination__next-text {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 27px solid #580f0f;
  border-right: 0;
  border-radius: 1px;
  display: block;
  margin-left: 25px;
}
.Pagination__news {
  margin-top: 10px;
}

.Error {
  margin-bottom: 35px;
}
.Error__wrap {
  position: relative;
  padding: 100px 0;
}
.Error__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}
.Error__info {
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .Error__info {
    font-size: min(5.3333333333vw, 20px);
  }
}

.Br-pc {
  display: block;
}
@media screen and (max-width: 840px) {
  .Br-pc {
    display: none;
  }
}

.Br-sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .Br-sp {
    display: block;
  }
}

.Space-pc {
  padding-left: 1rem;
}
@media screen and (max-width: 840px) {
  .Space-pc {
    padding-left: 0;
  }
}

.page-id-261 .Header-PC nav {
  background-image: url(assets/img/bg/bg_pattern.jpg);
  padding: 50px 20px 30px;
  margin-top: -50px;
}

/*-------------------------------------------
Header
-------------------------------------------*/
.Header__fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}
@media print, screen and (min-width: 841px) {
  .Header__fixed .Nav__item--head:last-child .Nav__link--header:hover {
    border-radius: 0;
  }
}
.Header__fixed .Drawer__open {
  border-radius: 0;
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Header__fixed {
    margin: 0 !important;
  }
}
@media screen and (max-width: 840px) {
  .Header__fixed {
    margin: 0 !important;
  }
}

.Header-PC {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media print, screen and (min-width: 841px) and (max-width: 1480px) {
  .Header-PC {
    margin: 0 auto auto min(4vw, 15px);
  }
}
@media screen and (max-width: 840px) {
  .Header-PC {
    display: none;
  }
}
.Header-PC__inner {
  margin: 30px auto 0;
  position: fixed;
  width: min(22%, 410px);
  max-width: 410px;
}
@media print, screen and (max-height: 740px) {
  .Header-PC__inner {
    margin-top: min(5%, 20px);
  }
}
.Header-PC__inner--login {
  position: absolute;
}

.Header-SP {
  display: flex;
  position: fixed;
  height: 100px;
  width: 100%;
  top: -1px;
  left: 0;
  z-index: 980;
  background-color: #fff;
}
@media print, screen and (min-width: 841px) {
  .Header-SP {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .Header-SP__inner {
    display: flex;
    align-items: center;
  }
}

.Drawer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 980;
  padding: 20px 0 30px;
  background-color: #3583a7;
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Drawer {
    top: 0;
  }
}
.Drawer__check {
  top: 0;
}
.Drawer__hidden {
  display: none;
}
.Drawer__open {
  display: flex;
  height: 40px;
  width: 132px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 990;
  cursor: pointer;
  margin: 0 auto 10px;
}
.Drawer__open::after {
  content: "メニュー";
  position: absolute;
  top: 43px;
  color: #fff;
  font-size: min(5.3333333333vw, 1.1111111111rem);
}
.Drawer__bar, .Drawer__bar::before, .Drawer__bar::after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  border-radius: 3px;
  background: #fff;
  transition: 0.4s;
  position: absolute;
}
.Drawer__bar::before {
  bottom: 15px;
}
.Drawer__bar::after {
  top: 15px;
}
.Drawer__nav {
  background-color: #F9F8F4;
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  transform: translateY(-100%);
  overflow: auto;
  background-image: url(assets/img/bg/bg_pattern.jpg);
}
.Drawer__outer {
  background: inherit;
}
.Drawer__wrap {
  display: block;
  top: 80px;
  width: 100%;
  padding: 100px min(4vw, 15px) 0;
}
.Drawer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(8vw, 30px) min(10.6666666667vw, 40px);
  width: 100%;
  max-width: 360px;
  margin: min(10.6666666667vw, 40px) auto min(8vw, 30px);
}
@media print, screen and (max-height: 800px) {
  .Drawer__list {
    gap: min(2.1333333333vw, 30px) min(10.6666666667vw, 40px);
    margin: min(4vw, 40px) auto;
  }
}
.Drawer__link {
  color: #050505;
  display: block;
  font-size: min(4.2666666667vw, 16px);
  line-height: min(6.4vw, 24px);
  position: relative;
}
.Drawer__title {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.Drawer__title::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0.4em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.Drawer__title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0.4em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.Drawer__logo {
  border-bottom: none;
}

#Drawer__check:checked {
  z-index: 900;
}

#Drawer__check:checked ~ .Drawer__open {
  color: #3583a7;
  background-color: #F9F8F4;
  height: 100px;
  padding: 0;
  margin: -20px 0 -30px;
}
#Drawer__check:checked ~ .Drawer__open::after {
  content: "閉じる";
  color: #3583a7;
  top: 64px;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar {
  background: rgba(255, 255, 255, 0);
  margin-top: -20px;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #3583a7;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #3583a7;
}

#Drawer__check:checked ~ .Drawer {
  background-color: #F9F8F4;
}

#Drawer__check:checked ~ .Drawer__nav {
  transform: translateY(0);
}

#Drawer__check:checked ~ .Nav-sp-bg {
  right: 0;
  display: block;
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
}

.Nav-sp-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: -100%;
  transition: all 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------
Footer
-------------------------------------------*/
.Footer {
  background-color: #fff;
  padding: 20px 0;
  margin: 0 auto;
  border-top: 1px dashed #580f0f;
  width: 100%;
  z-index: 900;
}
@media screen and (max-width: 840px) {
  .Footer {
    padding: min(5.3333333333vw, 20px) min(4vw, 15px);
  }
}
.Footer__text {
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.Footer__text a {
  color: #580f0f;
  pointer-events: none !important;
  text-decoration: none !important;
}
@media screen and (max-width: 840px) {
  .Footer__text {
    font-size: min(4.8vw, 1rem);
    text-align: left;
  }
}
.Footer--fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/*-------------------------------------------
Btn
-------------------------------------------*/
.Btn {
  display: block;
}
.Btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media (hover: hover) {
  .Btn:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media (hover: none) {
  .Btn:active {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media screen and (max-width: 840px) {
  .Btn {
    width: 100%;
    height: auto;
  }
}
.Btn__block {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Btn__block {
    width: 100%;
    max-width: 360px;
  }
}
.Btn__block--event {
  margin-top: 30px;
}
.Btn__link {
  background-color: #3583a7;
  font-size: min(8.5333333333vw, 1.7777777778rem);
  line-height: 1.3;
  padding: 16px 0;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 9999px;
  color: #fff;
  display: block;
  text-align: center;
}
.Btn__link--login {
  border: none;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Btn__link--login {
    max-width: 100%;
  }
}
.Btn__link--login:hover {
  opacity: 0.8;
  cursor: pointer;
}
.Btn__link--pbl {
  background-color: #c3e4f2;
  color: #3583a7;
}
.Btn__link--event {
  position: relative;
  padding-left: 35px;
}
.Btn__link--event::before {
  position: absolute;
  content: "";
  left: 23%;
  background: url(assets/img/ico/ico-telephone.svg) no-repeat;
  width: 32px;
  height: 32px;
  top: 54%;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Btn__link--event::before {
    left: 18%;
  }
}
.Btn__to-top {
  width: 43%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Btn__to-top {
    width: 100%;
    max-width: 360px;
  }
}

.Btns {
  display: block;
}
@media screen and (max-width: 840px) {
  .Btns {
    width: 100%;
    height: auto;
  }
}

.wp-block-button {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .wp-block-button {
    width: 100%;
    max-width: 360px;
  }
}
.wp-block-button__link {
  background-color: #3583a7;
  font-size: min(8.5333333333vw, 1.7777777778rem);
  line-height: 1.3;
  padding: 16px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 9999px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .wp-block-button__link {
    font-size: min(7.4666666667vw, 1.5555555556rem);
  }
}
.wp-block-button__inactive {
  background-color: #707070;
  font-size: min(8.5333333333vw, 1.7777777778rem);
  line-height: 1.3;
  padding: 16px 0;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  cursor: default;
}
@media screen and (max-width: 840px) {
  .wp-block-button__inactive {
    font-size: min(7.4666666667vw, 1.5555555556rem);
  }
}
.wp-block-button__inactive-web {
  font-size: min(7.4666666667vw, 1.5555555556rem);
}
@media screen and (max-width: 840px) {
  .wp-block-button__inactive-web {
    font-size: min(6.4vw, 1.3333333333rem);
  }
}
.wp-block-button__capacity {
  margin: 20px auto -30px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .wp-block-button__capacity {
    font-size: min(5.3333333333vw, 1.1111111111rem);
  }
}

/*-------------------------------------------
Nav
-------------------------------------------*/
.Nav__inner {
  display: flex;
  width: 65%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .Nav__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 8% 5.3333333333vw;
    flex-flow: column;
  }
}
@media screen and (min-width: 841px) and (max-width: 1382px) {
  .Nav__inner {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}
.Nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Nav__item {
  width: min(44%, 180px);
  margin-bottom: min(50%, 20px);
}
@media print, screen and (max-height: 800px) {
  .Nav__item {
    margin-bottom: min(5%, 15px);
  }
}
.Nav__link {
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 840px) {
  .Nav__link {
    font-size: min(4.8vw, 18px);
  }
}
.Nav__link--header {
  color: #050505;
  padding: 2px 5px;
  background-color: #fff;
  font-size: 1rem;
}
@media print, screen and (min-width: 841px) {
  .Nav__link--footer {
    transition: 0.3s;
  }
  .Nav__link--footer:hover {
    opacity: 0.7 !important;
    transition: 0.3s;
  }
}
@media screen and (max-width: 840px) {
  .Nav__link--footer {
    font-size: min(4.8vw, 18px);
    line-height: min(6.4vw, 24px);
  }
}
.Nav__link--insta {
  display: inline;
}
.Nav__link:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .Nav__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .Nav__link:active {
    opacity: 0.7;
  }
}
.Nav__btn {
  width: 100%;
}

/*---------------------
login page
---------------------*/
.Login {
  padding-top: 250px;
}
@media screen and (max-width: 840px) {
  .Login {
    padding: 140px min(4vw, 15px) 0;
  }
}
.Login__wrap, .Login__notice {
  width: 50%;
  margin: 0 auto;
}
.Login__wrap {
  background-color: #fff;
  border-radius: 45px;
  margin-bottom: 35px;
  padding: 40px 55px 55px;
  width: 100%;
  max-width: 970px;
}
@media screen and (max-width: 840px) {
  .Login__wrap {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 0 0 min(16vw, 60px);
    margin-bottom: min(9.3333333333vw, 35px);
  }
}
.Login__text {
  font-size: min(5.3333333333vw, 1.1111111111rem);
  line-height: 1.6;
  padding-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .Login__text {
    padding: min(5.3333333333vw, 20px) min(4.2666666667vw, 16px) min(16vw, 60px);
  }
}
.Login__text--error {
  color: #f83939;
  margin: -45px 0 35px;
  font-size: min(5.3333333333vw, 1.1111111111rem);
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .Login__text--error {
    margin: min(-4vw, -15px) 0 min(9.3333333333vw, 35px);
    padding: 0 min(4vw, 15px);
  }
}
.Login__text--pwd {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .Login__text--pwd {
    margin-bottom: min(8vw, 30px);
    padding-bottom: 0;
  }
}
.Login__notice {
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
  width: 100%;
  max-width: 970px;
  margin-bottom: 12vh;
}
@media screen and (max-width: 840px) {
  .Login__notice {
    max-width: 100%;
    margin-bottom: min(21.3333333333vw, 80px);
  }
}
.Login__notice--heading {
  color: #195b78;
  font-size: 1.3333333333rem;
}
.Login__pwd {
  border: 1px solid #580f0f;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) inset;
  height: 52px;
  width: 100%;
  max-width: 485px;
  margin: 0 auto 45px;
  padding: 0 10px;
}
@media screen and (max-width: 840px) {
  .Login__pwd {
    width: 100%;
    max-width: 100%;
  }
}
.Login__pwd--wrap {
  width: 56.4%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Login__pwd--wrap {
    width: 100%;
  }
}
.Login__pwd::placeholder {
  color: #580f0f;
  font-size: 1.1111111111rem;
  padding-left: 10px;
  opacity: 0.5;
}

/*---------------------
top page
---------------------*/
.Top {
  padding-left: min(26.6666666667vw, 470px);
}
@media screen and (max-width: 840px) {
  .Top {
    padding: 0;
  }
}

.Top-wrap {
  background-image: url(assets/img/bg/bg_pattern.jpg);
  padding-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .Top-wrap {
    padding-bottom: min(10.6666666667vw, 40px);
  }
}

.Mv {
  margin-right: calc(50% - 40vw);
  height: min(25.5vw, 480px);
}
@media screen and (max-width: 840px) {
  .Mv {
    margin: 0 calc(50% - 50vw);
    height: auto;
  }
}
.Mv__img {
  object-fit: cover;
  border-radius: 0 0 0 20px;
  aspect-ratio: 3/1;
  height: 100%;
  object-position: left bottom;
}
@media screen and (max-width: 840px) {
  .Mv__img {
    width: 100vw;
    height: auto;
    border-radius: 0;
    object-position: left top;
    aspect-ratio: auto;
  }
}

.Top-news {
  padding-top: 35px;
}
@media screen and (max-width: 840px) {
  .Top-news {
    padding: min(6.6666666667vw, 25px) 0 0;
  }
}
.Top-news__title {
  padding-bottom: 0;
}
@media screen and (max-width: 840px) {
  .Top-news__title {
    margin-bottom: min(3.2vw, 12px);
  }
}
.Top-news__view {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 2.7777777778rem;
  height: 50px;
  margin: auto 15px -8px 0;
}
@media screen and (max-width: 840px) {
  .Top-news__view {
    margin: 0;
    text-align: right;
  }
}
.Top-news__view--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  float: right;
  margin-left: 15px;
}
.Top-news__view--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.Top-news__index {
  margin-top: 25px;
}
@media screen and (max-width: 840px) {
  .Top-news__index {
    margin-top: min(4vw, 15px);
  }
}

.Top-nav {
  display: none;
}
@media screen and (max-width: 840px) {
  .Top-nav {
    display: block;
    margin-top: min(5.3333333333vw, 20px);
  }
  .Top-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: space-between;
  }
  .Top-nav__item {
    width: 30%;
  }
}

/*---------------------
overview page
---------------------*/
.Overview {
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .Overview {
    margin-bottom: 0;
  }
}
.Overview section {
  display: none;
}
.Overview section.active {
  display: block;
}
.Overview__wrap {
  margin: 40px 0 60px;
}
@media screen and (max-width: 840px) {
  .Overview__wrap {
    margin: min(9.3333333333vw, 35px) 0;
  }
}
.Overview__item {
  display: flex;
}
.Overview__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .Overview__item:not(:last-child) {
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
.Overview__link {
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .Overview__table {
    min-width: 600px;
  }
}

.Terms__detail {
  font-size: 1rem;
  line-height: 1.7777777778rem;
}

.Regulations__notice {
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
  margin: -25px 0 35px;
}
@media screen and (max-width: 840px) {
  .Regulations__notice {
    font-size: min(4.8vw, 1rem);
    margin-top: 5px;
  }
}

/*---------------------
news page
---------------------*/
.News {
  margin: 40px 0 55px;
}
.News__link {
  padding: 10px 0;
}
@media screen and (max-width: 840px) {
  .News__link {
    flex-direction: column;
    padding: 8px 0 12px;
  }
}
.News__link--arrow {
  margin: 10px 15px 0 auto;
}
@media screen and (max-width: 840px) {
  .News__link--arrow {
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.News .Section__detail h1 {
  font-size: 1.6666666667rem;
  font-weight: 400;
  line-height: 2.4444444444rem;
  padding-left: 32px;
  position: relative;
}
.News .Section__detail h1::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #3583a7;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
.News .Section__detail h2 {
  font-size: 1.5555555556rem;
  font-weight: 400;
  line-height: 2.2222222222rem;
}
.News .Section__detail h3 {
  font-size: 1.3333333333rem;
  font-weight: 400;
  line-height: 1.9444444444rem;
}
.News .Section__detail p {
  font-size: 1.1111111111rem;
  line-height: 1.6111111111rem;
}
.News .Section__detail p a {
  color: #3583a7;
  text-decoration: underline;
}
.News .Section__detail ul li {
  list-style: disc;
  margin-left: 30px;
}
.News .Section__detail ol li {
  list-style: decimal;
  margin-left: 30px;
}
.News .Section__detail .wp-block-file a:not(.wp-element-button) {
  font-size: 1.1111111111rem;
  color: #3583a7;
  text-decoration: underline;
}
.News .Section__detail .wp-block-file * + .wp-block-file__button {
  padding: 0 10px;
}
.News p {
  margin-bottom: 1.1111111111rem;
}
.News__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .News__wrap {
    margin-bottom: 10px;
  }
}
.News__wrap .Section__date {
  width: 9.2rem;
}
.News__cat {
  color: #fff;
  font-size: 1.3333333333rem;
  line-height: 3.1111111111rem;
  height: 56px;
  width: 157px;
  border-radius: 5px;
  margin-right: min(2vw, 30px);
  text-align: center;
}
@media screen and (max-width: 840px) {
  .News__cat {
    font-size: min(5.3333333333vw, 1.1111111111rem);
    line-height: min(11.2vw, 42px);
    height: min(11.2vw, 42px);
    width: min(35.4666666667vw, 133px);
    margin-right: min(1.8666666667vw, 7px);
  }
}
.News__cat--news {
  background-color: #C267B0;
}
.News__cat--tidings {
  background-color: #B78945;
}
.News__cat--event {
  background-color: #EC6B7B;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 840px) {
  .News__cat--event {
    font-size: min(4.5333333333vw, 0.9444444444rem);
    line-height: min(5.6vw, 1.1666666667rem);
  }
}
.News__cat--obituary {
  background-color: #7876A9;
}
.News__text {
  width: 54%;
}
@media screen and (max-width: 840px) {
  .News__text {
    width: auto;
  }
}
.News__label {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 841px) {
  .News__label .News__cat {
    margin-right: 0;
  }
}
.News__label .News__cat, .News__label .News__date {
  margin-bottom: 0;
}
.News__date {
  line-height: 56px;
}
@media screen and (max-width: 840px) {
  .News__date {
    line-height: min(11.2vw, 42px);
  }
}

/*---------------------
event page
---------------------*/
.Event {
  margin: 40px 0 55px;
}
.Event__list {
  padding: 40px 0 70px;
}
@media screen and (max-width: 840px) {
  .Event__list {
    width: 100%;
  }
}
.Event__link {
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .Event__link {
    padding: 10px 0;
  }
}
.Event__link--arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Event__link--arrow {
    top: 10px;
    transform: none;
  }
}
@media screen and (max-width: 840px) {
  .Event__link--arrow .Section__link--arrow {
    margin-right: 0;
  }
}
.Event__date {
  font-size: 1.1111111111rem;
  line-height: 1.3;
}
@media screen and (max-width: 840px) {
  .Event__date {
    font-size: min(4.8vw, 1rem);
  }
}
.Event__date--wrap {
  display: flex;
}
@media screen and (max-width: 1240px) {
  .Event__date--wrap {
    flex-direction: column;
  }
}
.Event__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.Event__item:last-child {
  margin-bottom: 0;
}
.Event__title, .Event__detail {
  text-align: left;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
.Event__title {
  font-weight: 400;
}
.Event__img {
  display: grid;
  gap: 0 25px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 840px) {
  .Event__img {
    gap: 15px;
    grid-template-columns: 1fr;
    width: 74%;
    margin: 0 auto;
  }
}
.Event__application-closed {
  position: absolute;
  bottom: 20px;
  right: min(8vw, 120px);
  width: fit-content;
  padding: 8px 33px;
  border: 2px solid #ec6b7b;
  border-radius: 9px;
  font-size: 1.1111111111rem;
  color: #ec6b7b;
}
@media screen and (max-width: 840px) {
  .Event__application-closed {
    position: static;
    padding: 5px 25px;
    font-size: 1rem;
  }
}

/*---------------------
form page
---------------------*/
.Form {
  margin: 40px 0 55px;
}
.Form__complete {
  margin: 100px auto 0;
}
@media screen and (max-width: 840px) {
  .Form__complete {
    margin-top: min(9.3333333333vw, 35px);
  }
}
.Form__complete--title {
  color: #3583a7;
  text-align: center;
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  margin-bottom: 25px;
}
.Form__complete--text {
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 840px) {
  .Form__complete--text {
    margin-bottom: min(9.3333333333vw, 35px);
  }
}
.Form .Btn__block {
  width: 420px;
}
@media screen and (max-width: 840px) {
  .Form .Btn__block {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .Form .Btn__link {
    font-size: min(7.4666666667vw, 28px);
  }
}

/*---------------------
tidings page
---------------------*/
.Tidings {
  margin: 40px 0 55px;
}
.Tidings__outer {
  margin: 25px 0 45px;
  position: relative;
}
.Tidings__outer::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}
@media screen and (max-width: 840px) {
  .Tidings__outer {
    margin-bottom: 0;
  }
}
.Tidings__select {
  display: flex;
  align-items: center;
}
.Tidings__select--text {
  color: #3583a7;
  font-size: 1.1111111111rem;
  margin-right: 15px;
}
.Tidings__select--box {
  position: relative;
}
.Tidings__select--box::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 13px;
  width: 20px;
  height: 20px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #707070;
  border-bottom: 0;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
.Tidings__select--dropdown {
  width: 170px;
  height: 52px;
  border-radius: 5px;
  border: 2px solid #580f0f;
  position: relative;
  color: #707070;
  padding-left: 35px;
  font-size: 1.2777777778rem;
  appearance: none;
}
.Tidings__select--dropdown option {
  color: #707070;
}
.Tidings__index {
  margin: 30px 0 70px;
}
@media screen and (max-width: 840px) {
  .Tidings__index {
    margin-bottom: 0;
  }
}
.Tidings__index .Tidings__wrap {
  padding-bottom: 20px;
}
.Tidings__wrap {
  border-radius: 45px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px 35px 35px;
}
@media screen and (max-width: 840px) {
  .Tidings__wrap {
    padding: 4vw 1.8666666667vw 10.6666666667vw;
    border-radius: 20px;
  }
}
.Tidings__heading {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .Tidings__heading {
    flex-direction: column;
  }
}
.Tidings__title {
  font-size: 1.3333333333rem;
  line-height: 2.7777777778rem;
  color: #580f0f;
}
@media screen and (max-width: 840px) {
  .Tidings__title {
    font-size: min(6.4vw, 1.3333333333rem);
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}
.Tidings__view {
  margin: 0;
}
@media screen and (max-width: 840px) {
  .Tidings__view {
    font-size: min(6.4vw, 1.3333333333rem);
    text-align: right;
  }
}
.Tidings__inner .wp-block-file {
  display: none;
}
@media screen and (max-width: 840px) {
  .Tidings__inner .wp-block-file {
    margin: 0 10px 0 auto;
  }
}
.Tidings__contents {
  color: #3583a7;
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  margin: 25px 0 7px;
}
.Tidings__item {
  flex-direction: row;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .Tidings__item {
    flex-direction: column;
  }
}
.Tidings__detail {
  position: relative;
  margin-left: 25px;
  color: #580f0f;
}
.Tidings__detail::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3583a7;
  margin-left: -20px;
  top: 9px;
}
.Tidings__link {
  display: inline-flex;
}
@media screen and (max-width: 840px) {
  .Tidings__link {
    display: block;
  }
}
.Tidings__link--arrow {
  height: 25px;
  width: 25px;
  margin: 0 auto 0 5px;
  display: inline-block;
  float: none;
  vertical-align: bottom;
  padding: 13px;
}
@media screen and (max-width: 840px) {
  .Tidings__link--arrow {
    display: block;
    margin: auto 10px auto auto;
  }
}
.Tidings__link--arrow::after {
  width: 14px;
  height: 13px;
}

/*---------------------
obituary page
---------------------*/
.Obituary {
  margin: 40px 0 70px;
}
@media screen and (max-width: 840px) {
  .Obituary {
    margin-bottom: 0;
  }
}
.Obituary__group {
  background-color: #fff;
  border-radius: 45px;
  padding: 26px 25px 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .Obituary__group {
    padding: 20px 10px 40px;
    border-radius: 20px;
  }
}
.Obituary__category {
  display: flex;
  justify-content: space-between;
  height: 40px;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .Obituary__category {
    height: auto;
  }
}
.Obituary__category::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 100%;
  border-bottom: 1px solid #580f0f;
  opacity: 0.25;
}
.Obituary__heading {
  font-size: min(6.4vw, 1.3333333333rem);
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .Obituary__heading {
    line-height: min(10.6666666667vw, 2.2222222222rem);
  }
}
.Obituary__heading--category {
  position: relative;
  margin-bottom: 16px;
}
.Obituary__heading--category::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 100%;
  border-bottom: 1px solid #580f0f;
  opacity: 0.25;
}
.Obituary__view {
  height: 40px;
  line-height: 2.2222222222rem;
  margin: 0;
}
@media screen and (max-width: 840px) {
  .Obituary__view {
    font-size: min(5.3333333333vw, 20px);
  }
}
.Obituary__view--arrow {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 840px) {
  .Obituary__view--arrow {
    margin-left: min(1.6vw, 6px);
  }
}
.Obituary__inner {
  padding-bottom: 15px;
}
.Obituary__list {
  padding-left: 22px;
}
@media screen and (max-width: 840px) {
  .Obituary__list {
    padding-left: 0;
  }
}
.Obituary__link {
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .Obituary__link--arrow {
    bottom: 16px;
  }
}
.Obituary__name {
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .Obituary__name {
    padding-left: 22px;
  }
}
.Obituary__name::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3583a7;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Obituary__name::before {
    left: 0;
  }
}
.Obituary__date {
  display: block;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 1240px) {
  .Obituary__date {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .Obituary__date {
    margin-bottom: 55px;
  }
}
.Obituary__date--left {
  margin-right: 45px;
}
.Obituary__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.Obituary__item:last-child {
  margin-bottom: 0;
}
.Obituary__wrap {
  padding: 0 25px;
}
@media screen and (max-width: 840px) {
  .Obituary__wrap {
    padding: 0 10px;
  }
}
.Obituary__detail {
  padding-top: 40px;
}
.Obituary__title, .Obituary__contents {
  text-align: left;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
.Obituary__title {
  font-weight: 400;
}
.Obituary__link--arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Obituary__link--arrow {
    top: auto;
    transform: none;
    bottom: 15px;
  }
}
@media screen and (max-width: 840px) {
  .Obituary__link--arrow .Section__link--arrow {
    margin-right: 0;
  }
}

.Obituary-index {
  margin: 40px 0 90px;
}
@media screen and (max-width: 840px) {
  .Obituary-index {
    margin-bottom: 0;
  }
}

/*---------------------
contact page
---------------------*/
.CF7 {
  /* 確認・戻る・送信ボタン */
  /* 確認ボタン非活性時 */
  /* 送信完了画面 */
}
.CF7__form {
  width: 100%;
  /* ラジオボタン、チェックボックス */
}
.CF7__form textarea {
  min-block-size: 3lh;
}
.CF7__form .wpcf7-list-item {
  margin: 0;
}
.CF7__form_group {
  width: 100%;
  max-width: 520px;
  margin-bottom: 20px;
}
.CF7__form_group label, .CF7__form_group legend {
  color: #3583a7;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.CF7__form_control {
  margin-top: 10px;
}
.CF7__form_control .wpcf7-text {
  color: #580f0f;
}
@media screen and (max-width: 840px) {
  .CF7__form_control .wpcf7-text {
    font-size: min(5.3333333333vw, 20px);
  }
}
.CF7__form_frame {
  border: #580f0f solid 1px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}
.CF7__form_frame:focus {
  border: #580f0f solid 1px;
  outline: #580f0f solid 2px;
}
.CF7__form_frame::placeholder {
  color: #580f0f;
  opacity: 0.5;
}
@media screen and (max-width: 840px) {
  .CF7__form_frame {
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .CF7__form_frame--detail {
    height: min(34.6666666667vw, 130px);
  }
}
.CF7__form_name {
  width: 100%;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 840px) {
  .CF7__form_name {
    flex-direction: column;
    gap: min(2.6666666667vw, 10px);
  }
}
.CF7__form_tel {
  width: 100%;
  display: flex;
  gap: 10px;
  line-height: 50px;
}
.CF7__form_mail {
  width: 100%;
  display: flex;
  gap: 10px;
  line-height: 50px;
  font-size: 1.1111111111rem;
}
.CF7__form_employee-number {
  width: 46%;
  height: 50px;
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 840px) {
  .CF7__form_employee-number {
    width: 70%;
  }
}
.CF7__form_branch {
  width: 100%;
  height: 50px;
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 840px) {
  .CF7__form_branch {
    width: 70%;
  }
}
.CF7__form_choice fieldset {
  border: none;
}
.CF7__form_radio {
  width: 50%;
  display: grid;
  grid-auto-flow: column;
}
@media screen and (max-width: 840px) {
  .CF7__form_radio {
    width: 100%;
    justify-content: start;
  }
}
.CF7__form_radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.CF7__form_radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #580f0f;
}
.CF7__form_radio .wpcf7-list-item .wpcf7-list-item-label:before {
  border-radius: 50%;
  border: 1px solid #580f0f;
  inline-size: 1.7777777778rem;
  block-size: 1.7777777778rem;
}
.CF7__form_consent {
  margin-bottom: min(13.3333333333vw, 50px);
}
.CF7__form_consent fieldset {
  border: none;
}
.CF7__form_consent .wpcf7-acceptance {
  display: grid;
}
.CF7__form_consent .wpcf7-list-item {
  background-color: #fff;
  border: #999 solid 1px;
  border-radius: 5px;
}
.CF7__form_consent .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.CF7__form_text {
  margin-bottom: min(8vw, 30px);
  text-align: center;
  line-height: 1.6;
}
.CF7__form_number {
  min-width: 800px;
}
.CF7__form_number .CF7__form_type {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1111111111rem;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .CF7__form_number .CF7__form_type {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .CF7__form_number .CF7__form_type--group {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 840px) {
  .CF7__form_number .CF7__form_type--sp {
    padding-right: 1rem;
  }
}
.CF7__form_number .CF7__form_frame {
  width: 80px;
  margin: 0 10px 0 15px;
}
.CF7__form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 90px;
}
@media screen and (max-width: 840px) {
  .CF7__form_btn {
    gap: min(9.3333333333vw, 35px);
    margin-block-start: 70px;
    flex-direction: column;
    align-items: center;
  }
}
.CF7__form_bwsBack, .CF7__form_confirm, .CF7__form_back, .CF7__form_submit {
  border-radius: 56px;
}
@media screen and (max-width: 840px) {
  .CF7__form_bwsBack, .CF7__form_confirm, .CF7__form_back, .CF7__form_submit {
    border-radius: 44px;
  }
}
.CF7__form_confirm, .CF7__form_submit {
  width: min(43%, 420px);
  background-color: #3583a7;
  border: 1px solid #3583a7;
  color: #fff;
  cursor: pointer;
  font-size: 1.7777777778rem;
  padding-block: 0.5555555556rem;
  padding-inline: 1em;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 840px) {
  .CF7__form_confirm, .CF7__form_submit {
    width: 100%;
    max-width: 360px;
    font-size: min(8.5333333333vw, 32px);
    padding-block: 15px;
  }
}
.CF7__form_confirm:hover, .CF7__form_submit:hover {
  background-color: #fff;
  color: #3583a7;
}
.CF7__form_confirm[disabled] {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  font-size: 1.7777777778rem;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .CF7__form_confirm[disabled] {
    font-size: min(8.5333333333vw, 32px);
  }
}
.CF7__form_bwsBack, .CF7__form_back {
  background-color: #c3e4f2;
  border: 1px solid #c3e4f2;
  color: #3583a7;
  cursor: pointer;
  font-size: 1.7777777778rem;
  padding-block: 0.5555555556rem;
  padding-inline: 1em;
  width: min(43%, 420px);
  transition: color 0.3s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 840px) {
  .CF7__form_bwsBack, .CF7__form_back {
    width: 100%;
    max-width: 360px;
    font-size: min(8.5333333333vw, 32px);
    padding-block: 15px;
  }
}
.CF7__form_bwsBack:hover, .CF7__form_back:hover {
  background-color: #3583a7;
  color: #fff;
}
.CF7__formConfirm_txt {
  margin-bottom: min(5.3333333333vw, 20px);
}
.CF7__formThanks_ttl, .CF7__formThanks_txt {
  text-align: center;
}
.CF7__formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}
.CF7__formThanks_txt {
  margin-block-start: 1em;
}

/* 入力欄、セレクトボックス */
.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea,
select) {
  appearance: none;
  background-color: #f7f7f7;
  border: none;
  padding-inline: 1.5em;
  padding-block: 0.625em;
  resize: vertical;
}

.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea) {
  inline-size: 100%;
}

.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea)::placeholder {
  color: #ccc;
}

/* フォーカス時のスタイル */
.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea,
select):focus-visible {
  outline: 1px solid #3583a7;
}

/* オリジナルのラジオボタンとチェックボックスを作成 */
.CF7__form:is(input[type=radio],
input[type=checkbox],
input[type=checkbox]) {
  background-color: #fff;
  block-size: 1px;
  border: none;
  inline-size: 1px;
  margin-block-end: 3px;
  position: relative;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.CF7__form input[type=radio] {
  border-radius: 50%;
}

.CF7__form input[type=date] {
  position: relative;
}
.CF7__form input[type=date]:after {
  content: "";
  color: #fff;
  padding: 5px;
  width: 23px;
  height: 24px;
  background: url(assets/img/ico/ico_calendar.svg) no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.CF7__form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 100;
}

/* フォーカス時はlabelタグにアウトラインを適用 */
.CF7__form label:has(:where(input[type=radio], input[type=checkbox]):focus-visible) {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* チェック時のスタイルは擬似要素で再現 */
.CF7__form :where(input[type=radio], input[type=checkbox]):checked::before {
  content: "";
  inset-block-start: 2px;
  inset-inline-start: 2px;
  position: absolute;
}

.CF7__form :where(input[type=radio]):checked::before {
  background-color: #37952f;
  block-size: 10px;
  border-radius: 50%;
  inline-size: 10px;
}

/* ラジオボタン押下時の背景色
.CF7__form :where(input[type="radio"]):checked~.wpcf7-list-item-label,
.CF7__form :where(input[type="checkbox"]):checked~.wpcf7-list-item-label {
  background-color: #CBEDD5;
  width: 100%;
  border-radius: 5px;
}
*/
.CF7__form :where(input[type=radio]):checked ~ .wpcf7-list-item-label:after {
  background-color: #3583a7;
  block-size: 1.1111111111rem;
  inline-size: 1.1111111111rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  border-radius: 50%;
}

.CF7__form :where(input[type=checkbox]):checked ~ .wpcf7-list-item-label:after {
  block-size: 8px;
  border-block-end: 2px solid #3583a7;
  border-inline-start: 2px solid #3583a7;
  inline-size: 15px;
  rotate: -50deg;
  position: absolute;
  top: 1.0555555556rem;
  left: 1.3333333333rem;
}
@media screen and (max-width: 840px) {
  .CF7__form :where(input[type=checkbox]):checked ~ .wpcf7-list-item-label:after {
    top: 50%;
    left: 1.6666666667rem;
    transform: translateY(-100%);
  }
}

.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 10px 10px 20px;
  width: 100%;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
}
.wpcf7-list-item-label:before {
  background-color: #fff;
  border: 1px solid #3583a7;
  display: inline-block;
  inline-size: 1.2222222222rem;
  block-size: 1.2222222222rem;
  margin-inline-end: 0.5555555556rem;
}
@media screen and (max-width: 840px) {
  .wpcf7-list-item-label:before {
    padding: 10px;
  }
}

.wpcf7-check-mark {
  block-size: 11px;
  border-block-end: 2px solid #000;
  border-inline-start: 2px solid #000;
  inline-size: 15px;
  rotate: -50deg;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

.wpcf7-acceptance {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .wpcf7-acceptance {
    margin-bottom: 0;
  }
}

/* バリデーションメッセージ */
.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

/* 確認画面とメッセージ、スピナーを非表示 */
.CF7__formConfirm,
.wpcf7-response-output,
.CF7__formConfirm .wpcf7-spinner {
  display: none;
}

_::-webkit-full-page-media,
_:future,
:root .CF7__form select {
  color: #050505;
}

_::-webkit-full-page-media,
_:future,
:root .CF7__form input[type=date] {
  width: 390px;
  color: #050505;
}
@media screen and (max-width: 840px) {
  _::-webkit-full-page-media,
  _:future,
  :root .CF7__form input[type=date] {
    width: 100%;
    min-width: 200px;
    margin-left: 0;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc !important;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

.CF7__form_arrow {
  position: relative;
  width: 46%;
}
@media screen and (max-width: 840px) {
  .CF7__form_arrow {
    width: 70%;
  }
}
.CF7__form_arrow::after {
  position: absolute;
  top: 17px;
  right: 17px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #707070;
  border-bottom: 0;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}/*# sourceMappingURL=style.css.map */@charset "UTF-8";
/*---------------------
Reset
---------------------*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url(assets/fonts/ZenOldMincho-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url(assets/fonts/ZenOldMincho-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url(assets/fonts/ZenOldMincho-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url(assets/fonts/ZenOldMincho-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url(assets/fonts/ZenOldMincho-Black.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 300;
  src: url(assets/fonts/ZenKakuGothicNew-Light.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 400;
  src: url(assets/fonts/ZenKakuGothicNew-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 500;
  src: url(assets/fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 700;
  src: url(assets/fonts/ZenKakuGothicNew-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 900;
  src: url(assets/fonts/ZenKakuGothicNew-Black.ttf) format("truetype");
}
/*---------------------
base
---------------------*/
html {
  font-size: 18px;
  line-height: 1.6;
  color: #580f0f;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
@media screen and (max-width: 840px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-size: 18px;
  line-height: 1.6;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 400;
  background-color: #F9F8F4;
  position: relative;
}
@media screen and (max-width: 840px) {
  body {
    font-size: min(4.2666666667vw, 16px);
    line-height: min(8.5333333333vw, 32px);
    height: auto;
  }
}

main {
  overflow-x: clip;
  width: 100%;
  margin: 0 auto;
}

section {
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #050505;
}

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.8;
}

a:active {
  color: #ccc;
}

ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

/*---------------------
contents
---------------------*/
.Wrap {
  position: relative;
}

@media screen and (max-width: 840px) {
  .Logo {
    z-index: 981;
  }
}
.Logo__head {
  margin-left: calc(50% - 50vw);
  padding: min(8vw, 30px) 35px min(8vw, 30px) calc(50vw - 50% + 8px);
  border-radius: 0 10px 10px 0;
  margin-bottom: 45px;
  background-color: #fff;
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Logo__head {
    padding: min(8vw, 30px) min(9.3333333333vw, 35px) min(8vw, 30px) calc(50vw - 50% + 8px);
  }
}
@media screen and (max-width: 840px) {
  .Logo__head {
    border-radius: 0;
    margin: auto;
    padding: 20px 0 20px min(4.2666666667vw, 16px);
  }
}
.Logo__text {
  font-family: "Zen Old Mincho", sans-serif;
  color: #580f0f;
  font-size: clamp(2rem, 3.2vw, 3.4444444444rem);
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .Logo__text {
    font-size: min(9.6vw, 36px);
  }
}
@media screen and (max-width: 840px) {
  .Logo__img {
    height: min(14.6666666667vw, 55px);
    width: min(57.8666666667vw, 217px);
  }
}

.Page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media print, screen and (min-width: 841px) and (max-width: 1480px) {
  .Page {
    padding: 0 min(4vw, 15px);
  }
}
@media screen and (max-width: 840px) {
  .Page {
    max-width: 100%;
    padding: 0 min(4vw, 15px) min(10.6666666667vw, 40px);
    margin: 100px auto 0;
  }
}

.Content {
  padding: 60px 0 0 min(26vw, 460px);
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Content {
    padding: 60px 0 0 min(26vw, 340px);
  }
}
@media screen and (max-width: 840px) {
  .Content {
    padding: min(9.3333333333vw, 35px) 0 0;
  }
}

.Section__title {
  font-size: 2.2222222222rem;
  line-height: 1.3;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .Section__title {
    font-size: min(8.5333333333vw, 1.7777777778rem);
    padding-bottom: min(8vw, 30px);
    width: 100%;
  }
}
.Section__title--en {
  font-size: min(6.4vw, 1.3333333333rem);
  color: #3583a7;
  font-weight: 500;
  line-height: 1.3;
}
.Section__title--top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 840px) {
  .Section__title--top {
    flex-direction: column;
  }
}
.Section__title--top .Section__title::after {
  content: none;
}
.Section__view {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 1.3;
  margin: auto 15px -10px auto;
}
.Section__view--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  float: right;
  margin: -5% 0 0 15px;
}
.Section__view--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.Section__index {
  margin-top: 25px;
}
.Section__list {
  position: relative;
}
.Section__list:first-of-type:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}
.Section__list::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #580f0f;
  opacity: 0.25;
}
.Section__link {
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  color: #580f0f;
  position: relative;
  padding: 16px 0;
}
@media screen and (max-width: 840px) {
  .Section__link {
    font-size: min(5.3333333333vw, 1.1111111111rem);
    line-height: 1.35;
  }
}
.Section__link--arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c3e4f2;
  position: relative;
  display: block;
  float: right;
  margin: 0 15px 0 auto;
  padding: 20px;
}
.Section__link--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
  filter: invert(45%) sepia(5%) saturate(5306%) hue-rotate(154deg) brightness(98%) contrast(80%);
}
.Section__date, .Section__text {
  margin: auto 0;
}
.Section__date {
  margin-right: 15px;
}
.Section__heading {
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.Section__detail {
  font-size: min(5.3333333333vw, 1.1111111111rem);
  line-height: 1.6;
}
.Section__table {
  margin: 25px 0;
  border: 1px solid #580f0f;
  border-collapse: collapse;
  width: 100%;
  max-width: 880px;
}
.Section__table--3col {
  max-width: 660px;
}
.Section__table--3col td {
  width: 33.3333333333%;
}
.Section__table th, .Section__table td {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7777777778rem;
  border: 1px solid #580f0f;
  text-align: center;
}
.Section__table th {
  background-color: #c3e4f2;
  padding: 10px 0;
}
.Section__table td {
  padding: 20px 0;
  width: 25%;
}
@media screen and (max-width: 840px) {
  .Section__scroll {
    overflow: auto;
  }
}
.Section--border {
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}

.Page-next__view {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 2.7777777778rem;
  height: 50px;
  margin: auto 15px -8px 0;
}
@media screen and (max-width: 840px) {
  .Page-next__view {
    font-size: min(5.8666666667vw, 1.2222222222rem);
    line-height: min(11.2vw, 42px);
    height: min(11.2vw, 42px);
  }
}
.Page-next__view--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  float: right;
  margin-left: 15px;
}
@media screen and (max-width: 840px) {
  .Page-next__view--arrow {
    width: min(11.2vw, 42px);
    height: min(11.2vw, 42px);
  }
}
.Page-next__view--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
}
@media screen and (max-width: 840px) {
  .Page-next__view--arrow::after {
    width: min(6.1333333333vw, 23px);
    height: min(5.3333333333vw, 20px);
  }
}

.Page-back {
  margin-top: 20px;
  display: flex;
}
.Page-back__link {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 2.7777777778rem;
  margin-left: 60px;
}
.Page-back__link--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  margin-left: -60px;
  float: left;
}
.Page-back__link--arrow::before {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 5%;
  width: 25px;
  height: 22px;
  transform: rotate(180deg) translate(-50%, -50%);
  background-size: contain;
}
.Page-back__index {
  margin-top: 25px;
}
.Page-back__list {
  padding: 16px 0;
}

.Single__date {
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.Single__heading {
  font-size: 2rem;
  line-height: 2.6666666667rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.Pagination {
  margin: 0 auto;
}
.Pagination__wrap--news {
  padding: 31px 0;
}
@media screen and (max-width: 840px) {
  .Pagination__wrap--news {
    padding-bottom: 0;
  }
}
.Pagination__wrap--obituary {
  padding-top: 60px;
}
.Pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pagination__item--first {
  margin-left: 52px;
}
.Pagination__item--last {
  margin-right: 52px;
}
.Pagination__numbers {
  font-size: 1.3333333333rem;
  line-height: 2.2222222222rem;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.Pagination__numbers--current {
  background-color: #c3e4f2;
}
.Pagination__link {
  text-decoration: none;
  color: inherit;
}
.Pagination__prev-text {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 27px solid #580f0f;
  border-left: 0;
  border-radius: 1px;
  display: block;
  margin-right: 25px;
}
.Pagination__next-text {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 27px solid #580f0f;
  border-right: 0;
  border-radius: 1px;
  display: block;
  margin-left: 25px;
}
.Pagination__news {
  margin-top: 10px;
}

.Error {
  margin-bottom: 35px;
}
.Error__wrap {
  position: relative;
  padding: 100px 0;
}
.Error__wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}
.Error__info {
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .Error__info {
    font-size: min(5.3333333333vw, 20px);
  }
}

.Br-pc {
  display: block;
}
@media screen and (max-width: 840px) {
  .Br-pc {
    display: none;
  }
}

.Br-sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .Br-sp {
    display: block;
  }
}

.Space-pc {
  padding-left: 1rem;
}
@media screen and (max-width: 840px) {
  .Space-pc {
    padding-left: 0;
  }
}

.page-id-261 .Header-PC nav {
  background-image: url(assets/img/bg/bg_pattern.jpg);
  padding: 50px 20px 30px;
  margin-top: -50px;
}

/*-------------------------------------------
Header
-------------------------------------------*/
.Header__fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
}
@media print, screen and (min-width: 841px) {
  .Header__fixed .Nav__item--head:last-child .Nav__link--header:hover {
    border-radius: 0;
  }
}
.Header__fixed .Drawer__open {
  border-radius: 0;
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Header__fixed {
    margin: 0 !important;
  }
}
@media screen and (max-width: 840px) {
  .Header__fixed {
    margin: 0 !important;
  }
}

.Header-PC {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media print, screen and (min-width: 841px) and (max-width: 1480px) {
  .Header-PC {
    margin: 0 auto auto min(4vw, 15px);
  }
}
@media screen and (max-width: 840px) {
  .Header-PC {
    display: none;
  }
}
.Header-PC__inner {
  margin: 30px auto 0;
  position: fixed;
  width: min(22%, 410px);
  max-width: 410px;
}
@media print, screen and (max-height: 740px) {
  .Header-PC__inner {
    margin-top: min(5%, 20px);
  }
}
.Header-PC__inner--login {
  position: absolute;
}

.Header-SP {
  display: flex;
  position: fixed;
  height: 100px;
  width: 100%;
  top: -1px;
  left: 0;
  z-index: 980;
  background-color: #fff;
}
@media print, screen and (min-width: 841px) {
  .Header-SP {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .Header-SP__inner {
    display: flex;
    align-items: center;
  }
}

.Drawer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 980;
  padding: 20px 0 30px;
  background-color: #3583a7;
}
@media print, screen and (min-width: 841px) and (max-width: 1240px) {
  .Drawer {
    top: 0;
  }
}
.Drawer__check {
  top: 0;
}
.Drawer__hidden {
  display: none;
}
.Drawer__open {
  display: flex;
  height: 40px;
  width: 132px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 990;
  cursor: pointer;
  margin: 0 auto 10px;
}
.Drawer__open::after {
  content: "メニュー";
  position: absolute;
  top: 43px;
  color: #fff;
  font-size: min(5.3333333333vw, 1.1111111111rem);
}
.Drawer__bar, .Drawer__bar::before, .Drawer__bar::after {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  border-radius: 3px;
  background: #fff;
  transition: 0.4s;
  position: absolute;
}
.Drawer__bar::before {
  bottom: 15px;
}
.Drawer__bar::after {
  top: 15px;
}
.Drawer__nav {
  background-color: #F9F8F4;
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  transform: translateY(-100%);
  overflow: auto;
  background-image: url(assets/img/bg/bg_pattern.jpg);
}
.Drawer__outer {
  background: inherit;
}
.Drawer__wrap {
  display: block;
  top: 80px;
  width: 100%;
  padding: 100px min(4vw, 15px) 0;
}
.Drawer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(8vw, 30px) min(10.6666666667vw, 40px);
  width: 100%;
  max-width: 360px;
  margin: min(10.6666666667vw, 40px) auto min(8vw, 30px);
}
@media print, screen and (max-height: 800px) {
  .Drawer__list {
    gap: min(2.1333333333vw, 30px) min(10.6666666667vw, 40px);
    margin: min(4vw, 40px) auto;
  }
}
.Drawer__link {
  color: #050505;
  display: block;
  font-size: min(4.2666666667vw, 16px);
  line-height: min(6.4vw, 24px);
  position: relative;
}
.Drawer__title {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.Drawer__title::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0.4em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.Drawer__title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 0.4em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.3s;
}
.Drawer__logo {
  border-bottom: none;
}

#Drawer__check:checked {
  z-index: 900;
}

#Drawer__check:checked ~ .Drawer__open {
  color: #3583a7;
  background-color: #F9F8F4;
  height: 100px;
  padding: 0;
  margin: -20px 0 -30px;
}
#Drawer__check:checked ~ .Drawer__open::after {
  content: "閉じる";
  color: #3583a7;
  top: 64px;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar {
  background: rgba(255, 255, 255, 0);
  margin-top: -20px;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #3583a7;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #3583a7;
}

#Drawer__check:checked ~ .Drawer {
  background-color: #F9F8F4;
}

#Drawer__check:checked ~ .Drawer__nav {
  transform: translateY(0);
}

#Drawer__check:checked ~ .Nav-sp-bg {
  right: 0;
  display: block;
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
}

.Nav-sp-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: -100%;
  transition: all 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------
Footer
-------------------------------------------*/
.Footer {
  background-color: #fff;
  padding: 20px 0;
  margin: 0 auto;
  border-top: 1px dashed #580f0f;
  width: 100%;
  z-index: 900;
}
@media screen and (max-width: 840px) {
  .Footer {
    padding: min(5.3333333333vw, 20px) min(4vw, 15px);
  }
}
.Footer__text {
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
}
.Footer__text a {
  color: #580f0f;
  pointer-events: none !important;
  text-decoration: none !important;
}
@media screen and (max-width: 840px) {
  .Footer__text {
    font-size: min(4.8vw, 1rem);
    text-align: left;
  }
}
.Footer--fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/*-------------------------------------------
Btn
-------------------------------------------*/
.Btn {
  display: block;
}
.Btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media (hover: hover) {
  .Btn:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media (hover: none) {
  .Btn:active {
    opacity: 0.7;
    transition: 0.3s;
  }
}
@media screen and (max-width: 840px) {
  .Btn {
    width: 100%;
    height: auto;
  }
}
.Btn__block {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Btn__block {
    width: 100%;
    max-width: 360px;
  }
}
.Btn__block--event {
  margin-top: 30px;
}
.Btn__link {
  background-color: #3583a7;
  font-size: min(8.5333333333vw, 1.7777777778rem);
  line-height: 1.3;
  padding: 16px 0;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 9999px;
  color: #fff;
  display: block;
  text-align: center;
}
.Btn__link--login {
  border: none;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Btn__link--login {
    max-width: 100%;
  }
}
.Btn__link--login:hover {
  opacity: 0.8;
  cursor: pointer;
}
.Btn__link--pbl {
  background-color: #c3e4f2;
  color: #3583a7;
}
.Btn__link--event {
  position: relative;
  padding-left: 35px;
}
.Btn__link--event::before {
  position: absolute;
  content: "";
  left: 23%;
  background: url(assets/img/ico/ico-telephone.svg) no-repeat;
  width: 32px;
  height: 32px;
  top: 54%;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Btn__link--event::before {
    left: 18%;
  }
}
.Btn__to-top {
  width: 43%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Btn__to-top {
    width: 100%;
    max-width: 360px;
  }
}

.Btns {
  display: block;
}
@media screen and (max-width: 840px) {
  .Btns {
    width: 100%;
    height: auto;
  }
}

.wp-block-button {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .wp-block-button {
    width: 100%;
    max-width: 360px;
  }
}
.wp-block-button__link {
  background-color: #3583a7;
  font-size: min(8.5333333333vw, 1.7777777778rem);
  line-height: 1.3;
  padding: 16px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 9999px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .wp-block-button__link {
    font-size: min(7.4666666667vw, 1.5555555556rem);
  }
}
.wp-block-button__inactive {
  background-color: #707070;
  font-size: min(8.5333333333vw, 1.7777777778rem);
  line-height: 1.3;
  padding: 16px 0;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
  cursor: default;
}
@media screen and (max-width: 840px) {
  .wp-block-button__inactive {
    font-size: min(7.4666666667vw, 1.5555555556rem);
  }
}
.wp-block-button__inactive-web {
  font-size: min(7.4666666667vw, 1.5555555556rem);
}
@media screen and (max-width: 840px) {
  .wp-block-button__inactive-web {
    font-size: min(6.4vw, 1.3333333333rem);
  }
}
.wp-block-button__capacity {
  margin: 20px auto -30px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .wp-block-button__capacity {
    font-size: min(5.3333333333vw, 1.1111111111rem);
  }
}

/*-------------------------------------------
Nav
-------------------------------------------*/
.Nav__inner {
  display: flex;
  width: 65%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .Nav__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 8% 5.3333333333vw;
    flex-flow: column;
  }
}
@media screen and (min-width: 841px) and (max-width: 1382px) {
  .Nav__inner {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}
.Nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Nav__item {
  width: min(44%, 180px);
  margin-bottom: min(50%, 20px);
}
@media print, screen and (max-height: 800px) {
  .Nav__item {
    margin-bottom: min(5%, 15px);
  }
}
.Nav__link {
  font-size: 0.8888888889rem;
}
@media screen and (max-width: 840px) {
  .Nav__link {
    font-size: min(4.8vw, 18px);
  }
}
.Nav__link--header {
  color: #050505;
  padding: 2px 5px;
  background-color: #fff;
  font-size: 1rem;
}
@media print, screen and (min-width: 841px) {
  .Nav__link--footer {
    transition: 0.3s;
  }
  .Nav__link--footer:hover {
    opacity: 0.7 !important;
    transition: 0.3s;
  }
}
@media screen and (max-width: 840px) {
  .Nav__link--footer {
    font-size: min(4.8vw, 18px);
    line-height: min(6.4vw, 24px);
  }
}
.Nav__link--insta {
  display: inline;
}
.Nav__link:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .Nav__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .Nav__link:active {
    opacity: 0.7;
  }
}
.Nav__btn {
  width: 100%;
}

/*---------------------
login page
---------------------*/
.Login {
  padding-top: 250px;
}
@media screen and (max-width: 840px) {
  .Login {
    padding: 140px min(4vw, 15px) 0;
  }
}
.Login__wrap, .Login__notice {
  width: 50%;
  margin: 0 auto;
}
.Login__wrap {
  background-color: #fff;
  border-radius: 45px;
  margin-bottom: 35px;
  padding: 40px 55px 55px;
  width: 100%;
  max-width: 970px;
}
@media screen and (max-width: 840px) {
  .Login__wrap {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 0 0 min(16vw, 60px);
    margin-bottom: min(9.3333333333vw, 35px);
  }
}
.Login__text {
  font-size: min(5.3333333333vw, 1.1111111111rem);
  line-height: 1.6;
  padding-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .Login__text {
    padding: min(5.3333333333vw, 20px) min(4.2666666667vw, 16px) min(16vw, 60px);
  }
}
.Login__text--error {
  color: #f83939;
  margin: -45px 0 35px;
  font-size: min(5.3333333333vw, 1.1111111111rem);
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .Login__text--error {
    margin: min(-4vw, -15px) 0 min(9.3333333333vw, 35px);
    padding: 0 min(4vw, 15px);
  }
}
.Login__text--pwd {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .Login__text--pwd {
    margin-bottom: min(8vw, 30px);
    padding-bottom: 0;
  }
}
.Login__notice {
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
  width: 100%;
  max-width: 970px;
  margin-bottom: 12vh;
}
@media screen and (max-width: 840px) {
  .Login__notice {
    max-width: 100%;
    margin-bottom: min(21.3333333333vw, 80px);
  }
}
.Login__notice--heading {
  color: #195b78;
  font-size: 1.3333333333rem;
}
.Login__pwd {
  border: 1px solid #580f0f;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2) inset;
  height: 52px;
  width: 100%;
  max-width: 485px;
  margin: 0 auto 45px;
  padding: 0 10px;
}
@media screen and (max-width: 840px) {
  .Login__pwd {
    width: 100%;
    max-width: 100%;
  }
}
.Login__pwd--wrap {
  width: 56.4%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .Login__pwd--wrap {
    width: 100%;
  }
}
.Login__pwd::placeholder {
  color: #580f0f;
  font-size: 1.1111111111rem;
  padding-left: 10px;
  opacity: 0.5;
}

/*---------------------
top page
---------------------*/
.Top {
  padding-left: min(26.6666666667vw, 470px);
}
@media screen and (max-width: 840px) {
  .Top {
    padding: 0;
  }
}

.Top-wrap {
  background-image: url(assets/img/bg/bg_pattern.jpg);
  padding-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .Top-wrap {
    padding-bottom: min(10.6666666667vw, 40px);
  }
}

.Mv {
  margin-right: calc(50% - 40vw);
  height: min(25.5vw, 480px);
}
@media screen and (max-width: 840px) {
  .Mv {
    margin: 0 calc(50% - 50vw);
    height: auto;
  }
}
.Mv__img {
  object-fit: cover;
  border-radius: 0 0 0 20px;
  aspect-ratio: 3/1;
  height: 100%;
  object-position: left bottom;
}
@media screen and (max-width: 840px) {
  .Mv__img {
    width: 100vw;
    height: auto;
    border-radius: 0;
    object-position: left top;
    aspect-ratio: auto;
  }
}

.Top-news {
  padding-top: 35px;
}
@media screen and (max-width: 840px) {
  .Top-news {
    padding: min(6.6666666667vw, 25px) 0 0;
  }
}
.Top-news__title {
  padding-bottom: 0;
}
@media screen and (max-width: 840px) {
  .Top-news__title {
    margin-bottom: min(3.2vw, 12px);
  }
}
.Top-news__view {
  font-size: 1.3333333333rem;
  color: #3583a7;
  font-weight: 500;
  line-height: 2.7777777778rem;
  height: 50px;
  margin: auto 15px -8px 0;
}
@media screen and (max-width: 840px) {
  .Top-news__view {
    margin: 0;
    text-align: right;
  }
}
.Top-news__view--arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3583a7;
  position: relative;
  display: block;
  float: right;
  margin-left: 15px;
}
.Top-news__view--arrow::after {
  content: "";
  position: absolute;
  background: url(assets/img/ico/ico-arrow-right.svg) no-repeat;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.Top-news__index {
  margin-top: 25px;
}
@media screen and (max-width: 840px) {
  .Top-news__index {
    margin-top: min(4vw, 15px);
  }
}

.Top-nav {
  display: none;
}
@media screen and (max-width: 840px) {
  .Top-nav {
    display: block;
    margin-top: min(5.3333333333vw, 20px);
  }
  .Top-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: space-between;
  }
  .Top-nav__item {
    width: 30%;
  }
}

/*---------------------
overview page
---------------------*/
.Overview {
  margin-bottom: 60px;
}
@media screen and (max-width: 840px) {
  .Overview {
    margin-bottom: 0;
  }
}
.Overview section {
  display: none;
}
.Overview section.active {
  display: block;
}
.Overview__wrap {
  margin: 40px 0 60px;
}
@media screen and (max-width: 840px) {
  .Overview__wrap {
    margin: min(9.3333333333vw, 35px) 0;
  }
}
.Overview__item {
  display: flex;
}
.Overview__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .Overview__item:not(:last-child) {
    margin-bottom: min(2.6666666667vw, 10px);
  }
}
.Overview__link {
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .Overview__table {
    min-width: 600px;
  }
}

.Terms__detail {
  font-size: 1rem;
  line-height: 1.7777777778rem;
}

.Regulations__notice {
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
  margin: -25px 0 35px;
}
@media screen and (max-width: 840px) {
  .Regulations__notice {
    font-size: min(4.8vw, 1rem);
    margin-top: 5px;
  }
}

/*---------------------
news page
---------------------*/
.News {
  margin: 40px 0 55px;
}
.News__link {
  padding: 10px 0;
}
@media screen and (max-width: 840px) {
  .News__link {
    flex-direction: column;
    padding: 8px 0 12px;
  }
}
.News__link--arrow {
  margin: 10px 15px 0 auto;
}
@media screen and (max-width: 840px) {
  .News__link--arrow {
    position: absolute;
    right: 0;
    margin: 0;
  }
}
.News .Section__detail h1 {
  font-size: 1.6666666667rem;
  font-weight: 400;
  line-height: 2.4444444444rem;
  padding-left: 32px;
  position: relative;
}
.News .Section__detail h1::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #3583a7;
  border-radius: 50%;
  left: 0;
  top: 12px;
}
.News .Section__detail h2 {
  font-size: 1.5555555556rem;
  font-weight: 400;
  line-height: 2.2222222222rem;
}
.News .Section__detail h3 {
  font-size: 1.3333333333rem;
  font-weight: 400;
  line-height: 1.9444444444rem;
}
.News .Section__detail p {
  font-size: 1.1111111111rem;
  line-height: 1.6111111111rem;
}
.News .Section__detail p a {
  color: #3583a7;
  text-decoration: underline;
}
.News .Section__detail ul li {
  list-style: disc;
  margin-left: 30px;
}
.News .Section__detail ol li {
  list-style: decimal;
  margin-left: 30px;
}
.News .Section__detail .wp-block-file a:not(.wp-element-button) {
  font-size: 1.1111111111rem;
  color: #3583a7;
  text-decoration: underline;
}
.News .Section__detail .wp-block-file * + .wp-block-file__button {
  padding: 0 10px;
}
.News p {
  margin-bottom: 1.1111111111rem;
}
.News__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .News__wrap {
    margin-bottom: 10px;
  }
}
.News__wrap .Section__date {
  width: 9.2rem;
}
.News__cat {
  color: #fff;
  font-size: 1.3333333333rem;
  line-height: 3.1111111111rem;
  height: 56px;
  width: 157px;
  border-radius: 5px;
  margin-right: min(2vw, 30px);
  text-align: center;
}
@media screen and (max-width: 840px) {
  .News__cat {
    font-size: min(5.3333333333vw, 1.1111111111rem);
    line-height: min(11.2vw, 42px);
    height: min(11.2vw, 42px);
    width: min(35.4666666667vw, 133px);
    margin-right: min(1.8666666667vw, 7px);
  }
}
.News__cat--news {
  background-color: #C267B0;
}
.News__cat--tidings {
  background-color: #B78945;
}
.News__cat--event {
  background-color: #EC6B7B;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 840px) {
  .News__cat--event {
    font-size: min(4.5333333333vw, 0.9444444444rem);
    line-height: min(5.6vw, 1.1666666667rem);
  }
}
.News__cat--obituary {
  background-color: #7876A9;
}
.News__text {
  width: 54%;
}
@media screen and (max-width: 840px) {
  .News__text {
    width: auto;
  }
}
.News__label {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 841px) {
  .News__label .News__cat {
    margin-right: 0;
  }
}
.News__label .News__cat, .News__label .News__date {
  margin-bottom: 0;
}
.News__date {
  line-height: 56px;
}
@media screen and (max-width: 840px) {
  .News__date {
    line-height: min(11.2vw, 42px);
  }
}

/*---------------------
event page
---------------------*/
.Event {
  margin: 40px 0 55px;
}
.Event__list {
  padding: 40px 0 70px;
}
@media screen and (max-width: 840px) {
  .Event__list {
    width: 100%;
  }
}
.Event__link {
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .Event__link {
    padding: 10px 0;
  }
}
.Event__link--arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Event__link--arrow {
    top: 10px;
    transform: none;
  }
}
@media screen and (max-width: 840px) {
  .Event__link--arrow .Section__link--arrow {
    margin-right: 0;
  }
}
.Event__date {
  font-size: 1.1111111111rem;
  line-height: 1.3;
}
@media screen and (max-width: 840px) {
  .Event__date {
    font-size: min(4.8vw, 1rem);
  }
}
.Event__date--wrap {
  display: flex;
}
@media screen and (max-width: 1240px) {
  .Event__date--wrap {
    flex-direction: column;
  }
}
.Event__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.Event__item:last-child {
  margin-bottom: 0;
}
.Event__title, .Event__detail {
  text-align: left;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
.Event__title {
  font-weight: 400;
}
.Event__img {
  display: grid;
  gap: 0 25px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 840px) {
  .Event__img {
    gap: 15px;
    grid-template-columns: 1fr;
    width: 74%;
    margin: 0 auto;
  }
}
.Event__application-closed {
  position: absolute;
  bottom: 20px;
  right: min(8vw, 120px);
  width: fit-content;
  padding: 8px 33px;
  border: 2px solid #ec6b7b;
  border-radius: 9px;
  font-size: 1.1111111111rem;
  color: #ec6b7b;
}
@media screen and (max-width: 840px) {
  .Event__application-closed {
    position: static;
    padding: 5px 25px;
    font-size: 1rem;
  }
}

/*---------------------
form page
---------------------*/
.Form {
  margin: 40px 0 55px;
}
.Form__complete {
  margin: 100px auto 0;
}
@media screen and (max-width: 840px) {
  .Form__complete {
    margin-top: min(9.3333333333vw, 35px);
  }
}
.Form__complete--title {
  color: #3583a7;
  text-align: center;
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  margin-bottom: 25px;
}
.Form__complete--text {
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 840px) {
  .Form__complete--text {
    margin-bottom: min(9.3333333333vw, 35px);
  }
}
.Form .Btn__block {
  width: 420px;
}
@media screen and (max-width: 840px) {
  .Form .Btn__block {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .Form .Btn__link {
    font-size: min(7.4666666667vw, 28px);
  }
}

/*---------------------
tidings page
---------------------*/
.Tidings {
  margin: 40px 0 55px;
}
.Tidings__outer {
  margin: 25px 0 45px;
  position: relative;
}
.Tidings__outer::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  width: 100%;
  border-top: 1px solid #580f0f;
  opacity: 0.25;
}
@media screen and (max-width: 840px) {
  .Tidings__outer {
    margin-bottom: 0;
  }
}
.Tidings__select {
  display: flex;
  align-items: center;
}
.Tidings__select--text {
  color: #3583a7;
  font-size: 1.1111111111rem;
  margin-right: 15px;
}
.Tidings__select--box {
  position: relative;
}
.Tidings__select--box::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 13px;
  width: 20px;
  height: 20px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #707070;
  border-bottom: 0;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
.Tidings__select--dropdown {
  width: 170px;
  height: 52px;
  border-radius: 5px;
  border: 2px solid #580f0f;
  position: relative;
  color: #707070;
  padding-left: 35px;
  font-size: 1.2777777778rem;
  appearance: none;
}
.Tidings__select--dropdown option {
  color: #707070;
}
.Tidings__index {
  margin: 30px 0 70px;
}
@media screen and (max-width: 840px) {
  .Tidings__index {
    margin-bottom: 0;
  }
}
.Tidings__index .Tidings__wrap {
  padding-bottom: 20px;
}
.Tidings__wrap {
  border-radius: 45px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px 35px 35px;
}
@media screen and (max-width: 840px) {
  .Tidings__wrap {
    padding: 4vw 1.8666666667vw 10.6666666667vw;
    border-radius: 20px;
  }
}
.Tidings__heading {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .Tidings__heading {
    flex-direction: column;
  }
}
.Tidings__title {
  font-size: 1.3333333333rem;
  line-height: 2.7777777778rem;
  color: #580f0f;
}
@media screen and (max-width: 840px) {
  .Tidings__title {
    font-size: min(6.4vw, 1.3333333333rem);
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}
.Tidings__view {
  margin: 0;
}
@media screen and (max-width: 840px) {
  .Tidings__view {
    font-size: min(6.4vw, 1.3333333333rem);
    text-align: right;
  }
}
.Tidings__inner .wp-block-file {
  display: none;
}
@media screen and (max-width: 840px) {
  .Tidings__inner .wp-block-file {
    margin: 0 10px 0 auto;
  }
}
.Tidings__contents {
  color: #3583a7;
  font-size: 1.3333333333rem;
  line-height: 1.7777777778rem;
  margin: 25px 0 7px;
}
.Tidings__item {
  flex-direction: row;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .Tidings__item {
    flex-direction: column;
  }
}
.Tidings__detail {
  position: relative;
  margin-left: 25px;
  color: #580f0f;
}
.Tidings__detail::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3583a7;
  margin-left: -20px;
  top: 9px;
}
.Tidings__link {
  display: inline-flex;
}
@media screen and (max-width: 840px) {
  .Tidings__link {
    display: block;
  }
}
.Tidings__link--arrow {
  height: 25px;
  width: 25px;
  margin: 0 auto 0 5px;
  display: inline-block;
  float: none;
  vertical-align: bottom;
  padding: 13px;
}
@media screen and (max-width: 840px) {
  .Tidings__link--arrow {
    display: block;
    margin: auto 10px auto auto;
  }
}
.Tidings__link--arrow::after {
  width: 14px;
  height: 13px;
}

/*---------------------
obituary page
---------------------*/
.Obituary {
  margin: 40px 0 70px;
}
@media screen and (max-width: 840px) {
  .Obituary {
    margin-bottom: 0;
  }
}
.Obituary__group {
  background-color: #fff;
  border-radius: 45px;
  padding: 26px 25px 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .Obituary__group {
    padding: 20px 10px 40px;
    border-radius: 20px;
  }
}
.Obituary__category {
  display: flex;
  justify-content: space-between;
  height: 40px;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .Obituary__category {
    height: auto;
  }
}
.Obituary__category::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 100%;
  border-bottom: 1px solid #580f0f;
  opacity: 0.25;
}
.Obituary__heading {
  font-size: min(6.4vw, 1.3333333333rem);
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .Obituary__heading {
    line-height: min(10.6666666667vw, 2.2222222222rem);
  }
}
.Obituary__heading--category {
  position: relative;
  margin-bottom: 16px;
}
.Obituary__heading--category::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 100%;
  border-bottom: 1px solid #580f0f;
  opacity: 0.25;
}
.Obituary__view {
  height: 40px;
  line-height: 2.2222222222rem;
  margin: 0;
}
@media screen and (max-width: 840px) {
  .Obituary__view {
    font-size: min(5.3333333333vw, 20px);
  }
}
.Obituary__view--arrow {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 840px) {
  .Obituary__view--arrow {
    margin-left: min(1.6vw, 6px);
  }
}
.Obituary__inner {
  padding-bottom: 15px;
}
.Obituary__list {
  padding-left: 22px;
}
@media screen and (max-width: 840px) {
  .Obituary__list {
    padding-left: 0;
  }
}
.Obituary__link {
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .Obituary__link--arrow {
    bottom: 16px;
  }
}
.Obituary__name {
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .Obituary__name {
    padding-left: 22px;
  }
}
.Obituary__name::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3583a7;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Obituary__name::before {
    left: 0;
  }
}
.Obituary__date {
  display: block;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 1240px) {
  .Obituary__date {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .Obituary__date {
    margin-bottom: 55px;
  }
}
.Obituary__date--left {
  margin-right: 45px;
}
.Obituary__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.Obituary__item:last-child {
  margin-bottom: 0;
}
.Obituary__wrap {
  padding: 0 25px;
}
@media screen and (max-width: 840px) {
  .Obituary__wrap {
    padding: 0 10px;
  }
}
.Obituary__detail {
  padding-top: 40px;
}
.Obituary__title, .Obituary__contents {
  text-align: left;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
.Obituary__title {
  font-weight: 400;
}
.Obituary__link--arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .Obituary__link--arrow {
    top: auto;
    transform: none;
    bottom: 15px;
  }
}
@media screen and (max-width: 840px) {
  .Obituary__link--arrow .Section__link--arrow {
    margin-right: 0;
  }
}

.Obituary-index {
  margin: 40px 0 90px;
}
@media screen and (max-width: 840px) {
  .Obituary-index {
    margin-bottom: 0;
  }
}

/*---------------------
contact page
---------------------*/
.CF7 {
  /* 確認・戻る・送信ボタン */
  /* 確認ボタン非活性時 */
  /* 送信完了画面 */
}
.CF7__form {
  width: 100%;
  /* ラジオボタン、チェックボックス */
}
.CF7__form textarea {
  min-block-size: 3lh;
}
.CF7__form .wpcf7-list-item {
  margin: 0;
}
.CF7__form_group {
  width: 100%;
  max-width: 520px;
  margin-bottom: 20px;
}
.CF7__form_group label, .CF7__form_group legend {
  color: #3583a7;
  font-size: 1.1111111111rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.CF7__form_control {
  margin-top: 10px;
}
.CF7__form_control .wpcf7-text {
  color: #580f0f;
}
@media screen and (max-width: 840px) {
  .CF7__form_control .wpcf7-text {
    font-size: min(5.3333333333vw, 20px);
  }
}
.CF7__form_frame {
  border: #580f0f solid 1px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
}
.CF7__form_frame:focus {
  border: #580f0f solid 1px;
  outline: #580f0f solid 2px;
}
.CF7__form_frame::placeholder {
  color: #580f0f;
  opacity: 0.5;
}
@media screen and (max-width: 840px) {
  .CF7__form_frame {
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .CF7__form_frame--detail {
    height: min(34.6666666667vw, 130px);
  }
}
.CF7__form_name {
  width: 100%;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 840px) {
  .CF7__form_name {
    flex-direction: column;
    gap: min(2.6666666667vw, 10px);
  }
}
.CF7__form_tel {
  width: 100%;
  display: flex;
  gap: 10px;
  line-height: 50px;
}
.CF7__form_mail {
  width: 100%;
  display: flex;
  gap: 10px;
  line-height: 50px;
  font-size: 1.1111111111rem;
}
.CF7__form_employee-number {
  width: 46%;
  height: 50px;
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 840px) {
  .CF7__form_employee-number {
    width: 70%;
  }
}
.CF7__form_branch {
  width: 100%;
  height: 50px;
  font-size: 1.1111111111rem;
}
@media screen and (max-width: 840px) {
  .CF7__form_branch {
    width: 70%;
  }
}
.CF7__form_choice fieldset {
  border: none;
}
.CF7__form_radio {
  width: 50%;
  display: grid;
  grid-auto-flow: column;
}
@media screen and (max-width: 840px) {
  .CF7__form_radio {
    width: 100%;
    justify-content: start;
  }
}
.CF7__form_radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.CF7__form_radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #580f0f;
}
.CF7__form_radio .wpcf7-list-item .wpcf7-list-item-label:before {
  border-radius: 50%;
  border: 1px solid #580f0f;
  inline-size: 1.7777777778rem;
  block-size: 1.7777777778rem;
}
.CF7__form_consent {
  margin-bottom: min(13.3333333333vw, 50px);
}
.CF7__form_consent fieldset {
  border: none;
}
.CF7__form_consent .wpcf7-acceptance {
  display: grid;
}
.CF7__form_consent .wpcf7-list-item {
  background-color: #fff;
  border: #999 solid 1px;
  border-radius: 5px;
}
.CF7__form_consent .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.CF7__form_text {
  margin-bottom: min(8vw, 30px);
  text-align: center;
  line-height: 1.6;
}
.CF7__form_number {
  min-width: 800px;
}
.CF7__form_number .CF7__form_type {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1111111111rem;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .CF7__form_number .CF7__form_type {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .CF7__form_number .CF7__form_type--group {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 840px) {
  .CF7__form_number .CF7__form_type--sp {
    padding-right: 1rem;
  }
}
.CF7__form_number .CF7__form_frame {
  width: 80px;
  margin: 0 10px 0 15px;
}
.CF7__form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 90px;
}
@media screen and (max-width: 840px) {
  .CF7__form_btn {
    gap: min(9.3333333333vw, 35px);
    margin-block-start: 70px;
    flex-direction: column;
    align-items: center;
  }
}
.CF7__form_bwsBack, .CF7__form_confirm, .CF7__form_back, .CF7__form_submit {
  border-radius: 56px;
}
@media screen and (max-width: 840px) {
  .CF7__form_bwsBack, .CF7__form_confirm, .CF7__form_back, .CF7__form_submit {
    border-radius: 44px;
  }
}
.CF7__form_confirm, .CF7__form_submit {
  width: min(43%, 420px);
  background-color: #3583a7;
  border: 1px solid #3583a7;
  color: #fff;
  cursor: pointer;
  font-size: 1.7777777778rem;
  padding-block: 0.5555555556rem;
  padding-inline: 1em;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 840px) {
  .CF7__form_confirm, .CF7__form_submit {
    width: 100%;
    max-width: 360px;
    font-size: min(8.5333333333vw, 32px);
    padding-block: 15px;
  }
}
.CF7__form_confirm:hover, .CF7__form_submit:hover {
  background-color: #fff;
  color: #3583a7;
}
.CF7__form_confirm[disabled] {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  font-size: 1.7777777778rem;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .CF7__form_confirm[disabled] {
    font-size: min(8.5333333333vw, 32px);
  }
}
.CF7__form_bwsBack, .CF7__form_back {
  background-color: #c3e4f2;
  border: 1px solid #c3e4f2;
  color: #3583a7;
  cursor: pointer;
  font-size: 1.7777777778rem;
  padding-block: 0.5555555556rem;
  padding-inline: 1em;
  width: min(43%, 420px);
  transition: color 0.3s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 840px) {
  .CF7__form_bwsBack, .CF7__form_back {
    width: 100%;
    max-width: 360px;
    font-size: min(8.5333333333vw, 32px);
    padding-block: 15px;
  }
}
.CF7__form_bwsBack:hover, .CF7__form_back:hover {
  background-color: #3583a7;
  color: #fff;
}
.CF7__formConfirm_txt {
  margin-bottom: min(5.3333333333vw, 20px);
}
.CF7__formThanks_ttl, .CF7__formThanks_txt {
  text-align: center;
}
.CF7__formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}
.CF7__formThanks_txt {
  margin-block-start: 1em;
}

/* 入力欄、セレクトボックス */
.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea,
select) {
  appearance: none;
  background-color: #f7f7f7;
  border: none;
  padding-inline: 1.5em;
  padding-block: 0.625em;
  resize: vertical;
}

.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea) {
  inline-size: 100%;
}

.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea)::placeholder {
  color: #ccc;
}

/* フォーカス時のスタイル */
.CF7__form:is(input[type=text],
input[type=email],
input[type=tel],
textarea,
select):focus-visible {
  outline: 1px solid #3583a7;
}

/* オリジナルのラジオボタンとチェックボックスを作成 */
.CF7__form:is(input[type=radio],
input[type=checkbox],
input[type=checkbox]) {
  background-color: #fff;
  block-size: 1px;
  border: none;
  inline-size: 1px;
  margin-block-end: 3px;
  position: relative;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.CF7__form input[type=radio] {
  border-radius: 50%;
}

.CF7__form input[type=date] {
  position: relative;
}
.CF7__form input[type=date]:after {
  content: "";
  color: #fff;
  padding: 5px;
  width: 23px;
  height: 24px;
  background: url(assets/img/ico/ico_calendar.svg) no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.CF7__form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 100;
}

/* フォーカス時はlabelタグにアウトラインを適用 */
.CF7__form label:has(:where(input[type=radio], input[type=checkbox]):focus-visible) {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* チェック時のスタイルは擬似要素で再現 */
.CF7__form :where(input[type=radio], input[type=checkbox]):checked::before {
  content: "";
  inset-block-start: 2px;
  inset-inline-start: 2px;
  position: absolute;
}

.CF7__form :where(input[type=radio]):checked::before {
  background-color: #37952f;
  block-size: 10px;
  border-radius: 50%;
  inline-size: 10px;
}

/* ラジオボタン押下時の背景色
.CF7__form :where(input[type="radio"]):checked~.wpcf7-list-item-label,
.CF7__form :where(input[type="checkbox"]):checked~.wpcf7-list-item-label {
  background-color: #CBEDD5;
  width: 100%;
  border-radius: 5px;
}
*/
.CF7__form :where(input[type=radio]):checked ~ .wpcf7-list-item-label:after {
  background-color: #3583a7;
  block-size: 1.1111111111rem;
  inline-size: 1.1111111111rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  border-radius: 50%;
}

.CF7__form :where(input[type=checkbox]):checked ~ .wpcf7-list-item-label:after {
  block-size: 8px;
  border-block-end: 2px solid #3583a7;
  border-inline-start: 2px solid #3583a7;
  inline-size: 15px;
  rotate: -50deg;
  position: absolute;
  top: 1.0555555556rem;
  left: 1.3333333333rem;
}
@media screen and (max-width: 840px) {
  .CF7__form :where(input[type=checkbox]):checked ~ .wpcf7-list-item-label:after {
    top: 50%;
    left: 1.6666666667rem;
    transform: translateY(-100%);
  }
}

.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 10px 10px 20px;
  width: 100%;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
}
.wpcf7-list-item-label:before {
  background-color: #fff;
  border: 1px solid #3583a7;
  display: inline-block;
  inline-size: 1.2222222222rem;
  block-size: 1.2222222222rem;
  margin-inline-end: 0.5555555556rem;
}
@media screen and (max-width: 840px) {
  .wpcf7-list-item-label:before {
    padding: 10px;
  }
}

.wpcf7-check-mark {
  block-size: 11px;
  border-block-end: 2px solid #000;
  border-inline-start: 2px solid #000;
  inline-size: 15px;
  rotate: -50deg;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

.wpcf7-acceptance {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .wpcf7-acceptance {
    margin-bottom: 0;
  }
}

/* バリデーションメッセージ */
.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

/* 確認画面とメッセージ、スピナーを非表示 */
.CF7__formConfirm,
.wpcf7-response-output,
.CF7__formConfirm .wpcf7-spinner {
  display: none;
}

_::-webkit-full-page-media,
_:future,
:root .CF7__form select {
  color: #050505;
}

_::-webkit-full-page-media,
_:future,
:root .CF7__form input[type=date] {
  width: 390px;
  color: #050505;
}
@media screen and (max-width: 840px) {
  _::-webkit-full-page-media,
  _:future,
  :root .CF7__form input[type=date] {
    width: 100%;
    min-width: 200px;
    margin-left: 0;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc !important;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

.CF7__form_arrow {
  position: relative;
  width: 46%;
}
@media screen and (max-width: 840px) {
  .CF7__form_arrow {
    width: 70%;
  }
}
.CF7__form_arrow::after {
  position: absolute;
  top: 17px;
  right: 17px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #707070;
  border-bottom: 0;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}/*# sourceMappingURL=style.css.map */