@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0rem;
  margin-top: 0;
}

p {
  margin-bottom: 0rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    transform: scale3d(1.15, 1.15, 1.15);
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    -moz-transform: scale3d(1.15, 1.15, 1.15);
    -ms-transform: scale3d(1.15, 1.15, 1.15);
    -o-transform: scale3d(1.15, 1.15, 1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    transform: scale3d(1.15, 1.15, 1.15);
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    -moz-transform: scale3d(1.15, 1.15, 1.15);
    -ms-transform: scale3d(1.15, 1.15, 1.15);
    -o-transform: scale3d(1.15, 1.15, 1.15);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-webkit-keyframes pathmove {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes pathmove {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.u-wysiwygArea {
  margin-bottom: 2.5rem;
}
.u-wysiwygArea * + * {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea * + * {
    font-size: 1.4rem;
  }
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 1.4rem;
  }
}
.u-wysiwygArea div {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea div {
    font-size: 1.4rem;
  }
}
.u-wysiwygArea a {
  font-weight: 700;
  border-bottom: 0.2rem solid #000;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-wysiwygArea a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0.3rem;
  width: 12px;
  height: 12px;
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
}
.u-wysiwygArea h1 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.u-articletTitleText .u-wysiwygArea h1 {
  margin-bottom: 1rem;
}
.u-wysiwygArea h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.27em;
}
.u-articletTitleText .u-wysiwygArea h2 {
  margin-bottom: 1rem;
}
.u-wysiwygArea h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
.u-wysiwygArea h4 {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  margin-bottom: 1rem;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  list-style-type: inherit;
  line-height: 1.5;
  margin-top: 0.6em;
  font-size: 1.5rem;
  font-weight: 500;
}
.u-wysiwygArea dl {
  margin-bottom: 1rem;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: #eeeeee;
  padding: 3rem 4rem;
}
.u-wysiwygArea table {
  background: #fff;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea table tr td:first-child {
  white-space: nowrap;
}
.u-wysiwygArea img {
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - (40px * 2)) / 3);
}
.u-wysiwygArea .box {
  border: solid 1px #000;
  padding: 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .box {
    padding: 2rem;
    margin-bottom: 7rem;
  }
}
.u-wysiwygArea .box p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .u-mt0_pc {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb0_pc {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt0_sp {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mt4_pc {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 769px) {
  .u-mb4_pc {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt4_sp {
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mb4_sp {
    margin-bottom: 4rem !important;
  }
}

/*====================================================================
u-articleBnr
====================================================================*/
.u-articleBnr {
  margin: 9rem 0;
}
.u-articleBnr__link {
  display: block;
  max-width: 60rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .u-articleBnr__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleBnr__link:hover {
    opacity: 0.6;
  }
}

/*====================================================================
u-articleBtn
====================================================================*/
.u-articleBtn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .u-articleBtn {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.u-articleBtn.u-plan {
  margin: 3rem auto 0;
}
.u-articleBtn__item {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 1rem 2rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__item {
    margin: 2rem 0;
  }
  .u-articleBtn__item::after {
    right: 10px;
  }
}
.u-articleBtn__item::after {
  content: "";
  width: 4.5rem;
  height: 20px;
  background-image: url(../images/common/btnArrow__black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .u-articleBtn__item::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleBtn__item:hover:after {
    background-image: url(../images/common/btnArrow__yellow.png);
  }
}
.u-articleBtn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  min-height: 7rem;
  padding: 1rem 5rem 1rem 1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background: #000;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleBtn__link {
    font-size: 1.4rem;
  }
}
.u-plan .u-articleBtn__link {
  letter-spacing: 0.22em;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__link:hover {
    background: #fff;
    color: #000;
    outline: none;
    text-decoration: none;
  }
}

.u-articleBtn__pdf {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.u-articleBtn__pdf.u-plan {
  margin: 3rem auto 0;
}
.u-articleBtn__pdf__item {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 1rem 2rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf__item {
    margin: 2rem 0;
  }
  .u-articleBtn__pdf__item::after {
    right: 10px;
  }
}
.u-articleBtn__pdf__item::after {
  content: "";
  width: 4.5rem;
  height: 20px;
  background-image: url(../images/common/btnArrow__black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__item::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__item:hover:after {
    background-image: url(../images/common/btnArrow__yellow.png);
  }
}
.u-articleBtn__pdf__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  min-height: 7rem;
  padding: 1rem 5rem 1rem 1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background: #000;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf__link {
    font-size: 1.4rem;
  }
}
.u-plan .u-articleBtn__pdf__link {
  letter-spacing: 0.22em;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__link:hover {
    background: #fff;
    color: #000;
    outline: none;
    text-decoration: none;
  }
}
.u-articleBtn__pdf .u-articleBtn__item::before {
  display: none;
}
.u-articleBtn__pdf .u-articleBtn__item::after {
  width: 2rem;
  height: 1.8rem;
  background: url(../images/common/download_icon_black.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  border: none;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf .u-articleBtn__item:hover::after {
    border: none;
    background: url(../images/common/download_icon_black.png) center center/contain no-repeat;
  }
}
.u-articleBtn__pdf .u-articleBtn__link {
  letter-spacing: 0.28em;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf .u-articleBtn__link {
    font-size: 1.2rem;
  }
}

/*====================================================================
u-articleColumn
====================================================================*/
/*====================================================================
u-articleFv
====================================================================*/
.u-articleFv {
  width: 100%;
  margin-bottom: 3rem;
}
.u-articleFv__thumb {
  display: block;
  margin-bottom: 2.5rem;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-bottom: 32.5%;
}
@media screen and (max-width: 768px) {
  .u-articleFv__thumb {
    padding-bottom: 58.6666%;
  }
}
.u-articleFv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .u-articleFv__img {
    max-height: 25rem;
  }
}
.u-articleFv__tabList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}
.u-articleFv__tabListItem {
  margin: 0 0.4rem;
}
.u-articleFv__tabListItem:first-child {
  margin: 0 0.4rem 0 0;
}
.u-articleFv__tabListItemText {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  color: #000;
  background: #000;
}
.u-articleFv__caption {
  margin: 2rem 0;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .u-articleFv__caption {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.u-articleFv .u-contentCenter {
  max-width: 100rem;
}

/*====================================================================
u-articleMap
====================================================================*/
.u-articleMap {
  margin: 5rem 0;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-articleMap {
    margin: 3rem 0;
    padding: 0;
  }
}
.u-articleMap__item {
  width: 100%;
  height: 33.5rem;
}
.u-articleMap__item iframe {
  width: 100%;
  height: 100%;
}

/*====================================================================
u-articleTitle
====================================================================*/
.u-articleText__annotation {
  font-size: 10px;
  margin: 1rem 0;
}

/*====================================================================
u-articleTextImg
====================================================================*/
.u-articleTextImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 2rem;
}
.u-articleTextImg.part-imageLeft .u-articleTextImg__thumbCaption {
  padding-left: 3rem;
}
.u-articleTextImg.part-imageLeft p {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg {
    margin: 0 0 1.5rem;
  }
  .u-articleTextImg.part-colum2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-articleTextImg.part-colum3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-articleTextImg.part-imageRight {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-articleTextImg.part-imageLeft {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-articleTextImg.part-imageLeft .u-articleTextImg__thumbCaption {
    padding-left: 0;
  }
  .u-articleTextImg.part-imageLeft p {
    padding-left: 0;
  }
}
.u-articleTextImg.part-imageRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.u-articleTextImg__cont {
  width: 100%;
  padding: 0.5rem;
}
.part-colum2 .u-articleTextImg__cont {
  max-width: calc(100% / 2);
}
@media screen and (max-width: 768px) {
  .part-colum2 .u-articleTextImg__cont {
    max-width: none;
  }
}
.part-colum3 .u-articleTextImg__cont {
  max-width: calc(100% / 3);
  margin-bottom: 3rem;
}
.part-colum3 .u-articleTextImg__cont:first-child {
  max-width: calc(100% / 3 - 0.5rem);
}
.part-colum3 .u-articleTextImg__cont:last-child {
  max-width: calc(100% / 3 - 0.5rem);
}
@media screen and (max-width: 768px) {
  .part-colum3 .u-articleTextImg__cont {
    max-width: 100%;
  }
  .part-colum3 .u-articleTextImg__cont:first-child {
    max-width: none;
  }
  .part-colum3 .u-articleTextImg__cont:last-child {
    max-width: none;
    margin-bottom: 0;
  }
}
.u-articleTextImg__cont:first-child {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.u-articleTextImg__cont:last-child {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.u-articleTextImg__cont:only-child {
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__cont {
    padding: 0;
  }
  .u-articleTextImg__cont:first-child {
    padding: 0;
  }
  .u-articleTextImg__cont:last-child {
    padding: 0;
  }
  .u-articleTextImg__cont:only-child {
    padding: 0;
  }
}
.u-articleTextImg__thumb {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__thumb {
    max-width: 100%;
    padding: 0;
    margin-bottom: 1.7rem;
  }
}
.u-articleTextImg__thumbImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-articleTextImg__titleSmall {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66;
}
.u-articleTextImg__text {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.75;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__text {
    max-width: 100%;
    padding: 0;
  }
}
.u-articleTextImg__thumbCaption {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.u-articleTextImg__linkBtn {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__linkBtn {
    margin: 2rem auto 0;
  }
}
.u-articleTextImg__linkBtn::after {
  content: "";
  width: 4.5rem;
  height: 20px;
  background-image: url(../images/common/btnArrow__black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__linkBtn::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__linkBtn:hover:after {
    background-image: url(../images/common/btnArrow__yellow.png);
  }
}
.u-articleTextImg__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  min-height: 7rem;
  padding: 1rem 6rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.22em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 5px;
  background: #000;
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__link:hover {
    background: #fff;
    color: #000;
    outline: none;
    text-decoration: none;
  }
}

.u-articleTextImgSmall__text {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgSmall__text {
    font-size: 1.2rem;
  }
}

/*====================================================================
u-articleTextImg
====================================================================*/
.u-articleTextImgFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 9rem;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgFlex {
    margin: 0 0 7rem;
  }
}
.u-articleTextImgFlex__thumb {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgFlex__thumb {
    max-width: 100%;
    padding: 0;
    margin-bottom: 3.8rem;
  }
}
.u-articleTextImgFlex__thumbImg {
  width: 100%;
}
.u-articleTextImgFlex__textArea {
  width: 45%;
}
.u-articleTextImgFlex__titleSmall {
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66;
}
.u-articleTextImgFlex__text {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .u-articleTextImgFlex__text {
    max-width: 100%;
    padding: 0;
  }
}

/*====================================================================
u-articleThumb
====================================================================*/
.u-articleThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -0.6rem 2rem;
}
.u-articleThumb.wide {
  margin: 0 0 2rem;
}
.u-articleThumb.part-colum1 {
  margin: 0 0 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleThumb {
    margin: 0 0 2rem;
  }
  .u-articleThumb.part-colum2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-articleThumb.part-colum3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-articleThumb__item {
  max-width: 100%;
  padding: 0.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .u-articleThumb__item {
    max-width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
}
.u-articleThumb__item:only-child {
  padding: 0.5rem 0;
}
.part-colum2 .u-articleThumb__item {
  max-width: calc(100% / 2);
}
@media screen and (max-width: 768px) {
  .part-colum2 .u-articleThumb__item {
    max-width: none;
    margin-bottom: 3rem;
  }
}
.part-colum3 .u-articleThumb__item {
  max-width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  .part-colum3 .u-articleThumb__item {
    max-width: none;
    margin-bottom: 3rem;
  }
}
.u-articleThumb__itemImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-articleThumb__itemImg:last-of-type {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .u-articleThumb__itemImg:last-of-type {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .u-articleThumb__itemImg:first-of-type {
    margin-top: 0;
  }
}
.u-articleThumb__itemCaption {
  font-size: 1.1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/*====================================================================
u-articleSec
====================================================================*/
.u-articleSec {
  padding-top: 4rem;
}
.u-articleSec .u-contentCenter {
  max-width: 100rem;
}
/*====================================================================
u-articleSlider
====================================================================*/
.u-articleSlider {
  width: 100%;
  position: relative;
  margin-bottom: 10rem;
}
.u-articleSlider__container {
  max-height: 54rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider__container {
    max-height: 26rem;
  }
}
.u-articleSlider__list {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.u-articleSlider__item {
  position: relative;
}
.u-articleSlider__thumb {
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: center;
}
.u-articleSlider__image {
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-articleSlider__image {
    height: 18.4rem;
  }
}
.u-articleSlider__text {
  margin: 2rem 0 3rem;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
}
.u-articleSlider .swiper-container-horizontal > .swiper-pagination {
  width: 100%;
  text-align: left;
  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;
}
.u-articleSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  background-color: #a0a0a0;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}
.u-articleSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  width: 1rem;
  height: 1rem;
  background: #a0a0a0;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background: #000;
}
.u-articleSlider .swiper-button-prev,
.u-articleSlider .swiper-button-next {
  z-index: 1;
  top: 23rem;
  background: #000;
  padding: 1rem;
  width: 4.2rem;
  height: 4.2rem;
  border: 0.1rem solid #000;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev,
.u-articleSlider .swiper-button-next {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-prev,
.u-articleSlider .swiper-button-next {
    top: 10rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.u-articleSlider .swiper-button-prev::before, .u-articleSlider .swiper-button-prev::after,
.u-articleSlider .swiper-button-next::before,
.u-articleSlider .swiper-button-next::after {
  position: absolute;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev::before, .u-articleSlider .swiper-button-prev::after,
.u-articleSlider .swiper-button-next::before,
.u-articleSlider .swiper-button-next::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-prev::before, .u-articleSlider .swiper-button-prev::after,
.u-articleSlider .swiper-button-next::before,
.u-articleSlider .swiper-button-next::after {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev:hover,
.u-articleSlider .swiper-button-next:hover {
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev:hover,
.u-articleSlider .swiper-button-next:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleSlider .swiper-button-prev {
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-prev {
    left: -2rem;
  }
}
.u-articleSlider .swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: 18px;
  background-image: url(../images/common/slick_prevArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev:hover::after {
    background-image: url(../images/common/slick_prevArrowYellow.png);
  }
}
.u-articleSlider .swiper-button-next {
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-next {
    right: -2rem;
  }
}
.u-articleSlider .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: 18px;
  background-image: url(../images/common/slick_nextArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-next:hover::after {
    background-image: url(../images/common/slick_nextArrowYellow.png);
  }
}

/*====================================================================
u-articleVideo
====================================================================*/
.u-articleVideo {
  text-align: center;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .u-articleVideo {
    margin: 4rem 0;
  }
}
.u-articleVideo__title {
  font-size: 1.6rem;
  line-height: 1.93;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.u-articleVideo__text {
  font-size: 1.4rem;
  margin-bottom: 6rem;
  line-height: 1.93;
  letter-spacing: 0.1em;
}
.u-articleVideo__item {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .u-articleVideo__item {
    margin-bottom: 3.5rem;
  }
}
.u-articleVideo__item iframe {
  max-width: 70rem;
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .u-articleVideo__item iframe {
    max-width: 100%;
    height: 19rem;
  }
}
.u-articleVideo__button .u-button__arrowText {
  background: #a78751;
}

.u-button__plus {
  max-width: 36.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  position: relative;
  cursor: pointer;
}
.u-button__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1.5em;
  height: 1px;
  background: #000;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-button__plus::before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-button__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
  height: 1px;
  background: #000;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-button__plus::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__plus:hover::before, .u-button__plus:hover::after {
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-button__plus:hover::before, .u-button__plus:hover::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-button__plusText {
  padding: 2.4rem 2.1rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-button__plusText {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__plusText:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
    outline: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-button__plusText:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}

.u-button__arrow {
  border-radius: 12px;
  max-width: 33.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  position: relative;
  background-color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .u-button__arrow {
    margin-top: 3rem;
  }
}
.u-button__arrowText {
  border-radius: 12px;
  padding: 1.8rem 3.6rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.4em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 7rem;
}
@media screen and (min-width: 769px) {
  .u-button__arrowText {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__arrowText:hover {
    background: #fff;
    color: #000;
    outline: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-button__arrowText:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-button__arrowText:hover:after {
    width: 2rem;
    height: 2rem;
    top: 50%;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
.u-button__arrowText:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/search_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .u-button__arrowText:after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-button__arrow.ankLink a[href^="#"]::after {
  top: 49%;
  right: 2.1rem;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .u-button__arrow.ankLink {
    letter-spacing: 0.11em;
  }
  .u-button__arrow.ankLink::after {
    background-image: url(../images/common/search_arrow.png);
    width: 3.6rem;
    height: 1.2rem;
  }
}
.u-button__arrow .u-sdgsBtn {
  letter-spacing: 0.15em;
}
.u-button__arrow .u-sdgsBtn::after {
  width: 4rem;
  right: 10px;
}

.u-articleButton {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.u-articleButton::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 1.8rem;
  height: 0.15rem;
  background: #000;
}
@media screen and (min-width: 769px) {
  .u-articleButton::before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 0.15rem;
  background: #000;
}
@media screen and (min-width: 769px) {
  .u-articleButton::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleButton:hover::before, .u-articleButton:hover::after {
    background: #000;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-articleButton:hover::before, .u-articleButton:hover::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleButton.part-colorGD::before, .u-articleButton.part-colorGD::after {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .u-articleButton.part-colorGD:hover::before, .u-articleButton.part-colorGD:hover::after {
    background: #000;
  }
}
.u-articleButtonText {
  padding: 1.5rem 2.1rem;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.11em;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-articleButtonText {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-articleButtonText:hover {
    background: #000;
    border-color: #000;
    color: #000;
    outline: none;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-articleButtonText:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}

.u-linkBtn__longArrow {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #00896A;
  border-bottom: 1px solid #00896A;
}
.u-linkBtn__longArrow::after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  width: 0.6rem;
  height: 0.9rem;
  background: url(../images/common/arrow_icon_base.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .u-linkBtn__longArrow:hover::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}

.u-mt0 {
  margin-top: 0;
}

.js-moreButtonLineHide::before {
  content: "";
  width: 0;
  height: 0;
}

.u-cardTopics {
  margin: 5rem 0;
}
.u-cardTopics__title {
  margin: 0 auto 3.8rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__title {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__title {
    padding-top: 0;
  }
}
.u-cardTopics__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.u-plan .u-cardTopics__list {
  margin-left: calc(-5.3% - 2.8rem);
  margin-right: calc(-5.3% - 2.8rem);
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardTopics__list {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-cardTopics__item {
  width: calc(100% / 4);
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.u-cardTopics__item.count-1 {
  width: calc(100% / 2);
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item.count-1 {
    max-width: 100%;
    width: 100%;
  }
}
.u-plan .u-cardTopics__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__item {
    margin-bottom: 2rem;
  }
  .u-plan .u-cardTopics__item:last-child {
    margin-bottom: 0;
  }
  .u-plan .u-cardTopics__item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.u-cardTopics__link {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.u-cardTopics__link img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.u-cardTopics__link:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .u-cardTopics__link:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-cardTopics__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.count-1 .u-cardTopics__link[target=_blank] .u-cardTopics__captionLink::after {
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
}
.u-cardTopics__img {
  overflow: hidden;
}
.u-cardTopics__img img {
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.count-1 .u-cardTopics__img img {
  height: 24vw;
}
@media screen and (max-width: 768px) {
  .count-1 .u-cardTopics__img img {
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardTopics__img img {
    height: 20rem;
  }
}
.u-plan .u-cardTopics__img img {
  height: 27rem;
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__img img {
    height: 21.5rem;
  }
}
.u-cardTopics__caption {
  line-height: 1.7;
}
.u-cardTopics__captionDay {
  display: block;
  color: #a0a0a0;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5rem;
}
.u-cardTopics__captionTitle {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.66;
  margin-bottom: 1rem;
}
.u-cardTopics__captionText {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.u-plan .u-cardTopics__captionText {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow: inherit;
  height: auto;
}
.u-plan .u-cardTopics__captionText::before, .u-plan .u-cardTopics__captionText::after {
  content: none;
}
.u-cardTopics__captionLink {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  color: #00896A;
  position: relative;
  padding-right: 2.5rem;
}
.u-cardTopics__captionLink::after {
  content: "";
  background: url(../images/common/u-cardCarousel_detailArrow.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  width: 1.6rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is_page__area .u-cardTopics__img {
  aspect-ratio: 4/3;
}
.is_page__area .u-cardTopics__img img {
  height: 100%;
}

.u-secTitleEn {
  color: #000;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-family: "Righteous", cursive;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secTitleEn {
    text-align: center;
  }
}

.u-secTitleEn__center {
  color: #000;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-family: "Righteous", cursive;
  color: #000;
  position: relative;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .u-secTitleEn__center {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-secTitleEn__center {
    text-align: center;
    padding-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .is_singleTerm__recommend_plan .u-articlePageTitle__wrapper .u-secTitleEn {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 768px) {
  .is_post__area_infomation .archivePageSec__titleEn {
    font-size: 5rem;
  }
}

.u-secTitleJp {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secTitleJp {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
  }
}

.u-secTitleJp__center {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 6rem;
  position: relative;
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .u-secTitleJp__center {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
  }
}
.u-secText {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secText {
    font-size: 1.4rem;
    text-align: center;
  }
}

.u-secText__center {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 7rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-secText__center {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-secText__center {
    font-size: 1.4rem;
    text-align: left;
  }
}

.u-lowerPageTitle {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 78.33%;
  width: 100%;
  margin-bottom: 5rem;
  margin-left: 3.5rem;
  padding-top: 4rem;
  padding-left: 0;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle {
    padding: 0 2rem;
    max-width: 100%;
  }
}
@media print {
  .u-lowerPageTitle {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 4rem;
    line-height: 1.4em;
    text-align: center;
  }
}

.u-lowerPageTitle__center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 78.33%;
  width: 100%;
  margin-bottom: 5rem;
  margin-left: 3.5rem;
  padding-top: 4rem;
  padding-left: 0;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__center {
    padding: 0 2rem;
    max-width: 100%;
  }
}
@media print {
  .u-lowerPageTitle__center {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__center {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 4rem;
    line-height: 1.4em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__center {
    font-size: 2.3rem;
    text-align: center;
  }
}

.u-lowerPageTitleWrap .u-lowerPageTitleEn {
  padding-top: 4rem;
}
.u-lowerPageTitleWrap .u-lowerPageTitle__center {
  padding-top: 0;
}

.u-articlePageTitle__wrapper {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .u-articlePageTitle__wrapper {
    padding: 0;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  .u-articlePageTitle__wrapper.u-contentCenter {
    padding: 0;
  }
}
.u-articlePageTitle__wrapper .u-secTitleEn {
  font-size: 8rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: left;
  color: #000;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .u-articlePageTitle__wrapper .u-secTitleEn {
    font-size: 4.4rem;
    line-height: 1;
  }
}
.u-articlePageTitle__wrapper .u-secTitleEn.guest.nowrap {
  font-size: 8rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: left;
  color: #000;
  font-family: "Righteous", cursive;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .u-articlePageTitle__wrapper .u-secTitleEn.guest.nowrap {
    font-size: 4.4rem;
    line-height: 1;
  }
}
.u-articlePageTitle__wrapper .u-lowerPageTitle__left {
  padding-left: 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .u-articlePageTitle__wrapper .u-lowerPageTitle__left {
    padding-left: 2rem;
  }
}
.u-articlePageTitle__wrapper .u-lowerPageTitle__left.en-none {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .u-articlePageTitle__wrapper .u-lowerPageTitle__left.en-none {
    padding-left: 2rem;
  }
}

.u-lowerSecTitle {
  color: #000;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-lowerSecTitle {
    font-size: 1.7rem;
    text-align: center;
  }
}

.u-lowerSecTitle__center {
  color: #000;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  position: relative;
  text-align: center;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .u-lowerSecTitle__center {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-lowerSecTitle__center {
    padding-top: 6rem;
  }
}

.u-articleBlank__small {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .u-articleBlank__small {
    padding-top: 15px;
  }
}
.u-articleBlank__middle {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .u-articleBlank__middle {
    padding-top: 20px;
  }
}
.u-articleBlank__large {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-articleBlank__large {
    padding-top: 30px;
  }
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  height: 78px;
  left: 0;
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 100%;
  z-index: 500;
}
@media screen and (min-width: 769px) {
  .siteHeader {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.is_login_user .siteHeader {
  top: 32px;
}
@media screen and (max-width: 768px) {
  .is_login_user .siteHeader {
    top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    height: 5rem;
  }
}
@media print {
  .siteHeader {
    position: absolute;
  }
}
.siteHeader.is-scroll {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .siteHeader.is-scroll {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader.is-scroll .siteHeader__navItemLink {
  color: #000;
}
@media screen and (min-width: 769px) {
  .siteHeader.is-scroll .siteHeader__navItemLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader.is-scroll .siteHeader__navItem.contact .siteHeader__navItemLink {
  color: #fff;
}
.siteHeader__wrap {
  height: 100%;
}
.siteHeader__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000;
}
@media screen and (max-width: 768px) {
  .siteHeader__inner {
    padding: 0.5rem 0;
  }
}
.siteHeader__innerArea {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 78.33%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteHeader__innerArea {
    padding: 0 2rem;
    max-width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    max-width: 1024px;
  }
}
.siteHeader__menuTop {
  min-width: 50px;
  max-width: 70px;
  width: 100%;
  height: 7.8rem;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTop {
    height: 5rem;
    max-width: 5rem;
    margin-left: 2rem;
  }
}
.siteHeader__nav {
  height: 7.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader__nav {
    height: 5rem;
  }
}
.siteHeader__navLogoArea {
  max-width: 8.6%;
  padding-left: 1.5rem;
  margin-top: 10px;
  margin-bottom: 0.5rem;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .siteHeader__navLogoArea {
    max-width: 7rem;
    width: 100%;
    padding: 0;
    margin-top: 0.8rem;
    margin-left: 1.5rem;
    height: auto;
  }
}
.siteHeader__navLogo {
  display: block;
}
.siteHeader__navLogo img {
  vertical-align: inherit;
}
.siteHeader__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .siteHeader__navList {
    max-width: 5rem;
    margin-right: 5rem;
    margin-left: auto;
  }
}
.siteHeader__navItem {
  list-style: none;
  max-width: calc((100% - 7.8rem * 2) / 3);
  width: 100%;
}
.siteHeader__navItem.contact {
  max-width: 7.8rem;
  margin-right: 7.8rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .siteHeader__navItem.contact {
    max-width: none;
    margin-right: auto;
  }
}
.siteHeader__navItemLink {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .siteHeader__navItemLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__navItemLink:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__navItemLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__navItemLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.contact .siteHeader__navItemLink {
  max-width: 7.8rem;
  width: 100%;
  height: 7.8rem;
  background: #000;
  text-align: center;
  margin-right: 7.8rem;
  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;
}
@media screen and (max-width: 768px) {
  .contact .siteHeader__navItemLink {
    max-width: 5rem;
    height: 5rem;
    margin-right: 0;
    font-size: 0.9rem;
  }
}
.siteHeader__menuToggle {
  position: absolute;
  right: 0;
  top: 1rem;
  width: 7.8rem;
  height: 5.8rem;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggle {
    width: 5rem;
    height: 5rem;
    top: 0.5rem;
  }
}
.siteHeader__menuToggleText {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleText {
    font-size: 0.8rem;
    line-height: 1.9;
  }
}
.siteHeader__menuToggleText.is-none {
  opacity: 0;
}
.siteHeader__menuToggleItem {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 4.3rem;
  height: 4.3rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem {
    top: 60%;
    width: 3rem;
    height: 3rem;
  }
}
.siteHeader__menuToggleItem > span {
  display: block;
  position: absolute;
  margin-top: 1rem;
  width: 4rem;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span {
    margin-top: 0.2rem;
    width: 3rem;
  }
}
.siteHeader__menuToggleItem > span:nth-child(1) {
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span:nth-child(1) {
    top: 0;
  }
}
.siteHeader__menuToggleItem > span:nth-child(2) {
  top: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span:nth-child(2) {
    top: 0.8rem;
  }
}
.siteHeader__menuToggleItem > span:nth-child(3) {
  top: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem > span:nth-child(3) {
    top: 1.6rem;
  }
}
.siteHeader__menuToggleItem.is-active {
  top: 50%;
}
.siteHeader__menuToggleItem.is-active > span:nth-child(1) {
  top: 2rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem.is-active > span:nth-child(1) {
    top: 1rem;
  }
}
.siteHeader__menuToggleItem.is-active > span:nth-child(2), .siteHeader__menuToggleItem.is-active > span:nth-child(3) {
  top: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleItem.is-active > span:nth-child(2), .siteHeader__menuToggleItem.is-active > span:nth-child(3) {
    top: 1rem;
  }
}

.siteHeader__menu {
  display: none;
}
.siteHeader__menu.is-active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 78px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .siteHeader__menu.is-active {
    padding-top: 5rem;
  }
}
.is_login_user .siteHeader__menu.is-active {
  top: 32px;
}
@media screen and (max-width: 768px) {
  .is_login_user .siteHeader__menu.is-active {
    top: 46px;
  }
}
.siteHeader__menuInner {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.siteHeader__menuLinkArea {
  width: 100%;
  padding: 2rem 12.5rem 10rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLinkArea {
    padding: 2rem 0 12rem 0;
  }
}
.siteHeader__menuTop02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTop02 {
    margin: 0 auto;
    margin-bottom: 0;
    padding: 1rem 0;
  }
}
.siteHeader__menuTop02::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
}
.siteHeader__menuLogo {
  max-width: 150px;
  width: 100%;
  height: 100px;
  margin-left: -80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLogo {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLogo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuLogo:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLogo {
    max-width: 9.5rem;
    height: 80%;
  }
}
.siteHeader__menuLogoImg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLogoImg:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLogoImg {
    width: 130px;
  }
}
.siteHeader__menuLogoLink {
  display: block;
  width: 38%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLogoLink {
    height: 100%;
  }
}
.siteHeader__topMenuLogo {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .siteHeader__topMenuLogo {
    height: 100%;
  }
}
.siteHeader__lowerMenuLogo {
  display: block;
  width: 182px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .siteHeader__lowerMenuLogo {
    width: 130px;
  }
}
.is_frontpage.is_page__lower .siteHeader__lowerMenuLogo {
  opacity: 0;
}
.is_frontpage.is_page__lower .siteHeader__lowerMenuLogo.is-show {
  opacity: 1;
}
.is_page__lower .siteHeader__lowerMenuLogo {
  opacity: 1;
}
.siteHeader__menuLang {
  width: 100%;
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteHeader__menuLangLink {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.25em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLangLink {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLangLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuLangLink:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLangLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLangLink:hover {
    opacity: 0.7;
  }
}
.siteHeader__menuLangLink.is-disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: text;
}
.siteHeader__menuList {
  margin: 4rem auto 3rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuList {
    margin: 0;
    border-bottom: 1px solid #BFBFBF;
  }
}
.siteHeader__menuItem {
  margin: 0 3rem 1.5rem 0;
}
.siteHeader__menuItem:last-of-type {
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItem {
    width: 50%;
    height: 6rem;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #BFBFBF;
  }
  .siteHeader__menuItem:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .siteHeader__menuItem:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .siteHeader__menuItem:nth-of-type(odd) {
    border-right: 1px solid #BFBFBF;
  }
}
.siteHeader__menuItemLink {
  padding-right: 2.5rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemLink {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.siteHeader__menuItemLink::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media screen and (min-width: 769px) {
  .siteHeader__menuItemLink:hover {
    opacity: 0.7;
  }
  .siteHeader__menuItemLink:hover:after {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemLink {
    display: block;
    width: 100%;
    padding: 0 4rem 0 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .siteHeader__menuItemLink:after {
    right: 1.5rem;
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
}
.siteHeader__menuItemLink[target=_blank]::after {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
  -webkit-filter: invert(0);
          filter: invert(0);
  border-radius: 0;
  border: none;
}
.siteHeader__menuListSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuListSub {
    margin-bottom: 2.5rem;
  }
}
.siteHeader__menuItemSub {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-right: 2rem;
  margin-right: 7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemSub {
    width: 50%;
    font-size: 1.1rem;
    margin-right: 0;
    padding: 1.5rem 1rem 1.5rem 0;
    margin-bottom: 0;
    border-bottom: solid 1px #bfbfbf;
    border-right: 1px solid #bfbfbf;
  }
  .siteHeader__menuItemSub:nth-child(2n) {
    border-right: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .siteHeader__menuItemSub {
    margin-right: 4rem;
  }
}
.siteHeader__menuTitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  padding-bottom: 0.8rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #BFBFBF;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle {
    cursor: pointer;
    font-size: 1.1rem;
    margin-bottom: 0;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle.is-active .siteHeader__menuTitleItem::after {
    content: "ー";
    font-size: 1.6rem;
    right: 1.8rem;
  }
}
.siteHeader__menuTitleItem {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitleItem {
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitleItem {
    width: 100%;
    display: block;
    padding: 0 1.5rem;
    font-weight: 700;
  }
  .siteHeader__menuTitleItem:after {
    content: "+";
    display: block;
    width: auto;
    height: auto;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.siteHeader__menuTitleItemLink {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeader__menuTitleItemLink:after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(170%, -50%);
          transform: translate(170%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitleItemLink {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .siteHeader__menuTitleItemLink span {
    padding: 0;
  }
  .siteHeader__menuTitleItemLink span:after {
    display: none;
  }
  .siteHeader__menuTitleItemLink:after {
    right: 1%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.siteHeader__menuTitleItemLink:hover {
  opacity: 0.7;
}
.siteHeader__menuTitleItemLink:hover:after {
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-filter: invert(0);
          filter: invert(0);
}
.siteHeader__menuTitleItemLink[target=_blank]::after {
  width: 1.5rem;
  height: 1.5rem;
  right: 2%;
  border-radius: 0;
  border: none;
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
  -webkit-filter: invert(0);
          filter: invert(0);
}
@media screen and (min-width: 769px) {
  .siteHeader__menuTitleItemLink[target=_blank]:hover::after {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrand {
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 1.5rem;
  }
}
.siteHeader__menuBrandInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -3rem;
  margin-right: -3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandInner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.siteHeader__menuBrandList {
  max-width: 50%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.siteHeader__menuBrandList:first-child .siteHeader__menuBrandChild:nth-of-type(1) .siteHeader__menuBrandLinkItem, .siteHeader__menuBrandList:first-child .siteHeader__menuBrandChild:nth-of-type(2) .siteHeader__menuBrandLinkItem {
  max-width: 100%;
}
.siteHeader__menuBrandTitle {
  font-size: 1.2rem;
  color: #a0a0a0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandTitle {
    font-size: 1.1rem;
  }
}
.siteHeader__menuBrandItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.siteHeader__menuBrandChild {
  max-width: 50%;
  width: 100%;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandChild {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.siteHeader__menuBrandName {
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandName {
    font-size: 1.1rem;
  }
}
.siteHeader__menuBrandName::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.siteHeader__menuBrandNameLink {
  color: #000;
  position: relative;
  display: block;
  padding-right: 2rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandNameLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuBrandNameLink:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandNameLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBrandNameLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuBrandNameLink::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandNameLink::after {
    right: 0.5rem;
  }
}
.siteHeader__menuBrandLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.siteHeader__menuBrandLinkItem {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  display: block;
  max-width: 50%;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandLinkItem {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuBrandLinkItem:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBrandLinkItem:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBrandLinkItem:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandLinkItem {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.siteHeader__menuGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroup {
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-left: 0;
  }
}
.siteHeader__menuGroupLink {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  margin-right: 6rem;
  margin-bottom: 2rem;
  padding: 2px 25px 2px 0;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupLink {
    font-size: 1.3rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuGroupLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuGroupLink::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeader__menuGroupLink:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #BFBFBF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-180%, -50%);
          transform: translate(-180%, -50%);
}
.siteHeader__menuGroupLink:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuGroupLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuGroupLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuGroupLink:hover::after {
  border: 1px solid #000;
  -webkit-filter: invert(0);
          filter: invert(0);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupLink {
    margin-bottom: 1.5rem;
    width: 100%;
    padding-left: 3.5rem;
    padding-right: 5rem;
    margin-right: 0;
    margin-left: 0;
    float: left;
  }
  .siteHeader__menuGroupLink::after {
    right: 2rem;
  }
  .siteHeader__menuGroupLink:before {
    left: 2rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .siteHeader__menuGroupLink:first-of-type {
    margin-top: 1.5rem;
  }
}
.siteHeader__menuGroupLink[target=_blank] {
  position: relative;
  padding-right: 2rem;
}
.siteHeader__menuGroupLink[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0;
  border: none;
  border-bottom: none;
  border-right: none;
  -webkit-filter: invert(0);
          filter: invert(0);
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuGroupLink[target=_blank]:hover::after {
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupLink[target=_blank] {
    padding-right: 5rem;
  }
  .siteHeader__menuGroupLink[target=_blank]::after {
    right: 2.3rem;
  }
}
.siteHeader__menuAttempt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3rem;
  margin-right: -3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempt {
    margin-left: 0;
    margin-right: 0;
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 1.5rem;
  }
}
.siteHeader__menuAttemptItem {
  max-width: 50%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttemptItem {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.siteHeader__menuAttemptTitle {
  margin-bottom: 1rem;
}
.siteHeader__menuAttempTitleLink {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempTitleLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuAttempTitleLink:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempTitleLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuAttempTitleLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempTitleLink {
    font-size: 1.1rem;
  }
}
.siteHeader__menuAttempTitleLink::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.siteHeader__menuAttempChild {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempChild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.siteHeader__menuAttempChildLink {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-right: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempChildLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuAttempChildLink:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuAttempChildLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuAttempChildLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuAttempChildLink {
    max-width: 50%;
    width: 100%;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0;
  }
}
.siteHeader__menuBottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.siteHeader__menuBottom .u-button__arrow {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastContainer {
    padding: 0 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.siteHeader__menuLast {
  margin: 3rem 0 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: wrap;
          flex-direction: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLast {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.siteHeader__menuLast:last-of-type {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .siteHeader__menuLast {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLast {
    width: 48%;
    padding-bottom: 0;
    margin: 0;
  }
}
.siteHeader__menuLastName {
  display: inline-block;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .siteHeader__menuLastName {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastName {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
}
.siteHeader__menuLastAddress {
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .siteHeader__menuLastAddress {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastAddress {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
.siteHeader__menuLastTel {
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .siteHeader__menuLastTel {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastTel {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLastTel a[href^="tel:"] {
    pointer-events: none;
  }
}
.siteHeader__searchBtn {
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .siteHeader__searchBtn {
    margin-left: auto !important;
    margin-bottom: 2.8rem;
  }
}
.siteHeader__searchBtnInner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .siteHeader__searchBtnInner:hover:after {
    background: url(../images/layout/icon_calender_yellow.png) center center/contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    right: 2rem;
  }
}
.siteHeader__searchBtnInner:before {
  display: none;
}
.siteHeader__searchBtnInner:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/layout/icon_calender_black.png) center center/contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .siteHeader__searchBtnInner:after:hover {
    background: url(../images/layout/icon_calender_yellow.png) center center/contain;
    width: 2rem;
    height: 2rem;
  }
}
.siteHeader__menuBottomSns {
  width: 100%;
  max-width: 450px;
  margin-top: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSns {
    display: block;
    max-width: none;
    padding: 0 2rem;
    margin: 3rem 0 3rem 0;
  }
}
.siteHeader__menuBottomSnsBox {
  width: 48%;
}
.siteHeader__menuBottomSnsBox.vita {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsBox {
    width: 100%;
  }
  .siteHeader__menuBottomSnsBox.vita {
    width: 100%;
  }
}
.siteHeader__menuBottomSnsLine {
  width: 1px;
  height: 60px;
  background-color: #BFBFBF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsLine {
    width: 100%;
    height: 1px;
    margin: 2rem 0;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.siteHeader__menuBottomSnsBoxCat {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsBoxCat {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.siteHeader__menuBottomSnsBoxCat.vita {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsBoxCat {
    margin-bottom: 1rem;
  }
  .siteHeader__menuBottomSnsBoxCat.vita {
    margin-left: 0;
  }
}
.siteHeader__menuBottomSnsBoxInner {
  width: 100%;
  margin: 0 auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsBoxInner {
    max-width: 22rem;
  }
}
.siteHeader__menuBottomSnsItem {
  display: block;
  width: 100%;
  max-width: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItem {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItem:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBottomSnsItem:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuBottomSnsImage {
  display: block;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsImage {
    padding: 0;
  }
}

.siteHeader__menuBrandList {
  max-width: 60%;
}
.siteHeader__menuBrandList:last-child {
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList:last-child {
    max-width: 100%;
  }
}
.siteHeader__menuBrandList:last-child .siteHeader__menuBrandChild {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList:last-child .siteHeader__menuBrandChild {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandList {
    max-width: 100%;
  }
}

.siteHeader__menuBrandChild {
  max-width: calc(100% / 3.5);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandChild {
    max-width: 50%;
  }
}
.siteHeader__menuBrandChild:last-child {
  max-width: calc(100% / 2.4);
}

html[lang=ja] .u-enDb {
  display: none;
}
html[lang=ja] .u-jaDb {
  display: block;
}
html[lang=ja] #msta_lang_ja {
  opacity: 1;
}
html[lang=ja] #msta_lang_ja::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
html[lang=ja] #msta_lang_en {
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  html[lang=ja] #msta_lang_en:hover {
    opacity: 1;
  }
}

html[lang=en] .u-enDb {
  display: block;
}
html[lang=en] .u-jaDb {
  display: none;
}
html[lang=en] #msta_lang_en {
  opacity: 1;
}
html[lang=en] #msta_lang_en::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
html[lang=en] #msta_lang_ja {
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  html[lang=en] #msta_lang_ja:hover {
    opacity: 1;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .siteFooter {
    padding-bottom: 5rem;
  }
}
.siteFooter .u-contentCenter {
  padding-top: 0;
  max-width: 875px;
}
.siteFooter .footCommonLineWrap {
  position: absolute;
  top: -1.2rem;
  left: 0;
  width: 100%;
}
.siteFooter .footCommonLine {
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #947151;
}
.siteFooter .footCommonLine:nth-of-type(2) {
  background-color: #000;
}
.siteFooter__inner {
  width: 100%;
  padding: 4rem 0 5rem;
  margin: 0 auto 4rem;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .siteFooter__inner {
    padding: 3.5rem 2rem 3rem;
  }
}
.siteFooter__bottomContainer {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__bottomContainer {
    padding-bottom: 10rem;
  }
}
.siteFooter__topLogoArea {
  max-width: 660px;
  margin: 0 auto 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .siteFooter__topLogoArea {
    margin: 0 auto 4rem;
  }
}
.siteFooter__topLogoAreaBox {
  width: 46%;
}
.siteFooter__topLogo {
  max-width: 100px;
  margin: 0 auto 3rem;
}
.siteFooter__topLogoLink {
  pointer-events: none;
}
.siteFooter__topLogoAddress {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .siteFooter__topLogoAddress {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.siteFooter__topLogoTel {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .siteFooter__topLogoTel {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.siteFooter__linkListWrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.siteFooter__ttl {
  margin-bottom: 3rem;
  font-size: 1.9rem;
  line-height: 1.68;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .siteFooter__ttl {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__ttl {
    margin-bottom: 1.8rem;
  }
}
.siteFooter__linkList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 820px;
  margin: 0 auto 3.5rem;
  padding: 0;
  list-style-type: none;
  color: #000;
}
.siteFooter__linkList.white {
  color: #fff;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__linkList.white {
    margin: 0 auto 5rem;
  }
}
.siteFooter__linkList.brand {
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .siteFooter__linkList.brand {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__linkList.u-contentCenter {
    padding: 0;
  }
}
.siteFooter__linkItem::after {
  content: "|";
  display: inline-block;
  margin: 0 6px 0 4px;
}
@media screen and (max-width: 768px) {
  .siteFooter__linkItem::after {
    margin: 0 0.3rem 0 0.1rem;
  }
}
.siteFooter__link {
  font-size: 1.3rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .siteFooter__link {
    font-size: 1.3rem;
    line-height: 2.5;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter__link:hover {
    opacity: 0.7;
  }
}
.siteFooter__link.white {
  color: #fff;
}
.siteFooter__link[target=_blank] {
  position: relative;
}
.siteFooter__link[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/extarnal_link_icon.png) center center/contain no-repeat;
}
.siteFooter__link.black[target=_blank] {
  position: relative;
}
.siteFooter__link.black[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
}
.siteFooter__universalLogoAreaFlex {
  max-width: 335px;
  margin: 0 auto 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .siteFooter__universalLogoAreaFlex {
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__universalLogo {
    width: 50%;
  }
  .siteFooter__universalLogo.u-sizeS {
    max-width: 160px;
  }
}
.siteFooter__universalTitle {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .siteFooter__universalTitle {
    font-size: 1.1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__universalTitle {
    text-align: left;
  }
}
.siteFooter__universalText {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .siteFooter__universalText {
    font-size: 1rem;
    line-height: 2;
  }
}
.siteFooter__logoOrix {
  max-width: 130px;
  margin: 0 auto 30px;
}
.siteFooter__logoAreaContainer {
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoAreaContainer {
    display: block;
  }
}
.siteFooter__logoAreaWrap {
  width: 42%;
}
.siteFooter__logoAreaWrap .cleanLink {
  display: block;
  max-width: 87px;
  margin: 0 auto 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .siteFooter__logoAreaWrap .cleanLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__logoAreaWrap {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.siteFooter__logoArea {
  margin: 0 auto;
  text-align: center;
}
.siteFooter__logoArea a {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .siteFooter__logoArea a:hover {
    opacity: 0.7;
  }
}
.siteFooter__logoAreaCleanMore {
  text-align: right;
}
.siteFooter__logoAreaCleanLink {
  display: inline-block;
  margin-top: 1rem;
  padding-right: 30px;
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoAreaCleanLink {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__logoAreaCleanLink {
    padding-right: 3rem;
  }
}
.siteFooter__logoAreaCleanLink::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/search_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media screen and (min-width: 769px) {
  .siteFooter__logoAreaCleanLink:hover {
    opacity: 0.7;
  }
}
.siteFooter__logoArea.clean {
  max-width: 80px;
  margin: 0 auto 15px;
}
.siteFooter__logoAreaText {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoAreaText {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter__logoAreaText {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.toTop {
  position: fixed;
  left: 2rem;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .toTop {
    left: 0.3rem;
  }
}
.toTop.js-hide {
  opacity: 0;
  pointer-events: none;
}
.toTop.js-show {
  opacity: 1;
  pointer-events: auto;
}

.toTop__text {
  position: relative;
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .toTop__text {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.toTop__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -8rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1rem;
  height: 7.5rem;
  background: url(../images/common/toTopArrow_icon.png) center center/contain no-repeat;
}

.u-cardCarousel {
  position: relative;
  z-index: 0;
  margin-left: calc(-5.3% - 2.8rem);
  margin-right: calc(-5.3% - 2.8rem);
}
.u-cardCarousel.u-relatedSec {
  margin: 5rem 0;
  padding-top: 5.5rem;
  border-top: 4px solid #000;
}
.u-cardCarousel.u-relatedSec .u-cardCarousel__container .slick-arrow {
  top: 35%;
}
.u-cardCarousel.u-relatedSec .u-cardCarousel__container .slick-next {
  right: -20px;
}
.u-cardCarousel.u-relatedSec .u-cardCarousel__container .slick-prev {
  left: -20px;
}
.u-cardCarousel.u-relatedSec .u-cardCarousel__thumb {
  padding-bottom: 0;
  height: auto;
  border-radius: 0;
  border: none;
  overflow: visible;
}
.u-cardCarousel.u-relatedSec .u-cardCarousel__image {
  padding-bottom: 74.935%;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel.u-relatedSec {
    padding-top: 4.5rem;
  }
  .u-cardCarousel.u-relatedSec .u-cardCarousel__container .slick-next {
    right: -4%;
  }
  .u-cardCarousel.u-relatedSec .u-cardCarousel__container .slick-prev {
    left: -4%;
  }
}
.u-cardCarousel.u-recommend {
  margin: 0;
  padding-top: 4.5rem;
}
.u-cardCarousel.u-recommend .u-cardCarousel__thumb {
  padding-bottom: 0;
  height: auto;
  border-radius: 0;
  border: none;
  overflow: visible;
}
.u-cardCarousel.u-recommend .u-cardCarousel__image {
  padding-bottom: 74.935%;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
}
.u-cardCarousel.u-recommend .u-cardCarousel__container .slick-arrow {
  top: 35%;
}
.u-cardCarousel.u-recommend .u-cardCarousel__container .slick-next {
  right: -20px;
}
.u-cardCarousel.u-recommend .u-cardCarousel__container .slick-prev {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel.u-recommend .u-cardCarousel__container .slick-next {
    right: -4%;
  }
  .u-cardCarousel.u-recommend .u-cardCarousel__container .slick-prev {
    left: -4%;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel {
    margin-left: 0;
    margin-right: 0;
  }
}
.u-cardCarousel__item {
  padding: 0 5px;
}
.u-cardCarousel__itemInner {
  padding: 0;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.u-cardCarousel__mainTitle {
  margin-bottom: 3rem;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__mainTitle {
    font-size: 2.3rem;
    font-weight: 500;
  }
}
.u-cardCarousel__container {
  margin-bottom: 4rem;
  padding-right: 0.51rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__container {
    margin-bottom: 3rem;
  }
}
.u-recommend .u-cardCarousel__container {
  margin-bottom: 0;
}
.u-cardCarousel__list {
  padding-left: 0;
  list-style: none;
}
.u-cardCarousel__link {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.u-cardCarousel__link img {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel__link:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.7;
    color: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-cardCarousel__link:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-cardCarousel__link:hover .u-cardCarousel__image img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.u-cardCarousel__thumb {
  overflow: hidden;
  border-radius: 15px;
  height: 0;
  padding-bottom: 65.6716%;
  border: 1px solid #e3e3e3;
}
.is_page__concept .u-cardCarousel__thumb {
  border-radius: 15px;
}
.u-cardCarousel__image {
  margin-bottom: 0;
  height: 0;
  padding-bottom: 65.6716%;
  position: relative;
}
.u-cardCarousel__image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.u-cardCarousel__caption {
  line-height: 1.7;
  padding: 2rem 1.5rem 2rem 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__caption {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.u-relatedSec .u-cardCarousel__caption {
  padding: 2rem 1.5rem 2rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-relatedSec .u-cardCarousel__caption {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.u-cardCarousel__catList {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__catList {
    margin-bottom: 2rem;
  }
}
.u-cardCarousel__catItemOther {
  margin-bottom: 3.8rem;
}
.u-cardCarousel__catItemInner {
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #014FA6;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__catItemInner {
    font-size: 1.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  .u-cardCarousel__catItemInner {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__catItemInner {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
}
.u-cardCarousel__catItemInner.vita {
  background-color: #F08300;
}
.u-cardCarousel__day {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: #a0a0a0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__day {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.u-cardCarousel__title {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
  font-weight: 500;
  -webkit-transition: 1s;
  transition: 1s;
  height: 3.5em;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__title {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.u-cardCarousel__captionText {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__captionText {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.is_page__concept .u-cardCarousel__captionText {
  font-size: 1.3rem;
  line-height: 2;
}
.u-cardCarousel__detail {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  padding-right: 2rem;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__detail {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.u-cardCarousel__detail:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../images/common/search_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination {
  width: 100%;
  text-align: left;
  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;
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  background-color: #a0a0a0;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  width: 1rem;
  height: 1rem;
  background: #a0a0a0;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-cardCarousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background: #000;
}
.u-cardCarousel .swiper-button-prev,
.u-cardCarousel .swiper-button-next {
  z-index: 1;
  top: 14rem;
  background: #000;
  padding: 1rem;
  width: 4.2rem;
  height: 4.2rem;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev,
.u-cardCarousel .swiper-button-next {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev,
.u-cardCarousel .swiper-button-next {
    top: 11.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.u-relatedSec .u-cardCarousel .swiper-button-prev,
.u-relatedSec .u-cardCarousel .swiper-button-next {
  top: 21rem;
}
.u-recommend .u-cardCarousel .swiper-button-prev,
.u-recommend .u-cardCarousel .swiper-button-next {
  top: 17rem;
}
.u-cardCarousel .swiper-button-prev::before, .u-cardCarousel .swiper-button-prev::after,
.u-cardCarousel .swiper-button-next::before,
.u-cardCarousel .swiper-button-next::after {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev::before, .u-cardCarousel .swiper-button-prev::after,
.u-cardCarousel .swiper-button-next::before,
.u-cardCarousel .swiper-button-next::after {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev:hover,
.u-cardCarousel .swiper-button-next:hover {
    border: 1px solid #000;
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev:hover,
.u-cardCarousel .swiper-button-next:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-cardCarousel .swiper-button-prev:hover::after,
.u-cardCarousel .swiper-button-next:hover::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
}
.u-cardCarousel .swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev {
    left: -2rem;
  }
}
.u-cardCarousel .swiper-button-prev:after {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-prev:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 1.4rem;
    width: 1.4rem;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}
.u-cardCarousel .swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-next {
    right: -2rem;
  }
}
.u-cardCarousel .swiper-button-next:after {
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
@media screen and (max-width: 768px) {
  .u-cardCarousel .swiper-button-next:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 1.4rem;
    width: 1.4rem;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
    -webkit-transform: translateY(-50%) rotate(315deg);
            transform: translateY(-50%) rotate(315deg);
  }
}

.u-relatedSec .swiper-button-prev,
.u-relatedSec .swiper-button-next {
  top: 21rem;
}
.u-relatedSec .swiper-button-prev {
  left: -2rem;
}
.u-relatedSec .swiper-button-next {
  right: -2rem;
}

.u-recommend .swiper-button-prev,
.u-recommend .swiper-button-next {
  top: 17rem;
}
.u-recommend .swiper-button-prev {
  left: -2rem;
}
.u-recommend .swiper-button-next {
  right: -2rem;
}

.slideNone ~ .swiper-button-prev,
.slideNone ~ .swiper-button-next,
.slideNone ~ .swiper-pagination {
  display: none;
}

.slick-slider {
  position: relative;
}

.topPageConcept__sliderList .slick-slide, .conceptPage__sliderList .slick-slide {
  padding: 0;
}

.slick-arrow {
  position: absolute;
  top: 30%;
  left: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  padding: 1rem;
  width: 4.2rem;
  height: 4.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.slick-arrow.slick-next {
  right: -20px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: -6%;
  }
}
.slick-arrow.slick-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -6%;
  }
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/common/slide_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .slick-arrow:hover:after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 12rem;
  }
  .slick-arrow:after {
    width: 3rem;
    height: 3rem;
    min-width: 40px;
    min-height: 40px;
  }
}
.topPageNews_slickList .slick-arrow {
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .topPageNews_slickList .slick-arrow {
    top: 8rem;
  }
}
.connection_slickList .slick-arrow, .recommend_slickList .slick-arrow {
  top: 11rem;
}
@media screen and (max-width: 768px) {
  .connection_slickList .slick-arrow, .recommend_slickList .slick-arrow {
    top: 10rem;
  }
}
.connection_slickList .slick-arrow.slick-next, .recommend_slickList .slick-arrow.slick-next {
  right: -15px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .connection_slickList .slick-arrow.slick-next, .recommend_slickList .slick-arrow.slick-next {
    right: -7%;
  }
}
.connection_slickList .slick-arrow.slick-prev, .recommend_slickList .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  left: -15px;
}
@media screen and (max-width: 768px) {
  .connection_slickList .slick-arrow.slick-prev, .recommend_slickList .slick-arrow.slick-prev {
    left: -7%;
  }
}

.slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    margin-top: 1rem;
  }
}
.is_frontpage .slick-dots {
  margin-top: 3rem;
}
.slick-dots li {
  font-size: 0;
}
.is_frontpage .slick-dots li::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  border-radius: 50%;
  background: #fff;
}
.is_frontpage .slick-dots li.slick-active::after {
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  opacity: 1;
}
.slick-dots li::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  border-radius: 50%;
  background: #000;
}
.slick-dots li.slick-active::after {
  width: 1.3rem;
  height: 1.3rem;
  background: #000;
  opacity: 1;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.topPageNews .u-cardCarousel__item {
  padding: 5px;
}
.topPageNews .u-cardCarousel__image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/*-------------------------------------------
空室検索
-------------------------------------------*/
.topPageFvSlider__searchBtnContent {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  bottom: 0;
  right: 35px;
  z-index: 501;
  -webkit-transform: translateX(calc(100% - 2.5rem));
          transform: translateX(calc(100% - 2.5rem));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.topPageFvSlider__searchBtnContent.js-show {
  right: -5px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnContent.js-show {
    overflow-y: scroll;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnContent {
    display: block;
    width: 100%;
    max-height: 80vh;
    top: auto;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateX(0) translateY(calc(100% - 5.6rem));
            transform: translateX(0) translateY(calc(100% - 5.6rem));
  }
  .topPageFvSlider__searchBtnContent.js-show {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.topPageFvSlider__searchBtnContent .search__ttlArea.vita {
  background: #F08300;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnContent .search__ttlArea.vita {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.topPageFvSlider__searchBtnContent .search__container.vita {
  background-color: #F08300;
}

.search__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.search__bg.js-show {
  display: block;
}
.search__selectHotel {
  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;
  margin-right: 4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .search__selectHotel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.search__selectHotel select {
  padding: 0.9rem 2rem 0.9rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 27rem;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
  color: #000;
}
@media screen and (max-width: 768px) {
  .search__selectHotel select {
    width: 100%;
    padding: 1.35rem 5.5rem;
    font-size: 1.6rem;
  }
}
.search__selectWrap {
  position: relative;
}
.search__selectWrap::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 45%;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .search__selectWrap select {
    padding: 1.35rem 5.5rem 1.35rem 1.5rem;
  }
}
.search__selectHotelLabel {
  margin-right: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .search__selectHotelLabel {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.search__ttlArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #014FA6;
  color: #fff;
  border: 1px solid #fff;
  border-right: none;
  cursor: pointer;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 6rem;
  padding: 2rem 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .search__ttlArea {
    width: 100%;
    height: 5.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem;
    border-bottom: none;
    border-right: none;
    border-left: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search__subTtl {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .search__subTtl {
    font-size: 1.2rem;
  }
}
.search__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .search__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.search__ttl::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  background: url(../images/common/logo_search.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .search__ttl::before {
    margin: 0 1rem 0 0;
  }
}
.search__cat {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .search__cat {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.search__container {
  padding: 2rem;
  background-color: #014FA6;
  border: 1px solid #fff;
  position: relative;
  bottom: 0;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .search__container {
    padding: 2rem;
    bottom: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
    max-width: none;
  }
}
.search__txtLinkWrap {
  text-align: center;
  margin-top: 1.5rem;
}
.search__txtLink {
  display: inline-block;
  padding-bottom: 0.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .search__txtLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .search__txtLink {
    font-size: 1.3rem;
  }
}
.search__form {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .search__form {
    margin-bottom: 3.2rem;
  }
}
.search__box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .search__box {
    margin-bottom: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search__field {
  margin-right: 1.7rem;
}
@media screen and (max-width: 768px) {
  .search__field {
    width: calc((100% - 1rem) / 2);
    margin: 0 0 1.5rem 0;
  }
}
.search__field legend {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search__field legend {
    font-size: 1.4rem;
  }
}
.search__field input {
  width: 20rem;
  padding: 0.7rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
}
.search__field input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.search__field input::-moz-placeholder {
  color: #a0a0a0;
}
.search__field input:-ms-input-placeholder {
  color: #a0a0a0;
}
.search__field input::-ms-input-placeholder {
  color: #a0a0a0;
}
.search__field input::placeholder {
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .search__field input {
    width: 100%;
    padding: 0.9rem 0 1rem;
    font-size: 1.6rem;
  }
}
.search__field select {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-align: -webkit-center;
  width: 6.6rem;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .search__field select {
    width: 100%;
    padding: 1.35rem 5.5rem;
    font-size: 1.6rem;
  }
}
.search__btn {
  position: relative;
  z-index: 1;
}
.search__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00326A;
  bottom: -4px;
  right: -4px;
  border-radius: 3.5rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .search__btn {
    width: 100%;
    margin-top: 1rem;
  }
}
.search__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.3rem;
  top: 52%;
  width: 0.9rem;
  height: 1.2rem;
  background: url(../images/common/search_icon.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .search__btn::after {
    right: 50%;
    -webkit-transform: translate(350%, -50%);
            transform: translate(350%, -50%);
  }
}
@media screen and (min-width: 769px) {
  .search__btn:hover::before {
    bottom: 0;
    right: 0;
  }
  .search__btn:hover::after {
    background: url(../images/common/search_icon_white.png) center center/contain no-repeat;
  }
  .search__btn:hover input {
    background: #014FA6;
    color: #fff;
    border: 1px solid #fff;
  }
}
.search__btn input {
  padding: 1rem 3rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.18rem;
  text-align: center;
  border-radius: 3.5rem;
  color: #014FA6;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .search__btn input {
    width: 100%;
    padding: 1.3rem;
    font-size: 1.4rem;
  }
}
.search__linkArea {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__linkBtnWrap {
  width: calc((100% - 1rem) / 2);
  margin-bottom: 1.5rem;
}
.search__linkBtnWrap:nth-child(5), .search__linkBtnWrap:nth-child(6) {
  margin-bottom: 0;
}
.search__linkBtnWrap.u-vita {
  background-color: #F08300;
}
.search__linkBtn {
  position: relative;
  display: block;
  padding: 0.8rem 0.8rem 0.8rem 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .search__linkBtn {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    padding: 1rem 0.8rem;
  }
}
.search__linkBtn::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  background-image: url(../images/common/search_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .search__linkBtn::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .search__linkBtn::after {
    right: 5px;
  }
}
.search__linkBtn.u-port {
  color: #014FA6;
  background: #fff;
}
.search__linkBtn.u-port::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem;
  background-image: url(../images/common/search_arrow_blue_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .search__linkBtn.u-port::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .search__linkBtn.u-port::after {
    right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .search__linkBtn:hover.u-port {
    color: #fff;
    background: #014FA6;
  }
  .search__linkBtn:hover.u-port::after {
    width: 1.5rem;
    height: 1.5rem;
    padding: 1rem;
    background-image: url(../images/common/search_arrow_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .search__linkBtn:hover.u-port::after {
    right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .search__linkBtn:hover.u-vita {
    color: #F08300;
    background: #fff;
  }
  .search__linkBtn:hover.u-vita::after {
    width: 1.5rem;
    height: 1.5rem;
    padding: 1rem;
    background-image: url(../images/common/search_arrow_orange.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .search__linkBtn:hover.u-vita::after {
    right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .search__linkBtn:hover::after {
    width: 1.5rem;
    height: 1.5rem;
    padding: 1rem;
    background-image: url(../images/common/search_arrow_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.search__linkBtnTxt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .search__linkBtnTxt {
    font-size: 1.3rem;
  }
}
.search__txtLinkWrap {
  text-align: center;
}
.search__txtLinkWrap:first-of-type {
  margin-bottom: 1rem;
}
.search__txtLink {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .search__txtLink {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 769px) {
  .search__txtLink:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .search__txtLink {
    font-size: 1.3rem;
  }
}

.children {
  display: none;
}

.search__container.vita .search__btn:before {
  background-color: #864a00;
}
.search__container.vita .search__btn::after {
  background: url(../images/common/search_icon_orange.png) center center/contain no-repeat;
}
.search__container.vita .search__btn input {
  color: #F08300;
}
@media screen and (min-width: 769px) {
  .search__container.vita .search__btn:hover::after {
    background: url(../images/common/search_icon_white.png) center center/contain no-repeat;
  }
  .search__container.vita .search__btn:hover input {
    color: #fff;
    background-color: #F08300;
  }
}
@media screen and (min-width: 769px) {
  .search__container.vita .search__linkBtn:hover {
    color: #F08300;
  }
  .search__container.vita .search__linkBtn:hover:after {
    background: url(../images/common/search_arrow_orange.png) center center/contain no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .talkappibot.js-hide {
    display: none;
  }
}

@-moz-document url-prefix() {
  .search__selectHotel select {
    letter-spacing: 0;
  }
  @media screen and (max-width: 768px) {
    .search__selectHotel select {
      padding: 0.9rem 5rem 0.9rem 2rem;
    }
  }
}
@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .search__field select {
    padding: 1.35rem 5rem 1.35rem 6.7rem;
  }
}

.archivePageSec__pager {
  width: 90%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archivePageSec__pager .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.archivePageSec__pager .pagination__control-link--next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.7rem 2.2rem 0.7rem 1rem;
  position: relative;
}
.archivePageSec__pager .pagination__control-link--next::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__pager .pagination__control-link--next {
    white-space: nowrap;
  }
}
.archivePageSec__pager .pagination__control-link--previous {
  padding: 0.7rem 1rem 0.7rem 2.2rem;
  position: relative;
}
.archivePageSec__pager .pagination__control-link--previous::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(30%, -50%) scale(-1, 1);
          transform: translate(30%, -50%) scale(-1, 1);
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__pager .pagination__control-link--previous {
    white-space: nowrap;
  }
}
.archivePageSec__pager .pages {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.archivePageSec__pager span {
  border: 3px solid #000;
  border-radius: 7px;
  padding: 0.7rem 1rem;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__pager span {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__pager span {
    padding: 0.4rem 0.7rem;
  }
}
.archivePageSec__pager span.extend {
  border: none;
  border-radius: 0;
  padding: 0;
}
.archivePageSec__pager span.current {
  background-color: #000;
  color: #fff;
}
.archivePageSec__pager a {
  padding: 0.7rem 1rem;
  border: 3px solid #000;
  border-radius: 7px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__pager a {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__pager a {
    padding: 0.4rem 0.7rem;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__pager a:hover {
    background-color: #000;
    color: #fff;
  }
  .archivePageSec__pager a:hover::after {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}

.contents_blockArea {
  /*---------------------------------------

   画像 ２列幅

  -----------------------------------------*/
  /*---------------------------------------

   画像 3列幅

  -----------------------------------------*/
  /*---------------------------------------

   画像 4列幅

  -----------------------------------------*/
  /*---------------------------------------

   画像 成り行き

  -----------------------------------------*/
  /*---------------------------------------

  // 画像左のテキストブロックと横並び

  -----------------------------------------*/
  /*---------------------------------------

  // 画像右のテキストブロックと横並び

  -----------------------------------------*/
  /*--------------------------------------

  // プラン

  --------------------------------------*/
  /*---------------------------------------

    // サムネ、タイトルセット

  ---------------------------------------*/
  /*---------------------------------------

    // コラム

  ---------------------------------------*/
  /*---------------------------------------

    // 表組み

  ---------------------------------------*/
  /*---------------------------------

  アコーディオン

  -----------------------------------*/
  /*---------------------------------

  アクセスの４枚並び ウィジウィグ

  -----------------------------------*/
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-contentCenter {
    padding: 0 3rem;
  }
}
.contents_blockArea .u-articleTitle {
  margin: 0 0 5rem;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin: 0;
}
.contents_blockArea .u-articleTitle_multi {
  margin: 0 0 5rem;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin: 0;
  position: relative;
  padding-bottom: 1.3rem;
}
.contents_blockArea .u-articleTitle_multi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.contents_blockArea .u-articleTitle_multi.u-all::after {
  background: -webkit-gradient(linear, left top, right top, from(#014FA6), color-stop(50%, #014FA6), color-stop(50%, #F08300), to(#F08300));
  background: linear-gradient(90deg, #014FA6 0%, #014FA6 50%, #F08300 50%, #F08300 100%);
}
.contents_blockArea .u-articleTitle_multi.u-hup::after {
  background: #014FA6;
}
.contents_blockArea .u-articleTitle_multi.u-hupv::after {
  background: #F08300;
}
.contents_blockArea .u-articleTitle_middle {
  margin: 0 0 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.1em;
  margin: 0;
}
.contents_blockArea .u-articleTitle_small {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.1em;
  margin: 0;
}
.contents_blockArea .u-annotation {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-annotation {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.contents_blockArea .u-room_info__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-room_info__listWrap {
    display: block;
  }
}
.contents_blockArea .u-room_info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-room_info__list {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
.contents_blockArea .u-room_info__listItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-room_info__listItem {
    width: auto;
  }
}
.contents_blockArea .u-room_info__listItemLabel {
  width: 8.6rem;
  height: 4.1rem;
  background-color: #000;
  border-radius: 0.75rem;
  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;
}
.contents_blockArea .u-room_info__listItemLabelText {
  width: 8.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.contents_blockArea .u-room_info__listItemLabelText .u-room_info__listItemLabelTextSpan {
  font-size: 1.1rem;
}
.contents_blockArea .u-room_info__listItemText {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.91;
  color: #000;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-room_info__listItemText {
    margin-left: 1rem;
  }
}
.contents_blockArea .u-tagSelect {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.contents_blockArea .u-tagSelect__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contents_blockArea .u-tagSelect.u-allBlue {
  background-color: #014FA6;
  margin-bottom: 2rem;
}
.contents_blockArea .u-tagSelect.u-allOrange {
  background-color: #F08300;
}
.contents_blockArea .u-tagSelect.u-hup {
  background-color: #014FA6;
}
.contents_blockArea .u-tagSelect.u-hupv {
  background-color: #F08300;
}
.contents_blockArea .u-articleThumb.wide {
  margin: 2rem 0;
}
.contents_blockArea .u-articleThumb.wide .u-articleTextImg__thumb {
  height: 0;
  padding-bottom: 43.75%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.contents_blockArea .u-articleThumb.wide .u-articleTextImg__thumb .u-articleTextImg__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleThumb.wide .u-articleTextImg__thumb {
    padding-bottom: 58.6666%;
  }
}
.contents_blockArea .u-articleTextImg.part-colum1 {
  margin: 2rem 0;
}
.contents_blockArea .u-articleTextImg.part-colum1 .u-articleTextImg__item {
  width: 100%;
}
.contents_blockArea .u-articleTextImg.part-colum1 .u-articleTextImg__thumb {
  height: 0;
  padding-bottom: 56%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum1 .u-articleTextImg__thumb {
    padding-bottom: 65.6716%;
  }
}
.contents_blockArea .u-articleTextImg.part-colum1 .u-articleTextImg__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-articleTextImg.part-colum2 {
  margin: 2rem 0;
  gap: 1rem;
}
.contents_blockArea .u-articleTextImg.part-colum2 .u-articleTextImg__item {
  width: 50%;
}
.contents_blockArea .u-articleTextImg.part-colum2 .u-articleTextImg__item .u-articleTextImg__thumb {
  height: 0;
  padding-bottom: 65.6565%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum2 .u-articleTextImg__item .u-articleTextImg__thumb {
    padding-bottom: 65.6716%;
  }
}
.contents_blockArea .u-articleTextImg.part-colum2 .u-articleTextImg__item .u-articleTextImg__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum2 .u-articleTextImg__item {
    width: 100%;
  }
}
.contents_blockArea .u-articleTextImg.part-colum3 {
  margin: 2rem 0;
  gap: 1rem;
}
.contents_blockArea .u-articleTextImg.part-colum3 .u-articleTextImg__item {
  width: 33%;
}
.contents_blockArea .u-articleTextImg.part-colum3 .u-articleTextImg__item .u-articleTextImg__thumb {
  height: 0;
  padding-bottom: 65.5436%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum3 .u-articleTextImg__item .u-articleTextImg__thumb {
    padding-bottom: 65.6716%;
  }
}
.contents_blockArea .u-articleTextImg.part-colum3 .u-articleTextImg__item .u-articleTextImg__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum3 .u-articleTextImg__item {
    width: 100%;
  }
}
.contents_blockArea .u-articleTextImg.part-colum4 {
  margin: 2rem 0;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum4 {
    display: block;
  }
}
.contents_blockArea .u-articleTextImg.part-colum4 .u-articleTextImg__item {
  width: 25%;
}
.contents_blockArea .u-articleTextImg.part-colum4 .u-articleTextImg__item .u-articleTextImg__thumb {
  height: 0;
  padding-bottom: 65.567%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum4 .u-articleTextImg__item .u-articleTextImg__thumb {
    padding-bottom: 65.6716%;
  }
}
.contents_blockArea .u-articleTextImg.part-colum4 .u-articleTextImg__item .u-articleTextImg__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-colum4 .u-articleTextImg__item {
    width: 100%;
  }
}
.contents_blockArea .u-articleTextImg.image_auto {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents_blockArea .u-articleTextImg.image_auto .u-articleTextImg__thumb {
  margin: 0 auto 1rem;
  overflow: hidden;
  border-radius: 15px;
}
.contents_blockArea .u-articleTextImg.part-itemLeft {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemLeft {
    display: block;
  }
}
.contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__thumbWrap {
  min-width: 48%;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__thumbWrap {
    max-width: 100%;
    margin-right: 0;
  }
}
.contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__thumbWrap .u-articleTextImg__thumb {
  height: 0;
  padding-bottom: 67.7083%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__thumbWrap .u-articleTextImg__thumb {
    padding-bottom: 65.6716%;
  }
}
.contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__thumbWrap .u-articleTextImg__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__textArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__textArea {
    width: 100%;
  }
}
.contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__linkBtn {
  margin: 3rem auto 0 0;
}
.contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__linkBtn:after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__linkBtn:hover::after {
    right: 20px;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__linkBtn:hover .u-articleTextImg__link {
    color: #000;
  }
}
.contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__link {
  border-radius: 13px;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemLeft .u-articleTextImg__link {
    font-size: 1.2rem;
  }
}
.contents_blockArea .u-articleTextImg.part-itemRight {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemRight {
    display: block;
  }
}
.contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__thumbWrap {
  min-width: 48%;
  margin-left: 2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__thumbWrap {
    margin-left: 0;
  }
}
.contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__thumbWrap .u-articleTextImg__thumb {
  height: 0;
  padding-bottom: 67.7083%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__thumbWrap .u-articleTextImg__thumb {
    padding-bottom: 65.6716%;
  }
}
.contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__thumbWrap .u-articleTextImg__thumbImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__textArea {
  width: 550%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__textArea {
    width: 100%;
  }
}
.contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__linkBtn {
  margin: 3rem auto 0 0;
}
.contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__linkBtn:after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__linkBtn:hover::after {
    right: 20px;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__linkBtn:hover .u-articleTextImg__link {
    color: #000;
  }
}
.contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__link {
  border-radius: 13px;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleTextImg.part-itemRight .u-articleTextImg__link {
    font-size: 1.2rem;
  }
}
.contents_blockArea .u-articleBtn .u-articleBtn__item:after {
  width: 2rem;
  height: 2rem;
  background: url(../images/common/search_arrow.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item.u-articleBtn__link_download {
  border-radius: 12px;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item.u-articleBtn__link_download:after {
  width: 2rem;
  height: 2rem;
  background: url(../images/common/download_icon.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item.u-articleBtn__link_download span {
  position: relative;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item.u-articleBtn__link_download span::after {
  display: none;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item .u-articleBtn__link {
  border-radius: 12px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleBtn .u-articleBtn__item .u-articleBtn__link {
    font-size: 1.2rem;
  }
}
.contents_blockArea .u-articleBtn .u-articleBtn__item .u-articleBtn__link[target=_blank] {
  border-radius: 12px;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item .u-articleBtn__link[target=_blank] span {
  position: relative;
  max-width: 75%;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item .u-articleBtn__link[target=_blank] span::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  right: -5px;
  background: url(../images/common/extarnal_link_icon.png) center center/contain no-repeat;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item .u-articleBtn__link.u-blue {
  background-color: #014FA6;
  border: 1px solid #014FA6;
}
.contents_blockArea .u-articleBtn .u-articleBtn__item .u-articleBtn__link.u-orange {
  background-color: #F08300;
  border: 1px solid #F08300;
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover::after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover .u-articleBtn__link[target=_blank] span::after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-orange.u-articleBtn__link_download::after {
    background: url(../images/common/download_icon_orange.png) center center/contain no-repeat;
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-orange .u-articleBtn__link.u-orange {
    background-color: #fff;
    color: #F08300;
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-orange::after {
    background: url(../images/common/search_arrow_orange.png) center center/contain no-repeat;
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-orange .u-articleBtn__link.u-orange[target=_blank] span::after {
    -webkit-filter: invert(0);
            filter: invert(0);
    background: url(../images/common/extarnal_link_icon_orange.png) center center/contain no-repeat;
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-blue.u-articleBtn__link_download::after {
    background: url(../images/common/download_icon_blue.png) center center/contain no-repeat;
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-blue .u-articleBtn__link.u-blue {
    background-color: #fff;
    color: #014FA6;
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-blue::after {
    background: url(../images/common/search_arrow_blue.png) center center/contain no-repeat;
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .contents_blockArea .u-articleBtn .u-articleBtn__item:hover.u-blue .u-articleBtn__link.u-blue[target=_blank] span::after {
    -webkit-filter: invert(0);
            filter: invert(0);
    background: url(../images/common/extarnal_link_icon_blue.png) center center/contain no-repeat;
  }
}
.contents_blockArea .u-articleSlider {
  margin: 2rem 0;
}
.contents_blockArea .u-articleSlider .u-articleSlider__thumb {
  height: 0;
  padding-bottom: 46.1%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleSlider .u-articleSlider__thumb {
    padding-bottom: 65.6%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleSlider .u-articleSlider__text {
    margin: 1rem 0;
  }
}
.contents_blockArea .u-articleSlider .u-articleSlider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-articleSlider .swiper-button-next {
  width: 5rem;
  height: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: none;
  border: none;
  opacity: 0.5;
}
.contents_blockArea .u-articleSlider .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/slide_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-articleSlider .swiper-button-next:hover::after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleSlider .swiper-button-next {
    width: 3rem;
    height: 3rem;
    right: -1rem;
  }
  .contents_blockArea .u-articleSlider .swiper-button-next::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.contents_blockArea .u-articleSlider .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: none;
  border: none;
  opacity: 0.5;
}
.contents_blockArea .u-articleSlider .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/slide_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-articleSlider .swiper-button-prev:hover::after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleSlider .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    left: -1rem;
  }
  .contents_blockArea .u-articleSlider .swiper-button-prev::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.contents_blockArea .u-articleSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #000;
}
.contents_blockArea .u-articleBnr {
  max-width: 915px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleBnr {
    margin: 1rem auto;
    gap: 1rem;
  }
}
.contents_blockArea .u-articleBnr .u-articleBnr__link {
  max-width: 44rem;
}
.contents_blockArea .u-articleMap {
  margin: 5rem auto;
}
.contents_blockArea .u-articleMap .u-articleMap__item {
  height: 0;
  padding-bottom: 33%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleMap .u-articleMap__item {
    padding-bottom: 89%;
  }
}
.contents_blockArea .u-articleMap .u-articleMap__item iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-cardTopics.u-plan {
  margin: 2rem 0;
  padding: 4rem 0;
  background: url(../images/common/background_image.jpg) center center/cover;
}
.contents_blockArea .u-cardTopics.u-plan .u-contentCenter {
  max-width: 120rem;
}
@media screen and (max-width: 1250px) {
  .contents_blockArea .u-cardTopics.u-plan .u-contentCenter {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-contentCenter {
    max-width: none;
    padding: 0 3rem;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__title {
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__title {
    font-size: 2.3rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__title {
    padding: 0;
    margin-bottom: 4rem;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__list {
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__item {
  width: 25%;
}
@media screen and (max-width: 1250px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__item {
    width: 48%;
    max-width: 460px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__item {
    width: 100%;
    max-width: none;
    margin-bottom: 4rem;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__link {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__link:hover {
  opacity: 1;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__link:hover .u-cardTopics__img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__link:hover .u-cardTopics__caption {
  opacity: 0.7;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__img {
  padding-bottom: 65.6716%;
  position: relative;
  border-radius: 15px 15px 0 0 !important;
  z-index: 1;
  margin: 0;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__caption {
  padding: 15px;
  min-height: 18rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__caption {
    padding: 2rem 1.5rem;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__tagFlex {
  display: block;
  margin-bottom: 1rem;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionTag {
  display: inline-block;
  margin-bottom: 0.3rem;
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #014FA6;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionTag {
    font-size: 1.1rem;
    line-height: 1.9;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionTag.u-allOrange {
  background-color: #F08300;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionTag.u-hup {
  margin-bottom: 3.8rem;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionTag.u-hupv {
  margin-bottom: 3.8rem;
  background-color: #F08300;
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionText {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionText {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionLinkText {
  padding-right: 2rem;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: right;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionLinkText {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.contents_blockArea .u-cardTopics.u-plan .u-cardTopics__captionLinkText::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.contents_blockArea .u-cardTopics.u-plan .u-articleBtn {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-articleBtn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-plan .u-articleBtn__item {
    margin: 0 auto;
  }
}
.contents_blockArea .u-cardTopics.u-card {
  margin: 2rem 0;
}
.contents_blockArea .u-cardTopics.u-card .u-cardTopics__item {
  padding: 0 5px;
  width: 33%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-card .u-cardTopics__item {
    width: 100%;
    padding: 0;
    margin-bottom: 4rem;
  }
}
.contents_blockArea .u-cardTopics.u-card .u-cardTopics__img {
  height: 0;
  padding-bottom: 65.6716%;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
}
.contents_blockArea .u-cardTopics.u-card .u-cardTopics__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-cardTopics.u-card .u-cardTopics__captionTitle {
  font-size: 1.5rem;
  line-height: 1.78;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-card .u-cardTopics__captionTitle {
    font-size: 1.5rem;
    line-height: 1.78;
  }
}
.contents_blockArea .u-cardTopics.u-card .u-cardTopics__captionText {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-card .u-cardTopics__captionText {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.contents_blockArea .u-cardTopics.u-card .u-cardTopics__captionLink {
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: right;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-cardTopics.u-card .u-cardTopics__captionLink {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.contents_blockArea .u-cardTopics.u-card .u-cardTopics__captionLink::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.contents_blockArea .u-articleVideo {
  max-width: 700px;
  margin: 2rem auto;
}
.contents_blockArea .u-articleVideo .u-articleVideo__item {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.contents_blockArea .u-articleVideo .u-articleVideo__item iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-articleColumn {
  margin: 2rem auto;
  padding: 5rem;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn {
    padding: 4rem 2rem;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__title {
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 5rem;
  border-bottom: 4px solid #014FA6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__title {
    font-size: 2.3rem;
    line-height: 1.9;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__title::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F08300;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.contents_blockArea .u-articleColumn .u-articleColumn__flex {
  margin: 5rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__flex {
    display: block;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexLeft {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__flexLeft {
    width: 100%;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexLeftPhoto {
  width: 100%;
  padding-bottom: 65%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__flexLeftPhoto {
    margin-bottom: 2rem;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexLeftImg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexLRight {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__flexLRight {
    width: 100%;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottom {
  margin: 5rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__flexBottom {
    display: block;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItem {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItem {
    width: 100%;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemTagList {
  margin-bottom: 2rem;
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemTagItem {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemTagItem.mb {
  margin-top: 3rem;
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemTagItemText {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0.5rem 1rem;
  background-color: #014FA6;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemTagItemText {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemTagItemText.vita {
  background-color: #F08300;
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemPhoto {
  margin-bottom: 2rem;
  padding-bottom: 65%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.contents_blockArea .u-articleColumn .u-articleColumn__flexBottomItemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents_blockArea .u-table {
  margin: 2rem 0;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table__wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table {
    min-width: 960px;
  }
}
.contents_blockArea .u-table tr {
  overflow-wrap: anywhere;
}
.contents_blockArea .u-table.u-column4 td {
  width: 28.3%;
}
.contents_blockArea .u-table.u-column3Top td {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table.u-column3Top td {
    width: 36.27%;
  }
}
.contents_blockArea .u-table.u-column3Top.u-black .u-table__body th {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  border: 1px solid #bfbfbf;
}
.contents_blockArea .u-table.u-column3Top.u-black .u-table__body th::after {
  display: none;
}
.contents_blockArea .u-table.u-column3Top.u-blue .u-table__body th {
  background-color: #edf6fd;
  color: #000;
  border: 1px solid #014FA6;
}
.contents_blockArea .u-table.u-column3Top.u-blue .u-table__body th::after {
  display: none;
}
.contents_blockArea .u-table.u-column3Top.u-orange .u-table__body th {
  background-color: #fdf9eb;
  color: #000;
  border: 1px solid #F08300;
}
.contents_blockArea .u-table.u-column3Top.u-orange .u-table__body th::after {
  display: none;
}
.contents_blockArea .u-table.u-column3 td {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table.u-column3 td {
    width: 36.27%;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table.u-column2 {
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table.u-column2 th {
    width: 27%;
  }
}
.contents_blockArea .u-table.u-column2 td {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table.u-column2 td {
    width: 72.39%;
  }
}
.contents_blockArea .u-table.u-black .u-table__head th {
  background-color: #000;
  border: 1px solid #000;
}
.contents_blockArea .u-table.u-black .u-table__body th {
  background-color: #000;
  border: 1px solid #000;
}
.contents_blockArea .u-table.u-black .u-table__body td {
  border: 1px solid #bfbfbf;
}
.contents_blockArea .u-table.u-blue .u-table__head th {
  background-color: #014FA6;
  border: 1px solid #014FA6;
}
.contents_blockArea .u-table.u-blue .u-table__body th {
  background-color: #014FA6;
  border: 1px solid #014FA6;
}
.contents_blockArea .u-table.u-blue .u-table__body td {
  border: 1px solid #014FA6;
}
.contents_blockArea .u-table.u-orange .u-table__head th {
  background-color: #F08300;
  border: 1px solid #F08300;
}
.contents_blockArea .u-table.u-orange .u-table__body th {
  background-color: #F08300;
  border: 1px solid #F08300;
}
.contents_blockArea .u-table.u-orange .u-table__body td {
  border: 1px solid #F08300;
}
.contents_blockArea .u-table th {
  padding: 1.5rem 1rem;
}
.contents_blockArea .u-table td {
  padding: 1.5rem 1rem;
  border: 1px solid #BFBFBF;
}
.contents_blockArea .u-table__head th {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
.contents_blockArea .u-table__head th:first-child {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table__head th:first-child {
    width: 15%;
  }
}
.contents_blockArea .u-table__head th:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1px;
}
.contents_blockArea .u-table__body tr:not(:last-child) th::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.contents_blockArea .u-table__body th {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-table__body th {
    width: 15%;
  }
}
.contents_blockArea .u-table__body td {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #000;
}
.contents_blockArea .u-tableSP.u-black .u-tableSP__th {
  background-color: #000;
}
.contents_blockArea .u-tableSP.u-blue .u-tableSP__th {
  background-color: #014FA6;
}
.contents_blockArea .u-tableSP.u-blue .u-tableSP__td {
  border-top: 1px solid #014FA6;
  border-right: 1px solid #014FA6;
}
.contents_blockArea .u-tableSP.u-blue .u-tableSP__item:last-child .u-tableSP__td:last-child {
  border-bottom: 1px solid #014FA6;
}
.contents_blockArea .u-tableSP.u-orange .u-tableSP__th {
  background-color: #F08300;
}
.contents_blockArea .u-tableSP.u-orange .u-tableSP__td {
  border-top: 1px solid #F08300;
  border-right: 1px solid #F08300;
}
.contents_blockArea .u-tableSP.u-orange .u-tableSP__item:last-child .u-tableSP__td:last-child {
  border-bottom: 1px solid #F08300;
}
.contents_blockArea .u-tableSP__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contents_blockArea .u-tableSP__item:last-child .u-tableSP__th::after {
  display: none;
}
.contents_blockArea .u-tableSP__item:last-child .u-tableSP__td:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.contents_blockArea .u-tableSP__th {
  padding: 1.5rem 1rem;
  width: 27.76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contents_blockArea .u-tableSP__th::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contents_blockArea .u-tableSP__thText {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
.contents_blockArea .u-tableSP__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 72.39%;
}
.contents_blockArea .u-tableSP__td {
  padding: 1.5rem 1rem;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}
.contents_blockArea .u-tableSP__tdText {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #000;
}
.contents_blockArea .u-wysiwygArea.white * + * {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
.contents_blockArea .u-wysiwygArea.white br + * {
  margin-top: 0;
}
.contents_blockArea .u-wysiwygArea.white p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-wysiwygArea.white p {
    font-size: 1.4rem;
  }
}
.contents_blockArea .u-wysiwygArea.white div {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.contents_blockArea .u-wysiwygArea.white a {
  color: #fff;
  font-weight: 700;
  border-bottom: 0.2rem solid #fff;
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea.white a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea.white a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea.white a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea.white a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.contents_blockArea .u-wysiwygArea.white a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0.3rem;
  width: 12px;
  height: 12px;
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.contents_blockArea .u-wysiwygArea.white h1 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.15em;
}
.u-articletTitleText .contents_blockArea .u-wysiwygArea.white h1 {
  margin-bottom: 1rem;
}
.contents_blockArea .u-wysiwygArea.white h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.27em;
  color: #fff;
}
.u-articletTitleText .contents_blockArea .u-wysiwygArea.white h2 {
  margin-bottom: 1rem;
}
.contents_blockArea .u-wysiwygArea.white h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.1em;
  color: #fff;
}
.contents_blockArea .u-wysiwygArea.white h4 {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  color: #fff;
}
.contents_blockArea .u-wysiwygArea.white h5,
.contents_blockArea .u-wysiwygArea.white h6 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
.contents_blockArea .u-wysiwygArea.white h1 + h2,
.contents_blockArea .u-wysiwygArea.white h2 + h3,
.contents_blockArea .u-wysiwygArea.white h3 + h4,
.contents_blockArea .u-wysiwygArea.white h4 + h5,
.contents_blockArea .u-wysiwygArea.white h5 + h6 {
  margin-top: 0.5em;
}
.contents_blockArea .u-wysiwygArea.white strong,
.contents_blockArea .u-wysiwygArea.white strong * {
  font-weight: bold;
}
.contents_blockArea .u-wysiwygArea.white em,
.contents_blockArea .u-wysiwygArea.white em * {
  font-style: italic;
}
.contents_blockArea .u-wysiwygArea.white ul {
  list-style-type: disc;
}
.contents_blockArea .u-wysiwygArea.white ol {
  list-style-type: decimal;
}
.contents_blockArea .u-wysiwygArea.white ul,
.contents_blockArea .u-wysiwygArea.white ol {
  margin-top: 1em;
  margin-bottom: 1rem;
  padding-left: 1.4em;
}
.contents_blockArea .u-wysiwygArea.white ul li,
.contents_blockArea .u-wysiwygArea.white ol li {
  list-style-type: inherit;
  line-height: 1.5;
  margin-top: 0.6em;
}
.contents_blockArea .u-wysiwygArea.white dl {
  margin-bottom: 1rem;
}
.contents_blockArea .u-wysiwygArea.white sup,
.contents_blockArea .u-wysiwygArea.white sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.contents_blockArea .u-wysiwygArea.white hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.contents_blockArea .u-wysiwygArea.white blockquote {
  background: none;
  border: 2px solid #fff;
  padding: 3rem 4rem;
}
.contents_blockArea .u-wysiwygArea.white table {
  background: none;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.contents_blockArea .u-wysiwygArea.white table thead th,
.contents_blockArea .u-wysiwygArea.white table thead td {
  font-weight: bold;
  text-align: center;
}
.contents_blockArea .u-wysiwygArea.white table tr th,
.contents_blockArea .u-wysiwygArea.white table tr td {
  border: #fff 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
}
.contents_blockArea .u-wysiwygArea.white table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.contents_blockArea .u-wysiwygArea.white table tr td:first-child {
  white-space: nowrap;
}
.contents_blockArea .u-wysiwygArea.white img {
  width: auto;
}
.contents_blockArea .u-wysiwygArea.white img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents_blockArea .u-wysiwygArea.white img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.contents_blockArea .u-wysiwygArea.white .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_blockArea .u-wysiwygArea.white .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.contents_blockArea .u-wysiwygArea.white .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.contents_blockArea .u-wysiwygArea.white .gallery-columns-3 .gallery-item {
  width: calc((100% - (40px * 2)) / 3);
}
.contents_blockArea .u-wysiwygArea.white .box {
  border: solid 1px #000;
  padding: 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-wysiwygArea.white .box {
    padding: 2rem;
    margin-bottom: 7rem;
  }
}
.contents_blockArea .u-wysiwygArea.white .box p:last-child {
  margin-bottom: 0;
}
.contents_blockArea .u-wysiwygArea * + * {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-wysiwygArea * + * {
    font-size: 1.4rem;
  }
}
.contents_blockArea .u-wysiwygArea br + * {
  margin-top: 0;
}
.contents_blockArea .u-wysiwygArea p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-wysiwygArea p {
    font-size: 1.4rem;
  }
}
.contents_blockArea .u-wysiwygArea div {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-wysiwygArea div {
    font-size: 1.4rem;
  }
}
.contents_blockArea .u-wysiwygArea a {
  font-weight: 700;
  border-bottom: 0.2rem solid #000;
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .contents_blockArea .u-wysiwygArea a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.contents_blockArea .u-wysiwygArea a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0.3rem;
  width: 12px;
  height: 12px;
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
}
.contents_blockArea .u-wysiwygArea h1 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.u-articletTitleText .contents_blockArea .u-wysiwygArea h1 {
  margin-bottom: 1rem;
}
.contents_blockArea .u-wysiwygArea h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.27em;
}
.u-articletTitleText .contents_blockArea .u-wysiwygArea h2 {
  margin-bottom: 1rem;
}
.contents_blockArea .u-wysiwygArea h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.1em;
}
.contents_blockArea .u-wysiwygArea h4 {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
.contents_blockArea .u-wysiwygArea h5,
.contents_blockArea .u-wysiwygArea h6 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 700;
}
.contents_blockArea .u-wysiwygArea h1 + h2,
.contents_blockArea .u-wysiwygArea h2 + h3,
.contents_blockArea .u-wysiwygArea h3 + h4,
.contents_blockArea .u-wysiwygArea h4 + h5,
.contents_blockArea .u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.contents_blockArea .u-wysiwygArea strong,
.contents_blockArea .u-wysiwygArea strong * {
  font-weight: bold;
}
.contents_blockArea .u-wysiwygArea em,
.contents_blockArea .u-wysiwygArea em * {
  font-style: italic;
}
.contents_blockArea .u-wysiwygArea ul {
  list-style-type: disc;
}
.contents_blockArea .u-wysiwygArea ol {
  list-style-type: decimal;
}
.contents_blockArea .u-wysiwygArea ul,
.contents_blockArea .u-wysiwygArea ol {
  margin-top: 1em;
  margin-bottom: 1rem;
  padding-left: 1.4em;
}
.contents_blockArea .u-wysiwygArea ul li,
.contents_blockArea .u-wysiwygArea ol li {
  list-style-type: inherit;
  line-height: 1.5;
  margin-top: 0.6em;
  font-size: 1.5rem;
  font-weight: 500;
}
.contents_blockArea .u-wysiwygArea dl {
  margin-bottom: 1rem;
}
.contents_blockArea .u-wysiwygArea sup,
.contents_blockArea .u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.contents_blockArea .u-wysiwygArea hr {
  background: #000;
  display: block;
  height: 1px;
  width: 100%;
}
.contents_blockArea .u-wysiwygArea blockquote {
  background: #eeeeee;
  padding: 3rem 4rem;
}
.contents_blockArea .u-wysiwygArea table {
  background: #fff;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.contents_blockArea .u-wysiwygArea table thead th,
.contents_blockArea .u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.contents_blockArea .u-wysiwygArea table tr th,
.contents_blockArea .u-wysiwygArea table tr td {
  border: #000 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.contents_blockArea .u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.contents_blockArea .u-wysiwygArea table tr td:first-child {
  white-space: nowrap;
}
.contents_blockArea .u-wysiwygArea img {
  width: auto;
}
.contents_blockArea .u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents_blockArea .u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.contents_blockArea .u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_blockArea .u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.contents_blockArea .u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.contents_blockArea .u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - (40px * 2)) / 3);
}
.contents_blockArea .u-wysiwygArea .box {
  border: solid 1px #000;
  padding: 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-wysiwygArea .box {
    padding: 2rem;
    margin-bottom: 7rem;
  }
}
.contents_blockArea .u-wysiwygArea .box p:last-child {
  margin-bottom: 0;
}
.contents_blockArea .u-accodion {
  padding: 3rem 0;
}
.contents_blockArea .u-accodion .accessMain__mainItemBody {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-accodion {
    padding: 2rem 0;
  }
}
.contents_blockArea .u-accodion .accessMain__mainItemTitleWrap::after {
  right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-accodion .accessMain__mainItemTitleWrap::after {
    right: 3rem;
  }
}
.contents_blockArea .u-accodion .accessMain__mainItemTitleWrap::before {
  right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contents_blockArea .u-accodion .accessMain__mainItemTitleWrap::before {
    right: 3rem;
  }
}
.contents_blockArea .u-accodion.u-color-beige {
  background: #FDF9EB;
}
.contents_blockArea .u-accodion.u-color-blue {
  background: #EDF6FD;
}
.contents_blockArea .u-wysiwygArea.access {
  padding-left: 2rem;
  position: relative;
}
.contents_blockArea .u-wysiwygArea.access .u-wysiwygAreaCount.access {
  position: absolute;
  top: 0;
  left: 0;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(10vw / 3.75);
  }
}
@media screen and (max-width: 768px) {
  html:lang(en) .siteHeader__menuItemLink {
    line-height: 1;
  }
}
html:lang(en) .u-room_info__listItemLabelText {
  font-size: 1rem;
}
html:lang(en) .anchorLinkSec__flexItem .u-button__arrowText {
  line-height: 1.3;
}
html:lang(en) .search__field {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  html:lang(en) .search__field {
    margin: 0 0 1.5rem 0;
  }
}
html:lang(en) .search__field input {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  html:lang(en) .search__field input {
    width: 100%;
    padding: 0.7rem 0;
    line-height: 1.7;
    font-size: 1.2rem;
  }
}
html:lang(en) .search__field legend {
  font-size: 1rem;
}
html:lang(en) .search__field select {
  padding: 0.7rem 1rem;
  line-height: 1.7;
  font-size: 1.2rem;
  width: 9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html:lang(en) .search__field select {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  html:lang(en) .search__btn::after {
    -webkit-transform: translate(500%, -50%);
            transform: translate(500%, -50%);
  }
}
html:lang(en) .search__linkBtn {
  padding: 1rem 3rem 1rem 0.8rem;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-print-color-adjust: exact;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

iframe {
  max-width: 100%;
  width: 100%;
}

b,
strong {
  font-weight: bold;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block !important;
}

.u-pcDib {
  display: inline-block !important;
}

.u-pcDin {
  display: inline !important;
}

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

.u-pcDt {
  display: table !important;
}

.u-pcDtc {
  display: table-cell !important;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
.u-pcDib,
.u-pcDin,
.u-pcDf,
.u-pcDt,
.u-pcDtc {
    display: none !important;
  }

  .u-spDb {
    display: block !important;
  }

  .u-spDib {
    display: inline-block !important;
  }

  .u-spDin {
    display: inline !important;
  }

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

  .u-spDt {
    display: table !important;
  }

  .u-spDtc {
    display: table-cell !important;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  padding-top: 78px;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .siteContent {
    padding-top: 5rem;
  }
}
.is_login_user .siteContent {
  padding-top: 78px;
}
@media screen and (max-width: 768px) {
  .is_login_user .siteContent {
    padding-top: 5rem;
  }
}

.u-contentCenter {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 78.33%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-contentCenter {
    padding: 0 2rem;
    max-width: 100%;
  }
}
@media print {
  .u-contentCenter {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .is_login_user #wpadminbar {
    position: fixed;
    width: 100%;
  }
}

/*-----------------------------------------------
共通Title・Text
------------------------------------------------*/
/*-----------------------------------------------
ページネーション
------------------------------------------------*/
.holder a {
  display: inline-block;
  padding: 0.7rem 1rem;
  border: 3px solid #000;
  border-radius: 7px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.jp-previous {
  padding: 0.7rem 1rem 0.7rem 2.2rem !important;
  position: relative;
}
.jp-previous::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(30%, -50%) scale(-1, 1);
  transform: translate(30%, -50%) scale(-1, 1);
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.jp-previous:hover::after {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.jp-previous.jp-disabled {
  display: none;
}

.jp-next {
  padding: 0.7rem 2.2rem 0.7rem 1rem !important;
  position: relative;
}
.jp-next::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #000;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.jp-next:hover::after {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.jp-next.jp-disabled {
  display: none;
}

.holder {
  text-align: center;
}

.holder a.jp-current {
  background-color: #000;
  color: #fff;
}

/*-----------------------------------------------
404
------------------------------------------------*/
.errorPage .u-articleText {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .errorPage .u-articleText {
    text-align: left;
  }
}
.errorPage .u-lowerPageTitle__center {
  text-align: center;
  padding-left: 2rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .errorPage .u-lowerPageTitle__center {
    padding-top: 3rem;
  }
}

.ank {
  margin-top: -85px;
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .ank {
    margin-top: -70px;
    padding-top: 70px;
  }
}

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

.u-anchor {
  margin-top: -138px;
  padding-top: 138px;
}
@media screen and (max-width: 768px) {
  .u-anchor {
    margin-top: -10rem;
    padding-top: 10rem;
  }
}

/*-------------------------------------------
トップページFV
-------------------------------------------*/
.topPageFvSlider {
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider {
    min-height: 0;
  }
}
.topPageFvSlider__container {
  position: relative;
}
.topPageFvSlider__container::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(64%, rgba(255, 255, 255, 0.9150035014)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9150035014) 64%);
}
@media screen and (max-width: 1100px) {
  .topPageFvSlider__container:after {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__container:after {
    padding-bottom: 35%;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(64%, rgba(255, 255, 255, 0.9150035014)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9150035014) 64%);
  }
}
.topPageFvSlider__item {
  height: 0;
  padding-bottom: 51.9%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__item {
    padding-bottom: 125.33%;
  }
}
.topPageFvSlider__thumb {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .is_login_user .topPageFvSlider__thumb {
    min-height: auto;
    height: 100%;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .topPageFvSlider__thumb {
    min-height: auto;
    height: 100%;
  }
}
.topPageFvSlider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topPageFvSlider__logoImg {
  width: 35vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__logoImg {
    width: 80%;
    max-width: 424px;
  }
}
.topPageFvSlider__searchBtnTxtArea {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnTxtArea {
    padding-top: 2rem;
  }
}
.topPageFvSlider__searchBtnTxt {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnTxt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.4rem;
  }
}
.topPageFvSlider__searchBtnTxtSub {
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnTxtSub {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1rem;
    margin: 0;
    padding-top: 4rem;
  }
}
.topPageFvSlider .swiper-button-prev:after,
.topPageFvSlider .swiper-button-next:after {
  display: none;
}
.topPageFvSlider .swiper-pagination-top {
  min-height: 20px;
  width: 100%;
  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;
  bottom: 2rem;
  position: absolute;
  z-index: 5;
}
.topPageFvSlider .swiper-pagination-top .swiper-pagination-bullet {
  background: #000 !important;
}
.topPageFvSlider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1rem;
  }
}
.topPageFvSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 1rem;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .topPageFvSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageFvSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .topPageFvSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageFvSlider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.topPageFvSlider__scroll {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: 8rem;
  left: 1rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scroll {
    bottom: 80px;
  }
}
.topPageFvSlider__scroll p {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scroll p {
    font-size: 11px;
    line-height: 1;
  }
}
.topPageFvSlider__scroll::after {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 1.7rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 1px;
  height: 5.5rem;
  background: #000;
  animation: pathmove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  -webkit-animation: pathmove 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scroll::after {
    bottom: -60px;
    left: 15px;
    height: 50px;
  }
}
/*-------------------------------------------
トップページ動画
-------------------------------------------*/
.topPageFVMovie {
  position: relative;
  width: 100%;
}
.topPageFVMovie__youtube {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #000;
}
.topPageFVMovie__youtube iframe {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}

/*-------------------------------------------
トップページ緊急のお知らせ
-------------------------------------------*/
.topPageEmergency {
  background-color: #000;
  width: 100%;
  margin-left: auto;
  position: relative;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .topPageEmergency {
    max-width: none;
    margin-left: 0;
    padding: 2rem;
  }
}
.topPageEmergency__close {
  color: #fff;
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 1;
  font-size: 2.6rem;
  font-weight: 100;
}
@media screen and (min-width: 769px) {
  .topPageEmergency__close {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageEmergency__close {
    font-size: 2.6rem;
    right: 2rem;
    top: 1rem;
  }
}
.topPageEmergency__close:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .topPageEmergency__close:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageEmergency__close:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageEmergency__title {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__title {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .topPageEmergency__title {
    font-size: 1.4rem;
  }
}
.topPageEmergency__titleIcon {
  max-width: 2.5rem;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topPageEmergency__list {
  padding-left: 0;
  list-style: none;
}
.topPageEmergency__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__item {
    display: block;
    margin-bottom: 2rem;
  }
}
.topPageEmergency__item:last-child {
  margin-bottom: 0;
}
.topPageEmergency__day {
  margin-top: 0.2rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__day {
    font-size: 1.1rem;
  }
}
.topPageEmergency__text {
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__text {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    max-width: none;
    line-height: 1.7;
  }
}
.topPageEmergency__text a {
  text-decoration: underline;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .topPageEmergency__text a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .topPageEmergency__text a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageEmergency__text a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageEmergency .topPageEmergency__link {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #fff;
  margin-left: 3rem;
}
@media screen and (min-width: 769px) {
  .topPageEmergency .topPageEmergency__link {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .topPageEmergency .topPageEmergency__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageEmergency .topPageEmergency__link:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageEmergency .topPageEmergency__link {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    margin-left: auto;
  }
}

/*-------------------------------------------
おすすめプラン
-------------------------------------------*/
.topPageRecommendSec {
  background: url("../images/common/background_image.jpg") center center/cover;
  padding-bottom: 4.5rem;
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec {
    padding-bottom: 3.5rem;
  }
}
.topPageRecommendSec .u-secTitleEn__left {
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-secTitleEn__left {
    font-size: 5.7rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-secTitleEn__left {
    white-space: nowrap;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.topPageRecommendSec .u-secTitleJp__left {
  margin-left: 50px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-secTitleJp__left {
    margin-left: 0;
  }
}
.topPageRecommendSec .u-cardCarousel__container {
  margin-bottom: 0;
  margin-top: 4.5rem;
}
.topPageRecommendSec .u-cardCarousel__thumb {
  padding-bottom: 74.935%;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.topPageRecommendSec .u-cardCarousel__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageRecommendSec .u-cardCarousel__image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.topPageRecommendSec .topPageRecommendSec__slide.u-contentCenter {
  padding: 0 10rem;
}
@media screen and (max-width: 1000px) {
  .topPageRecommendSec .topPageRecommendSec__slide.u-contentCenter {
    padding: 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .topPageRecommendSec__slide.u-contentCenter {
    padding: 0 3rem;
  }
}

/*-------------------------------------------
おすすめポイント
-------------------------------------------*/
.topPagePoint {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint {
    margin-bottom: 9rem;
  }
}
.topPagePoint__inner {
  margin: 0 auto 3rem;
}
.topPagePoint__inner:nth-of-type(even) .topPagePoint__flexRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.topPagePoint__inner:last-of-type .topPagePoint__flexRight {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPagePoint__ttlArea {
    overflow: hidden;
  }
}
.topPagePoint .u-secTitleEn__left {
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #F08300;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPagePoint .u-secTitleEn__left {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.topPagePoint .u-secTitleEn__left span.blue {
  color: #014FA6;
}
@media screen and (max-width: 768px) {
  .topPagePoint .u-secTitleEn__left {
    letter-spacing: 0.08em;
    white-space: nowrap;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
.topPagePoint .u-secTitleJp__left {
  margin: 0 0 3rem 50px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPagePoint .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPagePoint .u-secTitleJp__left {
    margin: 0 0 3rem 2rem;
  }
}
.topPagePoint__flexRightLogo {
  max-width: 250px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRightLogo {
    margin: 0 auto 1rem;
  }
}
.topPagePoint__flexRightLogoInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.topPagePoint__flexRightLogoPhoto {
  width: 47%;
}
.topPagePoint__flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 6rem;
  }
}
.topPagePoint__flexRightBodyWrap {
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRightBodyWrap {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topPagePoint__labelFlexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .topPagePoint__labelFlexBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.topPagePoint__labelFlexBoxItem {
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #014FA6;
}
@media screen and (max-width: 768px) {
  .topPagePoint__labelFlexBoxItem {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.topPagePoint__labelFlexBoxItem.hup-v {
  background-color: #F08300;
}
.topPagePoint__flexTitleEn {
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleEn {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleEn {
    margin-left: 0;
  }
}
.topPagePoint__flexTitleJp {
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleJp {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleJp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.topPagePoint__flexText {
  padding-top: 2rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexText {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexText {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.topPagePoint__flexText span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #014FA6;
  position: absolute;
  top: 0;
  left: 0;
}
.topPagePoint__flexText span.hup-v {
  background-color: #F08300;
}
.topPagePoint__flexText span.hup::after {
  background-color: #014FA6;
}
.topPagePoint__flexText span::after {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  background-color: #F08300;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPagePoint__spImgWrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    padding-bottom: 68%;
    margin: 0 0 2rem;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  .topPagePoint__spImgWrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.topPagePoint__flexRightImgWrap {
  width: 48.33%;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRightImgWrap {
    width: 100%;
  }
}
.topPagePoint__flexRightImgContainer {
  width: 100%;
  padding-bottom: 65.52%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.topPagePoint__flexRightImgContainer img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPagePoint__flexLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.8rem 0;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0;
  }
}
.topPagePoint__flexLeftBodyWrap {
  width: calc(50% - 3.5rem);
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexLeftBodyWrap {
    width: 100%;
  }
}
.topPagePoint__flexLeftImgWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexLeftImgWrap {
    width: 100%;
  }
}
.topPagePoint .u-button__arrow {
  max-width: 300px;
  margin: 2rem auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPagePoint .u-button__arrow {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: none;
  }
}

.u-topPagePoint {
  padding-bottom: 9rem;
  position: relative;
}
.u-topPagePoint::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  .u-topPagePoint::after {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 5rem;
  }
}

/*-------------------------------------------
おすすめの過ごし方
-------------------------------------------*/
.topPageSpend {
  background: url("../images/common/background_image.jpg") center center/cover;
  margin-top: 6rem;
  padding: 4.5rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .topPageSpend {
    margin-top: 4rem;
    padding: 3rem 0 3.5rem;
    margin-bottom: 0;
  }
}
.topPageSpend__titleArea {
  margin-bottom: 3.5rem;
}
.topPageSpend .u-secTitleEn__left {
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-secTitleEn__left {
    font-size: 5.7rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-secTitleEn__left {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.topPageSpend .u-secTitleJp__left {
  margin-left: 50px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-secTitleJp__left {
    margin-left: 0;
  }
}
.topPageSpend__title {
  text-align: center;
  margin-bottom: 3.4rem;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.topPageSpend__buttonList {
  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;
}
@media screen and (max-width: 768px) {
  .topPageSpend__buttonList {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-button__arrow:first-child {
    margin-bottom: 2rem;
  }
}
.topPageSpend .u-button__arrow {
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-button__arrow {
    margin-left: 0;
    margin-right: 0;
  }
}
.topPageSpend .u-cardCarousel__thumb {
  padding-bottom: 65.6716%;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.topPageSpend .u-cardCarousel__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageSpend .u-cardCarousel__image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-cardCarousel__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.topPageSpend .topPageSpend__slide.u-contentCenter {
  padding: 0 10rem;
}
@media screen and (max-width: 1000px) {
  .topPageSpend .topPageSpend__slide.u-contentCenter {
    padding: 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageSpend .topPageSpend__slide.u-contentCenter {
    padding: 0 3rem;
  }
}

/*-------------------------------------------
トップページ施設紹介
-------------------------------------------*/
.topPageFacility {
  margin-top: 6rem;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .topPageFacility {
    padding-top: 0;
  }
}
.topPageFacility__ttlArea {
  margin-bottom: 4rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .topPageFacility__ttlArea {
    margin-bottom: 3.5rem;
  }
}
.topPageFacility .u-topPageFacilityTitleEn {
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: left;
  color: #F08300;
  font-family: "Righteous", cursive;
  color: #000;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityTitleEn {
    font-size: 5.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityTitleEn {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  .topPageFacility .u-topPageFacilityTitleEn span {
    white-space: nowrap;
  }
}
.topPageFacility .u-topPageFacilityTitleJp {
  margin-left: 50px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityTitleJp {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityTitleJp {
    margin-left: 2rem;
  }
}
.topPageFacility .u-topPageFacilityPhotoList .slick-arrow {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityPhotoList .slick-arrow {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.topPageFacility .u-topPageFacilityPhotoList .slick-prev {
  left: 0;
  -webkit-transform: translate(50%, -50%) scale(-1, 1);
          transform: translate(50%, -50%) scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityPhotoList .slick-prev {
    -webkit-transform: translate(0, -50%) scale(-1, 1);
            transform: translate(0, -50%) scale(-1, 1);
  }
}
.topPageFacility .u-topPageFacilityPhotoList .slick-next {
  right: 0;
}
.topPageFacility .u-topPageFacilityPhoto {
  padding-bottom: 34.58%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityPhoto {
    padding-bottom: 58.67%;
    margin-bottom: 1rem;
  }
}
.topPageFacility .u-topPageFacilityImg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageFacility .u-topPageFacilityText {
  font-size: 1.5rem;
  line-height: 2.14;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityText {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityText {
    padding: 0 3rem;
  }
}
.topPageFacility .u-articleButton {
  margin-top: 8rem;
  max-width: none;
}
@media screen and (min-width: 769px) {
  .topPageFacility .u-articleButton:hover .u-articleButtonText {
    color: #fff;
  }
  .topPageFacility .u-articleButton:hover::after {
    background: #fff;
  }
}
.topPageFacility .u-topPageFacility__AmusementText {
  margin-bottom: 2rem;
}
.topPageFacility .u-button__arrow {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-button__arrow {
    max-width: none;
  }
}

/*-------------------------------------------
館内マップ
-------------------------------------------*/
.topPageFloor {
  margin: 8.5rem 0 7rem;
}
.topPageFloor__titleArea {
  margin-bottom: 3.5rem;
}
.topPageFloor .u-secTitleEn__left {
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #F08300;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-secTitleEn__left {
    font-size: 5.7rem;
    line-height: 1;
  }
}
.topPageFloor .u-secTitleEn__left .blue {
  color: #014FA6;
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-secTitleEn__left {
    white-space: nowrap;
    letter-spacing: 0.08em;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.topPageFloor .u-secTitleJp__left {
  margin-left: 50px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-secTitleJp__left {
    margin-left: 0;
  }
}
.topPageFloor .u-contentCenter {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2.14;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-contentCenter {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-contentCenter {
    margin-bottom: 3.5rem;
  }
}
.topPageFloor__thumb {
  display: block;
  width: 100%;
  padding-bottom: 34.5833%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .topPageFloor__thumb {
    padding-bottom: 58.6666%;
  }
}
.topPageFloor__thumbImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.topPageFloor .u-secText__center {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-secText__center {
    max-width: none;
    padding: 0 3rem;
  }
}
.topPageFloor .u-button__arrow {
  margin: 3rem auto 0;
  width: 85%;
}

/*-------------------------------------------
イベント
-------------------------------------------*/
.topPageEvent {
  background: url("../images/common/background_image.jpg") center center/cover;
  padding-bottom: 4.5rem;
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .topPageEvent {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageEvent .topPageEvent__titleWrap.u-contentCenter {
    padding: 0;
  }
}
.topPageEvent .u-secTitleEn__left {
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-secTitleEn__left {
    font-size: 5.7rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-secTitleEn__left {
    white-space: nowrap;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
.topPageEvent .u-secTitleJp__left {
  margin-left: 50px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-secTitleJp__left {
    margin-left: 2rem;
  }
}
.topPageEvent .u-cardCarousel__container {
  margin-bottom: 0;
  margin-top: 4.5rem;
}
.topPageEvent .u-cardCarousel__thumb {
  padding-bottom: 65.6716%;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.topPageEvent .u-cardCarousel__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageEvent .u-cardCarousel__image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-cardCarousel__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.topPageEvent .topPageEvent__slide.u-contentCenter {
  padding: 0 10rem;
}
@media screen and (max-width: 1000px) {
  .topPageEvent .topPageEvent__slide.u-contentCenter {
    padding: 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageEvent .topPageEvent__slide.u-contentCenter {
    padding: 0 3rem;
  }
}

/*-------------------------------------------
お知らせ
-------------------------------------------*/
.topPageNews {
  margin: 8rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .topPageNews {
    margin: 8rem 0 9rem;
  }
}
.topPageNews__titleArea {
  margin-bottom: 3.5rem;
}
.topPageNews .u-secTitleEn__left {
  margin-bottom: 3rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #F08300;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageNews .u-secTitleEn__left {
    font-size: 5.7rem;
    line-height: 1;
  }
}
.topPageNews .u-secTitleEn__left .blue {
  color: #014FA6;
}
@media screen and (max-width: 768px) {
  .topPageNews .u-secTitleEn__left {
    margin-bottom: 2rem;
    white-space: nowrap;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.topPageNews .u-secTitleJp__left {
  margin-left: 50px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageNews .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageNews .u-secTitleJp__left {
    margin-left: 0;
  }
}
.topPageNews .u-cardCarousel {
  width: 100%;
  margin: 0 auto;
}
.topPageNews .u-cardCarousel__thumb {
  padding-bottom: 65.6716%;
  position: relative;
}
.topPageNews .u-cardCarousel__image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageNews .u-cardCarousel__image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topPageNews .u-cardCarousel__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.topPageNews .u-cardCarousel__caption {
  padding: 1.5rem 5px 1.5rem 5px;
}
@media screen and (max-width: 768px) {
  .topPageNews .u-cardCarousel__caption {
    padding: 1.5rem 5px 1.5rem 5px;
  }
}
.topPageNews .u-cardCarousel__catList {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageNews .u-cardCarousel__catList {
    margin-bottom: 2rem;
  }
}
.topPageNews .u-cardCarousel__title {
  margin-bottom: 2rem;
}
.topPageNews .slick-arrow {
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .topPageNews .slick-arrow {
    top: 9rem;
  }
}
.topPageNews .slick-next {
  right: -15px;
}
@media screen and (max-width: 768px) {
  .topPageNews .slick-next {
    right: -4%;
  }
}
.topPageNews .slick-prev {
  left: -15px;
}
@media screen and (max-width: 768px) {
  .topPageNews .slick-prev {
    left: -4%;
    padding: 0 2rem;
  }
}
.topPageNews .slick-dots {
  margin-top: 3.5rem;
}
.topPageNews .u-button__arrow {
  margin: 0 auto 0;
}
.topPageNews .slick-dots li {
  font-size: 0;
}
.topPageNews .slick-dots li::after {
  background: #000;
}
.topPageNews .slick-dots li.slick-active::after {
  background: #000;
}

/*-------------------------------------------
コンセプト
-------------------------------------------*/
.topPageConcept {
  padding-bottom: 4.5rem;
  padding-top: 4.8rem;
  margin-bottom: 7rem;
  background: url("../images/common/background_image.jpg") center center/cover;
}
@media screen and (max-width: 768px) {
  .topPageConcept {
    padding-bottom: 3.5rem;
    margin-bottom: 9rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept__ttlArea {
    margin-bottom: 0;
  }
}
.topPageConcept .u-secTitleEn__center {
  padding-top: 5rem;
  margin-bottom: 1rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secTitleEn__center {
    font-size: 5.7rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secTitleEn__center {
    text-align: left;
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.topPageConcept .u-secTitleJp__center {
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secTitleJp__center {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secTitleJp__center {
    margin-bottom: 3rem;
    text-align: left;
  }
}
.topPageConcept .u-secText_lead {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText_lead {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText_lead {
    margin-bottom: 0.5rem;
    text-align: left;
  }
}
.topPageConcept .u-secText {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText {
    font-size: 1.4rem;
    line-height: 2.18;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept__slider {
    margin-top: 5rem;
  }
}
.topPageConcept__sliderItemThumb {
  display: block;
  height: 0;
  padding-bottom: 47.4226%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPageConcept__sliderItemThumb {
    padding-bottom: 70.1492%;
  }
}
.topPageConcept__sliderItemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageConcept__youtubeWrap {
  margin: 4rem auto 6.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageConcept__youtubeWrap {
    width: 100%;
    padding: 0 3rem;
    margin: 5rem auto 9rem;
  }
}
.topPageConcept__youtubeWrap iframe {
  width: 100%;
  max-width: 70rem;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .topPageConcept__youtubeWrap iframe {
    height: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText__center {
    line-height: 2.14;
    margin-bottom: 4rem;
  }
}

/*-------------------------------------------
アクセス
-------------------------------------------*/
.topPageAccess {
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  .topPageAccess {
    margin: 8rem 0 9rem;
  }
}
.topPageAccess__titleArea {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .topPageAccess__titleArea {
    margin-bottom: 3.5rem;
  }
}
.topPageAccess .u-secTitleEn__left {
  margin-bottom: 1rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #F08300;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageAccess .u-secTitleEn__left {
    font-size: 5.7rem;
    line-height: 1;
  }
}
.topPageAccess .u-secTitleEn__left .blue {
  color: #014FA6;
}
@media screen and (max-width: 768px) {
  .topPageAccess .u-secTitleEn__left {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
    margin-bottom: 2rem;
  }
}
.topPageAccess .u-secTitleJp__left {
  margin-left: 50px;
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageAccess .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageAccess .u-secTitleJp__left {
    margin-left: 0;
  }
}
.topPageAccess__tabList {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topPageAccess__tabListItem {
  width: 50%;
  padding: 20px 0;
  background-color: #014FA6;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
.topPageAccess__tabListItem.vita {
  background-color: #F08300;
}
.topPageAccess__tabListItemImg {
  width: 50%;
  max-width: 336px;
  max-height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.topPageAccess__tabListItemImg.vita {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .topPageAccess__tabListItemImg {
    width: 90%;
  }
}
.topPageAccess__inner {
  padding: 5rem 0;
  background-color: #014FA6;
}
.topPageAccess__inner.vita {
  display: none;
  background-color: #F08300;
}
@media screen and (max-width: 768px) {
  .topPageAccess__inner {
    padding: 3rem 0;
  }
}
.topPageAccess__map {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageAccess__map {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.topPageAccess__map iframe {
  border-radius: 10px;
  width: 100% !important;
  height: 50rem !important;
}
@media screen and (max-width: 768px) {
  .topPageAccess__map iframe {
    height: 19rem !important;
  }
}
.topPageAccess__title {
  font-size: 1.9rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageAccess__title {
    font-size: 1.9rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .topPageAccess__title {
    margin-top: 1rem;
    text-align: left;
  }
}
.topPageAccess__text {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .topPageAccess__text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .topPageAccess__text {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.topPageAccess__textArea {
  text-align: center;
  color: #fff;
}
.topPageAccess .u-button__arrow {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .topPageAccess .u-button__arrow {
    width: 85%;
    margin: 0 auto;
    max-width: none;
  }
}

/*-------------------------------------------
SNS
-------------------------------------------*/
.snsSecArea {
  text-align: center;
  max-width: 560px;
  margin: 7rem auto;
}
@media screen and (max-width: 768px) {
  .snsSecArea {
    padding: 0 1.5rem;
    margin: 6rem auto;
  }
}
.snsSecArea__inner {
  max-width: 650px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .snsSecArea__inner {
    display: block;
  }
}
.snsSecArea__box {
  width: 50%;
  margin-right: 2rem;
}
.snsSecArea__box.vita {
  margin-right: 0;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .snsSecArea__box {
    width: 100%;
    margin-right: 0;
  }
  .snsSecArea__box.vita {
    margin-left: 0;
  }
}
.snsSecArea__line {
  width: 1px;
  height: 60px;
  background: #BFBFBF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .snsSecArea__line {
    width: 100%;
    height: 1px;
    margin: 2rem 0;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.snsSecArea__cat {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.58;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .snsSecArea__cat {
    font-size: 1.3rem;
    line-height: 1.58;
  }
}
.snsSecArea__list {
  width: 100%;
  margin: 0 auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .snsSecArea__list {
    max-width: 22rem;
  }
}
.snsSecArea__item {
  height: auto;
  display: block;
  width: 100%;
  max-width: 30px;
  margin: 0 auto;
}
.snsSecArea__link {
  display: block;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 769px) {
  .snsSecArea__link:hover {
    opacity: 0.7;
  }
}
.snsSecArea__link img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .snsSecArea__link img {
    padding: 0;
  }
}
.snsSecArea__logo {
  width: 8.8rem;
  margin: 0 auto;
  margin-bottom: 1.4rem;
}
.snsSecArea__logoLink {
  display: block;
  width: 100%;
  height: auto;
}
.snsSecArea__logoLink img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.snsSecArea__text {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

.anchorLinkSec {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec {
    padding: 3rem 0;
  }
}
.anchorLinkSec__imgArea {
  width: 60rem;
  margin-bottom: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 5rem 0;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__imgArea {
    width: 100%;
    margin: 0 auto;
    padding: 6.4rem 2rem 0;
  }
}
.anchorLinkSec__imgAreaLink {
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .anchorLinkSec__imgAreaLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__imgAreaLink {
    display: block;
    margin-bottom: 3rem;
    position: relative;
  }
  .anchorLinkSec__imgAreaLink img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.anchorLinkSec__img {
  width: 33.6rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.anchorLinkSec__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 4rem;
  max-width: 70rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexWrap {
    margin: 0 auto 6rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.anchorLinkSec__flexItem {
  max-width: 33.5rem;
  width: 49%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexItem {
    width: 50%;
    margin-bottom: 1rem;
  }
  .anchorLinkSec__flexItem:nth-of-type(odd) {
    padding-right: 0.5rem;
  }
  .anchorLinkSec__flexItem:nth-of-type(even) {
    padding-left: 0.5rem;
  }
}
.anchorLinkSec__flexItem .u-button__arrow {
  margin-top: 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexItem .u-button__arrow {
    height: 6rem;
    position: relative;
  }
}
.anchorLinkSec__flexItem .u-button__arrowText {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexItem .u-button__arrowText {
    width: 100%;
    padding: 0 2.5rem;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .anchorLinkSec__flexItem .u-button__arrowText::after {
    width: 1.7rem;
    height: 1.7rem;
    -webkit-transform: translate(-15%, -50%);
            transform: translate(-15%, -50%);
  }
}
.anchorLinkSec__flexItemLink {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.anchorLinkSec__flexItemLink::after {
  content: "";
  width: 4.5rem;
  height: 20px;
  background-image: url(../images/common/btnArrow__black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .anchorLinkSec__flexItemLink::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexItemLink {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }
  .anchorLinkSec__flexItemLink::after {
    background-image: url(../images/common/btnArrow__black_sp.png);
    width: 3.6rem;
    height: 1.2rem;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .anchorLinkSec__flexItemLink:hover {
    background-color: #fff;
  }
  .anchorLinkSec__flexItemLink:hover::after {
    background-image: url(../images/common/btnArrow__yellow.png);
  }
  .anchorLinkSec__flexItemLink:hover .anchorLinkSec__flexItemLinkSpan {
    color: #000;
  }
}
.anchorLinkSec__flexItemLink[target=_blank]::after {
  right: 10px;
}
@media screen and (min-width: 769px) {
  .anchorLinkSec__flexItemLink[target=_blank]:hover .anchorLinkSec__flexItemLinkSpan::after {
    background: url(../images/common/externalLink_icon_yellow.png) center center/contain no-repeat;
  }
}
.anchorLinkSec__flexItemLink[target=_blank] .anchorLinkSec__flexItemLinkSpan {
  padding-right: 2.5rem;
  position: relative;
}
.anchorLinkSec__flexItemLinkSpan {
  border-radius: 5px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.22em;
  font-size: min(1.4rem, 20px);
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexItemLinkSpan {
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}

.u-topPageFacility__AmusementFlexWrap {
  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;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementFlexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.u-topPageFacility__AmusementFlexItem {
  width: 49%;
  height: 34.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-topPageFacility__AmusementFlexItem.u-column01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementFlexItem {
    width: 100%;
    height: 22rem;
  }
  .u-topPageFacility__AmusementFlexItem:first-of-type {
    margin-bottom: 1rem;
  }
}

.u-topPageFacilityText {
  padding-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityText {
    font-size: 1.4rem;
    text-align: left;
  }
}

.u-topPageFacilityIcon {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.u-banner {
  max-width: 1200px;
  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: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-banner {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .u-topPageFacilityOpenArea {
    margin-top: 2rem;
  }
}

.u-topPageFacilityOpenAreInner:nth-of-type(even) .u-topPageFacility__AmusementContent {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-topPageFacility__AmusementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 5rem auto 0;
  text-align: center;
}
.u-topPageFacility__AmusementContent.u-column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column01 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-topPageFacility__AmusementContent.u-column02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent {
    display: none !important;
  }
}

.u-topPageFacility__AmusementContentSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContentSP {
    display: block;
    margin-top: 6rem;
  }
}

.u-topPageFacility__AmusementImgFlex {
  max-width: 48.33%;
  width: 100%;
}

.u-topPageFacility__AmusementImgBlock {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementImgBlock {
    padding-bottom: 67%;
    margin-bottom: 2rem;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
}

.u-topPageFacility__AmusementImgInner {
  width: 100%;
  padding-bottom: 65.52%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

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

.u-topPageFacility__AmusementTextFlex {
  max-width: 48.33%;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-topPageFacility__AmusementTextFlex .u-button__arrow {
  margin-left: 0;
}

.u-topPageFacility__AmusementTextBox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementTextBox {
    display: none;
  }
}

.u-topPageFacility__AmusementCatWrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementCatWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-topPageFacility__AmusementCat {
  margin-bottom: 1rem;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #014FA6;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementCat {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.u-topPageFacility__AmusementCat.vita {
  background-color: #F08300;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementCat {
    display: inline-block;
    margin-bottom: 5px;
  }
}

.u-topPageFacility__AmusementTitle {
  padding-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementTitle {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.u-topPageFacility__AmusementTitle span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #014FA6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.u-topPageFacility__AmusementTitle span::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F08300;
}
.u-topPageFacility__AmusementTitle span.hup::after {
  display: none;
}
.u-topPageFacility__AmusementTitle span.vita {
  background-color: #F08300;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementTitle {
    text-align: left;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.u-topPageFacility__AmusementText {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementText {
    font-size: 1.3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementText {
    margin-bottom: 2rem;
  }
}

/*-------------------------------------------
フォトギャラリー
-------------------------------------------*/
.topPageGallery {
  margin: 7rem 0;
}
.topPageGallery__ttlArea {
  margin-bottom: 2.5em;
}
.topPageGallery .u-secTitleEn__left {
  margin-bottom: 1rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #F08300;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageGallery .u-secTitleEn__left {
    font-size: 5.7rem;
    line-height: 1.1;
  }
}
.topPageGallery .u-secTitleEn__left .blue {
  color: #014FA6;
}
@media screen and (max-width: 768px) {
  .topPageGallery .u-secTitleEn__left {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
.topPageGallery .u-secTitleJp__left {
  margin-left: 50px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .topPageGallery .u-secTitleJp__left {
    font-size: 2.1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageGallery .u-secTitleJp__left {
    margin-left: 2rem;
  }
}
.topPageGallery .u-cardCarousel__container {
  margin-bottom: 0;
}
.topPageGallery .u-cardCarousel__thumb {
  display: block;
  height: 0;
  position: relative;
  padding-bottom: 65.6716%;
}
.topPageGallery .u-cardCarousel__thumb img {
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageGallery .u-cardCarousel__thumb img {
    height: 23.5rem;
  }
}
.topPageGallery .slick-arrow {
  top: 50%;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.447);
  display: none;
}

/* モーダルウィンドウ */
.modal {
  width: 86%;
  padding: 4rem 4rem;
  border-radius: 15px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 51;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .modal {
    max-height: 65vh;
    overflow-y: scroll;
  }
}
.modal__close {
  position: absolute;
  top: -10px;
  right: 2rem;
  cursor: pointer;
  font-size: 4rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .modal__close {
    font-size: 3rem;
    top: 0;
    right: 1rem;
  }
}
.modal__title {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 2rem;
  }
}
.modal__text {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

.js-galleryOpenModal {
  cursor: pointer;
}

/* オーバーレイ */
.galleryModal__overlay {
  /* 位置を固定 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  /* 画面いっぱいに広がるようにする */
  width: 100%;
  height: 100vh;
  /* rgbaを使って60%の黒いオーバーレイにする */
  background: rgba(0, 0, 0, 0.7);
  /* デフォルトでは見えないようにする */
  display: none;
  /* 表示する際の変化の所要時間 */
}
.galleryModal__overlay.is-open {
  /* activeクラスがついたときにオーバーレイを表示する */
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

/* モーダルウィンドウ(フォトギャラリー) */
.galleryModal {
  width: 86%;
  background: none;
}
@media screen and (max-width: 768px) {
  .galleryModal {
    width: 100%;
    padding: 2rem 0;
  }
}
.galleryModal .is_login_user {
  top: calc(50% + 32px);
}
.galleryModal__title {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.galleryModal__imgArea {
  width: 100%;
  max-width: 97rem;
  margin: 0 auto 2rem;
}
.galleryModal__imgArea img {
  max-height: 46.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .galleryModal__imgArea img {
    max-height: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .galleryModal__imgArea {
    max-width: 100%;
  }
}
.galleryModal__linkWrap {
  text-align: center;
}
.galleryModal__link {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.galleryModal__link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.5rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .galleryModal__link:hover {
    opacity: 0.7;
  }
}

.topPageFvLogoArea {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .topPageFvLogoArea {
    padding: 10px 0;
  }
}
.topPageFvLogoArea__inner {
  width: 40%;
  max-width: 240px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  top: -30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topPageFvLogoArea__imgWrap {
  max-width: 220px;
  width: 46%;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topPageFvLogoArea__imgWrap {
    max-width: 158px;
  }
}
.topPageFvLogoArea__img {
  display: block;
  width: 100%;
  height: auto;
}

.topImgLineWrap {
  width: 100%;
  padding-top: 0.2rem;
}

.topImgLine {
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #947151;
}
.topImgLine:nth-of-type(2) {
  background-color: #000;
}

.topPage__emagencyNews {
  padding: 15px 20px;
  background: #000;
}

.topPage__emagencyNewsLink {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage__emagencyNewsLink {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.topPage__emagencyNewsLink::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/logo_emagancy_close.png") center center/contain;
}

.topPage__emagencyNewsLinkText {
  padding-left: 50px;
  position: relative;
}
.topPage__emagencyNewsLinkText::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/common/logo_emagancy.png") center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-------------------------------------------
OUR ROOM
-------------------------------------------*/
.topPageOurRoom {
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  .topPageOurRoom {
    margin: 8rem 0 9rem;
  }
}
.topPageOurRoom__titleArea {
  margin-bottom: 3.5rem;
}
.topPageOurRoom__titleEn {
  margin-bottom: 2rem;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Righteous", cursive;
}
@media screen and (max-width: 768px) {
  .topPageOurRoom__titleEn {
    font-size: 5.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageOurRoom__titleEn {
    letter-spacing: 0.05em;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
}
.topPageOurRoom__titleJp {
  margin-left: 50px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageOurRoom__titleJp {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topPageOurRoom__titleJp {
    margin-left: 2rem;
  }
}
.topPageOurRoom__photo {
  padding-bottom: 34.58%;
  margin-bottom: 3rem;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageOurRoom__photo {
    padding-bottom: 58.67%;
  }
}
.topPageOurRoom__photoImg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageOurRoom__text {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2.14;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topPageOurRoom__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .topPageOurRoom__text {
    padding: 0 3rem;
  }
}
.topPageOurRoom .u-button__arrow {
  margin: 3rem auto 0;
}

/*-------------------------------------------
エリア情報
-------------------------------------------*/
.topPageAria {
  margin: 5rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .topPageAria {
    margin: 5rem 0 8rem;
  }
}

/*-------------------------------------------
チャットbot
-------------------------------------------*/
.chatbot {
  width: 215px;
  position: fixed;
  right: 0;
  bottom: 180px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .chatbot {
    bottom: 6rem;
    z-index: 500;
  }
}

/*-------------------------------------------
no imageの場合
-------------------------------------------*/
.noImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.mb-10 {
  margin-bottom: 1rem;
}

.faqPage {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .faqPage {
    font-size: 2.3rem;
    padding-top: 8.5rem;
  }
}
.faqPage .u-contentCenter {
  max-width: 100rem;
}
.faqPage__top .topPageFvSlider__searchBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .faqPage__top .topPageFvSlider__searchBtn {
    display: block;
  }
}
.faqPage__topTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .faqPage__topTitle {
    font-size: 2.3rem;
  }
}
.faqPage__topList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .faqPage__topList {
    display: block;
  }
}
.faqPage__topItem {
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .faqPage__topItem {
    text-align: center;
    margin-bottom: 1.6rem;
    line-height: 1.1;
  }
}
.faqPage__topItemLink {
  border-bottom: 1px solid #000;
  text-decoration: none;
  position: relative;
}
.faqPage__topItemText {
  font-size: 1.6rem;
  position: relative;
  padding-right: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faqPage__topItemText {
    font-size: 1.2rem;
  }
}
.faqPage__topItemText:after {
  border-bottom: 1px solid #3b2d48;
  border-right: 1px solid #3b2d48;
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  position: absolute;
  right: 0.2rem;
  top: 0.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faqPage__topBnrLink {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .faqPage__topBnrLink:hover {
    opacity: 0.7;
  }
}
.faqPage__topBnr {
  display: block;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 768px) {
  .faqPage__topBnr {
    width: calc(100% - 3rem);
    margin: 0 auto 3.6rem;
  }
}
.faqPage__topBnrImg {
  width: 100%;
}
.faqPage__main {
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .faqPage__main {
    padding-bottom: 8rem;
  }
}
.faqPage__mainList {
  border-bottom: 1px solid #000;
}
.faqPage__mainTitle {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .faqPage__mainTitle {
    margin-bottom: 3.2rem;
    font-size: 1.7rem;
  }
}
.is_login_user .faqPage__mainTitle {
  padding-top: calc(8rem + 32px);
}
.faqPage__mainItemTitleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 3rem 2rem 0;
  border-top: 1px solid #000;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleFlex {
    padding: 2rem 2rem 2rem 0;
  }
}
.faqPage__mainItemTitleFlex:before {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  content: "";
  display: block;
  width: 1.7rem;
  height: 0.1rem;
  background-color: #000;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleFlex:before {
    width: 1.9rem;
    right: 0;
  }
}
.faqPage__mainItemTitleFlex.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faqPage__mainItemTitleFlex:after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 0.1rem;
  background-color: #000;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleFlex:after {
    width: 1.9rem;
    right: 0;
  }
}
.faqPage__mainItemTitleNumber {
  font-size: 1.9rem;
  font-weight: 600;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleNumber {
    font-size: 1.6rem;
    margin-right: 1.1rem;
  }
}
.faqPage__mainItemTitleText {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleText {
    font-size: 1.4rem;
  }
}
.faqPage__mainItemContents {
  background-color: rgba(250, 205, 1, 0.1);
  padding: 3rem 5rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemContents {
    padding: 3rem 3rem 4rem;
  }
}
.faqPage__mainItemContentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqPage__mainItemContentsTextWrap {
  margin-bottom: 2rem;
}
.faqPage__mainItemContentsTextEn {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemContentsTextEn {
    margin-right: 1.2rem;
    font-size: 1.6rem;
  }
}
.faqPage__mainItemContentsTitle {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemContentsTitle {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
  }
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea {
  margin-bottom: 0;
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea p {
  font-size: 1.4rem;
  line-height: 1.46;
  letter-spacing: 0.05em;
}
.faqPage__mainItemContentsText {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.46;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.faqPage__mainItemContentsAttention {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.46;
}

.conceptPage {
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage {
    padding-top: 8.2rem;
  }
}
.conceptPage__kvWrap {
  width: 100%;
}
.conceptPage__sliderItemInner {
  height: 0;
  padding-bottom: 47.5257%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conceptPage__sliderItemInner {
    padding-bottom: 121.1267%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .conceptPage__sliderItemImg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.conceptPage__main {
  padding: 7.5rem 0 9rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__main {
    padding: 4.5rem 0 6rem;
  }
}
.conceptPage__main .u-all::after {
  background: -webkit-gradient(linear, left top, right top, from(#014FA6), color-stop(50%, #014FA6), color-stop(50%, #F08300), to(#F08300));
  background: linear-gradient(90deg, #014FA6 0%, #014FA6 50%, #F08300 50%, #F08300 100%);
}
.conceptPage__main .u-blue::after {
  background: #014FA6;
}
.conceptPage__main .u-orange::after {
  background: #F08300;
}
.conceptPage__mainLogo {
  width: 30.1rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__mainLogo {
    margin: 0 auto 3.2rem;
  }
}
.conceptPage__contentWrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 78.33%;
  width: 100%;
  margin: 0 auto 7.5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__contentWrap {
    padding: 0 2rem;
    max-width: 100%;
  }
}
@media print {
  .conceptPage__contentWrap {
    max-width: 1024px;
  }
}
.conceptPage__contentWrap:last-of-type {
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__contentWrap {
    margin: 0 auto 6.5rem;
  }
}
.conceptPage__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1.3rem;
}
.conceptPage__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 768px) {
  .conceptPage__title {
    line-height: 1.7;
  }
}
.conceptPage__lead {
  color: #010101;
  font-size: 1.5rem;
  line-height: 2.14;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .conceptPage__lead {
    font-size: 1.4rem;
    line-height: 2.07;
  }
}
.conceptPage__text {
  color: #010101;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .conceptPage__text {
    font-size: 1.4rem;
  }
}
.conceptPage__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3rem;
}
.conceptPage__imgWrap .conceptPage__labelOrange {
  margin-bottom: 2rem;
}
.conceptPage__imgWrap .conceptPage__labelBlue {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__imgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.5rem;
  }
}
.conceptPage__imgInner {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .conceptPage__imgInner {
    width: 100%;
  }
  .conceptPage__imgInner:first-child {
    margin-bottom: 3.5rem;
  }
}
.conceptPage__labelOrange {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 1rem;
  background-color: #F08300;
}
.conceptPage__labelBlue {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 1rem;
  background-color: #014FA6;
}
.conceptPage__imgPic {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}
.conceptPage__img {
  width: 100%;
  height: auto;
}
.conceptPage__buildList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__buildList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
  }
}
.conceptPage__buildItem {
  width: 49%;
  margin-bottom: 3rem;
}
.conceptPage__buildItem:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .conceptPage__buildItem:nth-child(3) {
    margin-bottom: 3rem;
  }
}
.conceptPage__buildItem:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .conceptPage__buildItem {
    width: 100%;
  }
}
.conceptPage__buildPic {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}
.conceptPage__buildImg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .conceptPage__buildImg {
    height: 21.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.conceptPage .u-cardCarousel__caption {
  padding: 1.5rem 5px 18rem 5px;
}
@media screen and (max-width: 768px) {
  .conceptPage .u-cardCarousel__caption {
    padding: 1.5rem 5px 16rem 5px;
  }
}

.sitePolicyPage__head {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__head {
    margin-top: 2.5rem;
  }
}
.sitePolicyPage__title {
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: left;
  color: #000;
  font-family: "Righteous", cursive;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__title {
    font-size: 5.7rem;
    line-height: 0.9;
  }
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__title.u-secTitleEn__center {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__title {
    padding-top: 1rem;
  }
}
.sitePolicyPage__sub {
  margin-left: 3.5rem;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__sub {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__sub {
    margin-left: 0;
  }
}
.sitePolicyPage__leadText {
  margin-bottom: 6rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__leadText {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.sitePolicyPage__item {
  margin-bottom: 5.8rem;
}
.sitePolicyPage__itemTitle {
  margin-bottom: 2.3rem;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.17em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__itemTitle {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__itemTitle {
    letter-spacing: 0.23em;
  }
}
.sitePolicyPage__itemText {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__itemText {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__itemText {
    letter-spacing: 0.15em;
  }
}
.sitePolicyPage__textMb {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__textMb {
    margin-bottom: 2rem;
  }
}
.sitePolicyPage__window {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__window {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.sitePolicyPage__windowItem {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__windowItem {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.sitePolicyPage__tableArea {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__tableArea {
    margin-bottom: 2.5rem;
  }
}
.sitePolicyPage__pc {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.25em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__pc {
    font-size: 1.3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .sitePolicyPage__pc {
    margin-bottom: 1.5rem;
  }
}
.sitePolicyPage__tablePic {
  width: 100%;
  height: auto;
}
.sitePolicyPage__tableImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sitePolicyPage__itemLogo {
  width: 16rem;
  height: auto;
  margin: 0 auto 3rem;
}
.sitePolicyPage__logoLink {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .sitePolicyPage__logoLink:hover {
    opacity: 0.6;
  }
}
.sitePolicyPage__itemImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sitePolicyPage__link {
  font-weight: 700;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .sitePolicyPage__link:hover {
    opacity: 0.6;
  }
}

.accessPage__top {
  margin-bottom: 3.5rem;
}
.accessPage__title {
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Righteous", cursive;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .accessPage__title {
    font-size: 6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .accessPage .u-secTitleEn__center {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
.accessPage__subTitle {
  margin-left: 3.5rem;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessPage__subTitle {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .accessPage__subTitle {
    margin-left: 0;
  }
}
.accessPage__address {
  margin-bottom: 4rem;
}
.accessPage__hotelName {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .accessPage__hotelName {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.accessPage__hotelAddress {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .accessPage__hotelAddress {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.accessPage__hotelTell {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessPage__hotelTell {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.accessPage__topLogo {
  margin: 0 auto 1.5rem;
  width: 14rem;
  height: auto;
}
.accessPage__topImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accessPage__address {
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.accessPage__map {
  margin: 0 auto 7rem;
  height: 42rem;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .accessPage__map.u-contentCenter {
    margin: 0 auto 4.5rem;
    padding: 0;
  }
}
.accessPage__map iframe {
  height: 100% !important;
}

.accessMain {
  /*-----------------------------------------------------------------------------------
  		アクセスページ 柔軟コンテンツ style START
  -----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
  		アクセスページ 柔軟コンテンツ style END
  -----------------------------------------------------------------------------------*/
}
.accessMain__blockListItem {
  margin-bottom: 4rem;
}
.accessMain__blockListTitle {
  font-size: 2.3rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .accessMain__blockListTitle {
    font-size: 2.3rem;
    line-height: 1.7;
  }
}
.accessMain .access_block_title_large {
  font-size: 2.3rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessMain .access_block_title_large {
    font-size: 2.3rem;
    line-height: 1.7;
  }
}
.accessMain .access_block_title_medium {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessMain .access_block_title_medium {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.accessMain .access_block_title_small {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessMain .access_block_title_small {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.accessMain .access_block_caption {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accessMain .access_block_caption {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.accessMain .access_block_map {
  margin: 0 auto;
  height: 41.5rem;
}
@media screen and (max-width: 768px) {
  .accessMain .access_block_map {
    height: 33.5rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 3rem;
  }
}
@media screen and (max-width: 768px) {
  .accessMain .access_block_map.u-contentCenter {
    margin: 0 auto 4.5rem;
    padding: 0;
  }
}
.accessMain .access_block_map iframe {
  height: 100% !important;
  border-radius: 15px;
}
.accessMain .access_block_space.small {
  padding-bottom: 2.5rem;
}
.accessMain .access_block_space.medium {
  padding-bottom: 5rem;
}
.accessMain .access_block_space.large {
  padding-bottom: 10rem;
}
.accessMain__mainList {
  position: relative;
}
.accessMain__mainList::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.accessMain__border {
  border-bottom: 4px solid #000;
  margin-bottom: 7.5rem;
}
.accessMain__mainItemTitleWrap {
  position: relative;
  cursor: pointer;
}
.accessMain__mainItemTitleWrap::before {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 1.7rem;
  height: 0.2rem;
  background-color: #000;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accessMain__mainItemTitleWrap::before {
    width: 1.9rem;
  }
}
.accessMain__mainItemTitleWrap::after {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 0.2rem;
  background-color: #000;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  z-index: 2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accessMain__mainItemTitleWrap::after {
    width: 1.9rem;
  }
}
.accessMain__mainItemTitleWrap.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accessMain__mainItemBody {
  display: none;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.accessMain__mainItemTitle {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.22em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .accessMain__mainItemTitle {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .accessMain__mainItemTitle {
    padding-right: 5rem;
  }
}
.accessMain__mainItemMapTxt {
  margin-bottom: 6rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .accessMain__mainItemMapTxt {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.accessMain__mainItemMap {
  width: 100%;
  margin: 0 auto 4.5rem;
}
.accessMain__mainItemMap.w-50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .accessMain__mainItemMap {
    width: 100%;
    margin-bottom: 5rem;
  }
  .accessMain__mainItemMap.w-50 {
    width: 100%;
  }
}
.accessMain__mainItemImg {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.accessMain__rootList.mb {
  margin-bottom: 5rem;
}
.accessMain__rootItem {
  margin-bottom: 7.5rem;
}
.accessMain__rootItem:nth-of-type(2) {
  margin-bottom: 5rem;
}
.accessMain__rootItem.mb {
  margin-bottom: 4rem;
}
.accessMain__rootDesc {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accessMain__rootDesc {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.accessMain__rootDesc.mb {
  margin-bottom: 4rem;
}
.accessMain__rootNotice {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 2rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .accessMain__rootNotice {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.accessMain__picList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .accessMain__picList {
    display: block;
  }
}
.accessMain__picItem {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .accessMain__picItem {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.accessMain__picWrap {
  position: relative;
  width: 100%;
  padding-bottom: 65%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.accessMain__picImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accessMain__picText {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .accessMain__picText {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.accessMain__picTextSpan {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .accessMain__picTextSpan {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.accessMain__byTrain {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accessMain__byTrain {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.accessMain__byTrainPic {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}
.accessMain__byTrainImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accessMain__byTrainLinkArea {
  margin-bottom: 5rem;
}
.accessMain__byTrainLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .accessMain__byTrainLink {
    font-size: 1.3rem;
    line-height: 2.6;
  }
}
@media screen and (min-width: 769px) {
  .accessMain__byTrainLink:hover {
    opacity: 0.6;
  }
}
.accessMain__byTrainIcon {
  width: 1.1rem;
  height: auto;
  margin-left: 0.3rem;
}
.accessMain__airportList {
  margin-bottom: 7.5rem;
}
.accessMain__airportList:last-of-type {
  margin-bottom: 5rem;
}
.accessMain__airportTitle {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessMain__airportTitle {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.accessMain__airportDes {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accessMain__airportDes {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.accessMain__airportDes:last-of-type {
  margin-bottom: 2rem;
}
.accessMain__airportPic {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.accessMain__airportSup {
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accessMain__airportSup {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.accessMain__btnArea {
  width: 33.5rem;
  height: 6.5rem;
  margin: 0 auto;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .accessMain__btnArea:hover {
    background-color: #fff;
  }
  .accessMain__btnArea:hover .accessMain__btnText {
    color: #000;
  }
  .accessMain__btnArea:hover .accessMain__btnIcon {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
@media screen and (max-width: 768px) {
  .accessMain__btnArea {
    width: 100%;
  }
}
.accessMain__btnLink {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem 0 5rem;
}
.accessMain__btnLink.parkingLink {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .accessMain__btnLink {
    padding-left: 4rem;
  }
}
.accessMain__btnText {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .accessMain__btnText {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.accessMain__btnIconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
  margin-left: 2rem;
}
.accessMain__btnIcon {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/accessHup/icon_arrow.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.accessMain__btnIcon.icon-external {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../images/accessHup/icon_file_white.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.accessMain__mapArea {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .accessMain__mapArea.u-contentCenter {
    margin: 0;
    padding: 0;
    max-width: none;
    width: 100%;
  }
}
.accessMain__accessMap {
  margin: 0 auto 3rem;
  height: 41.5rem;
}
@media screen and (max-width: 768px) {
  .accessMain__accessMap {
    height: 33.5rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 3rem;
  }
}
@media screen and (max-width: 768px) {
  .accessMain__accessMap.u-contentCenter {
    margin: 0 auto 4.5rem;
    padding: 0;
  }
}
.accessMain__accessMap iframe {
  height: 100% !important;
  border-radius: 15px;
}
.accessMain__parkingArea {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .accessMain__parkingArea {
    display: block;
    margin-bottom: 5rem;
  }
}
.accessMain__parkingPic {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .accessMain__parkingPic {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.accessMain__parkingPicInner {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}
.accessMain__parkingImg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accessMain__parkingTextArea {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .accessMain__parkingTextArea {
    width: 100%;
  }
}
.accessMain__parkingTextArea .u-button__arrow {
  margin: 0 auto 0 0;
}
.accessMain__parkingTextArea .u-button__arrowText {
  letter-spacing: 0.22em;
}
.accessMain__parkingTitle {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .accessMain__parkingTitle {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .accessMain__parkingTitle {
    margin-bottom: 1.5rem;
  }
}
.accessMain__parkingText {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .accessMain__parkingText {
    font-size: 1.3rem;
    line-height: 2;
  }
}

/*----------------------------------------------
アーカイブページ archivePage common
-----------------------------------------------*/
.archivePageSec {
  padding: 4.5rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec {
    padding: 4.5rem 0 3rem;
  }
}
.archivePageSec__titleArea {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleArea {
    overflow: hidden;
  }
  .archivePageSec__titleArea.u-contentCenter {
    padding: 0;
  }
}
.archivePageSec__titleEn {
  font-size: 8rem;
  line-height: 1.17;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Righteous", cursive;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleEn {
    font-size: 5.7rem;
    line-height: 1.17;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleEn {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
    margin-bottom: 0.5rem;
  }
}
.archivePageSec__titleJp {
  padding-left: 50px;
  font-size: 2rem;
  line-height: 1.17;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleJp {
    font-size: 2rem;
    line-height: 1.17;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleJp {
    padding-left: 2rem;
  }
}
.archivePageSec__kvArea {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__kvArea {
    margin-bottom: 5rem;
  }
}
.archivePageSec__kvPhoto {
  padding-bottom: 35%;
  margin-bottom: 2.5rem;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archivePageSec__kvPhoto {
    padding-bottom: 58.67%;
  }
}
.archivePageSec__kvImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.archivePageSec__kvAreaText {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__kvAreaText {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
.archivePageSec__searchArea {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchArea.u-contentCenter {
    padding: 0;
  }
}
.archivePageSec__searchBtn {
  width: 100%;
  padding: 3rem 0;
  border-radius: 13px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchBtn {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchBtn:lang(en) {
    padding: 2rem 4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchBtn {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__searchBtn:hover {
    background-color: #fff;
    color: #000;
  }
  .archivePageSec__searchBtn:hover .archivePageSec__searchBtnSpan {
    background-color: #000;
  }
  .archivePageSec__searchBtn:hover .archivePageSec__searchBtnSpan::after {
    background-color: #000;
  }
}
.archivePageSec__searchBtn .archivePageSec__searchBtnSpan {
  display: block;
  width: 1.7rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__searchBtn .archivePageSec__searchBtnSpan::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__searchBtn .archivePageSec__searchBtnSpan.is-active:after {
  -webkit-transform: translate(0, -50%) rotate(0);
          transform: translate(0, -50%) rotate(0);
}
.archivePageSec__searchWrap {
  margin-top: 5px;
  -webkit-animation: search-active-rev 0.6s linear forwards;
          animation: search-active-rev 0.6s linear forwards;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.archivePageSec__searchWrap.is-active {
  -webkit-animation: search-active 0.6s linear forwards;
          animation: search-active 0.6s linear forwards;
}
@-webkit-keyframes search-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes search-active-rev {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes search-active-rev {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.archivePageSec__searchContainer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchContainer {
    display: block;
  }
}
.archivePageSec__searchCategory.w-30 {
  width: 33.2%;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategory.w-30 {
    width: 100%;
  }
}
.archivePageSec__searchCategory.w-50 {
  width: 49.9%;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategory.w-50 {
    width: 100%;
  }
}
.archivePageSec__searchCategoryName {
  padding: 2.5rem 0;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.4em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryName {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryName {
    position: relative;
  }
}
.archivePageSec__searchCategoryName.is-active .archivePageSec__searchCategoryNameSpan:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryName:lang(en) {
    padding: 2rem 6.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryNameSpan {
    display: block;
    width: 1.7rem;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 3.6rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .archivePageSec__searchCategoryNameSpan::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.archivePageSec__searchCategoryInner.lineBox {
  margin: 1.5rem 0;
  border-right: 1px solid #B5B5B5;
  border-left: 1px solid #B5B5B5;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInner.lineBox {
    border-right: none;
    border-left: none;
    margin: 3.5rem 0;
    display: none;
  }
  .archivePageSec__searchCategoryInner.lineBox.is-active {
    display: block;
  }
}
.archivePageSec__searchCategoryInnerList {
  margin: 3rem 0 1.5rem;
  padding: 0 2rem;
}
.archivePageSec__searchCategoryInnerList.u-flex {
  margin: 3rem 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerList.u-flex.spmb {
    margin: 3.5rem 0;
    display: none;
  }
  .archivePageSec__searchCategoryInnerList.u-flex.spmb.is-active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.archivePageSec__searchCategoryInnerList.u-flex.spmb:lang(en) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.archivePageSec__searchCategoryInnerList.u-flex.wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerList.u-flex.wrap {
    display: none;
  }
  .archivePageSec__searchCategoryInnerList.u-flex.wrap.is-active {
    display: block;
  }
}
.archivePageSec__searchCategoryInnerList.u-flex.wrap .archivePageSec__searchCategoryInnerItem {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerList.u-flex.wrap .archivePageSec__searchCategoryInnerItem {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerList {
    margin: 3.5rem 0;
    display: none;
  }
  .archivePageSec__searchCategoryInnerList.is-active {
    display: block;
  }
}
.archivePageSec__searchCategoryInnerList.u-number_of_people:lang(en) label {
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerList.u-number_of_people:lang(en) {
    gap: 0.5rem;
  }
}
.archivePageSec__searchCategoryInnerItem {
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archivePageSec__searchCategoryInnerItem.hotel:first-of-type {
  margin-bottom: 2rem;
}
.archivePageSec__searchCategoryInnerItem.block {
  display: block;
  text-align: center;
}
.archivePageSec__searchCategoryInnerItem.mr {
  padding-right: 30px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerItem.mr {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
.archivePageSec__searchCategoryInnerItem.area {
  width: 20%;
  position: relative;
}
.archivePageSec__searchCategoryInnerItem.area:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #B5B5B5;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: translate(85%, -50%);
          transform: translate(85%, -50%);
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerItem.area:not(:last-of-type)::after {
    width: 60%;
    -webkit-transform: translate(65%, -50%);
            transform: translate(65%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerItem.area {
    width: 22%;
  }
}
.archivePageSec__searchCategoryInnerItem.area label {
  text-align: center;
}
.archivePageSec__searchCategoryInnerItem input {
  margin-right: 10px;
}
.archivePageSec__searchCategoryInnerItem input[type=checkbox] {
  display: none;
}
.archivePageSec__searchCategoryInnerItem input[type=checkbox] + label {
  padding-left: 30px;
  position: relative;
}
.archivePageSec__searchCategoryInnerItem input[type=checkbox] + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #B5B5B5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.archivePageSec__searchCategoryInnerItem input[type=checkbox] + label.block {
  padding-left: 0;
  padding-top: 30px;
  position: relative;
}
.archivePageSec__searchCategoryInnerItem input[type=checkbox] + label.block::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #B5B5B5;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.archivePageSec__searchCategoryInnerItem input[type=checkbox]:checked + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/common/checkbox_checked.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.archivePageSec__searchCategoryInnerItem input[type=checkbox]:checked + label.block:before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/common/checkbox_checked.png) center center/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.archivePageSec__searchCategoryInnerItem input.block {
  margin-right: 0;
}
.archivePageSec__searchCategoryInnerItem label.block {
  display: block;
  width: 100%;
}
.archivePageSec__searchCategoryInnerItem label {
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryInnerItem label {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.archivePageSec__searchCategoryAction {
  padding: 0 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryAction {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.archivePageSec__searchContainer {
  margin-bottom: 3rem;
}
.archivePageSec__searchResetBtn {
  max-width: 335px;
  margin: 0 auto 2.5rem;
  padding: 1.5rem 0;
  border-radius: 13px;
  border: 3px solid #000;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResetBtn {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResetBtn {
    width: 90%;
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__searchResetBtn:hover {
    background-color: #000;
    color: #fff;
  }
}
.archivePageSec__searchResultArea {
  max-width: 740px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultArea {
    display: block;
  }
}
.archivePageSec__searchResultAreaDisplay {
  width: 50%;
  height: 10rem;
  background-color: #000;
  position: relative;
}
.archivePageSec__searchResultAreaDisplay::after {
  content: "";
  display: block;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaDisplay {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .archivePageSec__searchResultAreaDisplay::after {
    border-top: 1rem solid #000;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-bottom: none;
    top: auto;
    bottom: 0;
    right: 45%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.archivePageSec__searchResultAreaDisplayText {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaDisplayText {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.archivePageSec__searchResultAreaDisplayText:lang(en) {
  font-size: 1.2rem;
}
.archivePageSec__searchResultAreaDisplayTextSpan01 {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaDisplayTextSpan01 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.archivePageSec__searchResultAreaDisplayTextSpan02 {
  font-size: 3.5rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaDisplayTextSpan02 {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}
.archivePageSec__searchResultAreaDisplayTextSpan02:lang(en) {
  font-size: 2rem;
}
.archivePageSec__searchResultAreaDisplayTextSpan03 {
  margin: 0 -0.5rem;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaDisplayTextSpan03 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.archivePageSec__searchResultAreaDisplayTextSpan03:lang(en) {
  font-size: 1.5rem;
}
.archivePageSec__searchResultAreaBtn {
  width: 45%;
  position: relative;
  pointer-events: none;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archivePageSec__searchResultAreaBtn.is-active {
  pointer-events: auto;
  opacity: 1;
}
.archivePageSec__searchResultAreaBtn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.archivePageSec__searchResultAreaBtn::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/common/search_icon_black.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 2;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaBtn {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__searchResultAreaBtn:hover .archivePageSec__searchResultAreaBtnSpan {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.archivePageSec__searchResultAreaBtnSpan {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #B2B2B2;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaBtnSpan {
    border-radius: 7px;
  }
}
.archivePageSec__searchResultAreaInput {
  display: block;
  width: 100%;
  padding: 2rem 0;
  border-radius: 12px;
  background-color: #000;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaInput {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchResultAreaInput {
    border-radius: 7px;
  }
}
.archivePageSec__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archivePageSec__list {
    display: block;
  }
}
.archivePageSec__list::after {
  content: "";
  display: block;
  width: 30%;
}
.archivePageSec__item {
  width: 30%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.archivePageSec__itemLink {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .archivePageSec__itemLink:hover {
    opacity: 0.7;
  }
}
.archivePageSec__itemPhoto {
  margin-bottom: 1.5rem;
  position: relative;
}
.archivePageSec__itemPhotoNew {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #000;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Righteous", cursive;
  font-weight: 700;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemPhotoNew {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.archivePageSec__itemPhotoInner {
  position: relative;
  padding-bottom: 65.6716%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}
.archivePageSec__itemPhotoInner img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.archivePageSec__itemPhotoInner.border-none {
  border-radius: 0;
}
.archivePageSec__itemImg {
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.archivePageSec__itemCategoryList {
  margin-bottom: 1.5rem;
}
.archivePageSec__itemCategory {
  display: block;
  margin-bottom: 0.5rem;
}
.archivePageSec__itemCategory.vita .archivePageSec__itemCategoryInner {
  background-color: #F08300;
}
.archivePageSec__itemCategoryOther {
  display: block;
  margin-bottom: 0.5rem;
}
.archivePageSec__itemCategoryOther.vita .archivePageSec__itemCategoryInner {
  background-color: #F08300;
}
.archivePageSec__itemCategoryInner {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #014FA6;
  border-radius: 5px;
  padding: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemCategoryInner {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.archivePageSec__itemDate {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  color: #A0A0A0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 50;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemDate {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.archivePageSec__itemTitle {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-bottom: 4px solid #014FA6;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemTitle {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.archivePageSec__itemTitle.vita {
  border-bottom: 4px solid #F08300;
}
.archivePageSec__itemTitle.all {
  position: relative;
}
.archivePageSec__itemTitle.all::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #F08300;
}
.archivePageSec__itemBottomContainer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archivePageSec__itemText {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemText {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.archivePageSec__itemCatList {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archivePageSec__itemCatListItem {
  margin: 0 5px 10px 0;
  padding: 0.2rem 0.5rem;
  border: 3px solid #000;
  border-radius: 5px;
  background-color: #000;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemCatListItem {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.archivePageSec__itemDetail {
  padding-right: 1.8rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemDetail {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.archivePageSec__itemDetail::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/linkBtn_arrow_black.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.archivePageSec__viewMore {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__viewMore.is-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .archivePageSec__viewMore {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__viewMore {
    width: 90%;
    margin: 6.5rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__viewMore:hover {
    color: #fff;
    background-color: #000;
  }
  .archivePageSec__viewMore:hover .archivePageSec__viewMoreSpan {
    background-color: #fff;
  }
  .archivePageSec__viewMore:hover .archivePageSec__viewMoreSpan::after {
    background-color: #fff;
  }
}
.archivePageSec__viewMoreSpan {
  display: block;
  width: 1.2rem;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background-color: #000;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__viewMoreSpan::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__nonePostMessage {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__nonePostMessage {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

/*----------------------------------------------
ニュースの一覧ページ archivePage news
-----------------------------------------------*/
.archivePageSec__titleEn.news {
  margin-bottom: 1rem;
  font-size: 8rem;
  line-height: 1.17;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Righteous", cursive;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleEn.news {
    font-size: 6rem;
    line-height: 1.17;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleEn.news {
    white-space: nowrap;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
    margin-bottom: 0.5rem;
  }
}
.archivePageSec__titleJp.news {
  padding-left: 40px;
  font-size: 2rem;
  line-height: 1.17;
  letter-spacing: 0.15em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleJp.news {
    font-size: 2rem;
    line-height: 1.17;
  }
}
@media screen and (max-width: 768px) {
  .archivePageSec__titleJp.news {
    padding-left: 2rem;
  }
}
.archivePageSec__tagArea.news {
  margin-bottom: 3.5rem;
}
.archivePageSec__tagList.news {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.archivePageSec__tagListItem.news {
  margin: 0 5px 10px 0;
  border: 3px solid #000;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archivePageSec__tagListItem.news.active {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .archivePageSec__tagListItem.news:hover {
    background-color: #000;
  }
  .archivePageSec__tagListItem.news:hover a {
    color: #fff;
  }
}
.archivePageSec__tagListItemLink.news {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.4rem 0.5rem 0.5rem;
  font-size: 1.5rem;
  line-height: 1.17;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archivePageSec__tagListItemLink.news {
    font-size: 1.4rem;
    line-height: 1.17;
  }
}
.archivePageSec__tagListItemLink.news.active {
  pointer-events: none;
  color: #fff;
}
.archivePageSec__searchBtn.news {
  padding: 1.8rem 0;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchBtn.news {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__searchBtn.news:hover {
    color: #000;
  }
}
.archivePageSec__searchWrap.news {
  border: 3px solid #000;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchWrap.news {
    width: 90%;
    margin: 5px auto 0;
  }
}
.archivePageSec__searchContainer.news {
  display: block;
  margin-bottom: 0;
  padding: 1rem;
}
.archivePageSec__searchCategory.news {
  margin-bottom: 1rem;
}
.archivePageSec__searchCategory.news a {
  padding: 1rem 1rem;
}
@media screen and (min-width: 769px) {
  .archivePageSec__searchCategory.news a:hover {
    background-color: #000;
    color: #fff;
  }
}
.archivePageSec__searchCategory.news:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .archivePageSec__searchCategory.news.u-universal_port a:hover {
    background-color: #014FA6;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__searchCategory.news.u-universal_port_vita a:hover {
    background-color: #F08300;
    color: #fff;
  }
}
.archivePageSec__searchCategoryLink.news {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.22em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .archivePageSec__searchCategoryLink.news {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.archivePageSec__itemDetail.news {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemDetail.news {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.noImage-archive {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*----------------------------------------------
プレスリリースの一覧ページ archivePage press
-----------------------------------------------*/
.archivePageSec .archivePageSec__titleArea.press {
  margin-bottom: 5rem;
}
.archivePageSec .archivePageSec__itemCategoryOther.press {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .archivePageSec .archivePageSec__itemCategoryOther.press {
    margin-bottom: 0;
  }
}

/*----------------------------------------------
ゲストルームの一覧ページ archivePage guest
-----------------------------------------------*/
.archivePageSec .archivePageSec__titleEn.guest.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .archivePageSec .archivePageSec__titleEn.guest.nowrap {
    font-size: 5.7rem;
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
    white-space: normal;
  }
}

/*----------------------------------------------
プランの一覧ページ archivePage plan
-----------------------------------------------*/
.archivePageSec .archivePageSec__itemPhotoInnerPlan {
  padding-bottom: 74.935%;
}

/*---------------------------------------
お問い合わせ ContactPage
---------------------------------------*/
.contactPageSec__title {
  margin-bottom: 4.5rem;
}
.contactPageSec__text {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.14;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #bfbfbf;
}
.contactPageSec__textLink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__textLink:hover {
    opacity: 0.7;
  }
}
.contactPageSec__bnrLink {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__bnrLink:hover {
    opacity: 0.7;
  }
}
.contactPageSec__bnr {
  display: block;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 4.8rem;
}
@media screen and (min-width: 751px) {
  .contactPageSec__telLink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.contactPageSec__formItem {
  margin-bottom: 4rem;
}
.contactPageSec__formItemTitle {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}
.contactPageSec__formItemTitle .error {
  font-size: 1.3rem !important;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #d41010 !important;
}
.contactPageSec__formItemRequired {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  margin-left: 0.8rem;
  padding: 0 0.4rem 0.1rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  background: #d41010;
}
.contactPageSec__formItemTitleSmall {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.contactPageSec__formItemInputArea {
  width: 100%;
  height: 6.5rem;
  border: 0.1rem solid #000;
}
.contactPageSec__formItemInputArea .error {
  display: none;
}
.contactPageSec__formItemInputArea.is-error {
  border: 0.1rem solid #d41010;
}
.contactPageSec__formItemInputArea.u-mb {
  margin-bottom: 1.6rem;
}
.mw_wp_form_confirm .contactPageSec__formItemInputArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1rem;
  border: none;
  background: #eaeaea;
}
.contactPageSec__formItemInput {
  padding-left: 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: none;
}
.contactPageSec__formItemInput:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: transparent !important;
}
.contactPageSec__formItemTextAreaWrap {
  width: 100%;
  height: 12.6rem;
  border: 0.1rem solid #000;
}
.mw_wp_form_confirm .contactPageSec__formItemTextAreaWrap {
  height: auto;
  min-height: 8rem;
  padding: 1.5rem 1rem;
  border: none;
  background: #eaeaea;
}
.contactPageSec__formItemTextArea {
  padding: 1.5rem 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: none;
}
.contactPageSec__formItemTextArea:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
}
.contactPageSec__link {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contactPageSec__link.u-mb {
    margin-bottom: 3rem;
  }
}
.contactPageSec__privacyCheckBox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
  text-align: center;
}
.contactPageSec__privacyCheckBox .error {
  margin-top: 1rem;
}
.contactPageSec input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}
.contactPageSec .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contactPageSec .mwform-checkbox-field-text {
    padding-left: 2.6rem;
  }
}
.contactPageSec .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  background: #c1c1c1;
  border: 1px solid #c1c1c1;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contactPageSec .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
  border-width: 0.3rem;
  border-color: transparent transparent #000 #000;
  border-style: solid;
  width: 2rem;
  height: 1rem;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
.contactPageSec input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  /* css擬似要素 :checked が付加されているときは表示  */
  opacity: 1;
}
.contactPageSec__submit {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .contactPageSec__submit {
    margin-top: 4rem;
  }
}
.contactPageSec__submitBtn.u-button__arrowText {
  padding: 0;
}
.contactPageSec__submitBtnInput {
  width: 100%;
  padding: 2.4rem 2.1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.22em;
  border: none;
  color: #000;
  background: transparent;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__submitBtnInput:hover {
    color: #000;
  }
}
.contactPageSec input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}

/*---------------------------------------
お問い合わせ 完了画面 thanksPage
---------------------------------------*/
.thanksPage__wrap {
  margin: 10rem auto;
}
.thanksPage__title {
  padding: 3rem;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.73;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanksPage__title {
    padding: 3rem 1.5rem;
  }
}

.mw_wp_form_input .formConfirm__dn {
  display: block;
}
.mw_wp_form_input .formPreview__dn {
  display: none;
}

.mw_wp_form_preview .formConfirm__dn {
  display: none;
}
.mw_wp_form_preview .formPreview__dn {
  display: block;
}

@media screen and (max-width: 768px) {
  .mapPageSec .u-contentCenter.u-lowerPageTitleWrap {
    padding: 0;
  }
}
.mapPageSec__topTitle {
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .mapPageSec__topTitle {
    margin-top: 2rem;
    margin-bottom: 3.4rem;
    font-weight: 600;
    font-size: 2rem;
    margin-left: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.mapPageSec .u-secTitleEn {
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .mapPageSec .u-secTitleEn {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
    font-size: 6rem;
    text-align: left !important;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec__mainMap.u-contentCenter {
    padding: 0;
  }
}
.mapPageSec__mainMapTtl {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mapPageSec__mainMapTtl {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.mapPageSec__mainMapThumb {
  width: 100%;
  position: relative;
}
.mapPageSec .l-map {
  position: relative;
}
.mapPageSec .map_wrap {
  position: relative;
  overflow: auto;
}
.mapPageSec .map_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mapPageSec .map_inner {
    height: 36.2rem;
    min-height: 0;
  }
}
.mapPageSec .map_inner img {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerTop {
    width: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec__inner {
    width: 100%;
    height: auto !important;
    min-height: auto !important;
  }
}
.mapPageSec .zoomicon {
  display: none;
}
@media screen and (max-width: 768px) {
  .mapPageSec .zoomicon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 1.6rem;
    left: 1.5rem;
    z-index: 11;
    width: 3.4rem;
    height: 3.5rem;
    background: #000;
    color: #fff;
    border-radius: 50%;
  }
  .mapPageSec .zoomicon.u-plus::before {
    content: "";
    display: block;
    width: 45%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
  }
  .mapPageSec .zoomicon.u-plus::after {
    content: "";
    display: block;
    width: 2px;
    height: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
  }
  .mapPageSec .zoomicon.u-minus {
    left: 6.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mapPageSec .zoomicon.u-minus {
    left: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec .zoomicon.u-minus::before {
    content: "";
    display: block;
    width: 45%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
  }
}
.mapPageSec [class*=u-plus]::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
}
.mapPageSec [class*=u-plus]::after {
  content: "";
  display: block;
  width: 1px;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
}
@media screen and (min-width: 769px) {
  .mapPageSec .u-articleBtn__item:hover::after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
.mapPageSec .u-articleBtn__pdf {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec .u-articleBtn__pdf {
    margin-top: 3rem;
  }
}
.mapPageSec .u-articleBtn__link {
  border-radius: 12px !important;
}
.mapPageSec__linkBtnWrap {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .mapPageSec__linkBtnWrap {
    margin-top: 5rem;
  }
}
.mapPageSec__linkBtnArea {
  position: relative;
  background: #014FA6;
  border-radius: 12px;
}
.mapPageSec__linkBtnArea:first-child {
  margin-right: 0.6rem;
}
.mapPageSec__linkBtnArea::after {
  content: "";
  background: url(../images/common/search_arrow_blue.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateX(-48%) rotate(90deg);
          transform: translateX(-48%) rotate(90deg);
}
.mapPageSec__linkBtnArea:last-child::after {
  background: url(../images/common/search_arrow_orange.png) no-repeat center/contain;
}
.mapPageSec__portBtnLink {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.27;
  font-weight: bold;
  padding: 1rem 8rem 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mapPageSec__portBtnLink {
    font-size: 1.1rem;
    padding: 1rem 3rem 3rem;
  }
}
.mapPageSec .u-vita {
  background: #F08300;
}
.mapPageSec__content {
  width: 100%;
  padding-top: 9.2rem;
  margin-top: -2rem;
}
.mapPageSec__content:last-child {
  padding-top: 8rem;
  border-top: 4px solid #000000;
}
@media screen and (max-width: 768px) {
  .mapPageSec__content {
    padding-top: 5rem;
  }
}
.mapPageSec__contentTitle {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  padding: 0.3rem 0.8rem;
  background: #014FA6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .mapPageSec__contentTitle {
    margin: 0 auto 0 0;
  }
}
.mapPageSec__detailMap {
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .mapPageSec__detailMap {
    margin: 3rem 0 0;
  }
}
.mapPageSec__btnListWrap {
  max-width: 88rem;
  margin: 0 auto 3.2rem !important;
}
@media screen and (max-width: 768px) {
  .mapPageSec__btnListWrap {
    margin-bottom: 2rem;
  }
}
.mapPageSec__btnListWrap02 {
  max-width: 88rem;
  margin: 0 auto 3.2rem !important;
}
.mapPageSec__btnList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
@media screen and (max-width: 768px) {
  .mapPageSec__btnList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mapPageSec__btnItem {
  width: 17rem !important;
  margin: 0.3rem;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: 3px solid #000;
  color: #000;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .mapPageSec__btnItem {
    width: calc((100% - 0.5rem) / 2) !important;
    margin: 0.5rem 0;
    font-weight: 400;
  }
}
.mapPageSec__btnItem.swiper-slide-thumb-active {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .mapPageSec__btnItem:hover {
    background: #000;
    color: #fff;
  }
}
.mapPageSec__thumbItemMapArea {
  padding-top: 7rem;
  background: #fff;
}
.mapPageSec__thumbItemMapArea .zoomicon {
  top: -5rem;
}
.mapPageSec__thumb {
  display: block;
  padding: 7rem 0 4rem;
  margin: 0 auto;
  text-align: center;
}
.mapPageSec__thumbItemImg {
  width: 89%;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.mapPageSec__thumbItemTxt {
  position: absolute;
  top: 2.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemTxt {
    font-weight: 400;
  }
}
.mapPageSec .swiper-slide .mapPageSec__innerList {
  display: none;
}
.mapPageSec .swiper-slide.swiper-slide-active .mapPageSec__innerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapPageSec .swiper-button-prev {
  top: 25vw;
  left: 10%;
  background-image: none;
  width: 2.5rem;
  height: 2.5rem;
  border-left: 4px solid #000;
  border-top: 4px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .mapPageSec .swiper-button-prev {
    top: 14rem;
    left: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.mapPageSec .swiper-button-next {
  top: 25vw;
  right: 10%;
  background-image: none;
  width: 2.5rem;
  height: 2.5rem;
  border-left: 4px solid #000;
  border-top: 4px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .mapPageSec .swiper-button-next {
    top: 14rem;
    right: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.mapPageSec__innerList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 8rem;
}
.mapPageSec__innerList::after {
  content: "";
  display: block;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerList {
    display: block;
    padding-top: 5rem;
  }
}
.mapPageSec__innerItem {
  width: 46%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItem {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.mapPageSec__innerItemLink {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .mapPageSec__innerItemLink:hover {
    opacity: 0.7;
  }
  .mapPageSec__innerItemLink:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.mapPageSec__innerItemThumb {
  overflow: hidden;
  height: 0;
  padding-bottom: 65.5913%;
  margin-bottom: 1.5rem;
  border-radius: 15px;
  position: relative;
}
.mapPageSec__innerItemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.mapPageSec__innerItemCat {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemCat {
    font-size: 1.2rem;
  }
}
.mapPageSec__innerItemCatPhoto {
  position: relative;
  padding-left: 2.7rem;
}
.mapPageSec__innerItemCatPhoto::before {
  content: "";
  left: 0.7rem;
  position: absolute;
  background: url(../images/common/camera_icon.png) no-repeat center/contain;
  width: 1.5rem;
  height: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mapPageSec__innerItemTtl {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemTtl {
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
  }
}
.mapPageSec__innerItemTxt {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemTxt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemTxt {
    margin-bottom: 1rem;
  }
}
.mapPageSec__innerItemCaption {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.mapPageSec__openHoursArea {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.mapPageSec__openHoursArea:last-child {
  margin-bottom: 0;
}
.mapPageSec__openHoursTitle {
  font-size: 1.4rem;
  font-weight: bold;
}
.mapPageSec__openHoursText {
  font-size: 1.4rem;
  font-weight: 500;
}
.mapPageSec__openHoursTextAttention {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.mapPageSec__innerItemLinkTxt {
  display: block;
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  color: #000;
  position: relative;
  padding-right: 2.3rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemLinkTxt {
    font-size: 1.3rem;
  }
}
.mapPageSec__innerItemLinkTxt:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/common/linkBtn_arrow_black.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemLinkTxt:after {
    width: 1.3rem;
    height: 1.3rem;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
  }
}
.mapPageSec__innerItemLinkTxt.u-external::after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  position: relative;
  top: -0.1rem;
  width: 1rem;
  height: 1rem;
  border: none;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  background: url(../images/common/extarnal_link_icon_black.png) center center/contain no-repeat;
}

.u-articleHotelCat__area {
  margin: 2rem 0;
}
.u-articleHotelCat__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .u-articleHotelCat__list {
    display: block;
  }
}
.u-articleHotelCat__listItem {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .u-articleHotelCat__listItem:first-child {
    margin-bottom: 5px;
  }
}
.u-articleHotelCat__listItemLink {
  padding: 0.2rem 0.5rem 0.2rem 0.7rem;
  border-radius: 5px;
  background-color: #014FA6;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .u-articleHotelCat__listItemLink {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.u-articleHotelCat__listItemLink.vita {
  background-color: #F08300;
}
@media screen and (min-width: 769px) {
  .u-articleHotelCat__listItemLink:hover {
    opacity: 0.7;
  }
}

.u-articleTagCat__area {
  margin: 2rem 0;
}
.u-articleTagCat__list {
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.u-articleTagCat__listItem {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .u-articleTagCat__listItem {
    margin-bottom: 0.5rem;
  }
}
.u-articleTagCat__listItemLink {
  padding: 0.2rem 0.5rem;
  border: 3px solid #000;
  border-radius: 7px;
  background-color: #000;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .u-articleTagCat__listItemLink {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 769px) {
  .u-articleTagCat__listItemLink:hover {
    background-color: #fff;
    color: #000;
  }
}

.u-articleAnchorLink__area {
  margin: 2rem 0;
}
.u-articleAnchorLink__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .u-articleAnchorLink__list {
    display: block;
  }
}
.u-articleAnchorLink__listItem {
  display: table;
  width: 32%;
  min-height: 8rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-articleAnchorLink__listItem {
    width: 100%;
  }
}
.u-articleAnchorLink__listItemLink {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 4.5rem 1rem 1rem;
  border-radius: 12px;
  border: 3px solid #000;
  background-color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .u-articleAnchorLink__listItemLink {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.u-articleAnchorLink__listItemLink::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/linkBtn_arrow.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .u-articleAnchorLink__listItemLink:hover {
    background-color: #fff;
    color: #000;
  }
  .u-articleAnchorLink__listItemLink:hover::after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}

.ly-template_defaultPage {
  margin-top: 5rem;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait;
  /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }

  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }

  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */