@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
input[type=file],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.l-header__inner {
  max-width: 117.5rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 120px;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: clamp(11.875rem, 16.625vw, 20.125rem);
  padding: 1rem 1.75rem;
  background-color: #fff;
}
.l-header__menu {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  flex-flow: column-reverse;
  gap: 0.5rem;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.l-header__nav {
  width: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: 1rem 2vw;
  align-items: center;
}
.l-header__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(0.6875rem, 1vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.08rem;
}
.l-header__nav .c-text-link.--sm::after {
  width: 1rem;
  height: 1rem;
}
.l-header__controls {
  display: inline-flex;
  gap: 1rem;
  padding: 0.625rem 0.75rem 0.625rem 1.25rem;
  background-color: #f8f8f8;
  border-radius: 999rem;
}
.l-header__controls-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.l-header__controls-title {
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
}
.l-header__controls-fz {
  padding: 0.1875rem 0.25rem;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 999rem;
}
.l-header__controls-bg {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.l-hum {
  position: absolute;
  top: 0;
  right: -1.25rem;
  z-index: 9999;
  width: 4.5rem;
  height: 4.5rem;
  border: none;
}
.l-hum span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../images/common/icon_hum_open.svg") no-repeat center/contain;
  transition: 0.3s all;
}
.l-hum.is-active span {
  background-image: url("../images/common/icon_hum_close.svg");
}

@media all and (min-width: 1281px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-link::before {
    position: absolute;
    bottom: -0.125rem;
    left: 50%;
    display: block;
    width: 0;
    height: 2px;
    content: "";
    background-color: #0076d8;
    transition: 0.3s all;
    transform: translateX(-50%);
    backface-visibility: hidden;
  }
  .l-header__nav-link:hover::before {
    width: 100%;
  }
  .l-header__nav-item.is-active .l-header__nav-link::before {
    width: 100%;
  }
  .l-header__links-sp, .l-header__logo-sp {
    display: none;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header__container {
    height: 4rem;
  }
  .l-header__logo {
    width: 9.375rem;
    padding: 0.5rem;
    margin-left: -0.5rem;
  }
  .l-header__menu {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 2;
    display: none;
    width: calc(100% + 40px);
    height: 100dvh;
  }
  .l-header__menu::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    content: "";
    background-color: #0076d8;
    transform-origin: center;
  }
  .l-header__menu.is-active::after {
    animation: animationBgHeaderOpen 0.5s forwards;
    animation-timing-function: ease-in-out;
  }
  .l-header__menu.is-active .l-header__nav,
  .l-header__menu.is-active .l-header__controls {
    animation: animationHeaderMenu 0.5s forwards;
    animation-delay: 0.65s;
  }
  .l-header__nav-container {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4.5rem 0 0;
    overflow-y: scroll;
  }
  .l-header__nav {
    padding: 0 2.9375rem 0 3rem;
    opacity: 0;
    transform: translateY(20px);
  }
  .l-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-header__nav-item {
    flex-direction: column;
    height: auto;
  }
  .l-header__nav-item.--pc {
    display: none;
  }
  .l-header__nav-link {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1.1875rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.095rem;
  }
  .l-header__links-sp {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    align-items: flex-start;
    margin-top: 1.125rem;
  }
  .l-header__links-sp .c-text-link.--sm {
    color: #fff;
  }
  .l-header__links-sp .c-text-link.--sm::after {
    background-image: url("../images/common/icon_blank_white.svg");
  }
  .l-header__logo-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    margin-top: 2rem;
    background-color: #fff;
    border: 2px solid #91aec7;
    border-radius: 0.25rem;
  }
  .l-header__controls {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.25rem 2.9375rem 1.25rem 3rem;
    margin-top: 2.5rem;
    border-radius: 0;
    opacity: 0;
    transform: translateY(20px);
  }
  .l-header__controls-item {
    justify-content: space-between;
    min-width: 15.3125rem;
  }
  .l-header__controls-fz {
    padding: 0.1875rem 0.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 999rem;
  }
  .l-header__controls-bg {
    display: flex;
    gap: 0.25rem;
    align-items: center;
  }
}
.js-bg-black .l-header__nav-item .c-text-link,
.js-bg-blue .l-header__nav-item .c-text-link {
  color: #fff;
}
.js-bg-black .l-header__nav-item .c-text-link.--blank::after,
.js-bg-blue .l-header__nav-item .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_white.svg");
}
.js-bg-black .l-header__nav-link,
.js-bg-blue .l-header__nav-link {
  color: #fff;
}
.js-bg-black .l-header__nav-link::before,
.js-bg-blue .l-header__nav-link::before {
  background-color: #fff;
}
.js-bg-black .l-header__controls,
.js-bg-blue .l-header__controls {
  background-color: inherit;
  border: 1px solid #fff;
  color: #fff;
}

.js-bg-black .l-header {
  background-color: #000;
}
.js-bg-black .l-header__menu::after {
  background-color: #000;
}

.js-bg-blue .l-header {
  background-color: #00f;
}
.js-bg-blue .l-header__menu::after {
  background-color: #00f;
}

.js-bg-yellow .l-header {
  background-color: #ff0;
}
.js-bg-yellow .l-header__menu::after {
  background-color: #ff0;
}
.js-bg-yellow .l-header__nav-item .c-text-link {
  color: #000;
}
.js-bg-yellow .l-header__nav-link {
  color: #000;
}
.js-bg-yellow .l-header__nav-link::before {
  background-color: #000;
}
.js-bg-yellow .l-header__controls {
  background-color: inherit;
  border: 1px solid #000;
  color: #000;
}

/* footer */
.l-footer {
  margin-top: 10rem;
  background-color: #dcf1f3;
  position: relative;
  overflow: hidden;
}
.l-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.875rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4.125rem 0 3.625rem;
}
.l-footer__box {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 2.625rem;
  margin-bottom: 2.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
.l-footer__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7.625rem;
  padding: 0.1875rem 1rem 0.25rem;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.07rem;
  background-color: #0076d8;
  border-radius: 999rem;
}
.l-footer__sitemap {
  display: inline-flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: calc(100% - 14.375rem);
}
.l-footer__sitemap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.l-footer__sitemap-link {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.08rem;
}
@media (hover: hover) {
  .l-footer__sitemap-link {
    transition: 0.3s linear opacity;
  }
  .l-footer__sitemap-link:hover {
    opacity: 0.7;
  }
}
.l-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  min-height: 4rem;
  background-color: #fff;
  border: 2px solid #91aec7;
  border-radius: 0.25rem;
}
.l-footer__copyright {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.07rem;
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 7.5rem;
  }
  .l-footer__container {
    flex-direction: column;
    padding: 2rem 0 6.625rem;
  }
  .l-footer__box {
    position: relative;
    padding: 2.1875rem 1.6875rem 1.5625rem 1.75rem;
  }
  .l-footer__box-title {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 7rem;
    padding: 0.25rem 1rem 0.25rem 0.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.065rem;
    border-radius: 0 999rem 999rem 0;
  }
  .l-footer__sitemap {
    gap: 0.25rem;
    max-width: 100%;
    padding: 0 1.6875rem 0 1.75rem;
  }
  .l-footer__sitemap-list {
    flex-direction: column;
  }
  .l-footer__sitemap-list + .l-footer__sitemap-list {
    margin-top: 0.625rem;
  }
  .l-footer__sitemap-link {
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.095rem;
  }
  .l-footer__logo {
    width: 100%;
    margin-top: 1.875rem;
  }
  .l-footer__copyright {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.js-bg-black .l-footer__box,
.js-bg-blue .l-footer__box {
  background-color: inherit;
  border: 1px solid #fff;
}
.js-bg-black .l-footer__box-title,
.js-bg-blue .l-footer__box-title {
  background-color: #fff;
  color: #000;
}
.js-bg-black .l-footer__sitemap-item .c-text-link,
.js-bg-blue .l-footer__sitemap-item .c-text-link {
  color: #fff;
}
.js-bg-black .l-footer__sitemap-item .c-text-link.--blank::after,
.js-bg-blue .l-footer__sitemap-item .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_white.svg");
}
.js-bg-black .l-footer__sitemap-link,
.js-bg-blue .l-footer__sitemap-link {
  color: #fff;
}
.js-bg-black .l-footer__copyright,
.js-bg-blue .l-footer__copyright {
  background-color: inherit;
}

.js-bg-black .l-footer {
  background-color: #000;
}

.js-bg-blue .l-footer {
  background-color: #00f;
}

.js-bg-yellow .l-footer {
  background-color: #ff0;
}
.js-bg-yellow .l-footer__box {
  background-color: inherit;
  border: 1px solid #000;
}
.js-bg-yellow .l-footer__box-title {
  background-color: #000;
  color: #ff0;
}
.js-bg-yellow .l-footer__sitemap-link {
  color: #000;
}
.js-bg-yellow .l-footer__copyright {
  background-color: inherit;
  color: #000;
}

/* main */
.l-inner {
  width: 77.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 62.5rem;
}

.l-section-first {
  margin-top: 10rem;
}
.l-section-first + .l-section {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
  .l-section-first {
    margin-top: 6.25rem;
  }
  .l-section-first + .l-section {
    margin-top: 7.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button-font {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 1.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  border-radius: 999rem;
}
.c-button-font.is-active {
  color: #fff;
  background-color: #0076d8;
}
@media (hover: hover) {
  .c-button-font {
    transition: 0.3s linear opacity;
  }
  .c-button-font:hover {
    opacity: 0.7;
  }
}

.c-button-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.875rem;
  border-radius: 50%;
}
.c-button-bg.--white {
  background-color: #fff;
  border: 1px solid #bcbcbc;
}
.c-button-bg.--blue {
  color: #fff;
  background-color: #0076d8;
}
.c-button-bg.--yellow {
  background-color: #fede00;
}
.c-button-bg.--black {
  color: #fff;
  background-color: #333;
}
.c-button-bg.is-active {
  color: #333;
  background-color: #fff;
  border: 1px solid #91aec7;
}
@media (hover: hover) {
  .c-button-bg {
    transition: 0.3s linear opacity;
  }
  .c-button-bg:hover {
    opacity: 0.7;
  }
}

.c-button-instagram {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  min-height: 5rem;
  padding: 0 4.375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  background-color: #fff;
  border-radius: 999rem;
}
.c-button-instagram::before {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_instagram.svg") no-repeat center/contain;
}
.c-button-instagram__bird {
  position: absolute;
  right: 3.625rem;
  bottom: calc(100% - 6px);
  width: 5.125rem;
}
.c-button-instagram__icon {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .c-button-instagram:hover .c-button-instagram__icon::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}

@media only screen and (max-width: 767px) {
  .c-button-bg,
  .c-button-font {
    font-size: 0.8125rem;
    letter-spacing: 0.065rem;
  }
  .c-button-instagram {
    padding: 0 3.75rem;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.09rem;
  }
  .c-button-instagram__icon {
    right: 1.25rem;
  }
  .c-button-instagram__icon.u-icon-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .c-button-instagram::before {
    position: absolute;
    top: 50%;
    left: 1.875rem;
    transform: translateY(-50%);
  }
  .c-button-instagram__bird {
    right: 3.4375rem;
    bottom: calc(100% - 4px);
    width: 3rem;
  }
}
.js-bg-black .c-button-font {
  color: #000;
}
.js-bg-black .c-button-font.is-active {
  color: #fff;
  background-color: #000;
}
.js-bg-black .c-button-bg.--white, .js-bg-black .c-button-bg.--yellow {
  color: #000;
}
.js-bg-black .c-button-bg.--yellow {
  background-color: #ff0;
}
.js-bg-black .c-button-bg.is-active {
  border: 1px solid #fff;
}

.js-bg-blue .c-button-font {
  color: #00f;
}
.js-bg-blue .c-button-font.is-active {
  color: #fff;
  background-color: #00f;
}
.js-bg-blue .c-button-bg.--white, .js-bg-blue .c-button-bg.--yellow {
  color: #000;
}
.js-bg-blue .c-button-bg.--yellow {
  background-color: #ff0;
}
.js-bg-blue .c-button-bg.is-active {
  border: 1px solid #fff;
}

.js-bg-yellow .c-button-font {
  color: #000;
}
.js-bg-yellow .c-button-font.is-active {
  color: #fff;
  background-color: #000;
}
.js-bg-yellow .c-button-bg.--white, .js-bg-yellow .c-button-bg.--yellow {
  color: #000;
}

.js-bg-black .c-button,
.js-bg-blue .c-button {
  color: #fff;
}

.js-bg-yellow .c-button {
  color: #000;
}

.js-bg-black .c-heading,
.js-bg-black .c-heading-h1,
.js-bg-black .c-heading-h2,
.js-bg-black .c-heading-h3,
.js-bg-black .c-heading-h4,
.js-bg-black .c-heading-h5,
.js-bg-black .c-heading-h6,
.js-bg-blue .c-heading,
.js-bg-blue .c-heading-h1,
.js-bg-blue .c-heading-h2,
.js-bg-blue .c-heading-h3,
.js-bg-blue .c-heading-h4,
.js-bg-blue .c-heading-h5,
.js-bg-blue .c-heading-h6 {
  color: #fff;
}
.js-bg-black .c-heading__en,
.js-bg-black .c-heading-h1__en,
.js-bg-black .c-heading-h2__en,
.js-bg-black .c-heading-h3__en,
.js-bg-black .c-heading-h4__en,
.js-bg-black .c-heading-h5__en,
.js-bg-black .c-heading-h6__en,
.js-bg-blue .c-heading__en,
.js-bg-blue .c-heading-h1__en,
.js-bg-blue .c-heading-h2__en,
.js-bg-blue .c-heading-h3__en,
.js-bg-blue .c-heading-h4__en,
.js-bg-blue .c-heading-h5__en,
.js-bg-blue .c-heading-h6__en {
  color: #fff;
}
.js-bg-black .c-heading__jp,
.js-bg-black .c-heading-h1__jp,
.js-bg-black .c-heading-h2__jp,
.js-bg-black .c-heading-h3__jp,
.js-bg-black .c-heading-h4__jp,
.js-bg-black .c-heading-h5__jp,
.js-bg-black .c-heading-h6__jp,
.js-bg-blue .c-heading__jp,
.js-bg-blue .c-heading-h1__jp,
.js-bg-blue .c-heading-h2__jp,
.js-bg-blue .c-heading-h3__jp,
.js-bg-blue .c-heading-h4__jp,
.js-bg-blue .c-heading-h5__jp,
.js-bg-blue .c-heading-h6__jp {
  color: #fff;
}

.js-bg-yellow .c-heading,
.js-bg-yellow .c-heading-h1,
.js-bg-yellow .c-heading-h2,
.js-bg-yellow .c-heading-h3,
.js-bg-yellow .c-heading-h4,
.js-bg-yellow .c-heading-h5,
.js-bg-yellow .c-heading-h6 {
  color: #000;
}
.js-bg-yellow .c-heading__en,
.js-bg-yellow .c-heading-h1__en,
.js-bg-yellow .c-heading-h2__en,
.js-bg-yellow .c-heading-h3__en,
.js-bg-yellow .c-heading-h4__en,
.js-bg-yellow .c-heading-h5__en,
.js-bg-yellow .c-heading-h6__en {
  color: #000;
}
.js-bg-yellow .c-heading__jp,
.js-bg-yellow .c-heading-h1__jp,
.js-bg-yellow .c-heading-h2__jp,
.js-bg-yellow .c-heading-h3__jp,
.js-bg-yellow .c-heading-h4__jp,
.js-bg-yellow .c-heading-h5__jp,
.js-bg-yellow .c-heading-h6__jp {
  color: #000;
}

.js-bg-black .c-list-dot__item,
.js-bg-blue .c-list-dot__item {
  color: #fff;
}

.js-bg-yellow .c-list-dot__item {
  color: #000;
}

.js-bg-black .c-text-link,
.js-bg-blue .c-text-link {
  color: #fff;
}
.js-bg-black .c-text-link.--blank::after,
.js-bg-blue .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_white.svg");
}
.js-bg-black .c-text-link.--download::after,
.js-bg-blue .c-text-link.--download::after {
  background-image: url("../images/common/icon_download_white.svg");
}
.js-bg-black .c-text-link.--black,
.js-bg-blue .c-text-link.--black {
  color: #fff;
}

.js-bg-yellow .c-text-link {
  color: #000;
}
.js-bg-yellow .c-text-link.--blank {
  color: #000;
}
.js-bg-yellow .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_black.svg");
}
.js-bg-yellow .c-text-link.--download::after {
  background-image: url("../images/common/icon_download_black.svg");
}
.js-bg-yellow .c-text-link.--white.--instagram {
  color: #000;
}
.js-bg-yellow .c-text-link.--white.--instagram::before {
  background-image: url("../images/common/icon_instagram_black.svg");
}

.js-bg-black .c-text,
.js-bg-blue .c-text {
  color: #fff;
}

.js-bg-yellow .c-text {
  color: #000;
}

.js-bg-black .c-button,
.js-bg-blue .c-button {
  color: #fff;
}

.js-bg-yellow .c-button {
  color: #000;
}

.js-bg-black .c-heading,
.js-bg-black .c-heading-h1,
.js-bg-black .c-heading-h2,
.js-bg-black .c-heading-h3,
.js-bg-black .c-heading-h4,
.js-bg-black .c-heading-h5,
.js-bg-black .c-heading-h6,
.js-bg-blue .c-heading,
.js-bg-blue .c-heading-h1,
.js-bg-blue .c-heading-h2,
.js-bg-blue .c-heading-h3,
.js-bg-blue .c-heading-h4,
.js-bg-blue .c-heading-h5,
.js-bg-blue .c-heading-h6 {
  color: #fff;
}

.js-bg-black .c-heading__en,
.js-bg-black .c-heading-h1__en,
.js-bg-black .c-heading-h2__en,
.js-bg-black .c-heading-h3__en,
.js-bg-black .c-heading-h4__en,
.js-bg-black .c-heading-h5__en,
.js-bg-black .c-heading-h6__en,
.js-bg-blue .c-heading__en,
.js-bg-blue .c-heading-h1__en,
.js-bg-blue .c-heading-h2__en,
.js-bg-blue .c-heading-h3__en,
.js-bg-blue .c-heading-h4__en,
.js-bg-blue .c-heading-h5__en,
.js-bg-blue .c-heading-h6__en {
  color: #fff;
}

.js-bg-black .c-heading__jp,
.js-bg-black .c-heading-h1__jp,
.js-bg-black .c-heading-h2__jp,
.js-bg-black .c-heading-h3__jp,
.js-bg-black .c-heading-h4__jp,
.js-bg-black .c-heading-h5__jp,
.js-bg-black .c-heading-h6__jp,
.js-bg-blue .c-heading__jp,
.js-bg-blue .c-heading-h1__jp,
.js-bg-blue .c-heading-h2__jp,
.js-bg-blue .c-heading-h3__jp,
.js-bg-blue .c-heading-h4__jp,
.js-bg-blue .c-heading-h5__jp,
.js-bg-blue .c-heading-h6__jp {
  color: #fff;
}

.js-bg-yellow .c-heading,
.js-bg-yellow .c-heading-h1,
.js-bg-yellow .c-heading-h2,
.js-bg-yellow .c-heading-h3,
.js-bg-yellow .c-heading-h4,
.js-bg-yellow .c-heading-h5,
.js-bg-yellow .c-heading-h6 {
  color: #000;
}

.js-bg-yellow .c-heading__en,
.js-bg-yellow .c-heading-h1__en,
.js-bg-yellow .c-heading-h2__en,
.js-bg-yellow .c-heading-h3__en,
.js-bg-yellow .c-heading-h4__en,
.js-bg-yellow .c-heading-h5__en,
.js-bg-yellow .c-heading-h6__en {
  color: #000;
}

.js-bg-yellow .c-heading__jp,
.js-bg-yellow .c-heading-h1__jp,
.js-bg-yellow .c-heading-h2__jp,
.js-bg-yellow .c-heading-h3__jp,
.js-bg-yellow .c-heading-h4__jp,
.js-bg-yellow .c-heading-h5__jp,
.js-bg-yellow .c-heading-h6__jp {
  color: #000;
}

.js-bg-black .c-list-dot__item,
.js-bg-blue .c-list-dot__item {
  color: #fff;
}

.js-bg-yellow .c-list-dot__item {
  color: #000;
}

.js-bg-black .c-text-link,
.js-bg-blue .c-text-link {
  color: #fff;
}

.js-bg-black .c-text-link.--blank::after,
.js-bg-blue .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_white.svg");
}

.js-bg-black .c-text-link.--download::after,
.js-bg-blue .c-text-link.--download::after {
  background-image: url("../images/common/icon_download_white.svg");
}

.js-bg-black .c-text-link.--black,
.js-bg-blue .c-text-link.--black {
  color: #fff;
}

.js-bg-yellow .c-text-link {
  color: #000;
}

.js-bg-yellow .c-text-link.--blank {
  color: #000;
}

.js-bg-yellow .c-text-link.--blank::after {
  background-image: url("../images/common/icon_blank_black.svg");
}

.js-bg-yellow .c-text-link.--download::after {
  background-image: url("../images/common/icon_download_black.svg");
}

.js-bg-yellow .c-text-link.--white.--instagram {
  color: #000;
}

.js-bg-yellow .c-text-link.--white.--instagram::before {
  background-image: url("../images/common/icon_instagram_black.svg");
}

.js-bg-black .c-text,
.js-bg-blue .c-text {
  color: #fff;
}

.js-bg-yellow .c-text {
  color: #000;
}

.c-button {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.09rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button__icon {
  margin-left: 1rem;
}
.c-button__icon.u-icon-arrow {
  position: relative;
}
.c-button.--back .c-button__icon {
  margin-right: 1rem;
  margin-left: inherit;
}
.c-button.--blank .c-button__icon::after {
  background: transparent url("../images/common/icon_blank_white.svg") no-repeat center/18px 18px;
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  padding: 0 0.25rem;
  margin-left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0;
  content: "PDF";
  background: none;
  border: 1px solid #333;
}
@media (hover: hover) {
  .c-button:hover .c-button__icon::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    font-size: 1.0625rem;
    letter-spacing: 0.1275rem;
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-weight: 700;
}
.c-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  content: "";
  background: transparent url("../images/common/bd_dot.png") repeat-x left/15px 5px;
}
.c-heading__en {
  display: block;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
}
.c-heading__jp {
  display: block;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .c-heading__en {
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: normal;
  }
}
.c-heading-h1 {
  font-size: 2rem;
  font-weight: 900;
}

.c-heading-h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.16rem;
}
.c-heading-h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  content: "";
  background: transparent url("../images/common/bd_dot.png") repeat-x left/15px 5px;
}

@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06rem;
  }
  .c-heading-h2::after {
    background-size: 10px 4px;
  }
}
.c-heading-h3 {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.12rem;
}
.c-heading-h3::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #0076d8;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    padding-left: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06rem;
  }
  .c-heading-h3::before {
    top: 0.8125rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-heading-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0076d8;
  letter-spacing: 0.06rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h4 {
    font-size: 1.3125rem;
    letter-spacing: 0.0525rem;
  }
}
.c-heading-h5 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0525rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h5 {
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
}
.c-heading-h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.045rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h6 {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.c-list-dot__item {
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.08rem;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.5875rem;
  left: 0.5625rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #efb900;
  border-radius: 50%;
}
.c-list-dot__item.--blue::before {
  background-color: #0076d8;
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 0.9375rem;
    letter-spacing: 0.1125rem;
  }
  .c-list-dot__item::before {
    top: 0.5875rem;
    left: 0.5625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item {
  text-indent: -1rem;
  padding-left: 1rem;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  margin-right: 0.375rem;
  line-height: 1.8;
  color: #0076d8;
  text-decoration: underline;
  letter-spacing: 0.08rem;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  padding: 0 0.25rem;
  margin-left: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0;
  content: "PDF";
  background: none;
  border: 1px solid #0076d8;
}
.c-text-link.--download::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_download.svg") no-repeat center/contain;
}
.c-text-link.--sm {
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
}
.c-text-link.--xxsm {
  font-size: 0.625rem;
}
.c-text-link.--instagram {
  position: relative;
  padding-left: 2.5rem;
  text-decoration: none;
}
.c-text-link.--instagram::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  background: transparent url("../images/common/icon_instagram.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.c-text-link.--white {
  color: #fff;
}
.c-text-link.--white.--instagram::before {
  background-image: url("../images/common/icon_instagram_white.svg");
}
.c-text-link.--black {
  color: #333;
}
.c-text-link.--black::after {
  background-image: url("../images/common/icon_blank_black.svg");
}
.c-text-link.--event {
  display: block;
  margin: 0.25rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03rem;
  cursor: pointer;
  background-color: #0076d8;
  border-radius: 0.25rem;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-link.--sm {
    font-size: 0.8125rem;
    letter-spacing: 0.065rem;
  }
  .c-text-link.--event {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}
.c-text.--xlg {
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
.c-text.--lg {
  font-size: 1.125rem;
  letter-spacing: 0.09rem;
}
.c-text.--sm {
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
}
.c-text.--xsm {
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
}
.c-text.--twostars {
  position: relative;
  padding-left: 3rem;
  margin: 0.75rem 0;
}
.c-text.--twostars::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.75rem;
  height: 2.75rem;
  content: "";
  background: #fff url("../images/common/icon_twostars.svg") no-repeat center/26px 16px;
  border-radius: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.9375rem;
    letter-spacing: 0.1125rem;
  }
  .c-text.--xlg {
    font-size: 1.1875rem;
    letter-spacing: 0.095rem;
  }
  .c-text.--lg {
    font-size: 1.0625rem;
    letter-spacing: 0.1275rem;
  }
  .c-text.--sm {
    font-size: 0.8125rem;
    letter-spacing: 0.065rem;
  }
  .c-text.--xsm {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}
.c-input + .c-input {
  margin-top: 1.5rem;
}
.c-input__optional {
  margin-left: 0.5rem;
}
.c-input__optional.--required {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0rem 0.375rem;
  color: #f00;
  border: 1px solid #f00;
  border-radius: 0.1875rem;
  background-color: #fff;
}
.c-input__support-text {
  margin-top: 0.5rem;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__container {
  width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 0.5rem;
  outline: 0;
}
.c-input__container:focus {
  border-color: #d3d3d3;
}
.c-input__container.error {
  border-color: #f00;
}
.c-input__radio-wrap.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.c-input__radio-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.c-input__label.--max {
  display: block;
  width: 100%;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #333;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #0076d8;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container {
  border: 0.125rem solid #0076d8;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid #91aec7;
  border-radius: 0.25rem;
  background-color: #fff;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 50%;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #0076d8;
  border-color: #0076d8;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__file {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 10rem;
  height: 2.5rem;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  opacity: 0;
}
.c-input__file-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 2.5rem;
  font-size: 1rem;
  background-color: #ececec;
  border-radius: 0.25rem;
  border: 1px solid #acacac;
  transition: 0.3s;
  z-index: 1;
}
.c-input__file-text:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-input__file-name {
  margin-left: 10px;
  font-size: 1rem;
  color: #333;
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #f00;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #91aec7;
  border-bottom: 0.125rem solid #91aec7;
  transform: rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}

.js-bg-black .c-input__container,
.js-bg-blue .c-input__container {
  border-color: #fff;
  background-color: #fff;
}
.js-bg-black .c-input__radio-container,
.js-bg-blue .c-input__radio-container {
  border-color: #fff;
}
.js-bg-black .c-input__radio-container::after,
.js-bg-blue .c-input__radio-container::after {
  background-color: #fff;
}
.js-bg-black .c-input__radio:checked + .c-input__radio-container,
.js-bg-blue .c-input__radio:checked + .c-input__radio-container {
  border-color: #fff;
}
.js-bg-black .c-input__error-text,
.js-bg-blue .c-input__error-text {
  color: #fff;
}

.js-bg-yellow .c-input__container {
  border-color: #000;
}
.js-bg-yellow .c-input__radio-container {
  border-color: #000;
}
.js-bg-yellow .c-input__radio-container::after {
  background-color: #000;
}
.js-bg-yellow .c-input__radio:checked + .c-input__radio-container {
  border-color: #000;
}
.js-bg-yellow .c-input__error-text {
  color: #000;
}

/* project */
.p-accordion__item + .p-accordion__item {
  margin-top: 1.25rem;
}
.p-accordion__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  padding: 0.625rem 4.625rem 0.625rem 2rem;
  color: #fff;
  cursor: pointer;
  background-color: #0076d8;
  border-radius: 999rem;
}
.p-accordion__head-icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: translateY(-50%);
}
.p-accordion__head-icon::after, .p-accordion__head-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
}
.p-accordion__head-icon::after {
  transform: translateX(-50%) translateY(-50%);
}
.p-accordion__head-icon::before {
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.p-accordion__head-icon.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.p-accordion__head.is-active .p-accordion__head-icon::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.p-accordion__content {
  padding: 1rem 2rem;
}

@media only screen and (max-width: 767px) {
  .p-accordion__head {
    min-height: 3.5rem;
    padding: 0.625rem 3.875rem 0.625rem 1.25rem;
  }
  .p-accordion__head-icon {
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-accordion__head-icon::after, .p-accordion__head-icon::before {
    width: 1rem;
  }
  .p-accordion__content {
    padding: 1rem 1.25rem;
  }
}
.js-bg-black .p-accordion__head,
.js-bg-blue .p-accordion__head {
  background-color: inherit;
  border: 1px solid #fff;
}

.js-bg-yellow .p-accordion__head {
  background-color: inherit;
  border: 1px solid #333;
}
.js-bg-yellow .p-accordion__head-icon::after, .js-bg-yellow .p-accordion__head-icon::before {
  background-color: #333;
}

.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
  border: 0.0625rem solid #91aec7;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #333;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #fff;
    background-color: #333;
  }
}

.p-banner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
}
.p-banner__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
.p-banner__link-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-banner__link-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-banner__link-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background: rgba(255, 255, 255, 0.8);
}
.p-banner__link-title {
  font-size: 2rem;
  font-weight: 900;
  color: #0076d8;
  letter-spacing: 0.08rem;
}
.p-banner__link-icon {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.p-banner__link-icon.u-icon-arrow, .p-banner__link-icon.u-icon-blank {
  position: relative;
}
@media (hover: hover) {
  .p-banner__link:hover .p-banner__link-icon::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}

@media only screen and (max-width: 767px) {
  .p-banner__link-title {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06rem;
  }
}
.p-breadline {
  position: relative;
  z-index: 2;
  margin-top: -1.75rem;
  margin-left: 30rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  color: #0076d8;
  letter-spacing: 0.03rem;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.5rem;
  color: #333;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-breadline__item a {
    transition: 0.3s linear opacity;
  }
  .p-breadline__item a:hover {
    opacity: 0.7;
  }
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  width: 50%;
}
.p-breadline__divider {
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #91aec7;
}

@media only screen and (max-width: 767px) {
  .p-breadline {
    display: none;
  }
}
.js-bg-black .p-breadline__item,
.js-bg-blue .p-breadline__item {
  color: #fff;
}
.js-bg-black .p-breadline__item a,
.js-bg-blue .p-breadline__item a {
  color: #fff;
}
.js-bg-black .p-breadline__divider,
.js-bg-blue .p-breadline__divider {
  color: #fff;
}

.js-bg-yellow .p-breadline__item {
  color: #000;
}
.js-bg-yellow .p-breadline__item a {
  color: #000;
}
.js-bg-yellow .p-breadline__divider {
  color: #000;
}

.p-buttons {
  margin-top: 2.5rem;
  text-align: center;
}
.p-buttons.--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
}
.p-buttons.--center {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-buttons.--flex {
    flex-direction: column;
    justify-content: center;
  }
}
.p-card-buttons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.p-card-buttons.--column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.875rem;
}
.p-card-buttons.--column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.4375rem;
}
.p-card-buttons__item {
  width: 100%;
}
.p-card-buttons__link {
  position: relative;
  display: flex;
  gap: 0 1rem;
  align-items: center;
  min-height: 10rem;
  padding: 1rem 5rem 1rem 2.5rem;
  background-color: #0076d8;
  border-radius: 1.25rem;
}
.p-card-buttons__link-img {
  width: 5rem;
}
.p-card-buttons__link-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-weight: 700;
  color: #fff;
}
.p-card-buttons__link-title strong {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 1.2;
}
.p-card-buttons__link-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .p-card-buttons__link:hover .p-card-buttons__link-icon::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}

@media only screen and (max-width: 1280px) {
  .p-card-buttons.--column3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.875rem;
  }
  .p-card-buttons__link {
    padding: 1rem 4rem 1rem 1.25rem;
  }
  .p-card-buttons__link-icon {
    right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-card-buttons.--column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .p-card-buttons.--column3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .p-card-buttons__link {
    padding: 1rem 3.5rem 1rem 1.25rem;
  }
}
.js-bg-black .p-card-buttons__link,
.js-bg-blue .p-card-buttons__link {
  background-color: inherit;
  border: 1px solid #fff;
}

.js-bg-yellow .p-card-buttons__link {
  background-color: inherit;
  border: 1px solid #000;
}
.js-bg-yellow .p-card-buttons__link-title {
  color: #000;
}

.p-column-wide {
  display: flex;
  gap: 2.5rem 3.75rem;
}
.p-column-wide__img {
  width: calc(50vw - 40px);
}
.p-column-wide__content {
  width: calc(50vw - 20px);
  max-width: 37.5rem;
  padding: 0 1.25rem;
}
.p-column-wide.--reverse {
  flex-direction: row-reverse;
}
.p-column-wide.--center {
  align-items: center;
}

@media only screen and (max-width: 1280px) {
  .p-column-wide {
    flex-direction: column;
  }
  .p-column-wide__img {
    width: 100%;
  }
  .p-column-wide__img img {
    width: 100%;
  }
  .p-column-wide__content {
    width: 100%;
    max-width: 100%;
  }
  .p-column-wide.--reverse {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-column__item {
    flex-wrap: wrap;
  }
  .p-column__title {
    font-size: 1.3125rem;
  }
  .p-column__img, .p-column__content {
    width: 100%;
  }
  .p-column__img {
    padding-top: 56.862745098%;
  }
  .p-column02 + .p-column02 {
    margin-top: 4rem;
  }
  .p-column02.--column2 {
    flex-direction: column;
  }
  .p-column02__img {
    width: 100%;
  }
  .p-column02__content {
    width: 100%;
  }
}
.p-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
}
.p-content__item {
  width: calc((100% - 1rem) / 2);
}
.p-content__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2.5rem 2.375rem;
  background-color: #0076d8;
  border-radius: 1.25rem;
}
.p-content__link-bird {
  position: absolute;
  right: 1.5rem;
  bottom: calc(100% - 0.5rem);
  width: 7.5rem;
  height: 6.875rem;
  background: transparent url("../images/index/img_bird.png") no-repeat center/contain;
}
.p-content__link-icon {
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
}
@media (hover: hover) {
  .p-content__link:hover .p-content__link-icon::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
  .p-content__link:hover .p-content__img {
    transform: scale(1.1);
  }
}
.p-content__title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #fff;
}
.p-content__title-en {
  margin-bottom: 0.25rem;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.p-content__img {
  width: 10.625rem;
  margin: 0 auto;
  margin-top: 1.25rem;
  transition: 0.3s linear all;
}

@media only screen and (max-width: 767px) {
  .p-content__item {
    width: 100%;
  }
  .p-content__link {
    padding: 0.75rem 1.5rem 1.25rem;
    border-radius: 0.625rem;
  }
  .p-content__link-icon {
    right: 1.25rem;
    bottom: 1.25rem;
  }
  .p-content__link-icon.u-icon-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-content__link-bird {
    right: 1.25rem;
    bottom: calc(100% - 0.3125rem);
    width: 5rem;
    height: 4.375rem;
  }
  .p-content__title {
    margin-right: -1.5rem;
  }
  .p-content__title-en {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .p-content__img {
    width: 6.25rem;
    margin-top: 0.5rem;
  }
}
.js-bg-black .p-content__link,
.js-bg-blue .p-content__link,
.js-bg-yellow .p-content__link {
  background-color: inherit;
}

.js-bg-black .p-content__link,
.js-bg-blue .p-content__link {
  border: 1px solid #fff;
}

.js-bg-yellow .p-content__link {
  border: 1px solid #000;
}
.js-bg-yellow .p-content__title-en {
  color: #000;
}

.p-box-wide {
  padding: 4rem 7.5rem;
  background-color: #f2fcfd;
  border-radius: 1.25rem;
}
.p-box-wide.--bg-yellow {
  background-color: #fffbed;
}

@media only screen and (max-width: 1280px) {
  .p-box-wide {
    padding: 2rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.js-bg-black .p-box, .js-bg-black .p-box-wide,
.js-bg-blue .p-box,
.js-bg-blue .p-box-wide {
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}
.js-bg-black .p-box.--bg-white, .js-bg-black .p-box-wide.--bg-white,
.js-bg-blue .p-box.--bg-white,
.js-bg-blue .p-box-wide.--bg-white {
  background-color: inherit;
  color: #fff;
}

.js-bg-yellow .p-box, .js-bg-yellow .p-box-wide {
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}
.js-bg-yellow .p-box.--bg-white, .js-bg-yellow .p-box-wide.--bg-white {
  background-color: inherit;
  color: #000;
}

.js-bg-black .p-table,
.js-bg-blue .p-table {
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}
.js-bg-black .p-table__th,
.js-bg-blue .p-table__th {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}
.js-bg-black .p-table__td,
.js-bg-blue .p-table__td {
  border-color: #fff;
}

.js-bg-yellow .p-table {
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}
.js-bg-yellow .p-table__th {
  background-color: inherit;
  color: #000;
  border-color: #000;
}
.js-bg-yellow .p-table__td {
  border-color: #000;
}

.p-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 3.375rem 6rem;
  justify-content: center;
}
.p-guide__item {
  width: 18rem;
  max-width: 100%;
}
.p-guide__title {
  margin-top: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.p-guide__img {
  position: relative;
  width: 16.25rem;
  height: 16.25rem;
  margin: 0 auto;
}
.p-guide__img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  .p-content__item {
    width: 100%;
  }
  .p-content__link {
    padding: 0.75rem 1.5rem 1.25rem;
    border-radius: 0.625rem;
  }
  .p-content__link-icon {
    right: 1.25rem;
    bottom: 1.25rem;
  }
  .p-content__link-icon.u-icon-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-content__link-bird {
    right: 1.25rem;
    bottom: calc(100% - 0.3125rem);
    width: 5rem;
    height: 4.375rem;
  }
  .p-content__title {
    margin-right: -1.5rem;
  }
  .p-content__title-en {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .p-content__img {
    width: 6.25rem;
    margin-top: 0.5rem;
  }
}
.js-bg-black .p-content__link,
.js-bg-blue .p-content__link,
.js-bg-yellow .p-content__link {
  background-color: inherit;
}

.js-bg-black .p-content__link,
.js-bg-blue .p-content__link {
  border: 1px solid #fff;
}

.js-bg-yellow .p-content__link {
  border: 1px solid #000;
}
.js-bg-yellow .p-content__title-en {
  color: #000;
}

.p-box-wide {
  padding: 4rem 7.5rem;
  background-color: #f2fcfd;
  border-radius: 1.25rem;
}

.p-box-wide.--bg-yellow {
  background-color: #fffbed;
}

@media only screen and (max-width: 1280px) {
  .p-box-wide {
    padding: 2rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.js-bg-black .p-box, .js-bg-black .p-box-wide,
.js-bg-blue .p-box,
.js-bg-blue .p-box-wide {
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}

.js-bg-black .p-box.--bg-white, .js-bg-black .p-box-wide.--bg-white,
.js-bg-blue .p-box.--bg-white,
.js-bg-blue .p-box-wide.--bg-white {
  background-color: inherit;
  color: #fff;
}

.js-bg-yellow .p-box, .js-bg-yellow .p-box-wide {
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}

.js-bg-yellow .p-box.--bg-white, .js-bg-yellow .p-box-wide.--bg-white {
  background-color: inherit;
  color: #000;
}

.js-bg-black .p-table,
.js-bg-blue .p-table {
  background-color: inherit;
  color: #fff;
  border: 1px solid #fff;
}

.js-bg-black .p-table__th,
.js-bg-blue .p-table__th {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}

.js-bg-black .p-table__td,
.js-bg-blue .p-table__td {
  border-color: #fff;
}

.js-bg-yellow .p-table {
  background-color: inherit;
  color: #000;
  border: 1px solid #000;
}

.js-bg-yellow .p-table__th {
  background-color: inherit;
  color: #000;
  border-color: #000;
}

.js-bg-yellow .p-table__td {
  border-color: #000;
}

.p-box {
  padding: 2rem 2.5rem;
  background-color: #f2fcfd;
  border-radius: 10px;
}
.p-box.--bg-white {
  background-color: #fff;
}
.p-box__title {
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1rem 1.25rem;
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  background-color: #fff;
}
.p-table__th {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  vertical-align: middle;
  background-color: #dcf1f3;
  border: 0.0625rem solid #91aec7;
}
.p-table__th.--w-percent25 {
  width: 25%;
}
.p-table__td {
  padding: 0.75rem 1.5rem;
  vertical-align: middle;
  border: 0.0625rem solid #91aec7;
}

@media only screen and (max-width: 767px) {
  .p-table {
    font-size: 0.9375rem;
    letter-spacing: 0.1125rem;
  }
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
  .p-table__th.--w-percent25 {
    width: 150px;
  }
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
  .p-table.--spVertical {
    display: block;
    border: 0.0625rem solid #91aec7;
  }
  .p-table.--spVertical tbody,
  .p-table.--spVertical tr,
  .p-table.--spVertical .p-table__th,
  .p-table.--spVertical .p-table__td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.p-mainvisual__container {
  position: relative;
}
.p-mainvisual__catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49.6875vw;
}
.p-mainvisual__catch-text01 {
  margin-bottom: 0.5rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.2;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.135rem;
}
.p-mainvisual__catch-text02 {
  max-width: 28.125rem;
}
.p-mainvisual__swimtime {
  position: absolute;
  bottom: 9.375rem;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 30rem;
  min-height: 16.25rem;
  padding: 1.8125rem 9.25rem 1.8125rem 5.375rem;
  color: #fff;
  background-color: #0076d8;
  border-radius: 0 999rem 999rem 0;
  display: flex;
}
.p-mainvisual__swimtime-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-mainvisual__swimtime-day {
  font-family: "Alata", sans-serif;
  line-height: 1.8;
}
.p-mainvisual__swimtime-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: left;
}
.p-mainvisual__swimtime-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  content: "";
  background: transparent url("../images/common/bd_dot.png") repeat-x left/15px 5px;
}
.p-mainvisual__swimtime-text01 {
  display: flex;
  align-items: center;
}
.p-mainvisual__swimtime-text01 .c-text {
  width: 6.875rem;
  text-align: center;
}
.p-mainvisual__swimtime-text02 {
  display: flex;
  align-items: center;
  font-family: "Alata", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}
.p-mainvisual__swimtime-text02 .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.875rem;
}
.p-mainvisual__swimtime-text02 .dot {
  display: flex;
  align-items: center;
  margin-left: -0.25rem;
  font-size: 1.75rem;
}
.p-mainvisual__swimtime .line {
  width: 0.125rem;
  height: 1.5rem;
  margin: 0 0.75rem;
  background-color: #fff;
  transform: rotate(15deg);
}
.p-mainvisual__swimtime .hyphen {
  width: 0.75rem;
  height: 0.1875rem;
  margin: 0 0.75rem;
  background-color: #fff;
}
.p-mainvisual__swimtime-futatsuboshi {
  display: flex;
  gap: 0.25rem;
  margin: 0.5rem 0;
}
.p-mainvisual__swimtime-futatsuboshi strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 2.625rem;
  padding-bottom: 0.5rem;
  color: #0076d8;
  background: transparent url("../images/common/img_tereina.svg") no-repeat center/contain;
}
.p-mainvisual__swimtime-futatsuboshi strong.--ff-sub {
  font-family: "Alata", sans-serif;
}
.p-mainvisual__notice {
  width: calc(100% - 40px);
  max-width: 50rem;
  margin: 0 auto;
  overflow: hidden;
  background-color: #d73030;
  border: 2px solid #d73030;
  border-radius: 1.25rem;
}
.p-mainvisual__notice-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  color: #fff;
}
.p-mainvisual__notice-content {
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .p-mainvisual {
    margin-top: -1.375rem;
    overflow: hidden;
  }
  .p-mainvisual__container {
    padding-bottom: 1.5rem;
  }
  .p-mainvisual__img {
    position: relative;
  }
  .p-mainvisual__img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21.8666666667vw;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }
  .p-mainvisual__catch {
    height: 78.9333333333vw;
    padding-top: 2rem;
  }
  .p-mainvisual__catch-text01 {
    margin-bottom: 0.1875rem;
    font-size: 1.0625rem;
    letter-spacing: 0.135rem;
  }
  .p-mainvisual__catch-text02 {
    max-width: 17.75rem;
  }
  .p-mainvisual__swimtime {
    position: relative;
    bottom: 0;
    left: calc(100% - 260px);
    max-width: 18.75rem;
    min-height: 18.75rem;
    padding: 2rem 4.125rem;
    border-radius: 50%;
  }
  .p-mainvisual__swimtime.js-fade-left {
    transform: translateX(100px);
  }
  .p-mainvisual__swimtime.js-fade-left.is-active {
    opacity: 1;
    transform: translateX(0);
  }
  .p-mainvisual__swimtime-day {
    font-size: 0.75rem;
  }
  .p-mainvisual__swimtime-title {
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
  }
  .p-mainvisual__swimtime-title::after {
    background-size: 10px 4px;
  }
  .p-mainvisual__swimtime-text01 {
    margin-top: 0.5rem;
  }
  .p-mainvisual__swimtime-text01 .c-text {
    width: 4.75rem;
    font-size: 0.75rem;
  }
  .p-mainvisual__swimtime-text02 {
    font-size: 1.375rem;
    letter-spacing: 0.055rem;
  }
  .p-mainvisual__swimtime-text02 .time {
    width: 4.75rem;
  }
  .p-mainvisual__swimtime-text02 .dot {
    margin-left: -0.375rem;
    font-size: 1.25rem;
  }
  .p-mainvisual__swimtime .line {
    width: 0.125rem;
    height: 1.125rem;
    margin: 0 0.5rem;
  }
  .p-mainvisual__swimtime .hyphen {
    width: 0.5rem;
    height: 0.125rem;
    margin: 0 0.375rem;
  }
  .p-mainvisual__swimtime-futatsuboshi {
    display: flex;
    gap: 0.125rem;
    margin: 0;
  }
  .p-mainvisual__swimtime-futatsuboshi strong {
    width: 3.3125rem;
    height: 2.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.625rem;
  }
  .p-mainvisual__notice {
    margin-top: 1.5rem;
    border-radius: 0.625rem;
  }
}
.js-bg-black .p-mainvisual__swimtime {
  background-color: #000;
}
.js-bg-black .p-mainvisual__swimtime-futatsuboshi strong {
  color: #000;
}
.js-bg-black .p-mainvisual__notice {
  border-color: #fff;
  background-color: inherit;
}
.js-bg-black .p-mainvisual__notice-title {
  color: #000;
  background-color: #fff;
}
.js-bg-black .p-mainvisual__notice-content {
  background-color: inherit;
}

.js-bg-blue .p-mainvisual__swimtime {
  background-color: #00f;
}
.js-bg-blue .p-mainvisual__swimtime-futatsuboshi strong {
  color: #00f;
}
.js-bg-blue .p-mainvisual__notice {
  border-color: #fff;
  background-color: inherit;
}
.js-bg-blue .p-mainvisual__notice-title {
  color: #000;
  background-color: #fff;
}
.js-bg-blue .p-mainvisual__notice-content {
  background-color: inherit;
}

.js-bg-yellow .p-mainvisual__swimtime {
  background-color: #ff0;
  color: #000;
}
.js-bg-yellow .p-mainvisual__swimtime-futatsuboshi strong {
  color: #000;
}
.js-bg-yellow .p-mainvisual__swimtime .line, .js-bg-yellow .p-mainvisual__swimtime .hyphen {
  background-color: #000;
}
.js-bg-yellow .p-mainvisual__notice {
  border-color: #000;
  background-color: inherit;
}
.js-bg-yellow .p-mainvisual__notice-title {
  color: #fff;
  background-color: #000;
}
.js-bg-yellow .p-mainvisual__notice-content {
  background-color: inherit;
}

.p-news__list {
  padding: 0.25rem 0;
  background-color: #fff;
  border: 0.125rem solid #91aec7;
  border-radius: 1.25rem;
}
.p-news__item:not(:last-child) {
  border-bottom: 0.125rem solid #91aec7;
}
.p-news__link {
  position: relative;
  display: block;
  padding: 1.625rem 7.5rem 1.625rem 2.5rem;
}
.p-news__link-icon {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}
.p-news__link.--nolink {
  pointer-events: none;
}
@media (hover: hover) {
  .p-news__link:hover .p-news__link-icon::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}
.p-news__link-day {
  display: inline-block;
  margin-right: 1rem;
  white-space: nowrap;
}
.p-news__link-cat {
  display: inline-block;
  margin-right: 1rem;
  white-space: nowrap;
}
.p-news__link-cat.--01 {
  color: #0076d8;
}
.p-news__link-cat.--02 {
  color: #008e1a;
}
.p-news__link-cat.--03 {
  color: #d44242;
}
.p-news__link-cat.--04 {
  color: #666;
}
.p-news__link-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news__button {
  margin-top: 2.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news__list {
    border-radius: 0.625rem;
  }
  .p-news__link {
    padding: 0.875rem 4.1875rem 1.375rem 1.75rem;
  }
  .p-news__link::after {
    right: 1.6875rem;
    width: 2rem;
    height: 2rem;
  }
  .p-news__link-icon {
    right: 1.5rem;
  }
  .p-news__button {
    margin-top: 1.75rem;
  }
}
.js-bg-black .p-news__list,
.js-bg-blue .p-news__list {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}
.js-bg-black .p-news__item,
.js-bg-blue .p-news__item {
  border-color: #fff;
}
.js-bg-black .p-news__link-day,
.js-bg-blue .p-news__link-day {
  color: #fff;
}
.js-bg-black .p-news__link-cat.--01, .js-bg-black .p-news__link-cat.--02, .js-bg-black .p-news__link-cat.--03, .js-bg-black .p-news__link-cat.--04,
.js-bg-blue .p-news__link-cat.--01,
.js-bg-blue .p-news__link-cat.--02,
.js-bg-blue .p-news__link-cat.--03,
.js-bg-blue .p-news__link-cat.--04 {
  color: #fff;
}

.js-bg-yellow .p-news__list {
  background-color: inherit;
  color: #000;
  border-color: #000;
}
.js-bg-yellow .p-news__item {
  border-color: #000;
}
.js-bg-yellow .p-news__link-cat.--01, .js-bg-yellow .p-news__link-cat.--02, .js-bg-yellow .p-news__link-cat.--03, .js-bg-yellow .p-news__link-cat.--04 {
  color: #000;
}

.p-pagetitle {
  position: relative;
  height: 27.5rem;
  overflow: hidden;
}
.p-pagetitle__img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 20px);
  max-width: 107.5rem;
  height: calc(100% - 40px);
  background: transparent no-repeat center/cover;
  border-radius: 999rem 0 0 999rem;
}
.p-pagetitle__box {
  position: absolute;
  bottom: 0;
  left: -79px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35rem;
  max-width: 100%;
  min-height: 12.75rem;
  background-color: #0076d8;
  border-radius: 0 999rem 999rem 0;
}
.p-pagetitle__title {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
}
.p-pagetitle__title-en {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 4rem;
  line-height: normal;
}
.p-pagetitle__title-jp {
  margin-top: -0.625rem;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 13.75rem;
  }
  .p-pagetitle__img {
    height: calc(100% - 20px);
    border-radius: 0.75rem 0 0 0.75rem;
  }
  .p-pagetitle__box {
    left: -40px;
    width: 17.5rem;
    min-height: 6.375rem;
  }
  .p-pagetitle__title-en {
    font-size: 2rem;
    line-height: normal;
  }
  .p-pagetitle__title-jp {
    margin-top: -0.3125rem;
    font-size: 0.625rem;
  }
}
body.news .p-pagetitle__img {
  background: transparent url("../images/news/img_pagetitle.jpg") no-repeat center/cover;
}

body.news-single .p-pagetitle__img {
  background: transparent url("../images/news/img_pagetitle.jpg") no-repeat center/cover;
}

body.about .p-pagetitle__img {
  background: transparent url("../images/about/img_pagetitle.jpg") no-repeat center/cover;
}

body.guide .p-pagetitle__img {
  background: transparent url("../images/guide/img_pagetitle.jpg") no-repeat center/cover;
}

body.access .p-pagetitle__img {
  background: transparent url("../images/access/img_pagetitle.jpg") no-repeat center/cover;
}

body.contact .p-pagetitle__img {
  background: transparent url("../images/contact/img_pagetitle.jpg") no-repeat center/cover;
}

.js-bg-black .p-pagetitle__box {
  background-color: #000;
}

.js-bg-blue .p-pagetitle__box {
  background-color: #00f;
}

.js-bg-yellow .p-pagetitle__box {
  background-color: #ff0;
}
.js-bg-yellow .p-pagetitle__title-en {
  color: #000;
}
.js-bg-yellow .p-pagetitle__title-jp {
  color: #000;
}

.p-pagination {
  margin-top: 5rem;
  text-align: center;
  font-family: "Alata", sans-serif;
}
.p-pagination__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #333;
  width: 2.5rem;
  height: 2.5rem;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #3ab6ee;
  }
  .p-pagination__item a:hover .u-icon-arrow::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}
.p-pagination__item span {
  color: #3ab6ee;
}
.p-pagination__item.--prev {
  margin-right: 1.25rem;
}
.p-pagination__item.--next {
  margin-left: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .p-pagination__list {
    gap: 0.5rem;
  }
  .p-pagination__item span,
  .p-pagination__item a {
    width: 2rem;
    height: 2rem;
  }
  .p-pagination__item.--prev {
    margin-right: 0.5rem;
  }
  .p-pagination__item.--next {
    margin-left: 0.5rem;
  }
}
.js-bg-black .p-pagination__item span,
.js-bg-black .p-pagination__item a,
.js-bg-blue .p-pagination__item span,
.js-bg-blue .p-pagination__item a {
  color: #fff;
}
@media (hover: hover) {
  .js-bg-black .p-pagination__item a:hover,
  .js-bg-blue .p-pagination__item a:hover {
    background-color: #fff;
  }
}
.js-bg-black .p-pagination__item.--prev a, .js-bg-black .p-pagination__item.--next a,
.js-bg-blue .p-pagination__item.--prev a,
.js-bg-blue .p-pagination__item.--next a {
  background-color: inherit;
}
.js-bg-black .p-pagination__item.--prev a:hover, .js-bg-black .p-pagination__item.--next a:hover,
.js-bg-blue .p-pagination__item.--prev a:hover,
.js-bg-blue .p-pagination__item.--next a:hover {
  background-color: inherit;
}
.js-bg-black .p-pagination__item span,
.js-bg-blue .p-pagination__item span {
  background-color: #fff;
}

@media (hover: hover) {
  .js-bg-black .p-pagination__item a:hover {
    color: #000;
  }
}
.js-bg-black .p-pagination__item span {
  color: #000;
}

@media (hover: hover) {
  .js-bg-blue .p-pagination__item a:hover {
    color: #00f;
  }
}
.js-bg-blue .p-pagination__item span {
  color: #00f;
}

.js-bg-yellow .p-pagination__item span,
.js-bg-yellow .p-pagination__item a {
  color: #000;
}
@media (hover: hover) {
  .js-bg-yellow .p-pagination__item a:hover {
    background-color: #000;
    color: #fff;
  }
}
.js-bg-yellow .p-pagination__item.--prev a, .js-bg-yellow .p-pagination__item.--next a {
  background-color: inherit;
}
.js-bg-yellow .p-pagination__item.--prev a:hover, .js-bg-yellow .p-pagination__item.--next a:hover {
  background-color: inherit;
}
.js-bg-yellow .p-pagination__item span {
  background-color: #000;
  color: #fff;
}

.p-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.p-rules__item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: calc((100% - 2.5rem) / 2);
}
.p-rules__img {
  width: 8rem;
}
.p-rules__content {
  width: calc(100% - 152px);
}
.p-rules__title {
  font-family: "futura-pt-bold", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3ab6ee;
  letter-spacing: 0.1rem;
}
.p-rules__text {
  margin-top: 0.25rem;
}
.p-rules__text .line {
  display: inline-block;
  padding: 0 0.625rem;
  margin: 0.25rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09rem;
  background-color: #0076d8;
}

@media only screen and (max-width: 767px) {
  .p-rules {
    gap: 1.5rem;
  }
  .p-rules__item {
    gap: 1rem;
    width: 100%;
  }
  .p-rules__img {
    width: 5rem;
  }
  .p-rules__title {
    font-size: 2rem;
  }
  .p-rules__content {
    width: calc(100% - 96px);
  }
  .p-rules__text .line {
    font-size: 1.0625rem;
    letter-spacing: 0.1275rem;
  }
}
.js-bg-black .p-rules__title,
.js-bg-blue .p-rules__title {
  color: #fff;
}
.js-bg-black .p-rules__text .line,
.js-bg-blue .p-rules__text .line {
  background-color: #fff;
}

.js-bg-black .p-rules__text .line {
  color: #000;
}

.js-bg-blue .p-rules__text .line {
  color: #00f;
}

.js-bg-yellow .p-rules__title {
  color: #000;
}
.js-bg-yellow .p-rules__text .line {
  background-color: #000;
  color: #ff0;
}

.p-schedule {
  position: relative;
  overflow: hidden;
}
.p-schedule + .p-schedule {
  margin-top: 1.5rem;
}
.p-schedule__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 25rem;
  margin: 0 auto;
}
.p-schedule__control span {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-schedule__prev, .p-schedule__next {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-schedule__prev .u-icon-arrow, .p-schedule__next .u-icon-arrow {
  position: relative;
}
.p-schedule__prev .u-icon-arrow::after {
  transform: rotate(180deg);
}
.p-schedule__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-schedule__title strong {
  margin-right: 0.25rem;
  font-family: "futura-pt-bold", sans-serif;
  font-size: 3.5rem;
}
.p-schedule__text span {
  display: inline-block;
  min-width: 2.75rem;
  text-align: center;
}
.p-schedule__box {
  overflow: hidden;
  background-color: #fff;
  border: 0.0625rem solid #91aec7;
  border-radius: 20px;
}
.p-schedule__table {
  width: 100%;
  table-layout: fixed;
}
.p-schedule__table tr:last-child .p-schedule__table-th,
.p-schedule__table tr:last-child .p-schedule__table-td {
  border-bottom: none;
}
.p-schedule__table-th, .p-schedule__table-td {
  font-weight: 700;
  border-bottom: 0.0625rem solid #91aec7;
  border-left: 0.0625rem solid #91aec7;
}
.p-schedule__table-th:first-child, .p-schedule__table-td:first-child {
  border-left: none;
}
.p-schedule__table-th.--bg-blue, .p-schedule__table-td.--bg-blue {
  background-color: #f2fcff;
}
.p-schedule__table-th.--bg-pink, .p-schedule__table-td.--bg-pink {
  background-color: #fff2f2;
}
.p-schedule__table-th {
  padding: 0.9375rem 0.875rem;
  text-align: center;
}
.p-schedule__table-td {
  position: relative;
  padding: 0.5rem 0.5rem 0.625rem;
}
.p-schedule__table-td.--yuei .time, .p-schedule__table-td.--yuei .dot, .p-schedule__table-td.--yuei .hyphen {
  color: #0076d8;
}
.p-schedule__table-text {
  min-height: 5.75rem;
}
.p-schedule__table .num {
  display: inline-block;
  font-family: "Alata", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
}
.p-schedule__table .icon-twostars {
  position: absolute;
  top: 1.625rem;
  right: 1.0625rem;
  display: inline-block;
  width: 1.625rem;
  height: 1rem;
  background: url("../images/common/icon_twostars.svg") no-repeat center/contain;
}
.p-schedule__table .time-area {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p-schedule__table .time {
  display: block;
  margin: 0.0625rem 0;
  font-family: "Alata", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  width: 3.25rem;
  text-align: center;
}
.p-schedule__table .dot {
  margin-left: -0.2rem;
  letter-spacing: -0.2rem;
}
.p-schedule__table .line {
  display: inline-block;
  width: 0.0625rem;
  height: 0.75rem;
  margin: 0.1875rem 0.375rem 0;
  background-color: #333;
  transform: rotate(15deg);
}
.p-schedule__table .hyphen {
  display: inline-block;
  width: 0.25rem;
  height: 0.125rem;
  margin: 0 0.1875rem;
  background-color: #0076d8;
}
.p-schedule__table .text {
  min-width: 3.0625rem;
  text-align: center;
}
.p-schedule__button {
  margin-top: 8.125rem;
  text-align: center;
}

@media all and (min-width: 768px), print {
  .p-schedule__prev:hover .u-icon-arrow::before, .p-schedule__next:hover .u-icon-arrow::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}
@media only screen and (max-width: 767px) {
  .p-schedule + .p-schedule {
    margin-top: 2.375rem;
  }
  .p-schedule__control {
    max-width: 17.5rem;
  }
  .p-schedule__control span {
    font-size: 0.875rem;
  }
  .p-schedule__title {
    font-size: 1.125rem;
  }
  .p-schedule__title strong {
    margin-right: 0;
    font-size: 2.5rem;
  }
  .p-schedule__text {
    top: 1.5rem;
    left: 0;
  }
  .p-schedule__text span {
    min-width: 3.0625rem;
  }
  .p-schedule__container.--spmax .p-schedule__box {
    width: auto;
    min-width: 48.75rem;
    margin-bottom: 2rem;
  }
  .p-schedule__container.--spmax .p-schedule__table {
    width: auto;
    min-width: 100%;
  }
  .p-schedule__container.--spmax .p-schedule__table-th, .p-schedule__container.--spmax .p-schedule__table-td {
    white-space: nowrap;
  }
  .p-schedule__table-th {
    padding: 0.375rem 0rem;
    line-height: 2;
  }
  .p-schedule__table-td {
    padding: 0.8125rem 0.625rem 1rem;
  }
  .p-schedule__table-text {
    min-height: 3.75rem;
  }
  .p-schedule__table .num {
    font-size: 1.3125rem;
  }
  .p-schedule__table .icon-twostars {
    top: 0.625rem;
    right: 0.8125rem;
    width: 1.3125rem;
    height: 0.75rem;
  }
  .p-schedule__table .time {
    font-size: 0.8125rem;
    width: 2.5rem;
  }
  .p-schedule__table .dot {
    margin-left: -0.132rem;
    font-size: 0.625rem;
    letter-spacing: -0.132rem;
  }
  .p-schedule__table .line {
    margin: 0.0625rem 0.125rem 0;
  }
  .p-schedule__table .text {
    min-width: 2.4375rem;
  }
  .p-schedule__button {
    margin-top: 5.875rem;
  }
  .p-schedule .simplebar-scrollbar::before {
    background-color: #0076d8;
    border: 0.125rem solid #fff;
    border-radius: 999rem;
    opacity: 1;
  }
  .p-schedule .simplebar-track.simplebar-horizontal {
    height: 1rem;
    background: #fff;
    border-radius: 999rem;
  }
}
.js-bg-black .p-schedule__control,
.js-bg-blue .p-schedule__control {
  color: #fff;
}

.js-bg-yellow .p-schedule__control {
  color: #000;
}

.p-scroll-top {
  position: absolute;
  right: -13px;
  bottom: -0.25rem;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  transition: 0.3s;
}
.p-scroll-top__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  background-color: #3ab6ee;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-scroll-top__button {
    transition: 0.3s linear opacity;
  }
  .p-scroll-top__button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-scroll-top {
    right: inherit;
    bottom: -0.375rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-scroll-top__button {
    width: 7.5rem;
    height: 7.5rem;
    padding-bottom: 0.5625rem;
  }
}
.js-bg-black .p-scroll-top__button,
.js-bg-blue .p-scroll-top__button {
  background-color: #fff;
}

.js-bg-black .p-scroll-top__button {
  color: #000;
}

.js-bg-blue .p-scroll-top__button {
  color: #00f;
}

.js-bg-yellow .p-scroll-top__button {
  background-color: #000;
  color: #ff0;
}

.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.125rem;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-lv1 {
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .p-section-title-h1 {
    margin-bottom: 3.75rem;
    text-align: center;
  }
  .p-section-title-h2 {
    margin-bottom: 1.875rem;
  }
  .p-section-title-h3 {
    margin-bottom: 3.75rem;
    text-align: center;
  }
}
.p-swiper {
  background-color: #fff;
}
.p-swiper__img {
  border-radius: 0.375rem;
}
.p-swiper__img img {
  width: 100%;
}
.p-swiper__text {
  margin-top: 0.75rem;
}
.p-swiper__control {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 0 0 1rem 0.625rem;
  margin-top: 1rem;
}
.p-swiper__control.--center {
  justify-content: center;
}
.p-swiper .swiper-button-prev,
.p-swiper .swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  display: block;
  margin: 0;
}
@media (hover: hover) {
  .p-swiper .swiper-button-prev:hover::before,
  .p-swiper .swiper-button-next:hover::before {
    width: 3.75rem;
    height: 3.75rem;
    animation: spinScale 6s linear infinite;
  }
}
.p-swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.p-swiper .swiper-pagination {
  position: relative;
  bottom: inherit;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: auto;
}
.p-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0;
  background-color: #d3d3d3;
  opacity: 1;
}
.p-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0076d8;
}

@media only screen and (max-width: 767px) {
  .p-swiper {
    padding: 0.8rem 0.8rem 0;
  }
  .p-swiper__control {
    justify-content: center;
  }
  .p-swiper .swiper-pagination {
    gap: 0.75rem;
  }
  .p-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.js-bg-black .p-swiper,
.js-bg-blue .p-swiper,
.js-bg-yellow .p-swiper {
  background-color: inherit;
}

/* pages */
body.about .l-header__nav-item.--about .l-header__nav-link::before {
  width: 100%;
}
body.about .about-main {
  margin-top: 5rem;
}
body.about .about-facilities {
  padding: 7.5rem 0;
  background-color: #f2fcfd;
}
body.about .about-facilities .c-heading-h2 {
  margin-right: -1.5625rem;
}
body.about .about-facilities .p-box {
  margin-bottom: 0.75rem;
  border-radius: 0;
}
body.about .about-facilities .c-list-dot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  align-items: center;
}
body.about .about-facilities .c-list-dot li + li {
  margin-top: 0;
}
body.about .about-facilities .p-swiper {
  width: calc(50vw - 40px);
}
body.about .about-facilities .p-swiper__slide {
  max-width: 20rem;
}
body.about .about-nav .l-inner {
  width: 102.5rem;
}

@media only screen and (max-width: 1280px) {
  body.about .about-main .p-column-wide__img {
    width: 90%;
  }
  body.about .about-facilities {
    padding: 0 0 3.75rem;
  }
  body.about .about-facilities .c-list-dot__item {
    width: calc(50% - 0.75rem);
  }
  body.about .about-facilities .c-heading-h2 {
    margin-right: 0;
  }
  body.about .about-facilities .p-swiper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.about .about-facilities .p-swiper__slide {
    width: 100%;
    max-width: 100%;
  }
}
.js-bg-black.about .about-facilities,
.js-bg-blue.about .about-facilities,
.js-bg-yellow.about .about-facilities {
  background-color: inherit;
}

.js-bg-black.about .about-main,
.js-bg-blue.about .about-main {
  color: #fff;
}
.js-bg-black.about .about-main .u-color-sub,
.js-bg-blue.about .about-main .u-color-sub {
  color: #fff;
}
.js-bg-black.about .about-main .c-heading-h3::before,
.js-bg-blue.about .about-main .c-heading-h3::before {
  background-color: #fff;
}

.js-bg-yellow.about .about-main {
  color: #000;
}
.js-bg-yellow.about .about-main .u-color-sub {
  color: #000;
}
.js-bg-yellow.about .about-main .c-heading-h3::before {
  background-color: #000;
}

body.access .l-header__nav-item.--access .l-header__nav-link::before {
  width: 100%;
}
body.access .access-main .p-column-wide__content-text-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.625rem;
  min-height: 2rem;
  padding: 0 1rem;
  color: #fff;
  background-color: #0076d8;
  border-radius: 999rem;
}
body.access .access-main .p-swiper {
  width: calc(50vw - 40px);
}
body.access .access-main .p-swiper__slide {
  max-width: 35rem;
}
body.access .access-main .p-swiper__control {
  max-width: 37.5rem;
}
body.access .access-main .p-banner {
  margin-bottom: 1.25rem;
}
body.access .access-main__map iframe {
  width: 100%;
  height: 36.25rem;
  border: none;
}

@media only screen and (max-width: 1280px) {
  body.access .access-main .p-swiper {
    width: 100%;
  }
  body.access .access-main__map iframe {
    height: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.access .access-main .p-swiper__slide {
    max-width: 100%;
  }
  body.access .access-main .p-swiper__control {
    max-width: 100%;
  }
}
.js-bg-black.access .access-main .p-box-wide .bg-white,
.js-bg-blue.access .access-main .p-box-wide .bg-white,
.js-bg-yellow.access .access-main .p-box-wide .bg-white {
  background-color: #fff;
}

.js-bg-black.access .access-main .p-column-wide__content,
.js-bg-blue.access .access-main .p-column-wide__content {
  color: #fff;
}
.js-bg-black.access .access-main .p-column-wide__content-text-box,
.js-bg-blue.access .access-main .p-column-wide__content-text-box {
  color: #333;
  background-color: #fff;
}
.js-bg-black.access .access-main .c-text-link,
.js-bg-blue.access .access-main .c-text-link {
  color: #fff;
}

body.contact .contact-main .p-table__th {
  width: 25%;
}
body.contact .p-buttons.--flex {
  gap: 0.75rem 3.75rem;
}

@media only screen and (max-width: 1280px) {
  body.contact .contact-main .c-input__text-label.--file {
    flex-direction: column;
  }
  body.contact .contact-main .p-box.u-text-center {
    text-align: left;
  }
  body.contact .p-buttons.--flex {
    flex-direction: inherit;
    flex-wrap: nowrap;
  }
}
body.guide .l-header__nav-item.--guide .l-header__nav-link::before {
  width: 100%;
}
body.guide .guide-main .p-column-wide__img {
  overflow: hidden;
  border-radius: 5rem 0 0 5rem;
}
body.guide .guide-main .p-column-wide__content .c-text {
  max-width: 32.25rem;
}
body.guide .guide-main__item {
  margin-top: 8.25rem;
}
body.guide .guide-main__item .c-heading-h3 {
  display: inline-block;
}
body.guide .guide-main__item .p-swiper__slide {
  max-width: 35rem;
}
body.guide .guide-main__item .p-swiper__img {
  position: relative;
}
body.guide .guide-main__item .p-swiper__img-link {
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  z-index: 2;
}
body.guide .guide-main__item.--bg-warning {
  padding: 4.25rem 0 5.3125rem;
  margin-top: 10rem;
  background-color: #fffceb;
}
body.guide .guide-main__item.--bg-warning .p-swiper {
  background-color: transparent;
}
body.guide .guide-main__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 4.25rem;
  justify-content: center;
  margin-top: 4.8125rem;
}
body.guide .guide-faq {
  margin-top: 12.0625rem;
}

@media only screen and (max-width: 1280px) {
  body.guide .guide-main__item {
    margin-top: 4.125rem;
  }
  body.guide .guide-main__item.--bg-warning {
    margin-top: 4.125rem;
  }
  body.guide .guide-main .p-column-wide__img {
    border-radius: 2.5rem 0 0 2.5rem;
  }
  body.guide .guide-main .p-column-wide__content .c-text {
    max-width: 100%;
  }
}
.js-bg-black.guide .guide-main__item.--bg-warning,
.js-bg-blue.guide .guide-main__item.--bg-warning,
.js-bg-yellow.guide .guide-main__item.--bg-warning {
  background-color: inherit;
}

.js-bg-black.guide .guide-main,
.js-bg-black.guide .guide-faq,
.js-bg-blue.guide .guide-main,
.js-bg-blue.guide .guide-faq {
  color: #fff;
}
.js-bg-black.guide .guide-main .u-color-sub,
.js-bg-black.guide .guide-faq .u-color-sub,
.js-bg-blue.guide .guide-main .u-color-sub,
.js-bg-blue.guide .guide-faq .u-color-sub {
  color: #fff;
}
.js-bg-black.guide .guide-main .c-heading-h3::before,
.js-bg-black.guide .guide-faq .c-heading-h3::before,
.js-bg-blue.guide .guide-main .c-heading-h3::before,
.js-bg-blue.guide .guide-faq .c-heading-h3::before {
  background-color: #fff;
}

.js-bg-yellow.guide .guide-main,
.js-bg-yellow.guide .guide-faq {
  color: #000;
}
.js-bg-yellow.guide .guide-main .u-color-sub,
.js-bg-yellow.guide .guide-faq .u-color-sub {
  color: #000;
}
.js-bg-yellow.guide .guide-main .c-heading-h3::before,
.js-bg-yellow.guide .guide-faq .c-heading-h3::before {
  background-color: #000;
}

body.index .l-header__nav-item.--top .l-header__nav-link::before {
  width: 100%;
}
body.index .l-footer {
  margin-top: 0;
  background-color: #fff;
}
body.index .l-footer__box {
  background-color: #dcf1f3;
}
body.index .index-about {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 49.5rem;
  padding-bottom: 8.75rem;
  overflow: hidden;
}
body.index .index-about__text {
  width: 28.75rem;
  padding: 1rem 2.5rem;
  background-color: #fff;
}
body.index .index-about__img {
  position: absolute;
}
body.index .index-about__img.--01 {
  top: 2.5rem;
  right: calc(50vw + 273px);
  width: 30rem;
  height: 30.625rem;
}
body.index .index-about__img.--02 {
  bottom: 23.4375rem;
  left: calc(50vw + 403px);
  width: 21.875rem;
  height: 21.5625rem;
}
body.index .index-about__img.--03 {
  bottom: 2.5rem;
  left: calc(50vw + 212px);
  width: 22.5rem;
  height: 21.875rem;
}
body.index .index-news {
  position: relative;
  background-color: #3ab6ee;
}
body.index .index-news__bg {
  position: relative;
  z-index: 1;
  padding: 6.5rem 0 12.5rem;
  overflow: hidden;
}
body.index .index-news__bg::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 108.75rem;
  height: 31.25rem;
  content: "";
  background: transparent url("../images/index/bg_news.png") no-repeat center/cover;
  transform: translateX(-50%);
}
body.index .index-news__fish {
  position: absolute;
  bottom: calc(100% - 1px);
  left: calc(50% - 480px);
  width: 5.625rem;
}
body.index .index-news__fish.js-fade-up {
  transition: 0.6s ease-in-out;
  transform: translateY(50px);
}
body.index .index-news__fish.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
body.index .index-news .l-inner {
  position: relative;
  z-index: 2;
}
body.index .index-content {
  position: relative;
  padding: 8.75rem 0 12.6875rem;
  background: transparent url("../images/index/bg_content.png") no-repeat center/1600px 390px;
}
body.index .index-content__ocean {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
body.index .index-content__ocean::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/index/bg_news-wave.png") no-repeat bottom/cover;
  transform: translateX(-50%);
}
body.index .index-content__ocean canvas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body.index .index-content__crab {
  position: absolute;
  top: 1.25rem;
  right: 7.125rem;
  width: 19.375rem;
  height: 13.125rem;
}
body.index .index-content .p-content {
  margin-top: 2.75rem;
}
body.index .index-schedule {
  position: relative;
  padding: 12.5rem 0 10.625rem;
}
body.index .index-schedule::after, body.index .index-schedule::before {
  position: absolute;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
}
body.index .index-schedule::after {
  bottom: 0;
  height: calc(100% - 300px);
  background: transparent url("../images/index/bg_schedule_grass.png.webp") no-repeat center/cover;
  background-color: #acebac;
}
body.index .index-schedule::before {
  top: 0;
  height: 20rem;
  background: transparent url("../images/index/bg_schedule_wave.png") no-repeat center/cover;
}
body.index .index-schedule__pattern {
  position: absolute;
  max-width: 100%;
}
body.index .index-schedule__pattern.--left {
  top: -7.75rem;
  left: 4.5rem;
  z-index: -3;
  width: 15rem;
}
body.index .index-schedule__pattern.--right {
  top: -7.75rem;
  right: 3.4375rem;
  width: 26.25rem;
}
body.index .index-schedule__pattern.--grass {
  bottom: 3.625rem;
  left: 50%;
  width: 112.5rem;
  transform: translateX(-50%);
}
body.index .index-schedule__train {
  position: absolute;
  bottom: -0.5208333333vw;
  left: 3.125vw;
  z-index: 1;
  width: 28.6458333333vw;
  transition: none;
  transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  body.index .index-about {
    min-height: 50.125rem;
    padding: 9.3125rem 0 0;
    margin-top: -20.25rem;
  }
  body.index .index-about.--no-swimtime {
    margin-top: -10.125rem;
  }
  body.index .index-about__text {
    width: 17.5rem;
    padding: 1rem 1.25rem;
  }
  body.index .index-about__img.--01 {
    top: 13.3125rem;
    right: calc(100vw - 184px);
    width: 12.5rem;
    height: 12.75rem;
  }
  body.index .index-about__img.--02 {
    bottom: 8.3125rem;
    left: calc(100vw - 126px);
    width: 8.5625rem;
    height: 8.4375rem;
  }
  body.index .index-about__img.--03 {
    bottom: 4rem;
    left: calc(100vw - 259px);
    width: 8.75rem;
    height: 8.5625rem;
  }
  body.index .index-news__bg {
    padding: 2.5rem 0 6.25rem;
  }
  body.index .index-news__bg::before {
    top: 3.0625rem;
    right: 3.0625rem;
    left: auto;
    width: 6.875rem;
    height: 4.375rem;
    background-image: url("../images/index/bg_news_sp.png");
    transform: translateX(0);
  }
  body.index .index-news__fish {
    right: 4.3125rem;
    left: auto;
    width: 3rem;
  }
  body.index .index-content {
    padding: 5.375rem 0 8.625rem;
  }
  body.index .index-content__ocean {
    top: -100px;
    height: 100px;
  }
  body.index .index-content__ocean::after {
    background: url("../images/index/bg_news-wave_sp.png") no-repeat bottom/cover;
  }
  body.index .index-content__crab {
    right: 1.5rem;
    width: 10.5rem;
    height: 7rem;
  }
  body.index .index-content .p-content {
    margin-top: 1.875rem;
  }
  body.index .index-schedule {
    padding: 9.375rem 0 7.5rem;
  }
  body.index .index-schedule::after {
    height: calc(100% - 13.3333333333vw);
  }
  body.index .index-schedule::before {
    height: 16vw;
    background-image: url("../images/index/bg_schedule_wave_sp.png");
  }
  body.index .index-schedule__pattern.--left {
    top: -6.125rem;
    left: 1.25rem;
    width: 8.375rem;
  }
  body.index .index-schedule__pattern.--right {
    top: -4.75rem;
    right: 1.25rem;
    width: 12rem;
  }
  body.index .index-schedule__pattern.--grass {
    bottom: 3.625rem;
    left: 50%;
    width: 112.5rem;
    transform: translateX(-50%);
  }
  body.index .index-schedule__train {
    bottom: 0;
    left: 1.25rem;
    width: 17.1875rem;
  }
}
.js-bg-black.index .index-news,
.js-bg-blue.index .index-news,
.js-bg-yellow.index .index-news {
  background-color: inherit;
}
.js-bg-black.index .index-content__ocean::after,
.js-bg-blue.index .index-content__ocean::after,
.js-bg-yellow.index .index-content__ocean::after {
  display: none;
}
.js-bg-black.index .index-schedule::before,
.js-bg-blue.index .index-schedule::before,
.js-bg-yellow.index .index-schedule::before {
  display: none;
}
.js-bg-black.index .index-schedule::after,
.js-bg-blue.index .index-schedule::after,
.js-bg-yellow.index .index-schedule::after {
  background-color: inherit;
}
.js-bg-black.index .l-footer__box,
.js-bg-blue.index .l-footer__box,
.js-bg-yellow.index .l-footer__box {
  background-color: inherit;
}

.js-bg-black.index .l-footer {
  background-color: #000;
}
.js-bg-black.index .index-content__ocean-wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23333'/%3E%3C/svg%3E");
}

.js-bg-blue.index .l-footer {
  background-color: #00f;
}
.js-bg-blue.index .index-content__ocean-wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%230076d8'/%3E%3C/svg%3E");
}

.js-bg-yellow.index .l-footer {
  background-color: #ff0;
}

body.news-single .l-header__nav-item.--news .l-header__nav-link::before {
  width: 100%;
}
body.news-single .news-single-main .p-section-title-h1 {
  text-align: left;
  margin-bottom: 1rem;
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 5rem;
}
body.news-single .news-single-main__button {
  margin-top: 5rem;
  text-align: center;
}

body.news .l-header__nav-item.--news .l-header__nav-link::before {
  width: 100%;
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-color-sub {
  color: #0076d8;
}

.u-color-main {
  color: #333;
}

.u-color-link {
  color: #1558d6;
}

.js-bg-black .u-color-sub,
.js-bg-black .u-color-link,
.js-bg-blue .u-color-sub,
.js-bg-blue .u-color-link {
  color: #fff;
}

.js-bg-yellow .u-color-sub,
.js-bg-yellow .u-color-link {
  color: #000;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-icon-arrow {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
}
.u-icon-arrow::after, .u-icon-arrow::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s linear all;
}
.u-icon-arrow::after {
  top: 0;
  left: 0;
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
}
.u-icon-arrow::before {
  top: 50%;
  left: 50%;
  background: transparent url("../images/common/bg_arrow.svg") no-repeat center/contain;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.u-icon-arrow.--back::after {
  transform: rotate(180deg);
}
.u-icon-arrow.--icon-blue::before {
  background-image: url("../images/common/bg_arrow_blue.svg");
}
.u-icon-arrow.--icon-yellow::after {
  background-image: url("../images/common/icon_arrow_yellow.svg");
}
.u-icon-arrow.--icon-yellow::before {
  background-image: url("../images/common/bg_arrow_white.svg");
}

.u-icon-blank {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
}
.u-icon-blank::after, .u-icon-blank::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s linear all;
}
.u-icon-blank::after {
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1.125rem;
  transform: translate(-50%, -50%);
  background: transparent url("../images/common/icon_blank_white.svg") no-repeat center/contain;
}
.u-icon-blank::before {
  top: 50%;
  left: 50%;
  background: transparent url("../images/common/bg_arrow.svg") no-repeat center/contain;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.u-icon-blank.--back::after {
  transform: rotate(180deg);
}
.u-icon-blank.--icon-blue::before {
  background-image: url("../images/common/bg_blank_blue.svg");
}
.u-icon-blank.--icon-yellow::after {
  background-image: url("../images/common/icon_blank_yellow.svg");
}
.u-icon-blank.--icon-yellow::before {
  background-image: url("../images/common/bg_blank_white.svg");
}

@media only screen and (max-width: 767px) {
  .u-icon-arrow {
    width: 2rem;
    height: 2rem;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
/* js */
.js-bg-white {
  background-color: #fff;
}

.js-bg-black {
  background-color: #000;
}

.js-bg-blue {
  background-color: #00f;
}

.js-bg-yellow {
  background-color: #ff0;
}

.js-fade-in {
  opacity: 0;
  transition: opacity 1s ease, filter 1s ease;
}
.js-fade-in.is-active {
  filter: blur(0);
  opacity: 1;
}
.js-fade-in.is-active.--delay02 {
  transition-delay: 0.2s;
}
.js-fade-in.is-active.--delay04 {
  transition-delay: 0.4s;
}
.js-fade-in.is-active.--delay06 {
  transition-delay: 0.6s;
}
.js-fade-in.is-active.--delay08 {
  transition-delay: 0.8s;
}
.js-fade-in.is-active.--delay10 {
  transition-delay: 1s;
}

.js-fade-up {
  opacity: 0;
  transition: 0.5s all;
  transform: translateY(70px);
}
.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-up.is-active.--delay02 {
  transition-delay: 0.2s;
}
.js-fade-up.is-active.--delay04 {
  transition-delay: 0.4s;
}
.js-fade-up.is-active.--delay06 {
  transition-delay: 0.6s;
}
.js-fade-up.is-active.--delay08 {
  transition-delay: 0.8s;
}
.js-fade-up.is-active.--delay10 {
  transition-delay: 1s;
}
.js-fade-up.is-active.--delay12 {
  transition-delay: 1.2s;
}

.js-fade-down {
  opacity: 0;
  transition: 1s all;
  transform: translateY(-100px);
}
.js-fade-down.is-active {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-down.is-active.--delay02 {
  transition-delay: 0.2s;
}
.js-fade-down.is-active.--delay04 {
  transition-delay: 0.4s;
}
.js-fade-down.is-active.--delay06 {
  transition-delay: 0.6s;
}
.js-fade-down.is-active.--delay08 {
  transition-delay: 0.8s;
}
.js-fade-down.is-active.--delay10 {
  transition-delay: 1s;
}
.js-fade-down.is-active.--delay12 {
  transition-delay: 1.2s;
}

.js-fade-left {
  opacity: 0;
  transition: 1s all;
  transform: translateX(-100px);
}
.js-fade-left.is-active {
  opacity: 1;
  transform: translateX(0);
}

.js-fade-zoom-in {
  opacity: 0;
  transition: 0.6s all;
  transform: scale(0);
}
.js-fade-zoom-in.is-active {
  opacity: 1;
  transform: scale(1);
}

@keyframes animationBgHeaderOpen {
  0% {
    width: 0%;
    height: 0%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes animationHeaderMenu {
  0% {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spinScale {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes waveFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}