@charset "UTF-8";
/* MW WP FORM */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;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-openModal {
  cursor: pointer; }

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

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

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

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

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

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

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

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

dd {
  margin-left: 0; }

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

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

address {
  font-style: inherit; }

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left; }

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

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

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

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

.l-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  -webkit-transition: background-color .15s ease, -webkit-box-shadow .15s ease;
  transition: background-color .15s ease, -webkit-box-shadow .15s ease;
  transition: background-color .15s ease, box-shadow .15s ease;
  transition: background-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }
  .l-header.is-home {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .l-header.is-home .c-menubtn span {
      background-color: white; }
  .l-header__logo {
    position: relative;
    z-index: 1;
    padding: 27px;
    -webkit-transition: padding .15s ease;
    transition: padding .15s ease; }
    .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: 220px;
      max-width: 100%; }
    @media screen and (max-width: 959px) {
      .l-header__logo {
        padding: 20px; }
        .l-header__logo img {
          width: 140px; } }
  .l-header__menubtn {
    position: absolute;
    display: block;
    top: 40px;
    right: 80px;
    z-index: 2; }
    @media screen and (max-width: 959px) {
      .l-header__menubtn {
        top: 27px;
        right: 40px; } }
  .l-header__infobtn {
    position: absolute;
    top: 22px;
    right: 120px;
    z-index: 2; }
    @media screen and (max-width: 959px) {
      .l-header__infobtn {
        top: 14px;
        right: 60px; } }
    .l-header__infobtn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 195px;
      height: 60px;
      border-radius: 30px;
      background-color: #004B9E;
      color: white;
      -webkit-transition: opacity .15s ease;
      transition: opacity .15s ease;
      -webkit-animation: hop 5s ease infinite;
              animation: hop 5s ease infinite;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
      @media screen and (max-width: 959px) {
        .l-header__infobtn a {
          width: 130px;
          height: 40px;
          border-radius: 20px; } }
      .l-header__infobtn a span {
        font: bold 17px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
        .l-header__infobtn a span img {
          margin-right: 5px;
          vertical-align: -3px; }
          @media screen and (min-width: 960px) {
            .l-header__infobtn a span img {
              margin-right: 10px;
              vertical-align: -4px;
              width: 22px; } }
        @media screen and (max-width: 959px) {
          .l-header__infobtn a span {
            font-size: 12px; } }
      .l-header__infobtn a:hover {
        opacity: .6; }
@-webkit-keyframes hop {
  0% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
  3.27869% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }
  6.55738% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
  9.83606% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }
  13.11475% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes hop {
  0% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
  3.27869% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }
  6.55738% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
  9.83606% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }
  13.11475% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
  .l-header__menu {
    background: white;
    position: fixed;
    top: 5px;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 10px 0 0 10px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    height: calc(100vh - 10px);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding-top: 58px;
    max-width: 580px;
    z-index: 1; }
    @media screen and (min-width: 960px) {
      .l-header__menu {
        padding-top: 95px; } }
    .l-header__menu-inner {
      min-width: 300px; }
      @media screen and (min-width: 960px) {
        .l-header__menu-inner {
          min-width: 500px; } }
    .l-header__menu.on {
      width: calc(100% - 5px); }
      .l-header__menu.on:before {
        width: 100%; }
    .l-header__menu-ad p {
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .08em;
      text-align: center;
      padding: 20px;
      border-top: 1px solid #ddd; }
    .l-header__menu-ad ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .l-header__menu-ad ul li {
        position: relative; }
        .l-header__menu-ad ul li img {
          width: 100%; }
        .l-header__menu-ad ul li span {
          position: absolute;
          padding: 5px 10px;
          font: bold 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
          left: 5px;
          bottom: 5px;
          background-color: white; }
    .l-header__menu-list {
      padding: 0 30px; }
      .l-header__menu-list a {
        position: relative;
        display: block;
        font: 400 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
        padding: 23px 0;
        color: black;
        letter-spacing: .08em; }
        .l-header__menu-list a img {
          position: absolute;
          right: 0;
          top: 27px; }
      .l-header__menu-list li {
        border-bottom: 1px solid #e2e2e2; }
    .l-header__menu-links {
      padding: 20px 30px; }
      .l-header__menu-links a {
        display: inline-block;
        margin-right: 10px;
        font: 400 12px/2 YakuHanJP, "Noto Sans JP", sans-serif;
        text-decoration: underline; }
    .l-header__menu-fade {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: -1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      opacity: 0;
      pointer-events: none; }
      .l-header__menu-fade.on {
        opacity: 1; }
  @media screen and (max-width: 959px) {
    .l-header__menu-pc {
      display: none; } }
  @media screen and (min-width: 960px) {
    .l-header__menu-pc {
      position: absolute;
      top: 40px;
      right: 340px;
      z-index: 1; }
      .l-header__menu-pc ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .l-header__menu-pc ul li a {
          font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
          color: #004B9E; }
          .l-header__menu-pc ul li a:hover {
            opacity: .6; }
        .l-header__menu-pc ul li + li {
          margin-left: 20px; } }
  .l-header.is-scrolled .c-menubtn span {
    background-color: black !important; }
  @media screen and (max-width: 959px) {
    .l-header.is-scrolled {
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px); } }

.l-footer {
  background-color: #00A3E4;
  padding: 100px 0;
  /*
  &__sitenav {
    background-color: rgba($mc, .8);
    padding: 80px 0 100px;
    @include media(sp) {
      padding: 50px 0 50px;
    }
    &-inner {
      width: 80%;
      min-width: 900px;
      margin: 0 auto;
      @include media(sp) {
        width: 100%;
        min-width: 0;
        padding: 0 10px;
      }
    }
    &-title {
      border-bottom: 2px solid white;
      padding-bottom: 20px;
      a {
        display: inline-block;
        position: relative;
        font: bold 24px/1 $basefont;
        letter-spacing: 0.08em;
        color: white;
        transition: opacity .15s ease;
        img {
          position: absolute;
          right: -30px;
          top: 4px;
          width: 22px;
        }
        &:hover {
          opacity: .8;
        }
        @include media(sp) {
          font-size: 20px;
          img {
            top: 2px;
            width: 20px;
          }
        }
      }
    }
    &-type {
      display: grid;
      gap: 20px;
      padding-top: 20px;
      grid-template-columns: 1fr 1fr 1fr;
      padding-bottom: 20px;
      border-bottom: 2px solid white;
      margin-bottom: 30px;
      @include media(sp) {
        grid-template-columns: 1fr;
        margin-bottom: 20px;

      }
      .l-footer__navi {
        margin-top: 10px;
        li {
          a {
            position: relative;
            display: inline-block;
            color: white;
            font: normal 14px/1.4 $basefont;
            letter-spacing: .08em;
            text-decoration: underline;
            padding-left: 10px;
            &::before {
              content: "";
              position: absolute;
              display: block;
              width: 6px;
              height: 6px;
              border-radius: 3px;
              background-color: white;
              top: 7px;
              left: 0;
            }
            &:hover {
              text-decoration: none;
            }
          }
          & + li {
            margin-top: 5px;
          }
        }
      }
    }
    &-heading {
      background-color: white;
      color: $mc;
      font: bold 16px/1 $basefont;
      text-align: center;
      border-radius: 5px;
      padding: 10px 10px 13px;
    }
  }
  &__undernavi {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    @include media(sp) {
      grid-template-columns: 1fr;
    }
    li {
      a {
        position: relative;
        display: inline-block;
        color: white;
        font: bold 16px/1.6 $basefont;
        letter-spacing: .08em;
        transition: opacity .15s ease;
        @include media(sp) {
          font-size: 14px;
          letter-spacing: 0;
        }
        img {
          position: absolute;
          right: -19px;
          bottom: 50%;
          transform: translateY(50%);
        }
        &:hover {
          opacity: .8;
        }
      }
    }
  }
  */ }
  @media screen and (max-width: 959px) {
    .l-footer {
      padding: 50px 0; } }
  .l-footer__inner {
    max-width: 1280px;
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .l-footer__inner {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 959px) {
      .l-footer__inner {
        grid-template-columns: 1fr;
        padding: 0 20px; } }
  .l-footer__logo {
    margin-right: 20px; }
    .l-footer__logo img {
      width: 200px; }
    .l-footer__logo a:hover {
      opacity: .6; }
    @media screen and (max-width: 959px) {
      .l-footer__logo {
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px; } }
    .l-footer__logo-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: -1px; }
      .l-footer__logo-info p {
        color: white;
        font: normal 14px/1.4 "Roboto", sans-serif; }
        .l-footer__logo-info p span {
          font-family: YakuHanJP, "Noto Sans JP", sans-serif; }
        @media screen and (max-width: 959px) {
          .l-footer__logo-info p {
            font-size: 10px;
            margin-top: 10px; } }
      .l-footer__logo-info a:hover {
        opacity: .6; }
      .l-footer__logo-info img {
        padding: 0px 0 4px 10px; }
      @media screen and (max-width: 959px) {
        .l-footer__logo-info {
          display: block;
          text-align: center; }
          .l-footer__logo-info img {
            padding: 0;
            width: 150px;
            margin-top: 10px; } }
  .l-footer__copyright {
    position: absolute;
    left: 0;
    bottom: -20px; }
    @media screen and (max-width: 959px) {
      .l-footer__copyright {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
        margin-top: 30px; } }
    .l-footer__copyright p {
      font: normal 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      opacity: 1;
      color: white;
      text-align: center; }
      @media screen and (max-width: 959px) {
        .l-footer__copyright p {
          font-size: 10px; } }
  .l-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px; }
    @media screen and (max-width: 959px) {
      .l-footer__nav {
        grid-template-columns: 1fr; } }
    .l-footer__nav.small {
      gap: 10px;
      border-bottom: 1px solid white; }
      @media screen and (max-width: 959px) {
        .l-footer__nav.small {
          grid-template-columns: 1fr 1fr; } }
    .l-footer__nav li a {
      font: bold 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
      text-decoration: underline;
      color: white;
      letter-spacing: 0; }
      .l-footer__nav li a:hover {
        opacity: .5;
        text-decoration: none; }
      @media screen and (max-width: 959px) {
        .l-footer__nav li a {
          font-size: 14px; } }
    .l-footer__nav li.large a {
      font-size: 20px; }
    .l-footer__nav li.small a {
      text-decoration: none;
      font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 959px) {
        .l-footer__nav li.small a {
          font-size: 13px;
          letter-spacing: -1px;
          font-weight: bold; } }
  .l-footer__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-top: 1px solid white; }
    @media screen and (max-width: 959px) {
      .l-footer__info {
        display: block; } }

body {
  background-color: white; }

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

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

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

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

.c-btn a, .c-btn--busdl a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 280px;
  height: 40px;
  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: #212121;
  color: white;
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
  .c-btn a img, .c-btn--busdl a img {
    position: absolute;
    right: 15px;
    top: 14px; }
  @media screen and (min-width: 960px) {
    .c-btn a, .c-btn--busdl a {
      height: 60px;
      font-size: 16px; }
      .c-btn a img, .c-btn--busdl a img {
        top: 24px; } }
  .c-btn a:hover, .c-btn--busdl a:hover {
    opacity: .6; }
    .c-btn a:hover .c-btn__arrow, .c-btn--busdl a:hover .c-btn__arrow {
      right: 22px; }
  .c-btn a.blue, .c-btn--busdl a.blue {
    background: #00A3E4;
    color: white;
    border: none; }
.c-btn__arrow {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 10px !important;
  -webkit-transition: right .15s ease;
  transition: right .15s ease; }
.c-btn--busdl {
  text-align: center; }
  .c-btn--busdl a {
    color: #333333;
    background: #FFF700;
    border: 2px solid #333333;
    max-width: 340px;
    padding: 24px 0 26px; }
    .c-btn--busdl a img {
      position: relative;
      right: auto;
      top: auto;
      margin-right: 5px; }
    @media screen and (min-width: 960px) {
      .c-btn--busdl a {
        font-size: 20px;
        max-width: 600px;
        padding: 30px 0 34px;
        height: auto;
        border-radius: 100px; } }

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

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

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

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

.c-tel a, .c-tel--white a {
  font: normal 40px/1 "Roboto", 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, "Noto Sans JP", 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: 10px; } }
    .c-table tr td {
      font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      padding: 20px;
      color: #333; }
      @media screen and (max-width: 959px) {
        .c-table tr td {
          display: block;
          padding: 10px;
          font-size: 14px; } }
      .c-table tr td p {
        font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important; }
        .c-table tr td p span {
          font-weight: bold;
          text-decoration: underline; }
        .c-table tr td p + p {
          margin-top: 15px; }
        @media screen and (max-width: 959px) {
          .c-table tr td p {
            font-size: 14px !important; } }
    .c-table tr:nth-child(0) {
      border-top: none; }
  .c-table thead tr {
    background: #f1f2f1 !important; }

c-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, "Noto Sans JP", 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: 10px; } }
.c-table tr td {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 20px;
  color: #333; }

@media screen and (max-width: 959px) {
  .c-table tr td {
    display: block;
    padding: 10px;
    font-size: 14px; } }
.c-table tr td p {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important; }

.c-table tr td p span {
  font-weight: bold;
  text-decoration: underline; }

.c-table tr td p + p {
  margin-top: 15px; }

@media screen and (max-width: 959px) {
  .c-table tr td p {
    font-size: 14px !important; } }
.c-table tr:nth-child(0) {
  border-top: none; }

.c-table thead tr {
  background: #f1f2f1 !important; }

@media screen and (max-width: 959px) {
  .c-table__wrapper {
    width: 100%;
    overflow-x: scroll; }

  .c-table__wrapper table {
    width: 800px; } }
.c-table--price {
  -webkit-box-shadow: none;
  box-shadow: none;
  table-layout: fixed;
  width: 100%; }

.c-table--price th {
  width: 150px;
  padding: 30px 20px; }

.c-table--price td {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 20px;
  color: #333; }

@media screen and (max-width: 959px) {
  .c-table--price td {
    padding: 20px 10px; } }
.c-table--price thead {
  background-color: #0093cd; }

.c-table--price thead tr {
  border-top: 0 solid #ddd;
  border-bottom: 1px solid #ddd; }

.c-table--price thead tr th {
  text-align: center;
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif; }

@media screen and (max-width: 959px) {
  .c-table--price thead tr th {
    font-size: 14px; } }
.c-table--price thead tr th:nth-of-type(2) {
  background-color: #00A3E4;
  color: white; }

.c-table--price thead tr th:nth-of-type(3) {
  background-color: #0cadec;
  color: white; }

.c-table--price thead tr th:nth-of-type(4) {
  background-color: #00A3E4;
  color: white; }

.c-table--price tbody tr {
  border-top: 0 solid #ddd;
  border-bottom: 0 solid #ddd; }

.c-table--price tbody th {
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: transparent;
  border: 8px solid white;
  vertical-align: middle;
  background-color: #f5f5f5;
  text-align: center; }

.c-table--price tbody td {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  background-color: rgba(0, 163, 228, 0.05);
  border: 8px solid white;
  border-radius: 15px;
  vertical-align: middle; }

@media screen and (max-width: 959px) {
  .c-table--price tbody td {
    font-size: 18px; } }
.c-table--price tbody td span {
  font-weight: normal;
  font-size: 0.8em;
  margin: 0 2px;
  color: black; }

@media screen and (max-width: 959px) {
  .c-table--price tbody td span {
    font-size: 14px; } }
.c-table--price tbody tr td:nth-of-type(1) {
  color: #00A3E4; }

.c-table--price tbody tr td:nth-of-type(2) {
  color: #00A3E4; }

.c-table--price tbody tr td:nth-of-type(3) {
  color: #00A3E4; }

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

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

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

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

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

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

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

.p-works__info h2 {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #00A3E4;
  padding-bottom: 10px; }
.p-works__info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px; }
  @media screen and (min-width: 960px) {
    .p-works__info-list {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .p-works__info-list dl {
    border: 2px solid #00A3E4;
    background-color: white;
    border-radius: 10px;
    overflow: hidden; }
  .p-works__info-list dt, .p-works__info-list dd {
    padding: 18px 20px 20px;
    font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .p-works__info-list dt, .p-works__info-list dd {
        font-size: 16px;
        padding: 10px 13px 13px; } }
  .p-works__info-list dd {
    color: #00A3E4; }
  .p-works__info-list dt {
    font-weight: bold;
    background-color: #00A3E4;
    color: white; }
.p-works__slider {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  .p-works__slider .slick-list {
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid black; }
  .p-works__slider .slick-arrow {
  }
  .arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.p-works__slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 200px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 959px) {
  .p-works__slider .slick-arrow {
    top: 30vw;
  }
}
.p-works__slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
}
.p-works__slider .slick-next {
  right: -10px;
}
.p-works__slider .slick-prev {
  left: -10px;
}
.p-works__slider .slick-next::before {
  left: 10px;
}
.p-works__slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 12px;
}
  .p-works__slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%; }
  .p-works__slider .slick-dots {
    text-align: center; }
    .p-works__slider .slick-dots li {
      display: inline-block; }
    .p-works__slider .slick-dots .slick-active button {
      background: #00A3E4; }
.p-works__slide img {
  width: 100%; }
.p-works__recommend {
  border-radius: 10px;
  border: 2px solid #00A3E4;
  overflow: hidden; }
  .p-works__recommend h2 {
    padding: 10px 20px 13px;
    font: bold 18px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #333333;
    text-align: center;
    background-color: #00A3E4;
    color: white; }
  .p-works__recommend p {
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
  .p-works__recommend-txt {
    padding: 20px; }
    @media screen and (max-width: 959px) {
      .p-works__recommend-txt {
        padding: 10px; } }

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

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

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

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

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

.p-top-contents01 .inner {
  padding: 0 20px; }
  @media screen and (min-width: 960px) {
    .p-top-contents01 .inner {
      padding: 0; } }
.p-top-contents01 .text p {
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #212121; }
  @media screen and (min-width: 960px) {
    .p-top-contents01 .text p {
      font-size: 18px;
      line-height: 2; } }
.p-top-contents01 .img img {
  width: 100%; }
.p-top-contents01 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden; }
  .p-top-contents01 .imgs img {
    width: calc(100%/3); }
  @media screen and (min-width: 960px) {
    .p-top-contents01 .imgs {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .p-top-contents01 .imgs img {
        width: calc((100% - 40px)/3); } }
@media screen and (min-width: 960px) {
  .p-top-contents01 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-top-contents01 .flex .f-item {
      width: 50%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; } }
@media screen and (max-width: 959px) {
  .p-top-contents01 .p-article__title {
    padding: 0 20px; } }
@media screen and (min-width: 960px) {
  .p-top-contents01:last-of-type .flex {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
.p-top-btns {
  padding: 10px 20px 40px;
  margin-top: 30px !important;
  margin-bottom: 0 !important; }
  @media screen and (min-width: 960px) {
    .p-top-btns {
      margin-top: 70px !important;
      margin-bottom: 40px !important; } }
  .p-top-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .p-top-btns ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .p-top-btns__btn {
    width: 100%; }
    @media screen and (min-width: 960px) {
      .p-top-btns__btn {
        width: calc((100% - 20px)/3); } }
    .p-top-btns__btn + .p-top-btns__btn {
      margin-top: 10px; }
      @media screen and (min-width: 960px) {
        .p-top-btns__btn + .p-top-btns__btn {
          margin-top: 0; } }
    .p-top-btns__btn a {
      display: block;
      position: relative;
      width: 100%;
      height: 70px;
      border-radius: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #00A3E4;
      border: 1px solid #00A3E4;
      padding-left: 25px; }
      .p-top-btns__btn a img {
        width: 18px;
        margin-right: 8px; }
      .p-top-btns__btn a .balloon {
        position: absolute;
        top: -20px;
        right: -10px; }
        .p-top-btns__btn a .balloon img {
          width: 80px; }
      .p-top-btns__btn a .text {
        font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
        letter-spacing: 0; }
        .p-top-btns__btn a .text small {
          display: block;
          font-size: 12px;
          font-weight: normal;
          margin-bottom: 5px; }
      .p-top-btns__btn a:hover {
        opacity: .6; }
.p-top-intro {
  position: relative;
  z-index: 1;
  background-color: #00A3E4;
  padding: 20px 10px; }
  @media screen and (min-width: 960px) {
    .p-top-intro {
      padding: 20px 10px 40px; } }
  .p-top-intro__wrapper {
    background: white;
    border: 2px solid #333333;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -50px;
    max-width: 800px;
    width: 100%; }
    @media screen and (max-width: 959px) {
      .p-top-intro__wrapper {
        max-width: 450px; } }
  .p-top-intro__head {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #333333; }
    .p-top-intro__head h2 {
      font: 900 18px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #333333; }
      @media screen and (min-width: 960px) {
        .p-top-intro__head h2 {
          font-size: 20px; } }
    .p-top-intro__head img {
      position: absolute;
      right: 5px;
      bottom: 0; }
  .p-top-intro__main {
    padding: 15px 30px 25px; }
    .p-top-intro__main p {
      font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #333333; }
      @media screen and (min-width: 960px) {
        .p-top-intro__main p {
          font-size: 16px; } }
.p-top-adv {
  position: relative;
  padding: 20px 10px;
  z-index: 2; }
  .p-top-adv::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #00A3E4; }
    @media screen and (min-width: 960px) {
      .p-top-adv::before {
        height: 100px; } }
  @media screen and (min-width: 960px) {
    .p-top-adv__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 80vw;
      min-width: 1200px;
      margin: 0 auto; } }
  @media screen and (max-width: 1250px) and (min-width: 958px) {
    .p-top-adv__wrapper {
      min-width: 0;
      width: 100%; } }
  .p-top-adv-item {
    position: relative;
    border-radius: 10px;
    border: 2px solid #333333;
    background-color: white; }
    @media screen and (max-width: 959px) {
      .p-top-adv-item {
        max-width: 450px;
        margin: 0 auto; } }
    @media screen and (min-width: 960px) {
      .p-top-adv-item {
        width: calc((100% - 60px)/3); } }
    @media screen and (max-width: 1250px) and (min-width: 958px) {
      .p-top-adv-item {
        width: calc((100% - 20px)/3); } }
    @media screen and (max-width: 959px) {
      .p-top-adv-item + .p-top-adv-item {
        margin-top: 40px; } }
    .p-top-adv-item__title {
      position: absolute;
      left: 0;
      right: 0;
      top: -18px;
      border-radius: 30px;
      border: 2px solid #333333;
      padding: 5px 40px 8px;
      background-color: #FFF700;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto;
      z-index: 1; }
      @media screen and (min-width: 960px) {
        .p-top-adv-item__title {
          padding: 10px 60px 14px;
          top: -24px; } }
      @media screen and (max-width: 1250px) and (min-width: 958px) {
        .p-top-adv-item__title {
          padding: 10px 30px 14px; } }
      .p-top-adv-item__title h2 {
        color: #333333;
        font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
        .p-top-adv-item__title h2 span {
          font-size: 1.125em;
          font-weight: bold; }
        @media screen and (min-width: 960px) {
          .p-top-adv-item__title h2 {
            font-size: 20px;
            font-weight: bold; } }
    .p-top-adv-item__img {
      position: relative;
      border-bottom: 2px solid #333333;
      border-radius: 10px 10px 0 0;
      overflow: hidden; }
      .p-top-adv-item__img img {
        width: 100%;
        border-radius: 10px 10px 0 0; }
      .p-top-adv-item__img .slick-arrow {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
        font-size: 0;
        background: url(/asset/svg/icon-slidearrow.svg);
        background-size: cover;
        z-index: 1; }
        .p-top-adv-item__img .slick-arrow.slick-next {
          left: auto;
          right: 10px;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .p-top-adv-item__txt {
      padding: 15px 20px; }
      .p-top-adv-item__txt p {
        font: normal 13px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
        @media screen and (min-width: 960px) {
          .p-top-adv-item__txt p {
            font-size: 16px; } }
    .p-top-adv-item__btn {
      padding: 20px;
      text-align: center;
      background-color: #E3F7FF;
      border-top: 1px solid #333333;
      border-radius: 0 0 10px 10px; }
.p-top-area {
  position: relative;
  margin-top: 30px; }
  .p-top-area::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(50% + 215px);
    height: 100%;
    background-color: #4CCCF4;
    z-index: -1;
    border-radius: 30px 0 0 0; }
    @media screen and (max-width: 470px) {
      .p-top-area::after {
        width: calc(100% - 20px); } }
  .p-top-area__title {
    position: relative;
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
    z-index: 1; }
    .p-top-area__title h2 {
      font: 900 40px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #000; }
      @media screen and (min-width: 960px) {
        .p-top-area__title h2 {
          font-size: 60px; } }
    @media screen and (min-width: 960px) {
      .p-top-area__title {
        width: calc(80vw + 20px);
        max-width: 1220px;
        margin: 0 auto; } }
    .p-top-area__title img {
      position: absolute;
      right: 20px;
      top: -30px;
      width: 137px;
      z-index: 2; }
      @media screen and (max-width: 959px) {
        .p-top-area__title img {
          top: -26px;
          width: 117px; } }
  .p-top-area__main {
    padding: 0 10px 60px; }
    @media screen and (max-width: 959px) {
      .p-top-area__main {
        max-width: 470px;
        width: 100%;
        margin: 0 auto; } }
    @media screen and (min-width: 960px) {
      .p-top-area__main {
        width: calc(80vw + 20px);
        max-width: 1220px;
        margin: 0 auto;
        padding-bottom: 100px; } }
  .p-top-area__map {
    position: relative;
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
    background: white; }
    .p-top-area__map img {
      width: 100%; }
    .p-top-area__map > p {
      text-align: center;
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      padding: 20px 0; }
    .p-top-area__map ul li {
      position: absolute; }
      .p-top-area__map ul li a {
        display: block;
        padding: 5px 10px 7px;
        border: 2px solid black;
        border-radius: 5px;
        background: #FFF700;
        font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 470px) {
      .p-top-area__map ul li a {
        padding: 1vw 2vw 1.4vw;
        font: bold 3vw / 1 YakuHanJP, "Noto Sans JP", sans-serif; }
      .p-top-area__map ul li:nth-child(1) {
        top: 13.0vw;
        left: 69vw; }
      .p-top-area__map ul li:nth-child(2) {
        top: 6.8vw;
        left: 43vw; }
      .p-top-area__map ul li:nth-child(3) {
        top: 42.3vw;
        left: 24vw; }
      .p-top-area__map ul li:nth-child(4) {
        top: 49vw;
        left: 47vw; }
      .p-top-area__map ul li:nth-child(5) {
        top: 59vw;
        left: 50vw; }
      .p-top-area__map ul li:nth-child(6) {
        top: 55.9vw;
        left: 10vw; }
      .p-top-area__map ul li:nth-child(7) {
        top: 64vw;
        left: 20vw; }
      .p-top-area__map ul li:nth-child(8) {
        top: 74vw;
        left: 25vw; }
      .p-top-area__map ul li:nth-child(9) {
        top: 70.5vw;
        left: 62vw; }
      .p-top-area__map ul li:nth-child(10) {
        top: 84.5vw;
        left: 25vw; } }
    @media screen and (max-width: 959px) and (min-width: 471px) {
      .p-top-area__map ul li a {
        padding: 4.7px 9.4px 6.58px;
        font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      .p-top-area__map ul li:nth-child(1) {
        top: 61.98px;
        left: 330.7px; }
      .p-top-area__map ul li:nth-child(2) {
        top: 31.56px;
        left: 206.2px; }
      .p-top-area__map ul li:nth-child(3) {
        top: 198.81px;
        left: 112.8px; }
      .p-top-area__map ul li:nth-child(4) {
        top: 230.3px;
        left: 220.9px; }
      .p-top-area__map ul li:nth-child(5) {
        top: 277.3px;
        left: 235px; }
      .p-top-area__map ul li:nth-child(6) {
        top: 262.73px;
        left: 47px; }
      .p-top-area__map ul li:nth-child(7) {
        top: 300.8px;
        left: 94px; }
      .p-top-area__map ul li:nth-child(8) {
        top: 347.8px;
        left: 117.5px; }
      .p-top-area__map ul li:nth-child(9) {
        top: 331.35px;
        left: 291.4px; }
      .p-top-area__map ul li:nth-child(10) {
        top: 397.15px;
        left: 117.5px; } }
    @media screen and (max-width: 1199px) and (min-width: 958px) {
      .p-top-area__map ul li a {
        padding: 0.5vw 1vw 0.7vw;
        font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      .p-top-area__map ul li:nth-child(1) {
        top: 4.5vw;
        left: 49vw; }
      .p-top-area__map ul li:nth-child(2) {
        top: 2.3vw;
        left: 37.5vw; }
      .p-top-area__map ul li:nth-child(3) {
        top: 17.7vw;
        left: 29.2vw; }
      .p-top-area__map ul li:nth-child(4) {
        top: 21vw;
        left: 39.5vw; }
      .p-top-area__map ul li:nth-child(5) {
        top: 25vw;
        left: 41vw; }
      .p-top-area__map ul li:nth-child(6) {
        top: 23.7vw;
        left: 23vw; }
      .p-top-area__map ul li:nth-child(7) {
        top: 27.5vw;
        left: 27.4vw; }
      .p-top-area__map ul li:nth-child(8) {
        top: 31vw;
        left: 30vw; }
      .p-top-area__map ul li:nth-child(9) {
        top: 30vw;
        left: 46vw; }
      .p-top-area__map ul li:nth-child(10) {
        top: 35.8vw;
        left: 30vw; } }
    @media screen and (max-width: 1500px) and (min-width: 1200px) {
      .p-top-area__map ul li a {
        padding: 0.5vw 1vw 0.7vw;
        font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      .p-top-area__map ul li:nth-child(1) {
        top: 4.7vw;
        left: 49vw; }
      .p-top-area__map ul li:nth-child(2) {
        top: 2.5vw;
        left: 37.5vw; }
      .p-top-area__map ul li:nth-child(3) {
        top: 17.7vw;
        left: 30.2vw; }
      .p-top-area__map ul li:nth-child(4) {
        top: 21vw;
        left: 39.5vw; }
      .p-top-area__map ul li:nth-child(5) {
        top: 25vw;
        left: 41vw; }
      .p-top-area__map ul li:nth-child(6) {
        top: 23.7vw;
        left: 24vw; }
      .p-top-area__map ul li:nth-child(7) {
        top: 27.5vw;
        left: 28.4vw; }
      .p-top-area__map ul li:nth-child(8) {
        top: 31vw;
        left: 31vw; }
      .p-top-area__map ul li:nth-child(9) {
        top: 30vw;
        left: 46vw; }
      .p-top-area__map ul li:nth-child(10) {
        top: 35.8vw;
        left: 31vw; } }
    @media screen and (min-width: 1501px) {
      .p-top-area__map ul li a {
        padding: 4.7px 9.4px 6.58px;
        font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      .p-top-area__map ul li:nth-child(1) {
        top: 75.98px;
        left: 737.7px; }
      .p-top-area__map ul li:nth-child(2) {
        top: 41.56px;
        left: 582.2px; }
      .p-top-area__map ul li:nth-child(3) {
        top: 274.81px;
        left: 464.8px; }
      .p-top-area__map ul li:nth-child(4) {
        top: 320.3px;
        left: 600.9px; }
      .p-top-area__map ul li:nth-child(5) {
        top: 383.3px;
        left: 614px; }
      .p-top-area__map ul li:nth-child(6) {
        top: 363.73px;
        left: 377px; }
      .p-top-area__map ul li:nth-child(7) {
        top: 413.8px;
        left: 444px; }
      .p-top-area__map ul li:nth-child(8) {
        top: 477.8px;
        left: 471.5px; }
      .p-top-area__map ul li:nth-child(9) {
        top: 456.35px;
        left: 696.4px; }
      .p-top-area__map ul li:nth-child(10) {
        top: 543.15px;
        left: 473.5px; } }
.p-top-case__title {
  background-color: #FFF700;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  margin-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .p-top-case__title {
      margin-bottom: 40px; } }
  .p-top-case__title h2 {
    font: bold 25px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    padding: 20px;
    max-width: 470px;
    width: 100%;
    margin: 0 auto; }
    .p-top-case__title h2 img {
      vertical-align: -7px;
      padding-right: 10px;
      margin-right: 10px;
      border-right: 2px solid #333; }
    @media screen and (min-width: 960px) {
      .p-top-case__title h2 {
        font-size: 35px;
        padding: 30px;
        max-width: 1240px;
        width: 100%;
        margin: 0 auto; }
        .p-top-case__title h2 img {
          vertical-align: -4px;
          padding-right: 15px;
          margin-right: 15px;
          border-right: 3px solid #333; } }
.p-top-case__main {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px; }
  @media screen and (max-width: 959px) {
    .p-top-case__main {
      max-width: 450px;
      margin: 0 auto; } }
  .p-top-case__main .c-btn, .p-top-case__main .c-btn--busdl {
    margin-top: 20px; }
    @media screen and (min-width: 960px) {
      .p-top-case__main .c-btn, .p-top-case__main .c-btn--busdl {
        margin-top: 40px; } }
.p-top-case__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }
  @media screen and (min-width: 960px) {
    .p-top-case__list {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 30px; } }
  .p-top-case__list.under {
    grid-template-columns: 1fr 1fr 1fr; }
.p-top-case__item {
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden; }
.p-top-case__img {
  border-bottom: 2px solid black; }
  .p-top-case__img img {
    width: 100%; }
.p-top-case__ititle {
  padding: 10px 10px 0; }
  .p-top-case__ititle h3 {
    font: bold 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (min-width: 960px) {
      .p-top-case__ititle h3 {
        font-size: 16px; } }
.p-top-case__label {
  padding: 0 10px 10px;
  margin-top: 3px; }
  @media screen and (min-width: 960px) {
    .p-top-case__label {
      margin-top: 5px;
      padding-bottom: 13px; } }
  .p-top-case__label span {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font: normal 10px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (min-width: 960px) {
      .p-top-case__label span {
        padding: 7px 10px 9px;
        font-size: 12px; } }
.p-top-movie {
  width: 100%;
  margin: 50px auto;
  max-width: 1200px;
  padding: 0 10px; }
  .p-top-movie .c-youtube {
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden; }
  @media screen and (max-width: 959px) {
    .p-top-movie {
      max-width: 470px;
      margin: 30px auto 50px; } }

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

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

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

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

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

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

.p-wanted {
  margin-top: 150px; }
  @media screen and (max-width: 959px) {
    .p-wanted {
      margin-top: 80px; } }
  .p-wanted__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 250px;
    width: 100%;
    z-index: 0;
    overflow: hidden; }
    @media screen and (max-width: 959px) {
      .p-wanted__title {
        height: 19vw; } }
    .p-wanted__title h2 {
      font: 500 40px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: 0.08em; }
      .p-wanted__title h2 strong {
        font-weight: 900; }
      @media screen and (max-width: 959px) {
        .p-wanted__title h2 {
          font-size: 30px; } }
    .p-wanted__title p {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      font: 900 220px/1 "Roboto", sans-serif;
      opacity: 0.05;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      z-index: -1; }
  .p-wanted__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 959px) {
      .p-wanted__main {
        margin-top: 40px; } }
  .p-wanted__item {
    width: calc(50% - 30px);
    position: relative;
    padding: 40px 30px;
    background-color: white; }
    .p-wanted__item h3 {
      font: bold 24px/36px YakuHanJP, "Noto Sans JP", sans-serif; }
    .p-wanted__item p {
      font: normal 16px/32px YakuHanJP, "Noto Sans JP", sans-serif;
      margin-top: 10px; }
    @media screen and (min-width: 960px) {
      .p-wanted__item:nth-child(odd) {
        margin-bottom: 60px; } }
    @media screen and (min-width: 960px) {
      .p-wanted__item:nth-child(even) {
        margin-top: 60px; } }
    .p-wanted__item-num {
      position: absolute;
      right: 20px;
      top: 20px;
      font: 100 100px/1 "Roboto", 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, .p-schedule__inner .c-btn--busdl {
        text-align: center; } }
.p-schedule__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-schedule__contents + .c-btn, .p-schedule__contents + .c-btn--busdl, .p-schedule__contents + .p-schedule__contents {
    margin-top: 40px; }
.p-schedule__time {
  width: 60px; }
  .p-schedule__time p {
    font: bold 20px/1 "Roboto", sans-serif !important;
    padding-top: 5px; }
    @media screen and (max-width: 959px) {
      .p-schedule__time p {
        font-size: 14px !important; } }
  @media screen and (max-width: 959px) {
    .p-schedule__time {
      width: 39px; } }
.p-schedule__text {
  position: relative;
  width: calc(100% - 60px);
  padding-left: 100px; }
  @media screen and (max-width: 959px) {
    .p-schedule__text {
      width: calc(100% - 40px);
      padding-left: 50px; } }
  .p-schedule__text h2 {
    font: 900 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif !important;
    margin-bottom: 10px; }
    @media screen and (max-width: 959px) {
      .p-schedule__text h2 {
        font-size: 18px !important; } }
  .p-schedule__text p {
    font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif !important; }
    @media screen and (max-width: 959px) {
      .p-schedule__text p {
        font-size: 14px !important; } }
  .p-schedule__text::before {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(/asset/svg/schedule-icon.svg);
    background-size: cover;
    display: block;
    position: absolute;
    top: -3px;
    left: 27px; }
    @media screen and (max-width: 959px) {
      .p-schedule__text::before {
        width: 24px;
        height: 24px;
        top: 0px;
        left: 13px; } }
  .p-schedule__text::after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 31px);
    position: absolute;
    bottom: -15px;
    left: 45px;
    background-color: #FFF700; }
    @media screen and (max-width: 959px) {
      .p-schedule__text::after {
        width: 1px;
        height: calc(100% - 21px);
        left: 25px; } }
  .p-schedule__text.last::after {
    content: none; }

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

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

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

.p-pankuzu {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  font: bold 12px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  margin-top: 15px;
  color: white; }

.p-pankuzu a {
  text-decoration: underline;
  margin-right: 5px;
  color: white; }

.p-pankuzu a:hover {
  text-decoration: none; }

.p-pankuzu span {
  margin-left: 5px; }

@media screen and (max-width: 959px) {
  .p-pankuzu {
    max-width: 600px;
    font-weight: normal;
    padding: 10px;
    margin-top: 0; } }
.p-pankuzu-under {
  border-top: 1px solid #ddd;
  padding-top: 15px; }

.p-pankuzu-under a {
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-decoration: underline; }

.p-pankuzu-under a:hover {
  text-decoration: none; }

.p-pankuzu-under a img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: -1px;
  margin-right: 5px; }

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

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

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

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

.area {
  overflow: hidden; }

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

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff; }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 959px) {
  .p-form .wpcf7-list-item label > span::after {
    top: 2px; } }
.p-form .wpcf7-list-item label > input:checked {
  background-color: #00A3E4; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-form__btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px; }

.p-form__btn img {
  position: absolute;
  right: 30px;
  top: 34px; }

@media screen and (max-width: 959px) {
  .p-form__btn img {
    right: 13px;
    top: 21px;
    width: 18px; } }
.p-form__btn input {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  width: 230px;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  color: #333333;
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  padding: 0 20px 0 20px;
  border-radius: 5px;
  border: 2px solid #333333; }

.p-form__btn input img {
  position: absolute;
  right: 30px;
  top: 34px; }

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

.p-form__btn input:hover .c-btn__arrow {
  right: 22px; }

.p-form__btn.col2 .back_button {
  margin-right: 20px; }

.p-form__btn.col2 .wpcf7-submit {
  background: #FFF700;
  border-color: #FFF700;
  color: white; }

@media screen and (max-width: 959px) {
  .p-form__btn.col2 .back_button {
    margin-right: 0;
    margin-bottom: 10px; } }
.wpcf7-spinner {
  display: none !important; }

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

.p-article {
  position: relative;
  z-index: 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .p-article {
      max-width: 600px; } }
  .p-article__title h2, .p-article__title h3, .p-article__title h4 {
    font: bold 28px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .12em; }
  .p-article__title img {
    width: 1em;
    margin-right: 0.2em; }
  @media screen and (max-width: 959px) {
    .p-article__title h2, .p-article__title h3, .p-article__title h4 {
      font-size: 18px; } }
  .p-article__title02 {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 20px;
    border-bottom: 2px solid black; }
    .p-article__title02 h2, .p-article__title02 h3, .p-article__title02 h4 {
      font: bold 30px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .05em; }
    @media screen and (max-width: 959px) {
      .p-article__title02 h2, .p-article__title02 h3, .p-article__title02 h4 {
        font-size: 18px;
        letter-spacing: .06em; } }
    .p-article__title02::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 2px;
      width: 1.5em;
      background-color: #00A3E4; }
  .p-article__inner {
    position: relative;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 959px) {
      .p-article__inner {
        max-width: 600px; } }
  .p-article__main p {
    font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 959px) {
      .p-article__main p {
        font-size: 14px; } }
  .p-article--contact {
    padding: 40px 0;
    background-color: #FFF700;
    text-align: center; }
    @media screen and (min-width: 960px) {
      .p-article--contact {
        padding: 80px 0; } }
    .p-article--contact p {
      font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (min-width: 960px) {
        .p-article--contact p {
          font-size: 20px; } }
      .p-article--contact p b {
        font-weight: bold;
        font-size: 1.2em; }
    .p-article--contact .contact__wrapper {
      max-width: 600px;
      margin: 0 auto;
      background: white;
      padding: 20px;
      border-radius: 10px;
      border: 2px solid #333333;
      margin-top: 20px; }
      .p-article--contact .contact__wrapper a {
        -webkit-transition: opacity .15s ease;
        transition: opacity .15s ease; }
        .p-article--contact .contact__wrapper a:hover {
          opacity: .6; }
      @media screen and (min-width: 960px) {
        .p-article--contact .contact__wrapper {
          padding: 40px 0;
          margin-top: 40px;
          max-width: 800px; } }
    .p-article--contact .contact__mail a {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 20px;
      border-radius: 100px;
      background: #333333;
      color: white;
      font: bold 15px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .12em; }
      .p-article--contact .contact__mail a img {
        width: 1.2em;
        vertical-align: -2px;
        margin-right: 5px; }
      @media screen and (min-width: 960px) {
        .p-article--contact .contact__mail a {
          font-size: 20px;
          margin-top: 20px;
          max-width: 600px;
          padding: 30px 0 34px; } }
    @media screen and (min-width: 960px) {
      .p-article--contact .contact__tel img {
        width: 350px; } }
    .p-article--contact .contact__org01 {
      position: absolute; }
      @media screen and (min-width: 960px) {
        .p-article--contact .contact__org01 {
          top: -126px;
          left: 5px; }
          .p-article--contact .contact__org01 img {
            width: 170px; } }
      @media screen and (max-width: 959px) {
        .p-article--contact .contact__org01 {
          top: -56px;
          left: 5px; } }
    .p-article--contact .contact__org02 {
      position: absolute; }
      @media screen and (min-width: 960px) {
        .p-article--contact .contact__org02 {
          top: -126px;
          right: 5px; }
          .p-article--contact .contact__org02 img {
            width: 100px; } }
      @media screen and (max-width: 959px) {
        .p-article--contact .contact__org02 {
          top: -49px;
          right: 11px; } }

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

.p-index__links-inner {
  margin: 150px auto;
  max-width: 1100px;
  min-width: 900px; }
  @media screen and (max-width: 959px) {
    .p-index__links-inner {
      margin: 80px auto;
      max-width: 500px;
      min-width: 100%;
      padding: 0 10px; } }
.p-index__schedule {
  position: relative;
  padding: 30px 0;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .p-index__schedule {
      padding: 0; } }
  .p-index__schedule-inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%; }
    .p-index__schedule-inner .p-article__title span:not([class]) {
      display: inline-block;
      background: white;
      color: black;
      padding: 0 1px 5px 5px; }
    .p-index__schedule-inner .p-article__title {
      margin-bottom: 40px; }
    .p-index__schedule-inner .p-article__main .c-btn, .p-index__schedule-inner .p-article__main .c-btn--busdl {
      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, .p-index__schedule-inner .p-article__main .c-btn--busdl {
        margin-top: 30px; } }
  .p-index__schedule-text {
    max-width: 500px; }
  .p-index__schedule-eng {
    position: absolute;
    top: 50%;
    left: 0;
    font: 900 250px/1 "Roboto", 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 "Roboto", 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, .p-index__people .c-btn--busdl {
    margin-top: 50px;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .p-index__people .c-btn, .p-index__people .c-btn--busdl {
        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, .p-index__message-main .p-article__main .c-btn--busdl {
      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 "Roboto", sans-serif;
    color: white;
    opacity: .1; }
  .p-index__message-bktxt01 {
    font-style: italic;
    left: 50%;
    top: 40%; }
    @media screen and (max-width: 959px) {
      .p-index__message-bktxt01 {
        top: 35%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; } }
  .p-index__message-bktxt02 {
    font-weight: 900;
    right: calc(50% - 200px); }
    @media screen and (max-width: 959px) {
      .p-index__message-bktxt02 {
        width: 100%;
        left: auto;
        right: auto;
        margin: 0 auto;
        text-align: center;
        word-wrap: break-word; } }
.p-index__about {
  margin: 0 auto;
  padding: 150px 30px; }
  @media screen and (max-width: 959px) {
    .p-index__about {
      padding: 30px 30px 80px; } }
  .p-index__about-inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto; }
    @media screen and (max-width: 959px) {
      .p-index__about-inner {
        max-width: 600px; } }
  .p-index__about-img {
    position: absolute;
    right: 0;
    width: 55%;
    bottom: 80px;
    height: 530px; }
    .p-index__about-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 1150px) {
      .p-index__about-img {
        width: 50%;
        height: 440px; } }
    @media screen and (max-width: 959px) {
      .p-index__about-img {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        bottom: 0;
        margin-bottom: 30px; } }
  .p-index__about .p-article__title h2 {
    font: 500 80px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    margin-bottom: 50px;
    display: inline-block;
    background-color: #fafafa;
    padding: 0 0 30px 0;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 959px) {
      .p-index__about .p-article__title h2 {
        margin-bottom: 30px;
        font-size: 50px;
        line-height: 1.6; } }
    .p-index__about .p-article__title h2 small {
      display: block;
      margin-bottom: 20px;
      font: 500 30px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 959px) {
        .p-index__about .p-article__title h2 small {
          font-size: 20px;
          line-height: 2;
          text-align: left;
          margin-bottom: 5px; } }
  .p-index__about .p-article__main p {
    line-height: 2.5;
    margin-bottom: 50px; }
  @media screen and (max-width: 959px) {
    .p-index__about .p-article__main p {
      margin-bottom: 30px; } }

.p-mv {
  width: 100%;
  height: 95vh;
  max-height: 800px;
  background-image: url(/asset/images/mv-pc.jpg);
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 959px) {
    .p-mv {
      height: 123vw;
      max-height: 600px;
      background-image: url(/asset/images/mv-sp.jpg); } }
  @media screen and (min-width: 960px) {
    .p-mv {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .p-mv__inner {
    padding-top: 100px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .p-mv__inner {
        padding-top: 0;
        position: relative;
        max-width: 670px;
        width: 100%;
        margin: 0 auto; } }
  .p-mv__copy {
    padding: 0 30px; }
    .p-mv__copy img {
      width: 100%; }
  .p-mv__contents {
    position: relative;
    margin-top: 50px; }
    @media screen and (max-width: 959px) {
      .p-mv__contents {
        padding: 0 20px; } }
    .p-mv__contents a {
      -webkit-transition: opacity .15s ease;
      transition: opacity .15s ease; }
      .p-mv__contents a:hover {
        opacity: .6; }
    .p-mv__contents a:nth-child(1) {
      display: block; }
      @media screen and (max-width: 959px) {
        .p-mv__contents a:nth-child(1) img {
          width: 46vw;
          max-width: 205px; } }
      @media screen and (min-width: 960px) {
        .p-mv__contents a:nth-child(1) img {
          width: 268px; } }
    .p-mv__contents a:nth-child(2) {
      display: block;
      margin-top: 20px; }
      @media screen and (max-width: 959px) {
        .p-mv__contents a:nth-child(2) img {
          width: 32vw;
          max-width: 150px; } }
      @media screen and (min-width: 960px) {
        .p-mv__contents a:nth-child(2) img {
          width: 188px; } }
    .p-mv__contents a:nth-child(3) {
      display: block;
      position: absolute;
      right: 20px;
      top: 0; }
      @media screen and (max-width: 959px) {
        .p-mv__contents a:nth-child(3) img {
          width: 39vw;
          max-width: 170px; } }
      @media screen and (min-width: 960px) {
        .p-mv__contents a:nth-child(3) img {
          width: 228px; } }
  .p-mv02 {
    position: relative;
    width: 100%;
    padding-top: 100px; }
    @media screen and (max-width: 959px) {
      .p-mv02 {
        padding-top: 69px; } }
    .p-mv02__inner {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin-top: 60px; }
    .p-mv02__copy {
      width: 100%;
      max-width: 260px; }
      .p-mv02__copy img {
        width: 100%; }
      @media screen and (min-width: 960px) {
        .p-mv02__copy {
          max-width: 50vh;
          min-width: 370px;
          margin: 0 auto; } }
    .p-mv02__btn {
      width: 100%;
      max-width: 260px;
      margin: 50px auto 0; }
      .p-mv02__btn img {
        width: 100%; }
      .p-mv02__btn a:hover {
        opacity: .8; }
      @media screen and (max-width: 959px) {
        .p-mv02__btn {
          margin-top: 20px; } }
      @media screen and (min-width: 960px) {
        .p-mv02__btn {
          max-width: 50vh;
          min-width: 370px; } }
    .p-mv02__bk01 img {
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 959px) {
      .p-mv02__bk01 {
        width: 100%; }
        .p-mv02__bk01 img {
          width: 100%;
          height: 190px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
    @media screen and (min-width: 960px) {
      .p-mv02__bk01 {
        width: 50%; }
        .p-mv02__bk01 img {
          width: 100%;
          height: calc(100vh - 100px);
          min-height: 650px; } }
    .p-mv02__bk02 img {
      -o-object-fit: cover;
         object-fit: cover; }
    @media screen and (max-width: 959px) {
      .p-mv02__bk02 {
        width: 100%; }
        .p-mv02__bk02 img {
          width: 100%;
          height: 275px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }
    @media screen and (min-width: 960px) {
      .p-mv02__bk02 {
        width: 50%; }
        .p-mv02__bk02 img {
          width: 100%;
          height: calc(100vh - 100px);
          min-height: 650px; } }
    @media screen and (min-width: 960px) {
      .p-mv02__bk-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.p-pagetitle {
  padding-top: 100px;
  background: #00A3E4;
  border-radius: 0 0 30px 30px; }
  @media screen and (max-width: 959px) {
    .p-pagetitle {
      padding-top: 75px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-radius: 0 0 10px 10px; } }
  .p-pagetitle__inner {
    position: relative;
    padding: 70px 30px;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__inner {
        padding: 30px 20px;
        max-width: 600px; } }
    .p-pagetitle__inner::before {
      content: "";
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      width: calc(100% - 30px);
      max-width: 1000px;
      height: 2px;
      background-color: black;
      margin: 0 auto; }
      @media screen and (max-width: 959px) {
        .p-pagetitle__inner::before {
          width: 50%; } }
  .p-pagetitle__title h1 {
    font: bold 40px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    color: white;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__title h1 {
        font-size: 25px;
        padding-bottom: 7px; } }
  .p-pagetitle__title p {
    margin-top: 20px;
    font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 959px) {
      .p-pagetitle__title p {
        margin-top: 0px;
        font-size: 12px; }
        .p-pagetitle__title p br {
          display: none; } }
  .p-pagetitle__works span {
    display: inline-block;
    font: bold 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    padding: 5px 15px 7px;
    border-radius: 20px;
    background: white;
    border: 1px solid #ddd;
    letter-spacing: .08em; }
  @media screen and (min-width: 960px) {
    .p-pagetitle.type {
      position: relative;
      margin-bottom: 140px; }
      .p-pagetitle.type .p-pagetitle__inner::before {
        content: none; }
      .p-pagetitle.type .p-pagetitle__title {
        position: absolute;
        bottom: -90px;
        background-color: #00A3E4;
        padding: 2px 30px 5px;
        border-radius: 0 30px 0 30px; }
        .p-pagetitle.type .p-pagetitle__title h1 {
          color: white; }
      .p-pagetitle.type .p-pagetitle__typeimg {
        border: 4px solid #00A3E4;
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: -160px; }
        .p-pagetitle.type .p-pagetitle__typeimg img {
          width: 100%; }
        .p-pagetitle.type .p-pagetitle__typeimg.usefulness {
          border: none;
          border-radius: 0;
          overflow: none; } }
  @media screen and (max-width: 959px) {
    .p-pagetitle.type .p-pagetitle__title {
      position: absolute;
      bottom: 40px;
      background-color: #00A3E4;
      padding: 7px 25px 4px 0;
      border-radius: 0 10px 10px 0; }
      .p-pagetitle.type .p-pagetitle__title h1 {
        color: white;
        line-height: 1.4;
        font-size: 24px; }
    .p-pagetitle.type .p-pagetitle__typeimg {
      border-radius: 15px;
      overflow: hidden; }
      .p-pagetitle.type .p-pagetitle__typeimg img {
        width: 100%; } }

.p-pagetitle {
  padding-top: 100px;
  background: #00A3E4;
  border-radius: 0 0 30px 30px; }

@media screen and (max-width: 959px) {
  .p-pagetitle {
    padding-top: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px; } }
.p-pagetitle__inner {
  position: relative;
  padding: 70px 30px;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 959px) {
  .p-pagetitle__inner {
    padding: 30px 20px;
    max-width: 600px; } }
.p-pagetitle__title h1 {
  font: bold 40px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: white;
  text-align: center; }

@media screen and (max-width: 959px) {
  .p-pagetitle__title h1 {
    font-size: 25px;
    padding-bottom: 7px; } }
.p-pagetitle__title p {
  margin-top: 20px;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }

@media screen and (max-width: 959px) {
  .p-pagetitle__title p {
    margin-top: 0px;
    font-size: 12px; }

  .p-pagetitle__title p br {
    display: none; } }
.p-pagetitle__title span {
  display: block;
  margin: 0 auto;
  background: white;
  padding: 5px 20px 7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #00A3E4;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 10px; }
.p-pagetitle__title.case span {
  margin: 0 0 10px 0;
}
.p-pagetitle__title.case h1 {
  text-align: left;
}

.p-pagetitle__works span {
  display: inline-block;
  font: bold 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 5px 15px 7px;
  border-radius: 20px;
  background: white;
  border: 1px solid #ddd;
  letter-spacing: .08em; }

@media screen and (min-width: 960px) {
  .p-pagetitle.type {
    position: relative;
    margin-bottom: 140px; }

  .p-pagetitle.type .p-pagetitle__inner::before {
    content: none; }

  .p-pagetitle.type .p-pagetitle__title {
    position: absolute;
    bottom: -90px;
    background-color: #00A3E4;
    padding: 2px 30px 5px;
    border-radius: 0 30px 0 30px; }

  .p-pagetitle.type .p-pagetitle__title h1 {
    color: white; }

  .p-pagetitle.type .p-pagetitle__typeimg {
    border: 4px solid #00A3E4;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: -160px; }

  .p-pagetitle.type .p-pagetitle__typeimg img {
    width: 100%; }

  .p-pagetitle.type .p-pagetitle__typeimg.usefulness {
    border: none;
    border-radius: 0;
    overflow: none; } }
@media screen and (max-width: 959px) {
  .p-pagetitle.type .p-pagetitle__title {
    position: absolute;
    bottom: 40px;
    background-color: #00A3E4;
    padding: 7px 25px 4px 0;
    border-radius: 0 10px 10px 0; }

  .p-pagetitle.type .p-pagetitle__title h1 {
    color: white;
    line-height: 1.4;
    font-size: 24px; }

  .p-pagetitle.type .p-pagetitle__typeimg {
    border-radius: 15px;
    overflow: hidden; }

  .p-pagetitle.type .p-pagetitle__typeimg img {
    width: 100%; } }
.p-list-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  @media screen and (max-width: 959px) {
    .p-list-works {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 10px; } }
  .p-list-works__item a {
    position: relative;
    display: block;
    padding: 15px;
    background-color: white; }
    @media screen and (max-width: 959px) {
      .p-list-works__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 10px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .p-list-works__item a::before {
      content: url(/asset/svg/org-works.svg);
      display: block;
      position: absolute;
      top: -7px;
      left: 0; }
    .p-list-works__item a:hover {
      opacity: .6; }
  .p-list-works__thmb img {
    width: 100%; }
  @media screen and (max-width: 959px) {
    .p-list-works__thmb {
      width: 120px; } }
  @media screen and (max-width: 959px) {
    .p-list-works__text {
      width: calc(100% - 130px);
      margin-left: 5px; } }
  .p-list-works__text h3 {
    margin: 8px 0;
    font: bold 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 959px) {
      .p-list-works__text h3 {
        font-size: 14px;
        margin: 0 0; } }
  .p-list-works__text p {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px 15px 9px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 959px) {
      .p-list-works__text p {
        font-size: 10px; } }
  .p-list-works.under .p-list-works__item a {
    background-color: #f5f5f5; }
  .p-list-works.under .p-list-works__text p {
    background-color: white; }
.p-list-anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
          column-gap: 10px; }
  .p-list-anchor li a {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px;
    font: normal 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    background-color: white; }
    .p-list-anchor li a b {
      font-weight: bold; }
    .p-list-anchor li a:hover {
      background-color: #f5f5f5; }
    @media screen and (max-width: 959px) {
      .p-list-anchor li a {
        font-size: 14px;
        padding: 10px;
        border: 1px solid #b9b9b9; } }
    .p-list-anchor li a img {
      position: absolute;
      right: 10px;
      bottom: 8px;
      width: 18px; }
      @media screen and (min-width: 960px) {
        .p-list-anchor li a img {
          right: 20px;
          bottom: 17px;
          width: 22px; } }
.p-list-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px; }
  @media screen and (max-width: 959px) {
    .p-list-service {
      grid-template-columns: repeat(1, 1fr); } }
  .p-list-service__item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid black; }
    .p-list-service__item a:hover {
      opacity: .6; }
  .p-list-service__img img {
    width: 180px; }
    @media screen and (max-width: 959px) {
      .p-list-service__img img {
        width: 120px; } }
  .p-list-service__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px;
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      .p-list-service__txt {
        padding-left: 10px;
        padding-right: 20px; } }
    .p-list-service__txt h3 {
      font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      margin-bottom: 10px; }
      @media screen and (max-width: 959px) {
        .p-list-service__txt h3 {
          font-size: 14px;
          margin-bottom: 5px; } }
    .p-list-service__txt p {
      font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 959px) {
        .p-list-service__txt p {
          font-size: 12px; } }
  .p-list-service__arrow {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    @media screen and (max-width: 959px) {
      .p-list-service__arrow {
        bottom: 10px;
        right: 10px; }
        .p-list-service__arrow img {
          width: 20px; } }
.p-list-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-list-plan__item {
    width: calc((100% - 40px)/3); }
  @media screen and (max-width: 959px) {
    .p-list-plan {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-list-plan__item {
        width: 100%; }
        .p-list-plan__item + .p-list-plan__item {
          margin-top: 20px; } }
  .p-list-plan__img img {
    width: 100%; }
.p-list-area {
  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;
  margin-bottom: -5px; }
  .p-list-area > li {
    width: calc((100% - 5px)/2);
    margin-bottom: 5px; }
    @media screen and (min-width: 960px) {
      .p-list-area > li {
        width: calc((100% - 10px)/3); } }
    .p-list-area > li a {
      display: inline-block;
      padding: 5px 15px 8px;
      width: 100%;
      border-radius: 5px;
      color: white;
      background-color: #004B9E;
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      text-align: center; }
.p-list-dl {
  display: grid;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
/* @media screen and (max-width: 600px) { */
@media screen and (max-width: 959px) {
  .p-list-dl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-list-dl {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-list-dl li a {
  margin: 0 0 1.5rem 0;
  display: block;
  text-align: center;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.p-list-dl__img {
  position: relative;
}
.p-list-dl__img::before {
  content: url(/asset/images/icon-dl.svg);
  display: block;
  width: 25px;
  height: 27px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.p-list-dl li a:hover {
  opacity: .6;
}
.p-list-dl li a img {
  width: 100%; 
  border-radius: 10px;
  border: 1px solid #ddd;
  /* aspect-ratio: 3 / 2; */
}
.p-list-dl li a p {
  margin-top: 10px;
  font: normal 14px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .p-list-dl li a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .p-list-dl__img::before {
    bottom: 4%;
    right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .p-list-dl__img::before {
    bottom: 3%;
    right: 3%;
    transform: scale(0.75);
  }
  .p-list-dl li a p {
    font-size: 12px; text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .p-list-dl__img::before {
    width: fit-content;
    height: fit-content;
    padding: 5px 5px 4px 5px;
    border-radius: 5px;
    background: #fff;
    top: 8px;
    right: 8px;
    bottom: unset;
    transform: scale(1);
  }
}

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

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

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

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

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

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

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

  .u-ptb--ll, .u-pbt--ll {
    padding-bottom: 50px !important;
    padding-top: 50px !important; }
  .u-ptb--l, .u-pbt--l {
    padding-bottom: 40px !important;
    padding-top: 40px !important; }
  .u-ptb--m, .u-pbt--m {
    padding-bottom: 30px !important;
    padding-top: 30px !important; }
  .u-ptb--s, .u-pbt--s {
    padding-bottom: 20px !important;
    padding-top: 20px !important; }
  .u-ptb--ss, .u-pbt--ss {
    padding-bottom: 10px !important;
    padding-top: 10px !important; }
  .u-ptb--0, .u-pbt--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .u-pb--ll {
    padding-bottom: 50px !important; }
  .u-pb--l {
    padding-bottom: 40px !important; }
  .u-pb--m {
    padding-bottom: 30px !important; }
  .u-pb--s {
    padding-bottom: 20px !important; }
  .u-pb--ss {
    padding-bottom: 10px !important; }
  .u-pb--0 {
    padding-bottom: 0 !important; }
  .u-pt--ll {
    padding-top: 50px !important; }
  .u-pt--l {
    padding-top: 40px !important; }
  .u-pt--m {
    padding-top: 30px !important; }
  .u-pt--s {
    padding-top: 20px !important; }
  .u-pt--ss {
    padding-top: 10px !important; }
  .u-pt--0 {
    padding-top: 0 !important; } }
.u-text--link {
  text-decoration: underline;
  color: #065fd4; }
  .u-text--link:hover {
    text-decoration: none; }
.u-text--attention {
  color: #00A3E4;
  font-size: 0.8em !important; }
.u-text--center {
  text-align: center !important; }
.u-text--right {
  text-align: right !important; }
.u-text--large {
  font-size: 25px !important;
  letter-spacing: .08em; }
  @media screen and (max-width: 959px) {
    .u-text--large {
      font-size: 20px !important; } }
.u-text--ac {
  color: #00A3E4; }
.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; }
