/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/index.scss ***!
  \**************************************************************************************************************************************************************************************/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

body {
  font-family: "Noto Sans JP", "IBM Plex Sans", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #3E3E3E;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.9;
  }
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  color: #3E3E3E;
  text-decoration: none;
}

.c-button__main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #FFF;
  background-color: #ED5D2D;
  border-radius: 25px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
}
.c-button__main--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 100%;
  height: 100%;
  text-align: center;
}

.pagination .nav-links {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 600;
  margin: -1.5rem 0 0 -2.5rem;
  width: calc(100% + 2.5rem);
}

.pagination-separator {
  margin: 5rem 0;
}

.nav-links > * {
  margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
  display: none;
  visibility: hidden;
}

.pagination a {
  text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
  text-decoration: underline;
}

.pagination .dots {
  transform: translateY(-0.3em);
  color: #6d6d6d;
}

.nav-short {
  display: none;
}

.pagination .nav-links {
  justify-content: space-between;
  margin: 0;
  width: 100%;
}

.nav-links > * {
  margin: 0 2rem;
}

.pagination .next,
.pagination .prev {
  display: block;
}

.pagination .prev {
  margin: 0 auto 0 0;
}

.pagination .next {
  text-align: right;
  margin: 0 0 0 auto;
}

.pagination .page-numbers {
  color: #ED5D2D;
}
.pagination .page-numbers.current {
  color: #3E3E3E;
}

.p-header {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .p-header {
    padding: 0 100px;
  }
}

.p-headerTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-headerTitle__wrapper {
  display: flex;
  align-items: center;
  color: #3E3E3E;
}
.p-headerTitle__logo {
  width: 52px;
}
.p-headerTitle__text {
  padding-left: 6px;
}

.p-headerMenu {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-grow: 1;
}
.p-headerMenu__cta {
  display: none;
}
@media (min-width: 768px) {
  .p-headerMenu__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin-left: 20px;
    padding: 0 30px;
    color: #FFF;
    background-color: #ED5D2D;
    border-radius: 25px;
  }
}
.p-headerMenu__cta--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 100%;
  height: 100%;
}
.p-headerMenu__hanburger {
  width: 40px;
}
@media (min-width: 768px) {
  .p-headerMenu__hanburger {
    display: none;
  }
}
.p-headerMenu .nav-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
}

.p-headerMenuList {
  display: none;
}
@media (min-width: 768px) {
  .p-headerMenuList {
    display: flex;
    margin-left: 20px;
  }
}

.p-headerMenuListItem {
  position: relative;
  line-height: 1.2;
}
.p-headerMenuListItem + .p-headerMenuListItem {
  border-left: solid 2px #3E3E3E;
  margin-left: 10px;
  padding-left: 10px;
}
.p-headerMenuListItem__inner {
  width: 100%;
  height: 100%;
  color: #3E3E3E;
  text-align: center;
}

.p-headerModal {
  width: 100%;
}

.p-headerModalTop {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 56px;
  padding: 0 16px;
}
.p-headerModalTop .close-nav-toggle {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.p-headerModalTop button {
  outline: none;
}

.p-headerModalNav {
  position: absolute;
  top: 40%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 4.5vw;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}
.p-headerModalNav__cta {
  width: 100%;
  margin-top: 40px;
}

.p-headerModalNavListItem__link {
  color: #3E3E3E;
}

.header-footer-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.p-footerLink {
  display: flex;
  justify-content: space-between;
  color: #3E3E3E;
}
.p-footerLink__inner {
  width: 80px;
  color: #3E3E3E;
  font-weight: 500;
  text-align: center;
}

.p-footerLogo {
  width: 112px;
  margin-top: 20px;
}

.p-footerDark {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: #FFF;
  background-color: #272834;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-footerDark {
    padding-bottom: 0;
  }
}

.p-footerFixedScrollTop {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #ED5D2D;
  z-index: 10;
}
.p-footerFixedScrollTop__icon {
  position: absolute;
  top: 40%;
  left: 16%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 6px solid #FFF;
  border-left: 6px solid #FFF;
  transform: rotate(45deg);
}

.p-footerFixedCTA {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 4.5vw;
  background-color: #272834;
}
@media (min-width: 768px) {
  .p-footerFixedCTA {
    display: none;
  }
}
.p-footerFixedCTA__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0;
  color: #FFF;
  background-color: #ED5D2D;
  border-radius: 15px;
}
.p-footerFixedCTA__button--inner {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
}

/* Cover Modals ------------------------------ */
.cover-modal {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
  display: none;
}

.cover-modal.show-modal {
  display: block;
  cursor: pointer;
}

.cover-modal.show-modal > * {
  cursor: default;
}

/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
  background: #fff;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99;
}

.admin-bar .menu-modal {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px;
  }
}
.menu-modal.show-modal {
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
  background: #fff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%;
}

.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: flex-end;
  width: 100%;
}

button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem;
}

.menu-modal .menu-top {
  flex-shrink: 0;
}

/* Main Menu --------------------------------- */
.modal-menu {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: underline;
}

button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}

button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}

.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}

.modal-menu ul li {
  border-left-width: 1rem;
}

.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}

/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
  position: relative;
}

.menu-wrapper .active {
  display: block;
}

.menu-wrapper.is-toggling {
  pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}
/* Expanded Menu ----------------------------- */
.expanded-menu {
  display: none;
}

.mobile-menu {
  display: block;
}

/* Menu Bottom ------------------------------- */
.menu-bottom {
  flex-shrink: 0;
  padding: 4rem 0;
}

.menu-bottom nav {
  width: 100%;
}

.menu-copyright {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
  text-decoration: underline;
}

.menu-bottom .social-menu {
  justify-content: center;
}

.p-postList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 2%;
}

.p-postListItem {
  width: 100%;
  border: solid 2px #3E3E3E;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .p-postListItem {
    width: 49%;
  }
}
.p-postListItem__link {
  color: #3E3E3E;
}
.p-postListItem__image img {
  object-fit: contain;
  aspect-ratio: 16/9;
}
.p-postListItem__textContent {
  padding: 15px 17px;
}
.p-postListItem__date {
  text-align: right;
}

.p-topContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #FFF;
}

.p-topContainerDark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #FFF;
  background-color: #272834;
}

.p-topContent__wide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 4.5vw;
}
@media (min-width: 768px) {
  .p-topContent__wide {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .p-topContent__wide {
    max-width: 996px;
  }
}
.p-topContent__mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 4.5vw;
}
@media (min-width: 768px) {
  .p-topContent__mid {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .p-topContent__mid {
    max-width: 660px;
  }
}
.p-topContent__narrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 4.5vw;
}
@media (min-width: 768px) {
  .p-topContent__narrow {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .p-topContent__narrow {
    max-width: 535px;
  }
}

.p-topCampaign {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-topCampaign {
    margin-bottom: 120px;
  }
}

.p-topCampaignHeader {
  position: relative;
}
@media (min-width: 768px) {
  .p-topCampaignHeader {
    font-size: 44px;
  }
}
.p-topCampaignHeader__text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: #ED5D2D;
  text-align: center;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-topCampaignHeader__text {
    font-size: 44px;
  }
}
.p-topCampaignHeader__bubble {
  position: absolute;
  top: -36px;
  right: 20px;
  width: 60px;
}
@media (min-width: 768px) {
  .p-topCampaignHeader__bubble {
    top: -80px;
    right: -80px;
    width: 120px;
  }
}

.p-topCampaignPeriod {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #DEDEDE;
  border-radius: 18px;
}

.p-topCampaignText {
  text-align: center;
  word-break: keep-all;
}
.p-topCampaignText + .p-topCampaignText {
  margin-top: 0;
}

.p-topCampaignPrice {
  margin-top: 40px;
}

.p-topCampaignPriceDiscount {
  position: relative;
  margin-top: 40px;
}
.p-topCampaignPriceDiscount__text {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #ED5D2D;
  text-align: center;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-topCampaignPriceDiscount__text {
    top: -20px;
    font-size: 24px;
  }
}

.p-topCampaignCTA {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #FFF;
  background-color: #ED5D2D;
  border-radius: 25px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
}

.p-topProblem {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-topProblem {
    padding-bottom: 90px;
  }
}
.p-topProblem::before {
  position: absolute;
  bottom: -144px;
  left: 50%;
  content: "";
  border: 48px solid transparent;
  border-top: 48px solid #272834;
  transform: translate(-50%, -50%);
}

.p-topProblemHeader {
  width: 100%;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .p-topProblemHeader {
    font-size: 44px;
  }
}

.p-topProblemItem {
  display: flex;
  align-items: center;
  color: #3E3E3E;
  background-color: #FFF;
}
.p-topProblemItem + .p-topProblemItem {
  margin-top: 10px;
}
.p-topProblemItem__check {
  display: flex;
  align-items: center;
  width: 32px;
  margin-left: 14px;
}
.p-topProblemItem__text {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-topProblemItem__text {
    font-size: 16px;
  }
}

.p-topGrant {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px auto 60px;
}
@media (min-width: 768px) {
  .p-topGrant {
    flex-direction: row;
  }
}

.p-topGrantLogo {
  width: 112px;
}
@media (min-width: 768px) {
  .p-topGrantLogo {
    width: 192px;
  }
}

.p-topGrantText {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topGrantText {
    margin-left: 12px;
    font-size: 30px;
  }
}
.p-topGrantText__large {
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-topGrantText__large {
    font-size: 44px;
  }
}
.p-topGrantText__highlight {
  font-size: 36px;
  background: linear-gradient(transparent 75%, #FFE6DD 25%);
}
@media (min-width: 768px) {
  .p-topGrantText__highlight {
    font-size: 44px;
  }
}

.p-topPolicy {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-topPolicy {
    margin-bottom: 120px;
  }
}

.p-topPolicyHeader {
  text-align: center;
}
@media (min-width: 768px) {
  .p-topPolicyHeader {
    font-size: 44px;
  }
}

.p-topPolicyText {
  text-align: center;
  word-break: keep-all;
}

.p-topPolicyList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 4%;
  margin-top: 40px;
}

.p-topPolicyListItem {
  width: 48%;
  font-size: 12px;
  color: #3E3E3E;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .p-topPolicyListItem {
    font-size: 16px;
  }
}
.p-topPolicyListItem__textArea {
  margin: 16px;
}
@media (min-width: 768px) {
  .p-topPolicyListItem__textArea {
    margin: 30px;
  }
}
.p-topPolicyListItem__header {
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topPolicyListItem__header {
    font-size: 24px;
  }
}
.p-topPolicyListItem__text {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-topPolicyListItem__text {
    line-height: 2;
  }
}

.p-topPurpose {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-topPurpose {
    margin-bottom: 120px;
  }
}

.p-topPurposeHeader {
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topPurposeHeader {
    font-size: 44px;
  }
}

.p-topPurposeList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 2%;
  justify-content: center;
  margin-top: 40px;
}

.p-topPurposeListItem {
  width: 49%;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topPurposeListItem {
    width: 30%;
  }
}

.p-topReason {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-topReason {
    margin-bottom: 120px;
  }
}

.p-topReasonHeader {
  text-align: center;
}
@media (min-width: 768px) {
  .p-topReasonHeader {
    font-size: 44px;
  }
}

.p-topReasonList {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-topReasonListItem {
    display: flex;
    flex-direction: row;
    gap: 0 30px;
    align-items: center;
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .p-topReasonListItem:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 60px;
  }
}
.p-topReasonListItem + .p-topReasonListItem {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-topReasonListItem + .p-topReasonListItem {
    margin-top: 0;
  }
}
.p-topReasonListItem__tagArea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.p-topReasonListItem__tagItem {
  display: inline-block;
  align-items: center;
  height: 26px;
  background-color: #D2E4F2;
  border-radius: 13px;
}
.p-topReasonListItem__tagItem--text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 14px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  color: #3E3E3E;
}
.p-topReasonListItem__image {
  border: solid #5E5E5D 4px;
}
@media (min-width: 768px) {
  .p-topReasonListItem__image {
    min-width: 300px;
    max-width: 300px;
  }
}
.p-topReasonListItem__image img {
  object-fit: cover;
  aspect-ratio: 10/7;
}

.p-topComment {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-topComment {
    margin-bottom: 120px;
  }
}

.p-topCommentHeader {
  text-align: center;
}
@media (min-width: 768px) {
  .p-topCommentHeader {
    font-size: 44px;
  }
}

@media (min-width: 768px) {
  .p-topCommentList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
  }
}

.p-topCommentListItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  .p-topCommentListItem {
    justify-content: normal;
    width: 48%;
    padding: 60px 40px;
  }
}
.p-topCommentListItem + .p-topCommentListItem {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-topCommentListItem + .p-topCommentListItem {
    margin-top: 0;
  }
}
.p-topCommentListItem__text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-topCommentListItem__text {
    margin-top: 40px;
    line-height: 1.5;
  }
}

.p-topCommentListItemStar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66%;
}

.p-topPrice {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-topPrice {
    margin-bottom: 120px;
  }
}

.p-topPriceHeader {
  text-align: center;
}
@media (min-width: 768px) {
  .p-topPriceHeader {
    font-size: 44px;
  }
}

.p-topPriceText__highlight {
  font-size: 16px;
  font-weight: 900;
  color: #ED5D2D;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topPriceText__highlight {
    font-size: 24px;
  }
}

.p-topPriceAdmissionfee {
  width: 86%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-topPriceAdmissionfee {
    width: 56%;
  }
}

.p-topPriceService {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding: 20px 0;
  margin: 40px auto 0;
  color: #3E3E3E;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .p-topPriceService {
    width: 100%;
  }
}
.p-topPriceService__header {
  margin: 0 auto;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 768px) {
  .p-topPriceService__header {
    font-size: 30px;
  }
}

.p-topPriceServiceList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 4%;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-topPriceServiceList {
    width: 55%;
  }
}

.p-topPriceServiceListItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  margin: 0;
}
@media (min-width: 768px) {
  .p-topPriceServiceListItem {
    width: 30%;
  }
}
.p-topPriceServiceListItem__check {
  display: flex;
  align-items: center;
  width: 20px;
}
.p-topPriceServiceListItem__text {
  margin: 4px 0;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-topPriceServiceListItem__text {
    font-size: 16px;
  }
}

.p-topPriceList {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-topPriceList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    justify-content: center;
  }
}

.p-topPriceListItem {
  position: relative;
}
@media (min-width: 768px) {
  .p-topPriceListItem {
    width: 49%;
  }
}
.p-topPriceListItem + .p-topPriceListItem {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-topPriceListItem + .p-topPriceListItem {
    margin-top: 0;
  }
}
.p-topPriceListItem__bubble {
  position: absolute;
  top: -20px;
  right: 0;
  width: 60px;
}
@media (min-width: 768px) {
  .p-topPriceListItem__bubble {
    top: -60px;
    right: -40px;
    z-index: 1;
    width: 120px;
  }
}

.p-topPriceText {
  margin-top: 40px;
  text-align: center;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-topPriceText {
    margin-top: 60px;
  }
}

.p-topCounseling {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-topCounseling {
    margin-bottom: 120px;
  }
}

.p-topCounselingHeader {
  text-align: center;
}
@media (min-width: 768px) {
  .p-topCounselingHeader {
    font-size: 44px;
  }
}

.p-topCounselingList {
  margin-top: 40px;
}

.p-topCounselingListItem {
  position: relative;
  background-color: #F7F7F7;
  border: solid 4px #CBCBCB;
}
.p-topCounselingListItem + .p-topCounselingListItem {
  margin-top: 80px;
}
.p-topCounselingListItem + .p-topCounselingListItem::after {
  position: absolute;
  top: -60px;
  left: 50%;
  content: "";
  border: solid 30px transparent;
  border-top: solid 30px #FFE6DD;
  transform: translateX(-50%);
}
.p-topCounselingListItem__header {
  position: absolute;
  top: -16px;
  left: 50%;
  width: 90%;
  padding-left: 16px;
  margin: 0;
  color: #FFF;
  background-color: #ED5D2D;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-topCounselingListItem__header {
    top: -26px;
    left: 24%;
    width: 40%;
  }
}
.p-topCounselingListItem__content {
  display: flex;
  justify-content: space-between;
  margin: 40px 20px 20px;
}
@media (min-width: 768px) {
  .p-topCounselingListItem__content {
    margin: 0;
  }
}
.p-topCounselingListItem__text {
  width: 55%;
  margin: 0;
  color: #3E3E3E;
}
@media (min-width: 768px) {
  .p-topCounselingListItem__text {
    width: 70%;
    line-height: 1.5;
    margin: 40px 20px 20px;
  }
}
.p-topCounselingListItem__image {
  width: 40%;
}
@media (min-width: 768px) {
  .p-topCounselingListItem__image {
    width: 30%;
  }
}

.p-topProfile {
  margin: 60px auto;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .p-topProfile {
    margin-bottom: 120px;
  }
}

.p-topProfileHeader {
  text-align: center;
}
@media (min-width: 768px) {
  .p-topProfileHeader {
    font-size: 44px;
  }
}

.p-topProfileContent {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-topProfileContent {
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-topProfileContent__textArea {
    width: 60%;
  }
}
.p-topProfileContent__name {
  display: none;
}
@media (min-width: 768px) {
  .p-topProfileContent__name {
    display: block;
    text-align: right;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-topProfileContent__image {
    width: 35%;
    margin-left: 20px;
  }
}
.p-topProfileContent__image--inner {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 0%;
}
@media (min-width: 768px) {
  .p-topProfileContent__image--inner {
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
  }
}

.p-topContainerCTA {
  margin-top: 60px;
  color: #FFF;
}
@media (min-width: 768px) {
  .p-topContainerCTA {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 80px;
  }
}
.p-topContainerCTA__form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #FFF;
  background-color: #ED5D2D;
  border-radius: 25px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
}
.p-topContainerCTA__form--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
}
.p-topContainerCTA__line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  color: #FFF;
  background-color: #00B900;
  border-radius: 25px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .p-topContainerCTA__line {
    margin-top: 0;
  }
}
.p-topContainerCTA__line--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 100%;
  height: 100%;
  text-align: center;
}

.single .featured-media img {
  object-fit: contain;
  aspect-ratio: 16/9;
}

.pagination-single-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 8px;
}
.pagination-single-inner .previous-post, .pagination-single-inner .next-post {
  color: #ED5D2D;
}

.p-singleHeader {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-singleHeader {
    margin-top: 40px;
  }
}

.p-property__header {
  text-align: center;
  font-size: 36px;
}
@media (min-width: 768px) {
  .p-property__header {
    font-size: 44px;
  }
}
.p-property th {
  width: 100px;
}

.p-propertyContent {
  margin: 60px auto;
}
@media (min-width: 768px) {
  .p-propertyContent {
    margin-bottom: 120px;
  }
}
.p-propertyContent__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-propertyContent__main {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-propertyContent__table {
  word-break: keep-all;
}

.p-propertyMap {
  position: relative;
  width: 100%;
  margin-top: 10px;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .p-propertyMap {
    width: 40%;
    margin-top: 0;
  }
}
.p-propertyMap__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=base-style.css.map*/