@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");

:root {
  --primary: #125D8D;
  --secondary: #0ED0EE;
  --tertiary: #00399A;
  --quaternary: #1B2038;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/**
 * Mask Image
 * @param {string} $image - Image path
 * @param {string} $color - Background color
 * @param {number} $w - Width
 * @param {number} $h - Height
 * @param {number} $sw - Width for spv
 * @param {number} $sh - Height for spv
 * @param {string} $position - Position
 * @param {string} $size - Size
 * @param {string} $repeat - Repeat
 */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
em, address, strong {
  font-style: normal;
}
address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}
ol, ul {
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed, iframe, img, object {
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
fieldset, option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
[hidden], template {
  display: none;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
html {
  font-size: 62.5%;
}
body {
  font-weight: normal;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}
*, *::after {
  box-sizing: border-box;
}
a:link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
select {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
picture {
  display: block;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
em {
  font-style: normal;
}
[class*=section--], section {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 1199px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .mobile-only {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  .tab-none {
    display: none !important;
  }
}
.l-body {
  position: relative;
}
@media (max-width: 767px) {
  .l-body {
    overflow-x: hidden;
  }
}
.l-outer {
  display: grid;
  width: 100%;
  grid-template-columns: 310px 1fr;
}
@media (max-width: 1099px) {
  .l-outer {
    grid-template-columns: 1fr;
  }
}
.l-outer .l-outer__content {
  position: relative;
  flex-grow: 1;
}
.l-header {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 310px;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
}
@media (max-width: 1210px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    min-width: unset;
  }
  .l-header.scrolled {
    background-color: #FFFFFF;
  }
}
.l-header .l-header__container {
  height: 100%;
}
.l-footer {
  position: relative;
}
.l-main {
  position: relative;
}
@media (min-width: 767px) {
  .l-main {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .l-main {
    min-width: unset;
  }
}
.l-container-wrapper {
  container-type: inline-size;
}
.l-container-full {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@container (width >= 768px) {
  @container (width >= 1470px) {
    .l-container-full {
      width: 1440px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1470px) {
    .l-container-full {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
@container (width < 768px) {
  .l-container-full {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-sp-full {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-full {
    width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-full {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-header {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@container (width >= 768px) {
  @container (width >= 1404px) {
    .l-container-header {
      width: 1324px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1404px) {
    .l-container-header {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
}
@container (width < 768px) {
  .l-container-header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container-sp-header {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-header {
    width: 1324px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container-footer {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@container (width >= 768px) {
  @container (width >= 1396px) {
    .l-container-footer {
      width: 1316px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1396px) {
    .l-container-footer {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
}
@container (width < 768px) {
  .l-container-footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container-sp-footer {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-footer {
    width: 1316px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container-navigation {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@container (width >= 768px) {
  @container (width >= 1220px) {
    .l-container-navigation {
      width: 1190px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1220px) {
    .l-container-navigation {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
@container (width < 768px) {
  .l-container-navigation {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-sp-navigation {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-navigation {
    width: 1190px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-navigation {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-xxl {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
@container (width >= 768px) {
  @container (width >= 1020px) {
    .l-container-xxl {
      width: 1000px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1020px) {
    .l-container-xxl {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}
@container (width < 768px) {
  .l-container-xxl {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.l-container-sp-xxl {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-xxl {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-xxl {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.l-container-xl {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
@container (width >= 768px) {
  @container (width >= 960px) {
    .l-container-xl {
      width: 940px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 960px) {
    .l-container-xl {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
    }
  }
}
@container (width < 768px) {
  .l-container-xl {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.l-container-sp-xl {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-xl {
    width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-xl {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.l-container-lg {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@container (width >= 768px) {
  @container (width >= 1320px) {
    .l-container-lg {
      width: 1260px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1320px) {
    .l-container-lg {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
  }
}
@container (width < 768px) {
  .l-container-lg {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-container-sp-lg {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-lg {
    width: 1260px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-lg {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-container-md {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@container (width >= 768px) {
  @container (width >= 1058px) {
    .l-container-md {
      width: 978px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1058px) {
    .l-container-md {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
}
@container (width < 768px) {
  .l-container-md {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container-sp-md {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-md {
    width: 978px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-md {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container-sm {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
@container (width >= 768px) {
  @container (width >= 1060px) {
    .l-container-sm {
      width: 1000px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1060px) {
    .l-container-sm {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
  }
}
@container (width < 768px) {
  .l-container-sm {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-container-sp-sm {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-sm {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-sm {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-container-xs {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@container (width >= 768px) {
  @container (width >= 930px) {
    .l-container-xs {
      width: 900px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 930px) {
    .l-container-xs {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
@container (width < 768px) {
  .l-container-xs {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-sp-xs {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-xs {
    width: 900px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-xs {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-xxs {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@container (width >= 768px) {
  @container (width >= 774px) {
    .l-container-xxs {
      width: 744px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 774px) {
    .l-container-xxs {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
@container (width < 768px) {
  .l-container-xxs {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-sp-xxs {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-xxs {
    width: 744px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-xxs {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-micro {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@container (width >= 768px) {
  @container (width >= 774px) {
    .l-container-micro {
      width: 744px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 774px) {
    .l-container-micro {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
}
@container (width < 768px) {
  .l-container-micro {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-sp-micro {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-micro {
    width: 744px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-micro {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.l-container-md-sidebar {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@container (width >= 768px) {
  @container (width >= 1080px) {
    .l-container-md-sidebar {
      width: 1000px;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @container (width < 1080px) {
    .l-container-md-sidebar {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
    }
  }
}
@container (width < 768px) {
  .l-container-md-sidebar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container-sp-md-sidebar {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@container (width >= 768px) {
  .l-container-sp-md-sidebar {
    width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}
@container (width < 768px) {
  .l-container-sp-md-sidebar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  overflow: scroll;
  transition: all 0.3s ease-in-out 0s;
  pointer-events: none;
}
.l-navigation.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-sidebar {
  display: block;
  position: fixed;
  width: 310px;
  height: calc(100vh - 80px);
  top: 80px;
  left: 0;
}
.l-flex {
  display: flex;
}
.l-flex--wrap {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .fss-9 {
    font-size: 9px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .fsp-12 {
    font-size: 12px;
    line-height: 1;
  }
}
.fw-200 {
  font-weight: 200;
}
.fw-500 {
  font-weight: 500;
}
.demi-light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.midiam {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.u-br {
  display: block;
}
.u-br-none {
  display: inline;
}
.u-br-fullpc {
  display: none;
}
@media (min-width: 1920px) {
  .u-br-fullpc {
    display: inline;
  }
}
.u-br-fullpc-none {
  display: inline;
}
@media (min-width: 1920px) {
  .u-br-fullpc-none {
    display: none;
  }
}
.u-br-largepc {
  display: none;
}
@media (max-width: 1440px) {
  .u-br-largepc {
    display: inline;
  }
}
.u-br-largepc-none {
  display: inline;
}
@media (max-width: 1440px) {
  .u-br-largepc-none {
    display: none;
  }
}
.u-br-midpc {
  display: none;
}
@media (max-width: 1280px) {
  .u-br-midpc {
    display: inline;
  }
}
.u-br-midpc-none {
  display: inline;
}
@media (max-width: 1280px) {
  .u-br-midpc-none {
    display: none;
  }
}
.u-br-responsive {
  display: none;
}
@media (max-width: 1210px) {
  .u-br-responsive {
    display: inline;
  }
}
.u-br-responsive-none {
  display: inline;
}
@media (max-width: 1210px) {
  .u-br-responsive-none {
    display: none;
  }
}
.u-br-minipc {
  display: none;
}
@media (max-width: 1199px) {
  .u-br-minipc {
    display: inline;
  }
}
.u-br-minipc-none {
  display: inline;
}
@media (max-width: 1199px) {
  .u-br-minipc-none {
    display: none;
  }
}
.u-br-tab {
  display: none;
}
@media (max-width: 1099px) {
  .u-br-tab {
    display: inline;
  }
}
.u-br-tab-none {
  display: inline;
}
@media (max-width: 1099px) {
  .u-br-tab-none {
    display: none;
  }
}
.u-br-minitab {
  display: none;
}
@media (max-width: 899px) {
  .u-br-minitab {
    display: inline;
  }
}
.u-br-minitab-none {
  display: inline;
}
@media (max-width: 899px) {
  .u-br-minitab-none {
    display: none;
  }
}
.u-br-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-br-pc {
    display: inline;
  }
}
.u-br-pc-none {
  display: inline;
}
@media (min-width: 768px) {
  .u-br-pc-none {
    display: none;
  }
}
.u-br-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
}
.u-br-sp-none {
  display: inline;
}
@media (max-width: 767px) {
  .u-br-sp-none {
    display: none;
  }
}
.u-br-se {
  display: none;
}
@media (max-width: 375px) {
  .u-br-se {
    display: inline;
  }
}
.u-br-se-none {
  display: inline;
}
@media (max-width: 375px) {
  .u-br-se-none {
    display: none;
  }
}
.u-br-minisp {
  display: none;
}
@media (max-width: 320px) {
  .u-br-minisp {
    display: inline;
  }
}
.u-br-minisp-none {
  display: inline;
}
@media (max-width: 320px) {
  .u-br-minisp-none {
    display: none;
  }
}
.u-br-pc-up {
  display: inline;
}
@media (min-width: 768px) {
  .u-br-pc-up {
    display: block;
  }
}
.u-br-sp-down {
  display: inline;
}
@media (max-width: 767px) {
  .u-br-sp-down {
    display: block;
  }
}
.u-br-tab-range {
  display: inline;
}
@media (max-width: 1099px) and (min-width: 768px) {
  .u-br-tab-range {
    display: block;
  }
}
.u-sr-only, .u-skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.u-skip-link:focus {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 10000 !important;
  padding: 1em 2em !important;
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0 0 4px 4px !important;
  outline: 2px solid #fff !important;
  outline-offset: -2px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  clip: auto !important;
  overflow: visible !important;
  white-space: normal !important;
}
.mgb-4 {
  margin-bottom: 4px;
}
.mgb-8 {
  margin-bottom: 8px;
}
.mgb-12 {
  margin-bottom: 12px;
}
.mgb-16 {
  margin-bottom: 16px;
}
.mgb-20 {
  margin-bottom: 20px;
}
.mgl-4 {
  margin-left: 4px;
}
.mgl-8 {
  margin-left: 8px;
}
.mgl-12 {
  margin-left: 12px;
}
.mgl-16 {
  margin-left: 16px;
}
.mgl-20 {
  margin-left: 20px;
}
.mgr-4 {
  margin-right: 4px;
}
.mgr-8 {
  margin-right: 8px;
}
.mgr-12 {
  margin-right: 12px;
}
.mgr-16 {
  margin-right: 16px;
}
.mgr-20 {
  margin-right: 20px;
}
.mgt-4 {
  margin-top: 4px;
}
.mgt-8 {
  margin-top: 8px;
}
.mgt-12 {
  margin-top: 12px;
}
.mgt-16 {
  margin-top: 16px;
}
.mgt-20 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pc-mgb-4 {
    margin-bottom: 4px;
  }
  .pc-mgb-8 {
    margin-bottom: 8px;
  }
  .pc-mgb-12 {
    margin-bottom: 12px;
  }
  .pc-mgb-16 {
    margin-bottom: 16px;
  }
  .pc-mgb-20 {
    margin-bottom: 20px;
  }
  .pc-mgl-4 {
    margin-left: 4px;
  }
  .pc-mgl-8 {
    margin-left: 8px;
  }
  .pc-mgl-12 {
    margin-left: 12px;
  }
  .pc-mgl-16 {
    margin-left: 16px;
  }
  .pc-mgl-20 {
    margin-left: 20px;
  }
  .pc-mgr-4 {
    margin-right: 4px;
  }
  .pc-mgr-8 {
    margin-right: 8px;
  }
  .pc-mgr-12 {
    margin-right: 12px;
  }
  .pc-mgr-16 {
    margin-right: 16px;
  }
  .pc-mgr-20 {
    margin-right: 20px;
  }
  .pc-mgt-4 {
    margin-top: 4px;
  }
  .pc-mgt-8 {
    margin-top: 8px;
  }
  .pc-mgt-12 {
    margin-top: 12px;
  }
  .pc-mgt-16 {
    margin-top: 16px;
  }
  .pc-mgt-20 {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .sp-mgb-4 {
    margin-bottom: 4px;
  }
  .sp-mgb-8 {
    margin-bottom: 8px;
  }
  .sp-mgb-12 {
    margin-bottom: 12px;
  }
  .sp-mgb-16 {
    margin-bottom: 16px;
  }
  .sp-mgb-20 {
    margin-bottom: 20px;
  }
  .sp-mgl-4 {
    margin-left: 4px;
  }
  .sp-mgl-8 {
    margin-left: 8px;
  }
  .sp-mgl-12 {
    margin-left: 12px;
  }
  .sp-mgl-16 {
    margin-left: 16px;
  }
  .sp-mgl-20 {
    margin-left: 20px;
  }
  .sp-mgr-4 {
    margin-right: 4px;
  }
  .sp-mgr-8 {
    margin-right: 8px;
  }
  .sp-mgr-12 {
    margin-right: 12px;
  }
  .sp-mgr-16 {
    margin-right: 16px;
  }
  .sp-mgr-20 {
    margin-right: 20px;
  }
  .sp-mgt-4 {
    margin-top: 4px;
  }
  .sp-mgt-8 {
    margin-top: 8px;
  }
  .sp-mgt-12 {
    margin-top: 12px;
  }
  .sp-mgt-16 {
    margin-top: 16px;
  }
  .sp-mgt-20 {
    margin-top: 20px;
  }
}
.pdb-4 {
  padding-bottom: 4px;
}
.pdb-8 {
  padding-bottom: 8px;
}
.pdb-12 {
  padding-bottom: 12px;
}
.pdb-16 {
  padding-bottom: 16px;
}
.pdb-20 {
  padding-bottom: 20px;
}
.pdb-24 {
  padding-bottom: 24px;
}
.pdb-28 {
  padding-bottom: 28px;
}
.pdb-32 {
  padding-bottom: 32px;
}
.pdb-36 {
  padding-bottom: 36px;
}
.pdb-40 {
  padding-bottom: 40px;
}
.pdl-4 {
  padding-left: 4px;
}
.pdl-8 {
  padding-left: 8px;
}
.pdl-12 {
  padding-left: 12px;
}
.pdl-16 {
  padding-left: 16px;
}
.pdl-20 {
  padding-left: 20px;
}
.pdl-24 {
  padding-left: 24px;
}
.pdl-28 {
  padding-left: 28px;
}
.pdl-32 {
  padding-left: 32px;
}
.pdl-36 {
  padding-left: 36px;
}
.pdl-40 {
  padding-left: 40px;
}
.pdr-4 {
  padding-right: 4px;
}
.pdr-8 {
  padding-right: 8px;
}
.pdr-12 {
  padding-right: 12px;
}
.pdr-16 {
  padding-right: 16px;
}
.pdr-20 {
  padding-right: 20px;
}
.pdr-24 {
  padding-right: 24px;
}
.pdr-28 {
  padding-right: 28px;
}
.pdr-32 {
  padding-right: 32px;
}
.pdr-36 {
  padding-right: 36px;
}
.pdr-40 {
  padding-right: 40px;
}
.pdt-4 {
  padding-top: 4px;
}
.pdt-8 {
  padding-top: 8px;
}
.pdt-12 {
  padding-top: 12px;
}
.pdt-16 {
  padding-top: 16px;
}
.pdt-20 {
  padding-top: 20px;
}
.pdt-24 {
  padding-top: 24px;
}
.pdt-28 {
  padding-top: 28px;
}
.pdt-32 {
  padding-top: 32px;
}
.pdt-36 {
  padding-top: 36px;
}
.pdt-40 {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .pc-pdb-4 {
    padding-bottom: 4px;
  }
  .pc-pdb-8 {
    padding-bottom: 8px;
  }
  .pc-pdb-12 {
    padding-bottom: 12px;
  }
  .pc-pdb-16 {
    padding-bottom: 16px;
  }
  .pc-pdb-20 {
    padding-bottom: 20px;
  }
  .pc-pdb-24 {
    padding-bottom: 24px;
  }
  .pc-pdb-28 {
    padding-bottom: 28px;
  }
  .pc-pdb-32 {
    padding-bottom: 32px;
  }
  .pc-pdb-36 {
    padding-bottom: 36px;
  }
  .pc-pdb-40 {
    padding-bottom: 40px;
  }
  .pc-pdl-4 {
    padding-left: 4px;
  }
  .pc-pdl-8 {
    padding-left: 8px;
  }
  .pc-pdl-12 {
    padding-left: 12px;
  }
  .pc-pdl-16 {
    padding-left: 16px;
  }
  .pc-pdl-20 {
    padding-left: 20px;
  }
  .pc-pdl-24 {
    padding-left: 24px;
  }
  .pc-pdl-28 {
    padding-left: 28px;
  }
  .pc-pdl-32 {
    padding-left: 32px;
  }
  .pc-pdl-36 {
    padding-left: 36px;
  }
  .pc-pdl-40 {
    padding-left: 40px;
  }
  .pc-pdr-4 {
    padding-right: 4px;
  }
  .pc-pdr-8 {
    padding-right: 8px;
  }
  .pc-pdr-12 {
    padding-right: 12px;
  }
  .pc-pdr-16 {
    padding-right: 16px;
  }
  .pc-pdr-20 {
    padding-right: 20px;
  }
  .pc-pdr-24 {
    padding-right: 24px;
  }
  .pc-pdr-28 {
    padding-right: 28px;
  }
  .pc-pdr-32 {
    padding-right: 32px;
  }
  .pc-pdr-36 {
    padding-right: 36px;
  }
  .pc-pdr-40 {
    padding-right: 40px;
  }
  .pc-pdt-4 {
    padding-top: 4px;
  }
  .pc-pdt-8 {
    padding-top: 8px;
  }
  .pc-pdt-12 {
    padding-top: 12px;
  }
  .pc-pdt-16 {
    padding-top: 16px;
  }
  .pc-pdt-20 {
    padding-top: 20px;
  }
  .pc-pdt-24 {
    padding-top: 24px;
  }
  .pc-pdt-28 {
    padding-top: 28px;
  }
  .pc-pdt-32 {
    padding-top: 32px;
  }
  .pc-pdt-36 {
    padding-top: 36px;
  }
  .pc-pdt-40 {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .sp-pdb-4 {
    padding-bottom: 4px;
  }
  .sp-pdb-8 {
    padding-bottom: 8px;
  }
  .sp-pdb-12 {
    padding-bottom: 12px;
  }
  .sp-pdb-16 {
    padding-bottom: 16px;
  }
  .sp-pdb-20 {
    padding-bottom: 20px;
  }
  .sp-pdb-24 {
    padding-bottom: 24px;
  }
  .sp-pdb-28 {
    padding-bottom: 28px;
  }
  .sp-pdb-32 {
    padding-bottom: 32px;
  }
  .sp-pdb-36 {
    padding-bottom: 36px;
  }
  .sp-pdb-40 {
    padding-bottom: 40px;
  }
  .sp-pdl-4 {
    padding-left: 4px;
  }
  .sp-pdl-8 {
    padding-left: 8px;
  }
  .sp-pdl-12 {
    padding-left: 12px;
  }
  .sp-pdl-16 {
    padding-left: 16px;
  }
  .sp-pdl-20 {
    padding-left: 20px;
  }
  .sp-pdl-24 {
    padding-left: 24px;
  }
  .sp-pdl-28 {
    padding-left: 28px;
  }
  .sp-pdl-32 {
    padding-left: 32px;
  }
  .sp-pdl-36 {
    padding-left: 36px;
  }
  .sp-pdl-40 {
    padding-left: 40px;
  }
  .sp-pdr-4 {
    padding-right: 4px;
  }
  .sp-pdr-8 {
    padding-right: 8px;
  }
  .sp-pdr-12 {
    padding-right: 12px;
  }
  .sp-pdr-16 {
    padding-right: 16px;
  }
  .sp-pdr-20 {
    padding-right: 20px;
  }
  .sp-pdr-24 {
    padding-right: 24px;
  }
  .sp-pdr-28 {
    padding-right: 28px;
  }
  .sp-pdr-32 {
    padding-right: 32px;
  }
  .sp-pdr-36 {
    padding-right: 36px;
  }
  .sp-pdr-40 {
    padding-right: 40px;
  }
  .sp-pdt-4 {
    padding-top: 4px;
  }
  .sp-pdt-8 {
    padding-top: 8px;
  }
  .sp-pdt-12 {
    padding-top: 12px;
  }
  .sp-pdt-16 {
    padding-top: 16px;
  }
  .sp-pdt-20 {
    padding-top: 20px;
  }
  .sp-pdt-24 {
    padding-top: 24px;
  }
  .sp-pdt-28 {
    padding-top: 28px;
  }
  .sp-pdt-32 {
    padding-top: 32px;
  }
  .sp-pdt-36 {
    padding-top: 36px;
  }
  .sp-pdt-40 {
    padding-top: 40px;
  }
}
.u-shadow {
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
body {
  font-size: 1.6em;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #1B2038;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  background-color: #fff;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.4rem;
  }
}
.c-anime--scrolldown {
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 116px;
  background-color: #FFFFFF;
}
.c-anime--scrolldown:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #FFFFFF;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translate(-35%, -50%);
  animation: dotMoveDown 2s ease-in-out infinite, dotMoveOpacity 2s ease-out infinite;
}
@keyframes dotMoveDown {
  0% {
    top: 0px;
  }
  100% {
    top: 116px;
  }
}
@keyframes dotMoveOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.c-anime-fadeup {
  opacity: 0;
}
.c-anime-fadeup.is-active {
  animation: fadeInUp 1s ease forwards;
}
.c-anime-fadeup.animation-left.is-active {
  animation: fadeInLeft 1s ease forwards;
}
.c-anime-fadeup.animation-right.is-active {
  animation: fadeInRight 1s ease forwards;
}
.c-anime-fadeup.animation-scale.is-active {
  animation: fadeInScale 1s ease forwards;
}
.c-anime-fadeup.animation-rotate.is-active {
  animation: fadeInRotate 1s ease forwards;
}
.c-anime-fadeup.duration-fast.is-active {
  animation-duration: 0.6s;
}
.c-anime-fadeup.duration-slow.is-active {
  animation-duration: 1.5s;
}
.c-anime-fadeup.delay-100.is-active {
  animation-delay: 0.1s;
}
.c-anime-fadeup.delay-200.is-active {
  animation-delay: 0.2s;
}
.c-anime-fadeup.delay-300.is-active {
  animation-delay: 0.3s;
}
.c-anime-fadeup.delay-400.is-active {
  animation-delay: 0.4s;
}
.c-anime-fadeup.delay-500.is-active {
  animation-delay: 0.5s;
}
.c-anime-hover--scaleup {
  transition: all 0.6s !important;
}
.c-anime-hover--scaleup:hover {
  opacity: 1 !important;
  transform: scale(1.05);
}
.c-anime-list div:nth-child(1), .c-anime-list li:nth-child(1) {
  animation-delay: 0.24s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(1), .c-anime-list.is-active li:nth-child(1) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(1), .c-anime-list.is-active.animation-left li:nth-child(1) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(1), .c-anime-list.is-active.animation-right li:nth-child(1) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(1), .c-anime-list.is-active.animation-scale li:nth-child(1) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(1), .c-anime-list.is-active.animation-rotate li:nth-child(1) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(1), .c-anime-list.delay-fast li:nth-child(1) {
  animation-delay: 0.2s;
}
.c-anime-list.delay-slow div:nth-child(1), .c-anime-list.delay-slow li:nth-child(1) {
  animation-delay: 1s;
}
.c-anime-list.duration-fast div:nth-child(1), .c-anime-list.duration-fast li:nth-child(1) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(1), .c-anime-list.duration-slow li:nth-child(1) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(2), .c-anime-list li:nth-child(2) {
  animation-delay: 0.48s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(2), .c-anime-list.is-active li:nth-child(2) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(2), .c-anime-list.is-active.animation-left li:nth-child(2) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(2), .c-anime-list.is-active.animation-right li:nth-child(2) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(2), .c-anime-list.is-active.animation-scale li:nth-child(2) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(2), .c-anime-list.is-active.animation-rotate li:nth-child(2) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(2), .c-anime-list.delay-fast li:nth-child(2) {
  animation-delay: 0.4s;
}
.c-anime-list.delay-slow div:nth-child(2), .c-anime-list.delay-slow li:nth-child(2) {
  animation-delay: 2s;
}
.c-anime-list.duration-fast div:nth-child(2), .c-anime-list.duration-fast li:nth-child(2) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(2), .c-anime-list.duration-slow li:nth-child(2) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(3), .c-anime-list li:nth-child(3) {
  animation-delay: 0.72s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(3), .c-anime-list.is-active li:nth-child(3) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(3), .c-anime-list.is-active.animation-left li:nth-child(3) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(3), .c-anime-list.is-active.animation-right li:nth-child(3) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(3), .c-anime-list.is-active.animation-scale li:nth-child(3) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(3), .c-anime-list.is-active.animation-rotate li:nth-child(3) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(3), .c-anime-list.delay-fast li:nth-child(3) {
  animation-delay: 0.6s;
}
.c-anime-list.delay-slow div:nth-child(3), .c-anime-list.delay-slow li:nth-child(3) {
  animation-delay: 3s;
}
.c-anime-list.duration-fast div:nth-child(3), .c-anime-list.duration-fast li:nth-child(3) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(3), .c-anime-list.duration-slow li:nth-child(3) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(4), .c-anime-list li:nth-child(4) {
  animation-delay: 0.96s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(4), .c-anime-list.is-active li:nth-child(4) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(4), .c-anime-list.is-active.animation-left li:nth-child(4) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(4), .c-anime-list.is-active.animation-right li:nth-child(4) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(4), .c-anime-list.is-active.animation-scale li:nth-child(4) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(4), .c-anime-list.is-active.animation-rotate li:nth-child(4) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(4), .c-anime-list.delay-fast li:nth-child(4) {
  animation-delay: 0.8s;
}
.c-anime-list.delay-slow div:nth-child(4), .c-anime-list.delay-slow li:nth-child(4) {
  animation-delay: 4s;
}
.c-anime-list.duration-fast div:nth-child(4), .c-anime-list.duration-fast li:nth-child(4) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(4), .c-anime-list.duration-slow li:nth-child(4) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(5), .c-anime-list li:nth-child(5) {
  animation-delay: 1.2s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(5), .c-anime-list.is-active li:nth-child(5) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(5), .c-anime-list.is-active.animation-left li:nth-child(5) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(5), .c-anime-list.is-active.animation-right li:nth-child(5) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(5), .c-anime-list.is-active.animation-scale li:nth-child(5) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(5), .c-anime-list.is-active.animation-rotate li:nth-child(5) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(5), .c-anime-list.delay-fast li:nth-child(5) {
  animation-delay: 1s;
}
.c-anime-list.delay-slow div:nth-child(5), .c-anime-list.delay-slow li:nth-child(5) {
  animation-delay: 5s;
}
.c-anime-list.duration-fast div:nth-child(5), .c-anime-list.duration-fast li:nth-child(5) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(5), .c-anime-list.duration-slow li:nth-child(5) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(6), .c-anime-list li:nth-child(6) {
  animation-delay: 1.44s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(6), .c-anime-list.is-active li:nth-child(6) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(6), .c-anime-list.is-active.animation-left li:nth-child(6) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(6), .c-anime-list.is-active.animation-right li:nth-child(6) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(6), .c-anime-list.is-active.animation-scale li:nth-child(6) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(6), .c-anime-list.is-active.animation-rotate li:nth-child(6) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(6), .c-anime-list.delay-fast li:nth-child(6) {
  animation-delay: 1.2s;
}
.c-anime-list.delay-slow div:nth-child(6), .c-anime-list.delay-slow li:nth-child(6) {
  animation-delay: 6s;
}
.c-anime-list.duration-fast div:nth-child(6), .c-anime-list.duration-fast li:nth-child(6) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(6), .c-anime-list.duration-slow li:nth-child(6) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(7), .c-anime-list li:nth-child(7) {
  animation-delay: 1.68s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(7), .c-anime-list.is-active li:nth-child(7) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(7), .c-anime-list.is-active.animation-left li:nth-child(7) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(7), .c-anime-list.is-active.animation-right li:nth-child(7) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(7), .c-anime-list.is-active.animation-scale li:nth-child(7) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(7), .c-anime-list.is-active.animation-rotate li:nth-child(7) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(7), .c-anime-list.delay-fast li:nth-child(7) {
  animation-delay: 1.4s;
}
.c-anime-list.delay-slow div:nth-child(7), .c-anime-list.delay-slow li:nth-child(7) {
  animation-delay: 7s;
}
.c-anime-list.duration-fast div:nth-child(7), .c-anime-list.duration-fast li:nth-child(7) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(7), .c-anime-list.duration-slow li:nth-child(7) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(8), .c-anime-list li:nth-child(8) {
  animation-delay: 1.92s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(8), .c-anime-list.is-active li:nth-child(8) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(8), .c-anime-list.is-active.animation-left li:nth-child(8) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(8), .c-anime-list.is-active.animation-right li:nth-child(8) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(8), .c-anime-list.is-active.animation-scale li:nth-child(8) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(8), .c-anime-list.is-active.animation-rotate li:nth-child(8) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(8), .c-anime-list.delay-fast li:nth-child(8) {
  animation-delay: 1.6s;
}
.c-anime-list.delay-slow div:nth-child(8), .c-anime-list.delay-slow li:nth-child(8) {
  animation-delay: 8s;
}
.c-anime-list.duration-fast div:nth-child(8), .c-anime-list.duration-fast li:nth-child(8) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(8), .c-anime-list.duration-slow li:nth-child(8) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(9), .c-anime-list li:nth-child(9) {
  animation-delay: 2.16s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(9), .c-anime-list.is-active li:nth-child(9) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(9), .c-anime-list.is-active.animation-left li:nth-child(9) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(9), .c-anime-list.is-active.animation-right li:nth-child(9) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(9), .c-anime-list.is-active.animation-scale li:nth-child(9) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(9), .c-anime-list.is-active.animation-rotate li:nth-child(9) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(9), .c-anime-list.delay-fast li:nth-child(9) {
  animation-delay: 1.8s;
}
.c-anime-list.delay-slow div:nth-child(9), .c-anime-list.delay-slow li:nth-child(9) {
  animation-delay: 9s;
}
.c-anime-list.duration-fast div:nth-child(9), .c-anime-list.duration-fast li:nth-child(9) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(9), .c-anime-list.duration-slow li:nth-child(9) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(10), .c-anime-list li:nth-child(10) {
  animation-delay: 2.4s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(10), .c-anime-list.is-active li:nth-child(10) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(10), .c-anime-list.is-active.animation-left li:nth-child(10) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(10), .c-anime-list.is-active.animation-right li:nth-child(10) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(10), .c-anime-list.is-active.animation-scale li:nth-child(10) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(10), .c-anime-list.is-active.animation-rotate li:nth-child(10) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(10), .c-anime-list.delay-fast li:nth-child(10) {
  animation-delay: 2s;
}
.c-anime-list.delay-slow div:nth-child(10), .c-anime-list.delay-slow li:nth-child(10) {
  animation-delay: 10s;
}
.c-anime-list.duration-fast div:nth-child(10), .c-anime-list.duration-fast li:nth-child(10) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(10), .c-anime-list.duration-slow li:nth-child(10) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(11), .c-anime-list li:nth-child(11) {
  animation-delay: 2.64s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(11), .c-anime-list.is-active li:nth-child(11) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(11), .c-anime-list.is-active.animation-left li:nth-child(11) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(11), .c-anime-list.is-active.animation-right li:nth-child(11) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(11), .c-anime-list.is-active.animation-scale li:nth-child(11) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(11), .c-anime-list.is-active.animation-rotate li:nth-child(11) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(11), .c-anime-list.delay-fast li:nth-child(11) {
  animation-delay: 2.2s;
}
.c-anime-list.delay-slow div:nth-child(11), .c-anime-list.delay-slow li:nth-child(11) {
  animation-delay: 11s;
}
.c-anime-list.duration-fast div:nth-child(11), .c-anime-list.duration-fast li:nth-child(11) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(11), .c-anime-list.duration-slow li:nth-child(11) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(12), .c-anime-list li:nth-child(12) {
  animation-delay: 2.88s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(12), .c-anime-list.is-active li:nth-child(12) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(12), .c-anime-list.is-active.animation-left li:nth-child(12) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(12), .c-anime-list.is-active.animation-right li:nth-child(12) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(12), .c-anime-list.is-active.animation-scale li:nth-child(12) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(12), .c-anime-list.is-active.animation-rotate li:nth-child(12) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(12), .c-anime-list.delay-fast li:nth-child(12) {
  animation-delay: 2.4s;
}
.c-anime-list.delay-slow div:nth-child(12), .c-anime-list.delay-slow li:nth-child(12) {
  animation-delay: 12s;
}
.c-anime-list.duration-fast div:nth-child(12), .c-anime-list.duration-fast li:nth-child(12) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(12), .c-anime-list.duration-slow li:nth-child(12) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(13), .c-anime-list li:nth-child(13) {
  animation-delay: 3.12s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(13), .c-anime-list.is-active li:nth-child(13) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(13), .c-anime-list.is-active.animation-left li:nth-child(13) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(13), .c-anime-list.is-active.animation-right li:nth-child(13) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(13), .c-anime-list.is-active.animation-scale li:nth-child(13) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(13), .c-anime-list.is-active.animation-rotate li:nth-child(13) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(13), .c-anime-list.delay-fast li:nth-child(13) {
  animation-delay: 2.6s;
}
.c-anime-list.delay-slow div:nth-child(13), .c-anime-list.delay-slow li:nth-child(13) {
  animation-delay: 13s;
}
.c-anime-list.duration-fast div:nth-child(13), .c-anime-list.duration-fast li:nth-child(13) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(13), .c-anime-list.duration-slow li:nth-child(13) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(14), .c-anime-list li:nth-child(14) {
  animation-delay: 3.36s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(14), .c-anime-list.is-active li:nth-child(14) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(14), .c-anime-list.is-active.animation-left li:nth-child(14) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(14), .c-anime-list.is-active.animation-right li:nth-child(14) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(14), .c-anime-list.is-active.animation-scale li:nth-child(14) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(14), .c-anime-list.is-active.animation-rotate li:nth-child(14) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(14), .c-anime-list.delay-fast li:nth-child(14) {
  animation-delay: 2.8s;
}
.c-anime-list.delay-slow div:nth-child(14), .c-anime-list.delay-slow li:nth-child(14) {
  animation-delay: 14s;
}
.c-anime-list.duration-fast div:nth-child(14), .c-anime-list.duration-fast li:nth-child(14) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(14), .c-anime-list.duration-slow li:nth-child(14) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(15), .c-anime-list li:nth-child(15) {
  animation-delay: 3.6s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(15), .c-anime-list.is-active li:nth-child(15) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(15), .c-anime-list.is-active.animation-left li:nth-child(15) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(15), .c-anime-list.is-active.animation-right li:nth-child(15) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(15), .c-anime-list.is-active.animation-scale li:nth-child(15) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(15), .c-anime-list.is-active.animation-rotate li:nth-child(15) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(15), .c-anime-list.delay-fast li:nth-child(15) {
  animation-delay: 3s;
}
.c-anime-list.delay-slow div:nth-child(15), .c-anime-list.delay-slow li:nth-child(15) {
  animation-delay: 15s;
}
.c-anime-list.duration-fast div:nth-child(15), .c-anime-list.duration-fast li:nth-child(15) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(15), .c-anime-list.duration-slow li:nth-child(15) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(16), .c-anime-list li:nth-child(16) {
  animation-delay: 3.84s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(16), .c-anime-list.is-active li:nth-child(16) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(16), .c-anime-list.is-active.animation-left li:nth-child(16) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(16), .c-anime-list.is-active.animation-right li:nth-child(16) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(16), .c-anime-list.is-active.animation-scale li:nth-child(16) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(16), .c-anime-list.is-active.animation-rotate li:nth-child(16) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(16), .c-anime-list.delay-fast li:nth-child(16) {
  animation-delay: 3.2s;
}
.c-anime-list.delay-slow div:nth-child(16), .c-anime-list.delay-slow li:nth-child(16) {
  animation-delay: 16s;
}
.c-anime-list.duration-fast div:nth-child(16), .c-anime-list.duration-fast li:nth-child(16) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(16), .c-anime-list.duration-slow li:nth-child(16) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(17), .c-anime-list li:nth-child(17) {
  animation-delay: 4.08s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(17), .c-anime-list.is-active li:nth-child(17) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(17), .c-anime-list.is-active.animation-left li:nth-child(17) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(17), .c-anime-list.is-active.animation-right li:nth-child(17) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(17), .c-anime-list.is-active.animation-scale li:nth-child(17) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(17), .c-anime-list.is-active.animation-rotate li:nth-child(17) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(17), .c-anime-list.delay-fast li:nth-child(17) {
  animation-delay: 3.4s;
}
.c-anime-list.delay-slow div:nth-child(17), .c-anime-list.delay-slow li:nth-child(17) {
  animation-delay: 17s;
}
.c-anime-list.duration-fast div:nth-child(17), .c-anime-list.duration-fast li:nth-child(17) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(17), .c-anime-list.duration-slow li:nth-child(17) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(18), .c-anime-list li:nth-child(18) {
  animation-delay: 4.32s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(18), .c-anime-list.is-active li:nth-child(18) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(18), .c-anime-list.is-active.animation-left li:nth-child(18) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(18), .c-anime-list.is-active.animation-right li:nth-child(18) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(18), .c-anime-list.is-active.animation-scale li:nth-child(18) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(18), .c-anime-list.is-active.animation-rotate li:nth-child(18) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(18), .c-anime-list.delay-fast li:nth-child(18) {
  animation-delay: 3.6s;
}
.c-anime-list.delay-slow div:nth-child(18), .c-anime-list.delay-slow li:nth-child(18) {
  animation-delay: 18s;
}
.c-anime-list.duration-fast div:nth-child(18), .c-anime-list.duration-fast li:nth-child(18) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(18), .c-anime-list.duration-slow li:nth-child(18) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(19), .c-anime-list li:nth-child(19) {
  animation-delay: 4.56s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(19), .c-anime-list.is-active li:nth-child(19) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(19), .c-anime-list.is-active.animation-left li:nth-child(19) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(19), .c-anime-list.is-active.animation-right li:nth-child(19) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(19), .c-anime-list.is-active.animation-scale li:nth-child(19) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(19), .c-anime-list.is-active.animation-rotate li:nth-child(19) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(19), .c-anime-list.delay-fast li:nth-child(19) {
  animation-delay: 3.8s;
}
.c-anime-list.delay-slow div:nth-child(19), .c-anime-list.delay-slow li:nth-child(19) {
  animation-delay: 19s;
}
.c-anime-list.duration-fast div:nth-child(19), .c-anime-list.duration-fast li:nth-child(19) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(19), .c-anime-list.duration-slow li:nth-child(19) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(20), .c-anime-list li:nth-child(20) {
  animation-delay: 4.8s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(20), .c-anime-list.is-active li:nth-child(20) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(20), .c-anime-list.is-active.animation-left li:nth-child(20) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(20), .c-anime-list.is-active.animation-right li:nth-child(20) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(20), .c-anime-list.is-active.animation-scale li:nth-child(20) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(20), .c-anime-list.is-active.animation-rotate li:nth-child(20) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(20), .c-anime-list.delay-fast li:nth-child(20) {
  animation-delay: 4s;
}
.c-anime-list.delay-slow div:nth-child(20), .c-anime-list.delay-slow li:nth-child(20) {
  animation-delay: 20s;
}
.c-anime-list.duration-fast div:nth-child(20), .c-anime-list.duration-fast li:nth-child(20) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(20), .c-anime-list.duration-slow li:nth-child(20) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(21), .c-anime-list li:nth-child(21) {
  animation-delay: 5.04s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(21), .c-anime-list.is-active li:nth-child(21) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(21), .c-anime-list.is-active.animation-left li:nth-child(21) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(21), .c-anime-list.is-active.animation-right li:nth-child(21) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(21), .c-anime-list.is-active.animation-scale li:nth-child(21) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(21), .c-anime-list.is-active.animation-rotate li:nth-child(21) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(21), .c-anime-list.delay-fast li:nth-child(21) {
  animation-delay: 4.2s;
}
.c-anime-list.delay-slow div:nth-child(21), .c-anime-list.delay-slow li:nth-child(21) {
  animation-delay: 21s;
}
.c-anime-list.duration-fast div:nth-child(21), .c-anime-list.duration-fast li:nth-child(21) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(21), .c-anime-list.duration-slow li:nth-child(21) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(22), .c-anime-list li:nth-child(22) {
  animation-delay: 5.28s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(22), .c-anime-list.is-active li:nth-child(22) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(22), .c-anime-list.is-active.animation-left li:nth-child(22) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(22), .c-anime-list.is-active.animation-right li:nth-child(22) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(22), .c-anime-list.is-active.animation-scale li:nth-child(22) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(22), .c-anime-list.is-active.animation-rotate li:nth-child(22) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(22), .c-anime-list.delay-fast li:nth-child(22) {
  animation-delay: 4.4s;
}
.c-anime-list.delay-slow div:nth-child(22), .c-anime-list.delay-slow li:nth-child(22) {
  animation-delay: 22s;
}
.c-anime-list.duration-fast div:nth-child(22), .c-anime-list.duration-fast li:nth-child(22) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(22), .c-anime-list.duration-slow li:nth-child(22) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(23), .c-anime-list li:nth-child(23) {
  animation-delay: 5.52s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(23), .c-anime-list.is-active li:nth-child(23) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(23), .c-anime-list.is-active.animation-left li:nth-child(23) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(23), .c-anime-list.is-active.animation-right li:nth-child(23) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(23), .c-anime-list.is-active.animation-scale li:nth-child(23) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(23), .c-anime-list.is-active.animation-rotate li:nth-child(23) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(23), .c-anime-list.delay-fast li:nth-child(23) {
  animation-delay: 4.6s;
}
.c-anime-list.delay-slow div:nth-child(23), .c-anime-list.delay-slow li:nth-child(23) {
  animation-delay: 23s;
}
.c-anime-list.duration-fast div:nth-child(23), .c-anime-list.duration-fast li:nth-child(23) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(23), .c-anime-list.duration-slow li:nth-child(23) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(24), .c-anime-list li:nth-child(24) {
  animation-delay: 5.76s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(24), .c-anime-list.is-active li:nth-child(24) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(24), .c-anime-list.is-active.animation-left li:nth-child(24) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(24), .c-anime-list.is-active.animation-right li:nth-child(24) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(24), .c-anime-list.is-active.animation-scale li:nth-child(24) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(24), .c-anime-list.is-active.animation-rotate li:nth-child(24) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(24), .c-anime-list.delay-fast li:nth-child(24) {
  animation-delay: 4.8s;
}
.c-anime-list.delay-slow div:nth-child(24), .c-anime-list.delay-slow li:nth-child(24) {
  animation-delay: 24s;
}
.c-anime-list.duration-fast div:nth-child(24), .c-anime-list.duration-fast li:nth-child(24) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(24), .c-anime-list.duration-slow li:nth-child(24) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(25), .c-anime-list li:nth-child(25) {
  animation-delay: 6s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(25), .c-anime-list.is-active li:nth-child(25) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(25), .c-anime-list.is-active.animation-left li:nth-child(25) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(25), .c-anime-list.is-active.animation-right li:nth-child(25) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(25), .c-anime-list.is-active.animation-scale li:nth-child(25) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(25), .c-anime-list.is-active.animation-rotate li:nth-child(25) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(25), .c-anime-list.delay-fast li:nth-child(25) {
  animation-delay: 5s;
}
.c-anime-list.delay-slow div:nth-child(25), .c-anime-list.delay-slow li:nth-child(25) {
  animation-delay: 25s;
}
.c-anime-list.duration-fast div:nth-child(25), .c-anime-list.duration-fast li:nth-child(25) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(25), .c-anime-list.duration-slow li:nth-child(25) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(26), .c-anime-list li:nth-child(26) {
  animation-delay: 6.24s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(26), .c-anime-list.is-active li:nth-child(26) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(26), .c-anime-list.is-active.animation-left li:nth-child(26) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(26), .c-anime-list.is-active.animation-right li:nth-child(26) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(26), .c-anime-list.is-active.animation-scale li:nth-child(26) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(26), .c-anime-list.is-active.animation-rotate li:nth-child(26) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(26), .c-anime-list.delay-fast li:nth-child(26) {
  animation-delay: 5.2s;
}
.c-anime-list.delay-slow div:nth-child(26), .c-anime-list.delay-slow li:nth-child(26) {
  animation-delay: 26s;
}
.c-anime-list.duration-fast div:nth-child(26), .c-anime-list.duration-fast li:nth-child(26) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(26), .c-anime-list.duration-slow li:nth-child(26) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(27), .c-anime-list li:nth-child(27) {
  animation-delay: 6.48s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(27), .c-anime-list.is-active li:nth-child(27) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(27), .c-anime-list.is-active.animation-left li:nth-child(27) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(27), .c-anime-list.is-active.animation-right li:nth-child(27) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(27), .c-anime-list.is-active.animation-scale li:nth-child(27) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(27), .c-anime-list.is-active.animation-rotate li:nth-child(27) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(27), .c-anime-list.delay-fast li:nth-child(27) {
  animation-delay: 5.4s;
}
.c-anime-list.delay-slow div:nth-child(27), .c-anime-list.delay-slow li:nth-child(27) {
  animation-delay: 27s;
}
.c-anime-list.duration-fast div:nth-child(27), .c-anime-list.duration-fast li:nth-child(27) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(27), .c-anime-list.duration-slow li:nth-child(27) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(28), .c-anime-list li:nth-child(28) {
  animation-delay: 6.72s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(28), .c-anime-list.is-active li:nth-child(28) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(28), .c-anime-list.is-active.animation-left li:nth-child(28) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(28), .c-anime-list.is-active.animation-right li:nth-child(28) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(28), .c-anime-list.is-active.animation-scale li:nth-child(28) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(28), .c-anime-list.is-active.animation-rotate li:nth-child(28) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(28), .c-anime-list.delay-fast li:nth-child(28) {
  animation-delay: 5.6s;
}
.c-anime-list.delay-slow div:nth-child(28), .c-anime-list.delay-slow li:nth-child(28) {
  animation-delay: 28s;
}
.c-anime-list.duration-fast div:nth-child(28), .c-anime-list.duration-fast li:nth-child(28) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(28), .c-anime-list.duration-slow li:nth-child(28) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(29), .c-anime-list li:nth-child(29) {
  animation-delay: 6.96s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(29), .c-anime-list.is-active li:nth-child(29) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(29), .c-anime-list.is-active.animation-left li:nth-child(29) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(29), .c-anime-list.is-active.animation-right li:nth-child(29) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(29), .c-anime-list.is-active.animation-scale li:nth-child(29) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(29), .c-anime-list.is-active.animation-rotate li:nth-child(29) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(29), .c-anime-list.delay-fast li:nth-child(29) {
  animation-delay: 5.8s;
}
.c-anime-list.delay-slow div:nth-child(29), .c-anime-list.delay-slow li:nth-child(29) {
  animation-delay: 29s;
}
.c-anime-list.duration-fast div:nth-child(29), .c-anime-list.duration-fast li:nth-child(29) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(29), .c-anime-list.duration-slow li:nth-child(29) {
  animation-duration: 1.4s;
}
.c-anime-list div:nth-child(30), .c-anime-list li:nth-child(30) {
  animation-delay: 7.2s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-list.is-active div:nth-child(30), .c-anime-list.is-active li:nth-child(30) {
  animation-name: fadeInUp;
}
.c-anime-list.is-active.animation-left div:nth-child(30), .c-anime-list.is-active.animation-left li:nth-child(30) {
  animation-name: fadeInLeft;
}
.c-anime-list.is-active.animation-right div:nth-child(30), .c-anime-list.is-active.animation-right li:nth-child(30) {
  animation-name: fadeInRight;
}
.c-anime-list.is-active.animation-scale div:nth-child(30), .c-anime-list.is-active.animation-scale li:nth-child(30) {
  animation-name: fadeInScale;
}
.c-anime-list.is-active.animation-rotate div:nth-child(30), .c-anime-list.is-active.animation-rotate li:nth-child(30) {
  animation-name: fadeInRotate;
}
.c-anime-list.delay-fast div:nth-child(30), .c-anime-list.delay-fast li:nth-child(30) {
  animation-delay: 6s;
}
.c-anime-list.delay-slow div:nth-child(30), .c-anime-list.delay-slow li:nth-child(30) {
  animation-delay: 30s;
}
.c-anime-list.duration-fast div:nth-child(30), .c-anime-list.duration-fast li:nth-child(30) {
  animation-duration: 0.8s;
}
.c-anime-list.duration-slow div:nth-child(30), .c-anime-list.duration-slow li:nth-child(30) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(1) {
  animation-delay: 0.24s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(1) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(1) {
  animation-delay: 0.2s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(1) {
  animation-delay: 1s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(1) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(1) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(2) {
  animation-delay: 0.48s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(2) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(2) {
  animation-delay: 0.4s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(2) {
  animation-delay: 2s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(2) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(2) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(3) {
  animation-delay: 0.72s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(3) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(3) {
  animation-delay: 0.6s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(3) {
  animation-delay: 3s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(3) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(3) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(4) {
  animation-delay: 0.96s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(4) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(4) {
  animation-delay: 0.8s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(4) {
  animation-delay: 4s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(4) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(4) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(5) {
  animation-delay: 1.2s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(5) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(5) {
  animation-delay: 1s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(5) {
  animation-delay: 5s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(5) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(5) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(6) {
  animation-delay: 1.44s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(6) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(6) {
  animation-delay: 1.2s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(6) {
  animation-delay: 6s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(6) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(6) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(7) {
  animation-delay: 1.68s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(7) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(7) {
  animation-delay: 1.4s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(7) {
  animation-delay: 7s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(7) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(7) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(8) {
  animation-delay: 1.92s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(8) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(8) {
  animation-delay: 1.6s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(8) {
  animation-delay: 8s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(8) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(8) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(9) {
  animation-delay: 2.16s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(9) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(9) {
  animation-delay: 1.8s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(9) {
  animation-delay: 9s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(9) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(9) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(10) {
  animation-delay: 2.4s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(10) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(10) {
  animation-delay: 2s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(10) {
  animation-delay: 10s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(10) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(10) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(11) {
  animation-delay: 2.64s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(11) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(11) {
  animation-delay: 2.2s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(11) {
  animation-delay: 11s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(11) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(11) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(12) {
  animation-delay: 2.88s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(12) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(12) {
  animation-delay: 2.4s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(12) {
  animation-delay: 12s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(12) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(12) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(13) {
  animation-delay: 3.12s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(13) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(13) {
  animation-delay: 2.6s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(13) {
  animation-delay: 13s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(13) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(13) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(14) {
  animation-delay: 3.36s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(14) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(14) {
  animation-delay: 2.8s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(14) {
  animation-delay: 14s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(14) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(14) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(15) {
  animation-delay: 3.6s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(15) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(15) {
  animation-delay: 3s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(15) {
  animation-delay: 15s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(15) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(15) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(16) {
  animation-delay: 3.84s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(16) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(16) {
  animation-delay: 3.2s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(16) {
  animation-delay: 16s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(16) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(16) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(17) {
  animation-delay: 4.08s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(17) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(17) {
  animation-delay: 3.4s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(17) {
  animation-delay: 17s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(17) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(17) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(18) {
  animation-delay: 4.32s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(18) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(18) {
  animation-delay: 3.6s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(18) {
  animation-delay: 18s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(18) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(18) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(19) {
  animation-delay: 4.56s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(19) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(19) {
  animation-delay: 3.8s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(19) {
  animation-delay: 19s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(19) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(19) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(20) {
  animation-delay: 4.8s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(20) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(20) {
  animation-delay: 4s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(20) {
  animation-delay: 20s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(20) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(20) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(21) {
  animation-delay: 5.04s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(21) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(21) {
  animation-delay: 4.2s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(21) {
  animation-delay: 21s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(21) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(21) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(22) {
  animation-delay: 5.28s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(22) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(22) {
  animation-delay: 4.4s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(22) {
  animation-delay: 22s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(22) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(22) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(23) {
  animation-delay: 5.52s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(23) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(23) {
  animation-delay: 4.6s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(23) {
  animation-delay: 23s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(23) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(23) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(24) {
  animation-delay: 5.76s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(24) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(24) {
  animation-delay: 4.8s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(24) {
  animation-delay: 24s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(24) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(24) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(25) {
  animation-delay: 6s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(25) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(25) {
  animation-delay: 5s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(25) {
  animation-delay: 25s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(25) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(25) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(26) {
  animation-delay: 6.24s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(26) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(26) {
  animation-delay: 5.2s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(26) {
  animation-delay: 26s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(26) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(26) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(27) {
  animation-delay: 6.48s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(27) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(27) {
  animation-delay: 5.4s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(27) {
  animation-delay: 27s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(27) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(27) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(28) {
  animation-delay: 6.72s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(28) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(28) {
  animation-delay: 5.6s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(28) {
  animation-delay: 28s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(28) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(28) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(29) {
  animation-delay: 6.96s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(29) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(29) {
  animation-delay: 5.8s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(29) {
  animation-delay: 29s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(29) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(29) {
  animation-duration: 1.4s;
}
.c-anime-child > .c-anime-child__item:nth-child(30) {
  animation-delay: 7.2s;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-anime-child.is-active > .c-anime-child__item:nth-child(30) {
  animation-name: fadeInUp;
}
.c-anime-child.delay-fast > .c-anime-child__item:nth-child(30) {
  animation-delay: 6s;
}
.c-anime-child.delay-slow > .c-anime-child__item:nth-child(30) {
  animation-delay: 30s;
}
.c-anime-child.duration-fast > .c-anime-child__item:nth-child(30) {
  animation-duration: 1s;
}
.c-anime-child.duration-slow > .c-anime-child__item:nth-child(30) {
  animation-duration: 1.4s;
}
.c-anime--lists .c-anime--fadeup:nth-child(1) {
  animation-delay: 0.24s;
}
.c-anime--lists .c-anime--fadeup:nth-child(2) {
  animation-delay: 0.48s;
}
.c-anime--lists .c-anime--fadeup:nth-child(3) {
  animation-delay: 0.72s;
}
.c-anime--lists .c-anime--fadeup:nth-child(4) {
  animation-delay: 0.96s;
}
.c-anime--lists .c-anime--fadeup:nth-child(5) {
  animation-delay: 1.2s;
}
.c-anime--lists .c-anime--fadeup:nth-child(6) {
  animation-delay: 1.44s;
}
.c-anime--lists .c-anime--fadeup:nth-child(7) {
  animation-delay: 1.68s;
}
.c-anime--lists .c-anime--fadeup:nth-child(8) {
  animation-delay: 1.92s;
}
.c-anime--lists .c-anime--fadeup:nth-child(9) {
  animation-delay: 2.16s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(30px);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInRotate {
  from {
    opacity: 0;
    transform: rotate(-5deg) scale(0.95);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
.c-anime-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.c-anime-image.no-anime img {
  opacity: 1;
  transform: scale(1);
  transition: none;
}
.c-anime-image.no-anime::before {
  display: none;
}
.c-anime-image img {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.8s ease;
}
.c-anime-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(109, 181, 201, 0.3) 0%, rgba(109, 181, 201, 0.7) 50%, rgba(109, 181, 201, 0.9) 100%);
  transform: translateX(-100%) scaleX(0);
  transform-origin: left center;
  z-index: 2;
  will-change: transform;
  opacity: 1;
}
.c-anime-image.is-active:not(.no-anime)::before {
  animation: waveAnimation 1.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.c-anime-image.is-active:not(.no-anime) img {
  animation: imageReveal 1.4s ease forwards;
}
@keyframes waveAnimation {
  0% {
    transform: translateX(-100%) scaleX(0);
    transform-origin: left center;
    opacity: 1;
  }
  50% {
    transform: translateX(0) scaleX(1);
    transform-origin: left center;
    opacity: 1;
  }
  51% {
    transform: translateX(0) scaleX(1);
    transform-origin: right center;
    opacity: 1;
  }
  100% {
    transform: translateX(100%) scaleX(0);
    transform-origin: right center;
    opacity: 0;
  }
}
@keyframes imageReveal {
  0%, 60% {
    opacity: 0;
    transform: scale(1);
  }
  80% {
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.c-anime-image-wrapper .c-anime-image:nth-child(1).is-active::before {
  animation-delay: 0.1s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(1).is-active img {
  animation-delay: 0.1s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(2).is-active::before {
  animation-delay: 0.2s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(2).is-active img {
  animation-delay: 0.2s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(3).is-active::before {
  animation-delay: 0.3s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(3).is-active img {
  animation-delay: 0.3s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(4).is-active::before {
  animation-delay: 0.4s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(4).is-active img {
  animation-delay: 0.4s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(5).is-active::before {
  animation-delay: 0.5s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(5).is-active img {
  animation-delay: 0.5s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(6).is-active::before {
  animation-delay: 0.6s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(6).is-active img {
  animation-delay: 0.6s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(7).is-active::before {
  animation-delay: 0.7s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(7).is-active img {
  animation-delay: 0.7s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(8).is-active::before {
  animation-delay: 0.8s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(8).is-active img {
  animation-delay: 0.8s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(9).is-active::before {
  animation-delay: 0.9s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(9).is-active img {
  animation-delay: 0.9s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(10).is-active::before {
  animation-delay: 1s;
}
.c-anime-image-wrapper .c-anime-image:nth-child(10).is-active img {
  animation-delay: 1s;
}
.c-anime--parallax {
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-anime--parallax[data-parallax-speed=slow] {
  --parallax-speed: 0.5;
}
.c-anime--parallax[data-parallax-speed=normal] {
  --parallax-speed: 1;
}
.c-anime--parallax[data-parallax-speed=fast] {
  --parallax-speed: 1.5;
}
.c-anime--stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.c-anime--stagger.is-active > * {
  opacity: 1;
  transform: translateY(0);
}
.c-anime--stagger.is-active > *:nth-child(1) {
  transition-delay: 0.05s;
}
.c-anime--stagger.is-active > *:nth-child(2) {
  transition-delay: 0.1s;
}
.c-anime--stagger.is-active > *:nth-child(3) {
  transition-delay: 0.15s;
}
.c-anime--stagger.is-active > *:nth-child(4) {
  transition-delay: 0.2s;
}
.c-anime--stagger.is-active > *:nth-child(5) {
  transition-delay: 0.25s;
}
.c-anime--stagger.is-active > *:nth-child(6) {
  transition-delay: 0.3s;
}
.c-anime--stagger.is-active > *:nth-child(7) {
  transition-delay: 0.35s;
}
.c-anime--stagger.is-active > *:nth-child(8) {
  transition-delay: 0.4s;
}
.c-anime--stagger.is-active > *:nth-child(9) {
  transition-delay: 0.45s;
}
.c-anime--stagger.is-active > *:nth-child(10) {
  transition-delay: 0.5s;
}
.c-anime--stagger.is-active > *:nth-child(11) {
  transition-delay: 0.55s;
}
.c-anime--stagger.is-active > *:nth-child(12) {
  transition-delay: 0.6s;
}
.c-anime--stagger.is-active > *:nth-child(13) {
  transition-delay: 0.65s;
}
.c-anime--stagger.is-active > *:nth-child(14) {
  transition-delay: 0.7s;
}
.c-anime--stagger.is-active > *:nth-child(15) {
  transition-delay: 0.75s;
}
.c-anime--stagger.is-active > *:nth-child(16) {
  transition-delay: 0.8s;
}
.c-anime--stagger.is-active > *:nth-child(17) {
  transition-delay: 0.85s;
}
.c-anime--stagger.is-active > *:nth-child(18) {
  transition-delay: 0.9s;
}
.c-anime--stagger.is-active > *:nth-child(19) {
  transition-delay: 0.95s;
}
.c-anime--stagger.is-active > *:nth-child(20) {
  transition-delay: 1s;
}
.c-link {
  position: relative;
  transition: opacity 0.6s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-link:hover {
  opacity: 0.5;
}
.c-link--text {
  color: #1AA7FF;
}
.c-link--normal {
  text-decoration: underline;
  text-decoration-color: #1AA7FF;
  color: #1AA7FF;
}
.c-link--tel:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(-100%, -40%);
  width: 24px;
  height: 24px;
  background-image: url("../image/common/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-input {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-input input, .c-input select, .c-input textarea {
  background-color: #FFF;
  border: solid 1px #D2D8DE;
  border-radius: 4px;
  padding: 8px 16px;
  width: 100%;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.06rem;
}
@media (max-width: 1199px) {
  .c-input input, .c-input select, .c-input textarea {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.8666666667;
    letter-spacing: 0.06rem;
  }
}
.c-input input::-moz-placeholder, .c-input select::-moz-placeholder, .c-input textarea::-moz-placeholder {
  color: #A0A7AE;
}
.c-input input::placeholder, .c-input select::placeholder, .c-input textarea::placeholder {
  color: #A0A7AE;
}
.c-input textarea {
  resize: vertical;
}
.c-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input.c-input--error input, .c-input.c-input--error select, .c-input.c-input--error textarea {
  background-color: #FFEDED;
  border: solid 1px #D10000;
}
.c-input--text {
  text-align: left;
}
.c-input--select:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 20px;
  pointer-events: none;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow/contact_select.svg");
}
@media (max-width: 1199px) {
  .c-input--select:before {
    width: 2.9333333333vw;
    height: 9.6vw;
  }
}
.c-input--calender:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg id='グループ_574' data-name='グループ 574' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1657' data-name='長方形 1657' width='16' height='16' fill='%23579cab'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='グループ_516' data-name='グループ 516' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_3357' data-name='パス 3357' d='M12.911,1.228h-.6v-.6a.625.625,0,1,0-1.249,0v.6H4.935v-.6a.625.625,0,1,0-1.249,0v.6h-.6A3.093,3.093,0,0,0,0,4.319v8.59A3.093,3.093,0,0,0,3.089,16h9.822A3.093,3.093,0,0,0,16,12.909V4.319A3.093,3.093,0,0,0,12.911,1.228ZM3.089,2.478h.6V3.7a.625.625,0,1,0,1.249,0V2.478h6.129V3.7a.625.625,0,1,0,1.249,0V2.478h.6a1.842,1.842,0,0,1,1.84,1.84v.6H1.249v-.6A1.842,1.842,0,0,1,3.089,2.478Zm9.822,12.271H3.089a1.842,1.842,0,0,1-1.84-1.84V6.166h13.5v6.743A1.842,1.842,0,0,1,12.911,14.749ZM5.55,8.624a.625.625,0,0,1-.625.625H3.7A.625.625,0,0,1,3.7,8H4.925a.625.625,0,0,1,.625.625m7.379,0a.625.625,0,0,1-.625.625H11.075a.625.625,0,0,1,0-1.25H12.3a.625.625,0,0,1,.625.625m-3.693,0a.625.625,0,0,1-.625.625H7.382a.625.625,0,0,1,0-1.25H8.611a.625.625,0,0,1,.625.625M5.55,12.312a.625.625,0,0,1-.625.625H3.7a.625.625,0,0,1,0-1.25H4.925a.625.625,0,0,1,.625.625m7.379,0a.625.625,0,0,1-.625.625H11.075a.625.625,0,0,1,0-1.25H12.3a.625.625,0,0,1,.625.625m-3.693,0a.625.625,0,0,1-.625.625H7.382a.625.625,0,0,1,0-1.25H8.611a.625.625,0,0,1,.625.625' transform='translate(0 0.001)' fill='%23579cab'/%3E%3C/g%3E%3C/svg%3E%0A");
  pointer-events: none;
  transform: translate(0%, -50%);
}
.c-input--radio {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-column: 4px;
}
.c-input--radio.c-input--radio--horizontal .wpcf7-radio {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 0;
  flex-wrap: wrap;
}
.c-input--radio .horizontal-item {
  margin-left: 0 !important;
}
.c-input--radio label {
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
.c-input--radio label:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #BEBEBE;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  transition: all 0.2s ease;
}
.c-input--radio label.is-selected:before {
  background-color: #00399A;
  box-shadow: inset 0 0 0 3px #FFFFFF;
}
.c-input--radio label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}
.c-input--radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 1199px) {
  .c-input--radio .wpcf7-radio {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}
.c-input--checkbox label {
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
.c-input--checkbox label:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #B4B4B4;
  width: 19px;
  height: 19px;
  margin-right: 12px;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .c-input--checkbox label:before {
    width: 22px;
    height: 22px;
    border-radius: 3px;
  }
}
.c-input--checkbox label:after {
  transition: all 0.2s ease;
}
.c-input--checkbox label.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translate(25%, -25%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-left: solid 2px #E24545;
  border-bottom: solid 2px #E24545;
  left: 0px;
}
.c-input--checkbox label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
}
.c-input--checkbox .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-column: 4px;
}
@media (max-width: 1199px) {
  .c-input--checkbox .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
  }
}
.c-input--checkbox .wpcf7-checkbox .horizontal-item {
  margin-left: 0 !important;
}
.c-input--single-checkbox {
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.c-input--single-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #B4B4B4;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 16px;
  transition: all 0.2s ease;
}
.c-input--single-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
}
.c-input--single-checkbox:after {
  transition: all 0.2s ease;
}
.c-input--single-checkbox.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translate(25%, -25%) rotate(-45deg);
  width: 13px;
  height: 6px;
  border-left: solid 2px #00399A;
  border-bottom: solid 2px #00399A;
}
.c-input--single-checkbox.c-input--single-checkbox--left {
  justify-content: flex-start;
}
.c-input--only-checkbox {
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.c-input--only-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #B4B4B4;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.c-input--only-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
}
.c-input--only-checkbox:after {
  transition: all 0.2s ease;
}
.c-input--only-checkbox.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translate(25%, -25%) rotate(-45deg);
  width: 13px;
  height: 6px;
  border-left: solid 2px #00399A;
  border-bottom: solid 2px #00399A;
}
.c-input--single-radio {
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.c-input--single-radio:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #B4B4B4;
  width: 15px;
  height: 15px;
  margin-right: 16px;
  transition: all 0.2s ease;
}
.c-input--single-radio.is-selected:before {
  background-color: #00399A;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.c-input--single-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}
.c-input--radio-checkbox {
  display: inline-flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.c-input--radio-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #B4B4B4;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 16px;
  transition: all 0.2s ease;
}
.c-input--radio-checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}
.c-input--radio-checkbox:after {
  transition: all 0.2s ease;
}
.c-input--radio-checkbox.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translate(25%, -25%) rotate(-45deg);
  width: 13px;
  height: 6px;
  border-left: solid 2px #00399A;
  border-bottom: solid 2px #00399A;
}
.c-input__numeric::-webkit-inner-spin-button,
.c-input__numeric::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input__numeric {
  -moz-appearance: textfield;
}
.mw_wp_form_confirm .c-input__hide-conf {
  display: none !important;
}
.mw_wp_form_confirm .c-input--select:before {
  content: none;
}
.mw_wp_form_confirm .c-input--calender:before {
  content: unset;
}
.mw_wp_form_confirm .monthly-calendar {
  display: none;
}
.mw_wp_form_confirm .p-contact-actions {
  margin-top: 40px;
}
.c-input--w120 {
  width: 120px;
}
.c-input--grow {
  flex-grow: 1;
}
.c-input--w100p {
  width: 100%;
}
.c-input--w240 {
  width: 240px;
}
.c-input-date .c-input-date__y p,
.c-input-date .c-input-date__m p,
.c-input-date .c-input-date__d p {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media (max-width: 1199px) {
  .c-input-date .c-input-date__y p,
  .c-input-date .c-input-date__m p,
  .c-input-date .c-input-date__d p {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.c-input-date .c-input-date__y span,
.c-input-date .c-input-date__m span,
.c-input-date .c-input-date__d span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0rem;
}
@media (max-width: 1199px) {
  .c-input-date .c-input-date__y span,
  .c-input-date .c-input-date__m span,
  .c-input-date .c-input-date__d span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0rem;
  }
}
.c-input-date .c-input-date__y input {
  width: 110px;
}
@media (max-width: 1199px) {
  .c-input-date .c-input-date__y input {
    width: 72px;
  }
}
.c-input-date .c-input-date__m input {
  width: 72px;
}
.c-input-date .c-input-date__d input {
  width: 72px;
}
.c-button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-button:hover {
  opacity: 0.5;
}
.c-button--blue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #00399A;
  color: #00399A;
  border-radius: 4px;
  transition: opacity 0.6s;
}
.c-button--blue:hover {
  opacity: 0.5;
}
.c-button--blue.c-button--fill {
  background-color: #00399A;
  color: #FFFFFF;
}
.c-button--conf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #DF7336;
  background-color: #DF7336;
  color: #FFFFFF;
  border-radius: 4px;
  transition: opacity 0.6s;
}
.c-button--conf:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  transition: 0.2s;
}
.c-button--back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #F5F5F5;
  background-color: #F5F5F5;
  color: #1B2038;
  border-radius: 4px;
  transition: opacity 0.6s;
}
.c-button--back:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-left: solid 2px #1B2038;
  border-bottom: solid 2px #1B2038;
  transition: 0.2s;
  z-index: 1;
}
.c-button--send {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #DF7336;
  background-color: #DF7336;
  color: #FFFFFF;
  border-radius: 4px;
  transition: opacity 0.6s;
}
.c-button--send:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  border-left: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  transition: 0.2s;
}
.c-hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 5;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  row-gap: 7px;
  z-index: 100;
}
@media (max-width: 1099px) {
  .c-hamburger {
    display: inline-flex;
  }
}
.c-hamburger .c-hamburger__arrows {
  display: block;
  position: relative;
  width: 30px;
  height: 22px;
}
.c-hamburger .c-hamburger__arrows .c-hamburger__line {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
}
.c-hamburger .c-hamburger__arrows .c-hamburger__line:nth-child(1) {
  top: 0;
  transform-origin: center;
}
.c-hamburger .c-hamburger__arrows .c-hamburger__line:nth-child(2) {
  top: 50%;
  transform-origin: center;
}
.c-hamburger .c-hamburger__arrows .c-hamburger__line:nth-child(3) {
  top: 100%;
  transform-origin: center;
}
.c-hamburger.open .c-hamburger__arrows .c-hamburger__line:nth-child(1) {
  transform: translate(0px, 11px) rotate(45deg);
}
.c-hamburger.open .c-hamburger__arrows .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.open .c-hamburger__arrows .c-hamburger__line:nth-child(3) {
  transform: translate(0px, -12px) rotate(-45deg);
}
.c-hamburger .c-hamburger__text {
  color: #000000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .c-hamburger .c-hamburger__text {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0rem;
  }
}
/**
 * Site Ripple Component
 * サイト全体の波紋エフェクトとモバイル用サイドウェーブ
 */
.c-site-ripple {
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(109, 181, 201, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  box-shadow: 0 0 20px 10px rgba(109, 181, 201, 0.3), inset 0 0 10px 5px rgba(255, 255, 255, 0.1);
}
.c-site-ripple--mouse {
  animation: ripple-mouse 1.2s ease-out forwards;
}
.c-site-ripple--click {
  animation: ripple-click 0.6s ease-out forwards;
}
@keyframes ripple-mouse {
  0% {
    width: 0;
    height: 0;
    opacity: 0.6;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes ripple-click {
  0% {
    width: 0;
    height: 0;
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
.c-side-wave {
  position: fixed;
  top: 0;
  width: 10px;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 100;
}
@media (max-width: 1210px) {
  .c-side-wave {
    opacity: 1;
  }
}
.c-side-wave--left {
  left: 0;
}
.c-side-wave--right {
  right: 0;
}
.c-side-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-side-wave__path {
  fill: rgba(109, 181, 201, 0.1);
  transition: d 0.1s ease-out;
}
.no-ripple .c-site-ripple,
.no-ripple .c-side-wave {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .c-site-ripple {
    animation-duration: 0.3s !important;
  }
  .c-side-wave {
    display: none;
  }
}
/**
 * Swup Transitions - Official Demo Based
 * @file src/assets/css/Object/Component/_c-swup-transitions.scss
 */
:root {
  --overlay-direction: 1;
}
.swup-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #6DB5C9 0%, #4A8FA0 100%);
  z-index: 10000;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
.admin-bar .swup-progress-bar {
  top: var(--admin-bar-height, 32px);
}
html.is-changing {
  cursor: wait;
}
html.is-changing a {
  pointer-events: none;
}
.transition-main {
  opacity: 1;
  transition: none;
}
html.is-changing .transition-main {
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1), opacity 800ms cubic-bezier(0.4, 0, 0.2, 1);
}
html.is-animating.is-leaving .transition-main {
  transform: translateX(calc(2rem * var(--overlay-direction, 1)));
  opacity: 0;
}
html.is-animating.is-rendering .transition-main {
  transform: translateX(calc(-2rem * var(--overlay-direction, 1)));
  opacity: 0;
}
.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: linear-gradient(135deg, rgba(109, 181, 201, 0.98) 0%, rgba(74, 143, 160, 0.98) 100%);
  opacity: 0;
  transform: translate3d(calc(-100% * var(--overlay-direction, 1)), 0, 0);
  pointer-events: none;
}
.transition-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,50 Q25,30 50,50 T100,50 L100,100 L0,100 Z' fill='rgba(255,255,255,0.15)'/%3E%3C/svg%3E");
  background-size: 200px 100px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  opacity: 0.7;
}
html.is-changing .transition-overlay {
  transition: transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
html.is-animating .transition-overlay {
  transform: translate3d(0, 0, 0);
}
html.is-rendering .transition-overlay {
  transform: translate3d(calc(var(--overlay-direction, 1) * 100%), 0, 0);
}
html.to-back {
  --overlay-direction: -1;
}
#swup {
  opacity: 1;
  transition: opacity 600ms ease-out;
}
html.is-animating #swup {
  opacity: 0;
}
html.is-rendering #swup {
  opacity: 0;
  transition-delay: 400ms;
}
html:not(.is-animating) #swup {
  opacity: 1;
  transition-delay: 0s;
}
@media (max-width: 768px) {
  html.is-animating.is-leaving .transition-main {
    transform: translateX(calc(1rem * var(--overlay-direction, 1)));
  }
  html.is-animating.is-rendering .transition-main {
    transform: translateX(calc(-1rem * var(--overlay-direction, 1)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .transition-overlay,
  .transition-main,
  #swup {
    transition: none !important;
  }
  .swup-progress-bar {
    display: none;
  }
}
.px-button {
  position: relative;
  display: inline-flex;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  padding: 2px;
  width: 100%;
  max-width: 465px;
}
.px-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #6FC8D6 0%, #4A9FB0 16.66%, #2E5A87 33.33%, #042D7E 50%, #2E5A87 66.66%, #4A9FB0 83.33%, #6FC8D6 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  border-radius: inherit;
  z-index: -1;
  animation: smoothWaveFlow 8s ease-in-out infinite;
}
.px-button:hover .px-button__inner {
  background-color: unset;
  color: #FFF;
}
.px-button:hover .px-button__inner:after {
  background-color: #FFF;
  transform: translateX(4px);
}
@keyframes smoothWaveFlow {
  0%, 10% {
    background-position: 0% 0%;
  }
  45% {
    background-position: -100% 0%;
  }
  55% {
    background-position: -100% 0%;
  }
  90%, 100% {
    background-position: 0% 0%;
  }
}
.px-button .px-button__inner {
  position: relative;
  background: transparent;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0rem;
  color: var(--primary);
  background: white;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1099px) {
  .px-button .px-button__inner {
    font-size: 16px;
    line-height: 1.1875;
    letter-spacing: 0rem;
    padding: 10px 12px;
  }
}
.px-button .px-button__inner:after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNjEgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgNi41SDU4LjVMNTMgMSIgc3Ryb2tlPSIjMTI1RDhEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNjEgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgNi41SDU4LjVMNTMgMSIgc3Ryb2tlPSIjMTI1RDhEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--primary);
  position: absolute;
  width: 58px;
  height: 5.5px;
  right: 16px;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1099px) {
  .px-button .px-button__inner:after {
    width: 40px;
    height: 6px;
    right: 10px;
  }
}
.px-contact {
  margin-bottom: 100px;
}
@media (max-width: 1099px) {
  .px-contact {
    margin-bottom: 80px;
  }
}
.px-contact .px-contact__title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  color: var(--primary);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  margin-bottom: 10px;
}
@media (max-width: 1099px) {
  .px-contact .px-contact__title {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.32rem;
  }
}
.px-contact .px-contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1099px) {
  .px-contact .px-contact__link {
    height: 88px;
  }
}
.px-contact .px-contact__link::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 40%, transparent 100%);
  animation: fixedRipple1 20s ease-out infinite;
  z-index: 1;
  pointer-events: none;
}
.px-contact .px-contact__link::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 50%, transparent 100%);
  animation: fixedRipple2 20s ease-out infinite 2.5s;
  z-index: 1;
  pointer-events: none;
}
.px-contact .px-contact__link:hover {
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.4), inset 0px 0px 50px 0px rgba(255, 255, 255, 0.15);
}
@keyframes fixedRipple1 {
  0%, 12.5% {
    top: 18%;
    left: 12%;
    width: 30px;
    height: 30px;
    transform: scale(0);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  10% {
    transform: scale(12);
    opacity: 0;
  }
  25%, 37.5% {
    top: 22%;
    left: 78%;
    width: 40px;
    height: 40px;
    transform: scale(0);
    opacity: 0;
  }
  26% {
    opacity: 1;
  }
  35% {
    transform: scale(16);
    opacity: 0;
  }
  50%, 62.5% {
    top: 75%;
    left: 15%;
    width: 45px;
    height: 45px;
    transform: scale(0);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  60% {
    transform: scale(18);
    opacity: 0;
  }
  75%, 87.5% {
    top: 82%;
    left: 85%;
    width: 50px;
    height: 50px;
    transform: scale(0);
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  85% {
    transform: scale(20);
    opacity: 0;
  }
  87.5%, 100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes fixedRipple2 {
  0%, 12.5% {
    top: 42%;
    left: 8%;
    width: 35px;
    height: 35px;
    transform: scale(0);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  12% {
    transform: scale(14);
    opacity: 0;
  }
  25%, 37.5% {
    top: 12%;
    left: 48%;
    width: 38px;
    height: 38px;
    transform: scale(0);
    opacity: 0;
  }
  27% {
    opacity: 1;
  }
  37% {
    transform: scale(15);
    opacity: 0;
  }
  50%, 62.5% {
    top: 58%;
    left: 88%;
    width: 42px;
    height: 42px;
    transform: scale(0);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  62% {
    transform: scale(17);
    opacity: 0;
  }
  75%, 87.5% {
    top: 88%;
    left: 42%;
    width: 55px;
    height: 55px;
    transform: scale(0);
    opacity: 0;
  }
  77% {
    opacity: 1;
  }
  87% {
    transform: scale(22);
    opacity: 0;
  }
  87.5%, 100% {
    opacity: 0;
    transform: scale(0);
  }
}
.px-contact .px-contact__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.px-contact .px-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-contact .px-contact__text {
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.48rem;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  display: flex;
  align-items: center;
  padding: 38px 10px;
  position: relative;
}
@media (max-width: 1099px) {
  .px-contact .px-contact__text {
    font-size: 18px;
    line-height: 1.1111111111;
    letter-spacing: 0.4rem;
    padding: 0;
  }
}
.px-contact .px-contact__text:after {
  content: "";
  width: 9px;
  height: 18px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEyIDIwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxTDEwIDEwTDEgMTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEyIDIwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxTDEwIDEwTDEgMTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  background-color: #FFF;
  position: absolute;
  right: -38px;
}
@media (max-width: 1099px) {
  .px-contact .px-contact__text:after {
    right: -15px;
    width: 6px;
    height: 12px;
  }
}
.px-hpb {
  position: relative;
  display: inline-flex;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  padding: 2px;
  width: 100%;
  max-width: 465px;
  background-color: #FFF;
  border: solid 3px #AE2D5B;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.px-hpb .px-hpb__icon {
  width: 28px;
}
@media (max-width: 1099px) {
  .px-hpb .px-hpb__icon {
    width: 24px;
  }
}
.px-hpb .px-hpb__text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0rem;
  color: #AE2D5B;
}
@media (max-width: 1099px) {
  .px-hpb .px-hpb__text {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0rem;
  }
}
.px-hpb:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #AE2D5B;
}
.px-hpb:hover .px-hpb__text {
  color: #FFF;
}
.px-blog {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  position: relative;
}
.px-blog .px-blog__catch {
  width: 100%;
  height: 220px;
  border: solid 1px #3E3E3E;
  background-color: #FFF;
}
.px-blog .px-blog__catch .px-blog__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.px-blog .px-blog__catch .px-blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-blog .px-blog__catch .px-blog__category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px 4px;
  background-color: #125D8D;
  color: #fff;
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0rem;
  font-weight: 400;
  text-align: center;
}
.px-blog .px-blog__content {
  display: flex;
  flex-direction: column;
}
.px-blog .px-blog__content .px-blog__date {
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0rem;
  font-weight: 500;
  color: #444;
}
.px-blog .px-blog__content .px-blog__title {
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0rem;
  font-weight: 500;
  color: #444;
}
.px-faq {
  margin-bottom: 60px;
}
.px-faq .px-faq__title {
  color: var(--primary);
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  padding-bottom: 6px;
  border-bottom: solid 1px var(--primary);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  margin-bottom: 30px;
}
@media (max-width: 1099px) {
  .px-faq .px-faq__title {
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.48rem;
    padding-bottom: 4px;
  }
}
.px-faq .px-faq__content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 48px;
}
@media (max-width: 1099px) {
  .px-faq .px-faq__content {
    row-gap: 34px;
  }
}
.px-faq .px-faq__item {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media (max-width: 1099px) {
  .px-faq .px-faq__item {
    row-gap: 12px;
  }
}
.px-faq .px-faq__question,
.px-faq .px-faq__answer {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: flex-start;
}
@media (max-width: 1099px) {
  .px-faq .px-faq__question,
  .px-faq .px-faq__answer {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.px-faq .px-faq__icon {
  width: 24px;
  top: 5px;
}
@media (max-width: 1099px) {
  .px-faq .px-faq__icon {
    width: 22px;
    top: 2px;
  }
}
.px-faq .px-faq__question {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.18rem;
}
@media (max-width: 1099px) {
  .px-faq .px-faq__question {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16rem;
  }
}
.px-faq .px-faq__answer {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  font-weight: 400;
}
@media (max-width: 1099px) {
  .px-faq .px-faq__answer {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.12rem;
  }
}
.px-faq .px-faq__footer {
  display: flex;
  justify-content: center;
}
.px-reserveButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 14px 12px;
  background-color: #F5F5F5;
  border: 1px solid #AE2D5B;
  background: #FFF;
  box-shadow: 4px 4px 0px 0px #AE2D5B;
  -moz-column-gap: 18px;
       column-gap: 18px;
  transition: all 0.3s ease;
}
@media (max-width: 1099px) {
  .px-reserveButton {
    padding: 10px 8px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
.px-reserveButton img {
  width: 24px;
}
.px-reserveButton span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0rem;
  color: #AE2D5B;
  text-align: center;
}
@media (max-width: 1099px) {
  .px-reserveButton span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0rem;
  }
}
.px-reserveButton:hover {
  background-color: #AE2D5B;
  box-shadow: unset;
}
.px-reserveButton:hover span {
  color: #FFF;
}
.p-about .p-about-intro {
  margin-bottom: 100px;
}
.p-about .p-about-intro .p-about-intro__container {
  display: grid;
  -moz-column-gap: 48px;
       column-gap: 48px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "picture title" "picture text" "picture footer";
}
.p-about .p-about-intro .p-about-intro__container + .p-about-intro__container {
  margin-top: 64px;
}
@media (max-width: 1199px) {
  .p-about .p-about-intro .p-about-intro__container {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .p-about .p-about-intro .p-about-intro__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 200px auto 1fr;
    grid-template-areas: "title" "picture" "text" "footer";
    row-gap: 16px;
  }
}
.p-about .p-about-intro .p-about-intro__picture {
  grid-area: picture;
  width: 326px;
  position: relative;
  top: 10px;
}
@media (max-width: 899px) {
  .p-about .p-about-intro .p-about-intro__picture {
    top: unset;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .p-about .p-about-intro .p-about-intro__picture {
    width: 100%;
  }
}
.p-about .p-about-intro .p-about-intro__picture img {
  width: 100%;
  object-fit: cover;
}
.p-about .p-about-intro .p-about-intro__title {
  grid-area: title;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-about .p-about-intro .p-about-intro__title {
    margin-bottom: 0;
  }
}
.p-about .p-about-intro .p-about-intro__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 500;
}
.p-about .p-about-intro .p-about-intro__text b {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-about .p-about-intro .p-about-intro__text b {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .p-about .p-about-intro .p-about-intro__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-about .p-about-intro .p-about-intro__footer {
  grid-area: footer;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .p-about .p-about-intro .p-about-intro__footer {
    margin-top: 0px;
  }
}
.p-about .p-about-intro .p-about-intro__footer .p-about-intro__button {
  align-self: flex-start;
}
.p-about .p-about-service {
  margin-bottom: 100px;
}
.p-about .p-about-service .p-about-service__comment {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-top: 20px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .p-about .p-about-service .p-about-service__comment {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-top: 16px;
    margin-bottom: 30px;
  }
}
.p-about .p-about-service .p-about-service__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 30px;
}
@media (max-width: 1099px) {
  .p-about .p-about-service .p-about-service__list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.p-about .p-about-service .p-about-service__item {
  width: calc(50% - 22px);
}
@media (max-width: 899px) {
  .p-about .p-about-service .p-about-service__item {
    width: 100%;
  }
}
.p-about .p-about-service .p-about-service__link {
  display: flex;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 34px 38px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
}
@media (max-width: 1099px) {
  .p-about .p-about-service .p-about-service__link {
    padding: 32px 28px;
  }
}
.p-about .p-about-service .p-about-service__link:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 300%;
  background: linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0.6) 60%, transparent 70%);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
  pointer-events: none;
}
.p-about .p-about-service .p-about-service__link:hover {
  transform: scale(1.01);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  filter: brightness(1.01);
}
.p-about .p-about-service .p-about-service__link:hover:before {
  top: 100%;
  left: 100%;
  opacity: 1;
}
.p-about .p-about-service .p-about-service__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border-left: 26px solid transparent;
  border-bottom: 26px solid var(--primary);
  z-index: 1;
}
.p-about .p-about-service .p-about-service__text {
  padding: 16px 8px 12px;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.24rem;
  color: var(--primary);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-about .p-about-service .p-about-service__text {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.1rem;
  }
}
.p-about .p-about-service .p-about-service__text:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #FFF;
  position: absolute;
  display: block;
  z-index: -1;
}
.p-about .p-about-service .p-about-service__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-about .p-about-service .p-about-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about .p-about-content .p-about-content__container {
  display: grid;
  grid-template-columns: 470px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title title" "text picture" "footer picture";
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 1099px) {
  .p-about .p-about-content .p-about-content__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 220px auto 1fr;
    grid-template-areas: "title" "picture" "text" "footer";
  }
}
.p-about .p-about-content .p-about-content__title {
  margin-bottom: 30px;
  grid-area: title;
}
@media (max-width: 1099px) {
  .p-about .p-about-content .p-about-content__title {
    margin-bottom: 16px;
  }
}
.p-about .p-about-content .p-about-content__picture {
  grid-area: picture;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  .p-about .p-about-content .p-about-content__picture {
    margin-bottom: 16px;
    height: auto;
  }
}
.p-about .p-about-content .p-about-content__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about .p-about-content .p-about-content__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 50px;
}
@media (max-width: 1099px) {
  .p-about .p-about-content .p-about-content__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 32px;
  }
}
.p-about .p-about-content .p-about-content__footer {
  grid-area: footer;
  display: flex;
  justify-content: center;
}
.p-about .p-about-content .p-about-content__footer .p-about-content__button {
  align-self: flex-start;
}
.p-about .p-about-staff {
  margin-bottom: 100px;
}
.p-about .p-about-shop {
  margin-bottom: 100px;
}
.p-anchor {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  max-width: 200px;
  transition: all 0.3s ease;
  overflow: hidden;
  min-width: 100px;
}
@media (max-width: 1099px) {
  .p-anchor {
    bottom: 24px;
    right: unset;
    left: 15px;
    max-width: 120px;
  }
}
.p-anchor .p-anchor__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .p-anchor .p-anchor__header {
    padding: 10px 12px;
  }
}
.p-anchor .p-anchor__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 1099px) {
  .p-anchor .p-anchor__title {
    font-size: 11px;
  }
}
.p-anchor .p-anchor__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-anchor .p-anchor__toggle-icon {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
@media (max-width: 1099px) {
  .p-anchor .p-anchor__toggle-icon {
    width: 8px;
    height: 8px;
  }
}
.p-anchor.p-anchor--open .p-anchor__toggle-icon {
  transform: rotate(-45deg);
}
.p-anchor .p-anchor__nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.p-anchor.p-anchor--open .p-anchor__nav {
  max-height: 90vh;
}
.p-anchor .p-anchor__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-anchor .p-anchor__item {
  border-bottom: 1px solid #f0f0f0;
}
.p-anchor .p-anchor__item:last-child {
  border-bottom: none;
}
.p-anchor .p-anchor__link {
  display: block;
  padding: 12px 16px;
  color: #666;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.2s ease;
  position: relative;
}
@media (max-width: 1099px) {
  .p-anchor .p-anchor__link {
    padding: 10px 12px;
    font-size: 11px;
  }
}
.p-anchor .p-anchor__link:hover {
  background-color: #f8f8f8;
  color: #333;
}
.p-anchor .p-anchor__link--active {
  background-color: #e8f4fd;
  color: #0066cc;
  font-weight: 600;
}
.p-anchor .p-anchor__link--active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0066cc;
}
.p-front .p-front-slide {
  width: 100%;
  height: 100vh;
  display: flex;
}
@media (max-width: 1099px) {
  .p-front .p-front-slide {
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.p-front .p-front-slide.p-front-slide--center {
  justify-content: center;
  align-items: center;
}
.p-front .p-front-slide .p-front-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.p-front .p-front-slide .p-front-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front .p-front-mv {
  position: relative;
}
.p-front .p-front-about {
  overflow: hidden;
}
.p-front .p-front-about .p-front-about__box {
  padding: 94px 98px 80px;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1099px) {
  .p-front .p-front-about .p-front-about__box {
    padding: 66px 28px 60px;
    width: 100%;
  }
}
.p-front .p-front-about .p-front-about__title {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.8rem;
  color: var(--primary);
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  margin-bottom: 28px;
  text-align: center;
}
@media (max-width: 1099px) {
  .p-front .p-front-about .p-front-about__title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 1.2rem;
    margin-bottom: 38px;
    font-weight: 500;
  }
}
.p-front .p-front-about .p-front-about__text {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.48rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  margin-bottom: 40px;
}
@media (max-width: 1099px) {
  .p-front .p-front-about .p-front-about__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.16rem;
    margin-bottom: 38px;
    text-align: center;
  }
}
.p-front .p-front-about .p-front-about__footer {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 1;
}
.p-front .p-front-about .p-front-about__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-front .p-front-about .p-front-about__deco .p-front-about__decoImage {
  position: absolute;
  z-index: 1;
}
.p-front .p-front-about .p-front-about__deco .p-front-about__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 260px;
  width: 28%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1099px) {
  .p-front .p-front-about .p-front-about__deco .p-front-about__deco1 {
    width: 52%;
  }
}
.p-front .p-front-about .p-front-about__deco .p-front-about__deco2 {
  top: 0;
  right: -45px;
  max-width: 510px;
  width: 46%;
  transform: translate(50%, -50%);
}
@media (max-width: 1099px) {
  .p-front .p-front-about .p-front-about__deco .p-front-about__deco2 {
    width: 90%;
  }
}
.p-front .p-front-about .p-front-about__deco .p-front-about__deco3 {
  bottom: 0;
  right: 20px;
  max-width: 432px;
  width: 44%;
  transform: translate(50%, 50%);
}
@media (max-width: 1099px) {
  .p-front .p-front-about .p-front-about__deco .p-front-about__deco3 {
    width: 64%;
    bottom: -12px;
  }
}
.p-front .p-front-about .p-front-about__deco .p-front-about__deco4 {
  bottom: 0;
  left: 45px;
  max-width: 356px;
  width: 32%;
  transform: translate(-50%, 50%);
}
@media (max-width: 1099px) {
  .p-front .p-front-about .p-front-about__deco .p-front-about__deco4 {
    bottom: -18px;
    left: -20px;
    width: 56%;
  }
}
.p-front .p-front-instagram .p-front-instagram__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-front .p-front-instagram .p-front-instagram__title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  margin-bottom: 18px;
}
@media (max-width: 1099px) {
  .p-front .p-front-instagram .p-front-instagram__title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.6rem;
    margin-bottom: 30px;
  }
}
.p-front .p-front-instagram .p-front-instagram__text {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.32rem;
}
@media (max-width: 1099px) {
  .p-front .p-front-instagram .p-front-instagram__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.32rem;
    text-align: center;
  }
}
.p-front .p-front-instagram .p-front-instagram__feed {
  margin-top: 36px;
}
@media (max-width: 1099px) {
  .p-front .p-front-instagram .p-front-instagram__feed {
    margin-top: 30px;
  }
}
.p-front .p-front-instagram .p-front-instagram__footer {
  display: flex;
  -moz-column-gap: 38px;
       column-gap: 38px;
  align-items: center;
  margin-top: 38px;
}
@media (max-width: 1099px) {
  .p-front .p-front-instagram .p-front-instagram__footer {
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-top: 44px;
  }
}
.p-front .p-front-instagram .p-front-instagram__footer .p-front-instagram__link {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1099px) {
  .p-front .p-front-instagram .p-front-instagram__footer .p-front-instagram__link {
    width: 62px;
    height: 62px;
  }
}
.p-front .p-front-instagram .p-front-instagram__footer .p-front-instagram__link picture, .p-front .p-front-instagram .p-front-instagram__footer .p-front-instagram__link img {
  width: 38px;
}
@media (max-width: 1099px) {
  .p-front .p-front-instagram .p-front-instagram__footer .p-front-instagram__link picture, .p-front .p-front-instagram .p-front-instagram__footer .p-front-instagram__link img {
    width: 36px;
  }
}
@media (max-width: 1099px) {
  .p-front .p-front-salon {
    justify-content: center;
    align-items: center;
  }
}
.p-front .p-front-salon .p-front-salon__container {
  width: 50%;
  left: 0;
  height: 100%;
  background: rgba(109, 187, 210, 0.28);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
}
@media (max-width: 1099px) {
  .p-front .p-front-salon .p-front-salon__container {
    height: auto;
    width: 100%;
    background: unset;
    box-shadow: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    position: relative;
  }
}
.p-front .p-front-salon .p-front-salon__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-inline: 40px;
}
@media (max-width: 1099px) {
  .p-front .p-front-salon .p-front-salon__box {
    width: 100%;
    height: auto;
    padding: 86px 20px 60px;
    position: relative;
    background: rgba(109, 187, 210, 0.28);
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.p-front .p-front-salon .p-front-slon-title {
  margin-bottom: 26px;
  position: relative;
  width: 100%;
}
.p-front .p-front-salon .p-front-slon-title .p-front-salon-title__ja {
  color: #FFF;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.96rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .p-front .p-front-salon .p-front-slon-title .p-front-salon-title__ja {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.6rem;
    text-align: center;
  }
}
.p-front .p-front-salon .p-front-slon-title .p-front-salon-title__en {
  color: rgba(18, 93, 141, 0.15);
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.08rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  position: absolute;
  bottom: 20px;
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .p-front .p-front-salon .p-front-slon-title .p-front-salon-title__en {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.06rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-front .p-front-salon .p-front-salon__text {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.32rem;
  color: #FFF;
  margin-bottom: 46px;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-front .p-front-salon .p-front-salon__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.32rem;
    text-align: center;
  }
}
.p-front .p-front-salon .p-front-salon__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 30px;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-front .p-front-salon .p-front-salon__footer {
    row-gap: 26px;
    align-items: center;
  }
}
@media (max-width: 1099px) {
  .p-front .p-front-school {
    justify-content: center;
    align-items: center;
  }
}
.p-front .p-front-school .p-front-school__container {
  width: 50%;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  position: absolute;
}
@media (max-width: 1099px) {
  .p-front .p-front-school .p-front-school__container {
    height: auto;
    width: 100%;
    background: unset;
    box-shadow: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    position: relative;
  }
}
.p-front .p-front-school .p-front-school__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-inline: 40px;
}
@media (max-width: 1099px) {
  .p-front .p-front-school .p-front-school__box {
    width: 100%;
    height: auto;
    padding: 86px 20px 60px;
    position: relative;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
  }
}
.p-front .p-front-school .p-front-school-title {
  margin-bottom: 26px;
  position: relative;
  width: 100%;
}
.p-front .p-front-school .p-front-school-title .p-front-school-title__ja {
  color: #444444;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.96rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
}
@media (max-width: 1099px) {
  .p-front .p-front-school .p-front-school-title .p-front-school-title__ja {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.6rem;
    text-align: center;
  }
}
.p-front .p-front-school .p-front-school-title .p-front-school-title__en {
  color: rgba(18, 93, 141, 0.15);
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.08rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  position: absolute;
  bottom: 36px;
  left: -56px;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .p-front .p-front-school .p-front-school-title .p-front-school-title__en {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.06rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-front .p-front-school .p-front-school__text {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.32rem;
  margin-bottom: 46px;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-front .p-front-school .p-front-school__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.32rem;
    text-align: center;
  }
}
.p-front .p-front-school .p-front-school__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 30px;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-front .p-front-school .p-front-school__footer {
    row-gap: 26px;
    align-items: center;
  }
}
@media (max-width: 1099px) {
  .p-front .p-front-service {
    justify-content: center;
    align-items: center;
  }
}
.p-front .p-front-service .p-front-service__container {
  width: 50%;
  left: 0;
  height: 100%;
  background: rgba(207, 207, 207, 0.23);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: absolute;
}
@media (max-width: 1099px) {
  .p-front .p-front-service .p-front-service__container {
    height: auto;
    width: 100%;
    background: unset;
    box-shadow: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    position: relative;
  }
}
.p-front .p-front-service .p-front-service__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-inline: 40px;
}
@media (max-width: 1099px) {
  .p-front .p-front-service .p-front-service__box {
    width: 100%;
    height: auto;
    padding: 86px 20px 60px;
    position: relative;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
  }
}
.p-front .p-front-service .p-front-service-title {
  margin-bottom: 26px;
  position: relative;
  width: 100%;
}
.p-front .p-front-service .p-front-service-title .p-front-service-title__ja {
  color: #fff;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.96rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .p-front .p-front-service .p-front-service-title .p-front-service-title__ja {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.6rem;
    text-align: center;
  }
}
.p-front .p-front-service .p-front-service-title .p-front-service-title__en {
  color: rgba(255, 255, 255, 0.15);
  font-size: 90px;
  line-height: 1;
  letter-spacing: 0.9rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  position: absolute;
  bottom: 34px;
  white-space: nowrap;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .p-front .p-front-service .p-front-service-title .p-front-service-title__en {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 0.06rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-front .p-front-service .p-front-service__text {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.32rem;
  margin-bottom: 46px;
  font-weight: 400;
  width: 100%;
  color: #fff;
}
@media (max-width: 1099px) {
  .p-front .p-front-service .p-front-service__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.32rem;
    text-align: center;
  }
}
.p-front .p-front-service .p-front-service__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 30px;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-front .p-front-service .p-front-service__footer {
    row-gap: 26px;
    align-items: center;
  }
}
.p-front .p-front-blog .p-front-blog__box {
  padding: 94px 98px 80px;
  background: rgba(207, 207, 207, 0.23);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1099px) {
  .p-front .p-front-blog .p-front-blog__box {
    padding: 86px 20px 60px;
  }
}
.p-front .p-front-blog .p-front-blog__title {
  font-size: 48px;
  line-height: 1.0416666667;
  letter-spacing: 0.96rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 1099px) {
  .p-front .p-front-blog .p-front-blog__title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.12rem;
    margin-bottom: 38px;
  }
}
.p-front .p-front-blog .p-front-blog__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.32rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  margin-bottom: 30px;
}
@media (max-width: 1099px) {
  .p-front .p-front-blog .p-front-blog__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.16rem;
    margin-bottom: 38px;
    text-align: center;
  }
}
.p-front .p-front-blog .p-front-blog__list {
  margin-bottom: 46px;
  display: flex;
  -moz-column-gap: 28px;
       column-gap: 28px;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-front .p-front-blog .p-front-blog__list {
    margin-bottom: 50px;
    row-gap: 20px;
    flex-direction: column;
  }
}
.p-front .p-front-blog .p-front-blog__list .p-front-blog__item {
  width: calc((100% - 56px) / 3);
}
@media (max-width: 1099px) {
  .p-front .p-front-blog .p-front-blog__list .p-front-blog__item:nth-child(3) {
    display: none;
  }
}
.p-front .p-front-blog .p-front-blog__footer {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-front .p-front-shop .p-front-shop__box {
  padding: 40px 60px 80px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__box {
    padding: 86px 20px 60px;
  }
}
.p-front .p-front-shop .p-front-shop__title {
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.8rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  margin-bottom: 34px;
  text-align: center;
  color: #125D8D;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.12rem;
    margin-bottom: 24px;
  }
}
.p-front .p-front-shop .p-front-shop__wrap {
  display: grid;
  width: 100%;
  -moz-column-gap: 32px;
       column-gap: 32px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "logo map" "address map" "footer map";
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__wrap {
    display: flex;
    flex-direction: column;
  }
}
.p-front .p-front-shop .p-front-shop__logo {
  grid-area: logo;
  width: 100%;
  max-width: 346px;
  margin-bottom: 22px;
}
.p-front .p-front-shop .p-front-shop__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-front .p-front-shop .p-front-shop__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.32rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  margin-bottom: 30px;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.16rem;
    margin-bottom: 38px;
  }
}
.p-front .p-front-shop .p-front-shop__list {
  grid-area: address;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 38px;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__list {
    margin-bottom: 26px;
  }
}
.p-front .p-front-shop .p-front-shop__list .p-front-shop__item {
  display: flex;
  align-items: center;
}
.p-front .p-front-shop .p-front-shop__list .p-front-shop__item .p-front-shop__term {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
  font-weight: 400;
  width: 86px;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__list .p-front-shop__item .p-front-shop__term {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0rem;
    width: 74px;
  }
}
.p-front .p-front-shop .p-front-shop__list .p-front-shop__item .p-front-shop__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__list .p-front-shop__item .p-front-shop__desc {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0rem;
  }
}
.p-front .p-front-shop .p-front-shop__list .p-front-shop__item .p-front-shop__desc a {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0rem;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__list .p-front-shop__item .p-front-shop__desc a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0rem;
  }
}
.p-front .p-front-shop .p-front-shop__footer {
  grid-area: footer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.p-front .p-front-shop .p-front-shop__googleMap {
  grid-area: map;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  .p-front .p-front-shop .p-front-shop__googleMap {
    margin-bottom: 34px;
    height: 210px;
  }
}
.p-front .p-front-shop .p-front-shop__googleMap iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.p-front .p-front-qa .p-front-qa__box {
  padding: 106px 60px 60px;
  background: rgba(207, 207, 207, 0.01);
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1099px) {
  .p-front .p-front-qa .p-front-qa__box {
    padding: 86px 20px 60px;
  }
}
.p-front .p-front-qa .p-front-qa-title {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
  text-align: center;
}
.p-front .p-front-qa .p-front-qa-title .p-front-qa-title__ja {
  color: #fff;
  font-size: 48px;
  line-height: 1.5833333333;
  letter-spacing: 0.96rem;
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media (max-width: 1099px) {
  .p-front .p-front-qa .p-front-qa-title .p-front-qa-title__ja {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.6rem;
    text-align: center;
  }
}
.p-front .p-front-qa .p-front-qa-title .p-front-qa-title__en {
  color: rgba(0, 0, 0, 0.1);
  font-size: 90px;
  line-height: 1;
  letter-spacing: 1.8rem;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .p-front .p-front-qa .p-front-qa-title .p-front-qa-title__en {
    font-size: 54px;
    line-height: 1;
    letter-spacing: 1rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.p-front .p-front-qa .p-front-qa__text {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.32rem;
  margin-bottom: 54px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1099px) {
  .p-front .p-front-qa .p-front-qa__text {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.16rem;
    text-align: center;
    margin-bottom: 50px;
  }
}
.p-front .p-front-qa .p-front-qa__footer {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
.p-front-nav {
  position: fixed;
  bottom: 24px;
  left: calc(50% + 310px);
  transform: translateX(calc(-50% - 155px));
  z-index: 1000;
  pointer-events: auto;
}
@media (max-width: 1099px) {
  .p-front-nav {
    display: none;
  }
}
.p-front-nav .p-front-nav__list {
  display: flex;
  gap: 24px;
}
.p-front-nav .p-front-nav__item {
  position: relative;
}
.p-front-nav .p-front-nav__item:nth-child(1) .p-front-nav__link {
  animation-delay: 0.1s;
}
.p-front-nav .p-front-nav__item:nth-child(2) .p-front-nav__link {
  animation-delay: 0.2s;
}
.p-front-nav .p-front-nav__item:nth-child(3) .p-front-nav__link {
  animation-delay: 0.3s;
}
.p-front-nav .p-front-nav__item:nth-child(4) .p-front-nav__link {
  animation-delay: 0.4s;
}
.p-front-nav .p-front-nav__item:nth-child(5) .p-front-nav__link {
  animation-delay: 0.5s;
}
.p-front-nav .p-front-nav__item:nth-child(6) .p-front-nav__link {
  animation-delay: 0.6s;
}
.p-front-nav .p-front-nav__item:nth-child(7) .p-front-nav__link {
  animation-delay: 0.7s;
}
.p-front-nav .p-front-nav__item:nth-child(8) .p-front-nav__link {
  animation-delay: 0.8s;
}
.p-front-nav .p-front-nav__item:nth-child(9) .p-front-nav__link {
  animation-delay: 0.9s;
}
.p-front-nav .p-front-nav__link {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInRight 0.5s ease forwards;
}
.p-front-nav .p-front-nav__link .p-front-nav__number {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.55rem;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  padding: 2px 0 0 4px;
}
.p-front-nav .p-front-nav__link .p-front-nav__text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0rem;
  color: #6DBBD2;
  width: 0;
  visibility: hidden;
}
.p-front-nav .p-front-nav__link:hover, .p-front-nav .p-front-nav__link.is-active {
  width: auto;
  min-width: 48px;
  border-radius: 100vh;
  background: #fff;
  padding: 6px 16px;
}
.p-front-nav .p-front-nav__link:hover .p-front-nav__number, .p-front-nav .p-front-nav__link.is-active .p-front-nav__number {
  color: #6DBBD2;
}
.p-front-nav .p-front-nav__link:hover .p-front-nav__text, .p-front-nav .p-front-nav__link.is-active .p-front-nav__text {
  opacity: 1;
  width: auto;
  visibility: visible;
  position: relative;
  white-space: nowrap;
}
/* ===============================================
   アニメーション効果
   =============================================== */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-subpage .p-subpage-header {
  margin-bottom: 64px;
  width: 100%;
  margin-top: 100px;
}
@media (max-width: 1099px) {
  .p-subpage .p-subpage-header {
    margin-bottom: 66px;
    margin-top: 124px;
  }
}
.p-subpage .p-subpage-header .p-subpage-header__container {
  position: relative;
}
.p-subpage .p-subpage__mainTitle {
  color: var(--primary);
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  padding-top: 24px;
  border-top: solid 1px var(--primary);
}
@media (max-width: 1099px) {
  .p-subpage .p-subpage__mainTitle {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.6rem;
    text-align: center;
    padding-top: 36px;
  }
}
.p-subpage .p-subpage__subTitle {
  color: var(--primary);
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  padding-bottom: 6px;
  border-bottom: solid 1px var(--primary);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
@media (max-width: 1099px) {
  .p-subpage .p-subpage__subTitle {
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.48rem;
    padding-bottom: 4px;
  }
}
.p-subpage .p-subpage-header__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  margin-top: 26px;
}
@media (max-width: 1099px) {
  .p-subpage .p-subpage-header__text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.1rem;
    margin-top: 34px;
  }
}
.p-subpage .p-subpage__diamond:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  background-color: var(--primary);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.p-subpage .p-subpage__diamond.p-subpage__diamond--light:before {
  background-color: #6DBBD2;
}
.p-subpage .p-subpage__square:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  background-color: var(--primary);
  flex-shrink: 0;
}
.p-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(135deg, #5BA9C4 0%, #6DBBD2 25%, #7FC8DB 50%, #6DBBD2 75%, #5BA9C4 100%);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
}
@media (max-width: 1210px) {
  .p-header::before {
    width: 100%;
    height: 82px;
    z-index: 100;
    background: linear-gradient(180deg, #5BA9C4 0%, #6DBBD2 25%, #7FC8DB 50%, #6DBBD2 75%, #5BA9C4 100%);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.p-header .p-header__waveCanvas {
  display: block;
  position: absolute;
  width: 370px;
  height: 100%;
  left: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
  z-index: 4;
}
@media (max-width: 1210px) {
  .p-header .p-header__waveCanvas {
    width: 100%;
    height: 108px;
    z-index: 101;
  }
}
.p-header .p-header__waveCanvas.page-transition {
  width: 100vw;
  left: 0;
}
.p-header .p-header__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  z-index: 5;
  filter: drop-shadow(6px 4px 4px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1210px) {
  .p-header .p-header__deco {
    width: 100%;
    height: 24px;
    z-index: 102;
  }
}
.p-header .p-header__deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.p-header .p-header__container {
  padding: 24px 16px 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 58px;
  margin-left: 58px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1210px) {
  .p-header .p-header__container {
    margin-left: 0;
    flex-direction: row;
    padding: 24px 16px 20px;
    -moz-column-gap: 36px;
         column-gap: 36px;
    align-items: center;
    z-index: 103;
  }
}
.p-header .p-header-logo {
  position: relative;
  width: 116px;
  left: 32px;
}
@media (max-width: 1210px) {
  .p-header .p-header-logo {
    width: 46px;
    left: unset;
  }
}
.p-header .p-header-logo .p-header-logo__link {
  display: block;
  position: relative;
  width: 100%;
}
.p-header .p-header-nav {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-header .p-header-siteLinks {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 1210px) {
  .p-header .p-header-siteLinks {
    display: none;
  }
}
.p-header .p-header-siteLinks .p-header-siteLinks__item {
  width: 100%;
  position: relative;
}
.p-header .p-header-siteLinks .p-header-siteLinks__link {
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0rem;
  font-weight: 500;
  color: #FFF;
  padding: 8px;
  display: flex;
  align-items: center;
  position: relative;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.p-header .p-header-siteLinks .p-header-siteLinks__link:before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTAgOCIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik01LjAwMTkgOEwwLjY3MTc3NiAwLjQ5OTk5OUw5LjMzMjAzIDAuNUw1LjAwMTkgOFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTAgOCIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik01LjAwMTkgOEwwLjY3MTc3NiAwLjQ5OTk5OUw5LjMzMjAzIDAuNUw1LjAwMTkgOFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 8px;
  height: 10px;
  background-color: #FFF;
  transition: all 0.3s ease-in-out 0s;
}
.p-header .p-header-siteLinks .p-header-siteLinks__link[data-submenu-active=true] {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--primary);
}
.p-header .p-header-siteLinks .p-header-siteLinks__link[data-submenu-active=true]:before {
  transform: rotate(-90deg);
  background-color: var(--primary);
}
.p-header .p-header-siteLinks .p-header-siteLinks__link:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--primary);
}
.p-header .p-header-siteLinks .p-header-siteLinks__link:hover:before {
  background-color: var(--primary);
}
.p-header .p-header-siteLinks .p-header-siteLinks-sub {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  padding: 12px 8px;
  box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.4);
}
.p-header .p-header-siteLinks .p-header-siteLinks-sub[data-submenu-open=true] {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-header .p-header-siteLinks .p-header-siteLinks-sub .p-header-siteLinks-sub__item {
  position: relative;
  border-bottom: #5796A8 1px solid;
}
.p-header .p-header-siteLinks .p-header-siteLinks-sub .p-header-siteLinks-sub__item:last-child {
  border-bottom: none;
}
.p-header .p-header-siteLinks .p-header-siteLinks-sub .p-header-siteLinks-sub__link {
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0rem;
  font-weight: 500;
  color: var(--primary);
  padding: 14px 20px;
  white-space: nowrap;
}
.p-header .p-header-snsLinks {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1210px) {
  .p-header .p-header-snsLinks {
    margin-bottom: 0;
    justify-content: flex-end;
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
.p-header .p-header-snsLinks .p-header-snsLinks__link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFF;
}
@media (max-width: 1210px) {
  .p-header .p-header-snsLinks .p-header-snsLinks__link {
    width: 38px;
    height: 38px;
  }
}
.p-header .p-header-snsLinks .p-header-snsLinks__link img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.p-header .p-header-ctaLinks {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 1210px) {
  .p-header .p-header-ctaLinks {
    display: none;
  }
}
.p-header .p-header-ctaLinks .p-header-ctaLinks__button {
  background-color: #FFF;
  box-shadow: 4px 4px 0px 0px #5796A8;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0rem;
  font-weight: 500;
  padding: 8px;
  width: 194px;
  height: 42px;
}
.p-header .p-header-ctaLinks .p-header-ctaLinks__button.p-header-ctaLinks__button--hpb {
  color: #AE2D5B;
}
.p-header .p-header-ctaLinks .p-header-ctaLinks__button.p-header-ctaLinks__button--hpb img {
  width: 28px;
}
.p-header .p-header-ctaLinks .p-header-ctaLinks__button.p-header-ctaLinks__button--contact {
  color: #6DBBD2;
}
.p-footer {
  position: relative;
}
.p-footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 310px);
  height: 100%;
  background-image: url("../img/bg.C_hECtjx.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.p-footer .p-footer-container {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.p-footer .p-footer-logo {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-logo {
    margin-bottom: 36px;
  }
}
.p-footer .p-footer-logo .p-footer-logo__link {
  display: block;
  position: relative;
  width: 448px;
  max-width: 100%;
}
.p-footer .p-footer-wrap {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-wrap {
    flex-direction: column;
    row-gap: 36px;
  }
}
.p-footer .p-footer-address-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 1099px) {
  .p-footer .p-footer-address-list {
    row-gap: 14px;
  }
}
.p-footer .p-footer-address-list .p-footer-address-list__box {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0rem;
}
@media (max-width: 1099px) {
  .p-footer .p-footer-address-list .p-footer-address-list__box {
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0rem;
  }
}
.p-footer .p-footer-address-list .p-footer-address-list__term {
  width: 110px;
  font-weight: 400;
  flex-shrink: 0;
}
.p-footer .p-footer-address-list .p-footer-address-list__desc {
  flex-grow: 1;
  font-weight: 400;
}
.p-footer .p-footer-address-list .p-footer-address__googlemap {
  margin-left: 10px;
  text-decoration: underline;
}
.p-footer .p-footer-siteList {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-siteList {
    flex-direction: column;
    row-gap: 20px;
    padding-left: 20px;
    border-left: #FFF solid 1px;
  }
}
.p-footer .p-footer-siteList .p-footer-siteList__item {
  position: relative;
}
.p-footer .p-footer-siteList .p-footer-siteList__item:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #FFF;
  right: -10px;
  position: absolute;
}
.p-footer .p-footer-siteList .p-footer-siteList__item:last-child:after {
  display: none;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-siteList .p-footer-siteList__item:after {
    content: unset;
  }
}
.p-footer .p-footer-siteList .p-footer-siteList__link {
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0rem;
  color: #FFF;
  font-weight: 400;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-siteList .p-footer-siteList__link {
    font-size: 14px;
    line-height: 1.2142857143;
    letter-spacing: 0rem;
  }
}
.p-footer .p-footer-snsList {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-snsList {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-footer .p-footer-snsList .p-footer-snsList__link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFF;
}
.p-footer .p-footer-snsList .p-footer-snsList__link img {
  width: 28px;
  height: 28px;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-snsList .p-footer-snsList__link img {
    width: 20px;
    height: 20px;
  }
}
.p-footer .p-footer-bottom {
  background-color: #001E47;
}
.p-footer .p-footer-bottom .p-footer-bottom__container {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
.p-footer .p-footer-bottom .p-footer__cop {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.32rem;
  color: #FFF;
}
@media (max-width: 1210px) {
  .p-footer .p-footer-bottom .p-footer__cop {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0.24rem;
  }
}
.p-profile {
  color: #FFF;
  font-weight: 400;
}
.p-profile .p-profile__bg {
  position: absolute;
  top: 0;
  left: -310px;
  width: calc(100% + 310px);
  height: calc(100% + 120px);
  z-index: -1;
}
@media (max-width: 1099px) {
  .p-profile .p-profile__bg {
    width: 100%;
    left: 0;
  }
}
.p-profile .p-profile__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-profile .p-profile__mainTitle, .p-profile .p-profile__subTitle {
  color: #FFF;
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.p-profile .p-profile-intro {
  margin-bottom: 60px;
}
.p-profile .p-profile-intro .p-profile-intro__container {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: 326px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "image title" "image text";
}
@media (max-width: 1099px) {
  .p-profile .p-profile-intro .p-profile-intro__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "title" "image" "text";
  }
}
.p-profile .p-profile-intro .p-profile-intro__image {
  grid-area: image;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-intro .p-profile-intro__image {
    height: 200px;
    margin-bottom: 16px;
  }
  .p-profile .p-profile-intro .p-profile-intro__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-profile .p-profile-intro .p-profile-intro__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-profile .p-profile-intro .p-profile-intro__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-intro .p-profile-intro__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-profile .p-profile-awards {
  margin-bottom: 60px;
}
.p-profile .p-profile-awards .p-profile-awards__title {
  margin-bottom: 16px;
}
.p-profile .p-profile-awards .p-profile-awards__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 20px;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-awards .p-profile-awards__list {
    display: flex;
    flex-direction: column;
  }
}
.p-profile .p-profile-awards .p-profile-awards__item {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.14rem;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-awards .p-profile-awards__item {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.07rem;
  }
}
.p-profile .p-profile-collection {
  margin-bottom: 60px;
}
.p-profile .p-profile-collection .p-profile-collection__title {
  margin-bottom: 16px;
}
.p-profile .p-profile-collection .p-profile-training__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
.p-profile .p-profile-collection .p-profile-collection__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 20px;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-collection .p-profile-collection__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.p-profile .p-profile-collection .p-profile-collection__item {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.14rem;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-collection .p-profile-collection__item {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.07rem;
  }
}
.p-profile .p-profile-collection .p-profile-collection__gallery {
  margin-top: 16px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-collection .p-profile-collection__gallery {
    flex-wrap: wrap;
    gap: 6px;
  }
}
@media (max-width: 1099px) {
  .p-profile .p-profile-collection .p-profile-collection__gallery .p-profile-collection__image {
    width: calc(50% - 3px);
  }
}
.p-profile .p-profile-training {
  margin-bottom: 100px;
}
.p-profile .p-profile-training .p-profile-training__container {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: 1fr 480px;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title title" "text image" "gallery gallery";
}
@media (max-width: 1099px) {
  .p-profile .p-profile-training .p-profile-training__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "title" "image" "text" "gallery";
  }
}
.p-profile .p-profile-training .p-profile-training__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-profile .p-profile-training .p-profile-collection__image {
  grid-area: image;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-training .p-profile-collection__image {
    margin-bottom: 16px;
  }
}
.p-profile .p-profile-training .p-profile-training__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-training .p-profile-training__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-profile .p-profile-training .p-profile-training__gallery {
  grid-area: gallery;
  margin-top: 16px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 1099px) {
  .p-profile .p-profile-training .p-profile-training__gallery {
    flex-wrap: wrap;
    gap: 6px;
  }
}
@media (max-width: 1099px) {
  .p-profile .p-profile-training .p-profile-training__gallery .p-profile-training__image {
    width: calc(50% - 3px);
  }
}
.p-internship .p-internship-program {
  margin-bottom: 100px;
}
.p-internship .p-internship-program .p-internship-program__container {
  display: grid;
  -moz-column-gap: 48px;
       column-gap: 48px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title title" "text picture";
}
@media (max-width: 1099px) {
  .p-internship .p-internship-program .p-internship-program__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 220px 1fr;
    grid-template-areas: "title" "picture" "text";
  }
}
.p-internship .p-internship-program .p-internship-program__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-internship .p-internship-program .p-internship-program__picture {
  grid-area: picture;
  width: 480px;
  position: relative;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-program .p-internship-program__picture {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-internship .p-internship-program .p-internship-program__picture img {
  width: 100%;
  object-fit: cover;
}
.p-internship .p-internship-program .p-internship-program__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-program .p-internship-program__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-internship .p-internship-learn {
  margin-bottom: 100px;
}
.p-internship .p-internship-learn .p-internship-learn__title {
  margin-bottom: 16px;
}
.p-internship .p-internship-learn .p-internship-learn__introText {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 28px;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-learn .p-internship-learn__introText {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 26px;
  }
}
.p-internship .p-internship-learn .p-internship-learn__list {
  display: flex;
  flex-direction: column;
  row-gap: 88px;
}
.p-internship .p-internship-learn .p-internship-learn__item {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-direction: row-reverse;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-learn .p-internship-learn__item {
    flex-direction: column;
  }
}
.p-internship .p-internship-learn .p-internship-learn__picture {
  width: 480px;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-learn .p-internship-learn__picture {
    margin-bottom: 16px;
    width: 100%;
  }
}
.p-internship .p-internship-learn .p-internship-learn__subtitle {
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.24rem;
  margin-bottom: 20px;
  color: var(--primary);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-learn .p-internship-learn__subtitle {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.04rem;
    margin-bottom: 16px;
  }
}
.p-internship .p-internship-learn .p-internship-learn-points {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-learn .p-internship-learn-points {
    row-gap: 10px;
    margin-bottom: 20px;
  }
}
.p-internship .p-internship-learn .p-internship-learn-points .p-internship-learn-points__item {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-learn .p-internship-learn-points .p-internship-learn-points__item {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16rem;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-internship .p-internship-learn .p-internship-learn__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-learn .p-internship-learn__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-internship .p-internship-detail {
  margin-bottom: 100px;
}
.p-internship .p-internship-detail .p-internship-detail__mainTitle {
  margin-bottom: 16px;
}
.p-internship .p-internship-detail .p-internship-detail__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-detail .p-internship-detail__list {
    row-gap: 24px;
  }
}
.p-internship .p-internship-detail .p-internship-detail__item {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
  align-items: baseline;
}
.p-internship .p-internship-detail .p-internship-detail__title {
  width: 190px;
  flex-shrink: 0;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 1099px) {
  .p-internship .p-internship-detail .p-internship-detail__title {
    width: 140px;
  }
}
.p-internship .p-internship-detail .p-internship-detail__text {
  flex-grow: 1;
}
.p-school .p-school-intro {
  margin-bottom: 100px;
}
.p-school .p-school-intro .p-school-intro__container {
  display: grid;
  -moz-column-gap: 48px;
       column-gap: 48px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title title" "text picture" "footer picture";
}
@media (max-width: 1099px) {
  .p-school .p-school-intro .p-school-intro__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 200px auto 1fr;
    grid-template-areas: "title" "picture" "text" "footer";
  }
}
.p-school .p-school-intro .p-school-intro__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-school .p-school-intro .p-school-intro__picture {
  width: 480px;
  grid-area: picture;
}
@media (max-width: 1099px) {
  .p-school .p-school-intro .p-school-intro__picture {
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-school .p-school-intro .p-school-intro__picture img {
  width: 100%;
  object-fit: cover;
}
.p-school .p-school-intro .p-school-intro__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 1099px) {
  .p-school .p-school-intro .p-school-intro__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-school .p-school-cource {
  margin-bottom: 100px;
}
.p-school .p-school-cource .p-school-cource__title {
  margin-bottom: 16px;
}
.p-school .p-school-cource .p-school-cource__introText {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 48px;
}
@media (max-width: 1099px) {
  .p-school .p-school-cource .p-school-cource__introText {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 18px;
  }
}
.p-school .p-school-cource .p-school-cource__list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1099px) {
  .p-school .p-school-cource .p-school-cource__list {
    row-gap: 30px;
  }
}
.p-school .p-school-cource .p-school-cource__item {
  position: relative;
}
.p-school .p-school-cource .p-school-cource__comment {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 54px;
}
@media (max-width: 1099px) {
  .p-school .p-school-cource .p-school-cource__comment {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 30px;
  }
}
.p-school .p-school-cource .p-school-cource__footer {
  display: flex;
  justify-content: center;
}
.p-school .p-school-cource .p-school-cource__more {
  align-self: flex-start;
}
.p-school .p-school-cource .p-school-cource-content .p-school-cource-content__title {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 330px;
  padding: 6px;
  color: #FFF;
  background-color: var(--primary);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1099px) {
  .p-school .p-school-cource .p-school-cource-content .p-school-cource-content__title {
    width: 100%;
    padding: 8px;
    position: relative;
    transform: unset;
    left: unset;
  }
}
.p-school .p-school-cource .p-school-cource-content .p-school-cource-content__list {
  padding: 36px 44px 26px;
  background-color: #EFF7F8;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1099px) {
  .p-school .p-school-cource .p-school-cource-content .p-school-cource-content__list {
    padding: 12px;
    gap: 10px;
  }
}
.p-school .p-school-cource .p-school-cource-content .p-school-cource-content__item {
  width: calc(50% - 4px);
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  color: var(--primary);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-school .p-school-cource .p-school-cource-content .p-school-cource-content__item {
    width: 100%;
    align-items: baseline;
  }
}
.p-school .p-school-cource .p-school-cource-content .p-school-cource-content__item:before {
  content: "・";
}
.p-school .p-school-seminar {
  margin-bottom: 100px;
}
.p-school .p-school-seminar .p-school-seminar__title {
  margin-bottom: 16px;
}
.p-school .p-school-seminar .p-school-seminar__introText {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 1099px) {
  .p-school .p-school-seminar .p-school-seminar__introText {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 30px;
  }
}
.p-school .p-school-seminar .p-school-seminar__footer {
  display: flex;
  justify-content: center;
}
.p-school .p-school-seminar .p-school-seminar__more {
  align-self: flex-start;
}
.p-cource .p-cource-intro {
  margin-bottom: 100px;
}
.p-cource .p-cource-intro .p-cource-intro__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  margin-bottom: 24px;
}
.p-cource .p-cource-intro .p-cource-intro-nav .p-cource-intro-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-cource .p-cource-intro .p-cource-intro-nav .p-cource-intro-nav__item {
  width: calc(33.3333333333% - 32px);
  min-width: 294px;
}
.p-cource .p-cource-intro .p-cource-intro-nav .p-cource-intro-nav__link {
  display: flex;
  padding: 0 6px 6px;
  position: relative;
  border: 2px solid #125D8D;
  background-color: #FFF;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-cource .p-cource-intro .p-cource-intro-nav .p-cource-intro-nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-left: 24px solid transparent;
  border-bottom: 24px solid var(--primary);
  z-index: 1;
}
.p-cource .p-cource-intro .p-cource-intro-nav .p-cource-intro-nav__icon {
  width: 44px;
}
.p-cource .p-cource-intro .p-cource-intro-nav .p-cource-intro-nav__text {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.14rem;
}
.p-cource .p-cource-intro .p-cource-intro-nav .p-cource-intro-nav__title {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.16rem;
  color: var(--primary);
}
.p-cource .p-cource-compare {
  margin-bottom: 100px;
}
.p-cource .p-cource-compare .p-cource-compare__overflow {
  overflow-x: auto;
  width: 100%;
  position: relative;
  margin: 20px 0 10px;
}
.p-cource .p-cource-compare .p-cource-compare__table {
  width: 1788px;
}
.p-cource .p-cource-compare .p-cource-compare__comment {
  text-align: right;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.12rem;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-compare .p-cource-compare__comment {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.02rem;
  }
}
.p-cource .p-cource-qualification {
  margin-bottom: 100px;
}
.p-cource .p-cource-qualification .p-cource-qualification__mainTitle {
  margin-bottom: 16px;
}
.p-cource .p-cource-qualification .p-cource-qualification__content + .p-cource-qualification__content {
  margin-top: 60px;
}
.p-cource .p-cource-qualification .p-cource-qualification__title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.24rem;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-qualification .p-cource-qualification__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
}
.p-cource .p-cource-qualification .p-cource-qualification__comment {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
  margin-bottom: 32px;
}
.p-cource .p-cource-qualification .p-cource-qualification__list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-qualification .p-cource-qualification__list {
    row-gap: 20px;
  }
}
.p-cource .p-cource-qualification .p-cource-qualification__item {
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
  align-items: center;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-qualification .p-cource-qualification__item {
    flex-direction: column;
    row-gap: 6px;
    align-items: flex-start;
  }
}
.p-cource .p-cource-qualification .p-cource-qualification__level {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 124px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  align-items: center;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-qualification .p-cource-qualification__level {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.18rem;
    width: 100%;
  }
}
.p-cource .p-cource-qualification .p-cource-qualification__description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-qualification .p-cource-qualification__description {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0rem;
  }
}
.p-cource .p-cource-category {
  margin-bottom: 100px;
}
.p-cource .p-cource-category .p-cource-category__list {
  display: flex;
  flex-direction: column;
  row-gap: 72px;
}
.p-cource .p-cource-category .p-cource-category__item {
  position: relative;
}
.p-cource .p-cource-category .p-cource-category__title {
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.24rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: #FFF;
  background-color: var(--primary);
  padding: 8px 18px;
  margin-bottom: 10px;
}
.p-cource .p-cource-category .p-category-category__image {
  margin-bottom: 14px;
}
.p-cource .p-cource-category .p-cource-category__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  margin-bottom: 28px;
}
.p-cource .p-cource-category .p-cource-category__footer {
  display: flex;
  justify-content: center;
}
.p-cource .p-cource-content {
  margin-bottom: 100px;
}
.p-cource .p-cource-content .p-cource__mainTitle {
  margin-bottom: 20px;
}
.p-cource .p-cource-content .p-cource-content__block + .p-cource-content__block {
  margin-top: 50px;
}
.p-cource .p-cource-content .p-cource-content__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: #FFF;
  background-color: var(--primary);
  padding: 8px 10px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.24rem;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__title {
    padding: 4px 6px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
  }
}
.p-cource .p-cource-content .p-cource-content__title img {
  width: auto;
  max-width: 48px;
  max-height: 48px;
}
.p-cource .p-cource-content .p-cource-content__title.p-cource-content__title--bgcDark {
  background-color: #042D7E;
}
.p-cource .p-cource-content .p-cource-content__title.p-cource-content__title--bgcLight {
  background-color: #6DBBD2;
}
.p-cource .p-cource-content .p-cource-content__title.p-cource-content__title--bgcLight:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  pointer-events: none;
}
.p-cource .p-cource-content .p-cource-content__seminarTable {
  width: 2800px;
}
.p-cource .p-cource-content .p-cource-content__catch {
  margin-bottom: 20px;
  height: 214px;
}
.p-cource .p-cource-content .p-cource-content-seminar__footer {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.p-cource .p-cource-content .p-cource-content__note {
  padding: 16px 18px 20px;
  background: #EFF7F8;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.14rem;
  font-weight: 400;
  margin-top: 36px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__note {
    padding: 12px 14px 16px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.12rem;
    margin-top: 26px;
  }
}
.p-cource .p-cource-content .p-cource-content__note ul {
  display: flex;
  flex-direction: column;
}
.p-cource .p-cource-content .p-cource-content__note ul li {
  display: flex;
}
.p-cource .p-cource-content .p-cource-content__note ul li:before {
  content: "※";
}
.p-cource .p-cource-content .p-cource-content-detail {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #8F8F8F;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-detail {
    margin-top: 16px;
    row-gap: 26px;
  }
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__item {
  display: flex;
  align-items: baseline;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__item {
    flex-direction: column;
  }
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__term {
  width: 196px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__term {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
    width: 100%;
  }
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__term small {
  font-size: 0.86em;
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0rem;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
    padding-left: 1.4em;
  }
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__desc ul {
  display: flex;
  flex-direction: column;
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__desc ul li {
  display: flex;
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__desc ul li:before {
  content: "・";
}
.p-cource .p-cource-content .p-cource-content-detail .p-cource-content-detail__desc.p-cource-content-detail__desc--wordKeep {
  word-break: keep-all;
}
.p-cource .p-cource-content .p-cource-content-level {
  margin-top: 20px;
  padding-top: 30px;
  border-top: solid 1px #8F8F8F;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-level {
    margin-top: 30px;
  }
}
.p-cource .p-cource-content .p-cource-content-level + .p-cource-content-level {
  padding-top: 50px;
  margin-top: 50px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-level + .p-cource-content-level {
    padding-top: 38px;
    margin-top: 38px;
  }
}
.p-cource .p-cource-content .p-cource-content-level .p-cource-content-detail {
  padding-top: 0;
  margin-top: 0px;
  border-top: unset;
}
.p-cource .p-cource-content .p-cource-content-level .p-cource-content-level__title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.24rem;
  margin-bottom: 16px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-level .p-cource-content-level__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0rem;
    margin-bottom: 12px;
  }
}
.p-cource .p-cource-content .p-cource-content-level .p-cource-content-level__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  margin-bottom: 30px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-level .p-cource-content-level__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0rem;
    margin-bottom: 20px;
  }
}
.p-cource .p-cource-content .p-cource-content-dl {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin-top: 20px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-dl {
    margin-top: 16px;
  }
}
.p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__item {
  display: flex;
  align-items: baseline;
}
.p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__term {
  width: 180px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__term {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
    width: 124px;
  }
}
.p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__desc {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.2rem;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}
.p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__desc ul {
  display: flex;
  flex-direction: column;
}
.p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__desc ul li {
  display: flex;
}
.p-cource .p-cource-content .p-cource-content-dl .p-cource-content-dl__desc ul li:before {
  content: "・";
}
.p-cource .p-cource-content .p-cource-content__main {
  position: relative;
}
.p-cource .p-cource-content .p-cource-content__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0rem;
  }
}
.p-cource .p-cource-content .p-cource-content__qualification {
  margin-top: 18px;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__qualification {
    margin-top: 30px;
  }
}
.p-cource .p-cource-content .p-cource-content__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__footer {
    margin-top: 20px;
  }
}
.p-cource .p-cource-content .p-cource-content__subTitle {
  margin: 30px 0 15px;
}
.p-cource .p-cource-content .p-cource-content__term {
  font-weight: bold;
}
.p-cource .p-cource-content .p-cource-content__description {
  margin-bottom: 10px;
}
.p-cource .p-cource-content .p-cource-content__overflow {
  overflow-x: auto;
  width: 100%;
  position: relative;
}
.p-cource .p-cource-content .p-cource-content__table {
  width: 100%;
  margin-top: 28px;
  border-collapse: separate;
  border-spacing: 5px;
}
.p-cource .p-cource-content .p-cource-content__table tbody th,
.p-cource .p-cource-content .p-cource-content__table tbody td {
  padding: 20px 24px;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__table tbody th,
  .p-cource .p-cource-content .p-cource-content__table tbody td {
    padding: 16px 18px;
  }
}
.p-cource .p-cource-content .p-cource-content__table tbody th {
  background-color: #6DBBD2;
  font-weight: 500;
  color: #FFF;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__table tbody th {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.14rem;
  }
}
.p-cource .p-cource-content .p-cource-content__table tbody td:first-of-type {
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
  text-align: center;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__table tbody td:first-of-type {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0rem;
  }
}
.p-cource .p-cource-content .p-cource-content__table tbody td:last-of-type {
  background-color: #eff7f8;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__table tbody td:last-of-type {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0rem;
  }
}
.p-cource .p-cource-content .p-cource-content__table tbody ul {
  display: flex;
  flex-direction: column;
}
.p-cource .p-cource-content .p-cource-content__table tbody ul li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0rem;
  display: flex;
}
.p-cource .p-cource-content .p-cource-content__table tbody ul li:before {
  content: "・";
}
@media (max-width: 1099px) {
  .p-cource .p-cource-content .p-cource-content__table tbody ul li {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0rem;
  }
}
.p-cource .p-course-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.p-cource .p-course-table.p-course-table--seminar thead th {
  background-color: #042D7E;
  white-space: nowrap;
}
.p-cource .p-course-table th,
.p-cource .p-course-table td {
  padding: 10px 14px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0rem;
  font-weight: 500;
}
.p-cource .p-course-table thead th#col-blank {
  background-color: transparent;
}
.p-cource .p-course-table thead th {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
  white-space: nowrap;
}
.p-cource .p-course-table tbody > tr > th[scope=rowgroup] {
  background: #6DBBD2;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
}
.p-cource .p-course-table tbody > tr > th[scope=row] {
  background: #6DBBD2;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #fff;
}
.p-cource .p-course-table tbody td:nth-of-type(odd) {
  background-color: #F1F1F1;
}
.p-cource .p-course-table tbody td:nth-of-type(even) {
  background-color: #EFF7F8;
}
.p-cource .p-course-table tbody td.text-left {
  text-align: left;
}
.p-salon .p-salon-features {
  margin-bottom: 100px;
}
.p-salon .p-salon-features .p-salon-features__container {
  display: grid;
  -moz-column-gap: 64px;
       column-gap: 64px;
  grid-template-columns: 1fr 480px;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title title" "text image" "gallery gallery";
}
@media (max-width: 1099px) {
  .p-salon .p-salon-features .p-salon-features__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "title" "image" "text" "gallery";
  }
}
.p-salon .p-salon-features .p-salon-features__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-salon .p-salon-features .p-salon-features__picture {
  grid-area: image;
}
.p-salon .p-salon-features .p-salon-features__introText {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media (max-width: 1099px) {
  .p-salon .p-salon-features .p-salon-features__introText {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-salon .p-salon-features .p-salon-features__gallery {
  grid-area: gallery;
  margin-top: 50px;
}
.p-salon .p-salon-features .p-salon-features__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-salon .p-salon-features .p-salon-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-salon .p-salon-features .p-salon-features__comment {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  text-align: center;
}
.p-salon .p-salon-content {
  margin-bottom: 100px;
}
.p-salon .p-salon-content + .p-salon-content {
  margin-top: 60px;
}
.p-salon .p-salon-content .p-salon-content__container {
  display: grid;
  -moz-column-gap: 32px;
       column-gap: 32px;
  grid-template-columns: 1fr 480px;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title title" "text image" "footer image";
}
@media (max-width: 1099px) {
  .p-salon .p-salon-content .p-salon-content__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "title" "image" "text" "footer";
  }
}
.p-salon .p-salon-content .p-salon-content__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-salon .p-salon-content .p-salon-content__introText {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  margin-bottom: 40px;
}
@media (max-width: 1099px) {
  .p-salon .p-salon-content .p-salon-content__introText {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 30px;
  }
}
.p-salon .p-salon-content .p-salon-content__picture {
  grid-area: image;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1099px) {
  .p-salon .p-salon-content .p-salon-content__picture {
    margin-bottom: 14px;
    height: auto;
  }
}
.p-salon .p-salon-content .p-salon-content__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-salon .p-salon-content .p-salon-content__footer {
  grid-area: footer;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-self: flex-start;
}
@media (max-width: 1099px) {
  .p-salon .p-salon-content .p-salon-content__footer {
    margin-top: 0;
  }
}
.p-salon .p-salon-reserve {
  display: flex;
  justify-content: center;
  margin-bottom: 84px;
}
@media (max-width: 1099px) {
  .p-salon .p-salon-reserve {
    margin-bottom: 32px;
  }
}
.p-menu .p-menu-content {
  margin-bottom: 90px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content {
    margin-bottom: 80px;
  }
}
.p-menu .p-menu-content .p-menu-content__title {
  margin-bottom: 20px;
}
.p-menu .p-menu-content .p-menu-content__title em {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.32rem;
  color: #FFF;
  background-color: var(--primary);
  padding: 1px 8px 2px;
  margin-left: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  top: -2px;
  position: relative;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-content__title em {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.28rem;
    padding: 6px 10px 6px;
  }
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-content__title {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.p-menu .p-menu-content .p-menu-content__wrap {
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .p-menu .p-menu-content .p-menu-content__wrap {
    flex-direction: column-reverse;
    row-gap: 8px;
  }
}
.p-menu .p-menu-content .p-menu-content__wrap .p-menu-content__picture {
  width: 480px;
  max-width: calc(50% - 44px);
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .p-menu .p-menu-content .p-menu-content__wrap .p-menu-content__picture {
    width: 100%;
    max-width: 100%;
    height: 250px;
  }
  .p-menu .p-menu-content .p-menu-content__wrap .p-menu-content__picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 899px) {
  .p-menu .p-menu-content .p-menu-content__wrap .p-menu-content__picture {
    height: auto;
  }
}
.p-menu .p-menu-content .p-menu-content__introText {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  flex-grow: 1;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-content__introText {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-menu .p-menu-content .p-menu-content__introText.p-menu-content__introText--only {
  margin-bottom: 40px;
}
.p-menu .p-menu-content .p-menu-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title price" "description description";
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-list .p-menu-list__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "title" "price" "description";
    row-gap: 10px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding-left: 20px;
  }
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__item.p-menu-list__item--noPrice {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title" "description";
  row-gap: 10px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-list .p-menu-list__item.p-menu-list__item--noPrice {
    row-gap: 6px;
  }
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__item:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  background-color: var(--primary);
  transform: rotate(45deg);
  flex-shrink: 0;
  top: 0.6em;
  left: 0;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-list .p-menu-list__item:before {
    width: 10px;
    height: 10px;
  }
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__title {
  grid-area: title;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-list .p-menu-list__title {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16rem;
  }
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__price {
  grid-area: price;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__price:before {
  content: "";
  background-image: url("../img/dots.D3C5-f00.svg");
  background-repeat: repeat-x;
  flex-grow: 1;
  height: 1px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-list .p-menu-list__price {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16rem;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__description {
  grid-area: description;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.065rem;
}
.p-menu .p-menu-content .p-menu-list .p-menu-list__description.p-menu-list__description--large {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-list .p-menu-list__description.p-menu-list__description--large {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
  }
}
.p-menu .p-menu-content .p-menu-note {
  margin-top: 26px;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.065rem;
  text-align: right;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-content .p-menu-note {
    margin-top: 22px;
    text-align: left;
  }
}
.p-menu .p-menu-checkList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 6px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-checkList {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.p-menu .p-menu-checkList .p-menu-checkList__item {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-checkList .p-menu-checkList__item {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-menu .p-menu-checkList .p-menu-checkList__item:before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url("../img/check.D4rIr2W9.png");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-checkList .p-menu-checkList__item:before {
    width: 24px;
    height: 24px;
  }
}
.p-menu .p-menu-ingrownDescripton {
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-ingrownDescripton {
    margin-top: 28px;
  }
}
.p-menu .p-menu__comment {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu__comment {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 12px;
  }
}
.p-menu .p-menu-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-gallery {
    gap: 18px;
  }
}
.p-menu .p-menu-gallery .p-menu-gallery__picture {
  width: calc(50% - 24px);
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-gallery .p-menu-gallery__picture {
    width: 100%;
  }
}
.p-menu .p-menu-gallery .p-menu-gallery__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-menu .p-menu-dotList {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-dotList {
    row-gap: 4px;
  }
}
.p-menu .p-menu-dotList .p-menu-dotList__item {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-dotList .p-menu-dotList__item {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.07rem;
  }
}
.p-menu .p-menu-dotList .p-menu-dotList__item:before {
  content: "・";
  flex-shrink: 0;
}
.p-menu .p-menu-reserve {
  display: flex;
  justify-content: center;
  margin-bottom: 84px;
}
@media (max-width: 1099px) {
  .p-menu .p-menu-reserve {
    margin-bottom: 32px;
  }
}
.p-staff .p-staff-introduction {
  position: relative;
}
.p-staff .p-staff-introduction .p-staff-introduction__list {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  margin-bottom: 80px;
}
@media (max-width: 1099px) {
  .p-staff .p-staff-introduction .p-staff-introduction__list {
    row-gap: 50px;
  }
}
.p-staff .p-staff-introduction .p-staff-introduction__item {
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "image title" "image text" "image gallery";
  -moz-column-gap: 46px;
       column-gap: 46px;
}
@media (max-width: 1099px) {
  .p-staff .p-staff-introduction .p-staff-introduction__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "title" "image" "text" "gallery";
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.p-staff .p-staff-introduction .p-staff-introduction__titleArea {
  padding-bottom: 14px;
  border-bottom: solid 1px var(--primary);
  margin-bottom: 12px;
  grid-area: title;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .p-staff .p-staff-introduction .p-staff-introduction__titleArea {
    padding-bottom: 4px;
    margin-bottom: 14px;
  }
}
.p-staff .p-staff-introduction .p-staff-introduction__title {
  border-bottom: unset;
}
.p-staff .p-staff-introduction .p-staff-introduction__instagramLink {
  width: 32px;
  height: 32px;
  border: solid 1px #D9D9D9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-staff .p-staff-introduction .p-staff-introduction__instagramLink picture, .p-staff .p-staff-introduction .p-staff-introduction__instagramLink img {
  width: 18px;
}
.p-staff .p-staff-introduction .p-staff-introduction__instagramLink img {
  left: 1px;
}
.p-staff .p-staff-introduction .p-staff-introduction__image {
  grid-area: image;
  height: 100%;
}
@media (max-width: 1099px) {
  .p-staff .p-staff-introduction .p-staff-introduction__image {
    margin-bottom: 14px;
    height: auto;
  }
}
.p-staff .p-staff-introduction .p-staff-introduction__image picture, .p-staff .p-staff-introduction .p-staff-introduction__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff .p-staff-introduction .p-staff-introduction__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin-bottom: 16px;
}
@media (max-width: 1099px) {
  .p-staff .p-staff-introduction .p-staff-introduction__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.07rem;
    margin-bottom: 14px;
  }
}
.p-staff .p-staff-introduction .p-staff-introduction-gallary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  grid-area: gallery;
}
@media (max-width: 1099px) {
  .p-staff .p-staff-introduction .p-staff-introduction-gallary {
    gap: 10px;
  }
}
.p-staff .p-staff-introduction .p-staff-introduction-gallary .p-staff-introduction-gallary__item {
  width: 112px;
}
@media (max-width: 1099px) {
  .p-staff .p-staff-introduction .p-staff-introduction-gallary .p-staff-introduction-gallary__item {
    width: calc(50% - 5px);
  }
}
.p-staff .p-staff-introduction .p-staff-introduction-gallary .p-staff-introduction-gallary__item .p-staff-introduction-gallary__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-staff .p-staff-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.p-corporate .p-corporate-intro {
  margin-bottom: 100px;
}
.p-corporate .p-corporate-intro .p-corporate-intro__container {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: 1fr 480px;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title title" "text image";
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-intro .p-corporate-intro__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "title" "image" "text";
  }
}
.p-corporate .p-corporate-intro .p-corporate-intro__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-corporate .p-corporate-intro .p-corporate-intro__picture {
  grid-area: image;
}
.p-corporate .p-corporate-intro .p-corporate-intro__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-intro .p-corporate-intro__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}
.p-corporate .p-corporate-problem {
  margin-bottom: 100px;
}
.p-corporate .p-corporate-problem .p-corporate-problem__mainTitle {
  margin-bottom: 28px;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-problem .p-corporate-problem__mainTitle {
    margin-bottom: 20px;
  }
}
.p-corporate .p-corporate-problem .p-corporate-problem__wrap {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-problem .p-corporate-problem__wrap {
    flex-direction: column;
    row-gap: 36px;
  }
}
.p-corporate .p-corporate-problem .p-corporate-problem__box {
  width: calc(50% - 18px);
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-problem .p-corporate-problem__box {
    width: 100%;
  }
}
.p-corporate .p-corporate-problem .p-corporate-problem__title {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.32rem;
  background-color: #125D8D;
  color: #FFF;
  padding: 4px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-problem .p-corporate-problem__title {
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.28rem;
  }
}
.p-corporate .p-corporate-problem .p-corporate-problem__list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-problem .p-corporate-problem__list {
    row-gap: 8px;
  }
}
.p-corporate .p-corporate-problem .p-corporate-problem__item {
  display: flex;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0rem;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: baseline;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-problem .p-corporate-problem__item {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.14rem;
  }
}
.p-corporate .p-corporate-newnail {
  margin-bottom: 100px;
}
.p-corporate .p-corporate-newnail .p-corporate-newnail__mainTitle {
  margin-bottom: 16px;
}
.p-corporate .p-corporate-newnail .p-corporate-newnail__list {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
  position: relative;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-newnail .p-corporate-newnail__list {
    row-gap: 30px;
  }
}
.p-corporate .p-corporate-newnail .p-corporate-newnail__item {
  position: relative;
  padding-left: 34px;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-newnail .p-corporate-newnail__item {
    padding-left: 24px;
  }
}
.p-corporate .p-corporate-newnail .p-corporate-newnail__title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.24rem;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-newnail .p-corporate-newnail__title {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.2rem;
  }
}
.p-corporate .p-corporate-newnail .p-corporate-newnail__title:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  position: absolute;
  background-color: var(--primary);
  flex-shrink: 0;
  left: 0;
  top: 0.5em;
}
.p-corporate .p-corporate-newnail .p-corporate-newnail__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0rem;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-newnail .p-corporate-newnail__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}
.p-corporate .p-corporate-features {
  margin-bottom: 100px;
}
.p-corporate .p-corporate-features .p-corporate-features__mainTitle {
  margin-bottom: 20px;
}
.p-corporate .p-corporate-features .p-corporate-features__box {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-areas: "title image" "text image";
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-features .p-corporate-features__box {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "title" "image" "text";
  }
}
.p-corporate .p-corporate-features .p-corporate-features__box + .p-corporate-features__box {
  margin-top: 92px;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-features .p-corporate-features__box + .p-corporate-features__box {
    margin-top: 60px;
  }
}
.p-corporate .p-corporate-features .p-corporate-features__title {
  grid-area: title;
  font-size: 24px;
  line-height: 1.5833333333;
  letter-spacing: 0.24rem;
  color: var(--primary);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-features .p-corporate-features__title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.2rem;
  }
}
.p-corporate .p-corporate-features .p-corporate-features__title b {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #FFF;
  background-color: var(--primary);
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-features .p-corporate-features__title b {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.14rem;
  }
}
.p-corporate .p-corporate-features .p-corporate-features__picture {
  grid-area: image;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-features .p-corporate-features__picture {
    margin-bottom: 14px;
  }
}
.p-corporate .p-corporate-features .p-corporate-features__text {
  grid-area: text;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-corporate .p-corporate-features .p-corporate-features__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}
.p-shop .p-shop-intro {
  margin-bottom: 60px;
}
.p-shop .p-shop-intro .p-shop-intro__container {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: 1fr 480px;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title title" "list image";
}
@media (max-width: 1099px) {
  .p-shop .p-shop-intro .p-shop-intro__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "title" "image" "list";
  }
}
.p-shop .p-shop-intro .p-shop-intro__title {
  grid-area: title;
  margin-bottom: 16px;
}
.p-shop .p-shop-intro .p-shop-intro__list {
  grid-area: list;
}
.p-shop .p-shop-intro .p-shop-intro__picture {
  grid-area: image;
}
@media (max-width: 1099px) {
  .p-shop .p-shop-intro .p-shop-intro__picture {
    margin-bottom: 20px;
  }
}
.p-shop .p-shop-philosophy {
  margin-bottom: 60px;
}
.p-shop .p-shop-philosophy .p-shop-philosophy__title {
  margin-bottom: 16px;
}
.p-shop .p-shop-philosophy .p-shop-philosophy__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-shop .p-shop-philosophy .p-shop-philosophy__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}
.p-shop .p-shop-about {
  margin-bottom: 60px;
}
.p-shop .p-shop-about .p-shop-about__title {
  margin-bottom: 16px;
}
.p-shop .p-shop-history {
  margin-bottom: 60px;
}
.p-shop .p-shop-history .p-shop-history__title {
  margin-bottom: 16px;
}
.p-shop .p-shop-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p-shop .p-shop-list .p-shop-list__item {
  display: flex;
}
.p-shop .p-shop-list.p-shop-list--narrow .p-shop-list__term {
  width: 110px;
}
@media (max-width: 1099px) {
  .p-shop .p-shop-list.p-shop-list--narrow .p-shop-list__term {
    width: 100px;
  }
}
.p-shop .p-shop-list .p-shop-list__term {
  width: 160px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .p-shop .p-shop-list .p-shop-list__term {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
    width: 100px;
  }
}
.p-shop .p-shop-list .p-shop-list__desc {
  flex-grow: 1;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
}
@media (max-width: 1099px) {
  .p-shop .p-shop-list .p-shop-list__desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
  }
}
.p-navigation {
  background-color: #FFF;
}
@media (max-width: 1099px) {
  .p-navigation {
    padding-top: 120px;
  }
}
.p-navigation .p-navigation-nav .p-navigation__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  border-bottom: solid 1px #D9D9D9;
}
.p-navigation .p-navigation-nav .p-navigation__item {
  font-weight: 700;
}
.p-navigation .p-navigation-nav .p-navigation__item:nth-child(even) {
  background-color: #F8F8F8;
}
.p-navigation .p-navigation-nav .p-navigation__link {
  display: flex;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0rem;
  padding: 22px 24px 20px 16px;
  color: var(--primary);
  font-weight: 500;
  align-items: center;
}
.p-navigation .p-navigation-nav .p-navigation__link:after {
  content: "";
  background-image: url("../img/main_arrow.D51RkI3N.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  right: 24px;
}
.p-navigation .p-navigation-nav .p-navigation__link.is-active:after {
  transform: rotate(180deg);
}
.p-navigation .p-navigation__sublist {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}
.p-navigation .p-navigation__sublist[data-navigation-open=true] {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
}
.p-navigation .p-navigation__sublist .p-navigation__sublink {
  padding: 14px 14px 14px 20px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  color: var(--primary);
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0rem;
  font-weight: 500;
}
.p-navigation .p-navigation__sublist .p-navigation__sublink:before {
  content: "";
  background-image: url("../img/sub_arrow.CQy2fF9H.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 14px;
  position: relative;
  display: inline-block;
}
.p-navigation .p-navigation-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  margin-bottom: 38px;
}
.p-navigation .p-navigation-buttons .p-navigation-buttons__button {
  padding: 12px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.p-navigation .p-navigation-buttons .p-navigation-buttons__reserve {
  color: #AE2D5B;
  border: solid 3px #AE2D5B;
}
.p-navigation .p-navigation-buttons .p-navigation-buttons__reserve img {
  width: 28px;
}
.p-navigation .p-navigation-buttons .p-navigation-buttons__contact {
  color: #6DBBD2;
  border: solid 3px #6DBBD2;
}
.p-navigation .p-navigation-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-navigation .p-navigation-address .p-navigation-address__tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  color: #125D8D;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.096rem;
}
.p-navigation .p-navigation-address .p-navigation-address__tel img {
  width: 22px;
}
.p-navigation .p-navigation-address .p-navigation-address__text {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0rem;
  font-weight: 400;
  text-align: center;
  color: #125D8D;
}
.p-navigation .p-navigation-address .p-navigation-address__map {
  margin-top: 6px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #125D8D;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.p-navigation .p-navigation-address .p-navigation-address__map:before {
  content: "";
  width: 10px;
  height: 14px;
  background-image: url("../img/map.C0_alAHt.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.p-cta {
  display: none;
}
@media (max-width: 1099px) {
  .p-cta {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 100;
  }
}
.p-cta .p-cta-button {
  width: 74px;
  height: 74px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 2px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
}
.p-cta .p-cta-button .p-cta-button__image {
  width: 22px;
  height: 22px;
}
.p-cta .p-cta-button .p-cta-button__text {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0rem;
  text-align: center;
  color: #AE2D5B;
}
.p-welcome {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.p-welcome.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-welcome .p-welcome-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeInUpBG 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  filter: blur(4px);
}
.p-welcome .p-welcome-bg__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-welcome .p-welcome-bg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-welcome .p-welcome-logo {
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
  width: 220px;
}
@media (max-width: 1099px) {
  .p-welcome .p-welcome-logo {
    max-width: 150px;
  }
}
.p-welcome .p-welcome-logo__image {
  width: 100%;
  height: auto;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUpBG {
  0% {
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(5px);
  }
}
.p-faq .p-faq-categories {
  margin-bottom: 60px;
}
.p-faq .p-faq-categories .p-faq-categories__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-faq .p-faq-categories .p-faq-categories__item {
  min-width: 240px;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-categories .p-faq-categories__item {
    min-width: unset;
    width: calc(50% - 4px);
  }
}
.p-faq .p-faq-categories .p-faq-categories__link {
  padding: 10px 12px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  border: solid 1px var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  color: #FFF;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-categories .p-faq-categories__link {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.14rem;
    min-height: 100%;
  }
}
.p-faq .p-faq-categories .p-faq-categories__link.is-active {
  background-color: #FFF;
  color: var(--primary);
}
.p-faq .p-faq-main {
  margin-bottom: 60px;
}
.p-faq .p-faq-content {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 48px;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-content {
    row-gap: 34px;
  }
}
.p-faq .p-faq-content .p-faq-content__item {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-content .p-faq-content__item {
    row-gap: 12px;
  }
}
.p-faq .p-faq-content .p-faq-content__question,
.p-faq .p-faq-content .p-faq-content__answer {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: flex-start;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-content .p-faq-content__question,
  .p-faq .p-faq-content .p-faq-content__answer {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.p-faq .p-faq-content .p-faq-content__icon {
  width: 24px;
  top: 5px;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-content .p-faq-content__icon {
    width: 22px;
    top: 2px;
  }
}
.p-faq .p-faq-content .p-faq-content__question {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.18rem;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-content .p-faq-content__question {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16rem;
  }
}
.p-faq .p-faq-content .p-faq-content__answer {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.16rem;
  font-weight: 400;
}
@media (max-width: 1099px) {
  .p-faq .p-faq-content .p-faq-content__answer {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.12rem;
  }
}
.p-faq .p-faq-content .p-faq-content__footer {
  display: flex;
  justify-content: center;
}
.p-form.p-form--conf .p-form__title {
  padding-top: 0;
}
.p-form .p-form-block {
  position: relative;
}
.p-form .p-form__list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-form .p-form__item {
  position: relative;
  padding: 24px 0;
  border-bottom: solid 1px #D2D8DE;
}
@media (max-width: 1099px) {
  .p-form .p-form__item {
    padding: 20px 0;
  }
}
.p-form .p-form__item:first-child {
  padding-top: 0;
}
.p-form .p-form__item:last-child {
  border-bottom: none;
}
.p-form .p-form__item.hide {
  display: none;
}
.p-form .p-form__item.view {
  display: block;
}
.p-form .p-form__row {
  display: flex;
  position: relative;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: flex-start;
}
@media (max-width: 1099px) {
  .p-form .p-form__row {
    flex-direction: column;
  }
}
.p-form .p-form__row.p-form__row--column {
  flex-direction: column;
}
.p-form .p-form__row.p-form__row--column .p-form__title {
  width: 100%;
}
.p-form .p-form__title, .p-form .p-form__value {
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0rem;
}
.p-form .p-form__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 200px;
  font-weight: 700;
  flex-shrink: 0;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-top: 10px;
}
@media (max-width: 1099px) {
  .p-form .p-form__title {
    padding-top: 0;
    width: 100%;
    padding-bottom: 12px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-form .p-form__title.p-form__title--require:after {
  content: "必須";
  background-color: #125D8D;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.065rem;
  color: #FFFFFF;
  padding: 4px 6px;
  font-weight: 700;
}
.p-form .p-form__title .p-form__titleComment {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  font-size: 0.8em;
}
.p-form .p-form__value {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1099px) {
  .p-form .p-form__value {
    padding-top: 4px;
    width: 100%;
  }
}
.p-form .p-form__value.p-form__value--column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 10px;
}
@media (max-width: 1099px) {
  .p-form .p-form__value.p-form__value--column {
    row-gap: 24px;
  }
}
.p-form .p-form__value.p-form__value--row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.p-form .p-form__innerBlock {
  position: relative;
  width: 100%;
}
.p-form .p-form__innerBlock.p-form__innerBlock--row {
  display: flex;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media (max-width: 1099px) {
  .p-form .p-form__innerBlock.p-form__innerBlock--row {
    flex-direction: column;
    row-gap: 12px;
    align-items: flex-start;
  }
}
.p-form .p-form__innerBlock.p-form__innerBlock--alignin-left {
  align-items: flex-start;
}
.p-form .p-form__innerBlock.p-form__innerBlock--rowAll {
  flex-direction: row;
  align-items: center;
}
.p-form .p-form__innerBlock:not(.p-form .p-form__innerBlock.p-form__innerBlock--row) + .p-form__innerBlock {
  margin-top: 15px;
}
@media (max-width: 1099px) {
  .p-form .p-form__innerBlock:not(.p-form .p-form__innerBlock.p-form__innerBlock--row) + .p-form__innerBlock {
    margin-top: 28px;
  }
}
.p-form .p-form__innerBlock .p-form__innerWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
@media (max-width: 1099px) {
  .p-form .p-form__innerBlock .p-form__innerWrap {
    width: 100%;
  }
}
.p-form .p-form__innerBlock .p-form__innerTitle {
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .p-form .p-form__innerBlock .p-form__innerTitle {
    width: 142px;
  }
}
.p-form .p-form__innerComment {
  position: relative;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.04rem;
  font-weight: 500;
  margin: 12px 0;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .p-form .p-form__innerComment {
    margin: 14px 0;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0rem;
  }
}
.p-form .p-form__innerTitle {
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0.04rem;
  font-weight: 500;
  position: relative;
  margin-right: 12px;
}
@media (max-width: 1099px) {
  .p-form .p-form__innerTitle {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.04rem;
    font-weight: 700;
    margin-right: 0;
  }
}
.p-form .p-form__links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
}
.p-form .p-form__links .p-form__topButton {
  width: 290px;
  height: 50px;
  font-size: 15px;
  line-height: 1.6666666667;
  letter-spacing: 0rem;
  font-weight: 700;
}
.p-form .p-form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .p-form .p-form-actions {
    justify-content: center;
  }
}
.p-form .p-form-actions > p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 1099px) {
  .p-form .p-form-actions > p {
    flex-direction: column-reverse;
    row-gap: 6px;
  }
  .p-form .p-form-actions > p p {
    width: 100%;
  }
}
.p-form .p-form-actions .p-form-actions__button {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.07rem;
  font-weight: 700;
  width: 378px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 899px) {
  .p-form .p-form-actions .p-form-actions__button {
    width: 252px;
    height: 46px;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.07rem;
    margin: 0 auto;
  }
}
.p-form .p-form-actions .p-form-actions__button.p-form-actions__button--next input {
  color: var(--primary);
  background-color: #FFF;
  border-image-source: linear-gradient(to bottom right, #6FC8D6, #042D7E);
  border-image-slice: 1;
  border: solid 2px;
}
.p-form .p-form-actions .p-form-actions__button.p-form-actions__button--next:hover input {
  color: #FFF;
  border: none;
  background: linear-gradient(to bottom right, #6FC8D6, #042D7E);
}
.p-form .p-form-actions .p-form-actions__button.p-form-actions__button--back {
  border: solid 2px #696a6f;
  background-color: #FFF;
  color: #696a6f;
}
.p-form .p-form-actions .p-form-actions__button.p-form-actions__button--back input {
  color: #696a6f;
}
.p-form .p-form-actions .p-form-actions__button.p-form-actions__button--back:hover input {
  color: #fff;
  background-color: #1B2038;
}
.p-form .p-form-actions .p-form-actions__button:hover {
  transition: all 0.3s ease-in-out 0s;
}
.p-form .p-form-actions .p-form-actions__button input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-form .p-form-actions .p-contact-actions__button--conf {
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0rem;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
.p-form .p-form-actions .p-contact-actions__button--conf span {
  margin-right: 12px;
}
@media (max-width: 1099px) {
  .p-form .p-form-actions .p-contact-actions__button--conf {
    position: relative;
    font-size: 15px;
    line-height: 2.1333333333;
    letter-spacing: 0rem;
  }
  .p-form .p-form-actions .p-contact-actions__button--conf span {
    margin-right: 6px;
  }
}
.p-form .p-form-privacy {
  position: relative;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1099px) {
  .p-form .p-form-privacy {
    margin-top: 20px;
  }
}
.p-form .p-form-privacy .p-form-privacy__content {
  display: block;
  position: relative;
  height: 240px;
  overflow-y: scroll;
  background-color: #FAFAFA;
  border: solid 1px #CCCCCC;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0rem;
  padding: 32px;
  margin-bottom: 48px;
  border-radius: 4px;
}
@media (max-width: 1099px) {
  .p-form .p-form-privacy .p-form-privacy__content {
    padding: 18px;
    margin-bottom: 40px;
  }
}
.p-form .p-form-privacy .p-form-privacy__content em {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0rem;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 1099px) {
  .p-form .p-form-privacy .p-form-privacy__content em {
    margin-bottom: 14px;
  }
}
.p-form .p-form-privacy .p-form-privacy__check {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0rem;
  margin-top: 12px;
}
.p-form .p-form-privacy .p-form-privacy__text {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0rem;
}
.p-form .p-form-privacy .p-form-privacy__text a {
  color: var(--primary);
}
.p-form .p-form__note {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0rem;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .p-form .p-form__note {
    margin-top: 24px;
  }
}
.p-form .p-form-conf .p-form__title--require:after {
  content: unset;
}
.p-form .p-form__comment {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-bottom: 38px;
  margin-top: 84px;
}
.p-form .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0rem;
  margin-top: 4px;
}
@media (max-width: 1099px) {
  .p-form .wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1.6923076923;
    letter-spacing: 0rem;
  }
}
.p-contact .p-contact-intro {
  margin-top: 64px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-intro {
    margin-top: 16px;
  }
}
.p-contact .p-contact-intro .p-contact-intro__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-intro .p-contact-intro__wrap {
    flex-direction: column;
    row-gap: 40px;
    align-items: flex-start;
  }
}
.p-contact .p-contact-intro .p-contact-intro__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.128rem;
}
.p-contact .p-contact-intro .p-contact-intro__text b {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.144rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-intro .p-contact-intro__text b {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.128rem;
    margin-bottom: 16px;
  }
}
.p-contact .p-contact-intro .p-contact-intro__text .p-contact-intro__tel {
  color: var(--primary);
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.128rem;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
}
.p-contact .p-contact-intro .p-contact-intro__text .p-contact-intro__tel img {
  width: 18px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-intro .p-contact-intro__text {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0.104rem;
  }
}
.p-contact .p-contact-intro .p-contact-intro__comment {
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.08rem;
  margin-bottom: 56px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-intro .p-contact-intro__comment {
    font-size: 16px;
    line-height: 2.375;
    letter-spacing: 0.08rem;
    margin-bottom: 70px;
  }
}
.p-contact .p-contact-intro .p-contact-intro__link {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.07rem;
  font-weight: 700;
  width: 378px;
  height: 66px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  align-self: flex-end;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 899px) {
  .p-contact .p-contact-intro .p-contact-intro__link {
    width: 100%;
    height: 56px;
    font-size: 13px;
    line-height: 1.7692307692;
    letter-spacing: 0.065rem;
  }
}
.p-contact .p-contact-intro .p-contact-intro__error {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  margin: 80px auto 0;
  padding: 20px;
  border: solid 3px #FC5A5D;
  color: #FC5A5D;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-intro .p-contact-intro__error {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0rem;
    padding: 30px 10px;
  }
}
.p-contact .p-contact-content {
  margin-top: 20px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-content {
    margin-top: 20px;
  }
}
.p-contact .p-contact-content .p-contact-form {
  margin-top: 40px;
  padding-bottom: 128px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-content .p-contact-form {
    margin-top: 30px;
    padding-bottom: 112px;
  }
}
.p-contact .p-contact-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-flow {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.p-contact .p-contact-flow .p-contact-flow__item {
  width: 110px;
  height: 56px;
  border: solid 1px #D2D8DE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #9DA9B5;
  background-color: #FFF;
  position: relative;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-flow .p-contact-flow__item {
    width: 78px;
    height: 40px;
    font-size: 13px;
    line-height: 1.8461538462;
    letter-spacing: 0.065rem;
  }
}
.p-contact .p-contact-flow .p-contact-flow__item.is-active {
  background-color: #7CA2E3;
  color: #FFF;
  border: solid 1px #7CA2E3;
}
.p-contact .p-contact-flow .p-contact-flow__item:after {
  content: "";
  width: 52px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateX(100%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgNTQgMiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMUg1MyIgc3Ryb2tlPSIjOURBOUI1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWRhc2hhcnJheT0iMC4xIDUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-flow .p-contact-flow__item:after {
    width: 36px;
    right: -8px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMzkgMiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEgMUgzOCIgc3Ryb2tlPSIjOURBOUI1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLWRhc2hhcnJheT0iMC4xIDUiLz48L3N2Zz4=");
  }
}
.p-contact .p-contact-flow .p-contact-flow__item:last-child:after {
  display: none;
}
.p-contact .p-contact-thanks {
  padding-bottom: 172px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-thanks {
    margin-bottom: 0px;
  }
}
.p-contact .p-contact-thanks .p-contact-thanks__title {
  padding-top: 148px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0rem;
  font-weight: 700;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-thanks .p-contact-thanks__title {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0rem;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 88px;
  }
}
.p-contact .p-contact-thanks .p-contact-thanks__message {
  font-size: 16px;
  line-height: 2.75;
  letter-spacing: 0rem;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1099px) {
  .p-contact .p-contact-thanks .p-contact-thanks__message {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0rem;
    margin-bottom: 40px;
    text-align: left;
  }
}
.p-contact .p-contact-thanks .p-contact-thanks__footer {
  display: grid;
  place-items: center;
}
.p-contact .p-contact-thanks .p-contact-thanks__footer .p-contact-thanksFooter__link {
  position: relative;
}
.p-blog .p-blog__outer {
  margin-bottom: 40px;
}
.p-blog .p-blog__container {
  display: flex;
  gap: 40px;
}
@media (max-width: 1099px) {
  .p-blog .p-blog__container {
    flex-direction: column;
  }
}
.p-blog .p-blog__main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (max-width: 1099px) {
  .p-blog .p-blog__main {
    width: 100%;
  }
}
.p-blog .p-blog__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  color: var(--primary);
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 1px var(--primary);
}
@media (max-width: 1099px) {
  .p-blog .p-blog__title {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0.192rem;
  }
}
.p-blog .p-blog__list {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1099px) {
  .p-blog .p-blog__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 26px;
  }
}
.p-blog .p-blog__list .p-blog__item {
  position: relative;
}
.p-blog .p-blog__list .p-blog__link {
  display: block;
  position: relative;
}
.p-single {
  margin-top: 20px;
}
@media (max-width: 1099px) {
  .p-single {
    margin-top: 100px;
  }
}
.p-single .p-single-wrap {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1099px) {
  .p-single .p-single-wrap {
    flex-direction: column;
  }
}
.p-single .p-single__article {
  margin-bottom: 40px;
}
.p-single .p-single__article .p-single__header {
  width: calc(100% - 280px);
}
@media (max-width: 1099px) {
  .p-single .p-single__article .p-single__header {
    width: 100%;
  }
}
.p-single .p-single__article .p-single__header .p-single__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.6rem;
  color: var(--primary);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px var(--primary);
}
.p-single .p-single__article .p-single__meta {
  display: flex;
  gap: 16px;
  align-items: center;
}
.p-single .p-single__article .p-single__meta .p-single__date {
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0rem;
  font-weight: 500;
}
.p-single .p-single__article .p-single__meta .p-single-categories {
  display: flex;
  gap: 8px;
}
.p-single .p-single__article .p-single__meta .p-single-categories .p-single-category__item {
  position: relative;
}
.p-single .p-single__article .p-single__meta .p-single-categories .p-single-category__link {
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0rem;
  text-decoration: underline;
  color: var(--primary);
}
.p-single .p-single__article .p-single__meta .p-single-tags {
  display: flex;
  gap: 8px;
}
.p-single .p-single__article .p-single__meta .p-single-tags .p-single-tag__item {
  position: relative;
}
.p-single .p-single__article .p-single__meta .p-single-tags .p-single-tag__link {
  font-size: 14px;
  line-height: 1.2142857143;
  letter-spacing: 0rem;
  text-decoration: underline;
  color: var(--primary);
}
.p-single .p-single__article .p-single__main {
  flex-grow: 1;
}
@media (max-width: 1099px) {
  .p-single .p-single__article .p-single__main {
    width: 100%;
  }
}
.p-single .p-single__article .p-single__main .p-single__thumbnail {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.p-single .p-single__article .p-single__main .p-single__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 800px;
  max-height: 400px;
}
.p-single .p-single__article .p-single__main .p-single__content {
  margin-bottom: 80px;
}
.p-single .p-single__article .p-single__main .p-single__content h1, .p-single .p-single__article .p-single__main .p-single__content h2 {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.192rem;
  font-weight: 700;
  padding-top: 16px;
  border-top: solid 2px var(--official-primary);
  margin-bottom: 32px;
}
.p-single .p-single__article .p-single__main .p-single__content h3 {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.16rem;
  font-weight: 700;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: baseline;
  margin-bottom: 32px;
}
.p-single .p-single__article .p-single__main .p-single__content h3:before {
  content: "";
  width: 22px;
  height: 3px;
  background-color: var(--official-primary);
  position: relative;
  display: block;
  top: -0.25em;
}
.p-single .p-single__article .p-single__main .p-single__content h4 {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.16rem;
  font-weight: 700;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
  margin-bottom: 32px;
}
.p-single .p-single__article .p-single__main .p-single__content p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.128rem;
  margin-bottom: 32px;
}
@media (max-width: 899px) {
  .p-single .p-single__article .p-single__main .p-single__content p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.112rem;
  }
}
.p-single .p-single__article .p-single__main .p-single__content p a {
  color: var(--official-primary);
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link,
.p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button) {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.08rem;
  transition: all 0.5s ease-out;
  margin-top: 10px;
  margin-bottom: 32px;
  min-width: 280px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-weight: 700;
  border-radius: 100vh;
  color: #FFF;
  border: solid 1px var(--official-primary);
  background-color: var(--official-primary);
}
@media (max-width: 767px) {
  .p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link,
  .p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button) {
    padding: 20px 60px;
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: 0.075rem;
    min-width: 286px;
  }
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link:hover,
.p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button):hover {
  opacity: 0.8;
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link:after,
.p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button):after {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE4IDE3IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMCA4LjVMMTYuMDcxNCA4LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik04LjU3MDMxIDFMMTYuMDcwMyA4LjVMOC41NzAzMSAxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE4IDE3IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMCA4LjVMMTYuMDcxNCA4LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik04LjU3MDMxIDFMMTYuMDcwMyA4LjVMOC41NzAzMSAxNiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF;
  flex-shrink: 0;
}
@media (max-width: 899px) {
  .p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link:after,
  .p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button):after {
    width: 16px;
    height: 16px;
  }
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link[target=_blank] {
  color: var(--official-primary);
  border: solid 1px var(--official-primary);
  background-color: #FFF;
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link[target=_blank]:after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE4IDE5IiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjgwMjQgMi4zTDguMjI2OSA4Ljg3NTQ3QzcuODQwOTEgOS4yNjE0NyA3Ljg0MDM1IDkuODg4ODYgOC4yMjY5NyAxMC4yNzU1QzguNjEyOCAxMC42NjEzIDkuMjQwMzkgMTAuNjYyMSA5LjYyNjk3IDEwLjI3NTVMMTYuMiAzLjcwMjUyVjUuOTAwNzFDMTYuMiA2LjM5NjMyIDE2LjYwMjkgNi44IDE3LjEgNi44QzE3LjU5NiA2LjggMTggNi4zOTczNyAxOCA1LjkwMDcxVjEuMzk5MjlDMTggMS4xNTE2IDE3Ljg5OTQgMC45MjY4NzUgMTcuNzM2NiAwLjc2NDAyM0MxNy41NzM2IDAuNjAwODkyIDE3LjM0ODkgMC41IDE3LjEwMDcgMC41SDEyLjU5OTNDMTIuMTAzNyAwLjUgMTEuNyAwLjkwMjk0NCAxMS43IDEuNEMxMS43IDEuODk2MDQgMTIuMTAyNiAyLjMgMTIuNTk5MyAyLjNIMTQuODAyNFpNMTggMTEuM1Y3LjAyMTY2VjE2LjI1NjdDMTggMTcuNDk1NiAxNy4xMDc0IDE4LjUgMTYuMDA0OSAxOC41SDEuOTk1MDlDMC44OTMyMzIgMTguNSAwIDE3LjQ5MzcgMCAxNi4yNTY3VjIuNzQzMzJDMCAxLjUwNDM3IDAuODkyNjIzIDAuNSAxLjk5NTA5IDAuNUgxMS42MDI1SDcuMkM3LjY5NzA2IDAuNSA4LjEgMC45MDI5NDQgOC4xIDEuNEM4LjEgMS44OTcwNiA3LjY5NzA2IDIuMyA3LjIgMi4zSDIuMzEyNUMyLjAyNjE5IDIuMyAxLjggMi41Njg4MiAxLjggMi45MDA0MlYxNi4wOTk2QzEuOCAxNi40MjUyIDIuMDI5NDYgMTYuNyAyLjMxMjUgMTYuN0gxNS42ODc1QzE1Ljk3MzggMTYuNyAxNi4yIDE2LjQzMTIgMTYuMiAxNi4wOTk2VjExLjNDMTYuMiAxMC44MDI5IDE2LjYwMjkgMTAuNCAxNy4xIDEwLjRDMTcuNTk3MSAxMC40IDE4IDEwLjgwMjkgMTggMTEuM1oiIGZpbGw9IiMwMDM5OUEiLz48L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE4IDE5IiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjgwMjQgMi4zTDguMjI2OSA4Ljg3NTQ3QzcuODQwOTEgOS4yNjE0NyA3Ljg0MDM1IDkuODg4ODYgOC4yMjY5NyAxMC4yNzU1QzguNjEyOCAxMC42NjEzIDkuMjQwMzkgMTAuNjYyMSA5LjYyNjk3IDEwLjI3NTVMMTYuMiAzLjcwMjUyVjUuOTAwNzFDMTYuMiA2LjM5NjMyIDE2LjYwMjkgNi44IDE3LjEgNi44QzE3LjU5NiA2LjggMTggNi4zOTczNyAxOCA1LjkwMDcxVjEuMzk5MjlDMTggMS4xNTE2IDE3Ljg5OTQgMC45MjY4NzUgMTcuNzM2NiAwLjc2NDAyM0MxNy41NzM2IDAuNjAwODkyIDE3LjM0ODkgMC41IDE3LjEwMDcgMC41SDEyLjU5OTNDMTIuMTAzNyAwLjUgMTEuNyAwLjkwMjk0NCAxMS43IDEuNEMxMS43IDEuODk2MDQgMTIuMTAyNiAyLjMgMTIuNTk5MyAyLjNIMTQuODAyNFpNMTggMTEuM1Y3LjAyMTY2VjE2LjI1NjdDMTggMTcuNDk1NiAxNy4xMDc0IDE4LjUgMTYuMDA0OSAxOC41SDEuOTk1MDlDMC44OTMyMzIgMTguNSAwIDE3LjQ5MzcgMCAxNi4yNTY3VjIuNzQzMzJDMCAxLjUwNDM3IDAuODkyNjIzIDAuNSAxLjk5NTA5IDAuNUgxMS42MDI1SDcuMkM3LjY5NzA2IDAuNSA4LjEgMC45MDI5NDQgOC4xIDEuNEM4LjEgMS44OTcwNiA3LjY5NzA2IDIuMyA3LjIgMi4zSDIuMzEyNUMyLjAyNjE5IDIuMyAxLjggMi41Njg4MiAxLjggMi45MDA0MlYxNi4wOTk2QzEuOCAxNi40MjUyIDIuMDI5NDYgMTYuNyAyLjMxMjUgMTYuN0gxNS42ODc1QzE1Ljk3MzggMTYuNyAxNi4yIDE2LjQzMTIgMTYuMiAxNi4wOTk2VjExLjNDMTYuMiAxMC44MDI5IDE2LjYwMjkgMTAuNCAxNy4xIDEwLjRDMTcuNTk3MSAxMC40IDE4IDEwLjgwMjkgMTggMTEuM1oiIGZpbGw9IiMwMDM5OUEiLz48L3N2Zz4=");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--official-primary);
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link[donwload] {
  color: var(--official-primary);
  border: solid 1px var(--official-primary);
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-button > .wp-block-button__link[donwload]:after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE4IDE5IiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjgwMjQgMi4zTDguMjI2OSA4Ljg3NTQ3QzcuODQwOTEgOS4yNjE0NyA3Ljg0MDM1IDkuODg4ODYgOC4yMjY5NyAxMC4yNzU1QzguNjEyOCAxMC42NjEzIDkuMjQwMzkgMTAuNjYyMSA5LjYyNjk3IDEwLjI3NTVMMTYuMiAzLjcwMjUyVjUuOTAwNzFDMTYuMiA2LjM5NjMyIDE2LjYwMjkgNi44IDE3LjEgNi44QzE3LjU5NiA2LjggMTggNi4zOTczNyAxOCA1LjkwMDcxVjEuMzk5MjlDMTggMS4xNTE2IDE3Ljg5OTQgMC45MjY4NzUgMTcuNzM2NiAwLjc2NDAyM0MxNy41NzM2IDAuNjAwODkyIDE3LjM0ODkgMC41IDE3LjEwMDcgMC41SDEyLjU5OTNDMTIuMTAzNyAwLjUgMTEuNyAwLjkwMjk0NCAxMS43IDEuNEMxMS43IDEuODk2MDQgMTIuMTAyNiAyLjMgMTIuNTk5MyAyLjNIMTQuODAyNFpNMTggMTEuM1Y3LjAyMTY2VjE2LjI1NjdDMTggMTcuNDk1NiAxNy4xMDc0IDE4LjUgMTYuMDA0OSAxOC41SDEuOTk1MDlDMC44OTMyMzIgMTguNSAwIDE3LjQ5MzcgMCAxNi4yNTY3VjIuNzQzMzJDMCAxLjUwNDM3IDAuODkyNjIzIDAuNSAxLjk5NTA5IDAuNUgxMS42MDI1SDcuMkM3LjY5NzA2IDAuNSA4LjEgMC45MDI5NDQgOC4xIDEuNEM4LjEgMS44OTcwNiA3LjY5NzA2IDIuMyA3LjIgMi4zSDIuMzEyNUMyLjAyNjE5IDIuMyAxLjggMi41Njg4MiAxLjggMi45MDA0MlYxNi4wOTk2QzEuOCAxNi40MjUyIDIuMDI5NDYgMTYuNyAyLjMxMjUgMTYuN0gxNS42ODc1QzE1Ljk3MzggMTYuNyAxNi4yIDE2LjQzMTIgMTYuMiAxNi4wOTk2VjExLjNDMTYuMiAxMC44MDI5IDE2LjYwMjkgMTAuNCAxNy4xIDEwLjRDMTcuNTk3MSAxMC40IDE4IDEwLjgwMjkgMTggMTEuM1oiIGZpbGw9IiMwMDM5OUEiLz48L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE4IDE5IiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjgwMjQgMi4zTDguMjI2OSA4Ljg3NTQ3QzcuODQwOTEgOS4yNjE0NyA3Ljg0MDM1IDkuODg4ODYgOC4yMjY5NyAxMC4yNzU1QzguNjEyOCAxMC42NjEzIDkuMjQwMzkgMTAuNjYyMSA5LjYyNjk3IDEwLjI3NTVMMTYuMiAzLjcwMjUyVjUuOTAwNzFDMTYuMiA2LjM5NjMyIDE2LjYwMjkgNi44IDE3LjEgNi44QzE3LjU5NiA2LjggMTggNi4zOTczNyAxOCA1LjkwMDcxVjEuMzk5MjlDMTggMS4xNTE2IDE3Ljg5OTQgMC45MjY4NzUgMTcuNzM2NiAwLjc2NDAyM0MxNy41NzM2IDAuNjAwODkyIDE3LjM0ODkgMC41IDE3LjEwMDcgMC41SDEyLjU5OTNDMTIuMTAzNyAwLjUgMTEuNyAwLjkwMjk0NCAxMS43IDEuNEMxMS43IDEuODk2MDQgMTIuMTAyNiAyLjMgMTIuNTk5MyAyLjNIMTQuODAyNFpNMTggMTEuM1Y3LjAyMTY2VjE2LjI1NjdDMTggMTcuNDk1NiAxNy4xMDc0IDE4LjUgMTYuMDA0OSAxOC41SDEuOTk1MDlDMC44OTMyMzIgMTguNSAwIDE3LjQ5MzcgMCAxNi4yNTY3VjIuNzQzMzJDMCAxLjUwNDM3IDAuODkyNjIzIDAuNSAxLjk5NTA5IDAuNUgxMS42MDI1SDcuMkM3LjY5NzA2IDAuNSA4LjEgMC45MDI5NDQgOC4xIDEuNEM4LjEgMS44OTcwNiA3LjY5NzA2IDIuMyA3LjIgMi4zSDIuMzEyNUMyLjAyNjE5IDIuMyAxLjggMi41Njg4MiAxLjggMi45MDA0MlYxNi4wOTk2QzEuOCAxNi40MjUyIDIuMDI5NDYgMTYuNyAyLjMxMjUgMTYuN0gxNS42ODc1QzE1Ljk3MzggMTYuNyAxNi4yIDE2LjQzMTIgMTYuMiAxNi4wOTk2VjExLjNDMTYuMiAxMC44MDI5IDE2LjYwMjkgMTAuNCAxNy4xIDEwLjRDMTcuNTk3MSAxMC40IDE4IDEwLjgwMjkgMTggMTEuM1oiIGZpbGw9IiMwMDM5OUEiLz48L3N2Zz4=");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF;
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-file > .wp-block-file__button {
  display: none;
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button) {
  color: var(--official-primary);
  border: solid 1px #E2EDFF;
  background-color: #E2EDFF;
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button):after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE4IDE5IiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfODY2NV8zNzYpIj48cGF0aCBkPSJNMTEuNTk3NyA1Ljc3MzQ0QzEwLjkxOTIgNS43NzM0NCAxMC4zNjcyIDUuMjIxNDUgMTAuMzY3MiA0LjU0Mjk3VjAuNUg0LjA3NDIyQzMuMDA4MDQgMC41IDIuMTQwNjIgMS4zNjc0MSAyLjE0MDYyIDIuNDMzNTlWMTYuNTY2NEMyLjE0MDYyIDE3LjYzMjYgMy4wMDgwNCAxOC41IDQuMDc0MjIgMTguNUgxMy45MThDMTQuOTg0MiAxOC41IDE1Ljg1MTYgMTcuNjMyNiAxNS44NTE2IDE2LjU2NjRWNS43NzM0NEgxMS41OTc3Wk01LjAyMzQ0IDEzLjE1NjJINy41OEM3Ljg3MTIzIDEzLjE1NjIgOC4xMDczNCAxMy4zOTI0IDguMTA3MzQgMTMuNjgzNkM4LjEwNzM0IDEzLjk3NDggNy44NzEyMyAxNC4yMTA5IDcuNTggMTQuMjEwOUg1LjAyMzQ0QzQuNzMyMiAxNC4yMTA5IDQuNDk2MDkgMTMuOTc0OCA0LjQ5NjA5IDEzLjY4MzZDNC40OTYwOSAxMy4zOTI0IDQuNzMyMiAxMy4xNTYyIDUuMDIzNDQgMTMuMTU2MlpNNC40OTYwOSAxMC44NzExQzQuNDk2MDkgMTAuNTc5OSA0LjczMjIgMTAuMzQzOCA1LjAyMzQ0IDEwLjM0MzhIMTIuNzU3OEMxMy4wNDkgMTAuMzQzOCAxMy4yODUyIDEwLjU3OTkgMTMuMjg1MiAxMC44NzExQzEzLjI4NTIgMTEuMTYyMyAxMy4wNDkgMTEuMzk4NCAxMi43NTc4IDExLjM5ODRINS4wMjM0NEM0LjczMjIgMTEuMzk4NCA0LjQ5NjA5IDExLjE2MjMgNC40OTYwOSAxMC44NzExWk0xMi43NTc4IDcuNTMxMjVDMTMuMDQ5IDcuNTMxMjUgMTMuMjg1MiA3Ljc2NzM2IDEzLjI4NTIgOC4wNTg1OUMxMy4yODUyIDguMzQ5ODMgMTMuMDQ5IDguNTg1OTQgMTIuNzU3OCA4LjU4NTk0SDUuMDIzNDRDNC43MzIyIDguNTg1OTQgNC40OTYwOSA4LjM0OTgzIDQuNDk2MDkgOC4wNTg1OUM0LjQ5NjA5IDcuNzY3MzYgNC43MzIyIDcuNTMxMjUgNS4wMjM0NCA3LjUzMTI1SDEyLjc1NzhaIiBmaWxsPSIjMDAzOTlBIi8+PHBhdGggZD0iTTExLjQyMTkgNC41NDMwMUMxMS40MjE5IDQuNjM5OTQgMTEuNTAwNyA0LjcxODc5IDExLjU5NzcgNC43MTg3OUgxNS42MTY1QzE1LjUyIDQuNTQwNjkgMTUuMzk1OSA0LjM3NzExIDE1LjI0NjggNC4yMzYwM0wxMS44NTcgMS4wMjlDMTEuNzI1NCAwLjkwNDU1MSAxMS41Nzg5IDAuODAwNzM0IDExLjQyMTkgMC43MTg3NVY0LjU0MzAxSDExLjQyMTlaIiBmaWxsPSIjMDAzOTlBIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfODY2NV8zNzYiPjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC41KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE4IDE5IiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfODY2NV8zNzYpIj48cGF0aCBkPSJNMTEuNTk3NyA1Ljc3MzQ0QzEwLjkxOTIgNS43NzM0NCAxMC4zNjcyIDUuMjIxNDUgMTAuMzY3MiA0LjU0Mjk3VjAuNUg0LjA3NDIyQzMuMDA4MDQgMC41IDIuMTQwNjIgMS4zNjc0MSAyLjE0MDYyIDIuNDMzNTlWMTYuNTY2NEMyLjE0MDYyIDE3LjYzMjYgMy4wMDgwNCAxOC41IDQuMDc0MjIgMTguNUgxMy45MThDMTQuOTg0MiAxOC41IDE1Ljg1MTYgMTcuNjMyNiAxNS44NTE2IDE2LjU2NjRWNS43NzM0NEgxMS41OTc3Wk01LjAyMzQ0IDEzLjE1NjJINy41OEM3Ljg3MTIzIDEzLjE1NjIgOC4xMDczNCAxMy4zOTI0IDguMTA3MzQgMTMuNjgzNkM4LjEwNzM0IDEzLjk3NDggNy44NzEyMyAxNC4yMTA5IDcuNTggMTQuMjEwOUg1LjAyMzQ0QzQuNzMyMiAxNC4yMTA5IDQuNDk2MDkgMTMuOTc0OCA0LjQ5NjA5IDEzLjY4MzZDNC40OTYwOSAxMy4zOTI0IDQuNzMyMiAxMy4xNTYyIDUuMDIzNDQgMTMuMTU2MlpNNC40OTYwOSAxMC44NzExQzQuNDk2MDkgMTAuNTc5OSA0LjczMjIgMTAuMzQzOCA1LjAyMzQ0IDEwLjM0MzhIMTIuNzU3OEMxMy4wNDkgMTAuMzQzOCAxMy4yODUyIDEwLjU3OTkgMTMuMjg1MiAxMC44NzExQzEzLjI4NTIgMTEuMTYyMyAxMy4wNDkgMTEuMzk4NCAxMi43NTc4IDExLjM5ODRINS4wMjM0NEM0LjczMjIgMTEuMzk4NCA0LjQ5NjA5IDExLjE2MjMgNC40OTYwOSAxMC44NzExWk0xMi43NTc4IDcuNTMxMjVDMTMuMDQ5IDcuNTMxMjUgMTMuMjg1MiA3Ljc2NzM2IDEzLjI4NTIgOC4wNTg1OUMxMy4yODUyIDguMzQ5ODMgMTMuMDQ5IDguNTg1OTQgMTIuNzU3OCA4LjU4NTk0SDUuMDIzNDRDNC43MzIyIDguNTg1OTQgNC40OTYwOSA4LjM0OTgzIDQuNDk2MDkgOC4wNTg1OUM0LjQ5NjA5IDcuNzY3MzYgNC43MzIyIDcuNTMxMjUgNS4wMjM0NCA3LjUzMTI1SDEyLjc1NzhaIiBmaWxsPSIjMDAzOTlBIi8+PHBhdGggZD0iTTExLjQyMTkgNC41NDMwMUMxMS40MjE5IDQuNjM5OTQgMTEuNTAwNyA0LjcxODc5IDExLjU5NzcgNC43MTg3OUgxNS42MTY1QzE1LjUyIDQuNTQwNjkgMTUuMzk1OSA0LjM3NzExIDE1LjI0NjggNC4yMzYwM0wxMS44NTcgMS4wMjlDMTEuNzI1NCAwLjkwNDU1MSAxMS41Nzg5IDAuODAwNzM0IDExLjQyMTkgMC43MTg3NVY0LjU0MzAxSDExLjQyMTlaIiBmaWxsPSIjMDAzOTlBIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfODY2NV8zNzYiPjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC41KSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--official-primary);
}
@media (max-width: 899px) {
  .p-single .p-single__article .p-single__main .p-single__content .wp-block-file > a:not(.wp-block-file__button):after {
    width: 20px;
    height: 20px;
  }
}
.p-single .p-single__article .p-single__main .p-single__content .wp-block-gallery,
.p-single .p-single__article .p-single__main .p-single__content .wp-block-image {
  margin-bottom: 32px;
}
.p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.04rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  .p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) {
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.03rem;
  }
}
.p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) ul {
  padding: 0;
  box-shadow: unset;
  margin-top: 10px;
}
.p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) ul li:not([class^=ez-toc]):not([class*=" ez-toc"]):before {
  content: "-";
  width: auto;
  height: auto;
  font-size: 1em;
  border-radius: unset;
  background-color: unset;
  top: auto;
}
.p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) li:not([class^=ez-toc]):not([class*=" ez-toc"]) {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1099px) {
  .p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) li:not([class^=ez-toc]):not([class*=" ez-toc"]) {
    padding-left: 16px;
  }
}
.p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) li:not([class^=ez-toc]):not([class*=" ez-toc"]):before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--official-primary);
  border-radius: 50%;
  flex-shrink: 0;
  top: calc(1rem + 2px);
  left: 0;
  position: absolute;
}
@media (max-width: 1099px) {
  .p-single .p-single__article .p-single__main .p-single__content ul:not([class^=ez-toc]):not([class*=" ez-toc"]) li:not([class^=ez-toc]):not([class*=" ez-toc"]):before {
    top: calc(1rem + 0px);
  }
}
.p-single .p-single__article .p-single__main .p-single__content ol {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04rem;
  margin-top: 20px;
  margin-bottom: 20px;
  counter-reset: ol-item;
}
@media (max-width: 1099px) {
  .p-single .p-single__article .p-single__main .p-single__content ol {
    row-gap: 2px;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.03rem;
  }
}
.p-single .p-single__article .p-single__main .p-single__content ol > li {
  counter-increment: ol-item;
  padding-left: 20px;
  position: relative;
}
.p-single .p-single__article .p-single__main .p-single__content ol > li:before {
  content: counter(ol-item) ". ";
  position: absolute;
  left: 0;
}
.p-single .p-single-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.p-single .p-single-related {
  margin-bottom: 40px;
}
.p-single .p-single-related .p-single-related__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.6rem;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--primary);
}
.p-single .p-single-related .p-single-related__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
}
@media (max-width: 1099px) {
  .p-single .p-single-related .p-single-related__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.p-single .p-single-navigation {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}
.p-single .p-single-navigation .p-single-navigation__link {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.p-single .p-single-navigation .p-single-navigation__link.p-single-navigation__link--next {
  flex-direction: row-reverse;
}
.p-blog-aside {
  width: 240px;
}
@media (max-width: 1099px) {
  .p-blog-aside {
    width: 100%;
  }
}
.p-blog-aside .p-blog-aside__block + .p-blog-aside__block {
  margin-top: 40px;
}
.p-blog-aside .p-blog-aside__title {
  color: #FFF;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 4px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.32rem;
  margin-bottom: 20px;
}
.p-blog-aside .p-blog-aside__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p-blog-aside .p-blog-aside-categories, .p-blog-aside .p-blog-aside-archives {
  display: flex;
  flex-direction: column;
}
.p-blog-aside .p-blog-aside-categories .p-blog-aside-categories__link, .p-blog-aside .p-blog-aside-categories .p-blog-aside-archives__link, .p-blog-aside .p-blog-aside-archives .p-blog-aside-categories__link, .p-blog-aside .p-blog-aside-archives .p-blog-aside-archives__link {
  display: flex;
  padding: 12px 0;
  border-bottom: solid 1px var(--primary);
  color: var(--primary);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0rem;
  justify-content: space-between;
}
.p-blog-aside .p-blog-aside-categories .p-blog-aside-categories__link:after, .p-blog-aside .p-blog-aside-categories .p-blog-aside-archives__link:after, .p-blog-aside .p-blog-aside-archives .p-blog-aside-categories__link:after, .p-blog-aside .p-blog-aside-archives .p-blog-aside-archives__link:after {
  content: "";
  width: 8px;
  height: 16px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEyIDIwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxTDEwIDEwTDEgMTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEyIDIwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxTDEwIDEwTDEgMTkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  background-color: var(--primary);
  position: relative;
}
@media (max-width: 1099px) {
  .p-blog-aside .p-blog-aside-categories .p-blog-aside-categories__link:after, .p-blog-aside .p-blog-aside-categories .p-blog-aside-archives__link:after, .p-blog-aside .p-blog-aside-archives .p-blog-aside-categories__link:after, .p-blog-aside .p-blog-aside-archives .p-blog-aside-archives__link:after {
    right: -15px;
    width: 6px;
    height: 12px;
  }
}
.p-blog-aside .p-blog-aside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.p-blog-aside .p-blog-aside-tags .p-blog-aside-tags__link {
  background-color: #6DBBD2;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0rem;
  padding: 8px 10px;
}
.p-blog-aside .p-blog-aside-search {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.p-blog-aside .p-blog-aside-search .p-blog-aside-search__input {
  border: solid 1px #777777;
  padding: 10px;
  border-radius: 3px;
}
.p-blog-aside .p-blog-aside-search .p-blog-aside-search__submit {
  background-color: #6DBBD2;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0rem;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.p-document {
  position: relative;
  padding-inline: 40px;
  padding-bottom: 80px;
  /* 段落 */
  /* 見出し */
  /* ── リスト（ネスト対応） ── */
  /* ボックス (グループブロック) */
  /* ボタン (ボタンブロック) */
}
@media (max-width: 1099px) {
  .p-document {
    padding-inline: 0;
    padding-bottom: 120px;
  }
}
.p-document p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07rem;
  margin: 0 0 1.6em;
}
.p-document p.has-text-align-right {
  text-align: right;
}
.p-document h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.09rem;
  margin: 0 0 1em;
}
.p-document h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08rem;
  margin: 0 0 0.8em;
}
.p-document ol {
  counter-reset: defaultList;
  margin: 0 0 1.6em;
  padding-left: 1.6em;
}
.p-document ol > li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07rem;
  /* ネストされた ol (2階層目以降) */
}
.p-document ol > li::before {
  content: counter(defaultList) ". ";
  counter-increment: defaultList;
  position: absolute;
  left: -1.6em;
}
.p-document ol > li ol {
  counter-reset: nestedList;
  margin: 0 0 1.6em 2.4em;
  padding-left: 0;
}
.p-document ol > li ol > li {
  position: relative;
  /* さらに深いネストがあれば同様のルールを追加可 */
}
.p-document ol > li ol > li::before {
  content: "(" counter(nestedList) ") ";
  counter-increment: nestedList;
  position: absolute;
  left: -2.4em;
}
.p-document ul {
  list-style: none;
  margin: 0 0 1.6em;
  padding-left: 1.6em;
}
.p-document ul > li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07rem;
  /* ネストされた ul (2階層目以降) */
}
.p-document ul > li::before {
  content: "•";
  position: absolute;
  left: -1.6em;
}
.p-document ul > li ul {
  list-style: none;
  margin: 0 0 1.6em 2.4em;
  padding-left: 0;
  /* さらに深いネストがあれば他のマーカーも追加可 */
}
.p-document ul > li ul > li::before {
  content: "–";
  position: absolute;
  left: -2.4em;
}
.p-document .wp-block-group {
  padding: 24px 40px;
  border: 1px solid #DCDCDC;
  position: relative;
}
.p-document .wp-block-button__link {
  ditablay: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 45px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0rem;
  font-weight: 700;
  background-color: #0A5DC8;
  color: #FFF;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .p-document .wp-block-button__link {
    width: 168px;
  }
}
.p-document .box {
  padding: 24px 40px;
  border: 1px solid #DCDCDC;
  position: relative;
}