@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1260px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  body {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
body.home {
  opacity: 0;
}

#container {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #222222;
  transition: all 0.4s;
}

.inner {
  width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 69rem;
  }
}

.inner-slim {
  width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner-slim {
    width: 69rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

.font-DIN {
  font-family: "din-2014", sans-serif;
}

.font-bold {
  font-weight: 500;
}

.u-btn-blue {
  background: #002389;
  border: 0.2rem solid #002389;
}

.u-btn-red {
  background: #e3004f;
  border: 0.2rem solid #e3004f;
}

.u-box-dd-bg-black {
  background: #383838;
}

.u-box-dd-bg-red {
  background: #e3004f;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header {
  width: 100%;
  height: 10rem;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.8s ease-out;
  border-bottom: 0.2rem solid #e3004f;
}
@media (max-width: 767px) {
  .l-header {
    padding-inline: 3rem;
  }
}
.l-header .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  position: relative;
  z-index: 100;
  display: flex;
  column-gap: 1rem;
}
.l-header__logo span {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .l-header__logo span {
    font-size: 1.8rem;
  }
}
.l-header__logo a {
  display: block;
  width: 23.2rem;
}
@media (max-width: 767px) {
  .l-header__logo a {
    width: 24rem;
  }
}
.l-header__sp-right {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  height: 100%;
}
.l-header__sp-tel {
  width: 10rem;
  height: 100%;
  background: #ff7800;
  display: grid;
  place-content: center;
}
.l-header__sp-tel .tel-icon {
  width: 5.6rem;
}
.l-header__hb-btn {
  width: 6.6rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.l-header__hb-btn .hb-inner {
  width: 100%;
  height: 5.1rem;
  position: relative;
}
.l-header__hb-btn .hb-inner span {
  display: block;
  width: 100%;
  height: 0.4rem;
  background: #222222;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.l-header__hb-btn .hb-inner span:nth-of-type(1) {
  top: 0;
}
.l-header__hb-btn .hb-inner span:nth-of-type(2) {
  top: 2.4rem;
}
.l-header__hb-btn .hb-inner span:nth-of-type(3) {
  top: 4.8rem;
}
.l-header__hb-btn.is-open .hb-inner span {
  height: 0.35rem;
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(1) {
  top: 2.4rem;
  transform: rotate(45deg);
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(2) {
  display: none;
}
.l-header__hb-btn.is-open .hb-inner span:nth-of-type(3) {
  top: 2.4rem;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
    padding-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .l-header__nav {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 120%;
    padding: 22.5rem 2rem 8rem;
    overflow: auto;
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 767px) {
  .l-header__nav.is-open {
    left: 0;
  }
}
.l-header__nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header__tel {
  display: flex;
  align-items: flex-end;
  column-gap: 1.2rem;
}
.l-header__tel span {
  display: block;
  width: 2.4rem;
}
.l-header__tel a {
  font-size: 3.6rem;
  line-height: 1;
  color: #e3004f;
  font-weight: bold;
}
.l-header__time {
  margin-left: 1rem;
}
.l-header__time p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
.l-header__member {
  margin-left: 2rem;
  display: flex;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .l-header__member {
    column-gap: 3rem;
  }
}
@media (max-width: 767px) {
  .l-header__nav-bottom {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom ul {
    display: flex;
    justify-content: center;
    column-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .l-header__nav-bottom ul {
    border-top: 0.1rem solid #e3004f;
  }
}
.l-header__nav-bottom ul > li {
  position: relative;
}
@media (max-width: 767px) {
  .l-header__nav-bottom ul > li {
    border-bottom: 0.1rem solid #e3004f;
  }
}
.l-header__nav-bottom ul > li > a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-block: 0.6rem;
}
@media (max-width: 767px) {
  .l-header__nav-bottom ul > li > a {
    width: 100%;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #e3004f;
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom ul > li > a::after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #e3004f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    clip-path: inset(0 100% 0 0);
    transition: all 0.6s;
  }
}
@media (any-hover: hover) {
  .l-header__nav-bottom ul > li > a:hover::after {
    clip-path: inset(0);
  }
}
@media (min-width: 768px) {
  .l-header__nav-bottom ul > li.current-menu-item > a::after {
    clip-path: inset(0);
  }
}

@media (max-width: 767px) {
  .l-footer {
    margin-bottom: 11.3rem;
  }
}
.l-footer__main {
  padding: 5rem 3rem;
}
@media (max-width: 767px) {
  .l-footer__main {
    padding: 7rem 0 5rem;
  }
}
.l-footer__main .inner {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 9.6rem;
}
@media (min-width: 768px) {
  .l-footer__main .inner {
    max-width: 1400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-footer__main .inner {
    flex-direction: column;
    row-gap: 6rem;
  }
}
.l-footer .l-footer-nav {
  line-height: 1.8;
  display: grid;
}
@media (min-width: 768px) {
  .l-footer .l-footer-nav {
    font-size: 1.6rem;
    grid-template-columns: repeat(3, 1fr);
    flex: 1;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer-nav {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
    font-size: 2.57rem;
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer-nav__group {
    padding-block: 1.5rem;
    padding-left: 4rem;
    border-right: 0.1rem solid #222222;
  }
}
@media (max-width: 767px) {
  .l-footer .l-footer-nav__group {
    display: contents;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer-nav__group:first-of-type {
    border-left: 0.1rem solid #222222;
  }
}
.l-footer .l-footer-nav__group > ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .l-footer .l-footer-nav__group > ul {
    display: contents;
  }
}
.l-footer .l-footer-nav__group > ul > li > a {
  font-weight: bold;
}
.l-footer .l-footer-nav__group > ul > li .sub-menu {
  padding-left: 1em;
}
.l-footer .l-footer-nav__group > ul > li a:hover {
  color: #e3004f;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
  row-gap: 1.4rem;
}
@media (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    align-items: center;
    padding-top: 4.8rem;
    border-top: 0.1rem solid #222222;
    font-size: 2.7rem;
    row-gap: 2rem;
  }
}
.l-footer__logo {
  display: block;
  width: 26rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 44rem;
  }
}
.l-footer__tel-area {
  display: flex;
  align-items: center;
}
.l-footer__tel {
  display: flex;
  align-items: flex-end;
  column-gap: 0.8rem;
}
.l-footer__tel span {
  display: block;
  width: 2.4rem;
}
@media (max-width: 767px) {
  .l-footer__tel span {
    width: 3.8rem;
  }
}
.l-footer__tel a {
  font-size: 3.6rem;
  line-height: 1;
  color: #e3004f;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-footer__tel a {
    font-size: 5.7rem;
  }
}
.l-footer__time {
  margin-left: 1rem;
}
.l-footer__time p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .l-footer__time p {
    font-size: 1.9rem;
  }
}
.l-footer__bottom {
  width: 100%;
  height: 6.4rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  border-top: 0.1rem solid #222222;
  font-size: 1.4rem;
  padding-inline: 10rem;
}
@media (max-width: 767px) {
  .l-footer__bottom {
    height: initial;
    padding: 1rem 4rem;
    font-size: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: initial;
    row-gap: 1rem;
  }
}
.l-footer__copyright {
  text-align: center;
}

.l-top-mv {
  position: relative;
}
.l-top-mv__image img {
  aspect-ratio: 400/180;
}
@media (max-width: 767px) {
  .l-top-mv__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 100/140;
    object-fit: cover;
  }
}
.l-top-mv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-top-mv__contents {
    height: calc(100% - 25rem);
    padding-bottom: 10rem;
  }
}
.l-top-mv__logo {
  width: 44.375vw;
}
@media (max-width: 767px) {
  .l-top-mv__logo {
    width: 60rem;
  }
}
.l-top-mv__catch {
  margin-top: 0.625vw;
  text-align: center;
}
@media (max-width: 767px) {
  .l-top-mv__catch {
    margin-top: 2.7rem;
  }
}
.l-top-mv__catch h2 {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.25vw;
}
@media (max-width: 767px) {
  .l-top-mv__catch h2 {
    font-size: 3.8rem;
    letter-spacing: 0;
    row-gap: 2rem;
  }
}
.l-top-mv__catch h2 .text-image {
  display: block;
  width: 56.25vw;
}
@media (max-width: 767px) {
  .l-top-mv__catch h2 .text-image {
    width: 69rem;
  }
}
.l-top-mv__catch h2 .catch-text {
  text-shadow: 0.125vw 0.125vw 0.0625vw #fff, -0.125vw 0.125vw 0.0625vw #fff, 0.125vw -0.125vw 0.0625vw #fff, -0.125vw -0.125vw 0.0625vw #fff;
}
@media (max-width: 767px) {
  .l-top-mv__catch h2 .catch-text {
    text-shadow: 0.2rem 0.2rem 0.1rem #fff, -0.2rem 0.2rem 0.1rem #fff, 0.2rem -0.2rem 0.1rem #fff, -0.2rem -0.2rem 0.1rem #fff;
  }
}
.l-top-mv__items {
  width: 44.375vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.25vw;
  margin-top: 1.5vw;
}
@media (max-width: 767px) {
  .l-top-mv__items {
    width: 58.8rem;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    margin-top: 4rem;
  }
}
.l-top-mv .l-top-mv-item {
  background: rgba(255, 255, 255, 0.9);
  height: 7.3125vw;
  padding-inline: 1.25vw 2.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item {
    height: 14rem;
    padding-inline: 3rem 8rem;
  }
}
.l-top-mv .l-top-mv-item__banner {
  width: 6.25vw;
  height: 6.25vw;
  background: #002389;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  position: absolute;
  top: -1.375vw;
  right: -4.625vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__banner {
    width: 13rem;
    height: 13rem;
    top: -2rem;
    right: -6rem;
  }
}
.l-top-mv .l-top-mv-item__banner p {
  font-size: 1.125vw;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__banner p {
    font-size: 2.6rem;
  }
}
.l-top-mv .l-top-mv-item__banner p span {
  font-size: 1.5625vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__banner p span {
    font-size: 3rem;
  }
}
.l-top-mv .l-top-mv-item__heading p {
  font-size: 1.125vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__heading p {
    font-size: 3.2rem;
  }
}
.l-top-mv .l-top-mv-item__num p {
  font-size: 1.875vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__num p {
    font-size: 4.5rem;
  }
}
.l-top-mv .l-top-mv-item__num p span {
  font-size: 3.625vw;
  color: #ff9000;
  display: inline-block;
  margin-right: 0.625vw;
}
@media (max-width: 767px) {
  .l-top-mv .l-top-mv-item__num p span {
    font-size: 8.5rem;
  }
}
.l-top-mv__link {
  margin-top: 2.25vw;
}
@media (max-width: 767px) {
  .l-top-mv__link {
    margin-top: 0;
    height: 25rem;
    display: grid;
    place-content: center;
  }
}

.l-common-b-area {
  background: #ff6;
}
.l-common-b-area .l-common-b-area-top {
  background: #e3004f;
  color: #fff;
  padding-block: 3.6rem 4.4rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top {
    padding-block: 4rem 8rem;
  }
}
.l-common-b-area .l-common-b-area-top__text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 1.2rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text {
    align-items: flex-end;
  }
}
.l-common-b-area .l-common-b-area-top__text p {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text p {
    font-size: 4.2rem;
    line-height: 1.4;
  }
}
.l-common-b-area .l-common-b-area-top__text p .num-large {
  font-size: 6.4rem;
  vertical-align: -1rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text p .num-large {
    font-size: 6.8rem;
  }
}
.l-common-b-area .l-common-b-area-top__text p .unit {
  font-size: 3.4rem;
  vertical-align: -1rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text p .unit {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text p .sp-small {
    font-size: 3.2rem;
  }
}
.l-common-b-area .l-common-b-area-top__text .w-line-deco {
  width: 4.6rem;
  height: 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text .w-line-deco {
    width: 8.3rem;
    height: 10.7rem;
    margin-bottom: 0.4rem;
  }
}
.l-common-b-area .l-common-b-area-top__text .w-line-deco.w-line-deco02 {
  transform: scale(-1, 1);
}
.l-common-b-area .l-common-b-area-top__text .w-line-deco span {
  display: block;
  position: absolute;
  background: #fff;
  width: 0.24rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text .w-line-deco span {
    width: 0.4rem;
  }
}
.l-common-b-area .l-common-b-area-top__text .w-line-deco span:nth-of-type(1) {
  height: 6.5rem;
  top: 50%;
  left: 56%;
  transform: translateY(-50%) rotate(-29deg);
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text .w-line-deco span:nth-of-type(1) {
    height: 11.1rem;
  }
}
.l-common-b-area .l-common-b-area-top__text .w-line-deco span:nth-of-type(2) {
  height: 4.4rem;
  bottom: -5%;
  left: 30%;
  transform: rotate(-40deg);
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__text .w-line-deco span:nth-of-type(2) {
    height: 8rem;
  }
}
.l-common-b-area .l-common-b-area-top__link {
  display: flex;
  justify-content: center;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-top__link {
    margin-top: 3.2rem;
  }
}
.l-common-b-area .l-common-b-area-bottom {
  background: #383838;
  color: #fff;
  padding-block: 4.8rem 7.6rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom {
    padding-block: 6.8rem 8.8rem;
  }
}
.l-common-b-area .l-common-b-area-bottom__title {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.6rem;
}
.l-common-b-area .l-common-b-area-bottom__title .search-icon {
  width: 4.7rem;
  display: block;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom__title .search-icon {
    width: 6.2rem;
  }
}
.l-common-b-area .l-common-b-area-bottom__title h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom__title h2 {
    font-size: 4rem;
  }
}
.l-common-b-area .l-common-b-area-bottom__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  column-gap: 8rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom__items {
    grid-template-columns: 1fr;
    border-top: 0.1rem solid #fff;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item {
    border-bottom: 0.2rem solid #fff;
  }
}
.l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__name {
  text-align: center;
  border-bottom: 0.2rem solid #fff;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__name {
    border-bottom: none;
  }
}
.l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__name a {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 0.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__name a {
    font-size: 3.6rem;
    width: 100%;
    height: 11.6rem;
    display: grid;
    place-content: center;
  }
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__name a::before {
    content: "";
    width: 4rem;
    height: 4rem;
    border-bottom: 0.6rem solid #fff;
    border-right: 0.6rem solid #fff;
    position: absolute;
    top: 50%;
    right: 3.4rem;
    transform: translateY(-66%) rotate(45deg);
    transition: transform 0.4s;
  }
}
.l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__name.is-active a::before {
  transform: translateY(-34%) rotate(225deg);
}
.l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__list {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__list {
    padding: 4rem;
    margin-top: 0;
    border-top: 0.2rem solid #fff;
    display: none;
  }
}
.l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__list ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0.5rem;
  }
}
.l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__list ul li a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-common-b-area .l-common-b-area-bottom .l-common-b-area-bottom-item__list ul li a {
    font-size: 2.4rem;
  }
}

.l-row-p4s2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4rem;
  row-gap: 7rem;
}
@media (max-width: 767px) {
  .l-row-p4s2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 6rem;
  }
}

.l-row-p3s1-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 6rem;
}
@media (max-width: 767px) {
  .l-row-p3s1-flex {
    flex-direction: column;
    row-gap: 6rem;
  }
}

.l-row-p2s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(100% - 101rem);
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .l-row-p2s1 {
    row-gap: 6rem;
  }
}

.member-merit {
  padding-block: 6.6rem 5.2rem;
  background: #e3004f;
  color: #fff;
}
@media (max-width: 767px) {
  .member-merit {
    padding-block: 6.2rem 12rem;
  }
}
.member-merit__contents {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  .member-merit__contents {
    margin-top: 3rem;
  }
}
.member-merit__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 2.4rem;
}
@media (max-width: 767px) {
  .member-merit__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4.6rem;
  }
}
.member-merit__link {
  margin-top: 4.4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .member-merit__link {
    margin-top: 8rem;
  }
}

.l-refine-search__contents {
  padding: 1.5rem;
  border: 0.1rem solid #ccc;
}
.l-refine-search__head {
  height: 7rem;
  background: #2cb05a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 2.4rem 1.2rem;
}
.l-refine-search__title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.l-refine-search__title span {
  display: block;
  width: 3.1rem;
}
.l-refine-search__close {
  width: 18.2rem;
  height: 3.6rem;
  background: #006e2e;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1rem;
  box-shadow: inset 0 0 0.2rem rgba(10, 2, 4, 0.35);
  border-radius: 0.4rem;
  cursor: pointer;
}
.l-refine-search__close p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-refine-search__close span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.l-refine-search__close span::before {
  content: "";
  width: 1.6rem;
  height: 0.3rem;
  background: #006e2e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-refine-search__form {
  margin-top: 2rem;
}

.c-refine-search-form__select-area {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area {
    row-gap: 3rem;
  }
}
.c-refine-search-form__select-area dl {
  display: flex;
  column-gap: 1.6rem;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.c-refine-search-form__select-area dl dt {
  width: 20.5rem;
  background: #e9f7ee;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-block: 1.4rem;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dt {
    width: 100%;
    font-size: 2.6rem;
  }
}
.c-refine-search-form__select-area dl dd {
  flex: 1;
}
.c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) {
  display: inline-block;
  cursor: pointer;
}
.c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox] {
  display: none;
}
.c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox] + span {
  position: relative;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox] + span {
    padding-left: 3.4rem;
  }
}
.c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #000;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox] + span::before {
    width: 2.6rem;
    height: 2.6rem;
    top: 0.8rem;
    transform: none;
  }
}
.c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 1.4rem;
  border-right: 0.3rem solid #000;
  border-bottom: 0.4rem solid #000;
  transform: rotate(45deg);
  display: none;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox] + span::after {
    top: 0.6rem;
    left: 0.6rem;
    width: 1.4rem;
    height: 2.2rem;
    border-right: 0.4rem solid #000;
    border-bottom: 0.6rem solid #000;
  }
}
.c-refine-search-form__select-area dl dd label:has(input[type=checkbox]) input[type=checkbox]:checked + span::after {
  display: block;
}
.c-refine-search-form__select-area dl dd:has(select) {
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
}
.c-refine-search-form__select-area dl dd:has(select) .select-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dd:has(select) .select-wrap {
    flex: 1;
  }
}
.c-refine-search-form__select-area dl dd:has(select) .select-wrap::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 100%;
  background: #d4d4d4;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dd:has(select) .select-wrap::before {
    width: 3.4rem;
  }
}
.c-refine-search-form__select-area dl dd:has(select) .select-wrap::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 0.3rem solid #222222;
  border-bottom: 0.3rem solid #222222;
  position: absolute;
  top: 40%;
  right: 0.7rem;
  transform: rotate(45deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dd:has(select) .select-wrap::after {
    width: 1.4rem;
    height: 1.4rem;
    right: 0.9rem;
    border-right-width: 0.4rem;
    border-bottom-width: 0.4rem;
  }
}
.c-refine-search-form__select-area dl dd:has(select) select {
  width: 24rem;
  height: 6rem;
  border: 0.1rem solid #d3d3d3;
  padding-inline: 2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl dd:has(select) select {
    width: 100%;
    height: 8rem;
  }
}
.c-refine-search-form__select-area dl dd .situation-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 5rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .c-refine-search-form__select-area dl:has(.area-select) {
    height: 24rem;
  }
}
.c-refine-search-form__select-area dl:has(.area-select) dt {
  height: 100%;
}
.c-refine-search-form__select-area dl:has(.area-select) dd {
  height: 100%;
}
.c-refine-search-form__select-area dl:has(.area-select) dd .area-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.6rem;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl:has(.area-select) dd .area-select {
    grid-template-columns: 30% 34% 34%;
    column-gap: 1%;
  }
}
.c-refine-search-form__select-area dl:has(.area-select) dd .area-select__items {
  border: 0.1rem solid #ccc;
  height: 24rem;
  overflow: auto;
  padding: 2rem;
}
@media (max-width: 767px) {
  .c-refine-search-form__select-area dl:has(.area-select) dd .area-select__items {
    height: 34rem;
    padding: 1rem;
  }
}
.c-refine-search-form__select-area dl:has(.area-select) dd .area-select__item-title {
  font-weight: bold;
}
.c-refine-search-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .c-refine-search-form__submit {
    margin-top: 4rem;
  }
}
.c-refine-search-form__submit button {
  width: 24rem;
  height: 6rem;
  background: #ff9000;
  border-radius: 4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .c-refine-search-form__submit button {
    width: 40rem;
    height: 8rem;
    font-size: 2.6rem;
  }
}

.l-reserve-banner__contents {
  display: flex;
  align-items: center;
  column-gap: 3.4rem;
}
@media (max-width: 767px) {
  .l-reserve-banner__contents {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.l-reserve-banner__links {
  flex: 1;
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .l-reserve-banner__links {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.l-reserve-banner__info {
  text-align: center;
}
.l-reserve-banner__text p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .l-reserve-banner__text p {
    font-size: 2.4rem;
  }
}
.l-reserve-banner__tel {
  display: flex;
  align-items: flex-end;
  column-gap: 1rem;
}
.l-reserve-banner__tel span {
  display: block;
  width: 2.4rem;
}
@media (max-width: 767px) {
  .l-reserve-banner__tel span {
    width: 3.8rem;
  }
}
.l-reserve-banner__tel a {
  font-size: 3.6rem;
  color: #e3004f;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-reserve-banner__tel a {
    font-size: 5.6rem;
  }
}
.l-reserve-banner__time p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .l-reserve-banner__time p {
    font-size: 2.4rem;
  }
}

.l-payment-simulator__price input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-payment-simulator__price .tab-meta-price {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .l-payment-simulator__price .tab-meta-price {
    font-size: 2.8rem;
  }
}
.l-payment-simulator__price .tab-meta-price span {
  font-size: 4.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-payment-simulator__price .tab-meta-price span {
    font-size: 6rem;
  }
}
.l-payment-simulator__input-items {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.2rem solid #222222;
}
.l-payment-simulator .c-ps-input-item {
  width: 50%;
  height: 10rem;
  display: flex;
  align-items: center;
  border-bottom: 0.2rem solid #222222;
  font-size: 2.4rem;
  letter-spacing: -0.03em;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .l-payment-simulator .c-ps-input-item {
    width: 100%;
    height: 14rem;
    font-size: 2.8rem;
  }
}
.l-payment-simulator .c-ps-input-item dd {
  position: relative;
  flex: 1;
}
.l-payment-simulator .c-ps-input-item dd .input-anno {
  font-size: 1.4rem;
  position: absolute;
  top: -2rem;
  left: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-payment-simulator .c-ps-input-item dd .input-anno {
    top: -3rem;
    font-size: 1.8rem;
  }
}
.l-payment-simulator .c-ps-input-item dd input {
  width: 23rem;
  height: 5rem;
  border: 0.1rem solid #222222;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-payment-simulator .c-ps-input-item dd input {
    width: 30rem;
    height: 6rem;
    font-size: 3.4rem;
    line-height: 1;
  }
}
.l-payment-simulator .c-ps-input-item dd span {
  display: inline-block;
  margin-left: 0.5rem;
}
.l-payment-simulator .c-ps-input-item dd .input-error {
  font-size: 1.4rem;
  color: #e3004f;
  position: absolute;
  top: 5.2rem;
  left: 0;
  white-space: nowrap;
  display: none;
}
@media (max-width: 767px) {
  .l-payment-simulator .c-ps-input-item dd .input-error {
    top: 6rem;
    font-size: 1.8rem;
  }
}
.l-payment-simulator__button {
  width: 21rem;
  height: 6rem;
  background: #383838;
  border-radius: 4rem;
  color: #fff;
  font-size: 1.8rem;
  display: grid;
  place-content: center;
  margin: 3.4rem auto 4rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .l-payment-simulator__button {
    width: 30rem;
    height: 8rem;
    font-size: 3rem;
  }
}
.l-payment-simulator__button:hover {
  opacity: 0.7;
}
.l-payment-simulator__result-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-payment-simulator__result-title {
    font-size: 3rem;
  }
}
.l-payment-simulator__result-items {
  display: flex;
  border-top: 0.2rem solid #222222;
  border-bottom: 0.2rem solid #222222;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .l-payment-simulator__result-items {
    flex-wrap: wrap;
  }
}
.l-payment-simulator .c-ps-result-item {
  width: 50%;
  height: 10rem;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  column-gap: 5rem;
}
@media (max-width: 767px) {
  .l-payment-simulator .c-ps-result-item {
    width: 100%;
    height: 12.5rem;
    column-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .l-payment-simulator .c-ps-result-item:first-of-type {
    border-bottom: 0.2rem solid #222222;
  }
}
.l-payment-simulator .c-ps-result-item dd .result-box {
  font-size: 4.4rem;
  color: #e3004f;
}
@media (max-width: 767px) {
  .l-payment-simulator .c-ps-result-item dd {
    width: 20rem;
    text-align: right;
  }
}
.l-payment-simulator__result-anno {
  text-align: center;
}
.l-payment-simulator__result-anno p {
  font-size: 1.4rem;
  line-height: 1.2941176471;
}
@media (max-width: 767px) {
  .l-payment-simulator__result-anno p {
    font-size: 2rem;
    line-height: 1.4736842105;
  }
}

.c-common-btn01 {
  width: 13rem;
  height: 4.4rem;
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  transition: all 0.4s;
  color: #fff;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .c-common-btn01 {
    width: 22rem;
    height: 8rem;
    font-size: 3.4rem;
  }
}
@media (any-hover: hover) {
  .c-common-btn01.u-btn-blue:hover {
    background: #fff;
    color: #002389;
  }
}
@media (any-hover: hover) {
  .c-common-btn01.u-btn-red:hover {
    background: #fff;
    color: #e3004f;
  }
}

.c-common-btn02 {
  width: 22rem;
  height: 6rem;
  background: #383838;
  border: 0.2rem solid #383838;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  column-gap: 1.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-common-btn02 {
    width: 30rem;
    height: 8rem;
    font-size: 3rem;
  }
}
.c-common-btn02 .arrow-right {
  width: 1.4rem;
  height: 1.4rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-common-btn02 .arrow-right {
    width: 1.8rem;
    height: 1.8rem;
    border-top: 0.4rem solid #fff;
    border-right: 0.4rem solid #fff;
  }
}
@media (any-hover: hover) {
  .c-common-btn02:hover {
    background: #fff;
    color: #383838;
  }
  .c-common-btn02:hover .arrow-right {
    border-top: 0.3rem solid #383838;
    border-right: 0.3rem solid #383838;
  }
}

.c-common-btn03 {
  width: 100%;
  height: 4.5rem;
  background: #383838;
  border: 0.2rem solid #383838;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-common-btn03 {
    height: 6.6rem;
    font-size: 2.8rem;
  }
}
.c-common-btn03:hover {
  background: #fff;
  color: #383838;
}

.c-mr-btn {
  width: 34rem;
  height: 8rem;
  background: #fff;
  border: 0.2rem solid #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e3004f;
  column-gap: 1.2rem;
  border-radius: 5rem;
}
@media (max-width: 767px) {
  .c-mr-btn {
    width: 69rem;
    height: 16.2rem;
    border-radius: 9rem;
    font-size: 7.3rem;
    column-gap: 1.8rem;
  }
}
.c-mr-btn .arrow-right {
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.4rem solid #e3004f;
  border-right: 0.4rem solid #e3004f;
  transform: rotate(45deg);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-mr-btn .arrow-right {
    width: 2.9rem;
    height: 2.9rem;
    border-top: 0.7rem solid #e3004f;
    border-right: 0.7rem solid #e3004f;
  }
}
.c-mr-btn[data-mod=top-mv] {
  background: linear-gradient(0deg, #ed9017, #f6e6b5);
  border-color: #ff9000;
}
@media (min-width: 768px) {
  .c-mr-btn[data-mod=top-mv] {
    width: 21.25vw;
    height: 5vw;
    font-size: 2.25vw;
    column-gap: 0.75vw;
    border-radius: 3.125vw;
  }
}
.c-mr-btn[data-mod=reserve-banner] {
  color: #fff;
}
@media (min-width: 768px) {
  .c-mr-btn[data-mod=reserve-banner] {
    width: 33rem;
    height: 7.8rem;
    column-gap: 5.5rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .c-mr-btn[data-mod=reserve-banner] {
    column-gap: 6rem;
  }
}
.c-mr-btn[data-mod=reserve-banner].u-btn-green {
  background: #40c42f;
  border: 0.2rem solid #40c42f;
}
.c-mr-btn[data-mod=reserve-banner].u-btn-orange {
  background: #ff9000;
  border: 0.2rem solid #ff9000;
}
.c-mr-btn[data-mod=reserve-banner] .arrow-right {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (any-hover: hover) {
  .c-mr-btn:hover .arrow-right {
    transform: translateX(0.5rem) rotate(45deg);
  }
}

.c-post-more-btn {
  width: 100%;
  height: 8rem;
  background: #cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.6rem;
  font-size: 2.4rem;
}
.c-post-more-btn span {
  display: block;
}
.c-post-more-btn .more-arrow {
  width: 1.7rem;
  height: 1.7rem;
  border-bottom: 0.3rem solid #222222;
  border-right: 0.3rem solid #222222;
  transform: rotate(45deg);
  margin-bottom: 0.6rem;
}
.c-post-more-btn[data-page=plan] {
  background: #27abff;
  color: #fff;
}
@media (min-width: 768px) {
  .c-post-more-btn[data-page=plan] {
    height: 6.8rem;
  }
}
.c-post-more-btn[data-page=plan] .more-arrow {
  border-color: #fff;
}

.c-section-title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.4rem;
}
.c-section-title01 .title-icon {
  display: block;
  width: 5.6rem;
}
.c-section-title01 h2 {
  font-size: 3rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-section-title01 h2 {
    font-size: 4rem;
  }
}
.c-section-title01 h2 span {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .c-section-title01 h2 span {
    font-size: 6.5rem;
  }
}
.c-section-title01[data-mod=keyword-search] {
  column-gap: 1.2rem;
}
.c-section-title01[data-mod=keyword-search] .title-icon {
  width: 3.4rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=keyword-search] .title-icon {
    width: 5rem;
  }
}
.c-section-title01[data-mod=keyword-search] h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=keyword-search] h2 {
    font-size: 3.5rem;
  }
}
.c-section-title01[data-mod=area-search] .title-icon {
  width: 3.8rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=area-search] .title-icon {
    width: 5.1rem;
  }
}
.c-section-title01[data-mod=information] .title-icon {
  width: 6.6rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=information] .title-icon {
    width: 8.6rem;
  }
}
.c-section-title01[data-mod=new-properties] .title-icon {
  width: 5.7rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=new-properties] .title-icon {
    width: 7.4rem;
  }
}
.c-section-title01[data-mod=member-merit] .title-icon {
  width: 5.3rem;
}
.c-section-title01[data-mod=column] .title-icon {
  width: 5.6rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=column] .title-icon {
    width: 7.3rem;
  }
}
.c-section-title01[data-mod=flow] .title-icon {
  width: 6.6rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=flow] .title-icon {
    width: 8.3rem;
  }
}
.c-section-title01[data-mod=faq] .title-icon {
  width: 6.8rem;
}
@media (max-width: 767px) {
  .c-section-title01[data-mod=faq] .title-icon {
    width: 8.5rem;
  }
}

.land-info-item-wrap {
  position: relative;
  display: grid;
}
@media (max-width: 767px) {
  .land-info-item-wrap {
    margin-inline: 1.5rem;
  }
}
.land-info-item-wrap .c-no-member-cover {
  opacity: 0;
  visibility: hidden;
}
.land-info-item-wrap.member .c-land-info-item {
  pointer-events: none;
}
.land-info-item-wrap.member .c-no-member-cover {
  opacity: 1;
  visibility: visible;
}

.c-land-info-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-land-info-item__head {
  display: flex;
  column-gap: 1rem;
  height: 5.1rem;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .c-land-info-item__head {
    height: 8.6rem;
  }
}
.c-land-info-item .c-new-icon {
  width: 5rem;
  height: 2.6rem;
  line-height: 1;
  font-size: 1.6rem;
  background: #ff9000;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-content: center;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .c-land-info-item .c-new-icon {
    width: 8rem;
    height: 3.6rem;
    font-size: 2.4rem;
  }
}
.c-land-info-item__name {
  flex: 1;
}
.c-land-info-item__name p {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .c-land-info-item__name p {
    font-size: 3rem;
  }
}
.c-land-info-item__image {
  overflow: hidden;
  margin-top: 0.6rem;
}
.c-land-info-item__image img {
  aspect-ratio: 320/234;
  object-fit: cover;
  transition: all 0.5s;
  display: block;
}
@media (max-width: 767px) {
  .c-land-info-item__price {
    margin-top: 1rem;
  }
}
.c-land-info-item__price p {
  font-size: 1.9rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-land-info-item__price p {
    font-size: 2.8rem;
  }
}
.c-land-info-item__price p span {
  font-size: 2.87rem;
  font-weight: bold;
  color: #e3004f;
  display: inline-block;
  margin-right: 0.6rem;
}
@media (max-width: 767px) {
  .c-land-info-item__price p span {
    font-size: 4.3rem;
  }
}
.c-land-info-item__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.6rem;
  flex: 1;
}
.c-land-info-item__info dl {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.c-land-info-item__info dl:not(:first-of-type) {
  border-left: 0.1rem solid #222222;
}
.c-land-info-item__info dl dt {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .c-land-info-item__info dl dt {
    font-size: 2.4rem;
  }
}
.c-land-info-item__info dl dd {
  font-size: 1.6rem;
  line-height: 1.3;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-land-info-item__info dl dd {
    font-size: 2.6rem;
  }
}
.c-land-info-item__info dl dd span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-land-info-item__info dl dd span {
    font-size: 3.2rem;
  }
}
.c-land-info-item__link {
  margin-top: 2.6rem;
}

