@charset "UTF-8";
/* MW WP FORM */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@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-fade {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #js-fade.on {
    opacity: 0;
    pointer-events: none; }

/* 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 {
  width: 100%;
  position: fixed;
  z-index: 999; }
  .l-header__logo {
    position: relative;
    z-index: 1;
    padding: 50px; }
    .l-header__logo a {
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      -webkit-transition: opacity .15s ease;
      transition: opacity .15s ease; }
      .l-header__logo a:hover {
        opacity: 0.4; }
    .l-header__logo img {
      width: 185px;
      max-width: 100%; }
    @media screen and (max-width: 959px) {
      .l-header__logo {
        padding: 30px; }
        .l-header__logo img {
          width: 130px; } }
  .l-header__menu {
    position: absolute;
    right: 50px;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .l-header__menu li a {
      font: bold 14px/1 "nimbus-sans", sans-serif;
      letter-spacing: 0.08em; }
      .l-header__menu li a:hover {
        opacity: .6; }
    .l-header__menu li + li {
      margin-left: 40px; }
    .l-header__menu li.c-btn {
      width: 130px;
      position: relative;
      top: -17px; }
      .l-header__menu li.c-btn a img {
        right: 16px;
        top: 23px; }
      .l-header__menu li.c-btn a:hover img {
        right: 13px; }
    @media screen and (max-width: 959px) {
      .l-header__menu {
        display: none; } }
  .l-header__menubtn {
    display: none; }
    @media screen and (max-width: 959px) {
      .l-header__menubtn {
        position: absolute;
        display: block;
        top: 23px;
        right: 70px;
        z-index: 1; } }
  .l-header__spmenu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    padding: 80px 30px 0;
    opacity: 0;
    -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, -webkit-transform .15s ease;
    transition: opacity .15s ease, transform .15s ease;
    transition: opacity .15s ease, transform .15s ease, -webkit-transform .15s ease;
    pointer-events: none; }
    @media screen and (min-width: 960px) {
      .l-header__spmenu {
        display: none; } }
    .l-header__spmenu.on {
      pointer-events: all;
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .l-header__spmenu-list li a {
      position: relative;
      display: block;
      font: 400 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      padding: 18px 0;
      border-bottom: 1px solid #ddd; }
      .l-header__spmenu-list li a span {
        position: absolute;
        right: 0;
        top: 21px;
        display: block;
        font: bold 12px/1 "nimbus-sans", sans-serif;
        opacity: .3;
        letter-spacing: .08em; }
    .l-header__spmenu .c-btn {
      margin-top: 30px;
      text-align: center; }
      .l-header__spmenu .c-btn a {
        max-width: 400px;
        margin: 0 auto;
        background: #212121;
        color: white;
        border: 0; }
      .l-header__spmenu .c-btn.blue {
        margin-top: 10px; }
        .l-header__spmenu .c-btn.blue a {
          background: #0068B7; }
    .l-header__spmenu a.c-text-link {
      display: block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 10px auto 0;
      font: normal 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      text-decoration: underline; }

.l-footer {
  background-color: white; }
  .l-footer__wrapper {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      .l-footer__wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .l-footer__logo img {
    width: 200px; }
  @media screen and (max-width: 959px) {
    .l-footer__logo img {
      width: 140px; } }
  @media screen and (max-width: 959px) {
    .l-footer__left {
      text-align: center; } }
  .l-footer__left > a {
    display: block;
    margin-top: 5px;
    font: normal 14px/1 "nimbus-sans", sans-serif;
    text-decoration: underline; }
    @media screen and (max-width: 959px) {
      .l-footer__left > a {
        margin-top: 10px; } }
    .l-footer__left > a:hover {
      text-decoration: none; }
  .l-footer__center a:hover {
    opacity: .6; }
  @media screen and (max-width: 959px) {
    .l-footer__center {
      display: none; } }
  @media screen and (max-width: 959px) {
    .l-footer__right {
      display: none; } }
  .l-footer__copyright {
    margin-top: 20px;
    font: normal 12px/1 "nimbus-sans", sans-serif; }
    @media screen and (max-width: 959px) {
      .l-footer__copyright {
        text-align: center; } }
  .l-footer__sitemap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .l-footer__sitemap1 li a {
      font: bold 16px/1 "nimbus-sans", sans-serif; }
      .l-footer__sitemap1 li a:hover {
        opacity: .6; }
    .l-footer__sitemap1 li + li {
      margin-left: 30px; }
  .l-footer__sitemap2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    float: right; }
    .l-footer__sitemap2 li a {
      font: normal 14px/1 "nimbus-sans", sans-serif;
      text-decoration: underline; }
      .l-footer__sitemap2 li a:hover {
        text-decoration: none; }
    .l-footer__sitemap2 li + li {
      margin-left: 20px; }

body {
  background-color: #fafafa; }

.l-main {
  overflow: hidden; }
  .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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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: 40px;
  height: 40px;
  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: 120px;
      height: 120px;
      border-radius: 0 0 0 20px; } }
  .c-menubtn div {
    position: relative;
    width: 40px;
    height: 20px; }
    @media screen and (min-width: 960px) {
      .c-menubtn div {
        width: 45px;
        height: 45px; } }
    .c-menubtn div p {
      position: absolute;
      bottom: 0;
      font: normal 16px/1 "nimbus-sans", sans-serif;
      letter-spacing: .15em;
      color: #0068B7;
      -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: 1px;
    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: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; } }
  .c-menubtn.on p {
    color: black; }
  .c-menubtn.on span {
    background: black;
    height: 1px; }
    .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(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(-9px) rotate(45deg);
                transform: translateY(-9px) 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: 100%;
  max-width: 260px;
  height: 60px;
  border-radius: 30px;
  -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: white;
  color: #212121;
  border: 1px solid #707070;
  font: normal 18px/1 "nimbus-sans", sans-serif;
  letter-spacing: .08em;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease; }
  .c-btn a .c-btn__arrow {
    width: 6px; }
  .c-btn a:hover {
    background-color: #ccc; }
    .c-btn a:hover .c-btn__arrow {
      right: 22px; }
.c-btn__arrow {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 10px !important;
  -webkit-transition: right .15s ease;
  transition: right .15s ease; }
@media screen and (max-width: 959px) {
  .c-btn a {
    max-width: 230px;
    height: 50px;
    font-size: 16px; }
  .c-btn__arrow {
    top: 18px; } }

.c-img img, .c-img--flow img, .c-img--center img, .c-img--right 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.box-shadow, .box-shadow.c-img--flow, .box-shadow.c-img--center, .box-shadow.c-img--right,
.c-img .box-shadow,
.c-img--flow .box-shadow,
.c-img--center .box-shadow,
.c-img--right .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 {
  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: 374px;
  overflow: hidden; }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 900px) {
    .c-youtube {
      height: 0;
      padding-bottom: 56.5%; } }

.c-link:hover {
  opacity: .6; }

.c-tel a, .c-tel--white a {
  font: normal 40px/1 "nimbus-sans", 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%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }
  .c-table tr {
    border-top: 1px solid #ddd;
    background-color: white; }
    .c-table tr th {
      width: 150px;
      padding: 20px;
      font: bold 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      background-color: #f5f5f5; }
      @media screen and (max-width: 959px) {
        .c-table tr th {
          display: block;
          width: 100%;
          text-align: left;
          font-size: 14px;
          padding: 15px 20px; } }
    .c-table tr td {
      font: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      padding: 20px;
      color: #333; }
      @media screen and (max-width: 959px) {
        .c-table tr td {
          display: block;
          padding: 20px 20px; } }
      .c-table tr td p {
        font: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: .1em;
    color: #0068B7; }
    @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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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-list li, .c-list--check li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", 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-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: #0068B7;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font: normal 35px/1 "nimbus-sans", 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: #0068B7; } }
  .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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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; }

#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, "Zen Kaku Gothic New", 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 "nimbus-sans", 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, "Zen Kaku Gothic New", sans-serif; }
    .p-wanted__item p {
      font: normal 16px/32px YakuHanJP, "Zen Kaku Gothic New", 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 "nimbus-sans", 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 "nimbus-sans", 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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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: #0068B7; }
    @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 "nimbus-sans", sans-serif !important;
    color: #0068B7;
    letter-spacing: 0.08em; }
  .p-interview__block-title h2 {
    margin: 15px 0 20px;
    font: bold 23px/1.6 YakuHanJP, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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-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, "Zen Kaku Gothic New", 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: 700px;
    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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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 "nimbus-sans", 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 span p {
      font: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
      color: white;
      letter-spacing: .08em !important;
      text-align: center !important;
      -webkit-transition: letter-spacing .15s ease;
      transition: letter-spacing .15s ease; }
  .p-entry__btn a:hover {
    opacity: .9; }
    .p-entry__btn a:hover span {
      letter-spacing: 0.2em; }
      .p-entry__btn a:hover span p {
        letter-spacing: 0.2em !important; }
  @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 .mw_wp_form {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
  .p-form .mw_wp_form .error-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    background: rgba(236, 24, 52, 0.1);
    border: 1px solid #ec1834;
    color: #ec1834;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_error .error-area {
    display: block; }
  .p-form .mw_wp_form .confilm-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    margin-top: 60px;
    background: rgba(18, 124, 179, 0.1);
    border: 1px solid #127CB3;
    color: #127CB3;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_confirm .confilm-area {
    display: block; }
  .p-form .mw_wp_form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 5px; }
    .p-form .mw_wp_form dl .error + .error {
      left: 200px; }
  .p-form .mw_wp_form dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0px;
    padding: 10px 0px;
    /* border-bottom: 1px dotted #e5e5e5; */ }
    .p-form .mw_wp_form dl dl .mwform-radio-field {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .p-form .mw_wp_form dl dl .mwform-radio-field {
          margin-left: 0; } }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dl dl {
        display: block; } }
  .p-form .mw_wp_form dd {
    position: relative;
    width: calc(100% - 350px); }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dd {
        width: 100%; } }
  .p-form .mw_wp_form dt {
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
    /* border-bottom: 1px solid $bc; */ }
    .p-form .mw_wp_form dt:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #0068B7;
      top: 25px;
      left: 0; }
      @media all and (-ms-high-contrast: none) {
        .p-form .mw_wp_form dt:before {
          content: none; } }
    .p-form .mw_wp_form dt span.must {
      display: inline-block;
      margin-left: 8px;
      padding: 5px 10px 6px;
      border-radius: 2px;
      border: 1px solid #0068B7;
      color: #0068B7;
      font-size: 14px;
      line-height: 1; }
  .p-form .mw_wp_form dd.flex-col4 {
    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; }
    .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
      width: calc((100% - 30px)/4); }
      .p-form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
        padding-right: 0; }
      @media screen and (max-width: 959px) {
        .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
          width: 100%;
          padding-left: 0;
          margin: 0;
          margin-top: 8px; } }
  .p-form .mw_wp_form dd.flex-col2 {
    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; }
    .p-form .mw_wp_form dd.flex-col2 > span:not(.error) {
      width: calc((100% - 8px)/2); }
      .p-form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
        padding-right: 0; }
    .p-form .mw_wp_form dd.flex-col2 > input {
      width: calc((100% - 8px)/2);
      padding-right: 8px; }
      .p-form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
        margin-right: 0; }
  .p-form .mw_wp_form .mwform-radio-field-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f1f2f1;
    font-size: 16px !important;
    cursor: pointer; }
    .p-form .mw_wp_form .mwform-radio-field-text:before, .p-form .mw_wp_form .mwform-radio-field-text:after {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: ''; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      opacity: 0; }
    .p-form .mw_wp_form .mwform-radio-field-text:after {
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      left: 15px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 2px solid #bbb;
      border-radius: 2px;
      background: white; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      left: 21px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #0068B7;
      z-index: 1; }
    .p-form .mw_wp_form .mwform-radio-field-text:after {
      border-radius: 100%; }
  .p-form .mw_wp_form .mwform-zip-field {
    max-width: 300px;
    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 .mw_wp_form .mwform-zip-field input {
      margin: 0 10px !important; }
  .p-form .mw_wp_form input[type=radio] {
    display: none; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
    border-color: #0068B7; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
    opacity: 1; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
    background: #0068B7;
    color: white; }
  .p-form .mw_wp_form input[type=file] {
    margin-top: 20px; }
  .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
    -webkit-appearance: none;
    width: 100%;
    padding: 8px 10px 10px;
    border: solid 2px #0068B7;
    background: white;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    height: 50px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
        margin-top: 8px; } }
  .p-form .mw_wp_form textarea {
    height: 120px; }
    .p-form .mw_wp_form textarea::-webkit-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea:-ms-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea::-ms-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea::placeholder {
      font-size: 14px; }
  .p-form .mw_wp_form #consultation {
    height: auto; }
  .p-form .mw_wp_form .mwform-tel-field {
    width: 100%; }
  .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
    width: 120px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
        width: calc((100% - 32px)/3); } }
  .p-form .mw_wp_form select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 11px 0 10px 15px;
    font-weight: normal;
    cursor: pointer;
    background: none;
    z-index: 1;
    line-height: 24px;
    border: none;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    font-size: 18px !important;
    border: 2px solid #0068B7;
    background-color: white;
    border-radius: 5px; }
.p-form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #222; }
  .p-form .contact-policy .section {
    margin-top: 30px; }
  .p-form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    .p-form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    .p-form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  .p-form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .p-form .contact-policy {
      padding: 15px; } }
  .p-form .contact-policy p {
    text-align: left;
    font: 100 14px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
  .p-form .contact-policy h3 {
    font-size: 20px;
    margin: 40px 0 15px; }
  .p-form .contact-policy h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline; }
.p-form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .p-form .button {
      margin-top: 30px; } }
.p-form input[type="submit"] {
  position: relative;
  background: #0068B7;
  color: white;
  border: 0;
  border-radius: 50px;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease, color .15s ease;
  transition: background-color .15s ease, color .15s ease; }
  @media screen and (max-width: 959px) {
    .p-form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  .p-form input[type="submit"]:hover {
    background-color: #0068B7;
    color: white;
    opacity: .8; }
.p-form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    .p-form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: wrap-reverse;
              flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  .p-form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
.p-form p + .mw_wp_form {
  margin-top: 50px; }
.p-form .address {
  padding: 15px; }
  .p-form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .p-form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      .p-form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          .p-form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    .p-form .address dl dd {
      width: 80%; }
      .p-form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dd {
          width: 100%; } }
.p-form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-form .col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .p-form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-form .col3 .mwform-radio-field {
        margin-left: 0; } }
.p-form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
.p-form.mw_wp_form_error .error-area {
  display: block; }
.p-form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
.p-form.mw_wp_form_confirm .confilm-area {
  display: block; }
.p-form .form-title {
  margin-top: 30px; }
  .p-form .form-title h3 {
    margin: 0 !important; }
.p-form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
  font-size: 1.1em;
  font-weight: 600; }
.p-form .contact-tel dd span {
  color: #0068B7;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .p-form .contact-tel dd span {
      display: block; } }
  .p-form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
.p-form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  .p-form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #666;
    text-align: center; }
    .p-form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    .p-form .step {
      display: block; }
      .p-form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #666; }
        .p-form .step .item:last-child {
          border: none; } }
  .p-form .step h4 {
    margin-bottom: 15px;
    color: #0068B7;
    font-size: 18px;
    font-weight: 600; }
    .p-form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: #0068B7;
      color: black;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  .p-form .step i {
    display: block;
    margin: 0 auto 15px;
    color: #0068B7;
    font-size: 80px; }

.p-form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px; }
  .p-form dl.policy dd {
    padding-left: 0 !important; }
  .p-form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 5px; }
    .p-form dl .error + .error {
      left: 200px; }
  .p-form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 959px) {
      .p-form dl dt:before {
        top: 12px !important; } }
  .p-form dl dt {
    vertical-align: middle;
    color: black;
    padding-top: 0 !important; }
  .p-form dl dt.num {
    position: relative;
    padding-left: 40px; }
    .p-form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        .p-form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  .p-form dl p.red {
    color: red; }
  .p-form dl:nth-child(2) dt.num:before {
    content: "1"; }
  .p-form dl:nth-child(3) dt.num:before {
    content: "2"; }
  .p-form dl:nth-child(4) dt.num:before {
    content: "3"; }
  .p-form dl:nth-child(5) dt.num:before {
    content: "4"; }
  .p-form dl:nth-child(6) dt.num:before {
    content: "5"; }
  .p-form dl:nth-child(7) dt.num:before {
    content: "6"; }
  .p-form dl:nth-child(8) dt.num:before {
    content: "7"; }
  .p-form dl:nth-child(9) dt.num:before {
    content: "8"; }
  .p-form dl:nth-child(10) dt.num:before {
    content: "9"; }
  .p-form dl dd,
  .p-form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important; }
    .p-form dl dd .must,
    .p-form dl dt .must {
      float: right;
      color: #0068B7 !important;
      border-color: #0068B7 !important;
      background-color: white;
      font-weight: bold; }
    @media screen and (max-width: 959px) {
      .p-form dl dd,
      .p-form dl dt {
        display: block;
        font-size: 16px !important; }
        .p-form dl dd .must,
        .p-form dl dt .must {
          font-size: 14px !important; } }
  .p-form dl dt {
    width: 300px;
    font-size: 16px !important;
    font-weight: 100; }
    @media screen and (max-width: 959px) {
      .p-form dl dt {
        width: 100%; } }
  .p-form dl dd {
    color: #333 !important;
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      .p-form dl dd {
        padding-left: 0 !important; } }
  .p-form dl.sub > dd {
    position: relative; }
    .p-form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      .p-form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          .p-form dl.sub > dd dl dt {
            width: 100%; } }
.p-form input[type="number"], .p-form input[type="text"], .p-form input[type="email"], .p-form input[type="url"], .p-form input[type="tel"], .p-form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #ddd !important;
  background: #ffffff !important;
  color: black !important;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease; }
  .p-form input[type="number"]:focus, .p-form input[type="text"]:focus, .p-form input[type="email"]:focus, .p-form input[type="url"]:focus, .p-form input[type="tel"]:focus, .p-form textarea:focus {
    border-color: #aaa !important; }
.p-form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    .p-form input.short {
      width: 120px !important; } }
.p-form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  z-index: 0;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px; }
.p-form input[type=radio], .p-form input[type=checkbox] {
  display: none; }
.p-form .mwform-checkbox-field-text,
.p-form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #666;
  color: black;
  background-color: white !important;
  font-size: 16px !important;
  cursor: pointer; }
  .p-form .mwform-checkbox-field-text:before, .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:before,
  .p-form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    opacity: 0; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: transparent; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    z-index: 1; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    border-radius: 100%; }
.p-form .mwform-checkbox-field-text:after {
  border-radius: 5px !important; }
@media screen and (max-width: 959px) {
  .p-form .mwform-checkbox-field,
  .p-form .mwform-radio-field {
    margin-top: 10px; } }
.p-form input[type=checkbox],
.p-form input[type=radio] {
  display: none; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.p-form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #0068B7; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
.p-form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
.p-form input[type=file] {
  margin-top: 20px; }
.p-form .button {
  margin-top: 50px;
  border-radius: 50px; }
  @media screen and (max-width: 767px) {
    .p-form .button:first-of-type {
      margin-top: 15px; } }
.p-form .button input {
  display: block;
  width: 365px;
  border-radius: 50px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #0068B7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid white;
  color: white;
  font-size: 14px;
  letter-spacing: .08em;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 959px) {
    .p-form .button input {
      max-width: 270px;
      width: 100%; } }
  .p-form .button input:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .p-form .button input {
      width: 200px !important;
      min-width: 0;
      height: 40px;
      font-size: 14px; } }
.p-form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    .p-form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  .p-form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    .p-form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    .p-form .flex-c2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-form .flex-c2 > input, .p-form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

.p-form .mw_wp_form dt.rirekisho:before {
  top: 41px; }

.p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  color: #0068B7; }

.p-article {
  position: relative;
  z-index: 0; }
  .p-article__title h2, .p-article__title h3, .p-article__title h4 {
    font: 500 60px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
  @media screen and (max-width: 959px) {
    .p-article__title h2, .p-article__title h3, .p-article__title h4 {
      font-size: 30px; } }
  .p-article__title--small h2, .p-article__title--small h3, .p-article__title--small h4 {
    font: 500 25px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    margin-bottom: 30px; }
  .p-article__main p:not([class]) {
    font: 400 20px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
    @media screen and (max-width: 959px) {
      .p-article__main p:not([class]) {
        font-size: 14px; } }
  .p-article--white {
    position: relative;
    z-index: 0; }
    .p-article--white .p-article__title h2, .p-article--white .p-article__title h3, .p-article--white .p-article__title h4 {
      font: 500 60px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
    @media screen and (max-width: 959px) {
      .p-article--white .p-article__title h2, .p-article--white .p-article__title h3, .p-article--white .p-article__title h4 {
        font-size: 30px; } }
    .p-article--white .p-article__main p:not([class]) {
      font: 400 20px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
      @media screen and (max-width: 959px) {
        .p-article--white .p-article__main p:not([class]) {
          font-size: 14px; } }
    .p-article--white .p-article__main p:not([class]), .p-article--white .p-article__title {
      color: white; }

.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 "nimbus-sans", 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 "nimbus-sans", 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 "nimbus-sans", sans-serif;
    color: white;
    opacity: .1; }
    @media screen and (max-width: 959px) {
      .p-index__message-bktxt01, .p-index__message-bktxt02 {
        font-size: 80px; } }
  .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, "Zen Kaku Gothic New", 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, "Zen Kaku Gothic New", 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 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .p-mv__title {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1; }
    @media screen and (min-width: 960px) and (max-width: 1500px) {
      .p-mv__title {
        bottom: 50px; } }
    .p-mv__title p {
      font: normal 14px/1.4 "nimbus-sans", sans-serif;
      margin-bottom: 10px; }
      @media screen and (max-width: 959px) {
        .p-mv__title p {
          font-size: 10px;
          padding-left: 9px; } }
    .p-mv__title h2 {
      font: 100 210px/0.9 "nimbus-sans", sans-serif;
      font-style: italic;
      margin-left: -130px; }
      .p-mv__title h2 .italic {
        display: block;
        font-style: normal;
        font-weight: 900;
        padding-left: 60px; }
      @media screen and (max-height: 700px) {
        .p-mv__title h2 {
          font-size: 120px;
          margin-left: -10px; } }
      @media screen and (max-width: 1200px) {
        .p-mv__title h2 {
          font-size: 120px;
          margin-left: -10px; } }
      @media screen and (max-width: 959px) {
        .p-mv__title h2 {
          font-size: 55px;
          margin-left: -12px; }
          .p-mv__title h2 .italic {
            padding-left: 22px; } }
    .p-mv__title-img {
      position: absolute;
      top: 162px;
      right: 0; }
      .p-mv__title-img img {
        width: 420px; }
      @media screen and (max-height: 700px) {
        .p-mv__title-img {
          top: 92px;
          right: auto;
          left: 400px; }
          .p-mv__title-img img {
            width: 320px; } }
      @media screen and (max-width: 1200px) {
        .p-mv__title-img {
          top: 92px;
          right: auto;
          left: 400px; }
          .p-mv__title-img img {
            width: 320px; } }
      @media screen and (max-width: 959px) {
        .p-mv__title-img {
          top: 67px;
          right: 0;
          left: auto; }
          .p-mv__title-img img {
            width: 150px; } }
    @media screen and (max-width: 959px) {
      .p-mv__title {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        bottom: 60px; } }
  .p-mv__contents {
    position: absolute;
    width: 650px;
    right: 0;
    z-index: 0; }
    .p-mv__contents-bk {
      position: absolute;
      width: 650px;
      right: -40px;
      top: 40px;
      z-index: -1; }
    @media screen and (max-height: 700px) {
      .p-mv__contents {
        width: 500px; }
        .p-mv__contents-bk {
          width: 500px; } }
    @media screen and (max-width: 1200px) {
      .p-mv__contents {
        width: 500px; }
        .p-mv__contents-bk {
          width: 500px; } }
    @media screen and (max-width: 959px) {
      .p-mv__contents {
        top: 110px;
        right: 0;
        left: 0;
        width: 300px;
        margin: 0 auto; }
        .p-mv__contents-bk {
          top: 150px;
          left: 30px;
          right: 0;
          margin: 0 auto;
          width: 300px; } }
  .p-mv__slide-item {
    width: 100%;
    max-width: 650px; }
    .p-mv__slide-item img {
      width: 100%;
      max-width: 650px; }
    @media screen and (max-width: 959px) {
      .p-mv__slide-item {
        max-width: 300px; }
        .p-mv__slide-item-bk {
          max-width: 300px; } }

.p-pagetitle {
  padding-top: 240px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 959px) {
    .p-pagetitle {
      padding-top: 120px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .p-pagetitle__title p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    display: inline-block;
    font: normal 16px/1 "nimbus-sans", sans-serif;
    letter-spacing: .08em;
    padding-left: 5px; }
    .p-pagetitle__title p:before {
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      right: -50px;
      width: 35px;
      height: 1px;
      background: #000; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__title p {
        font-size: 12px; } }
  .p-pagetitle__title h1 {
    font: bold 50px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: .08em;
    margin-top: 20px; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__title h1 {
        font-size: 30px; } }
  @media screen and (max-width: 959px) {
    .p-pagetitle__title {
      width: 100%; } }
  .p-pagetitle__pankuzu {
    font: 500 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.08em; }
    .p-pagetitle__pankuzu a {
      color: #0068B7;
      text-decoration: underline;
      margin-right: 5px; }
      .p-pagetitle__pankuzu a:hover {
        text-decoration: none; }
    .p-pagetitle__pankuzu span {
      margin-left: 5px; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__pankuzu {
        width: 100%;
        margin-top: 24px;
        padding-left: 3px; } }
  .p-pagetitle.interview {
    max-width: 960px; }
    .p-pagetitle.interview .p-pagetitle__title h1 {
      line-height: 1.6; }
      @media screen and (max-width: 959px) {
        .p-pagetitle.interview .p-pagetitle__title h1 {
          font-size: 20px !important; } }
    .p-pagetitle.interview .p-pagetitle__auth {
      font: 300 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
      margin: 30px 0 80px; }
      .p-pagetitle.interview .p-pagetitle__auth::before {
        content: none; }
      @media screen and (max-width: 959px) {
        .p-pagetitle.interview .p-pagetitle__auth {
          font-size: 12px !important;
          margin: 10px 0 50px; } }

.p-list-links {
  border-bottom: 2px solid black; }
  @media screen and (max-width: 959px) {
    .p-list-links {
      border-bottom: 1px solid black; } }
  .p-list-links__item a {
    position: relative;
    display: block;
    border-top: 2px solid black;
    padding: 70px 70px 70px 150px; }
    .p-list-links__item a:hover .p-list-links__title {
      text-decoration: underline; }
    .p-list-links__item a:hover .p-list-links__arrow {
      right: 60px; }
    @media screen and (max-width: 959px) {
      .p-list-links__item a {
        padding: 40px 40px 40px 50px;
        border-top: 1px solid black; } }
  .p-list-links__num {
    position: absolute;
    left: 70px;
    font: bold 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    opacity: .6; }
    @media screen and (max-width: 959px) {
      .p-list-links__num {
        left: 20px;
        font-size: 12px; } }
  .p-list-links__entitle {
    font: bold 16px/1 "nimbus-sans", sans-serif;
    opacity: .6;
    margin-bottom: 5px;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 959px) {
      .p-list-links__entitle {
        font-size: 14px; } }
  .p-list-links__title {
    font: 500 40px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 959px) {
      .p-list-links__title {
        font-size: 20px; } }
  .p-list-links__arrow {
    position: absolute;
    right: 70px;
    top: 80px;
    -webkit-transition: right .15s ease;
    transition: right .15s ease; }
    @media screen and (max-width: 959px) {
      .p-list-links__arrow {
        right: 20px;
        top: 50px;
        width: 20px; } }
.p-list-voice__item {
  position: relative; }
  .p-list-voice__item > a {
    display: block;
    -webkit-transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease; }
    .p-list-voice__item > a:hover {
      -webkit-transform: scale(1.01);
              transform: scale(1.01);
      -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
              box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3); }
  .p-list-voice__item.rev .p-list-voice__main {
    right: auto;
    left: 20px; }
    @media screen and (max-width: 959px) {
      .p-list-voice__item.rev .p-list-voice__main {
        left: 0; } }
  .p-list-voice__item + .p-list-voice__item {
    margin-top: 30px; }
    @media screen and (max-width: 959px) {
      .p-list-voice__item + .p-list-voice__item {
        margin-top: -40px; } }
.p-list-voice__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: calc(50% - 20px);
  height: calc(100% - 40px);
  right: 20px;
  top: 20px;
  background: white; }
  @media screen and (max-width: 959px) {
    .p-list-voice__main {
      position: relative;
      width: calc(100% - 40px);
      top: -80px;
      right: 0;
      left: 40px; } }
.p-list-voice__name {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font: 900 50px/1 "nimbus-sans", sans-serif;
  opacity: .05; }
  @media screen and (max-width: 959px) {
    .p-list-voice__name {
      font-size: 40px !important; } }
.p-list-voice__links {
  position: absolute;
  right: 30px;
  bottom: 30px; }
  .p-list-voice__links > p {
    color: #0068B7;
    font: 500 14px/1 "nimbus-sans", sans-serif !important;
    letter-spacing: .08em; }
    .p-list-voice__links > p img {
      vertical-align: -1px;
      margin-left: 20px; }
.p-list-voice__comment {
  padding-left: 70px; }
  .p-list-voice__comment p {
    font: 500 26px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    letter-spacing: .08em; }
    .p-list-voice__comment p.name {
      margin-top: 15px;
      font-size: 14px !important; }
  @media screen and (max-width: 1100px) {
    .p-list-voice__comment {
      padding-left: 40px; }
      .p-list-voice__comment p {
        font-size: 22px !important; } }
  @media screen and (max-width: 959px) {
    .p-list-voice__comment {
      padding: 30px 20px 30px 30px; }
      .p-list-voice__comment p {
        font-size: 17px !important; } }
  @media screen and (max-width: 959px) {
    .p-list-voice__comment.schedule {
      padding: 30px 20px 60px 30px; } }
.p-list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }
  @media screen and (max-width: 959px) {
    .p-list-tabs {
      margin-bottom: 10px; } }
  .p-list-tabs li {
    font: 500 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    padding: 5px 10px 6px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: black;
    margin-bottom: 5px;
    margin-right: 5px; }
    @media screen and (max-width: 959px) {
      .p-list-tabs li {
        font-size: 12px; } }
.p-list-faq > li {
  position: relative;
  background: white;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px auto;
  margin: 20px auto;
  border-radius: 3px;
  -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: "nimbus-sans", sans-serif;
    color: #0068B7;
    vertical-align: 0px; }
    .p-list-faq > li .number span {
      color: #0068B7; }
    @media screen and (max-width: 959px) {
      .p-list-faq > li .number {
        position: absolute;
        font-size: 20px; } }
  .p-list-faq > li:last-child {
    margin-bottom: 0; }
  .p-list-faq > li .answer,
  .p-list-faq > li .question {
    padding: 30px;
    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: #0068B7;
      font-size: 40px;
      font-family: "nimbus-sans", sans-serif;
      right: 30px;
      font-weight: normal; }
      @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: 500 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      padding-right: 20px;
      padding-left: 30px; }
    @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 .answer {
    padding-top: 30px;
    padding-left: 76px;
    display: none;
    min-height: 0px;
    font-size: 16px;
    text-align: left;
    background: white;
    border-top: 1px dashed #ddd; }
    .p-list-faq > li .answer p {
      font-size: 16px; }
    @media screen and (max-width: 959px) {
      .p-list-faq > li .answer {
        padding-left: 0;
        padding-top: 15px; }
        .p-list-faq > li .answer p {
          font-size: 14px;
          padding-left: 20px;
          padding-right: 20px; } }
.p-list-normal {
  list-style: none; }
  .p-list-normal li {
    position: relative;
    font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    padding-left: 1em; }
    .p-list-normal li:before {
      content: "";
      width: 4px;
      height: 4px;
      display: block;
      background-color: #333333;
      border-radius: 50%;
      position: absolute;
      top: 14px;
      left: 4px;
      margin-right: 5px; }
    .p-list-normal li + li {
      margin-top: 5px; }
    @media screen and (min-width: 960px) {
      .p-list-normal li {
        font: normal 16px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
        .p-list-normal li:before {
          top: 16px;
          left: 5px; } }
.p-list-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-list-flow__item + .p-list-flow__item {
    margin-top: 20px; }
.p-list-flow__num {
  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: 100px;
  font: 600 25px/1 "nimbus-sans", sans-serif;
  color: #0068B7;
  background: white;
  border-right: 2px dashed rgba(0, 104, 183, 0.1); }
  @media screen and (max-width: 959px) {
    .p-list-flow__num {
      width: 50px;
      font-size: 20px; } }
.p-list-flow__contents {
  width: calc(100% - 100px);
  background: white;
  padding: 30px; }
  .p-list-flow__contents h2 {
    font: bold 20px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    letter-spacing: .08em;
    color: black; }
    .p-list-flow__contents h2 + p {
      margin-top: 5px; }
  .p-list-flow__contents p {
    font: normal 16px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    letter-spacing: .08em; }
  @media screen and (max-width: 959px) {
    .p-list-flow__contents {
      width: calc(100% - 50px);
      padding: 20px 10px; }
      .p-list-flow__contents h2 {
        font-size: 16px !important; }
      .p-list-flow__contents p {
        font-size: 14px !important; } }

.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; } }

.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: 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: 40px !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: 40px !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: 40px !important;
    padding-top: 40px !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: 40px !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: 40px !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; } }
.u-text--link {
  text-decoration: underline;
  color: #065fd4; }
  .u-text--link:hover {
    text-decoration: none; }
.u-text--attention {
  color: #0068B7;
  font-size: 0.8em !important; }
.u-text--center {
  text-align: center !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: #0068B7; }
.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; }

@media screen and (min-width: 960px) and (max-width: 1500px) {
  .u-scaler {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-bottom: -50px; } }
@media screen and (min-width: 960px) and (max-width: 1500px) {
  .u-scaler-l {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-bottom: -100px; } }

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