@charset "UTF-8";
/* links
======================================= */
/* about
======================================= */
.about__inner {
  padding-top: 6.25em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .about__inner {
    padding-top: 3.75em;
    padding-bottom: 2.5rem;
  }
}
.about__container {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about__container {
    flex-direction: column;
  }
}
.about__image, .about__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .about__image, .about__right {
    width: 100%;
  }
}
.about__right {
  padding: 1.75em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .about__right {
    padding: 1.75rem 1.25rem;
  }
}
.about__heading {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .about__heading {
    margin-bottom: 1.5rem;
  }
}
.about__heading::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}
.about__catch {
  font-size: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .about__catch {
    font-size: 1.25em;
  }
}
.about__text {
  font-weight: 500;
}
.about__list {
  margin-top: 1.5em;
}
.about__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
}
.about__item:nth-child(n+2) {
  margin-top: 1em;
}
.about__item::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}
.about .plan__container {
  margin-top: 5em;
}

/* plan
======================================= */
.plan__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .plan__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.plan__container {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  padding: 2.5em 1.25em;
}
@media (max-width: 768px) {
  .plan__container {
    padding: 1.75rem 1.25rem;
  }
}
.plan__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .plan__list {
    flex-direction: column;
  }
}
.plan__item {
  width: 33.3333333333%;
  padding: 0 1.5em;
  border-right: 1px dashed #ccc;
}
@media (max-width: 768px) {
  .plan__item {
    width: 100%;
    padding: 1rem 0;
    border-right: none;
    border-bottom: 1px dashed #ccc;
  }
}
.plan__item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .plan__item:last-child {
    border-bottom: none;
  }
}
.plan__item-num {
  font-size: 0.875em;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  color: #007CCF;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .plan__item-num {
    font-size: 0.625em;
  }
}
.plan__item-num span {
  font-size: 2.5rem;
  display: block;
}
@media (max-width: 768px) {
  .plan__item-num span {
    font-size: 2rem;
  }
}
.plan__item-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .plan__item-title {
    font-size: 1.25em;
  }
}

.plan_02__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .plan_02__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.plan_02__list {
  margin-bottom: 5em;
}
.plan_02__item:nth-child(n+2) {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .plan_02__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
.plan_02__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .plan_02__item:nth-child(2n) {
    flex-direction: column;
  }
}
.plan_02__item-text {
  margin-bottom: 2.5em;
}
.plan_02__item-price {
  margin-bottom: 2.5em;
}
.plan_02__item-price-title {
  font-size: 0.75em;
  color: #007CCF;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.plan_02__item-price-container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .plan_02__item-price-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.plan_02__item-price-yen .big {
  font-size: 1.5em;
  line-height: 1;
}
.plan_02__item-price-yen .tax {
  color: #aaa;
}
.plan_02__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 1.25rem;
}
@media (max-width: 768px) {
  .plan_02__item-tags {
    gap: 0.5rem 0.75rem;
  }
}
.plan_02__item-tag {
  background-color: #E6F5FF;
  color: #007CCF;
  padding: 0.5625em;
  line-height: 1;
}
.plan_02__catch {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.667;
  font-weight: 600;
  color: #007CCF;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .plan_02__catch {
    font-size: 1.25em;
    margin-bottom: 2.5rem;
  }
}
.plan_02__oag {
  background-color: #fff;
  border-radius: 10px;
  padding: 3.5em 2em 3.5em 0.625em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .plan_02__oag {
    flex-direction: column;
    padding: 2.5em 1.25em;
  }
}
.plan_02__oag-title {
  font-size: 1.5em;
  font-weight: 600;
}
.plan_02__oag-image {
  width: 48.5%;
}
@media (max-width: 768px) {
  .plan_02__oag-image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.plan_02__oag-contents {
  width: 46.7%;
}
@media (max-width: 768px) {
  .plan_02__oag-contents {
    width: 100%;
  }
}
.plan_02__oag-list {
  margin-bottom: 1.5em;
}
.plan_02__oag-item {
  display: flex;
  align-items: flex-start;
}
.plan_02__oag-item::before {
  content: "・";
  display: inline-block;
  margin-right: 0.25em;
  color: #49A3BA;
}
.plan_02__oag-link a {
  color: #007CCF;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .plan_02__oag-link a {
    font-size: 0.75em;
    justify-content: center;
    gap: 0.25rem;
  }
}
.plan_02__oag-link a:hover {
  text-decoration: none;
}
.plan_02__oag-link a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icons/outer_blue.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .plan_02__oag-link a::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

/* case
======================================= */
.case__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .case__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.case__item:nth-child(n+2) {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .case__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}
.case__item:nth-last-child(2n-1) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .case__item:nth-last-child(2n-1) {
    flex-direction: column;
  }
}

/* service
======================================= */
.service__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .service__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75em 4.14%;
  margin-bottom: 3.75em;
}
@media (max-width: 1024px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .service__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__list.--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .service__list.--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .service__list.--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__list.--mb0 {
  margin-bottom: 0;
}
.service__item-image {
  position: relative;
}
.service__item-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.service__item-image img, .service__item-image video, .service__item-image iframe, .service__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service__item-image {
  margin-bottom: 1.5em;
  border-radius: 10px;
  overflow: hidden;
}
.service__item-title {
  font-weight: 600;
  line-height: 1;
  color: #007CCF;
  margin-bottom: 1em;
}
.service__option-text {
  font-size: 1.5em;
  font-weight: 600;
  color: #007CCF;
  line-height: 1.667;
  text-align: center;
  margin-bottom: 1.5em;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .service__option-text {
    font-size: 1.25em;
    margin-bottom: 1.5rem;
  }
}
.service__option-btn {
  margin: auto;
}
.service__catch {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: #007CCF;
  line-height: 1.6667;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .service__catch {
    font-size: 1.25em;
    margin-bottom: 2.5rem;
  }
}
.service .about__container {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .service .about__container {
    margin-bottom: 2.5rem;
  }
}

/* flow
======================================= */
.flow__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .flow__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.flow__item {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 2.5em 6.25%;
}
@media (max-width: 1024px) {
  .flow__item {
    padding: 2.5rem 3%;
  }
}
@media (max-width: 768px) {
  .flow__item {
    flex-direction: column;
    padding: 1.25rem;
  }
}
.flow__item:nth-child(n+2) {
  margin-top: 6.875em;
  position: relative;
}
@media (max-width: 768px) {
  .flow__item:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}
.flow__item:nth-child(n+2)::before {
  position: absolute;
  top: -3.4375em;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #007CCF;
}
@media (max-width: 768px) {
  .flow__item:nth-child(n+2)::before {
    top: -1.875rem;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #007CCF;
  }
}
.flow__item-title {
  display: flex;
  gap: 1.5em;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .flow__item-title {
    gap: 1rem;
  }
}
.flow__item-title-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.flow__item-title-step::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #49A3BA;
}
.flow__item-title-text {
  font-size: 1.5em;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .flow__item-title-text {
    font-size: 1.25em;
  }
}
.flow__item-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.flow__item-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.flow__item-image img, .flow__item-image video, .flow__item-image iframe, .flow__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flow__item-left {
  width: 40%;
  min-width: 315px;
  padding-right: 5.625%;
  border-right: 1px solid #EAEEF2;
}
@media (max-width: 1024px) {
  .flow__item-left {
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .flow__item-left {
    width: 100%;
    min-width: inherit;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #EAEEF2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.flow__item-contents {
  width: 60%;
  padding-left: 4.65%;
}
@media (max-width: 1024px) {
  .flow__item-contents {
    padding-left: 2%;
  }
}
@media (max-width: 768px) {
  .flow__item-contents {
    width: 100%;
    padding-left: 0;
  }
}
.flow__item-text > span {
  color: #007CCF;
  font-weight: 600;
}

/* goudou
======================================= */
.goudou__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .goudou__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.goudou__areas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75em 4.14%;
  margin-bottom: 5em;
}
@media (max-width: 1024px) {
  .goudou__areas {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .goudou__areas {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
    margin-bottom: 3em;
  }
}
.goudou__areas.--mb0 {
  margin-bottom: 0;
}
.goudou__area a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.25em;
  border: 2px solid #007CCF;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.goudou__area-cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.goudou__area-cat {
  background-color: #E6F5FF;
  color: #007CCF;
  padding: 0.15667em 0.8425rem;
  border-radius: 5px;
}
.goudou__area-title {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 1em;
}
.goudou__area-price {
  font-size: 2.5em;
  font-weight: 600;
  color: #007CCF;
  text-align: center;
}
.goudou__area-price .tax {
  font-size: 1rem;
  color: #aaa;
  font-weight: 500;
}
.goudou__area-capacity {
  text-align: center;
}
.goudou__area-btn {
  margin-top: auto;
  justify-content: center;
  width: 100%;
}
.goudou__area-btn-icon {
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #007CCF;
}
.goudou__area-btn-icon img {
  width: 0.75rem;
  height: 0.75rem;
}
.goudou__schedules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75em 4.14%;
  margin-bottom: 5em;
}
@media (max-width: 1024px) {
  .goudou__schedules {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .goudou__schedules {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
}
.goudou__btn {
  margin: auto;
}

/* funkotsu
======================================= */
.funkotsu__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .funkotsu__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* daikou
======================================= */
.daikou__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .daikou__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* price
======================================= */
.price__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .price__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.price__box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.price__box:nth-child(n+2) {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .price__box:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.price__box.--table {
  padding: 3.125em 1.25em;
}
.price__box-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #007CCF;
  padding: 1.25em;
}
@media (max-width: 750px) {
  .price__box-title {
    font-size: 1.25em;
  }
}
.price__box-title.--gray {
  background-color: #888;
}
.price__box-title.--gray::before {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  background: url(../img/plan/funkotsu/icon_plus.svg) no-repeat center center/contain;
}
.price__box-list {
  padding: 3em 0.75em 2.5em;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .price__box-list {
    flex-direction: column;
    padding: 2em 0.75em;
    gap: 2em;
  }
}
.price__box-item {
  text-align: center;
  width: 33.3333333333%;
  border-right: 1px dashed #ccc;
  text-align: center;
}
@media (max-width: 768px) {
  .price__box-item {
    width: 100%;
    border-right: none;
    padding-bottom: 1em;
    border-bottom: 1px dashed #ccc;
  }
}
.price__box-item.--w50 {
  width: 50%;
}
@media (max-width: 768px) {
  .price__box-item.--w50 {
    width: 100%;
  }
}
.price__box-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .price__box-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.price__box-item-title {
  line-height: 1;
  margin-bottom: 1.75em;
}
.price__box-item-yen {
  font-size: 2em;
  color: #007CCF;
  line-height: 1;
  margin-bottom: 1rem;
}
.price__box-item-yen.--black {
  color: #3C3C3C;
}
@media (max-width: 768px) {
  .price__box-item-text {
    font-size: 0.875em;
  }
}
.price__table {
  max-width: 960px;
  margin: auto;
  overflow: scroll;
}
.price__table table {
  border-collapse: collapse;
  border: 1px solid #D5D5D5;
  margin-bottom: 3em;
  min-width: 880px;
}
@media (max-width: 768px) {
  .price__table table {
    font-size: 0.875em;
    min-width: 670px;
  }
}
.price__table-title {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25em;
}
.price__table tr:nth-child(2n) {
  background-color: #fff;
}
.price__table tr:nth-child(2n+1) {
  background-color: #F2F2F2;
}
.price__table th {
  text-align: left;
  color: #fff;
  font-weight: 600;
  background-color: #888;
  padding: 1rem 1.25rem;
}
@media (max-width: 750px) {
  .price__table th {
    padding: 0.75em;
  }
}
.price__table th:nth-child(1) {
  width: 29%;
}
@media (max-width: 768px) {
  .price__table th:nth-child(1) {
    width: 19%;
  }
}
.price__table th:nth-child(2) {
  width: 13.5%;
}
@media (max-width: 768px) {
  .price__table th:nth-child(2) {
    width: 14%;
  }
}
.price__table th:nth-child(3) {
  width: 57.5%;
}
@media (max-width: 768px) {
  .price__table th:nth-child(3) {
    width: 67%;
  }
}
.price__table td {
  padding: 1em 1.25rem;
}
@media (max-width: 750px) {
  .price__table td {
    padding: 0.75em;
  }
}
.price__table-note {
  max-width: 960px;
  margin: 3em auto 0;
  padding: 0 0.75em 3em;
}
@media (max-width: 768px) {
  .price__table-note {
    margin-top: 2em;
  }
}
.price__table-note-text {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .price__table-note-text {
    font-size: 0.875em;
    gap: 6px;
  }
}
.price__table-note-text::before {
  content: "※";
}

.price_02__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .price_02__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.price_02__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75em 4.6875%;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .price_02__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.price_02__item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 2.5em 1.875em 3px;
}
.price_02__item-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 70px;
  border: 2px solid #49A3BA;
  border-radius: 35px;
  margin: 0 auto;
}
.price_02__item-title.--01 {
  background-color: #49A3BA;
  color: #fff;
}
.price_02__item-title.--02 {
  background-color: #fff;
  color: #49A3BA;
}
.price_02__item-item {
  text-align: center;
  padding: 2.5em 0;
  border-bottom: 1px solid #EAEEF2;
}
@media (max-width: 768px) {
  .price_02__item-item {
    padding: 1.5em 0;
  }
}
.price_02__item-item:last-child {
  border-bottom: none;
}
.price_02__item-item-title {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .price_02__item-item-title {
    margin-bottom: 1rem;
  }
}
.price_02__item-item-text {
  font-size: 1.5em;
  font-weight: 600;
  color: #007CCF;
}
@media (max-width: 768px) {
  .price_02__item-item-text {
    font-size: 1.25em;
  }
}
@media (max-width: 768px) {
  .price_02__note {
    font-size: 0.875em;
  }
}

/* area
======================================= */
.area__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .area__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.area__price {
  padding: 1.75em 1em;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3.125em;
}
@media (max-width: 768px) {
  .area__price {
    padding: 1.75rem 1.25rem;
    margin-bottom: 2em;
  }
}
.area__price.--mb0 {
  margin-bottom: 0;
}
.area__price-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .area__price-list {
    flex-direction: column;
  }
}
.area__price-item {
  width: 25%;
  text-align: center;
  padding: 0.75rem 0.5rem;
  border-right: 1px dashed #ccc;
}
@media (max-width: 1024px) {
  .area__price-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #ccc;
    padding-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.area__price-item:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .area__price-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.area__price-item-title {
  font-size: 0.875em;
  color: #007CCF;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .area__price-item-title {
    font-size: 0.625em;
    margin-bottom: 0.5rem;
  }
}
.area__price-item-title span {
  display: block;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .area__price-item-title span {
    font-size: 2rem;
  }
}
.area__price-item-yen-weekdays {
  font-size: 2em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .area__price-item-yen-weekdays {
    font-size: 1.75em;
  }
}
@media (max-width: 768px) {
  .area__price-item-yen-weekdays {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .area__price-item-yen-weekends {
    font-size: 0.875em;
  }
}
.area__price-container {
  display: flex;
  align-items: center;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .area__price-container {
    flex-direction: column;
    padding: 0;
  }
}
.area__price-left {
  width: 45%;
  text-align: center;
  padding: 1.75em 0;
  border-right: 1px solid #EAEEF2;
}
@media (max-width: 768px) {
  .area__price-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #EAEEF2;
    padding-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.area__price-left.--w100 {
  width: 100%;
  border-right: none;
}
@media (max-width: 768px) {
  .area__price-left.--w100 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.area__price-title {
  font-size: 2em;
  font-weight: 500;
  color: #007CCF;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .area__price-title {
    font-size: 1.5em;
    margin-bottom: 0.5rem;
  }
}
.area__price-yen-weekdays {
  font-size: 2em;
}
.area__price-right {
  width: 65%;
  padding: 1.75em 4.65%;
}
@media (max-width: 768px) {
  .area__price-right {
    width: 100%;
    padding: 0;
  }
}
.area__price-text span {
  color: #007CCF;
  font-weight: 600;
}
.area__price-note {
  margin-top: 1em;
  text-align: right;
}
@media (max-width: 768px) {
  .area__price-note {
    font-size: 0.875em;
    text-align: left;
  }
}
.area__price-note.--tal {
  text-align: left;
}
.area__price-area {
  color: #007CCF;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .area__price-area {
    margin-top: 1rem;
  }
}
.area__price-cation {
  margin-top: 1em;
  text-align: right;
}
@media (max-width: 768px) {
  .area__price-cation {
    font-size: 0.875em;
  }
}
.area__price-btn.--l {
  margin: 0 auto;
  max-width: 450px;
}
@media (max-width: 768px) {
  .area__price-btn.--l a::after {
    right: 1.5em;
  }
}
.area__links {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .area__links {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
.area__links-item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  cursor: pointer;
}
.area__links-item:nth-child(n+2) {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .area__links-item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
.area__links-item.is-open .area__links-item-title {
  background-color: #007CCF;
  color: #fff;
}
.area__links-item.is-open .area__links-item-title-btn {
  background-color: #fff;
  transform: rotate(180deg);
}
.area__links-item.is-open .area__links-item-title-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .area__links-item.is-open .area__links-item-title-btn::before {
    transform: translate(-1px, -1px) rotate(45deg);
  }
}
.area__links-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  transition: 0.3s;
  background-color: #fff;
  color: #007CCF;
  padding: 1.5rem 1.75rem;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .area__links-item-title {
    padding: 1.5rem 1.25rem;
    font-size: 1.25em;
  }
}
.area__links-item-title-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  flex-shrink: 0;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .area__links-item-title-btn {
    width: 24px;
    height: 24px;
  }
}
.area__links-item-title-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .area__links-item-title-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.area__links-item-container {
  display: none;
}
.area__links-item-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.75em 2.9%;
  padding: 1.75em;
}
@media (max-width: 1024px) {
  .area__links-item-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .area__links-item-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 1.75rem 1.25rem;
  }
}
.area__links-item-item a {
  display: block;
  border: 2px solid #007CCF;
  border-radius: 10px;
  padding: 1.25em 1.125em 0.9375em;
}
@media (max-width: 768px) {
  .area__links-item-item a {
    padding: 1rem;
  }
}
.area__links-item-item a:hover {
  background-color: #007CCF;
}
.area__links-item-item a:hover .area__links-item-item-title {
  color: #fff;
}
.area__links-item-item a:hover .area__links-item-item-btn {
  color: #fff;
}
.area__links-item-item a:hover .area__links-item-item-btn-icon {
  background-color: #fff;
}
.area__links-item-item a:hover .area__links-item-item-btn-icon .white {
  display: none;
}
.area__links-item-item a:hover .area__links-item-item-btn-icon .blue {
  display: block;
}
.area__links-item-item-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .area__links-item-item-cats {
    margin-bottom: 0.5rem;
  }
}
.area__links-item-item-cat {
  background-color: #E6F5FF;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  color: #007CCF;
  font-weight: 500;
}
@media (max-width: 768px) {
  .area__links-item-item-cat {
    font-size: 0.875em;
  }
}
.area__links-item-item-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #007CCF;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .area__links-item-item-title {
    margin-bottom: 1rem;
  }
}
.area__links-item-item-btn {
  width: auto;
  height: auto;
  justify-content: center;
  gap: 0.8125rem;
  color: #007CCF;
}
@media (max-width: 768px) {
  .area__links-item-item-btn {
    max-width: 100%;
  }
}
.area__links-item-item-btn-icon {
  width: 2rem;
  height: 2rem;
}
.area__links-item-item-btn-icon img {
  width: 0.75rem;
  height: 0.75rem;
}
.area__links-item-item-btn-text {
  width: auto;
}
.area__links-note {
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .area__links-note {
    font-size: 0.875em;
  }
}
.area__links-note a {
  color: #007CCF;
  text-decoration: underline;
}
.area__pickup {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .area__pickup {
    margin-bottom: 3.75em;
  }
}
.area__pickup-list {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
@media (max-width: 1024px) {
  .area__pickup-list {
    max-width: 350px;
    margin: auto;
    flex-direction: column;
    gap: 3.125em;
  }
}
.area__map {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 5em 6.25%;
}
@media (max-width: 768px) {
  .area__map {
    padding: 2.5rem 1.25rem;
  }
}
.area__map-overseas {
  margin-bottom: 6.25em;
}
@media (max-width: 768px) {
  .area__map-overseas {
    margin-bottom: 3rem;
  }
}
.area__map-overseas-title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .area__map-overseas-title {
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
}
.area__map-overseas-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75em 7.142857%;
  margin-bottom: 3.125em;
}
@media (max-width: 1024px) {
  .area__map-overseas-list {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .area__map-overseas-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 1.5rem;
  }
}
.area__map-overseas-list .area__item-title {
  padding: 1.125em 1.25em;
}
.area__map-overseas-list .area__item-title-icon {
  width: 2.1875em;
  height: 2.1875em;
}
.area__map-overseas-list .area__item-title-icon img {
  width: 0.9375rem;
  height: 0.9375rem;
}
.area__map-overseas-list .area__item-title-text {
  font-size: 1rem;
  font-weight: 600;
}
.area__map-overseas-btn {
  margin: auto;
}
.area__map-japan {
  max-width: 960px;
  margin: auto;
}
.area__map-japan-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #007CCF;
  position: relative;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .area__map-japan-title {
    margin-bottom: 2rem;
  }
}
.area__map-japan-title-text {
  font-size: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .area__map-japan-title-text {
    font-size: 1.125em;
  }
}
.area__map-japan-title::before, .area__map-japan-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: url(../img/top/area/title_bg.svg) no-repeat center center/cover;
}
.area__map-japan-title::before {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .area__map-japan-title::before {
    margin-right: 0;
  }
}
.area__map-japan-title::after {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .area__map-japan-title::after {
    margin-left: 0;
  }
}
.area__map-japan-title-icon {
  width: 35px;
  height: 35px;
}
.area__map-japan-title-icon img {
  display: block;
}
.area__map-japan-btn {
  margin: auto;
}
.area__btn {
  margin: auto;
}

/* options
======================================= */
.options__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .options__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.options__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125em 5%;
  margin-bottom: 5em;
}
@media (max-width: 1024px) {
  .options__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.options__catch {
  font-size: 1.5em;
  font-weight: 600;
  color: #007CCF;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .options__catch {
    font-size: 1.25em;
    margin-bottom: 2.5rem;
  }
}
.options__table {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 2.5em 0;
  overflow: scroll;
}
@media (max-width: 768px) {
  .options__table {
    padding: 1.5rem 0;
  }
}
.options__table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 1015px;
}
@media (max-width: 768px) {
  .options__table table {
    min-width: 880px;
  }
}
.options__table table th, .options__table table td {
  border-bottom: 1px solid #EAEEF2;
  border-right: 1px dashed #ccc;
}
.options__table table th:last-child, .options__table table td:last-child {
  border-right: none;
}
.options__table table th {
  font-weight: 500;
}
@media (max-width: 768px) {
  .options__table table th {
    font-size: 0.75em;
  }
}
.options__table table th span {
  display: block;
}
.options__table table th .bold {
  font-weight: 600;
}
.options__table table th .blue {
  color: #007CCF;
}
.options__table table th .big {
  font-size: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .options__table table th .big {
    font-size: 1.25em;
    margin-top: 0.5rem;
  }
}
.options__table table thead th {
  width: 16.6666666667%;
  padding: 2em 0;
}
@media (max-width: 768px) {
  .options__table table thead th {
    padding: 1em 0;
  }
}
.options__table table tbody tr:last-child th, .options__table table tbody tr:last-child td {
  border-bottom: none;
}
.options__table table tbody th {
  padding: 1em 0;
}
@media (max-width: 768px) {
  .options__table table tbody th {
    padding: 0.5em 0;
  }
}
.options__table table tbody td {
  position: relative;
}
.options__table table tbody td.is-checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.75em;
  height: 1.75em;
  background: url(../img/common/icons/icon_check-blue.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .options__table table tbody td.is-checked::before {
    width: 1.25em;
    height: 1.25em;
  }
}

/* schedule
======================================= */
.schedule__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .schedule__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.schedule__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125em 5%;
  margin-bottom: 5em;
}
@media (max-width: 1280px) {
  .schedule__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .schedule__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 350px;
    margin: 0 auto 3rem;
    gap: 1.5em;
  }
}
.schedule__btn {
  margin: auto;
}

/* voice
======================================= */
.voice__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .voice__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.voice__list.--mb0 {
  margin-bottom: 0;
}
.voice__item {
  max-width: 346px;
  padding: 0.875rem;
}
.voice__item-text {
  border-radius: 10px;
  background-color: #fff;
  padding: 1.25em;
  position: relative;
}
.voice__item-text::before, .voice__item-text::after {
  content: "";
  display: block;
  width: 26.72px;
  height: 19.12px;
  background: url(../img/plan/funkotsu/icon_dc.svg) no-repeat center center/contain;
  position: absolute;
}
.voice__item-text::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.voice__item-text::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(180deg);
}

/* apply
======================================= */
.apply__inner {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .apply__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.apply__container {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 5em 5%;
}
@media (max-width: 768px) {
  .apply__container {
    padding: 2.5rem 1.25rem;
  }
}
.apply__list {
  max-width: 880px;
  margin: auto;
}
.apply__item {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #EAEEF2;
}
@media (max-width: 768px) {
  .apply__item {
    flex-direction: column;
  }
}
.apply__item:nth-child(n+2) {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .apply__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
.apply__item-step {
  font-size: 1.25em;
  color: #fff;
  line-height: 1.35;
  text-align: center;
  padding: 2.5rem 1.5rem;
  background-color: #007CCF;
}
@media (max-width: 768px) {
  .apply__item-step {
    font-size: 1em;
    padding: 1rem 1.25rem;
  }
}
.apply__item-contents {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .apply__item-contents {
    padding: 1.5rem 1.25rem;
  }
}
.apply__item-title {
  font-size: 1.25em;
  color: #007CCF;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .apply__item-title {
    text-align: center;
  }
}
.apply__item-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5em;
}
@media (max-width: 1024px) {
  .apply__item-btns {
    flex-direction: column;
    max-width: 320px;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .apply__item-btns {
    margin: 1.5em auto 0;
  }
}
.apply__item-btns .btn {
  width: 48%;
  max-width: 300px;
  height: 70px;
}
@media (max-width: 1024px) {
  .apply__item-btns .btn {
    width: 100%;
    max-width: 100%;
  }
}
.apply__item-btns .btn a {
  font-size: 1.125em;
  border-radius: 10px;
  border: none;
}
@media (max-width: 768px) {
  .apply__item-btns .btn a {
    font-size: 1em;
  }
}
.apply__item-btn.btn__blue {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .apply__item-btn.btn__blue {
    margin: 1.5rem auto 0;
  }
}
.apply__item-tel {
  width: 48%;
  max-width: 300px;
  height: 70px;
}
@media (max-width: 1024px) {
  .apply__item-tel {
    width: 100%;
    max-width: 100%;
  }
}
.apply__item-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 600;
  gap: 0.9rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #007CCF;
}
.apply__item-tel a:hover {
  color: #007CCF;
}
.apply__item-tel a img {
  width: auto;
  height: auto;
}
.apply__item-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.75rem;
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .apply__item-box {
    padding: 1.5rem 1.25rem;
    margin-top: 1.5rem;
  }
}
.apply__item-box-title {
  display: flex;
  align-items: center;
  gap: 0.625em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .apply__item-box-title {
    margin-bottom: 1rem;
  }
}
.apply__item-box-title::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}

/* faq
======================================= */
.faq__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.faq__container {
  background-color: #fff;
  padding: 5em 1.25em;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .faq__container {
    padding: 2.5rem 1.25rem;
  }
}
.faq__list {
  max-width: 879px;
  margin: auto;
}
.faq__item {
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #007CCF;
  cursor: pointer;
  overflow: hidden;
}
.faq__item:nth-child(n+2) {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .faq__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.faq__item.is-open .faq__item-question {
  background-color: #007CCF;
}
.faq__item.is-open .faq__item-question-text {
  color: #fff;
}
.faq__item.is-open .faq__item-question-btn {
  background-color: #fff;
  transform: rotate(180deg);
}
.faq__item.is-open .faq__item-question-btn::before {
  border-right: 2px solid #007CCF;
  border-bottom: 2px solid #007CCF;
}
@media (max-width: 768px) {
  .faq__item.is-open .faq__item-question-btn::before {
    transform: translate(-1px, -1px) rotate(45deg);
  }
}
.faq__item-question-text {
  font-weight: 600;
  color: #007CCF;
  line-height: 1.6875;
  padding: 1.375rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-text {
    font-size: 0.875em;
    padding: 1em;
  }
}
.faq__item-question-btn {
  display: block;
  width: 29.5px;
  height: 29.5px;
  flex-shrink: 0;
  background-color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 15px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq__item-question-btn {
    width: 24px;
    height: 24px;
  }
}
.faq__item-question-btn::before {
  position: absolute;
  top: 7px;
  left: 9px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .faq__item-question-btn::before {
    top: 6px;
    left: 7.5px;
    width: 8px;
    height: 8px;
  }
}
.faq__item-answer {
  display: none;
  padding: 2.5em 1.875em;
}
@media (max-width: 768px) {
  .faq__item-answer {
    font-size: 0.875em;
    padding: 1em;
  }
}

.prepare__inner {
  padding-top: 3.75em;
}
@media (max-width: 768px) {
  .prepare__inner {
    padding-top: 2.5rem;
  }
}
.prepare__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em 4.6875%;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .prepare__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 2.5em;
  }
}
.prepare__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.75rem;
}
.prepare__item-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.prepare__item-heading::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}
.prepare__item-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .prepare__item-title {
    font-size: 1.25em;
  }
}
.prepare__btn {
  margin: auto;
}

.prepare_02__inner {
  padding-top: 6.25em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .prepare_02__inner {
    padding-top: 3.75em;
    padding-bottom: 2.5rem;
  }
}
.prepare_02__container {
  background-color: #fff;
  border-radius: 10px;
  padding: 5em 0;
}
@media (max-width: 768px) {
  .prepare_02__container {
    padding: 2.5rem 0;
  }
}
.prepare_02__container-inner {
  width: 90%;
  max-width: 960px;
  margin: auto;
}

.worry__inner {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .worry__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.worry__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em 4.6875%;
}
@media (max-width: 1024px) {
  .worry__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.worry__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.75em;
}
.worry__item-title {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .worry__item-title {
    margin-bottom: 1.5rem;
  }
}
.worry__item-title::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #49A3BA;
  border-radius: 50%;
}
.worry__item-catch {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .worry__item-catch {
    font-size: 1.25em;
    margin-bottom: 1.5rem;
  }
}

.p_tour__inner {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .p_tour__inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.back {
  padding-bottom: 7.5em;
}
@media (max-width: 768px) {
  .back {
    padding-bottom: 3.75rem;
  }
}
.back__btn {
  margin: auto;
}

/* 生前海洋散骨登録プラン /plans/ending/
======================================= */
.is-sp {
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 1025px) {
  .is-sp {
    display: none;
  }
}
.is-pc {
  display: none;
}
@media (min-width: 1025px) {
  .is-pc {
    display: block;
  }
}

.bk-blue {
  background: #E6F5FF;
}
.bk-gray {
  background: #EAEEF2;
}
.bk-white {
  background: #ffffff;
}

.plan-ending {
  background: #ffffff;
}
.plan-ending.is-modal-open {
  overflow: hidden;
}
.plan-ending main {
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.plan-ending__section {
  padding: 40px 0;
  width: 89.75%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .plan-ending__section {
    padding: 56px 0;
    width: 79.1667%;
    max-width: 1280px;
  }
}
.plan-ending__title--h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
  line-height: 1.33;
}
@media (min-width: 1025px) {
  .plan-ending__title--h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
.plan-ending__title--h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 5px;
  height: 100%;
  background: #007CCF;
}
.plan-ending__lead {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .plan-ending__lead {
    font-size: 18px;
  }
}
.plan-ending__lead--about {
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 1025px) {
  .plan-ending__lead--about {
    font-size: 18px;
    line-height: 1.5;
  }
}
.plan-ending {
  /* fv */
}
.plan-ending__fv {
  position: relative;
}
.plan-ending__fv .breadcrumbs {
  position: absolute;
  top: 10px;
  left: 10px;
}
.plan-ending__fv {
  background: url(../img/plan/ending/fv-sp.png) no-repeat center top/100% auto;
  margin-bottom: 20px;
  padding: 24px 16px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__fv {
    padding: 24px 16px 16px;
  }
}
@media (min-width: 1025px) {
  .plan-ending__fv {
    background: url(../img/plan/ending/fv-pc.png) no-repeat center top/cover;
    margin-bottom: 24px;
    padding: 30px 0 32px 10.31%;
    min-height: 423px;
    height: 100%;
  }
}
@media (min-width: 1750px) {
  .plan-ending__fv {
    background: url(../img/plan/ending/fv-pc.png) no-repeat center top/100% auto;
    padding: 40px 0 32px 10.31%;
  }
}
.plan-ending__fv--catch {
  margin-bottom: 14px;
  width: 100%;
  max-width: 172px;
}
@media (min-width: 1025px) {
  .plan-ending__fv--catch {
    margin-bottom: 24px;
    max-width: 443px;
  }
}
.plan-ending__fv h1 {
  color: #1B357A;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .plan-ending__fv h1 {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}
.plan-ending__fv--lead {
  color: #1B357A;
  text-shadow: 0 0 10px #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__fv--lead {
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .plan-ending__fv--lead {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.plan-ending__fv--h2 {
  text-align: center;
}
.plan-ending__fv--h2 span {
  color: #007CCF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 1025px) {
  .plan-ending__fv--h2 span {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.plan-ending__fv--h2 span::before {
  content: "";
  position: absolute;
  display: block;
  background: #007CCF;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
  width: 30px;
  height: 1px;
}
.plan-ending__fv--h2 span::after {
  content: "";
  position: absolute;
  display: block;
  background: #007CCF;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  width: 30px;
  height: 1px;
}
.plan-ending__fv--price {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 8px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__fv--price {
    width: 60%;
    padding: 16px 32px 20px;
  }
}
@media (min-width: 1025px) {
  .plan-ending__fv--price {
    width: 80%;
    padding: 16px 32px 20px;
  }
}
@media screen and (min-width: 1026px) {
  .plan-ending__fv--price {
    width: 80%;
    padding: 16px 32px 24px;
  }
}
@media screen and (min-width: 1170px) {
  .plan-ending__fv--price {
    width: 70%;
  }
}
@media screen and (min-width: 1360px) {
  .plan-ending__fv--price {
    width: 60%;
  }
}
@media screen and (min-width: 1500px) {
  .plan-ending__fv--price {
    width: 53.7%;
  }
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}
.plan-ending__fv--inner dl {
  border: 1px solid #007CCF;
  background: #ffffff;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dl {
    width: 50%;
  }
}
.plan-ending__fv--inner dl:last-child {
  margin-top: 6px;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dl:last-child {
    margin-top: 0;
  }
}
.plan-ending__fv--inner dt {
  background: linear-gradient(90deg, #0057A8 0%, #2396E2 100%);
  padding: 4px 0 4px 16px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dt {
    padding: 4px 0 4px 10px;
    font-size: 18px;
  }
}
.plan-ending__fv--inner dt em {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
  font-style: normal;
}
.plan-ending__fv--inner dt em::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 18px;
  background: #ffffff;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dt em::after {
    height: 20px;
  }
}
.plan-ending__fv--inner dd {
  padding: 0 0 8px 16px;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dd {
    padding: 0 0 8px 10px;
  }
}
.plan-ending__fv--inner dd strong {
  color: #007CCF;
  font-weight: 700;
  line-height: 1.6;
  font-size: 22px;
  font-feature-settings: "halt" on;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dd strong {
    font-size: 26px;
  }
}
.plan-ending__fv--inner dd strong span {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dd strong span {
    font-size: 18px;
  }
}
.plan-ending__fv--inner dd strong i {
  font-size: 14px;
  font-style: normal;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dd strong i {
    font-size: 16px;
  }
}
.plan-ending__fv--inner dd p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
@media (min-width: 1025px) {
  .plan-ending__fv--inner dd p {
    font-size: 16px;
  }
}
.plan-ending {
  /* 生前登録プランとは */
}
.plan-ending__about {
  margin-top: 32px;
}
@media (min-width: 1025px) {
  .plan-ending__about {
    margin-top: 56px;
  }
}
.plan-ending__about--h3 {
  color: #007CCF;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .plan-ending__about--h3 {
    font-size: 28px;
    line-height: 1.5;
  }
}
.plan-ending__about--h3 span {
  display: inline-block;
  position: relative;
}
.plan-ending__about--h3 span::before {
  content: "";
  position: absolute;
  display: block;
  background: #dab63a;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
  width: 30px;
  height: 2px;
}
@media (min-width: 1025px) {
  .plan-ending__about--h3 span::before {
    width: 70px;
    left: -90px;
  }
}
.plan-ending__about--h3 span::after {
  content: "";
  position: absolute;
  display: block;
  background: #dab63a;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  width: 30px;
  height: 2px;
}
@media (min-width: 1025px) {
  .plan-ending__about--h3 span::after {
    width: 70px;
    right: -90px;
  }
}
.plan-ending__about--icon {
  display: block;
  width: 64px;
  height: auto;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .plan-ending__about--icon {
    width: 72px;
    top: -36px;
  }
}
.plan-ending__about--inner {
  margin: 44px 0 32px;
}
@media (min-width: 1025px) {
  .plan-ending__about--inner {
    margin: 56px 0 56px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.plan-ending__about dl {
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 44px;
}
@media (min-width: 1025px) {
  .plan-ending__about dl {
    width: 31.746%;
    margin-bottom: 0;
  }
}
.plan-ending__about dt {
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  padding: 50px 0 10px;
}
@media (min-width: 1025px) {
  .plan-ending__about dt {
    font-size: 22px;
  }
}
.plan-ending__about dt em {
  color: #007CCF;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}
.plan-ending__about dd {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px 30px;
}
@media (min-width: 1025px) {
  .plan-ending__about dd {
    font-size: 18px;
  }
}
.plan-ending__about--emblem {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dab63a;
  padding: 24px 38px;
}
@media (min-width: 1025px) {
  .plan-ending__about--emblem {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
.plan-ending__about--emblem li {
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .plan-ending__about--emblem li {
    margin-bottom: 0;
  }
}
.plan-ending__about--emblem li:last-child {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .plan-ending__about--emblem li:last-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    padding-left: 40px;
    position: relative;
  }
  .plan-ending__about--emblem li:last-child::before {
    content: "";
    position: absolute;
    display: block;
    background: #ccc;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 60px;
  }
}
.plan-ending__about--achievements {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__about--achievements {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .plan-ending__about--achievements {
    width: 100%;
    max-width: 280px;
  }
}
.plan-ending__about--support {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__about--support {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .plan-ending__about--support {
    width: 100%;
    max-width: 270px;
  }
}
.plan-ending__about--founding {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__about--founding {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}
@media (min-width: 1025px) {
  .plan-ending__about--founding {
    width: 100%;
    max-width: 290px;
  }
}
.plan-ending__about--message {
  display: block;
  width: 100%;
  max-width: 208px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__about--message {
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: inherit;
  }
}
.plan-ending {
  /* ご登録いただく内容・お渡しするもの */
}
.plan-ending__item {
  margin: 32px auto 0;
}
@media (min-width: 1025px) {
  .plan-ending__item {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.plan-ending__item dl {
  border-radius: 4px;
  background: #E6F5FF;
  padding: 16px;
}
@media (min-width: 1025px) {
  .plan-ending__item dl {
    padding: 0;
  }
}
.plan-ending__item dl:first-child {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .plan-ending__item dl:first-child {
    width: 39.59%;
    padding: 32px 0 40px;
    margin-bottom: 0;
  }
}
.plan-ending__item dl:last-child {
  width: 100%;
}
@media (min-width: 1025px) {
  .plan-ending__item dl:last-child {
    width: 56.22%;
    padding: 32px 0;
  }
}
.plan-ending__item dt {
  color: #007CCF;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .plan-ending__item dt {
    font-size: 22px;
    line-height: 1.5;
  }
}
.plan-ending__item--registration {
  margin: 10px auto 0;
}
@media (min-width: 1025px) {
  .plan-ending__item--registration {
    margin: 24px 11% 0;
  }
}
@media (min-width: 1512px) {
  .plan-ending__item--registration {
    margin: 24px 16.8% 0;
  }
}
.plan-ending__item--registration li {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .plan-ending__item--registration li {
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 16px 0 16px 10%;
    font-size: 18px;
    gap: 16px;
  }
}
@media (min-width: 1025px) {
  .plan-ending__item--registration li {
    padding: 16px 0 16px 13.3%;
  }
}
.plan-ending__item--registration li:last-child {
  margin-bottom: 0;
}
.plan-ending__item--registration li img {
  display: inline-block;
  width: 56px;
  height: auto;
}
.plan-ending__item--provision {
  margin: 10px auto;
}
@media (min-width: 1025px) {
  .plan-ending__item--provision {
    margin: 24px auto;
    width: 77.26%;
  }
}
.plan-ending__item--provision li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 1.875;
}
@media (min-width: 1025px) {
  .plan-ending__item--provision li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.plan-ending__item--provision li:last-child {
  margin-bottom: 0;
}
.plan-ending__item--provision span {
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #007CCF;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  top: 3px;
}
@media (min-width: 1025px) {
  .plan-ending__item--provision span {
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: 0;
  }
}
.plan-ending__item--document {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin: 0 auto;
  padding: 10px;
}
@media (min-width: 1025px) {
  .plan-ending__item--document {
    width: 54%;
    margin: 0 auto;
    padding: 32px;
  }
}
.plan-ending__item--note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 1025px) {
  .plan-ending__item--note {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
}
.plan-ending {
  /* 選べる2つのプラン */
}
.plan-ending__benefits {
  margin: 32px auto;
  width: 100%;
  border-style: solid;
  border-width: 28px 32px;
  border-image-source: url(../img/plan/ending/howto-frame-sp.png);
  border-image-slice: 56 64 fill;
  border-image-repeat: stretch;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .plan-ending__benefits {
    margin: 40px auto;
    border-image-source: url(../img/plan/ending/howto-frame-pc.png);
    border-image-slice: 56 64 fill;
    width: 100%;
    max-width: 1040px;
    aspect-ratio: auto;
  }
}
.plan-ending__benefits--h3 {
  display: block;
  padding: 0 0 12px;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--h3 {
    padding: 4px 0 17px;
  }
}
.plan-ending__benefits--h3 span {
  display: inline-block;
  position: relative;
  color: #1B357A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.842px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--h3 span {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
.plan-ending__benefits--h3 span::before {
  content: "";
  position: absolute;
  display: block;
  background: #dab63a;
  top: 50%;
  transform: translateY(-50%);
  left: -52px;
  width: 42px;
  height: 1px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--h3 span::before {
    width: 70px;
    left: -90px;
  }
}
.plan-ending__benefits--h3 span::after {
  content: "";
  position: absolute;
  display: block;
  background: #dab63a;
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
  width: 42px;
  height: 1px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--h3 span::after {
    width: 70px;
    right: -90px;
  }
}
@media (min-width: 1025px) {
  .plan-ending__benefits--list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 32px;
  }
}
.plan-ending__benefits--list img {
  width: 100%;
  max-width: 197px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--list img {
    max-width: 223px;
  }
}
.plan-ending__benefits--list li:last-child {
  line-height: 1.5;
  font-size: 14px;
  padding-top: 16px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--list li:last-child {
    font-size: 16px;
    padding-top: 0;
  }
}
.plan-ending__benefits--plan {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 64px;
  }
}
.plan-ending__benefits--plan dl {
  width: 100%;
  margin: 0 0 40px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dl {
    margin: 0 0 56px;
    max-width: 657px;
  }
}
.plan-ending__benefits--plan dl:first-child {
  background: #ffffff url(../img/plan/ending/howto-01-sp.png) no-repeat left top/100% auto;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dl:first-child {
    background: #ffffff url(../img/plan/ending/howto-01-pc.png) no-repeat left top/100% auto;
  }
  .plan-ending__benefits--plan dl:first-child .plan-ending__benefits--price {
    position: relative;
    top: -13px;
  }
}
.plan-ending__benefits--plan dl:last-child {
  background: #ffffff url(../img/plan/ending/howto-02-sp.png) no-repeat left top/100% auto;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dl:last-child {
    background: #ffffff url(../img/plan/ending/howto-02-pc.png) no-repeat left top/100% auto;
  }
}
.plan-ending__benefits--plan dt {
  background: linear-gradient(90deg, #0057A8 0%, #2396E2 100%);
  margin-top: 45.5%;
  width: 91.66%;
  padding: 16px 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dt {
    margin-top: 27.55%;
    width: 92.76%;
    min-height: 140px;
  }
}
.plan-ending__benefits--plan dt em {
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dt em {
    font-size: 16px;
  }
}
.plan-ending__benefits--plan dt span {
  display: block;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dt span {
    font-size: 28px;
  }
}
.plan-ending__benefits--plan dd {
  padding: 14px 10px 16px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dd {
    padding: 16px 40px 48px;
  }
}
.plan-ending__benefits--plan dd p {
  font-size: 16px;
  line-height: 1.875rem;
  margin: 16px 0;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--plan dd p {
    margin: 24px 0;
  }
}
.plan-ending__benefits--plan dd p strong {
  font-weight: 700;
}
.plan-ending__benefits--price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  color: #007CCF;
  font-feature-settings: "halt" on;
  font-size: 34px;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--price {
    font-size: 40px;
    line-height: 1.4;
    min-height: 78px;
  }
}
.plan-ending__benefits--price span {
  font-size: 24px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--price span {
    font-size: 30px;
  }
}
.plan-ending__benefits--price i {
  font-size: 20px;
  font-style: normal;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--price i {
    font-size: 26px;
  }
}
.plan-ending__benefits--price small {
  display: block;
  color: #3C3C3C;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--price small {
    font-size: 16px;
  }
}
.plan-ending__benefits--note {
  border-radius: 4px;
  background: #E6F5FF;
  padding: 16px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--note {
    padding: 20px 20px 16px;
  }
}
.plan-ending__benefits--note ul {
  padding-left: 16px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--note ul {
    padding-left: 20px;
  }
}
.plan-ending__benefits--note ul li {
  list-style: disc;
}
.plan-ending__benefits--h4 {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--h4 {
    font-size: 18px;
  }
}
.plan-ending__benefits--h4 img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media (min-width: 1025px) {
  .plan-ending__benefits--h4 img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.plan-ending {
  /* ご逝去後の流れ */
}
.plan-ending__flow {
  margin: 24px auto 0;
}
@media (min-width: 1025px) {
  .plan-ending__flow {
    width: 73.517%;
    margin: 40px auto 0;
  }
}
.plan-ending__flow--inner {
  padding: 24px 20px;
}
@media (min-width: 1025px) {
  .plan-ending__flow--inner {
    width: calc(100% - 97px);
    padding: 20px 0;
  }
}
.plan-ending__flow--item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  background: #EAEEF2;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .plan-ending__flow--item {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.plan-ending__flow--item:last-child {
  margin-bottom: 0;
}
.plan-ending__flow--item dl {
  margin-top: 14px;
  order: 2;
}
@media (min-width: 1025px) {
  .plan-ending__flow--item dl {
    margin: 0 3%;
    order: 1;
  }
}
.plan-ending__flow--item dt {
  color: #007CCF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.875;
  text-align: center;
}
@media (min-width: 1025px) {
  .plan-ending__flow--item dt {
    text-align: left;
  }
}
.plan-ending__flow--item dd {
  padding: 14px 0 0;
  line-height: 1.875;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .plan-ending__flow--item dd {
    padding: 16px 0 0;
  }
}
.plan-ending__flow--item picture {
  width: 100%;
  order: 1;
}
@media (min-width: 1025px) {
  .plan-ending__flow--item picture {
    max-width: 180px;
    margin: 0 3% 0 0;
    order: 2;
  }
}
.plan-ending__flow--item:nth-child(3) {
  gap: 0;
}
@media (min-width: 1025px) {
  .plan-ending__flow--item:nth-child(3) {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.plan-ending__flow--flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .plan-ending__flow--flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.plan-ending__flow--note {
  border-radius: 4px;
  background: #ffffff;
  padding: 20px;
  margin: 14px 0 0;
}
@media (min-width: 1025px) {
  .plan-ending__flow--note {
    border-radius: 10px;
    padding: 16px 28px;
    margin: 16px 3% 0 3%;
  }
}
.plan-ending__flow--note strong {
  display: block;
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 26px;
}
@media (min-width: 1025px) {
  .plan-ending__flow--note strong {
    margin-bottom: 8px;
  }
}
.plan-ending__flow--note strong::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #007CCF;
}
.plan-ending__flow--step {
  display: block;
  background: #007CCF;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1.35;
  padding: 16px 0;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .plan-ending__flow--step {
    font-size: 20px;
    padding: 40px 0;
    border-radius: 4px 0 0 4px;
    width: 100%;
    max-width: 97px;
  }
}
.plan-ending {
  /* cta サポート */
}
.plan-ending__cta--fv {
  margin: 0 24px;
}
@media (min-width: 1025px) {
  .plan-ending__cta--fv {
    margin: 0;
  }
}
.plan-ending {
  /* 上書き */
}
.plan-ending .links__list {
  gap: 20px 0;
}
@media (min-width: 1025px) {
  .plan-ending .links__list {
    grid-template-columns: repeat(3, 334px);
    max-width: inherit;
  }
}
.plan-ending .links__inner {
  padding: 48px 0 24px;
}
@media (min-width: 1025px) {
  .plan-ending .links__inner {
    padding: 48px 0 32px;
  }
}
.plan-ending .links__item a {
  padding: 0 0 10px;
}
@media (min-width: 1025px) {
  .plan-ending .links__item a {
    padding: 0 0 12px 10px;
  }
}
@media (min-width: 1025px) {
  .plan-ending .links__item:nth-last-child(2) a, .plan-ending .links__item:last-child a {
    border-bottom: none;
    padding: 0 0 0 10px;
  }
}
.plan-ending .links__item:last-child a {
  border-bottom: none;
}
.plan-ending .btn {
  width: 100%;
}
.plan-ending .btn__circle-icon {
  width: 32px;
  height: 32px;
}
.plan-ending .btn__circle {
  gap: 10px;
}
@media (min-width: 1025px) {
  .plan-ending .btn__circle {
    gap: 20px;
  }
}
.plan-ending .btn__circle-text {
  font-size: 16px;
  line-height: 1.875;
  width: auto;
}
.plan-ending .voice__btns .btn,
.plan-ending .back .btn {
  width: 100%;
  max-width: 350px;
  height: 50px;
}
@media (min-width: 1025px) {
  .plan-ending .voice__btns .btn,
  .plan-ending .back .btn {
    position: relative;
    height: 60px;
    width: 320px;
  }
}
.plan-ending .voice__list {
  margin: 32px 0 3.125em;
}
@media (min-width: 1025px) {
  .plan-ending .voice__list {
    margin: 3.125em 0;
  }
}
.plan-ending {
  /* モーダル */
}
.plan-ending__modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  padding: 72px 18px 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.plan-ending__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .plan-ending__modal {
    padding: 0;
  }
}
.plan-ending__modal--close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 64px;
  height: 64px;
}
@media (min-width: 1025px) {
  .plan-ending__modal--close {
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
}
.plan-ending__modal--close svg {
  width: 100%;
  height: 100%;
}
.plan-ending__modal--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .plan-ending__modal--inner {
    height: 80%;
  }
}
.plan-ending__modal--card {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cta__plan--ending {
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta__plan--ending {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .cta__plan--ending {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
  }
}
.cta__plan--ending li {
  width: 100%;
  margin: 0 0 1.25rem;
  height: 5.75rem;
}
.cta__plan--ending li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta__plan--ending li {
    width: 48%;
    height: 5.75rem;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .cta__plan--ending li {
    width: 23.375rem;
    margin: 0;
  }
  .cta__plan--ending li:first-child {
    width: auto;
  }
}
.cta__plan--note {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .cta__plan--note {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.cta__text--call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .cta__text--call {
    gap: 0.5rem;
    font-size: 2rem;
    line-height: 0.9375;
  }
}
.cta__icon--call {
  width: 4rem;
  fill: #ffffff;
}
@media (max-width: 768px) {
  .cta__icon--call {
    width: 2.5rem;
  }
}
.cta__icon--mail {
  display: inline-block;
  width: 2.5rem;
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  .cta__icon--mail {
    width: 2.25rem;
  }
}
.cta__item--call {
  border-radius: 0.625em;
  color: #1B357A;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cta__item--call {
    color: #ffffff;
    pointer-events: auto;
    background: var(--grad-pink, linear-gradient(225deg, #FF74A3 14.64%, #EA2067 85.36%));
  }
}
.cta__item--mail {
  border-radius: 0.625em;
  color: #ffffff;
  cursor: pointer;
  background: var(--grad-yellow, linear-gradient(225deg, #FBB723 14.64%, #EC830A 85.36%));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.cta__item--mail > * {
  position: relative;
  z-index: 1;
}
.cta__item--mail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(225deg, #FBB723 14.64%, #EC830A 85.36%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 0;
}
.cta__item--mail:hover::before {
  opacity: 1;
}
.cta__item--mail em {
  font-size: 1.125rem;
  font-style: normal;
  display: block;
  line-height: 1.4;
  margin-right: 1.125rem;
}
@media (min-width: 1025px) {
  .cta__item--mail em {
    font-size: 1.375rem;
    margin-right: 0.625rem;
  }
}
.cta__note--call {
  font-size: 1.25rem;
  line-height: 1.3125;
  margin-top: 0.25rem;
  display: block;
}
@media (max-width: 768px) {
  .cta__note--call {
    font-size: 1.125rem;
    line-height: 1.45833;
  }
}