.c-no-member-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid #e3004f;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .c-no-member-cover {
    backdrop-filter: blur(1.2rem);
    border-width: 0.4rem;
  }
}
.c-no-member-cover__image {
  width: 24rem;
}
@media (max-width: 767px) {
  .c-no-member-cover__image {
    width: 32rem;
  }
}
.c-no-member-cover__text p {
  font-size: 2.74rem;
  line-height: 1.496350365;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-no-member-cover__text p {
    font-size: 4.1rem;
  }
}
.c-no-member-cover__links {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.c-no-member-cover__links a {
  width: 27.2rem;
  height: 6.4rem;
  border-radius: 4rem;
  color: #fff;
  font-size: 2.28rem;
  font-weight: bold;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .c-no-member-cover__links a {
    width: 40.6rem;
    height: 9rem;
    font-size: 3.2rem;
    border-radius: 5rem;
  }
}
@media (any-hover: hover) {
  .c-no-member-cover__links a.u-btn-red:hover {
    background: #fff;
    color: #e3004f;
  }
}
@media (any-hover: hover) {
  .c-no-member-cover__links a.u-btn-blue:hover {
    background: #fff;
    color: #002389;
  }
}

.c-member-merit-item__num {
  display: flex;
}
.c-member-merit-item__num p {
  font-size: 2.3rem;
  line-height: 1.5;
  padding-inline: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-member-merit-item__num p {
    font-size: 3rem;
  }
}
.c-member-merit-item__num p span {
  font-size: 3.7rem;
  display: inline-block;
  margin-left: 0.6rem;
  font-family: "din-2014", sans-serif;
}
@media (max-width: 767px) {
  .c-member-merit-item__num p span {
    font-size: 5rem;
  }
}
.c-member-merit-item__num p::before, .c-member-merit-item__num p::after {
  content: "";
  width: 0.16rem;
  height: 4rem;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  .c-member-merit-item__num p::before, .c-member-merit-item__num p::after {
    height: 5.6rem;
    width: 0.3rem;
  }
}
.c-member-merit-item__num p::before {
  left: 1rem;
  transform: translateY(-50%) rotate(-27deg);
}
@media (max-width: 767px) {
  .c-member-merit-item__num p::before {
    left: 0.8rem;
  }
}
.c-member-merit-item__num p::after {
  right: 1rem;
  transform: translateY(-50%) rotate(27deg);
}
@media (max-width: 767px) {
  .c-member-merit-item__num p::after {
    right: 0.8rem;
  }
}
.c-member-merit-item__contents {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  padding: 3.5rem 3rem;
  background: #fff;
  border-radius: 1rem;
  color: #222222;
}
@media (max-width: 767px) {
  .c-member-merit-item__contents {
    padding: 3rem 2rem;
  }
}
.c-member-merit-item__image {
  width: 15rem;
}
@media (max-width: 767px) {
  .c-member-merit-item__image {
    width: 17.6rem;
  }
}
.c-member-merit-item__image img {
  aspect-ratio: 1;
}
.c-member-merit-item__textarea {
  flex: 1;
}
.c-member-merit-item__title h3 {
  font-size: 2rem;
  line-height: 1.2307692308;
  color: #e3004f;
}
@media (max-width: 767px) {
  .c-member-merit-item__title h3 {
    font-size: 2.7rem;
  }
}
.c-member-merit-item__text {
  margin-top: 1rem;
  text-align: justify;
}
.c-member-merit-item__text p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .c-member-merit-item__text p {
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

.c-information-item {
  display: block;
  padding-block: 2.5rem;
  border-bottom: 0.1rem solid #222222;
  position: relative;
  padding-right: 6rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-information-item {
    padding-block: 2.3rem;
    border-bottom: 0.1rem solid #222222;
    padding-right: 8rem;
  }
}
.c-information-item:first-of-type {
  border-top: 0.1rem solid #222222;
}
.c-information-item__date {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-information-item__date {
    font-size: 3rem;
  }
}
.c-information-item__title h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-information-item__title h3 {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.c-information-item__arrow {
  width: 3rem;
  height: 3rem;
  background: #222222;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  display: grid;
  place-content: center;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .c-information-item__arrow {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.c-information-item__arrow span {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .c-information-item__arrow span {
    width: 2rem;
    height: 0.3rem;
  }
}
.c-information-item__arrow span::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: right center;
}
@media (max-width: 767px) {
  .c-information-item__arrow span::before {
    width: 1.4rem;
    height: 0.3rem;
  }
}
@media (any-hover: hover) {
  .c-information-item:hover {
    background: #e9f2f5;
  }
}

.c-column-item {
  display: block;
}
@media (min-width: 768px) {
  .c-column-item {
    padding-inline: 2.4rem;
  }
}
@media (max-width: 767px) {
  .c-column-item {
    padding-inline: 3.2rem;
  }
}
.c-column-item__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-column-item__inner {
    height: 100%;
  }
}
.c-column-item__image-area {
  position: relative;
}
.c-column-item__image-area::before {
  content: "";
  width: calc(100% + 4.8rem);
  height: 100%;
  border-right: 0.1rem solid #222222;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-column-item__image-area::before {
    width: calc(100% + 6.4rem);
  }
}
.c-column-item__image {
  overflow: hidden;
}
.c-column-item__image img {
  aspect-ratio: 830/416;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .c-column-item__image img {
    aspect-ratio: 533/267;
  }
}
.c-column-item__textarea {
  margin-top: 1.4rem;
  flex: 1;
}
@media (max-width: 767px) {
  .c-column-item__textarea {
    margin-top: 2rem;
  }
}
.c-column-item__title {
  height: 5.6rem;
}
@media (max-width: 767px) {
  .c-column-item__title {
    height: 8.2rem;
  }
}
.c-column-item__title h3 {
  font-size: 1.9rem;
  line-height: 1.4545454545;
}
@media (max-width: 767px) {
  .c-column-item__title h3 {
    font-size: 2.8rem;
  }
}
.c-column-item__text {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .c-column-item__text {
    margin-top: 1.6rem;
  }
}
.c-column-item__text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-column-item__text p {
    font-size: 2.2rem;
  }
}
.c-column-item__link {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .c-column-item__link {
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .c-column-item:first-of-type .c-column-item__image-area::before {
    border-left: 0.1rem solid #222222;
  }
}
@media (min-width: 768px) {
  .c-column-item:nth-of-type(3n-2) .c-column-item__image-area::before {
    border-left: 0.1rem solid #222222;
  }
}
@media (any-hover: hover) {
  .c-column-item:hover .c-column-item__image img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .c-column-item[data-mod=column-list] .c-column-item__image-area::before {
    border-left: 0.1rem solid #222222;
    border-right: 0.1rem solid #222222;
  }
}

.c-new-icon {
  width: 5rem;
  height: 2.6rem;
  background: #ff9000;
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .c-new-icon {
    width: 8rem;
    height: 3.6rem;
    font-size: 2.8rem;
  }
}

a[href="tel:0120-1102-16"]:not(.l-header__sp-tel):not(.sp-fix-link__item) {
  position: relative;
  line-height: 1;
}
@media (min-width: 768px) {
  a[href="tel:0120-1102-16"]:not(.l-header__sp-tel):not(.sp-fix-link__item) {
    pointer-events: none;
  }
}
a[href="tel:0120-1102-16"]:not(.l-header__sp-tel):not(.sp-fix-link__item)::before {
  content: "イイトチイロイロ";
  display: block;
  font-size: 0.3em;
  letter-spacing: 0.6em;
  text-align: center;
  margin-bottom: -0.2em;
  margin-left: 9em;
}

.c-breadcrumbs {
  padding-block: 1rem;
}
.c-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
}
.c-page-title {
  padding-block: 2rem;
  text-align: center;
}
.c-page-title h1 {
  font-size: 4rem;
  color: #e3004f;
  font-weight: bold;
  line-height: 1.225;
}
@media (max-width: 767px) {
  .c-page-title h1 {
    font-size: 4.8rem;
  }
}

.c-register-fix-banner {
  width: 20rem;
  height: 20rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-register-fix-banner {
    width: 30rem;
    height: 30rem;
    bottom: 11.2rem;
  }
}
.c-register-fix-banner.is-show {
  opacity: 1;
  visibility: visible;
}
.c-register-fix-banner__close {
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  border: 0.1rem solid #ddd;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-register-fix-banner__close {
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
    left: -2.5rem;
  }
}
.c-register-fix-banner__close::before, .c-register-fix-banner__close::after {
  content: "";
  width: 2.4rem;
  height: 0.3rem;
  background: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.c-register-fix-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-register-fix-banner__image img {
  aspect-ratio: 1;
}

.c-step-bar__items {
  display: flex;
}
.c-step-bar .c-step-bar-item {
  height: 6rem;
  background: #c5c5c5;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item {
    height: 10rem;
    flex-direction: column;
    font-size: 2.4rem;
  }
}
.c-step-bar .c-step-bar-item.c-step-bar-item-01 {
  width: 35rem;
  clip-path: polygon(0 0, calc(100% - 1.7rem) 0, 100% 50%, calc(100% - 1.7rem) 100%, 0 100%);
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item.c-step-bar-item-01 {
    width: 27rem;
    clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
  }
}
.c-step-bar .c-step-bar-item.c-step-bar-item-02 {
  width: 35rem;
  margin-left: -1.5rem;
  clip-path: polygon(0 0, calc(100% - 1.7rem) 0, 100% 50%, calc(100% - 1.7rem) 100%, 0 100%, 1.7rem 50%);
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item.c-step-bar-item-02 {
    width: 27rem;
    margin-left: -2.5rem;
    clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%, 3rem 50%);
  }
}
.c-step-bar .c-step-bar-item.c-step-bar-item-03 {
  width: 33.3rem;
  margin-left: -1.5rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 1.7rem 50%);
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item.c-step-bar-item-03 {
    width: 24rem;
    margin-left: -2.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3rem 50%);
  }
}
.c-step-bar .c-step-bar-item__step {
  width: 8.6rem;
  height: 2.5rem;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  color: #c5c5c5;
  display: grid;
  place-content: center;
  border-radius: 1.7rem;
}
@media (max-width: 767px) {
  .c-step-bar .c-step-bar-item__step {
    width: 13rem;
    height: 3.4rem;
  }
}
.c-step-bar .c-step-bar-item__text p {
  font-weight: 500;
  color: #fff;
}
.c-step-bar .c-step-bar-item.is-current {
  background: #e3004f;
}
.c-step-bar .c-step-bar-item.is-current .c-step-bar-item__step {
  color: #e3004f;
}

.um-field-label label span.um-req {
  color: #e3004f;
}

.um-field-area input::placeholder {
  color: #ddd;
}

.c-search-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-block: 1rem;
}
@media (max-width: 767px) {
  .c-search-info {
    flex-direction: column;
    align-items: initial;
    row-gap: 2rem;
    padding-bottom: 2rem;
  }
}
.c-search-info__result p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-search-info__result p {
    font-size: 2.4rem;
  }
}
.c-search-info__result p span {
  font-size: 3rem;
  color: #ff9000;
}
@media (max-width: 767px) {
  .c-search-info__result p span {
    font-size: 4rem;
  }
}
.c-search-info__pager .wp-pagenavi {
  display: flex;
  column-gap: 1.6rem;
}
.c-search-info__pager .wp-pagenavi span,
.c-search-info__pager .wp-pagenavi a {
  display: grid;
  place-content: center;
  margin: 0;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #222222;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-search-info__pager .wp-pagenavi span,
  .c-search-info__pager .wp-pagenavi a {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
  }
}
.c-search-info__pager .wp-pagenavi .current {
  background: #c6c6c6;
}

.c-box-dd {
  width: 8rem;
  height: 8rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  display: grid;
  place-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .c-box-dd {
    width: 12rem;
    height: 12rem;
    font-size: 2rem;
  }
}

.sp-fix-link {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 10.5rem;
  border: 0.4rem solid #e3004f;
  background: #fff;
  color: #e3004f;
  font-weight: bold;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  z-index: 50;
}
.sp-fix-link.is-show {
  opacity: 1;
  visibility: visible;
}
.sp-fix-link__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 2rem;
  position: relative;
}
.sp-fix-link__item::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.4rem solid #e3004f;
  border-right: 0.4rem solid #e3004f;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
}
.sp-fix-link__item .tel-num {
  display: flex;
  align-items: flex-end;
  column-gap: 0.8rem;
  color: #e3004f;
  font-size: 4.4rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
}
.sp-fix-link__item .tel-num .tel-icon {
  width: 2.6rem;
  margin-bottom: 0.6rem;
}
.sp-fix-link__item p {
  font-size: 2.2rem;
  color: #e3004f;
}
.sp-fix-link__item p span {
  font-size: 3.8rem;
}
.sp-fix-link__item:nth-of-type(2) {
  border-left: 0.4rem solid #e3004f;
  background: #e3004f;
}
.sp-fix-link__item:nth-of-type(2)::before {
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
}
.sp-fix-link__item:nth-of-type(2) p {
  color: #fff;
}

.c-list-pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}
.c-list-pagination .wp-pagenavi span,
.c-list-pagination .wp-pagenavi a {
  margin: 0;
  padding: 0;
  width: 4.4rem;
  height: 5.6rem;
  display: grid;
  place-content: center;
  border: 0.1rem solid #222222;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-list-pagination .wp-pagenavi span,
  .c-list-pagination .wp-pagenavi a {
    font-size: 2rem;
    width: 5rem;
    height: 7rem;
    font-size: 2.4rem;
  }
}
.c-list-pagination .wp-pagenavi a {
  transition: all 0.4s;
}
@media (any-hover: hover) {
  .c-list-pagination .wp-pagenavi a:hover {
    color: #fff;
    background: #222222;
  }
}
.c-list-pagination .wp-pagenavi .current {
  color: #fff;
  background: #222222;
}

.c-single-pagination {
  display: grid;
  grid-template-columns: 14rem 22.5rem 14rem;
  column-gap: 3rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-single-pagination {
    grid-template-columns: 18rem 26rem 18rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
.c-single-pagination__item a {
  width: 100%;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  border: 0.1rem solid #222222;
  border-radius: 3rem;
  font-size: 1.8rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-single-pagination__item a {
    font-size: 2rem;
    height: 8rem;
    border-radius: 4rem;
    font-size: 2.4rem;
  }
}
.c-single-pagination__item a .arrow-icon {
  width: 1.4rem;
  height: 1.4rem;
  border-bottom: 0.3rem solid #222222;
  border-left: 0.3rem solid #222222;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .c-single-pagination__item a .arrow-icon {
    width: 3rem;
    height: 3rem;
  }
}
.c-single-pagination__item a .arrow-icon--reverse {
  transform: rotate(-135deg);
}

.wp-post-content h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #e3004f;
}
@media (max-width: 767px) {
  .wp-post-content h2 {
    font-size: 3.6rem;
  }
}
.wp-post-content h2:not(:first-of-type) {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .wp-post-content h2:not(:first-of-type) {
    margin-top: 8rem;
  }
}
.wp-post-content h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-block: 4rem 2rem;
  position: relative;
  padding-left: 1.2rem;
}
@media (max-width: 767px) {
  .wp-post-content h3 {
    padding-left: 1.4rem;
  }
}
.wp-post-content h3::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: #e3004f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wp-post-content h3::before {
    width: 0.8rem;
  }
}
@media (max-width: 767px) {
  .wp-post-content h3 {
    font-size: 3rem;
  }
}
.wp-post-content p {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: justify;
}
@media (max-width: 767px) {
  .wp-post-content p {
    font-size: 2.4rem;
  }
}
.wp-post-content p:not(:first-of-type) {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .wp-post-content img {
    width: 59.5rem;
  }
}
.wp-post-content img.aligncenter {
  margin-inline: auto;
}

.c-form .smf-form {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-form .smf-form {
    font-size: 3rem;
  }
}
.c-form .smf-form .smf-item {
  padding-block: 2.4rem;
  border-bottom: 0.1rem solid #c3c3c3;
  display: flex;
  column-gap: 2rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item {
    flex-direction: column;
    row-gap: 0.6rem;
    padding-block: 3rem;
  }
}
.c-form .smf-form .smf-item__col--label {
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item__col--label {
    width: 32rem;
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--label {
    column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label {
    justify-content: space-between;
  }
}
.c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label::after {
  content: "必須";
  color: #fff;
  width: 4.8rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  background: #e3004f;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__col--label::after {
    width: 6.4rem;
    height: 3.4rem;
    font-size: 2.6rem;
  }
}
.c-form .smf-form .smf-item__col--controls {
  flex: 1;
}
.c-form .smf-form .smf-item__col--controls select,
.c-form .smf-form .smf-item__col--controls input[type=text],
.c-form .smf-form .smf-item__col--controls input[type=tel],
.c-form .smf-form .smf-item__col--controls input[type=email] {
  width: 100%;
  height: 6rem;
  border: 0.1rem solid #c3c3c3;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls select,
  .c-form .smf-form .smf-item__col--controls input[type=text],
  .c-form .smf-form .smf-item__col--controls input[type=tel],
  .c-form .smf-form .smf-item__col--controls input[type=email] {
    height: 8rem;
  }
}
.c-form .smf-form .smf-item__col--controls textarea {
  width: 100%;
  height: 20.3rem;
  border: 0.1rem solid #c3c3c3;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls textarea {
    height: 30rem;
  }
}
.c-form .smf-form .smf-item__col--controls ::placeholder {
  color: #a7a7a7;
}
.c-form .smf-form .smf-item__col--controls .smf-select-control {
  width: 28rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-select-control {
    width: 50rem;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-select-control .smf-select-control__toggle::before {
  right: 2rem;
  width: 1rem;
  height: 1rem;
  top: calc(50% - 0.8rem);
  border-color: #333;
  border-style: solid;
  border-width: 0 0.2rem 0.2rem 0;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-select-control .smf-select-control__toggle::before {
    right: 3rem;
    width: 1.5rem;
    height: 1.5rem;
    top: calc(50% - 1rem);
  }
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3.2rem;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-label {
  margin: 0;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input {
  display: none;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label {
  position: relative;
  padding-left: 2.8rem;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control .smf-radio-button-control__label::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #002389;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.c-form .smf-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control input:checked + .smf-radio-button-control__label::after {
  opacity: 1;
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) {
  display: flex;
  column-gap: 0.6rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) {
    flex-direction: column;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) span {
  display: inline-block;
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) span {
    margin-top: 1.6rem;
  }
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) span.u-margin-left {
    margin-left: 1.6rem;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder {
  position: relative;
  flex: 1;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder {
    width: 50rem;
  }
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder input,
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder select {
  width: 100%;
}
.c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder input[type=date] {
  height: 6rem;
  border: 0.1rem solid #c3c3c3;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item__col--controls .smf-item__controls:has(.smf-placeholder[data-name=date]) .smf-placeholder input[type=date] {
    height: 8rem;
  }
}
.c-form .smf-form .smf-item:has(h3) {
  flex-direction: column;
}
.c-form .smf-form .smf-item:has(h3) .smf-item__col--label {
  display: none;
}
@media (min-width: 768px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__col--controls {
    padding-inline: 2rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls {
  padding: 3rem 2rem;
  border: 0.1rem solid #c3c3c3;
  height: 28rem;
  overflow: auto;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls {
    padding: 4rem 3rem;
    height: 40rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls h3,
.c-form .smf-form .smf-item:has(h3) .smf-item__controls p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls h3,
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls p {
    font-size: 2.4rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls h3 {
  margin-block: 2rem 1rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-item:has(h3) .smf-item__controls h3 {
    margin-block: 3rem 2rem;
  }
}
.c-form .smf-form .smf-item:has(h3) .smf-item__controls p {
  text-align: justify;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) {
  border-bottom: none;
}
.c-form .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) .smf-item__col--label {
  display: none;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] {
  position: relative;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control {
  display: flex;
  justify-content: center;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control input {
  display: none;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label {
  position: relative;
  padding-left: 2.8rem;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label {
    font-size: 2.6rem;
    padding-left: 5rem;
  }
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label a {
  color: #002389;
  text-decoration: underline;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label a:hover {
  opacity: 0.7;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.1rem solid #c3c3c3;
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label::after {
  content: "";
  width: 0.8rem;
  height: 1.5rem;
  border-bottom: 0.4rem solid #e3004f;
  border-right: 0.3rem solid #e3004f;
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.6rem;
  transform: rotate(35deg);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control__label::after {
    width: 1.6rem;
    height: 2.6rem;
    top: 0.6rem;
    left: 0.9rem;
    border-bottom-width: 0.6rem;
    border-right-width: 0.4rem;
  }
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-checkbox-control input:checked + .smf-checkbox-control__label::after {
  opacity: 1;
}
.c-form .smf-form .smf-placeholder[data-name=privacy] .smf-error-messages {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
}
.c-form .smf-action {
  margin-top: 5.7rem;
  display: flex;
  justify-content: center;
  column-gap: 4rem;
}
@media (max-width: 767px) {
  .c-form .smf-action {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.c-form .smf-action .smf-button-control__control {
  width: 31rem;
  background: #424242;
  display: flex;
  padding-block: 2rem;
  font-size: 2.4rem;
  line-height: 1;
  border: 0.2rem solid #424242;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .c-form .smf-action .smf-button-control__control {
    width: 40rem;
    font-size: 3.2rem;
    padding-block: 3rem;
  }
}
.c-form .smf-action .smf-button-control__control:hover {
  background: #fff;
  color: #424242;
}
.c-form .smf-action .smf-button-control.is-disabled {
  pointer-events: none;
}
.c-form .smf-action .smf-button-control.is-disabled .smf-button-control__control {
  background: #D1D1D1;
  border-color: #D1D1D1;
}
.c-form .smf-error-messages {
  font-size: 1.4rem;
}
.c-form [data-screen=confirm] .smf-form .smf-item__col--label {
  height: initial;
}
.c-form [data-screen=confirm] .smf-form .smf-item:has(h3) {
  display: none;
}
.c-form [data-screen=confirm] .smf-form .smf-item:has(.smf-placeholder[data-name=privacy]) {
  display: none;
}
@media (min-width: 768px) {
  .c-form [data-screen=confirm] .smf-form .smf-item .smf-item__controls:has(.smf-placeholder[data-name=date]) span {
    margin-top: 0;
  }
}
.c-form [data-screen=complete] .smf-form .smf-complete-content {
  text-align: center;
}
@media (max-width: 767px) {
  .c-form [data-screen=complete] .smf-form .smf-complete-content {
    text-align: left;
  }
}
.c-form [data-screen=complete] .smf-form .smf-complete-content p {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-form [data-screen=complete] .smf-form .smf-complete-content p {
    font-size: 2.8rem;
  }
}

/* --------------------------------
TOP
----------------------------------- */
#top .keyword-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 3.3rem;
  background: #f6f6f6;
  column-gap: 2.7rem;
}
@media (max-width: 767px) {
  #top .keyword-search {
    flex-direction: column;
    row-gap: 2rem;
    padding-block: 3.6rem;
  }
}
#top .keyword-search__contents form {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
#top .keyword-search__contents form input {
  width: 38rem;
  height: 5.4rem;
  border-radius: 3rem;
  border: 0.1rem solid #707070;
  background: #fff;
  padding-inline: 3rem;
  font-size: 1.8rem;
  display: block;
}
@media (max-width: 767px) {
  #top .keyword-search__contents form input {
    width: 53.5rem;
    height: 7.6rem;
    border-radius: 4rem;
    font-size: 2.5rem;
  }
}
#top .keyword-search__contents form ::placeholder {
  color: #a9a9a9;
}
#top .keyword-search__contents form button {
  display: block;
  width: 10rem;
  height: 5.4rem;
  border-radius: 3rem;
  border: 0.1rem solid #707070;
  background: linear-gradient(0deg, #000, #45494d);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top .keyword-search__contents form button {
    width: 14rem;
    height: 7.6rem;
    border-radius: 4rem;
    font-size: 2.8rem;
  }
}
#top .top-area-search {
  padding-top: 6.4rem;
}
@media (max-width: 767px) {
  #top .top-area-search {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  #top .top-area-search .inner-slim {
    width: 100%;
  }
}
#top .top-area-search__contents {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  #top .top-area-search__contents {
    margin-top: 4rem;
  }
}
#top .top-area-search__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.2rem;
}
@media (max-width: 767px) {
  #top .top-area-search__tabs {
    grid-template-columns: repeat(3, 22.8rem);
    justify-content: center;
    column-gap: 0.3rem;
  }
}
#top .top-area-search__tab {
  height: 6rem;
  display: grid;
  place-content: center;
  background: #c3c3c3;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  #top .top-area-search__tab {
    height: 10.6rem;
  }
}
#top .top-area-search__tab.is-current {
  background: #2cb05a;
}
#top .top-area-search__tab p {
  font-size: 3rem;
}
@media (max-width: 767px) {
  #top .top-area-search__tab p {
    font-size: 4.8rem;
  }
}
#top .top-area-search .top-area-search-tab-content {
  height: 84.3rem;
  background: #c1eac9;
  display: grid;
  place-content: center;
  position: relative;
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content {
    height: initial;
    min-height: 76.426rem;
    display: block;
  }
}
#top .top-area-search .top-area-search-tab-content:not(:first-of-type) {
  display: none;
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content__map-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#top .top-area-search .top-area-search-tab-content__map-image[data-mod=hiroshima] {
  width: 88.2rem;
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content__map-image[data-mod=hiroshima] {
    width: 64rem;
  }
}
#top .top-area-search .top-area-search-tab-content__map-image[data-mod=okayama] {
  width: 78.8rem;
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content__map-image[data-mod=okayama] {
    width: 68rem;
  }
}
#top .top-area-search .top-area-search-tab-content__map-image[data-mod=yamaguchi] {
  width: 90.9rem;
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content__map-image[data-mod=yamaguchi] {
    width: 68rem;
  }
}
#top .top-area-search .top-area-search-tab-content__contents {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__contents {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.2rem 3.6rem;
  }
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content__contents {
    padding: 4rem 3rem;
  }
}
#top .top-area-search .top-area-search-tab-content__area-name {
  width: 14rem;
  height: 14rem;
  background: #002389;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#top .top-area-search .top-area-search-tab-content__area-name p {
  font-size: 4.8rem;
  line-height: 1.2;
}
#top .top-area-search .top-area-search-tab-content__area-name p.small-font {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content__areas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas li {
    position: absolute;
  }
}
#top .top-area-search .top-area-search-tab-content__areas li a {
  display: grid;
  place-content: center;
  background: #fffc00;
  border-radius: 0.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas li a {
    font-size: 2.2rem;
    width: 16rem;
    height: 4.7rem;
  }
}
@media (max-width: 767px) {
  #top .top-area-search .top-area-search-tab-content__areas li a {
    font-size: 2.2rem;
    height: 12.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .shobara-city {
    top: 12.2rem;
    left: 62.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .miyoshi-city {
    top: 23.9rem;
    left: 49.7rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .akitakata-city {
    top: 32.3rem;
    left: 38.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .fuchu-city {
    top: 36.2rem;
    left: 69.8rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .onomichi-city {
    top: 44rem;
    left: 65.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .fukuyama-city {
    top: 45rem;
    left: 82.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .hiroshima-city {
    top: 48rem;
    left: 23.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .higashi-hiroshima-city {
    top: 49.6rem;
    left: 43.2rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .mihara-city {
    top: 49.6rem;
    left: 60.2rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .hatsukaichi-city {
    top: 54.2rem;
    left: 1.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .fuchu-town {
    top: 55.1rem;
    left: 18.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .kaita-town {
    top: 55.1rem;
    left: 35.3rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .takehara-city {
    top: 55.1rem;
    left: 52.1rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .saka-town {
    top: 60.6rem;
    left: 22.1rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .kumano-town {
    top: 60.6rem;
    left: 39.7rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .otake-city {
    top: 65.2rem;
    left: 5rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .kure-city {
    top: 67.6rem;
    left: 35.1rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .etajima-city {
    top: 72.2rem;
    left: 16.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .kibichuo-town {
    top: 42.3rem;
    left: 33.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .akaiwa-city {
    top: 44.5rem;
    left: 50.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .wake-town {
    top: 44.5rem;
    left: 67.8rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .takahashi-city {
    top: 47.5rem;
    left: 16.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .soja-city {
    top: 55.8rem;
    left: 30.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .okayama-city {
    top: 55.8rem;
    left: 48rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .setouchi-city {
    top: 60.5rem;
    left: 69.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .ibara-city {
    top: 61.3rem;
    left: 10.7rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .yakage-town {
    top: 61.6rem;
    left: 27.8rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .hayashima-town {
    top: 63.6rem;
    left: 44.9rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .asakuchi-city {
    top: 67.4rem;
    left: 27.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .kurashiki-city {
    top: 70.6rem;
    left: 45.1rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .kasaoka-city {
    top: 73rem;
    left: 11.3rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .satosho-town {
    top: 73rem;
    left: 28.1rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .tamano-city {
    top: 76.4rem;
    left: 54.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .iwakuni-city {
    top: 35.6rem;
    left: 63.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .yamaguchi-city {
    top: 36.3rem;
    left: 39.9rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .waki-town {
    top: 41.2rem;
    left: 75.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .shunan-city {
    top: 42.1rem;
    left: 52.3rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .hofu-city {
    top: 48.6rem;
    left: 35.9rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .kudamatsu-city {
    top: 49rem;
    left: 53.5rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .yanai-city {
    top: 51.4rem;
    left: 74.2rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .hikari-city {
    top: 54.9rem;
    left: 51.4rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .ube-city {
    top: 56.2rem;
    left: 19.9rem;
  }
}
@media (min-width: 768px) {
  #top .top-area-search .top-area-search-tab-content__areas .suo-oshima-town {
    top: 62.9rem;
    left: 82rem;
  }
}
#top .top-new-properties {
  padding-block: 7.7rem 12rem;
}
@media (max-width: 767px) {
  #top .top-new-properties {
    padding-block: 8.4rem 13rem;
  }
}
@media (max-width: 767px) {
  #top .top-new-properties .inner-slim {
    width: 100%;
  }
}
#top .top-new-properties__contents {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  #top .top-new-properties__contents {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  #top .top-new-properties__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
  }
}
#top .top-new-properties__items .slick-track {
  display: flex;
}
@media (max-width: 767px) {
  #top .top-new-properties__items .slick-slide {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  #top .top-new-properties__items .slick-slide a {
    height: 100% !important;
  }
}
#top .other-banner-wrap {
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  #top .other-banner-wrap {
    margin-top: 5.6rem;
  }
}
#top .other-banner {
  width: 100%;
  height: 30rem;
  background-image: url(../img/top/othe--banner-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  #top .other-banner {
    height: 53.8rem;
    background-image: url(../img/top/othe--banner-bg-sp.jpg);
    justify-content: flex-start;
    padding-top: 2.8rem;
  }
}
#top .other-banner__heading {
  display: flex;
  justify-content: center;
}
#top .other-banner__heading p {
  width: 76.1rem;
  height: 6.1rem;
  border-radius: 4rem;
  background: #fff;
  color: #ff5300;
  font-size: 3.95rem;
  font-weight: bold;
  line-height: 1;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  #top .other-banner__heading p {
    width: 63.5rem;
    height: 15rem;
    font-size: 4.8rem;
    border-radius: 0;
  }
}
#top .other-banner__text {
  text-align: center;
  margin-top: 1.4rem;
}
#top .other-banner__text p {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 767px) {
  #top .other-banner__text p {
    font-size: 8.6rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #top .other-banner__text p.sp-small {
    font-size: 6rem;
  }
}
#top .other-banner__link {
  width: 14rem;
  height: 3.6rem;
  background: #fff;
  border: 0.3rem solid #ff5300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
}
@media (max-width: 767px) {
  #top .other-banner__link {
    width: 18rem;
    height: 5.2rem;
  }
}
#top .other-banner__link p {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #ff5300;
}
@media (max-width: 767px) {
  #top .other-banner__link p {
    font-size: 2.4rem;
  }
}
#top .other-banner__link .w-arrow {
  display: flex;
  margin-left: -0.4rem;
}
@media (max-width: 767px) {
  #top .other-banner__link .w-arrow {
    margin-left: 0;
  }
}
#top .other-banner__link .w-arrow span {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 0.3rem solid #ff5300;
  border-right: 0.3rem solid #ff5300;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #top .other-banner__link .w-arrow span {
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
  }
}
#top .other-banner__link .w-arrow span:nth-of-type(2) {
  margin-left: -0.4rem;
}
@media (any-hover: hover) {
  #top .other-banner:hover {
    opacity: 0.8;
  }
}
#top .top-information {
  padding-top: 7rem;
}
#top .top-information__contents {
  margin-top: 5.4rem;
}
@media (max-width: 767px) {
  #top .top-information__contents {
    margin-top: 5rem;
  }
}
#top .top-information__link {
  margin-top: 4.4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #top .top-information__link {
    margin-top: 7.2rem;
  }
}
#top .top-column {
  padding-block: 9rem 12rem;
}
@media (max-width: 767px) {
  #top .top-column {
    padding-block: 11.5rem 17rem;
  }
}
#top .top-column .inner {
  width: 100%;
}
#top .top-column__contents {
  margin-top: 4.4rem;
}
@media (max-width: 767px) {
  #top .top-column__contents {
    margin-top: 5.6rem;
  }
}
@media (min-width: 768px) {
  #top .top-column__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
#top .top-column__link {
  margin-top: 4.4rem;
  display: flex;
  justify-content: center;
}

/* --------------------------------
施工事例一覧
----------------------------------- */
#land-info-list .land-info-list {
  padding-block: 10rem 13rem;
}
#land-info-list .land-info-list__items {
  padding-block: 5.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 5rem;
  border-top: 0.3rem solid #e3004f;
  border-bottom: 0.3rem solid #e3004f;
}
@media (max-width: 767px) {
  #land-info-list .land-info-list__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}

/* --------------------------------
土地情報詳細
----------------------------------- */
#land-info-detail .lid-intro {
  padding-block: 4rem 5.4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro {
    padding-block: 6rem 8rem;
  }
}
#land-info-detail .lid-intro__head {
  column-gap: 1rem;
  display: flex;
  column-gap: 1.7rem;
}
#land-info-detail .lid-intro .c-new-icon {
  margin-top: 1rem;
}
#land-info-detail .lid-intro__title {
  flex: 1;
}
#land-info-detail .lid-intro__title h2 {
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__title h2 {
    font-size: 4rem;
  }
}
#land-info-detail .lid-intro__info {
  display: flex;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info {
    flex-direction: column;
    margin-top: 2.4rem;
  }
}
#land-info-detail .lid-intro__info dl {
  text-align: center;
  display: flex;
}
@media (min-width: 768px) {
  #land-info-detail .lid-intro__info dl {
    border-right: 0.1rem solid #000;
    flex-direction: column;
    row-gap: 0.2rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info dl {
    border-bottom: 0.1rem solid #000;
    padding-block: 2rem;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #land-info-detail .lid-intro__info dl:first-of-type {
    border-left: 0.1rem solid #000;
  }
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info dl:first-of-type {
    border-top: 0.1rem solid #000;
  }
}
@media (min-width: 768px) {
  #land-info-detail .lid-intro__info dl.info-price {
    width: 28rem;
  }
}
@media (min-width: 768px) {
  #land-info-detail .lid-intro__info dl.info-address {
    width: 34rem;
  }
}
@media (min-width: 768px) {
  #land-info-detail .lid-intro__info dl:not(.info-price):not(.info-address) {
    flex: 1;
  }
}
#land-info-detail .lid-intro__info dl dt {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info dl dt {
    width: 15rem;
    font-size: 2.4rem;
  }
}
#land-info-detail .lid-intro__info dl dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.2857142857;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info dl dd {
    font-size: 2.8rem;
  }
}
#land-info-detail .lid-intro__info dl dd .font-price {
  font-size: 3rem;
  color: #ff9000;
  font-weight: 500;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info dl dd .font-price {
    font-size: 4.8rem;
  }
}
#land-info-detail .lid-intro__info dl dd .font-area {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info dl dd .font-area {
    font-size: 3.2rem;
  }
}
#land-info-detail .lid-intro__info dl dd .font-floor {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__info dl dd .font-floor {
    font-size: 2.4rem;
  }
}
#land-info-detail .lid-intro__point {
  padding: 3rem 2rem;
  background: #fbf3f6;
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
  margin-top: 2.6rem;
}
#land-info-detail .lid-intro__point span {
  display: block;
  width: 12.3rem;
}
#land-info-detail .lid-intro__point p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #e3004f;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__point p {
    font-size: 2.4rem;
  }
}
#land-info-detail .lid-intro__gallery {
  margin-top: 4rem;
}
#land-info-detail .lid-intro .gallery-slider__wrap {
  width: 100%;
  position: relative;
}
#land-info-detail .lid-intro .gallery-slider__main li {
  position: relative;
}
#land-info-detail .lid-intro .gallery-slider__main li img {
  width: 100%;
  aspect-ratio: 950/633;
  object-fit: cover;
}
#land-info-detail .lid-intro .gallery-slider .prev-arrow01,
#land-info-detail .lid-intro .gallery-slider .next-arrow01 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: grid;
  place-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .prev-arrow01,
  #land-info-detail .lid-intro .gallery-slider .next-arrow01 {
    width: 6rem;
    height: 6rem;
  }
}
#land-info-detail .lid-intro .gallery-slider .prev-arrow01 span,
#land-info-detail .lid-intro .gallery-slider .next-arrow01 span {
  display: block;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .prev-arrow01 span,
  #land-info-detail .lid-intro .gallery-slider .next-arrow01 span {
    width: 3rem;
    height: 3rem;
  }
}
#land-info-detail .lid-intro .gallery-slider .prev-arrow01 {
  left: -6rem;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .prev-arrow01 {
    left: -2rem;
    padding-left: 1rem;
  }
}
#land-info-detail .lid-intro .gallery-slider .prev-arrow01 span {
  border-left: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .prev-arrow01 span {
    border-left: 0.5rem solid #fff;
    border-bottom: 0.5rem solid #fff;
  }
}
#land-info-detail .lid-intro .gallery-slider .next-arrow01 {
  right: -6rem;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .next-arrow01 {
    right: -2rem;
    padding-right: 1rem;
  }
}
#land-info-detail .lid-intro .gallery-slider .next-arrow01 span {
  border-right: 0.3rem solid #fff;
  border-top: 0.3rem solid #fff;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .next-arrow01 span {
    border-right: 0.5rem solid #fff;
    border-top: 0.5rem solid #fff;
  }
}
#land-info-detail .lid-intro .gallery-slider .prev-arrow02,
#land-info-detail .lid-intro .gallery-slider .next-arrow02 {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .prev-arrow02,
  #land-info-detail .lid-intro .gallery-slider .next-arrow02 {
    width: 3rem;
    height: 3rem;
  }
}
#land-info-detail .lid-intro .gallery-slider .prev-arrow02 {
  left: 2.2rem;
  border-left: 0.4rem solid #000;
  border-bottom: 0.4rem solid #000;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .prev-arrow02 {
    border-left: 0.6rem solid #000;
    border-bottom: 0.6rem solid #000;
  }
}
#land-info-detail .lid-intro .gallery-slider .next-arrow02 {
  right: 2.2rem;
  border-right: 0.4rem solid #000;
  border-top: 0.4rem solid #000;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro .gallery-slider .next-arrow02 {
    border-right: 0.6rem solid #000;
    border-top: 0.6rem solid #000;
  }
}
#land-info-detail .lid-intro .gallery-slider__choice-btn {
  margin-top: 2rem;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn .slick-list {
  padding-inline: 6.6rem;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn .slick-list::before, #land-info-detail .lid-intro .gallery-slider__choice-btn .slick-list::after {
  content: "";
  width: 6.6rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  z-index: 5;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn .slick-list::before {
  left: 0;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn .slick-list::after {
  right: 0;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn .slick-track {
  margin-left: 0;
  z-index: 2;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn li {
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn li.before-item::before {
  content: "BEFORE";
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn li img {
  width: 100%;
  aspect-ratio: 156/104;
  object-fit: cover;
}
#land-info-detail .lid-intro .gallery-slider__choice-btn li.slick-current {
  background: #27abff;
}
#land-info-detail .lid-intro__text {
  margin-top: 4rem;
}
#land-info-detail .lid-intro__text p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #land-info-detail .lid-intro__text p {
    font-size: 2.4rem;
  }
}
#land-info-detail .lid-intro__pagination {
  margin-top: 8rem;
}
#land-info-detail .lid-access {
  padding-top: 9rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-access {
    padding-top: 12rem;
  }
}
#land-info-detail .lid-access__contents {
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-access__contents {
    margin-top: 5rem;
  }
}
#land-info-detail .lid-access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 10/4;
}
#land-info-detail .lid-payment {
  padding-block: 8rem 6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment {
    padding-block: 12rem 10rem;
  }
}
#land-info-detail .lid-payment__contents {
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment__contents {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment__example {
    border-top: 0.1rem solid #000;
    border-bottom: 0.1rem solid #000;
  }
}
#land-info-detail .lid-payment .c-example-item {
  padding-block: 1.5rem;
  border-top: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item {
    border: none;
  }
}
#land-info-detail .lid-payment .c-example-item dd {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item dd {
    flex-direction: column;
  }
}
#land-info-detail .lid-payment .c-example-item dd img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#land-info-detail .lid-payment .c-example-item__price {
  font-size: 2.1rem;
  width: 19rem;
  text-align: center;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__price {
    font-size: 3rem;
  }
}
#land-info-detail .lid-payment .c-example-item__price span {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__price span {
    font-size: 5rem;
  }
}
#land-info-detail .lid-payment .c-example-item__conditions {
  display: flex;
  background: #eee;
  padding-block: 1rem;
}
#land-info-detail .lid-payment .c-example-item__conditions p {
  line-height: 1.2;
  font-size: 1.8rem;
  padding-inline: 1.6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__conditions p {
    font-size: 2.4rem;
  }
}
#land-info-detail .lid-payment .c-example-item__conditions p span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__conditions p span {
    font-size: 3.6rem;
  }
}
#land-info-detail .lid-payment .c-example-item__conditions p.heading {
  font-size: 1.4rem;
  border-right: 0.1rem solid #000;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__conditions p.heading {
    font-size: 2rem;
  }
}
#land-info-detail .lid-payment .c-example-item__arrows {
  position: relative;
  margin-inline: 1.8rem 4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__arrows {
    margin-block: 0 4rem;
  }
}
#land-info-detail .lid-payment .c-example-item__arrows span {
  display: block;
}
#land-info-detail .lid-payment .c-example-item__arrows .arrows-dots {
  width: 4rem;
  height: 0.8rem;
  background-image: radial-gradient(circle, #e3004f 0.4rem, transparent 0.4rem);
  background-repeat: repeat-x;
  background-size: 1.4rem 0.8rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__arrows .arrows-dots {
    width: 1.2rem;
    height: 6rem;
    background-image: radial-gradient(circle, #e3004f 0.6rem, transparent 0.6rem);
    background-repeat: repeat-y;
    background-size: 1.2rem 2rem;
  }
}
#land-info-detail .lid-payment .c-example-item__arrows .arrows-arrow {
  width: 3.2rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  left: 2.4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__arrows .arrows-arrow {
    width: 1rem;
    height: 3.6rem;
    left: 0;
    top: 4rem;
  }
}
#land-info-detail .lid-payment .c-example-item__arrows .arrows-arrow span {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  background: #e3004f;
  position: absolute;
  left: 0;
}
#land-info-detail .lid-payment .c-example-item__arrows .arrows-arrow span:nth-of-type(1) {
  top: 0.1rem;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__arrows .arrows-arrow span:nth-of-type(1) {
    top: 0;
    transform-origin: left bottom;
  }
}
#land-info-detail .lid-payment .c-example-item__arrows .arrows-arrow span:nth-of-type(2) {
  bottom: 0.1rem;
  transform-origin: right top;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__arrows .arrows-arrow span:nth-of-type(2) {
    bottom: 0;
    transform-origin: right bottom;
  }
}
#land-info-detail .lid-payment .c-example-item__payment {
  flex: 1;
}
#land-info-detail .lid-payment .c-example-item__payment p {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__payment p {
    font-size: 2.4rem;
  }
}
#land-info-detail .lid-payment .c-example-item__payment p span {
  color: #e3004f;
}
#land-info-detail .lid-payment .c-example-item__payment p.result {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__payment p.result {
    font-size: 3.6rem;
  }
}
#land-info-detail .lid-payment .c-example-item__payment p.result span {
  font-size: 4.4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .c-example-item__payment p.result span {
    font-size: 6.4rem;
  }
}
#land-info-detail .lid-payment .lid-payment-registration {
  display: flex;
  align-items: center;
  padding: 2rem;
  background: #fbf3f6;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .lid-payment-registration {
    flex-direction: column;
    row-gap: 2rem;
    padding: 3rem;
    margin-top: 3rem;
  }
}
#land-info-detail .lid-payment .lid-payment-registration__text {
  flex: 1;
}
#land-info-detail .lid-payment .lid-payment-registration__text p {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #e3004f;
  font-weight: bold;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .lid-payment-registration__text p {
    font-size: 2.4rem;
  }
}
#land-info-detail .lid-payment .lid-payment-registration__link a {
  width: 27.4rem;
  height: 6rem;
  background: #e3004f;
  border-radius: 5rem;
  display: grid;
  place-content: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment .lid-payment-registration__link a {
    width: 40rem;
    height: 8rem;
    font-size: 3.2rem;
  }
}
#land-info-detail .lid-payment__simulator {
  margin-top: 4rem;
  position: relative;
  padding-block: 2rem 4rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment__simulator {
    margin-top: 8rem;
  }
}
#land-info-detail .lid-payment__simulator:not(.is_member) {
  pointer-events: none;
}
#land-info-detail .lid-payment__simulator:not(.is_member)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.6rem);
  border: 0.1rem solid #e3004f;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(0.5rem);
}
@media (max-width: 767px) {
  #land-info-detail .lid-payment__simulator:not(.is_member)::before {
    font-size: 3.2rem;
  }
}
#land-info-detail .lid-overview {
  padding-block: 10rem 13.6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-overview {
    padding-block: 12rem 16rem;
  }
}
#land-info-detail .lid-overview__contents {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-overview__contents {
    margin-top: 5rem;
  }
}
#land-info-detail .lid-overview__items {
  border-top: 0.1rem solid #000;
}
#land-info-detail .lid-overview__item {
  padding-block: 2rem;
  border-bottom: 0.1rem solid #000;
  display: flex;
  column-gap: 5.4rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #land-info-detail .lid-overview__item {
    padding-block: 3rem;
    font-size: 2.4rem;
    column-gap: 4rem;
  }
}
#land-info-detail .lid-overview__item dt {
  width: 19.4rem;
  text-align: right;
}
@media (max-width: 767px) {
  #land-info-detail .lid-overview__item dt {
    width: 15rem;
  }
}
#land-info-detail .lid-overview__item dd {
  flex: 1;
}

/* --------------------------------
ログインページ
----------------------------------- */
#login .login {
  padding-block: 10rem;
}
#login .login__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
#login .login .login-block {
  border: 0.1rem solid #ccc;
}
#login .login .login-block__title {
  height: 6rem;
  padding-inline: 2rem;
  background: #ff9000;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #login .login .login-block__title {
    height: 8rem;
  }
}
#login .login .login-block__title h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  #login .login .login-block__title h2 {
    font-size: 4rem;
  }
}
#login .login .login-block__contents {
  padding: 3rem;
}
#login .login .login-block .um-form .um-misc-with-img .um-misc-img {
  display: none;
}
#login .login .login-block .um-form .um-misc-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
#login .login .login-block .um-form .um-misc-ul li a {
  width: 216px;
  height: 52px;
  display: grid;
  place-content: center;
  background: #002389;
  color: #fff;
  border-radius: 4px;
}
#login .login .login-block .um-form form .um-col-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#login .login .login-block .um-form form .um-col-alt .um-left {
  float: none;
}
#login .login .login-block .um-form form .um-col-alt .um-left input[type=submit] {
  background: #002389;
  font-size: 20px;
  font-weight: bold;
}
#login .login .login-block .um-form form .um-col-alt .um-right {
  display: none;
}
#login .login .login-block[data-mod=register] .um-form form .um-field .um-field-area-ano {
  margin-bottom: 8px;
}
#login .login .login-block[data-mod=register] .um-form form .um-field .um-field-area-ano p {
  font-size: 13px;
  line-height: 1.1538461538;
  color: #999;
}
#login .login .login-block[data-mod=register] .um-form form .um-col-alt .um-left input[type=submit] {
  background: #e3004f;
}
#login .login .login-block__text {
  text-align: center;
}
#login .login .login-block__link {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#login .login .login-block__link a {
  width: 216px;
  height: 52px;
  background: #e3004f;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: grid;
  place-content: center;
}

/* --------------------------------
アカウントページ
----------------------------------- */
#account .login {
  padding-block: 10rem;
}
#account .login__tabs {
  display: flex;
  column-gap: 2rem;
  padding-inline: 2rem;
}
@media (max-width: 767px) {
  #account .login__tabs {
    justify-content: center;
  }
}
#account .login__tab {
  width: 24rem;
  height: 7rem;
  background: #fff;
  border: 0.3rem solid #e3004f;
  display: grid;
  place-content: center;
  font-size: 2rem;
  font-weight: 500;
  color: #e3004f;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #account .login__tab {
    width: 30rem;
    height: 10rem;
    font-size: 3rem;
    border-width: 0.5rem;
  }
}
#account .login__tab span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #account .login__tab span {
    font-size: 2rem;
  }
}
#account .login__tab.is-current {
  background: #e3004f;
  color: #fff;
}
#account .login__blocks {
  display: flex;
  flex-direction: column;
  border: 0.3rem solid #e3004f;
  margin-top: -0.4rem;
  position: relative;
  background: #fff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  #account .login__blocks {
    border-width: 0.5rem;
  }
}
#account .login .login-block:not(:first-of-type) {
  display: none;
}
#account .login .login-block__title {
  height: 6rem;
  padding-inline: 2rem;
  background: #ff9000;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #account .login .login-block__title {
    height: 8rem;
  }
}
#account .login .login-block__title h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  #account .login .login-block__title h2 {
    font-size: 4rem;
  }
}
#account .login .login-block__contents {
  padding: 3rem;
}
#account .login .login-block .um-form form .um-col-alt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#account .login .login-block .um-form form .um-col-alt .um-left {
  float: none;
}
#account .login .login-block .um-form form .um-col-alt .um-left input[type=submit] {
  background: #002389;
  font-size: 20px;
  font-weight: bold;
}
#account .login .login-block .um-form form .um-col-alt .um-right {
  display: none;
}
#account .login .login-block[data-mod=register] .um-form form .um-col-alt .um-left input[type=submit] {
  background: #e3004f;
}
#account .login .login-block__text {
  text-align: center;
}
#account .login .login-block__link {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#account .login .login-block__link a {
  width: 216px;
  height: 52px;
  background: #e3004f;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: grid;
  place-content: center;
}
#account .login .login-block .um-account-main .um-account-tab .um-account-heading {
  display: none;
}
#account .login .login-block .um-profile__title {
  max-width: 600px;
  margin-inline: auto;
}
#about .about-anchor-link {
  margin-top: 3rem;
  margin-bottom: 7.8rem;
}
#about .about-anchor-link__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #about .about-anchor-link__items {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 1rem;
  }
}
#about .about-anchor-link .about-anchor-link-item {
  width: 30rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0.4rem 0.4rem 0.6rem rgba(10, 2, 4, 0.35);
}
@media (max-width: 767px) {
  #about .about-anchor-link .about-anchor-link-item:first-of-type {
    margin-inline: 15rem;
  }
}
#about .about-anchor-link .about-anchor-link-item__num {
  height: 9rem;
  display: grid;
  place-content: center;
  background: #fffc00;
  color: #e3004f;
  padding-top: 0.8rem;
}
#about .about-anchor-link .about-anchor-link-item__num p {
  font-size: 2.4rem;
}
#about .about-anchor-link .about-anchor-link-item__num p span {
  font-size: 3rem;
}
#about .about-anchor-link .about-anchor-link-item__text {
  flex: 1;
  background: #e3004f;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  padding-bottom: 2rem;
  transition: all 0.4s;
}
#about .about-anchor-link .about-anchor-link-item__text p {
  font-size: 3.2rem;
  line-height: 1.375;
}
@media (any-hover: hover) {
  #about .about-anchor-link .about-anchor-link-item:hover .about-anchor-link-item__text {
    background: #fff;
    color: #e3004f;
  }
}
#about .about {
  padding-bottom: 8rem;
}
#about .about__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 8.4rem;
}
#about .about .about-block__head {
  padding-block: 1.8rem;
  background: #e3004f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.8rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  #about .about .about-block__head {
    padding-inline: 3rem;
    column-gap: 2rem;
  }
}
#about .about .about-block__head::before {
  content: "";
  width: 3.4rem;
  height: 1.9rem;
  background: #e3004f;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#about .about .about-block__num {
  width: 16.8rem;
  height: 6rem;
  background: #fff;
  color: #e3004f;
  display: grid;
  place-content: center;
  border-radius: 4rem;
}
#about .about .about-block__num p {
  font-size: 2rem;
}
#about .about .about-block__num p span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #about .about .about-block__title {
    flex: 1;
  }
}
#about .about .about-block__title h2 {
  font-size: 4rem;
  line-height: 1.3;
}
#about .about .about-block__contents {
  margin-top: 7.4rem;
}
@media (min-width: 768px) {
  #about .about .about-block__contents .inner {
    width: 88rem;
  }
}
@media (max-width: 767px) {
  #about .about .about-block__contents .inner {
    width: 60rem;
  }
}
#about .about .about-block__items {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
#about .about .about-block .about-block-item {
  display: flex;
  column-gap: 3.2rem;
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item {
    flex-direction: column;
  }
}
#about .about .about-block .about-block-item__image {
  width: 34rem;
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item__image {
    width: 100%;
    order: 1;
    margin-top: 2rem;
  }
}
#about .about .about-block .about-block-item__image img {
  aspect-ratio: 340/240;
  object-fit: cover;
}
#about .about .about-block .about-block-item__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item__textarea {
    display: contents;
  }
}
#about .about .about-block .about-block-item__title {
  padding-left: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item__title {
    padding-left: 5rem;
  }
}
#about .about .about-block .about-block-item__title::before {
  content: "";
  width: 1.5rem;
  height: 2.4rem;
  position: absolute;
  top: 6%;
  left: 1rem;
  border-right: 0.5rem solid #e3004f;
  border-bottom: 0.5rem solid #e3004f;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item__title::before {
    width: 2rem;
    height: 3rem;
    border-right-width: 0.7rem;
    border-bottom-width: 0.7rem;
  }
}
#about .about .about-block .about-block-item__title h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  display: inline-block;
  background: linear-gradient(0deg, #fffc00 0.7rem, transparent 0.7rem);
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item__title h3 {
    font-size: 3.4rem;
    background: linear-gradient(0deg, #fffc00 0.9rem, transparent 0.9rem);
  }
}
#about .about .about-block .about-block-item__text {
  margin-top: 1.6rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item__text {
    order: 2;
    margin-top: 2rem;
  }
}
#about .about .about-block .about-block-item__text p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #about .about .about-block .about-block-item__text p {
    font-size: 2.4rem;
  }
}

#point .point-intro {
  padding-block: 4rem 6rem;
  background: #fff5f8;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  #point .point-intro {
    padding-block: 6rem 8rem;
    margin-top: 4rem;
  }
}
#point .point-intro .point-intro-item {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
@media (min-width: 768px) {
  #point .point-intro .point-intro-item {
    padding-left: 10rem;
  }
}
@media (max-width: 767px) {
  #point .point-intro .point-intro-item {
    flex-direction: column;
  }
}
#point .point-intro .point-intro-item__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  #point .point-intro .point-intro-item__textarea {
    display: contents;
  }
}
#point .point-intro .point-intro-item__title h2 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  #point .point-intro .point-intro-item__title h2 {
    font-size: 3.2rem;
  }
}
#point .point-intro .point-intro-item__title h2 span {
  font-size: 3.34rem;
  color: #e3004f;
}
@media (max-width: 767px) {
  #point .point-intro .point-intro-item__title h2 span {
    font-size: 4.4rem;
  }
}
#point .point-intro .point-intro-item__text {
  text-align: justify;
}
@media (max-width: 767px) {
  #point .point-intro .point-intro-item__text {
    order: 2;
    margin-top: 2rem;
  }
}
#point .point-intro .point-intro-item__text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #point .point-intro .point-intro-item__text p {
    font-size: 2.7rem;
  }
}
#point .point-intro .point-intro-item__image {
  width: 37.6rem;
  mix-blend-mode: darken;
}
@media (max-width: 767px) {
  #point .point-intro .point-intro-item__image {
    order: 1;
  }
}
#point .point {
  padding-block: 4rem 10rem;
}
#point .point__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 5.6rem;
}
#point .point .point-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#point .point .point-block__head {
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #e3004f;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  #point .point .point-block__head {
    width: 20rem;
    height: 20rem;
  }
}
#point .point .point-block__head::before {
  content: "";
  width: 3rem;
  height: 2.7rem;
  background: #e3004f;
  position: absolute;
  top: calc(100% - 0.3rem);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  #point .point .point-block__head::before {
    width: 4rem;
    height: 3.6rem;
  }
}
#point .point .point-block__num p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #point .point .point-block__num p {
    font-size: 2.2rem;
  }
}
#point .point .point-block__num p span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  #point .point .point-block__num p span {
    font-size: 2.6rem;
  }
}
#point .point .point-block__title h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #point .point .point-block__title h2 {
    font-size: 2.8rem;
  }
}
#point .point .point-block__contents {
  width: 100%;
  padding: 9rem 5rem 5rem;
  border: 0.3rem solid #e3004f;
  margin-top: -3.4rem;
  border-radius: 2rem;
}
#point .point .point-block__items {
  display: flex;
  flex-direction: column;
  row-gap: 6.4rem;
}
@media (max-width: 767px) {
  #point .point .point-block__items {
    row-gap: 8.6rem;
  }
}
#point .point .point-block .point-block-item {
  display: flex;
  column-gap: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  #point .point .point-block .point-block-item {
    flex-direction: column;
  }
}
#point .point .point-block .point-block-item:not(:first-of-type)::before {
  content: "";
  width: calc(100% + 1.6rem);
  height: 0.4rem;
  background-image: radial-gradient(circle, #e3004f 0.2rem, transparent 0.2rem);
  background-repeat: repeat-x;
  background-size: 1rem 0.4rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #point .point .point-block .point-block-item:not(:first-of-type)::before {
    height: 0.8rem;
    background-image: radial-gradient(circle, #e3004f 0.4rem, transparent 0.4rem);
    background-size: 2rem 0.8rem;
    top: -4rem;
  }
}
#point .point .point-block .point-block-item__image {
  width: 30rem;
}
@media (max-width: 767px) {
  #point .point .point-block .point-block-item__image {
    width: 100%;
    order: 1;
    margin-top: 2rem;
  }
}
#point .point .point-block .point-block-item__image img {
  aspect-ratio: 300/212;
  object-fit: cover;
}
#point .point .point-block .point-block-item__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  #point .point .point-block .point-block-item__textarea {
    display: contents;
  }
}
#point .point .point-block .point-block-item__title {
  position: relative;
}
#point .point .point-block .point-block-item__title h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #e3004f;
}
@media (max-width: 767px) {
  #point .point .point-block .point-block-item__title h3 {
    font-size: 3.4rem;
  }
}
#point .point .point-block .point-block-item__text {
  margin-top: 1.6rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #point .point .point-block .point-block-item__text {
    order: 2;
    margin-top: 2rem;
  }
}
#point .point .point-block .point-block-item__text p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #point .point .point-block .point-block-item__text p {
    font-size: 2.4rem;
  }
}

#first-time .flow {
  padding-block: 4rem 10rem;
}
#first-time .flow__contents {
  margin-top: 4rem;
}
#first-time .flow__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10rem;
}
@media (max-width: 767px) {
  #first-time .flow__items {
    row-gap: 14rem;
    padding-left: 2rem;
  }
}
#first-time .flow .flow-item {
  display: flex;
  column-gap: 1.8rem;
  position: relative;
  padding: 0.4rem;
  padding-right: 1rem;
  border: 0.4rem solid #e3004f;
  border-radius: 1.7rem;
}
@media (min-width: 768px) {
  #first-time .flow .flow-item {
    width: 60rem;
  }
}
@media (max-width: 767px) {
  #first-time .flow .flow-item {
    padding: 0.8rem;
    padding-right: 2rem;
  }
}
#first-time .flow .flow-item__num {
  width: 7rem;
  height: 7rem;
  background: #e3004f;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -3.7rem;
  transform: translateY(-50%);
}
#first-time .flow .flow-item__image {
  width: 14.8rem;
}
@media (max-width: 767px) {
  #first-time .flow .flow-item__image {
    width: 20rem;
  }
}
#first-time .flow .flow-item__image img {
  aspect-ratio: 148/114;
  object-fit: cover;
  border-radius: 1.1rem;
}
#first-time .flow .flow-item__textarea {
  flex: 1;
}
#first-time .flow .flow-item__title {
  position: relative;
}
#first-time .flow .flow-item__title h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #e3004f;
}
@media (max-width: 767px) {
  #first-time .flow .flow-item__title h3 {
    font-size: 3.4rem;
  }
}
#first-time .flow .flow-item__text {
  text-align: justify;
}
#first-time .flow .flow-item__text p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #first-time .flow .flow-item__text p {
    font-size: 2.4rem;
  }
}
#first-time .flow .flow-item__arrow {
  width: 0.6rem;
  height: 3.8rem;
  background-image: radial-gradient(circle, #e3004f 0.3rem, transparent 0.3rem);
  background-repeat: repeat-y;
  background-size: 0.6rem 1.2rem;
  position: absolute;
  top: calc(100% + 2.4rem);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #first-time .flow .flow-item__arrow {
    width: 1rem;
    height: 6rem;
    background-image: radial-gradient(circle, #e3004f 0.5rem, transparent 0.5rem);
    background-size: 1rem 2rem;
    top: calc(100% + 3.4rem);
  }
}
#first-time .flow .flow-item__arrow::before, #first-time .flow .flow-item__arrow::after {
  content: "";
  width: 0.5rem;
  height: 2.6rem;
  background: #e3004f;
  border-radius: 0.5rem;
  position: absolute;
  bottom: -1rem;
  transform-origin: center bottom;
}
@media (max-width: 767px) {
  #first-time .flow .flow-item__arrow::before, #first-time .flow .flow-item__arrow::after {
    width: 0.8rem;
    height: 3.6rem;
    border-radius: 0.5rem;
    bottom: -1.8rem;
  }
}
#first-time .flow .flow-item__arrow::before {
  left: -0.06rem;
  transform: rotate(45deg);
}
#first-time .flow .flow-item__arrow::after {
  right: -0.06rem;
  transform: rotate(-45deg);
}
#first-time .faq {
  padding-block: 6rem 14rem;
  background: #fdf7f7;
}
@media (min-width: 768px) {
  #first-time .faq .inner-slim {
    width: 76rem;
  }
}
#first-time .faq__contents {
  margin-top: 2rem;
}
#first-time .faq .faq-item {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-block: 4rem;
}
#first-time .faq .faq-item:not(:first-of-type) {
  border-top: 0.5rem dotted #e3004f;
}
#first-time .faq .faq-item dt {
  display: flex;
  column-gap: 2rem;
}
#first-time .faq .faq-item dt span {
  background: #27abff;
}
#first-time .faq .faq-item dt p {
  margin-top: 0.9rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #first-time .faq .faq-item dt p {
    font-size: 3rem;
    margin-top: 0.5rem;
  }
}
#first-time .faq .faq-item dd {
  display: flex;
  column-gap: 2rem;
}
#first-time .faq .faq-item dd span {
  background: #e3004f;
}
#first-time .faq .faq-item dd p {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
@media (max-width: 767px) {
  #first-time .faq .faq-item dd p {
    font-size: 2.6rem;
    margin-top: 0.9rem;
  }
}
#first-time .faq .faq-item span {
  width: 6rem;
  height: 6rem;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #first-time .faq .faq-item span {
    font-size: 3.4rem;
    padding-bottom: 0.6rem;
  }
}
#first-time .faq .faq-item p {
  flex: 1;
}

/* --------------------------------
Privacy Policy
----------------------------------- */
#privacy .privacy {
  padding-block: 4rem 6rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  #privacy .privacy {
    padding-block: 6rem 8rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #privacy .privacy .inner {
    width: 100rem;
  }
}
#privacy .privacy__items {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
#privacy .privacy .privacy-item {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #privacy .privacy .privacy-item {
    font-size: 2.6rem;
  }
}
#privacy .privacy .privacy-item__title h2 {
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  #privacy .privacy .privacy-item__title h2 {
    font-size: 3.6rem;
  }
}
#privacy .privacy .privacy-item__text {
  margin-top: 0.6rem;
  text-align: justify;
  padding-inline: 3rem;
}
#privacy .privacy .privacy-item__list {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  padding-inline: 3rem;
}
#privacy .privacy .privacy-item__list li h3 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  #privacy .privacy .privacy-item__list li h3 {
    font-size: 3rem;
  }
}
#privacy .privacy .privacy-item__list li p {
  text-align: justify;
}

/* --------------------------------
会社概要
----------------------------------- */
/* --------------------------------
お知らせ一覧
----------------------------------- */
#information-list .information-list {
  padding-block: 2rem 8rem;
}
#information-list .information-list__items {
  margin-block: 3.5rem;
}

/* --------------------------------
お知らせ詳細
----------------------------------- */
#information-detail .information-detail {
  padding-block: 2rem 10rem;
}
@media (max-width: 767px) {
  #information-detail .information-detail {
    padding-bottom: 18rem;
  }
}
#information-detail .information-detail__title {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  #information-detail .information-detail__title {
    margin-top: 2rem;
  }
}
#information-detail .information-detail__title h2 {
  font-size: 3rem;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  #information-detail .information-detail__title h2 {
    font-size: 4rem;
  }
}
#information-detail .information-detail__date {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
  margin-top: 1rem;
}
#information-detail .information-detail__date time {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  color: #929292;
}
@media (max-width: 767px) {
  #information-detail .information-detail__date time {
    font-size: 2.4rem;
  }
}
#information-detail .information-detail__contents {
  margin-top: 3rem;
}
#information-detail .information-detail__link {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #information-detail .information-detail__link {
    margin-top: 10rem;
  }
}

/* --------------------------------
コラム（土地活用web記事）一覧
----------------------------------- */
#column-list .column-list {
  padding-block: 10rem 13rem;
}
#column-list .column-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 6rem;
  margin-block: 3.5rem;
}
@media (max-width: 767px) {
  #column-list .column-list__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
  }
}

/* --------------------------------
土地コラム詳細
----------------------------------- */
#column-detail .column-detail {
  padding-block: 2rem 10rem;
}
@media (max-width: 767px) {
  #column-detail .column-detail {
    padding-bottom: 18rem;
  }
}
#column-detail .column-detail__title h2 {
  font-size: 3rem;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  #column-detail .column-detail__title h2 {
    font-size: 4rem;
  }
}
#column-detail .column-detail__date {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
  margin-top: 1rem;
}
#column-detail .column-detail__date time {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  color: #929292;
}
@media (max-width: 767px) {
  #column-detail .column-detail__date time {
    font-size: 2.4rem;
  }
}
#column-detail .column-detail__image {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  #column-detail .column-detail__image {
    margin-top: 3rem;
  }
}
#column-detail .column-detail__contents {
  margin-top: 3rem;
}
#column-detail .column-detail__link {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #column-detail .column-detail__link {
    margin-top: 10rem;
  }
}

/* --------------------------------
無料相談・見学予約
----------------------------------- */
#contact .contact-form {
  padding-block: 2rem 10rem;
}
#contact .contact-form__form {
  margin-top: 2rem;
}

#register-thanks .register-thanks {
  padding-block: 4rem 6rem;
  background: #fff5f8;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  #register-thanks .register-thanks {
    padding-block: 6rem 8rem;
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  #register-thanks .register-thanks .inner {
    width: 90rem;
  }
}
@media (min-width: 768px) {
  #register-thanks .register-thanks__text {
    text-align: center;
  }
}
#register-thanks .register-thanks__text p {
  font-size: 1.8rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  #register-thanks .register-thanks__text p {
    font-size: 3rem;
  }
}
#register-thanks .register-thanks__text p span {
  color: #e3004f;
  font-weight: bold;
}
#register-thanks .register-thanks__link {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #register-thanks .register-thanks__link {
    margin-top: 6rem;
  }
}

/* --------------------------------
活用プラン
----------------------------------- */
#not-found .not-found {
  padding-block: 10rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */