@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

li {
  margin: 0;
}

li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

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

i {
  margin: 0;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
  background-color: #f0f0f0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* @function rem($px, $rem: $pc-rem) {
  @return calc($px / $rem) * 1rem;
} */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
@font-face {
  font-display: swap;
  /* display=swapの設定 */
}

html {
  color: #1A1F1F;
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-size: 14px;
}

/* 
@include mq-up(xl) {
  @include mq-down(xxl) {
    html {

      font-size: vw(14, 1440);
    }
  }
} */
@media screen and (min-width: 1025px) and (max-width: 1439px) {
  html {
    font-size: 0.9722222222vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 1.0731707317vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 1024px) {
  body.is-non-scroll {
    overflow: hidden;
  }
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: linear 0.32s;
  transition: linear 0.32s;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

a img:hover {
  opacity: 0.8;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

dt {
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
input[type=time],
input[type=number],
select,
textarea {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.5714285714rem 1.1428571429rem;
  width: 100%;
  border-radius: 0.4285714286rem;
  font-weight: 400;
  font-size: 1.1428571429rem;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #C8A2C8;
}

input[type=text].--required,
input[type=email].--required,
input[type=tel].--required,
input[type=date].--required,
input[type=time].--required,
input[type=number].--required,
select.--required,
textarea.--required {
  border-color: #d2145a;
}

input[type=text].is-error,
input[type=email].is-error,
input[type=tel].is-error,
input[type=date].is-error,
input[type=time].is-error,
input[type=number].is-error,
select.is-error,
textarea.is-error {
  border-color: #d2145a;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f09413;
  color: #fff;
  display: block;
  padding: 0.5714285714rem 0.8571428571rem;
}

@media screen and (max-width: 768px) {
  input[type=submit] {
    padding: 1.0714285714rem 0.7142857143rem;
  }
}

select {
  color: #808080;
  background: #fff url(../images/chevron-down-svgrepo-com.svg) no-repeat 95% 50%;
  background-size: 1.4285714286rem auto;
  border-radius: 0.3571428571rem;
}

select.--required {
  border-color: #d2145a;
  background-image: url(../images/chevron-down-svgrepo-com.svg);
}

@media screen and (max-width: 900px) {
  select {
    max-width: 88%;
  }
}

textarea {
  height: 14.8571428571rem;
  overflow-y: scroll;
}

@media screen and (max-width: 900px) {
  textarea {
    height: 15.7142857143rem;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  background-color: #E9E9E9;
  width: 0.7857142857rem;
  height: 0.7857142857rem;
  margin: 0 0.3571428571rem;
}

.slick-dots li.slick-active {
  background-color: #d2145a;
}

.l-header {
  background-color: #fff;
  padding: 0 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0.8928571429rem 0;
    /*  position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10; */
  }
}

.l-header__menus {
  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;
}

.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__logo {
  width: 14.9285714286rem;
  margin-right: 3.1785714286rem;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 10.7142857143rem;
    margin: 0;
    position: relative;
    z-index: 11;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-item {
  font-size: 1.0714285714rem;
}

@media screen and (min-width: 769px) {
  .l-header__nav-item {
    padding: 2.3571428571rem 0 1.7857142857rem;
    position: relative;
  }

  .l-header__nav-item.is-current {
    color: #C8A2C8;
  }

  .l-header__nav-item.is-current a {
    pointer-events: none;
  }

  .l-header__nav-item.is-current::before {
    content: "";
    width: 100%;
    height: 0.2857142857rem;
    background-color: #C8A2C8;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-header__nav-item:not(:last-of-type) {
    margin-right: 2.8571428571rem;
  }
}

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

@media screen and (max-width: 768px) {
  .l-header__action {
    display: none;
  }
}

.l-header__action-btn {
  display: block;
  padding: 1rem 1.2857142857rem;
  font-size: 1.0714285714rem;
  font-weight: 700;
  border: 1px solid #C8A2C8;
  color: #C8A2C8;
  line-height: 1.2;
}

.l-header__action-btn.--rev {
  color: #fff;
  background-color: #C8A2C8;
}

.l-header__toggle {
  display: none;
  width: 1.8571428571rem;
  height: 1.2857142857rem;
  position: relative;
  z-index: 11;
  -webkit-transition: ease 0.23s;
  transition: ease 0.23s;
}

@media screen and (max-width: 768px) {
  .l-header__toggle {
    display: block;
  }
}

.l-header__toggle-line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #1A1F1F;
  position: absolute;
  left: 0;
  -webkit-transition: ease 0.23s;
  transition: ease 0.23s;
  border-radius: 0.7142857143rem;
}

.l-header__toggle-line:first-of-type {
  top: 0;
}

.l-header__toggle-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__toggle-line:last-of-type {
  bottom: 0;
}

.l-header__toggle.is-open .l-header__toggle-line {
  border-radius: 0;
}

.l-header__toggle.is-open .l-header__toggle-line:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-header__toggle.is-open .l-header__toggle-line:nth-of-type(2) {
  opacity: 0;
}

.l-header__toggle.is-open .l-header__toggle-line:last-of-type {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.l-hidemenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9;
  background-color: #fff;
  -webkit-transition: ease 0.23s;
  transition: ease 0.23s;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  padding-top: 4rem;
  padding-bottom: 2.8571428571rem;
}

.l-hidemenu.is-open {
  opacity: 1;
  visibility: visible;
}

.l-hidemenu.is-open .l-header__nav,
.l-hidemenu.is-open .l-header__action {
  opacity: 1;
}

.l-hidemenu__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-hidemenu .l-header__nav {
  display: block;
  text-align: center;
  margin-bottom: 2.8571428571rem;
  -webkit-transition: ease-in-out 0.34s;
  transition: ease-in-out 0.34s;
  opacity: 0;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
}

.l-hidemenu .l-header__nav-item {
  font-weight: 700;
  font-size: 1.2857142857rem;
}

.l-hidemenu .l-header__nav-item:not(:last-of-type) {
  margin-bottom: 5.2dvh;
}

.l-hidemenu .l-header__action {
  display: block;
  -webkit-transition: ease-in-out 0.34s;
  transition: ease-in-out 0.34s;
  opacity: 0;
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
  width: 24rem;
}

.l-hidemenu .l-header__action-item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-cta {
  position: relative;
  padding: 6.1428571429rem 0 8.2857142857rem;
}

@media screen and (max-width: 768px) {
  .l-cta {
    padding: 2.2857142857rem 0 1.8571428571rem;
  }
}

.l-cta__bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-cta__bg {
    width: 100%;
    height: 100%;
  }
}

.l-cta__bg.--left {
  left: 0;
}

@media screen and (max-width: 768px) {
  .l-cta__bg.--left {
    top: 0;
  }
}

.l-cta__bg.--right {
  right: 0;
}

@media screen and (max-width: 768px) {
  .l-cta__bg.--right {
    bottom: 0;
    top: auto;
    display: none;
  }
}

.l-cta__heading {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.1428571429rem;
  margin-bottom: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .l-cta__heading {
    margin-bottom: 1.1428571429rem;
    font-size: 1rem;
  }
}

.l-cta__heading::before {
  content: attr(data-eng);
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.8571428571rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.7142857143rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .l-cta__heading::before {
    font-size: 1.7142857143rem;
    margin-bottom: 1.1428571429rem;
  }
}

@media screen and (min-width: 769px) {
  .l-cta__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8.5714285714rem;
  }
}

.l-cta__item {
  width: 28.5714285714rem;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .l-cta__item:not(:last-of-type) {
    margin-bottom: 1.4285714286rem;
  }
}

.l-footer {
  background-color: #1A1F1F;
  color: #fff;
  padding: 4.5714285714rem 0;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.8571428571rem 0;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__info {
    display: contents;
  }
}

.l-footer__logo {
  width: 14.9285714286rem;
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 18.0714285714rem;
  }
}

.l-footer__address {
  font-size: 0.7857142857rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .l-footer__address {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1.8571428571rem;
  }
}

.l-footer__copy {
  font-size: 0.8571428571rem;
  font-family: "Libre Franklin", sans-serif;
  margin-top: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 1.8571428571rem;
    text-align: center;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .l-footer__nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 5.7142857143rem;
    -moz-column-gap: 5.7142857143rem;
    column-gap: 5.7142857143rem;
    row-gap: 1.8571428571rem;
  }
}

.l-footer__nav-gr:not(:last-of-type) {
  margin-right: 5.7142857143rem;
}

@media screen and (max-width: 768px) {
  .l-footer__nav-gr:not(:last-of-type) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__nav-gr:last-of-type {
    width: 100%;
    text-align: center;
  }
}

.l-footer__nav-item:not(:last-of-type) {
  margin-bottom: 1.1428571429rem;
}

.l-wrapper {
  width: 100%;
  position: relative;
}

.l-outer {
  position: relative;
  max-width: 1720px;
  width: 89.5833333333%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .l-outer {
    width: 100%;
  }
}

.l-inner {
  width: 71.3571428571rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}

.l-inner-small {
  width: 57.1428571429rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 900px) {
  .l-inner-small {
    width: 90%;
  }
}

.l-inner-wide {
  width: 85.7142857143rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 768px) {
  .l-inner-wide {
    width: 90%;
  }
}

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

  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}

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

  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@-webkit-keyframes gradientAnimation {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgb(210, 20, 90)), color-stop(83%, rgb(240, 140, 180)));
    background: linear-gradient(to right, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }

  100% {
    background: linear-gradient(-45deg, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }
}

@keyframes gradientAnimation {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgb(210, 20, 90)), color-stop(83%, rgb(240, 140, 180)));
    background: linear-gradient(to right, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }

  100% {
    background: linear-gradient(-45deg, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@-webkit-keyframes logoAnimation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30000px 0;
  }
}

@keyframes logoAnimation {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 30000px 0;
  }
}

@-webkit-keyframes drawer-main {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.66;
  }

  100% {
    opacity: 1;
  }
}

@keyframes drawer-main {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.66;
  }

  100% {
    opacity: 1;
  }
}

.c-img-hover-zoom {
  -webkit-transition: ease-in-out 0.37s;
  transition: ease-in-out 0.37s;
}

.c-img-hover-zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.c-text-link {
  color: #d2145a;
  -webkit-transition: linear 0.11s;
  transition: linear 0.11s;
}

.c-text-link:hover {
  color: #1A1F1F;
}

.c-buttin-more {
  border: 1px solid #C8A2C8;
  position: relative;
  padding: 0.8928571429rem 1.4285714286rem;
  font-family: "Libre Franklin", sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  width: 10.2857142857rem;
}

.c-buttin-more__arw {
  fill: #1A1F1F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.2857142857rem;
  height: 0.5714285714rem;
  right: 1.8571428571rem;
}

.c-button-pramimarl {
  background-color: #C8A2C8;
  color: #fff;
  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;
  position: relative;
  font-size: 1.1428571429rem;
  line-height: 1;
  font-weight: 700;
  padding: 1.3214285714rem 0.9285714286rem;
}

@media screen and (max-width: 768px) {
  .c-button-pramimarl {
    padding: 1.5357142857rem 0.9285714286rem;
  }
}

.c-button-pramimarl__arw {
  fill: #fff;
  width: 0.2857142857rem;
  height: 0.5714285714rem;
  margin-left: 1.1428571429rem;
}

@media screen and (max-width: 768px) {
  .c-button-pramimarl__arw {
    margin-left: 0.7142857143rem;
  }
}

.c-button-pramimarl.--bg-white {
  color: #1A1F1F;
  background-color: #fff;
}

.c-button-pramimarl.--bg-white .c-button-pramimarl__arw {
  fill: #1A1F1F;
}

.c-button-pramimarl.--text-black {
  color: #1A1F1F;
}

.c-button-pramimarl.--text-black .c-button-pramimarl__arw {
  fill: #1A1F1F;
}

.c-button-pramimarl.--arw-right {
  padding: 1.75rem 0.7142857143rem;
}

.c-button-pramimarl.--arw-right .c-button-pramimarl__arw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.2142857143rem;
  width: 0.6235714286rem;
  height: 1.0621428571rem;
}

a {
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
}

@media screen and (min-width: 769px) {
  .l-header__nav-item a {
    position: relative;
  }

  .l-header__nav-item a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.6em;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #C8A2C8;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .l-header__nav-item a:hover:before {
    -webkit-transform: scale(1.13, 1);
    transform: scale(1.13, 1);
    opacity: 1;
  }
}

.l-header__action-btn.--rev:hover {
  background-color: rgb(171.5709459459, 113.9290540541, 171.5709459459);
  opacity: 1;
}

.c-buttin-more__arw,
.c-button-pramimarl__arw {
  -webkit-transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
}

.top-topics__more.c-buttin-more:hover {
  background-color: rgba(200, 162, 200, 0.3);
  opacity: 1;
}

.top-topics__more.c-buttin-more:hover .c-buttin-more__arw {
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
}

.c-button-pramimarl:not(.--text-black, .--bg-white):hover {
  background-color: rgb(171.5709459459, 113.9290540541, 171.5709459459);
  opacity: 1;
}

.c-button-pramimarl:not(.--text-black, .--bg-white):hover .c-button-pramimarl__arw {
  fill: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.c-button-pramimarl.--bg-white:hover {
  color: #fff;
  background-color: #c8a2c8;
  opacity: 1;
}

.c-button-pramimarl.--bg-white:hover .c-button-pramimarl__arw {
  fill: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-cta__item .c-button-pramimarl.--text-black.--arw-right:hover {
  color: #fff;
  background-color: #1a1f1f;
  opacity: 1;
}

.l-cta__item .c-button-pramimarl.--text-black.--arw-right:hover .c-button-pramimarl__arw {
  fill: #fff;
  -webkit-transform: translateY(-50%) translateX(60%);
  transform: translateY(-50%) translateX(60%);
}

.c-topics-post__link:before {
  content: "";
  width: 98vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(200, 162, 200, 0.2)), to(transparent));
  background-image: linear-gradient(90deg, transparent, rgba(200, 162, 200, 0.2) 20% 80%, transparent);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.3, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.3, 1, 0.32, 1);
  z-index: 0;
}

.c-topics-post__link:hover:before {
  opacity: 0.6;
}

.c-section-heading {
  text-align: center;
  font-weight: 400;
  font-size: 1.7142857143rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 1.1428571429rem;
  }
}

.c-section-heading::before {
  content: attr(data-eng);
  display: block;
  color: #C8A2C8;
  font-weight: 300;
  font-size: 5.1428571429rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-family: "Libre Franklin", sans-serif;
}

@media screen and (max-width: 768px) {
  .c-section-heading::before {
    font-size: 2.8571428571rem;
  }
}

.c-section-heading.--eng-white::before {
  color: #fff;
}

.c-section-heading.--text-white {
  color: #fff;
}

.c-title-hishi {
  font-size: 1.7142857143rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .c-title-hishi {
    font-size: 1.4285714286rem;
  }
}

.c-title-hishi::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1.1428571429rem;
  aspect-ratio: 1/1;
  background: url(../images/icon-hishi.svg) no-repeat 0 50%;
  background-size: 100% auto;
}

.c-normal-title {
  font-weight: 400;
  font-size: 1.7142857143rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-normal-title {
    font-size: 1.4285714286rem;
  }
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5714285714rem;
}

.c-pagination__link,
.c-pagination span {
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  border-radius: 0.1428571429rem;
  border: 1px solid #E7E7E7;
  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;
  font-size: 1.1428571429rem;
  font-weight: 500;
  color: #616161;
}

@media screen and (max-width: 768px) {

  .c-pagination__link,
  .c-pagination span {
    font-size: 1.0714285714rem;
  }
}

.c-pagination__link.current,
.c-pagination span.current {
  background-color: #1A1F1F;
  border-color: #1A1F1F;
  color: #fff;
}

.c-pagination__nav span {
  width: auto;
  height: auto;
  border-radius: auto;
  display: block;
}

.c-pagination__arw {
  width: 0.7057142857rem;
  height: 1.1428571429rem;
  fill: #1A1F1F;
}

.c-pagination__guide {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.c-pagination .prev.disabled .c-pagination__arw,
.c-pagination .next.disabled .c-pagination__arw {
  fill: #616161;
}

.c-pagination .prev .c-pagination__arw {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 769px) {
  .top-mv {
    height: 51.4285714286rem;
    position: relative;
  }
}

.top-mv__main {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .top-mv__main {
    height: 31.5rem;
  }
}

.top-mv__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .top-mv__logo {
    top: 3.1428571429rem;
  }
}

.top-mv__logo-img {
  width: 24.8571428571rem;
}

@media screen and (max-width: 768px) {
  .top-mv__logo-img {
    width: 11rem;
    margin: auto;
    display: block;
  }
}

.top-mv__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .top-mv__thumbs {
    width: 25.7142857143rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__thumbs-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    aspect-ratio: 125/83.34;
  }
}

@media screen and (min-width: 769px) {
  .top-mv__contents {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 4.7142857143rem;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__contents {
    padding-top: 2.0471428571rem;
  }
}

.top-mv__headings {
  margin-bottom: 1.1428571429rem;
}

@media screen and (max-width: 768px) {
  .top-mv__headings {
    margin-bottom: 1.7142857143rem;
  }
}

.top-mv__ttl {
  font-weight: 400;
  font-size: 2.2857142857rem;
}

@media screen and (min-width: 769px) {
  .top-mv__ttl {
    display: inline;
    padding: 0.3571428571rem 0.8571428571rem;
    line-height: 1.6;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__ttl {
    font-size: 1.5714285714rem;
    line-height: 1.4;
  }
}

.top-mv__desc {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  .top-mv__desc {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6980392157);
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__desc {
    font-size: 0.8571428571rem;
  }
}

.pr {
  padding: 6.7857142857rem 0 3.45rem;
}

@media screen and (max-width: 768px) {
  .pr {
    padding: 4rem 0 2.8571428571rem;
  }
}

@media screen and (min-width: 769px) {
  .pr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pr__item {
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  background-color: #ECDFEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .pr__item:not(:last-of-type) {
    margin-bottom: 2.2857142857rem;
  }
}

.pr__item-head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.7142857143rem;
  flex: 0 0 17.7142857143rem;
  position: relative;
  height: 17.7142857143rem;
}

.pr__item-head-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13.3492857143rem;
  height: 13.3492857143rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(24px);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pr__item-head-ttl {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  font-size: 1.7142857143rem;
  line-height: 1.2;
  margin-bottom: 0.0178571429rem;
  letter-spacing: 0.1em;
}

.pr__item-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.7142857143rem 0 2.2857142857rem;
}

.pr__item-body-ttl {
  font-size: 1.1428571429rem;
  font-weight: 400;
  margin-bottom: 1.7142857143rem;
  text-align: center;
}

.pr__item-body-desc {
  padding: 0 2.4285714286rem;
  letter-spacing: 0.02em;
}

.pr__item:not(:last-of-type) .pr__item-body::after {
  content: "";
  background-color: #fff;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .pr__item:not(:last-of-type) .pr__item-body::after {
    right: 0;
    top: 0.9285714286rem;
    width: 2px;
    height: 14.2857142857rem;
  }
}

.top-topics {
  padding: 4.5rem 0 8.2142857143rem;
}

@media screen and (max-width: 768px) {
  .top-topics {
    padding: 2.8571428571rem 0 6.0714285714rem;
  }
}

.top-topics__heading {
  margin-bottom: 5.9285714286rem;
}

@media screen and (max-width: 768px) {
  .top-topics__heading {
    margin-bottom: 3.3571428571rem;
  }
}

.top-topics__posts {
  margin-bottom: 2.2857142857rem;
}

.top-topics__more {
  margin-left: auto;
}

.top-use {
  background-color: #ECDFEC;
  padding: 4.5rem 0;
  margin-bottom: 6.6428571429rem;
}

@media screen and (max-width: 768px) {
  .top-use {
    padding: 4.5714285714rem 0 5.7857142857rem;
    margin-bottom: 5.7142857143rem;
  }
}

.top-use__heading {
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .top-use__heading {
    margin-bottom: 2.8571428571rem;
  }
}

.top-use__read {
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4.6428571429rem;
}

@media screen and (max-width: 768px) {
  .top-use__read {
    margin-bottom: 2.2857142857rem;
    text-align: left;
  }
}

.top-use__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.1428571429rem;
}

@media screen and (max-width: 768px) {
  .top-use__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3.4285714286rem;
  }
}

.top-use__item {
  background-color: #fff;
  padding: 2.2857142857rem;
  -ms-flex-preferred-size: 24.5714285714rem;
  flex-basis: 24.5714285714rem;
}

@media screen and (max-width: 768px) {
  .top-use__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.top-use__icon {
  width: 5.1428571429rem;
  display: block;
  margin: 0 auto 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .top-use__icon {
    width: 4rem;
  }
}

.top-access {
  padding: 4.8571428571rem 0 4.6428571429rem;
  background-color: #1A1F1F;
  margin-bottom: 6.8571428571rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 3.4285714286rem 0 4.2857142857rem;
    margin-bottom: 5.7142857143rem;
    overflow: hidden;
  }
}

.top-access__heading {
  margin-bottom: 2.2857142857rem;
}

@media screen and (max-width: 768px) {
  .top-access__heading {
    margin-bottom: 3.3571428571rem;
  }
}

.top-access__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5714285714rem;
}

@media screen and (max-width: 768px) {
  .top-access__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4.4285714286rem;
  }
}

.top-access__map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.top-access__map-illust {
  margin-bottom: 2.2857142857rem;
}

@media screen and (max-width: 768px) {
  .top-access__map-illust {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.8571428571rem;
  }
}

.top-access__map-text {
  color: #fff;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-access__map-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1.7142857143rem;
  }
}

.top-access__button {
  width: 22.8571428571rem;
}

@media screen and (max-width: 768px) {
  .top-access__button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-top: 0.7857142857rem;
  }
}

.top-access__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.5714285714rem;
  flex: 0 0 28.5714285714rem;
  height: 28.5714285714rem;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .top-access__info {
    -webkit-transform: scale(1.101);
    transform: scale(1.101);
    -ms-flex-preferred-size: 26.7857142857rem;
    flex-basis: 26.7857142857rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-pages-hero {
  background-color: #D9D0B8;
  position: relative;
  overflow: hidden;
}

.p-pages-hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.p-pages-hero__inner {
  padding: 5.0714285714rem 0;
}

@media screen and (max-width: 768px) {
  .p-pages-hero__inner {
    padding: 3.5714285714rem 0 3.9285714286rem;
  }
}

.p-pages-hero__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-pages-hero__shape {
    max-width: none;
    width: 71.4285714286rem;
  }
}

.p-pages-hero__ttl {
  font-size: 0.8571428571rem;
  font-weight: 400;
}

.p-pages-hero__ttl::before {
  content: attr(data-eng);
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-size: 5.1428571429rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.3571428571rem;
}

@media screen and (max-width: 768px) {
  .p-pages-hero__ttl::before {
    font-size: 3.3571428571rem;
  }
}

.c-topics-post {
  border-bottom: 1px solid #ccc;
}

.c-topics-post:first-of-type {
  border-top: 1px solid #ccc;
}

.c-topics-post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1.1857142857rem 0;
  padding-right: 2.5rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-topics-post__link {
    display: block;
  }
}

.c-topics-post__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 2.2857142857rem;
}

@media screen and (max-width: 768px) {
  .c-topics-post__side {
    margin: 0 0 0.8571428571rem;
  }
}

@media screen and (max-width: 768px) {
  .c-topics-post__date {
    font-size: 0.8571428571rem;
  }
}

.c-topics-post__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.7142857143rem;
  gap: 0.7142857143rem;
}

.c-topics-post__cats-item {
  background-color: #F5F5F5;
  font-size: 0.8571428571rem;
  padding: 0.2857142857rem 1.7142857143rem;
  color: #999999;
}

.c-topics-post__ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.c-topics-post__arw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #1A1F1F;
  width: 0.2857142857rem;
  height: 0.5714285714rem;
  right: 1.2857142857rem;
}

@media screen and (max-width: 768px) {
  .c-topics-post__arw {
    width: 0.4285714286rem;
    height: 0.7142857143rem;
  }
}

.p-cases__thumb {
  height: 12.9285714286rem;
}

.p-cases__logo {
  width: 10.7142857143rem;
  position: relative;
  z-index: 1;
  margin-top: -2.5rem;
  margin-left: 1.0714285714rem;
  margin-bottom: 0.5714285714rem;
}

.p-cases__ttl {
  font-weight: 700;
  font-size: 1.1428571429rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.5714285714rem;
}

.p-cases__name {
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin-bottom: 0.5714285714rem;
}

.p-cases__tb {
  font-size: 0.8571428571rem;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 2.5em;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
  row-gap: 0.5714285714rem;
}

.p-cases__tb-ttl {
  font-weight: 400;
}

.p-cases__tb-data {
  font-weight: 700;
}

.p-single {
  padding: 5.7142857143rem 0 8.5714285714rem;
}

@media screen and (max-width: 768px) {
  .p-single {
    padding: 1.7142857143rem 0 5.75rem;
  }
}

.p-single__head {
  letter-spacing: 0.02em;
  margin-bottom: 2.8571428571rem;
}

.p-single__head-date {
  font-size: 0.8571428571rem;
  margin-bottom: 0.5714285714rem;
  font-family: "Libre Franklin", sans-serif;
}

.p-single__head-ttl {
  font-weight: 400;
  font-size: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .p-single__head-ttl {
    font-size: 1.4285714286rem;
  }
}

/* 
エディターの中のスタイル
-----------------*/
.editor-styles-wrapper ul {
  padding-left: 0 !important;
}

.editor-styles-wrapper,
.cms-block-editor {
  font-weight: 400;
}

.editor-styles-wrapper h1,
.cms-block-editor h1 {
  font-size: 2rem;
  margin-bottom: 2.2857142857rem;
}

.editor-styles-wrapper h2,
.cms-block-editor h2 {
  font-size: 2rem;
  line-height: 1.4;
  padding: 0 0 2.8571428571rem;
  position: relative;
  margin-top: 5.1428571429rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h2,
  .cms-block-editor h2 {
    margin-top: 4rem;
  }
}

.editor-styles-wrapper h2::before,
.cms-block-editor h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 2.8571428571rem;
}

.editor-styles-wrapper h3,
.cms-block-editor h3 {
  font-size: 1.7142857143rem;
  line-height: 1.4;
  padding-left: 0.8571428571rem;
  position: relative;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper h3,
  .cms-block-editor h3 {
    margin-top: 2.8571428571rem;
  }
}

.editor-styles-wrapper h3::before,
.cms-block-editor h3::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 75%;
  width: 3px;
  left: 0;
  border-radius: 20px;
}

.editor-styles-wrapper h4,
.cms-block-editor h4 {
  font-size: 1rem;
  padding: 0.5714285714rem;
  line-height: 1.4;
  margin-top: 2.2857142857rem;
}

.editor-styles-wrapper p,
.cms-block-editor p {
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin-bottom: 2.8571428571rem;
}

.editor-styles-wrapper figure,
.cms-block-editor figure {
  margin-bottom: 2.8571428571rem;
}

.editor-styles-wrapper figure figcaption,
.cms-block-editor figure figcaption {
  font-size: 0.8571428571rem;
}

.editor-styles-wrapper .wp-block-cover,
.cms-block-editor .wp-block-cover {
  margin-bottom: 1.2rem;
}

.editor-styles-wrapper strong,
.cms-block-editor strong {
  font-weight: normal;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.cms-block-editor ul,
.cms-block-editor ol {
  margin-bottom: 0.5714285714rem;
}

.editor-styles-wrapper ul,
.cms-block-editor ul {
  list-style-type: none;
}

.editor-styles-wrapper ul li,
.cms-block-editor ul li {
  list-style-type: none;
  font-size: 1rem;
  position: relative;
  line-height: 1.6;
  padding-left: 1.2857142857rem;
}

.editor-styles-wrapper ul li:not(:last-of-type),
.cms-block-editor ul li:not(:last-of-type) {
  margin-bottom: 0.7142857143rem;
}

.editor-styles-wrapper ul li::before,
.cms-block-editor ul li::before {
  content: "";
  position: absolute;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border-radius: 50%;
  left: 0;
  top: 0.5714285714rem;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper ul li::before,
  .cms-block-editor ul li::before {
    top: 0.6428571429rem;
  }
}

.editor-styles-wrapper .wp-block-flexible-table-block-table,
.cms-block-editor .wp-block-flexible-table-block-table {
  margin-top: 1.7142857143rem;
}

.editor-styles-wrapper .wp-block-flexible-table-block-table table tr th,
.cms-block-editor .wp-block-flexible-table-block-table table tr th {
  border-left: none;
  border-right: none;
  border-color: #3466B0;
  border-width: 2px;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .wp-block-flexible-table-block-table table tr th,
  .cms-block-editor .wp-block-flexible-table-block-table table tr th {
    border-bottom: none;
  }
}

.editor-styles-wrapper .wp-block-flexible-table-block-table table tr td,
.cms-block-editor .wp-block-flexible-table-block-table table tr td {
  border-left: none;
  border-right: none;
}

.editor-styles-wrapper blockquote,
.cms-block-editor blockquote {
  background-color: #f8f8f8;
  padding: 1.3rem;
  font-size: 0.82rem;
  margin-bottom: 1.7rem;
}

.editor-styles-wrapper blockquote p,
.cms-block-editor blockquote p {
  font-size: 0.82rem;
  margin-bottom: 0;
}

.editor-styles-wrapper a,
.cms-block-editor a {
  text-decoration: underline;
  word-break: break-all;
  color: #fff;
}

.editor-styles-wrapper .link-col,
.cms-block-editor .link-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.editor-styles-wrapper .link-col .link-col-icon,
.cms-block-editor .link-col .link-col-icon {
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  margin-right: 0.4285714286rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {

  .editor-styles-wrapper .link-col .link-col-icon,
  .cms-block-editor .link-col .link-col-icon {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}

.cms-block-editor ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

@media screen and (max-width: 768px) {
  .p-table {
    overflow-x: scroll;
  }
}

.p-table:not(:last-of-type) {
  margin-bottom: 2.7857142857rem;
}

.p-table__main {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .p-table__main {
    width: 768px;
  }
}

.p-table__main thead th {
  background-color: #0F55AF;
  color: #fff;
  text-align: center;
  padding: 1.4285714286rem 0;
  font-size: 1.4285714286rem;
  border-radius: 0.7142857143rem 0.7142857143rem 0 0;
  border: none;
  line-height: 1.13;
}

@media screen and (max-width: 768px) {
  .p-table__main thead th {
    font-size: 1.1428571429rem;
  }
}

.p-table__main thead th .sub {
  font-size: 0.68em;
}

.p-table__main thead.radius-area th {
  border-radius: 0;
  border: 1px solid #fff;
  font-size: 1.0714285714rem;
  font-weight: 500;
}

.p-table__main thead.radius-area tr:first-of-type th:first-of-type {
  border-radius: 0.5714285714rem 0 0 0;
}

.p-table__main thead.radius-area tr:first-of-type th:last-of-type {
  border-radius: 0 0.5714285714rem 0 0;
}

.p-table__main th,
.p-table__main td {
  text-align: center;
  border: 1px solid #d6d6d6;
  padding: 0.9285714286rem 0.3571428571rem;
}

@media screen and (max-width: 768px) {

  .p-table__main th,
  .p-table__main td {
    font-size: 0.8571428571rem;
  }
}

.p-table__main th.left,
.p-table__main td.left {
  width: 14.2857142857rem;
}

.p-table__main th em,
.p-table__main td em {
  color: #E80707;
  font-size: 0.8571428571rem;
  font-style: normal;
  font-weight: 800;
  vertical-align: top;
  display: inline-block;
  margin-left: 0.2142857143rem;
}

.p-table__main th {
  background-color: #E2EFFF;
}

.p-table-note-list {
  margin-top: 2.8571428571rem;
}

@media screen and (max-width: 768px) {
  .p-table-note-list {
    margin-top: 1.6428571429rem;
  }
}

.p-table-note-list__item {
  font-size: 1.0714285714rem;
  text-indent: -0.7142857143rem;
  padding-left: 0.7142857143rem;
}

.p-table-note-list__item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1D2A3A;
  display: inline-block;
  margin-right: 0.2142857143rem;
}

.p-table-note-list__item:not(:last-of-type) {
  margin-bottom: 0.5714285714rem;
}

.p-table-note-list__item em {
  color: #E80707;
  font-style: normal;
  font-weight: 800;
  vertical-align: bottom;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.3571428571rem;
}

.p-breadcrumb {
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #fff;
  max-width: 100%;
  padding: 0.5714285714rem 0.5rem 0.3571428571rem;
  padding-right: 0;
  padding-left: 2.8571428571rem;
  clip-path: polygon(25px 0, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding-left: 1.9285714286rem;
    padding-top: 0.7142857143rem;
    overflow-x: scroll;
    clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-breadcrumb__item {
  font-size: 0.8571428571rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.p-breadcrumb__item:first-of-type a {
  font-weight: 600;
  color: #C8A2C8;
}

.p-breadcrumb__item:not(:last-of-type) {
  margin-right: 2.1428571429rem;
}

.p-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  width: 0.2857142857rem;
  height: 0.2857142857rem;
  background-color: #C8A2C8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.0714285714rem;
}

.p-breadcrumb__item:last-of-type {
  padding-right: 1.1428571429rem;
}

@media screen and (max-width: 768px) {
  .p-breadcrumb__item:last-of-type {
    padding-right: 0.8571428571rem;
  }
}

.guide-about__outer {
  position: relative;
  padding: 2.8571428571rem 0 3.4285714286rem;
}

@media screen and (max-width: 768px) {
  .guide-about__outer {
    padding: 2rem 0 2.8571428571rem;
  }
}

.guide-about__shape {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -11.5rem;
}

@media screen and (max-width: 768px) {
  .guide-about__shape {
    top: 3.6428571429rem;
    bottom: auto;
  }
}

.guide-about__col {
  padding: 8.5714285714rem 0 16.7142857143rem;
}

@media screen and (max-width: 768px) {
  .guide-about__col {
    padding: 0;
  }
}

.guide-about__ttl {
  font-size: 1.7142857143rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .guide-about__ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 4.5714285714rem;
  }
}

@media screen and (min-width: 769px) {
  .guide-about__thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.8571428571rem;
    height: 31.4285714286rem;
  }
}

@media screen and (max-width: 768px) {
  .guide-about__thumb {
    height: 17.2142857143rem;
    position: relative;
    z-index: 2;
  }
}

.guide-about__texts {
  padding-bottom: 8.1428571429rem;
}

@media screen and (max-width: 768px) {
  .guide-about__texts {
    padding-bottom: 4.2857142857rem;
  }
}

.guide-about__texts-cricles {
  width: 36.2857142857rem;
  max-width: 90%;
  margin: 0 auto 2.8571428571rem;
}

.guide-about__texts-read {
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .guide-about__texts-read {
    text-align: left;
    line-height: 1.9;
  }
}

.guide-about__points {
  padding-bottom: 8.5714285714rem;
}

@media screen and (min-width: 769px) {
  .guide-about__points {
    padding-right: 2.2857142857rem;
  }
}

@media screen and (max-width: 768px) {
  .guide-about__points {
    padding-bottom: 5.7142857143rem;
  }
}

.guide-about__points .guide-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6.9285714286rem;
}

@media screen and (max-width: 768px) {
  .guide-about__points .guide-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.1428571429rem;
  }
}

.guide-about__points .guide-point:not(:last-of-type) {
  margin-bottom: 5.7142857143rem;
}

@media screen and (max-width: 768px) {
  .guide-about__points .guide-point:not(:last-of-type) {
    margin-bottom: 3.4285714286rem;
  }
}

.guide-about__points .guide-point__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .guide-about__points .guide-point__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.guide-about__points .guide-point__label {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5714285714rem;
  line-height: 1;
  margin-bottom: 1.2142857143rem;
}

.guide-about__points .guide-point__label-text {
  font-size: 1.1428571429rem;
}

.guide-about__points .guide-point__number {
  font-size: 2.8571428571rem;
  font-weight: 300;
}

.guide-about__points .guide-point__title {
  margin-bottom: 1.0714285714rem;
  font-weight: 400;
  font-size: 1.7142857143rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .guide-about__points .guide-point__title {
    font-size: 1.4285714286rem;
  }
}

.guide-about__points .guide-point__title-text {
  background-color: #C8A2C8;
  display: inline-block;
  padding: 0 0.5714285714rem;
}

.guide-about__points .guide-point__desc {
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.guide-about__points .guide-point__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5rem;
  flex: 0 0 27.5rem;
}

@media screen and (max-width: 768px) {
  .guide-about__points .guide-point__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.guide-floor-map {
  background-color: #ECDFEC;
  padding: 5.7142857143rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .guide-floor-map {
    padding: 2.9285714286rem 0;
  }
}

.guide-floor-map__heading {
  text-align: center;
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .guide-floor-map__heading {
    margin-bottom: 2.7142857143rem;
  }
}

.guide-floor-map__heading::before {
  content: attr(data-eng);
  font-family: "Libre Franklin", sans-serif;
  display: block;
  text-align: center;
  color: #C8A2C8;
  font-size: 2.2857142857rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.5714285714rem;
}

@media screen and (max-width: 768px) {
  .guide-floor-map__heading::before {
    font-size: 2.8571428571rem;
  }
}

.guide-rooms {
  padding: 5.7142857143rem 0;
}

@media screen and (max-width: 768px) {
  .guide-rooms {
    padding: 5.7142857143rem 0 8.5714285714rem;
  }
}

.guide-rooms__heading {
  text-align: center;
  margin-bottom: 3.5714285714rem;
}

@media screen and (max-width: 768px) {
  .guide-rooms__heading {
    margin-bottom: 1.7142857143rem;
  }
}

.guide-rooms__anchors {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.2857142857rem;
  grid-template-columns: repeat(3, 12.4285714286rem);
  grid-template-rows: auto auto;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5.7142857143rem;
}

@media screen and (max-width: 768px) {
  .guide-rooms__anchors {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(2, 11rem);
    grid-template-rows: auto;
    gap: 1.7142857143rem;
    font-size: 1rem;
  }
}

.guide-rooms__anchor-item {
  background-color: #C8A2C8;
}

.guide-rooms__anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.4642857143rem 1.4285714286rem;
}

@media screen and (max-width: 768px) {
  .guide-rooms__anchor-link {
    padding: 1.1785714286rem 1.4285714286rem;
    padding-right: 1.1428571429rem;
  }
}

.guide-rooms__anchor-link:hover {
  background-color: rgb(171.5709459459, 113.9290540541, 171.5709459459);
  opacity: 1;
}

.guide-rooms__anchor-link:hover .guide-rooms__anchor-icon {
  bottom: -0.2142857143rem;
}

.guide-rooms__anchor-icon {
  position: relative;
  width: 0.8571428571rem;
  height: 0.5714285714rem;
  fill: #1A1F1F;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
}

.guide-rooms__subheading {
  padding-bottom: 2.2857142857rem;
  border-bottom: 1px solid #C8A2C8;
  margin-bottom: 1.1428571429rem;
}

.guide-room {
  padding-top: 1.8571428571rem;
}

.guide-room:not(:last-of-type) {
  margin-bottom: 5.7142857143rem;
}

.guide-room__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2857142857rem;
  margin-bottom: 2.8571428571rem;
}

@media screen and (max-width: 768px) {
  .guide-room__info {
    gap: 1rem;
  }
}

.guide-room__number {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 100;
  line-height: 1;
  color: #C8A2C8;
  font-size: 11.4285714286rem;
}

@media screen and (max-width: 768px) {
  .guide-room__number {
    font-size: 5.7142857143rem;
  }
}

@media screen and (max-width: 768px) {
  .guide-room__number.--sp-small {
    font-size: 3.4285714286rem;
  }
}

.guide-room__title {
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .guide-room__title {
    font-size: 1rem;
    margin-bottom: 0.8571428571rem;
  }
}

.guide-room__title-text {
  display: inline-block;
  background-color: #C8A2C8;
  padding: 0 0.5714285714rem;
}

@media screen and (max-width: 768px) {
  .guide-room__title-text {
    padding: 0 0.4285714286rem;
  }
}

.guide-room__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5714285714rem;
}

@media screen and (max-width: 768px) {
  .guide-room__details {
    gap: 0.4285714286rem;
  }
}

.guide-room__detail {
  border-radius: 6.4285714286rem;
  border: 1px solid #C8A2C8;
  line-height: 1.8;
  padding: 0.5714285714rem 1.4285714286rem;
}

@media screen and (max-width: 768px) {
  .guide-room__detail {
    padding: 0.4285714286rem 0.9285714286rem;
    font-size: 0.75rem;
  }
}

.guide-room__maps {
  display: grid;
  gap: 2.8571428571rem;
  grid-template-columns: repeat(2, 34.2857142857rem);
}

@media screen and (max-width: 768px) {
  .guide-room__maps {
    grid-template-columns: 100%;
  }
}

.guide-room__map {
  position: relative;
  margin-bottom: 1.1428571429rem;
  background-color: #EEEFEF;
}

@media screen and (min-width: 769px) {
  .guide-room__map {
    padding: 0.7142857143rem 2.8571428571rem;
  }
}

@media screen and (max-width: 768px) {
  .guide-room__map {
    padding: 0.7142857143rem 0;
  }
}

.guide-room__map-picture {
  width: 28.5714285714rem;
  max-width: 100%;
  margin: auto;
  display: block;
}

.guide-room__zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #C8A2C8;
  padding: 0.5rem 0.8571428571rem;
  gap: 0.3571428571rem;
  border-radius: 0.1428571429rem;
  position: absolute;
  right: 0.8571428571rem;
  bottom: 0.8571428571rem;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
}

@media screen and (max-width: 768px) {
  .guide-room__zoom {
    display: none;
  }
}

.guide-room__zoom:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.guide-room__zoom:hover .guide-room__zoom-icon {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}

.guide-room__zoom-icon {
  width: 1.4285714286rem;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.3, 1, 0.32, 1);
}

.guide-room__zoom-text {
  font-size: 0.8571428571rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.guide-room__sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide-room__sub-info-item {
  background-color: #fff;
  border: 1px solid #C8A2C8;
  padding: 0.5rem 1.4285714286rem;
  gap: 0.3571428571rem;
  border-radius: 6.4285714286rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.rooma-detail-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease 0.23s;
  transition: ease 0.23s;
}

.rooma-detail-modal.is_modal_open {
  visibility: visible;
  opacity: 1;
}

.rooma-detail-modal__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  cursor: pointer;
}

.rooma-detail-modal__content {
  position: relative;
  z-index: 12;
  width: 77.1428571429rem;
  max-width: 90%;
}

.rooma-detail-modal__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.7142857143rem;
}

.rooma-detail-modal__close {
  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;
  background-color: #fff;
  border-radius: 0.1142857143rem;
  padding: 0.3785714286rem 0.6857142857rem;
  gap: 0.2857142857rem;
  font-weight: 700;
  font-size: 0.6857142857rem;
  line-height: 1.8;
  cursor: pointer;
}

.rooma-detail-modal__close-icon {
  width: 1.1428571429rem;
}

.price-plan__inner {
  padding: 2.9285714286rem 0;
  border-bottom: 1px solid #C8A2C8;
}

.price-plan__heading {
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .price-plan__heading {
    margin-bottom: 1.1428571429rem;
  }
}

.price-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8571428571rem;
}

@media screen and (max-width: 768px) {
  .price-plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.price-plan__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
  height: 14.3571428571rem;
  background-color: #C8A2C8;
  border-radius: 1.1428571429rem 0 1.1428571429rem 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .price-plan__item {
    height: 8.5714285714rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.price-plan__ps {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.1428571429rem;
  flex: 0 0 2.1428571429rem;
}

.price-plan__link {
  height: 100%;
  position: relative;
  padding: 2.7142857143rem 1.4285714286rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .price-plan__link {
    padding: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10.0357142857rem;
  }
}

.price-plan__link:hover {
  background-color: rgb(171.5709459459, 113.9290540541, 171.5709459459);
  opacity: 1;
}

.price-plan__link:hover .price-plan__arrow {
  -webkit-transform: translate(-50%, 2px) rotate(90deg);
  transform: translate(-50%, 2px) rotate(90deg);
}

.price-plan__icon {
  width: 6.4285714286rem;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .price-plan__icon {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2.1785714286rem;
  }
}

.price-plan__title {
  font-size: 1.2857142857rem;
}

@media screen and (max-width: 768px) {
  .price-plan__title {
    font-size: 1.1428571429rem;
    font-weight: 700;
  }
}

.price-plan__arrow {
  fill: #1A1F1F;
  width: 1rem;
  height: 0.6428571429rem;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  bottom: 1.1428571429rem;
}

@media screen and (max-width: 768px) {
  .price-plan__arrow {
    bottom: 0.7142857143rem;
  }
}

.price-prices {
  padding-top: 2.8571428571rem;
}

.price-prices__gr {
  padding: 2.8571428571rem 0;
  border-bottom: 1px solid #C8A2C8;
}

.price-prices__gr.--bdnone {
  border: none;
}

.price-prices__heading {
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .price-prices__heading {
    margin-bottom: 1.1428571429rem;
  }
}

.price-prices__cap {
  font-size: 0.8571428571rem;
  margin-top: 0.5714285714rem;
  margin-bottom: 0.7142857143rem;
}

@media screen and (max-width: 768px) {
  .price-prices__cap {
    margin-top: 1.1428571429rem;
    margin-bottom: 2.7857142857rem;
  }
}

.price-prices__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-prices__dl-btn {
  background-color: #C8A2C8;
  color: #fff;
  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.3214285714rem 2.2142857143rem;
  font-weight: 700;
  font-size: 1.1428571429rem;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .price-prices__dl-btn {
    width: 100%;
    font-size: 1rem;
    padding: 1.4285714286rem 1.7142857143rem;
  }
}

.price-prices__dl-btn:hover {
  background-color: rgb(171.5709459459, 113.9290540541, 171.5709459459);
  opacity: 1;
}

.price-prices__dl-icon {
  width: 1.7142857143rem;
  margin-left: 0.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .price-table {
    width: 71.4285714286rem;
  }
}

.price-table.--pc-scroll {
  width: 84.5714285714rem;
}

.price-table th,
.price-table td {
  border: 1px solid #DDDDDD;
}

.price-table th.font-md,
.price-table td.font-md {
  font-size: 0.8571428571rem;
  font-weight: 400;
}

.price-table th.bg-l-ppl,
.price-table td.bg-l-ppl {
  background-color: #ECDFEC;
}

.price-table th.bg-gray,
.price-table td.bg-gray {
  background-color: #F5F5F5;
}

.price-table th.fw-normal,
.price-table td.fw-normal {
  font-weight: 400;
}

.price-table th.spec-cell,
.price-table td.spec-cell {
  width: 25.3571428571rem;
}

.price-table th.tax-cell,
.price-table td.tax-cell {
  width: 2.8571428571rem;
}

.price-table th.price-cell,
.price-table td.price-cell {
  width: 9.1428571429rem;
}

.price-table .bg-gray-row th,
.price-table .bg-gray-row td {
  background-color: #F5F5F5;
  font-weight: bold;
}

.price-table .bg-gray-row th.fw-normal,
.price-table .bg-gray-row td.fw-normal {
  font-weight: normal;
}

.price-table thead th {
  background-color: #C8A2C8;
  line-height: 1.3;
  padding: 0.5rem;
}

.price-table tbody th {
  background-color: #F5F5F5;
  width: 8.5714285714rem;
  text-align: left;
  padding: 0.5714285714rem;
}

.price-table tbody th .col02 {
  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.2857142857rem;
}

.price-table tbody th .col02 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.7142857143rem;
  flex: 0 0 1.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-table tbody td {
  text-align: center;
  padding: 0.2857142857rem;
  line-height: 1.8;
}

.price-items {
  padding: 2.8571428571rem 0 5.6428571429rem;
  border-bottom: 1px solid #C8A2C8;
  margin-bottom: 8.5714285714rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .price-items {
    padding: 2.8571428571rem 0 9.9285714286rem;
    margin-bottom: 0;
    border: none;
  }
}

.price-items::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F5F5F5;
  width: 100%;
  height: 16.4285714286rem;
}

@media screen and (max-width: 768px) {
  .price-items::before {
    display: none;
  }
}

.price-items__list {
  display: grid;
  grid-template-columns: repeat(4, 16.5714285714rem);
  gap: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .price-items__list {
    grid-template-columns: auto;
    gap: 2.2857142857rem;
  }
}

.price-items__img {
  width: 100%;
  aspect-ratio: 1/1;
}

.price-items__cap {
  text-align: center;
  letter-spacing: 0.02em;
  margin-top: 0.2857142857rem;
}

.access {
  padding-top: 4rem;
}

.access__map-block {
  margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
  .access__map-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.access__map-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .access__map-info {
    margin-bottom: 2.2142857143rem;
  }
}

.access__map-title {
  font-size: 1.7142857143rem;
  margin-bottom: 2.3571428571rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .access__map-title {
    margin-bottom: 1.2142857143rem;
  }
}

.access__map-address {
  font-size: 1.1428571429rem;
}

.access__map-figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44rem;
  flex: 0 0 44rem;
}

.access__guide {
  margin-bottom: 5.7142857143rem;
}

.access__guide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access__guide-item:first-of-type .access__guide-label {
  border-top: 1px solid #ECDFEC;
}

.access__guide-item:first-of-type .access__guide-desc {
  border-top: 1px dotted #ECDFEC;
}

.access__guide-label,
.access__guide-desc {
  padding: 1.1428571429rem 1.8571428571rem;
}

@media screen and (max-width: 768px) {

  .access__guide-label,
  .access__guide-desc {
    padding: 1.1428571429rem 1.0714285714rem;
  }
}

.access__guide-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.8571428571rem;
  flex: 0 0 13.8571428571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  background-color: #ECDFEC;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .access__guide-label {
    -ms-flex-preferred-size: 8.5714285714rem;
    flex-basis: 8.5714285714rem;
  }
}

.access__guide-icon {
  width: 1.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.7142857143rem;
}

.access__guide-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px dotted #D1BADA;
}

.access__map {
  width: 100%;
  height: 27.5714285714rem;
}

.cases {
  padding: 5.7142857143rem 0 8.5714285714rem;
}

@media screen and (max-width: 768px) {
  .cases {
    padding: 3.9285714286rem 0 5.3571428571rem;
  }
}

.cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 24.5714285714rem);
  -webkit-column-gap: 1.7142857143rem;
  -moz-column-gap: 1.7142857143rem;
  column-gap: 1.7142857143rem;
  row-gap: 3.1428571429rem;
}

@media screen and (max-width: 768px) {
  .cases__grid {
    grid-template-columns: 1fr;
  }
}

.how-to-use {
  padding: 4rem 0 10.5rem;
}

@media screen and (max-width: 768px) {
  .how-to-use {
    padding: 2.8571428571rem 0 8.5714285714rem;
  }
}

.how-to-use__flow {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .how-to-use__flow {
    margin-bottom: 9.0714285714rem;
  }
}

.how-to-use__flow-ttl {
  margin-bottom: 2.2857142857rem;
}

@media screen and (max-width: 768px) {
  .how-to-use__flow-ttl {
    margin-bottom: 1.7142857143rem;
  }
}

.how-to-use__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .how-to-use__flow-list {
    display: block;
  }
}

.how-to-use__flow-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.9285714286rem;
  flex: 0 0 11.9285714286rem;
  height: 7rem;
  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;
  background-color: #C8A2C8;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .how-to-use__flow-item {
    height: 2.9285714286rem;
  }

  .how-to-use__flow-item:not(:last-of-type) {
    margin-bottom: 3.2142857143rem;
  }
}

.how-to-use__flow-item:not(:last-of-type)::after {
  content: "";
  background-size: 100% auto;
}

@media screen and (min-width: 769px) {
  .how-to-use__flow-item:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2.2857142857rem;
    width: 1.7142857143rem;
    height: 1.7142857143rem;
    background: url(../images/how-to-use/flow_arw.svg) no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .how-to-use__flow-item:not(:last-of-type)::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3.0714285714rem;
    width: 2rem;
    height: 2.5rem;
    background: url(../images/how-to-use/icon-arw.svg) no-repeat;
    background-size: 100% auto;
  }
}

.how-to-step {
  position: relative;
}

.how-to-step:not(:last-of-type) {
  margin-bottom: 6.2857142857rem;
}

.how-to-step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5rem;
  width: 2.2857142857rem;
  height: 2.2857142857rem;
  background: url(../images/how-to-use/icon-arw.svg) no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .how-to-step:not(:last-of-type)::after {
    bottom: -4.6428571429rem;
  }
}

.how-to-step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.9285714286rem;
  margin-bottom: 1.6428571429rem;
}

@media screen and (max-width: 768px) {
  .how-to-step__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    gap: 1.7142857143rem;
  }
}

.how-to-step__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Libre Franklin", sans-serif;
  gap: 0.5714285714rem;
}

.how-to-step__label-text {
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
}

.how-to-step__number {
  font-size: 2.8571428571rem;
}

.how-to-step__title {
  font-size: 1.7142857143rem;
  font-weight: 400;
}

.how-to-step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .how-to-step__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.how-to-step__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.9285714286rem;
  flex: 0 0 8.9285714286rem;
}

@media screen and (max-width: 768px) {
  .how-to-step__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.4285714286rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.how-to-step__icon img {
  width: 5.1428571429rem;
  display: block;
  margin: auto;
}

.how-to-step__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .how-to-step__desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.how-to-step__text a {
  text-decoration: underline;
}

.how-to-step__side-tb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.8571428571rem;
  flex: 0 0 22.8571428571rem;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .how-to-step__side-tb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    margin-bottom: 1.7142857143rem;
  }
}

@media screen and (min-width: 769px) {
  .how-to-step__side-tb {
    margin-top: -4.2857142857rem;
    margin-left: 2.7142857143rem;
  }
}

.how-to-step__side-tb th,
.how-to-step__side-tb td {
  letter-spacing: 0.02em;
  line-height: 1.8;
  padding: 1.1428571429rem 0.7857142857rem;
}

.how-to-step__side-tb th {
  background-color: #ECDFEC;
  text-align: left;
  width: 6.2142857143rem;
  border-bottom: 1px solid #fff;
}

.how-to-step__side-tb td {
  border-bottom: 1px dotted #ECDFEC;
}

.how-to-step__side-tb td.bg-gray {
  background-color: #F5F5F5;
  font-weight: bold;
}

.how-to-step__btmtb {
  border-collapse: collapse;
  width: 34.2857142857rem;
  max-width: 100%;
  margin-top: 1.7142857143rem;
  margin-bottom: 2.8571428571rem;
}

@media screen and (max-width: 768px) {
  .how-to-step__btmtb {
    width: 100%;
  }
}

.how-to-step__btmtb thead th {
  font-weight: normal;
  background-color: #C8A2C8;
  text-align: center;
}

.how-to-step__btmtb th {
  background-color: #F5F5F5;
}

.how-to-step__btmtb th,
.how-to-step__btmtb td {
  text-align: left;
  font-weight: 700;
  border: 1px solid #ddd;
  padding: 0.2857142857rem 0.5714285714rem;
}

@media screen and (max-width: 768px) {

  .how-to-step__btmtb th,
  .how-to-step__btmtb td {
    font-size: 0.8571428571rem;
  }
}

.how-to-step__btn {
  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;
  font-size: 1.1428571429rem;
  font-weight: 700;
  background-color: #C8A2C8;
  color: #fff;
  padding: 1.2857142857rem 0.7142857143rem;
  width: 20rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .how-to-step__btn {
    width: 100%;
  }
}

.how-to-step__btn:hover {
  background-color: rgb(171.5709459459, 113.9290540541, 171.5709459459);
  opacity: 1;
}

.how-to-step__btn-icon {
  width: 1.7142857143rem;
  margin-left: 0.7142857143rem;
}

.topics {
  padding: 5.7142857143rem 0 8.5714285714rem;
}

@media screen and (max-width: 768px) {
  .topics {
    padding: 3.9285714286rem 0 5.3571428571rem;
  }
}

.topics__pagenation {
  margin-top: 2.8571428571rem;
}

.support {
  padding: 5.7142857143rem 0 8.5714285714rem;
}

@media screen and (max-width: 768px) {
  .support {
    padding: 3.9285714286rem 0 5.3571428571rem;
  }
}

.support__intro {
  background-color: #F5F5F5;
  padding: 2.8571428571rem 5.8571428571rem;
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .support__intro {
    padding: 2.8571428571rem 1.4285714286rem;
  }
}

.support__intro-icon {
  width: 5.7142857143rem;
  display: block;
  margin: 0 auto 1.2857142857rem;
}

.support__intro-title {
  text-align: center;
  margin-bottom: 2.2857142857rem;
}

@media screen and (max-width: 768px) {
  .support__intro-title {
    margin-bottom: 1.7857142857rem;
  }
}

.support__intro-problems {
  display: grid;
  grid-template-columns: repeat(4, 17.1428571429rem);
  gap: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .support__intro-problems {
    grid-template-columns: repeat(2, 48.5%);
    gap: 1.0714285714rem;
  }
}

.support__intro-problems-block {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(49, 43, 51, 0.1019607843);
  box-shadow: 0px 0px 12px 0px rgba(49, 43, 51, 0.1019607843);
  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;
  min-height: 6.8571428571rem;
  letter-spacing: 0.02em;
  padding: 0.7142857143rem 1.8571428571rem;
}

@media screen and (max-width: 768px) {
  .support__intro-problems-block {
    padding: 0.7142857143rem 0.8571428571rem;
    font-size: 0.8571428571rem;
    line-height: 1.5;
  }
}

.support__main-title {
  text-align: center;
  margin-bottom: 4.7142857143rem;
}

@media screen and (max-width: 768px) {
  .support__main-title {
    margin-bottom: 2.8571428571rem;
  }
}

.support__main-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 5.6428571429rem;
  background-color: #C8A2C8;
  margin: 0 auto 1.7142857143rem;
}

.support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5714285714rem;
}

@media screen and (max-width: 768px) {
  .support__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0;
  }
}

@media screen and (min-width: 769px) {
  .support__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.support__item:not(:last-of-type) {
  margin-bottom: 5.7142857143rem;
}

.support__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .support__item-content {
    display: contents;
  }
}

.support__item-label {
  font-family: "Libre Franklin", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2.0714285714rem;
}

@media screen and (max-width: 768px) {
  .support__item-label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.0714285714rem;
  }
}

.support__item-label-eng {
  font-size: 1.1428571429rem;
}

.support__item-label-num {
  font-size: 2.8571428571rem;
  margin-left: 0.5714285714rem;
}

.support__item-title {
  margin-bottom: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .support__item-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1.4285714286rem;
  }
}

.support__item-figure {
  margin-bottom: 1.7142857143rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .support__item-figure {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.support__item-photos {
  margin-top: 1.7142857143rem;
}

@media screen and (max-width: 768px) {
  .support__item-photos {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
}

.support__item-text {
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .support__item-text {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.support__item-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.2857142857rem;
  flex: 0 0 34.2857142857rem;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 768px) {
  .support__item-thumb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -ms-flex-preferred-size: 21.4285714286rem;
    flex-basis: 21.4285714286rem;
    margin-bottom: 1.7857142857rem;
  }
}

.comming-soon {
  padding: 5.7142857143rem 0;
}

.contact {
  padding: 5.7142857143rem 0 9.9285714286rem;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 2.2857142857rem 0 3.7857142857rem;
  }
}

.contact__inner {
  border: 1px solid #1A1F1F;
}

.contact__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__switch-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  border: 1px solid #1A1F1F;
  border-top: none;
  border-right: none;
  background-color: #D9D0B8;
}

.contact__switch-item:not(:last-of-type) {
  border-right: 1px solid #1A1F1F;
}

.contact__switch-item.is-current {
  border: 1px solid #fff;
  background-color: #fff;
}

.contact__switch-item.is-current a {
  pointer-events: none;
}

.contact__switch-link {
  display: block;
  padding: 1.8214285714rem 0;
}

@media screen and (max-width: 768px) {
  .contact__switch-link {
    padding: 0.9285714286rem 0;
  }
}

.contact__switch-title {
  font-weight: 400;
  font-size: 1.1428571429rem;
}

.contact__contents {
  padding: 4.5714285714rem 2.8571428571rem;
}

@media screen and (max-width: 768px) {
  .contact__contents {
    padding: 0;
  }
}

.contact__desc {
  margin-bottom: 2.8571428571rem;
}

.contact__coming {
  text-align: center;
  font-weight: 400;
  font-size: 1.5714285714rem;
}

.contact__form-item:not(:last-of-type) {
  margin-bottom: 2.7857142857rem;
}

.contact__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact__form-required {
  background-color: #C8A2C8;
  color: #fff;
  font-size: 0.8571428571rem;
  padding: 0.2142857143rem 0.5714285714rem;
  line-height: 1.4;
  margin-left: 1.2857142857rem;
}

.contact__form-error {
  color: #d2145a;
  margin-top: 0.5rem;
}

.contact__form-error.is-show {
  display: block;
}

.contact__aleart {
  border: 1px solid #D98283;
  margin-top: 2.2857142857rem;
  padding: 1.4642857143rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .contact__aleart {
    padding: 1.4642857143rem 1.0714285714rem;
  }
}

.contact__aleart-list {
  line-height: 1.5;
}

.contact__aleart-list li {
  color: #D98283;
}

.contact__submit {
  margin: 2.5714285714rem auto 0;
  width: 21.3571428571rem;
  max-width: 100%;
  display: block;
  text-align: center;
  background-color: #C8A2C8;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 1.2857142857rem 0;
}

@media screen and (max-width: 768px) {
  .contact__submit {
    width: 100%;
  }
}

.contact__submit.is-inactivate {
  color: #fff;
  background-color: #DDDDDD;
}

.contact__radios-radio:checked+.contact__radios-label .contact__radios-sq::after {
  opacity: 1;
}

.contact__radios-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__radios-label:not(:last-of-type) {
  margin-bottom: 0.5714285714rem;
}

.contact__radios-sq {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 0.5714285714rem;
  position: relative;
}

.contact__radios-sq::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #C8A2C8;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  opacity: 0;
}

.contact__radios-text {
  font-size: 1.1428571429rem;
}

.contact__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5714285714rem;
}

.contact__agree .agree-chack:checked+.contact__agree-label .contact__agree-sq {
  background-color: #C8A2C8;
}

.contact__agree .agree-chack:checked+.contact__agree-label .contact__agree-sq::after {
  opacity: 1;
}

.contact__agree-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1428571429rem;
}

.contact__agree-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .contact__agree-label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contact__agree-sq {
  width: 1.6428571429rem;
  height: 1.6428571429rem;
  position: relative;
  background-color: #DDDDDD;
  margin-right: 1.1428571429rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .contact__agree-sq {
    /*    width: rem(17);
    height: rem(17); */
    margin-right: 0.8571428571rem;
  }
}

.contact__agree-sq::after {
  content: "";
  width: 0.5rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0.5714285714rem;
  bottom: 0.4285714286rem;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  opacity: 0;
}

.contact__agree-texts {
  display: inline-block;
}

.contact__agree-link {
  display: inline-block;
  color: #C8A2C8;
  margin-right: 0.2857142857rem;
  vertical-align: middle;
}

.contact__agree-sub {
  display: inline-block;
  vertical-align: middle;
}

.contact__agree-icon {
  width: 0.5714285714rem;
  display: inline-block;
}

.contact__agree-icon img {
  vertical-align: middle;
  position: relative;
  top: -0.1428571429rem;
}

.contact__agree-side {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact__agree-side {
    font-weight: 400;
  }
}

.contact-thanks {
  padding: 4rem 0 11.4285714286rem;
}

@media screen and (max-width: 768px) {
  .contact-thanks {
    padding: 2.1428571429rem 0 5.7142857143rem;
  }
}

.contact-thanks__head {
  margin-bottom: 8.5714285714rem;
}

@media screen and (max-width: 768px) {
  .contact-thanks__head {
    margin-bottom: 5.7142857143rem;
  }
}

.contact-thanks__head-ttl {
  font-size: 1.7142857143rem;
  font-weight: 400;
  margin-bottom: 2.2857142857rem;
}

@media screen and (max-width: 768px) {
  .contact-thanks__head-ttl {
    font-size: 1.4285714286rem;
  }
}

.page-links {
  display: grid;
  grid-template-columns: repeat(2, 34.9285714286rem);
  -webkit-column-gap: 1.6428571429rem;
  -moz-column-gap: 1.6428571429rem;
  column-gap: 1.6428571429rem;
  row-gap: 1.4285714286rem;
}

@media screen and (max-width: 768px) {
  .page-links {
    grid-template-columns: 1fr;
  }
}

.page-links__item {
  border: 1px solid #C8A2C8;
}

.page-links__link {
  position: relative;
  display: block;
  padding: 2.7142857143rem 1.7142857143rem;
  font-size: 1.1428571429rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .page-links__link {
    padding: 1.1428571429rem 1.7142857143rem;
  }
}

.page-links__arw {
  fill: #1A1F1F;
  width: 0.6235714286rem;
  height: 1.0621428571rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
}

@media screen and (max-width: 768px) {
  .page-links__arw {
    right: 1.5714285714rem;
  }
}

.privacy-page {
  letter-spacing: 0.02em;
  padding: 5.7142857143rem 0 8.5714285714rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .privacy-page {
    padding-top: 2.2857142857rem;
  }
}

@media screen and (min-width: 769px) {
  .privacy-page__inner {
    width: 57.1428571429rem;
    max-width: 100%;
  }
}

.privacy-page__read {
  margin-bottom: 2.8571428571rem;
}

.privacy-page__gr:not(:last-of-type) {
  margin-bottom: 2.8571428571rem;
}

.privacy-page__ttl {
  font-size: 1.7142857143rem;
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  padding-left: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
}

@media screen and (max-width: 768px) {
  .privacy-page__ttl {
    font-size: 1.2857142857rem;
  }
}

.privacy-page__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0.2857142857rem;
  height: 1.8571428571rem;
  background-color: #C8A2C8;
}

.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-text-eng {
  text-transform: lowercase;
}

.u-text-eng::first-letter {
  text-transform: uppercase;
}

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

.u-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pc-hidden {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-tab-show {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-tab-show {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .u-tab-hidden {
    display: none;
  }
}

.u-all-hidden {
  display: none !important;
}

.u-bg-cover {
  position: relative;
}

.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.u-bg-cover__bg.--pos-top {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.u-bg-cover__bg.--pos-bottom {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.u-bg-cover__inner {
  position: relative;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex-sb.--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-text-center {
  text-align: center;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF79A));
  background: linear-gradient(transparent 70%, #FFF79A 70%);
}

.u-c-yellow {
  color: #FFDF00;
}

.u-c-orange {
  color: #f09413;
}

.u-c-pink {
  color: #d2145a;
}

.u-c-red {
  color: #e50113;
}

.u-text-underline {
  text-decoration: underline;
}

.--size-l {
  font-size: 1.42em;
}

.--size-sm {
  font-size: 0.8em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-bg {
  letter-spacing: -0.005em;
  display: contents;
}

.u-c-blue {
  color: #183E7E;
}

.u-c-pink {
  color: #D6625C;
}

.u-c-ppl {
  color: #C8A2C8;
}

.u-text-link {
  text-decoration: underline;
  color: #0FAF8F;
}

.text-red-600 {
  color: rgba(220, 38, 38, 1);
}

.text-sm {
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-gray-500 {
  color: rgba(107, 114, 128, 1);
}

.mt-2 {
  margin-top: 0.5rem;
}

.p-breadcrumb__link-text {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

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