@charset "UTF-8";
/*
Theme Name: fukuokapapa オリジナルテーマ
Theme URI: https://fukuokapapa.com/
Author: I/O
Author URI: https://fukuokapapa.com/
Description: 福岡パパは、福岡市で働くパパ向けの育児メディア。おでかけ・ワンオペ・家事育児の「こまった」を、パパ目線で「よかった」に変える情報を発信しています。
Version: 2.0.0
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fukuokapapa
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
  /* 3 */
}

:root {

--color-base-primary: #012677;
--color-base-primaryFaded: #E5E9F2;
--color-base-primaryInside: #FFFFFF;
--color-base-secondary: #FDD247;
--color-base-secondaryInside: #333333;
--color-base-background: #f7f7f7;
--color-base-text: #181818;
--color-base-footerBackground: #011748;
--color-base-footerText: #ffffff;

--border-radius-button: 200px;
--border-radius: 0;

--font-size-xs: 12px;
--font-size-xs-sp: 12px;
--font-size-s: 15px;
--font-size-s-sp: 15px;
--font-size-m: 18px;
--font-size-m-sp: 16px;
--font-size-l: 24px;
--font-size-l-sp: 18px;
--font-size-xl: 28px;
--font-size-xl-sp: 20px;
--font-size-xxl: 44px;
--font-size-xxl-sp: 28px;

--font-family-ja: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
--font-family-en: "Barlow Semi Condensed", sans-serif;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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;
}
dd, p {
    margin: 0;
}
/**
 * 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%;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--color-base-secondary)), color-stop(90%, var(--color-base-secondary)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, var(--color-base-secondary) 70%, var(--color-base-secondary) 90%, transparent 90%);
}

.-br-lg {
  display: none;
}

@media screen and (min-width: 769px) {
  .-br-lg {
    display: block;
  }
}

.-br-sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .-br-sm {
    display: block;
  }
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}

.icon-circle-arrow.-white .path1:before {
  color: #fff;
}

.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}

.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}

.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}

.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}

.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}

.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}

.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}

.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}

.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}

.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}

.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

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

body {
  font-family: var(--font-family-ja);
  color: #000;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}

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

a,
button {
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: 0.7;
}

a {
  color: #007aff;
}

.br--sp {
  display: block;
}

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

.br--pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .br--pc {
    display: block;
  }
}

main > .base-c-section:nth-of-type(2n) {
  background-color: var(--color-base-background);
}

main > .base-c-section:nth-of-type(2n) + .base-s-link {
  background-color: var(--color-base-background);
}

.leadgrid-c-button {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-primary);
}

.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}

.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}

.leadgrid-c-button.-secondary {
  background-color: var(--color-base-secondary);
  color: #fff;
  border: 3px solid var(--color-base-secondary);
}

.leadgrid-c-button.-secondary .icon-circle-arrow .path1:before {
  color: #fff;
}

.leadgrid-c-button.-secondary .icon-circle-arrow .path2:before {
  color: var(--color-base-secondary);
}

.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}

.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}

.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}

.leadgrid-c-button.-large {
  min-width: 275px;
  padding: 10px 40px;
}

.leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}

.leadgrid-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}

@media screen and (max-width: 768px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}

.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}

.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}

.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}

.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}

.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.7;
}

.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.7;
}

.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.7;
  letter-spacing: 2.46507px;
}

.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.appBtn {
  background-color: #f5f5f5;
  padding: 30px 20px;
}

@media screen and (max-width: 768px) {
  .appBtn {
    padding: 20px;
  }
}

.appBtn p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .appBtn p {
    font-size: 16px;
  }
}

.appBtn ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 500px;
  padding: 0;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
  .appBtn ul {
    max-width: 350px;
  }
}

.appBtn ul li {
  text-align: center;
  padding-left: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 0 !important;
}

.appBtn ul li::before {
  content: none !important;
}

.appBtn ul li a {
  display: block;
  line-height: 1;
}

.appBtn ul li img {
  width: calc(100% - 10px);
}

@media screen and (max-width: 768px) {
  .appBtn ul li img {
    width: auto;
    height: 40px;
  }
}

.blogList {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .blogList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 24px;
  }
}

.breadcrumb {
  padding: 32px 0;
  background-color: #333;
  overflow-y: hidden;
  overflow-x: scroll;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #999;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 16px;
  }
}

.breadcrumb li + li:before {
  content: " ";
  display: block;
  width: 9px;
  height: 12px;
  background: url("assets/img/common/icon_breadcrumb_arrow.svg") no-repeat 0 0;
  background-size: contain;
  margin: 0 14px;
}

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

.breadcrumb li svg {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.button {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
}

.button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}

.button.-secondary {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
  border: 3px solid var(--color-base-secondary);
}

.button.-white {
  background-color: #fff;
  color: var(--color-base-primary);
  border: 3px solid var(--color-base-primary);
}

.button.-error {
  background-color: #000;
  color: #fff;
  border: 3px solid #092872;
}

.button.-large {
  min-width: 275px;
  padding: 10px 40px;
}

.button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}

.button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.button.-big {
  min-width: 365px;
  padding: 28px 84px;
}

@media screen and (max-width: 768px) {
  .button.-big {
    padding: 28px 64px;
  }
}

.button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}

.button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}

.button.-tag {
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 3px 14px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .button.-tag {
    font-size: var(--font-size-xs-sp);
  }
}

.button.-arrow:before {
  content: "▶︎";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}

.button.-notValid {
  pointer-events: none;
  opacity: 0.7;
}

.button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.7;
}

.button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  letter-spacing: 1px;
}

.button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

.detailHeader {
  margin-bottom: 20px;
}

.detailHeader .c-detailHeader__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Questrial", sans-serif;
  color: #000;
  line-height: 1;
  margin: 0;
}

.detailHeader .c-detailHeader__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  border-left: 4px solid #000;
  border-right: 4px solid #000;
  z-index: 1;
}

.detailHeader .c-detailHeader__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  border-top: 3px solid #f1f2f3;
  border-bottom: 3px solid #f1f2f3;
}

.detailHeader .c-detailHeader__title span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .detailHeader--black .c-detailHeader__title {
    color: #fff;
  }
  .detailHeader--black .c-detailHeader__title::before {
    border-left: 4px solid #fbd554;
    border-right: 4px solid #fbd554;
  }
  .detailHeader--black .c-detailHeader__title::after {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
}

.detailHeader--bk-yl .c-detailHeader__title::before {
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}

.detailHeader--bk-yl .c-detailHeader__title::after {
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
}

@media screen and (max-width: 768px) {
  .detailHeader--bk-yl .c-detailHeader__title {
    color: #fff;
  }
  .detailHeader--bk-yl .c-detailHeader__title::before {
    border-left: 4px solid #fbd554;
    border-right: 4px solid #fbd554;
  }
  .detailHeader--bk-yl .c-detailHeader__title::after {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
}

.detailHeader--yl .c-detailHeader__title {
  color: #fff;
}

.detailHeader--yl .c-detailHeader__title::before {
  border-left: 4px solid #fbd554;
  border-right: 4px solid #fbd554;
}

.detailHeader--yl .c-detailHeader__title::after {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media screen and (min-width: 769px) {
  .searchContents .detailHeader {
    margin-bottom: 40px;
  }
}

.documentList {
  width: 100%;
  margin: 0 0 50px;
}

.documentList .c-documentList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 71px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__list {
    margin: 0;
  }
}

.documentList .c-documentList__item {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto;
  width: calc((100% - 96px) / 3);
  margin-right: 48px;
  margin-top: 76px;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__item {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

.documentList .c-documentList__item:nth-child(3n) {
  margin-right: 0;
}

.documentList .c-documentList__item:nth-child(-n + 3) {
  margin-top: 0;
}

.documentList .c-documentList__itemInner {
  position: relative;
}

.documentList .c-documentList__itemTag {
  position: absolute;
  bottom: 32px;
  left: -16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  background-color: #000;
  border-radius: 4px;
  padding: 10px 12px;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__itemTag {
    left: -12px;
    bottom: 28px;
  }
}

.documentList .c-documentList__itemFigure {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 0;
  border-radius: 8px;
  padding-bottom: 62.5%;
  margin: 0 0 16px;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__itemFigure {
    margin: 0 0 16px 0;
    border-radius: 6px;
  }
}

.documentList .c-documentList__itemFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}

.documentList .c-documentList__itemFigure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__itemFigure img {
    position: absolute;
  }
}

.documentList .c-documentList__itemDetail {
  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: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.documentList .c-documentList__itemTitle {
  font-size: 18px;
  font-weight: 900;
  color: #0e1315;
  margin: 0 0 16px 0;
  line-height: 1.46;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__itemTitle {
    font-size: 14px;
    margin: 0 0 8px 0;
  }
}

.documentList .c-documentList__itemText {
  font-size: 14px;
  color: #999;
  margin: 0 0 16px 0;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__itemText {
    font-size: 10px;
  }
}

.documentList .c-documentList__itemLink {
  position: relative;
  height: 56px;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  margin-top: auto;
  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;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__itemLink {
    height: 48px;
    font-size: 12px;
  }
}

.documentList .c-documentList__itemLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(assets/img/common/icon_link-arrow02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__itemLink::after {
    width: 16px;
    height: 16px;
  }
}

.documentList .c-documentList__comingsoon {
  font-size: 33px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .documentList .c-documentList__comingsoon {
    padding-top: 20px;
  }
}
.footer{
  padding-bottom: 55px;
}
.footer .c-footerContents {
  position: relative;
  background-color: #000;
  padding-top: 36px;
  padding-bottom: 48px;
}

@media screen and (min-width: 769px) {
  .footer{
    padding-bottom: 0;
  }
  .footer .c-footerContents {
    padding-top: 120px;
    padding-bottom: 104px;
  }
}

.footer .c-footerContents .inner {
  padding-left: 28px;
  padding-right: 28px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer .c-footerContents__totop {
  position: absolute;
  top: 40px;
  right: 16px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__totop {
    top: -30px;
    right: 48px;
  }
}

.footer .c-footerContents__totop a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.footer .c-footerContents__totop a::before {
  content: "";
  display: block;
  width: 15px;
  height: 56px;
  background-image: url(assets/img/common/icon_totop.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: auto;
  margin-right: 5px;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__totop a::before {
    width: 28px;
    height: 104px;
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.footer .c-footerContents__totop span {
  display: inline-block;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__totop span {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__caption {
    width: 360px;
    margin-right: 120px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.footer .c-footerContents__heading {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 16px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__heading {
    font-size: 16px;
    margin: 0 0 24px;
  }
}

.footer .c-footerContents__logo {
  width: 230px;
  margin: 0 auto 32px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__logo {
    width: 360px;
    margin: 0 auto 48px;
  }
}

.footer .c-footerContents__logo svg {
  fill: #fff;
}

.footer .c-footerContents__text {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 48px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__text {
    font-size: 14px;
    margin: 0;
  }
}

.footer .c-footerContents__menuList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__menuList {
    margin-bottom: 48px;
  }
}

.footer .c-footerContents__menuItem {
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  margin-right: 32px;
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__menuItem {
    margin-bottom: 48px;
  }
}

.footer .c-footerContents__menuItem:last-of-type {
  margin-right: 0;
}

.footer .c-footerContents__menuItem a {
  color: #fff;
  text-decoration: none;
}

.footer .c-footerContents__menuItem a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  vertical-align: 4px;
  background-color: #fbd554;
  border-radius: 1px;
  margin-right: 16px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__menuItem a::before {
    width: 12px;
    margin-right: 8px;
  }
}

.footer .c-footerContents__otherContent {
  margin-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__otherContent {
    margin-bottom: 0;
  }
}

.footer .c-footerContents__contactList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  padding: 0;
  gap: 20px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__contactList {
    margin: 0 0 32px;
    display: flex;
    gap: 0;
  }
}

.footer .c-footerContents__contactItem {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__contactItem {
    font-size: 14px;
  }
}

.footer .c-footerContents__contactItem a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__serviceContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer .c-footerContents__tabList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.footer .c-footerContents__tabItem {
  color: #999;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__tabItem {
    margin-bottom: 0;
    font-size: 14px;
  }
}

/* .footer .c-footerContents__tabItem::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(assets/img/common/icon_newtab.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 2px;
} */

.footer .c-footerContents__tabItem a {
  color: inherit;
  text-decoration: none;
}

.footer .c-footerContents__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__credits {
    display: block;
  }
}

.footer .c-footerContents__snsList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__snsList {
    width: 160px;
    margin-bottom: 44px;
  }
}

.footer .c-footerContents__snsItem {
  width: 28px;
  margin-left: 24px;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__snsItem {
    width: 32px;
    margin-left: 32px;
  }
}

.footer .c-footerContents__snsItem:first-child {
  margin-left: 0;
}

.footer .c-footerContents__snsItem img {
  width: 100%;
}

.footer .c-footerContents__copyright {
  color: #666;
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .footer .c-footerContents__copyright {
    font-size: 14px;
  }
}

.header {
  width: 100%;
  background-color: #f1f2f3;
}

.header .inner {
  max-width: 1248px;
}

.header .c-header__inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .c-header__logo {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: 19px 0 4px;
  margin: 0 0 0 -5px;
}

@media screen and (min-width: 769px) {
  .header .c-header__logo {
    padding: 12px 0 4px;
    margin: 0;
  }
}

.header .c-header__logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.header .c-header__logo a svg {
  display: inline-block;
  width: 144px;
  fill: #000;
}

@media screen and (min-width: 769px) {
  .header .c-header__logo a svg {
    width: 276px;
  }
}

.header .c-header__logoTagline {
  color: #000;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 14px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .header .c-header__logoTagline {
    font-size: 16px;
    padding-left: 20px;
    margin: 15px 0 0 0;
  }
}

.header .c-header__nav {
  display: none;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

@media screen and (min-width: 769px) {
  .header .c-header__nav {
    display: none;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
}

.header .c-header__navList {
  list-style: none;
  padding: 0 0 0 28px;
  margin: 0;
  margin-top: 48px;
}

@media screen and (min-width: 769px) {
  .header .c-header__navList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2em;  }
}

.header .c-header__navItem {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 24px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .header .c-header__navItem {
    color: #fff;
    font-size: 20px;
    margin: 0 0 28px;
  }
}

.header .c-header__navItem a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

  .header .c-header__navItem a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 4px;
    background-color: #fbd554;
    margin-right: 16px;
    vertical-align: 5px;
  }

.header .c-header__navSpmenu {
  display: block;
  padding-top: 18px;
}

@media screen and (min-width: 769px) {
  .header .c-header__navSpmenu {
    display: none;
    padding-top: 0;
  }
}

.header .c-header__navApp {
  position: relative;
  line-height: 1;
  background-color: #1a1a1a;
  border-radius: 6px;
  padding: 8px 8px 6px;
  margin-bottom: 48px;
}

.header .c-header__navApp::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/assets/img/common/icon_newtab.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header .c-header__navApp a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-decoration: none;
}

.header .c-header__navApp img {
  display: block;
  width: 48px;
  height: 48px;
}

.header .c-header__navApp p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.header .c-header__navSns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.header .c-header__navSns li {
  padding-left: 28px;
}

.header .c-header__navSns li img {
  width: 28px;
}

.header .c-header__linkTitle {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .header .c-header__linkTitle {
    display: inline-block;
  }
}

.header .c-header__menuList {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .header .c-header__menuList {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    margin-top: 0;
  }
}

.header .c-header__searchButton {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 769px) {
  .header .c-header__searchButton::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #000;
    vertical-align: middle;
    margin-right: 18px;
  }
}

@media screen and (max-width: 768px) {
  .header .c-header__searchButton::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #000;
    vertical-align: middle;
    margin-right: 16px;
  }
}

.header .c-header__searchButton:hover {
  opacity: 0.7;
}

.header .c-header__searchButton svg {
  fill: #000;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .header .c-header__searchButton svg {
    margin-right: 14px;
  }
}

.header .c-header__menuButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 30px;
  background-color: transparent;
  border: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .header .c-header__menuButton {
    /* display: none; */
  }
}

.header .c-header__menuButton::after {
  content: "Menu";
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

.header .c-header__menuButton i {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 34px;
  height: 4px;
  background-color: #000;
  border-radius: 3px;
  margin: 0 auto;
}

.header .c-header__menuButton i:first-of-type {
  top: 0px;
}

.header .c-header__menuButton i:last-of-type {
  top: 10px;
}

.header .c-header__menuClose {
  display: none;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 30px;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .header .c-header__menuClose {
    height: 45px;
  }
}

.header .c-header__menuClose::after {
  content: "Close";
  display: inline-block;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .header .c-header__menuClose::after {
    font-size: 16px;
  }
}

.header .c-header__menuClose i {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 34px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .header .c-header__menuClose i {
    top: 12px;
  }
}

.header .c-header__menuClose i:first-of-type {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.header .c-header__menuClose i:last-of-type {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.header--clone {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header--clone.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header--clone.is-active {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.header--clone .c-header__logo a svg {
  width: 144px;
}

@media screen and (min-width: 769px) {
  .header--clone .c-header__logo a svg {
    width: 276px;
  }
}

/* .header--clone .c-header__logoTagline {
  margin: 0;
} */

@media screen and (min-width: 769px) {
  .header--clone .c-header__menuClose {
    margin-top: 32px;
  }
}

.header.-_top {
  background-color: #fbd554;
}

.header.-blog_detail, .header.-_about, .header.-error, .header.-terms, .header.-document_detail, .header.-_document_complete {
  background-color: transparent;
}

.header.is-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 10;
}

.header.is-active .c-header__logo a svg {
  fill: #fff;
}

.header.is-active .c-header__logoTagline {
  color: #fff;
}

.header.is-active .c-header__nav {
  display: block;
}
@media screen and (max-width: 768px) {
  .header.is-active .c-header__nav {
    max-height: calc(100vh - 60px); /* 60pxの部分はヘッダー自体の高さに合わせて調整 */
    overflow-y: auto;              /* 縦方向にスクロールを許可 */
    -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
  }
}

.header.is-active .c-header__searchButton {
  display: none;
}

.header.is-active .c-header__menuButton {
  display: none;
}

.header.is-active .c-header__menuClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.is-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 10;
}

.header.is-search .c-header__inner {
  max-width: 1076px;
}

.header.is-search .c-header__logo a svg {
  fill: #fff;
}

.header.is-search .c-header__logoTagline {
  color: #fff;
}

.header.is-search .c-header__navWrap {
  display: none;
}

.header.is-search .c-header__searchButton {
  display: none;
}

.header.is-search .c-header__menuButton {
  display: none;
}

.header.is-search .c-header__menuClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.itemContent {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .itemContent {
    max-width: 368px;
    width: calc((100% - 48px) / 2);
    margin-bottom: 48px;
  }
  .itemContent:nth-child(odd) {
    margin-right: 48px;
  }
}

.itemContent a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.itemContent .c-itemContent__figure {
  position: relative;
  margin-bottom: 12px;
}

.itemContent .c-itemContent__figureInner {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  padding-top: 66.5%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .itemContent .c-itemContent__figureInner {
    border-radius: 8px;
  }
}

.itemContent .c-itemContent__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.itemContent .c-itemContent__term {
  position: absolute;
  bottom: 12px;
  left: -12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  background-color: #000;
  border-radius: 4px;
  padding: 10px 12px;
  z-index: 1;
}

.itemContent .c-itemContent__text {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 8px;
}

@media screen and (min-width: 769px) {
  .itemContent .c-itemContent__text {
    margin: 0 0 12px;
  }
}

.itemContent .c-itemContent__annotation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-direction: column;
    gap: 1rem;
}

.itemContent .c-itemContent__tagList {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
}

.itemContent .c-itemContent__tagItem {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .itemContent .c-itemContent__tagItem {
    font-size: 16px;
  }
}

.itemContent .c-itemContent__tagItem::before {
  content: "#";
  display: inline-block;
  color: #fbd554;
  padding-right: 4px;
}

.itemContent .c-itemContent__tagItem:last-of-type {
  margin-right: 0;
}

.itemContent .c-itemContent__date {
  color: #999;
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .itemContent .c-itemContent__date {
    font-size: 16px;
  }
}

.mainvisual .itemContent {
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent {
    max-width: 100%;
    width: 640px;
    margin: 0 -12px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0.7) translateY(145px);
    transform: scale(0.7) translateY(145px);
  }
  @-webkit-keyframes slideItem {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
  }
  @keyframes slideItem {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
    }
  }
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent.slick-center, .mainvisual .itemContent.is-active-next {
    -webkit-animation: slideItemCenter 0.5s both;
    animation: slideItemCenter 0.5s both;
  }
  @-webkit-keyframes slideItemCenter {
    0% {
      -webkit-transform: scale(0.7) translateY(145px);
      transform: scale(0.7) translateY(145px);
    }
    65% {
      -webkit-transform: scale(1.08) translateY(-7px);
      transform: scale(1.08) translateY(-7px);
    }
    85% {
      -webkit-transform: scale(0.97) translateY(7px);
      transform: scale(0.97) translateY(7px);
    }
    100% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
  }
  @keyframes slideItemCenter {
    0% {
      -webkit-transform: scale(0.7) translateY(145px);
      transform: scale(0.7) translateY(145px);
    }
    65% {
      -webkit-transform: scale(1.08) translateY(-7px);
      transform: scale(1.08) translateY(-7px);
    }
    85% {
      -webkit-transform: scale(0.97) translateY(7px);
      transform: scale(0.97) translateY(7px);
    }
    100% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
  }
}

.mainvisual .itemContent .c-itemContent__figure {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent .c-itemContent__figure {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual .itemContent .c-itemContent__figureInner {
    border-radius: 0;
  }
}

.mainvisual .itemContent .c-itemContent__img {
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent .c-itemContent__img {
    border-radius: 12px;
  }
}

.mainvisual .itemContent .c-itemContent__term {
  bottom: 8px;
  left: 8px;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent .c-itemContent__term {
    bottom: 20px;
    left: -20px;
    font-size: 16px;
  }
}

.mainvisual .itemContent .c-itemContent__detail {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent .c-itemContent__detail {
    padding: 0;
  }
}

.mainvisual .itemContent .c-itemContent__text {
  font-size: 18px;
  margin: 0 0 16px;
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent .c-itemContent__text {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent .c-itemContent__tagItem {
    font-size: 16px;
  }
}

.mainvisual .itemContent .c-itemContent__tagItem::before {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .mainvisual .itemContent .c-itemContent__date {
    font-size: 16px;
  }
}

.moreLink {
  text-align: center;
  margin-top: 48px;
}

.moreLink .c-moreLink__text {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .moreLink .c-moreLink__text {
    font-size: 16px;
  }
}

.moreLink .c-moreLink__text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(assets/img/common/icon_link-arrow01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

@media screen and (min-width: 769px) {
  .moreLink .c-moreLink__text::after {
    width: 28px;
    height: 28px;
  }
}

.pager {
  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;
  max-width: 538px;
  margin: 0 auto;
}

.pager .c-pager__item {
  margin-right: 4px;
}

@media screen and (min-width: 769px) {
  .pager .c-pager__item {
    margin-right: 8px;
  }
}

.pager .c-pager__item:first-child {
  margin-right: 24px;
}

@media screen and (min-width: 769px) {
  .pager .c-pager__item:first-child {
    margin-right: 48px;
  }
}

.pager .c-pager__item:nth-last-child(2) {
  margin-right: 0;
}

.pager .c-pager__item:last-child {
  margin-left: 24px;
}

@media screen and (min-width: 769px) {
  .pager .c-pager__item:last-child {
    margin-left: 48px;
  }
}

.pager .c-pager__arrow {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 50%;
}

.pager .c-pager__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pager .c-pager__arrow.-disable {
  background-color: #f1f2f3;
  pointer-events: none;
}

.pager .c-pager__arrow.-disable::after {
  border-top: 3px solid #999;
  border-right: 3px solid #999;
}

.pager .c-pager__arrow.-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}

.pager .c-pager__arrow.-next {
  padding-left: 24px;
}

@media screen and (min-width: 769px) {
  .pager .c-pager__arrow.-next {
    margin-left: 48px;
  }
}

.pager .c-pager__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #000;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

.pager .c-pager__number:hover {
  color: #fbd554;
  background-color: #000;
  opacity: 1;
}

.pager .c-pager__number.-current {
  color: #fbd554;
  background-color: #000;
}

.pager .c-pager__point {
  font-size: 14px;
  font-weight: bold;
}

.searchContents {
  display: none;
  position: fixed;
  top: 96px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .searchContents {
    top: 208px;
  }
}

.searchContents .c-searchContents__inner {
  max-width: 760px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .searchContents .c-searchContents__inner {
    margin: 0 auto;
  }
}

.searchContents .c-searchContents__title {
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 16px;
}

@media screen and (min-width: 769px) {
  .searchContents .c-searchContents__title {
    margin: 0 0 24px;
  }
}

.searchContents .c-searchContents__formInner {
  position: relative;
}

.searchContents .c-searchContents__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 14px;
  background-color: #1a1a1a;
  border: 0px;
  border-radius: 8px;
  padding: 21px 40px 21px 16px;
  margin: 0px;
}

@media screen and (min-width: 769px) {
  .searchContents .c-searchContents__input {
    font-size: 16px;
    padding: 24px 64px 24px 24px;
  }
}

.searchContents .c-searchContents__submit {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .searchContents .c-searchContents__submit {
    right: 24px;
    width: 20px;
  }
}

.searchContents .c-searchContents__submit img {
  width: 100%;
}

.is-search + .searchContents {
  display: block;
}

.sectionHeader {
  margin-bottom: 36px;
}

@media screen and (min-width: 769px) {
  .sectionHeader {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 769px) {
  .sectionHeader .c-sectionHeader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .subSection.-sidebar .sectionHeader .c-sectionHeader__inner {
    max-width: 784px;
  }
  .papa-voice .subSection.-sidebar .sectionHeader .c-sectionHeader__inner {
    max-width: none;
  }
}

.sectionHeader .c-sectionHeader__caption {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 22px;
}

@media screen and (min-width: 769px) {
  .sectionHeader .c-sectionHeader__caption {
    padding-left: 40px;
  }
  body:not(.home) .sectionHeader .c-sectionHeader__caption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.sectionHeader .c-sectionHeader__caption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 6px;
  height: 100%;
  background-color: #fbd554;
  border-radius: 1px;
}

@media screen and (min-width: 769px) {
  .sectionHeader .c-sectionHeader__caption::before {
    width: 8px;
  }
}

.sectionHeader .c-sectionHeader__heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.24em;
  margin: 0 0 16px;
}

@media screen and (min-width: 769px) {
  .sectionHeader .c-sectionHeader__heading {
    font-size: 36px;
    margin: 0 0 28px;
  }
}

.sectionHeader .c-sectionHeader__ruby {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 5px);
  line-height: 1;
  margin: 0;
}

.sectionHeader .c-sectionHeader__ruby::before {
  content: "";
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  display: inline-block;
  width: calc(100% - 4px);
  height: 3px;
  background-color: #000;
  margin-right: 4px;
}

.sectionHeader .c-sectionHeader__ruby::after {
  content: "";
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: inline-block;
  width: 15px;
  height: 6px;
  border-left: 6px solid #000;
  border-right: 6px solid #000;
}

.sectionHeader .c-sectionHeader__ruby span {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-bottom: 2px;
  margin-right: 8px;
  margin-bottom: 2px;
}

@media screen and (min-width: 769px) {
  .sectionHeader .c-sectionHeader__ruby span {
    font-size: 16px;
  }
}

.sectionHeader .c-sectionHeader__text {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin: 36px 0 0;
}

@media screen and (min-width: 769px) {
  .sectionHeader .c-sectionHeader__text {
    font-size: 16px;
    margin-left: 48px;
  }
}

.sectionHeader .c-sectionHeader__text p {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .subSection.-sidebar .sectionHeader .c-sectionHeader__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.sectionHeader.-black .c-sectionHeader__heading {
  color: #fff;
}

.sectionHeader.-black .c-sectionHeader__ruby::before {
  background-color: #fff;
}

.sectionHeader.-black .c-sectionHeader__ruby::after {
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
}

.sectionHeader.-black .c-sectionHeader__ruby span {
  color: #fff;
}

.sectionHeader.-black .c-sectionHeader__text {
  color: #fff;
}

.sectionHeader.-sp {
  display: none;
}

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

@media screen and (min-width: 769px) {
  .sidebar {
    position: relative;
    top: -100px;
    width: 344px;
  }
}

@media screen and (min-width: 769px) {
  .blogDetail .sidebar {
    position: sticky;
    top: 0;
    height: max-content;
  }
}

.sidebar .c-sidebar__ranking {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  background-color: #333;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__ranking {
    left: 0;
    width: 100%;
    background-color: transparent;
  }
}

.sidebar .c-sidebar__rankingInner {
  padding: 40px 20px 20px;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingInner {
    padding: 0 0 24px;
  }
}

.sidebar .c-sidebar__rankingList1 {
  counter-reset: rankNumber 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .c-sidebar__rankingList2 {
  counter-reset: rankNumber 2;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .c-sidebar__rankingList3 {
  counter-reset: rankNumber 3;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .c-sidebar__rankingList4 {
  counter-reset: rankNumber 4;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .c-sidebar__rankingList5 {
  counter-reset: rankNumber 5;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .c-sidebar__rankingItem {
  margin-bottom: 24px;
}

.sidebar .c-sidebar__rankingItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.sidebar .c-sidebar__rankingFigure {
  max-width: 144px;
  width: 100%;
  margin-right: 16px;
}

.sidebar .c-sidebar__rankingFigure span {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding-top: 62.5%;
  overflow: hidden;
}

.sidebar .c-sidebar__rankingFigure img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.sidebar .c-sidebar__rankingCaption {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar .c-sidebar__rankingTitle {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingTitle {
    color: #000;
  }
}

.sidebar .c-sidebar__rankingSub {
  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;
  line-height: 0;
}

.sidebar .c-sidebar__rankingDate {
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingDate {
    font-size: 11px;
    color: #999;
    margin: 0;
  }
}

.sidebar .c-sidebar__rankingNumber1 {
  position: relative;
  right: -8px;
}

.sidebar .c-sidebar__rankingNumber1::after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% - 5px);
  height: 34px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber1::after {
    background-image: url(assets/img/common/icon_ranking-black.svg);
  }
}

@media screen and (max-width: 768px) {
  .sidebar .c-sidebar__rankingNumber1::after {
    top: calc(50% - 4px);
    width: 30px;
    height: 34px;
    background-image: url(assets/img/common/icon_ranking-yellow.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber1::after {
    background-image: url(assets/img/common/icon_ranking-black.svg);
  }
}

.sidebar .c-sidebar__rankingNumber1 span {
  position: relative;
  display: inline-block;
  width: 24px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber1 span {
    color: #fbd554;
  }
}

@media screen and (max-width: 768px) {
  .sidebar .c-sidebar__rankingNumber1 span {
    color: #000;
  }
}

.sidebar .c-sidebar__rankingNumber1 span::before {
  content: counter(rankNumber);
}

.sidebar .c-sidebar__rankingNumber2 {
  position: relative;
  right: -8px;
}

.sidebar .c-sidebar__rankingNumber2::after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 38px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% - 5px);
  height: 34px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber2::after {
    background-image: url(assets/img/common/icon_ranking-black.svg);
  }
}

@media screen and (max-width: 768px) {
  .sidebar .c-sidebar__rankingNumber2::after {
    top: calc(50% - 4px);
    width: 30px;
    height: 34px;
    background-image: url(assets/img/common/icon_ranking-yellow.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber2::after {
    background-image: url(assets/img/common/icon_ranking-black.svg);
  }
}

.sidebar .c-sidebar__rankingNumber2 span {
  position: relative;
  display: inline-block;
  width: 24px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber2 span {
    color: #fbd554;
  }
}

@media screen and (max-width: 768px) {
  .sidebar .c-sidebar__rankingNumber2 span {
    color: #000;
  }
}

.sidebar .c-sidebar__rankingNumber2 span::before {
  content: counter(rankNumber);
}

.sidebar .c-sidebar__rankingNumber3 {
  position: relative;
  right: -8px;
}

.sidebar .c-sidebar__rankingNumber3::after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 32px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% - 5px);
  height: 34px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 0;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber3::after {
    background-image: url(assets/img/common/icon_ranking-black.svg);
  }
}

@media screen and (max-width: 768px) {
  .sidebar .c-sidebar__rankingNumber3::after {
    top: calc(50% - 4px);
    height: 34px;
    width: 30px;
    background-image: url(assets/img/common/icon_ranking-yellow.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber3::after {
    background-image: url(assets/img/common/icon_ranking-black.svg);
  }
}

.sidebar .c-sidebar__rankingNumber3 span {
  position: relative;
  display: inline-block;
  width: 24px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber3 span {
    color: #fbd554;
  }
}

@media screen and (max-width: 768px) {
  .sidebar .c-sidebar__rankingNumber3 span {
    color: #000;
  }
}

.sidebar .c-sidebar__rankingNumber3 span::before {
  content: counter(rankNumber);
}

.sidebar .c-sidebar__rankingNumber4 {
  position: relative;
  right: -8px;
}

.sidebar .c-sidebar__rankingNumber4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber4::after {
    background-color: #f1f2f3;
  }
}

.sidebar .c-sidebar__rankingNumber4 span {
  position: relative;
  display: inline-block;
  width: 24px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber4 span {
    color: #000;
  }
}

.sidebar .c-sidebar__rankingNumber4 span::before {
  content: counter(rankNumber);
}

.sidebar .c-sidebar__rankingNumber5 {
  position: relative;
  right: -8px;
}

.sidebar .c-sidebar__rankingNumber5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber5::after {
    background-color: #f1f2f3;
  }
}

.sidebar .c-sidebar__rankingNumber5 span {
  position: relative;
  display: inline-block;
  width: 24px;
  color: #fff;
  font-family: "Questrial", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .sidebar .c-sidebar__rankingNumber5 span {
    color: #000;
  }
}

.sidebar .c-sidebar__rankingNumber5 span::before {
  content: counter(rankNumber);
}

.sidebar .ban ul {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
}

.sidebar .ban ul li {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .sidebar .ban ul li {
    margin-bottom: 30px;
  }
}

.sidebar .ban ul .sidebar_image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .sidebar .ban ul {
    margin-bottom: 40px;
  }
}

.tagContent .c-tagContent__inner {
  padding: 40px 0 20px;
}

@media screen and (min-width: 769px) {
  .tagContent .c-tagContent__inner {
    padding: 0;
  }
}

.tagContent .c-tagContent__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 450px);
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .tagContent .c-tagContent__list {
    max-height: calc(100vh - 400px);
  }
}

.tagContent .c-menuContent__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 450px);
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .tagContent .c-menuContent__list {
    max-height: calc(100vh - 400px);
  }
}

.tagContent .c-tagContent__item {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: 2px dashed #999;
    padding-bottom: 6px;
    margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .tagContent .c-tagContent__item {
    font-size: 16px;
  }
}

.tagContent .c-menuContent__item a {
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.tagContent .c-menuContent__item a::before {
  content: "#";
  display: inline-block;
  color: #fbd554;
  padding-right: 4px;
}
.tagContent .c-menuContent__item {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
/* 目次のリンクがアクティブな時（JSが is-active を付けます） */
.c-menuContent__item a.is-active {
    color: #ff9900; /* オレンジ */
    font-weight: bold;
    text-decoration: underline;
}

/* リンク全般の見た目調整 */
.c-menuContent__item a {
    display: block;
    padding: 4px 0;
    transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .tagContent .c-menuContent__item {
    font-size: 16px;
  }
}

.tagContent .c-tagContent__item a {
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.tagContent .c-tagContent__item a::before {
  content: "#";
  display: inline-block;
  color: #fbd554;
  padding-right: 4px;
}

.tagContent--wh {
  margin-top: 48px;
}

@media screen and (min-width: 769px) {
  .tagContent--wh {
    margin-top: 72px;
  }
}

.tagContent--wh .c-tagContent__inner {
  padding: 0;
}

.tagContent--wh .c-tagContent__item {
  margin-right: 12px;
}

@media screen and (min-width: 769px) {
  .tagContent--wh .c-tagContent__item {
    font-size: 16px;
    padding-bottom: 10px;
    margin-right: 32px;
    margin-bottom: 28px;
  }
}

.tagContent--wh .c-tagContent__item a {
  color: #fff;
}

.about {
  margin-bottom: 168px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 80px;
  }
}

.about .inner {
  position: relative;
}

.about .sectionHeader {
  margin-bottom: 36px;
}

@media screen and (min-width: 769px) {
  .about .sectionHeader {
    margin-bottom: 72px;
  }
}

.about .s-about__container {
  position: relative;
  padding-top: 56px;
}

@media screen and (max-width: 768px) {
  .about .s-about__container {
    padding-top: 40px;
  }
}

.about .s-about__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 960px;
  height: 320px;
  background-image: url(assets/img/common/logo_gray.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about .s-about__container::before {
    top: 16px;
    right: -9px;
    width: 312px;
    height: 104px;
  }
}

.about .s-about__heading {
  position: relative;
  width: 560px;
  margin: 0 auto 70px;
  background-image: url(assets/img/common/bg_about-pc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .about .s-about__heading {
    max-width: 335px;
    width: 100%;
    margin: 0 auto 32px;
  }
}

.about .s-about__headingInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 232px;
}

@media screen and (max-width: 768px) {
  .about .s-about__headingInner {
    height: 128px;
  }
}

.about .s-about__headingText {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin: 0 0 0 90px;
}

@media screen and (max-width: 768px) {
  .about .s-about__headingText {
    font-size: 32px;
    margin: 0 0 0 50px;
  }
}

@media screen and (max-width: 374px) {
  .about .s-about__headingText {
    font-size: 8.5vw;
    margin: 0 0 0 13.7vw;
  }
}

.about .s-about__text {
  max-width: 880px;
  font-size: 18px;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .about .s-about__text {
    position: relative;
    width: calc(100% + 10px);
    left: -5px;
    font-size: 16px;
  }
}

.about .s-about__text p {
  margin: 0 0 2em;
}

.about .s-about__text p:last-of-type {
  margin: 0;
}

.blogDetail .s-blogDetail__container {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__intro {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }
}

.blogDetail .s-blogDetail__caption {
  position: relative;
  padding: 12px 0 12px 56px;
  margin-bottom: 52px;
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__caption {
    max-width: 784px;
    width: calc(100% - 416px);
  }
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__caption {
    padding: 8px 20px 8px 28px;
  }
}

.blogDetail .s-blogDetail__caption::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 100%;
  background-color: #fbd554;
}

.blogDetail .s-blogDetail__captionCategory {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 5px);
  margin: 0 0 28px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__captionCategory {
    margin: 0 0 16px;
  }
}

.blogDetail .s-blogDetail__captionCategory::before {
  content: "";
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  display: inline-block;
  width: calc(100% - 24px);
  height: 3px;
  background-color: #000;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__captionCategory::before {
    margin-right: 12px;
  }
}

.blogDetail .s-blogDetail__captionCategory::after {
  content: "";
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: inline-block;
  width: 30px;
  height: 12px;
  border-left: 12px solid #fbd554;
  border-right: 12px solid #fbd554;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__captionCategory::after {
    width: 20px;
    height: 8px;
    border-left: 8px solid #fbd554;
    border-right: 8px solid #fbd554;
  }
}

.blogDetail .s-blogDetail__captionCategory span {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  font-size: 12px;
  font-weight: 900;
  padding-bottom: 2px;
  margin-right: 8px;
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__captionCategory span {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__captionTitle {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__captionTitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.blogDetail .s-blogDetail__captionTagList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.blogDetail .s-blogDetail__captionTagItem {
  margin-right: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__captionTagItem {
    margin-right: 8px;
  }
}

.blogDetail .s-blogDetail__captionTagItem a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  background-color: #000;
  border-radius: 5px;
  padding: 10px 15px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__captionTagItem a {
    font-size: 14px;
    border-radius: 4px;
    padding: 8px 12px;
  }
}

.blogDetail .s-blogDetail__captionTagItem a::before {
  content: "#";
  display: inline-block;
  color: #fbd554;
  font-size: 18px;
  margin-right: 4px;
  vertical-align: -1px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__captionTagItem a::before {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__aside {
    width: 352px;
  }
}

.blogDetail .s-blogDetail__content {
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__content {
    max-width: 784px;
    width: calc(100% - 416px);
  }
}

.blogDetail .s-blogDetail__contentIcatch {
  position: relative;
  width: 100%;
  padding-top: 68.5%;
  border-radius: 12px;
  margin-bottom: 48px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentIcatch {
    left: -20px;
    width: calc(100% + 40px);
    padding-top: calc((100% + 40px) * 0.685);
    border-radius: 0;
  }
}

.blogDetail .s-blogDetail__contentIcatch img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.blogDetail .s-blogDetail__contentToc {
  position: relative;
}

.blogDetail .s-blogDetail__contentToc p {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  background-color: #fff;
  padding-right: 1em;
  margin: 0;
}

.blogDetail .s-blogDetail__contentToc ul.h2list {
  list-style: none;
  padding-left: 16px;
}

.blogDetail .s-blogDetail__contentToc ul.h2list li {
  line-height: 1.4;
  margin-bottom: 12px;
  padding-left: 20px;
  text-indent: -10px;
}

.blogDetail .s-blogDetail__contentToc ul.h2list li a {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentToc ul.h2list li a {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__contentToc ul.h2list li a::before {
  content: "#";
  display: inline-block;
  color: #fbd554;
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentToc ul.h2list li a::before {
    font-size: 17px;
  }
}

.blogDetail .s-blogDetail__contentToc ul.h3list {
  list-style: none;
  padding-left: 16px;
}

.blogDetail .s-blogDetail__contentToc ul.h3list li {
  line-height: 1.4;
  margin-bottom: 12px;
  padding-left: 20px;
  text-indent: -10px;
}

.blogDetail .s-blogDetail__contentToc ul.h3list li a {
  color: #000;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentToc ul.h3list li a {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__contentToc ul.h3list li a::before {
  content: "#";
  display: inline-block;
  color: #999;
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentToc ul.h3list li a::before {
    font-size: 17px;
  }
}

.blogDetail .s-blogDetail__contentCredit {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border: 3px solid #000;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCredit {
    padding: 16px;
    margin: 20px;
  }
}

.blogDetail .s-blogDetail__contentCredit::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 24px;
  display: inline-block;
  width: 20px;
  height: 16px;
  border-left: 8px solid #fbd554;
  border-right: 8px solid #fbd554;
  z-index: 1;
}

.blogDetail .s-blogDetail__contentCredit > img {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCredit > img {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 56px;
    height: 56px;
  }
}

.blogDetail .s-blogDetail__contentCredit dl {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCredit dl {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}

.blogDetail .s-blogDetail__contentCredit dl dt {
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCredit dl dt {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__contentCredit dl dd {
  font-weight: 900;
  line-height: 1.3;
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCredit dl dd {
    font-size: 16px;
    margin: 6px 0 0;
  }
}

.blogDetail .s-blogDetail__contentCredit.-bk {
  border: 3px solid #f1f2f3;
}

.blogDetail .s-blogDetail__contentCredit.-bk::before {
  border-left: 8px solid #000;
  border-right: 8px solid #000;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCredit.-bk .s-blogDetail__contentCreditSns {
    border-top: 2px dashed #f1f2f3;
  }
}

.blogDetail .s-blogDetail__contentCreditSns {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCreditSns {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 2px dashed #000;
    padding-top: 14px;
  }
}

.blogDetail .s-blogDetail__contentCreditSns span {
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.blogDetail .s-blogDetail__contentCreditSns ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.blogDetail .s-blogDetail__contentCreditSns ul li {
  margin-left: 16px;
  line-height: 1;
}

.blogDetail .s-blogDetail__contentCreditSns ul li:first-child {
  margin-left: 0;
}

.blogDetail .s-blogDetail__contentCreditSns img {
  width: 32px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCreditSns img {
    width: 28px;
  }
}

.blogDetail .s-blogDetail__contentCreditText {
  grid-row: 2 / 3;
  grid-column: 2 / 4;
  font-size: 14px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentCreditText {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 14px;
  }
}

.blogDetail .s-blogDetail__contentCreditText p {
  margin: 0;
}

.blogDetail .s-blogDetail__contentInner, .blogDetail .s-blogDetail__contentInner2 {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner, .blogDetail .s-blogDetail__contentInner2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.blogDetail .s-blogDetail__contentInner > *, .blogDetail .s-blogDetail__contentInner2 > * {
  margin-top: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner > *, .blogDetail .s-blogDetail__contentInner2 > * {
    margin-top: 16px;
  }
}

.blogDetail .s-blogDetail__contentInner h2, .blogDetail .s-blogDetail__contentInner2 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-top: 48px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner h2, .blogDetail .s-blogDetail__contentInner2 h2 {
    font-size: 18px;
    padding-top: 44px;
    padding-bottom: 4px;
  }
}

.blogDetail .s-blogDetail__contentInner h2::before, .blogDetail .s-blogDetail__contentInner2 h2::before {
  content: "#";
  position: absolute;
  top: 0;
  right: 100%;
  color: #fbd554;
  font-family: "Questrial", sans-serif;
  font-size: 75.5px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner h2::before, .blogDetail .s-blogDetail__contentInner2 h2::before {
    top: 15px;
    left: -10px;
    right: 0;
    font-size: 40px;
  }
}

.blogDetail .s-blogDetail__contentInner h3, .blogDetail .s-blogDetail__contentInner2 h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner h3, .blogDetail .s-blogDetail__contentInner2 h3 {
    font-size: 16px;
    margin-top: 44px;
    margin-bottom: 20px;
  }
}

.blogDetail .s-blogDetail__contentInner h3::before, .blogDetail .s-blogDetail__contentInner h3::after, .blogDetail .s-blogDetail__contentInner2 h3::before, .blogDetail .s-blogDetail__contentInner2 h3::after {
  content: "";
  position: absolute;
  left: -24px;
  display: inline-block;
  width: calc(100% + 48px);
  height: 3px;
  background-color: #f1f2f3;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner h3::before, .blogDetail .s-blogDetail__contentInner h3::after, .blogDetail .s-blogDetail__contentInner2 h3::before, .blogDetail .s-blogDetail__contentInner2 h3::after {
    left: 0;
    width: 100%;
  }
}

.blogDetail .s-blogDetail__contentInner h3::before, .blogDetail .s-blogDetail__contentInner2 h3::before {
  top: 0;
}

.blogDetail .s-blogDetail__contentInner h3::after, .blogDetail .s-blogDetail__contentInner2 h3::after {
  bottom: 0;
}

.blogDetail .s-blogDetail__contentInner h4, .blogDetail .s-blogDetail__contentInner2 h4 {
  font-size: 16px;
  letter-spacing: 0.08em;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner h4, .blogDetail .s-blogDetail__contentInner2 h4 {
    font-size: 14px;
    padding-bottom: 4px;
  }
}

.blogDetail .s-blogDetail__contentInner p, .blogDetail .s-blogDetail__contentInner2 p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner p, .blogDetail .s-blogDetail__contentInner2 p {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__contentInner p img, .blogDetail .s-blogDetail__contentInner2 p img {
  max-width: 100%;
}

.blogDetail .s-blogDetail__contentInner ol, .blogDetail .s-blogDetail__contentInner2 ol {
  counter-reset: number 0;
  list-style: none;
  padding: 0;
  margin-right: 0;
}

.blogDetail .s-blogDetail__contentInner ol li, .blogDetail .s-blogDetail__contentInner2 ol li {
  padding-left: 2em;
  text-indent: -1.9em;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner ol li, .blogDetail .s-blogDetail__contentInner2 ol li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.blogDetail .s-blogDetail__contentInner ol li::before, .blogDetail .s-blogDetail__contentInner2 ol li::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ". ";
  color: #ccc;
  font-family: "Questrial", sans-serif;
  font-size: 17px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner ol li::before, .blogDetail .s-blogDetail__contentInner2 ol li::before {
    font-size: 15px;
  }
}

.blogDetail .s-blogDetail__contentInner ol li:last-of-type, .blogDetail .s-blogDetail__contentInner2 ol li:last-of-type {
  margin-bottom: 0;
}

.blogDetail .s-blogDetail__contentInner ul, .blogDetail .s-blogDetail__contentInner2 ul {
  padding: 0 0 0 2em;
  margin-right: 0;
}

.blogDetail .s-blogDetail__contentInner ul li, .blogDetail .s-blogDetail__contentInner2 ul li {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner ul li, .blogDetail .s-blogDetail__contentInner2 ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.blogDetail .s-blogDetail__contentInner ul li:last-of-type, .blogDetail .s-blogDetail__contentInner2 ul li:last-of-type {
  margin-bottom: 0;
}

.blogDetail .s-blogDetail__contentInner figure, .blogDetail .s-blogDetail__contentInner2 figure {
  margin-left: 0;
  margin-right: 0;
}

.blogDetail .s-blogDetail__contentInner figure img, .blogDetail .s-blogDetail__contentInner2 figure img {
  width: 100%;
}

.blogDetail .s-blogDetail__contentInner figure figcaption, .blogDetail .s-blogDetail__contentInner2 figure figcaption {
  color: #999;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner figure figcaption, .blogDetail .s-blogDetail__contentInner2 figure figcaption {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__contentInner .fr-img-space-wrap img, .blogDetail .s-blogDetail__contentInner2 .fr-img-space-wrap img {
  max-width: 100%;
}

.blogDetail .s-blogDetail__contentInner .fr-img-space-wrap .fr-inner, .blogDetail .s-blogDetail__contentInner2 .fr-img-space-wrap .fr-inner {
  display: block;
  color: #999;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner .fr-img-space-wrap .fr-inner, .blogDetail .s-blogDetail__contentInner2 .fr-img-space-wrap .fr-inner {
    font-size: 12px;
  }
}

.blogDetail .s-blogDetail__contentInner table, .blogDetail .s-blogDetail__contentInner2 table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.blogDetail .s-blogDetail__contentInner table tr:not(:last-of-type), .blogDetail .s-blogDetail__contentInner2 table tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.blogDetail .s-blogDetail__contentInner table tr th,
.blogDetail .s-blogDetail__contentInner table tr td, .blogDetail .s-blogDetail__contentInner2 table tr th,
.blogDetail .s-blogDetail__contentInner2 table tr td {
  font-size: 14px;
  line-height: 1.5;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner table tr th,
  .blogDetail .s-blogDetail__contentInner table tr td, .blogDetail .s-blogDetail__contentInner2 table tr th,
  .blogDetail .s-blogDetail__contentInner2 table tr td {
    font-size: 16px;
    padding: 10px;
  }
}

.blogDetail .s-blogDetail__contentInner table tr th, .blogDetail .s-blogDetail__contentInner2 table tr th {
  color: #fff;
  background-color: #333;
}

.blogDetail .s-blogDetail__contentInner table.-type01 tr:nth-child(even) td, .blogDetail .s-blogDetail__contentInner2 table.-type01 tr:nth-child(even) td {
  background-color: #f1f2f3;
}

.blogDetail .s-blogDetail__contentInner table.-type01 tr th,
.blogDetail .s-blogDetail__contentInner table.-type01 tr td, .blogDetail .s-blogDetail__contentInner2 table.-type01 tr th,
.blogDetail .s-blogDetail__contentInner2 table.-type01 tr td {
  text-align: left;
  vertical-align: top;
}

.blogDetail .s-blogDetail__contentInner table.-type02 tr:nth-child(odd) td, .blogDetail .s-blogDetail__contentInner2 table.-type02 tr:nth-child(odd) td {
  background-color: #f1f2f3;
}

.blogDetail .s-blogDetail__contentInner table.-type02 tr th,
.blogDetail .s-blogDetail__contentInner table.-type02 tr td, .blogDetail .s-blogDetail__contentInner2 table.-type02 tr th,
.blogDetail .s-blogDetail__contentInner2 table.-type02 tr td {
  text-align: center;
}

.blogDetail .s-blogDetail__contentInner table.fr-alternate-rows tr:nth-child(even) td, .blogDetail .s-blogDetail__contentInner2 table.fr-alternate-rows tr:nth-child(even) td {
  background-color: #f1f2f3;
}

.blogDetail .s-blogDetail__contentInner table.fr-alternate-rows tr th,
.blogDetail .s-blogDetail__contentInner table.fr-alternate-rows tr td, .blogDetail .s-blogDetail__contentInner2 table.fr-alternate-rows tr th,
.blogDetail .s-blogDetail__contentInner2 table.fr-alternate-rows tr td {
  text-align: center;
}

.blogDetail .s-blogDetail__contentInner table.fr-dashed-borders tr th,
.blogDetail .s-blogDetail__contentInner table.fr-dashed-borders tr td, .blogDetail .s-blogDetail__contentInner2 table.fr-dashed-borders tr th,
.blogDetail .s-blogDetail__contentInner2 table.fr-dashed-borders tr td {
  text-align: left;
}

.blogDetail .s-blogDetail__contentInner table.fr-dashed-borders tr th:first-child,
.blogDetail .s-blogDetail__contentInner table.fr-dashed-borders tr td:first-child, .blogDetail .s-blogDetail__contentInner2 table.fr-dashed-borders tr th:first-child,
.blogDetail .s-blogDetail__contentInner2 table.fr-dashed-borders tr td:first-child {
  color: #fff;
  font-weight: bold;
  background-color: #333;
}
.fr-view blockquote {
    border-left: solid 6px #5E35B1;
    margin-left: 0;
    padding-left: 5px;
    color: #5E35B1;
}
.blogDetail .s-blogDetail__contentInner blockquote, .blogDetail .s-blogDetail__contentInner2 blockquote {
  position: relative;
  line-height: 1.6;
  background-color: #f1f2f3;
  border-radius: 8px;
  padding: 36px 32px;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner blockquote, .blogDetail .s-blogDetail__contentInner2 blockquote {
    font-size: 14px;
    padding: 20px 16px;
  }
}

.blogDetail .s-blogDetail__contentInner blockquote::before, .blogDetail .s-blogDetail__contentInner blockquote::after, .blogDetail .s-blogDetail__contentInner2 blockquote::before, .blogDetail .s-blogDetail__contentInner2 blockquote::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 48px;
  background-image: url(assets/img/common/icon_blockquote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner blockquote::before, .blogDetail .s-blogDetail__contentInner blockquote::after, .blogDetail .s-blogDetail__contentInner2 blockquote::before, .blogDetail .s-blogDetail__contentInner2 blockquote::after {
    width: 40px;
    height: 32px;
  }
}

.blogDetail .s-blogDetail__contentInner blockquote::before, .blogDetail .s-blogDetail__contentInner2 blockquote::before {
  top: 24px;
  left: 16px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner blockquote::before, .blogDetail .s-blogDetail__contentInner2 blockquote::before {
    top: 12px;
    left: 12px;
  }
}

.blogDetail .s-blogDetail__contentInner blockquote::after, .blogDetail .s-blogDetail__contentInner2 blockquote::after {
  bottom: 24px;
  right: 16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentInner blockquote::after, .blogDetail .s-blogDetail__contentInner2 blockquote::after {
    bottom: 12px;
    right: 12px;
  }
}

.blogDetail .s-blogDetail__baloonContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__baloonContent {
    margin-top: 16px;
  }
}

.blogDetail .s-blogDetail__baloonContent img {
  display: inline-block;
  width: 72px;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__baloonContent img {
    width: 44px;
    margin-right: 8px;
  }
}

.blogDetail .s-blogDetail__baloonContent dl {
  margin: 0;
}

.blogDetail .s-blogDetail__baloonContent dl dt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__baloonContent dl dt {
    font-size: 10px;
  }
}

.blogDetail .s-blogDetail__baloonContent dl dd {
  position: relative;
  background-color: #f1f2f3;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__baloonContent dl dd {
    font-size: 14px;
    padding: 8px;
    margin-top: 8px;
  }
}

.blogDetail .s-blogDetail__baloonContent dl dd::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #f1f2f3 transparent transparent;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__baloonContent dl dd::before {
    border-width: 0 8px 8px 0;
  }
}

.blogDetail .s-blogDetail__baloonContent.-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.blogDetail .s-blogDetail__baloonContent.-r img {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__baloonContent.-r img {
    margin-left: 8px;
  }
}

.blogDetail .s-blogDetail__baloonContent.-r dl dt {
  text-align: right;
}

.blogDetail .s-blogDetail__baloonContent.-r dl dd::before {
  right: 0;
  left: 100%;
  border-width: 16px 16px 0 0;
  border-color: #f1f2f3 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__baloonContent.-r dl dd::before {
    border-width: 8px 8px 0 0;
  }
}

.blogDetail .s-blogDetail__contentShare {
  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;
  border-top: 2px dashed #000;
  border-bottom: 2px solid #000;
  padding: 32px 0;
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentShare {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
    margin-top: 32px;
  }
}

