@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Old Mincho */
/* Zen Kaku Gothic */
/*
all ==========================================================================*/
.header {
  padding-block: 1.35rem 0.75rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-block: 1rem 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
@media screen and (max-width: 550px) {
  .header {
    padding-block: 0 0.5rem;
  }
}
.header__upper {
  width: min(1192px + 2.5rem, 100%);
  margin-inline: auto;
  padding-inline: 1.25rem;
  margin-bottom: 1.65rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__upper {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 550px) {
  .header__upper {
    padding-top: 0.5rem;
    padding-inline: 0.75rem 1.25rem;
    margin-bottom: 0.75rem;
  }
}
.header__upper--left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .header__upper--left {
    width: 310px;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--left {
    width: 208px;
  }
}
.header__upper--left img {
  display: block;
}
.header__upper--center {
  width: 34%;
  color: #084b72;
  text-align: center;
  margin-top: 0.55rem;
}
@media screen and (max-width: 768px) {
  .header__upper--center {
    display: none;
  }
}
.header__upper--center p {
  font-size: 0.75rem;
  margin-bottom: 1%;
}
@media screen and (max-width: 1200px) {
  .header__upper--center p {
    font-size: clamp(0.45rem, 1.15vw, 0.75rem);
  }
}
.header__upper--center p span {
  padding: 0.65% 6%;
  background-color: #084b72;
  color: #fff;
  margin-right: 5.5%;
}
.header__upper--center p small {
  position: relative;
  font-size: 100% !important;
}
.header__upper--center p small::before, .header__upper--center p small::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.75%;
  height: 63%;
  background-color: #084b72;
}
.header__upper--center p small::before {
  left: -15px;
  transform: rotate(-22deg);
}
@media screen and (max-width: 1200px) {
  .header__upper--center p small::before {
    left: -6%;
  }
}
.header__upper--center p small::after {
  right: -14px;
  transform: rotate(22deg);
}
@media screen and (max-width: 1200px) {
  .header__upper--center p small::after {
    right: -6%;
  }
}
.header__upper--center a {
  position: relative;
  padding-left: 14%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #084b72;
  line-height: 1.125;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1200px) {
  .header__upper--center a {
    font-size: clamp(1.25rem, 3.5vw, 2.25rem);
    letter-spacing: 0;
  }
}
.header__upper--center a:visited, .header__upper--center a:active {
  color: #084b72;
}
.header__upper--center a::before {
  position: absolute;
  content: "";
  display: block;
  top: 15%;
  bottom: 0;
  left: 1%;
  margin: auto;
  width: 42.5px;
  height: 42.5px;
  background-image: url(../img/header/header_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .header__upper--center a::before {
    width: 3.25vw;
    height: 3.25vw;
  }
}
.header__upper--right {
  position: relative;
  width: 25%;
  background-color: #c4a436;
  color: #fff;
  text-align: right;
  padding: 1.5% 1.5% 1.5% 0;
  font-size: clamp(0.8rem, 1.55vw, 0.875rem);
  border-radius: 9px;
  transform: translateY(18px);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header__upper--right {
    font-size: clamp(0.55rem, 1.7vw, 0.8rem);
    transform: translateY(1vw);
  }
}
@media screen and (max-width: 768px) {
  .header__upper--right {
    display: none;
  }
}
.header__upper--right:active, .header__upper--right:visited {
  color: #fff;
}
.header__upper--right::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 1vw;
  margin: auto;
  width: 47px;
  height: 31px;
  background-image: url(../img/header/header_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .header__upper--right::before {
    width: 3vw;
    height: 2vw;
  }
}
.header__upper--right::after {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.header__upper--right:hover {
  opacity: 1;
}
.header__upper--right:hover::after {
  animation: shine 0.8s;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.header__upper--toggleBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__upper--toggleBtn {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn {
    transform: translateY(0.125rem);
  }
}
.header__upper--toggleBtn span {
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__upper--toggleBtn span {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 1px;
    background-color: #084b72;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn span {
    width: 23px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .header__upper--toggleBtn span:nth-of-type(1), .header__upper--toggleBtn span:nth-of-type(2) {
    margin-bottom: 0.45rem;
  }
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn span:nth-of-type(1), .header__upper--toggleBtn span:nth-of-type(2) {
    margin-bottom: 0.375rem;
  }
}
.header__upper--toggleBtn.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(11px, 10px);
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn.active span:nth-of-type(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
}
.header__upper--toggleBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header__upper--toggleBtn.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(9px, -8px);
}
@media screen and (max-width: 550px) {
  .header__upper--toggleBtn.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(8px, -7.5px);
  }
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .header__bottom.wrapper {
    padding-inline: 0.5rem;
  }
}
.header__bottom a {
  display: block;
  padding-block: 0.5%;
  flex: 1 0 auto;
  text-align: center;
  font-size: 0.75rem;
  border-right: solid 1px #313131;
}
@media screen and (max-width: 1100px) {
  .header__bottom a {
    font-size: clamp(0.55rem, 1.75vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .header__bottom a {
    font-size: clamp(0.4rem, 2.35vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .header__bottom a.sp_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__bottom a.voice {
    border-right: none;
  }
}
.header__bottom a:first-of-type {
  padding-left: 0;
}
.header__bottom a:last-of-type {
  border-right: none;
  padding-right: 0;
}
.header__bottom .nav-item {
  position: relative;
  flex: 1 0 auto;
  padding-block: 0.5%;
  border-right: solid 1px #313131;
}
.header__bottom .nav-item .submenu {
  position: absolute;
  top: 122%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
  border-radius: 1px;
  padding: 10px 0;
  width: 245px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.25s ease;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .header__bottom .nav-item .submenu {
    width: 22vw;
  }
}
.header__bottom .nav-item .submenu li {
  list-style: none;
}
.header__bottom .nav-item .submenu li a {
  display: block;
  padding: 8px 16px;
  text-align: left;
  color: #313131;
  text-decoration: none;
  font-size: 0.75rem;
}
@media screen and (max-width: 1100px) {
  .header__bottom .nav-item .submenu li a {
    font-size: clamp(0.5rem, 1.55vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .header__bottom .nav-item .submenu li a {
    font-size: clamp(0.4rem, 2.35vw, 0.875rem);
  }
}
.header__bottom .nav-item .submenu li a:hover {
  background: #f3f3f3;
}
.header__bottom .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .header__bottom .nav-item:hover .submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
  }
}

.sp__accordion {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__accordion {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -120%;
    left: 0;
    padding: 2rem 1.5rem;
    background-color: #fffbf4;
    border: solid 2px #084b72;
    z-index: 98;
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  .sp__accordion.active {
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .sp__accordion {
    padding: 1rem 0.75rem;
  }
}
.sp__accordion--block {
  margin-bottom: 0.75rem;
}
.sp__accordion--block .accordionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #084b72;
}
.sp__accordion--block .accordionHeader p {
  color: #084b72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionHeader p {
    font-size: 0.75rem;
  }
}
.sp__accordion--block .accordionHeader__toggleBtn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionHeader__toggleBtn {
    width: 25px;
    height: 25px;
  }
}
.sp__accordion--block .accordionHeader__toggleBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2.5px;
  background-color: #084b72;
  transform: translate(-50%, -50%);
}
.sp__accordion--block .accordionHeader__toggleBtn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionHeader__toggleBtn span {
    width: 23px;
  }
}
.sp__accordion--block .accordionHeader.open .accordionHeader__toggleBtn span:nth-child(1) {
  opacity: 0;
}
.sp__accordion--block .accordionInner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.sp__accordion--block .accordionInner__box {
  padding: 1rem 0.125rem;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionInner__box {
    padding: 0.5rem 0.125rem;
  }
}
.sp__accordion--block .accordionInner__box a {
  display: block;
  margin-bottom: 0.25rem;
  color: #084b72;
  font-size: 0.875rem;
}
.sp__accordion--block .accordionInner__box a:active, .sp__accordion--block .accordionInner__box a:visited {
  color: #084b72;
}
@media screen and (max-width: 550px) {
  .sp__accordion--block .accordionInner__box a {
    font-size: 0.65rem;
  }
}

.footer {
  padding-block: 1rem;
  background-image: url(../img/footer/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 550px) {
  .footer {
    padding-block: 1rem 4rem;
  }
}
.footer .wrapper {
  width: min(936px + 2.5rem, 100%);
}
@media screen and (max-width: 768px) {
  .footer .wrapper {
    width: min(500px + 2.5rem, 100%);
  }
}
.footer__logo {
  position: relative;
  display: block;
  max-width: 547px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 990px) {
  .footer__logo {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 60vw;
  }
}
@media screen and (max-width: 550px) {
  .footer__logo {
    width: 245px;
    margin: 0 auto 0.75rem;
  }
}
.footer__logo::after {
  position: absolute;
  top: 15%;
  right: -10%;
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  background-image: url(../img/common/p_mark.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  .footer__logo::after {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo::after {
    top: 21%;
  }
}
@media screen and (max-width: 550px) {
  .footer__logo::after {
    top: 5%;
    right: -15%;
    width: 41px;
    height: 41px;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: 0.85fr 0.215fr 0.9fr 0.4fr 0.9fr 0.35fr 0.9fr;
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 0;
  margin-bottom: 2.25rem;
}
.footer__nav--01 {
  grid-area: 1/1/3/2;
}
.footer__nav--02 {
  grid-area: 1/3/3/4;
}
.footer__nav--03 {
  grid-area: 1/5/2/6;
}
.footer__nav--04 {
  grid-area: 1/7/2/8;
}
.footer__nav--05 {
  grid-area: 2/5/3/6;
}
.footer__nav--06 {
  grid-area: 2/7/3/8;
}
@media screen and (max-width: 990px) {
  .footer__nav {
    grid-template-columns: 1fr 0.2fr 1fr 0.2fr 1fr 0.2fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 4vw;
    grid-row-gap: 5vw;
    margin-bottom: 1.75rem;
  }
  .footer__nav--01 {
    grid-area: 1/1/3/2;
  }
  .footer__nav--02 {
    grid-area: 1/2/3/3;
  }
  .footer__nav--03 {
    grid-area: 1/3/3/4;
  }
  .footer__nav--04 {
    grid-area: 3/1/4/2;
  }
  .footer__nav--05 {
    grid-area: 3/2/4/3;
  }
  .footer__nav--06 {
    grid-area: 3/3/4/4;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav {
    max-width: 215px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 1rem;
    grid-row-gap: 3.25vw;
  }
  .footer__nav--01, .footer__nav--02, .footer__nav--03, .footer__nav--04, .footer__nav--05, .footer__nav--06 {
    width: 100%;
  }
}
.footer__nav a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 0.7rem;
}
@media screen and (max-width: 990px) {
  .footer__nav a {
    font-size: clamp(0.55rem, 1.7vw, 0.7rem);
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a {
    font-size: 0.7125rem;
  }
}
.footer__nav a:active, .footer__nav a:visited {
  color: #fff;
}
.footer__nav a.current {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .footer__nav a.current {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav a.current {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.current {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.current.active::after {
    transform: rotate(90deg) translate(2px, 6px);
  }
}
.footer__nav a.current:hover {
  opacity: 1;
}
.footer__nav a.current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 18px;
  background-image: url(../img/footer/footer_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 990px) {
  .footer__nav a.current::after {
    width: 1.8vw;
    height: 1.65vw;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.current::after {
    width: 15px;
    height: 14px;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav a.child {
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__nav .child-list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding-left: 16px;
    margin-top: 8px;
  }
  .footer__nav .child-list.open {
    max-height: 450px;
  }
}
.footer__copy p {
  color: #fff;
  font-size: 0.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .footer__copy p {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .footer__copy p {
    font-size: 0.4rem;
  }
}

.sp__footer {
  display: none;
}
@media screen and (max-width: 550px) {
  .sp__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 99;
  }
}
.sp__footer--left {
  width: 44%;
  background-color: #c4a436;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp__footer--left img {
  display: block;
  width: 29px;
  margin: 0 auto 0.125rem;
}
.sp__footer--left p {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(0.5rem, 3vw, 0.75rem);
}
.sp__footer--right {
  width: 56%;
  padding-block: 1.5% 1%;
  color: #084b72;
  text-align: center;
  background-color: #fff;
  border: solid 2px #084b72;
}
.sp__footer--right p {
  margin-bottom: 1%;
  font-size: clamp(0.365rem, 2.2vw, 0.5rem);
}
.sp__footer--right p span {
  padding: 0.65% 6%;
  background-color: #084b72;
  color: #fff;
  margin-right: 5.5%;
}
.sp__footer--right p small {
  position: relative;
  font-size: 100% !important;
}
.sp__footer--right p small::before, .sp__footer--right p small::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0.75%;
  height: 63%;
  background-color: #084b72;
}
.sp__footer--right p small::before {
  left: -6%;
  transform: rotate(-22deg);
}
.sp__footer--right p small::after {
  right: -6%;
  transform: rotate(22deg);
}
.sp__footer--right a {
  position: relative;
  padding-left: 9%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #084b72;
  line-height: 1.125;
  font-size: clamp(0.975rem, 6vw, 1.5rem);
  letter-spacing: 0;
}
.sp__footer--right a:visited, .sp__footer--right a:active {
  color: #084b72;
}
.sp__footer--right a::before {
  position: absolute;
  content: "";
  display: block;
  top: 15%;
  bottom: 0;
  left: -2%;
  margin: auto;
  width: 4.5vw;
  height: 4.5vw;
  background-image: url(../img/header/header_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 上に戻るボタン */
.toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #084b72;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 550px) {
  .toTop {
    bottom: 18vw;
  }
}
.toTop.is-show {
  opacity: 1;
  pointer-events: auto;
}
.toTop:hover {
  transform: translateY(-3px);
}
.toTop:focus-visible {
  outline: 2px solid #a69025;
  outline-offset: 3px;
}
.toTop .triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
}

.under {
  padding-block: 2rem 1.875rem;
  /*
  会社情報 ==========================================================================*/
  /*
  セレモニークレジット ==========================================================================*/
  /*
  個人情報保護方針 ==========================================================================*/
  /*
  果物 ==========================================================================*/
  /*
  仏壇仏具 ==========================================================================*/
  /*
  みんなの力会員 ==========================================================================*/
  /* 生活支援サービス */
  /*
  サイトマップ ==========================================================================*/
  /*
  よくある質問 ==========================================================================*/
  /*
  葬儀の流れ ==========================================================================*/
  /*
  採用情報 ==========================================================================*/
  /*
  グリーフケア ==========================================================================*/
  /*
  会員制度とは ==========================================================================*/
  /*
  404 ==========================================================================*/
  /*
  葬儀ページ共通 ==========================================================================*/
}
@media screen and (max-width: 1024px) {
  .under {
    padding-block: 5% 7%;
  }
}
@media screen and (max-width: 768px) {
  .under {
    padding-block: 7vw 10vw;
  }
}
@media screen and (max-width: 550px) {
  .under {
    padding-block: 7vw 0;
  }
}
.under__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 33vw;
}
@media screen and (max-width: 550px) {
  .under__header {
    height: 52vw;
  }
}
.under .company {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .under .company {
    margin-bottom: 10vw;
  }
}
.under .company__table {
  margin-bottom: 2.5rem;
}
.under .company__table dl {
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .under .company__table dl {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl {
    margin-bottom: 5%;
  }
}
.under .company__table dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.7%;
  text-align: center;
  background: linear-gradient(to bottom, #084B72, #07283B);
  color: #fff;
  font-size: 0.9575rem;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl dt {
    font-size: clamp(0.75rem, 2.325vw, 0.9575rem);
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl dt {
    width: 20%;
    font-size: clamp(0.65rem, 2.835vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl dt {
    width: 26%;
    font-size: clamp(0.5rem, 3.025vw, 0.65rem);
  }
}
.under .company__table dl dd {
  width: 85.3%;
  background-color: #fff;
  font-size: 0.9575rem;
  padding: 1.5% 5%;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl dd {
    font-size: clamp(0.75rem, 2.325vw, 0.9575rem);
    padding: 2% 5%;
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl dd {
    width: 80%;
    font-size: clamp(0.65rem, 2.835vw, 0.75rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl dd {
    padding: 3.5% 9%;
    width: 74%;
    font-size: clamp(0.5rem, 3.025vw, 0.65rem);
  }
}
.under .company__table dl.area dd {
  display: flex;
  justify-content: space-between;
  padding: 3% 5% 3% 4%;
}
@media screen and (max-width: 550px) {
  .under .company__table dl.area dd {
    padding: 2.5% 3% 3% 4%;
    flex-direction: column;
    gap: 2vw;
  }
}
.under .company__table dl.area dd .item {
  width: 47.9%;
  border: solid 2px #c4a436;
  padding: 3% 0 3% 11.5%;
  border-radius: 1rem;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.area dd .item {
    padding: 3% 0 3% 5vw;
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.area dd .item {
    border-radius: 0.75rem;
    padding: 3% 0 3% 4vw;
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.area dd .item {
    width: 100%;
    border: solid 1px #c4a436;
    padding: 5% 3vw 7%;
    border-radius: 0.5rem;
  }
}
.under .company__table dl.area dd .item strong {
  color: #c4a436;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.area dd .item strong {
    font-size: clamp(1rem, 3.115vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.area dd .item strong {
    font-size: clamp(0.65rem, 2.825vw, 1rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.area dd .item strong {
    font-size: 0.625rem;
  }
}
.under .company__table dl.area dd .item p {
  font-size: 0.875rem;
  line-height: 1.325;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.area dd .item p {
    font-size: clamp(0.65rem, 2.025vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.area dd .item p {
    font-size: clamp(0.45rem, 1.95vw, 0.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.area dd .item p {
    display: flex;
    align-items: center;
    margin-top: 2%;
    gap: 10%;
    font-size: clamp(0.4125rem, 2.25vw, 0.55rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.area dd .item p .sp-none {
    display: none;
  }
}
.under .company__table dl.works dd {
  display: flex;
  align-items: center;
  gap: 8%;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.works dd {
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.works dd {
    gap: 3vw;
    padding: 2% 4%;
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.works dd {
    flex-direction: column;
    align-items: flex-start;
    padding: 4%;
    gap: 0;
  }
}
.under .company__table dl.works dd p {
  line-height: 1.125;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.works dd p {
    font-size: clamp(0.65rem, 2.025vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.works dd p {
    font-size: clamp(0.45rem, 1.95vw, 0.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.works dd p {
    line-height: 1.275;
  }
}
.under .company__table dl.group dd {
  display: flex;
  align-items: center;
  gap: 8%;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.group dd {
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.group dd {
    gap: 3vw;
    padding: 2% 4%;
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.group dd {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 4%;
  }
}
.under .company__table dl.group dd p {
  line-height: 1.125;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.group dd p {
    font-size: clamp(0.65rem, 2.025vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.group dd p {
    font-size: clamp(0.45rem, 1.95vw, 0.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.group dd p {
    line-height: 1.375;
  }
}
.under .company__table dl.other dt {
  font-size: 0.835rem;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.other dt {
    font-size: clamp(0.5rem, 1.565vw, 0.835rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.other dt {
    font-size: 0.458rem;
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.other dd {
    padding: 4% 6%;
  }
}
.under .company__table dl.other dd p {
  line-height: 1.125;
}
@media screen and (max-width: 1200px) {
  .under .company__table dl.other dd p {
    font-size: clamp(0.65rem, 2.025vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .under .company__table dl.other dd p {
    font-size: clamp(0.45rem, 1.95vw, 0.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .company__table dl.other dd p {
    line-height: 1.35;
  }
}
.under .company__map h2 {
  font-size: 1.75rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under .company__map h2 {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 550px) {
  .under .company__map h2 {
    font-size: 0.925rem;
  }
}
.under .company__map iframe {
  width: 100%;
}
.under .credit {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .under .credit {
    margin-bottom: 10%;
  }
}
.under .credit__lead {
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 768px) {
  .under .credit__lead {
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__lead {
    margin-bottom: 14%;
  }
}
.under .credit__lead--upper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 550px) {
  .under .credit__lead--upper {
    flex-direction: column;
    margin-bottom: 7%;
  }
}
.under .credit__lead--upper .item {
  width: 245px;
  padding-block: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}
@media screen and (max-width: 950px) {
  .under .credit__lead--upper .item {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__lead--upper .item {
    width: 57%;
    padding-block: 2%;
  }
}
.under .credit__lead--upper .item.jaccs {
  margin-right: 1.75%;
}
@media screen and (max-width: 550px) {
  .under .credit__lead--upper .item.jaccs {
    margin-right: 0;
    margin-bottom: 5%;
  }
}
.under .credit__lead--upper .item.jaccs img {
  max-width: 168px;
}
@media screen and (max-width: 950px) {
  .under .credit__lead--upper .item.jaccs img {
    width: 18vw;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__lead--upper .item.jaccs img {
    width: 69%;
  }
}
.under .credit__lead--upper .item.orico {
  margin-right: 3%;
}
@media screen and (max-width: 550px) {
  .under .credit__lead--upper .item.orico {
    margin-right: 0;
    margin-bottom: 4%;
  }
}
.under .credit__lead--upper .item.orico img {
  max-width: 151px;
}
@media screen and (max-width: 950px) {
  .under .credit__lead--upper .item.orico img {
    width: 18.5vw;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__lead--upper .item.orico img {
    width: 62%;
  }
}
.under .credit__lead--upper p {
  font-size: clamp(0.65rem, 3.1455vw, 1.25rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 550px) {
  .under .credit__lead--upper p {
    font-size: clamp(1.045rem, 6.425vw, 1.25rem);
  }
}
.under .credit__lead--bottom {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.0425rem, 2.3vw, 1.25rem);
  line-height: 1.35;
}
@media screen and (max-width: 550px) {
  .under .credit__lead--bottom {
    font-size: clamp(0.585rem, 3.6vw, 0.65rem);
    line-height: 1.875;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__lead--bottom .sp-none {
    display: none;
  }
}
.under .credit__img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 768px) {
  .under .credit__img {
    margin-bottom: 9%;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__img {
    flex-direction: column;
    margin-bottom: 11%;
  }
}
.under .credit__img img {
  width: 49%;
}
@media screen and (max-width: 550px) {
  .under .credit__img img {
    width: 100%;
  }
}
.under .credit__flow h2 {
  font-size: 2.25rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 1.95rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under .credit__flow h2 {
    font-size: 1.35rem;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__flow h2 {
    font-size: 1.0275rem;
  }
}
.under .credit__flow--content {
  max-width: 854px;
  margin: 0 auto;
}
.under .credit__flow--content dl {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 550px) {
  .under .credit__flow--content dl {
    margin-bottom: 5.5%;
  }
}
.under .credit__flow--content dl dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(to bottom, #084B72, #07283B);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
}
@media screen and (max-width: 950px) {
  .under .credit__flow--content dl dt {
    font-size: clamp(1.75rem, 5.3vw, 2.1rem);
    width: 9%;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__flow--content dl dt {
    width: 14%;
    font-size: clamp(1.2875rem, 5.3vw, 1.5rem);
    padding-block: 0.875%;
  }
}
.under .credit__flow--content dl dt::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 1px;
  height: 40px;
  background-color: #084b72;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .under .credit__flow--content dl dt::after {
    height: 50px;
  }
}
@media screen and (max-width: 550px) {
  .under .credit__flow--content dl dt::after {
    height: 65px;
  }
}
.under .credit__flow--content dl:last-of-type dt::after {
  display: none;
}
.under .credit__flow--content dl dd {
  width: calc(100% - 68px);
  padding-left: 6%;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.0125em;
}
@media screen and (max-width: 950px) {
  .under .credit__flow--content dl dd {
    width: 91%;
    padding-left: 5%;
    font-size: clamp(0.65rem, 2.275vw, 0.9rem);
  }
}
@media screen and (max-width: 550px) {
  .under .credit__flow--content dl dd {
    font-size: clamp(0.5rem, 3.05vw, 0.65rem);
    padding-left: 10%;
    line-height: 1.65;
  }
}
.under .privacy {
  padding-block: 0 2.75rem;
}
@media screen and (max-width: 1024px) {
  .under .privacy {
    padding-block: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .under .privacy {
    padding-block: 0 5%;
  }
}
.under .privacy__block {
  margin-bottom: 2rem;
}
.under .privacy__block._01 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .under .privacy__block._01 {
    margin-bottom: 12%;
  }
}
.under .privacy__block._02 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .under .privacy__block._02 {
    margin-bottom: 13%;
  }
}
.under .privacy__block._03 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .under .privacy__block._03 {
    margin-bottom: 11%;
  }
}
.under .privacy__block._04 {
  margin-bottom: 2.35rem;
}
@media screen and (max-width: 768px) {
  .under .privacy__block._04 {
    margin-bottom: 8%;
  }
}
.under .privacy__block._05 {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  .under .privacy__block._05 {
    margin-bottom: 9%;
  }
}
.under .privacy__block._06 {
  margin-bottom: 3.25rem;
}
@media screen and (max-width: 768px) {
  .under .privacy__block._06 {
    margin-bottom: 10%;
  }
}
.under .privacy__block h1,
.under .privacy__block h2 {
  color: #084b72;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #084b72;
}
@media screen and (max-width: 1200px) {
  .under .privacy__block h1,
  .under .privacy__block h2 {
    font-size: clamp(0.85rem, 4vw, 1.5rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privacy__block h1,
  .under .privacy__block h2 {
    border-bottom: solid 1px #084b72;
  }
}
.under .privacy__block--text {
  margin-top: 0.5rem;
  font-size: 0.955rem;
  padding-inline: 0.275rem;
  line-height: 1.35;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 1200px) {
  .under .privacy__block--text {
    font-size: clamp(0.5rem, 2.875vw, 0.955rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privacy__block--text {
    padding-inline: 0;
  }
}
.under .privacy__block--text.last {
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.under .privacy__block--text span {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.under .privacy__block dl {
  display: flex;
  padding-block: 1.125rem;
  border-bottom: solid 2px #084b72;
}
@media screen and (max-width: 768px) {
  .under .privacy__block dl {
    padding-block: 3%;
  }
}
@media screen and (max-width: 550px) {
  .under .privacy__block dl {
    border-bottom: solid 1px #084b72;
    padding-block: 4%;
  }
}
.under .privacy__block dl dt {
  width: 34.25%;
  border-right: solid 2px #084b72;
  font-size: 0.825rem;
  padding-inline: 2.05rem 1.5rem;
}
@media screen and (max-width: 1200px) {
  .under .privacy__block dl dt {
    font-size: clamp(0.5rem, 1.875vw, 0.825rem);
    padding-inline: 4.5% 3%;
  }
}
@media screen and (max-width: 550px) {
  .under .privacy__block dl dt {
    border-right: solid 1px #084b72;
    padding-inline: 2%;
  }
}
.under .privacy__block dl dt b {
  font-size: 1.045rem;
}
@media screen and (max-width: 1200px) {
  .under .privacy__block dl dt b {
    font-size: clamp(0.5rem, 2.5vw, 1.045rem);
  }
}
.under .privacy__block dl dd {
  width: 65.75%;
  font-size: 0.825rem;
  padding-inline: 2.05rem 1.5rem;
}
@media screen and (max-width: 1200px) {
  .under .privacy__block dl dd {
    font-size: clamp(0.5rem, 1.875vw, 0.825rem);
    padding-inline: 4.5% 3%;
  }
}
@media screen and (max-width: 550px) {
  .under .privacy__block dl dd {
    padding-inline: 2%;
  }
}
.under .privacy__block dl.head {
  padding-block: 0.35rem;
}
.under .privacy__block dl.head dt,
.under .privacy__block dl.head dd {
  padding-inline: 0;
  padding-block: 0.35rem;
  text-align: center;
  color: #084b72;
  font-size: 1.045rem;
}
@media screen and (max-width: 1200px) {
  .under .privacy__block dl.head dt,
  .under .privacy__block dl.head dd {
    font-size: clamp(0.575rem, 3vw, 1.045rem);
  }
}
.under .fruit {
  padding-bottom: 3.5rem;
}
.under .fruit__catch {
  margin-bottom: 2rem;
}
.under .fruit__catch h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch h2 {
    font-size: clamp(1.25rem, 7.8vw, 2.5rem);
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__catch h2 {
    margin-bottom: 3.5%;
  }
}
.under .fruit__catch h2 strong {
  color: #c4a436;
  font-size: 3.35rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch h2 strong {
    font-size: clamp(1.7rem, 10.25vw, 3.35rem);
  }
}
.under .fruit__catch ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch ul {
    gap: 4%;
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__catch ul {
    margin-bottom: 8%;
  }
}
.under .fruit__catch ul li {
  width: 180px;
  background-color: #c4a436;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.0875rem;
  text-align: center;
  border-radius: 10px;
  padding-block: 0.25rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch ul li {
    width: 23.5vw;
    font-size: clamp(0.5875rem, 3.6vw, 1.0875rem);
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__catch ul li {
    width: 25vw;
  }
}
.under .fruit__catch--lead {
  text-align: center;
  font-size: 0.785rem;
  margin-bottom: 1rem;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch--lead {
    font-size: clamp(0.5rem, 3.075vw, 0.785rem);
  }
}
.under .fruit__catch--message {
  border: solid 2px #084b72;
}
.under .fruit__catch--message .ttl {
  background-color: #084b72;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding-block: 0.25rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch--message .ttl {
    font-size: clamp(0.75rem, 4.65vw, 0.875rem);
  }
}
.under .fruit__catch--message .desc {
  position: relative;
  background-color: #fff;
  font-size: 0.675rem;
  padding: 1rem 1.125rem;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch--message .desc {
    font-size: clamp(0.545rem, 3.35vw, 0.675rem);
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__catch--message .desc {
    padding: 5% 6%;
  }
}
.under .fruit__catch--message .desc span {
  position: absolute;
  right: 9.25%;
  bottom: 12%;
  font-size: 0.85rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__catch--message .desc span {
    display: none;
  }
}
.under .fruit__table {
  margin-bottom: 2.5rem;
}
.under .fruit__table h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .under .fruit__table h2 {
    flex-wrap: wrap;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__table h2 {
    margin-bottom: 7%;
  }
}
.under .fruit__table h2 small {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.325rem;
}
@media screen and (max-width: 1200px) {
  .under .fruit__table h2 small {
    font-size: clamp(0.75rem, 2.345vw, 1.325rem);
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table h2 small {
    width: 100%;
    text-align: center;
    font-size: clamp(0.845rem, 5.2vw, 1.25rem);
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__table h2 small {
    margin-bottom: 2%;
  }
}
.under .fruit__table h2 p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2.665rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1200px) {
  .under .fruit__table h2 p {
    font-size: clamp(1.7rem, 5.3vw, 2.665rem);
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table h2 p {
    font-size: clamp(1.9125rem, 11.75vw, 2.25rem);
  }
}
.under .fruit__table.grape h2 small {
  margin-right: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .under .fruit__table.grape h2 small {
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table.grape h2 small {
    margin-right: 0;
  }
}
.under .fruit__table.grape h2 p {
  margin-right: 2rem;
}
@media screen and (max-width: 1200px) {
  .under .fruit__table.grape h2 p {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table.grape h2 p {
    margin-right: 8%;
  }
}
.under .fruit__table.grape h2 img {
  width: 194px;
  transform: translateY(-23px);
}
@media screen and (max-width: 1200px) {
  .under .fruit__table.grape h2 img {
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table.grape h2 img {
    transform: unset;
    width: 26vw;
  }
}
.under .fruit__table.grape .fruit__table--grid {
  font-size: 0.835rem;
  max-width: 997px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 1024px) {
  .under .fruit__table.grape .fruit__table--grid {
    font-size: clamp(0.6rem, 1.875vw, 0.835rem);
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table.grape .fruit__table--grid {
    max-width: unset;
    overflow-x: scroll;
    font-size: clamp(0.6rem, 2.7vw, 0.835rem);
  }
}
.under .fruit__table.grape .fruit__table--grid dl {
  display: flex;
  border-bottom: 1px solid #313131;
  padding-block: 0.4rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__table.grape .fruit__table--grid dl {
    width: 1000px;
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__table.grape .fruit__table--grid dl {
    width: 800px;
    padding-block: 2%;
  }
}
.under .fruit__table.grape .fruit__table--grid dl:first-of-type {
  border-top: 1px solid #313131;
}
.under .fruit__table.grape .fruit__table--grid dl dt {
  text-align: center;
  padding-block: 0.25rem;
}
@media screen and (max-width: 550px) {
  .under .fruit__table.grape .fruit__table--grid dl dt {
    padding-bottom: 0.5%;
  }
}
.under .fruit__table.grape .fruit__table--grid dl dt:not(:last-child) {
  border-right: 1px solid #313131;
}
.under .fruit__table.grape .fruit__table--grid dl dt:nth-of-type(1) {
  width: 16%;
}
.under .fruit__table.grape .fruit__table--grid dl dt:nth-of-type(2) {
  width: 18%;
}
.under .fruit__table.grape .fruit__table--grid dl dt:nth-of-type(3) {
  width: 33%;
}
.under .fruit__table.grape .fruit__table--grid dl dt:nth-of-type(4) {
  width: 33%;
}
.under .fruit__table.apple h2 small {
  margin-right: 0;
}
.under .fruit__table.apple h2 p {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .under .fruit__table.apple h2 p {
    font-size: clamp(1.5rem, 9.325vw, 2rem);
    text-align: center;
    margin-right: 8%;
    line-height: 1.125;
  }
}
.under .fruit__table.apple h2 p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .under .fruit__table.apple h2 p br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table.apple h2 p span {
    display: none;
  }
}
.under .fruit__table.apple h2 img {
  width: 180px;
  transform: translate(26px, -9px);
}
@media screen and (max-width: 1200px) {
  .under .fruit__table.apple h2 img {
    width: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table.apple h2 img {
    transform: unset;
    width: 24vw;
  }
}
.under .fruit__table.apple .fruit__table--grid {
  position: relative;
  font-size: 0.835rem;
  max-width: 997px;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 1024px) {
  .under .fruit__table.apple .fruit__table--grid {
    font-size: clamp(0.6rem, 1.875vw, 0.835rem);
  }
}
@media screen and (max-width: 768px) {
  .under .fruit__table.apple .fruit__table--grid {
    max-width: unset;
    overflow-x: scroll;
    font-size: clamp(0.6rem, 2.7vw, 0.835rem);
  }
}
.under .fruit__table.apple .fruit__table--grid dl {
  display: flex;
  border-bottom: 1px solid #313131;
  padding-block: 0.4rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__table.apple .fruit__table--grid dl {
    width: 1000px;
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__table.apple .fruit__table--grid dl {
    width: 800px;
    padding-block: 2%;
  }
}
.under .fruit__table.apple .fruit__table--grid dl:first-of-type {
  border-top: 1px solid #313131;
}
.under .fruit__table.apple .fruit__table--grid dl dt {
  text-align: center;
  padding-block: 0.25rem;
}
@media screen and (max-width: 550px) {
  .under .fruit__table.apple .fruit__table--grid dl dt {
    padding-bottom: 0.5%;
  }
}
.under .fruit__table.apple .fruit__table--grid dl dt:not(:last-child) {
  border-right: 1px solid #313131;
}
.under .fruit__table.apple .fruit__table--grid dl dt:nth-of-type(1) {
  width: 20.5%;
}
.under .fruit__table.apple .fruit__table--grid dl dt:nth-of-type(2) {
  width: 18%;
}
.under .fruit__table.apple .fruit__table--grid dl dt:nth-of-type(3) {
  width: 30.5%;
}
.under .fruit__table.apple .fruit__table--grid dl dt:nth-of-type(4) {
  width: 31%;
}
.under .fruit__table.apple .fruit__table--grid dl dt span {
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  color: #fff;
  margin-left: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .under .fruit__table.apple .fruit__table--grid dl dt span {
    margin-left: 7%;
  }
}
.under .fruit__table.apple .fruit__table--grid dl dt span.y {
  background-color: #c4a436;
}
.under .fruit__table.apple .fruit__table--grid dl dt span.b {
  background-color: #084b72;
}
@media screen and (max-width: 768px) {
  .under .fruit__table--grid {
    position: relative;
  }
}
.under .fruit__table--grid .scrollHint {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 140px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .under .fruit__table--grid .scrollHint {
    display: flex;
  }
}
.under .fruit__table--grid .scrollHint img {
  display: block;
  width: 60px;
  margin-inline: auto;
}
.under .fruit__table--grid .scrollHint p {
  color: #fff;
  text-align: center;
  font-size: 0.65rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin: 0;
}
.under .fruit__table--sub {
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under .fruit__table--sub {
    font-size: clamp(0.625rem, 3.825vw, 0.75rem);
  }
}
.under .fruit__desc {
  padding: 1.5rem 3.5rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  margin-top: 3.25rem;
}
@media screen and (max-width: 1024px) {
  .under .fruit__desc {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__desc {
    margin-top: 0;
    padding: 6%;
  }
}
.under .fruit__desc--upper {
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .under .fruit__desc--upper {
    font-size: clamp(0.7125rem, 4.375vw, 0.85rem);
  }
}
.under .fruit__desc--upper small {
  font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__desc--upper small {
    font-size: clamp(0.7125rem, 4.375vw, 0.85rem);
  }
}
.under .fruit__desc--under {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #707070;
  margin-left: 0.5rem;
  padding-block: 0.45rem;
  padding-inline: 2.5rem 3rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__desc--under {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    padding-inline: unset;
  }
}
.under .fruit__desc--under .left {
  padding-block: 0.5rem;
  padding-right: 2.875rem;
  border-right: solid 1px #707070;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.825rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__desc--under .left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: unset;
    padding-right: unset;
    width: 35%;
    font-size: clamp(0.55rem, 2.55vw, 0.825rem);
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__desc--under .left {
    width: 40%;
  }
}
.under .fruit__desc--under .right {
  padding-left: 1.65rem;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .under .fruit__desc--under .right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: unset;
    width: 65%;
    font-size: clamp(0.475rem, 2.125vw, 0.7rem);
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__desc--under .right {
    width: 60%;
  }
}
.under .fruit__desc--under .right .sp-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .fruit__desc--under .right .sp-show {
    display: block;
  }
}
.under .fruit__smallText {
  margin-block: 1rem;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under .fruit__smallText {
    font-size: clamp(0.575rem, 3.825vw, 0.75rem);
  }
}
.under .fruit__pdfBtn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 26px 103.5px 27px 56.2px;
  border-radius: 3rem;
  background-color: #C4A436;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.075rem;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .under .fruit__pdfBtn {
    padding: 18px 86.5px 18px 53.2px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__pdfBtn {
    padding: 15px 53px 15px 28px;
    font-size: 0.7125rem;
  }
}
.under .fruit__pdfBtn:visited, .under .fruit__pdfBtn:active {
  color: #fff;
}
.under .fruit__pdfBtn:hover::after {
  right: 9%;
}
@media screen and (max-width: 550px) {
  .under .fruit__pdfBtn:hover::after {
    right: 7%;
  }
}
.under .fruit__pdfBtn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
  content: "";
  width: 29px;
  height: 11px;
  background-image: url(../img/top/ikebana_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .under .fruit__pdfBtn::after {
    width: 4.25vw;
    height: 1.75vw;
  }
}
@media screen and (max-width: 550px) {
  .under .fruit__pdfBtn::after {
    right: 9%;
  }
}
.under .butudan {
  padding-bottom: 2rem;
}
.under .butudan__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 550px) {
  .under .butudan__flex {
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 7%;
  }
}
.under .butudan__flex:nth-of-type(1) {
  margin-top: 2.25rem;
}
@media screen and (max-width: 550px) {
  .under .butudan__flex:nth-of-type(1) {
    margin-top: 0;
  }
}
.under .butudan__flex:nth-of-type(1) img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 550px) {
  .under .butudan__flex:nth-of-type(2) {
    margin-bottom: 13%;
  }
}
.under .butudan__flex .left,
.under .butudan__flex .right {
  width: 48%;
}
@media screen and (max-width: 550px) {
  .under .butudan__flex .left,
  .under .butudan__flex .right {
    width: 100%;
  }
}
.under .butudan__flex img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.under .butudan__flex iframe {
  height: auto;
}
@media screen and (max-width: 550px) {
  .under .butudan__flex iframe {
    height: 57vw;
  }
}
.under .butudan__catch {
  text-align: center;
  margin-bottom: 1.75rem;
}
.under .butudan__catch p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.825rem;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .under .butudan__catch p {
    font-size: clamp(0.5rem, 2.75vw, 0.825rem);
  }
}
.under .butudan__catch p strong {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .butudan__catch p strong {
    font-size: clamp(0.875rem, 5.875vw, 1.25rem);
  }
}
.under .butudan__place {
  color: #084b72;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 550px) {
  .under .butudan__place {
    margin-bottom: 5%;
  }
}
.under .butudan__place h2 {
  font-size: 1.625rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .under .butudan__place h2 {
    font-size: clamp(1.2rem, 7.35vw, 1.625rem);
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__place h2 {
    margin-bottom: 5%;
  }
}
.under .butudan__place p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.075rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .under .butudan__place p {
    font-size: clamp(0.65rem, 2.75vw, 1.075rem);
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__place p {
    line-height: 1.275;
    flex-wrap: wrap;
    font-size: clamp(0.7rem, 4.25vw, 1.075rem);
  }
}
.under .butudan__place p strong {
  font-size: 1.55rem;
}
@media screen and (max-width: 1024px) {
  .under .butudan__place p strong {
    font-size: clamp(0.75rem, 3.885vw, 1.55rem);
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__place p strong {
    width: 100%;
    text-align: center;
    font-size: clamp(1.15875rem, 7.125vw, 1.55rem);
  }
}
.under .butudan__place p span {
  font-size: 1.55rem;
  padding-inline: 0.5rem 0.75rem;
}
@media screen and (max-width: 1024px) {
  .under .butudan__place p span {
    font-size: clamp(0.75rem, 3.885vw, 1.55rem);
  }
}
@media screen and (max-width: 768px) {
  .under .butudan__place p span {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__place p span {
    display: none;
  }
}
.under .butudan__box {
  padding-block: 1.25rem 0.75rem;
  background-color: #fff;
  text-align: center;
  color: #084b72;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  .under .butudan__box {
    padding-block: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__box {
    padding-block: 0.5rem 0.75rem;
  }
}
.under .butudan__box--top {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1024px) {
  .under .butudan__box--top {
    font-size: clamp(0.875rem, 3.8vw, 1.25rem);
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__box--top {
    font-size: clamp(0.6rem, 3.875vw, 0.875rem);
    margin-bottom: 0;
  }
}
.under .butudan__box--top::before, .under .butudan__box--top::after {
  position: absolute;
  top: 12px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 2px;
  height: 63%;
  background-color: #084b72;
}
@media screen and (max-width: 768px) {
  .under .butudan__box--top::before, .under .butudan__box--top::after {
    top: 7%;
  }
}
.under .butudan__box--top::before {
  left: -29px;
  transform: rotate(-22deg);
}
@media screen and (max-width: 1200px) {
  .under .butudan__box--top::before {
    left: -6%;
  }
}
.under .butudan__box--top::after {
  right: -29px;
  transform: rotate(22deg);
}
@media screen and (max-width: 1200px) {
  .under .butudan__box--top::after {
    right: -6%;
  }
}
.under .butudan__box--bottom {
  display: flex;
  align-items: baseline;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .under .butudan__box--bottom {
    font-size: clamp(0.55rem, 2.35vw, 1.375rem);
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__box--bottom {
    flex-direction: column;
    align-items: center;
    font-size: clamp(0.625rem, 3.275vw, 0.75rem);
    line-height: 1.25;
  }
}
.under .butudan__box--bottom a {
  position: relative;
  padding-left: 2.25rem;
  font-size: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #084b72;
  letter-spacing: 0.01em;
  transform: translateY(4%);
}
@media screen and (max-width: 1024px) {
  .under .butudan__box--bottom a {
    padding-left: 7.5%;
    font-size: clamp(1.5rem, 6.5vw, 2.5rem);
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__box--bottom a {
    font-size: clamp(1.7125rem, 9.35vw, 2.125rem);
    margin-bottom: 1%;
  }
}
.under .butudan__box--bottom a:visited, .under .butudan__box--bottom a:active {
  color: #084b72;
}
.under .butudan__box--bottom a::after {
  position: absolute;
  content: "";
  display: block;
  top: 15%;
  bottom: 0;
  left: 1%;
  margin: auto;
  width: 42.5px;
  height: 42.5px;
  background-image: url(../img/header/header_tel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .under .butudan__box--bottom a::after {
    width: 5.5vw;
    height: 5.5vw;
  }
}
@media screen and (max-width: 550px) {
  .under .butudan__box--bottom a::after {
    width: 6.5vw;
    height: 6.5vw;
    left: -2%;
  }
}
.under .privilege {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .under .privilege {
    padding-bottom: 10%;
  }
}
.under .privilege__loop--nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--nav {
    flex-wrap: wrap;
    gap: 0.5rem 0;
    margin-bottom: 3%;
  }
}
.under .privilege__loop--nav a {
  display: block;
  text-align: center;
  padding-block: 0.35rem;
  width: 15.9%;
  color: #fff;
  font-size: 0.95rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.under .privilege__loop--nav a:nth-of-type(2n + 1) {
  background: linear-gradient(to bottom, #084B72, #07283B);
}
.under .privilege__loop--nav a:nth-of-type(2n) {
  background: linear-gradient(to bottom, #A58824, #62521B);
}
.under .privilege__loop--nav a:visited, .under .privilege__loop--nav a:active {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--nav a {
    font-size: clamp(0.45rem, 1.9vw, 0.95rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--nav a {
    width: 48.8%;
    font-size: 0.85rem;
  }
}
.under .privilege__loop--box {
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box {
    margin-bottom: 15%;
  }
}
.under .privilege__loop--box h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .privilege__loop--box h2 {
    font-size: clamp(1.045rem, 6.45vw, 1.625rem);
  }
}
@media screen and (max-width: 768px) {
  .under .privilege__loop--box h2 {
    word-break: auto-phrase;
  }
}
.under .privilege__loop--box .term-description {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.825rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .privilege__loop--box .term-description {
    font-size: clamp(0.5rem, 3.05vw, 0.825rem);
  }
}
.under .privilege__loop--box .flex {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex {
    margin-bottom: 10%;
  }
}
.under .privilege__loop--box .flex h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .privilege__loop--box .flex h3 {
    font-size: clamp(0.785rem, 4.85vw, 1.625rem);
  }
}
.under .privilege__loop--box .flex__list {
  /* 店舗数によってレイアウト変更 */
}
.under .privilege__loop--box .flex__list.is-1 {
  display: flex;
  justify-content: space-between;
}
.under .privilege__loop--box .flex__list.is-1 .flex__list--item {
  width: 48.3%;
}
.under .privilege__loop--box .flex__list.is-2 {
  display: flex;
  justify-content: space-between;
}
.under .privilege__loop--box .flex__list.is-2 .flex__list--item {
  width: 48.3%;
}
.under .privilege__loop--box .flex__list.is-3 {
  display: flex;
  justify-content: space-between;
}
.under .privilege__loop--box .flex__list.is-3 .flex__list--item {
  width: 31.75%;
}
.under .privilege__loop--box .flex__list.is-3 .slick-slide {
  min-height: 400px;
  width: 43.75vw;
  margin-right: 2vw;
}
@media screen and (max-width: 425px) {
  .under .privilege__loop--box .flex__list.is-3 .slick-slide {
    min-height: 365px;
  }
}
.under .privilege__loop--box .flex__list.is-4plus .slick-slide {
  min-height: 493px;
  width: 24.65vw;
  width: 353px;
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list.is-4plus .slick-slide {
    width: 29.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .under .privilege__loop--box .flex__list.is-4plus .slick-slide {
    min-height: 480px;
    width: 46.25vw;
    margin-right: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  .under .privilege__loop--box .flex__list.is-4plus .slick-slide {
    min-height: 425px;
    width: 45.1vw;
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list.is-4plus .slick-slide {
    min-height: 400px;
    width: 43.75vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 425px) {
  .under .privilege__loop--box .flex__list.is-4plus .slick-slide {
    min-height: 365px;
  }
}
.under .privilege__loop--box .flex__list--item {
  border: solid 1px #084b72;
  display: flex;
  flex-direction: column;
}
.under .privilege__loop--box .flex__list--item h4 {
  padding: 0.55rem 1.45rem;
  background: linear-gradient(to bottom, #084B72, #07283B);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item h4 {
    padding: 0.45rem 7%;
    font-size: clamp(0.65rem, 2.8vw, 1.125rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item h4 {
    padding: 0.25rem 7%;
    font-size: clamp(0.4125rem, 2.55vw, 0.65rem);
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent {
  padding: 1rem 1.35rem;
  background-color: #fff;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent {
    padding: 5% 7%;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion {
  margin-bottom: 0.5rem;
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.125rem;
  border-bottom: solid 1px #084b72;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header {
    padding-right: 4%;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header h5 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #084b72;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header h5 {
    font-size: clamp(0.65rem, 2.8vw, 0.875rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header h5 {
    font-size: clamp(0.4125rem, 2.55vw, 0.65rem);
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header--toggleBtn {
  display: none;
  position: relative;
  width: 19px;
  height: 19px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header--toggleBtn {
    width: 15px;
    height: 15px;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header--toggleBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #084b72;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header--toggleBtn span {
    width: 10px;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__header--toggleBtn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner {
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box {
  padding: 0.65rem 0.5rem 0.125rem;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box {
    padding: 4% 4% 1%;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p {
    padding-left: 25px;
    font-size: clamp(0.5rem, 2.2vw, 0.625rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p {
    padding-left: 20px;
    font-size: clamp(0.4125rem, 2.55vw, 0.65rem);
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p.add::before {
  width: 12px;
  height: 22px;
  background-image: url(../img/privilege/privilege_map.png);
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p.add::before {
    width: 11px;
    height: 18px;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p.add::before {
    width: 9px;
    height: 11px;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p.tel::before {
  width: 19px;
  height: 19px;
  background-image: url(../img/privilege/privilege_phone.png);
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p.tel::before {
    width: 15px;
    height: 16px;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion__inner--box p.tel::before {
    width: 12px;
    height: 12px;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion.is-accordion .privilegeAccordion__header--toggleBtn {
  display: block;
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion.is-accordion .privilegeAccordion__inner {
  max-height: 0;
}
.under .privilege__loop--box .flex__list--item .privilegeContent .privilegeAccordion.is-accordion.is-open .privilegeAccordion__inner {
  max-height: 500px;
}
.under .privilege__loop--box .flex__list--item .privilegePrivilege h5 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #084b72;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegePrivilege h5 {
    font-size: clamp(0.65rem, 2.8vw, 0.875rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegePrivilege h5 {
    font-size: clamp(0.4125rem, 2.55vw, 0.65rem);
  }
}
.under .privilege__loop--box .flex__list--item .privilegePrivilege p {
  position: relative;
  padding-left: 33px;
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegePrivilege p {
    padding-left: 26px;
    font-size: clamp(0.5rem, 2.2vw, 0.625rem);
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegePrivilege p {
    padding-left: 15px;
    font-size: clamp(0.335rem, 2.05vw, 0.5rem);
  }
}
.under .privilege__loop--box .flex__list--item .privilegePrivilege p::before {
  position: absolute;
  top: 6px;
  left: 9px;
  content: "";
  width: 15px;
  height: 12px;
  background-image: url(../img/privilege/privilege_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex__list--item .privilegePrivilege p::before {
    width: 11px;
    height: 9px;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex__list--item .privilegePrivilege p::before {
    top: 3px;
    left: 1px;
    width: 9px;
    height: 7px;
  }
}
.under .privilege__loop--box .flex__list--item .privilegeMap {
  position: relative;
  width: 100%;
  height: 130px;
}
.under .privilege__loop--box .flex__list--item .privilegeMap.is-fade .privilegeMap__item {
  opacity: 0;
  visibility: hidden;
}
.under .privilege__loop--box .flex__list--item .privilegeMap.is-fade .privilegeMap__item.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.under .privilege__loop--box .flex__list--item .privilegeMap__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.45s ease;
}
.under .privilege__loop--box .flex__list--item .privilegeMap__item iframe {
  width: 100%;
  height: 100%;
}
.under .privilege__loop--box .flex .privilege3__arrow--box {
  display: none;
  position: absolute;
  top: 18%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex .privilege3__arrow--box {
    display: flex;
  }
}
.under .privilege__loop--box .flex .privilege3__arrow--box .privilege3_prev-arrow,
.under .privilege__loop--box .flex .privilege3__arrow--box .privilege3_next-arrow {
  position: absolute;
  top: 22%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
.under .privilege__loop--box .flex .privilege3__arrow--box .privilege3_prev-arrow {
  left: -4.5%;
  background-image: url(../img/top/slider_arrow_l.png);
}
.under .privilege__loop--box .flex .privilege3__arrow--box .privilege3_next-arrow {
  right: -4.5%;
  background-image: url(../img/top/slider_arrow_r.png);
}
.under .privilege__loop--box .flex .privilege4__arrow--box {
  display: flex;
  position: absolute;
  top: 18%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_prev-arrow,
.under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_next-arrow {
  position: absolute;
  top: 22%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_prev-arrow,
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_next-arrow {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_prev-arrow,
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_next-arrow {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_prev-arrow,
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_next-arrow {
    width: 60px;
    height: 60px;
  }
}
.under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_prev-arrow {
  left: -4%;
  background-image: url(../img/top/slider_arrow_l.png);
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_prev-arrow {
    left: -3.5%;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_prev-arrow {
    left: -4.5%;
  }
}
.under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_next-arrow {
  right: -4%;
  background-image: url(../img/top/slider_arrow_r.png);
}
@media screen and (max-width: 1200px) {
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_next-arrow {
    right: -3.5%;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__loop--box .flex .privilege4__arrow--box .privilege4_next-arrow {
    right: -4.5%;
  }
}
.under .privilege__ceremony h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .privilege__ceremony h2 {
    font-size: clamp(1.045rem, 6.45vw, 1.625rem);
  }
}
@media screen and (max-width: 768px) {
  .under .privilege__ceremony h2 {
    word-break: auto-phrase;
  }
}
.under .privilege__ceremony--lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.825rem;
  text-align: center;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .under .privilege__ceremony--lead {
    font-size: clamp(0.5rem, 3.05vw, 0.825rem);
  }
}
.under .privilege__ceremony--box {
  padding: 1.5rem 2.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.825rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .under .privilege__ceremony--box {
    font-size: clamp(0.5rem, 3.05vw, 0.825rem);
  }
}
@media screen and (max-width: 768px) {
  .under .privilege__ceremony--box {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .privilege__ceremony--box {
    padding: 1rem;
  }
}
.under .lifeService__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__nav {
    flex-wrap: wrap;
    gap: 0.5rem 0;
    margin-bottom: 15%;
  }
}
.under .lifeService__nav a {
  display: block;
  text-align: center;
  padding-block: 0.35rem;
  width: 32.4%;
  color: #fff;
  font-size: 0.95rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.under .lifeService__nav a:nth-of-type(2n + 1) {
  background: linear-gradient(to bottom, #084B72, #07283B);
}
.under .lifeService__nav a:nth-of-type(2n) {
  background: linear-gradient(to bottom, #A58824, #62521B);
}
.under .lifeService__nav a:visited, .under .lifeService__nav a:active {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .under .lifeService__nav a {
    font-size: clamp(0.45rem, 1.9vw, 0.95rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__nav a {
    width: 100%;
    font-size: 0.85rem;
  }
}
.under .lifeService__dog {
  padding-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog {
    padding-bottom: 10%;
  }
}
.under .lifeService__dog h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog h3 {
    font-size: clamp(1rem, 6.45vw, 1.625rem);
  }
}
.under .lifeService__dog h3 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog h3 br {
    display: block;
  }
}
.under .lifeService__dog--ttlBg {
  margin-bottom: 2rem;
  height: auto;
}
.under .lifeService__dog--table {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--table {
    margin-bottom: 2rem;
  }
}
.under .lifeService__dog--table dl {
  display: flex;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .under .lifeService__dog--table dl {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--table dl {
    flex-direction: column;
  }
}
.under .lifeService__dog--table dl:last-of-type {
  margin-bottom: 0.5rem;
}
.under .lifeService__dog--table dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #084B72, #07283B);
  font-size: 1.045rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--table dl dt {
    font-size: clamp(0.5rem, 2.125vw, 1.045rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--table dl dt {
    width: 100%;
    font-size: 0.95rem;
    padding-block: 0.125rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--table dl dt br {
    display: none;
  }
}
.under .lifeService__dog--table dl dd {
  display: flex;
  align-items: center;
  padding-inline: 1.75rem 0.75rem;
  width: 81%;
  background-color: #fff;
  font-size: 0.825rem;
  padding-block: 0.75rem;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--table dl dd {
    padding-inline: 1rem;
    font-size: clamp(0.5rem, 1.55vw, 0.825rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--table dl dd {
    width: 100%;
    padding-block: 0.5rem;
    padding-inline: 0.65rem;
    font-size: 0.625rem;
  }
}
.under .lifeService__dog--table p {
  font-size: 0.825rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--table p {
    font-size: clamp(0.5rem, 1.55vw, 0.825rem);
  }
}
.under .lifeService__dog--price {
  margin-bottom: 1.5rem;
}
.under .lifeService__dog--price:first-of-type {
  margin-top: 2rem;
}
.under .lifeService__dog--price h4 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to bottom, #A58824, #62521B);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  padding: 0.25rem 1.5rem;
  font-size: 1.0875rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--price h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--price h4 {
    font-size: 0.95rem;
  }
}
.under .lifeService__dog--price p {
  padding: 0.75rem 1.5rem 0.75rem 2.5rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--price p {
    font-size: clamp(0.7rem, 2.125vw, 1rem);
    padding: 0.75rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__dog--price p {
    font-size: clamp(0.5rem, 2.175vw, 0.75rem);
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--price p {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--price p span {
    display: none;
  }
}
.under .lifeService__dog--price p .sp-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--price p .sp-show {
    display: block;
  }
}
.under .lifeService__dog--price p b {
  font-weight: normal;
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--price p b {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
}
.under .lifeService__dog--attention {
  padding: 1.5rem 2.5rem;
  border: solid 1px #084b72;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--attention {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__dog--attention {
    padding: 1rem;
  }
}
.under .lifeService__dog--attention h4 {
  color: #084b72;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--attention h4 {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__dog--attention h4 {
    font-size: 0.675rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--attention h4 {
    font-size: clamp(1.125rem, 6.875vw, 1.5rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--attention h4 span {
    display: none;
  }
}
.under .lifeService__dog--attention h4 br {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--attention h4 br {
    display: block;
  }
}
.under .lifeService__dog--attention p {
  font-size: 0.825rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__dog--attention p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__dog--attention p {
    font-size: 0.55rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__dog--attention p {
    font-size: clamp(0.575rem, 3.55vw, 0.875rem);
  }
}
.under .lifeService__housekeeping {
  padding-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping {
    padding-bottom: 10%;
  }
}
.under .lifeService__housekeeping h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping h3 {
    font-size: clamp(1rem, 6.45vw, 1.625rem);
  }
}
.under .lifeService__housekeeping h3 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping h3 br {
    display: block;
  }
}
.under .lifeService__housekeeping--ttlBg {
  margin-bottom: 2rem;
  height: auto;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--ttlBg {
    margin-bottom: 3%;
  }
}
.under .lifeService__housekeeping--catch {
  font-size: 0.825rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--catch {
    font-size: clamp(0.5rem, 3.05vw, 0.825rem);
  }
}
.under .lifeService__housekeeping h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping h4 {
    font-size: clamp(1rem, 6.45vw, 1.625rem);
  }
}
.under .lifeService__housekeeping h4.serviceDesc {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping h4.serviceDesc {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping h4.serviceDesc {
    margin-bottom: 2rem;
  }
}
.under .lifeService__housekeeping h4.serviceDesc::after {
  position: absolute;
  top: 0;
  bottom: -14%;
  right: -129%;
  content: "※介護保険適用外サービスです。";
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping h4.serviceDesc::after {
    right: -98%;
    font-size: 0.55rem;
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping h4.serviceDesc::after {
    top: unset;
    bottom: -40%;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping h4.serviceDesc::after {
    width: 164px;
    bottom: -45%;
    font-size: 0.45rem;
  }
}
.under .lifeService__housekeeping h4 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping h4 br {
    display: block;
  }
}
.under .lifeService__housekeeping--service {
  padding-top: 2.5rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--service {
    padding-top: 10%;
  }
}
.under .lifeService__housekeeping--service ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5rem 1.125rem;
}
@media screen and (max-width: 1200px) {
  .under .lifeService__housekeeping--service ul {
    gap: 0.5rem 0.75rem;
  }
}
.under .lifeService__housekeeping--service ul li {
  width: calc((100% - 2.25rem) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  font-size: 0.7875rem;
  padding-block: 0.45rem;
}
@media screen and (max-width: 1200px) {
  .under .lifeService__housekeeping--service ul li {
    width: calc((100% - 1.5rem) / 3);
    font-size: clamp(0.5rem, 1.55vw, 0.7875rem);
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--service ul li {
    text-align: center;
    width: calc((100% - 0.75rem) / 2);
    font-size: clamp(0.4rem, 2.675vw, 0.7875rem);
  }
}
.under .lifeService__housekeeping--service ul li.pc50 {
  width: calc((100% - 1.125rem) / 2);
}
@media screen and (max-width: 1200px) {
  .under .lifeService__housekeeping--service ul li.pc50 {
    width: calc((100% - 0.75rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--service ul li.tab100 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--service ul li.tab-none {
    display: none;
  }
}
.under .lifeService__housekeeping--service ul li br {
  display: none;
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--service ul li br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--service ul li span {
    display: none;
  }
}
.under .lifeService__housekeeping--service ul li small {
  font-size: 0.7125rem;
}
@media screen and (max-width: 1200px) {
  .under .lifeService__housekeeping--service ul li small {
    font-size: clamp(0.475rem, 1.475vw, 0.7125rem);
  }
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--service ul li small {
    font-size: clamp(0.425rem, 2.8vw, 0.7125rem);
  }
}
.under .lifeService__housekeeping--price {
  padding-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price {
    padding-top: 10%;
  }
}
.under .lifeService__housekeeping--price .table {
  margin-bottom: 1rem;
}
.under .lifeService__housekeeping--price .table dl {
  display: flex;
  margin-bottom: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--price .table dl {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table dl {
    flex-direction: column;
  }
}
.under .lifeService__housekeeping--price .table dl:last-of-type {
  margin-bottom: 1.5rem;
}
.under .lifeService__housekeeping--price .table dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #084B72, #07283B);
  font-size: 1.045rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping--price .table dl dt {
    font-size: clamp(0.5rem, 2.125vw, 1.045rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table dl dt {
    width: 100%;
    font-size: 0.95rem;
    padding-block: 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table dl dt br {
    display: none;
  }
}
.under .lifeService__housekeeping--price .table dl dd {
  display: flex;
  align-items: center;
  gap: 7%;
  padding-inline: 2.45rem 1.5rem;
  width: 82%;
  background-color: #fff;
  color: #084b72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  padding-block: 1.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping--price .table dl dd {
    padding-inline: 2.25%;
    padding-block: 6.5%;
    gap: 4vw;
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table dl dd {
    flex-direction: column;
    width: 100%;
    padding-block: 8%;
    padding-inline: unset;
    gap: 0.75rem;
  }
}
.under .lifeService__housekeeping--price .table dl dd strong {
  font-size: 1.325rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping--price .table dl dd strong {
    font-size: clamp(0.5rem, 2.875vw, 1.325rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table dl dd strong {
    font-size: clamp(1.125rem, 7.7vw, 1.75rem);
  }
}
.under .lifeService__housekeeping--price .table dl dd p {
  font-size: 1.075rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping--price .table dl dd p {
    font-size: clamp(0.5rem, 2.25vw, 1.075rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table dl dd p {
    text-align: center;
    font-size: clamp(0.875rem, 5.875vw, 1.25rem);
  }
}
.under .lifeService__housekeeping--price .table dl dd br {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table dl dd br {
    display: block;
  }
}
.under .lifeService__housekeeping--price .table .attention {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 0.825rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__housekeeping--price .table .attention {
    font-size: clamp(0.5rem, 1.55vw, 0.825rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--price .table .attention {
    margin-left: 0;
  }
}
.under .lifeService__housekeeping--leave {
  padding-top: 2.5rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--leave {
    padding-top: 10%;
  }
}
.under .lifeService__housekeeping--leave h4 {
  margin-bottom: 0.5rem;
}
.under .lifeService__housekeeping--leave .lead {
  font-size: 0.825rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--leave .lead {
    font-size: clamp(0.5rem, 3.05vw, 0.825rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--leave .lead {
    margin-bottom: 10%;
  }
}
.under .lifeService__housekeeping--leave .box .inner {
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  padding-inline: 2.5rem 1rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--leave .box .inner {
    padding-inline: 12%;
  }
}
.under .lifeService__housekeeping--leave .box .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: linear-gradient(to bottom, #A58824, #62521B);
  content: "";
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--leave .box .inner::before {
    width: 13px;
  }
}
.under .lifeService__housekeeping--leave .box .inner h5 {
  color: #c4a436;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2125rem;
  margin-bottom: 0.65rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--leave .box .inner h5 {
    font-size: 1rem;
  }
}
.under .lifeService__housekeeping--leave .box .inner p {
  font-size: 0.825rem;
}
@media screen and (max-width: 768px) {
  .under .lifeService__housekeeping--leave .box .inner p {
    font-size: clamp(0.625rem, 2.575vw, 0.825rem);
  }
}
.under .lifeService__housekeeping--leave .box:nth-of-type(1) .inner {
  padding-block: 0.55rem 1.5rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--leave .box:nth-of-type(1) .inner {
    padding-block: 8%;
  }
}
.under .lifeService__housekeeping--leave .box:nth-of-type(2) .inner {
  padding-block: 0.875rem 1.75rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__housekeeping--leave .box:nth-of-type(2) .inner {
    padding-block: 8%;
  }
}
.under .lifeService__nursingHome {
  padding-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__nursingHome {
    padding-bottom: 10%;
  }
}
.under .lifeService__nursingHome h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__nursingHome h3 {
    font-size: clamp(1rem, 6.45vw, 1.625rem);
  }
}
.under .lifeService__nursingHome h3 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__nursingHome h3 br {
    display: block;
  }
}
.under .lifeService__nursingHome--ttlBg {
  margin-bottom: 2rem;
  height: auto;
}
@media screen and (max-width: 550px) {
  .under .lifeService__nursingHome--ttlBg {
    margin-bottom: 3%;
  }
}
.under .lifeService__nursingHome--catch {
  width: min(975px + 1.66rem, 100%);
  margin-inline: auto;
  padding-inline: 0.83rem;
  font-size: 0.825rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .under .lifeService__nursingHome--catch {
    font-size: clamp(0.5rem, 3.05vw, 0.825rem);
  }
}
@media screen and (max-width: 550px) {
  .under .lifeService__nursingHome--catch {
    margin-bottom: 12%;
  }
}
.under .lifeService__nursingHome--flow {
  padding-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  .under .lifeService__nursingHome--flow {
    margin-bottom: 10%;
  }
}
.under .lifeService__nursingHome--flow h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__nursingHome--flow h4 {
    font-size: clamp(1rem, 6.45vw, 1.625rem);
  }
}
.under .lifeService__nursingHome--flow dl {
  max-width: 780px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-inline: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .under .lifeService__nursingHome--flow dl {
    gap: 0.75rem;
  }
}
.under .lifeService__nursingHome--flow dl dt {
  position: relative;
  width: 44px;
  color: #fff;
  padding-block: 0.125rem;
  background: linear-gradient(to bottom, #084B72, #07283B);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.under .lifeService__nursingHome--flow dl dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(73%);
  width: 2px;
  height: 45%;
  background-color: #084b72;
  content: "";
  z-index: -1;
}
.under .lifeService__nursingHome--flow dl dd {
  width: calc(100% - 44px - 1.25rem);
  font-size: 0.9125rem;
}
@media screen and (max-width: 768px) {
  .under .lifeService__nursingHome--flow dl dd {
    font-size: clamp(0.635rem, 2.725vw, 0.9125rem);
  }
}
.under .lifeService__nursingHome--flow dl:last-of-type dt::after {
  display: none;
}
.under .lifeService__nursingHome--bottom {
  padding-bottom: 2.25rem;
}
.under .lifeService__nursingHome--bottom .strong {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  color: #084b72;
}
@media screen and (max-width: 768px) {
  .under .lifeService__nursingHome--bottom .strong {
    font-size: clamp(0.8rem, 5.35vw, 1.35rem);
  }
}
.under .lifeService__nursingHome--bottom .strong .sp-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .under .lifeService__nursingHome--bottom .strong .sp-show {
    display: block;
  }
}
.under .lifeService__nursingHome--bottom .lead {
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .under .lifeService__nursingHome--bottom .lead {
    font-size: clamp(0.5rem, 3.05vw, 0.75rem);
  }
}
.under .sitemap {
  padding-bottom: 2rem;
}
.under .sitemap img {
  display: block;
  margin-inline: auto;
  max-width: 560px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .under .sitemap img {
    margin-bottom: 7%;
  }
}
.under .sitemap__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 10px;
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, 1fr);
    grid-row-gap: 15px;
  }
}
.under .sitemap__flex ul.grid01 {
  grid-area: 1/1/8/2;
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul.grid01 {
    grid-area: 1/1/6/2;
  }
}
.under .sitemap__flex ul.grid02 {
  grid-area: 1/2/11/3;
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul.grid02 {
    grid-area: 1/2/8/3;
  }
}
.under .sitemap__flex ul.grid03 {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul.grid03 {
    grid-area: 10/2/12/3;
  }
}
.under .sitemap__flex ul.grid04 {
  grid-area: 9/1/13/2;
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul.grid04 {
    grid-area: 6/1/8/2;
  }
}
.under .sitemap__flex ul.grid05 {
  grid-area: 4/3/9/4;
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul.grid05 {
    grid-area: 8/1/12/2;
  }
}
.under .sitemap__flex ul.grid06 {
  grid-area: 10/3/13/4;
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul.grid06 {
    grid-area: 8/2/10/3;
  }
}
@media screen and (max-width: 768px) {
  .under .sitemap__flex ul li {
    margin-bottom: 1%;
  }
}
.under .sitemap__flex ul li a {
  position: relative;
  padding-left: 1.125rem;
  font-size: 1.0375rem;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .sitemap__flex ul li a {
    font-size: clamp(0.5rem, 2.2vw, 1.125rem);
  }
}
@media screen and (max-width: 768px) {
  .under .sitemap__flex ul li a {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul li a {
    padding-left: 0.65rem;
    font-size: clamp(0.5rem, 3.25vw, 1.125rem);
  }
}
.under .sitemap__flex ul li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../img/common/arrow_r_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .under .sitemap__flex ul li a::before {
    width: 15px;
    height: 13px;
  }
}
@media screen and (max-width: 550px) {
  .under .sitemap__flex ul li a::before {
    width: 9px;
    height: 7px;
  }
}
.under .sitemap__flex ul li.current a {
  padding-left: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.under .sitemap__flex ul li.current a:hover {
  opacity: 1;
}
.under .sitemap__flex ul li.current a::before {
  display: none;
}
.under .faq {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .under .faq {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .faq {
    padding-bottom: 10%;
  }
}
.under .faq ul li {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  padding: 1.25rem 4.75rem 0.875rem 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .under .faq ul li {
    padding: 1.25rem 2.5rem 0.875rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .under .faq ul li {
    padding: 1rem 1.5rem 0.875rem 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .faq ul li {
    padding: 1rem 0.75rem 0.875rem 0.75rem;
    margin-bottom: 1rem;
  }
}
.under .faq ul li h2 {
  display: flex;
  align-items: center;
  color: #084b72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #084b72;
  gap: 0.65rem;
}
@media screen and (max-width: 1024px) {
  .under .faq ul li h2 {
    font-size: clamp(0.875rem, 2.725vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .under .faq ul li h2 {
    font-size: clamp(0.7125rem, 4.375vw, 0.875rem);
  }
}
@media screen and (max-width: 550px) {
  .under .faq ul li h2 {
    gap: 0.45rem;
  }
}
.under .faq ul li h2 span {
  display: flex;
  padding: 0.25rem 0.875rem 0.45rem;
  align-items: center;
  justify-content: center;
  background-color: #084b72;
  color: #fff;
  font-size: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .under .faq ul li h2 span {
    padding: 0.2rem 0.75rem 0.35rem;
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .under .faq ul li h2 span {
    padding: 0.125rem 0.65rem 0.3rem;
    font-size: 25px;
  }
}
.under .faq ul li p {
  display: flex;
  align-items: center;
  padding-top: 0.35rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.825rem;
  gap: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .under .faq ul li p {
    font-size: clamp(0.65rem, 2.05vw, 0.825rem);
  }
}
@media screen and (max-width: 768px) {
  .under .faq ul li p {
    align-items: flex-start;
    gap: 0.75rem;
    font-size: clamp(0.5875rem, 3.575vw, 0.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .faq ul li p {
    gap: 0.45rem;
  }
}
.under .faq ul li p span {
  display: flex;
  padding: 0.115rem 0.7rem 0.4rem;
  align-items: center;
  justify-content: center;
  border: solid 2px #084b72;
  font-size: 29px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .under .faq ul li p span {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .under .faq ul li p span {
    padding: 0.115rem 0.55rem 0.3rem;
    font-size: 22px;
  }
}
.under .moshimo .lead {
  text-align: center;
  font-size: 0.9125rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo .lead {
    font-size: clamp(0.5rem, 3.05vw, 0.9125rem);
  }
}
.under .moshimo .lead .sp-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .moshimo .lead .sp-show {
    display: block;
  }
}
.under .moshimo__preparation {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo__preparation {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation {
    padding-bottom: 10%;
  }
}
.under .moshimo__preparation h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.325rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  padding: 0.25rem 2.65rem 0.45rem;
  color: #084b72;
  border: solid 1px #084b72;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .under .moshimo__preparation h2 {
    font-size: clamp(0.75rem, 4vw, 1.325rem);
  }
}
@media screen and (max-width: 768px) {
  .under .moshimo__preparation h2 {
    padding: 0.25rem 5% 0.45rem;
    text-align: center;
  }
}
.under .moshimo__preparation--flex {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-block: 1.25rem 0.75rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .under .moshimo__preparation--flex {
    padding-block: 1rem 0.65rem;
    padding-left: 0.875rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .under .moshimo__preparation--flex {
    padding-block: 0.75rem 0.65rem;
    padding-left: 0.75rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex {
    position: relative;
    flex-direction: column;
    gap: 0;
    padding-block: 0;
    padding-left: 0;
    margin-bottom: 12%;
  }
}
.under .moshimo__preparation--flex:nth-of-type(1) {
  margin-top: 0.125rem;
  border-left: solid 10px rgba(8, 75, 114, 0.1);
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex:nth-of-type(1) {
    margin-top: 15%;
    border-left: none;
  }
}
.under .moshimo__preparation--flex:nth-of-type(2) {
  border-left: solid 10px rgba(8, 75, 114, 0.2);
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex:nth-of-type(2) {
    border-left: none;
  }
}
.under .moshimo__preparation--flex:nth-of-type(3) {
  border-left: solid 10px rgba(8, 75, 114, 0.3);
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex:nth-of-type(3) {
    border-left: none;
  }
}
.under .moshimo__preparation--flex:nth-of-type(4) {
  border-left: solid 10px rgba(8, 75, 114, 0.4);
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex:nth-of-type(4) {
    border-left: none;
  }
}
.under .moshimo__preparation--flex:nth-of-type(5) {
  border-left: solid 10px rgba(8, 75, 114, 0.8);
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex:nth-of-type(5) {
    border-left: none;
  }
}
.under .moshimo__preparation--flex:nth-of-type(6) {
  border-left: solid 10px rgb(8, 75, 114);
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex:nth-of-type(6) {
    border-left: none;
  }
}
.under .moshimo__preparation--flex img {
  width: 61px;
}
@media screen and (max-width: 768px) {
  .under .moshimo__preparation--flex img {
    width: 10vw;
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex img {
    position: absolute;
    top: 1%;
    right: 1%;
    width: 11vw;
  }
}
.under .moshimo__preparation--flex .center {
  font-size: 1.85rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
  line-height: 0.9;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo__preparation--flex .center {
    font-size: clamp(1.55rem, 6.75vw, 1.85rem);
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex .center {
    margin-bottom: 0.5rem;
  }
}
.under .moshimo__preparation--flex .right {
  margin-top: 0.5rem;
  padding-top: 0.25rem;
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex .right {
    margin-top: 0;
  }
}
.under .moshimo__preparation--flex .right h3 {
  padding-left: 1rem;
  font-size: 1.25rem;
  color: #084b72;
  border-left: 3px solid #084b72;
  margin-bottom: 0.75rem;
  line-height: 1.125;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under .moshimo__preparation--flex .right h3 {
    font-size: clamp(0.875rem, 3.785vw, 1.25rem);
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex .right h3 {
    padding-left: 0;
    border-left: none;
    margin-bottom: 0.5rem;
    font-size: clamp(1rem, 6.125vw, 1.25rem);
  }
}
.under .moshimo__preparation--flex .right h3 br {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex .right h3 br {
    display: block;
  }
}
.under .moshimo__preparation--flex .right .lead {
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 550px) {
  .under .moshimo__preparation--flex .right .lead {
    font-size: clamp(0.575rem, 3.55vw, 0.75rem);
  }
}
.under .moshimo__flow {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 550px) {
  .under .moshimo__flow {
    padding-bottom: 10%;
  }
}
.under .moshimo__flow .lead {
  margin-bottom: 1rem;
}
.under .moshimo__flow .cta {
  margin-bottom: 1.5rem;
}
.under .moshimo__flow ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 550px) {
  .under .moshimo__flow ul {
    margin-bottom: 15%;
  }
}
.under .moshimo__flow ul li {
  width: 100%;
  padding-block: 0.425rem;
  padding-inline: 4rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.955rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo__flow ul li {
    padding-inline: 0;
    padding-left: 4%;
    font-size: clamp(0.625rem, 3.85vw, 0.955rem);
  }
}
.under .moshimo__flow--table {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 550px) {
  .under .moshimo__flow--table {
    margin-bottom: 15%;
  }
}
.under .moshimo__flow--table::after {
  position: absolute;
  top: 0;
  left: 5%;
  width: 2px;
  height: 87%;
  background-color: #084b72;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .under .moshimo__flow--table::after {
    left: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  .under .moshimo__flow--table::after {
    left: 8%;
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__flow--table::after {
    left: 10.5%;
  }
}
.under .moshimo__flow--table dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 2.125rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .under .moshimo__flow--table dl {
    gap: 5vw;
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__flow--table dl {
    margin-bottom: 8%;
  }
}
.under .moshimo__flow--table dl dt {
  width: 73px;
  color: #fff;
  padding-block: 0.125rem;
  background: linear-gradient(to bottom, #084B72, #07283B);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.0125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .under .moshimo__flow--table dl dt {
    padding-block: 1%;
    width: 11vw;
    font-size: clamp(1.35rem, 8.25vw, 2.0125rem);
  }
}
.under .moshimo__flow--table dl dd {
  width: calc(100% - 73px - 2.125rem);
}
@media screen and (max-width: 1024px) {
  .under .moshimo__flow--table dl dd {
    width: calc(100% - 11vw - 5vw);
  }
}
.under .moshimo__flow--table dl dd h4 {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .under .moshimo__flow--table dl dd h4 {
    font-size: clamp(0.705rem, 4.275vw, 1.25rem);
  }
}
.under .moshimo__flow--table dl dd p {
  font-size: 0.9125rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo__flow--table dl dd p {
    font-size: clamp(0.5875rem, 3.5875vw, 0.9125rem);
  }
}
.under .moshimo__flow--table dl:last-of-type::after {
  display: none;
}
.under .moshimo__flow--cash {
  padding-block: 1.65rem 1.45rem;
  padding-inline: 0.5rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 550px) {
  .under .moshimo__flow--cash {
    padding-block: 4%;
    padding-inline: 3%;
  }
}
.under .moshimo__flow--cash h4 {
  text-align: center;
  color: #084b72;
  font-size: 1.65rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo__flow--cash h4 {
    font-size: clamp(1.025rem, 6.25vw, 1.65rem);
  }
}
.under .moshimo__flow--cash p {
  font-size: 0.85rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo__flow--cash p {
    font-size: clamp(0.65rem, 3vw, 0.85rem);
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__flow--cash p {
    width: 80%;
    margin-inline: auto;
  }
}
.under .moshimo__flow--cash img {
  display: block;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .under .moshimo__flow--cash img {
    width: 80%;
  }
}
.under .moshimo__schedule {
  padding-bottom: 2rem;
}
.under .moshimo__schedule--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .under .moshimo__schedule--flex {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .under .moshimo__schedule--flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__schedule--flex {
    margin-bottom: 20%;
  }
}
.under .moshimo__schedule--flex:first-of-type {
  margin-top: 4rem;
}
@media screen and (max-width: 550px) {
  .under .moshimo__schedule--flex:first-of-type {
    margin-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .under .moshimo__schedule--flex:last-of-type {
    margin-bottom: 5%;
  }
}
.under .moshimo__schedule--flex .left {
  width: 37.8%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .under .moshimo__schedule--flex .left {
    width: 100%;
    aspect-ratio: 2.25/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1rem;
  }
}
.under .moshimo__schedule--flex .right {
  width: 58.75%;
}
@media screen and (max-width: 768px) {
  .under .moshimo__schedule--flex .right {
    width: 100%;
  }
}
.under .moshimo__schedule--flex .right h4 {
  font-size: 1.375rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #084b72;
}
@media screen and (max-width: 1100px) {
  .under .moshimo__schedule--flex .right h4 {
    font-size: clamp(0.875rem, 2.7125vw, 1.375rem);
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .under .moshimo__schedule--flex .right h4 {
    font-size: clamp(0.835rem, 5.125vw, 1.375rem);
    margin-bottom: 0.75rem;
  }
}
.under .moshimo__schedule--flex .right p {
  font-size: 0.825rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .under .moshimo__schedule--flex .right p {
    font-size: clamp(0.55rem, 1.725vw, 0.825rem);
  }
}
@media screen and (max-width: 768px) {
  .under .moshimo__schedule--flex .right p {
    font-size: clamp(0.5rem, 3.05vw, 0.825rem);
  }
}
.under .moshimo__schedule--flex .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .under .moshimo__schedule--flex .right ul {
    margin-top: 0.5rem;
  }
}
.under .moshimo__schedule--flex .right ul li {
  width: 50%;
  font-size: 0.825rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .under .moshimo__schedule--flex .right ul li {
    font-size: clamp(0.55rem, 1.725vw, 0.825rem);
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__schedule--flex .right ul li:nth-of-type(2n) {
    width: 41%;
  }
}
@media screen and (max-width: 550px) {
  .under .moshimo__schedule--flex .right ul li:nth-of-type(2n + 1) {
    width: 59%;
  }
}
.under .employ {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .employ {
    padding-bottom: 8%;
  }
}
.under .employ__tab--nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 550px) {
  .under .employ__tab--nav {
    gap: 2%;
  }
}
.under .employ__tab--nav li {
  width: 100%;
  padding-block: 0.25rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  border: solid 2px #084b72;
}
@media screen and (max-width: 550px) {
  .under .employ__tab--nav li {
    padding-block: 0.125rem;
  }
}
.under .employ__tab--nav li.selected {
  background-color: #084b72;
}
.under .employ__tab--nav li.selected p {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.under .employ__tab--nav li:not(.selected):hover {
  background-color: #084b72;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.under .employ__tab--nav li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
  font-size: 1.325rem;
  padding-block: 0.55rem;
  border-top: 2px solid #084b72;
  border-bottom: 2px solid #084b72;
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--nav li p {
    font-size: clamp(0.6rem, 2.6vw, 1.325rem);
  }
}
@media screen and (max-width: 550px) {
  .under .employ__tab--nav li p {
    font-size: 0.625rem;
    padding-block: 0.35rem;
    border-top: 1px solid #084b72;
    border-bottom: 1px solid #084b72;
  }
}
@media screen and (max-width: 550px) {
  .under .employ__tab--nav li p.sp-hide {
    display: none;
  }
}
.under .employ__tab--nav li p.sp-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .employ__tab--nav li p.sp-show {
    display: flex;
  }
}
.under .employ__tab--content {
  display: none;
  padding: 20px;
  min-height: 150px;
  background-color: #fff;
  padding-inline: 2rem;
  padding-block: 3.75rem;
  border: solid 2px #084b72;
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--content {
    padding-inline: 5%;
    padding-block: 6%;
  }
}
@media screen and (max-width: 768px) {
  .under .employ__tab--content {
    border: solid 1px #084b72;
  }
}
.under .employ__tab--content.selected {
  display: block;
}
.under .employ__tab--content h2 {
  padding-block: 0.125rem 1rem;
  border-bottom: solid 2px #084b72;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .under .employ__tab--content h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .under .employ__tab--content h2 {
    padding-block: 0.125rem 0.5rem;
    border-bottom: solid 1px #084b72;
  }
}
.under .employ__tab--content h2 p {
  font-size: 1.32875rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  padding-left: 0.875rem;
  border-left: solid 3px #084b72;
  color: #084b72;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--content h2 p {
    padding-left: 3.5%;
    font-size: clamp(0.7875rem, 3vw, 1.32875rem);
  }
}
.under .employ__tab--content dl {
  display: flex;
  font-size: 0.835rem;
  padding-block: 0.7rem;
  border-bottom: solid 1px #313131;
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--content dl {
    font-size: clamp(0.425rem, 2.575vw, 0.835rem);
  }
}
@media screen and (max-width: 768px) {
  .under .employ__tab--content dl {
    padding-block: 4%;
  }
}
.under .employ__tab--content dl dt {
  width: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #313131;
}
@media screen and (max-width: 550px) {
  .under .employ__tab--content dl dt {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--content dl dt span {
    font-size: clamp(0.2875rem, 1.525vw, 0.65rem);
  }
}
.under .employ__tab--content dl dd {
  width: 79%;
  padding-left: 3.25rem;
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--content dl dd {
    padding-left: 5.5%;
  }
}
.under .employ__tab--content dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--content dl dd ul {
    gap: 1vw;
  }
}
.under .employ__tab--content dl dd ul li {
  background-color: #fff;
  text-align: center;
  width: 187px;
  padding-block: 0.125rem;
  border: solid 1px #313131;
}
@media screen and (max-width: 1024px) {
  .under .employ__tab--content dl dd ul li {
    width: 32%;
    font-size: clamp(0.3125rem, 1.875vw, 0.835rem);
  }
}
.under .griefcare h2 {
  font-size: clamp(1.5rem, 4.65vw, 2rem);
  text-align: center;
  color: #084b72;
  margin-bottom: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under .griefcare h2 {
    font-size: clamp(0.925rem, 5.65vw, 1.5rem);
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare h2 {
    margin-bottom: 8%;
  }
}
.under .griefcare h2.underSecTtl {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 550px) {
  .under .griefcare h2.underSecTtl {
    margin-bottom: 6%;
  }
}
.under .griefcare h2 span {
  background: linear-gradient(to bottom, #084B72, #07283B);
  color: #fff;
  padding-inline: 1.25rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 550px) {
  .under .griefcare h2 span {
    padding-inline: 0.75rem;
  }
}
.under .griefcare__how {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__how {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__how {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__how h2 {
    margin-bottom: 12%;
  }
}
.under .griefcare__how--lead {
  font-size: 0.85rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .under .griefcare__how--lead {
    font-size: clamp(0.7rem, 2.2vw, 0.85rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__how--lead {
    margin-bottom: 10%;
  }
}
.under .griefcare__how--block {
  position: relative;
  padding-block: 1.5rem 0.25rem;
  margin-bottom: 1.75rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .under .griefcare__how--block {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .under .griefcare__how--block {
    padding-block: 10% 0.25rem;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__how--block {
    padding-block: 12% 0.25rem;
  }
}
.under .griefcare__how--block::before {
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 2rem;
  font-size: 3.5rem;
  color: #084b72;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .under .griefcare__how--block::before {
    font-size: clamp(2.5rem, 8vw, 3.5rem);
    top: -4vw;
    left: 5%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__how--block::before {
    font-size: 2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    top: -1.25rem;
  }
}
.under .griefcare__how--block:nth-of-type(1)::before {
  content: "01";
}
.under .griefcare__how--block:nth-of-type(2)::before {
  content: "02";
}
.under .griefcare__how--block h3 {
  font-size: 1.75rem;
  color: #084b72;
  margin-bottom: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under .griefcare__how--block h3 {
    font-size: clamp(1.2875rem, 5.475vw, 1.75rem);
  }
}
.under .griefcare__how--block h3 br {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .griefcare__how--block h3 br {
    display: block;
  }
}
.under .griefcare__how--block h4 {
  font-size: 1.05rem;
  color: #084b72;
  margin-bottom: 0.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under .griefcare__how--block h4 {
    font-size: clamp(0.675rem, 3.25vw, 1.025rem);
  }
}
.under .griefcare__how--block p {
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .under .griefcare__how--block p {
    font-size: clamp(0.5rem, 2.675vw, 0.85rem);
  }
}
.under .griefcare__point {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__point {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__point {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .under .griefcare__point .underSecTtl {
    font-size: clamp(0.9rem, 5.65vw, 1.5rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__point .underSecTtl::before, .under .griefcare__point .underSecTtl::after {
    display: none;
  }
}
.under .griefcare__point--lead {
  font-size: 0.85rem;
  margin-bottom: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .under .griefcare__point--lead {
    font-size: clamp(0.7rem, 2.2vw, 0.85rem);
  }
}
@media screen and (max-width: 768px) {
  .under .griefcare__point--lead {
    margin-bottom: 6%;
  }
}
.under .griefcare__point--flex {
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 550px) {
  .under .griefcare__point--flex {
    flex-direction: column;
  }
}
.under .griefcare__point--flex picture {
  width: 266px;
}
@media screen and (max-width: 550px) {
  .under .griefcare__point--flex picture {
    width: 100%;
  }
}
.under .griefcare__point--flex picture img {
  display: block;
  width: 100%;
  height: auto;
}
.under .griefcare__point--flex .right {
  display: flex;
  align-items: center;
  width: calc(100% - 266px);
  background-color: #fff;
  padding-inline: 3% 6%;
}
@media screen and (max-width: 768px) {
  .under .griefcare__point--flex .right {
    width: 70%;
    padding-inline: 4%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__point--flex .right {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__point--flex .right .content {
    width: 100%;
    text-align: center;
    padding-block: 4%;
  }
}
.under .griefcare__point--flex .right .content h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #084b72;
  font-size: 1.4125rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__point--flex .right .content h3 {
    font-size: clamp(1rem, 3.875vw, 1.25rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__point--flex .right .content h3 {
    font-size: clamp(0.75rem, 4.275vw, 1rem);
    margin-bottom: 2.5%;
  }
}
.under .griefcare__point--flex .right .content p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.825rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .under .griefcare__point--flex .right .content p {
    font-size: clamp(0.565rem, 2.45vw, 0.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__point--flex .right .content p {
    font-size: clamp(0.45rem, 2.75vw, 0.65rem);
  }
}
.under .griefcare__point--flex .right .content p .sp-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .under .griefcare__point--flex .right .content p .sp-show {
    display: block;
  }
}
.under .griefcare__process {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__process {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__process {
    padding-bottom: 10%;
  }
}
.under .griefcare__process--table {
  position: relative;
}
.under .griefcare__process--table::before {
  position: absolute;
  top: 2%;
  left: 2.25%;
  height: 85%;
  width: 1px;
  background-color: #084b72;
  content: "";
}
@media screen and (max-width: 790px) {
  .under .griefcare__process--table::before {
    height: 86%;
  }
}
@media screen and (max-width: 768px) {
  .under .griefcare__process--table::before {
    display: none;
  }
}
.under .griefcare__process--table dl {
  padding-left: 1rem;
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__process--table dl {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__process--table dl {
    margin-bottom: 8%;
  }
}
.under .griefcare__process--table dl dt {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .under .griefcare__process--table dl dt {
    width: 15%;
  }
}
.under .griefcare__process--table dl dt::before {
  position: absolute;
  top: 1rem;
  left: -0.25rem;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #084b72;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .under .griefcare__process--table dl dt::before {
    left: -5%;
  }
}
@media screen and (max-width: 930px) {
  .under .griefcare__process--table dl dt::before {
    left: -7%;
  }
}
@media screen and (max-width: 850px) {
  .under .griefcare__process--table dl dt::before {
    left: -9.5%;
  }
}
@media screen and (max-width: 768px) {
  .under .griefcare__process--table dl dt::before {
    display: none;
  }
}
.under .griefcare__process--table dl dt img {
  width: 70px;
}
.under .griefcare__process--table dl dd {
  width: 80%;
}
.under .griefcare__process--table dl dd h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
  font-size: 1.045rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .under .griefcare__process--table dl dd h3 {
    font-size: clamp(0.825rem, 4.6125vw, 1.045rem);
    margin-bottom: 2%;
  }
}
.under .griefcare__process--table dl dd p {
  font-size: 0.9125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .under .griefcare__process--table dl dd p {
    font-size: clamp(0.7rem, 2.2vw, 0.9125rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__process--table dl dd p {
    font-size: clamp(0.5rem, 3vw, 0.7rem);
  }
}
.under .griefcare__family {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__family {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__family {
    padding-bottom: 15%;
  }
}
.under .griefcare__family h3 {
  font-size: 1.035rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .under .griefcare__family h3 {
    font-size: 0.875rem;
    margin-bottom: 3.5%;
  }
}
.under .griefcare__family--lead {
  text-align: center;
  font-size: 0.9125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .under .griefcare__family--lead {
    font-size: clamp(0.7rem, 2.2vw, 0.9125rem);
  }
}
.under .griefcare__care {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__care {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__care {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__care h2 {
    margin-bottom: 15%;
  }
}
.under .griefcare__care--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .under .griefcare__care--flex {
    flex-direction: column;
    gap: 11vw;
  }
}
.under .griefcare__care--flex .item {
  position: relative;
  width: 47%;
  padding-inline: 1.5rem;
  padding-block: 2.25rem 2.5rem;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1100px) {
  .under .griefcare__care--flex .item {
    width: 48%;
    padding-inline: 4%;
    padding-block: 6%;
  }
}
@media screen and (max-width: 768px) {
  .under .griefcare__care--flex .item {
    padding-block: 9% 6%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__care--flex .item {
    width: 100%;
    padding-block: 11% 8%;
    padding-inline: 5.5%;
  }
}
.under .griefcare__care--flex .item::after {
  position: absolute;
  top: -13%;
  left: 6%;
  display: block;
  font-size: 3.25rem;
  color: #084b72;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .under .griefcare__care--flex .item::after {
    font-size: clamp(2.25rem, 9.875vw, 3.25rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__care--flex .item::after {
    top: -19%;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.under .griefcare__care--flex .item.left::after {
  content: "01";
}
.under .griefcare__care--flex .item.right::after {
  content: "02";
}
.under .griefcare__care--flex .item h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  color: #084b72;
}
@media screen and (max-width: 1100px) {
  .under .griefcare__care--flex .item h3 {
    font-size: clamp(0.7875rem, 3.365vw, 1.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__care--flex .item h3 {
    text-align: center;
    margin-bottom: 4.5%;
    font-size: 1.0875rem;
  }
}
.under .griefcare__care--flex .item p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .under .griefcare__care--flex .item p {
    font-size: clamp(0.55rem, 2.4vw, 1rem);
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__care--flex .item p {
    font-size: 0.5rem;
  }
}
.under .griefcare__heartful {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__heartful {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__heartful {
    padding-bottom: 0;
  }
}
.under .griefcare__heartful--flex {
  display: flex;
  gap: 1.65rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .under .griefcare__heartful--flex {
    gap: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__heartful--flex {
    gap: 0.75rem;
    flex-direction: column;
  }
}
.under .griefcare__heartful--flex img {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .under .griefcare__heartful--flex img {
    width: 36%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__heartful--flex img {
    width: 100%;
    aspect-ratio: 5.65/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__heartful--flex .right {
    width: 100%;
  }
}
.under .griefcare__heartful--flex .right h3 {
  font-size: 1.025rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .griefcare__heartful--flex .right h3 {
    font-size: clamp(0.65rem, 2.75vw, 1.025rem);
    margin-bottom: 2.5%;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__heartful--flex .right h3 {
    font-size: 0.825rem;
  }
}
.under .griefcare__heartful--flex .right p {
  font-size: 0.9125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .under .griefcare__heartful--flex .right p {
    font-size: clamp(0.5rem, 2.125vw, 0.9125rem);
  }
}
.under .griefcare__summary {
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .under .griefcare__summary {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .under .griefcare__summary {
    padding-bottom: 10%;
  }
}
.under .griefcare__summary p {
  text-align: center;
  font-size: 0.855rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .under .griefcare__summary p {
    font-size: clamp(0.7rem, 2.2vw, 0.855rem);
  }
}
.under .member {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .under .member {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .member {
    padding-bottom: 8%;
  }
}
.under .member__how {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .under .member__how {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .member__how {
    padding-bottom: 15%;
  }
}
.under .member__how--lead {
  font-size: 0.85rem;
  margin-bottom: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .under .member__how--lead {
    font-size: clamp(0.7rem, 2.2vw, 0.85rem);
  }
}
@media screen and (max-width: 768px) {
  .under .member__how--lead {
    margin-bottom: 6%;
  }
}
.under .member__how h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
  font-size: 1.65rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.125rem;
  padding: 0.125rem 2.45rem;
  position: relative;
}
.under .member__how h2:first-of-type {
  border: 1px solid #084b72;
}
@media screen and (max-width: 1024px) {
  .under .member__how h2 {
    font-size: clamp(0.825rem, 4.25vw, 1.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .member__how h2 {
    padding: 0.125rem 7%;
    margin: 0 auto 6%;
  }
}
.under .member__how--list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 1.65rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .under .member__how--list {
    gap: 1rem 0.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .member__how--list {
    margin-bottom: 12%;
  }
}
.under .member__how--list li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 3.3rem) / 3);
}
@media screen and (max-width: 768px) {
  .under .member__how--list li {
    width: calc((100% - 1rem) / 3);
  }
}
@media screen and (max-width: 550px) {
  .under .member__how--list li {
    width: calc((100% - 0.5rem) / 2);
  }
}
.under .member__how--list li.sz50 {
  width: calc((100% - 1.65rem) / 2);
}
@media screen and (max-width: 768px) {
  .under .member__how--list li.sz50 {
    width: calc((100% - 0.5rem) / 2);
  }
}
.under .member__how--list li .label {
  position: absolute;
  padding: 0.35rem 0.45rem;
  background-color: #084b72;
  color: #fff;
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 0.4875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .under .member__how--list li .label {
    padding: 0.25rem 0.35rem;
  }
}
@media screen and (max-width: 550px) {
  .under .member__how--list li .label {
    font-size: 0.375rem;
  }
}
.under .member__how--list li .label strong {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .under .member__how--list li .label strong {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 550px) {
  .under .member__how--list li .label strong {
    font-size: 0.75rem;
  }
}
.under .member__how--list li img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 550px) {
  .under .member__how--list li img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.under .member__how--list li .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding-inline: 0.25rem;
  text-align: center;
  justify-content: center;
}
.under .member__how--list li .content .lg {
  font-size: 1.45rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .member__how--list li .content .lg {
    font-size: clamp(0.7rem, 3.05vw, 1.45rem);
  }
}
.under .member__how--list li .content .md {
  font-size: 0.95rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .member__how--list li .content .md {
    font-size: clamp(0.475rem, 2.05vw, 0.95rem);
  }
}
.under .member__how--list li .content .sm {
  margin-top: 0.25rem;
  font-size: 0.7125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .member__how--list li .content .sm {
    font-size: clamp(0.5rem, 2.125vw, 0.7125rem);
    margin-top: 0;
  }
}
.under .member__how--list li .content .xsm {
  margin-top: 0.25rem;
  font-size: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .under .member__how--list li .content .xsm {
    font-size: clamp(0.4rem, 1.75vw, 0.625rem);
    margin-top: 0;
  }
}
.under .member__how--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
  padding-inline: 0.25rem;
}
@media screen and (max-width: 550px) {
  .under .member__how--flex {
    gap: 0.5rem;
    margin-bottom: 8%;
  }
}
.under .member__how--flex li {
  width: calc((100% - 4rem) / 5);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding-block: 0.25rem;
  font-size: 1.025rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .under .member__how--flex li {
    width: calc((100% - 3rem) / 4);
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .under .member__how--flex li {
    width: calc((100% - 2rem) / 3);
    font-size: clamp(0.5rem, 3.105vw, 0.8rem);
  }
}
@media screen and (max-width: 550px) {
  .under .member__how--flex li {
    width: calc((100% - 1rem) / 3);
  }
}
.under .member__how--grid {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .under .member__how--grid {
    flex-wrap: wrap;
  }
}
.under .member__how--grid li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2.5rem) / 6);
  background: linear-gradient(to bottom, #084B72, #07283B);
  color: #fff;
  padding: 1.5rem 0.125rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .under .member__how--grid li {
    width: calc((100% - 1rem) / 3);
  }
}
@media screen and (max-width: 550px) {
  .under .member__how--grid li {
    padding: 1rem 0.125rem 0.5rem;
  }
}
.under .member__how--grid li img {
  max-width: 95px;
  display: block;
  margin-inline: auto;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .under .member__how--grid li img {
    width: 60%;
  }
}
.under .member__how--grid li .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.under .member__how--grid li .content p {
  text-align: center;
  font-size: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .under .member__how--grid li .content p {
    font-size: clamp(0.45rem, 1.35vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .under .member__how--grid li .content p {
    font-size: clamp(0.45rem, 2.65vw, 0.75rem);
  }
}
.under .member__saijou--flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 550px) {
  .under .member__saijou--flex {
    margin-bottom: 8%;
  }
}
.under .member__saijou--flex .item {
  width: 47.2%;
}
@media screen and (max-width: 550px) {
  .under .member__saijou--flex .item {
    width: 48.5%;
  }
}
.under .member__saijou--flex .item img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .under .member__saijou--flex .item img {
    margin-bottom: 2%;
  }
}
.under .member__saijou--flex .item .content h3 {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .member__saijou--flex .item .content h3 {
    font-size: clamp(0.55rem, 3.75vw, 1.4rem);
  }
}
.under .member__saijou--flex .item .content .add {
  font-size: 0.9125rem;
  margin-bottom: 0.75rem;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .under .member__saijou--flex .item .content .add {
    font-size: clamp(0.5rem, 3.05vw, 0.9125rem);
  }
}
@media screen and (max-width: 768px) {
  .under .member__saijou--flex .item .content .add {
    margin-bottom: 4%;
  }
}
.under .member__saijou--flex .item .content .lead {
  font-size: 0.9125rem;
}
@media screen and (max-width: 1024px) {
  .under .member__saijou--flex .item .content .lead {
    font-size: clamp(0.5rem, 3.05vw, 0.9125rem);
  }
}
.under .member__saijou--method h3 {
  color: #084b72;
  text-align: center;
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .under .member__saijou--method h3 {
    font-size: clamp(0.825rem, 4.25vw, 1.45rem);
  }
}
.under .member__saijou--method p {
  font-size: 0.85rem;
  margin-bottom: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .under .member__saijou--method p {
    font-size: clamp(0.7rem, 2.2vw, 0.85rem);
  }
}
@media screen and (max-width: 768px) {
  .under .member__saijou--method p {
    margin-bottom: 6%;
  }
}
.under .member__faq ul {
  margin-bottom: 4rem;
}
@media screen and (max-width: 550px) {
  .under .member__faq ul {
    margin-bottom: 0;
  }
}
.under .member__faq ul li {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  padding: 1.25rem 4.75rem 0.875rem 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .under .member__faq ul li {
    padding: 1.25rem 2.5rem 0.875rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .under .member__faq ul li {
    padding: 1rem 1.5rem 0.875rem 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .under .member__faq ul li {
    padding: 1rem 0.75rem 0.875rem 0.75rem;
    margin-bottom: 1rem;
  }
}
.under .member__faq ul li h3 {
  display: flex;
  align-items: center;
  color: #084b72;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #084b72;
  gap: 0.65rem;
}
@media screen and (max-width: 1024px) {
  .under .member__faq ul li h3 {
    font-size: clamp(0.875rem, 2.725vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  .under .member__faq ul li h3 {
    font-size: clamp(0.7125rem, 4.375vw, 0.875rem);
  }
}
@media screen and (max-width: 550px) {
  .under .member__faq ul li h3 {
    gap: 0.45rem;
  }
}
.under .member__faq ul li h3 span {
  display: flex;
  padding: 0.25rem 0.875rem 0.45rem;
  align-items: center;
  justify-content: center;
  background-color: #084b72;
  color: #fff;
  font-size: 35px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .under .member__faq ul li h3 span {
    padding: 0.2rem 0.75rem 0.35rem;
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  .under .member__faq ul li h3 span {
    padding: 0.125rem 0.65rem 0.3rem;
    font-size: 25px;
  }
}
.under .member__faq ul li p {
  display: flex;
  align-items: center;
  padding-top: 0.35rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.825rem;
  gap: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .under .member__faq ul li p {
    font-size: clamp(0.65rem, 2.05vw, 0.825rem);
  }
}
@media screen and (max-width: 768px) {
  .under .member__faq ul li p {
    align-items: flex-start;
    gap: 0.75rem;
    font-size: clamp(0.5875rem, 3.575vw, 0.65rem);
  }
}
@media screen and (max-width: 550px) {
  .under .member__faq ul li p {
    gap: 0.45rem;
  }
}
.under .member__faq ul li p span {
  display: flex;
  padding: 0.115rem 0.7rem 0.4rem;
  align-items: center;
  justify-content: center;
  border: solid 2px #084b72;
  font-size: 29px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .under .member__faq ul li p span {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .under .member__faq ul li p span {
    padding: 0.115rem 0.55rem 0.3rem;
    font-size: 22px;
  }
}
.under .member__cta {
  padding-top: 3rem;
}
@media screen and (max-width: 550px) {
  .under .member__cta {
    padding-top: 12%;
  }
}
.under .member__cta a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 26px 156.5px 27px 135.2px;
  border-radius: 3rem;
  background-color: #C4A436;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .under .member__cta a {
    padding: 20px 140.5px 20px 90.2px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .under .member__cta a {
    padding: 18px 86.5px 18px 53.2px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .under .member__cta a {
    padding: 15px 53px 15px 28px;
    font-size: 1rem;
  }
}
.under .member__cta a:visited, .under .member__cta a:active {
  color: #fff;
}
.under .member__cta a:hover::after {
  right: 12%;
}
@media screen and (max-width: 550px) {
  .under .member__cta a:hover::after {
    right: 7%;
  }
}
.under .member__cta a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14%;
  margin: auto;
  content: "";
  width: 42px;
  height: 17px;
  background-image: url(../img/top/ikebana_arrow_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .under .member__cta a::after {
    width: 4.25vw;
    height: 1.75vw;
  }
}
@media screen and (max-width: 550px) {
  .under .member__cta a::after {
    width: 4.75vw;
    height: 2vw;
    right: 9%;
  }
}
.under .member__cta p {
  margin-block: 1rem;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under .member__cta p {
    font-size: clamp(0.575rem, 3.825vw, 0.75rem);
  }
}
.under .notFound h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #084b72;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .under .notFound h2 {
    margin-bottom: 6%;
  }
}
.under .notFound p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
}
.under.sougi {
  padding-block: 0 7%;
}

.sougi__header {
  padding-block: 2.275rem 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .sougi__header {
    padding-block: 4% 4.5%;
  }
}
@media screen and (max-width: 1024px) {
  .sougi__header {
    padding-block: 5% 5.5%;
  }
}
@media screen and (max-width: 550px) {
  .sougi__header {
    margin-bottom: 5%;
  }
}
.sougi__header--content {
  padding-inline: 5% !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sougi__header--content {
    padding-inline: 13% !important;
  }
}
.sougi__header--content h1 {
  display: inline-block;
  font-size: 3.125rem;
  color: #fff;
  margin-bottom: 0.65rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .sougi__header--content h1 {
    font-size: clamp(2.25rem, 7.025vw, 3.125rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__header--content h1 {
    margin-bottom: 0;
    font-size: clamp(0.875rem, 5.35vw, 2.25rem);
  }
}
@media screen and (max-width: 550px) {
  .sougi__header--content .price {
    margin-top: -2%;
  }
}
.sougi__header--content .price__label {
  display: inline-block;
  font-size: 1.875rem;
  padding: 0.125rem 1.875rem;
  background-color: #fff;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .sougi__header--content .price__label {
    font-size: clamp(1.25rem, 3.875vw, 1.875rem);
    padding: 0.5% 5%;
  }
}
@media screen and (max-width: 768px) {
  .sougi__header--content .price__label {
    font-size: clamp(0.475rem, 2.95vw, 1.25rem);
  }
}
.sougi__header--content .price__money {
  display: flex;
  align-items: center;
  color: #fff;
}
.sougi__header--content .price__money strong {
  font-size: 3.125rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 1024px) {
  .sougi__header--content .price__money strong {
    font-size: clamp(2.25rem, 7.025vw, 3.125rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__header--content .price__money strong {
    font-size: clamp(0.85rem, 5.25vw, 2.25rem);
  }
}
.sougi__header--content .price__money.kousou strong {
  font-size: 2.175rem;
}
@media screen and (max-width: 1024px) {
  .sougi__header--content .price__money.kousou strong {
    font-size: clamp(1.875rem, 5vw, 2.175rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__header--content .price__money.kousou strong {
    font-size: clamp(0.75rem, 4vw, 1.25rem);
  }
}
.sougi__header--content .price__money small {
  font-size: 1.045rem;
  line-height: 1.125;
  margin-top: 0.5rem;
  margin-right: 0.25rem;
  font-size: clamp(0.75rem, 2.35vw, 1.045rem);
}
@media screen and (max-width: 768px) {
  .sougi__header--content .price__money small {
    margin-top: 0.125rem;
    font-size: clamp(0.35rem, 2.175vw, 0.75rem);
  }
}
.sougi__content {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sougi__content {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content {
    padding-top: 0.5rem;
  }
}
.sougi__content--lead {
  font-size: 0.9125rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sougi__content--lead {
    text-align: left;
    font-size: clamp(0.5rem, 2.825vw, 0.9125rem);
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--lead {
    margin-bottom: 8%;
  }
}
.sougi__content--lead.blue {
  background: linear-gradient(to bottom, #084B72, #07283B);
  color: #fff;
  padding: 1.65rem 1.5rem;
}
.sougi__content--lead.small {
  margin-top: -1rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--lead.small {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--lead.small {
    margin-top: -1.5rem;
    margin-bottom: 10%;
  }
}
.sougi__content--plan {
  padding: 1.5rem 6.5% 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--plan {
    padding: 1.25rem 5.5% 1.5rem;
    margin-bottom: 7%;
  }
}
.sougi__content--plan.on {
  background-color: #c4a436;
}
.sougi__content--plan.on h2 {
  color: #fff;
}
.sougi__content--plan.off {
  background-color: #eaeaea;
}
.sougi__content--plan.off h2 {
  color: #313131;
}
.sougi__content--plan h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.21rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--plan h2 {
    font-size: clamp(0.6rem, 3.725vw, 1.21rem);
    margin-bottom: 5%;
  }
}
.sougi__content--plan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--plan ul {
    gap: 0.5rem 0.35rem;
  }
}
.sougi__content--plan ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc((100% - 3rem) / 4);
  background-color: #fff;
  padding-inline: 2.5% 0.5%;
}
@media screen and (max-width: 1200px) {
  .sougi__content--plan ul li {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--plan ul li {
    padding-block: 1%;
    width: calc((100% - 0.7rem) / 3);
  }
}
.sougi__content--plan ul li p {
  display: block;
  width: calc(100% - 54px);
  text-align: center;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sougi__content--plan ul li p {
    font-size: clamp(0.7rem, 2.175vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--plan ul li p {
    width: calc(100% - 7vw);
    font-size: clamp(0.35rem, 2.325vw, 0.7rem);
  }
}
.sougi__content--plan ul li span {
  width: 54px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .sougi__content--plan ul li span {
    width: 50px;
    height: 51px;
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--plan ul li span {
    width: 7vw;
    height: 7vw;
  }
}
.sougi__content--plan ul li.saidan span {
  background-image: url("../img/sougi/saidan.png");
}
.sougi__content--plan ul li.goreikan span {
  background-image: url("../img/sougi/goreikan.png");
}
.sougi__content--plan ul li.iei span {
  background-image: url("../img/sougi/iei.png");
}
.sougi__content--plan ul li.kadou span {
  background-image: url("../img/sougi/kadou.png");
}
.sougi__content--plan ul li.noukan span {
  background-image: url("../img/sougi/noukan.png");
}
.sougi__content--plan ul li.make span {
  background-image: url("../img/sougi/make.png");
}
.sougi__content--plan ul li.sitaku span {
  background-image: url("../img/sougi/sitaku.png");
}
.sougi__content--plan ul li.yakusyo span {
  background-image: url("../img/sougi/yakusyo.png");
}
.sougi__content--plan ul li.annai span {
  background-image: url("../img/sougi/annai.png");
}
.sougi__content--plan ul li.ato span {
  background-image: url("../img/sougi/ato.png");
}
.sougi__content--plan ul li.kashi span {
  background-image: url("../img/sougi/kashi.png");
}
.sougi__content--plan ul li.teitou span {
  background-image: url("../img/sougi/teitou.png");
}
.sougi__content--plan ul li.kajitsu span {
  background-image: url("../img/sougi/kajitsu.png");
}
.sougi__content--plan ul li.syoumou span {
  background-image: url("../img/sougi/syoumou.png");
}
.sougi__content--plan ul li.kanri span {
  background-image: url("../img/sougi/kanri.png");
}
.sougi__content--plan ul li.ice span {
  background-image: url("../img/sougi/ice.png");
}
.sougi__content--plan ul li.kasou span {
  background-image: url("../img/sougi/kasou.png");
}
.sougi__content--plan ul li.hone span {
  background-image: url("../img/sougi/hone.png");
}
.sougi__content--plan ul li.bus span {
  background-image: url("../img/sougi/bus.png");
}
.sougi__content--plan ul li.reikyusya span {
  background-image: url("../img/sougi/reikyusya.png");
}
.sougi__content--plan ul li.sindaisya span {
  background-image: url("../img/sougi/sindaisya.png");
}
.sougi__content--plan ul li.anchiryou span {
  background-image: url("../img/sougi/anchiryou.png");
}
.sougi__content--plan ul li.henrei span {
  background-image: url("../img/sougi/henrei.png");
}
.sougi__content--plan ul li.seika span {
  background-image: url("../img/sougi/seika.png");
}
.sougi__content--plan ul li.morikago span {
  background-image: url("../img/sougi/morikago.png");
}
.sougi__content--plan ul li.hanataba span {
  background-image: url("../img/sougi/hanataba.png");
}
.sougi__content--plan ul li.ryouri span {
  background-image: url("../img/sougi/ryouri.png");
}
.sougi__content--plan ul li.owakare span {
  background-image: url("../img/sougi/owakare.png");
}
.sougi__content--plan ul li.sheets span {
  background-image: url("../img/sougi/sheets.png");
}
.sougi__content--plan ul li.kanri p {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .sougi__content--plan ul li.kanri p {
    text-align: center;
  }
}
.sougi__content--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.sougi__content--ttl span {
  display: inline-block;
  width: 69px;
  height: 57px;
  background-image: url(../img/common/logo_small.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.35rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--ttl span {
    width: 9vw;
    height: 8vw;
    margin-right: 1.5%;
  }
}
.sougi__content--ttl p {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .sougi__content--ttl p {
    font-size: clamp(0.875rem, 6vw, 2rem);
  }
}
.sougi__content--flow {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.55rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--flow {
    gap: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--flow {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--flow {
    flex-wrap: wrap;
    gap: 7vw 0.375rem;
    z-index: 1;
  }
}
.sougi__content--flow::after {
  content: "";
  display: none;
  position: absolute;
  top: 3.5vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 88%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/sougi/flow_arrow_mulch.png);
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .sougi__content--flow::after {
    display: block;
  }
}
.sougi__content--flow li {
  background-color: #fff;
  border: solid 2px #084b72;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #084b72;
  display: flex;
  align-items: center;
  width: calc((100% - 117px - 9.9rem) / 10);
  padding-inline: 1rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--flow li {
    width: calc((100% - 117px - 4.5rem) / 10);
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--flow li {
    font-size: 0.75rem;
    width: calc((100% - 90px - 3.6rem) / 10);
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--flow li {
    font-size: 0.75rem;
    width: calc((100% - 40px - 3rem) / 5);
  }
}
.sougi__content--flow li.off {
  opacity: 0.3;
}
.sougi__content--flow p {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .sougi__content--flow p:nth-of-type(5) {
    display: none;
  }
}
.sougi__content--flow img {
  width: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .sougi__content--flow img {
    width: 10px;
  }
}
.sougi__content--flow img.off {
  opacity: 0.3;
}
.sougi__content--flex {
  padding-block: 3rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--flex {
    padding-block: 4%;
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--flex:last-of-type {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--flex:last-of-type {
    margin-top: -2%;
  }
}
.sougi__content--flex .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block {
    margin-bottom: 2.5rem;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--flex .block {
    margin-bottom: 15%;
  }
}
.sougi__content--flex .block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.sougi__content--flex .block .left {
  width: 30.5%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .left {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.sougi__content--flex .block .right {
  width: 65%;
  padding-left: 1.5%;
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .right {
    width: 100%;
  }
}
.sougi__content--flex .block .right h3 {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--flex .block .right h3 {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .right h3 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.sougi__content--flex .block .right h3 strong {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.125rem;
  margin-right: 0.75rem;
  transform: translateY(-6%);
  color: #084b72;
}
@media screen and (max-width: 1024px) {
  .sougi__content--flex .block .right h3 strong {
    font-size: clamp(2.25rem, 7.025vw, 3.125rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .right h3 strong {
    width: 100%;
    text-align: center;
    font-size: clamp(2.45rem, 15.125vw, 3.125rem);
  }
}
.sougi__content--flex .block .right h3 img {
  width: 57px;
  margin-right: 0.35rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--flex .block .right h3 img {
    width: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .right h3 img {
    width: 9vw;
    margin-right: 1.5%;
  }
}
.sougi__content--flex .block .right h3 p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #084b72;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .sougi__content--flex .block .right h3 p {
    font-size: clamp(0.875rem, 3vw, 1.35rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .right h3 p {
    font-size: clamp(0.75rem, 6.125vw, 1.35rem);
  }
}
.sougi__content--flex .block .right h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .right h3 br {
    display: block;
  }
}
.sougi__content--flex .block .right .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.9125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--flex .block .right .text {
    text-align: center;
    font-size: clamp(0.5rem, 2.825vw, 0.9125rem);
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--flex .block .right .text {
    margin-bottom: 4%;
  }
}
.sougi__content--m-d {
  padding-top: 4.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--m-d {
    padding-top: 6%;
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--m-d {
    margin-bottom: 5%;
  }
}
.sougi__content--m-d.chokusou {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--m-d.chokusou {
    padding-top: 2%;
  }
}
.sougi__content--m-d .box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 550px) {
  .sougi__content--m-d .box {
    margin-bottom: 10%;
  }
}
.sougi__content--m-d .box.merit h3 {
  background: linear-gradient(to bottom, #A58824, #62521B);
}
.sougi__content--m-d .box.demerit h3 {
  background: linear-gradient(to bottom, #084B72, #07283B);
}
.sougi__content--m-d .box h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(1rem, 5vw, 2rem);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .sougi__content--m-d .box h3 {
    padding-block: 1%;
  }
}
.sougi__content--m-d .box p {
  padding: 1.125rem 1rem 0.35rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(0.5rem, 3.05vw, 0.9rem);
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sougi__content--m-d .box p {
    padding: 1.125rem 1rem 0;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--m-d .box p {
    text-align: left;
    padding: 4% 3% 1%;
  }
}
.sougi__content--troubleTtl {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.325rem;
  color: #084b72;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--troubleTtl {
    font-size: clamp(0.79rem, 4.875vw, 1.325rem);
  }
}
.sougi__content--troubleTtl img {
  width: 56px;
  margin-right: 1.125rem;
  transform: translate(0px, -5px);
}
@media screen and (max-width: 768px) {
  .sougi__content--troubleTtl img {
    width: 6vw;
    transform: translate(11%, -4%);
    margin-right: 4%;
  }
}
@media screen and (max-width: 550px) {
  .sougi__content--troubleTtl img {
    transform: translate(13%, -2%);
  }
}
.sougi__content--troubleTtl::before, .sougi__content--troubleTtl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #084b72;
}
.sougi__content--troubleTtl::before {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--troubleTtl::before {
    margin-right: 0.5rem;
  }
}
.sougi__content--troubleTtl::after {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--troubleTtl::after {
    margin-left: 0.5rem;
  }
}
.sougi__content--afterService {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url(../img/sougi/after_service_bg.jpg);
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--afterService {
    margin-top: 2.5rem;
    background-image: url(../img/sougi/after_service_bg_sp.jpg);
    background-position: center;
  }
}
.sougi__content--afterService .wrapper {
  display: flex;
  justify-content: flex-end;
}
.sougi__content--afterService .content {
  width: 50%;
  padding: 2.25rem 0 2.25rem 2rem;
}
@media screen and (max-width: 768px) {
  .sougi__content--afterService .content {
    width: 60%;
    padding: 8% 0 7%;
  }
}
.sougi__content--afterService .content h2 {
  color: #084b72;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.65rem;
}
@media screen and (max-width: 1024px) {
  .sougi__content--afterService .content h2 {
    font-size: clamp(1.5rem, 4.675vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--afterService .content h2 {
    font-size: clamp(0.825rem, 5.45vw, 1.5rem);
    margin-bottom: 5%;
  }
}
.sougi__content--afterService .content p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.0195em;
}
@media screen and (max-width: 1024px) {
  .sougi__content--afterService .content p {
    font-size: clamp(0.65rem, 2.015vw, 0.9rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__content--afterService .content p {
    font-size: clamp(0.5rem, 3.325vw, 0.65rem);
  }
}
.sougi__columnList {
  padding-block: 4rem 1.875rem;
}
@media screen and (max-width: 1024px) {
  .sougi__columnList {
    padding-block: 8% 7%;
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList {
    padding-block: 10vw;
  }
}
.sougi__columnList h2 {
  text-align: center;
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #084b72;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .sougi__columnList h2 {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 1024px) {
  .sougi__columnList h2 {
    font-size: clamp(1.25rem, 4.75vw, 1.75rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList h2 {
    margin-bottom: 7.5%;
  }
}
@media screen and (max-width: 550px) {
  .sougi__columnList h2 {
    font-size: clamp(0.75rem, 5.5vw, 1.25rem);
    margin-bottom: 10%;
  }
}
.sougi__columnList--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1rem;
  align-items: stretch;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex {
    flex-direction: column;
    gap: 11vw 0;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 550px) {
  .sougi__columnList--flex {
    margin-bottom: 11vw;
  }
}
.sougi__columnList--flex:nth-of-type(2) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .sougi__columnList--flex:nth-of-type(2) {
    margin-bottom: 7vw;
  }
}
.sougi__columnList--flex .item {
  position: relative;
  display: flex;
  width: calc((100% - 1rem) / 2);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item {
    width: 100%;
  }
}
.sougi__columnList--flex .item .date {
  position: absolute;
  padding: 1.5px 14px;
  top: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 0.875rem;
  color: #fff;
  background: linear-gradient(to bottom, #094A71, #07293C);
  transform: translateY(-100%);
}
@media screen and (max-width: 1200px) {
  .sougi__columnList--flex .item .date {
    font-size: clamp(0.5rem, 1.5vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item .date {
    font-size: clamp(0.55rem, 3.375vw, 0.875rem);
  }
}
.sougi__columnList--flex .item .left {
  position: relative;
  width: 36.5%;
}
@media screen and (max-width: 1024px) {
  .sougi__columnList--flex .item .left {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item .left {
    width: 41.9%;
  }
}
@media screen and (max-width: 550px) {
  .sougi__columnList--flex .item .left {
    width: 45%;
  }
}
.sougi__columnList--flex .item .left img {
  height: auto;
  vertical-align: middle;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sougi__columnList--flex .item .left p {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 80px;
  height: 80px;
  background: #f12805;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  clip-path: polygon(0 0, 0 100%, 100% 0); /* 左上が直角の三角形 */
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4)); /* 三角形に影 */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sougi__columnList--flex .item .left p {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item .left p {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 550px) {
  .sougi__columnList--flex .item .left p {
    width: 65px;
    height: 65px;
  }
}
.sougi__columnList--flex .item .left p::before {
  content: "NEW";
  position: absolute;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  top: 40%;
  left: 7%;
  transform: rotate(-45deg); /* 斜辺と平行（約45°） */
  transform-origin: left top;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .sougi__columnList--flex .item .left p::before {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item .left p::before {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 550px) {
  .sougi__columnList--flex .item .left p::before {
    font-size: 0.5rem;
  }
}
.sougi__columnList--flex .item .right {
  width: 63.5%;
  padding: 3% 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item .right {
    width: 58.1%;
    padding: 3% 3.5vw;
  }
}
.sougi__columnList--flex .item .right__content h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 3%;
}
@media screen and (max-width: 1200px) {
  .sougi__columnList--flex .item .right__content h4 {
    font-size: clamp(0.55rem, 2vw, 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item .right__content h4 {
    font-size: clamp(0.55rem, 3.125vw, 1rem);
  }
}
.sougi__columnList--flex .item .right__content .lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.55rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .sougi__columnList--flex .item .right__content .lead {
    font-size: clamp(0.45rem, 1.125vw, 0.55rem);
  }
}
@media screen and (max-width: 768px) {
  .sougi__columnList--flex .item .right__content .lead {
    font-size: clamp(0.45rem, 2.35vw, 0.75rem);
  }
}/*# sourceMappingURL=under.css.map */