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

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

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

.js-openModal {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#000));
  background: linear-gradient(#242424 0%, #000 100%);
}
@media screen and (max-width: 959px) {
  .l-header {
    height: 60px;
  }
}
.l-header__logo {
  padding: 2px 60px 7px;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    padding: 2px 20px 7px;
  }
  .l-header__logo img {
    width: 80px;
  }
}
.l-header__nav {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 959px) {
  .l-header__nav {
    padding: 0 20px 0 0;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav ul li a {
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: white;
}
.l-header__nav ul li a:hover {
  opacity: .6;
}
.l-header__nav ul li + li {
  margin-left: 30px;
}
.l-header__nav-tel {
  font-size: 16px !important;
}
.l-header__nav-tel img {
  width: 16px;
  vertical-align: -2px;
  margin-right: 5px;
}
.l-header__nav-x img {
  width: 30px;
  vertical-align: -4px;
}
.l-header__nav-instagram img {
  width: 30px;
  vertical-align: -4px;
}
.l-header__btn {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 959px) {
  .l-header__btn {
    width: 30px;
    height: 30px;
  }
}
.l-header__btn div {
  position: relative;
  top: 18px;
  width: 40px;
  height: 5px;
}
@media screen and (max-width: 959px) {
  .l-header__btn div {
    top: 11px;
    width: 30px;
  }
}
.l-header__btn span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 1px;
  background: white;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.l-header__btn span:nth-child(1) {
  top: 0;
}
.l-header__btn span:nth-child(2) {
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .l-header__btn span {
    width: 30px;
  }
}
.l-header__btn.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
}
.l-header__btn.on span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 2px;
}
.l-header__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#161616));
  background: linear-gradient(#000 0%, #161616 100%);
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 3;
  overflow: hidden;
}
.l-header__menu.on {
  height: 100vh;
}
.l-header__menu.on .l-header__menu-img {
  opacity: 1;
}
.l-header__menu.on .l-header__menu-sitemap {
  opacity: 1;
}
.l-header__menu-logo {
  text-align: center;
}
.l-header__menu-logo a:hover {
  opacity: .8;
}
.l-header__menu-logo a img {
  width: 110px;
}
.l-header__menu-sitemap {
  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;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
@media screen and (max-width: 959px) {
  .l-header__menu-sitemap {
    width: 100%;
  }
}
.l-header__menu-sitemap > div .l-footer__list li {
  border-bottom: 1px solid #666;
}
.l-header__menu-sitemap > div .l-footer__list li a {
  display: block;
  width: 300px;
  padding: 6px 10px 10px;
  font-size: 14px;
}
.l-header__menu-sitemap > div .l-footer__list li a:hover {
  opacity: .6;
  text-decoration: none;
}
.l-header__menu-sns {
  padding-right: 10%;
}
.l-header__menu-img {
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.l-header__menu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .l-header__menu-img {
    display: none;
  }
}
.l-header__menu-list {
  border-top: 1px solid #666;
}
.l-header__menu-list li {
  border-bottom: 1px solid #666;
}
.l-header__menu-list li a {
  display: block;
  padding: 15px 5px;
  color: white;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  width: 300px;
}
.l-header__menu-list li a:hover {
  opacity: .6;
}
.l-header__menu-list li.sub {
  display: block;
  position: relative;
  padding-left: 15px;
}
.l-header__menu-list li.sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 6px;
  width: 7px;
  height: 1px;
  background: white;
}
.l-header__menu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__menu-sub li a {
  text-decoration: underline;
  color: white;
  font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.l-header__menu-sub li a:hover {
  opacity: .6;
}
.l-header__menu-sub li + li {
  margin-left: 20px;
}

.l-footer {
  width: 100%;
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#161616));
  background: linear-gradient(#000 0%, #161616 100%);
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 60px 0;
    text-align: center;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__logo img {
  width: 100px;
}
.l-footer__address {
  margin: 15px 0;
  font: normal 12px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
.l-footer__copyright p {
  font: normal 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
.l-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .l-footer__sitemap {
    display: none;
  }
}
.l-footer__list li a {
  font: normal 12px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: .08em;
}
.l-footer__list li a:hover {
  text-decoration: underline;
}
.l-footer__list li + li {
  margin-top: 5px;
}
.l-footer__list-sub {
  position: relative;
  padding-left: 10px;
}
.l-footer__list-sub::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 12px;
  width: 5px;
  height: 1px;
  background-color: white;
  opacity: .6;
}
.l-footer__list + .l-footer__list {
  margin-left: 50px;
}

body {
  background-color: white;
}

.l-main__baseline01 {
  display: block;
  position: fixed;
  left: 50%;
  width: 1px;
  height: 100vh;
  background-color: #D5D5D5;
  opacity: .4;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .l-main__baseline01 {
    opacity: .3;
  }
}
.l-main__baseline02 {
  display: block;
  position: fixed;
  left: calc(50% - 500px);
  width: 1px;
  height: 100vh;
  background-color: #D5D5D5;
  opacity: .4;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .l-main__baseline02 {
    left: calc(50% - 140px);
    opacity: .3;
  }
}
.l-main__baseline03 {
  display: block;
  position: fixed;
  left: calc(50% + 500px);
  width: 1px;
  height: 100vh;
  background-color: #D5D5D5;
  opacity: .4;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .l-main__baseline03 {
    left: calc(50% + 140px);
    opacity: .3;
  }
}

.c-feature {
  padding: 40px 30px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .c-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 20px 30px;
  }
}
.c-feature__thumb {
  text-align: center;
}
.c-feature__thumb img {
  height: 80px;
}
@media screen and (max-width: 959px) {
  .c-feature__thumb {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
  .c-feature__thumb img {
    max-height: 50px;
    max-width: 50px;
  }
}
.c-feature__title {
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin: 30px 0 20px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-feature__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
  }
}
.c-feature__contents {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-feature__contents {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .c-feature__box {
    width: calc(100% - 100px);
  }
}

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

.c-color {
  display: block;
  width: 10px;
  height: 10px;
}

.c-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: black;
  color: white;
  font: bold 12px/1 "futura-pt", sans-serif;
  letter-spacing: 0;
  padding: 0 20px 0 31px;
}
.c-btn a img {
  position: absolute;
  left: 13px;
  top: 10px;
}
.c-btn a:hover {
  opacity: .6;
}
.c-btn a:hover .c-btn__arrow {
  right: 22px;
}
.c-btn a.blue {
  background: #000;
  color: white;
  border: none;
}
.c-btn__arrow {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 10px !important;
  -webkit-transition: right .15s ease;
  transition: right .15s ease;
}
.c-btns-sns {
  font: bold 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.c-btns-sns a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -4px;
}
.c-btns-sns a:hover {
  opacity: .6;
}

.c-img img, .c-img--flow img, .c-img--center img, .c-img--right img, .c-img--b10 img, .c-img--photo img {
  max-width: 100%;
  vertical-align: bottom;
}
.c-img--flow {
  border: 1px solid #ddd;
  max-width: 1002px;
  margin: 0 auto;
}
.c-img--center {
  text-align: center;
}
.c-img--right {
  text-align: right;
}
.c-img--b10 img {
  border-radius: 10px;
}
.c-img--photo img {
  border-radius: 5px;
  border: 3px solid white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.c-img--photo p {
  margin-top: 10px;
  text-align: right;
  font: normal 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .c-img--photo p {
    font-size: 14px;
  }
}
.c-img.box-shadow, .box-shadow.c-img--flow, .box-shadow.c-img--center, .box-shadow.c-img--right, .box-shadow.c-img--b10, .box-shadow.c-img--photo,
.c-img .box-shadow,
.c-img--flow .box-shadow,
.c-img--center .box-shadow,
.c-img--right .box-shadow,
.c-img--b10 .box-shadow,
.c-img--photo .box-shadow {
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
}
.c-img.w500, .w500.c-img--flow, .w500.c-img--center, .w500.c-img--right, .w500.c-img--b10, .w500.c-img--photo {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.c-box {
  /* 各種横幅の中央ぞろえブロック */
}
.c-box--w100 {
  max-width: 160px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w200 {
  max-width: 260px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w300 {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w400 {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w500 {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w600 {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w700 {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w800 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w900 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.c-box--w1000 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

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

.c-link:hover {
  opacity: .6;
}
.c-link img {
  width: 100%;
}
.c-link--text {
  text-decoration: underline;
  color: blue;
}
.c-link--text:hover {
  text-decoration: none;
}

.c-tel a, .c-tel--white a {
  font: normal 40px/1 "futura-pt", sans-serif;
  letter-spacing: .05em;
  color: #000000;
}
.c-tel a span, .c-tel--white a span {
  font-size: 0.5em;
}
.c-tel a:hover, .c-tel--white a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .c-tel a, .c-tel--white a {
    font-size: 30px;
  }
}
.c-tel--white a {
  color: white;
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: white;
}
.c-table tr th {
  width: 150px;
  padding: 10px 20px;
  font: 500 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  background-color: #fafafa;
}
@media screen and (max-width: 959px) {
  .c-table tr th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 10px;
  }
}
.c-table tr td {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 10px 20px;
  color: #333;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-table tr td {
    display: block;
    padding: 10px;
    font-size: 14px;
  }
}
.c-table tr td p {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.c-table tr td p span {
  font-weight: bold;
  text-decoration: underline;
}
.c-table tr td p + p {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .c-table tr td p {
    font-size: 14px !important;
  }
}
.c-table tr:nth-child(0) {
  border-top: none;
}
.c-table thead tr {
  background: #f1f2f1 !important;
}

.c-policy__header {
  padding: 0 20px;
}
.c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
  font: normal 24px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
  color: #000;
}
@media screen and (max-width: 959px) {
  .c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
    font-size: 18px;
  }
}
.c-policy__header + .c-policy__main {
  margin-top: 10px;
}
.c-policy__main {
  padding: 0 20px;
}
.c-policy__main p {
  padding-left: 10px;
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.c-policy--colored {
  background: #fafafa;
}

.c-anchor {
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.c-anchor li a {
  display: block;
  padding: 20px;
  text-align: center;
  border: 1px solid #e5e7e5;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}
.c-anchor li a:hover {
  background: #fafafa;
}
@media screen and (max-width: 959px) {
  .c-anchor {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .c-anchor li a {
    font-size: 13px;
    padding: 20px 10px;
  }
}
.c-anchor__btn {
  position: absolute;
  top: -120px;
}

.c-list li, .c-list--check li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px !important;
  }
}
.c-list li + .c-list li, .c-list--check li + .c-list li, .c-list li + .c-list--check li, .c-list--check li + .c-list--check li {
  margin-top: 10px;
}
.c-list li:last-child, .c-list--check li:last-child {
  margin-bottom: 0;
}
.c-list li:before, .c-list--check li:before {
  position: absolute;
  display: block;
  content: '';
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
}
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px;
  }
  .c-list li:before, .c-list--check li:before {
    top: 9px;
  }
}
.c-list--check li {
  padding-left: 0;
  font-size: 14px;
}
.c-list--check li:before {
  content: none;
}
.c-list--check li img {
  width: 18px;
  margin-right: 5px;
  vertical-align: -4px;
}
.c-list--check li + li {
  margin-top: 5px;
}
.c-list-tags {
  margin-bottom: -5px;
}
.c-list-tags span {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 8px 15px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-list-tags span {
    font-size: 12px;
    padding: 6px 14px 8px;
  }
}

.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: 1px solid #e5e7e5;
}
@media screen and (max-width: 959px) {
  .c-flow {
    position: relative;
  }
}
.c-flow__num span {
  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;
  background: #000;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font: normal 35px/1 "futura-pt", sans-serif;
  letter-spacing: .08em;
  color: white;
}
@media screen and (max-width: 959px) {
  .c-flow__num span {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    background: #000;
  }
}
.c-flow__main {
  padding-left: 30px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 959px) {
  .c-flow__main {
    padding-left: 20px;
    width: calc(100% - 40px);
  }
}
.c-flow__main h3 {
  font: normal 24px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .c-flow__main h3 {
    font-size: 20px;
  }
}
.c-flow__main p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-flow__main p br {
    display: none;
  }
}
.c-flow__main .p-cv__flex {
  width: 100%;
  padding: 20px;
  background: #fafafa;
}
@media screen and (max-width: 959px) {
  .c-flow__main .p-cv__flex .c-tel a, .c-flow__main .p-cv__flex .c-tel--white a {
    font-size: 24px;
  }
}
.c-flow:last-child {
  border-bottom: 1px solid #e5e7e5;
}

.c-block__title {
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.c-block--type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .c-block--type {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.c-block--type .c-block__title {
  padding: 15px 30px 15px 0;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 959px) {
  .c-block--type .c-block__title {
    padding: 0;
    border-right: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
  }
}
.c-block--type .c-list-tags span {
  background-color: white;
  border: none;
}

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-wp-post {
  /* タイトル部分 */
  /* 本文 */
}
.p-wp-post__head {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.p-wp-post__title {
  font: bold 24px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-wp-post__date {
  font: normal 14px/1 "futura-pt", sans-serif;
  text-align: center;
  opacity: .6;
  margin-top: 10px;
}
.p-wp-post__img {
  text-align: center;
  margin-top: 17px;
}
.p-wp-post__img img {
  width: 100%;
  max-width: 500px;
}
.p-wp-post__main h3 {
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding-left: 7px;
  letter-spacing: .03em;
  border-left: 4px solid black;
}
.p-wp-post__main h3 + p, .p-wp-post__main h3 + img, .p-wp-post__main h3 + h4, .p-wp-post__main h3 + h5 {
  margin-top: 10px;
}
.p-wp-post__main h4 {
  font: bold 17px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #ddd;
  letter-spacing: .03em;
}
.p-wp-post__main h4 + p, .p-wp-post__main h4 + img, .p-wp-post__main h4 + h4, .p-wp-post__main h4 + h5 {
  margin-top: 10px;
}
.p-wp-post__main h5 {
  font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .03em;
}
.p-wp-post__main h5 + p, .p-wp-post__main h5 + img, .p-wp-post__main h5 + h4, .p-wp-post__main h5 + h5 {
  margin-top: 10px;
}
.p-wp-post__main p {
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .03em;
}
.p-wp-post__main p a {
  text-decoration: underline;
  color: blue;
}
.p-wp-post__main p a:hover {
  text-decoration: none;
}
.p-wp-post__main p + img, .p-wp-post__main p + p {
  margin-top: 10px;
}
.p-wp-post__main p + h3, .p-wp-post__main p + h4, .p-wp-post__main p + h5 {
  margin-top: 30px;
}
.p-wp-post__main img {
  width: 100%;
  max-width: 500px;
}
.p-wp-post__main img.aligncenter {
  margin: 0 auto;
  display: block;
}

.p-contact__tel a {
  display: block;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fafafa;
  font: bold 30px/1 "futura-pt", sans-serif;
  text-align: center;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  color: black;
  border-radius: 3px;
}
.p-contact__tel a img {
  width: 30px;
  margin-right: 5px;
}
.p-contact__tel a:hover {
  border: 1px solid #666;
  background-color: #e4e4e4;
}

.p-stock__banner p {
  font: 500 16px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-stock__banner p {
    font-size: 14px;
  }
}
.p-stock__banner-img {
  position: relative;
}
.p-stock__banner-img a {
  position: relative;
  max-width: 400px;
  display: block;
  padding: 50px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 auto;
}
.p-stock__banner-img a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .p-stock__banner-img a {
    max-width: 300px;
  }
}
.p-stock__banner-img a .tabs {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.p-stock__inner {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
.p-stock__main {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background: linear-gradient(#333 0%, #000 100%);
}
.p-stock__title {
  margin-bottom: 40px;
}
.p-stock__title h2 {
  font: bold 40px/1 "futura-pt", sans-serif;
}
.p-stock__title h2 .type {
  display: block;
  font-size: 17px;
}
.p-stock__title h2 .detail {
  font-size: 18px;
  font-weight: 100;
}
.p-stock__data h3 {
  position: relative;
  font: bold 20px/1 "futura-pt", sans-serif;
  letter-spacing: .08em;
  color: white;
  margin-bottom: 20px;
}
.p-stock__data h3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  background: #666;
}
.p-stock__data-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .p-stock__data-list {
    grid-template-columns: 1fr;
  }
}
.p-stock__data-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-stock__data-list dl dt {
  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;
  width: 120px;
  text-align: center;
  border: 1px solid #666;
  border-left: 1px solid white;
  padding: 5px 10px;
  color: white;
}
.p-stock__data-list dl dd {
  width: calc(100% - 120px);
  color: white;
  padding: 10px;
}
.p-stock__data-list dl.long {
  grid-column: 1 / -1;
}
.p-stock__slider-item img {
  width: 100%;
}
.p-stock__slider .slick-dots {
  position: relative;
  z-index: 3;
  margin: -20px auto 20px;
  text-align: center;
}
.p-stock__slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.p-stock__slider .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 20px;
  border: unset;
  height: 4px;
  display: block;
  background: #666;
  cursor: pointer;
}
.p-stock__slider .slick-dots .slick-active button {
  background: white;
}
.p-stock__slider .arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
}
.p-stock__slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.p-stock__slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-stock__slider .slick-next {
  right: -10px;
}
.p-stock__slider .slick-prev {
  left: -10px;
}
.p-stock__slider .slick-next::before {
  left: 10px;
}
.p-stock__slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 12px;
}

.p-storeinfo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-storeinfo__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-storeinfo__img {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .p-storeinfo__img {
    width: 100%;
  }
}
.p-storeinfo__img img {
  width: 100%;
}
.p-storeinfo__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 959px) {
  .p-storeinfo__info {
    width: 100%;
    padding: 10px 10px 0;
  }
}
.p-storeinfo__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-storeinfo__info dl dt {
  font: bold 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  width: 80px;
}
.p-storeinfo__info dl dd {
  width: calc(100% - 80px);
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-sitemap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-sitemap__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-sitemap__inner ul {
  width: calc((100% - 60px)/4);
  border-top: 1px solid #ddd;
}
.p-sitemap__inner ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font: 500 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.p-sitemap__inner ul li a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .p-sitemap__inner ul {
    width: 100%;
    border-top: 0;
  }
  .p-sitemap__inner ul:first-of-type {
    border-top: 1px solid #ddd;
  }
}
.p-sitemap-sub a {
  position: relative;
  padding-left: 25px !important;
}
.p-sitemap-sub a::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 10px;
  top: 20px;
}

.p-ex {
  background: white !important;
  border-left: 10px solid black;
}
.p-ex.jibun {
  border-color: #000;
}
.p-ex.omakase {
  border-color: #E63427;
}
.p-ex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.p-ex__list li {
  width: calc((100% - 40px)/3);
}
.p-ex__list li img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-ex__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
  }
  .p-ex__list li {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .p-ex__list li + li {
    margin-top: 20px;
  }
}
.p-ex__contents {
  position: relative;
}
.p-ex__img {
  padding: 50px 0 80px;
}
@media screen and (max-width: 959px) {
  .p-ex__img {
    padding-bottom: 30px;
  }
}
.p-ex__main {
  text-align: center;
}
.p-ex__main p {
  color: white;
  margin-top: 30px;
}
.p-ex__bk {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.p-ex__bk img {
  width: 100%;
  height: 566px;
}
@media screen and (max-width: 959px) {
  .p-ex__bk {
    bottom: -2px;
  }
}

.p-conclution {
  position: relative;
  z-index: 1;
}
.p-conclution.jibun {
  border-left: 10px solid #000;
}
.p-conclution-bk {
  width: 100%;
  max-height: 720px;
}
@media screen and (max-width: 959px) {
  .p-conclution-bk {
    max-height: 750px;
  }
}
.p-conclution-bk.omakase {
  background: #D22C20;
}
.p-conclution-bk.jibun {
  background: #0E327E;
}
.p-conclution-bk img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 959px) {
  .p-conclution-bk img {
    max-height: 750px;
  }
}
.p-conclution-contents {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 100%;
  max-width: 966px;
  margin: 0 auto;
}
.p-conclution-contents img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-conclution-contents {
    bottom: -30px;
    max-width: 370px;
  }
}
.p-conclution.omakase .p-conclution-bk {
  width: 100%;
  max-height: 520px;
}
@media screen and (max-width: 959px) {
  .p-conclution.omakase .p-conclution-bk {
    max-height: 630px;
  }
}
.p-conclution.omakase .p-conclution-bk img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 959px) {
  .p-conclution.omakase .p-conclution-bk img {
    height: 630px;
  }
}
.p-conclution.omakase .p-conclution-contents {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  max-width: 707px;
  margin: 0 auto;
}
.p-conclution.omakase .p-conclution-contents img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-conclution.omakase .p-conclution-contents {
    bottom: -3px;
    max-width: 334px;
  }
}

.p-strong__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
  border-radius: 20px;
  border: 2px solid black;
  background: white;
}
@media screen and (max-width: 959px) {
  .p-strong__block {
    padding: 30px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-strong__head p {
  font: bold 20px/1 "futura-pt", sans-serif !important;
  color: #000;
}
.p-strong__head p span {
  font-size: 1.5em;
  margin-left: 5px;
  color: #E63427;
}
@media screen and (max-width: 959px) {
  .p-strong__head p {
    text-align: center;
    font-size: 16px !important;
  }
}
.p-strong__head h3 {
  margin: 20px 0;
  font: bold 26px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #000;
}
.p-strong__head h3 span {
  color: #E63427;
}
@media screen and (max-width: 959px) {
  .p-strong__head h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 22px;
  }
}
.p-strong__txt {
  width: calc(100% - 350px);
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  .p-strong__txt {
    padding-right: 0;
    width: 100%;
  }
}
.p-strong__txt > p {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-strong__img {
  width: 350px;
}
.p-strong__img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-strong__img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .p-strong__img.full {
    position: absolute;
    bottom: 0;
    right: 40px;
  }
  .p-strong__img.full img {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .p-strong__img.full {
    margin-bottom: -30px;
    text-align: center;
    margin-top: 20px;
  }
  .p-strong__img.full img {
    width: 200px;
  }
}
.p-strong__smoopa img {
  border-radius: 20px;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.p-strong.jibun .p-strong__block {
  border-color: #000;
}
.p-strong.omakase .p-strong__block {
  border-color: #E63427;
}

.p-cv {
  background-image: url(/asset/images/cv-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-cv__img {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.p-cv__img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-cv__img {
    position: absolute;
    right: 0;
  }
  .p-cv__img img {
    width: 180px;
  }
}
.p-cv__block {
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 20px;
  padding: 30px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-cv__block {
    max-width: 530px;
    margin-left: 150px;
  }
}
.p-cv__block p:not([class]) {
  font: bold 27px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-cv__block p:not([class]) {
    font-size: 20px;
  }
}
.p-cv__tel {
  font: bold 55px/1 "futura-pt", sans-serif;
  color: #288C00;
  margin-top: 10px;
}
.p-cv__tel img {
  vertical-align: -3px;
  margin-right: 6px;
  width: 44px;
}
@media screen and (max-width: 959px) {
  .p-cv__tel {
    font-size: 40px;
  }
  .p-cv__tel img {
    width: 33px;
  }
}
.p-cv__telnote {
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-cv__btn {
  margin-top: 20px;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.p-cv__btn img {
  width: 100%;
}
.p-cv__btn a:hover {
  opacity: .6;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.p-voice {
  padding: 30px;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 959px) {
  .p-voice {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 15px;
  }
}
.p-voice dt {
  margin-bottom: 20px;
}
.p-voice dt h3 {
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .03em;
  color: #000;
}
.p-voice dt h3 span {
  color: #E63427;
}
.p-voice dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-voice dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-voice__img {
  width: 100%;
  max-width: 380px;
}
.p-voice__img img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .p-voice__img {
    max-width: 100%;
    text-align: center;
  }
  .p-voice__img img {
    max-width: 380px;
  }
}
.p-voice__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 380px);
  padding-left: 20px;
}
.p-voice__txt p {
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif !important;
  letter-spacing: 0;
  color: black;
}
@media screen and (max-width: 959px) {
  .p-voice__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
.p-voice__name {
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.p-voice__name img {
  width: 140px;
  vertical-align: -12px;
  margin-right: 10px;
}
.p-voice__question {
  margin: 13px 0 10px;
  font: bold 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-voice__question span {
  color: #E63427;
  margin-right: 5px;
}

.p-line {
  padding: 60px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f1ff), to(#cddff9));
  background: linear-gradient(#e8f1ff 0%, #cddff9 100%);
}
@media screen and (max-width: 959px) {
  .p-line {
    padding: 35px 10px;
  }
}
.p-line__inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.p-line__inner picture {
  display: block;
}
.p-line__inner picture img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-line__inner {
    max-width: 520px;
  }
}

.p-label, .p-label--flat {
  padding: 50px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#214ca8), to(#0e3382));
  background: linear-gradient(#214ca8 0%, #0e3382 100%);
}
@media screen and (max-width: 959px) {
  .p-label, .p-label--flat {
    padding: 30px 20px;
  }
}
.p-label p, .p-label--flat p {
  font: bold 30px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
  letter-spacing: .05em;
}
.p-label p span, .p-label--flat p span {
  font-size: 1.1em;
  font-weight: bold;
  color: #FFF700;
}
@media screen and (max-width: 959px) {
  .p-label p, .p-label--flat p {
    font-weight: 500;
    font-size: min(6vw, 30px);
  }
}
.p-label--flat {
  background: #000;
}

.p-usefulness__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-usefulness__item {
    width: 100%;
  }
  .p-usefulness__item:last-of-type {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-usefulness__item {
    width: calc(50% - 20px);
  }
}
.p-usefulness__table .inner {
  padding: 10px;
  border-radius: 5px;
  border: 10px solid #f1f2f1;
  background-color: white;
}
.p-usefulness__table table {
  border: 1px solid #333;
  border-bottom: 0;
  width: 100%;
  table-layout: fixed;
}
.p-usefulness__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333;
}
.p-usefulness__table tr th {
  padding: 5px 10px 7px;
  font: bold 15px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-usefulness__table tr td {
  display: inline-block;
  padding: 5px 10px;
  width: 50%;
  font: normal 15px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-usefulness__table tr td.train {
  border-right: 1px solid #333;
  background: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .p-usefulness__table tr th, .p-usefulness__table tr td {
    font-size: 13px;
  }
}
.p-usefulness__table > p {
  margin-top: 10px;
  font: normal 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 959px) {
  .p-usefulness__table > p {
    font-size: 10px;
  }
}

@media screen and (min-width: 960px) {
  .p-type__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .p-type__text {
    width: 100%;
  }
  .p-type__text .c-block--type {
    padding: 20px;
  }
  .p-type__text .c-block--type .c-block__title {
    width: 125px;
    padding: 15px 15px 15px 0;
    margin-right: 20px;
  }
  .p-type__text .c-block--type .c-list-tags {
    width: calc(100% - 135px);
  }
}
@media screen and (min-width: 960px) {
  .p-type__img {
    width: 100%;
    margin-left: 40px;
  }
  .p-type__img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 959px) {
  .p-type__img {
    margin-bottom: 20px;
  }
  .p-type__img img {
    width: 100%;
    border-radius: 10px;
  }
}

.p-works__info h2 {
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #288C00;
  padding-bottom: 10px;
}
.p-works__info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media screen and (min-width: 960px) {
  .p-works__info-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-works__info-list dl {
  border: 2px solid #288C00;
  background-color: white;
}
.p-works__info-list dt, .p-works__info-list dd {
  padding: 8px 10px 10px;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-works__info-list dt {
  font-weight: bold;
  background-color: #288C00;
  color: white;
}
.p-works__slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.p-works__slider .slick-arrow {
  display: none !important;
}
.p-works__slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.p-works__slider .slick-dots {
  text-align: center;
}
.p-works__slider .slick-dots li {
  display: inline-block;
}
.p-works__slider .slick-dots .slick-active button {
  background: #000;
}
.p-works__slide img {
  width: 100%;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 99999;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.5);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  min-width: 320px;
  max-width: 500px;
  padding: 20px;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff;
}

.modalContents .c-img, .modalContents .c-img--flow, .modalContents .c-img--center, .modalContents .c-img--right, .modalContents .c-img--b10, .modalContents .c-img--photo {
  text-align: center;
}
.modalContents .c-img img, .modalContents .c-img--flow img, .modalContents .c-img--center img, .modalContents .c-img--right img, .modalContents .c-img--b10 img, .modalContents .c-img--photo img {
  width: 100%;
  max-width: 250px;
}
.modalContents .title {
  text-align: center;
}
.modalContents .title p {
  font: bold 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #000;
}
.modalContents .title h2 {
  font: bold 29px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #000;
}
.modalContents > p {
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}

.closeModal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #288C00;
}

.p-top-guide {
  display: block;
  background-image: url(/asset/images/guide-bk.jpg);
  background-size: cover;
  background-position: right;
}
.p-top-guide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-top-guide__main p {
  font: 500 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
@media screen and (max-width: 959px) {
  .p-top-guide {
    background-image: url(/asset/images/guide-bk-sp.jpg);
  }
}
.p-top-service {
  background-color: #f5f5f5;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-top-service {
    padding: 50px 0 40px;
  }
}
.p-top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-top-service__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 40px);
  }
}
.p-top-service__list-item {
  width: calc((100% - 90px)/3);
}
@media screen and (max-width: 959px) {
  .p-top-service__list-item {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
}
.p-top-service__list-item a {
  background: white;
  position: relative;
  display: block;
  height: 180px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-top: 50px;
}
.p-top-service__list-item a p {
  margin-top: 10px;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-top-service__list-item a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .p-top-service__list-item a {
    height: 120px;
    padding-top: 30px;
  }
  .p-top-service__list-item a img {
    height: 40px;
  }
}
.p-top-service__list-item-tabs {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-top-service__list-item-tabs {
    height: 15px !important;
  }
}
.p-top-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-top-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top-about__map {
  width: 50%;
}
.p-top-about__map.c-map {
  height: 500px;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .p-top-about__map {
    width: 100%;
  }
  .p-top-about__map.c-map {
    height: 300px;
  }
}
.p-top-about__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-top-about__main {
    width: 100%;
    padding: 50px 0;
  }
}
.p-top-about__main h2 {
  font: bold 30px/1 "futura-pt", sans-serif;
}
.p-top-about__main p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.p-top-about__main p span {
  font-weight: bold;
}
.p-top-about__main p.large {
  font-size: 16px;
}

#viewport {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#scroll-container {
  position: absolute;
  width: 100%;
}

.gs-char05,
.gs-char03,
.gs-char02,
.gs-char01 {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: transfrom 2s;
  transition: transfrom 2s;
}

.gs-char04 {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.gs-block01 {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: transfrom 2s;
  transition: transfrom 2s;
}

.gs-copy {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.p-wanted {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-wanted {
    margin-top: 80px;
  }
}
.p-wanted__title {
  position: relative;
  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;
  height: 250px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-wanted__title {
    height: 19vw;
  }
}
.p-wanted__title h2 {
  font: 500 40px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
.p-wanted__title h2 strong {
  font-weight: 900;
}
@media screen and (max-width: 959px) {
  .p-wanted__title h2 {
    font-size: 30px;
  }
}
.p-wanted__title p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font: 900 220px/1 "futura-pt", sans-serif;
  opacity: 0.05;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: -1;
}
.p-wanted__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .p-wanted__main {
    margin-top: 40px;
  }
}
.p-wanted__item {
  width: calc(50% - 30px);
  position: relative;
  padding: 40px 30px;
  background-color: white;
}
.p-wanted__item h3 {
  font: bold 24px/36px YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-wanted__item p {
  font: normal 16px/32px YakuHanJP, "Noto Sans JP", sans-serif;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-wanted__item:nth-child(odd) {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-wanted__item:nth-child(even) {
    margin-top: 60px;
  }
}
.p-wanted__item-num {
  position: absolute;
  right: 20px;
  top: 20px;
  font: 100 100px/1 "futura-pt", sans-serif;
  font-style: italic;
  opacity: .1;
}
@media screen and (max-width: 959px) {
  .p-wanted__item {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .p-wanted__item h3 {
    font-size: 20px;
  }
  .p-wanted__item p {
    font-size: 14px;
  }
  .p-wanted__item-num {
    font-size: 40px;
  }
}

.p-schedule__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}
@media screen and (max-width: 959px) {
  .p-schedule__wrapper {
    margin-bottom: 80px;
  }
}
.p-schedule__img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
}
.p-schedule__img img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-schedule__img {
    display: none;
  }
}
.p-schedule__main {
  position: relative;
  width: 50%;
  padding-bottom: 150px;
}
.p-schedule__main .p-pagetitle {
  display: block;
  margin-bottom: 80px;
  padding-left: 80px;
}
.p-schedule__main .p-pagetitle span.text-split {
  line-height: 1.4;
}
.p-schedule__main .p-pagetitle__pankuzu {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .p-schedule__main .p-pagetitle__pankuzu {
    margin-top: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 959px) {
  .p-schedule__main .p-pagetitle {
    padding-left: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-schedule__main {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-schedule__inner {
  padding-left: 80px;
}
@media screen and (max-width: 959px) {
  .p-schedule__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-schedule__inner .c-btn {
    text-align: center;
  }
}
.p-schedule__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-schedule__contents + .c-btn, .p-schedule__contents + .p-schedule__contents {
  margin-top: 40px;
}
.p-schedule__time {
  width: 60px;
}
.p-schedule__time p {
  font: bold 20px/1 "futura-pt", sans-serif !important;
  padding-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-schedule__time p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 959px) {
  .p-schedule__time {
    width: 39px;
  }
}
.p-schedule__text {
  position: relative;
  width: calc(100% - 60px);
  padding-left: 100px;
}
@media screen and (max-width: 959px) {
  .p-schedule__text {
    width: calc(100% - 40px);
    padding-left: 50px;
  }
}
.p-schedule__text h2 {
  font: 900 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .p-schedule__text h2 {
    font-size: 18px !important;
  }
}
.p-schedule__text p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 959px) {
  .p-schedule__text p {
    font-size: 14px !important;
  }
}
.p-schedule__text::before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(/asset/svg/schedule-icon.svg);
  background-size: cover;
  display: block;
  position: absolute;
  top: -3px;
  left: 27px;
}
@media screen and (max-width: 959px) {
  .p-schedule__text::before {
    width: 24px;
    height: 24px;
    top: 0px;
    left: 13px;
  }
}
.p-schedule__text::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 31px);
  position: absolute;
  bottom: -15px;
  left: 45px;
  background-color: #FFF700;
}
@media screen and (max-width: 959px) {
  .p-schedule__text::after {
    width: 1px;
    height: calc(100% - 21px);
    left: 25px;
  }
}
.p-schedule__text.last::after {
  content: none;
}

.p-interview__wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 959px) {
  .p-interview__wrapper {
    margin: 0 auto 80px;
    padding: 0 30px;
  }
}
.p-interview__block img {
  max-width: 100%;
}
.p-interview__block.text {
  max-width: 750px;
  margin: 0 auto;
}
.p-interview__block + .p-interview__block {
  margin-top: 50px;
}
.p-interview__block-title {
  text-align: center;
}
.p-interview__block-title p {
  font: 900 14px/1 "futura-pt", sans-serif !important;
  color: #FFF700;
  letter-spacing: 0.08em;
}
.p-interview__block-title h2 {
  margin: 15px 0 20px;
  font: bold 24px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .p-interview__block-title h2 {
    font-size: 20px;
  }
}
.p-interview__block-main {
  background: white;
  padding: 30px 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 959px) {
  .p-interview__block-main {
    padding: 20px;
  }
}
.p-interview__block-main p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-interview__block-main p {
    font-size: 14px !important;
  }
}
.p-interview__btn {
  margin-top: 50px;
  text-align: center;
}

.p-flow__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 150px;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .p-flow__wrapper {
    margin: 40px auto 80px;
    padding: 0 30px;
  }
}

.p-privacy__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 80px;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .p-privacy__wrapper {
    margin: 40px auto 40px;
    padding: 0 30px;
  }
}
.p-privacy__wrapper p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif !important;
  letter-spacing: .08em;
}
.p-privacy__wrapper p + p, .p-privacy__wrapper p + ul {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-privacy__wrapper p {
    font-size: 14px !important;
  }
}
.p-privacy__wrapper .c-table {
  margin-top: 20px;
}
.p-privacy__wrapper ul + p {
  margin-top: 20px;
}
.p-privacy__wrapper.last {
  margin-bottom: 150px;
}
@media screen and (max-width: 959px) {
  .p-privacy__wrapper.last {
    margin-bottom: 80px;
  }
}

.p-pankuzu {
  background-color: #f5f5f5;
}
.p-pankuzu p {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
}
.p-pankuzu a {
  font: 500 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: underline;
  margin-right: 5px;
  color: black;
}
.p-pankuzu a:hover {
  text-decoration: none;
}
.p-pankuzu span {
  margin-right: 5px;
}

.p-faq__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 150px;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .p-faq__wrapper {
    margin: 40px auto 80px;
    padding: 0 30px;
  }
}

.p-requirements__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 150px;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .p-requirements__wrapper {
    margin: 40px auto 80px;
  }
}

.p-message__intro {
  position: relative;
  z-index: 0;
  text-align: center;
  padding-top: 120px;
}
.p-message__intro-title {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px 80px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-message__intro-title {
    padding: 0 30px 30px;
  }
}
.p-message__intro h1 {
  font: 400 60px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  margin: 20px 0;
}
@media screen and (max-width: 959px) {
  .p-message__intro h1 {
    font-size: 26px;
  }
}
.p-message__intro-img {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px 0;
}
@media screen and (max-width: 959px) {
  .p-message__intro-img {
    padding: 0;
  }
}
.p-message__intro-img img {
  width: 100%;
}
.p-message__intro-img-auth {
  position: absolute;
  bottom: 10px;
  right: 40px;
}
@media screen and (max-width: 959px) {
  .p-message__intro-img-auth {
    right: 10px;
  }
}
.p-message__intro-img-auth img {
  width: auto;
}
@media screen and (max-width: 959px) {
  .p-message__intro-img-auth img {
    width: 220px;
  }
}
.p-message__contents {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-message__contents {
    margin-top: 80px;
  }
}
.p-message__contents-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .p-message__contents-title {
    margin-bottom: 30px;
  }
}
.p-message__contents-title h2 {
  font: 500 40px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-message__contents-title h2 {
    font-size: 24px !important;
    text-align: center;
  }
}
.p-message__contents-main {
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto;
}
.p-message__contents-main p {
  font: normal 18px/2.5 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.p-message__contents-main p + p {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .p-message__contents-main {
    padding: 0;
  }
  .p-message__contents-main p {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  .p-message__contents-main p + p {
    margin-top: 15px;
  }
}
.p-message__contents + .p-entry {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-message__contents + .p-entry {
    margin-top: 80px;
  }
}
.p-message__img {
  position: relative;
  margin-top: 150px;
  z-index: 1;
  padding-left: 20%;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-message__img {
    margin-top: 80px;
    padding-left: 0;
  }
}
.p-message__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-message__img img {
    height: 250px;
  }
}

.p-about__intro {
  padding-top: 140px;
}
.p-about__intro-title {
  text-align: center;
}
.p-about__intro-title h1 {
  margin-top: 50px;
  padding-left: 46px;
  font: 500 80px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-about__intro-title h1 small {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  margin-left: -30px;
}
@media screen and (max-width: 959px) {
  .p-about__intro-title h1 {
    padding-left: 24px;
    margin-top: 20px;
    font-size: 40px;
    line-height: 1.6;
  }
  .p-about__intro-title h1 small {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 0px;
    margin-left: -15px;
  }
}
.p-about__intro-main {
  margin-top: 0;
  text-align: center;
}
.p-about__intro-main p {
  font: 400 20px/2.5 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .p-about__intro-main {
    margin-top: 20px;
  }
  .p-about__intro-main p {
    font-size: 14px;
  }
}
.p-about__contents {
  padding-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-about__contents {
    padding-top: 50px;
  }
}
.p-about__contents.first {
  padding-top: 50px;
}
.p-about__contents-title p {
  position: relative;
  display: inline-block;
  font: 500 130px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 0 0 16px 0;
  margin-right: 40px;
}
.p-about__contents-title p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: black;
}
@media screen and (max-width: 959px) {
  .p-about__contents-title p {
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-right: 10px;
  }
  .p-about__contents-title p:before {
    height: 3px;
  }
}
.p-about__contents-title h2 {
  display: inline-block;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  .p-about__contents-title h2 {
    font-size: 20px !important;
  }
}
.p-about__contents-main {
  margin-top: 40px;
}
.p-about__contents-main p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 959px) {
  .p-about__contents-main {
    margin-top: 20px;
  }
}
.p-about__contents.ml {
  margin-left: 100px;
}
@media screen and (max-width: 959px) {
  .p-about__contents.ml {
    margin-left: 20px;
  }
}
.p-about__wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 200px;
}
@media screen and (max-width: 959px) {
  .p-about__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
  }
}
.p-about__policy {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-about__policy {
    margin-top: 80px;
  }
}
@media screen and (max-width: 959px) {
  .p-about__policy .p-wanted__title p {
    font-size: 20vw;
  }
}

.area {
  overflow: hidden;
}

.wrap {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 959px) {
  .wrap {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 50px;
  }
}

.item {
  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;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.item06 {
  position: absolute;
}
.item06 img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .item06 {
    position: relative;
  }
}

.p-entry__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 500px;
  background-image: url(/asset/images/bk-entry.jpg);
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.p-entry__btn a span {
  position: absolute;
  display: block;
  font: 900 70px/1 "futura-pt", sans-serif;
  color: white;
  letter-spacing: 0.1em;
  -webkit-transition: letter-spacing .15s ease;
  transition: letter-spacing .15s ease;
}
.p-entry__btn a span::after, .p-entry__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 90px;
  width: 2px;
  background: white;
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
}
.p-entry__btn a span::before {
  left: -0.5em;
}
.p-entry__btn a span::after {
  right: -0.3em;
}
.p-entry__btn a:hover {
  opacity: .9;
}
.p-entry__btn a:hover span {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .p-entry__btn a {
    height: 250px;
    background-image: url(/asset/images/bk-entry-sp.jpg);
  }
  .p-entry__btn a span {
    font-size: 40px;
  }
  .p-entry__btn a span::after, .p-entry__btn a span::before {
    height: 60px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-article {
  position: relative;
  z-index: 0;
}
.p-article__title {
  position: relative;
  text-align: center;
}
.p-article__title h2, .p-article__title h3, .p-article__title h4 {
  position: relative;
  display: inline-block;
  font: bold 30px/1.4 "futura-pt", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-article__title h2, .p-article__title h3, .p-article__title h4 {
    font-size: 24px;
  }
}
.p-article__title02 {
  border-left: 4px solid black;
  padding: 1px 0 2px 8px;
  font: bold 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
.p-article__main {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-article__main {
    margin-top: 30px;
  }
}
.p-article__main > p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-article__main > p + p {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-article__main > p {
    font-size: 12px;
  }
}
.p-article__inner {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
}
@media screen and (max-width: 959px) {
  .p-article__inner {
    max-width: 600px;
    padding: 50px 20px;
  }
}
.p-article__inner.wide {
  max-width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 959px) {
  .p-article__inner.wide {
    max-width: 100%;
    padding: 50px 0;
  }
}
.p-article__inner.w1300 {
  max-width: 1340px;
}
.p-article__inner.w800 {
  max-width: 840px;
}
.p-article.colored {
  background-color: #f5f5f5;
}
.p-article__service h3 {
  text-align: center;
  font: bold 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-article__service p.large {
  text-align: center;
}
.p-article__service p.text {
  text-align: center;
}

.p-section__title h3 {
  font: bold 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-index__links-inner {
  margin: 150px auto;
  max-width: 1100px;
  min-width: 900px;
}
@media screen and (max-width: 959px) {
  .p-index__links-inner {
    margin: 80px auto;
    max-width: 500px;
    min-width: 100%;
    padding: 0 10px;
  }
}
.p-index__schedule {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-index__schedule {
    padding: 0;
  }
}
.p-index__schedule-inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.p-index__schedule-inner .p-article__title span:not([class]) {
  display: inline-block;
  background: white;
  color: black;
  padding: 0 1px 5px 5px;
}
.p-index__schedule-inner .p-article__title {
  margin-bottom: 40px;
}
.p-index__schedule-inner .p-article__main .c-btn {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-index__schedule-inner .p-article__title {
    margin-bottom: 25px;
  }
  .p-index__schedule-inner .p-article__main .c-btn {
    margin-top: 30px;
  }
}
.p-index__schedule-text {
  max-width: 500px;
}
.p-index__schedule-eng {
  position: absolute;
  top: 50%;
  left: 0;
  font: 900 250px/1 "futura-pt", sans-serif;
  color: white;
  opacity: .1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-index__schedule-eng {
    font-size: 150px;
    top: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-index__schedule-img {
  position: absolute;
  width: 50%;
  right: 10px;
  top: 0;
}
.p-index__schedule-img img {
  max-width: 860px;
}
@media screen and (max-width: 959px) {
  .p-index__schedule-img {
    position: relative;
    width: calc(100% + 80px);
    right: 40px;
    margin-top: 40px;
  }
  .p-index__schedule-img img {
    width: 100%;
  }
}
.p-index__schedule-wrapper {
  position: relative;
  background: black;
  padding: 150px 0;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .p-index__schedule-wrapper {
    padding: 80px 30px;
  }
}
.p-index__people {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 959px) {
  .p-index__people {
    padding: 80px 0;
  }
}
.p-index__people.under {
  padding: 50px 0 150px;
}
@media screen and (max-width: 959px) {
  .p-index__people.under {
    padding: 30px 0 80px;
  }
}
.p-index__people-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.p-index__people-wrapper img {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .p-index__people-wrapper {
    max-width: 600px;
  }
}
.p-index__people-entitle {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 959px) {
  .p-index__people-entitle {
    margin-left: 20px;
  }
}
.p-index__people-entitle p {
  font: 900 130px/1 "futura-pt", sans-serif;
}
.p-index__people-entitle p.italic {
  font-style: italic;
  font-weight: 300;
}
.p-index__people-entitle p.bold {
  padding-left: 70px;
}
@media screen and (max-width: 959px) {
  .p-index__people-entitle p.bold {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1500px) {
  .p-index__people-entitle p {
    font-size: 10vw;
  }
}
@media screen and (max-width: 1300px) {
  .p-index__people-entitle p {
    font-size: 100px;
  }
  .p-index__people-entitle p.bold {
    padding-left: 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-index__people-entitle p {
    font-size: 60px;
  }
}
.p-index__people-title {
  margin-left: 50%;
  margin-bottom: 80px;
  margin-top: -25px;
}
.p-index__people-title h2 {
  line-height: 1.6;
}
.p-index__people-title rt {
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .p-index__people-title {
    margin-top: -63px;
  }
}
@media screen and (max-width: 959px) {
  .p-index__people-title {
    margin-top: 47px;
    margin-left: 60px;
    margin-bottom: 40px;
  }
  .p-index__people-title rt {
    font-size: 12px;
  }
}
.p-index__people .c-btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-index__people .c-btn {
    margin-top: -40px;
  }
}
.p-index__message {
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-index__message {
    overflow: hidden;
  }
}
.p-index__message-main {
  background-color: black;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-index__message-main {
    padding: 80px 0;
  }
}
.p-index__message-main .p-article__title h2 {
  color: white;
  text-align: center;
  letter-spacing: .08em;
  line-height: 1.3;
}
.p-index__message-main .p-article__main p {
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: .12em;
  margin: 50px auto;
  color: white;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-index__message-main .p-article__main p {
    margin: 30px auto;
  }
}
.p-index__message-main .p-article__main .c-btn {
  text-align: center;
}
.p-index__message-bk02, .p-index__message-bk01 {
  width: 100%;
}
.p-index__message-bk02 img, .p-index__message-bk01 img {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 959px) {
  .p-index__message-bk02 img, .p-index__message-bk01 img {
    height: 80px;
  }
}
.p-index__message-bk02 {
  margin-top: -1px;
}
.p-index__message-bk01 {
  margin-bottom: -1px;
}
.p-index__message-bk01 img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-index__message-img02, .p-index__message-img01 {
  position: absolute;
}
.p-index__message-img02 img, .p-index__message-img01 img {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 1500px) {
  .p-index__message-img02 img, .p-index__message-img01 img {
    max-width: 480px;
    width: 480px;
  }
}
.p-index__message-img01 {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .p-index__message-img01 {
    right: auto;
    left: calc(50% + 260px);
  }
}
.p-index__message-img02 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .p-index__message-img02 {
    left: auto;
    right: calc(50% + 260px);
  }
}
.p-index__message-bktxt01, .p-index__message-bktxt02 {
  position: absolute;
  top: 50%;
  font: 200 140px/1 "futura-pt", sans-serif;
  color: white;
  opacity: .1;
}
.p-index__message-bktxt01 {
  font-style: italic;
  left: 50%;
  top: 40%;
}
@media screen and (max-width: 959px) {
  .p-index__message-bktxt01 {
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.p-index__message-bktxt02 {
  font-weight: 900;
  right: calc(50% - 200px);
}
@media screen and (max-width: 959px) {
  .p-index__message-bktxt02 {
    width: 100%;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
    word-wrap: break-word;
  }
}
.p-index__about {
  margin: 0 auto;
  padding: 150px 30px;
}
@media screen and (max-width: 959px) {
  .p-index__about {
    padding: 30px 30px 80px;
  }
}
.p-index__about-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-index__about-inner {
    max-width: 600px;
  }
}
.p-index__about-img {
  position: absolute;
  right: 0;
  width: 55%;
  bottom: 80px;
  height: 530px;
}
.p-index__about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1150px) {
  .p-index__about-img {
    width: 50%;
    height: 440px;
  }
}
@media screen and (max-width: 959px) {
  .p-index__about-img {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    margin-bottom: 30px;
  }
}
.p-index__about .p-article__title h2 {
  font: 500 80px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
  display: inline-block;
  background-color: #fafafa;
  padding: 0 0 30px 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-index__about .p-article__title h2 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 1.6;
  }
}
.p-index__about .p-article__title h2 small {
  display: block;
  margin-bottom: 20px;
  font: 500 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-index__about .p-article__title h2 small {
    font-size: 20px;
    line-height: 2;
    text-align: left;
    margin-bottom: 5px;
  }
}
.p-index__about .p-article__main p {
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .p-index__about .p-article__main p {
    margin-bottom: 30px;
  }
}

.p-mv {
  width: 100%;
  height: calc(100vh);
  background-image: url(/asset/images/mv-bk.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .p-mv {
    padding: 0 20px;
    background-image: url(/asset/images/mv-bk-sp.jpg);
  }
}
.p-mv__copy-jp {
  text-align: center;
  font: 500 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: .08em;
  margin-top: 10px;
}
.p-mv__copy-en {
  padding-top: 210px;
  text-align: center;
  font: 600 50px/1 "futura-pt", sans-serif;
  color: white;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .p-mv__copy-en {
    font-size: 34px;
  }
}

.p-pagetitle {
  padding: 180px 0 100px;
  text-align: center;
}
.p-pagetitle p {
  font: bold 50px/1 "futura-pt", sans-serif;
}
.p-pagetitle h1 {
  margin-top: 10px;
  font: 500 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-pagetitle {
    padding: 110px 0 60px;
  }
  .p-pagetitle p {
    font-size: 40px;
  }
  .p-pagetitle h1 {
    margin-top: 5px;
  }
}
.p-pagetitle.background {
  padding: 230px 0 150px;
  background-image: url("/asset/images/pagetitle/pagetitle-lineup.jpg");
  background-position: center;
  background-size: cover;
}
.p-pagetitle.background p, .p-pagetitle.background h1 {
  color: white;
}
@media screen and (max-width: 959px) {
  .p-pagetitle.background {
    background-image: url("/asset/images/pagetitle/pagetitle-lineup-sp.jpg");
    padding: 180px 0 110px;
  }
}

.p-list-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 959px) {
  .p-list-works {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.p-list-works__item a {
  position: relative;
  display: block;
  padding: 15px;
  background-color: white;
}
@media screen and (max-width: 959px) {
  .p-list-works__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-list-works__item a::before {
  content: url(/asset/svg/org-works.svg);
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
}
.p-list-works__item a:hover {
  opacity: .6;
}
.p-list-works__thmb img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-list-works__thmb {
    width: 120px;
  }
}
@media screen and (max-width: 959px) {
  .p-list-works__text {
    width: calc(100% - 130px);
    margin-left: 5px;
  }
}
.p-list-works__text h3 {
  margin: 8px 0;
  font: bold 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-works__text h3 {
    font-size: 14px;
    margin: 0 0;
  }
}
.p-list-works__text p {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 15px 9px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-works__text p {
    font-size: 10px;
  }
}
.p-list-works.under .p-list-works__item a {
  background-color: #f5f5f5;
}
.p-list-works.under .p-list-works__text p {
  background-color: white;
}
.p-list-faq > li {
  position: relative;
  background: white;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px auto;
  margin: 20px auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 959px) {
  .p-list-faq > li {
    margin: 10px auto;
  }
}
.p-list-faq > li .number {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .1em;
  font-family: "futura-pt", sans-serif;
  color: #000;
  vertical-align: 0px;
}
.p-list-faq > li .number span {
  color: #000;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .number {
    position: absolute;
  }
  .p-list-faq > li .number img {
    width: 30px;
  }
}
.p-list-faq > li:last-child {
  margin-bottom: 0;
}
.p-list-faq > li .answer,
.p-list-faq > li .question {
  padding: 30px 50px;
  position: relative;
}
.p-list-faq > li .answer p,
.p-list-faq > li .question p {
  display: inline-block;
  margin-bottom: 0 !important;
  text-align: left;
}
.p-list-faq > li .answer ul,
.p-list-faq > li .question ul {
  margin: 20px 0;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .answer,
  .p-list-faq > li .question {
    padding: 15px;
  }
  .p-list-faq > li .answer p,
  .p-list-faq > li .question p {
    padding-left: 47px;
    padding-right: 20px;
  }
}
.p-list-faq > li .question {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  z-index: 2;
}
.p-list-faq > li .question:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＋";
  color: #000;
  font-size: 25px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  right: 30px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .question:after {
    font-size: 20px;
  }
}
.p-list-faq > li .question.on {
  border-radius: 10px 10px 0 0;
}
.p-list-faq > li .question.on:after {
  content: "－";
}
.p-list-faq > li .question h3 {
  display: inline-block;
  font: bold 25px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding-right: 20px;
  padding-left: 30px;
  color: #000;
}
@media screen and (min-width: 960px) {
  .p-list-faq > li .question p {
    font-size: 16px !important;
    font-weight: normal;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .question:after {
    right: 15px;
  }
  .p-list-faq > li .question p {
    padding-left: 26px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
  }
  .p-list-faq > li .question h3 {
    font-size: 16px;
    padding-left: 40px;
  }
}
.p-list-faq > li .answer {
  position: relative;
  padding-top: 30px;
  padding-left: 120px;
  display: none;
  min-height: 0px;
  font-size: 16px;
  text-align: left;
  border-top: 2px dashed rgba(0, 0, 0, 0.2);
}
.p-list-faq > li .answer p {
  font: normal 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-list-faq > li .answer img {
  position: absolute;
  top: 26px;
  left: 50px;
}
@media screen and (max-width: 959px) {
  .p-list-faq > li .answer {
    padding-left: 34px;
    padding-top: 15px;
  }
  .p-list-faq > li .answer p {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-list-faq > li .answer img {
    top: -3px;
    left: -18px;
  }
}
.p-list-case li {
  max-width: 450px;
  width: 100%;
  padding: 0 10px;
}
.p-list-case li img {
  width: 100%;
}
.p-list-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .p-list-stock {
    margin-top: 40px;
  }
}
.p-list-stock a:hover .p-list-stock__img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.p-list-stock a:hover .p-list-stock__info {
  opacity: .8;
}
.p-list-stock__item {
  width: calc((100% - 100px)/3);
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .p-list-stock__item {
    margin-right: 50px;
  }
  .p-list-stock__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-list-stock__item {
    width: calc((100% - 10px)/2);
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .p-list-stock__item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-list-stock__img {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 61.35%;
  overflow: hidden;
}
.p-list-stock__img img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-list-stock__title {
  margin-bottom: 20px;
}
.p-list-stock__title h3 span {
  display: block;
  width: 100%;
  text-align: center;
}
.p-list-stock__title h3 span:nth-child(1) {
  font: bold 17px/1 "futura-pt", sans-serif;
}
.p-list-stock__title h3 span:nth-child(2) {
  font: bold 28px/1 "futura-pt", sans-serif;
  margin: 5px 0;
}
.p-list-stock__title h3 span:nth-child(3) {
  font: normal 14px/1 "futura-pt", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-stock__title {
    margin-bottom: 10px;
  }
  .p-list-stock__title h3 span:nth-child(1) {
    font: bold 15px/1 "futura-pt", sans-serif;
  }
  .p-list-stock__title h3 span:nth-child(2) {
    font: bold 20px/1 "futura-pt", sans-serif;
    margin: 5px 0;
  }
  .p-list-stock__title h3 span:nth-child(3) {
    font: normal 12px/1 "futura-pt", sans-serif;
  }
}
.p-list-stock__info {
  padding: 15px 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(61.08%, #fff), to(#f5f5f5));
  background: linear-gradient(#fff 0%, #fff 61.08%, #f5f5f5 100%);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.p-list-stock__info p {
  text-align: center;
  font: normal 12px/2 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-list-stock__info {
    padding: 15px;
  }
  .p-list-stock__info p {
    line-height: 1.6;
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  .p-list-stock.report .p-list-stock__item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.p-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .p-list-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-list-info__item {
  width: calc((100% - 80px)/3);
}
@media screen and (max-width: 959px) {
  .p-list-info__item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-list-info__item a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .p-list-info__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .p-list-info__item {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .p-list-info__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-list-info__item {
    margin-right: 0;
  }
}
.p-list-info__img {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 61.35%;
  overflow: hidden;
}
.p-list-info__img img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-list-info__img {
    width: 50%;
    padding-top: 30.35%;
  }
}
@media screen and (max-width: 959px) {
  .p-list-info__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding-left: 10px;
  }
}
.p-list-info__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 22px;
  font: bold 12px/1 "futura-pt", sans-serif;
  color: white;
  background: black;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-list-info__label {
    margin-top: 0;
  }
}
.p-list-info__date {
  font: bold 12px/1 "futura-pt", sans-serif;
  margin-top: 9px;
  display: block;
  opacity: .6;
}
.p-list-info__title {
  margin-top: 4px;
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-list-insurance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-list-insurance > div {
  width: calc((100% - 20px)/3);
  padding: 20px;
  border: 1px solid #ddd;
}
.p-list-insurance > div img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-list-insurance > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-anim__title {
  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;
  line-height: 1.2;
  color: black;
  background-color: transparent;
}
.p-anim__title .text-split {
  overflow: hidden;
}
.p-anim__title .text-split span {
  display: inline-block;
  min-width: .15em;
  opacity: 0;
}
.p-anim__title .is-active .text-split span {
  -webkit-animation: flash 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
          animation: flash 0.1s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.2s;
}
.p-anim__title .is-active .text-split span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.p-anim__title .is-active .text-split span:nth-child(2) {
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s;
}
.p-anim__title .is-active .text-split span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.p-anim__title .is-active .text-split span:nth-child(4) {
  -webkit-animation-delay: 0.175s;
          animation-delay: 0.175s;
}
.p-anim__title .is-active .text-split span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-anim__title .is-active .text-split span:nth-child(6) {
  -webkit-animation-delay: 0.225s;
          animation-delay: 0.225s;
}
.p-anim__title .is-active .text-split span:nth-child(7) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.p-anim__title .is-active .text-split span:nth-child(8) {
  -webkit-animation-delay: 0.275s;
          animation-delay: 0.275s;
}
.p-anim__title .is-active .text-split span:nth-child(9) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.p-anim__title .is-active .text-split span:nth-child(10) {
  -webkit-animation-delay: 0.325s;
          animation-delay: 0.325s;
}
.p-anim__title .is-active .text-split span:nth-child(11) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.p-anim__title .is-active .text-split span:nth-child(12) {
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}
.p-anim__title .is-active .text-split span:nth-child(13) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-anim__title .is-active .text-split span:nth-child(14) {
  -webkit-animation-delay: 0.425s;
          animation-delay: 0.425s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.p-anim__title02 h2 span,
.p-anim__title02 h1 span {
  opacity: 0;
  display: block;
  -webkit-animation: slide-up-fade 1.5s ease-out forwards;
          animation: slide-up-fade 1.5s ease-out forwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.p-anim__title02 h2 span:nth-child(1),
.p-anim__title02 h1 span:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p-anim__title02 h2 span:nth-child(2),
.p-anim__title02 h1 span:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes slide-up-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-up-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.js-scroll2.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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