@charset "UTF-8";
/* ==========================================================================
    Foundation
  ========================================================================== */
.js-typing {
  border-bottom: 2px solid transparent;
  height: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
          animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
}
@-webkit-keyframes typing {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  50% {
    height: 19ch;
  }
  80% {
    height: 19ch;
  }
  100% {
    height: 0;
  }
}
@keyframes typing {
  0% {
    height: 0;
  }
  20% {
    height: 0;
  }
  50% {
    height: 19ch;
  }
  80% {
    height: 19ch;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes caret {
  50% {
    border-bottom-color: currentColor;
  }
}
@keyframes caret {
  50% {
    border-bottom-color: currentColor;
  }
}
@media screen and (max-width: 767px) {
  .js-typing {
    border-right: 2px solid transparent;
    height: auto;
    border-bottom: none;
    width: 0;
    margin: 0 auto;
    -webkit-animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
            animation: typing 5s steps(10) 1s infinite, caret 0.5s steps(1) infinite;
  }
  @-webkit-keyframes typing {
    0% {
      width: 0;
    }
    20% {
      width: 0;
    }
    50% {
      width: 11em;
    }
    80% {
      width: 11em;
    }
    100% {
      width: 0;
    }
  }
  @keyframes typing {
    0% {
      width: 0;
    }
    20% {
      width: 0;
    }
    50% {
      width: 11em;
    }
    80% {
      width: 11em;
    }
    100% {
      width: 0;
    }
  }
  @-webkit-keyframes caret {
    50% {
      border-right-color: currentColor;
    }
  }
  @keyframes caret {
    50% {
      border-right-color: currentColor;
    }
  }
}

.js-clipPath {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.5s ease-out;
  transition: -webkit-clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out;
  transition: clip-path 0.5s ease-out, -webkit-clip-path 0.5s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.js-clipPath.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.js-fadeUp {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeUp[data-duration=".1s"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-fadeUp[data-duration=".2s"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

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

/*  Base
  ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

body img {
  width: 100%;
}

body a {
  display: inline-block;
}

/* ==========================================================================
  Layout
  ========================================================================== */
/*  l-header
----------------------------------------------------------------- */
.l-header {
  background: transparent;
  position: fixed;
  z-index: 5000;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.l-header.active {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header.open::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 8px 15px 70px;
}
@media screen and (max-width: 1400px) {
  .l-header__inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 20px 15px;
  }
}
.l-header__logo {
  width: 187px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 141px;
    margin: 0;
  }
}
.l-header__logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  line-height: 1;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    height: auto;
    background-color: #252525;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 75px 60px 150px;
  }
  .l-header__menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header__menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-header__menu__item + li:not(:last-of-type) {
  margin: 0 0 0 70px;
}
@media screen and (max-width: 1400px) {
  .l-header__menu__item + li:not(:last-of-type) {
    margin: 0 0 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu__item + li:not(:last-of-type) {
    margin: unset;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu__item + li:not(:first-of-type) {
    margin: 35px 0 0;
  }
}
.l-header__menu__item a {
  position: relative;
  z-index: 10;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu__item a::before {
  content: " ";
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fb8b1e;
  z-index: -10;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .l-header__menu__item a::before {
    height: 3px;
  }
}
.l-header__menu__item a:hover::before, .l-header__menu__item a.current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (max-width: 767px) {
  .l-header__menu__item a:hover::before, .l-header__menu__item a.current::before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.l-header__menu__item a.current {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header__menu__item a {
    color: #fff;
    font-size: 2.4rem;
    display: inline-block;
    height: auto;
  }
}
.l-header__menu__cta {
  margin: 0 0 0 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-header__menu__cta a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #252525;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 2px solid #252525;
  font-size: 1.8rem;
  border-radius: 35px;
  padding: 17px 56px 17px 20px;
}
.l-header__menu__cta a:hover {
  background: #fff;
  color: #252525;
}
@media screen and (max-width: 1024px) {
  .l-header__menu__cta a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu__cta a {
    background: unset;
    border-radius: unset;
    padding: 0;
    font-size: 2.4rem;
  }
}
.l-header__menu__cta a::before {
  content: "";
  background: url(../img/common/header_btn_icon.png) no-repeat center/contain;
  display: inline-block;
  width: 72px;
  height: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .l-header__menu__cta a::before {
    content: none;
  }
}
.l-header__menu__bottom {
  margin: 35px 0 0;
}
.l-header__sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__sns__item {
  width: 25px;
}
.l-header__sns__item + li {
  margin: 0 0 0 50px;
}
.l-header__sns__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__sns__item a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-header__toggle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  z-index: 100;
  margin: 0 0 5px;
  right: 20px;
  top: 30px;
  position: absolute;
}
.l-header__toggle.active {
  margin: 0;
  font-size: 0;
}
.l-header__toggle::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__toggle__line--up, .l-header__toggle__line--down {
  display: inline-block;
  background: #252525;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.l-header__toggle__line--up {
  margin-top: -5px;
}
.l-header__toggle__line--down {
  margin-top: 5px;
}
.l-header__toggle.active .l-header__toggle__line--up, .l-header__toggle.active .l-header__toggle__line--down {
  -webkit-transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: margin 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.l-header__toggle__line--up::before, .l-header__toggle__line--down::before {
  content: "";
  display: block;
  background: #252525;
  width: 100%;
  height: 100%;
}
.l-header__toggle.active .l-header__toggle__line--up::before, .l-header__toggle.active .l-header__toggle__line--down::before {
  background: #fff;
}
.l-header__toggle.active .l-header__toggle__line--up {
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__toggle.active .l-header__toggle__line--down {
  margin: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*  l-main
----------------------------------------------------------------- */
/*  l-inner
----------------------------------------------------------------- */
.l-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 15px;
    width: 100%;
  }
}
.l-inner--narrow {
  max-width: 860px;
}

/*  l-footer
----------------------------------------------------------------- */
.l-footer {
  background: #252525;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: 70px 0 0;
  }
}
.l-footer__inner {
  padding: 50px 50px 70px 95px;
}
@media screen and (max-width: 1400px) {
  .l-footer__inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 45px 15px 30px 50px;
  }
}
.l-footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__logo {
  width: 224px;
  margin: 0 20px 15px 0;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo {
    margin: 0 20px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 149px;
    margin: 0;
  }
}
.l-footer__logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__logo a:hover {
  opacity: 0.7;
}
.l-footer__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__nav__item + li {
  margin: 0 0 0 70px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav__item + li {
    margin: 0 0 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__item + li {
    margin: 30px 0 0;
  }
}
.l-footer__nav__item a {
  position: relative;
  z-index: 10;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 1.8rem;
}
.l-footer__nav__item a::before {
  content: " ";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fb8b1e;
  z-index: -10;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-footer__nav__item a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (max-width: 767px) {
  .l-footer__nav__item a:hover::before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__item a {
    font-size: 1.4rem;
  }
}
.l-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 0;
  }
}
.l-footer__sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__sns__list {
    margin: 20px 0 0;
  }
}
.l-footer__sns__item {
  width: 25px;
}
.l-footer__sns__item + li {
  margin: 0 0 0 40px;
}
.l-footer__sns__item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__sns__item a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.l-footer__copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*  l-employment
  ----------------------------------------------------------------- */
.l-employment {
  margin: 75px 0 0;
  padding: 0 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-employment {
    margin: 30px 0 0;
    padding: 0 0 50px;
  }
}
.l-employment__box {
  background: #fff;
  border: 5px solid #252525;
  padding: 75px 235px 90px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .l-employment__box {
    padding: 75px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-employment__box {
    padding: 35px 35px 45px 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-employment__box::after {
  content: "";
  background: url(../img/common/employment.png) no-repeat center/contain;
  display: inline-block;
  width: 200px;
  height: 263px;
  position: absolute;
  bottom: -80px;
  right: -70px;
  z-index: -10;
}
@media screen and (max-width: 1400px) {
  .l-employment__box::after {
    right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-employment__box::after {
    width: 100px;
    height: 131.5px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .l-employment__box::after {
    right: unset;
    left: -15px;
    bottom: -35px;
  }
}
@media screen and (max-width: 1400px) {
  .l-employment__ttl {
    margin: 0 40px 0 0;
  }
}
.l-employment__desc {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-employment__desc {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
    margin: 15px 0 0;
  }
}
.l-employment__cta {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .l-employment__cta {
    margin: 35px 0 0;
    text-align: right;
  }
}

/*  l-news
  ----------------------------------------------------------------- */
.l-news {
  margin: 0 0 100px;
  padding: 60px 0 80px;
  background: #ebeff1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-news {
    margin: 0;
    padding: 45px 0 55px;
  }
}
.l-news::after {
  content: "";
  background: url(../../img/common/news.png) no-repeat center/contain;
  display: inline-block;
  width: 222px;
  height: 168px;
  position: absolute;
  top: -30px;
  left: 315px;
}
@media screen and (max-width: 767px) {
  .l-news::after {
    width: 74px;
    height: 56px;
    top: 32px;
    left: 130px;
  }
}
.l-news__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-news__content {
  margin: 50px auto 0;
  max-width: 100%;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .l-news__content {
    margin: 30px auto 0;
  }
}
.l-news__item + li {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .l-news__item + li {
    margin: 5px 0 0;
  }
}
.l-news__item a {
  padding: 10px 0;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-news__item a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  inset: 0 0 0 0;
  background: #fff;
  z-index: -10;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  left: -10px;
}
@media screen and (max-width: 767px) {
  .l-news__item a::before {
    content: none;
  }
}
.l-news__item a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .l-news__item a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px 0;
  }
}
.l-news__item__date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.l-news__item__category {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  background: #252525;
  color: #fff;
  margin: 0 0 0 20px;
  padding: 5px 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 22%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-news__item__category {
    font-size: 1.3rem;
    margin: 0 0 0 15px;
    padding: 2px 0;
    width: 110px;
  }
}
.l-news__item__ttl {
  margin: 0 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-news__item__ttl {
    width: 100%;
    margin: 15px 0 0;
  }
}
.l-news__link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  margin: 40px 0 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-news__link {
    margin: 40px 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-news__link {
    font-size: 1.6rem;
    margin: 30px 10px 0 0;
  }
}
.l-news__link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 0 0 10px;
}
.l-news__link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-news__link a {
    padding: 0 0 6px;
  }
}
.l-news__link a::before, .l-news__link a::after {
  content: "";
  display: inline-block;
}
.l-news__link a::before {
  background: #252525;
  height: 4px;
  width: 164px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .l-news__link a::before {
    height: 2px;
    width: 123px;
  }
}
.l-news__link a:hover::before {
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
}
.l-news__link a::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0 1px 15px;
}
@media screen and (max-width: 767px) {
  .l-news__link a::after {
    width: 7px;
    height: 7px;
    margin: 0 0 2px 10px;
  }
}

/*  l-contact
  ----------------------------------------------------------------- */
.l-contact {
  padding: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 50px 0 0;
  }
}
.l-contact__box a {
  background: #f7e9d3;
  padding: 75px 165px 90px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-contact__box a {
    padding: 75px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 30px;
  }
}
.l-contact__box a:hover {
  background: #252525;
  color: #fff;
}
.l-contact__box a:hover .l-contact__ttl--sub::before {
  background: #fff;
}
.l-contact__box a::after {
  display: inline-block;
  content: "";
  background: url(../img/common/contact_link_icon.png) no-repeat center/contain;
  width: 77px;
  height: 79px;
  position: absolute;
  right: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .l-contact__box a::after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__box a::after {
    width: 38.5px;
    height: 39.5px;
    right: 14px;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 30px;
  }
}
.l-contact__ttl {
  margin: 0 90px 0 0;
}
@media screen and (max-width: 1024px) {
  .l-contact__ttl {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__ttl {
    margin: 0;
  }
}
.l-contact__ttl--sub {
  text-align: center;
}
.l-contact__ttl--sub.c-ttl--sub::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-contact__ttl--sub.c-ttl--sub::before {
    content: none;
  }
}
.l-contact__catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-contact__catch {
    font-size: 1.4rem;
    margin: 20px 0 0;
    width: 100%;
  }
}

/*  c-ttl
  ----------------------------------------------------------------- */
.c-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: ltc-broadway, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .c-ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 2.4rem;
  }
}
.c-ttl--sm {
  font-size: 4.2rem;
}
@media screen and (max-width: 1024px) {
  .c-ttl--sm {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl--sm {
    font-size: 2.4rem;
  }
}
.c-ttl--white {
  color: #fff;
}
.c-ttl--white .c-ttl--sub::before {
  background: #fff;
}
.c-ttl--sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin: 20px 0 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-ttl--sub {
    font-size: 1.5rem;
    margin: 10px 0 0;
  }
}
.c-ttl--sub::before {
  content: "";
  background: #252525;
  display: inline-block;
  width: 51px;
  height: 2px;
  vertical-align: super;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .c-ttl--sub::before {
    width: 25px;
    margin: 0 12px 0 0;
  }
}
.c-ttl--sub--sm {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl--sub--sm {
    font-size: 1.5rem;
  }
}

/*  c-btn
  ----------------------------------------------------------------- */
.c-btn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  border-radius: 40px;
  color: #fff;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn--robocos {
  background: #006bc9;
  border: 2px solid #006bc9;
  font-size: 2.4rem;
  width: 360px;
  padding: 18px 0;
  position: relative;
}
.c-btn--robocos:hover {
  background: #fff;
  color: #006bc9;
}
.c-btn--robocos::before {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn--robocos:hover::before {
  background: #006bc9;
}
.c-btn--robocos::after {
  background: url(../img/top/top_link_icon.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn--robocos:hover::after {
  background: url(../img/top/top_link_icon_active.svg) no-repeat center/contain;
}
.c-btn--robocos span::before {
  background: url(../img/top/top_btn--blue_icon.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn--robocos:hover span::before {
  background: url(../img/top/top_btn--blue_icon_active.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn--robocos {
    font-size: 1.8rem;
    width: 270px;
    padding: 15px 0;
  }
}
.c-btn--robocos::before, .c-btn--robocos::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.c-btn--robocos::before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn--robocos::before {
    width: 33px;
    height: 33px;
    right: 13px;
  }
}
.c-btn--robocos::after {
  width: 18px;
  height: 18px;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn--robocos::after {
    width: 13px;
    height: 13px;
    right: 22px;
  }
}
.c-btn--robocos span {
  position: relative;
  letter-spacing: 0em;
}
.c-btn--robocos span::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 36px;
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn--robocos span::before {
    width: 21.5px;
    height: 25.5px;
    left: -25px;
  }
}
.c-btn--employment {
  background: #fb8b1e;
  border: 2px solid #fb8b1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 280px;
  padding: 16px 0 16px 40px;
  position: relative;
}
.c-btn--employment:hover {
  background: #fff;
  color: #fb8b1e;
}
.c-btn--employment::before {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn--employment:hover::before {
  background: #fb8b1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn--employment::after {
  border-top: 2px solid #fb8b1e;
  border-right: 2px solid #fb8b1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-btn--employment:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
@media screen and (max-width: 767px) {
  .c-btn--employment:hover::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-btn--employment {
    width: 210px;
    font-size: 1.2rem;
    padding: 12px 0 12px 30px;
    text-align: left;
  }
}
.c-btn--employment::before, .c-btn--employment::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.c-btn--employment::before {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn--employment::before {
    width: 30px;
    height: 30px;
    right: 7px;
  }
}
.c-btn--employment::after {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  right: 28px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .c-btn--employment::after {
    width: 7px;
    height: 7px;
    top: 19px;
    right: 19px;
  }
}
.c-btn--submit {
  background: #fb8b1e;
  border: 2px solid #fb8b1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2rem;
  width: 320px;
  padding: 20px 1em;
}
.c-btn--submit:hover {
  background: #fff;
  color: #fb8b1e;
}
@media screen and (max-width: 767px) {
  .c-btn--submit {
    width: 240px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

/*  p-top
----------------------------------------------------------------- */
.p-top-mv {
  background: #e0e6ea;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.p-top-mv__inner {
  padding: 410px 20px 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    padding: 220px 15px 85px;
  }
}
.p-top-mv__bg {
  position: absolute;
  top: calc(50% - 150px);
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    left: calc(50% - 115px);
    top: 0;
  }
}
.p-top-mv__bg-txt--01 {
  -webkit-animation: txtScroll 8s linear infinite;
          animation: txtScroll 8s linear infinite;
}
@-webkit-keyframes txtScroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes txtScroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes txtScroll {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  @keyframes txtScroll {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
}
.p-top-mv__bg-txt--01 img {
  width: 1530px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-txt--01 img {
    width: 90px;
    margin: 0;
  }
}
.p-top-mv__bg-txt--02 {
  -webkit-animation: txtScroll 10s linear infinite;
          animation: txtScroll 10s linear infinite;
  margin: 60px 0 0;
}
@keyframes txtScroll {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes txtScroll {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
  @keyframes txtScroll {
    0% {
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
    }
    100% {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-txt--02 {
    margin: 0 65px 0 0;
  }
}
.p-top-mv__bg-txt--02 img {
  width: 1650px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-txt--02 img {
    width: 73.5px;
    margin: 0;
  }
}
.p-top-mv__catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 120px;
  right: 90px;
  font-size: 4.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__catch {
    font-size: 4.2rem;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch {
    font-size: 3rem;
    position: static;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-align: center;
  }
}
.p-top-mv__txt {
  margin: 0 160px 0 110px;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__txt {
    margin: 0 120px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__txt {
    margin: 160px 0 0;
  }
}
.p-top-mv__txt__desc {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__txt__desc {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__txt__desc {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
}

.p-top-intro__inner {
  position: relative;
  z-index: 20;
}
.p-top-intro__box {
  background: #fff;
  border: 5px solid #252525;
  padding: 90px 50px 100px 100px;
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .p-top-intro__box {
    padding: 90px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-intro__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__box {
    border: 3px solid #252525;
    padding: 40px 20px;
    top: -70px;
  }
}
@media screen and (max-width: 1400px) {
  .p-top-intro__left {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__left {
    margin: 0;
  }
}
.p-top-intro__catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  margin: 65px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-top-intro__catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__catch {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
}
.p-top-intro__desc {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-intro__desc {
    margin: 40px 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__desc {
    font-size: 1.4rem;
    margin: 15px 0 0;
  }
}

.p-top-service {
  -webkit-animation: bgMove 10s linear infinite;
          animation: bgMove 10s linear infinite;
  background-image: url(../img/top/top_service_bg_cloud01.png), url(../img/top/top_service_bg_cloud02.png), url(../img/top/top_service_bg_cloud03.png), url(../img/top/top_service_bg_dotted03.png), url(../img/top/top_service_bg_cloud04.png), url(../img/top/top_service_bg_cloud05.png), url(../img/top/top_service_bg_sun.png), url(../img/top/top_service_bg_dotted01.png), url(../img/top/top_service_bg_dotted01.png), url(../img/top/top_service_bg_dotted02.png), url(../img/top/top_service_bg.png);
  background-repeat: no-repeat;
  background-position: top -128.5px center, bottom -265px left 61%, bottom -154px left 57%, bottom 133.5px left 10%, bottom -62.5px left calc(50% - 200px), bottom -5px center, top -77px right 20%, top 214px left 11%, top 150px left 39.5%, bottom 210px right calc(50% - 570px), center;
  background-size: auto 257.5px, auto 494px, auto 329px, auto 117px, auto 257.5px, auto 234.5px, auto 323px, auto 67px, auto 114px, auto, cover;
  padding: 240px 0 270px;
  margin: -215px 0 0;
  position: relative;
}
@-webkit-keyframes bgMove {
  0% {
    background-position: top -128.5px center, bottom -265px left 61%, bottom -154px left 57%, bottom 133.5px left 10%, bottom -62.5px left calc(50% - 200px), bottom -5px center, top -77px right 20%, top 214px left 11%, top 150px left 39.5%, bottom 210px right calc(50% - 570px), center;
  }
  50% {
    background-position: top -128.5px center, bottom -265px left 66%, bottom -154px left 80%, bottom 133.5px left 10%, bottom -62.5px left calc(50% - 150px), bottom -5px center, top -77px right 20%, top 214px left 11%, top 150px left 39.5%, bottom 210px right calc(50% - 570px), center;
  }
  100% {
    background-position: top -128.5px center, bottom -265px left 61%, bottom -154px left 57%, bottom 133.5px left 10%, bottom -62.5px left calc(50% - 200px), bottom -5px center, top -77px right 20%, top 214px left 11%, top 150px left 39.5%, bottom 210px right calc(50% - 570px), center;
  }
}
@keyframes bgMove {
  0% {
    background-position: top -128.5px center, bottom -265px left 61%, bottom -154px left 57%, bottom 133.5px left 10%, bottom -62.5px left calc(50% - 200px), bottom -5px center, top -77px right 20%, top 214px left 11%, top 150px left 39.5%, bottom 210px right calc(50% - 570px), center;
  }
  50% {
    background-position: top -128.5px center, bottom -265px left 66%, bottom -154px left 80%, bottom 133.5px left 10%, bottom -62.5px left calc(50% - 150px), bottom -5px center, top -77px right 20%, top 214px left 11%, top 150px left 39.5%, bottom 210px right calc(50% - 570px), center;
  }
  100% {
    background-position: top -128.5px center, bottom -265px left 61%, bottom -154px left 57%, bottom 133.5px left 10%, bottom -62.5px left calc(50% - 200px), bottom -5px center, top -77px right 20%, top 214px left 11%, top 150px left 39.5%, bottom 210px right calc(50% - 570px), center;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes bgMove {
    0% {
      background-position: top -167.5px left 43%, bottom -215px left 52%, bottom -120px left 44%, bottom 80px left -18%, bottom -43.5px left 65%, bottom 5px left 30%, top -112px right calc(50% - 115px), top 141px left -13%, top 174px right -28%, center;
    }
    50% {
      background-position: top -167.5px left 48%, bottom -215px left 57%, bottom -120px left 49%, bottom 80px left -18%, bottom -43.5px left 70%, bottom 5px left 35%, top -112px right calc(50% - 115px), top 141px left -13%, top 174px right -28%, center;
    }
    100% {
      background-position: top -167.5px left 43%, bottom -215px left 52%, bottom -120px left 44%, bottom 80px left -18%, bottom -43.5px left 65%, bottom 5px left 30%, top -112px right calc(50% - 115px), top 141px left -13%, top 174px right -28%, center;
    }
  }
  @keyframes bgMove {
    0% {
      background-position: top -167.5px left 43%, bottom -215px left 52%, bottom -120px left 44%, bottom 80px left -18%, bottom -43.5px left 65%, bottom 5px left 30%, top -112px right calc(50% - 115px), top 141px left -13%, top 174px right -28%, center;
    }
    50% {
      background-position: top -167.5px left 48%, bottom -215px left 57%, bottom -120px left 49%, bottom 80px left -18%, bottom -43.5px left 70%, bottom 5px left 35%, top -112px right calc(50% - 115px), top 141px left -13%, top 174px right -28%, center;
    }
    100% {
      background-position: top -167.5px left 43%, bottom -215px left 52%, bottom -120px left 44%, bottom 80px left -18%, bottom -43.5px left 65%, bottom 5px left 30%, top -112px right calc(50% - 115px), top 141px left -13%, top 174px right -28%, center;
    }
  }
}
@media screen and (max-width: 767px) {
  .p-top-service {
    background-image: url(../img/top/top_service_bg_cloud01.png), url(../img/top/top_service_bg_cloud02.png), url(../img/top/top_service_bg_cloud03.png), url(../img/top/top_service_bg_dotted03.png), url(../img/top/top_service_bg_cloud04.png), url(../img/top/top_service_bg_cloud05.png), url(../img/top/top_service_bg_sun.png), url(../img/top/top_service_bg_dotted01.png), url(../img/top/top_service_bg_dotted02.png), url(../img/top/top_service_bg.png);
    background-position: top -167.5px left 43%, bottom -215px left 52%, bottom -120px left 44%, bottom 80px left -18%, bottom -43.5px left 65%, bottom 5px left 30%, top -112px right calc(50% - 115px), top 141px left -13%, top 174px right -28%, center;
    background-size: auto 226px, auto 419px, auto 279px, auto 99.5px, auto 218.5px, auto 199px, auto 274px, auto 57px, auto 112.5px, cover;
    padding: 115px 0 235px;
    margin: -95px 0 0;
  }
}
.p-top-service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-top-service__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-service__ttl {
  margin: 0 20px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-top-service__desc {
  color: #fff;
  font-size: 1.8rem;
  width: 550px;
}
@media screen and (max-width: 1024px) {
  .p-top-service__desc {
    margin: 40px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__desc {
    font-size: 1.4rem;
    margin: 30px 0 0;
  }
}

.p-top-feature {
  margin: -90px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-feature {
    margin: -45px 0 0;
  }
}
.p-top-feature__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  color: #1a4c9f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  line-height: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-top-feature__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-feature__ttl__img {
  width: 314px;
  margin: 0 30px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-feature__ttl__img {
    width: 280px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__ttl__img {
    width: 188.5px;
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-feature__ttl__img {
    margin: 0 0 15px;
  }
}
.p-top-feature__list {
  margin: 90px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 35px 0 0;
  }
}
.p-top-feature__item {
  background: #ebeff1;
  width: calc((100% - 60px) / 3);
  padding: 45px 30px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item {
    width: 100%;
    padding: 35px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-feature__item + li {
    margin: 35px 0 0;
  }
}
.p-top-feature__item__num {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: ltc-broadway, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 3rem;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item__num {
    font-size: 2.4rem;
    left: 12px;
    top: -17px;
  }
}
.p-top-feature__item__num::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #252525;
  position: absolute;
  left: 50%;
  top: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .p-top-feature__item__num::before {
    top: calc(50% - 2px);
    width: 40px;
    height: 40px;
  }
}
.p-top-feature__item__desc {
  margin: 20px 0 0;
}
.p-top-feature__cta {
  margin: 55px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-feature__cta {
    margin: 30px 0 0;
  }
}

.p-top-value {
  background: #f9f9f9;
  margin: 75px 0 0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-top-value {
    margin: 35px 0 0;
    padding: 30px 0 35px;
  }
}
.p-top-value__list {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-value__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 0;
  }
}
.p-top-value__item {
  width: 33.3333333333%;
  padding: 30px 50px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top-value__item {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-value__item {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 55px 0 20px;
  }
}
.p-top-value__item + li {
  border-left: 4px solid #252525;
}
@media screen and (max-width: 767px) {
  .p-top-value__item + li {
    border-left: unset;
    border-top: 2px solid #252525;
  }
}
.p-top-value__item__num {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: ltc-broadway, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-value__item__num {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-value__item__num {
    font-size: 2.4rem;
  }
}
.p-top-value__item__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 26px;
  margin: 40px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-value__item__ttl {
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}
.p-top-value__item__desc {
  margin: 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-top-value__item__desc {
    margin: 15px 0 0;
  }
}
.p-top-value__item__img {
  height: 100%;
  max-width: 100%;
  width: 254px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-value__item__img {
    position: absolute;
    height: auto;
    right: 20px;
    top: 20px;
    width: 100px;
    margin: 0;
  }
}
.p-top-value__item__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-value__item__img img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
  }
}

/*  p-mv
----------------------------------------------------------------- */
.p-mv {
  background: #e0e6ea;
  padding: 210px 0 90px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 105px 0 45px;
  }
}
.p-mv__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: ltc-broadway, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 2.4rem;
  }
}
.p-mv__ttl--sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl--sub {
    font-size: 1.5rem;
    margin: 3px 0 0;
  }
}

/*  p-concept
----------------------------------------------------------------- */
.p-concept__item {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-concept__item {
    padding: 50px 0;
  }
}
.p-concept__item--colored {
  background: #f9f9f9;
}
.p-concept__item__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-concept__item__ttl {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-concept__item__ttl__num {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: ltc-broadway, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  margin: 0 20px 0 0;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .p-concept__item__ttl__num {
    font-size: 3rem;
    display: block;
    margin: 0;
  }
}
.p-concept__item__desc {
  margin: 55px 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept__item__desc {
    margin: 30px 0 0;
  }
}
.p-concept__inlist--column3 {
  margin: 70px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-concept__inlist--column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px 0 0;
  }
}
.p-concept__initem--column3 {
  width: 33.3333333333%;
  padding: 10px 50px 10px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-concept__initem--column3 {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__initem--column3 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0;
  }
}
.p-concept__initem--column3 + li {
  border-left: 4px solid #252525;
}
@media screen and (max-width: 767px) {
  .p-concept__initem--column3 + li {
    border-left: unset;
    border-top: 2px solid #252525;
  }
}
.p-concept__initem__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept__initem__ttl {
    font-size: 1.6rem;
  }
}
.p-concept__initem__desc {
  margin: 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-concept__initem__desc {
    margin: 15px 0 0;
  }
}
.p-concept__initem__img--column3 {
  height: 100%;
  max-width: 100%;
  width: 288px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept__initem__img--column3 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 121px;
    margin: 0 0 0 30px;
  }
}
.p-concept__initem__img--column3 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-concept__initem__img--column3 img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
  }
}
.p-concept__inlist--column2 {
  margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept__inlist--column2 {
    margin: 35px 0 0;
  }
}
.p-concept__initem--column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-concept__initem--column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-concept__initem--column2 + li {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept__initem--column2 + li {
    margin: 40px 0 0;
  }
}
.p-concept__initem__img--column2 {
  width: 305px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-concept__initem__img--column2 {
    width: 152.5px;
  }
}
.p-concept__initem__txt--column2 {
  margin: 0 0 0 65px;
}
@media screen and (max-width: 767px) {
  .p-concept__initem__txt--column2 {
    margin: 35px 0 0;
  }
}

/*  p-company
----------------------------------------------------------------- */
.p-company-greeting {
  padding: 100px 0 105px;
  background: url(../img/company/company_greeting_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-company-greeting {
    background: url(../img/company/company_greeting_bg.png) no-repeat left -110px center/cover;
    padding: 50px 0;
  }
}
.p-company-greeting__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-greeting__txt {
  margin: 0 45px 0 80px;
}
@media screen and (max-width: 1024px) {
  .p-company-greeting__txt {
    margin: 0 20px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-greeting__txt {
    margin: 30px 0 0;
  }
}
.p-company-greeting__desc {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__desc {
    line-height: 1.7;
  }
}
.p-company-greeting__sign {
  text-align: right;
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__sign {
    font-size: 1.2rem;
    margin: 25px 20px 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-company-greeting__sign__name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "HG行書体", "HGP行書体", "STKaiti", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", cursive;
  font-size: 3.6rem;
  margin: 0 0 0 18px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-company-greeting__sign__name {
    font-size: 2.4rem;
    margin: 0;
  }
}

.p-company-profile {
  margin: 50px 0 0;
}
.p-company-profile__data {
  margin: 75px 0 0;
  padding: 50px;
  border-top: 4px solid #252525;
  border-bottom: 4px solid #252525;
}
@media screen and (max-width: 767px) {
  .p-company-profile__data {
    margin: 30px 0 0;
    padding: 20px 0;
    border-top: 2px solid #252525;
    border-bottom: 2px solid #252525;
  }
}
.p-company-profile__data__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-company-profile__data__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-profile__data__item + div {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-profile__data__item + div {
    margin: 10px 0 0;
  }
}
.p-company-profile__data__item dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 110px;
  margin: 0 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-profile__data__item dt {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile__data__item dd {
    margin: 5px 0 0;
  }
}
.p-company-profile__data__item dd li {
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}

.p-company-map {
  margin: 170px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-map {
    margin: 60px 0 0;
  }
}
.p-company-map__address {
  font-size: 2.2rem;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-map__address {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
.p-company-map__gmap {
  width: 100%;
  height: 500px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company-map__gmap {
    height: 350px;
    margin: 20px 0 0;
  }
}
.p-company-map__gmap iframe {
  width: 100%;
  height: 100%;
}
.p-company-map__gmap .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.p-company-history {
  padding: 80px 0 90px;
  background: #ebeff1;
}
@media screen and (max-width: 767px) {
  .p-company-history {
    padding: 35px 0;
  }
}
.p-company-history__data {
  margin: 85px auto 0;
  width: 100%;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .p-company-history__data {
    margin: 24px 0 0;
  }
}
.p-company-history__data__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-company-history__data__item dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-company-history__data__item dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: 1.3;
  }
}
.p-company-history__data__item dt::before {
  content: "";
  background: #fb8b1e;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .p-company-history__data__item dt::before {
    width: 14px;
    height: 14px;
    right: -25px;
  }
}
.p-company-history__data__item dd {
  padding: 0 0 0 105px;
}
@media screen and (max-width: 767px) {
  .p-company-history__data__item dd {
    padding: 0 0 0 34px;
  }
}
.p-company-history__data__item:not(:last-of-type) dd {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-history__data__item:not(:last-of-type) dd {
    padding-bottom: 25px;
  }
}
.p-company-history__data__item:not(:last-of-type) dd::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 41px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .p-company-history__data__item:not(:last-of-type) dd::before {
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-history__year {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-history__period {
    display: none;
  }
}
/*  p-archive
----------------------------------------------------------------- */
.p-archive {
  margin: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .p-archive {
    margin: 25px 0 0;
  }
}
.p-archive__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-archive__category__item + li {
  margin: 0 0 0 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-archive__category__item + li {
    margin: 0 0 0 18px;
  }
}
.p-archive__category__item + li::before {
  content: "/";
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-archive__category__item + li::before {
    left: -12px;
  }
}
.p-archive__category__item a.current {
  pointer-events: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}
.p-archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-archive__list {
    margin: 15px 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-archive__item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-archive__item {
    width: calc((100% - 15px) / 2);
  }
}
.p-archive__item:not(:nth-of-type(3n - 2)) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-archive__item:not(:nth-of-type(3n - 2)) {
    margin-left: 0;
  }
}
.p-archive__item a {
  width: 100%;
}
.p-archive__item__img {
  background: #ebeff1;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .p-archive__item__img {
    height: 145px;
  }
}
.p-archive__item__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-archive__item__txt {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .p-archive__item__txt {
    margin: 12px 0 0;
  }
}
.p-archive__item__date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-archive__item__date {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-archive__item__category {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background: #252525;
  padding: 7px 15px;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 1024px) {
  .p-archive__item__category {
    font-size: 1.3rem;
    padding: 7px 5px;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__item__category {
    font-size: 1.1rem;
    padding: 2px;
  }
}
@media screen and (max-width: 374px) {
  .p-archive__item__category {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.p-archive__item__ttl {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .p-archive__item__ttl {
    margin: 8px 0 0;
  }
}
.p-archive .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-archive .wp-pagenavi a,
.p-archive .wp-pagenavi span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-archive .wp-pagenavi a,
.p-archive .wp-pagenavi span {
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    margin: 0 8px;
  }
}
.p-archive .wp-pagenavi a {
  background: #e0e6ea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-archive .wp-pagenavi a:hover {
  background: #252525;
  color: #fff;
}
.p-archive .wp-pagenavi span {
  background: #252525;
  color: #fff;
}
.p-archive .wp-pagenavi a.first,
.p-archive .wp-pagenavi a.last {
  display: inline-block;
  padding: 2px 0;
  text-align: center;
}

/*  p-single
----------------------------------------------------------------- */
.p-single {
  margin: 90px 0 135px;
}
@media screen and (max-width: 767px) {
  .p-single {
    margin: 25px 0 0;
  }
}
.p-single__content {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.p-single__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    font-size: 1.6rem;
  }
}
.p-single__eyecatch {
  background: #ebeff1;
  margin: 25px 0 0;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .p-single__eyecatch {
    margin: 12px 0 0;
    height: 145px;
  }
}
.p-single__eyecatch img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-single__txt {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .p-single__txt {
    margin: 12px 0 0;
  }
}
.p-single__date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 1.2rem;
  }
}
.p-single__category {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background: #252525;
  padding: 7px 15px;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 1024px) {
  .p-single__category {
    font-size: 1.3rem;
    padding: 7px 5px;
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 1.1rem;
    padding: 2px;
  }
}
.p-single__desc {
  line-height: 2.2;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .p-single__desc {
    margin: 8px 0 0;
  }
}
.p-single__back {
  text-align: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-single__back {
    margin: 30px 0 0;
  }
}
.p-single__back a {
  position: relative;
  line-height: 1;
  margin: 0 50px 0 0;
}
.p-single__back a::before {
  background: #ebeff1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-single__back a:hover::before {
  background: #252525;
}
.p-single__back a::after {
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-single__back a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  .p-single__back a:hover::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .p-single__back a {
    margin: 0 50px 0 0;
  }
}
.p-single__back a::before, .p-single__back a::after {
  content: "";
  display: inline-block;
}
.p-single__back a::before {
  background: #ebeff1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px 6px 0;
}
@media screen and (max-width: 767px) {
  .p-single__back a::before {
    width: 30px;
    height: 30px;
    margin: 0 10px 3px 0;
  }
}
.p-single__back a::after {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  vertical-align: middle;
  left: 17px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-single__back a::after {
    width: 7px;
    height: 7px;
    left: 13px;
    top: 12px;
  }
}

/*  p-contact
----------------------------------------------------------------- */
.p-contact {
  margin: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin: 50px 0 0;
  }
}
.p-contact__desc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__desc {
    text-align: left;
  }
}
.p-contact__form {
  margin: 70px auto 0;
  width: 900px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin: 40px auto 0;
  }
}
.p-contact__form .wpcf7-spinner {
  display: none;
}
.p-contact__form__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__form__ttl {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-contact__form__body {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form__body {
    margin: 20px 0 0;
  }
}
.p-contact__form__body .wpcf7-list-item-label {
  cursor: pointer;
}
.p-contact__tbl {
  width: 100%;
  margin: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl {
    margin: 0;
  }
}
.p-contact__tbl tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact__tbl tr + tr {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl tr + tr {
    margin: 15px 0 0;
  }
}
.p-contact__tbl tr th {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}
.p-contact__tbl tr th span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl tr th span {
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
}
.p-contact__tbl .p-contact__tbl__radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__radio {
    padding: 0 0 23px;
  }
}
.p-contact__tbl .p-contact__tbl__radio td {
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__radio td {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__radio .wpcf7-list-item {
    width: 100%;
  }
}
.p-contact__tbl .p-contact__tbl__radio .wpcf7-list-item:first-of-type {
  margin: 0;
}
.p-contact__tbl .p-contact__tbl__radio .wpcf7-list-item + span {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__radio .wpcf7-list-item + span {
    margin: 22px 0 0;
  }
}
.p-contact__tbl .p-contact__tbl__txt th, .p-contact__tbl .p-contact__tbl__box th {
  width: 200px;
}
.p-contact__tbl .p-contact__tbl__txt td, .p-contact__tbl .p-contact__tbl__box td {
  width: calc(100% - 200px);
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__txt td, .p-contact__tbl .p-contact__tbl__box td {
    width: 100%;
    margin: 8px 0 0;
  }
}
.p-contact__tbl .p-contact__tbl__txt td input, .p-contact__tbl .p-contact__tbl__box td textarea {
  background: #ebeff1;
  width: 100%;
  border-radius: 6px;
  padding: 10px 1em;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__txt td input, .p-contact__tbl .p-contact__tbl__box td textarea {
    padding: 8px 1em;
  }
}
.p-contact__tbl input[name=your-company], .p-contact__tbl input[name=your-name] {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl input[name=your-company], .p-contact__tbl input[name=your-name] {
    max-width: unset;
  }
}
.p-contact__tbl .p-contact__tbl__txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__txt {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact__tbl .p-contact__tbl__box textarea {
  height: 240px;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl .p-contact__tbl__box textarea {
    height: 120px;
  }
}
.p-contact__privacy {
  margin: 40px 0 0;
  border: 4px solid #ebeff1;
  padding: 30px 40px;
  height: 340px;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    border: 2px solid #ebeff1;
    padding: 15px 20px;
    height: 170px;
  }
}
.p-contact__privacy__ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy__ttl {
    font-size: 1.4rem;
  }
}
.p-contact__privacy__txt {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy__txt {
    margin: 10px 0 0;
  }
}
.p-contact__privacy__txt h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}
.p-contact__privacy__txt h4:not(:first-of-type) {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy__txt h4:not(:first-of-type) {
    margin: 15px 0 0;
  }
}
.p-contact__privacy__txt a {
  text-decoration: underline;
  word-break: break-all;
}
.p-contact__privacy__txt a:hover {
  text-decoration: none;
}
.p-contact .your-acceptance {
  display: block;
  margin: 35px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact .your-acceptance {
    margin: 20px 0 0;
  }
}
.p-contact .your-acceptance .wpcf7-list-item {
  margin: 0;
}
.p-contact input[type=radio],
.p-contact input[type=checkbox] {
  display: none;
}
.p-contact__tbl__radio .wpcf7-list-item-label {
  padding: 0 0 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl__radio .wpcf7-list-item-label {
    padding: 0 0 0 22px;
  }
}
.p-contact__tbl__radio .wpcf7-list-item-label::before, .p-contact__tbl__radio .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact__tbl__radio .wpcf7-list-item-label::before, .p-contact__tbl__radio .wpcf7-list-item-label::after {
    width: 16px;
    height: 16px;
  }
}
.p-contact__tbl__radio .wpcf7-list-item-label::before {
  background: #ebeff1;
  border: 1px solid #e0e6ea;
}
.p-contact__tbl__radio .wpcf7-list-item-label::after {
  background: #fff;
  border: 6px solid #fb8b1e;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__tbl__radio .wpcf7-list-item-label::after {
    border: 3px solid #fb8b1e;
  }
}
.p-contact input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact .your-acceptance .wpcf7-list-item-label {
  padding: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .your-acceptance .wpcf7-list-item-label {
    padding: 0 0 0 25px;
  }
}
.p-contact .your-acceptance .wpcf7-list-item-label::before, .p-contact .your-acceptance .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-contact .your-acceptance .wpcf7-list-item-label::before, .p-contact .your-acceptance .wpcf7-list-item-label::after {
    width: 16px;
    height: 16px;
  }
}
.p-contact .your-acceptance .wpcf7-list-item-label::before {
  background: #ebeff1;
  border-radius: 4px;
  border: 1px solid #e0e6ea;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact .your-acceptance .wpcf7-list-item-label::before {
    border-radius: 2px;
  }
}
.p-contact .your-acceptance .wpcf7-list-item-label::after {
  width: 15px;
  height: 10px;
  border-left: 2px solid #fb8b1e;
  border-bottom: 2px solid #fb8b1e;
  left: 8px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact .your-acceptance .wpcf7-list-item-label::after {
    width: 10px;
    height: 5px;
    border-left: 2px solid #fb8b1e;
    border-bottom: 2px solid #fb8b1e;
    left: 4px;
    top: 5px;
  }
}
.p-contact input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact__submit {
  text-align: center;
  margin: 75px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin: 25px 0 0;
  }
}
.p-contact__submit::before, .p-contact__submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
.p-contact__submit::before {
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(110px, -50%);
          transform: translate(110px, -50%);
}
@media screen and (max-width: 767px) {
  .p-contact__submit::before {
    width: 33px;
    height: 33px;
  }
}
.p-contact__submit::after {
  width: 15px;
  height: 10px;
  border-left: 2px solid #fb8b1e;
  border-bottom: 2px solid #fb8b1e;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(96px, -7px) rotate(-45deg);
          transform: translate(96px, -7px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-contact__submit::after {
    width: 12px;
    height: 8px;
    -webkit-transform: translate(100px, -5px) rotate(-45deg);
            transform: translate(100px, -5px) rotate(-45deg);
  }
}

/* ==========================================================================
  Utility
  ========================================================================== */
/* margin */
.u-m-none {
  margin: 0;
}

.u-mt-none {
  margin-top: 0;
}

.u-mr-none {
  margin-right: 0;
}

.u-mb-none {
  margin-bottom: 0;
}

.u-ml-none {
  margin-left: 0;
}

.u-m-auto {
  margin: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-mb-auto {
  margin-bottom: auto;
}

.u-ml-auto {
  margin-left: auto;
}

/* padding */
.u-p-none {
  padding: 0;
}

.u-pt-none {
  padding-top: 0;
}

.u-pr-none {
  padding-right: 0;
}

.u-pb-none {
  padding-bottom: 0;
}

.u-pl-none {
  padding-left: 0;
}

.u-p-auto {
  padding: auto;
}

.u-pt-auto {
  padding-top: auto;
}

.u-pr-auto {
  padding-right: auto;
}

.u-pb-auto {
  padding-bottom: auto;
}

.u-pl-auto {
  padding-left: auto;
}

/* border */
.u-b-none {
  border: none;
}

.u-bt-none {
  border-top: none;
}

.u-br-none {
  border-right: none;
}

.u-bb-none {
  border-bottom: none;
}

.u-bl-none {
  border-left: none;
}

/* display */
.u-dis-i {
  display: inline;
}

.u-dis-ib {
  display: inline-block;
}

.u-dis-b {
  display: block;
}

/* text-align */
.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/* sp pc　表示切替 */
.u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

/* font-feature-settings */
.u-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}/*# sourceMappingURL=style.css.map */