@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/hfc7kov.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 2s ease, -webkit-transform 3s ease;
  transition: opacity 2s ease, -webkit-transform 3s ease;
  transition: transform 3s ease, opacity 2s ease;
  transition: transform 3s ease, opacity 2s ease, -webkit-transform 3s ease; }
  .js-scroll2.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed; }

.js-openModal {
  cursor: pointer; }

/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default; }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */ }

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

.l-header {
  position: absolute;
  width: 100%; }
  .l-header__logo {
    position: absolute;
    left: 30px; }
    @media screen and (max-width: 959px) {
      .l-header__logo {
        right: 0;
        left: 0;
        margin: 0 auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        .l-header__logo img {
          width: 120px; } }
  .l-header__menu {
    position: absolute;
    right: 30px;
    top: 30px; }
    .l-header__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
      .l-header__menu ul li + li {
        margin-left: 20px; }
      .l-header__menu ul + ul {
        margin-top: 15px; }
      .l-header__menu ul.upper li + li {
        margin-left: 10px; }
      .l-header__menu ul.upper .en a {
        text-decoration: underline; }
        .l-header__menu ul.upper .en a img {
          margin-right: 2px; }
    .l-header__menu a {
      color: white;
      font: 500 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .03em; }
      .l-header__menu a:hover {
        text-decoration: underline;
        opacity: .8; }
    .l-header__menu.under a {
      color: #1C2A73;
      font-weight: bold; }
    @media screen and (max-width: 959px) {
      .l-header__menu {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .15s ease;
        transition: opacity .15s ease;
        background-color: #1C2A73;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99; }
        .l-header__menu-logo {
          text-align: center; }
          .l-header__menu-logo img {
            width: 150px; }
        .l-header__menu ul:not(.upper) {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          text-align: center; }
          .l-header__menu ul:not(.upper) li {
            width: 100%; }
            .l-header__menu ul:not(.upper) li a {
              letter-spacing: .08em;
              font-size: 16px; }
            .l-header__menu ul:not(.upper) li + li {
              margin-left: 0;
              margin-top: 20px; }
        .l-header__menu ul.upper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 10px;
          margin-bottom: 30px;
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); }
        .l-header__menu.on {
          opacity: 1;
          pointer-events: all; } }
  .l-header__menubtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101; }
    @media screen and (min-width: 960px) {
      .l-header__menubtn {
        display: none !important; } }

.l-footer {
  padding: 160px 0 0; }
  @media screen and (max-width: 959px) {
    .l-footer {
      padding-top: 80px; } }
  .l-footer__inner {
    position: relative;
    padding-left: 3.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      .l-footer__inner {
        display: block;
        padding-left: 0; }
        .l-footer__inner .l-footer__logo {
          text-align: center; } }
  .l-footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 54px;
    font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    background-color: #000A3F;
    margin-top: 80px; }
    @media screen and (max-width: 959px) {
      .l-footer__copyright {
        height: 40px;
        font-size: 10px;
        margin-top: 60px; } }
  .l-footer__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px; }
    @media screen and (max-width: 1050px) {
      .l-footer__info {
        padding-left: 20px; } }
    @media screen and (max-width: 959px) {
      .l-footer__info {
        padding-left: 0; } }
    .l-footer__info ul li a {
      font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      .l-footer__info ul li a:hover {
        opacity: .6;
        text-decoration: underline; }
    .l-footer__info ul li + li {
      margin-top: 10px; }
    .l-footer__info ul + ul {
      margin-left: 40px; }
      @media screen and (max-width: 1050px) {
        .l-footer__info ul + ul {
          margin-left: 20px; } }
    @media screen and (max-width: 959px) {
      .l-footer__info ul {
        display: none; } }
    .l-footer__info ul.downer {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      bottom: 0;
      left: 0; }
      .l-footer__info ul.downer li + li {
        margin-top: 0;
        margin-left: 10px; }
      .l-footer__info ul.downer li.en img {
        margin-right: 3px;
        vertical-align: -2px; }
      @media screen and (max-width: 959px) {
        .l-footer__info ul.downer {
          position: relative;
          margin: 15px auto 0; } }
  .l-footer__img {
    position: absolute;
    right: 0;
    max-width: 40%;
    width: calc(100% - 760px);
    height: 220px; }
    @media screen and (max-width: 1050px) {
      .l-footer__img {
        width: calc(100% - 680px); } }
    .l-footer__img img {
      width: 100%;
      height: 220px;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 959px) {
      .l-footer__img {
        position: relative;
        max-width: 500px;
        width: 100%;
        padding: 20px;
        margin: 0 auto; }
        .l-footer__img img {
          height: 150px; }
        .l-footer__img p {
          text-align: center !important; } }

/*
<div class="c-menubtn"><span></span><span></span><span></span></div>
 */
.c-menubtn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #000A3F;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease; }
  .c-menubtn div {
    position: relative;
    width: 20px;
    height: 14px; }
    .c-menubtn div p {
      position: absolute;
      bottom: 0;
      font: normal 16px/1 "Roboto Condensed", sans-serif;
      letter-spacing: .15em;
      color: #1C2A73;
      -webkit-transition: color 0.15s ease;
      transition: color 0.15s ease; }
      @media screen and (max-width: 959px) {
        .c-menubtn div p {
          font-size: 10px;
          letter-spacing: .19em; } }
  .c-menubtn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 0px;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-menubtn span:nth-last-of-type(1) {
      top: 0; }
    .c-menubtn span:nth-last-of-type(2) {
      top: 10px; }
    .c-menubtn span:nth-last-of-type(3) {
      top: 20px; }
    @media screen and (max-width: 959px) {
      .c-menubtn span {
        height: 2px; }
        .c-menubtn span:nth-last-of-type(1) {
          top: 0; }
        .c-menubtn span:nth-last-of-type(2) {
          top: 6px; }
        .c-menubtn span:nth-last-of-type(3) {
          top: 12px; } }
  .c-menubtn.on p {
    color: black; }
  .c-menubtn.on span {
    background-color: white !important; }
    .c-menubtn.on span:nth-last-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
              transform: translateY(10px) rotate(-45deg); }
    .c-menubtn.on span:nth-last-of-type(2) {
      opacity: 0; }
    .c-menubtn.on span:nth-last-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
              transform: translateY(-10px) rotate(45deg); }
    @media screen and (max-width: 959px) {
      .c-menubtn.on span:nth-last-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg); }
      .c-menubtn.on span:nth-last-of-type(2) {
        opacity: 0; }
      .c-menubtn.on span:nth-last-of-type(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg); } }

/*
 COMPORNENT: c-btn
 <div class="c-btn"><a href="">ボタンリンク<img src="" alt=""></a></div>
 */
.c-btn a {
  position: relative;
  display: inline-block;
  color: #1C2A73;
  font: 500 19px/1.5 "Roboto Condensed", sans-serif;
  letter-spacing: 0.02em;
  padding: 0 0 5px;
  border-bottom: 1px solid #1C2A73; }
  @media screen and (max-width: 959px) {
    .c-btn a {
      font-size: 16px; } }
  .c-btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -22px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #1C2A73;
    -webkit-transition: right .15s ease;
    transition: right .15s ease; }
    @media screen and (max-width: 959px) {
      .c-btn a::after {
        top: 4px; } }
  .c-btn a:hover {
    opacity: .6; }
    .c-btn a:hover::after {
      right: -26px; }
.c-btn--dlapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-btn--dlapp a img {
    height: 50px; }
  .c-btn--dlapp a + a {
    margin-left: 10px; }
  .c-btn--dlapp a:hover {
    opacity: .6; }

/*
 COMPORNENT: c-img
 <div class="c-img"><img src="" alt=""></div>
 */
.c-img img, .c-img--center img, .c-img--right img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }
.c-img--center {
  text-align: center; }
.c-img--right {
  text-align: right; }
.c-img--caption h3 {
  font: bold 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 10px; }
.c-img--caption p {
  text-align: right;
  font: 500 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 10px; }
.c-img--caption img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }
.c-img--caption.nop h3 {
  padding-right: 0; }
.c-img--caption.nop p {
  padding-right: 0;
  padding-left: 0; }

.c-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  overflow: hidden; }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 959px) {
    .c-youtube {
      height: 0;
      padding-bottom: 56.5%; } }

/*
 COMPORNENT: c-link
 <a href="" class="c-link"><img src="" alt=""></a>
 */
.c-link:hover {
  opacity: .6; }
.c-link img {
  width: 100%; }
.c-link--text {
  text-decoration: underline;
  color: #1a0dab; }
  .c-link--text:hover {
    text-decoration: none; }

.c-table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-radius: 5px;
  overflow: hidden; }
  .c-table tr th, .c-table tr td {
    border-top: 1px solid #ddd; }
  @media screen and (min-width: 960px) {
    .c-table tr:first-of-type th, .c-table tr:first-of-type td {
      border-top: none; } }
  @media screen and (max-width: 959px) {
    .c-table tr:first-of-type th {
      border-top: none; } }
  .c-table tr th {
    width: 50%;
    padding: 7px 10px 7px;
    font: 500 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em; }
    @media screen and (max-width: 959px) {
      .c-table tr th {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 12px;
        padding: 10px; } }
  .c-table tr td {
    width: 50%;
    font: normal 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
    padding: 7px 10px 7px;
    letter-spacing: .08em;
    border-left: 1px solid #ddd; }
    @media screen and (max-width: 959px) {
      .c-table tr td {
        display: block;
        padding: 10px;
        font-size: 12px;
        border-top: 1px solid #ddd;
        border-left: 0;
        width: 100%; } }
    .c-table tr td p {
      font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important; }
      .c-table tr td p span {
        font-weight: bold;
        text-decoration: underline; }
      .c-table tr td p + p {
        margin-top: 15px; }
      @media screen and (max-width: 959px) {
        .c-table tr td p {
          font-size: 14px !important; } }
  @media screen and (min-width: 960px) {
    .c-table tr:nth-child(0) {
      border-top: none; } }
  .c-table thead tr {
    background: #f1f2f1 !important; }

.c-list li, .c-list--check li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
  @media screen and (max-width: 959px) {
    .c-list li, .c-list--check li {
      font-size: 14px !important; } }
  .c-list li + .c-list li, .c-list--check li + .c-list li, .c-list li + .c-list--check li, .c-list--check li + .c-list--check li {
    margin-top: 10px; }
  .c-list li:last-child, .c-list--check li:last-child {
    margin-bottom: 0; }
  .c-list li:before, .c-list--check li:before {
    position: absolute;
    display: block;
    content: '';
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px; }
    .c-list li:before, .c-list--check li:before {
      top: 9px; } }
.c-list--check li {
  padding-left: 0;
  font-size: 14px; }
  .c-list--check li:before {
    content: none; }
  .c-list--check li img {
    width: 18px;
    margin-right: 5px;
    vertical-align: -4px; }
  .c-list--check li + li {
    margin-top: 5px; }
.c-list-tags {
  margin-bottom: -5px; }
  .c-list-tags span {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 8px 15px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em; }
    @media screen and (max-width: 959px) {
      .c-list-tags span {
        font-size: 12px;
        padding: 6px 14px 8px; } }
.c-list-news {
  border-bottom: 1px solid #ddd; }
  .c-list-news__item a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ddd; }
    .c-list-news__item a:hover {
      opacity: 0.6; }
    .c-list-news__item a .date {
      font: normal 12px/1 "Roboto Condensed", sans-serif;
      margin-bottom: 4px; }
    .c-list-news__item a .title {
      font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
    .c-list-news__item a .description {
      font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #666; }
.c-list-faq {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .c-list-faq {
      padding: 0 0; } }
  .c-list-faq__item {
    padding: 20px 0;
    border-top: 1px solid #ddd; }
    .c-list-faq__item:last-of-type {
      border-bottom: 1px solid #ddd; }
  .c-list-faq dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-list-faq dt span {
      font: bold 20px/1.6 "Roboto Condensed", sans-serif;
      color: #1C2A73;
      margin-right: 10px; }
    .c-list-faq dt h3 {
      text-align: left;
      font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 959px) {
        .c-list-faq dt h3 {
          font-size: 16px; } }
  .c-list-faq dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px; }
    .c-list-faq dd span {
      font: bold 20px/1.6 "Roboto Condensed", sans-serif;
      color: #1C2A73;
      margin-right: 10px;
      vertical-align: 3px; }
    .c-list-faq dd p {
      margin-top: 3px;
      text-align: left;
      font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 959px) {
        .c-list-faq dd p {
          font-size: 14px;
          padding: 0; } }
.c-list-imgtxt {
  gap: 40px !important; }
  .c-list-imgtxt__item {
    text-align: center;
    border: 1px solid #f5f5f5;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    .c-list-imgtxt__item p {
      font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
    .c-list-imgtxt__item img {
      width: 100%;
      height: 300px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-bottom: 10px; }
    .c-list-imgtxt__item.en p {
      font: normal 16px/1.5 "Roboto Condensed", sans-serif; }
.c-list-uchiyu {
  gap: 40px !important; }
  .c-list-uchiyu__item p {
    font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .04em; }

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 600px; }
  .c-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 959px) {
    .c-map {
      padding-top: 75%; } }

.p-pagetitle, .p-pagetitle--about, .p-pagetitle--baths, .p-pagetitle--facility, .p-pagetitle--trailer, .p-pagetitle--info, .p-pagetitle--detail, .p-pagetitle--faq, .p-pagetitle--contact, .p-pagetitle--media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 500px;
  background-size: cover; }
  .p-pagetitle h1, .p-pagetitle--about h1, .p-pagetitle--baths h1, .p-pagetitle--facility h1, .p-pagetitle--trailer h1, .p-pagetitle--info h1, .p-pagetitle--detail h1, .p-pagetitle--faq h1, .p-pagetitle--contact h1, .p-pagetitle--media h1 {
    font: bold 40px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    color: white;
    letter-spacing: .12em; }
  @media screen and (max-width: 959px) {
    .p-pagetitle, .p-pagetitle--about, .p-pagetitle--baths, .p-pagetitle--facility, .p-pagetitle--trailer, .p-pagetitle--info, .p-pagetitle--detail, .p-pagetitle--faq, .p-pagetitle--contact, .p-pagetitle--media {
      height: 300px; }
      .p-pagetitle h1, .p-pagetitle--about h1, .p-pagetitle--baths h1, .p-pagetitle--facility h1, .p-pagetitle--trailer h1, .p-pagetitle--info h1, .p-pagetitle--detail h1, .p-pagetitle--faq h1, .p-pagetitle--contact h1, .p-pagetitle--media h1 {
        padding-top: 150px;
        font-size: 24px; } }
  .p-pagetitle--about {
    background-image: url(/asset/images/pagetitle-about.webp); }
  .p-pagetitle--baths {
    background-image: url(/asset/images/pagetitle-baths.webp); }
  .p-pagetitle--facility {
    background-image: url(/asset/images/pagetitle-facility.webp); }
  .p-pagetitle--trailer {
    background-image: url(/asset/images/pagetitle-trailer02.webp); }
  .p-pagetitle--info {
    background-image: url(/asset/images/pagetitle-info.webp); }
  .p-pagetitle--detail {
    background-image: url(/asset/images/pagetitle-detail.webp); }
  .p-pagetitle--faq {
    background-image: url(/asset/images/pagetitle-faq.webp); }
  .p-pagetitle--contact {
    background-image: url(/asset/images/pagetitle-contact.webp); }
  .p-pagetitle--media {
    background-image: url(/asset/images/pagetitle-media.webp); }

.p-article__wrapper {
  padding: 0 3.3%; }
  @media screen and (max-width: 959px) {
    .p-article__wrapper {
      padding: 0 20px;
      max-width: 540px;
      width: 100%;
      margin: 0 auto; } }
.p-article__inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto; }
.p-article__line {
  border-top: 1px solid #ccc; }
  .p-article__line p {
    font: bold 12px/1 "Roboto Condensed", sans-serif;
    color: #ccc;
    letter-spacing: .02em;
    margin-top: 10px; }
.p-article__title h2 {
  font: 500 30px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #1C2A73;
  letter-spacing: .02em;
  margin-top: 60px; }
.p-article__title + .p-article__main {
  margin-top: 55px; }
@media screen and (max-width: 959px) {
  .p-article__title h2 {
    margin-top: 40px;
    font-size: 25px; }
  .p-article__title + .p-article__main {
    margin-top: 40px; } }
.p-article__main .plan_txt {
  font: normal 14px / 2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
.p-article__main > p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
  .p-article__main > p + p {
    margin-top: 15px; }
.p-article__main > img {
  width: 100%; }
.p-article__main h3:not([class]) {
  font: bold 20px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #1C2A73;
  letter-spacing: .02em;
  margin: 20px 0 10px; }
  @media screen and (max-width: 959px) {
    .p-article__main h3:not([class]) {
      font-size: 17px; } }
.p-article__main dl:not(.p-top-facility__item) dt {
  font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
.p-article__main dl:not(.p-top-facility__item) dd {
  margin-top: 5px;
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
.p-article__main dl:not(.p-top-facility__item) + dl {
  margin-top: 10px; }

.p-block {
  padding: 0 3.3%; }
  .p-block__inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #131313; }
    .p-block__inner p.english {
      position: absolute;
      right: 10px;
      top: 10px;
      font: bold 12px/1 "Roboto Condensed", sans-serif; }
      @media screen and (max-width: 959px) {
        .p-block__inner p.english {
          display: none; } }
    @media screen and (max-width: 959px) {
      .p-block__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 500px;
        width: 100%;
        margin: 0 auto; } }
  .p-block__txt {
    position: relative;
    width: 50%;
    padding-left: 60px;
    padding-right: 60px; }
    .p-block__txt h3 {
      font: bold 30px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .12em;
      color: #1C2A73; }
      @media screen and (max-width: 959px) {
        .p-block__txt h3 {
          font-size: 20px; } }
    .p-block__txt p {
      font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
      margin-top: 10px;
      letter-spacing: .02em; }
    @media screen and (max-width: 959px) {
      .p-block__txt {
        width: 100%;
        padding: 20px 20px 30px; }
        .p-block__txt p {
          line-height: 1.6; } }
  .p-block__img {
    width: 50%; }
    .p-block__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .p-block__img.advertisement {
      min-height: 570px;
      height: 100%; }
      .p-block__img.advertisement img {
        height: auto;
        min-height: 570px; }
      @media screen and (max-width: 959px) {
        .p-block__img.advertisement {
          height: 220px;
          min-height: 0; }
          .p-block__img.advertisement img {
            height: 220px;
            min-height: 0; } }
    .p-block__img.commune {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 500px;
      height: 100%;
      background: #131313; }
      .p-block__img.commune img {
        max-width: 430px;
        height: auto;
        -o-object-fit: none;
           object-fit: none; }
      @media screen and (max-width: 959px) {
        .p-block__img.commune {
          height: 220px;
          min-height: 0; }
          .p-block__img.commune img {
            width: 240px;
            -o-object-fit: cover;
               object-fit: cover; } }
    @media screen and (max-width: 959px) {
      .p-block__img {
        width: 100%; } }

.p-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-image: url(/asset/images/webp/mv.webp);
  background-size: cover;
  background-position: center; }
  .p-mv h2 img {
    display: block;
    margin: 20px auto; }
  @media screen and (max-width: 959px) {
    .p-mv h2 img {
      width: 220px; } }
  .p-mv p {
    text-align: center;
    font: normal 16px/1 "Roboto Condensed", sans-serif;
    letter-spacing: .08em;
    color: white; }

.p-top-facility {
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 1300px) {
    .p-top-facility {
      grid-column-gap: 20px;
      grid-row-gap: 30px; } }
  @media screen and (max-width: 959px) {
    .p-top-facility {
      grid-template-columns: 1fr;
      max-width: 500px;
      margin: 0 auto; } }
  .p-top-facility__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px; }
    @media screen and (max-width: 959px) {
      .p-top-facility__item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 30px; } }
    .p-top-facility__item dt {
      width: 130px;
      font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 1300px) {
        .p-top-facility__item dt {
          width: 80px; } }
      @media screen and (max-width: 959px) {
        .p-top-facility__item dt {
          width: 100%;
          margin-bottom: 15px; } }
    .p-top-facility__item dd {
      width: calc(100% - 130px); }
      .p-top-facility__item dd p {
        font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
        letter-spacing: .03em; }
        .p-top-facility__item dd p + p {
          margin-top: 10px; }
      @media screen and (max-width: 1300px) {
        .p-top-facility__item dd {
          width: calc(100% - 80px); } }
      @media screen and (max-width: 959px) {
        .p-top-facility__item dd {
          width: 100%; }
          .p-top-facility__item dd p {
            font-size: 13px;
            line-height: 1.6; }
            .p-top-facility__item dd p + p {
              margin-top: 5px; } }
.p-top-trailer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 959px) {
    .p-top-trailer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: column-reverse;
              flex-flow: column-reverse; } }
  .p-top-trailer__img {
    width: 50%; }
    @media screen and (max-width: 959px) {
      .p-top-trailer__img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto; } }
    .p-top-trailer__img img {
      width: 100%;
      height: 530px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 959px) {
        .p-top-trailer__img img {
          height: 300px; } }
  .p-top-trailer__txt {
    width: 50%;
    padding: 0 70px 110px; }
    @media screen and (max-width: 1180px) {
      .p-top-trailer__txt {
        padding: 0 35px 25px; } }
    @media screen and (max-width: 959px) {
      .p-top-trailer__txt {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 0 20px 40px; } }
  @media screen and (max-width: 959px) {
    .p-top-trailer.under .p-top-trailer__img {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; } }
  .p-top-trailer.under .p-top-trailer__img img {
    width: 100%;
    height: 530px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 959px) {
      .p-top-trailer.under .p-top-trailer__img img {
        height: auto; } }
  @media screen and (max-width: 959px) {
    .p-top-trailer.under.rev {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
.p-top-bath__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 959px) {
    .p-top-bath__contents.spcol1 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
.p-top-bath__head {
  width: 100%; }
.p-top-bath__main {
  width: 100%;
  padding-top: 60px; }
  .p-top-bath__main p + p {
    margin-top: 10px; }
  @media screen and (max-width: 959px) {
    .p-top-bath__main {
      padding-top: 40px; } }
.p-top-bath__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 959px) {
    .p-top-bath__img {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 600px;
      width: 100%;
      margin: 0 auto; } }
  .p-top-bath__img .c-img--caption {
    width: 100%; }
    .p-top-bath__img .c-img--caption img {
      width: 100%;
      height: 530px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 959px) {
        .p-top-bath__img .c-img--caption img {
          height: 250px; } }
  @media screen and (max-width: 959px) {
    .p-top-bath__img .c-img--caption + .c-img--caption {
      margin-top: 10px; } }
.p-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 959px) {
    .p-top-news {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .p-top-news__main {
    width: 50%;
    padding-left: 3.3%;
    padding-right: 30px;
    margin-top: 90px; }
    @media screen and (max-width: 959px) {
      .p-top-news__main {
        width: 100%;
        max-width: 540px;
        padding: 0 20px;
        margin: 0 auto;
        margin-bottom: 45px; } }
  .p-top-news__img {
    width: 50%; }
    .p-top-news__img img {
      width: 100%;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover; }
      .p-top-news__img img + img {
        margin-top: 5px; }
    @media screen and (max-width: 959px) {
      .p-top-news__img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto; }
        .p-top-news__img img {
          height: 200px; } }
  .p-top-news__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .p-top-news__sns a {
      display: block;
      margin-right: 10px; }
      .p-top-news__sns a:hover {
        opacity: .6; }
.p-top-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 959px) {
    .p-top-greeting {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 540px;
      padding: 0 20px;
      margin: 0 auto; } }
  .p-top-greeting__img {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-top-greeting__img .c-img--caption {
      width: 40%;
      min-width: 250px; }
      .p-top-greeting__img .c-img--caption img {
        width: 100%; }
    @media screen and (max-width: 959px) {
      .p-top-greeting__img {
        width: 100%; }
        .p-top-greeting__img .c-img--caption {
          width: 60%;
          margin: 0 auto; } }
  .p-top-greeting__txt {
    width: 60%; }
    .p-top-greeting__txt .p-article__title h2:first-letter {
      font-size: 1.2em; }
    @media screen and (max-width: 959px) {
      .p-top-greeting__txt {
        width: 100%; } }

.p-form .wpcf7-list-item {
  margin: 0 1em 6px 0; }

.p-form .wpcf7-list-item.first {
  margin-left: 0; }

.p-form .wpcf7-list-item label {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-family: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  /* Checked */
  /* Active */ }

.p-form .wpcf7-list-item label > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(28, 42, 115, 0.6);
  outline: none;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s; }

.p-form .wpcf7-list-item label > span {
  display: inline-block;
  width: 100%;
  cursor: pointer; }

.p-form .wpcf7-list-item label > span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 10px 2px 0;
  border: solid 2px;
  /* Safari */
  border-color: rgba(28, 42, 115, 0.6);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: -8px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s; }

.p-form .wpcf7-list-item label > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #1C2A73;
  -webkit-transform: translate(5px, 5px) scale(0);
  transform: translate(5px, 5px) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.p-form .wpcf7-list-item label > input:checked {
  background-color: #1C2A73; }

.p-form .wpcf7-list-item label > input:checked + span::before {
  border-color: #1C2A73; }

.p-form .wpcf7-list-item label > input:checked + span::after {
  -webkit-transform: translate(5px, 5px) scale(1);
  transform: translate(5px, 5px) scale(1); }

.p-form .wpcf7-list-item label > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.p-form .wpcf7-list-item label > input:active + span::before {
  border-color: #1C2A73; }

.p-form .wpcf7-list-item label > input[type="checkbox"] + span {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }

.p-form .wpcf7-list-item label > input[type="checkbox"] + span::before {
  border-radius: 5px; }

.p-form .wpcf7-select,
.p-form .wpcf7-textarea,
.p-form .wpcf7-text {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  outline: 0;
  color: #212121;
  padding: 7px 10px;
  background-color: #fafafa;
  -webkit-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s; }

.p-form .wpcf7-textarea:focus,
.p-form .wpcf7-text:focus {
  background-color: white;
  border-color: rgba(33, 76, 168, 0.4); }

.p-form .wpcf7-textarea {
  width: 100%; }

.p-form .wpcf7-not-valid-tip {
  margin-top: 5px; }

.p-form__item {
  padding: 18px 0;
  border-bottom: 1px solid #ddd; }

.p-form__item:first-of-type {
  border-top: 1px solid #ddd; }

.p-form__item.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-form__item.col2 .p-form__title {
  width: 250px; }

.p-form__item.col2 .p-form__contents {
  width: calc(100% - 250px);
  padding-left: 50px; }

@media screen and (max-width: 959px) {
  .p-form__item.col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .p-form__item.col2 .p-form__title {
    width: 100%; }

  .p-form__item.col2 .p-form__contents {
    width: 100%;
    padding-left: 0;
    margin-top: 10px; } }
.p-form__title {
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 3px solid #1C2A73; }

.p-form__title h2, .p-form__title h3, .p-form__title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }

.p-form__title h2 .must, .p-form__title h3 .must, .p-form__title h4 .must {
  font-size: 12px;
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid #dc0015;
  border-radius: 5px;
  width: 43px;
  text-align: center;
  color: #dc0015; }

.p-form__address-zip {
  margin-bottom: 10px; }

.p-form__address-zip .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 5px; }

.p-form__address-zip .wpcf7-form-control-wrap input {
  width: 200px; }

.p-form__policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #FAFAFA; }

@media screen and (max-width: 959px) {
  .p-form__policy {
    padding: 15px; } }
.p-form__policy .inner {
  max-height: 200px;
  overflow-y: scroll; }

.p-form__policy .inner .list li {
  position: relative;
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  padding-left: 1em; }

.p-form__policy .inner .list li::before {
  position: absolute;
  display: block;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1A69B5;
  border-radius: 3px; }

@media screen and (max-width: 959px) {
  .p-form__policy .inner .list li {
    font-size: 14px; } }
.p-form__policy .inner h3 {
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 20px; }

.p-form__policy .inner h4 {
  font: bold 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  margin-top: 20px; }

.p-form__policy .inner p {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; }

.p-form__policy .inner p a {
  color: #1C2A73;
  text-decoration: underline; }

.p-form__btn {
  margin-top: 50px; }

.p-form__btn.col2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.p-form__btn.col2 p input {
  margin: 0; }

@media screen and (min-width: 960px) {
  .p-form__btn.col2 p input + input {
    margin-left: 20px; } }
@media screen and (max-width: 959px) {
  .p-form__btn.col2 p input {
    width: 100%;
    text-align: center; }

  .p-form__btn.col2 p input + input {
    margin-top: 10px; } }
.p-form__btn a,
.p-form__btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font: normal 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: white;
  background: #1C2A73;
  border: 0;
  cursor: pointer;
  padding: 0 50px;
  height: 50px;
  border-radius: 10px; }

.p-form__btn a:hover,
.p-form__btn input:hover {
  opacity: .6; }

.p-form__btn a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.p-form__multi {
  padding: 180px 0 100px;
  background-color: rgba(33, 76, 168, 0.1); }

@media screen and (max-width: 959px) {
  .p-form__multi {
    padding: 80px 10px 40px; } }
.p-form__multi .p-article__inner {
  padding: 50px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 959px) {
  .p-form__multi .p-article__inner {
    padding: 30px 20px; } }
.p-form .wpcf7-list-item label input[type="checkbox"] + span::after {
  top: 4px; }

.p-form .wpcf7-form .confirm-text p {
  display: none; }

.p-form .wpcf7-form.confirm .confirm-text p {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #005edc;
  border: 1px solid #005edc;
  padding: 8px 0 6px;
  background: rgba(0, 112, 220, 0.05); }

.p-form .wpcf7-form.confirm .confirm-cover {
  position: relative; }

.p-form .wpcf7-form.confirm .confirm-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .03; }

.grecaptcha-badge {
  bottom: 74px !important; }

.wpcf7-not-valid-tip {
  font-weight: bold !important; }

.p-form__btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px; }
  .p-form__btn img {
    position: absolute;
    right: 30px;
    top: 34px; }
  @media screen and (max-width: 959px) {
    .p-form__btn img {
      right: 13px;
      top: 21px;
      width: 18px; } }

.p-form__btn input {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  width: 230px;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: white;
  color: #333333;
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  padding: 0 20px 0 20px;
  border-radius: 5px;
  border: 2px solid #333333; }
  .p-form__btn input img {
    position: absolute;
    right: 30px;
    top: 34px; }
  .p-form__btn input:hover {
    opacity: .6; }
    .p-form__btn input:hover .c-btn__arrow {
      right: 22px; }

.p-form__btn.col2 .back_button {
  margin-right: 20px; }
.p-form__btn.col2 .wpcf7-submit {
  background: #1C2A73;
  border-color: #1C2A73;
  color: white; }
@media screen and (max-width: 959px) {
  .p-form__btn.col2 .back_button {
    margin-right: 0;
    margin-bottom: 10px; } }

.wpcf7-spinner {
  display: none !important; }

.p-form__btn-confilm-checkbox input[type="checkbox"] + span::after {
  top: 2px !important; }

.p-wp-post {
  /* タイトル部分 */
  /* 本文 */
  /* 詳細の表 */ }
  .p-wp-post__head {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999; }
  .p-wp-post__title {
    font: bold 24px/1.4 YakuHanJP, "Noto Sans JP", sans-serif !important;
    text-align: center; }
  .p-wp-post__date {
    font: normal 14px/1 "Roboto Condensed", sans-serif !important;
    text-align: center;
    opacity: .6;
    margin-top: 10px; }
  .p-wp-post__img {
    text-align: center;
    margin-top: 17px; }
    .p-wp-post__img img {
      width: 100%;
      max-width: 500px; }
  .p-wp-post__main h3 {
    font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
    padding-left: 7px;
    letter-spacing: .03em;
    border-left: 4px solid black; }
    .p-wp-post__main h3 + p, .p-wp-post__main h3 + img, .p-wp-post__main h3 + h4, .p-wp-post__main h3 + h5 {
      margin-top: 10px; }
  .p-wp-post__main h4 {
    font: bold 17px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
    border-bottom: 1px solid #ddd;
    letter-spacing: .03em; }
    .p-wp-post__main h4 + p, .p-wp-post__main h4 + img, .p-wp-post__main h4 + h4, .p-wp-post__main h4 + h5 {
      margin-top: 10px; }
  .p-wp-post__main h5 {
    font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
    letter-spacing: .03em; }
    .p-wp-post__main h5 + p, .p-wp-post__main h5 + img, .p-wp-post__main h5 + h4, .p-wp-post__main h5 + h5 {
      margin-top: 10px; }
  .p-wp-post__main p {
    font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif !important;
    letter-spacing: .03em; }
    .p-wp-post__main p a {
      text-decoration: underline;
      color: blue; }
      .p-wp-post__main p a:hover {
        text-decoration: none; }
    .p-wp-post__main p + img, .p-wp-post__main p + p {
      margin-top: 10px; }
    .p-wp-post__main p + h3, .p-wp-post__main p + h4, .p-wp-post__main p + h5 {
      margin-top: 30px; }
  .p-wp-post__main img {
    width: 100%;
    max-width: 500px; }
    .p-wp-post__main img.aligncenter {
      margin: 0 auto;
      display: block; }
  .p-wp-post__outline {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid white; }
    .p-wp-post__outline.first {
      border-top: 1px solid white; }
    .p-wp-post__outline dt {
      font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      width: 100px; }
    .p-wp-post__outline dd {
      width: calc(100% - 100px);
      font: normal 13px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }

.u-display--block {
  display: block !important; }
.u-display--inline {
  display: inline !important; }
.u-display--inline-block {
  display: inline-block !important; }
@media screen and (max-width: 959px) {
  .u-display--sp {
    display: block !important; }
  .u-display--sp-inline {
    display: inline-block !important; }
  .u-display--pc, .u-display--pc-inline {
    display: none !important; } }
@media screen and (min-width: 960px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important; }
  .u-display--pc {
    display: block !important; }
  .u-display--pc-inline {
    display: inline-block !important; } }

@media screen and (max-width: 600px) {
  .u-display--n-sp {
    display: block; }
  .u-display--n-tb {
    display: none; }
  .u-display--n-pc {
    display: none; } }
@media screen and (min-width: 601px) and (max-width: 959px) {
  .u-display--n-sp {
    display: none; }
  .u-display--n-tb {
    display: block; }
  .u-display--n-pc {
    display: none; } }
@media screen and (min-width: 960px) {
  .u-display--n-sp {
    display: none; }
  .u-display--n-tb {
    display: none; }
  .u-display--n-pc {
    display: block; } }

.u-mtb--ll, .u-mbt--ll {
  margin-bottom: 130px !important;
  margin-top: 130px !important; }
.u-mtb--l, .u-mbt--l {
  margin-bottom: 50px !important;
  margin-top: 50px !important; }
.u-mtb--m, .u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }
.u-mtb--s, .u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }
.u-mtb--ss, .u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }
.u-mtb--0, .u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
.u-mb--ll {
  margin-bottom: 130px !important; }
.u-mb--l {
  margin-bottom: 50px !important; }
.u-mb--m {
  margin-bottom: 40px !important; }
.u-mb--s {
  margin-bottom: 20px !important; }
.u-mb--ss {
  margin-bottom: 10px !important; }
.u-mb--0 {
  margin-bottom: 0 !important; }
.u-mt--ll {
  margin-top: 130px !important; }
.u-mt--l {
  margin-top: 50px !important; }
.u-mt--m {
  margin-top: 40px !important; }
.u-mt--s {
  margin-top: 20px !important; }
.u-mt--ss {
  margin-top: 10px !important; }
.u-mt--0 {
  margin-top: 0 !important; }

.u-ptb--ll, .u-pbt--ll {
  padding-bottom: 100px !important;
  padding-top: 100px !important; }
.u-ptb--l, .u-pbt--l {
  padding-bottom: 50px !important;
  padding-top: 50px !important; }
.u-ptb--m, .u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important; }
.u-ptb--s, .u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important; }
.u-ptb--ss, .u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }
.u-ptb--0, .u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
.u-pb--ll {
  padding-bottom: 100px !important; }
.u-pb--l {
  padding-bottom: 50px !important; }
.u-pb--m {
  padding-bottom: 40px !important; }
.u-pb--s {
  padding-bottom: 20px !important; }
.u-pb--ss {
  padding-bottom: 10px !important; }
.u-pb--0 {
  padding-bottom: 0 !important; }
.u-pt--ll {
  padding-top: 100px !important; }
.u-pt--l {
  padding-top: 50px !important; }
.u-pt--m {
  padding-top: 40px !important; }
.u-pt--s {
  padding-top: 20px !important; }
.u-pt--ss {
  padding-top: 10px !important; }
.u-pt--0 {
  padding-top: 0 !important; }

@media screen and (max-width: 959px) {
  .u-mtb--ll, .u-mbt--ll {
    margin-bottom: 100px !important;
    margin-top: 100px !important; }
  .u-mtb--l, .u-mbt--l {
    margin-bottom: 40px !important;
    margin-top: 40px !important; }
  .u-mtb--m, .u-mbt--m {
    margin-bottom: 30px !important;
    margin-top: 30px !important; }
  .u-mtb--s, .u-mbt--s {
    margin-bottom: 20px !important;
    margin-top: 20px !important; }
  .u-mtb--ss, .u-mbt--ss {
    margin-bottom: 10px !important;
    margin-top: 10px !important; }
  .u-mtb--0, .u-mbt--0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
  .u-mb--ll {
    margin-bottom: 100px !important; }
  .u-mb--l {
    margin-bottom: 40px !important; }
  .u-mb--m {
    margin-bottom: 30px !important; }
  .u-mb--s {
    margin-bottom: 20px !important; }
  .u-mb--ss {
    margin-bottom: 10px !important; }
  .u-mb--0 {
    margin-bottom: 0 !important; }
  .u-mt--ll {
    margin-top: 100px !important; }
  .u-mt--l {
    margin-top: 40px !important; }
  .u-mt--m {
    margin-top: 30px !important; }
  .u-mt--s {
    margin-top: 20px !important; }
  .u-mt--ss {
    margin-top: 10px !important; }
  .u-mt--0 {
    margin-top: 0 !important; }

  .u-ptb--ll, .u-pbt--ll {
    padding-bottom: 100px !important;
    padding-top: 100px !important; }
  .u-ptb--l, .u-pbt--l {
    padding-bottom: 40px !important;
    padding-top: 40px !important; }
  .u-ptb--m, .u-pbt--m {
    padding-bottom: 30px !important;
    padding-top: 30px !important; }
  .u-ptb--s, .u-pbt--s {
    padding-bottom: 20px !important;
    padding-top: 20px !important; }
  .u-ptb--ss, .u-pbt--ss {
    padding-bottom: 10px !important;
    padding-top: 10px !important; }
  .u-ptb--0, .u-pbt--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .u-pb--ll {
    padding-bottom: 100px !important; }
  .u-pb--l {
    padding-bottom: 40px !important; }
  .u-pb--m {
    padding-bottom: 30px !important; }
  .u-pb--s {
    padding-bottom: 20px !important; }
  .u-pb--ss {
    padding-bottom: 10px !important; }
  .u-pb--0 {
    padding-bottom: 0 !important; }
  .u-pt--ll {
    padding-top: 100px !important; }
  .u-pt--l {
    padding-top: 40px !important; }
  .u-pt--m {
    padding-top: 30px !important; }
  .u-pt--s {
    padding-top: 20px !important; }
  .u-pt--ss {
    padding-top: 10px !important; }
  .u-pt--0 {
    padding-top: 0 !important; } }
.u-text--link {
  text-decoration: underline;
  color: #065fd4; }
  .u-text--link:hover {
    text-decoration: none; }
.u-text--attention {
  font-size: 0.7em !important;
  color: red; }
.u-text--center {
  text-align: center !important; }
.u-text--right {
  text-align: right !important; }
.u-text--large {
  font-size: 25px !important;
  letter-spacing: .08em; }
  @media screen and (max-width: 959px) {
    .u-text--large {
      font-size: 20px !important; } }
.u-text--ac {
  color: #1C2A73; }
.u-text--lh-low {
  line-height: 1.2 !important; }
.u-text--lh-midium {
  line-height: 1.6 !important; }
.u-text--lh-high {
  line-height: 2 !important; }

.u-w1000 {
  max-width: 1040px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }
.u-w1200 {
  max-width: 1240px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }

.u-grid, .u-grid--col1, .u-grid--pc-col1, .u-grid--sp-col1, .u-grid--col2, .u-grid--pc-col2, .u-grid--sp-col2, .u-grid--col3, .u-grid--pc-col3, .u-grid--sp-col3, .u-grid--col4, .u-grid--pc-col4, .u-grid--sp-col4, .u-grid--col5, .u-grid--pc-col5, .u-grid--sp-col5, .u-grid--col6, .u-grid--pc-col6, .u-grid--sp-col6, .u-grid--col7, .u-grid--pc-col7, .u-grid--sp-col7, .u-grid--col8, .u-grid--pc-col8, .u-grid--sp-col8, .u-grid--col9, .u-grid--pc-col9, .u-grid--sp-col9, .u-grid--col10, .u-grid--pc-col10, .u-grid--sp-col10 {
  /*********************************
    各種基本定数の設定
  *********************************/
  /*********************************
    各種スタイル
  *********************************/
  display: grid;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  /*********************************
    念のためリセット
  *********************************/ }
  @media screen and (min-width: 960px) {
    .u-grid, .u-grid--col1, .u-grid--pc-col1, .u-grid--sp-col1, .u-grid--col2, .u-grid--pc-col2, .u-grid--sp-col2, .u-grid--col3, .u-grid--pc-col3, .u-grid--sp-col3, .u-grid--col4, .u-grid--pc-col4, .u-grid--sp-col4, .u-grid--col5, .u-grid--pc-col5, .u-grid--sp-col5, .u-grid--col6, .u-grid--pc-col6, .u-grid--sp-col6, .u-grid--col7, .u-grid--pc-col7, .u-grid--sp-col7, .u-grid--col8, .u-grid--pc-col8, .u-grid--sp-col8, .u-grid--col9, .u-grid--pc-col9, .u-grid--sp-col9, .u-grid--col10, .u-grid--pc-col10, .u-grid--sp-col10 {
      -webkit-column-gap: 20px;
              column-gap: 20px;
      row-gap: 20px; } }
  @media screen and (max-width: 959px) {
    .u-grid, .u-grid--col1, .u-grid--pc-col1, .u-grid--sp-col1, .u-grid--col2, .u-grid--pc-col2, .u-grid--sp-col2, .u-grid--col3, .u-grid--pc-col3, .u-grid--sp-col3, .u-grid--col4, .u-grid--pc-col4, .u-grid--sp-col4, .u-grid--col5, .u-grid--pc-col5, .u-grid--sp-col5, .u-grid--col6, .u-grid--pc-col6, .u-grid--sp-col6, .u-grid--col7, .u-grid--pc-col7, .u-grid--sp-col7, .u-grid--col8, .u-grid--pc-col8, .u-grid--sp-col8, .u-grid--col9, .u-grid--pc-col9, .u-grid--sp-col9, .u-grid--col10, .u-grid--pc-col10, .u-grid--sp-col10 {
      -webkit-column-gap: 10px;
              column-gap: 10px;
      row-gap: 10px; } }
  @media screen and (min-width: 960px) {
    .u-grid--gap-l {
      -webkit-column-gap: 50px;
              column-gap: 50px;
      row-gap: 50px; } }
  @media screen and (max-width: 959px) {
    .u-grid--gap-l {
      -webkit-column-gap: 30px;
              column-gap: 30px;
      row-gap: 30px; } }
  .u-grid--col1 {
    grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col1 {
      grid-template-columns: repeat(1, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col1 {
      grid-template-columns: repeat(1, 1fr); } }
  .u-grid--col2 {
    grid-template-columns: repeat(2, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col2 {
      grid-template-columns: repeat(2, 1fr); } }
  .u-grid--col3 {
    grid-template-columns: repeat(3, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col3 {
      grid-template-columns: repeat(3, 1fr); } }
  .u-grid--col4 {
    grid-template-columns: repeat(4, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col4 {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col4 {
      grid-template-columns: repeat(4, 1fr); } }
  .u-grid--col5 {
    grid-template-columns: repeat(5, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col5 {
      grid-template-columns: repeat(5, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col5 {
      grid-template-columns: repeat(5, 1fr); } }
  .u-grid--col6 {
    grid-template-columns: repeat(6, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col6 {
      grid-template-columns: repeat(6, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col6 {
      grid-template-columns: repeat(6, 1fr); } }
  .u-grid--col7 {
    grid-template-columns: repeat(7, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col7 {
      grid-template-columns: repeat(7, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col7 {
      grid-template-columns: repeat(7, 1fr); } }
  .u-grid--col8 {
    grid-template-columns: repeat(8, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col8 {
      grid-template-columns: repeat(8, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col8 {
      grid-template-columns: repeat(8, 1fr); } }
  .u-grid--col9 {
    grid-template-columns: repeat(9, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col9 {
      grid-template-columns: repeat(9, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col9 {
      grid-template-columns: repeat(9, 1fr); } }
  .u-grid--col10 {
    grid-template-columns: repeat(10, 1fr); }
  @media screen and (min-width: 960px) {
    .u-grid--pc-col10 {
      grid-template-columns: repeat(10, 1fr); } }
  @media screen and (max-width: 959px) {
    .u-grid--sp-col10 {
      grid-template-columns: repeat(10, 1fr); } }
  .u-grid img, .u-grid--col1 img, .u-grid--pc-col1 img, .u-grid--sp-col1 img, .u-grid--col2 img, .u-grid--pc-col2 img, .u-grid--sp-col2 img, .u-grid--col3 img, .u-grid--pc-col3 img, .u-grid--sp-col3 img, .u-grid--col4 img, .u-grid--pc-col4 img, .u-grid--sp-col4 img, .u-grid--col5 img, .u-grid--pc-col5 img, .u-grid--sp-col5 img, .u-grid--col6 img, .u-grid--pc-col6 img, .u-grid--sp-col6 img, .u-grid--col7 img, .u-grid--pc-col7 img, .u-grid--sp-col7 img, .u-grid--col8 img, .u-grid--pc-col8 img, .u-grid--sp-col8 img, .u-grid--col9 img, .u-grid--pc-col9 img, .u-grid--sp-col9 img, .u-grid--col10 img, .u-grid--pc-col10 img, .u-grid--sp-col10 img {
    max-width: 100%; }
  @media screen and (max-width: 959px) {
    .u-grid.sp0, .sp0.u-grid--col1, .sp0.u-grid--pc-col1, .sp0.u-grid--sp-col1, .sp0.u-grid--col2, .sp0.u-grid--pc-col2, .sp0.u-grid--sp-col2, .sp0.u-grid--col3, .sp0.u-grid--pc-col3, .sp0.u-grid--sp-col3, .sp0.u-grid--col4, .sp0.u-grid--pc-col4, .sp0.u-grid--sp-col4, .sp0.u-grid--col5, .sp0.u-grid--pc-col5, .sp0.u-grid--sp-col5, .sp0.u-grid--col6, .sp0.u-grid--pc-col6, .sp0.u-grid--sp-col6, .sp0.u-grid--col7, .sp0.u-grid--pc-col7, .sp0.u-grid--sp-col7, .sp0.u-grid--col8, .sp0.u-grid--pc-col8, .sp0.u-grid--sp-col8, .sp0.u-grid--col9, .sp0.u-grid--pc-col9, .sp0.u-grid--sp-col9, .sp0.u-grid--col10, .sp0.u-grid--pc-col10, .sp0.u-grid--sp-col10 {
      -webkit-column-gap: 0;
              column-gap: 0;
      row-gap: 0; } }

/*# sourceMappingURL=style.css.map */