@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  /* content: "\200B"; */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* =====================
  カラー用
===================== */
/* =====================
  装飾用
===================== */
/* =====================
  フォント用
===================== */
/* =====================
  ブレイクポイント用
===================== */
/* =====================
  パス用
===================== */
html {
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background: #fff;
  color: #404040;
  font-family: YakuHanMPs, "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
          font-feature-settings: "liga" 0, "clig" 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  body.is-fixed {
    overflow: hidden;
    -ms-touch-action: none;
        touch-action: none;
  }
}

main [id] {
  scroll-margin-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.15em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

img {
  width: 100%;
  height: auto;
}

sup {
  font-size: 1rem;
  vertical-align: super;
}

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

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

.show-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show-sp {
    display: block !important;
  }
}

a[href^=tel] {
  white-space: nowrap;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 2vw 0 5vw;
    height: 64px;
  }
}
.header.scrolled {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.header__logo-img {
  width: auto;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    height: 42px;
  }
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .header__block {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header__block {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    z-index: 90;
  }
}
@media screen and (max-width: 768px) {
  .header__nav.active {
    visibility: visible;
  }
}
.header__nav.active .header__nav-bg {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header__nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 104, 183, 0.95);
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .header__nav-list {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-list {
    margin-top: 104px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-item {
    opacity: 0;
    width: 100%;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.header__nav-link {
  color: #404040;
  text-align: center;
  letter-spacing: 0.3em;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-link:hover {
  color: #0068B7;
}
@media screen and (max-width: 1024px) {
  .header__nav-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-link {
    display: block;
    width: 100%;
    padding: 24px 16px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.5em;
  }
}
.header__nav-link::first-letter {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .header__nav.active .header__nav-item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__nav.active .header__nav-item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header__nav.active .header__nav-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.header__nav.active .header__nav-item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__nav.active .header__nav-item:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.header__nav.active .header__nav-item:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.header__nav.active .header__nav-item:nth-child(6) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.header__nav.active .header__nav-item:nth-child(7) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.header__nav.active .header__nav-item:nth-child(8) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.header__nav.active .header__nav-item:nth-child(9) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.header__nav.active .header__nav-item:nth-child(10) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.header__nav.active .header__nav-item:nth-child(11) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.header__nav.active .header__nav-item:nth-child(12) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.header__nav.active .header__nav-item:nth-child(13) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.header__nav.active .header__nav-item:nth-child(14) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.header__nav.active .header__nav-item:nth-child(15) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.header__nav.active .header__nav-item:nth-child(16) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.header__nav.active .header__nav-item:nth-child(17) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.header__nav.active .header__nav-item:nth-child(18) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.header__nav.active .header__nav-item:nth-child(19) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.header__nav.active .header__nav-item:nth-child(20) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.header__button {
  position: relative;
}
.header__button_link {
  display: inline-block;
  padding: 12px 24px;
  background: #D9935C;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__button_link:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .header__button_link:hover {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .header__button_link {
    padding: 12px 24px;
    font-size: 1.4rem;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
}
.header__hamburger-wrapper {
  position: relative;
  width: 30px;
  height: 20px;
  margin: 20px auto;
}
.header__hamburger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0068B7;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.header__hamburger-line:nth-child(1) {
  top: 0;
}
.header__hamburger-line:nth-child(2) {
  top: 9px;
}
.header__hamburger-line:nth-child(3) {
  top: 18px;
}
.header__hamburger.active .header__hamburger-line {
  background-color: #fff;
}
.header__hamburger.active .header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.header__hamburger.active .header__hamburger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.header__hamburger.active .header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
.header__fixed-button {
  position: fixed;
  right: 0;
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 16px;
  background: #D9935C;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 768px) {
  .header__fixed-button {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 8px;
  }
}
.header__fixed-button:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .header__fixed-button:hover {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header__fixed-button-text {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 768px) {
  .header__fixed-button-text {
    letter-spacing: 0.2em;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.header__fixed-button-icon {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__fixed-button-icon {
    margin-top: 2px;
    width: 24px;
  }
}
.header__fixed-button.is-hidden {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header__fixed-button.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.footer {
  padding: 48px 24px 16px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 5vw 16px;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__container {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__container {
    justify-self: center;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 80px;
    margin: 0 auto;
  }
}
.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__navigation {
    justify-self: center;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    gap: 16px 24px;
  }
}
.footer__nav-link {
  color: #404040;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 1.3rem;
  }
}
.footer__nav-link:hover {
  color: #0068B7;
}
.footer__copyright {
  margin: 24px auto 0;
  color: #404040;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.c-button {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .c-button {
    margin-top: 48px;
  }
}
.c-button .wp-block-button__link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 24px 80px 24px 64px;
  background: #fff;
  border: 1px solid #404040;
  font-size: 1.6rem;
  font-family: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  text-decoration: none;
}
.c-button .wp-block-button__link::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 42px;
  height: 10px;
  background-color: #404040;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-button .wp-block-button__link:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .c-button .wp-block-button__link:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.c-button .wp-block-button__link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}
.c-button__back {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .c-button__back {
    margin-top: 48px;
  }
}
.c-button__back .wp-block-button__link, .c-button__back-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 24px 64px 24px 80px;
  background: #fff;
  border: 1px solid #404040;
  color: #404040;
  font-size: 1.6rem;
  font-family: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-button__back .wp-block-button__link, .c-button__back-link {
    padding: 24px 32px 24px 56px;
    font-size: 1.4rem;
  }
}
.c-button__back .wp-block-button__link::after, .c-button__back-link::after {
  position: absolute;
  left: 20px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: right;
          transform-origin: right;
  width: 42px;
  height: 10px;
  background-color: #404040;
  clip-path: polygon(100% 100%, 0 100%, 30% 40%, 30% 90%, 100% 90%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button__back .wp-block-button__link::after, .c-button__back-link::after {
    top: calc(50% - 3px);
    left: 16px;
    width: 24px;
    height: 8px;
  }
}
.c-button__back .wp-block-button__link:hover, .c-button__back-link:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .c-button__back .wp-block-button__link:hover, .c-button__back-link:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.c-button__back .wp-block-button__link:hover::after, .c-button__back-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}
.c-button__primary {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .c-button__primary {
    margin-top: 48px;
  }
}
.c-button__primary .wp-block-button__link, .c-button__primary-link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 24px 80px 24px 64px;
  border: 1px solid #0068B7;
  color: #0068B7;
  font-size: 1.6rem;
  font-family: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  text-decoration: none;
}
.c-button__primary .wp-block-button__link::after, .c-button__primary-link::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 42px;
  height: 10px;
  background-color: #0068B7;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-button__primary .wp-block-button__link:hover, .c-button__primary-link:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .c-button__primary .wp-block-button__link:hover, .c-button__primary-link:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.c-button__primary .wp-block-button__link:hover::after, .c-button__primary-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}

.c-form__option-text {
  margin: 16px 0 8px;
  font-size: 1.3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: left !important;
}
.c-form .smf-progress-tracker {
  max-width: 640px;
  margin: 0 auto;
  padding-left: 0;
}
.c-form .smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__number {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid #D5D7DC;
  color: #404040;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-form .smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__number {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.c-form .smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__text {
  margin-top: 16px;
  color: #404040;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-form .smf-progress-tracker .smf-progress-tracker__item .smf-progress-tracker__item__text {
    font-size: 1.4rem;
  }
}
.c-form .smf-progress-tracker .smf-progress-tracker__item:before, .c-form .smf-progress-tracker .smf-progress-tracker__item:after {
  background-color: #D5D7DC;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .c-form .smf-progress-tracker .smf-progress-tracker__item:before, .c-form .smf-progress-tracker .smf-progress-tracker__item:after {
    top: 20px;
  }
}
.c-form .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  border-color: #0068B7;
  background: #0068B7;
  color: #fff;
}
.c-form .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #0068B7;
}
.c-form .smf-form {
  max-width: 800px;
  margin: 64px auto 0;
}
.c-form .smf-form .smf-item {
  padding: 0;
}
.c-form .smf-form .smf-item + .smf-item {
  padding: 48px 0 0 0;
}
.c-form .smf-form .smf-item__col--label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 240px;
  max-width: 100%;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-form .smf-form .smf-item__col--label {
    width: auto;
    padding-right: 0;
  }
}
.c-form .smf-form .smf-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-form .smf-form .smf-item__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
}
.c-form .smf-form .smf-item:has([data-validations~=required]) .smf-item__label::after {
  content: "必須";
  padding: 2px 6px;
  border: 1px solid #FF2418;
  font-size: 1.1rem;
  color: #FF2418;
}
.c-form .smf-form .smf-radio-button-control__label,
.c-form .smf-form .smf-checkbox-control__label {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.c-form .smf-form .smf-text-control__control {
  width: 100%;
  padding: 8px 12px;
  border-width: 0 0 1.5px 0;
  border-style: solid;
  border-color: #D5D7DC;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .c-form .smf-form .smf-text-control__control {
    padding: 8px;
    font-size: 1.6rem;
  }
}
.c-form .smf-form .smf-text-control__control::-webkit-input-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-text-control__control::-moz-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-text-control__control:-ms-input-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-text-control__control::-ms-input-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-text-control__control::placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-textarea-control__control {
  width: 100%;
  height: 240px;
  padding: 16px;
  border-width: 1.5px;
  border-color: #D5D7DC;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-form .smf-form .smf-textarea-control__control {
    font-size: 1.6rem;
  }
}
.c-form .smf-form .smf-textarea-control__control::-webkit-input-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-textarea-control__control::-moz-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-textarea-control__control:-ms-input-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-textarea-control__control::-ms-input-placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-textarea-control__control::placeholder {
  color: #C8CCCF;
}
.c-form .smf-form .smf-radio-buttons-control .smf-label + .smf-label,
.c-form .smf-form .smf-checkboxes-control .smf-label + .smf-label {
  margin-top: 4px;
}
.c-form .smf-form .smf-radio-button-control,
.c-form .smf-form .smf-checkbox-control {
  gap: 8px;
}
.c-form .smf-form .smf-radio-button-control__control {
  border: 1px solid #C8CCCF;
}
.c-form .smf-form .smf-radio-button-control__control:checked {
  border-color: #0068B7;
  background: #fff;
}
.c-form .smf-form .smf-radio-button-control__control:before {
  background-color: #0068B7;
}
.c-form .smf-form .smf-checkbox-control__control {
  border: 1px solid #C8CCCF;
}
.c-form .smf-form .smf-checkbox-control__control:checked {
  border-color: #0068B7;
  background: #0068B7;
}
.c-form .smf-form .smf-checkbox-control__control:before {
  border-color: #fff;
}
.c-form .smf-form .c-form__agreement {
  position: relative;
}
.c-form .smf-form .c-form__agreement.smf-item:has([data-validations~=required]) .smf-item__label::after {
  content: none;
}
.c-form .smf-form .c-form__agreement.smf-item:has([data-validations~=required]) .smf-item__label .smf-item__label__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-form .smf-form .c-form__agreement .smf-checkbox-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-form .smf-form .c-form__agreement .smf-checkbox-control__label a {
  color: #0068B7;
  text-decoration: underline;
}
.c-form .smf-form .c-form__agreement .smf-checkbox-control__label a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-form .smf-form .c-form__agreement .smf-error-messages {
    text-align: center;
  }
}
.c-form .smf-form .smf-error-messages {
  color: #FF2418;
}
.c-form .smf-form .smf-item__controls:has(.smf-error-messages) .smf-text-control__control,
.c-form .smf-form .smf-item__controls:has(.smf-error-messages) .smf-textarea-control__control,
.c-form .smf-form .smf-item__controls:has(.smf-error-messages) .smf-radio-button-control__control,
.c-form .smf-form .smf-item__controls:has(.smf-error-messages) .smf-checkbox-control__control {
  border-color: #FF2418;
}
.c-form .smf-form .smf-system-error-content {
  text-align: center;
}
.c-form .smf-action .smf-button-control__control {
  padding: 24px 80px 24px 64px;
  margin-top: 32px;
  background: #0068B7;
  border: none;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.6rem;
  font-family: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-form .smf-action .smf-button-control__control {
    padding: 24px 56px 24px 32px;
    font-size: 1.4rem;
  }
}
.c-form .smf-action .smf-button-control__control::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 42px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-form .smf-action .smf-button-control__control::after {
    top: calc(50% - 3px);
    nav-right: 16px;
    width: 24px;
    height: 8px;
  }
}
.c-form .smf-action .smf-button-control__control:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .c-form .smf-action .smf-button-control__control:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.c-form .smf-action .smf-button-control__control:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item {
  padding: 0 8px 40px 8px;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item {
    padding: 0 8px 24px 8px;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item + .smf-item {
  padding: 40px 8px;
  border-top: 1px solid #D5D7DC;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item + .smf-item {
    padding: 24px 8px;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item .c-form__option-text {
  display: none;
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item.c-form__agreement .smf-item__label__text {
  display: block;
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item__col--label {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item__col--label {
    width: auto;
    padding-bottom: 16px;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item__label {
  color: #0068B7;
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-item:has([data-validations~=required]) .smf-item__label::after {
  content: none;
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-form .smf-placeholder {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=back] {
  position: relative;
  padding: 24px 64px 24px 80px;
  background: #fff;
  border: 1px solid #404040;
  color: #404040 !important;
  font-size: 1.6rem;
  font-family: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=back] {
    padding: 24px 32px 24px 56px;
    font-size: 1.4rem;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=back]::after {
  position: absolute;
  left: 20px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: right;
          transform-origin: right;
  width: 42px;
  height: 10px;
  background-color: #404040;
  clip-path: polygon(100% 100%, 0 100%, 30% 40%, 30% 90%, 100% 90%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=back]::after {
    top: calc(50% - 3px);
    left: 16px;
    width: 24px;
    height: 8px;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=back]:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=back]:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=back]:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=complete] {
  padding: 24px 80px 24px 64px;
  background: #0068B7;
  border: 1px solid #0068B7;
  border-radius: 0;
  color: #fff;
  font-size: 1.6rem;
  font-family: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=complete] {
    padding: 24px 56px 24px 32px;
    font-size: 1.4rem;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=complete]::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 42px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=complete]::after {
    top: calc(50% - 3px);
    nav-right: 16px;
    width: 24px;
    height: 8px;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=complete]:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
@media screen and (max-width: 768px) {
  .c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=complete]:hover {
    -webkit-filter: none;
            filter: none;
  }
}
.c-form .snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control .smf-button-control__control[data-action=complete]:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}
@media screen and (max-width: 768px) {
  .c-form__complete-text {
    text-align: left;
  }
}

.c-cta {
  padding: 80px 24px;
  background: url("../images/common/bg-cta.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 48px 5vw;
  }
}
.c-cta__inner {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.c-cta__title {
  color: #fff;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-shadow: 0px 0 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .c-cta__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.c-cta__text {
  margin-top: 16px;
  color: #fff;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-shadow: 0px 0 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    font-size: 1.5rem;
  }
}
.c-cta__button {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .c-cta__button {
    margin-top: 24px;
  }
}
.c-cta__button-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 80px 24px 48px;
  background: #fff;
  border: 1px solid #0068B7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-cta__button-link {
    padding: 24px 48px 24px 24px;
  }
}
.c-cta__button-link::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 42px;
  height: 10px;
  background-color: #0068B7;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-cta__button-link::after {
    top: calc(50% - 3px);
    right: 16px;
    width: 24px;
    height: 8px;
  }
}
.c-cta__button-link:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .c-cta__button-link:hover {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-cta__button-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1.2);
          transform: translateY(-50%) scaleX(1.2);
}
.c-cta__button-link-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 8px;
  background: #0068B7;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__button-link-free {
    padding: 3px 4px;
    font-size: 1.4rem;
  }
}
.c-cta__button-link-text {
  margin-left: 16px;
  color: #0068B7;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-cta__button-link-text {
    margin-left: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

.fade-slide-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.fade-slide-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: -80px 0 0;
  padding: 144px 40px 64px;
  background: url("../images/page/bg-heading_pc.jpg") no-repeat right center/cover;
}
@media screen and (max-width: 768px) {
  .p-page-heading {
    padding: 128px 5vw 64px;
    background: url("../images/page/bg-heading_sp.jpg") no-repeat right center/cover;
  }
}
.p-page-heading.center .p-page-heading__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-heading__inner {
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-page-heading__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page-heading__title {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-page-heading__title {
    font-size: 2.8rem;
  }
}
.p-page-heading__title-en {
  color: #0068B7;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-page-heading__title-en {
    font-size: 1.2rem;
  }
}
.p-page-section {
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .p-page-section {
    padding: 48px 5vw;
  }
}
.p-page-section__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.p-simple-contents {
  padding: 100px 5%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-simple-contents {
    padding: 48px 5%;
  }
}
.p-simple-contents .wp-block-buttons {
  margin-top: 32px;
}
.p-simple-contents h2 {
  margin: 0 0 16px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-simple-contents h2 {
    font-size: 2.4rem;
  }
}
.p-simple-contents h2:nth-of-type(n+2) {
  margin: 32px 0 16px;
}
.p-simple-contents h3 {
  margin: 24px 0 16px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-simple-contents h3 {
    font-size: 2rem;
  }
}
.p-simple-contents h4 {
  margin: 24px 0px 16px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-simple-contents h4 {
    font-size: 1.8rem;
  }
}
.p-simple-contents h5 {
  margin: 2px 0px 16px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-simple-contents h5 {
    font-size: 1.7rem;
  }
}
.p-simple-contents h6 {
  margin: 16px 0px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-simple-contents h6 {
    font-size: 1.6rem;
  }
}
.p-simple-contents ul, .p-simple-contents ol {
  margin: 16px auto;
  padding-left: 1.5em;
}
.p-simple-contents ul {
  list-style-type: disc;
}
.p-simple-contents ol {
  list-style: decimal;
}
@media screen and (max-width: 768px) {
  .p-simple-contents p {
    font-size: 1.5rem;
  }
}
.p-simple-contents a {
  color: #0068B7;
  text-decoration: underline;
}
.p-simple-contents a:hover {
  text-decoration: none;
}
.p-simple-contents__btn-back a {
  background: transparent;
  border-radius: 6px;
  border: 2px solid #404040;
  color: #404040;
  text-decoration: none;
}
.p-simple-contents__btn-back a:visited {
  color: #404040;
}

.p-form-contents {
  padding: 100px 5%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-form-contents {
    padding: 48px 5%;
  }
}
.p-form-contents h2 {
  margin: 0 0 24px;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form-contents h2 {
    font-size: 2.8rem;
  }
}
.p-form-contents p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form-contents p {
    text-align: left;
  }
}

.p-message__main {
  max-width: 800px;
  margin: 0 auto;
}
.p-message__main h2 {
  margin-bottom: 32px;
  color: #0068B7;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-message__main h2 {
    font-size: 2.4rem;
  }
}
.p-message__main p {
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-message__main p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-message__main p:nth-of-type(n+2) {
  margin-top: 16px;
}
.p-message__main-name {
  margin-top: 32px;
  text-align: right;
}
.p-message__main-name-img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-message__main-name-img {
    width: 120px;
  }
}
.p-message__profile {
  max-width: 800px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .p-message__profile {
    margin: 40px auto 0;
  }
}
.p-message__profile-title {
  color: #0068B7;
  font-size: 3.2rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-message__profile-title {
    font-size: 2.4rem;
  }
}
.p-message__profile-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-message__profile-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-message__profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-message__profile-name {
    font-size: 2rem;
  }
}
.p-message__profile-name-en {
  font-size: 1.4rem;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .p-message__profile-name-en {
    font-size: 1.3rem;
  }
}
.p-message__profile-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-message__profile-career {
    gap: 16px;
  }
}
.p-message__profile-career-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border: 1px solid #0068B7;
  color: #0068B7;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-message__profile-career-title {
    padding: 6px;
    font-size: 1.5rem;
  }
}
.p-message__profile-career-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-message__profile-career-list {
    gap: 10px;
    margin-top: 4px;
  }
}
.p-message__profile-career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-message__profile-career-item {
    gap: 8px;
    font-size: 1.3rem;
  }
}
.p-message__profile-career-item::before {
  content: "";
  display: block;
  margin-top: 12px;
  width: 40px;
  height: 0.5px;
  background-color: #404040;
}
@media screen and (max-width: 768px) {
  .p-message__profile-career-item::before {
    margin-top: 10px;
    width: 16px;
  }
}

.p-insurance__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-insurance__title {
    font-size: 2.4rem;
  }
}
.p-insurance__title:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-insurance__title:nth-of-type(n+2) {
    margin-top: 64px;
  }
}
.p-insurance__title-sub {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-insurance__title-sub {
    font-size: 1.3rem;
  }
}
.p-insurance__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-insurance__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
}
.p-insurance__item {
  padding: 40px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
}
.p-insurance__item-img {
  width: auto;
  max-width: 240px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-insurance__item-name {
  margin-top: 16px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.p-company__info {
  max-width: 640px;
  margin: 0 auto;
}
.p-company__list {
  max-width: 640px;
  margin: 0 auto;
}
.p-company__row {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media screen and (max-width: 768px) {
  .p-company__row {
    grid-template-columns: 80px 1fr;
  }
}
.p-company__title, .p-company__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #d5d7dc;
  padding: 40px 16px;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .p-company__title, .p-company__text {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__title p, .p-company__text p {
    font-size: 1.3rem;
  }
}
.p-company__title p + p, .p-company__text p + p {
  margin-top: 4px;
}
.p-company__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #0068B7;
  color: #0068B7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-company__title {
    font-size: 1.3rem;
  }
}