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

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

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

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

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

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

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

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

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

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

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

p {
  margin: 0;
}

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

i {
  margin: 0;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

フォント読み込み

⚫︎使い方

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

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


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

@include triangle(upper-left, 12px, 12px);
---*/
@font-face {
  font-display: swap;
  /* display=swapの設定 */
}
@font-face {
  font-family: "Futura";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Futura.ttf") format("truetype");
}
html {
  color: #1D2A3A;
  font-family: "M PLUS 2", system-ui;
  line-height: 1.667;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-weight: 500;
  font-size: 16px;
}

@media screen and (min-width: 1400px) and (max-width: 1919px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  html {
    font-size: 1.0721944246vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 1.1707317073vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  body.is-non-scroll {
    overflow: hidden;
  }
}

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

li {
  list-style-type: none;
}

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

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

a img:hover {
  opacity: 0.8;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

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

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

dt {
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 2px solid #efefef;
  background-color: #f6f6f6;
  padding: 0.875rem 1.5625rem;
  width: 100%;
  border-radius: 0.5rem;
  font-weight: 300;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #818c8a;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #818c8a;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #818c8a;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #818c8a;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #818c8a;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #f09413;
}
input[type=text].--required,
input[type=email].--required,
input[type=tel].--required,
textarea.--required {
  border-color: #d2145a;
}
input[type=text].is-error,
input[type=email].is-error,
input[type=tel].is-error,
textarea.is-error {
  border-color: #d2145a;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f09413;
  color: #fff;
  display: block;
  padding: 0.5rem 0.75rem;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    padding: 0.9375rem 0.625rem;
  }
}

select {
  border: 1px solid #fff;
  color: #808080;
  padding: 0.875rem 1.3125rem;
  padding-right: 3.4375rem;
  background: #fff url(../images/common/select-arw.svg) no-repeat 95% 50%;
  background-size: 1.25rem auto;
  width: 21.5625rem;
  border-radius: 0.3125rem;
}
select.--required {
  border-color: #d2145a;
  background-image: url(../images/common/select-arw--rq.svg);
}
@media screen and (max-width: 900px) {
  select {
    max-width: 88%;
  }
}

textarea {
  height: 13rem;
  overflow-y: scroll;
}
@media screen and (max-width: 900px) {
  textarea {
    height: 13.75rem;
  }
}

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

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

@media screen and (max-width: 900px) {
  p {
    font-size: 1.1rem;
  }
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  background-color: #E9E9E9;
  width: 0.6875rem;
  height: 0.6875rem;
  margin: 0 0.3125rem;
}
.slick-dots li.slick-active {
  background-color: #d2145a;
}

@-webkit-keyframes lStickyNavSlideDown {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes lStickyNavSlideDown {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.l-sticky-nav {
  display: none;
}

.translated-ltr .l-header,
.translated-rtl .l-header {
  top: 40px;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-header__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1025px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.875rem 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0.75rem 5%;
  }
}
.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__logo {
  display: block;
}
@media screen and (min-width: 1025px) {
  .l-header__logo {
    width: 11.8125rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 5.9375rem;
  }
}
.l-header__record {
  width: 16.1875rem;
}
@media screen and (max-width: 768px) {
  .l-header__record {
    width: 12.8125rem;
  }
}
.l-header__main {
  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;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__nav-item {
  border-left: 1px solid #DEDEDE;
}
.l-header__nav-item:last-of-type {
  border-right: 1px solid #DEDEDE;
}
.l-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}
.l-header__nav-arw {
  fill: #0F55AF;
  width: 0.625rem;
  height: 0.5rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__tel {
  margin-left: 1.60625rem;
}
.l-header__tel-link {
  display: block;
}
.l-header__tel-time {
  font-size: 0.75rem;
  color: #727477;
}
.l-header__tel-num {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  color: #0F55AF;
}
@media screen and (max-width: 1024px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__rev {
  background-color: #d2145a;
  width: 7.8125rem;
  height: 7.8125rem;
  position: absolute;
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 0 0 0 0.75rem;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .l-header__rev {
    display: none;
  }
}
.l-header__rev-link {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__rev-ist {
  display: block;
  width: 3.125rem;
  margin: 0 auto 0.5rem;
}
.l-header__rev-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  z-index: 10;
  display: inline;
}
.l-header__rev-arw {
  fill: #fff;
  width: 0.625rem;
  height: 0.5rem;
  margin-right: 0.3125rem;
}
.l-side-fix {
  position: fixed;
  right: 0;
  top: 8.875rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-side-fix {
    display: none;
  }
}
.l-side-fix__item {
  background-color: #0FAF8F;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 3.125rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.l-side-fix__item:not(:last-of-type) {
  margin-bottom: 0.9375rem;
}
.l-side-fix__link {
  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;
  padding: 1.5625rem 0 1.3125rem;
  font-size: 1rem;
  width: 100%;
}
.l-side-fix__icon {
  width: 1.125rem;
  margin-bottom: 0.5rem;
}
.l-side-fix__text {
  letter-spacing: 0.1em;
  font-weight: 600;
}

.l-fixed-nav {
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .l-fixed-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-fixed-nav li {
  -webkit-box-shadow: -0.1875rem 0.4375rem 0.8125rem rgba(0, 0, 0, 0.16);
          box-shadow: -0.1875rem 0.4375rem 0.8125rem rgba(0, 0, 0, 0.16);
  height: 4.6875rem;
}
.l-fixed-nav__rev {
  background-color: #d2145a;
  color: #fff;
  width: 7.375rem;
  border-radius: 5.5rem;
  margin-right: 0.6875rem;
}
.l-fixed-nav__rev-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.l-fixed-nav__rev-icon {
  width: 2.625rem;
  margin-bottom: 0.375rem;
}
.l-fixed-nav__rev-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
}
.l-fixed-nav__rev-arw {
  fill: #fff;
  width: 0.6875rem;
  height: 0.5rem;
  margin-right: 0.125rem;
}
.l-fixed-nav__menu {
  width: 4.6875rem;
  background-color: #0F55AF;
  cursor: pointer;
  border-radius: 50%;
  padding: 1.71875rem 1.6875rem;
}
.l-fixed-nav__menu-in {
  position: relative;
  height: 100%;
}
.l-fixed-nav__menu-line {
  display: inline-block;
  width: 1.25rem;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.45, 1.01);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.45, 1.01);
}
.l-fixed-nav__menu-line:nth-of-type(1) {
  top: 0;
}
.l-fixed-nav__menu-line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-fixed-nav__menu-line:nth-of-type(3) {
  bottom: 0;
}

.is-open .l-fixed-nav__menu-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.is-open .l-fixed-nav__menu-line:nth-of-type(2) {
  opacity: 0;
}
.is-open .l-fixed-nav__menu-line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

.l-hide-menu {
  height: 100%;
  background-color: #fff;
  background: rgb(15, 85, 175);
  background: linear-gradient(159deg, rgb(15, 85, 175) 0%, rgb(5, 153, 191) 100%);
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  overflow-y: scroll;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: linear 0.23s;
  transition: linear 0.23s;
}
.l-hide-menu.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-hide-menu__deco {
  position: absolute;
}
.l-hide-menu__deco.--left {
  left: 0;
  top: 1.25rem;
  width: 3.75rem;
}
.l-hide-menu__deco.--right {
  right: 0;
  bottom: 6.25rem;
  width: 3.75rem;
}
.l-hide-menu__deco.--illust {
  left: 1.875rem;
  bottom: 2.5rem;
  width: 2.125rem;
}
.l-hide-menu__in {
  padding: 1.875rem 1.875rem 8.25rem;
  position: relative;
}
.l-hide-menu__contents {
  position: relative;
  z-index: 2;
}
.l-hide-menu__logo {
  width: 11.9375rem;
  margin: 0 auto 1.875rem;
}
.l-hide-menu__nav-item {
  border-bottom: 1px solid #5593D1;
  font-size: 1.125rem;
  font-weight: 600;
}
.l-hide-menu__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6875rem 0;
}
.l-hide-menu__tel {
  padding: 1.9375rem 0 1.5625rem;
  border-bottom: 1px solid #5593D1;
}
.l-hide-menu__tel-link {
  display: block;
}
.l-hide-menu__tel-time {
  font-size: 0.875rem;
}
.l-hide-menu__tel-num {
  font-size: 2.125rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}
.l-hide-menu__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.625rem 0 1.0625rem;
}
.l-hide-menu__sns-item:not(:last-of-type) {
  margin-right: 1.25rem;
}
.l-hide-menu__sub-item {
  font-size: 0.9375rem;
  font-weight: 200;
}
.l-hide-menu__sub-item:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.l-hide-menu__sub-link {
  text-decoration: underline;
}

.l-footer {
  background: rgb(15, 85, 175);
  background: linear-gradient(159deg, rgb(15, 85, 175) 0%, rgb(5, 153, 191) 100%);
  color: #fff;
  position: relative;
  padding: 4.625rem 0;
}
.l-footer__deco {
  position: absolute;
}
.l-footer__deco.--left01 {
  bottom: 0;
  left: 0;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__deco.--left01 {
    width: 3.75rem;
  }
}
.l-footer__deco.--right01 {
  bottom: 0;
  right: 0;
  width: 11.375rem;
}
@media screen and (max-width: 768px) {
  .l-footer__deco.--right01 {
    width: 3.125rem;
    bottom: 9.0625rem;
  }
}
.l-footer__illust {
  position: absolute;
}
.l-footer__illust.--illust01 {
  width: 3.125rem;
  left: 7rem;
  top: 9.125rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__illust.--illust01 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__illust.--illust01 {
    display: block;
    top: auto;
    bottom: 1.25rem;
    width: 0.625rem;
    left: 1.25rem;
  }
}
.l-footer__illust.--illust02 {
  width: 3.125rem;
  right: 9.75rem;
  bottom: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .l-footer__illust.--illust02 {
    bottom: auto;
    right: 1.6875rem;
    width: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer__side {
    margin-right: 7.1875rem;
    width: 50%;
  }
}
.l-footer__logo {
  width: 16.625rem;
  margin-bottom: 3.0625rem;
}
.l-footer__info {
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    margin-bottom: 0.4375rem;
  }
}
.l-footer__info-name {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}
.l-footer__info-data {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .l-footer__info-data {
    font-size: 0.8125rem;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin-bottom: 2.3125rem;
  }
}
.l-footer__sns-item:not(:last-of-type) {
  margin-right: 1.6rem;
}
.l-footer__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__guide {
    margin-bottom: 2.375rem;
  }
}
.l-footer__nav {
  margin-right: 2.875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.l-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1;
}
.l-footer__nav-arw {
  fill: #fff;
  width: 0.625rem;
  height: 0.5rem;
  margin-right: 0.3125rem;
}
.l-footer__sub-item {
  font-size: 0.875rem;
}
.l-footer__sub-item:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.l-footer__sub-link {
  text-decoration: underline;
}
.l-footer__copy {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 0.75rem;
  }
}

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

.l-outer {
  position: relative;
  max-width: 1720px;
  width: 89.5833333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-outer {
    width: 100%;
  }
}

.l-inner {
  width: 73.3333333333%;
  width: 78.5416666667%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}
.l-inner-small {
  width: 60.8333333333%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-inner-small {
    width: 90%;
  }
}

.l-inner-wide {
  width: 91.6666666667%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 768px) {
  .l-inner-wide {
    width: 90%;
  }
}

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

@keyframes sdl {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes gradientAnimation {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgb(210, 20, 90)), color-stop(83%, rgb(240, 140, 180)));
    background: linear-gradient(to right, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }
  100% {
    background: linear-gradient(-45deg, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }
}
@keyframes gradientAnimation {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(rgb(210, 20, 90)), color-stop(83%, rgb(240, 140, 180)));
    background: linear-gradient(to right, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }
  100% {
    background: linear-gradient(-45deg, rgb(210, 20, 90) 0%, rgb(240, 140, 180) 83%);
  }
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@-webkit-keyframes logoAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30000px 0;
  }
}
@keyframes logoAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30000px 0;
  }
}
@-webkit-keyframes drawer-main {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.66;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drawer-main {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.66;
  }
  100% {
    opacity: 1;
  }
}
.c-img-hover-zoom {
  -webkit-transition: ease-in-out 0.37s;
  transition: ease-in-out 0.37s;
}
.c-img-hover-zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

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

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button__link {
  min-width: 20.625rem;
  max-width: 90%;
  min-height: 4.625rem;
  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-radius: 5.625rem;
  color: #fff;
  position: relative;
  background-color: #0FAF8F;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.23);
  -webkit-transition: linear 0.1233s;
  transition: linear 0.1233s;
  line-height: 1;
}
.c-button__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-button__link.--fb {
  background-color: #1877F2;
  gap: 0.75rem;
}
.c-button__arw {
  fill: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.03125rem;
  height: 1.03125rem;
}

.c-sec-ttl {
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.125;
  color: #0F55AF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sec-ttl {
    font-size: 2.125rem;
    line-height: 1.28125;
  }
}

.c-sec-read {
  text-align: center;
  font-size: 1.0625rem;
  margin-top: 1.5rem;
  font-weight: 600;
}

.c-text {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}

.c-sec-sub-heading {
  font-size: 1.9375rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #D5D4D4;
  color: #0F55AF;
}
@media screen and (max-width: 768px) {
  .c-sec-sub-heading {
    font-size: 1.375rem;
    margin-bottom: 0.6875rem;
  }
}
.c-sec-sub-heading span {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-sec-sub-heading span {
    padding-left: 1rem;
  }
}
.c-sec-sub-heading span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.4375rem;
  height: 1.9375rem;
  background-color: #0F55AF;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .c-sec-sub-heading span::before {
    width: 0.25rem;
    height: 1.375rem;
  }
}

.c-sec-m-heading {
  color: #0F55AF;
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .c-sec-m-heading {
    font-size: 1.5rem;
  }
}

.c-sec-cricle-heading {
  font-size: 1.5rem;
}
.c-sec-cricle-heading::before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background-color: #0F55AF;
  display: inline-block;
  margin-right: 0.75rem;
}

.c-news-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.8125rem;
}
.c-news-col::before, .c-news-col::after {
  content: "";
  display: block;
  width: 20.5rem;
}
.c-news-col::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-news {
  width: 20.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.16);
  -webkit-transition: linear 0.1222s;
  transition: linear 0.1222s;
  min-height: 19.125rem;
}
@media screen and (max-width: 1024px) {
  .c-news {
    width: 31.78%;
  }
}
@media screen and (max-width: 768px) {
  .c-news {
    width: 20.5rem;
    margin: 0 auto;
  }
  .c-news:not(:last-of-type) {
    margin-bottom: 1.8125rem;
  }
}
.c-news:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-news:hover a {
  opacity: 1;
}
.c-news__thumb {
  height: 11.5625rem;
}
.c-news__main {
  padding: 1rem 1.25rem;
}
.c-news__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.c-news__date-txt {
  color: #8694AA;
}
.c-news__date-new {
  color: #FF1766;
  font-size: 0.625rem;
  font-weight: 900;
  margin-left: 0.5em;
}
.c-news__ttl {
  color: #0F55AF;
  font-size: 1.125rem;
  line-height: 1.3888888889;
}

.pagination {
  font-weight: 600;
  margin-top: 5.01875rem;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__link,
.pagination span {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pagination__link,
  .pagination span {
    font-size: 0.9375rem;
  }
}
.pagination__link.current,
.pagination span.current {
  background-color: #1D2A3A;
  color: #fff;
  width: 1.9375rem;
  height: 1.9375rem;
}
.pagination__nav span {
  width: auto;
  height: auto;
  border-radius: auto;
  display: block;
}
.pagination__arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #0F55AF !important;
}
.pagination__guide {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.pagination .prev,
.pagination .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  gap: 0.78125rem;
}
@media screen and (max-width: 768px) {
  .pagination .prev,
  .pagination .next {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
}
.pagination .prev {
  margin-right: 2.375rem;
}
.pagination .prev .cricle-arw__arw {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagination .next {
  margin-left: 2.375rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#google_translate_element {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  padding-left: 1.5em;
}
#google_translate_element .goog-te-gadget-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-radius: 50px;
}
#google_translate_element .goog-te-gadget-simple > span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#google_translate_element .goog-te-gadget-simple > span img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #google_translate_element {
    position: absolute;
    right: 10px;
    top: 8px;
  }
}

.c-youtube-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-youtube-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-youtube-modal__inner {
  position: relative;
  width: min(90vw, 900px);
}
.c-youtube-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.c-youtube-modal__close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.c-youtube-modal__close span:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-youtube-modal__close span:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.c-youtube-modal__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.is-modal-open {
  overflow: hidden;
}

.top_mv {
  height: 59.625rem;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .top_mv {
    height: 34.9375rem;
  }
}
.top_mv__inner {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top_mv__inner {
    padding-left: 1.1979166667%;
    padding-left: 50%;
    padding-right: 6.7708333333%;
    padding-right: 12%;
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 768px) {
  .top_mv__inner {
    padding: 0 5%;
  }
}
.top_mv__info {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_mv__info {
    text-align: center;
    height: calc(100% - 20lvh);
    display: grid;
    place-content: center;
  }
}
.top_mv__ttl {
  font-weight: 900;
  font-size: 5.625rem;
  width: 100%;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (min-width: 769px) {
  .top_mv__ttl {
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 768px) {
  .top_mv__ttl {
    font-size: 2.625rem;
    line-height: 1.17;
    margin-bottom: 1.125rem;
  }
}
.top_mv__read {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .top_mv__read {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top_mv__read {
    line-height: 1.2;
    font-size: 1.1875rem;
  }
}
.top_mv__status {
  position: absolute !important;
  bottom: 1.875rem;
  left: 1.875rem;
  width: 24.5rem;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .top_mv__status {
    max-width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .top_mv__status {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -11.25rem;
  }
}

.operation-status-box {
  position: relative;
}
.operation-status-box__close {
  position: absolute;
  width: 2.75rem;
  top: -1.0625rem;
  right: -1.0625rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .operation-status-box__close {
    top: -1.0625rem;
    right: -0.8125rem;
  }
}
.operation-status-box__head {
  background-color: #0F55AF;
  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-radius: 0.5rem 0.5rem 0 0;
  padding: 0.5625rem 0.5rem;
}
.operation-status-box__head-icon {
  width: 1.625rem;
  margin-right: 0.25rem;
}
.operation-status-box__head-ttl {
  color: #fff;
  font-size: 1.125rem;
}
.operation-status-box__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e7eef8;
}
.operation-status-box__switch-item {
  width: 50%;
  height: 4.4375rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #4370aa;
  background-color: #e7eef8;
  cursor: pointer;
  border-radius: 0 0.5rem 0 0;
  padding: 0 0.5em;
}
.operation-status-box__switch-item.is-active {
  background-color: #fff;
  color: #0F55AF;
}
.operation-status-box__switch-item:nth-of-type(1) {
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.15);
}
.operation-status-box__switch-ttl {
  font-size: 1.125rem;
  line-height: 1.2;
}
.operation-status-box__switch-read {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.375;
}
.operation-status-box__main {
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.6875rem 0.5625rem;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .operation-status-box__main {
    -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.15);
    height: 10em;
    overflow: scroll;
  }
}
.operation-status-box__main.is-show {
  display: block;
}
.operation-status-box__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.75rem 0.625rem;
}
.operation-status-box__post:not(:last-of-type) {
  border-bottom: 2px dotted #cbcbcb;
}
.operation-status-box__post-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.6875rem;
}
.operation-status-box__post-head {
  width: 4em;
  text-align: center;
  margin-right: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.8125rem;
  width: 5em;
}
.operation-status-box__post-status {
  font-size: 0.8125rem;
  text-align: center;
  color: #fff;
  background-color: red;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.3125rem;
}
.operation-status-box__post-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.9375rem;
  line-height: 1.375;
}
.operation-status-box__post.--red .operation-status-box__post-status {
  background-color: #e80707;
}
.operation-status-box__post.--red .operation-status-box__post-desc {
  color: #e80707;
}
.operation-status-box__post.--green .operation-status-box__post-status {
  background-color: #0FAF8F;
}
.operation-status-box__post.--green .operation-status-box__post-desc {
  color: #0FAF8F;
}

.top_about {
  padding: 12rem 0 16.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_about {
    padding-bottom: 1.875rem;
  }
}
.top_about__thumb {
  position: absolute;
}
.top_about__thumb.--left01 {
  left: 0;
  top: 2.375rem;
  width: 33.5rem;
  left: -10%;
}
@media screen and (max-width: 1024px) {
  .top_about__thumb.--left01 {
    width: 20.625rem;
  }
}
.top_about__thumb.--left02 {
  left: 2rem;
  bottom: 1.9375rem;
  width: 36.4375rem;
  left: -7%;
}
@media screen and (max-width: 1024px) {
  .top_about__thumb.--left02 {
    width: 22.5rem;
  }
}
.top_about__thumb.--right01 {
  right: 0;
  top: 12rem;
  width: 28.9375rem;
  z-index: 3;
  right: -10%;
}
@media screen and (max-width: 1024px) {
  .top_about__thumb.--right01 {
    width: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top_about__thumb.--right01 {
    width: 22.8125rem;
    height: 23.25rem;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top_about__thumb.--right01 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.375rem 0 0 0.375rem;
  }
}
.top_about__pc-chara {
  position: absolute;
  width: 1.875rem;
  left: 34.625rem;
  bottom: 0rem;
}
.top_about__sp-deco {
  position: absolute;
}
.top_about__sp-deco.--deco01 {
  left: 0;
  top: 20rem;
  width: 4.375rem;
}
.top_about__sp-deco.--deco02 {
  left: 0;
  top: 32.5rem;
  width: 1.875rem;
}
.top_about__sp-deco.--deco03 {
  right: 1.4375rem;
  top: 61.25rem;
  width: 1.375rem;
}
.top_about__box {
  width: 43rem;
  margin: auto;
  max-width: 80%;
}
.top_about__ttl {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.top_about__desc p {
  font-size: 1.125rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .top_about__desc p {
    font-size: 1rem;
    line-height: 2.0714285714;
  }
}
.top_about__desc p:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
.top_about__btn {
  margin-top: 4.0625rem;
}

@media screen and (min-width: 769px) {
  .top_about__thumb-sp {
    display: none;
  }
}

.top_oshirase {
  background-color: #f6f6f6;
  padding: 4.375rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .top_oshirase {
    padding: 3.125rem 0 3.75rem;
  }
}
.top_oshirase__ttl {
  margin-bottom: 2rem;
  font-size: 3.25rem;
}
.top_oshirase__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top_oshirase__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.top_oshirase__fb-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.625rem;
          flex: 0 0 1.625rem;
  width: 1.625rem;
}

.cricle-arw {
  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;
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 50%;
  background-color: #0FAF8F;
}
@media screen and (max-width: 768px) {
  .cricle-arw {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.cricle-arw__arw {
  fill: #fff;
  width: 0.48125rem;
  height: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .cricle-arw__arw {
    width: 0.41875rem;
    height: 0.75rem;
  }
}

.top_guide {
  position: relative;
  background: #f6f6f6 url(../images/top/guide_bg.png) no-repeat 50% 50%;
  background-size: 2550px 100%;
  padding: 11.25rem 0 18rem;
  margin-top: -3.4375rem;
}
@media screen and (max-width: 768px) {
  .top_guide {
    background-image: url(../images/top/guide_bg_sp.png);
    padding: 3.625rem 0 3.75rem;
    background-size: 768px 100%;
  }
}
.top_guide__deco {
  position: absolute;
}
.top_guide__deco.--left01 {
  left: 0;
  bottom: 1.875rem;
  width: 17.375rem;
}
@media screen and (max-width: 768px) {
  .top_guide__deco.--left01 {
    width: 3.75rem;
  }
}
.top_guide__deco.--right01 {
  right: 0;
  top: 6.875rem;
  width: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top_guide__deco.--right01 {
    top: 4.375rem;
    width: 5.625rem;
  }
}
.top_guide__illust {
  position: absolute;
}
.top_guide__illust.--illust01 {
  width: 1.875rem;
  top: 6.8125rem;
  left: 7.7083333333%;
}
@media screen and (max-width: 768px) {
  .top_guide__illust.--illust01 {
    left: 2%;
    top: 1.5625rem;
    width: 0.9375rem;
  }
}
.top_guide__illust.--illust02 {
  width: 0.9375rem;
  top: 4.8125rem;
  right: 21.71875%;
}
@media screen and (max-width: 768px) {
  .top_guide__illust.--illust02 {
    right: 0;
    top: 11.875rem;
    width: 0.6875rem;
  }
}
.top_guide__illust.--illust03 {
  width: 6.3125rem;
  bottom: 7.9375rem;
  right: 9.2708333333%;
}
@media screen and (max-width: 768px) {
  .top_guide__illust.--illust03 {
    display: none;
  }
}
.top_guide__main {
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 3.0625rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .top_guide__main {
    margin-bottom: 1.5rem;
  }
}
.top_guide__main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33.9375rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_guide__main-link {
    height: 11.875rem;
    padding: 0.9375rem 1.8125rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .top_guide__main-cont {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_guide__main-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_guide__main-tag .tag-item {
  margin: 0 0.5rem;
  font-size: 1.625rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top_guide__main-tag .tag-item {
    font-size: 1.25rem;
    margin: 0 0.25rem;
    line-height: 1.31;
  }
}
.top_guide__main-ttl {
  font-weight: 900;
  font-size: 6.875rem;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .top_guide__main-ttl {
    font-size: 1.625rem;
  }
}
.top_guide__main-arw {
  position: absolute;
  right: 2.8125rem;
  bottom: 2.25rem;
  width: 3.8125rem;
  height: 3.8125rem;
}
@media screen and (max-width: 768px) {
  .top_guide__main-arw {
    width: 2.5625rem;
    height: 2.5625rem;
    bottom: 1.25rem;
    right: 2.1875rem;
  }
}
@media screen and (min-width: 769px) {
  .top_guide__main-arw .cricle-arw__arw {
    width: 0.75rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .top_guide__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top_guide__btm-item {
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .top_guide__btm-item {
    width: 31.8181818182%;
  }
}
@media screen and (max-width: 768px) {
  .top_guide__btm-item {
    border-radius: 6rem;
  }
  .top_guide__btm-item:not(:last-of-type) {
    margin-bottom: 1.0625rem;
  }
}
.top_guide__btm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 9.3125rem;
  font-weight: 900;
  font-size: 2.5rem;
  padding-right: 2em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top_guide__btm-link {
    font-size: 1.875rem;
    height: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .top_guide__btm-link {
    font-size: 1.125rem;
    height: 3.5rem;
  }
}
.top_guide__btm-arw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top_guide__btm-arw {
    right: 1.5625rem;
  }
}

.top_gallary {
  background-color: #f6f6f6;
  padding: 16.875rem 0 10.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_gallary {
    padding: 6.875rem 0 7.8125rem;
  }
}
.top_gallary__animal {
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .top_gallary__animal {
    width: 6.875rem;
    bottom: -0.9375rem;
  }
}
.top_gallary__deco-top {
  position: absolute;
  left: 0;
  top: 0;
}
.top_gallary__deco {
  position: absolute;
  left: 0;
}
.top_gallary__deco.--left01 {
  width: 3.625rem;
  top: 32.65625%;
}
.top_gallary__deco.--left02 {
  width: 7.9375rem;
  bottom: -5rem;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top_gallary__deco.--left02 {
    bottom: 5.3125rem;
    width: 3.3125rem;
    z-index: inherit;
  }
}
.top_gallary__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top_gallary__heading {
    margin-bottom: 2.5rem;
  }
}
.top_gallary__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top_gallary__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.top_gallary__col {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.top_gallary__ttl {
  margin-bottom: 2rem;
  font-size: 3.25rem;
}
.top_gallary__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_gallary__insta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.05rem;
  }
  .top_gallary__insta::after {
    content: "";
    display: block;
    width: 32.5%;
  }
}
.top_gallary__insta-post {
  width: 31%;
  margin: 0 0.3% 0.625rem;
}
@media screen and (max-width: 768px) {
  .top_gallary__insta-post {
    width: 32.5%;
    margin: 0 0 0.3125rem;
  }
}
.top_gallary__btn {
  margin-top: 4.6875rem;
}
.top_gallary .fb-page,
.top_gallary .fb-page span,
.top_gallary .facebook_wrap iframe {
  width: 100% !important;
}

.top_associates {
  padding: 5rem 0 9.0625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_associates {
    padding: 2rem 0 2.8125rem;
  }
}
.top_associates__deco {
  position: absolute;
  left: 0;
}
.top_associates__deco.--top {
  top: -2.625rem;
  top: -2rem;
}
@media screen and (max-width: 1024px) {
  .top_associates__deco.--top {
    top: -1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .top_associates__deco.--top {
    top: -0.3125rem;
  }
}
.top_associates__heading {
  margin-bottom: 4.625rem;
}
@media screen and (max-width: 768px) {
  .top_associates__heading {
    margin-bottom: 1.75rem;
  }
}
.top_associates__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top_associates__list {
    gap: 1em;
  }
}
.top_associates__list-item {
  margin: 0 0.625rem 1.875rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .top_associates__list-item {
    height: 3.3rem;
    margin-bottom: 0;
  }
}
.top_associates__list-item img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .top_associates__list-item {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .top_associates__list-item img {
    width: auto;
  }
}

.p-reletion-banner {
  background-color: #fff;
  padding-block: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-reletion-banner {
    width: 90%;
    padding-block: 3.125rem;
    margin-inline: auto;
  }
  .p-reletion-banner .p-reserve-banner .p-reserve-banner__text {
    line-height: 1.15;
    font-size: 1.2rem;
  }
}

.p-pages-hero {
  color: #fff;
  padding: 3.75rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero {
    padding: 1.875rem 0 3.5rem;
  }
}
.p-pages-hero.--padding-l {
  padding: 3rem 0 18.125rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero.--padding-l {
    padding-bottom: 9.375rem;
  }
}
.p-pages-hero.--padding-l .p-pages-hero__inner {
  min-height: auto;
}
.p-pages-hero.--height-low {
  padding: 3.75rem 0 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero.--height-low {
    padding: 1.875rem 0 0.9375rem;
  }
}
.p-pages-hero.--height-low .p-pages-hero__inner {
  min-height: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero.--height-low .p-pages-hero__inner {
    min-height: 6.875rem;
  }
}
.p-pages-hero.--pt02 {
  background-color: #fff;
  padding: 0;
  margin-bottom: 3.9375rem;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-pages-hero.--pt02 {
    margin-bottom: 2.5rem;
  }
}
.p-pages-hero.--pt02 .p-pages-hero__inner {
  min-height: auto;
}
.p-pages-hero.--pt02 .p-pages-hero__info-ttl {
  color: #0F55AF;
}
.p-pages-hero.--pt02 .p-pages-hero__info-data {
  color: #1D2A3A;
}
.p-pages-hero.--pt02 .p-pages-hero__nav {
  padding: 3rem 0 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero.--pt02 .p-pages-hero__nav {
    padding: 1.5625rem 0;
  }
}
.p-pages-hero.--pt02 .p-pages-hero__nav-item::after {
  border-color: #1D2A3A;
}
.p-pages-hero.--bg-gray {
  background-color: #f6f6f6;
}
.p-pages-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 31rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero__inner {
    min-height: 20rem;
  }
}
.p-pages-hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-pages-hero__nav-item {
  font-size: 0.8125rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-pages-hero__nav-item {
    font-size: 0.625rem;
  }
}
.p-pages-hero__nav-item:not(:last-of-type) {
  margin-right: 1.25rem;
  padding-right: 1.25rem;
}
.p-pages-hero__nav-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-pages-hero__info-ttl {
  font-size: 3.75rem;
  background: none;
}
@media screen and (max-width: 768px) {
  .p-pages-hero__info-ttl {
    font-size: 2.5rem;
  }
  .p-pages-hero__info-ttl.--modail-md {
    font-size: 2.125rem;
  }
}
.p-pages-hero__info-data {
  font-size: 1rem;
  font-weight: 500;
}
.p-pages-hero__info-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #0F55AF;
  text-align: center;
  margin-top: 10.1875rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero__info-center {
    margin-top: 5rem;
  }
}
.p-pages-hero__info-center-ttl {
  background-color: #fff;
  line-height: 1.25;
  margin-bottom: 1.8125rem;
  font-size: 3.75rem;
  padding: 0 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero__info-center-ttl {
    font-size: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
.p-pages-hero__info-center-desc {
  padding: 0 0.625rem;
  display: inline;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.7;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-pages-hero__info-center-desc {
    font-size: 0.9375rem;
  }
}
.p-pages-hero__info-center.--bg-blue .p-pages-hero__info-center-ttl,
.p-pages-hero__info-center.--bg-blue .p-pages-hero__info-center-desc {
  background-color: #0F55AF;
  color: #fff;
}
.p-pages-hero__btm-grad {
  position: absolute;
  width: 100%;
  height: 7.625rem;
  left: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.p-pages-col02 {
  padding: 6.1875rem 0 9.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-pages-col02 {
    padding: 2.5rem 0 2.5rem;
  }
}
.p-pages-col02::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3.4375rem;
  width: 8.3125rem;
  height: 32.5rem;
  background: url(../images/common/pags_side_deco.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .p-pages-col02::before {
    display: none;
  }
}
.p-pages-col02::after {
  content: "";
  width: 100%;
  height: 7.143125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6.875rem;
  z-index: 5;
  background: url(../images/common/main_contents_deco_btm.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .p-pages-col02::after {
    bottom: -4.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-col02::after {
    bottom: -1.375rem;
  }
}
.p-pages-col02__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-pages-col02__col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 9.5rem;
       -moz-column-gap: 9.5rem;
            column-gap: 9.5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-col02__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-col02__side {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-sidebar__nav-group {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2.1875rem;
  }
  .p-page-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-sidebar__banners {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-single .p-page-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-single .p-sidebar__nav-group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-pages-column-one {
  position: relative;
  padding-bottom: 9.25rem;
}
@media screen and (max-width: 768px) {
  .p-pages-column-one {
    padding-bottom: 4.6875rem;
  }
}
.p-pages-column-one::after {
  content: "";
  width: 100%;
  height: 7.143125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6.875rem;
  bottom: -5rem;
  z-index: 4;
  background: url(../images/common/main_contents_deco_btm.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  .p-pages-column-one::after {
    bottom: -4.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pages-column-one::after {
    bottom: -1.375rem;
  }
}

@media screen and (min-width: 769px) {
  .p-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13rem;
            flex: 0 0 13rem;
    position: sticky;
    left: 0;
    top: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sidebar {
    margin-bottom: 1.875rem;
  }
}
.p-sidebar__gr {
  padding: 0.6875rem 0;
  border-bottom: 1px dashed #cbcbcb;
}
.p-sidebar__ttl, .p-sidebar__nav {
  padding-left: 0.9375rem;
}
.p-sidebar__ttl {
  font-size: 1rem;
  color: #1d2a3a;
  position: relative;
}
.p-sidebar__ttl::before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #0F55AF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-sidebar__nav {
  margin-top: 0.3125rem;
}
.p-sidebar__nav-item {
  font-size: 0.875rem;
  color: #1d2a3a;
}
.p-sidebar__nav-item:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.p-sidebar__banners {
  margin-top: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .p-sidebar__banners {
    margin-top: 2.1875rem;
  }
}
.p-sidebar__banners-item {
  border-radius: 0.375rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
}
.p-sidebar__newes-post {
  background-image: repeating-linear-gradient(90deg, #cbcbcb, #cbcbcb 2px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.p-sidebar__newes-link {
  display: block;
  padding: 1rem 0;
}
.p-sidebar__newes-ttl {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
}

.p-page-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.p-page-main__block:not(:last-child) {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-page-main__block:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.p-page-main__block-ttl {
  margin-bottom: 1.5625rem;
}
.p-page-main__block-desc {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-page-main__block-desc {
    font-size: 1rem;
  }
}
.p-page-main__block-desc:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
.p-page-main__block-flow {
  margin-top: 2.1875rem;
}
.p-page-main__btm-bnr {
  border-radius: 0.8125rem;
  overflow: hidden;
}
.p-page-main__btm-bnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11.8125rem;
  color: #fff;
  padding: 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-main__btm-bnr_link {
    padding: 0.9375rem 1.5625rem;
    height: 9.6875rem;
  }
}
.p-page-main__btm-bnr_cont {
  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;
}
.p-page-main__btm-bnr_text {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-page-main__btm-bnr_text {
    font-size: 1.375rem;
  }
}
.p-page-main__btm-bnr .cricle-arw {
  margin-left: 1.0625rem;
}

.p-pages-fix-icons {
  position: fixed;
  left: 3.125rem;
  left: 10px;
  bottom: 10rem;
  bottom: 10px;
  width: 5rem;
  z-index: 9;
  width: 5.625rem;
  height: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-pages-fix-icons {
    left: 0.9375rem;
    bottom: 1.25rem;
    width: 3.4375rem;
  }
}
.p-pages-fix-icons__sub {
  position: absolute;
  width: 2.5rem;
  top: -0.25rem;
  right: -1rem;
}
@media screen and (max-width: 768px) {
  .p-pages-fix-icons__sub {
    width: 1.25rem;
  }
}

.p-reserve-banner {
  border-radius: 0.8125rem;
  overflow: hidden;
}
.p-reserve-banner.--width-midiam {
  width: 58rem;
  margin: auto;
  max-width: 100%;
}
.p-reserve-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11.8125rem;
  color: #fff;
  padding: 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-reserve-banner__link {
    padding: 0.9375rem 1.5625rem;
    height: 8.4375rem;
  }
}
.p-reserve-banner__cont {
  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;
}
.p-reserve-banner__text {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-reserve-banner__text {
    font-size: 1.375rem;
  }
}
.p-reserve-banner .cricle-arw {
  margin-left: 1.0625rem;
}

.p-faq-list__item {
  border-radius: 2.3125rem;
  overflow: hidden;
}
.p-faq-list__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.p-faq-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9F9F9;
  border-radius: 2.3125rem 2.3125rem 0 0;
  padding: 1.5625rem 1.8125rem;
  padding-right: 4.1875rem;
  position: relative;
  cursor: pointer;
}
.p-faq-list__head.is-accordion-open .p-faq-list__pluse::after {
  opacity: 0;
}
.p-faq-list__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  margin-right: 0.9375rem;
}
.p-faq-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.0625rem;
  line-height: 1.45;
}
.p-faq-list__pluse {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-transition: ease 0.32s;
  transition: ease 0.32s;
}
.p-faq-list__pluse::before, .p-faq-list__pluse::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2E2A2A;
}
.p-faq-list__pluse::before {
  width: 100%;
  height: 0.1875rem;
}
.p-faq-list__pluse::after {
  width: 0.1875rem;
  height: 100%;
}
.p-faq-list__content {
  -webkit-transition: ease 0.32s;
  transition: ease 0.32s;
  max-height: 0;
  overflow: hidden;
}
.p-faq-list__content.is-accordion-contents-open {
  max-height: 9999px;
  overflow: visible;
}
.p-faq-list__content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FCFCFC;
  border-radius: 0 0 1.875rem 1.875rem;
  padding: 1.5rem 1.8125rem;
}
.p-faq-list__desc {
  font-size: 0.9375rem;
  margin-top: -0.4375rem;
  font-weight: 500;
}
.p-faq-list__desc a {
  text-decoration: underline;
  color: #0F55AF;
}

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

.p-single-heading {
  padding-bottom: 2.25rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #d5d4d4;
}
.p-single-heading__info {
  margin-bottom: 0.875rem;
}
.p-single-heading__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-single-heading__date {
  color: #8694aa;
  font-size: 1.125rem;
}
.p-single-heading__new {
  color: #ff1766;
  font-weight: 900;
  font-size: 0.75rem;
}
.p-single-heading__title {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-single-heading__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-single-main {
  padding-bottom: 3.75rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #d5d4d4;
}
@media screen and (max-width: 768px) {
  .p-single-main {
    padding-bottom: 2.5rem;
    margin-bottom: 1.5625rem;
  }
}
.p-single-main__thumb {
  margin-bottom: 2.375rem;
}
.p-single-main__content {
  font-weight: 500;
}
.p-single-main__content p {
  font-size: 1rem;
  line-height: 2.5;
}

.p-single-nav {
  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;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-single-nav {
    font-size: 0.875rem;
    margin-bottom: 3.125rem;
  }
}
.p-single-nav__move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-single-nav__move {
    gap: 0.5rem;
  }
}
.p-single-nav__move.--prev .cricle-arw__arw {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-single-nav__move.--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.p-single-nav__move .cricle-arw {
  background-color: #0F55AF;
}
.p-single-nav__btn {
  background-color: #e8ebee;
  border-radius: 1.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.5rem;
          flex: 0 0 11.5rem;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single-nav__btn {
    -ms-flex-preferred-size: 7.5rem;
        flex-basis: 7.5rem;
    padding: 0.75rem 0;
  }
}

@media screen and (max-width: 768px) {
  .p-table {
    overflow-x: scroll;
  }
}
.p-table:not(:last-of-type) {
  margin-bottom: 2.4375rem;
}
.p-table__main {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .p-table__main {
    width: 768px;
  }
}
.p-table__main thead th {
  background-color: #0F55AF;
  color: #fff;
  text-align: center;
  padding: 1.25rem 0;
  font-size: 1.25rem;
  border-radius: 0.625rem 0.625rem 0 0;
  border: none;
  line-height: 1.13;
}
@media screen and (max-width: 768px) {
  .p-table__main thead th {
    font-size: 1rem;
  }
}
.p-table__main thead th .sub {
  font-size: 0.68em;
}
.p-table__main thead.radius-area th {
  border-radius: 0;
  border: 1px solid #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}
.p-table__main thead.radius-area tr:first-of-type th:first-of-type {
  border-radius: 0.5rem 0 0 0;
}
.p-table__main thead.radius-area tr:first-of-type th:last-of-type {
  border-radius: 0 0.5rem 0 0;
}
.p-table__main th,
.p-table__main td {
  text-align: center;
  border: 1px solid #d6d6d6;
  padding: 0.8125rem 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-table__main th,
  .p-table__main td {
    font-size: 0.75rem;
  }
}
.p-table__main th.left,
.p-table__main td.left {
  width: 12.5rem;
}
.p-table__main th em,
.p-table__main td em {
  color: #E80707;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  vertical-align: top;
  display: inline-block;
  margin-left: 0.1875rem;
}
.p-table__main th {
  background-color: #E2EFFF;
}

.p-table-note-list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-table-note-list {
    margin-top: 1.4375rem;
  }
}
.p-table-note-list__item {
  font-size: 0.9375rem;
  text-indent: -0.625rem;
  padding-left: 0.625rem;
}
.p-table-note-list__item::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background-color: #1D2A3A;
  display: inline-block;
  margin-right: 0.1875rem;
}
.p-table-note-list__item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.p-table-note-list__item em {
  color: #E80707;
  font-style: normal;
  font-weight: 800;
  vertical-align: bottom;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.3125rem;
}

.announce {
  padding: 9.1875rem 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .announce {
    padding: 4rem 0;
  }
}
.announce.announce-pages-pt01 {
  padding: 14.8125rem 0 13.3125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .announce.announce-pages-pt01 {
    padding: 2.8125rem 0;
  }
}
.announce__deco-left {
  position: absolute;
  left: 0;
  top: 5.0625rem;
  width: 8.8125rem;
}
@media screen and (max-width: 1024px) {
  .announce__deco-left {
    display: none;
  }
}
.announce__deco-right {
  position: absolute;
  right: 0;
  top: 18rem;
  width: 4.3125rem;
}
@media screen and (max-width: 1024px) {
  .announce__deco-right {
    display: none;
  }
}
.announce__nav {
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .announce__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .announce__nav-item {
    width: 31.8181818182%;
  }
}
@media screen and (max-width: 768px) {
  .announce__nav-item:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
.announce__nav-thumb {
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 1.5625rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .announce__nav-thumb {
    margin-bottom: 0.875rem;
  }
}
.announce__nav-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.announce__nav-ttl .title {
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .announce__nav-ttl .title {
    font-size: 1.25rem;
  }
}
.announce__nav-ttl .cricle-arw {
  background-color: #0F55AF;
  margin-left: 0.8125rem;
  width: 1.625rem;
  height: 1.625rem;
  aspect-ratio: 1/1;
}
.announce__nav-ttl .cricle-arw .cricle-arw__arw {
  width: 0.4375rem;
  height: 0.625rem;
}
.announce__nav-ttl .cricle-arw.--red {
  background-color: #ff0000;
}
.announce__nav-ttl .cricle-arw.--red .cricle-arw__arw {
  width: 0.625rem;
  height: 0.5rem;
}
.announce__faq {
  background-color: #fff;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.15);
  padding: 2.1875rem 3.75rem;
  padding-right: 2.0625rem;
}
@media screen and (min-width: 769px) {
  .announce__faq {
    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) {
  .announce__faq {
    padding: 1.25rem 1.625rem;
    padding-right: 0.875rem;
  }
}
.announce__faq-heading {
  font-weight: 900;
  color: #0F55AF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .announce__faq-heading {
    margin-right: 4.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .announce__faq-heading {
    font-size: 1.75rem;
    margin-bottom: 0.1875rem;
  }
}
.announce__faq-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.announce__faq-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .announce__faq-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.announce__faq-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .announce__faq-ttl {
    font-size: 0.9375rem;
    line-height: 1.55;
  }
}
.announce__faq-arw {
  background-color: #0F55AF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .announce__faq-arw {
    margin-top: -0.5rem;
  }
}

.access-flow {
  margin-top: 3.25rem;
}
.access-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access-flow__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    padding-bottom: 3.125rem;
  }
  .access-flow__list::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background-image: radial-gradient(circle, #1d2a3a 0.5px, transparent 0.5px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 6px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1px;
    height: 3.125rem;
  }
}
.access-flow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .access-flow__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
  }
  .access-flow__item .access-flow__line {
    display: none;
  }
  .access-flow__item .access-flow__time {
    padding: 0.9375rem 0;
  }
}
.access-flow__from {
  border: 1px solid #0F55AF;
  border-radius: 0.625rem;
  color: #0F55AF;
  text-align: center;
  padding: 1.125rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}
.access-flow__from.--band {
  background-color: #0F55AF;
  color: #fff;
}
.access-flow__to {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-flow__line {
  background-image: radial-gradient(circle, #1d2a3a 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1px;
  height: 1.6875rem;
}
.access-flow__col {
  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) {
  .access-flow__col {
    display: block;
  }
}
.access-flow__time {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.access-flow__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-flow__icon.--fly {
  width: 1rem;
  margin-right: 0.4375rem;
}
.access-flow__icon.--car {
  width: 1.875rem;
  margin-right: 0.4375rem;
}
.access-flow__icon.--bus {
  width: 1.9375rem;
  margin-right: 0.5625rem;
}
.access-flow__duration {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
  font-size: 1rem;
}

.access_map {
  background-color: #f6f6f6;
  padding: 4.5rem 0;
}
@media screen and (max-width: 768px) {
  .access_map {
    padding: 1.875rem 0;
  }
}
.access_map__cont {
  height: 37.1875rem;
  border: 0.625rem solid #fff;
}
@media screen and (max-width: 768px) {
  .access_map__cont {
    height: 16.875rem;
  }
}

.access-route {
  margin-top: 2.5rem;
}
.access-route__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .access-route__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.access-route__img {
  width: 100%;
  margin: 0;
}
.access-route__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-route__text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.65;
}

.access-btm-bnr {
  margin-top: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .access-btm-bnr {
    margin-top: 4.375rem;
  }
}

.about {
  position: relative;
  z-index: 3;
  margin-top: -1.875rem;
}
.about__top {
  gap: 9.5rem;
  margin-bottom: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 2.5rem;
    margin-bottom: 3.4375rem;
  }
}
.about__top-map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.about__top-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
}
@media screen and (max-width: 768px) {
  .about__top-info {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.about__top-ttl {
  margin-bottom: 0.96875rem;
}
.about__top-desc {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__top-desc {
    font-size: 1rem;
  }
}
.about__middle {
  max-width: 100%;
  width: 58rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .about__middle {
    margin-bottom: 3.125rem;
  }
}
.about__middle-ttl {
  margin-bottom: 0.96875rem;
}
.about__images {
  display: grid;
  grid-template-columns: repeat(3, 22.5rem);
  gap: 2.5rem;
  margin-bottom: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .about__images {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.about__slides {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .about__slides {
    margin-bottom: 3.75rem;
  }
}
.about__dates {
  margin-bottom: 14.625rem;
}
@media screen and (max-width: 768px) {
  .about__dates {
    margin-bottom: 5.625rem;
  }
}
.about__dates-ttl {
  margin-bottom: 1.6875rem;
}
.about__dates-info {
  margin-bottom: 7.4375rem;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.about__dates-dt {
  font-weight: 600;
}
.information {
  position: relative;
  z-index: 3;
  margin-top: -5.625rem;
}
.information__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .information__points {
    display: block;
    margin-bottom: 2.8125rem;
  }
}
.information__points-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  border-radius: 1.25rem;
  border: 2px solid #0F55AF;
  background-color: #f6faff;
  position: relative;
  padding: 2.1875rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .information__points-item:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
.information__points-num {
  background-color: #0F55AF;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5.625rem;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 800;
  top: -1.3125rem;
  color: #fff;
  padding: 0.3125rem 1.5rem;
}
.information__points-catch {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #0F55AF;
  margin-bottom: 1.4375rem;
  line-height: 1.2;
}
.information__points-sub {
  font-size: 1.125rem;
}
.information__points-main {
  font-size: 1.9375rem;
}
.information__points-desc {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.54;
}
.information__block:not(:last-of-type) {
  margin-bottom: 7.5625rem;
}
@media screen and (max-width: 768px) {
  .information__block:not(:last-of-type) {
    margin-bottom: 3.5625rem;
  }
}
.information__heading {
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .information__heading {
    margin-bottom: 1.6875rem;
  }
}
.information__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8125rem;
}
@media screen and (max-width: 768px) {
  .information__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5625rem;
  }
}
.information__pic-col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 15.0625rem;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .information__pic-col02 {
    width: 100%;
    height: 10.625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.information__pic {
  border-radius: 0.625rem;
  height: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.information__pic-wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.information__pic-sm {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.information__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
}
@media screen and (max-width: 768px) {
  .information__info {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.information__info-ttl {
  margin-bottom: 0.625rem;
}
.information__sub-blocks {
  margin-top: 3.75rem;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.125rem 0;
}
@media screen and (max-width: 768px) {
  .information__sub-blocks {
    display: block;
    padding: 0;
  }
}
.information__sub-block {
  padding: 0 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
}
@media screen and (min-width: 769px) {
  .information__sub-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .information__sub-block {
    padding: 1.5625rem 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  .information__sub-block:not(:last-of-type) {
    border-right: 2px dotted #b6b6b6;
  }
}
@media screen and (max-width: 768px) {
  .information__sub-block:not(:last-of-type) {
    border-bottom: 2px dotted #b6b6b6;
  }
}
.information__sub-block-pic {
  height: 6.375rem;
}
.information__sub-block-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.information__sub-block-dt {
  font-size: 1.375rem;
  margin-bottom: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .information__sub-block-dt {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
  }
  .information__sub-block-dt::before {
    position: relative;
    top: 0.15625rem;
  }
}
.information__sub-block-dd {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .information__sub-block-dd {
    font-size: 0.9375rem;
  }
}
.information__slides {
  margin-top: 2.3125rem;
}

.sightseeing-map {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .sightseeing-map {
    padding: 3.4375rem 0;
  }
}
.sightseeing-map__ttl {
  margin-bottom: 1.5625rem;
}
.sightseeing-map__map {
  aspect-ratio: 1/0.5;
}
@media screen and (max-width: 768px) {
  .sightseeing-map__map {
    aspect-ratio: 1/1;
  }
}
.sightseeing-map__cap {
  color: #0F55AF;
}

.sightseeing-spot {
  padding: 2.5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .sightseeing-spot {
    padding: 1.5625rem 0 4.375rem;
  }
}
.sightseeing-spot__ttl {
  margin-bottom: 1.875rem;
}
.sightseeing-spot__sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .sightseeing-spot__sub-ttl {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}
.sightseeing-spot__sub-ttl-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 1.875rem;
}
.sightseeing-spot__lists {
  display: grid;
  grid-template-columns: repeat(2, 47%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .sightseeing-spot__lists {
    grid-template-columns: 1fr;
  }
}
.sightseeing-spot__lists-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
.sightseeing-spot__lists-head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  gap: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.sightseeing-spot__lists-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375rem;
}
.sightseeing-spot__lists-thumb {
  aspect-ratio: 1/0.4;
  border-radius: 0.6875rem;
  overflow: hidden;
}
.sightseeing-spot__lists-ttl {
  font-size: 1.2rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0.75rem;
  border-bottom: 4px dotted #c1c1c1;
  color: #0F55AF;
}
@media screen and (max-width: 768px) {
  .sightseeing-spot__lists-desc {
    font-size: 0.9rem;
  }
}
.sightseeing-spot__lists-tb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sightseeing-spot__lists-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sightseeing-spot__lists-row:not(:last-of-type) {
  margin-bottom: 0.125rem;
}
.sightseeing-spot__lists-row-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: center;
  background-color: #0F55AF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sightseeing-spot__lists-row-label {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    font-size: 0.9rem;
  }
}
.sightseeing-spot__lists-row-data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.3125rem 1.125rem;
  font-size: 0.9rem;
  background-color: #F5FCFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.sightseeing-spot__lists-btm {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sightseeing-spot__lists-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .sightseeing-spot__lists-access {
    font-size: 0.88rem;
  }
}
.sightseeing-spot__lists-access-icon {
  width: 1.875rem;
}
.sightseeing-spot__lists-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.sightseeing-spot__lists-links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .sightseeing-spot__lists-links-link {
    font-size: 0.88rem;
  }
}
.sightseeing-spot__lists-links-icon {
  width: 1.25rem;
}
.privacy-main {
  padding: 5rem 0 8.75rem;
}
@media screen and (max-width: 768px) {
  .privacy-main {
    padding: 2.5rem 0 5.5rem;
  }
}
.privacy-main__block:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .privacy-main__block:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
.privacy-main__ttl {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-main__ttl {
    font-size: 1.28rem;
  }
}
.privacy-main__desc {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.privacy-main__gr-ttl {
  color: #0F55AF;
  margin-bottom: 0.5rem;
  font-size: 1.12rem;
}
.privacy-main__lists {
  margin-bottom: 1rem;
}
.privacy-main__lists li {
  list-style-position: inside;
  list-style-type: disc;
}
.privacy-main__nums {
  margin-bottom: 1rem;
}
.privacy-main__nums li {
  list-style-type: decimal;
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

.u-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex-sb.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

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

.u-mb-30 {
  margin-bottom: 1.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-text-link {
  text-decoration: underline;
  color: #0faf8f;
}/*# sourceMappingURL=style.css.map */