@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=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&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);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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: 1rem;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
.u-wysiwygArea p {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #000;
}
.u-wysiwygArea div {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
}
.u-wysiwygArea a {
  border-bottom: 0.1rem solid #C20638;
  color: #C20638 !important;
}
@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: 1.1rem;
  height: 1.1rem;
  background: url(../images/common/externalLink_icon_red.png) center center/contain no-repeat;
}
.u-wysiwygArea h2 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.27em;
  margin-bottom: 3rem;
}
.u-articletTitleText .u-wysiwygArea h2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h2 {
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
.u-wysiwygArea h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.u-wysiwygArea h4 {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.67;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h4 {
    font-size: 1.4rem;
  }
}
.u-wysiwygArea h5 {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h5 {
    font-size: 1.2rem;
  }
}
.u-wysiwygArea h6 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea h6 {
    font-size: 1rem;
  }
}
.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.2rem;
}
.u-wysiwygArea ul li::marker {
  font-size: 1rem;
}
.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;
  margin-bottom: 10rem;
}
.u-wysiwygArea .tableWrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea .tableWrap {
    overflow-x: auto;
  }
}
.u-wysiwygArea table {
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table {
    font-size: 1.2rem;
  }
}
.u-wysiwygArea table caption {
  font-weight: bold;
  caption-side: top;
  color: #073C2F;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table caption {
    margin-bottom: 0.7rem;
  }
}
.u-wysiwygArea table thead {
  background: #073C2F;
  color: #fff;
}
.u-wysiwygArea table thead th {
  font-weight: bold;
  border: #bfbfbf solid 1px;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table thead th {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .u-table__headlineLeft .u-wysiwygArea table thead tr:last-child td,
  .u-table__headlineLeft .u-wysiwygArea table tbody tr:last-child td {
    border-bottom: solid 1px #bfbfbf;
  }
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table tbody th {
  font-weight: bold;
  border: solid 1px #bfbfbf;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table thead th,
  .u-wysiwygArea table tbody th {
    padding: 1rem 1.5rem;
  }
}
.u-wysiwygArea table thead td,
.u-wysiwygArea table tbody td {
  border: solid 1px #bfbfbf;
  padding: 1.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea table thead td,
  .u-wysiwygArea table tbody td {
    padding: 1rem 0.5rem;
    white-space: nowrap;
  }
}
.u-wysiwygArea table thead td a,
.u-wysiwygArea table tbody td a {
  margin-left: 1rem;
  color: #073C2F;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea table thead td a,
  .u-wysiwygArea table tbody td 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 table thead td a:hover,
  .u-wysiwygArea table tbody td a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .u-wysiwygArea table thead td a:hover,
  .u-wysiwygArea table tbody td a:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-wysiwygArea table thead td a:first-child,
.u-wysiwygArea table tbody td a:first-child {
  margin-left: 0;
}
.u-wysiwygArea thead tr td {
  border-right: 1px solid #bfbfbf !important;
}
.u-wysiwygArea thead tr td:last-of-type {
  border-right: 1px solid #073C2F !important;
}
.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% - 80px) / 3);
}
.u-wysiwygArea .box {
  border: solid 1px #073C2F;
  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: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleBnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2rem 0;
  }
}
.u-articleBnr__link {
  display: block;
  max-width: 49%;
  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;
  }
}
@media screen and (max-width: 768px) {
  .u-articleBnr__link {
    max-width: none;
  }
}

/*====================================================================
u-articleBtn
====================================================================*/
.u-articleBtn {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn {
    gap: 3rem;
  }
}
.u-articleBtn.u-plan {
  margin: 4rem auto 0;
}
.u-articleBtn__item {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__item {
    margin: 2rem 0;
  }
}
.u-articleBtn__item:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__item:before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleBtn__item:after {
  border-bottom: 1px solid #073C2F;
  border-right: 1px solid #073C2F;
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@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:before {
    background: #073C2F;
  }
  .u-articleBtn__item:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.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 4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #073C2F;
  background: #073C2F;
}
@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;
  }
}
.u-plan .u-articleBtn__link {
  letter-spacing: 0.22em;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__link:hover {
    background: #fff;
    color: #073C2F;
    outline: none;
    text-decoration: none;
  }
}
.u-articleBtn__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(../images/common/externalLink_icon_white.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__link[target=_blank]:hover::after {
    background: url(../images/common/externalLink_icon_base.png) center center/contain no-repeat;
  }
}

.u-articleBtn__pdf {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf {
    gap: 3rem;
  }
}
.u-articleBtn__pdf.u-plan {
  margin: 4rem auto 0;
}
.u-articleBtn__pdf__item {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 0 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleBtn__pdf__item {
    margin: 2rem 0;
  }
}
.u-articleBtn__pdf__item:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__item:before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleBtn__pdf__item:after {
  border-bottom: 1px solid #073C2F;
  border-right: 1px solid #073C2F;
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@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:before {
    background: #073C2F;
  }
  .u-articleBtn__pdf__item:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.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 4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #073C2F;
  background: #073C2F;
}
@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;
  }
}
.u-plan .u-articleBtn__pdf__link {
  letter-spacing: 0.22em;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__link:hover {
    background: #fff;
    color: #073C2F;
    outline: none;
    text-decoration: none;
  }
}
.u-articleBtn__pdf__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(../images/common/externalLink_icon_white.png) center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf__link[target=_blank]:hover::after {
    background: url(../images/common/externalLink_icon_base.png) center center/contain no-repeat;
  }
}
.u-articleBtn__pdf .u-articleBtn__item::before {
  display: none;
}
.u-articleBtn__pdf .u-articleBtn__item::after {
  width: 2.1rem;
  height: 2rem;
  background: url(../images/common/download_icon_white.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  border: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleBtn__pdf .u-articleBtn__item:hover::after {
    border: none;
    background: url(../images/common/download_icon_base.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-articleBtn__pdf .u-articleBtn__link[target=_blank]::after {
  display: none;
}

/*====================================================================
u-articleColumn
====================================================================*/
.u-articleColumn {
  margin: 6rem 0;
  padding: 5.5rem 5rem 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-articleColumn {
    margin: 4.5rem -2rem 4rem;
    padding: 4.4rem 2rem 3.5rem;
  }
}
.u-articleColumn__title {
  margin-bottom: 5rem;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.72;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__title {
    margin-bottom: 4rem;
  }
}
.u-articleColumn__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  margin: 1.5rem auto 0;
  background: #073C2F;
}
.u-articleColumn__titleMiddle {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.67;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__titleMiddle {
    font-size: 1.6rem;
  }
}
.u-articleColumn__titleSmall {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.78;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__titleSmall {
    font-size: 1.3rem;
  }
}
.u-articleColumn__content {
  -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;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__content {
    display: block;
  }
}
.u-articleColumn__thumb {
  width: 100%;
  max-width: 36%;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__thumb {
    margin-bottom: 2rem;
    width: 100%;
    max-width: none;
  }
}
.u-articleColumn__textArea {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .u-articleColumn__textArea {
    width: 100%;
    max-width: none;
  }
}
/*====================================================================
u-articleFv
====================================================================*/
.u-articleFv {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleFv {
    max-width: 100%;
    margin-left: 0;
  }
}
.u-articleFv__thumb {
  display: block;
  margin-bottom: 2.5rem;
}
.u-articleFv__img {
  width: 100%;
  max-height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.u-articleFv__tabListItemText {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  color: #fff;
  background: #073C2F;
}
@media screen and (max-width: 768px) {
  .u-articleFv__tabListItemText {
    padding: 0.7rem 1.2rem;
  }
}
.u-articleFv__caption {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-articleFv__caption {
    text-align: left;
  }
}

/*====================================================================
u-articleMap
====================================================================*/
.u-articleMap {
  margin: 5rem 0;
  margin-left: auto;
  margin-right: auto;
  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%;
}

.accessPage__main .u-articleMap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2.5rem;
  height: 33.5rem;
}
.accessPage__main .u-articleMap iframe {
  height: 100%;
}

/*====================================================================
u-articleTitle
====================================================================*/
.u-articleTitle {
  margin: 7rem 0 4.7rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
.u-articleTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  margin: 1.5rem auto 0;
  background: #073C2F;
}

.u-articleTitle_middle {
  margin: 3.8rem 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.u-articleTitle_small {
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.08em;
}

.u-articleText__annotation {
  font-size: 1rem;
  margin: 1rem 0;
  letter-spacing: 0.08em;
}

/*====================================================================
u-articleTextImg
====================================================================*/
.u-articleTextImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 3.5rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg {
    margin: 0 0 3.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.u-articleTextImg.part-imageLeft {
  gap: 2rem;
}
.u-articleTextImg.part-imageRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2rem;
}
.u-articleTextImg__cont {
  width: 100%;
}
.part-colum2 .u-articleTextImg__cont {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .part-colum2 .u-articleTextImg__cont {
    max-width: none;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .part-colum2 .u-articleTextImg__cont:last-child {
    margin-bottom: 0;
  }
}
.part-colum3 .u-articleTextImg__cont {
  max-width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .part-colum3 .u-articleTextImg__cont {
    max-width: none;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .part-colum3 .u-articleTextImg__cont:last-child {
    margin-bottom: 0;
  }
}
.u-articleTextImg__thumb {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__thumb {
    max-width: 100%;
    padding: 0;
    margin-bottom: 1.7rem;
    width: 100%;
  }
}
.part-imageLeft .u-articleTextImg__thumb {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .part-imageLeft .u-articleTextImg__thumb {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.part-imageRight .u-articleTextImg__thumb {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .part-imageRight .u-articleTextImg__thumb {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.u-articleTextImg__thumbImg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.u-articleTextImg__titleSmall {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.78;
}
.u-articleTextImg__text {
  width: 100%;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  line-height: 1.78;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__text {
    width: 100%;
    padding: 0;
  }
}
.part-imageLeft .u-articleTextImg__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .part-imageLeft .u-articleTextImg__text {
    width: 100%;
    padding-left: 0;
  }
}
.part-imageRight .u-articleTextImg__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .part-imageRight .u-articleTextImg__text {
    width: 100%;
    padding-right: 0;
  }
}
.u-articleTextImg__thumbCaption {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.u-articleTextImg__linkBtn {
  position: relative;
  width: 100%;
  max-width: 33.5rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  .u-articleTextImg__linkBtn {
    margin: 2rem auto 0;
  }
}
.u-articleTextImg__linkBtn:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .u-articleTextImg__linkBtn:before {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.u-articleTextImg__linkBtn:after {
  border-bottom: 1px solid #073C2F;
  border-right: 1px solid #073C2F;
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  z-index: 2;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@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:before {
    background: #073C2F;
  }
  .u-articleTextImg__linkBtn:hover:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.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 4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #073C2F;
  background: #073C2F;
}
@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: #073C2F;
    outline: none;
    text-decoration: none;
  }
}
.u-articleTextImg .u-button__arrow {
  max-width: 33.5rem !important;
  margin-top: 3rem !important;
}

.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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 3.5rem;
  gap: 1rem;
}
.u-articleThumb.wide {
  margin: 0 0 3rem;
}
.u-articleThumb.part-colum1 {
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .u-articleThumb {
    margin: 0 0 2rem;
  }
  .u-articleThumb.part-colum2 {
    display: block;
  }
  .u-articleThumb.part-colum3 {
    display: block;
  }
}
.u-articleThumb__item {
  max-width: 100%;
  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.u-ofx {
  overflow-x: scroll;
}
.part-colum2 .u-articleThumb__item {
  max-width: 49.5%;
}
@media screen and (max-width: 768px) {
  .part-colum2 .u-articleThumb__item {
    max-width: 100%;
  }
}
.part-colum3 .u-articleThumb__item {
  max-width: 32.65%;
}
@media screen and (max-width: 768px) {
  .part-colum3 .u-articleThumb__item {
    max-width: 100%;
  }
}
.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: 1rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .u-articleThumb__itemCaption {
    padding-top: 0;
    margin-bottom: 1rem;
  }
}

/*====================================================================
u-articleSec
====================================================================*/
.u-articleSec .u-contentCenter {
  max-width: 103rem;
}
.is_page__single .u-articleSec {
  padding-bottom: 5rem;
}

/*====================================================================
u-articleSlider
====================================================================*/
.u-articleSlider {
  width: 100%;
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider {
    margin-bottom: 4rem;
  }
}
.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: 1rem;
  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: 1rem 0;
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.9;
}
.u-articleSlider .swiper-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-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-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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}
.u-articleSlider .swiper-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-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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background: #073C2F;
}
.u-articleSlider .swiper-button-prev,
.u-articleSlider .swiper-button-next {
  z-index: 1;
  top: 23rem;
  width: 5rem;
  height: 5rem;
}
@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: 3rem;
    height: 3rem;
  }
}
.u-articleSlider .swiper-button-prev::before, .u-articleSlider .swiper-button-prev::after,
.u-articleSlider .swiper-button-next::before,
.u-articleSlider .swiper-button-next::after {
  display: block;
  border-bottom: none !important;
  border-right: none !important;
  top: 50%;
  left: 50%;
  width: 5rem !important;
  height: 5rem !important;
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  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;
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}
@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;
  }
}
@media screen and (min-width: 769px) {
  .u-articleSlider .swiper-button-prev:hover::before, .u-articleSlider .swiper-button-prev:hover::after,
  .u-articleSlider .swiper-button-next:hover::before,
  .u-articleSlider .swiper-button-next:hover::after {
    background-image: url(../images/common/icon_arrow-02.svg);
  }
}
.u-articleSlider .swiper-button-prev {
  left: -2.5rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-prev {
    left: -1.3rem;
  }
}
.u-articleSlider .swiper-button-prev:after {
  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);
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.u-articleSlider .swiper-button-next {
  right: -2.5rem;
}
@media screen and (max-width: 768px) {
  .u-articleSlider .swiper-button-next {
    right: -1.3rem;
  }
}
.u-articleSlider .swiper-button-next:after {
  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);
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*====================================================================
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;
  border-radius: 7.5px;
  border: 1px solid #073C2F;
}
.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: #073C2F;
  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: #073C2F;
  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: #073C2F;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  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: #073C2F;
    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;
  }
}
@media screen and (min-width: 769px) {
  .u-button__plus:hover .u-button__plusText {
    background: #073C2F;
    color: #fff;
  }
}

.u-button__arrow {
  max-width: 33.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-button__arrow {
    margin-top: 2.4rem;
  }
}
.u-button__arrow.u-pdf .u-button__arrowText::after {
  width: 2.8rem;
  height: 2.8rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg id='Group_2147' data-name='Group 2147' transform='translate(-584 -33.999)'%3E%3Cg id='Group_1135' data-name='Group 1135' transform='translate(576.619 26.619)'%3E%3Cpath id='Path_1032' data-name='Path 1032' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.571,9.571,0,0,0-1.084-2.924h0A22.677,22.677,0,0,0,50.3,9.969a29.186,29.186,0,0,0-1.807-2.424,1.756,1.756,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.483,40.483,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.525,30.525,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.361,9.361,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(7.381 7.38)' fill='%23073c2f'/%3E%3C/g%3E%3Cg id='ベクトルスマートオブジェクト' transform='translate(597.629 42.6)'%3E%3Cpath id='Path_407' data-name='Path 407' d='M210.01,155.626v10h-30v-10' transform='translate(-180.639 -135.725)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cg id='Group_1141' data-name='Group 1141' transform='translate(23.093 -1.18) rotate(90)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l8,8-8,8' transform='translate(-4393.652 -2761.279)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='20' transform='translate(6.08 8.722)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center center/contain no-repeat;
}
@media screen and (min-width: 769px) {
  .u-button__arrow.u-pdf .u-button__arrowText:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg id='Group_2147' data-name='Group 2147' transform='translate(-584 -33.999)'%3E%3Cg id='Group_1135' data-name='Group 1135' transform='translate(576.619 26.619)'%3E%3Cpath id='Path_1032' data-name='Path 1032' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.571,9.571,0,0,0-1.084-2.924h0A22.677,22.677,0,0,0,50.3,9.969a29.186,29.186,0,0,0-1.807-2.424,1.756,1.756,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.483,40.483,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.525,30.525,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.361,9.361,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(7.381 7.38)' fill='%23fff'/%3E%3C/g%3E%3Cg id='ベクトルスマートオブジェクト' transform='translate(597.629 42.6)'%3E%3Cpath id='Path_407' data-name='Path 407' d='M210.01,155.626v10h-30v-10' transform='translate(-180.639 -135.725)' fill='none' stroke='%23073c2f' stroke-miterlimit='10' stroke-width='2'/%3E%3Cg id='Group_1141' data-name='Group 1141' transform='translate(23.093 -1.18) rotate(90)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l8,8-8,8' transform='translate(-4393.652 -2761.279)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='20' transform='translate(6.08 8.722)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center center/contain no-repeat;
  }
}
.u-button__arrowText {
  padding: 2rem 5.2rem;
  color: #073C2F;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  width: 100%;
  border: 2px solid #073C2F;
  border-radius: 0.6rem;
  display: block;
  text-decoration: none;
}
@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;
  }
}
.part-colorGD .u-button__arrowText {
  background: #cab797;
  border-color: #cab797;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .u-button__arrowText:hover {
    background: #073C2F;
    color: #fff;
    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) {
  .part-colorGD .u-button__arrowText:hover {
    background: #fff;
    border-color: #073C2F;
    color: #073C2F;
  }
  .u-button__arrowText:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg id='Group_1169' data-name='Group 1169' transform='translate(-7.381 -7.38)'%3E%3Cpath id='Path_1032' data-name='Path 1032' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.571,9.571,0,0,0-1.084-2.924h0A22.677,22.677,0,0,0,50.3,9.969a29.186,29.186,0,0,0-1.807-2.424,1.756,1.756,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.483,40.483,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.525,30.525,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.361,9.361,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(7.381 7.38)' fill='%23fff'/%3E%3Cg id='Group_290' data-name='Group 290' transform='translate(22.3 26.942)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l8,8-8,8' transform='translate(-4393.652 -2761.279)' fill='none' stroke='%23103b2e' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='26' transform='translate(0.08 8.722)' fill='none' stroke='%23103b2e' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .u-button__arrowText:hover.u-anchor:after {
    background-image: url(../images/common/icon_arrow-02.svg);
  }
}
.u-button__arrowText:after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../images/common/button__arrow__green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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__arrowText.u-anchor::after {
  top: 50%;
  right: 1.5rem;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../images/common/icon_arrow.svg);
}
.u-button__arrowText[target=_blank] {
  padding: 2rem 7rem 2rem 5.2rem;
}
.u-button__arrowText[target=_blank]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg id='Group_1167' data-name='Group 1167' transform='translate(-1.381 -1.145)'%3E%3Cpath id='Path_1028' data-name='Path 1028' d='M43.341,18.437h0a39.667,39.667,0,0,0-1.313-5.483,7.52,7.52,0,0,0-.851-2.3h0a17.817,17.817,0,0,0-1.655-2.822,22.932,22.932,0,0,0-1.42-1.9,1.379,1.379,0,0,0-.316-.257h0a2.107,2.107,0,0,0-.836-.914,31.809,31.809,0,0,0-4.714-2.849,4.025,4.025,0,0,0-1.528-.465h0a1.2,1.2,0,0,0-.125-.031A6.378,6.378,0,0,0,28.62.788a22,22,0,0,1-2.649-.58,2.42,2.42,0,0,0-2.026.033A2,2,0,0,0,23.2.4c-.821.249-1.644.5-2.487.665a1.217,1.217,0,0,0-.653.2h0a18.482,18.482,0,0,0-5.093,1.353c-1.226.493-2.418,1.068-3.66,1.525a19.077,19.077,0,0,0-2.13.737,1.474,1.474,0,0,0-1.05.43c-.457.482-.936.943-1.405,1.413-.165.073-.246.227-.352.357h0a4.58,4.58,0,0,0-2.28,2.443c-.169.074-.213.246-.276.387A20.969,20.969,0,0,0,2.776,12.98c-.091.811-.449,1.559-.565,2.363-.12.829-.414,1.614-.609,2.423C1.3,19.025.9,20.26.68,21.539c-.048.275-.1.549-.152.823A20.481,20.481,0,0,0,.01,26.968a.279.279,0,0,0,.085.3h0a5.642,5.642,0,0,0,.368,1.914h0a.289.289,0,0,0,.091.3.453.453,0,0,0,.2.466.309.309,0,0,0,.1.294c.033.058.072.112.1.171a4.009,4.009,0,0,0,.8,1.119h0a1.758,1.758,0,0,0,.42.63c.574.665,1.173,1.312,1.7,2.01a23.984,23.984,0,0,0,3.956,3.977,3.6,3.6,0,0,0,.87.721,1.713,1.713,0,0,0,.733.566,1.066,1.066,0,0,0,.5.492h0a.465.465,0,0,0,.12.044c.147.338.483.473.745.688a7.355,7.355,0,0,0,1.23,1.077.377.377,0,0,0,.211.167,13.69,13.69,0,0,0,2.639.6h0l.143.026h0l.066.018.068.007.411.074.555.1.137.027.276.054.967.179h0a7.445,7.445,0,0,0,2.046.484h0l.066.017.067.006h0c.421.122.837.269,1.264.36a12.639,12.639,0,0,0,3.8-.019,3.465,3.465,0,0,0,1.622-.279h0l.27.026.3-.093h0l.167-.082a.477.477,0,0,0,.137,0,1.056,1.056,0,0,0,.477-.182h0a1.522,1.522,0,0,0,.607-.134c1.131-.411,2.263-.818,3.36-1.317a13.676,13.676,0,0,0,3.331-2.1c.34-.123.535-.431.811-.639a11.332,11.332,0,0,0,2.924-3.2c.358-.592.729-1.178,1.108-1.759a8.269,8.269,0,0,0,1.075-2,.892.892,0,0,0,.385-.649,3.731,3.731,0,0,0,.792-1.371c.485-1.322.995-2.638,1.393-3.987A10.02,10.02,0,0,0,44,23.325a20,20,0,0,0-.659-4.888M30.636,1.856h0l0-.012.018.015-.018,0' transform='translate(1.381 1.145)' fill='%23073c2f'/%3E%3Cg id='別タブ'%3E%3Cpath id='Path_1023' data-name='Path 1023' d='M0,23.722v14H14' transform='translate(15.192 -6.744)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cg id='Group_1168' data-name='Group 1168' transform='translate(12.809 24.559) rotate(-45)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l6.635,6.461-6.635,6.461' transform='translate(-4398.658 -2762.001)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='14' transform='translate(5.657 6.461)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/cover 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-button__arrowText[target=_blank]:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg id='Group_1167' data-name='Group 1167' transform='translate(-1.381 -1.145)'%3E%3Cpath id='Path_1028' data-name='Path 1028' d='M43.341,18.437h0a39.667,39.667,0,0,0-1.313-5.483,7.52,7.52,0,0,0-.851-2.3h0a17.817,17.817,0,0,0-1.655-2.822,22.932,22.932,0,0,0-1.42-1.9,1.379,1.379,0,0,0-.316-.257h0a2.107,2.107,0,0,0-.836-.914,31.809,31.809,0,0,0-4.714-2.849,4.025,4.025,0,0,0-1.528-.465h0a1.2,1.2,0,0,0-.125-.031A6.378,6.378,0,0,0,28.62.788a22,22,0,0,1-2.649-.58,2.42,2.42,0,0,0-2.026.033A2,2,0,0,0,23.2.4c-.821.249-1.644.5-2.487.665a1.217,1.217,0,0,0-.653.2h0a18.482,18.482,0,0,0-5.093,1.353c-1.226.493-2.418,1.068-3.66,1.525a19.077,19.077,0,0,0-2.13.737,1.474,1.474,0,0,0-1.05.43c-.457.482-.936.943-1.405,1.413-.165.073-.246.227-.352.357h0a4.58,4.58,0,0,0-2.28,2.443c-.169.074-.213.246-.276.387A20.969,20.969,0,0,0,2.776,12.98c-.091.811-.449,1.559-.565,2.363-.12.829-.414,1.614-.609,2.423C1.3,19.025.9,20.26.68,21.539c-.048.275-.1.549-.152.823A20.481,20.481,0,0,0,.01,26.968a.279.279,0,0,0,.085.3h0a5.642,5.642,0,0,0,.368,1.914h0a.289.289,0,0,0,.091.3.453.453,0,0,0,.2.466.309.309,0,0,0,.1.294c.033.058.072.112.1.171a4.009,4.009,0,0,0,.8,1.119h0a1.758,1.758,0,0,0,.42.63c.574.665,1.173,1.312,1.7,2.01a23.984,23.984,0,0,0,3.956,3.977,3.6,3.6,0,0,0,.87.721,1.713,1.713,0,0,0,.733.566,1.066,1.066,0,0,0,.5.492h0a.465.465,0,0,0,.12.044c.147.338.483.473.745.688a7.355,7.355,0,0,0,1.23,1.077.377.377,0,0,0,.211.167,13.69,13.69,0,0,0,2.639.6h0l.143.026h0l.066.018.068.007.411.074.555.1.137.027.276.054.967.179h0a7.445,7.445,0,0,0,2.046.484h0l.066.017.067.006h0c.421.122.837.269,1.264.36a12.639,12.639,0,0,0,3.8-.019,3.465,3.465,0,0,0,1.622-.279h0l.27.026.3-.093h0l.167-.082a.477.477,0,0,0,.137,0,1.056,1.056,0,0,0,.477-.182h0a1.522,1.522,0,0,0,.607-.134c1.131-.411,2.263-.818,3.36-1.317a13.676,13.676,0,0,0,3.331-2.1c.34-.123.535-.431.811-.639a11.332,11.332,0,0,0,2.924-3.2c.358-.592.729-1.178,1.108-1.759a8.269,8.269,0,0,0,1.075-2,.892.892,0,0,0,.385-.649,3.731,3.731,0,0,0,.792-1.371c.485-1.322.995-2.638,1.393-3.987A10.02,10.02,0,0,0,44,23.325a20,20,0,0,0-.659-4.888M30.636,1.856h0l0-.012.018.015-.018,0' transform='translate(1.381 1.145)' fill='%23fff'/%3E%3Cg id='別タブ'%3E%3Cpath id='Path_1023' data-name='Path 1023' d='M0,23.722v14H14' transform='translate(15.192 -6.744)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cg id='Group_1168' data-name='Group 1168' transform='translate(12.809 24.559) rotate(-45)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l6.635,6.461-6.635,6.461' transform='translate(-4398.658 -2762.001)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='14' transform='translate(5.657 6.461)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/cover no-repeat;
  }
}

.u-articleButton {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  position: relative;
  cursor: pointer;
}
.u-articleButton:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
  width: 3rem;
  height: 3rem;
  background: url("data:image/svg+xml,%3Csvg id='Group_1162' data-name='Group 1162' xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath id='Path_1030' data-name='Path 1030' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.572,9.572,0,0,0-1.084-2.924h0A22.676,22.676,0,0,0,50.3,9.969a29.185,29.185,0,0,0-1.807-2.424,1.755,1.755,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.484,40.484,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.524,30.524,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.36,9.36,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(0 0)' fill='%23073c2f'/%3E%3Cg id='_' data-name='+' transform='translate(17.001 28)'%3E%3Cpath id='Path_439' data-name='Path 439' d='M611.023,2540.5h22' transform='translate(-611.023 -2540.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_903' data-name='Path 903' d='M0,0H22' transform='translate(11 -11) rotate(90)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  .u-articleButton:before {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .u-articleButton:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_1162' data-name='Group 1162' xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath id='Path_1030' data-name='Path 1030' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.572,9.572,0,0,0-1.084-2.924h0A22.676,22.676,0,0,0,50.3,9.969a29.185,29.185,0,0,0-1.807-2.424,1.755,1.755,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.484,40.484,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.524,30.524,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.36,9.36,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(0 0)' fill='%23fff'/%3E%3Cg id='_' data-name='+' transform='translate(17.001 28)'%3E%3Cpath id='Path_439' data-name='Path 439' d='M611.023,2540.5h22' transform='translate(-611.023 -2540.5)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cpath id='Path_903' data-name='Path 903' d='M0,0H22' transform='translate(11 -11) rotate(90)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.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: #073C2F;
  }
}
.u-articleButtonText {
  padding: 2.4rem 2.1rem;
  border-top: solid 2px #073C2F;
  border-bottom: solid 2px #073C2F;
  color: #073C2F;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.11em;
  font-size: 1.4rem;
  font-weight: 800;
  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;
  }
}
.part-colorGD .u-articleButtonText {
  background: #cab797;
  border-color: #cab797;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .u-articleButtonText:hover {
    background: #073C2F;
    border-color: #073C2F;
    color: #fff;
    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;
  }
}
@media screen and (min-width: 769px) {
  .part-colorGD .u-articleButtonText:hover {
    background: #fff;
    border-color: #073C2F;
    color: #073C2F;
  }
}

.u-linkBtn__longArrow {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #073C2F;
  border-bottom: 1px solid #073C2F;
}
.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 {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1162' data-name='Group 1162' xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath id='Path_1030' data-name='Path 1030' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.572,9.572,0,0,0-1.084-2.924h0A22.676,22.676,0,0,0,50.3,9.969a29.185,29.185,0,0,0-1.807-2.424,1.755,1.755,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.484,40.484,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.524,30.524,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.36,9.36,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(0 0)' fill='%23073c2f'/%3E%3Cg id='_' data-name='+' transform='translate(17.001 28)'%3E%3Cpath id='Path_439' data-name='Path 439' d='M611.023,2540.5h22' transform='translate(-611.023 -2540.5)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 769px) {
  .js-moreButtonLineHide:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_1162' data-name='Group 1162' xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath id='Path_1030' data-name='Path 1030' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.572,9.572,0,0,0-1.084-2.924h0A22.676,22.676,0,0,0,50.3,9.969a29.185,29.185,0,0,0-1.807-2.424,1.755,1.755,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.484,40.484,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.524,30.524,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.36,9.36,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(0 0)' fill='%23fff'/%3E%3Cg id='_' data-name='+' transform='translate(17.001 28)'%3E%3Cpath id='Path_439' data-name='Path 439' d='M611.023,2540.5h22' transform='translate(-611.023 -2540.5)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.accessPage__main .u-button__arrowText[target=_blank] {
  padding: 2rem 5rem 2rem 4.2rem;
}
.accessPage__main .u-button__arrowText[target=_blank] span::after {
  display: none;
}

.u-articleSec .u-button__arrow {
  max-width: 32.65%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .u-articleSec .u-button__arrow {
    max-width: 33.5rem;
  }
}

.u-cardTopics {
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .u-cardTopics {
    margin-top: 4rem;
  }
}
.u-cardTopics.u-plan {
  padding: 5.7rem 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-cardTopics.u-plan {
    padding: 4rem 2rem 7.1rem;
  }
}
.u-cardTopics__title {
  margin: 0 auto 5rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
.u-cardTopics__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  margin: 1.3rem auto 0;
  background: #000;
}
@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;
  gap: 1rem;
}
.u-plan .u-cardTopics__list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (max-width: 768px) {
  .u-plan .u-cardTopics__list {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardTopics__list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.u-cardTopics__item {
  width: 32.65%;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item {
    width: 100%;
  }
  .u-cardTopics__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.u-cardTopics__item.count-1 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__item.count-1 {
    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%;
  }
}
.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;
}
.u-cardTopics__link:hover .u-cardTopics__captionLink::after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.u-cardTopics__link[target=_blank] .u-cardTopics__captionLink::after {
  width: 1.4rem;
  height: 1.5rem;
  border: none;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  background: url(../images/common/externalLink_icon_red.png) center center/contain no-repeat;
}
.u-cardTopics__img {
  overflow: hidden;
}
.is_page__area .u-cardTopics__img {
  aspect-ratio: 4/3;
}
.u-cardTopics__img img {
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-cardTopics__img img {
    height: 20rem;
  }
}
.count-1 .u-cardTopics__img img {
  height: 24vw;
}
@media screen and (max-width: 768px) {
  .count-1 .u-cardTopics__img img {
    height: 20rem;
  }
}
.is_page__area .u-cardTopics__img img {
  height: 100%;
}
.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 Serif JP", serif;
  margin-bottom: 0.5rem;
}
.u-plan .u-cardTopics__captionDay {
  font-size: 1rem;
}
.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.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.92;
  overflow: inherit;
  height: auto;
  margin-bottom: 0;
}
.u-plan .u-cardTopics__captionText::before, .u-plan .u-cardTopics__captionText::after {
  content: none;
}
.u-cardTopics__captionLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.u-cardTopics__captionLink {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 2;
  border-bottom: 1.5px solid #C20638;
  color: #C20638;
}
.u-cardTopics__captionLink::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  background: url(../images/layout/slide_arrow_red.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 (max-width: 768px) {
  .is_arti__contents-3290 .u-cardTopics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}

.u-secTitleEn {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secTitleEn {
    font-size: 4rem;
    text-align: center;
  }
}

.u-secTitleEn__center {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-secTitleEn__center {
    font-size: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-secTitleEn__center {
    font-size: 2rem;
  }
}

.u-secTitleJp {
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-secTitleJp {
    font-size: 3.2rem;
    text-align: center;
  }
}

.u-secTitleJp__center {
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .u-secTitleJp__center {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-secTitleJp__center {
    font-size: 2.5rem;
  }
}
.u-secTitleJp__center.icon01:before {
  content: "";
  display: block;
  width: 4rem;
  height: 3.782rem;
  margin: 0 auto 1.5rem;
  background: url(../images/common/icon_shippou.png) center center/contain no-repeat;
}
.u-secTitleJp__center.icon02:before {
  content: "";
  display: block;
  width: 5rem;
  height: 3.8rem;
  margin: 0 auto 1.5rem;
  background: url(../images/common/icon_shippou_3.png) center center/contain no-repeat;
}

.u-secText {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", 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.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", 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-bottom: 3rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  position: relative;
  background: url("../images/layout/bgPattern/bgPattern_seigaiha.png") center bottom/cover;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle {
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6.15rem;
    padding-bottom: 6.15rem;
    font-size: 4rem;
    line-height: 1.4em;
    text-align: center;
    background: url("../images/layout/bgPattern/bgPattern_seigaiha_sp.png") center bottom/cover;
  }
}

.u-lowerPageTitle__center {
  margin-bottom: 3rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  position: relative;
  background: url("../images/layout/bgPattern/bgPattern_seigaiha.png") center bottom/cover;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__center {
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 6.15rem;
    padding-bottom: 6.15rem;
    font-size: 4rem;
    line-height: 1.4em;
    text-align: center;
    background: url("../images/layout/bgPattern/bgPattern_seigaiha_sp.png") center bottom/cover;
  }
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__center {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

.u-lowerPageTitle__en {
  display: block;
  margin-top: 0.3rem;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u-lowerPageTitle__en {
    margin-top: 0.8rem;
  }
}

.u-lowerSecTitle {
  color: #000;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.1;
  font-family: "Noto Serif JP", 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 Serif JP", 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-table {
  margin: 1.5rem 0 0;
  border-collapse: collapse;
  width: 100%;
}
.u-table__title {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .u-table__wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .u-table {
    min-width: 960px;
  }
}
.u-table tr {
  overflow-wrap: anywhere;
}
.u-table.u-column4 td {
  width: 28.3%;
}
.u-table.u-column3Top td {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .u-table.u-column3Top td {
    width: 36.27%;
  }
}
.u-table.u-column3Top .u-table__body th {
  background-color: rgba(7, 60, 47, 0.3);
  color: #000;
}
.u-table.u-column3 td {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  .u-table.u-column3 td {
    width: 36.27%;
  }
}
@media screen and (max-width: 768px) {
  .u-table.u-column2 {
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .u-table.u-column2 th {
    width: 27%;
  }
}
.u-table.u-column2 td {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .u-table.u-column2 td {
    width: 72.39%;
  }
}
.u-table .u-table__head th {
  background-color: #073C2F;
  border: 1px solid #bfbfbf;
}
.u-table .u-table__body th {
  background-color: #073C2F;
  border: 1px solid #bfbfbf;
}
.u-table .u-table__body td {
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.u-table th {
  padding: 1.5rem 1rem;
}
.u-table td {
  padding: 1.5rem 1rem;
  border: 1px solid #BFBFBF;
}
.u-table__head th {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
.u-table__head th:first-child {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .u-table__head th:first-child {
    width: 15%;
  }
}
.u-table__head th:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1px;
}
.u-table__body tr:not(:last-child) th::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.u-table__body th {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-table__body th {
    width: 15%;
  }
}
.u-table__body td {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #000;
}
.u-table__body td a {
  text-decoration: underline;
  color: #C20638;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .u-table__body td a:hover {
    opacity: 0.7;
  }
}
.u-table__body td a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 1rem;
  background: url(../images/common/externalLink_icon_red.png) center center/contain no-repeat;
}

.u-wysiwygArea .u-table .u-table__body td {
  width: auto;
}

.u-articleBlank__small {
  padding-top: 2rem;
}
.u-articleBlank__middle {
  padding-top: 3rem;
}
.u-articleBlank__large {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .u-articleBlank__large {
    padding-top: 4rem;
  }
}

.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) {
  .u-room_info__listWrap {
    display: block;
  }
}
.u-room_info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .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;
  }
}
.u-room_info__listItem {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-room_info__listItem {
    width: auto;
  }
}
.u-room_info__listItemLabel {
  width: 8.6rem;
  height: 4.1rem;
  background-color: #073C2F;
  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;
}
.u-room_info__listItemLabelText {
  width: 8.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
.u-room_info__listItemLabelText .u-room_info__listItemLabelTextSpan {
  font-size: 1.1rem;
}
.u-room_info__listItemText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 4.1rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.91;
  color: #000;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .u-room_info__listItemText {
    margin-left: 1rem;
  }
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  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: #073C2F;
}
@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__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
@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: 103rem;
  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-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
@media print {
  .siteHeader__innerArea {
    max-width: 1024px;
  }
}
.siteHeader__menuTop {
  width: 15rem;
  height: 7.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTop {
    height: 5rem;
  }
}
.siteHeader__nav {
  width: 15rem;
  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% - 15.6rem) / 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 Serif JP", 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: #073C2F;
  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;
  color: #073C2F;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuToggleText {
    font-size: 0.8rem;
    margin-top: 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-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: 1px;
  left: 0;
  background-color: #073C2F;
  -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 > 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) {
  opacity: 0;
}
.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(3) {
    top: 1rem;
  }
}

.siteHeader__menu {
  display: none;
  font-family: "Noto Serif JP", serif;
}
.siteHeader__menu.is-active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-bottom: 2rem;
  background-color: #F4F2EC;
}
.is_login_user .siteHeader__menu.is-active {
  top: 32px;
  padding-bottom: calc(2rem + 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%;
  height: 100%;
  padding: 5rem 12.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLinkArea {
    padding: 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 {
  position: relative;
  max-width: 28.2rem;
  width: 100%;
}
@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;
  }
}
.siteHeader__topMenuLogo {
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.is_page__lower .siteHeader__topMenuLogo {
  opacity: 0;
}
.is_frontpage.is_page__lower .siteHeader__topMenuLogo {
  opacity: 1;
}
.is_frontpage.is_page__lower .siteHeader__topMenuLogo.is-hide {
  opacity: 0;
  position: absolute;
}
.siteHeader__lowerMenuLogo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.is_frontpage.is_page__lower .siteHeader__lowerMenuLogo {
  opacity: 0;
}
.is_frontpage.is_page__lower .siteHeader__lowerMenuLogo.is-show {
  position: static;
  opacity: 1;
}
.is_page__lower .siteHeader__lowerMenuLogo {
  opacity: 1;
}
.siteHeader__menuLang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.siteHeader__menuLangLink {
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 300;
  padding-right: 2rem;
  position: relative;
  color: rgba(7, 60, 47, 0.5);
}
@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 {
    color: #073c2f;
  }
}
.siteHeader__menuLangLink.is-disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: text;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLangLink {
    font-size: 1.1rem;
    padding-right: 1.2rem;
  }
}
.siteHeader__menuLangLink::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #073C2F;
  position: absolute;
  right: 0;
  top: 0;
}
.siteHeader__menuLangLink:last-child {
  margin-right: 0;
  padding-right: 0;
  padding-left: 2rem;
}
.siteHeader__menuLangLink:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLangLink:last-child {
    padding-left: 1.2rem;
  }
}
.siteHeader__menuList {
  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;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuList {
    margin-bottom: 0;
  }
}
.siteHeader__menuItem {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-right: 2rem;
  margin-right: 7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItem {
    font-size: 1.1rem;
    margin-right: 0;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 1.5rem;
  }
  .siteHeader__menuItem:first-child {
    padding-top: 1.5rem;
  }
  .siteHeader__menuItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1439px) {
  .siteHeader__menuItem {
    margin-right: 4rem;
  }
}
.siteHeader__menuItemLink {
  position: relative;
  display: inline-block;
  color: #000;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuItemLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.siteHeader__menuItemLink:hover {
  color: #073C2F;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .siteHeader__menuItemLink:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuItemLink: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__menuItemLink {
    display: block;
    padding: 0 2.5rem 0 1.5rem;
    width: 100%;
  }
}
.siteHeader__menuItemLink::after {
  content: "";
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../images/common/header_linkArrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemLink::after {
    right: 1rem;
  }
}
.siteHeader__menuItemLink[target=_blank] {
  position: relative;
  padding-right: 2rem;
}
.siteHeader__menuItemLink[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: none;
  border-right: none;
  background: url(../images/layout/icon-externalLink_base.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuItemLink[target=_blank]::after {
    right: 1rem;
  }
}
.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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.siteHeader__menuItemSub {
  font-size: 1.4rem;
  font-weight: 500;
  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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .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: 700;
  color: #000;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle {
    font-size: 1.1rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
  }
}
.siteHeader__menuTitle:after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle:after {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitle.is-active::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuTitleItem {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 1.5rem;
  }
  .siteHeader__menuTitleItem::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width: 1px;
    height: 1.5rem;
    background: inherit;
    border-radius: inherit;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .siteHeader__menuTitleItem::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.5rem;
    height: 1px;
    background: #000;
    border-radius: 0.1em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .js-btn_sp.is-active .siteHeader__menuTitleItem::before {
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .siteHeader__menuTitleItem::before {
    background-color: #073C2F;
    right: 2rem;
  }
  .siteHeader__menuTitleItem::after {
    background-color: #073C2F;
    right: 1.3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .siteHeader__menuTitleItem::before {
    right: 2.7rem;
  }
  .siteHeader__menuTitleItem::after {
    right: 2rem;
  }
}
@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: #073C2F;
  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: #073C2F;
  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 Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: #073C2F;
  display: block;
  max-width: 50%;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  letter-spacing: 0.08em;
  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: #073C2F;
  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;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroup {
    display: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 0;
    padding-bottom: 1rem;
    margin: 0;
  }
}
.siteHeader__menuGroupLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  margin-left: 2rem;
  margin-right: 6rem;
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
}
@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:hover {
  color: #073C2F;
  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::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #bfbfbf;
  display: block;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.siteHeader__menuGroupLink::after {
  content: "";
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../images/common/header_linkArrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupLink {
    margin-bottom: 1.5rem;
    width: calc(100% - 3rem);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 0;
    float: left;
  }
  .siteHeader__menuGroupLink:first-of-type {
    margin-top: 1.5rem;
  }
  .siteHeader__menuGroupLink::after {
    right: 1.1rem;
  }
}
.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: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: none;
  border-right: none;
  background: url(../images/layout/icon-externalLink_base.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuGroupLink[target=_blank]::after {
    right: 1rem;
  }
}
.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: #073C2F;
}
@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: #073C2F;
  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 #073C2F;
  border-right: 1px solid #073C2F;
  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: #073C2F;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-right: 1.2rem;
  letter-spacing: 0.08em;
}
@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: #073C2F;
  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;
  }
}
.siteHeader__menuLast {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLast {
    -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;
    max-width: 33.5rem;
    margin: 0 auto;
    text-align: center;
  }
}
.siteHeader__menuLastName {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastName {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.siteHeader__menuLastAddress {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastAddress {
    font-size: 1.1rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.siteHeader__menuLastTel {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuLastTel {
    font-size: 1.1rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuLastTel a[href^="tel:"] {
    pointer-events: none;
  }
}
.siteHeader__searchBtn {
  margin-left: 0 !important;
  border-radius: 0;
}
.siteHeader__searchBtn .u-button__arrowText {
  background: #073C2F;
  color: #fff;
  font-weight: 800;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .siteHeader__searchBtn .u-button__arrowText:hover {
    background: transparent;
    color: #073C2F;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__searchBtn {
    margin-left: auto !important;
    margin-bottom: 2.8rem;
  }
}
.siteHeader__searchBtnInner {
  position: relative;
}
.siteHeader__searchBtnInner:before {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  background: #C20638;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteHeader__searchBtnInner:after {
  content: "";
  display: block;
  width: 20px !important;
  height: 20px !important;
  background: url(../images/layout/icon_calender.png) center center/contain !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  right: 2rem !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  z-index: 999 !important;
}
@media screen and (min-width: 769px) {
  .siteHeader__searchBtnInner:after:hover {
    background: url(../images/layout/icon_calender_hover.png) center center/contain;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__searchBtnInner:hover::before {
    opacity: 0;
  }
  .siteHeader__searchBtnInner:hover:after {
    background: url(../images/layout/icon_calender_hover.png) center center/contain !important;
    background-repeat: no-repeat !important;
  }
}
.siteHeader__menuBottomSns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}
.siteHeader__menuBottomSnsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 3rem;
  margin: 0 2rem;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBottomSnsItem {
    max-width: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItemYoutube {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader__menuBottomSnsItemYoutube:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .siteHeader__menuBottomSnsItemYoutube: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__menuBottomSnsItemYoutube {
    max-width: 2rem;
  }
}
.siteHeader__menuBottomSnsImage {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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: 28.5714285714%;
}
@media screen and (max-width: 768px) {
  .siteHeader__menuBrandChild {
    max-width: 50%;
  }
}
.siteHeader__menuBrandChild:last-child {
  max-width: 41.6666666667%;
}

/*====================================================================
siteFooter
====================================================================*/
.snsSecArea {
  text-align: center;
}
.snsSecArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 32.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .snsSecArea__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.snsSecArea__item {
  width: 4rem;
  height: auto;
  margin: 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .snsSecArea__item {
    width: 2.5rem;
    margin: 0 2rem;
  }
}
.snsSecArea__link {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .snsSecArea__link:hover {
    opacity: 0.7;
  }
}
.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 Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .snsSecArea__text {
    text-align: left;
    width: 72%;
    margin: 0 auto;
  }
}

.anchorLinkSec {
  padding-top: 2.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec {
    padding-bottom: 6.5rem;
  }
}
.anchorLinkSec__imgArea {
  width: 48rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__imgArea {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem 6rem;
  }
}
.anchorLinkSec__imgAreaLink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .anchorLinkSec__imgAreaLink:hover {
    opacity: 0.7;
  }
}
.anchorLinkSec__img {
  height: auto;
  -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 8rem;
  max-width: 70rem;
  width: 100%;
}
.anchorLinkSec__flexItem {
  max-width: 33.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .anchorLinkSec__flexItem {
    width: 50%;
    height: 6.5rem;
    margin-bottom: 1rem;
  }
  .anchorLinkSec__flexItem:nth-of-type(odd) {
    padding-right: 0.5rem;
  }
  .anchorLinkSec__flexItem:nth-of-type(even) {
    padding-left: 0.5rem;
  }
}
.anchorLinkSec .u-button__arrow {
  margin-top: 2rem;
}
.anchorLinkSec .u-button__arrow .u-button__arrowText {
  border-radius: 0;
  color: #fff;
  background: #073C2F;
}
.anchorLinkSec .u-button__arrow .u-button__arrowText:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg id='Group_1163' data-name='Group 1163' transform='translate(-1.381 -1.518)'%3E%3Cpath id='Path_1024' data-name='Path 1024' d='M43.341,18.437h0a39.667,39.667,0,0,0-1.313-5.483,7.52,7.52,0,0,0-.851-2.3h0a17.817,17.817,0,0,0-1.655-2.822,22.932,22.932,0,0,0-1.42-1.9,1.379,1.379,0,0,0-.316-.257h0a2.107,2.107,0,0,0-.836-.914,31.809,31.809,0,0,0-4.714-2.849,4.025,4.025,0,0,0-1.528-.465h0a1.2,1.2,0,0,0-.125-.031A6.378,6.378,0,0,0,28.62.788a22,22,0,0,1-2.649-.58,2.42,2.42,0,0,0-2.026.033A2,2,0,0,0,23.2.4c-.821.249-1.644.5-2.487.665a1.217,1.217,0,0,0-.653.2h0a18.482,18.482,0,0,0-5.093,1.353c-1.226.493-2.418,1.068-3.66,1.525a19.077,19.077,0,0,0-2.13.737,1.474,1.474,0,0,0-1.05.43c-.457.482-.936.943-1.405,1.413-.165.073-.246.227-.352.357h0a4.58,4.58,0,0,0-2.28,2.443c-.169.074-.213.246-.276.387A20.969,20.969,0,0,0,2.776,12.98c-.091.811-.449,1.559-.565,2.363-.12.829-.414,1.614-.609,2.423C1.3,19.025.9,20.26.68,21.539c-.048.275-.1.549-.152.823A20.481,20.481,0,0,0,.01,26.968a.279.279,0,0,0,.085.3h0a5.642,5.642,0,0,0,.368,1.914h0a.289.289,0,0,0,.091.3.453.453,0,0,0,.2.466.309.309,0,0,0,.1.294c.033.058.072.112.1.171a4.009,4.009,0,0,0,.8,1.119h0a1.758,1.758,0,0,0,.42.63c.574.665,1.173,1.312,1.7,2.01a23.984,23.984,0,0,0,3.956,3.977,3.6,3.6,0,0,0,.87.721,1.713,1.713,0,0,0,.733.566,1.066,1.066,0,0,0,.5.492h0a.465.465,0,0,0,.12.044c.147.338.483.473.745.688a7.355,7.355,0,0,0,1.23,1.077.377.377,0,0,0,.211.167,13.69,13.69,0,0,0,2.639.6h0l.143.026h0l.066.018.068.007.411.074.555.1.137.027.276.054.967.179h0a7.445,7.445,0,0,0,2.046.484h0l.066.017.067.006h0c.421.122.837.269,1.264.36a12.639,12.639,0,0,0,3.8-.019,3.465,3.465,0,0,0,1.622-.279h0l.27.026.3-.093h0l.167-.082a.477.477,0,0,0,.137,0,1.056,1.056,0,0,0,.477-.182h0a1.522,1.522,0,0,0,.607-.134c1.131-.411,2.263-.818,3.36-1.317a13.676,13.676,0,0,0,3.331-2.1c.34-.123.535-.431.811-.639a11.332,11.332,0,0,0,2.924-3.2c.358-.592.729-1.178,1.108-1.759a8.269,8.269,0,0,0,1.075-2,.892.892,0,0,0,.385-.649,3.731,3.731,0,0,0,.792-1.371c.485-1.322.995-2.638,1.393-3.987A10.02,10.02,0,0,0,44,23.325a20,20,0,0,0-.659-4.888M30.636,1.856h0l0-.012.018.015-.018,0' transform='translate(1.381 1.518)' fill='%23fff'/%3E%3Cg id='Group_290' data-name='Group 290' transform='translate(12.982 16.585)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l6.635,6.461-6.635,6.461' transform='translate(-4398.658 -2762.001)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='20.032' transform='translate(0 6.461)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 769px) {
  .anchorLinkSec .u-button__arrow .u-button__arrowText:after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .anchorLinkSec .u-button__arrow .u-button__arrowText:hover {
    background: transparent;
    color: #073C2F;
  }
  .anchorLinkSec .u-button__arrow .u-button__arrowText:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg id='Group_1169' data-name='Group 1169' transform='translate(-7.381 -7.38)'%3E%3Cpath id='Path_1032' data-name='Path 1032' d='M55.162,23.465h0a50.485,50.485,0,0,0-1.671-6.979,9.571,9.571,0,0,0-1.084-2.924h0A22.677,22.677,0,0,0,50.3,9.969a29.186,29.186,0,0,0-1.807-2.424,1.756,1.756,0,0,0-.4-.327h0a2.681,2.681,0,0,0-1.064-1.163,40.483,40.483,0,0,0-6-3.626,5.123,5.123,0,0,0-1.945-.591h0a1.532,1.532,0,0,0-.159-.04A8.118,8.118,0,0,0,36.426,1,28,28,0,0,1,33.055.265a3.08,3.08,0,0,0-2.578.042,2.547,2.547,0,0,0-.946.2c-1.046.317-2.092.63-3.165.846a1.549,1.549,0,0,0-.831.249h0a23.522,23.522,0,0,0-6.482,1.722c-1.56.628-3.078,1.359-4.658,1.94a24.28,24.28,0,0,0-2.711.939,1.876,1.876,0,0,0-1.337.548c-.581.614-1.192,1.2-1.789,1.8-.21.093-.313.289-.447.455h0a5.828,5.828,0,0,0-2.9,3.109c-.215.094-.272.313-.352.492a26.687,26.687,0,0,0-1.325,3.91c-.116,1.032-.571,1.984-.719,3.008-.153,1.055-.527,2.054-.775,3.084-.385,1.6-.893,3.174-1.174,4.8-.06.35-.127.7-.193,1.047a26.066,26.066,0,0,0-.659,5.863.355.355,0,0,0,.108.382h0A7.18,7.18,0,0,0,.59,37.143h0a.368.368,0,0,0,.116.378.577.577,0,0,0,.252.593.394.394,0,0,0,.129.374c.042.073.092.142.129.218a5.1,5.1,0,0,0,1.024,1.424h0a2.237,2.237,0,0,0,.534.8c.731.846,1.493,1.67,2.168,2.559a30.525,30.525,0,0,0,5.035,5.062,4.588,4.588,0,0,0,1.107.917,2.18,2.18,0,0,0,.933.72,1.357,1.357,0,0,0,.641.627h0a.591.591,0,0,0,.153.057c.187.431.615.6.949.875a9.361,9.361,0,0,0,1.565,1.371.48.48,0,0,0,.269.213,17.424,17.424,0,0,0,3.359.762h0l.181.032h0l.084.023.087.009.523.094.706.129.175.034.352.069,1.231.228h0a9.475,9.475,0,0,0,2.6.616h0l.084.021.086.007h0c.536.155,1.065.343,1.609.459a16.086,16.086,0,0,0,4.831-.024,4.41,4.41,0,0,0,2.064-.355h0l.344.032.381-.119h0l.213-.1a.607.607,0,0,0,.174,0,1.344,1.344,0,0,0,.606-.231h0a1.938,1.938,0,0,0,.773-.171c1.439-.523,2.881-1.041,4.277-1.677a17.406,17.406,0,0,0,4.24-2.677c.433-.157.681-.549,1.032-.813a14.422,14.422,0,0,0,3.722-4.073c.456-.754.928-1.5,1.41-2.238a10.524,10.524,0,0,0,1.368-2.549A1.136,1.136,0,0,0,52.6,40a4.749,4.749,0,0,0,1.008-1.744c.617-1.683,1.266-3.358,1.773-5.075A12.753,12.753,0,0,0,56,29.686a25.459,25.459,0,0,0-.838-6.221m-16.17-21.1h0l0-.015.022.019-.022,0' transform='translate(7.381 7.38)' fill='%23073c2f'/%3E%3Cg id='Group_290' data-name='Group 290' transform='translate(22.3 26.942)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l8,8-8,8' transform='translate(-4393.652 -2761.279)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='26' transform='translate(0.08 8.722)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 768px) {
  .anchorLinkSec .u-button__arrow .u-button__arrowText {
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 100%;
    letter-spacing: 0;
  }
  .anchorLinkSec .u-button__arrow .u-button__arrowText::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg id='Group_1163' data-name='Group 1163' transform='translate(-1.381 -1.518)'%3E%3Cpath id='Path_1024' data-name='Path 1024' d='M43.341,18.437h0a39.667,39.667,0,0,0-1.313-5.483,7.52,7.52,0,0,0-.851-2.3h0a17.817,17.817,0,0,0-1.655-2.822,22.932,22.932,0,0,0-1.42-1.9,1.379,1.379,0,0,0-.316-.257h0a2.107,2.107,0,0,0-.836-.914,31.809,31.809,0,0,0-4.714-2.849,4.025,4.025,0,0,0-1.528-.465h0a1.2,1.2,0,0,0-.125-.031A6.378,6.378,0,0,0,28.62.788a22,22,0,0,1-2.649-.58,2.42,2.42,0,0,0-2.026.033A2,2,0,0,0,23.2.4c-.821.249-1.644.5-2.487.665a1.217,1.217,0,0,0-.653.2h0a18.482,18.482,0,0,0-5.093,1.353c-1.226.493-2.418,1.068-3.66,1.525a19.077,19.077,0,0,0-2.13.737,1.474,1.474,0,0,0-1.05.43c-.457.482-.936.943-1.405,1.413-.165.073-.246.227-.352.357h0a4.58,4.58,0,0,0-2.28,2.443c-.169.074-.213.246-.276.387A20.969,20.969,0,0,0,2.776,12.98c-.091.811-.449,1.559-.565,2.363-.12.829-.414,1.614-.609,2.423C1.3,19.025.9,20.26.68,21.539c-.048.275-.1.549-.152.823A20.481,20.481,0,0,0,.01,26.968a.279.279,0,0,0,.085.3h0a5.642,5.642,0,0,0,.368,1.914h0a.289.289,0,0,0,.091.3.453.453,0,0,0,.2.466.309.309,0,0,0,.1.294c.033.058.072.112.1.171a4.009,4.009,0,0,0,.8,1.119h0a1.758,1.758,0,0,0,.42.63c.574.665,1.173,1.312,1.7,2.01a23.984,23.984,0,0,0,3.956,3.977,3.6,3.6,0,0,0,.87.721,1.713,1.713,0,0,0,.733.566,1.066,1.066,0,0,0,.5.492h0a.465.465,0,0,0,.12.044c.147.338.483.473.745.688a7.355,7.355,0,0,0,1.23,1.077.377.377,0,0,0,.211.167,13.69,13.69,0,0,0,2.639.6h0l.143.026h0l.066.018.068.007.411.074.555.1.137.027.276.054.967.179h0a7.445,7.445,0,0,0,2.046.484h0l.066.017.067.006h0c.421.122.837.269,1.264.36a12.639,12.639,0,0,0,3.8-.019,3.465,3.465,0,0,0,1.622-.279h0l.27.026.3-.093h0l.167-.082a.477.477,0,0,0,.137,0,1.056,1.056,0,0,0,.477-.182h0a1.522,1.522,0,0,0,.607-.134c1.131-.411,2.263-.818,3.36-1.317a13.676,13.676,0,0,0,3.331-2.1c.34-.123.535-.431.811-.639a11.332,11.332,0,0,0,2.924-3.2c.358-.592.729-1.178,1.108-1.759a8.269,8.269,0,0,0,1.075-2,.892.892,0,0,0,.385-.649,3.731,3.731,0,0,0,.792-1.371c.485-1.322.995-2.638,1.393-3.987A10.02,10.02,0,0,0,44,23.325a20,20,0,0,0-.659-4.888M30.636,1.856h0l0-.012.018.015-.018,0' transform='translate(1.381 1.518)' fill='%23fff'/%3E%3Cg id='Group_290' data-name='Group 290' transform='translate(12.982 16.585)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l6.635,6.461-6.635,6.461' transform='translate(-4398.658 -2762.001)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='20.032' transform='translate(0 6.461)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 2.1rem !important;
    height: 2.1rem !important;
    right: 0.7rem !important;
  }
}
@media screen and (max-width: 768px) {
  .anchorLinkSec .u-button__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .anchorLinkSec .u-button__arrowText {
    padding-left: 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .anchorLinkSec .u-button__arrowText.tx-center {
    padding-left: 2rem;
    text-align: center;
  }
}
.anchorLinkSec .u-button__arrowText[target=_blank]::before {
  display: none;
}
.anchorLinkSec .u-button__arrowText[target=_blank]::after {
  width: 2.9rem;
  height: 2.9rem;
  right: 1.5rem;
  border: none;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg id='Group_1167' data-name='Group 1167' transform='translate(-1.381 -1.145)'%3E%3Cpath id='Path_1028' data-name='Path 1028' d='M43.341,18.437h0a39.667,39.667,0,0,0-1.313-5.483,7.52,7.52,0,0,0-.851-2.3h0a17.817,17.817,0,0,0-1.655-2.822,22.932,22.932,0,0,0-1.42-1.9,1.379,1.379,0,0,0-.316-.257h0a2.107,2.107,0,0,0-.836-.914,31.809,31.809,0,0,0-4.714-2.849,4.025,4.025,0,0,0-1.528-.465h0a1.2,1.2,0,0,0-.125-.031A6.378,6.378,0,0,0,28.62.788a22,22,0,0,1-2.649-.58,2.42,2.42,0,0,0-2.026.033A2,2,0,0,0,23.2.4c-.821.249-1.644.5-2.487.665a1.217,1.217,0,0,0-.653.2h0a18.482,18.482,0,0,0-5.093,1.353c-1.226.493-2.418,1.068-3.66,1.525a19.077,19.077,0,0,0-2.13.737,1.474,1.474,0,0,0-1.05.43c-.457.482-.936.943-1.405,1.413-.165.073-.246.227-.352.357h0a4.58,4.58,0,0,0-2.28,2.443c-.169.074-.213.246-.276.387A20.969,20.969,0,0,0,2.776,12.98c-.091.811-.449,1.559-.565,2.363-.12.829-.414,1.614-.609,2.423C1.3,19.025.9,20.26.68,21.539c-.048.275-.1.549-.152.823A20.481,20.481,0,0,0,.01,26.968a.279.279,0,0,0,.085.3h0a5.642,5.642,0,0,0,.368,1.914h0a.289.289,0,0,0,.091.3.453.453,0,0,0,.2.466.309.309,0,0,0,.1.294c.033.058.072.112.1.171a4.009,4.009,0,0,0,.8,1.119h0a1.758,1.758,0,0,0,.42.63c.574.665,1.173,1.312,1.7,2.01a23.984,23.984,0,0,0,3.956,3.977,3.6,3.6,0,0,0,.87.721,1.713,1.713,0,0,0,.733.566,1.066,1.066,0,0,0,.5.492h0a.465.465,0,0,0,.12.044c.147.338.483.473.745.688a7.355,7.355,0,0,0,1.23,1.077.377.377,0,0,0,.211.167,13.69,13.69,0,0,0,2.639.6h0l.143.026h0l.066.018.068.007.411.074.555.1.137.027.276.054.967.179h0a7.445,7.445,0,0,0,2.046.484h0l.066.017.067.006h0c.421.122.837.269,1.264.36a12.639,12.639,0,0,0,3.8-.019,3.465,3.465,0,0,0,1.622-.279h0l.27.026.3-.093h0l.167-.082a.477.477,0,0,0,.137,0,1.056,1.056,0,0,0,.477-.182h0a1.522,1.522,0,0,0,.607-.134c1.131-.411,2.263-.818,3.36-1.317a13.676,13.676,0,0,0,3.331-2.1c.34-.123.535-.431.811-.639a11.332,11.332,0,0,0,2.924-3.2c.358-.592.729-1.178,1.108-1.759a8.269,8.269,0,0,0,1.075-2,.892.892,0,0,0,.385-.649,3.731,3.731,0,0,0,.792-1.371c.485-1.322.995-2.638,1.393-3.987A10.02,10.02,0,0,0,44,23.325a20,20,0,0,0-.659-4.888M30.636,1.856h0l0-.012.018.015-.018,0' transform='translate(1.381 1.145)' fill='%23fff'/%3E%3Cg id='別タブ'%3E%3Cpath id='Path_1023' data-name='Path 1023' d='M0,23.722v14H14' transform='translate(15.192 -6.744)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cg id='Group_1168' data-name='Group 1168' transform='translate(12.809 24.559) rotate(-45)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l6.635,6.461-6.635,6.461' transform='translate(-4398.658 -2762.001)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='14' transform='translate(5.657 6.461)' fill='none' stroke='%23073c2f' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/cover no-repeat;
}
@media screen and (min-width: 769px) {
  .anchorLinkSec .u-button__arrowText[target=_blank]:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cg id='Group_1167' data-name='Group 1167' transform='translate(-1.381 -1.145)'%3E%3Cpath id='Path_1028' data-name='Path 1028' d='M43.341,18.437h0a39.667,39.667,0,0,0-1.313-5.483,7.52,7.52,0,0,0-.851-2.3h0a17.817,17.817,0,0,0-1.655-2.822,22.932,22.932,0,0,0-1.42-1.9,1.379,1.379,0,0,0-.316-.257h0a2.107,2.107,0,0,0-.836-.914,31.809,31.809,0,0,0-4.714-2.849,4.025,4.025,0,0,0-1.528-.465h0a1.2,1.2,0,0,0-.125-.031A6.378,6.378,0,0,0,28.62.788a22,22,0,0,1-2.649-.58,2.42,2.42,0,0,0-2.026.033A2,2,0,0,0,23.2.4c-.821.249-1.644.5-2.487.665a1.217,1.217,0,0,0-.653.2h0a18.482,18.482,0,0,0-5.093,1.353c-1.226.493-2.418,1.068-3.66,1.525a19.077,19.077,0,0,0-2.13.737,1.474,1.474,0,0,0-1.05.43c-.457.482-.936.943-1.405,1.413-.165.073-.246.227-.352.357h0a4.58,4.58,0,0,0-2.28,2.443c-.169.074-.213.246-.276.387A20.969,20.969,0,0,0,2.776,12.98c-.091.811-.449,1.559-.565,2.363-.12.829-.414,1.614-.609,2.423C1.3,19.025.9,20.26.68,21.539c-.048.275-.1.549-.152.823A20.481,20.481,0,0,0,.01,26.968a.279.279,0,0,0,.085.3h0a5.642,5.642,0,0,0,.368,1.914h0a.289.289,0,0,0,.091.3.453.453,0,0,0,.2.466.309.309,0,0,0,.1.294c.033.058.072.112.1.171a4.009,4.009,0,0,0,.8,1.119h0a1.758,1.758,0,0,0,.42.63c.574.665,1.173,1.312,1.7,2.01a23.984,23.984,0,0,0,3.956,3.977,3.6,3.6,0,0,0,.87.721,1.713,1.713,0,0,0,.733.566,1.066,1.066,0,0,0,.5.492h0a.465.465,0,0,0,.12.044c.147.338.483.473.745.688a7.355,7.355,0,0,0,1.23,1.077.377.377,0,0,0,.211.167,13.69,13.69,0,0,0,2.639.6h0l.143.026h0l.066.018.068.007.411.074.555.1.137.027.276.054.967.179h0a7.445,7.445,0,0,0,2.046.484h0l.066.017.067.006h0c.421.122.837.269,1.264.36a12.639,12.639,0,0,0,3.8-.019,3.465,3.465,0,0,0,1.622-.279h0l.27.026.3-.093h0l.167-.082a.477.477,0,0,0,.137,0,1.056,1.056,0,0,0,.477-.182h0a1.522,1.522,0,0,0,.607-.134c1.131-.411,2.263-.818,3.36-1.317a13.676,13.676,0,0,0,3.331-2.1c.34-.123.535-.431.811-.639a11.332,11.332,0,0,0,2.924-3.2c.358-.592.729-1.178,1.108-1.759a8.269,8.269,0,0,0,1.075-2,.892.892,0,0,0,.385-.649,3.731,3.731,0,0,0,.792-1.371c.485-1.322.995-2.638,1.393-3.987A10.02,10.02,0,0,0,44,23.325a20,20,0,0,0-.659-4.888M30.636,1.856h0l0-.012.018.015-.018,0' transform='translate(1.381 1.145)' fill='%23073c2f'/%3E%3Cg id='別タブ'%3E%3Cpath id='Path_1023' data-name='Path 1023' d='M0,23.722v14H14' transform='translate(15.192 -6.744)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cg id='Group_1168' data-name='Group 1168' transform='translate(12.809 24.559) rotate(-45)'%3E%3Cpath id='シェイプ_546' data-name='シェイプ 546' d='M4411.732,2762l6.635,6.461-6.635,6.461' transform='translate(-4398.658 -2762.001)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cline id='Line_52' data-name='Line 52' x1='14' transform='translate(5.657 6.461)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/cover no-repeat;
  }
}

.bnrArea {
  margin-bottom: 4.5rem;
}
.bnrArea__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bnrArea__listItem {
  width: 49%;
  margin-bottom: 2.5rem;
}
.bnrArea__listItem:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bnrArea__listItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .bnrArea__listItem {
    width: 100%;
  }
}
.bnrArea__listItemLink {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .bnrArea__listItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .bnrArea__listItemLink {
    padding: 0;
  }
}

.siteFooter {
  position: relative;
  background-color: #000;
  color: #fff;
}
.siteFooter .u-contentCenter {
  padding-top: 0;
}
.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: #073C2F;
}
.siteFooter__inner {
  width: 100%;
  max-width: 101rem;
  padding: 6.4rem 2rem 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .siteFooter__inner {
    padding: 3.5rem 2rem 7.5rem;
  }
}
.siteFooter .toTop {
  position: fixed;
  left: 2rem;
}
@media screen and (max-width: 768px) {
  .siteFooter .toTop {
    left: 0.5rem;
  }
}
.siteFooter .toTop.js-hide {
  opacity: 0;
  pointer-events: none;
}
.siteFooter .toTop.js-show {
  opacity: 1;
  pointer-events: auto;
}
.siteFooter .toTop__text {
  position: relative;
  display: block;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.siteFooter .toTop__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -8.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1rem;
  height: 7.5rem;
  background: url(../images/common/toTopArrow_icon.png) center center/contain no-repeat;
}
.siteFooter__linkListWrap {
  border-bottom: 1px solid #fff;
  padding-bottom: 3.2rem;
}
.siteFooter__ttl {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .siteFooter__ttl {
    margin-bottom: 1.8rem;
    line-height: 1.68;
  }
}
.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;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.siteFooter__linkItem {
  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;
}
.siteFooter__linkItem::after {
  content: "|";
  display: inline-block;
  margin: 0 6px 0 4px;
}
.siteFooter__link {
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.035em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .siteFooter__link {
    letter-spacing: 0.025rem;
  }
}
.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/externalLink_icon_white.png) center center/contain no-repeat;
}
.siteFooter__logoArea {
  margin: 0 auto;
  padding: 4rem 0 3rem;
  max-width: 34.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .siteFooter__logoArea {
    padding: 3rem 0;
  }
}
.siteFooter__address {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .siteFooter__address {
    margin-bottom: 2rem;
  }
}
.siteFooter__addressTel {
  color: #fff;
}
.siteFooter__copyRight {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  display: block;
  margin-top: 5.2rem;
}
@media screen and (max-width: 768px) {
  .siteFooter__copyRight {
    margin-top: 2rem;
  }
}

.u-cardCarousel {
  position: relative;
  z-index: 0;
  margin-left: calc(-8.3% - 2.8rem);
  margin-right: calc(-8.3% - 2.8rem);
  padding-top: 3.5rem;
  border-top: 0.2rem solid #073C2F;
}
.u-cardCarousel.u-relatedSec {
  margin: 4rem 0 5rem;
  padding-top: 4.8rem;
  border-top: 2px solid #073C2F;
}
.u-cardCarousel.u-relatedSec .slick-next {
  right: -1.4rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel.u-relatedSec .slick-next {
    right: -1.1rem;
  }
}
.u-cardCarousel.u-relatedSec .slick-prev {
  left: -1.3rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel.u-relatedSec .slick-prev {
    left: -1.1rem;
  }
}
.u-cardCarousel.u-recommend {
  margin: 5rem 0 10rem;
}
.u-cardCarousel.u-recommend .slick-next {
  right: -1.4rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel.u-recommend .slick-next {
    right: -1.1rem;
  }
}
.u-cardCarousel.u-recommend .slick-prev {
  left: -1.3rem;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel.u-recommend .slick-prev {
    left: -1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .u-cardCarousel {
    margin-left: 0;
    margin-right: 0;
  }
}
.u-cardCarousel__mainTitle {
  margin-bottom: 3.5rem;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__mainTitle {
    font-size: 2.3rem;
    font-weight: 500;
  }
}
.u-cardCarousel__container {
  margin-bottom: 5rem;
}
.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;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .u-cardCarousel__link:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.9;
    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 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;
  }
  .u-cardCarousel__link:hover .u-cardCarousel__title {
    opacity: 0.5;
  }
  .u-cardCarousel__link:hover .u-cardCarousel__detail {
    opacity: 0.5;
  }
}
.u-cardCarousel__link[target=_blank] .u-cardCarousel__detail::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/externalLink_icon_red.png) center center/contain no-repeat;
}
.u-cardCarousel__thumb {
  overflow: hidden;
}
.u-cardCarousel__image {
  margin-bottom: 0;
}
.u-cardCarousel__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__image img {
    height: 20rem;
  }
}
.u-cardCarousel__caption {
  line-height: 1.7;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__caption {
    padding: 1rem 0;
  }
}
.u-relatedSec .u-cardCarousel__caption {
  padding: 1rem 0;
}
.u-cardCarousel__day {
  display: block;
  color: #5A5A5A;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.u-cardCarousel__title {
  color: #010101;
  font-size: 1.4rem;
  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;
}
.u-cardCarousel__captionText {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-cardCarousel__detailWrap {
  text-align: right;
}
.u-cardCarousel__detail {
  position: relative;
  font-size: 1.3rem;
  font-weight: 800;
  color: #C20638;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  border-bottom: 2px solid #C20638;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__detail {
    padding-right: 0;
  }
}
.u-cardCarousel__detail:after {
  content: "";
  display: inline-block;
  margin-left: 0.8rem;
  position: relative;
  top: 0.1rem;
  width: 1.6rem;
  height: 1.2rem;
  background-image: url(../images/layout/slide_arrow_red.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .u-cardCarousel__detail:after {
    right: 0.5rem;
  }
}
.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: #073C2F;
}
.u-cardCarousel .swiper-button-prev,
.u-cardCarousel .swiper-button-next {
  z-index: 1;
  top: 14rem;
  background: #073C2F;
  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 #073C2F;
    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 #073C2F;
    border-right: 1px solid #073C2F;
  }
}
.u-cardCarousel .swiper-button-prev {
  left: -1rem;
}
@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: -1rem;
}
@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-slide {
  padding: 0 0.5rem;
}
.topPageConcept__sliderList .slick-slide, .conceptPage__sliderList .slick-slide {
  padding: 0;
}

.slick-arrow {
  position: absolute;
  top: 12rem;
  z-index: 1;
  font-size: 0;
  padding: 1rem;
  background: #073C2F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 5rem;
  height: 5rem;
  background: url(../images/common/icon_topSliderPrev.png) center/cover no-repeat;
}
.slick-arrow:focus {
  outline: none;
}
@media screen and (min-width: 769px) {
  .slick-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .slick-arrow {
    top: 10rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.topPageNews_slickList .slick-arrow {
  top: 25%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (min-width: 1750px) {
  .topPageNews_slickList .slick-arrow {
    top: 28%;
  }
}
@media screen and (max-width: 1350px) {
  .topPageNews_slickList .slick-arrow {
    top: 23%;
  }
}
@media screen and (max-width: 768px) {
  .topPageNews_slickList .slick-arrow {
    top: 28%;
  }
}
.connection_slickList .slick-arrow, .recommend_slickList .slick-arrow {
  top: 8rem;
}
.slick-next {
  right: -0.5rem;
  left: auto;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: -1rem;
  }
}
.topPageNews_slickList .slick-next {
  right: -1.6rem;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 768px) {
  .topPageNews_slickList .slick-next {
    right: -1rem;
  }
}
.slick-next::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.slick-prev {
  left: -0.5rem;
  right: auto;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: -1rem;
  }
}
.topPageNews_slickList .slick-prev {
  left: -1.6rem;
}
@media screen and (max-width: 768px) {
  .topPageNews_slickList .slick-prev {
    left: -1rem;
  }
}
.slick-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

.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;
}
.slick-dots li {
  margin-top: 4rem;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    margin-top: 3rem;
  }
}
.slick-dots li::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.slick-dots li.slick-active::after {
  width: 1rem;
  height: 1rem;
  background: #073C2F;
  opacity: 1;
}

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

/*-------------------------------------------
空室検索
-------------------------------------------*/
.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: 0;
  z-index: 200;
  width: 58rem;
  background: #073C2F;
  -webkit-transform: translateX(calc(100% - 7.4rem));
          transform: translateX(calc(100% - 7.4rem));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.topPageFvSlider__searchBtnContent.js-show {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__searchBtnContent {
    display: block;
    width: 100%;
    max-height: 80vh;
    top: auto;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateX(0) translateY(calc(100% - 5.6rem));
            transform: translateX(0) translateY(calc(100% - 5.6rem));
  }
  .topPageFvSlider__searchBtnContent.js-show {
    overflow-y: scroll;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

.search__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.search__bg.js-show {
  display: block;
}
.search__ttlArea {
  -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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 8rem;
  padding: 5rem 1.5rem 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.search__ttlArea::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #C20638;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .search__ttlArea {
    width: 100%;
    height: 5.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 6rem 0.8rem;
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
  }
  .search__ttlArea::before {
    width: 100%;
    height: 3px;
  }
}
.search__subTtl {
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 0.2rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .search__subTtl {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}
.search__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  margin: 0;
}
@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.4rem;
  }
}
.search__ttl::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.6rem;
  background: url(../images/common/calender_icon.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .search__ttl::before {
    margin: 0 0.4rem 0 0;
  }
}
.search__container {
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search__container {
    padding: 2rem;
    border-left: none;
  }
}
.search__container::before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .search__container::before {
    width: 80%;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .search__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search__field {
  margin-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .search__field {
    width: calc((100% - 1.5rem) / 2);
    margin: 0 0 1.5rem 0;
  }
}
.search__field legend {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .search__field legend {
    font-size: 1.4rem;
  }
}
.search__field input {
  width: 14.7rem;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.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: 0.8rem 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  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;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .search__field select {
    width: 100%;
    padding: 1.35rem 4.4rem;
    font-size: 1.6rem;
  }
}
.search__btn {
  position: relative;
}
.search__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  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: 50%;
  width: 0.9rem;
  height: 1.2rem;
  background: url(../images/common/search_icon_base.png) center center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .search__btn::after {
    right: 13.5rem;
  }
}
@media screen and (min-width: 769px) {
  .search__btn:hover::before {
    bottom: 0;
    right: 0;
  }
}
.search__btn input {
  padding: 0.9rem 2.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.18rem;
  text-align: center;
  border-radius: 3.5rem;
  color: #073C2F;
  background: #fff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .search__btn input:hover {
    background: #d9e8e8;
  }
}
@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;
}
@media screen and (max-width: 768px) {
  .search__linkArea {
    display: block;
  }
}
.search__linkBtnWrap:first-child, .search__linkBtnWrap:nth-child(2) {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 768px) {
  .search__linkBtnWrap:first-child, .search__linkBtnWrap:nth-child(2) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.search__linkBtn {
  position: relative;
  display: block;
  padding: 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;
}
@media screen and (max-width: 768px) {
  .search__linkBtn {
    font-size: 1.4rem;
    letter-spacing: 0.22em;
    text-align: center;
  }
}
.search__linkBtn:after {
  content: "";
  display: block;
  width: 3.1rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  background-image: url(../images/layout/btn_arrow_baseWhite.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .search__linkBtn:hover {
    color: #073C2F;
    background: #fff;
  }
  .search__linkBtn:hover:after {
    background-image: url(../images/layout/btn_arrow_baseGreen.png);
  }
}
.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;
  }
}

.children {
  display: none;
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .search__field select {
    padding: 1.35rem 5rem 1.35rem 6.7rem;
  }
}

.u-bg__shippoumon {
  position: relative;
  z-index: 1;
}
.u-bg__shippoumon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/layout/bgPattern/bgPattern_seigaiha.png");
  background-position: bottom left;
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .u-bg__shippoumon {
    position: relative;
    z-index: 1;
  }
  .u-bg__shippoumon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/layout/bgPattern/bgPattern_seigaiha_sp.png");
    background-position: bottom left;
    background-size: cover;
    background-repeat: repeat;
  }
}

.u-bg_kuzushi {
  position: relative;
  z-index: 1;
}
.u-bg_kuzushi::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/layout/bgPattern/bgPattern_kuzushi.png");
  background-position: bottom left;
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .u-bg_kuzushi {
    position: relative;
    z-index: 1;
  }
  .u-bg_kuzushi::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/layout/bgPattern/bgPattern_kuzushi-sp.png");
    background-position: bottom left;
    background-size: cover;
    background-repeat: repeat;
  }
}

.u-bg__seigaiha {
  position: relative;
  z-index: 1;
}
.u-bg__seigaiha::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/layout/bgPattern/bgPattern_seigaiha.png");
  background-position: bottom left;
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .u-bg__seigaiha {
    position: relative;
    z-index: 1;
  }
  .u-bg__seigaiha::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/layout/bgPattern/bgPattern_seigaiha_sp.png");
    background-position: bottom left;
    background-size: cover;
    background-repeat: repeat;
  }
}

.topPageSpend .u-bg__shippoumon {
  padding-top: 6rem;
}
.topPageSpend .u-bg__shippoumon:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: calc(100% + 5rem) auto;
          mask-size: calc(100% + 5rem) auto;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-bg__shippoumon:after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.024' height='1072.975' viewBox='0 0 796.024 1072.975'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(12112.498 7623.975)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12112.498 -7623.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='795' height='993' transform='translate(-12112 -7544)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.024' height='1072.975' viewBox='0 0 796.024 1072.975'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(12112.498 7623.975)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12112.498 -7623.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='795' height='993' transform='translate(-12112 -7544)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-bg__shippoumon {
    padding-top: 4rem;
  }
}
.topPageNews .u-bg__shippoumon {
  padding-top: 6rem;
}
.topPageNews .u-bg__shippoumon:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: calc(100% + 5rem) auto;
          mask-size: calc(100% + 5rem) auto;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topPageNews .u-bg__shippoumon:after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.024' height='1072.975' viewBox='0 0 796.024 1072.975'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(12112.498 7623.975)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12112.498 -7623.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='795' height='993' transform='translate(-12112 -7544)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.024' height='1072.975' viewBox='0 0 796.024 1072.975'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(12112.498 7623.975)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12112.498 -7623.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='795' height='993' transform='translate(-12112 -7544)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 768px) {
  .topPageNews .u-bg__shippoumon {
    padding-top: 4rem;
  }
}

.u-bg__waveMask:before, .u-bg__waveMask02:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 7vw);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #E6DFD2;
  z-index: -1;
}
.u-bg__waveMask .bg__waveMask_itemTop, .u-bg__waveMask02 .bg__waveMask_itemTop {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  bottom: unset;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: calc(100% + 5rem) auto;
          mask-size: calc(100% + 5rem) auto;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #E6DFD2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bg__waveMask .bg__waveMask_itemTop, .u-bg__waveMask02 .bg__waveMask_itemTop {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.025' height='660.975' viewBox='0 0 796.025 660.975'%3E%3Cg id='Group_1186' data-name='Group 1186' transform='translate(12468 7260.975)'%3E%3Cpath id='Path_1039' data-name='Path 1039' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12467.999 -7260.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_847' data-name='Rectangle 847' width='796' height='593' transform='translate(-12468 -7193)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.025' height='660.975' viewBox='0 0 796.025 660.975'%3E%3Cg id='Group_1186' data-name='Group 1186' transform='translate(12468 7260.975)'%3E%3Cpath id='Path_1039' data-name='Path 1039' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12467.999 -7260.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_847' data-name='Rectangle 847' width='796' height='593' transform='translate(-12468 -7193)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.u-bg__waveMask .bg__waveMask_itemBot, .u-bg__waveMask02 .bg__waveMask_itemBot {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 100%;
  height: 100%;
  bottom: unset;
  background-color: #E6DFD2;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: calc(100% + 5rem) auto;
          mask-size: calc(100% + 5rem) auto;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #E6DFD2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bg__waveMask .bg__waveMask_itemBot, .u-bg__waveMask02 .bg__waveMask_itemBot {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.025' height='660.975' viewBox='0 0 796.025 660.975'%3E%3Cg id='Group_1186' data-name='Group 1186' transform='translate(12468 7260.975)'%3E%3Cpath id='Path_1039' data-name='Path 1039' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12467.999 -7260.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_847' data-name='Rectangle 847' width='796' height='593' transform='translate(-12468 -7193)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='796.025' height='660.975' viewBox='0 0 796.025 660.975'%3E%3Cg id='Group_1186' data-name='Group 1186' transform='translate(12468 7260.975)'%3E%3Cpath id='Path_1039' data-name='Path 1039' d='M727.033,4.7c-23.5,0-23.5,1.413-47,1.413s-23.5.92-47,.92-23.5,1.946-47,1.946-23.5-3.961-47-3.961-23.5,3.994-47,3.994-23.5-7.131-47-7.131-23.5,6.7-47,6.7-23.5-5.216-47-5.216-23.5-.261-47-.261-23.5,8.521-47,8.521-23.5-3.263-47-3.263S186.525,0,163.024,0s-23.5,6.376-47,6.376-23.5-2.361-47-2.361-23.5,7.129-47.008,7.129c-9.085,0-15.977,2.009-22.009,3.545v70.3H796.024V6.377C790.681,3.842,784.314.385,774.03.385c-23.5,0-23.5,4.317-47,4.317' transform='translate(-12467.999 -7260.975)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_847' data-name='Rectangle 847' width='796' height='593' transform='translate(-12468 -7193)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.u-bg__waveMask02 .bg__waveMask_itemBot, .u-bg__waveMask02 .bg__waveMask_itemTop {
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1336px) and (max-width: 1980px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 1981px) {
  html {
    font-size: 0.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html:lang(en) .anchorLinkSec__flexItem {
    height: auto;
    min-height: 6.5rem;
  }
  html:lang(en) .anchorLinkSec .u-button__arrow .u-button__arrowText {
    padding: 0.5rem 3.5rem 0.5rem 2rem;
  }
}
html:lang(en) .u-room_info__listItemLabelText {
  font-size: 1.2rem;
}
html:lang(en) .u-room_info__listItemLabelText .u-room_info__listItemLabelTextSpan {
  font-size: 1rem;
}
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.5rem 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%;
    padding: 0.7rem 1rem;
  }
}
@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:lang(en) .topPageFvSlider__searchBtnContent {
  width: 63rem;
  -webkit-transform: translateX(calc(100% - 6.7rem));
          transform: translateX(calc(100% - 6.7rem));
}
html:lang(en) .topPageFvSlider__searchBtnContent.js-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  html:lang(en) .topPageFvSlider__searchBtnContent {
    width: 100%;
    -webkit-transform: translateX(0) translateY(calc(100% - 6.5rem));
            transform: translateX(0) translateY(calc(100% - 6.5rem));
  }
  html:lang(en) .topPageFvSlider__searchBtnContent.js-show {
    overflow-y: scroll;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@media screen and (max-width: 768px) {
  html:lang(en) .search__ttlArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 6.6rem;
  }
}
html:lang(en) #search-submit {
  letter-spacing: 0.05rem;
}
html:lang(en) #msta_lang_ja {
  color: rgba(7, 60, 47, 0.5);
}
html:lang(en) #msta_lang_en {
  color: #073C2F;
}
html:lang(en) .topPageFvSlider__captionText {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: center;
}

#msta_lang_ja {
  color: #073C2F;
}

#msta_lang_en {
  color: rgba(7, 60, 47, 0.5);
}

body {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #000;
  background-color: #F4F2EC;
}

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: 7.8rem;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .siteContent {
    padding-top: 6rem;
  }
}
.is_login_user .siteContent {
  padding-top: calc(4rem + 46px);
}
@media screen and (max-width: 768px) {
  .is_login_user .siteContent {
    padding-top: 6rem;
  }
}

.u-contentCenter {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 103rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-contentCenter {
    padding-left: 2rem;
    padding-right: 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
------------------------------------------------*/
/*-----------------------------------------------
ページネーション
------------------------------------------------*/
.jp-previous,
.jp-next {
  font-size: 1.4rem;
  cursor: pointer;
}

.jp-previous {
  padding: 0.7rem 1.3rem;
  font-size: 1.4rem;
  border: 1px solid #362e2b;
}
.jp-previous::before {
  content: "";
  display: inline-block;
  margin-right: 0.6rem;
  width: 2rem;
  height: 1.2rem;
  background: url(../images/common/arrow_icon_black-02.png) center center/contain no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.jp-next {
  right: 0;
  padding: 0.7rem 1.3rem;
  font-size: 1.4rem;
  border: 1px solid #362e2b;
}
.jp-next::after {
  content: "";
  display: inline-block;
  margin-left: 0.6rem;
  width: 2rem;
  height: 1.2rem;
  background: url(../images/common/arrow_icon_black-02.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

.holder a {
  cursor: pointer;
  text-decoration: none;
  font-size: 1.4rem;
  color: #000 !important;
  border: 1px solid #073C2F;
  margin: 0 0.5rem;
  padding: 0.7rem 1.3rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.holder a.jp-current {
  color: #fff !important;
  background: #073C2F;
}

.holder a:hover {
  background: #073C2F;
  color: #fff !important;
}

.holder a.jp-previous:hover::before {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.holder a.jp-next:hover::after {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.holder .jp-current,
.holder a.jp-current:hover {
  border: 1px solid #073C2F;
  color: #fff;
  background: #073C2F;
  margin: 0 0.5rem;
  padding: 0.7rem 1.3rem;
}

/*-----------------------------------------------
404
------------------------------------------------*/
.errorPage {
  padding-bottom: 5rem;
}
.errorPage .u-articleText {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .errorPage .u-articleText {
    text-align: left;
  }
}

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

.topPageSec__titleWrap {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .topPageSec__titleWrap {
    padding-top: 3.8rem;
    padding-bottom: 2.8rem;
    margin-bottom: 3rem;
  }
}
.topPageSec__titleWrap.u-bg__seigaiha {
  margin-bottom: 3rem;
}
.topPageSec__titleWrap.waved .u-secTitleJp__center:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='764.346' viewBox='0 0 2480 764.346'%3E%3Cg id='Group_1185' data-name='Group 1185' transform='translate(6762 7247.346)'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M0,119.328V9.464c30.255-25.316,45.527,8.172,88.582,8.172,44.29,0,44.29-9.506,88.581-9.506s44.289,7.789,88.578,7.789,44.287,4.686,88.575,4.686,44.286-.635,88.571-.635S487.174,8.2,531.461,8.2s44.288,4.277,88.576,4.277,44.286-2.949,88.571-2.949,44.288,6.686,88.575,6.686,44.286-7.553,88.572-7.553,44.284-2.774,88.569-2.774,44.283,11.539,88.566,11.539,44.283-3.823,88.565-3.823,44.286,10.323,88.571,10.323,44.285-13.54,88.571-13.54S1372.884,5.1,1417.169,5.1s44.286,13.792,88.57,13.792,44.286-.423,88.571-.423,44.284-8.445,88.57-8.445,44.284,10.849,88.57,10.849,44.285-11.542,88.569-11.542S1904.3,15.8,1948.589,15.8s44.283-6.413,88.567-6.413,44.286,3.151,88.571,3.151,44.284,1.488,88.567,1.488,44.284,2.287,88.567,2.287,44.284,6.989,88.567,6.989,50.884-32.7,82.923-3.1c2.15,1.986,4.017,3.861,5.647,5.652v93.476Z' transform='translate(-6762 -7247.346)' fill='%23e6dfd2'/%3E%3Crect id='Rectangle_845' data-name='Rectangle 845' width='2480' height='655' transform='translate(-6762 -7138)' fill='%23e6dfd2'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top center;
          mask-position: top center;
}
.topPageSec .u-cardCarousel {
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .topPageSec .u-cardCarousel {
    padding-top: 0;
  }
}

/*-------------------------------------------
トップページFV
-------------------------------------------*/
.topPageFvSlider {
  margin-bottom: 1rem;
  min-height: 58rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider {
    min-height: 0;
  }
}
.topPageFvSlider__container:before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.14);
  z-index: 2;
}
.topPageFvSlider__container:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 12.86%;
  background: url(../images/layout/slider_bottom_wave.png) center/cover no-repeat;
  z-index: 2;
}
.topPageFvSlider__headLabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 11.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__headLabel {
    padding-top: 27.2%;
  }
}
.topPageFvSlider__headLabelFig {
  width: 100%;
  max-width: 40rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__headLabelFig {
    max-width: 34.2rem;
  }
}
.topPageFvSlider__headLabelImg {
  width: 100%;
  height: auto;
}
.topPageFvSlider__item {
  position: relative;
}
.topPageFvSlider__thumb {
  height: 0;
  position: relative;
  padding-top: 52%;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__thumb {
    padding-top: 133.33%;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  .topPageFvSlider__thumb {
    min-height: auto;
  }
}
.topPageFvSlider__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageFvSlider__caption {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 2;
  text-shadow: 0 0 31.2px rgba(13, 62, 103, 0.51);
  z-index: 2;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__caption {
    top: 52%;
    letter-spacing: 0.15em;
  }
}
.topPageFvSlider__caption .js-showitem span {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.topPageFvSlider__caption .js-showitem span.is-show {
  -webkit-animation: letter-glow 0.8s 0s ease both;
  animation: letter-glow 0.8s 0s ease both;
}
.topPageFvSlider__captionText {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
}
.topPageFvSlider__logoImg {
  margin-top: 9rem;
  width: 42.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__logoImg {
    margin-top: 6.5rem;
    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.08em;
  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.08em;
}
@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-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 1rem;
  }
}
.topPageFvSlider .swiper-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-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-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-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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.topPageFvSlider__scroll {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 100;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  max-height: 11.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scroll {
    width: 100%;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scroll {
    position: relative;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    max-height: 11.5rem;
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.topPageFvSlider__scrollLink {
  padding-bottom: 9rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  .topPageFvSlider__scrollLink {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
.topPageFvSlider__scrollLink::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 8rem;
  background: #fff;
  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 (min-width: 769px) {
  .topPageFvSlider__scrollLink::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink::after {
    animation: none;
    -webkit-animation: none;
    background: #fff;
    height: 11rem;
    bottom: -2rem;
    left: 1.8rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover {
    color: #fff;
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover::after {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .topPageFvSlider__scrollLink:hover::after {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink {
    padding-bottom: 10rem;
    display: inline-block;
    position: absolute;
    left: 1.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.5rem;
    z-index: 2;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    overflow: inherit;
    bottom: -3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageFvSlider__scrollLink::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 44%;
    width: 1px;
    height: 11rem;
    background: #fff;
  }
}
.topPageFvSlider .topImgLineWrap {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
}
.topPageFvSlider .topImgLine {
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #947151;
}
.topPageFvSlider .topImgLine:nth-of-type(2) {
  background-color: #073C2F;
}

/*-------------------------------------------
トップページ動画
-------------------------------------------*/
.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: #000;
  width: 100%;
  margin-left: auto;
  position: relative;
  padding: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .topPageEmergency {
    max-width: none;
    margin-left: 0;
    padding: 2rem;
  }
}
.topPageEmergency__close {
  color: #fff;
  position: absolute;
  right: 3rem;
  top: 2rem;
  z-index: 1;
  font-size: 3rem;
}
@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 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__title {
    font-size: 1.4rem;
  }
}
.topPageEmergency__titleIcon {
  max-width: 3rem;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.3rem;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__titleIcon {
    top: -0.4rem;
  }
}
.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.3rem;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .topPageEmergency__text {
    font-size: 1.2rem;
    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.3rem;
  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.2rem;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    margin-left: auto;
  }
}

/*-------------------------------------------
おすすめプラン
-------------------------------------------*/
.topPageRecommendSec {
  background-color: #E6DFD2;
  padding-bottom: 0.79rem;
  margin-bottom: calc(5vw + 7.5rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec {
    margin-bottom: 7.5rem;
    padding-bottom: 4.75rem;
  }
}
.topPageRecommendSec::after {
  content: "";
  position: absolute;
  top: calc(100% - 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5vw;
  width: 100%;
  display: block;
  z-index: -1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2480' height='119.327' viewBox='0 0 2480 119.327'%3E%3Cpath id='Path_1033' data-name='Path 1033' d='M0,0V109.863c30.255,25.316,45.527-8.172,88.582-8.172,44.29,0,44.29,9.506,88.581,9.506s44.289-7.789,88.578-7.789,44.287-4.686,88.575-4.686,44.286.635,88.571.635,44.287,11.769,88.574,11.769,44.288-4.277,88.576-4.277,44.286,2.949,88.571,2.949,44.288-6.686,88.575-6.686,44.286,7.553,88.572,7.553,44.284,2.774,88.568,2.774,44.283-11.539,88.566-11.539,44.283,3.823,88.565,3.823S1195.74,95.4,1240.026,95.4s44.286,13.54,88.571,13.54,44.286,5.282,88.572,5.282,44.286-13.792,88.57-13.792,44.286.423,88.571.423,44.284,8.445,88.57,8.445,44.284-10.849,88.57-10.849,44.285,11.541,88.569,11.541,44.285-6.465,88.571-6.465,44.283,6.413,88.568,6.413,44.285-3.15,88.571-3.15,44.285-1.488,88.568-1.488,44.283-2.287,88.567-2.287,44.284-6.989,88.568-6.989,50.884,32.7,82.923,3.1c2.151-1.986,4.017-3.861,5.647-5.652V0Z' fill='%23e6dfd2'/%3E%3C/svg%3E%0A") center/calc(100% + 5rem) auto no-repeat;
}
.topPageRecommendSec .u-cardCarousel__image img {
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageRecommendSec .u-cardCarousel__image img {
    height: 21.4rem;
  }
}
.topPageRecommendSec .u-cardCarousel__container {
  margin-bottom: 0;
}

/*-------------------------------------------
バナーエリア
-------------------------------------------*/
.topPageBnr {
  margin: 6rem auto;
}
.topPageBnr__list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
.topPageBnr__listItem {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .topPageBnr__listItem {
    width: 100%;
  }
}
.topPageBnr__listItemLink {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .topPageBnr__listItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .topPageBnr__listItemLink {
    padding: 0;
  }
}

/*-------------------------------------------
おすすめポイント
-------------------------------------------*/
.topPagePoint {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint {
    margin-bottom: 7.5rem;
  }
}
.topPagePoint__flexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.8rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRight {
    gap: 1.5rem;
  }
}
.topPagePoint__flexRight:first-child {
  margin-top: 0;
}
.topPagePoint__flexRight:last-child {
  margin-bottom: 0;
}
.topPagePoint__flexRight:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@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: 5rem 0;
  }
  .topPagePoint__flexRight:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRightBodyWrap {
    width: 100%;
  }
}
.topPagePoint__flexRightBodyWrap .u-button__arrow {
  margin-top: 2.5rem;
}
.topPagePoint__flexRightBodyWrap a[href^="#"]::after {
  top: 49%;
  right: 2.1rem;
  margin: 0 auto;
}
.topPagePoint__flexNum {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  color: #073C2F;
  position: relative;
}
.topPagePoint__flexNum span {
  font-size: 1.6rem;
}
.topPagePoint__flexNum .topPagePoint__spanNum {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.5rem;
  background: url(../images/common/icon_spanNumBg.svg) center/cover no-repeat;
  width: 2.7rem;
  height: 2.7rem;
  color: #fff;
  font-size: 1.3rem;
}
.topPagePoint__flexTitleEn {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 300;
  color: #073C2F;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleEn {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
}
.topPagePoint__flexTitleJp {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.55;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexTitleJp {
    font-size: 1.8rem;
    display: inline;
  }
}
.topPagePoint__flexText {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexText {
    padding-top: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .topPagePoint__spImgWrap {
    margin: 2.4rem 0 1rem;
  }
}
.topPagePoint__flexRightImgWrap {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .topPagePoint__flexRightImgWrap {
    width: 100%;
  }
}
.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 {
  margin-left: 0;
}

/*-------------------------------------------
おすすめの過ごし方
-------------------------------------------*/
.topPageSpend {
  padding-bottom: 8.5rem;
  position: relative;
  margin-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
.topPageSpend .u-cardCarousel__container {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageSpend {
    padding: 0 0 5.85rem;
    margin-bottom: 6.7rem;
  }
}
.topPageSpend__title {
  text-align: center;
  margin-bottom: 3.4rem;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", 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;
  }
}
.topPageSpend .u-cardCarousel__image img {
  height: 27rem;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-cardCarousel__image img {
    height: 21.4rem;
  }
}
.topPageSpend .u-button__arrow {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .topPageSpend .u-button__arrow {
    margin-left: 0;
    margin-right: 0;
  }
}

/*-------------------------------------------
トップページ施設紹介
-------------------------------------------*/
.topPageFacility {
  position: relative;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .topPageFacility {
    padding-top: 4rem;
  }
}
.topPageFacility__ttlArea {
  text-align: center;
  margin-bottom: 5rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .topPageFacility__ttlArea {
    margin-bottom: 1rem;
  }
}
.topPageFacility .u-topPageFacilityImg {
  height: 41rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageFacility .u-topPageFacilityImg {
    height: 22rem;
  }
}
.topPageFacility .u-articleButton.js-moreButton.js-moreButtonLineHide {
  margin-top: 6rem;
}

/*-------------------------------------------
館内マップ
-------------------------------------------*/
.topPageFloor {
  text-align: center;
  padding-bottom: 7.5rem;
}
.topPageFloor .u-secText__center {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageFloor .u-secText__center {
    margin-bottom: 1rem;
  }
}
.topPageFloor .u-button__arrow {
  margin-top: 0;
}
.topPageFloor__thumb {
  display: block;
  width: 100%;
  max-width: 101rem;
  margin: 0 auto 3rem;
}
.topPageFloor__thumbImg {
  -o-object-fit: cover;
     object-fit: cover;
}
/*-------------------------------------------
イベント
-------------------------------------------*/
.topPageEvent {
  background-color: #E6DFD2;
  padding-bottom: 5rem;
  margin-bottom: 7.5rem;
}
.topPageEvent .u-cardCarousel__container {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageEvent {
    margin-top: 4.5rem;
  }
}
.topPageEvent .u-cardCarousel__image img {
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageEvent .u-cardCarousel__image img {
    height: 21.4rem;
  }
}

/*-------------------------------------------
お知らせ
-------------------------------------------*/
.topPageNews {
  padding-bottom: 8.5rem;
  position: relative;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .topPageNews {
    padding-bottom: 5.85rem;
  }
}
.topPageNews .u-cardCarousel__container {
  margin-bottom: 0;
}
.topPageNews .u-cardCarousel {
  width: 100%;
  margin: 0 auto;
}
.topPageNews .u-cardCarousel__image {
  position: relative;
  height: 0;
  padding-top: 64.15%;
}
.topPageNews .u-cardCarousel__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPageNews .swiper-button-prev,
.topPageNews .swiper-button-next {
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .topPageNews .swiper-button-prev,
  .topPageNews .swiper-button-next {
    top: 10rem;
  }
}
.topPageNews .swiper-button-prev {
  left: -2rem;
}
.topPageNews .swiper-button-next {
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .topPageNews .swiper-pagination04 {
    bottom: 3rem;
  }
}
/*-------------------------------------------
コンセプト
-------------------------------------------*/
.topPageConcept__ttlArea {
  margin-bottom: 5rem;
}
.topPageConcept .u-secText {
  margin-bottom: 2.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2.14;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText {
    margin-bottom: 4rem;
    text-align: left;
  }
}
.topPageConcept__youtubeWrap {
  margin: 0 auto 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageConcept__youtubeWrap {
    width: 100%;
    padding: 0 2rem;
    margin: 6.5rem auto 0;
  }
}
.topPageConcept__youtubeWrap iframe {
  width: 100%;
  max-width: 70rem;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .topPageConcept__youtubeWrap iframe {
    height: 19rem;
  }
}
.topPageConcept__slider {
  margin-bottom: 7.5rem;
}
.topPageConcept__sliderItemImg {
  height: 46rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topPageConcept__sliderItemImg {
    height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .topPageConcept .u-secText__center {
    line-height: 2.14;
    margin-bottom: 4rem;
  }
}

/*-------------------------------------------
アクセス
-------------------------------------------*/
.topPageAccess {
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageAccess {
    text-align: left;
    padding-top: 2rem;
  }
}
.topPageAccess .u-button__arrow {
  margin-top: 2.5rem;
}
.topPageAccess__map {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .topPageAccess__map {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.topPageAccess__map iframe {
  width: 100% !important;
  height: 33rem !important;
}
@media screen and (max-width: 768px) {
  .topPageAccess__map iframe {
    height: 19rem !important;
  }
}
.topPageAccess__title {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  padding-bottom: 1rem;
}
.topPageAccess__text {
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*-------------------------------------------
トップページFV
-------------------------------------------*/
.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-topPageFacilityTitle {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityTitle {
    font-size: 4.2rem;
  }
}

.u-topPageFacilityText {
  padding-top: 3rem;
  margin-bottom: 5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityText {
    font-size: 1.4rem;
    text-align: left;
  }
}

.u-topPageFacilityIcon {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon01 {
    width: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon02 {
    width: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon03 {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacilityIcon.facilityIcon04 {
    width: 4.5rem;
  }
}

.u-banner {
  width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u-banner {
    padding: 0 2rem;
    width: 100%;
  }
}
.u-banner a {
  text-align: center;
  display: inline-block;
  padding: 3rem 5rem;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .u-banner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .u-banner a {
    padding: 0;
  }
}

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

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent:first-child {
    margin-top: 4rem;
  }
}
.u-topPageFacility__AmusementContent .u-topPageFacility__AmusementFlexWrap {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent .u-topPageFacility__AmusementFlexWrap {
    margin-bottom: 0;
  }
}
.u-topPageFacility__AmusementContent .u-topPageFacility__txtWrap {
  width: 100%;
}
.u-topPageFacility__AmusementContent.u-column1 {
  width: 100%;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__AmusementFlexWrap {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__AmusementFlexWrap {
    width: 100%;
  }
}
.u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__txtWrap {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__txtWrap {
    width: 100%;
  }
}
.u-topPageFacility__AmusementContent.u-column1 .u-topPageFacility__txtWrap .u-button__arrow {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent.u-column1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__AmusementContent {
    text-align: left;
  }
}

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

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

.u-topPageFacility__AmusementTitle {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.74;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.u-topPageFacility__AmusementText {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 2.5rem;
  font-family: "Noto Serif JP", serif;
}

.u-topPageFacility__blockTexts {
  margin-top: 6rem;
}
.u-topPageFacility__blockTextsTitle {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.u-topPageFacility__blockTextsText {
  font-size: 1.4rem;
}
.u-topPageFacility__blockTable {
  margin-top: 6rem;
}
.u-topPageFacility__blockTableTitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.u-topPageFacility__blockTableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-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;
}
.u-topPageFacility__blockTableBody {
  display: inline-table;
  width: 100%;
}
.u-topPageFacility__blockTableBody tr {
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}
.u-topPageFacility__blockTableBody tr:last-child {
  border-bottom: 1px solid #BFBFBF;
}
.u-topPageFacility__blockTableItemLeft {
  width: 16.67%;
  padding: 2.4rem 1rem;
  background-color: #073C2F;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #BFBFBF;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__blockTableItemLeft {
    width: 27.76%;
  }
}
.u-topPageFacility__blockTableItemRight {
  width: 83.33%;
  padding: 1.5rem;
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-topPageFacility__blockTableItemRight {
    width: 72.24%;
  }
}

/*-------------------------------------------
フォトギャラリー
-------------------------------------------*/
.topPageGallery {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .topPageGallery {
    padding-top: 2rem;
  }
}
.topPageGallery .u-cardCarousel__container {
  margin-bottom: 0;
}
.topPageGallery .u-cardCarousel__thumb {
  display: block;
}
.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;
  }
}

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

/* モーダルウィンドウ */
.modal {
  width: 86%;
  padding: 4rem 4rem;
  background: #F4F2EC;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 51;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
  font-size: 4rem;
  color: #073C2F;
}
@media screen and (max-width: 768px) {
  .modal__close {
    font-size: 3rem;
    top: 0;
    right: 1rem;
  }
}
.modal__title {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", 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.08em;
  font-family: "Noto Serif JP", serif;
}
.modal__text a {
  color: #C20638;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .modal__text a:hover {
    opacity: 0.7;
  }
}
.modal__text a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: 0 0.3rem;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/externalLink_icon_base.png) center center/contain no-repeat;
}

.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 Serif JP", 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.08em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
}
.galleryModal__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../images/layout/modalLink_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-contentSeparation {
  position: relative;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .u-contentSeparation {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .u-contentSeparation::after {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.u-contentSeparation__none {
  padding-bottom: 0;
}
.u-contentSeparation__none::after {
  display: none;
}

.is_frontpage .u-contentCenter {
  max-width: 83.4%;
}
@media screen and (max-width: 768px) {
  .is_frontpage .u-contentCenter {
    max-width: none;
  }
}

.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 {
  margin-bottom: 5rem;
}
.faqPage__top .topPageFvSlider__searchBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .faqPage__top .topPageFvSlider__searchBtn {
    display: block;
  }
}
.faqPage__topTitle {
  margin-bottom: 2.8rem;
}
@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.8rem;
    line-height: 1.1;
  }
}
.faqPage__topItemLink {
  border-bottom: 1px solid #073C2F;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (min-width: 769px) {
  .faqPage__topItemLink:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .faqPage__topItemLink {
    padding-bottom: 0.2rem;
  }
}
.faqPage__topItemText {
  font-size: 1.3rem;
  position: relative;
  padding-right: 1.2rem;
  font-weight: 500;
}
.faqPage__topItemText:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
  background: url(../images/common/anchor_arrow_base.png) center center/contain no-repeat;
}
.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: 2px solid #073C2F;
}
.faqPage__mainTitle {
  margin-bottom: 6rem;
  font-size: 2.3rem;
  text-align: left;
  padding-top: 8.5rem;
}
@media screen and (max-width: 768px) {
  .faqPage__mainTitle {
    margin-bottom: 4.2rem;
  }
}
.is_login_user .faqPage__mainTitle {
  padding-top: calc(8.5rem + 32px);
}
.faqPage__mainItemTitleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 3rem 2rem 0;
  border-top: 2px solid #073C2F;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
.faqPage__mainItemTitleNumber {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 1rem;
  color: #073C2F;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemTitleNumber {
    font-size: 1.5rem;
    margin-right: 1.1rem;
  }
}
.faqPage__mainItemTitleText {
  font-size: 1.4rem;
  font-weight: 600;
}
.faqPage__mainItemContents {
  background-color: #E6DFD2;
  padding: 2.4rem 2rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemContents {
    padding: 3rem 2rem 4rem;
  }
}
.faqPage__mainItemContentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqPage__mainItemContentsTextEn {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 0.5rem;
  line-height: 1.6;
  color: #073C2F;
}
@media screen and (max-width: 768px) {
  .faqPage__mainItemContentsTextEn {
    margin-right: 0.8rem;
    font-size: 1.5rem;
  }
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea {
  margin-bottom: 0;
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea p {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.04em;
}
.faqPage__mainItemContentsTextArea.u-wysiwygArea ul li,
.faqPage__mainItemContentsTextArea.u-wysiwygArea ol li {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.04em;
}
.faqPage__mainItemContentsText {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.46;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.faqPage__mainItemContentsAttention {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.46;
}

.conceptPage {
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage {
    padding-top: 8.2rem;
  }
}
.conceptPage__kv {
  position: relative;
  z-index: 1;
}
.conceptPage__kvWrap {
  width: 100%;
}
.conceptPage__sliderItemThumb {
  position: relative;
  display: block;
  padding-bottom: 47.5%;
  overflow: hidden;
  height: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .conceptPage__sliderItemThumb {
    padding-bottom: 130%;
  }
}
.conceptPage__sliderItemThumb 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: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.conceptPage__main {
  padding: 1.5rem 0 8.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .conceptPage__main {
    padding: 6.5rem 0 6.5rem;
  }
}
.conceptPage__main.u-bottom {
  padding: 0 0 3rem;
  margin-top: 7.5rem;
}
.conceptPage__main.u-bottom:before, .conceptPage__main.u-bottom:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .conceptPage__main.u-bottom {
    padding: 0 0 1.6rem;
  }
}
.conceptPage__main.en-hidden:lang(en) {
  display: none;
}
.conceptPage__main:before {
  content: "";
  top: -5.4rem;
  left: -5.8rem;
  display: block;
  width: 44.55rem;
  height: 27.667rem;
  background: url(../images/common/decor_circle-01.png) center/cover no-repeat;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .conceptPage__main:before {
    width: 37.2rem;
    height: 23.103rem;
    top: -8.2rem;
    left: -8.95rem;
  }
}
.conceptPage__main:after {
  content: "";
  right: -2.75rem;
  bottom: -5.6rem;
  display: block;
  width: 17.75rem;
  height: 17.813rem;
  background: url(../images/common/decor_circle-02.png) center/cover no-repeat;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .conceptPage__main:after {
    width: 12.7rem;
    height: 12.745rem;
    right: -4.55rem;
    bottom: -4rem;
  }
}
.conceptPage__mainLogo {
  max-width: 25rem;
  margin: 0 auto 1.5rem;
}
.conceptPage__title {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .conceptPage__title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.conceptPage__title .thick {
  font-size: 2.3rem;
}
.conceptPage__text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000;
}
.conceptPage__bottom {
  margin-top: -1.5rem;
  padding: 9rem 0 8.7rem;
  margin-bottom: 11rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conceptPage__bottom {
    padding: 5rem 0 7.245rem;
    margin-top: -0.5rem;
  }
}
.conceptPage__bottom .u-contentCenter {
  max-width: 120rem;
  padding: 0;
}
.conceptPage__bottom .conceptPage__item:nth-of-type(odd) .conceptPage__itemTxtArea {
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__bottom .conceptPage__item:nth-of-type(odd) .conceptPage__itemTxtArea {
    padding: 0 2rem;
  }
}
.conceptPage__bottom .conceptPage__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.conceptPage__bottom .conceptPage__item:nth-of-type(even) .conceptPage__itemTxtArea {
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__bottom .conceptPage__item:nth-of-type(even) .conceptPage__itemTxtArea {
    padding: 0 2rem;
  }
}
.conceptPage__bottom02 {
  margin-bottom: 7.5rem;
  overflow: hidden;
}
.conceptPage__bottom02 .u-contentCenter {
  max-width: 100rem;
}
.conceptPage__bottom02 .conceptPage__itemTxtArea {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  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;
}
.conceptPage__bottom02 .conceptPage__itemTtl {
  border-bottom: 0;
  padding-bottom: 0;
}
.conceptPage__bottom03 {
  overflow: hidden;
}
.conceptPage__bottom03 .u-contentCenter {
  max-width: 100rem;
}
.conceptPage__bottom03 .conceptPage__itemTxtArea {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  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;
}
.conceptPage__bottom03 .conceptPage__itemTtl {
  border-bottom: 0;
  padding-bottom: 0;
}
.conceptPage__itemDecor {
  position: relative;
}
.conceptPage__itemDecor:nth-of-type(odd)::before {
  right: -13.5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemDecor:nth-of-type(odd)::before {
    right: -7rem;
  }
}
.conceptPage__itemDecor:nth-of-type(even)::before {
  left: -13.5rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemDecor:nth-of-type(even)::before {
    left: -9.9rem;
  }
}
.conceptPage__itemDecor.decorPattern-yellow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 27.5rem;
  height: 28.111rem;
  background: url(../images/concept/concept_pattern01.png) center/cover no-repeat;
}
.conceptPage__itemDecor.decorPattern-orange:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 27.5rem;
  height: 28.111rem;
  background: url(../images/concept/concept_pattern02.png) center/cover no-repeat;
}
.conceptPage__itemDecor.decorPattern-blue:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 27.5rem;
  height: 28.111rem;
  background: url(../images/concept/concept_pattern04.png) center/cover no-repeat;
}
.conceptPage__itemDecor.decorPattern-purple:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 27.5rem;
  height: 28.111rem;
  background: url(../images/concept/concept_pattern03.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemDecor.decorPattern-yellow:before, .conceptPage__itemDecor.decorPattern-orange:before, .conceptPage__itemDecor.decorPattern-blue:before, .conceptPage__itemDecor.decorPattern-purple:before {
    top: 13.25rem;
    z-index: -1;
  }
}
.conceptPage__bottomTtl {
  margin-bottom: 3.45rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conceptPage__bottomTtl {
    margin-bottom: 4rem;
  }
}
.conceptPage__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__item {
    display: block;
  }
}
.conceptPage__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.conceptPage__item:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .conceptPage__item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.conceptPage__itemPic {
  width: 48.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemPic {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .conceptPage__itemTxtArea {
    width: 100%;
  }
}
.conceptPage__itemTtl {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.78;
  font-weight: bold;
  margin-bottom: 1.3rem;
  border-bottom: 0.2rem solid #073C2F;
}
@media screen and (max-width: 768px) {
  .conceptPage__itemTtl {
    margin-bottom: 2rem;
  }
}
.conceptPage__itemTxt {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.06em;
}
.conceptPage__itemTxt .semibold {
  font-weight: bold;
}
.conceptPage__itemTxtListItem {
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.78;
  font-size: 1.4rem;
}
.conceptPage__itemTxtListItem:before {
  content: "・";
  position: absolute;
  left: 0;
}

.sitepolicyPage {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage {
    padding-top: 8.5rem;
  }
}
.sitepolicyPage__topTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__topTitle {
    margin-bottom: 4.5rem;
  }
}
.sitepolicyPage__mainTopText {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}
.sitepolicyPage__mainTopText a {
  position: relative;
  text-decoration: underline;
  color: #073C2F;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainTopText {
    line-height: 1.75;
  }
}
.sitepolicyPage__mainSecTitle {
  line-height: 2;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainSecTitle {
    padding-top: 3rem;
    padding-bottom: 1rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainSecTitle.ls-0 {
    letter-spacing: 0;
  }
}
.sitepolicyPage__mainSecText {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
.sitepolicyPage__mainSecText.u-mb {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__mainSecText {
    line-height: 1.75;
  }
}
.sitepolicyPage__mainSecText:last-of-type {
  padding-bottom: 4rem;
}
.sitepolicyPage__tableArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableArea {
    display: block;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
  }
}
.sitepolicyPage__tableAreaWrap {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableAreaWrap {
    width: 100%;
  }
}
.sitepolicyPage__tableTitle {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.sitepolicyPage__tableAreaWrap:nth-child(1) {
  padding-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableAreaWrap:nth-child(1) {
    padding-right: 0;
  }
}
.sitepolicyPage__tableAreaWrap:nth-child(2) {
  padding-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__tableAreaWrap:nth-child(2) {
    padding-left: 0;
  }
}
.sitepolicyPage__table {
  width: 100%;
}
.sitepolicyPage__table thead th {
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table thead th {
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table thead th:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__table thead th:first-child {
  padding-left: 0;
}
.sitepolicyPage__table thead th:first-child::before {
  display: none;
}
.sitepolicyPage__table tr {
  height: 5.9rem;
  border-bottom: 1px solid #bfbfbf;
}
.sitepolicyPage__table tr.u-noBorder {
  border-bottom: none;
}
.sitepolicyPage__table th {
  font-family: "Noto Serif JP", serif;
  color: #073C2F;
}
.sitepolicyPage__table th.th_os {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table th.th_os {
    width: 26%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table th {
    font-size: 1.2rem;
  }
}
.sitepolicyPage__table td {
  font-family: "Noto Serif JP", serif;
  height: 7.2rem;
}
.sitepolicyPage__table td.u-border {
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td {
    font-size: 1.2rem;
  }
}
.sitepolicyPage__table td:nth-child(1) {
  width: 26%;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td:nth-child(1) {
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table td:nth-child(1):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__table td:nth-child(2) {
  width: 37%;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td:nth-child(2) {
    width: 45%;
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table td:nth-child(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__table td:nth-child(3) {
  width: 37%;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__table td:nth-child(3) {
    width: 30%;
    padding-left: 1.5rem;
  }
}
.sitepolicyPage__table td:nth-child(3):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #bfbfbf;
}
.sitepolicyPage__adobeLinkWrap {
  width: 24rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
  .sitepolicyPage__adobeLinkWrap {
    width: 16rem;
    margin: 0 auto 1.5rem;
  }
}

.accessPage {
  padding: 15rem 0 9rem;
}
@media screen and (max-width: 768px) {
  .accessPage {
    padding: 8.5rem 0;
  }
}
.accessPage__label {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
.accessPage__topTitle {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .accessPage__topTitle {
    margin-bottom: 3.5rem;
  }
}
.accessPage__topSubTitle {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accessPage__topSubTitle {
    font-size: 1.7rem;
  }
}
.accessPage__address {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.14;
  text-align: center;
  margin-bottom: 2.5rem;
}
.accessPage__map {
  margin: 0 auto 7rem;
  height: 41.5rem;
}
@media screen and (max-width: 768px) {
  .accessPage__map {
    height: 33.5rem;
  }
}
@media screen and (max-width: 768px) {
  .accessPage__map.u-contentCenter {
    margin: 0 auto 4.5rem;
    padding: 0;
  }
}
.accessPage__map iframe {
  height: 100% !important;
}
.accessPage__mainItem {
  margin-bottom: 4rem;
}
.accessPage__mainItemTitleWrap {
  position: relative;
  border-top: 0.2rem solid #073C2F;
  border-bottom: 0.2rem solid #073C2F;
  cursor: pointer;
}
.accessPage__mainItemTitle {
  padding: 2rem 4.4rem 2rem 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #073C2F;
  letter-spacing: 0.12em;
}
.accessPage__mainItemBody {
  display: none;
  padding: 5rem 0;
  border-bottom: 0.2rem solid #073C2F;
}
.accessPage__mainItemBody .u-contentCenter {
  padding: 0;
}
.accessPage__mainItemBody .u-articleSec div:last-child {
  margin-bottom: 0;
}
.accessPage__mainItemBodyText {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.accessPage__mainItemBodyText .text_strong {
  color: #d41010;
}
.accessPage__mainItemBodyTitle {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.16;
  letter-spacing: 0.08em;
}
.accessPage__mainItemBodyImgWrap {
  width: 100%;
  margin: 3.5rem 0;
}
.accessPage__mainItemBodyImg {
  width: 100%;
}
.accessPage__table {
  width: 100%;
  margin: 0.8rem 0 4rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .accessPage__table {
    margin: 0.8rem 0 2rem;
  }
}
.accessPage__table .table_thead {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background: #073C2F;
  color: #fff;
}
.accessPage__table .table_trTh {
  width: 11rem;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #bfbfbf;
  background: #d9e8e8;
}
@media screen and (max-width: 768px) {
  .accessPage__table .table_trTh {
    width: auto;
    padding: 0 0.4rem;
  }
}
.accessPage__table .table_th,
.accessPage__table .table_td {
  padding: 1.1rem 0;
  font-size: 1.2rem;
  border: 1px solid #bfbfbf;
}
.accessPage__table .table_td {
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .accessPage__table .table_td {
    padding: 1.1rem 0.5rem;
    text-align: center;
  }
}
.accessPage__tableTitle {
  caption-side: top;
  padding: 1.1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #073C2F;
}
.accessPage__routeList {
  -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;
  margin: 6rem 0;
}
@media screen and (max-width: 768px) {
  .accessPage__routeList {
    display: block;
  }
}
.accessPage__routeItem {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 5rem) / 3);
}
@media screen and (max-width: 768px) {
  .accessPage__routeItem {
    display: block;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .accessPage__routeItem:last-child {
    margin-bottom: 0;
  }
}
.accessPage__routeTitle {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.accessPage__routeTitle .text_small {
  font-size: 1.1rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.accessPage__routeTitle .text_bold {
  font-weight: 600;
}
.accessPage__routeImg {
  width: 100%;
}
.accessPage__flexImgText__label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
.accessPage__flexImgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .accessPage__flexImgText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.accessPage__flexImgText__fig {
  width: 48%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accessPage__flexImgText__fig {
    width: 100%;
  }
}
.accessPage__flexImgText__img {
  width: 100%;
  height: auto;
}
.accessPage__flexImgText__textWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .accessPage__flexImgText__textWrap {
    width: 100%;
  }
}
.accessPage__flexImgText__textWrap .u-articleBtn {
  margin-top: 3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accessPage__flexImgText__textWrap .u-articleBtn .u-button__arrow {
  max-width: 33.5rem;
}
.accord__plus {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/common/icon_spanNumBg.svg) center/cover no-repeat;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accord__plus::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.1rem;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
.accord__plus::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 0.1rem;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.accord__plus.active::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

/*----------------------------------------------
アーカイブページ archivePage
-----------------------------------------------*/
.archivePageSec {
  margin-bottom: 10rem;
}
.archivePageSec__fv {
  margin-bottom: 4rem;
}
.archivePageSec__fvPic {
  width: 100%;
  margin-bottom: 2rem;
}
.archivePageSec__fvImg {
  max-height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .archivePageSec__fvImg {
    max-height: 25rem;
  }
}
.archivePageSec__fvTxt {
  text-align: center;
}
.is_post__area_information .archivePageSec__fvTxt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .archivePageSec__fvTxt {
    padding: 0 2rem;
  }
}
.archivePageSec__title {
  margin: 0 auto 2.8rem;
}
.archivePageSec__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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5.5rem;
  margin-left: -0.25rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__tabList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 4.5rem;
  }
}
.archivePageSec__tabItemLink {
  display: block;
  min-width: 6.2rem;
  margin: 0 0.25rem 2rem;
  padding: 0.9rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 2px solid #073C2F;
  color: #073C2F;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__tabItemLink {
    margin: 0 0.25rem 0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .archivePageSec__tabItemLink:hover {
    background: #073C2F;
    color: #fff;
  }
}
.archivePageSec__tabItemLink.current-tab {
  background: #073C2F;
  color: #fff;
}
.archivePageSec__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__list {
    display: block;
    margin-bottom: 5.5rem;
  }
}
.archivePageSec__list::after {
  content: "";
  display: block;
  width: calc((100% - 11rem) / 3);
  height: 0.1rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__list::after {
    display: none;
  }
}
.archivePageSec__listItem {
  width: calc((100% - 10rem) / 3);
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__listItem {
    width: 100%;
  }
}
.archivePageSec__listItem.u-column2 {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .archivePageSec__listItem.u-column2 {
    width: 100%;
  }
}
.archivePageSec__listItem.is-hidden {
  display: none;
}
.archivePageSec__itemLink {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .archivePageSec__itemLink:hover {
    opacity: 0.7;
  }
  .archivePageSec__itemLink:hover .archivePageSec__itemImg {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .archivePageSec__itemLink:hover .archivePageSec__itemDetail::after {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .archivePageSec__itemLink:hover .archivePageSec__itemDetail.u-external::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.archivePageSec__itemImgWrap {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemImgWrap {
    margin-bottom: 1rem;
  }
}
.archivePageSec__itemImgWrap 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: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__itemNew {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0.4rem 1rem;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #fff;
  background: #C20638;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemNew {
    padding: 0.2rem 1rem;
  }
}
.archivePageSec__itemImg {
  width: 100%;
  height: 16.4vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemImg {
    height: 20rem;
  }
}
.u-column2 .archivePageSec__itemImg {
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .u-column2 .archivePageSec__itemImg {
    height: 20rem;
  }
}
.archivePageSec__itemDate {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #a0a0a0;
}
.archivePageSec__itemTitle {
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.92;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archivePageSec__itemText {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archivePageSec__itemBottom {
  -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__itemTabWrap {
  width: calc(100% - 8rem);
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemTabWrap {
    width: calc(100% - 9rem);
  }
}
.archivePageSec__itemTab {
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #073C2F;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemTab {
    padding: 0.4rem 1.4rem 0.6rem;
  }
}
.archivePageSec__itemDetail {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 2;
  border-bottom: 1.5px solid #C20638;
  color: #C20638;
}
@media screen and (max-width: 768px) {
  .archivePageSec__itemDetail {
    min-width: 9rem;
  }
}
.archivePageSec__itemDetail::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  background: url(../images/layout/slide_arrow_red.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.archivePageSec__itemDetail.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/externalLink_icon_red.png) center center/contain no-repeat;
}

.newsListItemTgt {
  opacity: 0;
}

_:lang(x) + _:-webkit-full-screen-document,
.archivePageSec__itemDetail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

/*---------------------------------------
お問い合わせ ContactPage
---------------------------------------*/
.contactPageSec {
  margin-bottom: 12rem;
}
.contactPageSec__title {
  margin-bottom: 2.7rem;
}
.contactPageSec__text {
  margin-bottom: 7.5rem;
  padding-bottom: 3.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.78;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #073C2F;
}
@media screen and (max-width: 768px) {
  .contactPageSec__text {
    margin-bottom: 4rem;
  }
}
.contactPageSec__textLink {
  border-bottom: 1px solid #C20638;
  color: #C20638;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__textLink:hover {
    opacity: 0.7;
  }
}
.contactPageSec__smallText {
  display: block;
  padding-top: 1.2rem;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.contactPageSec__formItem {
  margin-bottom: 5rem;
}
.contactPageSec__formItemTitle {
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
}
.contactPageSec__formItemTitle .error {
  font-size: 1.3rem !important;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  color: #C20638 !important;
}
.contactPageSec__formItemRequired {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  margin-left: 0.8rem;
  padding: 0.2rem 0.7rem 0.1rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  color: #fff;
  background: #C20638;
}
.contactPageSec__formItemTitleSmall {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.contactPageSec__formItemInputArea {
  width: 100%;
  height: 6.5rem;
  border: 1px solid #073C2F;
}
.contactPageSec__formItemInputArea .error {
  display: none;
}
.contactPageSec__formItemInputArea.is-error {
  border: 1px solid #C20638;
}
.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: #fff;
}
.contactPageSec__formItemInput {
  padding-left: 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: none;
  background: transparent;
}
.contactPageSec__formItemInput:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: transparent !important;
}
.contactPageSec__formItemTextAreaWrap {
  width: 100%;
  height: 13.2rem;
  border: 1px solid #073C2F;
}
.mw_wp_form_confirm .contactPageSec__formItemTextAreaWrap {
  height: auto;
  min-height: 8rem;
  padding: 1.5rem 1rem;
  border: none;
  background: #fff;
}
.contactPageSec__formItemTextArea {
  padding: 1.5rem 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: none;
  background: transparent;
}
.contactPageSec__formItemTextArea:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
}
.contactPageSec__link {
  display: inline-block;
  margin-bottom: 1.3rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #C20638;
  color: #C20638;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 769px) {
  .contactPageSec__link:hover {
    opacity: 0.6;
  }
}
.contactPageSec__link::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 1rem;
  height: 1rem;
  background: url(../images/layout/slide_arrow_red.png) center center/contain no-repeat;
}
.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: 2.3rem;
  text-align: center;
}
.contactPageSec__privacyCheckBox .error {
  margin-top: 1rem;
}
.mw_wp_form_confirm .contactPageSec__privacyCheckBox {
  display: none;
}
.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 #073C2F #073C2F;
  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: 3.2rem;
  }
}
.contactPageSec__submitBtn.u-button__arrowText, .contactPageSec__returnBtn.u-button__arrowText {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .contactPageSec__submitBtn:hover .u-button__arrowText, .contactPageSec__returnBtn:hover .u-button__arrowText {
    color: #fff;
  }
}
.contactPageSec__submitBtnInput, .contactPageSec__returnBtnInput {
  width: 100%;
  padding: 2rem 2.1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 800;
  letter-spacing: 0.1em;
  border: none;
  color: #073C2F;
  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, .contactPageSec__returnBtnInput:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .contactPageSec__submitBtnInput, .contactPageSec__returnBtnInput {
    padding: 2.2rem 2.1rem;
  }
}
.contactPageSec input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F4F2EC inset;
          box-shadow: 0 0 0 1000px #F4F2EC inset;
}
.contactPageSec__return {
  display: none;
}
.mw_wp_form_confirm .contactPageSec__return {
  display: block;
}
.contactPageSec__returnBtn::after {
  display: none;
}

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

#mapImgWrap {
  width: 100%;
  background: ivory;
  padding: 20px;
  min-height: 240px;
}
#mapImgWrap img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mapPageSec__topTitle {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__topTitle {
    margin-bottom: 3.4rem;
    font-weight: 600;
  }
}
.mapPageSec__mainMapTtl {
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
.mapPageSec .u-button__arrow.u-pdf {
  margin-top: 2.8rem;
}
.mapPageSec .u-button__arrow.u-pdf .u-button__arrowText {
  padding: 2.1rem 7rem 2.1rem 5.2rem;
}
.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%;
  min-height: 40rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec .map_inner {
    width: 54rem;
    height: 36.2rem;
    min-height: 0;
  }
}
.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.5rem;
    height: 3.5rem;
    background: #073C2F;
    color: #fff;
  }
  .mapPageSec .zoomicon.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: #fff;
  }
  .mapPageSec .zoomicon.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: #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: 40%;
    height: 1px;
    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: #fff;
}
.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: #fff;
}
.mapPageSec .u-articleBtn__pdf {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec .u-articleBtn__pdf {
    margin-top: 3rem;
  }
}
.mapPageSec .u-articleBtn__pdf .u-articleBtn__link::after {
  display: none;
}
.mapPageSec__detailMap {
  margin: 7rem 0;
}
@media screen and (max-width: 768px) {
  .mapPageSec__detailMap {
    margin: 6.8rem 0;
  }
}
.mapPageSec__detailMap .map_inner {
  text-align: center;
}
.mapPageSec__btnListWrap {
  max-width: 70rem;
  margin: 0 auto 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .mapPageSec__btnListWrap {
    margin: 0 auto 2.5rem !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: 16.5rem !important;
  margin: 0.3rem;
  padding: 1.2rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border: 2px solid #073C2F;
  color: #073C2F;
  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;
    padding: 1.2rem;
    font-weight: 700;
  }
}
.mapPageSec__btnItem.swiper-slide-thumb-active {
  background: #073C2F;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .mapPageSec__btnItem:hover {
    background: #073C2F;
    color: #fff;
  }
}
.mapPageSec__thumbListWrap {
  margin: 0 auto 8rem !important;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbListWrap {
    margin: 0 auto 8rem !important;
  }
}
.mapPageSec__thumbItemMapArea {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemMapArea {
    padding-top: 5.2rem;
  }
}
.mapPageSec__thumbItemMapArea .zoomicon {
  top: -5rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemMapArea .zoomicon {
    top: -4.2rem;
  }
  .mapPageSec__thumbItemMapArea .zoomicon.u-plus {
    left: 1rem;
  }
  .mapPageSec__thumbItemMapArea .zoomicon.u-minus {
    left: 5rem;
  }
}
.mapPageSec__thumbItemMapArea .map_wrap {
  max-width: 77rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemMapArea .map_inner {
    width: 32.5rem;
    height: 16.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemMapArea .mapPageSec__thumbItemImg {
    width: 100%;
  }
}
.mapPageSec__mainMapImgLink {
  position: absolute;
  display: block;
  width: 4rem;
  height: 2rem;
  top: 2rem;
  right: 6rem;
}
.mapPageSec__thumb {
  display: block;
  padding: 7rem 0 4rem;
  margin: 0 auto;
  text-align: center;
}
.mapPageSec__thumbItemImg {
  width: 89%;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__thumbItemImg {
    width: 100%;
    padding-bottom: 0;
  }
}
.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 {
    top: 1.5rem;
    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: 19.3vw;
  left: 0;
  background-image: none;
  width: 5rem;
  height: 5rem;
  background: url(../images/common/icon_topSliderPrev.png) center/cover no-repeat;
}
.mapPageSec .swiper-button-prev::after {
  display: none;
}
.mapPageSec .swiper-button-prev:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .mapPageSec .swiper-button-prev {
    top: 14.5rem;
    left: -1.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mapPageSec .swiper {
    overflow: visible;
  }
}
.mapPageSec .swiper-button-next {
  top: 19.3vw;
  right: 0;
  background-image: none;
  width: 2rem;
  height: 2rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/common/icon_topSliderPrev.png) center/cover no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mapPageSec .swiper-button-next::after {
  display: none;
}
.mapPageSec .swiper-button-next:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .mapPageSec .swiper-button-next {
    top: 14.5rem;
    right: -1.5rem;
    width: 3.5rem;
    height: 3.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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerList {
    display: block;
    padding-top: 5rem;
  }
}
.mapPageSec__innerItem {
  width: 46.5%;
  margin-bottom: 5rem;
}
@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__innerItemLink:hover .mapPageSec__innerItemLinkTxt::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .mapPageSec__innerItemLink:hover .mapPageSec__innerItemLinkTxt.u-external::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mapPageSec__innerItemThumb {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemThumb {
    margin-bottom: 1rem;
  }
}
.mapPageSec__innerItemImg {
  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: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  -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.2rem 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemCat {
    font-size: 1.2rem;
  }
}
.mapPageSec__innerItemTtl {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemTtl {
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
  }
}
.mapPageSec__innerItemTxt {
  margin-bottom: 0.9rem;
  font-size: 1.4rem;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemTxt {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.mapPageSec__innerItemInfoItem {
  padding: 0.7rem 0;
  border-bottom: 2px solid #073C2F;
}
.mapPageSec__innerItemInfoItem:first-child {
  border-top: 2px solid #073C2F;
}
.mapPageSec__innerItemInfoItemTtl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.78;
}
.mapPageSec__innerItemInfoItemEditor {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.06em;
}
.mapPageSec__innerItemLinkTxtWrap {
  text-align: right;
}
.mapPageSec__innerItemLinkTxt {
  display: inline-block;
  margin-top: 2rem;
  padding-right: 5px;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 2;
  border-bottom: 1.5px solid #C20638;
  color: #C20638;
}
@media screen and (max-width: 768px) {
  .mapPageSec__innerItemLinkTxt {
    padding-right: 0;
    font-size: 1.3rem;
  }
}
.mapPageSec__innerItemLinkTxt::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.2rem;
  margin-left: 0.7rem;
  background: url(../images/layout/slide_arrow_red.png) center center/contain no-repeat;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.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/externalLink_icon_red.png) center center/contain no-repeat;
}
.mapPageSec .u-annotation {
  display: block;
  margin-top: 0.6rem;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

/*====================================================================
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;
  }
}