@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
  margin-top: 0 !important;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

main {
  margin-top: 9rem;
  background-color: #F8FEFF;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 2.8125rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
p {
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

section {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 3.125rem 0;
  }
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.l-inner {
  max-width: 65.625rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 25rem;
    padding: 0 15px;
  }
}

.l-wrap {
  max-width: 84.375rem;
  margin: 0 auto;
}

.c-flow-title {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .c-flow-title {
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}

.c-flow-subtitle {
  padding: 0.5rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFF;
  background-color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-flow-subtitle {
    margin: 0 calc(50% - 50vw);
  }
}

.c-flow-subtitle span.bg {
  display: inline-block;
  position: relative;
}
.c-flow-subtitle span.bg::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -6.625rem;
  width: 2.125rem;
  height: 0.625rem;
  background-image: url(../images/top/system-days-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-flow-subtitle span.bg::before {
    right: -3.125rem;
    width: 1.5625rem;
    height: 0.4375rem;
  }
}
.c-flow-subtitle span.bg::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -6.625rem;
  width: 2.125rem;
  height: 0.625rem;
  background-image: url(../images/top/system-days-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-flow-subtitle span.bg::after {
    left: -3.125rem;
    width: 1.5625rem;
    height: 0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-flow-subtitle span.bg.sp::before {
    right: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-subtitle span.bg.sp::after {
    left: -1.25rem;
  }
}

.c-flow-subtitle span.small {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-flow-subtitle span.small {
    font-size: 0.8125rem;
  }
}

.c-section-btn {
  text-align: center;
}

.c-section-btn a {
  display: inline-block;
  max-width: 20.125rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.c-section-title {
  position: relative;
}

.c-section-title__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-section-title__text {
  margin-top: 2rem;
  font-family: "M PLUS 1p", serif;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
  color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title__text {
    margin-top: 1.0625rem;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title__text.small {
    font-size: 1.5rem;
  }
}

.p-advance {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-advance {
    padding: 3.125rem 0;
  }
}

.p-advance-list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-advance-list {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625rem;
  }
}

.p-advance-list__item-title {
  display: flex;
  align-items: flex-end;
  gap: 0.9375rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
}

.p-advance-list__item-img {
  margin-top: 0.75rem;
  max-width: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-advance-list__item-img {
    margin-inline: auto;
  }
}

.p-advance-list__item-text {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-advance-list__item-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-advance-list__item-text span {
  background: linear-gradient(transparent 75%, #FFEB00 75%);
}

.p-agreement {
  padding: 3.75rem 0;
  background-color: #fff;
}

.p-agreement__wrap01 p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.p-agreement__wrap02 {
  margin-top: 3.75rem;
}

.p-agreement__wrap02 .text001 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-agreement__wrap02 .text001 {
    font-size: 1.0625rem;
  }
}

.p-agreement__wrap02 .text001:not(:first-of-type) {
  margin-top: 3.75rem;
}

.p-agreement__wrap02 .text002 {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-agreement__wrap03 {
  margin-top: 3.75rem;
}

.p-agreement__wrap03 h2 {
  font-weight: 700;
  font-size: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-agreement__wrap03 h2 {
    font-size: 1.375rem;
  }
}

.terms_box001 {
  margin-top: 1.0625rem;
}

.terms_box001 p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.terms_box002 {
  margin-top: 2.5rem;
}

.terms_box002 .text002 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.terms_box002 .text002.mt {
  margin-top: 1.5rem;
}

.terms_box002 .text001 {
  margin-top: 3.75rem;
  margin-bottom: 1.0625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .terms_box002 .text001 {
    font-size: 1rem;
  }
}

.p-banner {
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-banner {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-change {
  padding: 3.75rem 0;
  background-color: #ECF9FC;
}
@media screen and (max-width: 767px) {
  .p-change {
    padding: 3.125rem 0;
  }
}

.p-change__inner {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-change__inner {
    max-width: 25rem;
    padding: 0 15px;
  }
}

.p-change__list {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-change__list {
    margin-top: 2.1875rem;
    flex-direction: column;
    gap: 2.1875rem;
  }
}

.p-change__list-item {
  width: 48.08%;
}
@media screen and (max-width: 767px) {
  .p-change__list-item {
    width: 100%;
  }
}

.p-change__list-item-text {
  margin-top: 0.75rem;
}

.p-change__list-item-text .small {
  margin-top: 1.875rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-change__list-item-text .small {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
  }
}

.p-change__list-item-text p span {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.8125rem;
}

.p-change__list-item-img.p-rental-payment__wrap-box {
  margin-top: 1.5rem;
  max-width: 21.5625rem;
  background-color: #fff;
}

.p-charge {
  padding: 3.75rem 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-charge {
    padding: 3.125rem 0;
  }
}

.p-charge__inner {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-charge__inner {
    max-width: 25rem;
    padding: 0 15px;
  }
}

.p-charge__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap {
    margin-top: 2.1875rem;
  }
}

.p-charge__wrap:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap:not(:first-of-type) {
    margin-top: 2.1875rem;
  }
}

.p-charge__area {
  margin: 1.25rem auto 0;
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .p-charge__area {
    margin-top: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-charge__wrap-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-charge__wrap-flex {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-flex {
    margin-top: 1.25rem;
    flex-direction: column;
  }
}

.p-charge__wrap-flex img {
  width: 34.5%;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-flex img {
    width: 100%;
  }
}

.p-charge__wrap-flex p {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-flex p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-charge__wrap-flex-p {
    margin-top: 0.8125rem;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.p-setting__wrap-table {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-table {
    margin: 1.125rem auto 0;
    max-width: 21.5625rem;
  }
}

.p-setting__wrap-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #38B1A8;
}

.p-setting__wrap-table tr {
  width: 100%;
}

.p-setting__wrap-table th,
.p-setting__wrap-table td {
  font-size: 0.875rem;
  line-height: 1;
}

.p-setting__wrap-table th {
  padding: 0.375rem 0 0.375rem 2.4375rem;
  color: #FFF;
  background-color: #38B1A8;
  border-bottom: 1px solid #FFF;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-table th {
    width: 8.125rem;
    padding-left: 0.625rem;
  }
}

.p-setting__wrap-table td {
  padding: 0.375rem 0 0.375rem 1.5625rem;
  background-color: #FFF;
  border-bottom: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-table td {
    width: 13.4375rem;
    padding-left: 0.4375rem;
  }
}

.p-setting__wrap-table tr:last-of-type th,
.p-setting__wrap-table tr:last-of-type td {
  border-bottom: none;
}

.p-charge__wrap-flex02 {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-flex02 {
    margin-top: 1rem;
    flex-direction: column;
    gap: 1.125rem;
  }
}

.p-charge__wrap-flex02-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-flex02-text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-charge__wrap-flex02-text span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-flex02-text span {
    font-size: 0.8125rem;
  }
}

.p-charge__wrap-flex02-img {
  position: relative;
  width: 44.7%;
  height: 0;
  padding-top: 31.5%;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-flex02-img {
    width: 100%;
    padding-top: 70.43%;
  }
}

.p-charge__wrap-flex02-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-charge__wrap-text p:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-charge__wrap-text p:not(:first-of-type) {
    margin-top: 1.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-charge__wrap-text p.small {
    font-size: 0.8125rem;
  }
}

.p-check {
  padding: 3.75rem 0;
  background-color: #ECF9FC;
}
@media screen and (max-width: 767px) {
  .p-check {
    padding: 3.125rem 0;
  }
}

.p-check__text {
  margin: 2rem auto 0;
  max-width: 37.5rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-check__text {
    margin-top: 1.4375rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-check__text span {
  background: linear-gradient(transparent 75%, #FFEB00 75%);
}

.p-check-list {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-check-list {
    margin-top: 3.125rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.p-check-list__item {
  position: relative;
  padding: 1.25rem 1.5625rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-check-list__item {
    padding: 1.25rem 1.375rem;
  }
}

.p-check-list__item-tag {
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 100%;
  padding: 0.71875rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  background-color: #FF9255;
  text-align: center;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-check-list__item-tag {
    padding: 0.40625rem 0;
    border-radius: 0.9375rem;
  }
}

.p-check-list__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-check-list__item-text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-check-list__item-text {
    margin-top: 0.4375rem;
  }
}

.p-check__box {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-check__box {
    margin-top: 1.25rem;
  }
}

.p-check__box p {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-check__box p {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.p-check__box p:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-check__box p:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}

.p-column-post {
  background-color: #FEF5DA;
}

.p-column-post__group {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-column-post__group {
    margin-top: 2.1875rem;
  }
}

.p-column {
  background-color: #ECF9FC;
}

.p-column__inner {
  max-width: 53.75rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-column__inner {
    max-width: 25rem;
    padding: 0 15px;
  }
}

.p-column__group {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-column__group {
    margin-top: 2.1875rem;
  }
}

.p-column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-column-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-column-list__item-link {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.p-column-list__item-img-wrap {
  width: 33.799%;
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.p-column-list__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-list__item-body {
  width: 61.453%;
}

.p-column-list__item-body-flex {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.p-column-list__item-body-time {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-column-list__item-body-category {
  display: inline-block;
  padding: 0.0625rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 0.625rem;
}

.p-column-list__item-body-h3 {
  margin-top: 0.375rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-comparison {
  padding: 3.75rem 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-comparison {
    padding: 3.125rem 0;
    overflow: hidden;
  }
}

.scroll-hint {
  position: absolute;
  top: 8.5625rem;
  left: 30%;
  width: 10rem;
  animation: hint-animation 1.5s infinite;
  pointer-events: none;
  opacity: 0.8;
  z-index: 5;
}

@keyframes hint-animation {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
  }
}
@media (min-width: 768px) {
  .scroll-hint {
    display: none;
  }
}
.p-comparison__table {
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-comparison__table {
    margin-top: 2.1875rem;
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
  }
}

.p-comparison__table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-comparison__table table {
    width: 39.6875rem;
  }
}

.p-comparison__table thead th {
  padding: 0.375rem 0;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th {
    font-size: 0.75rem;
    line-height: 1.0833333333;
  }
}

.p-comparison__table thead:first-of-type {
  border-left: 1px solid #38B1A8;
}

.p-comparison__table thead th:not(:first-of-type) {
  border-left: 1px solid #FFF;
}

.p-comparison__table tbody th {
  padding: 0.9375rem 0;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  text-align: center;
  color: #38B1A8;
  background-color: #ECF9FC;
  border: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody th {
    padding: 0.5625rem 0;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

.p-comparison__table tbody tr:nth-of-type(7) th {
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody tr:nth-of-type(7) th {
    padding: 1.25rem 0;
  }
}

.p-comparison__table tbody td {
  padding: 0.375rem 0;
  text-align: center;
  border: 1px solid #38B1A8;
  background-color: #fff;
}

.p-comparison__table tbody td:first-of-type {
  background-color: #FFFBEF;
}

.p-comparison__table tbody td:not(:first-of-type) {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td:not(:first-of-type) {
    width: 7rem;
  }
}

.p-comparison__table tbody td img {
  margin-inline: auto;
  max-width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td img {
    max-width: 1.875rem;
  }
}

.p-comparison__table tbody td p {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td p {
    margin-top: 0.1875rem;
    font-size: 0.6875rem;
  }
}

.p-comparison__table tbody td p span {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td p span {
    font-size: 0.625rem;
  }
}

.p-countries-amount {
  background-color: #FEF5DA;
}

.p-countries-amount__text {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-amount__text {
    margin-top: 2.1875rem;
  }
}

.p-countries-amount__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-amount__wrap {
    margin-top: 2.1875rem;
  }
}

.p-countries-amount__wrap h4 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-countries-amount__wrap h4 {
    font-size: 1.0625rem;
  }
}

.p-countries-amount__wrap-img {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-countries-amount__wrap-img {
    margin-top: 1.0625rem;
  }
}

.p-countries-amount__text02 {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-countries-amount__text02 {
    margin-top: 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.p-countries-area {
  background-color: #F4F4F4;
}

.p-countries-area__img {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-countries-area__img {
    margin-top: 1.0625rem;
    gap: 0.4375rem;
  }
}

.p-countries-area__img-left,
.p-countries-area__img-right {
  width: 48.5%;
}

.p-countries-area__img-left img,
.p-countries-area__img-right img {
  width: 100%;
  aspect-ratio: 485/305;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-countries-area__img-left img,
  .p-countries-area__img-right img {
    aspect-ratio: 169/106;
  }
}

.p-countries-area__text {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-area__text {
    margin-top: 2.1875rem;
  }
}

.p-countries-area__wrap {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-countries-area__wrap {
    margin-top: 1.25rem;
    flex-direction: column;
  }
}

.p-countries-area__wrap-left {
  width: 47.3%;
}
@media screen and (max-width: 767px) {
  .p-countries-area__wrap-left {
    width: 100%;
  }
}

.p-countries-area__wrap-title {
  padding: 0.625rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFF;
  background-color: #38B1A8;
  text-align: center;
  border-radius: 1.25rem;
}

.p-countries-area__wrap-left .text {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-area__wrap-left .text {
    margin-top: 0.6875rem;
  }
}

.p-countries-area__wrap-left .img {
  margin: 2.125rem auto 0;
  max-width: 24.0625rem;
}
@media screen and (max-width: 767px) {
  .p-countries-area__wrap-left .img {
    margin-top: 1.25rem;
    width: 78.26%;
  }
}

.p-countries-area__wrap-right {
  width: 47.3%;
}
@media screen and (max-width: 767px) {
  .p-countries-area__wrap-right {
    width: 100%;
  }
}

.p-countries-area__wrap-right .text {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-countries-area__wrap-right .text {
    margin-top: 1.25rem;
  }
}

.p-countries-group {
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-countries-group {
    padding-top: 0;
    overflow: hidden;
  }
}

.p-countries-group__wrap h3 {
  width: 120%;
  margin-left: -10%;
  padding: 1.25rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  color: #FFF;
  background-color: #FF9255;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-countries-group__wrap h3 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-countries-group__wrap:not(:first-of-type) h3 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-group__wrap:not(:first-of-type) h3 {
    margin-top: 2.1875rem;
  }
}

.p-countries-group-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-countries-group-list {
    margin-top: 1.0625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1875rem;
  }
}

.p-countries-group-list__img {
  max-width: 15.1875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-countries-group-list__img {
    max-width: 9.5625rem;
  }
}

.p-countries-group-list__body {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-countries-group-list__body {
    margin-top: 1.0625rem;
  }
}

.countries-group-list__title,
.p-countries-group__other-title {
  position: relative;
  padding: 0.96875rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  color: #FFF;
  background-color: #38B1A8;
  text-align: center;
  border-radius: 0.3125rem 0.3125rem 0 0;
  cursor: pointer;
}
.countries-group-list__title::after,
.p-countries-group__other-title::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.8125rem;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url(../images/common/faq-list-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.countries-group-list__title.is-open::after,
.p-countries-group__other-title.is-open::after {
  background-image: url(../images/common/faq-list-before.png);
}

.countries-group-list__info {
  display: none;
}

.countries-group-list__info-wrap {
  padding: 0.8125rem 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .countries-group-list__info-wrap {
    padding: 0.6875rem 1.125rem;
  }
}

.countries-group-list__info-wrap:not(:first-of-type) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .countries-group-list__info-wrap:not(:first-of-type) {
    margin-top: 0.3125rem;
  }
}

.countries-group-list__info-wrap .plan {
  position: relative;
  padding-left: 1.0625rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 0.4375rem;
}
.countries-group-list__info-wrap .plan::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1;
  background: #38B1A8;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.countries-group-list__info-wrap .plan span.pink,
.countries-group-list__info-wrap .plan span.red {
  display: inline-block;
  padding: 0.125rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #FFF;
  text-wrap: nowrap;
}

span.pink {
  background-color: #FF8DA7;
}

span.red {
  background-color: #FF4243;
}

.countries-group-list__info-wrap .plan span.small {
  font-size: 0.8125rem;
}

.countries-group-list__info-wrap .flex {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .countries-group-list__info-wrap .flex {
    margin-top: 0.4375rem;
    gap: 3.375rem;
  }
}

.countries-group-list__info-wrap .btn a {
  display: inline-block;
  max-width: 9.4375rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.countries-group-list__info-wrap .gray {
  margin-top: 0.4375rem;
  padding: 0.3125rem 0.5rem;
  background-color: #F7F7F7;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}

.countries-group-list__info-wrap .gray a {
  display: block;
  font-size: 0.9375rem;
  text-decoration: underline;
  text-align: center;
}

.p-countries-group__other {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-countries-group__other {
    margin-top: 1.0625rem;
  }
}

.p-group-other-list {
  margin-top: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-group-other-list {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.1875rem;
  }
}

.p-group-other-list__title {
  position: relative;
  padding: 0.8125rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  background-color: #D1F8EE;
  border-radius: 0.3125rem 0.3125rem 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-group-other-list__title {
    padding: 0.75rem 0;
    gap: 0.8125rem;
  }
}
.p-group-other-list__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.8125rem;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url(../images/common/group-other-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-group-other-list__title.small {
    font-size: 0.875rem;
  }
}

.p-group-other-list__title.is-open::after {
  background-image: url(../images/common/group-other-before.png);
}

.p-group-other-list__title img {
  max-width: 1.5rem;
}

.p-countries-info {
  background-color: #fff;
  overflow: hidden;
}

.p-countries-info__text {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-info__text {
    margin-top: 2.1875rem;
  }
}

.p-countries-info__subtitle {
  width: 120%;
  margin-left: -10%;
  padding: 1.25rem 0;
  margin-top: 3.75rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #FF9255;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-countries-info__subtitle {
    margin-top: 3.125rem;
    font-size: 1.25rem;
  }
}

.p-countries-info-list {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-countries-info-list {
    margin-top: 1.4375rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0.78125rem;
  }
}

.p-countries-info-list__item {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-countries-info-list__item {
    width: 100%;
  }
}

.p-countries-info-list__item-img img {
  width: 100%;
  aspect-ratio: 150/100;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-countries-info-list__item-img img {
    aspect-ratio: 96/64;
  }
}

.p-countries-info-list__item-text {
  margin-top: 1.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-countries-info-list__item-text {
    margin-top: 0.5625rem;
    font-size: 0.8125rem;
    line-height: 1.1538461538;
  }
}

.p-countries-link {
  background-color: #ECF9FC;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-link {
    padding: 2.1875rem 0;
  }
}

.p-p-countries-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-link-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}

.p-p-countries-link-list__item {
  background-color: #FF9255;
  text-align: center;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.p-p-countries-link-list__item a {
  position: relative;
  padding: 0.96875rem 0;
  display: inline-block;
  width: 100%;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
}
.p-p-countries-link-list__item a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 0.6875rem;
  height: 0.4375rem;
  background-image: url(../images/countries/countries-link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-countries-merit {
  background-color: #FEF5DA;
}

.p-countries-merit__text {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-merit__text {
    margin-top: 2.1875rem;
  }
}

.p-countries-merit__title02 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-merit__title02 {
    margin-top: 2.1875rem;
  }
}

.p-countries-merit-list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-merit-list {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
  }
}

.p-countries-merit-list__item {
  padding: 1.625rem 1.8125rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-countries-merit-list__item {
    padding: 0.9375rem 0.6875rem 1.5625rem;
    border-radius: 1rem;
  }
}

.p-countries-merit-list__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-countries-merit-list__item-img img {
  max-width: 4rem;
}

.p-countries-merit-list__item-text {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-merit-list__item-text {
    margin-top: 0.5rem;
  }
}

.p-countries-plan {
  background-color: #ECF9FC;
}
@media screen and (max-width: 767px) {
  .p-countries-plan {
    padding-top: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-countries-plan__title h2 {
    font-size: 1.5625rem;
  }
}

.p-countries-plan__wrap {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-countries-plan__wrap {
    margin-top: 2.1875rem;
    flex-direction: column;
    gap: 1.0625rem;
  }
}

.p-countries-plan__wrap-img {
  width: 39.6%;
}
@media screen and (max-width: 767px) {
  .p-countries-plan__wrap-img {
    width: 100%;
  }
}

.p-countries-plan__wrap-img img {
  width: 100%;
  aspect-ratio: 396/247;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-countries-plan__wrap-img img {
    aspect-ratio: 345/215;
  }
}

.p-countries-plan__wrap-text {
  width: 56.6%;
}
@media screen and (max-width: 767px) {
  .p-countries-plan__wrap-text {
    width: 100%;
  }
}

.p-p-countries-plan-list {
  margin-top: 4.4375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.375rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list {
    margin-top: 4.0625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.p-p-countries-plan-list__item {
  position: relative;
  background-color: #fff;
}

.p-p-countries-plan-list__item-tag {
  position: absolute;
  top: -1.3125rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5625rem 2.375rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  background-color: #FEF5DA;
  border: 1.5px solid #38B1A8;
  border-radius: 1.375rem;
  text-align: center;
  z-index: 3;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-tag {
    top: -1rem;
    padding: 0.40625rem 1.25rem;
    font-size: 1.0625rem;
    border-radius: 1rem;
  }
}

.p-p-countries-plan-list__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  height: 5.875rem;
  background-color: #38B1A8;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-title {
    gap: 0.875rem;
    font-size: 1.1875rem;
    height: 4.25rem;
  }
}

.p-p-countries-plan-list__item-title img {
  max-width: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-title img {
    max-width: 1.875rem;
  }
}

.p-p-countries-plan-list__item-body {
  padding: 1.375rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body {
    padding: 0.9375rem 2.875rem 1.1875rem;
  }
}

.p-p-countries-plan-list__item-body .days {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.p-p-countries-plan-list__item-body .days-gb {
  padding: 0.28125rem 0.71875rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #38B1A8;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body .days-gb {
    padding: 0.125rem 0.25rem;
  }
}

.p-p-countries-plan-list__item-body .days-price {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body .days-price {
    font-size: 1.0625rem;
  }
}

.p-p-countries-plan-list__item-body .title {
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body .title {
    margin-top: 0.625rem;
  }
}

.p-p-countries-plan-list__item-body .country {
  margin-top: 1.4375rem;
}

.p-p-countries-plan-list__item-body .country-span {
  display: inline-block;
  padding: 0.1875rem 1.125rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #FFF;
  background-color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body .country-span {
    padding: 0.0625rem 0.5rem;
  }
}

.p-p-countries-plan-list__item-body .country-text {
  margin-top: 0.375rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body .country-text {
    margin-top: 0.125rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-p-countries-plan-list__item-body .btn {
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body .btn {
    margin-top: 1.0625rem;
  }
}

.p-p-countries-plan-list__item-body .btn a {
  display: inline-block;
  max-width: 13.875rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-p-countries-plan-list__item-body .btn a {
    max-width: 9.375rem;
  }
}

.p-countries-reason {
  background-color: #FEF5DA;
}

.p-countries-plan__title02 h2 {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-countries-plan__title02 h2 {
    font-size: 1.25rem;
  }
}

.p-countries-reason-link {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-countries-reason-link {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
  }
}

.p-countries-reason-link__item a {
  display: block;
  padding: 1.25rem 0 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-countries-reason-link__item a {
    padding: 0.625rem 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-countries-reason-link__item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-reason-link__item .img {
    width: 37.24%;
  }
}

.p-countries-reason-link__item p {
  margin-top: 0.8125rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-countries-reason-link__item p {
    margin: 0;
    text-align: left;
    width: 43.2%;
  }
}

.p-countries-reason-link__item .arrow {
  margin: 1.5625rem auto 0;
  max-width: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-countries-reason-link__item .arrow {
    margin: 0;
    width: 7.586%;
  }
}

.p-p-countries-reason-list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-reason-list {
    margin-top: 2.1875rem;
  }
}

.p-p-countries-reason-list__item {
  position: relative;
  padding: 1.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.0625rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-reason-list__item {
    padding: 1.75rem 0.9375rem;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-p-countries-reason-list__item:not(:first-of-type) {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-reason-list__item:not(:first-of-type) {
    margin-top: 2.5625rem;
  }
}

.p-p-countries-reason-list__item .img {
  width: 18.2%;
}
@media screen and (max-width: 767px) {
  .p-p-countries-reason-list__item .img {
    width: 6.75rem;
  }
}

.p-p-countries-reason-list__item .body {
  width: 64.4%;
}
@media screen and (max-width: 767px) {
  .p-p-countries-reason-list__item .body {
    width: 100%;
  }
}

.p-p-countries-reason-list__item .body h3 {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-p-countries-reason-list__item .body h3 {
    display: none;
  }
}

.p-p-countries-reason-list__item .body h3 span {
  width: 2.375rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 50%;
}

.p-p-countries-reason-list__item .body p {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-p-countries-reason-list__item .body p {
    margin-top: 0;
  }
}

.p-p-countries-reason-list__item .top h3 {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #38B1A8;
  text-align: center;
}

.p-p-countries-reason-list__item .top h3 span {
  position: absolute;
  top: -1.1875rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 50%;
}

.p-countries-receiving {
  background-color: #ECF9FC;
}

.p-countries-receiving__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-receiving__list {
    margin-top: 2.1875rem;
  }
}

.p-countries-receiving__img {
  font-family: "Mochiy Pop One", serif;
  margin-top: 1.625rem;
  margin-left: 28%;
  max-width: 35.125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-receiving__img {
    margin-top: 2.1875rem;
    margin-left: 0;
  }
}

.p-countries-receiving__text {
  margin-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-countries-receiving__text {
    margin-top: 0.4375rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-countries-receiving__btn {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-countries-receiving__btn {
    margin-top: 1.25rem;
  }
}

.p-countries-system {
  background-color: #FEF5DA;
}

.p-countries-option {
  background-color: #ECF9FC;
}

.p-countries-trouble {
  background-color: #F4F4F4;
}

.p-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 4.375rem;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-cv.show {
    display: block;
  }
}

.p-cv__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-cv__btn a {
  display: inline-block;
}

.p-detail {
  position: relative;
  background-color: #FFF;
}

.p-detail__body {
  position: relative;
  max-width: 58.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-detail__body {
    max-width: 25rem;
    padding: 0 15px;
  }
}

.p-detail__tag {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.p-detail__date {
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .p-detail__date {
    font-size: 0.8125rem;
  }
}

.p-detail__category {
  display: inline-block;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  border-radius: 0.625rem;
  color: #FFF;
  background-color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-detail__category {
    padding: 0rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1;
  }
}

.p-detail__title {
  margin-top: 0.3125rem;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail__title {
    font-size: 1.0625rem;
    line-height: 1.4705882353;
  }
}

.p-detail__thumbnail-wrap {
  width: 100%;
  margin: 2.6875rem auto 0;
  max-width: 33.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-detail__thumbnail-wrap {
    margin-top: 1.75rem;
  }
}

.p-detail__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.p-detail__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail__content {
    margin-top: 1.25rem;
  }
}

.p-detail__content p {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-detail__content p {
    margin-bottom: 1.3125rem;
  }
}

.p-detail__content h1,
.p-detail__content h2 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.5625rem;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #C3C3C3;
}
@media screen and (max-width: 767px) {
  .p-detail__content h1,
  .p-detail__content h2 {
    margin-bottom: 1.375rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.8125rem;
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }
}
.p-detail__content h1::before,
.p-detail__content h2::before {
  content: "";
  position: absolute;
  width: 23.625rem;
  height: 2px;
  background: #38B1A8;
  bottom: -0.125rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-detail__content h1::before,
  .p-detail__content h2::before {
    width: 8.125rem;
  }
}

.p-detail__content h3 {
  padding-top: 2.5rem;
  padding-bottom: 2.1875rem;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.04;
  letter-spacing: 0.05em;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-detail__content h3 {
    padding-top: 1.5625rem;
    padding-bottom: 1.375rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}

.p-detail__toc ul {
  position: relative;
  margin: 4.375rem auto 2.5rem;
  max-width: 29.6875rem;
}
.p-detail__toc ul::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.875rem;
  left: 0;
  width: 100%;
  height: 0.8125rem;
  background-image: url(../images/column/detail-ul.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-detail__toc ul::before {
    background-image: url(../images/column/detail-ul-sp.svg);
  }
}

.p-detail__toc ul li {
  position: relative;
  padding: 0.8125rem 0;
  line-height: 1.3125;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-detail__toc ul li {
    padding: 0.625rem 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.p-detail__toc ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: url(../images/column/detail-li.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-detail__toc ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-faq-other {
  background-image: url(../images/faq/faq-other-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-faq-other__inner {
    padding: 0 1.40625rem;
  }
}

.p-faq-other-list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-faq-other-list {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

.p-faq-other-list__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.05em;
  color: #38B1A8;
  background-color: #fff;
  border: 2px solid #38B1A8;
  border-radius: 3.125rem;
  height: 3.75rem;
  text-align: center;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.p-faq-other-list__item a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1.53125rem;
  width: 0.75rem;
  height: 0.5rem;
  background-image: url(../images/faq/faq-other-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-faq-wrap {
  padding: 3.75rem 0;
  background-color: #ECF9FC;
}
@media screen and (max-width: 767px) {
  .p-faq-wrap {
    padding: 3.125rem 0;
    overflow: hidden;
  }
}

.p-faq-wrap__title {
  position: relative;
  margin-top: 1.5rem;
  padding: 1.4375rem 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
  background-color: #FF9255;
}
@media screen and (max-width: 767px) {
  .p-faq-wrap__title {
    margin: 0.9375rem calc(50% - 50vw);
    padding: 1.25rem 0;
    font-size: 1.25rem;
  }
}
.p-faq-wrap__title::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../images/common/faq-wrap__title.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-faq-wrap__title::before {
    top: -0.9375rem;
    width: 1.9375rem;
    height: 1.9375rem;
  }
}

.p-faq-wrap__title:not(:first-of-type) {
  margin-top: 3.125rem;
}

.p-faq-wrap__list {
  margin-top: 1.25rem;
}

.p-flow-payment {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-flow-payment {
    padding: 3.125rem 0;
  }
}

.p-flow-payment__inner {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-flow-payment__inner {
    max-width: 28.125rem;
    padding: 0 15px;
  }
}

.p-flow-trouble {
  background-color: #ECF9FC;
}

.p-flow-trouble__img {
  margin: 3.125rem auto 0;
  max-width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-trouble__img {
    margin-top: 2.1875rem;
  }
}

.p-flow-trouble__text {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow-trouble__text {
    margin-top: 1.6875rem;
  }
}

.p-flow-trouble__text p:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow-trouble__text p:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}

.p-flow-trouble__wrap {
  margin: 1.875rem auto 0;
  max-width: 51.25rem;
  padding: 1.875rem 10.625rem;
  border-radius: 0.75rem;
  border: 1px solid #38B1A8;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-flow-trouble__wrap {
    margin-top: 1.5rem;
    padding: 1rem 1.375rem 1.6875rem;
  }
}

.p-flow-trouble__wrap-title {
  font-weight: 700;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-flow-trouble__wrap-title {
    font-size: 1rem;
  }
}

.p-flow-trouble__wrap-text {
  padding-left: 0.3125rem;
}

.p-flow-trouble__text02 {
  margin: 1.25rem auto 0;
  max-width: 51.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-flow-trouble__text03 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow-trouble__text03 {
    margin-top: 1.3125rem;
  }
}

.p-footer {
  padding: 2.5rem 0 0.75rem;
  background-color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 2.1875rem 0 4.6875rem;
  }
}

.p-footer__logo {
  max-width: 17.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 13.0625rem;
  }
}

.p-footer__nav {
  margin: 3.125rem auto 0;
  max-width: 46.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    max-width: 20.125rem;
  }
}

.p-p-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4375rem 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-p-footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.125rem 1.4375rem;
  }
}

.p-p-footer__nav-list__item {
  max-width: 12.25rem;
}

@media screen and (max-width: 767px) {
  .p-p-footer__nav-list__item:nth-of-type(odd) {
    min-width: 9.625rem;
  }
}

.p-p-footer__nav-list__item a {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
}

.p-footer__wrap {
  margin-top: 2.5rem;
  border-top: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    margin-top: 1.5rem;
  }
}

.p-footer__link {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    margin-top: 1.6875rem;
    flex-direction: column;
    gap: 0.8125rem;
  }
}

.p-footer__link-item a {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
}

.p-footer__copy {
  margin-top: 2rem;
  text-align: center;
}

.p-footer__copy small {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
}

.p-fv-sub {
  padding: 3.125rem 0 2.3125rem;
  background-image: url(../images/price/fv-bg-price.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-fv-sub {
    padding: 1.25rem 0 0.875rem;
    background-image: url(../images/price/fv-bg-price-sp.png);
  }
}

.p-fv-sub.coming {
  background-image: none;
  background-color: #38B1A8;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-fv-sub__title {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-fv-sub__title {
    font-size: 1rem;
  }
}

.p-fv-sub__title span {
  margin-bottom: 1.375rem;
  display: inline-block;
  font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-sub__title span {
    margin-bottom: 0.6875rem;
    font-size: 1.5625rem;
  }
}

.p-fv-sub__title span.small {
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.p-fv__img img {
  width: 100%;
  aspect-ratio: 1920/678;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    aspect-ratio: 375/494;
  }
}

.p-guide-handy {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-guide-handy {
    padding: 3.125rem 0;
  }
}

.p-guide-handy__title {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.375;
  color: #FF6643;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-guide-handy__title {
    font-size: 1.3125rem;
    line-height: 1.3333333333;
  }
}

.p-guide-handy__text {
  margin-top: 2.9375rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-guide-handy__text {
    margin-top: 1.25rem;
  }
}

.p-handy-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9375rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-handy-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.p-handy-list__item {
  position: relative;
  padding: 2.1875rem 1.5rem;
  border: 2px solid #FF6643;
}
@media screen and (max-width: 767px) {
  .p-handy-list__item {
    padding: 1.875rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-handy-list__item:nth-of-type(odd) {
    margin-left: calc(50% - 50vw);
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .p-handy-list__item:nth-of-type(even) {
    margin-right: calc(50% - 50vw);
    border-right: none;
  }
}

.p-handy-list__item-tag {
  position: absolute;
  top: -1.5rem;
  left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-handy-list__item-tag {
    left: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-handy-list__item:nth-of-type(even) .p-handy-list__item-tag {
    left: unset;
    right: 0.625rem;
  }
}

.p-handy-list__item:nth-of-type(odd) {
  border-radius: 0 1.25rem 1.25rem 0;
  background-color: #FFFCF2;
}

.p-handy-list__item:nth-of-type(even) {
  border-radius: 1.25rem 0 0 1.25rem;
  background-color: #fff;
}

.p-handy-list__item-title {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FF6643;
  text-align: center;
}

.p-handy-list__item-img {
  margin-top: 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-handy-list__item-text {
  margin-top: 1.0625rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-handy-list__item-text {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}

.p-handy-list__item-text span {
  background: linear-gradient(transparent 75%, #FFEB00 75%);
}

.p-header {
  background-color: #fff;
  transition: 0.6s ease;
}

.p-header.hide {
  transform: translateY(-100%);
}

.p-header__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 25px;
}

.p-header__top {
  height: 5.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    height: 2.8125rem;
    justify-content: center;
  }
}

.p-header__top-logo {
  max-width: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-header__top-logo {
    max-width: 9.0625rem;
  }
}

.p-header__top-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__top-nav-items {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}

.p-header__top-nav-item .flex {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-header__top-nav-item .flex .phone,
.p-header__top-nav-item .flex .mail {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  line-height: 1;
  color: #38B1A8;
}

.p-header__top-nav-item .text {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  color: #38B1A8;
  margin-top: 0.125rem;
  text-align: right;
}

.p-header__top-nav-item .map {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: flex-end;
  margin-top: 0.4375rem;
  font-weight: 500;
  line-height: 1;
  color: #38B1A8;
}

.p-header__top-nav-item:last-of-type {
  max-width: 12.0625rem;
}

.p-header__bottom {
  background-color: #38B1A8;
}

.p-header__bottom-nav-items {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header__bottom-nav-item {
  border-left: 1px solid #FFF;
}

.p-header__bottom-nav-item:last-of-type {
  border-right: 1px solid #FFF;
}

.p-header__bottom-nav-item a {
  display: inline-block;
  padding: 0.6875rem 1.25rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media screen and (max-width: 1199px) {
  .p-header__bottom-nav-item a {
    padding: 0.625rem;
  }
}

.p-header__bottom-nav-item a.active {
  color: #FFEB00 !important;
}

.p-header__hamburger {
  position: fixed;
  top: 0;
  right: 0.28125rem;
  height: 2.8125rem;
  width: 2.8125rem;
}

.p-header__hamburger.is-open {
  top: 1.75rem;
  right: 2.5625rem;
  height: 2.5rem;
  width: 2.5rem;
}

.p-header__drawer {
  position: absolute;
  z-index: 999;
}

.p-hamburger {
  z-index: 9999;
  padding: 0.84375rem 0.65625rem;
  align-items: center;
}

.p-hamburger.is-open {
  padding: 0.625rem 0.5rem;
  background-color: #38B1A8;
  border-radius: 50%;
}

.p-hamburger__ber {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-hamburger__ber span {
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #38B1A8;
  border-radius: 0.125rem;
  transition: 0.3s ease-in-out;
}

.js-hamburger.is-open span {
  left: 0.625rem;
  background-color: #FFF;
  width: 1.25rem;
}

.p-hamburger span:nth-child(1) {
  top: 30%;
}

.p-hamburger__ber span:nth-child(2) {
  top: 47%;
}

.p-hamburger__ber span:nth-child(3) {
  top: 64%;
}

.js-hamburger.is-open span:nth-child(1) {
  top: 48%;
  left: 0.5rem;
  width: 1.5rem;
  transform: rotate(-45deg);
}

.js-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.js-hamburger.is-open span:nth-child(3) {
  top: 48%;
  left: 0.5rem;
  width: 1.5rem;
  transform: rotate(45deg);
}

.p-drawer-menu {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 1.25rem 0 1.875rem;
  overflow-y: scroll;
  background-color: #38B1A8;
}

.js-drawer.is-open {
  opacity: 100;
}

.p-drawer-menu__inner {
  width: 100%;
  max-width: 37.5rem;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
}

.p-drawer-menu__logo {
  max-width: 20.25rem;
  margin: 0 auto;
}

.p-drawer-menu__items {
  margin-top: 0.6875rem;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.p-drawer-menu__item {
  display: block;
  width: 100%;
}

.p-drawer-menu__item a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  padding: 1.09375rem 0;
  transition: 0.3s opacity;
}
.p-drawer-menu__item a:hover {
  opacity: 0.75;
}

.p-drawer-menu__btn {
  margin-top: 0.4375rem;
  text-align: center;
}

.p-drawer-menu__btn a {
  display: inline-block;
  max-width: 21.375rem;
}

.p-drawer-menu__info {
  margin-top: 2.25rem;
  padding-left: 0.375rem;
  color: #FFF;
}

.p-drawer-menu__info .phone,
.p-drawer-menu__info .mail,
.p-drawer-menu__info .map {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}

.p-drawer-menu__info .text {
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 0.8125rem;
}

.p-drawer-menu__info .mail,
.p-drawer-menu__info .map {
  margin-top: 0.75rem;
}

.p-keyword {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-keyword {
    padding: 2.1875rem 0 3.125rem;
  }
}

.p-keyword__window {
  margin: 3.125rem auto 0;
  width: 65.2%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-keyword__window {
    margin-top: 2.1875rem;
    width: 100%;
  }
}

.p-keyword__window input {
  padding: 0.5625rem 1.25rem;
  width: 87.423%;
  line-height: 1.875;
  border: 1px solid #CDD6DD;
}
@media screen and (max-width: 767px) {
  .p-keyword__window input {
    width: 75.94%;
    font-size: 1rem;
  }
}

.p-keyword__window input::-moz-placeholder {
  color: #CDD6DD;
}

.p-keyword__window input::placeholder {
  color: #CDD6DD;
}

.p-keyword__window button {
  padding: 1.125rem 1.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
  cursor: pointer;
}

.p-keyword__result {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-keyword__result {
    margin-top: 3.125rem;
  }
}

.search-result-item:not(:first-of-type) {
  margin-top: 1.25rem;
}

.p-keyword__many {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-keyword__many {
    margin-top: 3.125rem;
  }
}

.p-faq-many-list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-many-list {
    margin-top: 2.1875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

.faq-many-list__item-question {
  position: relative;
  padding: 1.25rem 0 1.6875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 0.3125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-many-list__item-question {
    padding: 1.25rem 0;
    gap: 0.5rem;
  }
}
.faq-many-list__item-question::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2.875rem;
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url(../images/common/faq-list-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .faq-many-list__item-question::after {
    width: 1.4375rem;
    height: 1.4375rem;
    right: 2.3125rem;
  }
}

.faq-many-list__item-question.is-open::after {
  background-image: url(../images/common/faq-list-before.png);
}

.faq-many-list__item-question img {
  max-width: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .faq-many-list__item-question img {
    max-width: 3.75rem;
  }
}

.faq-many-list__item-question p {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .faq-many-list__item-question p {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
  }
}

.faq-many-list__item-answer {
  display: none;
  padding: 1.875rem 1.8125rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .faq-many-list__item-answer {
    padding: 1.0625rem 1.25rem 1.625rem;
  }
}

.faq-many-list__item-answer p {
  line-height: 1.875;
}

.faq-many-list__item-answer p:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .faq-many-list__item-answer p:not(:first-of-type) {
    margin-top: 1.3125rem;
  }
}

.faq-many-list__item-answer p span {
  font-size: 0.8125rem;
}

.p-low {
  padding: 3.75rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-low {
    padding: 3.125rem 0;
  }
}

.p-low__title {
  font-size: 1.875rem;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-low__title {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-low__dl {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-low__dl {
    margin-top: 2.1875rem;
  }
}

.p-low__dl table {
  width: 100%;
  border: 1px solid #38B1A8;
  border-collapse: collapse;
}

.p-low__dl table th {
  padding: 0.625rem 0.3125rem;
  font-weight: 700;
  color: #FFF;
  background-color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-low__dl table th {
    display: block;
  }
}

.p-low__dl table tr:not(:first-of-type) th {
  border-top: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-low__dl table tr:not(:first-of-type) th {
    border: none;
  }
}

.p-low__dl table td {
  padding: 0.625rem;
  border: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-low__dl table td {
    display: block;
  }
}

.p-low__dl table td a {
  color: #38B1A8;
}

.p-memo {
  padding: 3.75rem 0;
  background-image: url(../images/common/memo-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-memo {
    padding: 2.1875rem 0;
    background-image: url(../images/common/memo-bg-sp.png);
  }
}

.p-memo__wrap {
  position: relative;
  padding: 5rem 1.25rem 3.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
  border: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-memo__wrap {
    padding: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-memo__wrap.pd {
    padding: 1.875rem 0.9375rem;
  }
}

.p-memo__title {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-memo__title {
    top: -1.125rem;
  }
}

.p-memo__title span {
  position: relative;
  display: inline-block;
  padding: 0.71875rem 0;
  width: 16.4375rem;
}
@media screen and (max-width: 767px) {
  .p-memo__title span {
    padding: 0.5625rem 0;
    width: 15rem;
  }
}
.p-memo__title span::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 16.4375rem;
  height: 2.5rem;
  background-image: url(../images/common/memo-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-memo__title span::before {
    width: 15rem;
    height: 2.1875rem;
  }
}

.p-memo-list {
  max-width: 41.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-memo-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}

.p-memo-list__item-text {
  position: relative;
  display: inline-block;
  padding-left: 1.1875rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  color: #38B1A8;
  text-decoration: underline;
}
.p-memo-list__item-text::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: auto;
  aspect-ratio: 1;
  background: #38B1A8;
  border-radius: 50%;
  top: 0.40625rem;
  left: 0;
}

.p-memo-list__item ul {
  margin-top: 1.0625rem;
  padding-left: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-memo-list__item ul {
    margin-top: 0.3125rem;
  }
}

.p-memo-list__item ul li:not(:first-of-type) {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-memo-list__item ul li:not(:first-of-type) {
    margin-top: 0.5rem;
  }
}

.p-memo-list__item ul li a {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
  color: #38B1A8;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-memo-list__item ul li a {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}

.p-order-plan {
  padding: 3.75rem 0;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-order-plan {
    padding: 0 0 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-order-plan.p-order-plan--pb {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-order-plan__img {
    margin: 0 calc(50% - 50vw);
  }
}

.p-order-plan__title {
  margin-top: 2.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-order-plan__title {
    margin-top: 3.125rem;
    align-items: start;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.p-order-plan__title img {
  max-width: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-order-plan__title img {
    max-width: 1.625rem;
  }
}

.p-order-plan__wrap {
  margin-top: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-order-plan__wrap {
    margin-top: 2rem;
    gap: 0.8125rem;
  }
}

.p-order-plan__wrap-item-text {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-order-plan__wrap-item-text {
    font-size: 0.9375rem;
  }
}

.p-order-plan__wrap-item-text span {
  position: relative;
  display: inline-block;
  padding: 0.1875rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-order-plan__wrap-item-text span {
    padding: 0 1.4375rem;
  }
}
.p-order-plan__wrap-item-text span::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 17.0625rem;
  height: 1.625rem;
  background-image: url(../images/order/order-plan-wrap.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-order-plan__wrap-item-text span::before {
    background-image: url(../images/order/order-plan-wrap-sp.svg);
    width: 9.75rem;
    height: 2.125rem;
  }
}

.p-order-plan__wrap-item-btn {
  margin-top: 0.5625rem;
}

.p-order-plan__wrap-item-btn a {
  display: inline-block;
  max-width: 19.9375rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-order-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-order-wrap {
    margin-top: 1.25rem;
  }
}

.p-order-wrap__text {
  max-width: 23rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-order-wrap__text {
    max-width: 20.125rem;
  }
}

.p-order-wrap__btn {
  margin: 0.1875rem auto 0;
  max-width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .p-order-wrap__btn {
    max-width: 20.125rem;
  }
}

.p-order-wrap__btn a {
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-reasons-main {
  background-color: #ECF9FC;
}

.p-reasons-main__wrap {
  padding: 2.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap {
    padding: 2.125rem 1rem;
    flex-direction: column;
  }
}

.p-reasons-main__wrap-left {
  width: 49.35%;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap-left {
    width: 100%;
  }
}

.p-reasons-main__wrap-left-title {
  display: flex;
  align-items: center;
  gap: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap-left-title {
    flex-direction: column;
    gap: 1.3125rem;
  }
}

.p-reasons-main__wrap-left-title h3 {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #38B1A8;
}

.p-reasons-main__wrap-left-title img {
  max-width: 6.5rem;
}

.p-reasons-main__wrap-left p {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap-left p {
    margin-top: 1rem;
  }
}

.p-reasons-main__wrap-right {
  width: 40.84%;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap-right {
    width: 100%;
  }
}

.p-reasons-main__wrap-right p.top {
  font-weight: 500;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap-right p.top {
    margin-top: 2.125rem;
    font-size: 0.875rem;
  }
}

.p-reasons-main__wrap-right .img {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap-right .img {
    margin-top: 0.5rem;
  }
}

.p-reasons-main__wrap-right p.bottom {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .p-reasons-main__wrap-right p.bottom {
    margin-top: 0.6875rem;
  }
}

.p-reasons-main-list {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-main-list {
    margin-top: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-reasons-main-list__item {
  padding: 2.5rem 2.1875rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-main-list__item {
    padding: 1.875rem 0.9375rem;
  }
}

.p-reasons-main-list__item h3 {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  text-align: center;
}

.p-reasons-main-list__item .img {
  margin-top: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-reasons-main-list__item .img {
    margin-top: 0.25rem;
  }
}

.p-reasons-main-list__item .img img {
  max-width: 6.75rem;
}

.p-reasons-main-list__item p {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reasons-main-list__item p {
    margin-top: 0.375rem;
  }
}

.p-reasons-main-list__item p:not(:first-of-type) {
  margin-top: 1.3125rem;
}

.p-reasons-main-list__item p span {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

.p-reasons-main-list__item .wrap {
  margin-top: 0.75rem;
  padding: 0.9375rem 0.875rem 0.9375rem 0.5rem;
  display: flex;
  align-items: start;
  gap: 0.25rem;
  border: 1px solid #3D4060;
  border-radius: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-main-list__item .wrap {
    padding: 0.8125rem 0.8125rem 0.8125rem 0.5rem;
    gap: 0;
  }
}

.p-reasons-main-list__item .wrap .img {
  margin-top: 0;
  max-width: 4.8125rem;
}

.p-reasons-main-list__item .wrap p {
  margin-top: 0;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

.p-reasons-info {
  padding: 3.125rem 0 3.75rem;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-reasons-info {
    padding: 2.1875rem 0 3.125rem;
  }
}

.p-reasons-info__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-reasons-info__wrap {
    flex-direction: column;
  }
}

.p-reasons-info__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-reasons-info__img {
    width: 100%;
    margin-top: 2.1875rem;
  }
}

.p-reasons-info__body {
  width: 57.7%;
}
@media screen and (max-width: 767px) {
  .p-reasons-info__body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-reasons-info__body h3 {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.46875rem;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #38B1A8;
}

.p-reasons-info__title {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #38B1A8;
  text-align: center;
}

.p-reasons-info__body p {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-reasons-info__body p {
    margin-top: 0;
  }
}

.p-receive {
  padding: 3.75rem 0;
  background-color: #ECF9FC;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-receive {
    padding: 3.125rem 0;
  }
}

.p-receive__inner {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-receive__inner {
    max-width: 28.125rem;
    padding: 0;
  }
}

.p-receive__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap {
    margin-top: 2.1875rem;
  }
}

.p-receive__wrap p {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-receive__wrap-title {
  padding: 0.6875rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #FF9255;
  font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-title {
    padding: 0.375rem 0;
    gap: 0.5rem;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-receive__wrap-title b span {
    margin: 0 0.3125rem;
    font-size: 0.625rem;
  }
}

.p-receive__wrap-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-body {
    margin-top: 1.3125rem;
  }
}

.p-receive__wrap-body-text.mt {
  margin-top: 1.6875rem;
}

.p-receive__wrap-body-days {
  margin-top: 3.125rem;
  max-width: 21.5625rem;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-body-days {
    margin-top: 2.1875rem;
    max-width: 100%;
  }
}

.p-receive__wrap-body-days h4,
.p-receive__wrap-body-price h4,
.p-receive-list__item-title {
  padding: 0.625rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 1.25rem;
  text-align: center;
}

.p-receive__wrap-body-days p,
.p-receive__wrap-body-price p {
  margin-top: 0.75rem;
}

.p-receive__wrap-body-img {
  margin-top: -8.875rem;
  max-width: 44.0625rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-body-img {
    margin-top: 2.1875rem;
  }
}

.p-receive__wrap-body-please {
  margin-top: 1.0625rem;
}

.p-receive__wrap-body-please-item {
  position: relative;
  padding-left: 3.75rem;
}
.p-receive__wrap-body-please-item::before {
  content: "";
  position: absolute;
  width: 3.0625rem;
  height: 2.1875rem;
  border-radius: 0.3125rem;
  background-color: #F1C005;
  top: 0.3125rem;
  left: 0;
}

.p-receive__wrap-body-please-item:not(:first-of-type) {
  margin-top: 0.875rem;
}

.p-receive__wrap-body-please-item:nth-of-type(2)::before {
  background-color: #51A7FA;
}

.p-receive__wrap-body-please-item:nth-of-type(3)::before {
  background-color: #FB9DA8;
}

.p-receive__wrap-body-please-item .title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
}

.p-receive__wrap-body-please-item .title span {
  font-size: 0.75rem;
}

.p-receive__wrap-body-please-item .text {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
}

.p-receive__wrap-body-price {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-body-price {
    margin-top: 2.1875rem;
  }
}

.p-receive-price-list {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-receive-price-list {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-receive-price-list__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-receive-price-list__item {
    width: 100%;
  }
}

.p-receive-price-list__item-title {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-receive-price-list__item-title p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-receive-price-list__item-text {
  margin-top: 1.25rem;
}

.p-receive-price-list__item-text span {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

.p-receive-list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-receive-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.p-receive-list__item-title span {
  font-size: 0.9375rem;
}

.p-receive-list__item-text {
  margin-top: 0.75rem;
}

.p-receive-list__item-text.mt-small {
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-receive-list__item-text.mt-small {
    margin-top: 0.25rem;
  }
}

.p-receive-list__item-text.blue {
  margin-top: 2rem;
  font-weight: 700;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-receive-list__item-text.blue {
    margin-top: 1.5rem;
  }
}

.p-receive-list__item-link {
  margin-top: 0.375rem;
}

.p-receive-list__item-link a {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-receive-list__item-link a {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-receive-list__item-link.border a {
  text-decoration: underline;
}

.p-receive-list__item-map {
  position: relative;
  width: 90%;
  margin: 0.9375rem auto 0;
  height: 0;
  padding-top: 53.287%;
}
@media screen and (max-width: 767px) {
  .p-receive-list__item-map {
    width: 100%;
    margin-top: 1.875rem;
    padding-top: 53.3%;
  }
}

.p-receive-list__item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-receive__wrap-body-time {
  margin: 2rem auto 0;
  max-width: 51.25rem;
  padding: 1.125rem;
  background-color: #FFF;
  border: 1px solid #38B1A8;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-body-time {
    padding: 1rem 1.375rem;
    margin-top: 1rem;
  }
}

.p-receive__wrap-body-time-title {
  max-width: 16.25rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-body-time-title {
    max-width: 100%;
  }
}

.p-receive__wrap-body-time-text {
  max-width: 16.25rem;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-receive__wrap-body-time-text {
    max-width: 100%;
  }
}

.p-rental-cancel {
  padding: 3.75rem 0;
  background-color: #ECF9FC;
}
@media screen and (max-width: 767px) {
  .p-rental-cancel {
    padding: 3.125rem 0;
  }
}

.p-rental-cancel__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-rental-cancel__list {
    margin-top: 2.1875rem;
  }
}

.p-cancel-list {
  padding: 1.875rem 5.3125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cancel-list {
    padding: 0;
    background-color: unset;
  }
}

.p-cancel-list__item:not(:first-of-type) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cancel-list__item:not(:first-of-type) {
    margin-top: 1.875rem;
  }
}

.p-cancel-list__item-title {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-cancel-list__item-title {
    gap: 1.0625rem;
  }
}

.p-cancel-list__item-title img {
  max-width: 4.0625rem;
}

.p-cancel-list__item-title p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-cancel-list__item-text {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-cancel-list__item-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-cancel-list__item-cation {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}

.p-cancel-list__item-table-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-cancel-list__item-table {
  margin: 1.5rem auto 0;
  max-width: 45.1875rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-cancel-list__item-table {
    margin-top: 1.125rem;
    max-width: 21.5625rem;
    border: none;
    background-color: #fff;
  }
}

.p-cancel-list__item-table th,
.p-cancel-list__item-table td {
  padding: 0.3125rem 0;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-cancel-list__item-table th,
  .p-cancel-list__item-table td {
    padding: 0.4375rem 0;
  }
}

.p-cancel-list__item-table th {
  padding-left: 1.25rem;
  font-weight: 700;
  color: #FFF;
  background-color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-cancel-list__item-table th {
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cancel-list__item-table tr:first-of-type th {
    border-top: 1px solid #38B1A8;
  }
}

.p-cancel-list__item-table tr:not(:first-of-type) th {
  border-top: 1px solid #FFF;
}

.p-cancel-list__item-table td {
  padding-left: 1.875rem;
  border: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-cancel-list__item-table td {
    padding-left: 0.625rem;
  }
}

.p-rental-intro {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-rental-intro {
    padding: 3.125rem 0;
  }
}

.p-rental-intro.p-rental-intro--guide {
  background-color: #EBF9FC;
}

.p-rental-intro__inner {
  max-width: 55rem;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-rental-intro__inner {
    max-width: 28.125rem;
    padding: 0 15px;
  }
}

.p-rental-intro__title {
  position: relative;
  max-width: 25.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-rental-intro__title {
    max-width: 17.0625rem;
  }
}

.p-rental-intro__wrap {
  margin-top: -1.5625rem;
  padding: 2.8125rem 4rem 2.5rem 5.25rem;
  background-color: #fff;
  border: 1px solid #38B1A8;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-rental-intro__wrap {
    margin-top: -1.0625rem;
    padding: 1.875rem 0.625rem 1.5625rem;
  }
}

.p-rental-intro__text {
  margin-top: 1.0625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-rental-intro__wrap-img {
  font-family: "Mochiy Pop One", serif;
}

.p-rental-intro__list {
  margin-top: 0.625rem;
}

.p-intro-list {
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list {
    gap: 1.875rem;
    justify-content: center;
  }
}

.p-intro-list__item-text {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intro-list__item-text {
    font-size: 0.625rem;
    line-height: 1.3;
  }
}

.p-rental-option {
  padding: 3.75rem 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-rental-option {
    padding: 3.125rem 0;
  }
}

.p-rental-option__text {
  margin-top: 2.625rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-rental-option__text {
    margin-top: 2.1875rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-rental-option__wrap {
  margin-top: 2.5rem;
  padding: 3.125rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-rental-option__wrap {
    margin-top: 2.8125rem;
    padding: 0;
    background-color: unset;
  }
}

.p-option-list__item {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-option-list__item {
    flex-direction: column;
    gap: 1.5625rem;
  }
}

.p-option-list__item:not(:first-of-type) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-option-list__item:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}

.p-option-list__item:nth-of-type(3) {
  margin-top: 1.875rem;
  flex-direction: column;
  align-items: start;
  gap: 0.3125rem;
}

.p-option-list__item-body {
  width: 56.67%;
}
@media screen and (max-width: 767px) {
  .p-option-list__item-body {
    width: 100%;
  }
}

.p-option-list__item:nth-of-type(2) .p-option-list__item-body {
  width: 100%;
}

.p-option-list__item-body-title {
  display: flex;
  align-items: center;
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-option-list__item-body-title {
    gap: 0.625rem;
  }
}

.p-option-list__item-body-title img {
  max-width: 4.1875rem;
}

.p-option-list__item-body-title p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-option-list__item-body-title p {
    line-height: 1.5;
  }
}

.p-option-list__item-body-title p span {
  font-size: 1.25rem;
}

.p-option-list__item-body-text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-option-list__item-body-text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-option-list__item-img {
  width: 39.52%;
}
@media screen and (max-width: 767px) {
  .p-option-list__item-img {
    width: 100%;
  }
}

.p-option-list__item-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-option-list__item-wrap {
    margin-top: 0.8125rem;
    padding: 0.3125rem 0.3125rem 0.625rem;
    background-color: #fff;
    border-radius: 0.6875rem;
  }
}

.p-option-list__item-wrap img {
  width: 4.8125rem;
}

.p-option-list__item-wrap p {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-option-list__item-wrap p {
    line-height: 1.5384615385;
  }
}

.p-option-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-option-table {
    background-color: #fff;
  }
}

.p-option-table thead th {
  padding: 1rem 0;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-option-table thead th {
    padding: 0.4375rem 0;
    font-size: 0.8125rem;
  }
}

.p-option-table thead th.color {
  background-color: #FFE688;
}

.p-option-table tbody th {
  padding: 0.1875rem 0;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-option-table tbody th {
    padding: 0.3125rem 0;
    font-size: 0.875rem;
  }
}

.p-option-table tbody td {
  width: 21.5rem;
  padding: 0.5rem 0 0.5rem 4.375rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-option-table tbody td {
    width: 7rem;
    padding: 0.4375rem 0;
    text-align: center;
  }
}

.p-option-table tbody td:first-of-type {
  width: 18.5625rem;
  padding-left: 2.5rem;
  font-weight: 700;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-option-table tbody td:first-of-type {
    width: 8.0625rem;
    padding: 0.4375rem 0;
    text-align: center;
  }
}

.p-option-table tbody td:last-of-type {
  width: 12.5rem;
  padding-left: 0;
  background-color: #FFFBEF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-option-table tbody td:last-of-type {
    width: 6.4375rem;
  }
}

.p-option-table th,
.p-option-table td {
  border: 1px solid #38B1A8;
}

.p-ental-option__btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-ental-option__btn {
    margin-top: 1.25rem;
  }
}

.p-rental-payment {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-rental-payment {
    padding: 3.125rem 0;
  }
}

.p-rental-payment__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rental-payment__text {
    margin-top: 2.1875rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-rental-payment__banner {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-rental-payment__banner {
    margin: 2.1875rem calc(50% - 50vw) 0;
  }
}

.p-rental-payment__wrap {
  margin-top: 1.75rem;
  padding: 2.1875rem 5.3125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-rental-payment__wrap {
    margin-top: 1.5rem;
    padding: 0;
    background-color: unset;
  }
}

.p-rental-payment__wrap-title {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-rental-payment__wrap-title {
    gap: 0.625rem;
  }
}

.p-rental-payment__wrap-title img {
  max-width: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .p-rental-payment__wrap-title img {
    max-width: 3.6875rem;
  }
}

.p-rental-payment__wrap-title p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-rental-payment__wrap-text {
  margin-top: 1.125rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-rental-payment__wrap-text {
    margin-top: 0.4375rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-rental-payment__wrap-box {
  margin: 0.625rem auto 0;
  padding: 0.625rem;
  max-width: 40.625rem;
  border: 1px solid #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-rental-payment__wrap-box {
    margin-top: 1.25rem;
    background-color: #fff;
  }
}

.p-rental-payment__wrap-box p {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  text-align: center;
}

.p-rental-payment__wrap-box img {
  max-width: 18.375rem;
  margin: 1.25rem auto 0;
}

.p-rental-payment__wrap-text02 {
  margin: 0.625rem auto 0;
  max-width: 40.625rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}

.p-rental-summary {
  padding: 3.75rem 0;
  background-color: #FFF3F6;
}
@media screen and (max-width: 767px) {
  .p-rental-summary {
    padding: 3.125rem 0;
  }
}

.p-rental-summary__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-rental-summary__wrap {
    margin-top: 2.1875rem;
  }
}

.p-rental-summary__list {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-rental-summary__list {
    margin-top: 1.0625rem;
  }
}

.p-rental-list__item:not(:first-of-type) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item:not(:first-of-type) {
    margin-top: 0.9375rem;
  }
}

.p-rental-list__item-question {
  position: relative;
  display: flex;
  border-radius: 0.375rem;
  color: #2BAFD0;
  background-color: #fff;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transition: 0.3s ease;
  cursor: pointer;
}
.p-rental-list__item-question::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2.6875rem;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../images/common/rental-list-open.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-question::before {
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-rental-list__item-question.is-open {
  color: #FFF;
  background-color: #2BAFD0;
}
.p-rental-list__item-question.is-open::before {
  background-image: url(../images/common/rental-list-close.png);
}

.p-rental-list__item-question-img {
  width: 38.98%;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-question-img {
    width: 48.11%;
  }
}

.p-rental-list__item-question-img img {
  width: 100%;
  aspect-ratio: 390/175;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem 0 0 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-question-img img {
    aspect-ratio: 166/124;
  }
}

.p-rental-list__item-question-text {
  width: 61.02%;
  padding-left: 4.625rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-question-text {
    width: 51.89%;
    padding-left: 1.5625rem;
    font-size: 1.0625rem;
  }
}

.p-rental-list__item-answer {
  margin-top: 0.625rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer {
    margin-top: 1rem;
  }
}

.p-rental-list__item-answer-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8125rem 0.625rem;
  }
}

.p-rental-list__item-answer-wrap li {
  text-align: center;
  background-color: #fff;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap li {
    padding-bottom: 1.25rem;
  }
}

.p-rental-list__item-answer-wrap .img img {
  width: 100%;
  aspect-ratio: 234/156;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap .img img {
    aspect-ratio: 166/110;
  }
}

.p-rental-list__item-answer-wrap .title {
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap .title {
    height: 1.9375rem;
    padding: 0.5rem 0;
    font-size: 0.9375rem;
  }
}

.p-rental-list__item-answer-wrap .title.small {
  padding: 0.375rem 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap .title.small {
    padding: 0.21875rem 0;
    font-size: 0.75rem;
  }
}

.p-rental-list__item-answer-wrap .day {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap .day {
    margin-top: 0.75rem;
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.p-rental-list__item-answer-wrap .day span {
  display: inline-block;
  padding: 0.3125rem 0.8125rem;
  font-family: "M PLUS 1p", serif;
  font-size: 0.75rem;
  color: #38B1A8;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap .day span {
    padding: 0.125rem 0.1875rem;
  }
}

.p-rental-list__item-answer-wrap .btn {
  max-width: 11.25rem;
  margin: 1.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-rental-list__item-answer-wrap .btn {
    margin-top: 0.9375rem;
    max-width: 7.9375rem;
  }
}

.p-rental-list__item-answer-wrap .btn a {
  display: inline-block;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-return {
  padding: 3.75rem 0;
  background-color: #D1F8EE;
}
@media screen and (max-width: 767px) {
  .p-return {
    padding: 3.125rem 0;
  }
}

.p-return__inner {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-return__inner {
    max-width: 28.125rem;
    padding: 0 15px;
  }
}

.p-return-list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-return-list {
    margin-top: 2.1875rem;
  }
}

.p-return-list__item:not(:first-of-type) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-return-list__item:not(:first-of-type) {
    margin-top: 2.1875rem;
  }
}

.p-return-list__item-title {
  padding: 1.3125rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
  background-image: url(../images/receive/return-list-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-title {
    padding: 1.125rem 0;
    font-size: 1.25rem;
    background-image: url(../images/receive/return-list-title-sp.png);
  }
}

.p-return-list__item-body {
  padding: 3.125rem 6.25rem;
  background-color: #FFF;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body {
    padding: 1.25rem 1.125rem;
  }
}

.p-return-list__item-body-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body-flex {
    flex-direction: column;
    gap: 0.875rem;
  }
}

.p-return-list__item-body-flex:not(:first-of-type) {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body-flex:not(:first-of-type) {
    margin-top: 2.1875rem;
  }
}

.p-return-list__item-body-img {
  width: 26.8%;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body-img {
    width: 86.73%;
  }
}

.p-return-list__item-body-img img {
  width: 100%;
  aspect-ratio: 268/149;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-return-list__item-body-text {
  width: 68.4%;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body-text {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-return-list__item-body-text span {
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}

.p-return-list__item-body-text p.bold {
  font-weight: 700;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body-text p.bold {
    text-align: center;
  }
}

.p-return-list__item-body-text p.red {
  font-size: 0.8125rem;
  color: #CE0818;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body-text p.red {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5625rem;
  }
}

.p-return-list__item-body-text p.red span {
  margin-right: 0.625rem;
  padding: 0 0.46875rem;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  border: 1px solid #CE0818;
  border-radius: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-return-list__item-body-text p.red span {
    margin: 0;
    padding: 0.1875rem 0.40625rem;
    font-size: 1rem;
    line-height: 1.375;
    text-align: center;
    border-radius: 0.375rem;
  }
}

.p-setting {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-setting {
    padding: 3.125rem 0;
  }
}

.p-setting__inner {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-setting__inner {
    max-width: 25rem;
    padding: 0 15px;
  }
}

.p-setting__text {
  margin-top: 2rem;
  padding-left: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-setting__text {
    margin-top: 1.375rem;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-setting__area {
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-setting__wrap {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap {
    margin-top: 2.1875rem;
  }
}

.p-setting__wrap:nth-of-type(2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap:nth-of-type(2) {
    margin-top: 2.1875rem;
  }
}

.p-setting__wrap-flex {
  margin: 1.125rem auto 0;
  max-width: 62.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-flex {
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
  }
}

.p-setting__wrap-flex .img {
  width: 28.8%;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-flex .img {
    margin-top: 0.625rem;
    width: 82.6%;
  }
}

.p-setting__wrap-flex .text {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-flex .text {
    width: 100%;
  }
}

.p-setting__wrap-flex .text p:not(:first-of-type) {
  margin-top: 1rem;
}

.p-setting__wrap-flex .text02 {
  width: 82.6%;
}

.p-setting__wrap-flex .text02 p {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}

.p-setting__wrap-flex .text02 p:not(:first-of-type) {
  margin-top: 0.625rem;
}

.p-setting-list {
  margin-top: 1.6875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-setting-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1875rem;
  }
}

.p-setting-list__item-question {
  position: relative;
  padding: 1.25rem 2.0625rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 0.375rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  cursor: pointer;
  transition: 0.3s ease;
}
.p-setting-list__item-question::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1.625rem;
  width: 1.8125rem;
  height: 1.8125rem;
  background-image: url(../images/common/faq-list-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-setting-list__item-question::after {
    width: 1.1875rem;
    height: 1.1875rem;
    right: 0.9375rem;
  }
}

.p-setting-list__item-question.is-open::after {
  background-image: url(../images/common/faq-list-before.png);
}

.p-setting-list__item-answer {
  display: none;
  padding: 0.9375rem 2.3125rem 3.125rem;
  background-color: #FFF;
}

.p-setting-list__item-answer .img:not(:first-of-type) {
  margin-top: 1.375rem;
}

.p-setting-list__item-answer .img img {
  margin: 0 auto;
  max-width: 11.6875rem;
}

.p-setting-list__item-answer .text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-setting-list__item-answer .text {
    font-size: 0.8125rem;
  }
}

.p-setting-list__item-answer .text span {
  font-weight: 700;
}

.p-setting__wrap-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-text {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
  }
}

.p-setting__wrap-box {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-box {
    position: relative;
    margin-top: 0.9375rem;
    flex-direction: column;
  }
}

.p-setting__wrap-box p {
  padding: 1.0625rem 4.46875rem 2.5rem;
  font-family: "Mochiy Pop One", serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  color: #38B1A8;
  background-image: url(../images/flow/setting-wrap-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-box p {
    height: 40vw;
    padding: 0.8125rem 0.9375rem;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    text-align: center;
    background-image: url(../images/flow/setting-wrap-box-bg-sp.png);
  }
}

.p-setting__wrap-box p span {
  color: #FFF;
  background-color: #FF6643;
}

.p-setting__wrap-box img {
  max-width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-setting__wrap-box img {
    position: absolute;
    bottom: -2.5rem;
    right: -0.9375rem;
    width: 5rem;
  }
}

.p-start {
  padding: 3.75rem 0;
  background-color: #ECF9FC;
}
@media screen and (max-width: 767px) {
  .p-start {
    padding: 3.125rem 0;
  }
}

.p-start__wrap {
  margin-top: 3.125rem;
  padding: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-start__wrap {
    margin-top: 1.25rem;
    padding: 0.4375rem 1.6875rem 1.6875rem;
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-start__wrap-img {
  width: 15.946%;
}
@media screen and (max-width: 767px) {
  .p-start__wrap-img {
    width: 9.6875rem;
  }
}

.p-start__wrap-body {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-start__wrap-body {
    width: 100%;
  }
}

.p-start__wrap-body p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-start__wrap-body p {
    text-align: center;
  }
}

.p-start__wrap-body p.small {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-start__wrap-body p.small {
    text-align: left;
    font-size: 0.8125rem;
  }
}

.p-support {
  padding: 3.75rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 3.125rem 0;
  }
}

.p-support__inner {
  max-width: 54.375rem;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-support__inner {
    max-width: 28.125rem;
    padding: 0 15px;
  }
}

.p-support__text {
  margin-top: 3.125rem;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support__text {
    margin-top: 2.1875rem;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-support__wrap {
  margin-top: 3.125rem;
  padding: 1.875rem 7.5rem;
  border: 1px solid #38B1A8;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-support__wrap {
    margin-top: 1.25rem;
    padding: 1.25rem;
  }
}

.p-support__wrap-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #38B1A8;
}

.p-support__wrap-text {
  margin-top: 0.625rem;
  padding-left: 0.3125rem;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-support__wrap-text {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-support__line {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-support__line {
    margin-top: 1.25rem;
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.p-support__line-qr {
  width: 14.63%;
}
@media screen and (max-width: 767px) {
  .p-support__line-qr {
    width: 38.88%;
  }
}

.p-support__line-body {
  width: 81.1%;
}
@media screen and (max-width: 767px) {
  .p-support__line-body {
    width: 100%;
  }
}

.p-support__line-body-text {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-support__line-body-text {
    font-size: 0.875rem;
  }
}

.p-support__line-body-small {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-support__line-body-small {
    margin-top: 0;
  }
}

.p-top-faq {
  padding: 3.75rem 0;
  background-color: #fff;
  background-image: url(../images/top/top-faq-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-faq {
    padding: 3.125rem 0;
  }
}

.p-top-faq__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__list {
    margin-top: 2.1875rem;
  }
}

.p-faq-list__item:not(:first-of-type) {
  margin-top: 1.25rem;
}

.faq-list__item-question {
  position: relative;
  padding: 1.3125rem 3.3125rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question {
    padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
    font-size: 1.0625rem;
    border-radius: 0.3125rem;
  }
}
.faq-list__item-question::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1.625rem;
  width: 1.8125rem;
  height: 1.8125rem;
  background-image: url(../images/common/faq-list-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question::after {
    width: 1.1875rem;
    height: 1.1875rem;
    right: 0.9375rem;
  }
}

.faq-list__item-question.is-open {
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .faq-list__item-question.is-open {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}
.faq-list__item-question.is-open::after {
  background-image: url(../images/common/faq-list-before.png);
}

.faq-list__item-answer {
  display: none;
  padding: 1.25rem 2.3125rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer {
    padding: 1.5rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}

.faq-list__item-answer p:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .faq-list__item-answer p:not(:first-of-type) {
    margin-top: 1.3125rem;
  }
}

.faq-list__item-answer p span {
  display: inline-block;
  margin-top: 0.8125rem;
  font-size: 0.8125rem;
}

.faq-list__item-answer a {
  text-decoration: underline;
}

.faq-list__item-answer .img {
  margin: 2.5rem auto 0;
  width: 91.145%;
}

.p-top-faq__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq__btn {
    margin-top: 1.375rem;
  }
}

.p-top-peace {
  padding: 3.75rem 0;
  background-color: #D2F8EE;
}
@media screen and (max-width: 767px) {
  .p-top-peace {
    padding: 3.125rem 0;
  }
}

.p-top-peace-list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-peace-list {
    margin-top: 3.75rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1875rem;
  }
}

.p-top-peace-list__item {
  position: relative;
  padding: 2.25rem 1.625rem;
  background-color: #fff;
  border: 1.5px solid #38B1A8;
  border-radius: 1.25rem;
}
.p-top-peace-list__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.3125rem;
  left: 0;
  width: 10.625rem;
  height: 2.8125rem;
  background-image: url(../images/top/peace-point1.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-top-peace-list__item {
    padding: 1.875rem 1.25rem;
  }
}

.p-top-peace-list__item:nth-of-type(2)::before {
  background-image: url(../images/top/peace-point2.png);
}

.p-top-peace-list__item-wrap {
  display: flex;
  align-items: center;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-peace-list__item-wrap {
    gap: 0.625rem;
  }
}

.p-top-peace-list__item-wrap-img {
  max-width: 6.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-peace-list__item-wrap-img {
    max-width: 5.9375rem;
  }
}

.p-top-peace-list__item-wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-peace-list__item-wrap-text {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
}

.p-top-peace-list__item-text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-peace-list__item-text {
    margin-top: 0.6875rem;
    font-size: 0.875rem;
  }
}

.p-top-peace-list__item-text span {
  background: linear-gradient(transparent 80%, #FFEB00 80%);
}

.p-top-peace__btn {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-peace__btn {
    margin-top: 1.25rem;
  }
}

.p-top-post {
  padding: 3.75rem 0;
  background-color: #EBF9FC;
}
@media screen and (max-width: 767px) {
  .p-top-post {
    padding: 3.125rem 0;
  }
}

.p-top-post.p-post-connection {
  background-color: #FEF5DA;
}

.p-top-post__group {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-post__group {
    margin-top: 2.1875rem;
  }
}

.p-post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.59375rem;
}
@media screen and (max-width: 767px) {
  .p-post-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-post-list.p-post-list--new {
  gap: 1.25rem;
  display: flex;
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .p-post-list.p-post-list--new {
    padding-right: 1.25rem;
    margin-right: calc(50% - 50vw);
  }
}

.p-post-list--new .p-post-list__item {
  width: 13.3125rem;
}

@media screen and (max-width: 767px) {
  .p-post-list__item-link {
    display: flex;
    align-items: center;
    gap: 1.0625rem;
  }
}

.p-post-list--new .p-post-list__item-link {
  display: block;
  width: 13.3125rem;
}

.p-post-list__item-img-wrap {
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post-list__item-img-wrap {
    width: 35%;
  }
}

.p-post-list__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-list__item-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-list__item-body {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-post-list__item-body {
    margin-top: 0;
  }
}

.p-post-list--new .p-post-list__item-body {
  margin-top: 0.375rem;
}

.p-post-list__item-body-flex {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-post-list__item-body-flex {
    gap: 0.9375rem;
  }
}

.p-post-list--new .p-post-list__item-body-flex {
  gap: 1rem;
}

.p-post-list__item-body-time {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-post-list__item-body-time {
    font-size: 0.8125rem;
  }
}

.p-post-list--new .p-post-list__item-body-time {
  font-size: 0.8125rem;
}

.p-post-list__item-body-category {
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 1rem;
  line-height: 1.3125;
  letter-spacing: 0;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-post-list__item-body-category {
    padding: 0 0.375rem;
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}

.p-post-list--new .p-post-list__item-body-category {
  font-size: 0.75rem;
}

.p-post-list__item-body-h3 {
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post-list__item-body-h3 {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}

.p-post-list--new .p-post-list__item-body-h3 {
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-top-post__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-post__btn {
    margin-top: 1.5rem;
  }
}

.p-top-price {
  padding: 3.75rem 0;
  background-color: #FFF2F6;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-price {
    padding: 3.125rem 0;
  }
}

.p-top-price__wrap.mt {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__wrap.mt {
    margin-top: 2.1875rem;
  }
}

.p-top-price__wrap.p-top-price__wrap--bg {
  background-color: #FFDDDD;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-price__wrap.p-top-price__wrap--bg {
    padding: 3.125rem 0;
  }
}

.p-top-price__tag {
  position: relative;
  padding: 0.0625rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__tag {
    padding-left: 0.3125rem;
    justify-content: start;
    gap: 1.875rem;
  }
}
.p-top-price__tag::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: -10.875rem;
  width: 79.75rem;
  height: 4.4375rem;
  background-image: url(../images/top/price-tag-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .p-top-price__tag::before {
    width: 77rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-price__tag::before {
    width: 100%;
    left: 0;
    background-image: url(../images/top/price-tag-bg-sp.png);
  }
}

.p-top-price__tag.p-top-price__tag--red::before {
  background-image: url(../images/top/price-tag-bg-red.png);
}
@media screen and (max-width: 767px) {
  .p-top-price__tag.p-top-price__tag--red::before {
    background-image: url(../images/top/price-tag-bg-red-sp.png);
  }
}

.p-top-price__tag-img {
  position: relative;
  max-width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__tag-img {
    max-width: 3.4375rem;
  }
}

.p-top-price__tag-text {
  position: relative;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-price__tag-text {
    font-size: 1.25rem;
  }
}

.p-top-price__tag-text span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-price__tag-text span {
    font-size: 1rem;
  }
}

.p-top-price-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-price-list {
    margin-top: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0.8125rem;
  }
}

.p-top-price-list__item-top {
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
  background-color: #38B1A8;
}

.p-top-price-list__item-top img {
  display: block;
  max-width: 1.53125rem;
}

.p-top-price-list__item-top img {
  width: 100%;
  height: 1.53125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-price-list__item-top p {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #FFF;
}

.p-top-price-list__item-bottom {
  padding: 0.6875rem 0;
  background-color: #fff;
  text-align: center;
}

.p-top-price-list__item-bottom-tag {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  background-color: #FEF5DA;
}

.p-top-price-list__item-bottom-text {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.1176470588;
  letter-spacing: 0.05em;
  color: #3D4060;
}

.p-top-price-list__item-bottom-btn {
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-price-list__item-bottom-btn {
    margin-top: 0.625rem;
  }
}

.p-top-price-list__item-bottom-btn a {
  display: inline-block;
  max-width: 7.9375rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-top-price__btn {
  margin-top: 2rem;
}

.p-top-price02-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list {
    margin-top: 1.0625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list.top {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top-price02-list__item {
  background-color: #fff;
}

.p-top-price02-list__item-top {
  padding: 1.03125rem 0;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-top {
    padding: 1.25rem 0;
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top .p-top-price02-list__item-top {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    height: 3.75rem;
  }
}

.p-top-price02-list__item-bottom {
  padding: 1.5625rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom {
    padding: 0.9375rem 0;
  }
}

.p-top-price02-list__item-bottom-text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-text {
    gap: 1.25rem;
    font-size: 1.0625rem;
  }
}

.p-top-price02-list__item-bottom-text span {
  display: inline-block;
  margin-right: 0.9375rem;
  padding: 0.25rem 0.625rem;
  font-family: "M PLUS 1p", serif;
  font-size: 0.75rem;
  color: #38B1A8;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-text span {
    margin-right: 0;
    padding: 0.125rem 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top .p-top-price02-list__item-bottom-text {
    font-size: 0.9375rem;
    gap: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top .p-top-price02-list__item-bottom-text span {
    margin-right: 0;
    padding: 0.0625rem 0.125rem;
  }
}

.p-top-price02-list__item-bottom-ul {
  margin: 1.5625rem auto 0;
  max-width: 23.125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-ul {
    margin-top: 0.625rem;
    max-width: 16.625rem;
    gap: 0.5rem 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list.top .p-top-price02-list__item-bottom-ul {
    margin-top: 0.875rem;
    max-width: 8.875rem;
    flex-direction: column;
  }
}

.p-top-price02-list__item:nth-of-type(2) .p-top-price02-list__item-bottom-ul {
  max-width: 24.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item:nth-of-type(2) .p-top-price02-list__item-bottom-ul {
    max-width: 16.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top:nth-of-type(2) .p-top-price02-list__item-bottom-ul {
    max-width: 8.125rem;
  }
}

.p-top-price02-list__item:nth-of-type(3) .p-top-price02-list__item-bottom-ul,
.p-top-price02-list__item:nth-of-type(5) .p-top-price02-list__item-bottom-ul {
  max-width: 24.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item:nth-of-type(3) .p-top-price02-list__item-bottom-ul,
  .p-top-price02-list__item:nth-of-type(5) .p-top-price02-list__item-bottom-ul {
    max-width: 16.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top:nth-of-type(3) .p-top-price02-list__item-bottom-ul,
  .p-top-price02-list__item.top:nth-of-type(5) .p-top-price02-list__item-bottom-ul {
    max-width: 5.9375rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-top-price02-list__item:nth-of-type(4) .p-top-price02-list__item-bottom-ul {
  max-width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item:nth-of-type(4) .p-top-price02-list__item-bottom-ul {
    max-width: 16.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top:nth-of-type(4) .p-top-price02-list__item-bottom-ul {
    max-width: 8.125rem;
  }
}

.p-top-price02-list__item:nth-of-type(6) .p-top-price02-list__item-bottom-ul {
  max-width: 25.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item:nth-of-type(6) .p-top-price02-list__item-bottom-ul {
    max-width: 16.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top:nth-of-type(6) .p-top-price02-list__item-bottom-ul {
    max-width: 6.5625rem;
  }
}

.p-top-price02-list__item-bottom-img {
  margin: 1.5625rem auto 0;
  max-width: 22rem;
}

.p-top-price02-list__item-bottom-ul li {
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-ul li {
    gap: 0.4375rem;
    min-width: 6.875rem;
  }
}

.p-top-price02-list__item-bottom-ul img {
  max-width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-price02-list__item:nth-of-type(6) .p-top-price02-list__item-bottom-ul img {
  max-width: 0.75rem;
  height: 0.75rem;
}

.p-top-price02-list__item-bottom-ul p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-ul p {
    font-size: 0.9375rem;
  }
}

.p-top-price02-list__item-bottom-btn {
  margin-top: 1.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-btn {
    margin-top: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top:nth-of-type(2) .p-top-price02-list__item-bottom-btn,
  .p-top-price02-list__item.top:nth-of-type(5) .p-top-price02-list__item-bottom-btn {
    margin-top: 2.125rem;
  }
}

.p-top-price02-list__item-bottom-btn a {
  display: inline-block;
  max-width: 13.875rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-btn a {
    max-width: 9.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item-bottom-btn.large a {
    max-width: 13.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-price02-list__item.top .p-top-price02-list__item-bottom-btn.large a {
    max-width: 9.4375rem;
  }
}

.p-top-receiving {
  padding: 3.75rem 0;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-top-receiving {
    padding: 3.125rem 0;
  }
}

.p-top-receiving__list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-receiving__list {
    margin-top: 2.1875rem;
  }
}

.p-receiving-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-receiving-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
  }
}

.p-receiving-list__item {
  padding: 1.0625rem 1.6875rem 2.3125rem;
  background-color: #fff;
  border: 1.5px solid #FD9A9A;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-receiving-list__item {
    padding: 1.25rem 1.25rem 2.1875rem;
  }
}

.p-receiving-list__item-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-receiving-list__item-wrap-img {
  height: 3.6875rem;
  display: flex;
  align-items: center;
}

.p-receiving-list__item-wrap-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-receiving-list__item-text {
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-receiving-list__item-text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-top-receiving__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-receiving__btn {
    margin-top: 1rem;
  }
}

.p-top-rental {
  position: relative;
  padding: 3.75rem 0;
  background-image: url(../images/common/rental-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-rental::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 6.125rem;
    background-image: url(../images/common/rental-before-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .p-top-rental {
    padding: 3.125rem 0;
    background-image: url(../images/common/rental-bg-sp.png);
  }
}

.p-top-rental__title .c-section-title__text {
  color: #fff;
}

.p-top-rental__tag {
  margin: 1.5rem auto 0;
  max-width: 32.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-rental__tag {
    margin-top: 1.125rem;
  }
}

.p-top-rental__form {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-rental__form {
    margin-top: 0.625rem;
  }
}

.p-form__list {
  padding: 2.1875rem 10.5625rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__list {
    padding: 1.25rem 1rem;
    border-radius: 1.25rem;
  }
}

.p-form__flex {
  margin-top: 0.625rem;
  display: flex;
  align-items: center;
  gap: 2.9375rem;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-form__flex {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-form__item:not(:first-of-type) {
  margin-top: 0.6875rem;
}

.p-form__flex .p-form__item {
  margin-top: 0;
  width: 45.47%;
}
@media screen and (max-width: 767px) {
  .p-form__flex .p-form__item {
    width: 100%;
  }
}

.p-form__labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-form__labels {
    gap: 0.625rem;
  }
}

.p-form__label {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    width: 33.56%;
  }
}

.p-form__flex .p-form__label {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .p-form__flex .p-form__label {
    width: 33.56%;
  }
}

.p-form__label-text {
  display: flex;
  justify-content: flex-end;
  gap: 0.5625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-form__label-text img {
  margin-top: auto;
  max-width: 1.25rem;
}

.p-form__input {
  width: 82.78%;
}
@media screen and (max-width: 767px) {
  .p-form__input {
    width: 67.45%;
  }
}

.p-form__flex .p-form__input {
  width: 66.78%;
}
@media screen and (max-width: 767px) {
  .p-form__flex .p-form__input {
    width: 67.45%;
  }
}

.p-form__input-text {
  width: 100%;
  padding: 0.75rem 0.625rem;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #EFEFEF;
  border: none;
  border-radius: 0.4375rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .p-form__input-text {
    min-width: 12.5rem;
    text-align: left;
    height: 2.4375rem;
  }
}

select option {
  text-align: center;
  width: 100%;
}

.p-form__input-text::-moz-placeholder {
  color: #333;
}

.p-form__input-text::placeholder {
  color: #333;
}

select.p-form__input-text {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
}
select.p-form__input-text::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1.125rem;
  width: 0.5625rem;
  height: 0.4375rem;
  background-image: url(../images/common/serect-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-form__item-area {
  position: relative;
  margin-top: 3rem;
  padding: 1.0625rem 1.5rem;
  background-color: #F1FDFD;
  border: 1px solid #38B1A8;
  border-radius: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__item-area {
    margin-top: 2.3125rem;
    padding: 1.1875rem 0.9375rem 0.5rem;
  }
}

.p-form__item-are-title {
  position: absolute;
  top: -0.625rem;
  left: 1.4375rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  background-color: #fff;
}

.p-form__labels-area {
  display: flex;
  align-items: center;
  gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form__labels-area {
    gap: 0.6875rem;
  }
}

.p-form__labels-area:not(:first-of-type) {
  position: relative;
  margin-top: 0.3125rem;
  padding-top: 0.375rem;
}
.p-form__labels-area:not(:first-of-type)::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: url(../images/common/rental-border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-form__label-area {
  position: relative;
  width: 48.53%;
}
@media screen and (max-width: 767px) {
  .p-form__label-area {
    width: 55.52%;
  }
}

.p-form__label-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  transform: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__label-icon {
    top: unset;
    bottom: 0.3125rem;
    right: 3.75rem;
    transform: unset;
  }
}

.p-form__label-area p {
  padding: 0.625rem 2.5rem 0.625rem 1.5625rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-form__label-area p {
    padding: 0.5rem 0.3125rem;
    flex-direction: column;
    gap: 0.25rem;
  }
}

.p-form__label-area p span {
  font-size: 0.8125rem;
}

.p-form__label-content {
  margin-top: 0.625rem;
  position: relative;
  display: none;
  max-width: 23.25rem;
  background-color: #fff;
  border: 1px solid #38B1A8;
  border-radius: 0.625rem;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__label-content {
    margin-top: 0.3125rem;
  }
}
.p-form__label-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #38b1a8;
  translate: -50% -100%;
}
@media screen and (max-width: 767px) {
  .p-form__label-content::before {
    left: 32%;
  }
}
.p-form__label-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 5.4px 9px 5.4px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
@media screen and (max-width: 767px) {
  .p-form__label-content::after {
    left: 32%;
  }
}

.p-form__label-content p {
  font-size: 0.5625rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}

.p-form__label-btn {
  position: absolute;
  padding: 0.1875rem;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 0.625rem;
  line-height: 1;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 50%;
  cursor: pointer;
}

.p-form__item-p {
  margin-top: 0.1875rem;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-form__radio {
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-form__radio {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.p-form__radio label {
  min-width: 5.9375rem;
  display: flex;
  align-items: center;
  gap: 0.5625rem;
  font-size: 0.9375rem;
  line-height: 1;
}

.p-form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #3D4060;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.p-form__radio input[type=radio]:checked {
  background-color: #fff;
}

.p-form__radio input[type=radio]::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #3D4060;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.p-form__radio input[type=radio]:checked::before {
  opacity: 1;
}

.p-form__button {
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__button {
    margin-top: 1.125rem;
  }
}

.p-form__button button {
  display: inline-block;
  max-width: 20.125rem;
  transition: 0.3s opacity;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.p-form__button button:hover {
  opacity: 0.8;
}

/* オーバーレイ（背景を暗くする） */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

/* モーダル */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 55.3125rem;
  background: white;
  z-index: 10001;
  padding: 2.8125rem 5.3125rem 1.6875rem;
  border-radius: 0.625rem;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: none;
  max-height: 90vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .modal {
    width: 92%;
    padding: 0.9375rem 0.9375rem 1.1875rem;
    border-radius: 0.625rem;
  }
}

/* モーダル & オーバーレイを表示するクラス */
.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal.active {
  display: block;
  /* ここを追加！ */
  opacity: 1;
  pointer-events: auto;
}

.modal-content h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .modal-content h3 {
    padding-right: 1.875rem;
    gap: 0.5625rem;
    font-size: 1.25rem;
  }
}

.modal-content h3 img {
  max-width: 1.5625rem;
}

.close-btn {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 0.8125rem;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 0 0.625rem 0 0.625rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .close-btn {
    padding: 0.875rem 0.875rem 1rem 1rem;
    font-size: 1.25rem;
  }
}

.modal-content__wrap {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .modal-content__wrap {
    margin-top: 1.75rem;
  }
}

.modal-content__wrap-flex {
  margin-top: 0.875rem;
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .modal-content__wrap-flex {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}

.modal-content__wrap .text {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .modal-content__wrap .text {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}

.modal-content__wrap .text:not(:first-of-type) {
  margin-top: 0.875rem;
}

.modal-content__wrap-flex .text:not(:first-of-type) {
  margin-top: 0;
}

.modal-content__wrap strong {
  display: flex;
  align-items: center;
  width: 8.125rem;
  gap: 0.3125rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .modal-content__wrap .text:first-of-type strong {
    width: 6.125rem;
  }
}

.modal-content__wrap strong img {
  max-width: 1.25rem;
}

.modal-content__wrap .b {
  display: flex;
  align-items: center;
  color: #38B1A8;
  text-align: right;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .modal-content__wrap .b {
    display: block;
  }
}

.modal-content__wrap span {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #38B1A8;
}

.modal-content__wrap span#modal-country {
  font-size: 0.75rem;
}

.modal-content__wrap span.color {
  font-size: 0.75rem;
  background-color: #FEF5DA;
}

.modal-content__wrap .b img {
  display: inline-block;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .modal-content__wrap .b img {
    margin-left: 0.25rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.modal-content__wrap .flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .modal-content__wrap .flex {
    justify-content: flex-end;
  }
}

.modal-content__option {
  margin-top: 1.5rem;
}

.modal-content__option h4 {
  position: relative;
  padding-left: 1.6875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .modal-content__option h4 {
    padding-left: 1.8125rem;
  }
}
.modal-content__option h4::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-image: url(../images/common/modal-option-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .modal-content__option h4::before {
    height: 0.25rem;
    background-image: url(../images/common/modal-option-bg-sp.svg);
  }
}

.modal-content__option ul {
  margin-top: 1.0625rem;
  padding-left: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .modal-content__option ul {
    margin-top: 0.8125rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem;
    padding-left: 0;
  }
}

.modal-content__option li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.modal-content__option li span {
  font-weight: 700;
  color: #38B1A8;
}

.modal-content__img {
  margin: 1.0625rem auto 0;
  max-width: 7.5rem;
}

.modal-content__price {
  margin: 0.875rem auto 0;
  max-width: 25.9375rem;
  padding: 0.5625rem 2.9375rem 1rem;
  background-color: #FEF5DA;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .modal-content__price {
    margin: 0.375rem auto 0;
    padding: 0.9375rem 1.125rem 1.375rem;
  }
}

.modal-content__price-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .modal-content__price-text {
    align-items: start;
    font-size: 1rem;
  }
}

.modal-content__price-text strong {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .modal-content__price-text p {
    text-align: right;
  }
}

.modal-content__price-text p span {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #38B1A8;
}
@media screen and (max-width: 767px) {
  .modal-content__price-text p span {
    font-size: 1rem;
  }
}

.modal-content__price-text span.small {
  font-size: 0.625rem;
}

.modal-content__price p.second {
  margin-top: 0.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.modal-content__price p.second span {
  margin-left: 2.1875rem;
  display: inline-block;
  font-size: 0.75rem;
}

.modal-content__btn {
  margin-top: 1rem;
  text-align: center;
}

.modal-content__btn a {
  display: inline-block;
  max-width: 17.4375rem;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.p-top-system {
  padding: 3.75rem 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .p-top-system {
    padding: 3.125rem 0;
  }
}

.p-top-system__flow {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-system__flow {
    margin-top: 2.1875rem;
  }
}

.p-top-system__flow-title {
  padding: 0.46875rem 0;
  font-family: "Mochiy Pop One", serif;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
  background-image: url(../images/top/system-flow-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-system__flow-title {
    background-image: url(../images/top/system-flow-bg-sp.png);
  }
}

.p-top-system__flow-list {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-system__flow-list {
    margin-top: 1.125rem;
  }
}

.p-system-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-system-list {
    max-width: 21.5625rem;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.p-system-list__item {
  width: 15.875rem;
  padding: 0.9375rem 1.75rem 1.5625rem 0;
  background-image: url(../images/top/system-list-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-system-list__item {
    margin-top: -0.625rem;
    height: 11.0625rem;
    width: 100%;
    padding: 1.25rem 0.9375rem 3.125rem 0;
    background-image: url(../images/top/system-list-bg-sp.png);
  }
}
@media screen and (max-width: 340px) {
  .p-system-list__item {
    height: 10.9rem;
  }
}

.p-system-list__item:first-of-type {
  position: relative;
  z-index: 5;
}

.p-system-list__item:nth-of-type(2) {
  position: relative;
  z-index: 4;
}

.p-system-list__item:nth-of-type(3) {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-system-list__item-flex {
    display: flex;
    align-items: center;
    gap: 1.1875rem;
  }
}

.p-system-list__item-flex:not(:first-of-type) {
  margin-top: 0.75rem;
}

.p-system-list__item:last-of-type {
  width: 14.25rem;
  padding: 0.9375rem 0 1.5625rem;
  background-image: none;
  background-color: #fff;
  border: 2px solid #38B1A8;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-system-list__item:last-of-type {
    width: 100%;
    padding: 1.25rem 0.9375rem 2.375rem 0;
  }
}

.p-system-list__item-tag {
  display: inline-block;
  padding: 0.25rem 0.625rem 0.25rem 0.6875rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #FFF;
  background-color: #38B1A8;
  border-radius: 0 3.125rem 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-system-list__item-tag {
    padding: 0.25rem 0.875rem;
    font-size: 0.875rem;
  }
}

.p-system-list__item-title {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system-list__item-title {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.p-system-list__item-img {
  height: 4.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-system-list__item-img {
    width: 5.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-system-list__item-img img {
    max-width: 3.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-system-list__item:nth-of-type(3) .p-system-list__item-img img,
  .p-system-list__item:nth-of-type(4) .p-system-list__item-img img {
    max-width: 2.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-system-list__item:nth-of-type(1) .p-system-list__item-img,
  .p-system-list__item:nth-of-type(2) .p-system-list__item-img,
  .p-system-list__item:nth-of-type(4) .p-system-list__item-img {
    padding-left: 0.625rem;
  }
}

.p-system-list__item-text {
  margin-top: 0.8125rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-system-list__item-text {
    margin-top: 0;
    max-width: 14.25rem;
    padding: 0;
  }
}

.p-top-system__days {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-system__days {
    margin-top: 2.1875rem;
  }
}

.p-top-system__days-title {
  padding: 0.5rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-system__days-title {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-top-system__days-title span {
  display: inline-block;
  position: relative;
}
.p-top-system__days-title span::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -6.625rem;
  width: 2.125rem;
  height: 0.625rem;
  background-image: url(../images/top/system-days-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-top-system__days-title span::before {
    left: -3.125rem;
    width: 1.5625rem;
    height: 0.4375rem;
  }
}
.p-top-system__days-title span::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -6.625rem;
  width: 2.125rem;
  height: 0.625rem;
  background-image: url(../images/top/system-days-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-top-system__days-title span::after {
    right: -3.125rem;
    width: 1.5625rem;
    height: 0.4375rem;
  }
}

.p-top-system__days-text {
  margin-top: 1.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-system__days-text {
    margin-top: 0.9375rem;
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }
}

.p-top-system__days-img {
  margin-top: 2.375rem;
}

.p-top-system__days-text02 {
  margin-top: 1.0625rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-system__days-text02 {
    margin-top: 1.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-top-system__days-cation {
  margin-top: 2.875rem;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-system__days-cation {
    margin-top: 1rem;
  }
}

.p-top-terminal {
  padding: 3.75rem 0;
  background-color: #ECF9FC;
}
@media screen and (max-width: 767px) {
  .p-top-terminal {
    padding: 3.125rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-terminal.p-top-terminal-pb {
    padding: 3.125rem 0;
  }
}

.p-top-terminal__wrap {
  margin-top: 3.125rem;
  padding: 2.3125rem 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8125rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__wrap {
    margin-top: 2.1875rem;
    padding: 0.9375rem 2.0625rem 1.875rem;
    flex-direction: column;
    gap: 0;
  }
}

.p-top-terminal__wrap-left {
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__wrap-left {
    width: 100%;
  }
}

.p-top-terminal__wrap-left-title {
  display: inline-block;
  padding: 0.28125rem 0.96875rem;
  margin-top: 0.8125rem;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #38B1A8;
  text-align: center;
  border: 1px solid #38B1A8;
}
.p-top-terminal__wrap-left-subtitle {
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  letter-spacing: 0;
}

.p-top-terminal__wrap-right {
  width: 62.789%;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__wrap-right {
    width: 100%;
    margin-top: 1.4375rem;
  }
}

.p-top-terminal__wrap-right-text,
.p-top-terminal__wrap-right-text02 {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__wrap-right-text,
  .p-top-terminal__wrap-right-text02 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-top-terminal__wrap-right-text02 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__wrap-right-text02 {
    margin-top: 0;
  }
}

.p-top-terminal__wrap-right-text03 {
  margin-top: 0.75rem;
  padding: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  border: 1px solid #3D4060;
  border-radius: 0.6875rem;
}

.p-top-terminal__wrap-right-text03 span.icon {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
}
.p-top-terminal__wrap-right-text03 span.icon::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/top/terminal-text-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-top-terminal__wrap-right-text03 span.line {
  text-decoration: underline;
}

.p-top-terminal__spec {
  margin-top: 1.5rem;
}

.p-top-terminal__spec-btn {
  position: relative;
  max-width: 21.5625rem;
  margin: 0 auto;
  cursor: pointer;
  -moz-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.p-top-terminal__spec-btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background-image: url(../images/common/accordion-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-top-terminal__spec-btn.is-open::before {
  background-image: url(../images/common/accordion-before.png);
}

.p-top-terminal__spec-table {
  margin-top: 1.25rem;
  display: none;
}

.p-top-terminal__capa {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__capa {
    margin-top: 2.1875rem;
  }
}

.p-top-terminal__capa-title {
  padding: 0.5rem 0;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #38B1A8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__capa-title {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-top-terminal__capa-title span {
  display: inline-block;
  position: relative;
}
.p-top-terminal__capa-title span::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -6.625rem;
  width: 2.125rem;
  height: 0.625rem;
  background-image: url(../images/top/system-days-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__capa-title span::before {
    left: -3.125rem;
    width: 1.5625rem;
    height: 0.4375rem;
  }
}
.p-top-terminal__capa-title span::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -6.625rem;
  width: 2.125rem;
  height: 0.625rem;
  background-image: url(../images/top/system-days-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__capa-title span::after {
    right: -3.125rem;
    width: 1.5625rem;
    height: 0.4375rem;
  }
}

.p-top-terminal__capa-tag {
  margin-top: 2rem;
  display: inline-block;
  padding: 0.5rem 1.1875rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #38B1A8;
  background-color: #FEF5DA;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__capa-tag {
    margin-top: 0.8125rem;
  }
}

.p-top-terminal__capa-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__capa-text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-top-terminal__capa-wrap {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__capa-wrap {
    margin-top: 1.25rem;
  }
}

.p-top-terminal__acce {
  margin-top: 2.5rem;
}

.p-top-terminal__acce-list {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__acce-list {
    margin-top: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6875rem 0.375rem;
  }
}

.p-acce-list__item {
  background-color: #fff;
  padding-bottom: 1.25rem;
  text-align: center;
}

.p-acce-list__item-text {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-top-terminal__use {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__use {
    margin-top: 2.1875rem;
  }
}

.p-top-terminal__use-text {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__use-text {
    margin-top: 1.375rem;
    font-size: 1rem;
  }
}

.p-top-terminal__use-list {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__use-list {
    margin-top: 2.6875rem;
  }
}

.p-use-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-use-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.p-use-list__item {
  position: relative;
}
.p-use-list__item::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -0.75rem;
  left: -0.53125rem;
  width: 6.78125rem;
  height: 2.9375rem;
  background-image: url(../images/top/use-list-before01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.p-use-list__item::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 3.875rem;
  right: -2.125rem;
  width: 1.25rem;
  height: 2.4375rem;
  background-image: url(../images/top/use-list-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-use-list__item::after {
    top: unset;
    bottom: -2.5rem;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4375rem;
    height: 1.25rem;
    background-image: url(../images/top/use-list-arrow-sp.png);
  }
}

.p-use-list__item:nth-of-type(2)::before {
  background-image: url(../images/top/use-list-before02.png);
}

.p-use-list__item:nth-of-type(3)::before {
  background-image: url(../images/top/use-list-before03.png);
}

.p-use-list__item:last-of-type::after {
  display: none;
}

.p-use-list__item-text {
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-use-list__item-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-top-terminal__use-img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-terminal__use-img {
    margin-top: 3.125rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.pagination {
  margin-top: 1.75rem;
  text-align: center;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  color: #38B1A8;
  width: 2.3125rem;
  height: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.page-numbers.current {
  border-radius: 0.3125rem;
  color: #FFF;
  background-color: #38B1A8;
}

.page-numbers.next {
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-numbers.next {
    margin-left: 0.8125rem;
  }
}

.page-numbers.prev {
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev {
    margin-right: 0.8125rem;
  }
}

.section-breadcrumb {
  padding: 0.40625rem 0;
  background-color: #fff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-size: 0.875rem;
}

.breadcrumb__top,
.breadcrumb__now {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.breadcrumb__now {
  position: relative;
}
.breadcrumb__now::before {
  position: absolute;
  display: inline-block;
  content: ">";
  top: 50%;
  transform: translateY(-50%);
  left: -0.75rem;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
