@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1220px) {
  html {
    font-size: 1.3114754098vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #111111;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body.is-fixed {
  overflow: hidden;
}

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

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 10rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4rem;
    padding: 0 0.5rem;
  }
}

.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__left {
    gap: 0.5rem;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 0.4375rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__logoImg {
  width: 5.5625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__logoImg {
    width: 2.8125rem;
  }
}

.l-header__logoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Bellota", system-ui;
  color: #236591;
  font-size: 2.375rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .l-header__logoText {
    font-size: 1.1875rem;
  }
}

.l-header__logoText--1 {
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoText--1 {
    margin-bottom: -0.4375rem;
  }
}

.l-header__catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-header__catch {
    font-size: 0.5625rem;
  }
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.l-header__navItem:hover {
  opacity: 0.7;
}

.l-header__navEn {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-header__navJa {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-header--lower .l-header__inner {
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header--lower .l-header__inner {
    height: 4rem;
  }
}
.l-header--lower .l-header__left {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header--lower .l-header__left {
    gap: 0.5rem;
  }
}
.l-header--lower .l-header__logo {
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header--lower .l-header__logo {
    gap: 0.4375rem;
  }
}
.l-header--lower .l-header__logoImg {
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-header--lower .l-header__logoImg {
    width: 2.8125rem;
  }
}
.l-header--lower .l-header__logoText {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header--lower .l-header__logoText {
    font-size: 1.1875rem;
  }
}
.l-header--lower .l-header__catch {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .l-header--lower .l-header__catch {
    font-size: 0.5625rem;
  }
}

.l-header__inner,
.l-header__left,
.l-header__logo,
.l-header__logoImg,
.l-header__logoText,
.l-header__catch {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header.is-scrolled .l-header__inner {
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__inner {
    height: 4rem;
  }
}
.l-header.is-scrolled .l-header__left {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__left {
    gap: 0.5rem;
  }
}
.l-header.is-scrolled .l-header__logo {
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__logo {
    gap: 0.4375rem;
  }
}
.l-header.is-scrolled .l-header__logoImg {
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__logoImg {
    width: 3.1875rem;
  }
}
.l-header.is-scrolled .l-header__logoText {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__logoText {
    font-size: 1.375rem;
  }
}
.l-header.is-scrolled .l-header__catch {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .l-header.is-scrolled .l-header__catch {
    font-size: 0.5625rem;
  }
}

.l-headerNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 25rem;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .l-headerNav {
    inset: 0;
    width: 100%;
  }
}

.l-headerNav.is-active {
  opacity: 1;
  visibility: visible;
}

.l-headerNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-block: 12.5rem 2.5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-headerNav__inner {
    padding-block: 6.5rem 2.5rem;
    padding-inline: 1.5rem;
  }
}

.l-headerNav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.l-headerNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #91B8D2;
}
.l-headerNav__link:hover {
  opacity: 0.7;
}

.l-headerNav__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.l-headerNav__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-headerNav__en {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.l-headerNav__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: auto;
}

.l-headerNav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.l-headerNav__subLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 0.875rem;
  line-height: 1;
}
.l-headerNav__subLink:hover {
  opacity: 0.7;
}

.l-headerNav__subArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: auto;
  opacity: 0.8;
}

.l-main {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4rem;
  }
}

.l-main--lower {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main--lower {
    padding-top: 4rem;
  }
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
  background: #0a3552;
}
@media screen and (max-width: 767px) {
  .l-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-block: 3.5rem;
    padding-inline: 0.9375rem;
  }
}

.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__logoMark {
  width: 4rem;
  height: 3.8125rem;
  display: block;
}

.l-footer__logoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Bellota", system-ui;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.6875rem;
  line-height: 1;
}

.l-footer__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer__desc {
    text-align: center;
  }
}

.l-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
}
.l-footer__link:hover {
  opacity: 0.7;
}

.l-footer__arrow {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    width: 100%;
  }
}

.l-footer__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
}

.c-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-hamburger__bar {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #236591;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-hamburger.is-active .c-hamburger__bar:nth-child(1) {
  -webkit-transform: translateY(0.4375rem) rotate(-30deg);
          transform: translateY(0.4375rem) rotate(-30deg);
}

.c-hamburger.is-active .c-hamburger__bar:nth-child(2) {
  -webkit-transform: translateY(-0.4375rem) rotate(30deg);
          transform: translateY(-0.4375rem) rotate(30deg);
}

.c-breadcrumb {
  background: #EFF8FE;
  padding: 0.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0.25rem 0.9375rem;
  }
}
.c-breadcrumb a:hover {
  opacity: 0.7;
}

.c-breadcrumb__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-breadcrumb__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 0.75rem;
  }
}

.c-breadcrumb__sep {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  height: 0.0625rem;
  border-radius: 0.0625rem;
  background: rgba(17, 17, 17, 0.5);
}

.c-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 2.5rem;
  background: #17496A;
}
@media screen and (max-width: 767px) {
  .c-info {
    padding: 2.5rem 0.9375rem;
  }
}

.c-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
  max-width: 71.25rem;
}
@media screen and (max-width: 767px) {
  .c-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-info__company {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-info__company {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.c-info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7333125rem;
}

.c-info__logoIcon {
  width: 5.5625rem;
  height: 5.3125rem;
  display: block;
}

.c-info__logoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Bellota", system-ui;
  font-weight: 400;
  color: #ffffff;
  font-size: 2.375rem;
  line-height: 1;
}

.c-info__companyBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.c-info__companyTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-info__companyTitle {
    font-size: 1.5rem;
  }
}

.c-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}

.c-info__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-info__info {
    gap: 0.25rem;
    padding-left: 0.5rem;
  }
}

.c-info__infoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-info__infoRow dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.5;
}
.c-info__infoRow dt.wid100 {
  width: 100%;
}
.c-info__infoRow dt.wid100 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 700;
}
.c-info__infoRow dt.wid100 a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/footer/footer-arrow-outward.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-info__infoRow dt.wid100 a:hover {
  opacity: 0.7;
}

.c-info__infoRow dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-info__link {
  color: #ffffff;
  display: inline;
  text-decoration: underline;
}

.c-info__plans {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-info__plans {
    width: 100%;
  }
}

.c-info__plansHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-info__plansTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-info__plansTitle {
    font-size: 1.5rem;
  }
}

.c-info__plansLead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-info__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-info__cards {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.c-info__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-info__card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-info__cardLink {
  display: block;
}
.c-info__cardLink:hover {
  opacity: 0.7;
}

.c-info__cardArrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}

.c-info__cardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-info__cardHead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.c-info__cardTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.1875rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.7);
  font-weight: 500;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  white-space: nowrap;
}

.c-info__cardName {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-info__cardName {
    font-size: 1rem;
  }
}

.c-info__cardText {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.p-fv {
  position: relative;
  width: 100%;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 0rem 0.5rem 0.5rem 0.5rem;
  }
}

.p-fv__inner {
  position: relative;
  width: 100%;
  height: 48.75rem;
  height: calc(100vh - 11rem);
  min-height: 32.5rem;
  background-image: url(../imgs/fv/sec01-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    height: calc(100svh - 4.5rem);
    background-image: url(../imgs/fv/sec01-bg-sp.webp);
  }
}

.p-fv__copy {
  position: absolute;
  z-index: 1;
  left: 4rem;
  bottom: 4.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    left: 0.9375rem;
    bottom: 5rem;
    font-size: 3.5rem;
  }
}

.p-fv__explore {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__explore {
    right: 0.9375rem;
  }
}

.p-fv__exploreText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv__exploreText {
    font-size: 1rem;
  }
}

.p-fv__exploreLine {
  position: relative;
  width: 0.0625rem;
  height: 4.375rem;
  overflow: hidden;
}

.p-fv__exploreLine::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 4.375rem;
  background: #ffffff;
  -webkit-animation: fvExploreLine 1.8s ease-in-out infinite;
          animation: fvExploreLine 1.8s ease-in-out infinite;
}

@-webkit-keyframes fvExploreLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes fvExploreLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.p-fv-property {
  padding-block: 5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property {
    padding-block: 3.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-fv-property__inner {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property__inner {
    gap: 1.875rem;
  }
}

.p-fv-property__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property__head {
    gap: 1.5rem;
  }
}

.p-fv-property__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.25rem;
  }
}

.p-fv-property__titleJa {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #111111;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-property__titleJa {
    font-size: 2rem;
  }
}

.p-fv-property__titleEn {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #236591;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-property__titleEn {
    font-size: 1.25rem;
  }
}

.p-fv-property__slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-fv-property__slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 4rem;
  }
}
.p-fv-property__slider .slick-arrow {
  position: absolute;
  top: -5.125rem;
  left: calc(50% + 34.0625rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  font-size: 0;
  background-image: url(../imgs/fv/slick-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-property__slider .slick-arrow {
    top: auto;
    bottom: 0rem;
    left: calc(50% + 1.75rem);
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-fv-property__slider .slick-arrow:hover {
  background-image: url(../imgs/fv/slick-arrow-h.svg);
}
.p-fv-property__slider .slick-prev {
  left: calc(50% + 34.0625rem - 4rem);
  -webkit-transform: translateX(-50%) scale(-1, -1);
          transform: translateX(-50%) scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .p-fv-property__slider .slick-prev {
    left: calc(50% - 1.75rem);
  }
}

.p-fv-property__card {
  width: 26.25rem;
  margin-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property__card {
    width: 22.5rem;
  }
}

.p-fv-property__cardLink {
  width: 100%;
  display: block;
}
.p-fv-property__cardLink:hover .p-fv-property__nameText {
  color: #236591;
}
.p-fv-property__cardLink:hover .p-fv-property__photo img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.p-fv-property__cardLink:hover .p-fv-property__arrow::after {
  opacity: 1;
}

.p-fv-property__cardInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property__cardInner {
    gap: 0.5rem;
  }
}

.p-fv-property__photo {
  position: relative;
  width: 100%;
  height: 26.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-property__photo {
    height: 22.5rem;
  }
}
.p-fv-property__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-property__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property__body {
    gap: 0.5rem;
  }
}

.p-fv-property__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.p-fv-property__nameText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-property__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.p-fv-property__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/fv/sec02-arrow-right-h.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-property__arrow img {
  width: 2.5rem;
  height: 1.125rem;
  display: block;
}

.p-fv-property__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-fv-property__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #704916;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}

.p-fv-property__locationIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8125rem;
  height: 1rem;
  display: block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.p-fv-property__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-fv-property__specItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-fv-property__bracket {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.3125rem;
  height: 1.8125rem;
  display: block;
}

.p-fv-property__specLabel {
  position: relative;
  top: 0.125rem;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}

.p-fv-property__specValue {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 0.375rem;
}

.p-fv-property__button {
  width: 20rem;
  max-width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0625rem solid #236591;
  border-radius: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 auto;
}
.p-fv-property__button:hover {
  color: #ffffff;
  background: #236591;
}

.p-fv-property__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  padding: 2.5rem;
  background: #EEEEEE;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-property__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 1rem;
  }
}

.p-fv-property__filterTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-property__filterTitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.p-fv-property__filterTitleJa {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-fv-property__filterTitleEn {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-fv-property__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-fv-property__tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0.1875rem;
  padding-inline: 1.4375rem;
  border: 1px solid #236591;
  border-radius: 3.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-property__tag a {
    font-size: 0.875rem;
  }
}
.p-fv-property__tag a:hover {
  color: #ffffff;
  background: #236591;
}

.p-fv-reason {
  padding-block: 5rem;
  padding-inline: 2.5rem;
  background: #EFF8FE;
}
@media screen and (max-width: 767px) {
  .p-fv-reason {
    padding-block: 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-fv-reason__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__inner {
    gap: 1.5rem;
  }
}

.p-fv-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 71.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.p-fv-reason__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #111111;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__title {
    font-size: 2rem;
    text-align: center;
  }
}

.p-fv-reason__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.576125rem;
}

.p-fv-reason__logoMark {
  width: 4.375rem;
  height: 4.1875rem;
  display: block;
}

.p-fv-reason__logoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Bellota", system-ui;
  font-weight: 400;
  color: #236591;
  font-size: 1.875rem;
  line-height: 1;
}

.p-fv-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 71.25rem;
}

.p-fv-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5rem;
  }
}

.p-fv-reason__item--imgRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__item--imgRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv-reason__figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__figure {
    width: 100%;
  }
}

.p-fv-reason__figure picture {
  display: block;
}

.p-fv-reason__figure--loop {
  overflow: hidden;
}

.p-fv-reason__loop {
  width: 100%;
  overflow: hidden;
}

.p-fv-reason__loopTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: reasonLoop 24s linear infinite;
          animation: reasonLoop 24s linear infinite;
}

.p-fv-reason__loopItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20rem;
          flex: 0 0 20rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__loopItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
    width: 11.25rem;
  }
}

@-webkit-keyframes reasonLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes reasonLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-fv-reason__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__body {
    gap: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-reason__body--counter {
    gap: 1rem;
  }
}

.p-fv-reason__itemTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #111111;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__itemTitle {
    width: 100%;
    font-size: 1.75rem;
    text-align: left;
  }
}

.p-fv-reason__counterGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__counterGroup {
    gap: 0.5rem;
  }
}

.p-fv-reason__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-fv-reason__counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
}

.p-fv-reason__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.375rem;
}

.p-fv-reason__countLabel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: right;
  -webkit-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem);
}

.p-fv-reason__countNum {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #704916;
  font-size: 4.375rem;
  line-height: 1;
}

.p-fv-reason__countUnit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem);
}

.p-fv-reason__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: right;
}

.p-fv-reason__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-fv-flow {
  padding-block: 5rem;
  padding-inline: 2.5rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv-flow {
    padding-block: 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-fv-flow__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__inner {
    gap: 1rem;
  }
}

.p-fv-flow__title {
  width: 100%;
  max-width: 71.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #2a2a2a;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__title {
    font-size: 2rem;
    text-align: center;
  }
}

.p-fv-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  max-width: 71.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-fv-flow__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__step {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.p-fv-flow__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  border: 0.09375rem solid #236591;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__icon {
    width: 6.25rem;
    height: 6.25rem;
    border-width: 0.0625rem;
    padding: 1.25rem;
  }
}

.p-fv-flow__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.p-fv-flow__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-fv-flow__stepName {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #236591;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__stepName {
    width: 100%;
    text-align: left;
  }
}

.p-fv-flow__stepText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #2a2a2a;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__stepText {
    width: 100%;
  }
}

.p-fv-flow__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  height: 2rem;
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-block: -0.90625rem;
  }
}

.p-fv-flow__button {
  width: 20rem;
  max-width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0625rem solid #236591;
  border-radius: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__button {
    margin-top: 1rem;
  }
}
.p-fv-flow__button:hover {
  color: #ffffff;
  background: #236591;
}

.p-fv-faq {
  width: 100%;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  background: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    padding-block: 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-fv-faq__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.p-fv-faq__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #2a2a2a;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title {
    width: 100%;
    font-size: 2rem;
    text-align: center;
  }
}

.p-fv-faq__list {
  width: 52.5rem;
  border-top: 0.0625rem solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__list {
    width: 100%;
  }
}

.p-fv-faq__item {
  border-bottom: 0.0625rem solid #CCCCCC;
  padding-block: 1.4375rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__item {
    padding-inline: 0.5rem;
  }
}

.p-fv-faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}

.p-fv-faq__qLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  padding-top: 0.125rem;
  font-family: "Afacad", sans-serif;
  font-weight: 700;
  color: #2a2a2a;
  font-size: 1.25rem;
  line-height: 1;
}

.p-fv-faq__qText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #2a2a2a;
  font-size: 1rem;
  line-height: 1.5;
}

.p-fv-faq__a {
  margin-top: 1rem;
  padding-left: 2rem;
}

.p-fv-faq__aText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 1rem;
  line-height: 1.5;
}

.p-fv-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 5rem;
  background-image: url(../imgs/fv/sec06-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-cta {
    padding-block: 3.5rem;
    padding-inline: 0.5rem;
    background-image: url(../imgs/fv/sec06-bg-sp.webp);
  }
}

.p-fv-cta__card {
  position: relative;
  z-index: 1;
  width: 60rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-block: 3.5rem;
  padding-inline: 4rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__card {
    gap: 1rem;
    padding-block: 2rem;
    padding-inline: 1.5rem;
  }
}

.p-fv-cta__textGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__textGroup {
    gap: 0.5rem;
  }
}

.p-fv-cta__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #236591;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__title {
    font-size: 2rem;
  }
}

.p-fv-cta__titleSm {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cta__titleSm {
    font-size: 1.75rem;
  }
}

.p-fv-cta__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.25rem;
  line-height: 1.5;
}

.p-fv-cta__button {
  width: 20rem;
  max-width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.0625rem solid #236591;
  border-radius: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
.p-fv-cta__button:hover {
  color: #ffffff;
  background: #236591;
}

.p-islands {
  padding: 2.5rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-islands {
    padding: 1.5rem 0.9375rem 2.5rem 0.9375rem;
  }
}

.p-islands__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-islands__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-islands__filter {
  position: sticky;
  top: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  padding-right: 1rem;
  padding-block: 1rem;
  border-right: 0.0625rem solid #91B8D2;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-islands__filter {
    position: relative;
    top: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    padding-right: 0.75rem;
    border-right: none;
    background: #EEEEEE;
  }
}

.p-islands__filterHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-islands__filterTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-islands__filterTitle {
    font-size: 1rem;
  }
}

.p-islands__filterEn {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #236591;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-islands__filterList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-islands__filterList {
    display: none;
  }
}

.p-islands__filterList a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.p-islands__filterList a:hover {
  opacity: 0.7;
}

.p-islands__filterArrow {
  width: 1rem;
  height: 0.5625rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-islands__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-islands__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-islands__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #111111;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-islands__title {
    font-size: 1.75rem;
  }
}

.p-islands__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-islands__cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-islands__cards {
    gap: 2rem;
  }
}

.p-islands__cardLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-islands__cardLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-islands__cardLink:hover .p-islands__nameText {
  color: #236591;
}
.p-islands__cardLink:hover .p-islands__photo img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.p-islands__cardLink:hover .p-islands__arrow::after {
  opacity: 1;
}

.p-islands__photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
  height: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-islands__photo {
    width: 100%;
    height: 22.5rem;
  }
}
.p-islands__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-islands__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-islands__body {
    gap: 0.5rem;
  }
}

.p-islands__name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}

.p-islands__nameText {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #111111;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-islands__nameText {
    font-size: 1.75rem;
  }
}

.p-islands__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.p-islands__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/list/sec02-arrow-right-h.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-islands__arrow img {
  width: 3.5rem;
  height: 1.5rem;
  display: block;
}

.p-islands__tags {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-islands__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  padding-inline: 0.5rem;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #236591;
          box-shadow: inset 0 0 0 0.0625rem #236591;
  border-radius: 3.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 0.8125rem;
  line-height: 1.5;
  white-space: nowrap;
}

.p-islands__desc {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-islands__spec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-islands__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #704916;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-islands__location img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.p-islands__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-islands__priceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-islands__bracket {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.3125rem;
  height: 2.5625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-islands__bracket {
    height: 2rem;
  }
}

.p-islands__priceLabel {
  position: relative;
  top: 0.25rem;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-islands__priceLabel {
    font-size: 0.875rem;
  }
}

.p-islands__priceValue {
  position: relative;
  top: 0.25rem;
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1.5rem;
  line-height: 1;
  padding-left: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-islands__priceValue {
    font-size: 1.125rem;
    padding-left: 0.25rem;
  }
}

.p-islands__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.p-islands__pagerBtn {
  position: relative;
}
.p-islands__pagerBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../imgs/list/pager-next-h.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-islands__pagerBtn:hover::after {
  opacity: 1;
}

.p-islands__pagerBtn--prev::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
}

.p-islands__pagerBtn img {
  display: block;
  width: 2rem;
  height: 2rem;
}

.p-islands__pagerNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #236591;
  font-size: 1rem;
  line-height: 1.5;
}

.p-islands__pagerNum span {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-islands__filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    cursor: pointer;
  }
  .p-islands__filterHead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-islands__filterArrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .p-islands__filterList {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem;
    list-style: none;
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: max-height 0.4s ease, margin-top 0.4s ease, opacity 0.3s ease;
    transition: max-height 0.4s ease, margin-top 0.4s ease, opacity 0.3s ease;
  }
  .p-islands__filterList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 0.25rem;
    padding-inline: 1.5rem;
    border: 0.0625rem solid #236591;
    border-radius: 3.75rem;
    white-space: nowrap;
  }
  .p-islands__filter.is-open .p-islands__filterList {
    max-height: 12.5rem;
    margin-top: 1rem;
    opacity: 1;
  }
  .p-islands__filter.is-open .p-islands__filterArrow {
    -webkit-transform: rotate(90deg) scale(-1, -1);
            transform: rotate(90deg) scale(-1, -1);
  }
}
.p-single {
  width: 100%;
  padding-block: 2.5rem 5rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-block: 1.5rem 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-single__inner {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin-inline: auto;
}

.p-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    gap: 1rem;
  }
}

.p-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-single__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.75rem;
  padding-inline: 0.5rem;
  -webkit-box-shadow: inset 0 0 0 0.0625rem #236591;
          box-shadow: inset 0 0 0 0.0625rem #236591;
  border-radius: 3.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
}

.p-single__titleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__titleRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}

.p-single__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #111111;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single__name {
    font-size: 2rem;
  }
}

.p-single__price {
  position: relative;
  top: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__price {
    top: 0rem;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__price::before,
  .p-single__price::after {
    position: relative;
    top: 0.375rem;
    content: "";
    width: 0.3125rem;
    height: 1.9375rem;
    background-image: url(../imgs/single/bracket-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-single__price::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.p-single__priceLabel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single__priceLabel {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}

.p-single__priceNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-single__priceNum {
    font-size: 1.25rem;
    padding-left: 0.5rem;
  }
}

.p-single__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.75rem;
  max-width: 100%;
  padding-block: 0.9375rem;
  padding-inline: 1.5rem;
  border: 0.0625rem solid #236591;
  border-radius: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
.p-single__cta:hover {
  color: #ffffff;
  background: #236591;
}

.p-single__cta--top {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-single__cta--top {
    display: none;
  }
}

.p-single__bottomCta {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-single__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}

.p-single__galleryMain {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50rem;
  aspect-ratio: 800/450;
  background: #D9D9D9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single__galleryMain {
    width: 100%;
  }
}

.p-single__galleryMain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-single__galleryArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-single__galleryArrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-single__galleryArrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-single__galleryArrow--prev {
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__galleryArrow--prev {
    left: 0.5rem;
  }
}

.p-single__galleryArrow--next {
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__galleryArrow--next {
    right: 0.5rem;
  }
}

.p-single__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.5rem;
  width: 19.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__thumbs {
    width: calc(100% + 0.9375rem);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.p-single__thumbs {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.p-single__thumb.is-current {
  opacity: 1;
}

.p-single__thumb:not(.is-current) {
  opacity: 0.6;
}

.p-single__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.625rem;
  aspect-ratio: 154/87;
  background: #D9D9D9;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-single__thumb {
    width: 6.25rem;
  }
}

.p-single__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-single__gallerySlider,
.p-single__gallerySlider .slick-list,
.p-single__gallerySlider .slick-track {
  height: 100%;
}

.p-single__gallerySlide {
  height: 100%;
}

.p-single__gallerySlide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-single__sections {
  margin-top: 2.5rem;
}

.p-single__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding-block: 2.5rem;
  border-bottom: 0.0625rem solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-single__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding-block: 1.5rem;
  }
}

.p-single__block--info {
  gap: 1rem;
  padding-block: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-single__block--info {
    gap: 0.5rem;
  }
}

.p-single__blockHead {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__blockHead {
    width: 100%;
  }
}

.p-single__blockBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__blockBody {
    width: 100%;
  }
}
.p-single__blockBody iframe {
  width: 100%;
  max-width: 50rem;
  height: 12.5rem;
  margin-top: 1rem;
}

.p-single__block--info .p-single__blockBody {
  gap: 1.5rem;
}

.p-single__heading {
  position: relative;
  padding-left: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #111111;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-single__heading {
    font-size: 1.5rem;
  }
}

.p-single__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #91B8D2;
  border-radius: 50%;
}

.p-single__lead,
.p-single__text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-single__lead li,
.p-single__text ul li {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-left: 1.5rem;
}
.p-single__lead li::before,
.p-single__text ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.25rem;
  font-size: 1rem;
}

.p-single__textLink {
  color: #111111;
  text-decoration: underline;
}

.p-single__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-single__divider {
  width: 100%;
  height: auto;
  display: block;
}

.p-single__divider--btm {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.p-single__tableBody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.25rem;
  padding: 1.375rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__tableBody {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 1.125rem 1rem;
  }
}

.p-single__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-single__rowLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-single__rowLabel img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.p-single__rowLabel span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}

.p-single__rowValue {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-single__map {
  width: 50.1875rem;
  max-width: 100%;
  height: 12.25rem;
  background: #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-single__map {
    width: 100%;
  }
}

.p-single__notes {
  list-style: disc;
  padding-left: 1.5rem;
}

.p-single__notes li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

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

.p-contact__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
}

.p-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  max-width: 71.25rem;
  margin-inline: auto;
}

.p-contact__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #111111;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.75rem;
  }
}

.p-contact__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    text-align: left;
  }
}

.p-contact__form {
  width: 50rem;
  max-width: 100%;
  margin-top: 1.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    width: 100%;
    gap: 1.875rem;
  }
}

.p-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-contact__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    width: 100%;
    padding-top: 0;
  }
}

.p-contact__req {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.25rem;
  border-radius: 0.0625rem;
  background: #e53838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-contact__inputWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__inputWrap {
    width: 100%;
  }
}

.p-contact__input {
  width: 100%;
  border: 0.0625rem solid #b9b9b9;
  border-radius: 0.1875rem;
  padding-block: 0.6875rem;
  padding-inline: 1rem;
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  line-height: 1.5;
}

.p-contact__inputWrap--on .p-contact__input {
  background: #DDDDDD;
}

.p-contact__input::-webkit-input-placeholder {
  color: #777777;
}

.p-contact__input::-moz-placeholder {
  color: #777777;
}

.p-contact__input:-ms-input-placeholder {
  color: #777777;
}

.p-contact__input::-ms-input-placeholder {
  color: #777777;
}

.p-contact__input::placeholder {
  color: #777777;
}

textarea.p-contact__input {
  height: 9rem;
  resize: vertical;
}

.p-contact__select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5rem;
  background-image: url(../imgs/contact/polygon-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem auto;
  color: #111111;
  cursor: pointer;
}

.p-contact__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-contact__agree {
  cursor: pointer;
}
.p-contact__agree .wpcf7-list-item {
  margin-left: 0rem;
}
.p-contact__agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  line-height: 1.5;
}
.p-contact__agree label input {
  position: relative;
  top: 0.125rem;
}

.p-contact__agreeCheck {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0;
  accent-color: #236591;
}

.p-contact__agreeLink {
  display: inline-block;
  text-decoration: underline;
}
.p-contact__agreeLink:hover {
  opacity: 0.7;
}

.p-contact__submit {
  width: 100%;
  max-width: 15.625rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.5rem;
  border: 0.0625rem solid #236591;
  border-radius: 0.25rem;
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #236591;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact__actions:has(.p-contact__agreeCheck:checked) .p-contact__submit {
  border-color: #236591;
  color: #236591;
  cursor: pointer;
  pointer-events: auto;
}

.p-contact__actions:has(.p-contact__agreeCheck:checked) .p-contact__submit:hover {
  color: #ffffff;
  background: #236591;
}

.p-thanks {
  padding-block: 5rem;
  padding-inline: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding-block: 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.p-thanks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  max-width: 71.25rem;
  margin-inline: auto;
}

.p-thanks__title {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #111111;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.75rem;
  }
}

.p-thanks__message p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__message p {
    text-align: left;
  }
}

.p-thanks-recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 5rem 2.5rem;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend {
    gap: 1.5rem;
    padding: 1.5rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.p-thanks-recommend__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-thanks-recommend__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #111111;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__title {
    font-size: 1.5rem;
  }
}

.p-thanks-recommend__slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__slider {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 1.5rem;
    padding-bottom: 4rem;
  }
}
.p-thanks-recommend__slider .slick-arrow {
  position: absolute;
  top: -5.125rem;
  left: calc(50% + 34.0625rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  font-size: 0;
  background-image: url(../imgs/fv/slick-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__slider .slick-arrow {
    top: auto;
    bottom: 0rem;
    left: calc(50% + 1.75rem);
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-thanks-recommend__slider .slick-arrow:hover {
  background-image: url(../imgs/fv/slick-arrow-h.svg);
}
.p-thanks-recommend__slider .slick-prev {
  left: calc(50% + 34.0625rem - 4rem);
  -webkit-transform: translateX(-50%) scale(-1, -1);
          transform: translateX(-50%) scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__slider .slick-prev {
    left: calc(50% - 1.75rem);
  }
}

.p-thanks-recommend__card {
  width: 26.25rem;
  margin-inline: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__card {
    width: 22.5rem;
  }
}

.p-thanks-recommend__cardLink {
  width: 100%;
  display: block;
}
.p-thanks-recommend__cardLink:hover .p-thanks-recommend__nameText {
  color: #236591;
}
.p-thanks-recommend__cardLink:hover .p-thanks-recommend__photo img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.p-thanks-recommend__cardLink:hover .p-thanks-recommend__arrow::after {
  opacity: 1;
}

.p-thanks-recommend__cardInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__cardInner {
    gap: 0.5rem;
  }
}

.p-thanks-recommend__photo {
  position: relative;
  width: 100%;
  height: 26.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__photo {
    height: 22.5rem;
  }
}
.p-thanks-recommend__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-thanks-recommend__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-recommend__body {
    gap: 0.5rem;
  }
}

.p-thanks-recommend__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.p-thanks-recommend__nameText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-thanks-recommend__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.p-thanks-recommend__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/fv/sec02-arrow-right-h.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-thanks-recommend__arrow img {
  width: 2.5rem;
  height: 1.125rem;
  display: block;
}

.p-thanks-recommend__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-thanks-recommend__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #704916;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}

.p-thanks-recommend__locationIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8125rem;
  height: 1rem;
  display: block;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.p-thanks-recommend__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-thanks-recommend__specItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-thanks-recommend__bracket {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.3125rem;
  height: 1.8125rem;
  display: block;
}

.p-thanks-recommend__specLabel {
  position: relative;
  top: 0.125rem;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}

.p-thanks-recommend__specValue {
  font-family: "Afacad", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1.25rem;
  line-height: 1;
  padding-left: 0.375rem;
}

.p-thanks-recommend__specUnit--price {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */