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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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