.blogDetail .s-blogDetail__contentShareTitle {
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentShareTitle {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__contentShareList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blogDetail .s-blogDetail__contentShareItem {
  line-height: 1;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentShareItem {
    margin-left: 24px;
  }
}

.blogDetail .s-blogDetail__contentShareItem img {
  display: inline-block;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentShareItem img {
    width: 28px;
  }
}

.blogDetail .s-blogDetail__contentRelated {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentRelated {
    margin-top: 80px;
  }
}

.blogDetail .s-blogDetail__contentRelatedTitle {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 48px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentRelatedTitle {
    font-size: 18px;
    margin: 0 0 40px;
  }
}

.blogDetail .s-blogDetail__contentRelatedRuby {
  display: inline-block;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__contentRelatedRuby {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__contentRelatedList {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__contentRelatedList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.blogDetail .s-blogDetail__contentRelatedList .itemContent {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .blogDetail .s-blogDetail__contentRelatedList .itemContent {
    max-width: 368px;
    width: calc((100% - 48px) / 2);
    margin-bottom: 48px;
  }
  .blogDetail .s-blogDetail__contentRelatedList .itemContent:nth-child(odd) {
    margin-right: 48px;
  }
}

.blogDetail .s-blogDetail__date {
  border-top: 3px dashed #000;
  border-bottom: 3px dashed #000;
  padding: 28px 0;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__date {
    padding: 16px 0;
    margin: 0 0 24px;
  }
}

.blogDetail .s-blogDetail__dateList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__dateList {
    padding: 0 28px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.blogDetail .s-blogDetail__dateItem {
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__dateItem {
    font-size: 16px;
  }
  .blogDetail .s-blogDetail__dateItem:first-of-type {
    margin-right: 28px;
  }
}

.blogDetail .s-blogDetail__dateItem time {
  display: block;
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__dateItem time {
    display: inline-block;
    font-size: 16px;
    vertical-align: -2px;
    margin-top: 0;
  }
}

.blogDetail .s-blogDetail__share {
  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;
  margin-bottom: 66px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__share {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 28px;
    margin-bottom: 24px;
  }
}

.blogDetail .s-blogDetail__shareTitle {
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__shareTitle {
    font-size: 16px;
  }
}

.blogDetail .s-blogDetail__shareList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blogDetail .s-blogDetail__shareItem {
  margin-right: 20px;
}

.blogDetail .s-blogDetail__shareItem:last-of-type {
  margin-right: 0;
}

.blogDetail .s-blogDetail__shareItem img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .blogDetail .s-blogDetail__shareItem img {
    width: 28px;
  }
}

@media screen and (min-width: 769px) {
  .blogList .s-blogList__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.blogList .s-blogList__container {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .blogList .s-blogList__container {
    padding-top: 56px;
  }
}

.blogList .s-blogList__contents {
  margin-bottom: 80px;
}

.blogList .s-blogList__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .blogList .s-blogList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 24px;
  }
}

.blogList .s-blogList__list .itemContent {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .blogList .s-blogList__list .itemContent {
    max-width: 368px;
    width: calc((100% - 48px) / 2);
    margin-bottom: 48px;
  }
  .blogList .s-blogList__list .itemContent:nth-child(odd) {
    margin-right: 48px;
  }
}

@media screen and (min-width: 769px) {
  .blogList.-top .s-blogList__container {
    padding-top: 120px;
  }
}

.blogList.-sp .s-blogList .sectionHeader {
  display: none;
}

@media screen and (min-width: 769px) {
  .blogList.-sp .s-blogList .sectionHeader {
    display: block;
  }
}

.blogList.-left .itemContent {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .blogList.-left .itemContent {
    width: calc((100% - 96px) / 3);
  }
  .blogList.-left .itemContent:first-child {
    max-width: 100%;
    width: 100%;
  }
  .blogList.-left .itemContent:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blogList.-left .itemContent:first-child .c-itemContent__text {
    font-size: 24px;
  }
  .blogList.-left .itemContent:first-child .c-itemContent__figure {
    width: 576px;
    margin-right: 72px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .blogList.-left .itemContent:first-child .c-itemContent__img {
    border-radius: 12px;
  }
}

@media screen and (min-width: 769px) {
  .blogList.-left .itemContent:first-child .c-itemContent__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 512px;
  }
}

.blogList.-right .itemContent {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .blogList.-right .itemContent {
    width: calc((100% - 96px) / 3);
  }
  .blogList.-right .itemContent:first-child {
    max-width: 100%;
    width: 100%;
  }
  .blogList.-right .itemContent:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .blogList.-right .itemContent:first-child .c-itemContent__text {
    font-size: 24px;
  }
  .blogList.-right .itemContent:first-child .c-itemContent__figure {
    width: 576px;
    margin-left: 72px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .blogList.-right .itemContent:first-child .c-itemContent__img {
    border-radius: 12px;
  }
}

@media screen and (min-width: 769px) {
  .blogList.-right .itemContent:first-child .c-itemContent__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 512px;
    margin-left: auto;
  }
}

.blogList.-black {
  position: relative;
  background-color: #333;
}

.blogList.-black .s-blogList__container {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .blogList.-black .s-blogList__container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.blogList.-black .itemContent .c-itemContent__text {
  color: #fff;
}

.blogList.-black .itemContent .c-itemContent__tagItem {
  color: #fff;
}

.blogList.-black .moreLink .c-moreLink__text {
  color: #fff;
}

.blogList.-black .moreLink .c-moreLink__text::after {
  background-image: url(assets/img/common/icon_link-arrow02.svg);
}

.blogList.-black .s-blogList__container {
  position: relative;
  z-index: 0;
}

.blogList.-black .s-blogList__container::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -37px;
  display: inline-block;
  width: 260px;
  height: 207px;
  background-image: url(assets/img/bg-mylife.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .blogList.-black .s-blogList__container::before {
    top: 30px;
    right: -68px;
    width: 740px;
    height: 521px;
  }
}

.blogList.-black .sectionHeader .c-sectionHeader__heading {
  color: #fff;
}

.blogList.-black .sectionHeader .c-sectionHeader__ruby::before {
  background-color: #fff;
}

.blogList.-black .sectionHeader .c-sectionHeader__ruby::after {
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
}

.blogList.-black .sectionHeader .c-sectionHeader__ruby span {
  color: #fff;
}

.blogList.-black .sectionHeader .c-sectionHeader__text {
  color: #fff;
}

.blogList.-sp .sectionHeader {
  display: none;
}

@media screen and (min-width: 769px) {
  .blogList.-sp .sectionHeader {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .blogList.-sidebar .s-blogList__contents {
    max-width: 784px;
    width: calc(100% - 416px);
  }
}

.campany .inner .s-campany__tableList {
  width: 100%;
  border-radius: var(--border-radius);
  border: 3px solid var(--color-base-primary);
  background-color: #fff;
}

.campany .inner .s-campany__tableList .s-campany__tableItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.campany .inner .s-campany__tableList .s-campany__tableItem + .s-campany__tableItem .s-campany__tableTitle {
  border-top: 3px solid #fff;
}

.campany .inner .s-campany__tableList .s-campany__tableItem + .s-campany__tableItem .s-campany__tableDescription {
  border-top: 2px dotted var(--color-base-primary);
  background-size: 8px 1px;
}

.campany .inner .s-campany__tableList .s-campany__tableItem .s-campany__tableTitle {
  font-size: var(--font-size-s);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  font-weight: bold;
  min-width: 200px;
  padding: 16px 10px 16px 30px;
}

@media screen and (max-width: 768px) {
  .campany .inner .s-campany__tableList .s-campany__tableItem .s-campany__tableTitle {
    font-size: var(--font-size-s-sp);
  }
}

@media screen and (max-width: 768px) {
  .campany .inner .s-campany__tableList .s-campany__tableItem .s-campany__tableTitle {
    min-width: 100px;
    padding: 16px 10px;
  }
}

.campany .inner .s-campany__tableList .s-campany__tableItem .s-campany__tableDescription {
  font-size: var(--font-size-s);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 40px;
}

@media screen and (max-width: 768px) {
  .campany .inner .s-campany__tableList .s-campany__tableItem .s-campany__tableDescription {
    font-size: var(--font-size-s-sp);
  }
}

@media screen and (max-width: 768px) {
  .campany .inner .s-campany__tableList .s-campany__tableItem .s-campany__tableDescription {
    padding: 16px;
  }
}

.complete {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .complete {
    padding: 60px 0 80px;
  }
}

.complete .s-complete__content {
  text-align: center;
}

.complete .s-complete__contentLabel {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}

.complete .s-complete__contentTitle {
  font-size: var(--font-size-m);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 22px 0 0;
}

@media screen and (max-width: 768px) {
  .complete .s-complete__contentTitle {
    font-size: var(--font-size-m-sp);
  }
}

.complete .s-complete__contentText {
  font-size: var(--font-size-s);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .complete .s-complete__contentText {
    font-size: var(--font-size-s-sp);
  }
}

.complete .s-complete__contentButton {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta {
  position: relative;
  padding-bottom: 22px;
}

.cta .inner {
  max-width: 920px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .cta .inner {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cta {
    padding-bottom: 40px;
  }
}

.cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 115px;
  background-color: #fbd554;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .cta::before {
    height: 168px;
  }
}

.cta .s-cta__logo {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 35px;
}

@media screen and (min-width: 769px) {
  .cta .s-cta__logo {
    max-width: 304px;
    margin: 0;
  }
}

.cta .s-cta__logo img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .cta .s-cta__contents {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cta .s-cta__caption {
  margin: 0;
}

.cta .s-cta__title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .cta .s-cta__title {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

.cta .s-cta__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-left: 0;
  margin-bottom: 38px;
}

@media screen and (min-width: 769px) {
  .cta .s-cta__text {
    font-size: 16px;
  }
}

.cta .s-cta__appList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  gap: 2em;
}

.cta .s-cta__appItem img {
  width: 100%;
}

.document {
  margin-bottom: 44px;
}

.document .s-document__container {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .document .s-document__container {
    padding-top: 56px;
  }
}

.document .s-document__contents {
  margin-bottom: 80px;
}

.documentDetail {
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  .documentDetail {
    padding: 0 0 80px;
  }
}

.documentDetail .inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.documentDetail .s-documentDetail__contents {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__contents {
    margin-top: 20px;
  }
}

.documentDetail .s-documentDetail__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.documentDetail .s-documentDetail__figure {
  width: 100%;
  max-width: 400px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__figure {
    max-width: 100%;
  }
}

.documentDetail .s-documentDetail__figureInner {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  padding-top: 62.5%;
  overflow: hidden;
}

.documentDetail .s-documentDetail__figureInner img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.documentDetail .s-documentDetail__tel {
  border: 3px solid #eeeeee;
  padding: 21px 24px;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__tel {
    padding: 16px;
    margin-bottom: 40px;
  }
}

.documentDetail .s-documentDetail__detail {
  width: calc(100% - 400px);
  padding: 0 0 0 38px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__detail {
    width: 100%;
    padding: 0;
  }
}

.documentDetail .s-documentDetail__telText {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #0e1315;
}

.documentDetail .s-documentDetail__telInfo {
  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;
  margin: 0;
}

.documentDetail .s-documentDetail__telLink {
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #0e1315;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__telLink {
    font-size: 18px;
  }
}

.documentDetail .s-documentDetail__telLink::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("assets/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__telLink::before {
    width: 18px;
    height: 18px;
  }
}

.documentDetail .s-documentDetail__telTime {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #0e1315;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__telTime {
    font-size: 10px;
  }
}

.documentDetail .s-documentDetail__documents {
  clear: both;
}

.documentDetail .s-documentDetail__detailTitle {
  font-weight: bold;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #0e1315;
  margin: 0 0 11px 0;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__detailTitle {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 20px 0 15px 0;
  }
}

.documentDetail .s-documentDetail__detailText {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #0e1315;
  white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__detailText {
    font-size: 13px;
  }
}

.documentDetail .s-documentDetail__form {
  clear: both;
  max-width: 800px;
  width: 100%;
  padding-top: 70px;
  margin: 0 auto;
  /*フォームのスタイル調整*/
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__form {
    width: 100%;
    padding: 25px 16px;
  }
}

.documentDetail .s-documentDetail__form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #0e1315;
}

.documentDetail .s-documentDetail__form label::before {
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  padding: 0px 9px;
  background-color: #000;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.documentDetail .s-documentDetail__form input,
.documentDetail .s-documentDetail__form select {
  height: 54px;
  padding-left: 20px;
}

.documentDetail .s-documentDetail__form input:focus,
.documentDetail .s-documentDetail__form select:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  outline: none;
}

.documentDetail .s-documentDetail__form textarea {
  padding: 15px 20px;
}

.documentDetail .s-documentDetail__form input[type="radio"] + span::before {
  border: 2px solid #1b1b1b;
  background-color: #ffffff;
}

.documentDetail .s-documentDetail__form input[type="radio"] + span::after {
  background-color: #1b1b1b !important;
}

.documentDetail .s-documentDetail__form input,
.documentDetail .s-documentDetail__form select,
.documentDetail .s-documentDetail__form textarea {
  background-color: #f5f5f5;
}

.documentDetail .s-documentDetail__form input + div,
.documentDetail .s-documentDetail__form select + div,
.documentDetail .s-documentDetail__form textarea + div {
  font-size: 13px;
  color: #d35645;
}

.documentDetail .s-documentDetail__form .c-form__checkbox label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.documentDetail .s-documentDetail__form .c-form__checkbox label input {
  margin: 3px 6px 0 0;
}

.documentDetail .s-documentDetail__form .c-form__checkbox + div {
  font-size: 13px;
  text-align: center;
  color: #d35645;
}

.documentDetail .s-documentDetail__form #js-contact-privacy {
  margin: 0;
}

.documentDetail .s-documentDetail__form #js-contact-privacy::before {
  display: none;
}

.documentDetail .s-documentDetail__form #js-contact-privacy input {
  height: initial;
}

.documentDetail .s-documentDetail__form form > div + div {
  margin-top: 20px;
}

.documentDetail .s-documentDetail__form .c-form__agree .c-form__agreeText {
  line-height: 1.5;
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .documentDetail .s-documentDetail__form .c-form__agree .c-form__agreeText {
    font-size: 16px;
  }
}

.documentDetail .s-documentDetail__form .c-form__agree .c-form__agreeText a {
  color: #0e1315;
}

.documentDetail .s-documentDetail__form .c-form__agree .c-form__checkbox {
  line-height: 1.5;
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .documentDetail .s-documentDetail__form .c-form__agree .c-form__checkbox {
    font-size: 15px;
  }
}

.documentDetail .s-documentDetail__form .c-form__agree .privacy {
  font-size: 12px;
  color: #888888;
  line-height: 1.5;
  text-align: center;
}

.documentDetail .s-documentDetail__form .c-form__agree .privacy a {
  color: #888888;
}

.documentDetail .s-documentDetail__form .leadgrid-c-button {
  margin: auto;
  margin-top: 50px;
  background-color: #0e1315;
  color: #fff;
  border: none;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 275px;
  min-width: initial;
  height: 50px;
  border-radius: 25px;
}

.documentDetail .s-documentDetail__form .leadgrid-c-button .c-button__jaTitle {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__form .leadgrid-c-button {
    width: 100%;
    height: 50px;
  }
  .documentDetail .s-documentDetail__form .leadgrid-c-button .c-button__jaTitle {
    font-size: 16px;
  }
}

.documentDetail .s-documentDetail__form .leadgrid-c-button:hover {
  -webkit-transform: initial;
  transform: initial;
  opacity: 0.7;
}

.documentDetail .s-documentDetail__form .leadgrid-c-button .icon-circle-arrow {
  display: none;
}

.documentDetail.-column1 .s-documentDetail__figure {
  width: calc(47% - 38px);
  padding-bottom: calc((47% - 38px) * 0.67);
  float: left;
}

@media screen and (max-width: 768px) {
  .documentDetail.-column1 .s-documentDetail__figure {
    width: 100%;
    padding-bottom: 67%;
    float: none;
  }
}

.documentDetail.-column1 .s-documentDetail__detail {
  width: calc(53% + 38px);
  padding-left: 38px;
  float: right;
}

@media screen and (max-width: 768px) {
  .documentDetail.-column1 .s-documentDetail__detail {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.documentDetail.-column1 .s-documentDetail__tel {
  width: calc(50% - 54px);
  margin-bottom: 40px;
  float: left;
}

@media screen and (max-width: 768px) {
  .documentDetail.-column1 .s-documentDetail__tel {
    width: 100%;
    float: none;
  }
}

.documentDetail #detailOpener {
  display: none;
}

@media screen and (max-width: 768px) {
  .documentDetail #detailOpener:checked ~ .s-documentDetail__detailText {
    height: auto;
  }
}

.documentDetail #detailOpener:checked ~ .s-documentDetail__detailOpener {
  display: none;
}

.documentDetail .s-documentDetail__detailOpener {
  display: none;
}

@media screen and (max-width: 768px) {
  .documentDetail .s-documentDetail__detailOpener {
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: var(--color-base-text-gray);
    line-height: 1.7;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 28px;
  }
}

.error {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .error {
    padding: 60px 0 80px;
  }
}

.error .s-error__content {
  text-align: center;
}

.error .s-error__contentLabel {
  margin: 0;
  font-family: "Questrial", sans-serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}

.error .s-error__contentTitle {
  font-size: var(--font-size-m);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 22px 0 0;
}

@media screen and (max-width: 768px) {
  .error .s-error__contentTitle {
    font-size: var(--font-size-m-sp);
  }
}

.error .s-error__contentText {
  font-size: var(--font-size-s);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .error .s-error__contentText {
    font-size: var(--font-size-s-sp);
  }
}

.error .s-error__contentButton {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature .blogList {
  padding: 0;
}

.feature .itemContent {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .feature .itemContent {
    width: calc((100% - 96px) / 3);
  }
  .feature .itemContent:first-child {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .feature .itemContent:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature .itemContent:first-child .c-itemContent__text {
    font-size: 24px;
  }
  .feature .itemContent:first-child .c-itemContent__figure {
    width: 576px;
    margin-right: 72px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .feature .itemContent:first-child .c-itemContent__img {
    border-radius: 12px;
  }
}

@media screen and (min-width: 769px) {
  .feature .itemContent:first-child .c-itemContent__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 512px;
  }
  .feature .itemContent:nth-child(2), .feature .itemContent:nth-child(3) {
    margin-right: 48px;
  }
}

.feature .s-feature__container {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .feature .s-feature__container {
    padding-top: 80px;
  }
}

.feature .s-feature__contents {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .feature .s-feature__contents {
    margin-bottom: 80px;
  }
}

.feature .s-feature__comingsoon {
  font-size: 33px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .feature .s-feature__comingsoon {
    padding-top: 20px;
  }
}

/* 基本のグリッド（すべての .blogList に適用） */
.home .blogList {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.home .itemContent {
  margin-bottom: 0;
  width: 100%; /* スマホでは1枚 */
}

@media screen and (min-width: 769px) {
  .home .itemContent {
    /* 基本は3カラム */
    width: calc((100% - 96px) / 3);
    margin-right: 0;
  }
  .home .itemContent:nth-child(3n) {
    margin-right: 0; /* 3つごとに右余白を消す */
  }
}

/* ★ 1件目を大きくしたいリストだけに適用する（-featured がある場合のみ） */
@media screen and (min-width: 769px) {
  .home .blogList.-featured .itemContent:first-child {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .home .blogList.-featured .itemContent:first-child a {
    display: flex;
    align-items: center;
  }
  .home .blogList.-featured .itemContent:first-child .c-itemContent__text {
    font-size: 24px;
  }
  .home .blogList.-featured .itemContent:first-child .c-itemContent__figure {
    width: 576px;
    margin-right: 72px;
  }
  .home .blogList.-featured .itemContent:first-child .c-itemContent__detail {
    flex: 1;
    max-width: 512px;
  }
}
.mainvisual {
  position: relative;
  background-color: #fbd554;
  padding-bottom: 28px;
}

@media screen and (min-width: 769px) {
  .mainvisual {
    padding-bottom: 48px;
  }
}

.mainvisual .inner {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .mainvisual .inner {
    max-width: 100%;
  }
}

.mainvisual .s-mainVisual__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__pickup {
    position: absolute;
    top: 26px;
    left: -10px;
    right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1240px;
    margin: 0 auto;
    font-size: 48px;
    z-index: 1;
  }
  .mainvisual .s-mainVisual__pickup::after {
    content: "";
    display: inline-block;
    width: 96px;
    height: 8px;
    background-color: #000;
    border-radius: 2px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual .s-mainVisual__pickup::before {
    content: "";
    display: inline-block;
    width: calc(100% - 100px);
    height: 4px;
    background-color: #000;
  }
}

.mainvisual .s-mainVisual__slider {
  padding: 0;
  margin: 12px 0 0;
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__slider {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__slider .slick-list {
    padding: 16px 0 38px !important;
  }
}

.mainvisual .s-mainVisual__dotsList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.mainvisual .s-mainVisual__dotsList li {
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .mainvisual .s-mainVisual__dotsList li {
    margin-right: 6px;
    width: 18px;
    height: 18px;
  }
}

.mainvisual .s-mainVisual__dotsList li:last-child {
  margin-right: 0;
}

.mainvisual .s-mainVisual__dotsList li button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  padding: 0;
  outline: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .mainvisual .s-mainVisual__dotsList li button {
    width: 8px;
    height: 8px;
  }
}

.mainvisual .s-mainVisual__dotsList li button:hover {
  opacity: 1;
  background-color: #000;
}

.mainvisual .s-mainVisual__dotsList li .s-mainVisual__dotIndicator {
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
}

.mainvisual .s-mainVisual__dotsList li.slick-active {
  background-color: #fbd554;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.mainvisual .s-mainVisual__dotsList li.slick-active .s-mainVisual__dotIndicator {
  opacity: 1;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: stroke 4s linear forwards;
  animation: stroke 4s linear forwards;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.mainvisual .s-mainVisual__dotsList li.slick-active button {
  background-color: #000;
}

.mainvisual .s-mainVisual__dotsList li.added button {
  background-color: #000;
}

.mainvisual .s-mainVisual__arrowsContent {
  position: relative;
  max-width: 1048px;
  margin-top: 28px;
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__arrowsContent {
    padding: 0 20px;
    margin: 0 auto;
  }
}

.mainvisual .s-mainVisual__arrow {
  position: absolute;
  top: 100%;
  cursor: pointer;
}

.mainvisual .s-mainVisual__arrow::after {
  content: "";
  display: block;
  width: 45px;
  height: 12px;
  background-image: url(assets/img/common/icon_slide-arrow-sp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__arrow::after {
    width: 114px;
    height: 30px;
    background-image: url(assets/img/common/icon_slide-arrow-pc.svg);
  }
}

.mainvisual .s-mainVisual__arrow--prev {
  left: 20px;
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__arrow--prev {
    -webkit-animation: arrLeft 0.3s both;
    animation: arrLeft 0.3s both;
  }
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__arrow--prev:hover {
    -webkit-animation: arrLeftHover 0.5s both;
    animation: arrLeftHover 0.5s both;
  }
}

@-webkit-keyframes arrLeft {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrLeft {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes arrLeftHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes arrLeftHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.mainvisual .s-mainVisual__arrow--next {
  right: 20px;
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__arrow--next {
    -webkit-animation: arrRight 0.3s both;
    animation: arrRight 0.3s both;
  }
}

.mainvisual .s-mainVisual__arrow--next::after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (min-width: 769px) {
  .mainvisual .s-mainVisual__arrow--next:hover {
    -webkit-animation: arrRightHover 0.5s both;
    animation: arrRightHover 0.5s both;
  }
}

@-webkit-keyframes arrRight {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrRight {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes arrRightHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@keyframes arrRightHover {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

.myLife {
  position: relative;
  background-color: #333;
}

.myLife .blogList {
  padding: 0;
}

.myLife .itemContent {
  margin-bottom: 40px;
}

.myLife .itemContent .c-itemContent__text {
  color: #fff;
}

.myLife .itemContent .c-itemContent__tagItem {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .myLife .itemContent {
    width: calc((100% - 96px) / 3);
  }
  .myLife .itemContent:first-child {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .myLife .itemContent:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .myLife .itemContent:first-child .c-itemContent__text {
    font-size: 24px;
  }
  .myLife .itemContent:first-child .c-itemContent__figure {
    width: 576px;
    margin-left: 72px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .myLife .itemContent:first-child .c-itemContent__img {
    border-radius: 12px;
  }
}

@media screen and (min-width: 769px) {
  .myLife .itemContent:first-child .c-itemContent__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 512px;
    margin-left: auto;
  }
  .myLife .itemContent:nth-child(2), .myLife .itemContent:nth-child(3) {
    margin-right: 48px;
  }
}

.myLife .moreLink .c-moreLink__text {
  color: #fff;
}

.myLife .moreLink .c-moreLink__text::after {
  background-image: url(assets/img/common/icon_link-arrow02.svg);
}

.myLife .s-myLife__container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .myLife .s-myLife__container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.myLife .s-myLife__container::before {
  content: "";
  position: absolute;
  top: 41px;
  right: -24.5px;
  display: inline-block;
  width: 241.14px;
  height: 176.61px;
  background-image: url(assets/img/bg-mylife.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .myLife .s-myLife__container::before {
    top: 32px;
    right: -28px;
    width: 693px;
    height: 507px;
  }
}

.myLife .s-myLife__comingsoon {
  color: #fff;
  font-size: 33px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .myLife .s-myLife__comingsoon {
    padding-top: 20px;
  }
}

.newRelease .s-newRelease .sectionHeader {
  display: none;
}

@media screen and (min-width: 769px) {
  .newRelease .s-newRelease .sectionHeader {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .newRelease .s-newRelease__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.newRelease .s-newRelease__container {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .newRelease .s-newRelease__container {
    padding-top: 85px;
  }
}

.newRelease .s-newRelease__releaseContents {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .newRelease .s-newRelease__releaseContents {
    max-width: 784px;
    width: calc(100% - 416px);
  }
}

.newRelease .s-newRelease__comingsoon {
  font-size: 33px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .newRelease .s-newRelease__comingsoon {
    padding-top: 20px;
  }
}

.newRelease .itemContent {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .newRelease .itemContent {
    max-width: 368px;
    width: calc((100% - 48px) / 2);
    margin-bottom: 0px;
  }
  .newRelease .itemContent:nth-child(odd) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .newRelease.-top .s-newRelease__container {
    padding-top: 120px;
  }
}

.policy {
  padding: 60px 0 120px;
}

.policy .inner {
  max-width: 984px;
  margin: 0 auto;
}

.policy .s-policy__intro {
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 30px;
}

.policy .s-policy__contentItem + .s-policy__contentItem {
  margin-top: 55px;
}

.policy .s-policy__contentItem .title {
  font-size: var(--font-size-m);
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 18px;
  border-bottom: 2px solid #d8d8d8;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .policy .s-policy__contentItem .title {
    font-size: var(--font-size-m-sp);
  }
}

@media screen and (max-width: 768px) {
  .policy .s-policy__contentItem .title {
    font-size: 16px;
  }
}

.policy .s-policy__contentItem .text {
  font-size: var(--font-size-s);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .policy .s-policy__contentItem .text {
    font-size: var(--font-size-s-sp);
  }
}

.policy .s-policy__credit {
  font-size: var(--font-size-s);
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .policy .s-policy__credit {
    font-size: var(--font-size-s-sp);
  }
}

.subSection {
  position: relative;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .subSection {
    margin-bottom: 90px;
  }
}

.subSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 240px;
  background-color: #f1f2f3;
  pointer-events: none;
  z-index: -1;
}
.papa-voice .subSection::before {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .subSection::before {
    height: 344px;
  }
}

.subSection .c-sectionHeader__text {
  display: none;
}

@media screen and (min-width: 769px) {
  .subSection .c-sectionHeader__text {
    display: block;
    line-height: 1.6
  }
}

@media screen and (min-width: 769px) {
  .subSection .s-subSection__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.subSection .s-subSection__container {
  padding-top: 40px;
}

@media screen and (min-width: 769px) {
  .subSection .s-subSection__container {
    padding-top: 56px;
  }
  .papa-voice .subSection .s-subSection__container {
    padding: 56px 0;
  }
}

.subSection .s-subSection__contents {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  .subSection .s-subSection__contents {
    max-width: 784px;
    width: calc(100% - 416px);
  }
}

.subSection .s-subSection__title {
  position: absolute;
  top: -11px;
  left: 50%;
  color: #fff;
  font-family: "Verdana", sans-serif;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .subSection .s-subSection__title {
    top: 0;
    font-size: 160px;
    text-align: left;
    white-space: nowrap;
  }
}

.subSection .s-subSection__comingsoon {
  font-size: 33px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .subSection .s-subSection__comingsoon {
    padding-top: 20px;
  }
}

.tips .blogList {
  padding: 0;
}

.tips .itemContent {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .tips .itemContent {
    width: calc((100% - 96px) / 3);
  }
  .tips .itemContent:first-child {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .tips .itemContent:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tips .itemContent:first-child .c-itemContent__text {
    font-size: 24px;
  }
  .tips .itemContent:first-child .c-itemContent__figure {
    width: 576px;
    margin-left: 72px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .tips .itemContent:first-child .c-itemContent__img {
    border-radius: 12px;
  }
}

@media screen and (min-width: 769px) {
  .tips .itemContent:first-child .c-itemContent__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 512px;
    margin-left: auto;
  }
  .tips .itemContent:nth-child(2), .tips .itemContent:nth-child(3) {
    margin-right: 48px;
  }
}

.tips .s-tips__container {
  padding-top: 40px;
}

.tips .s-tips__contents {
  margin-bottom: 40px;
}

main > section:last-of-type{
    margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .tips .s-tips__contents {
    margin-bottom: 80px;
  }
  main > section:last-of-type{
      margin-bottom: 180px;
  }
}

.tips .s-tips__comingsoon {
  font-size: 33px;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .tips .s-tips__comingsoon {
    padding-top: 20px;
  }
  #fukuoka-weather{
    display: none;
  }
}

/*--------------------------------
天気
--------------------------------*/

@media screen and (max-width: 768px) {
  #fukuoka-weather{
    display: none;
  }
}
.wx{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
}
.wx__updated{
    font-size: 12px;
    color: #666;
}
.wx_title, .wx__temp{
    font-size: 18px;
}
.is-active .wx{
  display: none;

}

/*-------------
side-cv
--------------*/
.side-cv__content{
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴシック", Hiragino Sans, Meiryo, sans-serif;
}
ul.side-cv__btnlist{
  list-style: none;
  padding: 0;
  margin-block-end: 0;
}
.side-cv__btnlist a{
  text-decoration: none;
  outline: 0;
  color: #333;
}

@media all and (min-width:768px) {
  .footer-cv__list-item.is-tel .footer-cv__list-btn{
    border: 1px solid #1f1f1f;
  }
  .side-cv {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 10
  }
  .side-cv.is-active .side-cv__content.is-active, .side-cv.is-active .side-cv__open.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .side-cv__open {
    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;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 190px;
    padding: 0;
    border: none;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: .08em;
    border: none;
    border-radius: none;
    background: #fbd554;
    -webkit-box-sizing: none;
    box-sizing: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
  .side-cv__open>span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: 700
  }
  .side-cv__open.is-active {
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) .5s
  }
  .side-cv__content {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 300px;
    height: auto;
    padding: 20px 14px 15px;
    border: 8px solid #fbd554;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateX(320px);
    transform: translateX(320px)
  }
  .side-cv__content.is-active {
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) .5s
  }
  .side-cv__copy {
    text-align: left;
    font-weight: 700;
    margin: 0;
  }
  .side-cv__copy-tit {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 19px;
    letter-spacing: .05em
  }
  .side-cv__copy-tit>span {
    position: relative;
    z-index: 1
  }
  .side-cv__copy-txt {
    text-align: left;
    margin-left: 2px;
    line-height: 1.5;
    font-size: 15px
  }
  .side-cv__btnlist {
    position: relative;
    margin-top: 18px
  }
  .side-cv__btnlist::before {
    content: '';
    position: absolute;
    bottom: 144px;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(assets/img/common/side-cv__img.png) center bottom no-repeat;
    background-size: 80% auto;
  }
  .side-cv__btnlist-item:nth-child(n+2) {
    margin-top: 5px
  }
  .side-cv__btnlist-item.is-reserve .side-cv__btnlist-link {
    background-color: #fbd554
  }
  .side-cv__btnlist-item.is-reserve .side-cv__btnlist-link::before {
    width: 18px;
    height: 13px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2038%2028%22%20style%3D%22enable-background%3Anew%200%200%2038%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M36.7%2C27.4H1.3c-0.7%2C0-1.3-0.6-1.3-1.3V1.9c0-0.7%2C0.6-1.3%2C1.3-1.3h35.5c0.7%2C0%2C1.3%2C0.6%2C1.3%2C1.3v24.2%20C38%2C26.8%2C37.4%2C27.4%2C36.7%2C27.4z%20M2.5%2C24.8h33V3.2h-33V24.8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M19.1%2C17.6c-0.9%2C0-1.8-0.3-2.6-0.9L5%2C7C4.4%2C6.6%2C4.4%2C5.8%2C4.8%2C5.2c0.4-0.5%2C1.2-0.6%2C1.8-0.2l11.6%2C9.7%20c0.6%2C0.5%2C1.4%2C0.5%2C2%2C0l11.2-9.6c0.5-0.5%2C1.3-0.4%2C1.8%2C0.1C33.6%2C5.8%2C33.6%2C6.6%2C33%2C7l-11.2%2C9.6C21%2C17.3%2C20.1%2C17.6%2C19.1%2C17.6z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .side-cv__btnlist-item.is-reserve .side-cv__btnlist-link::after {
    background-color: #ffe970
  }
  .side-cv__btnlist-item.is-line .side-cv__btnlist-link {
    color: #fff;
    background-color: #27ad37
  }
  .side-cv__btnlist-item.is-line .side-cv__btnlist-link::before {
    width: 20px;
    height: 19px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2038%2036%22%20style%3D%22enable-background%3Anew%200%200%2038%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C15.3C38%2C6.9%2C29.5%2C0%2C19%2C0C8.5%2C0%2C0%2C6.9%2C0%2C15.3c0%2C7.6%2C6.8%2C13.9%2C15.9%2C15.1c0.6%2C0.1%2C1.5%2C0.4%2C1.7%2C0.9%20c0.2%2C0.5%2C0.1%2C1.2%2C0.1%2C1.7c0%2C0-0.2%2C1.3-0.3%2C1.6c-0.1%2C0.5-0.4%2C1.9%2C1.6%2C1c2-0.8%2C10.9-6.4%2C14.9-11h0C36.7%2C21.8%2C38%2C18.7%2C38%2C15.3z%20M12.3%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4H6.6h0c-0.1%2C0-0.2%2C0-0.3-0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.1-0.1-0.1-0.2-0.1-0.3v0v-8.2%20c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v6.5h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M15.5%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-1.3%20c-0.2%2C0-0.4-0.2-0.4-0.4v-8.2c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M24.7%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4H23%20c0%2C0-0.1%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0-0.1-0.1-0.1-0.1L18.9%2C15v4.9c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-1.3c-0.2%2C0-0.4-0.2-0.4-0.4v-8.2c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l3.8%2C5.1v-4.9%20c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M32%2C12.9c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-3.6v1.4h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v1.3%20c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-3.6v1.4h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v1.3c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-5.3h0c-0.1%2C0-0.2%2C0-0.3-0.1c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0C26%2C20%2C26%2C19.9%2C26%2C19.8v0v-8.2v0c0-0.1%2C0-0.2%2C0.1-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.2-0.1%2C0.3-0.1h0h5.3%20c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V12.9z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .side-cv__btnlist-item.is-line .side-cv__btnlist-link::after {
    background-color: #5dc269
  }
  .is-request .side-cv__btnlist-link {
    border: 2px solid #1f1f1f;
    background-color: #fff
  }
  .is-request .side-cv__btnlist-link::before {
    width: 19px;
    height: 16px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22enable-background%3Anew%200%200%2024%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.9%2C22.9L18%2C21c-1.8%2C0.3-3.5%2C0.5-5.3%2C0.6c-0.1%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3-0.1-0.3-0.1c0%2C0%2C0%2C0-0.1-0.1%20c-1.2-1.2-1.7-1.4-2.7-2.8c-1-1.5-1.8-3-2.5-4.6c0-0.1%2C0-0.1%2C0-0.1c0-0.1%2C0-0.3%2C0-0.4c0%2C0%2C0%2C0%2C0-0.1c0.7-1.6%2C1.6-3.2%2C2.6-4.7%20l-1-2.4l-1.2-3l-1-2.4C5.8%2C1%2C5.3%2C1.2%2C4.8%2C1.4C3.8%2C1.7%2C2.8%2C2.2%2C2%2C2.8C1.5%2C3.1%2C1.1%2C3.5%2C0.8%2C4C0.5%2C4.4%2C0.4%2C4.7%2C0.2%2C5.1%20c0%2C0.1-0.1%2C0.3-0.1%2C0.4C0%2C6.4%2C0%2C7.3%2C0.1%2C8.2c0.8%2C4.2%2C1.8%2C7.1%2C4.1%2C10.8c0.2%2C0.3%2C0.4%2C0.7%2C0.6%2C1c0.2%2C0.3%2C0.4%2C0.6%2C0.7%2C1%20c2.6%2C3.6%2C5.8%2C6.6%2C9.3%2C9c0.8%2C0.5%2C1.6%2C0.9%2C2.5%2C1c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1c0.4%2C0%2C0.8%2C0%2C1.2-0.1c0.5-0.1%2C1.1-0.3%2C1.6-0.6%20c0.9-0.6%2C1.7-1.3%2C2.4-2c0.4-0.4%2C0.7-0.8%2C1-1.3l-1.9-1.9L19.9%2C22.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    left: 11px
  }
  .is-request .side-cv__btnlist-link::after {
    background-color: #fff4b9
  }
  .side-cv__btnlist-item.is-event .side-cv__btnlist-link {
    background-color: #e6f4ff
  }
  .side-cv__btnlist-item.is-event .side-cv__btnlist-link::before {
    width: 20px;
    height: 18px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMiAxYy02LjMzOCAwLTEyIDQuMjI2LTEyIDEwLjAwNyAwIDIuMDUuNzM5IDQuMDYzIDIuMDQ3IDUuNjI1bC0xLjk5MyA2LjM2OCA2Ljk0Ni0zYzEuNzA1LjQzOSAzLjMzNC42NDEgNC44NjQuNjQxIDcuMTc0IDAgMTIuMTM2LTQuNDM5IDEyLjEzNi05LjYzNCAwLTUuODEyLTUuNzAxLTEwLjAwNy0xMi0xMC4wMDd6bTAgMWM2LjA2NSAwIDExIDQuMDQxIDExIDkuMDA3IDAgNC45MjItNC43ODcgOC42MzQtMTEuMTM2IDguNjM0LTEuODgxIDAtMy40MDEtLjI5OS00Ljk0Ni0uNjk1bC01LjI1OCAyLjI3MSAxLjUwNS00LjgwOGMtMS4zMDgtMS41NjQtMi4xNjUtMy4xMjgtMi4xNjUtNS40MDIgMC00Ljk2NiA0LjkzNS05LjAwNyAxMS05LjAwN3ptLTUgNy41Yy44MjggMCAxLjUuNjcyIDEuNSAxLjVzLS42NzIgMS41LTEuNSAxLjUtMS41LS42NzItMS41LTEuNS42NzItMS41IDEuNS0xLjV6bTUgMGMuODI4IDAgMS41LjY3MiAxLjUgMS41cy0uNjcyIDEuNS0xLjUgMS41LTEuNS0uNjcyLTEuNS0xLjUuNjcyLTEuNSAxLjUtMS41em01IDBjLjgyOCAwIDEuNS42NzIgMS41IDEuNXMtLjY3MiAxLjUtMS41IDEuNS0xLjUtLjY3Mi0xLjUtMS41LjY3Mi0xLjUgMS41LTEuNXoiLz48L3N2Zz4=');


    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    left: 13px
  }
  .side-cv__btnlist-item.is-event .side-cv__btnlist-link::after {
    background-color: #0076c1
  }
  .side-cv__btnlist-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 46px;
    padding: 4px 50px;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .side-cv__btnlist-link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 13px;
    margin: auto 0
  }
  .side-cv__btnlist-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .side-cv__btnlist-link:hover::after {
    right: auto;
    left: 0;
    width: 100%
  }
  .side-cv__btnlist-txt {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
  }
  .side-cv__close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: #fbd554;
    -webkit-box-sizing: none;
    box-sizing: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .side-cv__close::after, .side-cv__close::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    margin: auto;
    background-color: #333
  }
  .side-cv__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .side-cv__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .side-cv__close>span {
    display: none
  }
}
.blockDesktop {
    display: none!important
}

@media only screen and (min-width:900px) {
    .blockDesktop {
        display: block!important
    }
}
.blockMobile {
    display: block!important
}

@media only screen and (min-width:900px) {
    .blockMobile {
        display: none!important
    }
}
/*-------------
footer-cv
--------------*/
.footer-cv{
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴシック", Hiragino Sans, Meiryo, sans-serif;
}
.footer-cv a{
  text-decoration: none;
  outline: 0;
  color: #333;
}

ul.footer-cv__list{
  margin: 0;
  padding: 0;
}
.footer-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 55px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
}

.footer-cv.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.footer-cv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.footer-cv__list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%
}

.footer-cv__list-item.is-reserve .footer-cv__list-link {
  border-top: 1px solid #fbd554;
  background-color: #fbd554
}

.footer-cv__list-item.is-reserve .footer-cv__list-link::before {
  width: 18px;
  height: 13px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2038%2028%22%20style%3D%22enable-background%3Anew%200%200%2038%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M36.7%2C27.4H1.3c-0.7%2C0-1.3-0.6-1.3-1.3V1.9c0-0.7%2C0.6-1.3%2C1.3-1.3h35.5c0.7%2C0%2C1.3%2C0.6%2C1.3%2C1.3v24.2%20C38%2C26.8%2C37.4%2C27.4%2C36.7%2C27.4z%20M2.5%2C24.8h33V3.2h-33V24.8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M19.1%2C17.6c-0.9%2C0-1.8-0.3-2.6-0.9L5%2C7C4.4%2C6.6%2C4.4%2C5.8%2C4.8%2C5.2c0.4-0.5%2C1.2-0.6%2C1.8-0.2l11.6%2C9.7%20c0.6%2C0.5%2C1.4%2C0.5%2C2%2C0l11.2-9.6c0.5-0.5%2C1.3-0.4%2C1.8%2C0.1C33.6%2C5.8%2C33.6%2C6.6%2C33%2C7l-11.2%2C9.6C21%2C17.3%2C20.1%2C17.6%2C19.1%2C17.6z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  top: 11px
}

.footer-cv__list-item.is-line .footer-cv__list-link {
  color: #fff;
  border-top: 1px solid #27ad37;
  background-color: #27ad37
}

.footer-cv__list-item.is-line .footer-cv__list-link::before {
  width: 19px;
  height: 18px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2038%2036%22%20style%3D%22enable-background%3Anew%200%200%2038%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C15.3C38%2C6.9%2C29.5%2C0%2C19%2C0C8.5%2C0%2C0%2C6.9%2C0%2C15.3c0%2C7.6%2C6.8%2C13.9%2C15.9%2C15.1c0.6%2C0.1%2C1.5%2C0.4%2C1.7%2C0.9%20c0.2%2C0.5%2C0.1%2C1.2%2C0.1%2C1.7c0%2C0-0.2%2C1.3-0.3%2C1.6c-0.1%2C0.5-0.4%2C1.9%2C1.6%2C1c2-0.8%2C10.9-6.4%2C14.9-11h0C36.7%2C21.8%2C38%2C18.7%2C38%2C15.3z%20M12.3%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4H6.6h0c-0.1%2C0-0.2%2C0-0.3-0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.1-0.1-0.1-0.2-0.1-0.3v0v-8.2%20c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v6.5h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M15.5%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-1.3%20c-0.2%2C0-0.4-0.2-0.4-0.4v-8.2c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M24.7%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4H23%20c0%2C0-0.1%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0-0.1-0.1-0.1-0.1L18.9%2C15v4.9c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-1.3c-0.2%2C0-0.4-0.2-0.4-0.4v-8.2c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l3.8%2C5.1v-4.9%20c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M32%2C12.9c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-3.6v1.4h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v1.3%20c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-3.6v1.4h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v1.3c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-5.3h0c-0.1%2C0-0.2%2C0-0.3-0.1c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0C26%2C20%2C26%2C19.9%2C26%2C19.8v0v-8.2v0c0-0.1%2C0-0.2%2C0.1-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.2-0.1%2C0.3-0.1h0h5.3%20c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V12.9z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  top: 9px
}

.footer-cv__list-item.is-event .footer-cv__list-link {
  background-color: #e6f4ff
}

.footer-cv__list-item.is-event .footer-cv__list-link::before {
  width: 19px;
  height: 17px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2044%2038%22%20style%3D%22enable-background%3Anew%200%200%2044%2038%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M41.8%2C2.7H36v2.4h5.6v5.3H2.4V5.1H8V2.7H2.2C1%2C2.7%2C0%2C3.6%2C0%2C4.8v31C0%2C37%2C1%2C38%2C2.2%2C38h39.6c1.2%2C0%2C2.2-1%2C2.2-2.2%20v-31C44%2C3.6%2C43%2C2.7%2C41.8%2C2.7z%20M2.4%2C35.6V12.8h39.2v22.8H2.4z%22%2F%3E%20%3Crect%20x%3D%2232.9%22%20class%3D%22st0%22%20width%3D%222.4%22%20height%3D%226.8%22%2F%3E%20%3Crect%20x%3D%2211.8%22%20y%3D%222.7%22%20class%3D%22st0%22%20width%3D%2220.3%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%228.7%22%20class%3D%22st0%22%20width%3D%222.4%22%20height%3D%226.8%22%2F%3E%20%3Crect%20x%3D%2215.7%22%20y%3D%2218.2%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2220.5%22%20y%3D%2218.2%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2225.4%22%20y%3D%2218.2%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2230.2%22%20y%3D%2218.2%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2210.9%22%20y%3D%2223%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2215.7%22%20y%3D%2223%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2220.5%22%20y%3D%2223%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2225.4%22%20y%3D%2223%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2230.2%22%20y%3D%2223%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2210.9%22%20y%3D%2227.8%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2215.7%22%20y%3D%2227.8%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2220.5%22%20y%3D%2227.8%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%20%3Crect%20x%3D%2225.4%22%20y%3D%2227.8%22%20class%3D%22st0%22%20width%3D%222.9%22%20height%3D%222.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  top: 10px
}

.footer-cv__list-item.is-request .footer-cv__list-link {
  border-top: 1px solid #1f1f1f;
  background-color: #fff
}

.footer-cv__list-item.is-request .footer-cv__list-link::before {
  width: 19px;
  height: 16px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2038%2032%22%20style%3D%22enable-background%3Anew%200%200%2038%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M37.6%2C4.1H34V3.5c0-1-0.6-1.9-1.5-2.1C31.2%2C1%2C28.5%2C0.2%2C26%2C0c-2.9-0.2-5.9%2C0.9-6.9%2C1.3C18%2C0.9%2C14.9-0.2%2C12%2C0%20C9.5%2C0.2%2C6.8%2C1%2C5.4%2C1.4C4.6%2C1.7%2C4%2C2.5%2C4%2C3.5v0.6H0.4C0.2%2C4.1%2C0%2C4.3%2C0%2C4.5v27.1C0%2C31.8%2C0.2%2C32%2C0.4%2C32h37.3c0.2%2C0%2C0.4-0.2%2C0.4-0.4%20V4.5C38%2C4.3%2C37.8%2C4.1%2C37.6%2C4.1z%20M4.5%2C28.2c0.4%2C0.3%2C0.8%2C0.3%2C1.2%2C0.1C6.5%2C27.9%2C9%2C26.7%2C12%2C27c2%2C0.2%2C4.9%2C1%2C7%2C1.8c0.1%2C0%2C0.2%2C0%2C0.2%2C0%20C21.2%2C28%2C24%2C27.1%2C26%2C27c3-0.2%2C5.5%2C0.9%2C6.2%2C1.3c0.4%2C0.2%2C0.8%2C0.2%2C1.2-0.1c0.4-0.3%2C0.6-0.7%2C0.6-1.2V6.4h1.9v23.4H2.1V6.4H4V27%20C4%2C27.5%2C4.2%2C27.9%2C4.5%2C28.2z%20M19.3%2C3.8c2.1-1.1%2C4.6-1.6%2C6.6-1.5c2.3%2C0.2%2C4.7%2C0.8%2C6%2C1.2v22c-2-0.8-4.1-1.1-6-0.9%20c-2.5%2C0.2-5.7%2C1.3-6.7%2C1.7c-1.1-0.4-4.4-1.5-6.9-1.7c-0.3%2C0-0.6%2C0-1%2C0c-1.7%2C0-3.4%2C0.3-5.1%2C1v-22c1.3-0.4%2C3.7-1.1%2C6-1.2%20c2.3-0.2%2C5%2C0.6%2C6.8%2C1.5C19.1%2C3.9%2C19.2%2C3.9%2C19.3%2C3.8z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C5.9v17.8c0%2C0.5%2C0.4%2C1%2C0.9%2C1s0.9-0.4%2C0.9-1V5.9c0-0.5-0.4-1-0.9-1S18.2%2C5.4%2C18.2%2C5.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  top: 10px
}

.footer-cv__list-item.is-tel .footer-cv__list-btn {
  border-top: none;
  border-right: none;
  border-bottom: none;
  background-color: #fff
}

.footer-cv__list-item.is-tel .footer-cv__list-btn::before {
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8.6%2C16.9c0.8-0.8%2C1.6-1.6%2C2.4-2.4c1.1-1.1%2C1.1-2.4%2C0-3.6c-0.6-0.6-1.3-1.3-1.9-1.9c-0.7-0.7-1.3-1.3-2-2%20c-1.1-1-2.4-1.1-3.5%2C0C2.9%2C7.9%2C2.1%2C8.7%2C1.3%2C9.5c-0.8%2C0.7-1.2%2C1.6-1.2%2C2.7c-0.1%2C1.7%2C0.3%2C3.3%2C0.9%2C4.9c1.2%2C3.2%2C3%2C6.1%2C5.3%2C8.7%20c3%2C3.6%2C6.6%2C6.4%2C10.8%2C8.4c1.9%2C0.9%2C3.8%2C1.6%2C6%2C1.7c1.4%2C0.1%2C2.7-0.3%2C3.7-1.4c0.7-0.8%2C1.5-1.5%2C2.2-2.2c1.1-1.1%2C1.1-2.4%2C0-3.6%20c-1.3-1.3-2.6-2.6-3.9-3.9c-1.1-1.1-2.4-1.1-3.5%2C0c-0.8%2C0.8-1.6%2C1.6-2.4%2C2.4c-0.2%2C0.2-0.4%2C0.3-0.7%2C0.1c-0.5-0.3-1.1-0.5-1.6-0.8%20c-2.4-1.5-4.3-3.4-6.1-5.5c-0.9-1.1-1.6-2.2-2.2-3.5C8.4%2C17.3%2C8.4%2C17.1%2C8.6%2C16.9z%20M22.3%2C13.6c1.5%2C1.5%2C2.5%2C3.4%2C2.9%2C5.5l3-0.5%20c-0.5-2.7-1.7-5.2-3.7-7.1c-2.1-2.1-4.7-3.4-7.6-3.8l-0.4%2C3C18.7%2C11%2C20.7%2C12%2C22.3%2C13.6z%20M29.8%2C6.3C26.4%2C2.8%2C22.1%2C0.7%2C17.3%2C0l-0.4%2C3%20c4.1%2C0.6%2C7.9%2C2.5%2C10.8%2C5.4c2.8%2C2.8%2C4.6%2C6.4%2C5.3%2C10.3l3-0.5C35.2%2C13.6%2C33.1%2C9.5%2C29.8%2C6.3z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  top: 8px
}

.footer-cv__list-btn, .footer-cv__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding-top: 26px;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.footer-cv__list-btn::before, .footer-cv__list-link::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto
}

.footer-cv__list-btn {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: .08em;
  border: none;
  border-radius: none;
  background: 0 0;
  -webkit-box-sizing: none;
  box-sizing: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}

.footer-cv-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
}

/*-------------
cta-cv
--------------*/
.cta-cv__btnlist-txt {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
}

.s-cta__appList a {
    text-decoration: none;
    outline: 0;
    color: #333;
}
.is-line .cta-cv__btnlist-link {
  color: #fff;
  background-color: #27ad37
}
.is-line .cta-cv__btnlist-link::before {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2038%2036%22%20style%3D%22enable-background%3Anew%200%200%2038%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38%2C15.3C38%2C6.9%2C29.5%2C0%2C19%2C0C8.5%2C0%2C0%2C6.9%2C0%2C15.3c0%2C7.6%2C6.8%2C13.9%2C15.9%2C15.1c0.6%2C0.1%2C1.5%2C0.4%2C1.7%2C0.9%20c0.2%2C0.5%2C0.1%2C1.2%2C0.1%2C1.7c0%2C0-0.2%2C1.3-0.3%2C1.6c-0.1%2C0.5-0.4%2C1.9%2C1.6%2C1c2-0.8%2C10.9-6.4%2C14.9-11h0C36.7%2C21.8%2C38%2C18.7%2C38%2C15.3z%20M12.3%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4H6.6h0c-0.1%2C0-0.2%2C0-0.3-0.1c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.1-0.1-0.1-0.2-0.1-0.3v0v-8.2%20c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v6.5h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M15.5%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-1.3%20c-0.2%2C0-0.4-0.2-0.4-0.4v-8.2c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M24.7%2C19.8c0%2C0.2-0.2%2C0.4-0.4%2C0.4H23%20c0%2C0-0.1%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0-0.1-0.1-0.1-0.1L18.9%2C15v4.9c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-1.3c-0.2%2C0-0.4-0.2-0.4-0.4v-8.2c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0l3.8%2C5.1v-4.9%20c0-0.2%2C0.2-0.4%2C0.4-0.4h1.3c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V19.8z%20M32%2C12.9c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-3.6v1.4h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v1.3%20c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-3.6v1.4h3.6c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4v1.3c0%2C0.2-0.2%2C0.4-0.4%2C0.4h-5.3h0c-0.1%2C0-0.2%2C0-0.3-0.1c0%2C0%2C0%2C0%2C0%2C0%20c0%2C0%2C0%2C0%2C0%2C0C26%2C20%2C26%2C19.9%2C26%2C19.8v0v-8.2v0c0-0.1%2C0-0.2%2C0.1-0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0%2C0c0.1-0.1%2C0.2-0.1%2C0.3-0.1h0h5.3%20c0.2%2C0%2C0.4%2C0.2%2C0.4%2C0.4V12.9z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
}
.is-line .cta-cv__btnlist-link::after {
  background-color: #5dc269
}
.is-request .cta-cv__btnlist-link {
  border: 2px solid #1f1f1f;
  background-color: #fff
}
.is-request .cta-cv__btnlist-link::before {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22enable-background%3Anew%200%200%2024%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.9%2C22.9L18%2C21c-1.8%2C0.3-3.5%2C0.5-5.3%2C0.6c-0.1%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3-0.1-0.3-0.1c0%2C0%2C0%2C0-0.1-0.1%20c-1.2-1.2-1.7-1.4-2.7-2.8c-1-1.5-1.8-3-2.5-4.6c0-0.1%2C0-0.1%2C0-0.1c0-0.1%2C0-0.3%2C0-0.4c0%2C0%2C0%2C0%2C0-0.1c0.7-1.6%2C1.6-3.2%2C2.6-4.7%20l-1-2.4l-1.2-3l-1-2.4C5.8%2C1%2C5.3%2C1.2%2C4.8%2C1.4C3.8%2C1.7%2C2.8%2C2.2%2C2%2C2.8C1.5%2C3.1%2C1.1%2C3.5%2C0.8%2C4C0.5%2C4.4%2C0.4%2C4.7%2C0.2%2C5.1%20c0%2C0.1-0.1%2C0.3-0.1%2C0.4C0%2C6.4%2C0%2C7.3%2C0.1%2C8.2c0.8%2C4.2%2C1.8%2C7.1%2C4.1%2C10.8c0.2%2C0.3%2C0.4%2C0.7%2C0.6%2C1c0.2%2C0.3%2C0.4%2C0.6%2C0.7%2C1%20c2.6%2C3.6%2C5.8%2C6.6%2C9.3%2C9c0.8%2C0.5%2C1.6%2C0.9%2C2.5%2C1c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1c0.4%2C0%2C0.8%2C0%2C1.2-0.1c0.5-0.1%2C1.1-0.3%2C1.6-0.6%20c0.9-0.6%2C1.7-1.3%2C2.4-2c0.4-0.4%2C0.7-0.8%2C1-1.3l-1.9-1.9L19.9%2C22.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  left: 11px
}
.is-request .cta-cv__btnlist-link::after {
  background-color: #fff4b9
}

.cta-cv__btnlist-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 70px;
  padding: 0 40px 0 60px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.cta-cv__btnlist-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 20px;
  margin: auto 0
}
.cta-cv__btnlist-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
}
.cta-cv__btnlist-link:hover::after {
  right: auto;
  left: 0;
  width: 100%
}


/*-------------
contact - form
--------------*/
.c-stepbar01.is-two .c-stepbar01__item.is-edit {
  width: 54%;
  background-color: #fbd554
}

.c-stepbar01.is-two .c-stepbar01__item.is-edit::after {
  background-image: url(assets/img/common/bg_step01_sp.png)
}

.c-stepbar01.is-two .c-stepbar01__item.is-complete {
  width: 46%
}

.sent .c-stepbar01.is-two .c-stepbar01__item.is-edit {
  background-color: #fff
}

.sent .c-stepbar01.is-two .c-stepbar01__item.is-edit::after {
  background-image: url(assets/img/common/bg_step03_sp.png)
}

@media all and (min-width:768px) {
  .c-stepbar01.is-two .c-stepbar01__item.is-edit::after {
    background-image: url(assets/img/common/bg_step01_pc.png)
  }
  .sent .c-stepbar01.is-two .c-stepbar01__item.is-edit::after {
    background-image: url(assets/img/common/bg_step03_pc.png)
  }
}

.c-stepbar01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  border: 1px solid #1f1f1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-inline-start: 0;
}

.c-stepbar01__item {
  position: relative;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  display: flex;
align-items: center;
justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}
.c-stepbar01__item:not(:last-child) {
  padding-right: 10px
}
.c-stepbar01__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 40px;
  background-position: right center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-image: url(assets/img/bg_step02_sp.png);
}

.c-stepbar01__item.is-edit {
  width: 38%
}

.c-stepbar01__item.is-confirm {
  width: 33%
}

.c-stepbar01__item.is-complete {
  width: 29%
}
.c-form01{
  margin-block-start: 5rem;
}
.c-form01__stepbar+.c-form01__box {
  margin-top: 10px
}
@media all and (min-width:768px) {
  .c-stepbar01 {
    width: 100%;
    max-width: 670px;
    height: 54px;
    margin: 0 auto
  }
  .c-stepbar01__item {
    height: 52px;
    line-height: 50px
  }
  .c-stepbar01__item:not(:last-child)::after {
    width: 28px;
    height: 52px;
    background-size: auto 52px;
    background-image: url(assets/img/bg_step02_pc.png)
  }

  .c-stepbar01__item.is-confirm {
    padding-right: 20px
  }
}

.c-form01__content, .c-form01__label {
  display: block;
  line-height: 1.6;
  font-size: 16px
}

.c-form01__content input[type=text][readonly], .c-form01__label input[type=text][readonly] {
  border: 0
}

.c-form01__label {
  position: relative;
  margin-bottom: 10px;
  padding-top: 18px;
  font-weight: 700
}

.c-form01__label-txt {
  font-weight: 700
}

.c-form01__label .c-form01__note {
  margin: 5px 0 15px;
  font-weight: 400
}

.c-form01__content {
  padding-bottom: 25px;
  border-bottom: 1px solid silver;
  margin-inline-start: 0;
}

.c-form01__option {
  display: inline-block;
  width: 42px;
  height: 17px;
  margin: 5px 0 0 10px;
  overflow: hidden;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 700;
  background-color: #e8eff1
}

.c-form01__option.is-require {
  background-color: #fbd554
}

.c-form01 .error, .c-form01 .wpcf7-not-valid-tip {
  display: block!important;
  margin-top: 8px;
  line-height: 1.5;
  color: #d00000!important;
  font-size: 1.3rem!important
}

.c-form01__txt {
  margin-top: 15px
}

.c-form01__note {
  display: block;
  margin-top: 10px
}

.c-form01__confirm {
  display: none
}

.c-form01__confirm+* {
  margin-top: 12px
}

.mw_wp_form_preview .c-form01__confirm {
  margin-top: 12px;
  display: block
}

.c-form01__calendar-item:nth-child(n+2) {
  margin-top: 15px
}

.c-form01__calendar-box+.c-form01__calendar-box {
  margin-top: 10px
}

.c-form01__calendar label {
  display: block;
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .05em
}

.c-form01__address-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-form01__address-box {
  width: calc(100% - 30px);
  max-width: 300px
}

.c-form01__address-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 50px;
  margin-right: 10px
}

.c-form01__address-select {
  margin-top: 15px
}

.c-form01__address-text {
  margin-top: 15px
}

.c-form01__agreement {
  margin-top: 25px;
  line-height: 1.6;
  text-align: center
}

.c-form01__agreement-check {
  margin-top: 15px;
  font-size: 16px
}
.c-form01__agreement-policy{
  margin-top: 1em;
  color: #666;
  font-size: 12px;
}
.c-form01__agreement-policy a{
  text-decoration: underline;
  color: #0076c1;
}
.c-form01__submit {
  margin-top: 30px
}
.c-form01__cloudflare {
    margin-top: 30px;
    display: flex;
    justify-content: center
}


.c-form01__submit-confirm:disabled {
  opacity: .7;
  cursor: not-allowed;
  pointer-events: none
}

.c-form01__submit-confirm:disabled .c-btn01__txt {
  color: #1f1f1f!important
}
.c-btn01.is-anchor .c-btn01__btn::before, .c-btn01.is-anchor .c-btn01__link::before, .c-btn01.is-anchor button::before {
  border-width: 6px 5px 0 5px;
  border-color: #1f1f1f transparent transparent transparent
}

@media all and (min-width:768px) {
  .c-btn01.is-anchor .c-btn01__btn::before, .c-btn01.is-anchor .c-btn01__link::before, .c-btn01.is-anchor button::before {
    right: 22px;
    border-width: 7px 5px 0 5px
  }
}

.c-btn01.is-block {
  display: block
}

.c-btn01.is-cf7 {
  display: block;
  position: relative;
  max-width: 325px;
  margin: 0 auto
}

.c-btn01.is-cf7::before {
  content: '';
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #1f1f1f;
  margin: auto 0
}

.c-btn01.is-cf7 .c-btn01__btn {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f
}

.c-btn01.is-cf7 .c-btn01__btn:disabled {
  opacity: .7;
  cursor: not-allowed;
  pointer-events: none
}

.c-btn01.is-cf7 .c-btn01__btn::before {
  display: none
}

.c-btn01.is-cf7 .wpcf7-spinner {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  opacity: 1
}

@media all and (min-width:768px) {
  .c-btn01.is-cf7::before {
    right: 18px;
    border-width: 5px 0 5px 7px
  }
  .c-btn01.is-cf7 .c-btn01__btn:hover {
    background-color: #fff4b9
  }
}

.c-btn01.is-fix .c-btn01__btn, .c-btn01.is-fix .c-btn01__link, .c-btn01.is-fix button {
  color: #fff;
  border: none;
  background-color: silver
}

.c-btn01.is-fix .c-btn01__btn::before, .c-btn01.is-fix .c-btn01__link::before, .c-btn01.is-fix button::before {
  right: auto;
  left: 11px;
  border-width: 5px 6px 5px 0;
  border-color: transparent #fff transparent transparent
}

@media all and (min-width:768px) {
  .c-btn01.is-fix .c-btn01__btn::before, .c-btn01.is-fix .c-btn01__link::before, .c-btn01.is-fix button::before {
    left: 18px;
    border-width: 5px 7px 5px 0
  }
  .c-btn01.is-fix .c-btn01__btn::after, .c-btn01.is-fix .c-btn01__link::after, .c-btn01.is-fix button::after {
    background-color: #e9e9e9
  }
}

.c-btn01.is-icon .c-btn01__txt::before {
  display: block;
  margin: -2px 8px 0 0
}


@media all and (min-width:768px) {
  .c-btn01.is-icon .c-btn01__txt::before {
    margin: -3px 10px 0 0
  }
  .c-btn01.is-icon.is-shop .c-btn01__txt::before {
    width: 14px;
    height: 19px
  }
  .c-btn01.is-icon.is-company .c-btn01__txt::before {
    width: 14px;
    height: 18px
  }
  .c-btn01.is-icon.is-reserve .c-btn01__txt::before {
    width: 17px;
    height: 12px;
    margin-top: -2px
  }
  .c-btn01.is-icon.is-request .c-btn01__txt::before {
    width: 16px;
    height: 20px
  }
  .c-btn01.is-icon.is-tel .c-btn01__txt::before {
    width: 12px;
    height: 16px;
    margin-top: -2px
  }
  .c-btn01.is-icon.is-house .c-btn01__txt::before {
    margin: -4px 6px 0 0;
    width: 20px;
    height: 18px
  }
  .c-btn01.is-icon.is-line .c-btn01__txt::before {
    margin: -2px 10px 0 0;
    width: 20px;
    height: 18px
  }
}

.c-btn01.is-large {
  min-height: 65px
}

.c-btn01.is-large .c-btn01__txt {
  font-size: 17px
}

.c-btn01.is-large.is-icon.is-mail .c-btn01__txt::before {
  width: 19px;
  height: 14px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2038%2028%22%20style%3D%22enable-background%3Anew%200%200%2038%2028%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M36.7%2C27.4H1.3c-0.7%2C0-1.3-0.6-1.3-1.3V1.9c0-0.7%2C0.6-1.3%2C1.3-1.3h35.5c0.7%2C0%2C1.3%2C0.6%2C1.3%2C1.3v24.2%20C38%2C26.8%2C37.4%2C27.4%2C36.7%2C27.4z%20M2.5%2C24.8h33V3.2h-33V24.8z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M19.1%2C17.6c-0.9%2C0-1.8-0.3-2.6-0.9L5%2C7C4.4%2C6.6%2C4.4%2C5.8%2C4.8%2C5.2c0.4-0.5%2C1.2-0.6%2C1.8-0.2l11.6%2C9.7%20c0.6%2C0.5%2C1.4%2C0.5%2C2%2C0l11.2-9.6c0.5-0.5%2C1.3-0.4%2C1.8%2C0.1C33.6%2C5.8%2C33.6%2C6.6%2C33%2C7l-11.2%2C9.6C21%2C17.3%2C20.1%2C17.6%2C19.1%2C17.6z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  width: 19px;
  height: 14px
}

@media all and (min-width:768px) {
  .c-btn01.is-large {
    min-height: 80px
  }
  .c-btn01.is-large .c-btn01__link {
    width: 430px
  }
  .c-btn01.is-large .c-btn01__txt {
    font-size: 2.2rem
  }
  .c-btn01.is-large.is-icon.is-mail .c-btn01__txt::before {
    width: 24px;
    height: 16px
  }
}

.c-btn01.is-line .c-btn01__btn, .c-btn01.is-line .c-btn01__link, .c-btn01.is-line button {
  border: none;
  background-color: #27ad37
}

.c-btn01.is-line .c-btn01__btn::before, .c-btn01.is-line .c-btn01__link::before, .c-btn01.is-line button::before {
  border-left-color: #fff
}

@media all and (min-width:768px) {
  .c-btn01.is-line .c-btn01__btn::after, .c-btn01.is-line .c-btn01__link::after, .c-btn01.is-line button::after {
    background-color: #5dc269
  }
  .c-btn01.is-line .c-btn01__btn:hover .c-btn01__txt, .c-btn01.is-line .c-btn01__link:hover .c-btn01__txt, .c-btn01.is-line button:hover .c-btn01__txt {
    color: #fff
  }
}

.c-btn01.is-line .c-btn01__txt {
  color: #fff
}

.c-btn01.is-num .c-btn01__num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  width: 23px;
  height: 25px;
  margin: auto 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}

.c-btn01.is-num .c-btn01__num::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat
}

@media all and (min-width:768px) {
  .c-btn01.is-num .c-btn01__num {
    left: 12px;
    width: 33px;
    height: 35px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  
}

.c-btn01.is-reserve .c-btn01__btn, .c-btn01.is-reserve .c-btn01__link, .c-btn01.is-reserve button {
  border: none;
  background-color: #fbd554
}

.c-btn01.is-return .c-btn01__btn::before, .c-btn01.is-return .c-btn01__link::before, .c-btn01.is-return button::before {
  right: auto;
  left: 13px;
  border-width: 5px 6px 5px 0;
  border-color: transparent #1f1f1f transparent transparent
}

@media all and (min-width:768px) {
  .c-btn01.is-return .c-btn01__btn::before, .c-btn01.is-return .c-btn01__link::before, .c-btn01.is-return button::before {
    left: 18px;
    border-width: 5px 7px 5px 0
  }
}

.c-btn01.is-small .c-btn01__link {
  min-height: 55px;
  padding: 10px
}

.c-btn01.is-small.is-reserve .c-btn01__link {
  border: none;
  background-color: #fbd554
}

.c-btn01.is-small.is-reserve .c-btn01__txt::before {
  width: 18px;
  height: 13px;
  margin: -2px 7px 0 0
}

.c-btn01.is-small.is-request .c-btn01__link {
  border: 2px solid #1f1f1f;
  background-color: #fff
}

.c-btn01.is-small.is-request .c-btn01__txt::before {
  width: 19px;
  height: 16px;
  margin: -3px 7px 0 0
}

.c-btn01.is-small .c-btn01__link {
  min-height: 56px;
  padding: 10px
}

.c-btn01.is-small .c-btn01__link::before {
  content: none
}

.c-btn01.is-small .c-btn01__txt {
  font-size: 16px
}

@media all and (min-width:768px) {
  .c-btn01.is-small {
    width: 170px
  }
  .c-btn01.is-small.is-reserve .c-btn01__link::after {
    background-color: #ffe970
  }
  .c-btn01.is-small.is-request .c-btn01__link::after {
    background-color: #fff4b9
  }
  .c-btn01.is-small .c-btn01__link {
    min-height: 56px
  }
}

.c-btn01.is-tel .c-btn01__tel {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-size: 2.5rem
}

.c-btn01.is-tel .c-btn01__tel::before {
  width: 12px;
  height: 16px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22enable-background%3Anew%200%200%2024%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.9%2C22.9L18%2C21c-1.8%2C0.3-3.5%2C0.5-5.3%2C0.6c-0.1%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3-0.1-0.3-0.1c0%2C0%2C0%2C0-0.1-0.1%20c-1.2-1.2-1.7-1.4-2.7-2.8c-1-1.5-1.8-3-2.5-4.6c0-0.1%2C0-0.1%2C0-0.1c0-0.1%2C0-0.3%2C0-0.4c0%2C0%2C0%2C0%2C0-0.1c0.7-1.6%2C1.6-3.2%2C2.6-4.7%20l-1-2.4l-1.2-3l-1-2.4C5.8%2C1%2C5.3%2C1.2%2C4.8%2C1.4C3.8%2C1.7%2C2.8%2C2.2%2C2%2C2.8C1.5%2C3.1%2C1.1%2C3.5%2C0.8%2C4C0.5%2C4.4%2C0.4%2C4.7%2C0.2%2C5.1%20c0%2C0.1-0.1%2C0.3-0.1%2C0.4C0%2C6.4%2C0%2C7.3%2C0.1%2C8.2c0.8%2C4.2%2C1.8%2C7.1%2C4.1%2C10.8c0.2%2C0.3%2C0.4%2C0.7%2C0.6%2C1c0.2%2C0.3%2C0.4%2C0.6%2C0.7%2C1%20c2.6%2C3.6%2C5.8%2C6.6%2C9.3%2C9c0.8%2C0.5%2C1.6%2C0.9%2C2.5%2C1c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1c0.4%2C0%2C0.8%2C0%2C1.2-0.1c0.5-0.1%2C1.1-0.3%2C1.6-0.6%20c0.9-0.6%2C1.7-1.3%2C2.4-2c0.4-0.4%2C0.7-0.8%2C1-1.3l-1.9-1.9L19.9%2C22.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  margin: -2px 3px 0 0
}

.c-btn01.is-tel .c-btn01__receipt {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 700
}

.c-btn01.is-tel .c-btn01__receipt-time {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 1.3rem
}

.c-btn01.is-tel02 .c-btn01__link {
  min-height: 70px;
  padding-top: 8px
}

.c-btn01.is-tel02 .c-btn01__tit {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700
}

.c-btn01.is-tel02 .c-btn01__tel {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  line-height: 1;
  font-size: 2.6rem
}

.c-btn01.is-tel02 .c-btn01__tel::before {
  width: 13px;
  height: 18px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22enable-background%3Anew%200%200%2024%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.9%2C22.9L18%2C21c-1.8%2C0.3-3.5%2C0.5-5.3%2C0.6c-0.1%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3-0.1-0.3-0.1c0%2C0%2C0%2C0-0.1-0.1%20c-1.2-1.2-1.7-1.4-2.7-2.8c-1-1.5-1.8-3-2.5-4.6c0-0.1%2C0-0.1%2C0-0.1c0-0.1%2C0-0.3%2C0-0.4c0%2C0%2C0%2C0%2C0-0.1c0.7-1.6%2C1.6-3.2%2C2.6-4.7%20l-1-2.4l-1.2-3l-1-2.4C5.8%2C1%2C5.3%2C1.2%2C4.8%2C1.4C3.8%2C1.7%2C2.8%2C2.2%2C2%2C2.8C1.5%2C3.1%2C1.1%2C3.5%2C0.8%2C4C0.5%2C4.4%2C0.4%2C4.7%2C0.2%2C5.1%20c0%2C0.1-0.1%2C0.3-0.1%2C0.4C0%2C6.4%2C0%2C7.3%2C0.1%2C8.2c0.8%2C4.2%2C1.8%2C7.1%2C4.1%2C10.8c0.2%2C0.3%2C0.4%2C0.7%2C0.6%2C1c0.2%2C0.3%2C0.4%2C0.6%2C0.7%2C1%20c2.6%2C3.6%2C5.8%2C6.6%2C9.3%2C9c0.8%2C0.5%2C1.6%2C0.9%2C2.5%2C1c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1c0.4%2C0%2C0.8%2C0%2C1.2-0.1c0.5-0.1%2C1.1-0.3%2C1.6-0.6%20c0.9-0.6%2C1.7-1.3%2C2.4-2c0.4-0.4%2C0.7-0.8%2C1-1.3l-1.9-1.9L19.9%2C22.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  margin: -2px 3px 0 0
}

@media all and (max-width:360px) {
  .c-btn01.is-tel02 .c-btn01__tel {
    font-size: 2.2rem
  }
  .c-btn01.is-tel02 .c-btn01__tel::before {
    width: 12px;
    height: 17px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2032%22%20style%3D%22enable-background%3Anew%200%200%2024%2032%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231f1f1f%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M19.9%2C22.9L18%2C21c-1.8%2C0.3-3.5%2C0.5-5.3%2C0.6c-0.1%2C0-0.1%2C0-0.1%2C0c-0.1%2C0-0.3-0.1-0.3-0.1c0%2C0%2C0%2C0-0.1-0.1%20c-1.2-1.2-1.7-1.4-2.7-2.8c-1-1.5-1.8-3-2.5-4.6c0-0.1%2C0-0.1%2C0-0.1c0-0.1%2C0-0.3%2C0-0.4c0%2C0%2C0%2C0%2C0-0.1c0.7-1.6%2C1.6-3.2%2C2.6-4.7%20l-1-2.4l-1.2-3l-1-2.4C5.8%2C1%2C5.3%2C1.2%2C4.8%2C1.4C3.8%2C1.7%2C2.8%2C2.2%2C2%2C2.8C1.5%2C3.1%2C1.1%2C3.5%2C0.8%2C4C0.5%2C4.4%2C0.4%2C4.7%2C0.2%2C5.1%20c0%2C0.1-0.1%2C0.3-0.1%2C0.4C0%2C6.4%2C0%2C7.3%2C0.1%2C8.2c0.8%2C4.2%2C1.8%2C7.1%2C4.1%2C10.8c0.2%2C0.3%2C0.4%2C0.7%2C0.6%2C1c0.2%2C0.3%2C0.4%2C0.6%2C0.7%2C1%20c2.6%2C3.6%2C5.8%2C6.6%2C9.3%2C9c0.8%2C0.5%2C1.6%2C0.9%2C2.5%2C1c0.1%2C0%2C0.3%2C0%2C0.4%2C0.1c0.4%2C0%2C0.8%2C0%2C1.2-0.1c0.5-0.1%2C1.1-0.3%2C1.6-0.6%20c0.9-0.6%2C1.7-1.3%2C2.4-2c0.4-0.4%2C0.7-0.8%2C1-1.3l-1.9-1.9L19.9%2C22.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    margin: -3px 3px 0 0
  }
}

.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-btn01 button, .c-btn01__btn, .c-btn01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 480px;
  min-height: 55px;
  padding: 10px 30px;
  text-align: center;
  line-height: 1.6;
  border: 2px solid #1f1f1f;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-btn01 button::before, .c-btn01__btn::before, .c-btn01__link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #1f1f1f;
  margin: auto 0
}

.c-btn01 button, .c-btn01__btn {
  border-radius: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent
}

.c-btn01__txt {
  display: inline-block;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700
}

@media all and (max-width:360px) {
  .c-btn01__txt br.u-view-sp {
    display: none
  }
}

.c-btn01.is-noarrow .c-btn01__link {
  padding: 10px
}

.c-btn01.is-noarrow .c-btn01__link::before {
  content: none
}

@media all and (max-width:360px) {
  .c-btn01__link {
    max-width: 280px
  }
}

@media all and (min-width:768px) {
  .c-btn01 button, .c-btn01__btn, .c-btn01__link {
    width: 320px;
    max-width: none;
    height: 100%;
    min-height: 60px;
    padding: 12px 35px;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .c-btn01 button::before, .c-btn01__btn::before, .c-btn01__link::before {
    right: 18px;
    border-width: 5px 0 5px 7px
  }
  .grant .c-btn01 button, .grant .c-btn01__btn, .grant .c-btn01__link {
    width: 480px;
  }

  .c-btn01 button::after, .c-btn01__btn::after, .c-btn01__link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff4b9;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .c-btn01 button:hover::after, .c-btn01__btn:hover::after, .c-btn01__link:hover::after {
    right: auto;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .4s cubic-bezier(.215, .61, .355, 1) 0s
  }
  .c-btn01 button:hover .c-btn01__txt, .c-btn01__btn:hover .c-btn01__txt, .c-btn01__link:hover .c-btn01__txt {
    color: #1f1f1f
  }
  .c-btn01__txt {
    position: relative;
    z-index: 1;
    font-size: 16px;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
  }
}

.c-form01__submit-note {
  color: #b4b3b3;
  font-size: 12px;
  letter-spacing: .05em;
  margin-top: 10px
}

@media all and (min-width:768px) {
  .c-form01__stepbar+.c-form01__box {
    margin-top: 70px
  }
  .c-form01__box {
    padding: 55px 90px 90px;
    border: 10px solid rgba(192, 192, 192, .4)
  }
  .c-form01__content, .c-form01__label {
    padding-right: 20px;
    padding-left: 20px
  }
  .c-form01__content input[type=text][readonly], .c-form01__label input[type=text][readonly] {
    font-size: 16px
  }
  .c-form01__label {
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 16px
  }
  .c-form01__label-txt {
    font-weight: 700
  }
  .c-form01__label .c-form01__note {
    display: inline-block;
    margin: 0 0 0 15px
  }
  .c-form01__content {
    padding-bottom: 35px
  }
  .c-form01__option {
    width: 50px;
    height: 22px;
    margin: 4px 0 0 20px;
    line-height: 22px;
    font-size: 14px
  }
  .c-form01 .error, .c-form01 .wpcf7-not-valid-tip {
    font-size: 16px!important
  }
  .c-form01__txt {
    margin-top: 20px
  }
  .c-form01__note {
    margin-top: 20px
  }
  .c-form01__confirm+* {
    margin-top: 20px
  }
  .mw_wp_form_preview .c-form01__confirm {
    margin-top: 20px
  }
  .c-form01__calendar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .c-form01__calendar-item:nth-child(n+2) {
    margin-top: 15px
  }
  .c-form01__calendar-box+.c-form01__calendar-box {
    margin-top: 0
  }
  .c-form01__calendar label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    margin: 0 20px 0 0;
    font-size: 16px;
    white-space: nowrap
  }
  .mw_wp_form_preview .c-form01__calendar label {
    height: auto
  }
  .c-form01__calendar-select {
    margin: 0 0 0 20px
  }
  .mw_wp_form_preview .c-form01__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .c-form01__address-pref {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .mw_wp_form_preview .c-form01__address-pref {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap
  }
  .c-form01__address-zip {
    width: 370px
  }
  .mw_wp_form_preview .c-form01__address-zip {
    width: auto;
    white-space: nowrap
  }
  .c-form01__address-mark {
    height: 56px
  }
  .mw_wp_form_preview .c-form01__address-mark {
    height: auto
  }
  .c-form01__address-box {
    max-width: 340px
  }
  .c-form01__address-select {
    margin: 0 0 0 20px
  }
  .c-form01__address-text {
    margin-top: 25px
  }
  .c-form01__agreement {
    margin-top: 40px
  }
  .c-form01__agreement-policy{
    font-size: 14px;
  }  
  .c-form01__agreement-check {
    margin-top: 30px;
    font-size: 17px
  }
  .c-form01__submit {
    margin-top: 40px
  }
  .c-form01__cloudflare {
    margin-top: 40px;
  }
  .c-form01__submit-note {
    font-size: 14px;
    margin-top: 20px;
    text-align: center
  }
}

@media all and (min-width:768px) {
  .wpcf7 .wpcf7-response-output {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1100px;
    margin-left: auto!important;
    margin-right: auto!important
  }
}
.c-checkbox01 .wpcf7-list-item {
  margin: 0
}

.c-checkbox01 .wpcf7-list-item, .c-checkbox01>span {
  display: block
}

.c-checkbox01 .wpcf7-list-item+.wpcf7-list-item, .c-checkbox01 .wpcf7-list-item+span, .c-checkbox01>span+.wpcf7-list-item, .c-checkbox01>span+span {
  min-height: 28px;
  margin-top: 15px!important
}

.c-checkbox01 .wpcf7-list-item.horizontal-item+.horizontal-item, .c-checkbox01>span.horizontal-item+.horizontal-item {
  margin-left: 0
}

.c-checkbox01 input[type=checkbox] {
  display: none
}

.c-checkbox01 input[type=checkbox]+span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 28px;
  padding-left: 30px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .05em;
  cursor: pointer
}

.c-checkbox01 input[type=checkbox]+span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 3px solid silver;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
}

.c-checkbox01 input[type=checkbox]+span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 11px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #1f1f1f;
  border-bottom: 3px solid #1f1f1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 5px 10px;
  transform-origin: 5px 10px;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
}

.c-checkbox01 input[type=checkbox]:checked+span::after {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1)
}

.c-checkbox01.is-horizontal {
  margin: 0 -15px -10px 0
}

.c-checkbox01.is-horizontal>span {
  display: inline-block;
  margin: 0 15px 10px 0
}

.c-checkbox01.is-horizontal>span+span {
  margin-top: 0
}

.c-checkbox01.is-horizontal .error {
  margin-top: 12px
}

.c-checkbox01+.c-textbox01 {
  margin-top: 12px
}

@media all and (min-width:768px) {
  .c-checkbox01 input[type=checkbox]+span {
    min-height: none;
    padding-left: 30px;
    font-size: 17px
  }
  .c-checkbox01 input[type=checkbox]+span::before {
    top: 5px;
    width: 20px;
    height: 20px
  }
  .c-checkbox01 input[type=checkbox]+span::after {
    top: 11px;
    left: 10px;
    width: 11px;
    height: 8px;
    border-left: 2px solid #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    -webkit-transform-origin: 1px 10px;
    transform-origin: 1px 10px
  }
  .c-checkbox01 input[type=checkbox]:checked+span::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
  }
  .c-checkbox01.is-horizontal, .c-checkbox01.is-horizontal-pc {
    margin: 0 -25px -15px 0;
    font-size: 0;
    letter-spacing: 0
  }
  .c-checkbox01.is-horizontal .wpcf7-list-item, .c-checkbox01.is-horizontal-pc .wpcf7-list-item, .c-checkbox01.is-horizontal-pc>span, .c-checkbox01.is-horizontal>span {
    display: inline-block;
    margin: 0 25px 15px 0;
    font-size: 17px;
    letter-spacing: .08em
  }
  .c-checkbox01.is-horizontal .wpcf7-list-item+.wpcf7-list-item, .c-checkbox01.is-horizontal .wpcf7-list-item+span, .c-checkbox01.is-horizontal-pc .wpcf7-list-item+.wpcf7-list-item, .c-checkbox01.is-horizontal-pc .wpcf7-list-item+span, .c-checkbox01.is-horizontal-pc>span+.wpcf7-list-item, .c-checkbox01.is-horizontal-pc>span+span, .c-checkbox01.is-horizontal>span+.wpcf7-list-item, .c-checkbox01.is-horizontal>span+span {
    margin-top: 0!important
  }
  .c-checkbox01.is-horizontal .error, .c-checkbox01.is-horizontal-pc .error {
    margin: 0 0 30px
  }
  .c-checkbox01+.c-textbox01 {
    margin-top: 20px
  }
}
.c-radio01{
  display: grid;
}
.c-radio01 .wpcf7-list-item {
  margin: 0
}

.c-radio01 .wpcf7-list-item, .c-radio01>span {
  display: block
}

.c-radio01 .wpcf7-list-item+.wpcf7-list-item, .c-radio01 .wpcf7-list-item+span, .c-radio01>span+.wpcf7-list-item, .c-radio01>span+span {
  margin-top: 10px
}

.c-radio01 .wpcf7-list-item.horizontal-item+.horizontal-item, .c-radio01>span.horizontal-item+.horizontal-item {
  margin-left: 0
}

.c-radio01 input[type=radio] {
  display: none
}

.c-radio01 input[type=radio]+span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .05em;
  cursor: pointer
}

.c-radio01 input[type=radio]+span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid silver;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-radio01 input[type=radio]+span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #1f1f1f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
  transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s
}

.c-radio01 input[type=radio]:checked+span::after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.c-radio01.is-horizontal {
  margin: 0 -15px -10px 0
}

.c-radio01.is-horizontal>span {
  display: inline-block;
  margin: 0 15px 10px 0
}

.c-radio01.is-horizontal>span+span {
  margin-top: 0
}

.c-radio01.is-horizontal .error {
  margin: 0 0 30px
}

@media all and (min-width:768px) {
  .c-radio01 input[type=radio]+span {
    font-size: 17px
  }
  .c-radio01 input[type=radio]+span::before {
    top: 5px
  }
  .c-radio01 input[type=radio]+span::after {
    top: 10px
  }
  .c-radio01.is-horizontal, .c-radio01.is-horizontal-pc {
    margin: 0 -25px -15px 0
  }
  .c-radio01.is-horizontal .wpcf7-list-item, .c-radio01.is-horizontal-pc .wpcf7-list-item, .c-radio01.is-horizontal-pc>span, .c-radio01.is-horizontal>span {
    display: inline-block;
    margin: 0 25px 15px 0
  }
  .c-radio01.is-horizontal .wpcf7-list-item+.wpcf7-list-item, .c-radio01.is-horizontal .wpcf7-list-item+span, .c-radio01.is-horizontal-pc .wpcf7-list-item+.wpcf7-list-item, .c-radio01.is-horizontal-pc .wpcf7-list-item+span, .c-radio01.is-horizontal-pc>span+.wpcf7-list-item, .c-radio01.is-horizontal-pc>span+span, .c-radio01.is-horizontal>span+.wpcf7-list-item, .c-radio01.is-horizontal>span+span {
    margin-top: 0
  }
  .c-radio01.is-horizontal .error, .c-radio01.is-horizontal-pc .error {
    margin: 0 0 30px
  }
}

.mw_wp_form_preview .c-radio01.is-horizontal, .mw_wp_form_preview .c-radio01.is-horizontal-pc {
  margin: 0
}

.c-select01 {
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-select01::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #1f1f1f transparent transparent transparent
}

.mw_wp_form_preview .c-select01 {
  width: auto
}

.c-select01 select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 56px;
  padding: 10px 30px 10px 10px;
  line-height: 1.6;
  color: #b4b3b3;
  font-size: 16px;
  letter-spacing: .06em;
  border: 1px solid silver!important;
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.c-select01 select::-ms-expand {
  display: none
}

.c-select01 select.is-select {
  color: #1f1f1f
}

.c-select01 select option:first-child {
  display: none
}

@media all and (min-width:768px) {
  .c-select01 {
    width: 300px
  }
  .c-select01::after {
    right: 12px
  }
  .c-select01 select {
    min-width: 100px;
    padding: 10px 30px 10px 15px;
    font-size: 17px
  }
}

.mw_wp_form_preview .c-select01 {
  border: none;
  background: 0 0
}

.mw_wp_form_preview .c-select01::after {
  content: none
}

.c-selectlist01__item:nth-child(n+2) {
  margin-top: 10px
}

@media all and (min-width:768px) {
  .c-selectlist01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -15px 0
  }
  .c-selectlist01__item {
    margin: 0 20px 15px 0
  }
  .c-selectlist01__item:nth-child(n+2) {
    margin-top: 0
  }
}

.c-textarea01 {
  width: 100%;
  height: 170px;
  padding: 15px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .06em;
  border: none;
  border-radius: 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: horizontal
}

.c-textarea01:-moz-placeholder-shown {
  color: #b4b3b3
}

.c-textarea01:-ms-input-placeholder {
  color: #b4b3b3
}

.c-textarea01:placeholder-shown {
  color: #b4b3b3
}

.c-textarea01::-webkit-input-placeholder {
  color: #b4b3b3
}

.c-textarea01:-moz-placeholder {
  color: #b4b3b3;
  opacity: 1
}

.c-textarea01::-moz-placeholder {
  color: #b4b3b3;
  opacity: 1
}

.c-textarea01:-ms-input-placeholder {
  color: #b4b3b3
}

@media all and (min-width:768px) {
  .c-textarea01 {
    height: 200px;
    padding: 15px 20px;
    font-size: 17px
  }
}

@media all and (min-width:768px) {
  .c-textbox01.is-full {
    width: 100%!important
  }
}

.c-textbox01 {
  padding: 10px 15px;
  width: 100%;
  height: 50px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .05em;
  border: none!important;
  border-radius: 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.c-textbox01:-moz-placeholder-shown {
  color: #b4b3b3
}

.c-textbox01:-ms-input-placeholder {
  color: #b4b3b3
}

.c-textbox01:placeholder-shown {
  color: #b4b3b3
}

.c-textbox01::-webkit-input-placeholder {
  color: #b4b3b3
}

.c-textbox01:-moz-placeholder {
  color: #b4b3b3;
  opacity: 1
}

.c-textbox01::-moz-placeholder {
  color: #b4b3b3;
  opacity: 1
}

.c-textbox01:-ms-input-placeholder {
  color: #b4b3b3
}

@media all and (min-width:768px) {
  .c-textbox01 {
    width: 370px!important;
    height: 56px;
    padding: 10px 20px;
    font-size: 17px
  }
}

.wpcf7 form .wpcf7-response-output{
    font-size: initial;
    padding: 0.5em 1em;
}
/* 送信成功後（.sent）に入力を触れない見た目に */
.wpcf7-form.sent input,
.wpcf7-form.sent select,
.wpcf7-form.sent textarea {
  pointer-events: none;   /* マウス操作を不可に */
  background: #f2f2f2;
  color: #777;
  border-color: #ccc;
}

/* 送信ボタンを隠す（再送防止） */
.wpcf7-form.sent .c-form01__set { display: none; }
.wpcf7-form.sent .c-form01__agreement { display: none; }
.wpcf7-form.sent .c-form01__submit { display: none; }

/* ステップバー：完了側を強調（白×黒3px実線デザイン） */
.wpcf7-form.sent .c-stepbar01__item.is-edit {
  background: #fff;
  color: #999;
}
.wpcf7-form.sent .c-stepbar01__item.is-complete {
  background: #fbd554;
}

/*-------------
contact
--------------*/
.contact {
  margin-bottom: 168px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 80px;
  }
}

.contact .inner {
  position: relative;
}

.contact .sectionHeader {
  margin-bottom: 36px;
}

@media screen and (min-width: 769px) {
  .contact .sectionHeader {
    margin-bottom: 72px;
  }
}

.contact .s-contact__container {
  position: relative;
  padding-top: 56px;
}

@media screen and (max-width: 768px) {
  .contact .s-contact__container {
    padding-top: 40px;
  }
}
.s-contact__contents{
  width: 75vw;
  margin: 0 auto;
}
.contact .s-contact__heading {
  position: relative;
  width: 560px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  .s-contact__contents{
    width: 100%;
  }
  .contact .s-contact__heading {
    max-width: 335px;
    width: 100%;
    margin: 0 auto 32px;
  }
}

.contact .s-contact__headingInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 232px;
}

@media screen and (max-width: 768px) {
  .contact .s-contact__headingInner {
    height: 128px;
  }
}

.contact .s-contact__headingText {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin: 0 0 0 90px;
}

@media screen and (max-width: 768px) {
  .contact .s-contact__headingText {
    font-size: 32px;
    margin: 0 0 0 50px;
  }
}

@media screen and (max-width: 374px) {
  .contact .s-contact__headingText {
    font-size: 8.5vw;
    margin: 0 0 0 13.7vw;
  }
}

.contact .s-contact__text {
  max-width: 880px;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact .s-contact__text {
    position: relative;
    width: calc(100% + 10px);
    left: -5px;
    font-size: 16px;
  }
}
.contact .s-contact__text dt{
  font-size: 24px;
  line-height: 1.54;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .contact .s-contact__text dt {
    font-size: 22px;
  }
}
.contact .s-contact__text dd{
  margin-bottom: 36px;
  margin-inline-start: 1em;
}

@media screen and (max-width: 768px) {
  .contact .s-contact__text dd {
    margin-bottom: 24px;
    margin-inline-start: 0;
  }
}

.contact .s-contact__text p {
  margin: 0 0 2em;
}

.contact .s-contact__text p:last-of-type {
  margin: 0;
}

/*-------------
privacy
--------------*/
.privacy {
  margin-bottom: 168px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .privacy {
    margin-bottom: 80px;
  }
}

.privacy .inner {
  position: relative;
}

.privacy .sectionHeader {
  margin-bottom: 36px;
}

@media screen and (min-width: 769px) {
  .privacy .sectionHeader {
    margin-bottom: 72px;
  }
}

.privacy .s-privacy__container {
  position: relative;
  padding-top: 56px;
}

@media screen and (max-width: 768px) {
  .privacy .s-privacy__container {
    padding-top: 40px;
  }
}

.privacy .s-privacy__heading {
  position: relative;
  width: 560px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 768px) {
  .privacy .s-privacy__heading {
    max-width: 335px;
    width: 100%;
    margin: 0 auto 32px;
  }
}

.privacy .s-privacy__headingInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 232px;
}

@media screen and (max-width: 768px) {
  .privacy .s-privacy__headingInner {
    height: 128px;
  }
}

.privacy .s-privacy__headingText {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin: 0 0 0 90px;
}

@media screen and (max-width: 768px) {
  .privacy .s-privacy__headingText {
    font-size: 32px;
    margin: 0 0 0 50px;
  }
}

@media screen and (max-width: 374px) {
  .privacy .s-privacy__headingText {
    font-size: 8.5vw;
    margin: 0 0 0 13.7vw;
  }
}

.privacy .s-privacy__text {
  max-width: 880px;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .privacy .s-privacy__text {
    position: relative;
    width: calc(100% + 10px);
    left: -5px;
    font-size: 16px;
  }
}
.privacy .s-privacy__text dt{
  font-size: 24px;
  line-height: 1.54;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .privacy .s-privacy__text dt {
    font-size: 22px;
  }
}
.privacy .s-privacy__text dd{
  margin-bottom: 36px;
  margin-inline-start: 1em;
}

@media screen and (max-width: 768px) {
  .privacy .s-privacy__text dd {
    margin-bottom: 24px;
    margin-inline-start: 0;
  }
}

.privacy .s-privacy__text p {
  margin: 0 0 2em;
}

.privacy .s-privacy__text p:last-of-type {
  margin: 0;
}
section.-black{
    position: relative;
    background-color: #333;
    color: #FFF;
}
section.-black .moreLink .c-moreLink__text{
    color: #FFF;
}
.inner.s-wrapper{
    padding-top: 80px;
    padding-bottom: 120px;
}
section.-black .sectionHeader .c-sectionHeader__ruby::before{
    background-color: #FFF;
}
section.-black .sectionHeader .c-sectionHeader__ruby::after{
    border-left: 6px solid #FFF;
    border-right: 6px solid #FFF;
}
section.-black .moreLink .c-moreLink__text::after{
    background-image: url(assets/img/common/icon_link-arrow02.svg);
}