@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #332E2B;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

.l-container {
  max-width: 106rem;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sm {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  position: relative;
}

.l-footer__inner {
  background-color: #332E2B;
  padding: 6.5rem 2rem;
}

.l-footer__contentsWrap {
  color: #d6d6d6;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footer__contentsWrap {
    flex-direction: column;
  }
}

.l-footer__info {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-footer__info {
    flex-direction: column;
  }
}

.l-footer__info .logo {
  margin-right: 4rem;
}

@media screen and (max-width: 768px) {
  .l-footer__info .logo {
    margin-right: 0;
  }
}

.l-footer__info .logo img {
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .l-footer__info .logo img {
    width: 15rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__info .address {
    margin-top: 4rem;
  }
}

.l-footer__copy {
  align-self: end;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    align-self: start;
    margin-top: 4rem;
  }
}

.l-footer__return {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12rem;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 1300px) {
  .l-footer__return {
    background-color: transparent;
  }
}

.l-footer__return .contentsWrap {
  position: fixed;
  bottom: 2rem;
  right: 4.8rem;
  width: 2.3rem;
  height: 7rem;
  cursor: pointer;
  z-index: 50;
}

@media screen and (max-width: 1300px) {
  .l-footer__return .contentsWrap {
    bottom: 3rem;
    right: .5rem;
    width: 2rem;
    height: 6rem;
  }
}

.l-footer__return .contentsWrap .text {
  position: absolute;
  right: -0.8rem;
  top: 1rem;
  font-size: 1.2rem;
  transform: rotate(90deg);
  color: #747474;
}

@media screen and (max-width: 1300px) {
  .l-footer__return .contentsWrap .text {
    font-size: 1.1rem;
  }
}

.l-footer__return .contentsWrap .arrow::before, .l-footer__return .contentsWrap .arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0.6rem;
  width: 0.1rem;
  background-color: #747474;
}

.l-footer__return .contentsWrap .arrow::before {
  height: 100%;
}

.l-footer__return .contentsWrap .arrow::after {
  transform: rotate(30deg);
  transform-origin: top;
  height: 1.5rem;
}

.l-header {
  position: relative;
}

.l-header__logo {
  font-size: 1.4rem;
  padding: 0 0 0 3.5rem;
  position: absolute;
  top: 3.5rem;
  z-index: 500;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    padding: 0 0 0 1.5rem;
    top: 2rem;
    font-size: 1.1rem;
  }
}

.l-header__logo img {
  width: 19rem;
}

@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 13.5rem;
  }
}

.l-header__button {
  position: fixed;
  top: 4rem;
  right: 5rem;
  width: 4rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .l-header__button {
    top: 2rem;
    right: 2rem;
  }
}

.l-header__button .buttonWrap {
  position: relative;
  width: 4rem;
  height: 2.8rem;
}

.l-header__button .buttonWrap span {
  position: absolute;
  background-color: #332E2B;
  width: 100%;
  height: 0.2rem;
  transition: all .3s;
}

.l-header__button .buttonWrap span:first-child {
  top: 0;
}

.l-header__button .buttonWrap span:nth-child(2) {
  top: 1.3rem;
}

.l-header__button .buttonWrap span:last-child {
  top: 2.6rem;
  width: 70%;
}

.l-header__button .buttonWrap--top span {
  background-color: #fff;
}

.l-header__button .buttonWrap--top.is-black span {
  background-color: #332E2B;
}

.l-header.is-open .l-header__button .buttonWrap::before {
  display: none;
}

.l-header.is-open .l-header__button .buttonWrap span {
  background-color: #332E2B;
  width: 100%;
}

.l-header.is-open .l-header__button .buttonWrap span:first-child {
  top: 2rem;
  transform: rotate(-45deg) translateY(0px);
}

.l-header.is-open .l-header__button .buttonWrap span:nth-child(2) {
  opacity: 0;
}

.l-header.is-open .l-header__button .buttonWrap span:last-child {
  top: 2rem;
  transform: rotate(45deg) translateY(0px);
}

@media screen and (max-width: 768px) {
  .l-header.is-open .l-header__button .buttonWrap span:first-child {
    top: 0.6rem;
  }
  .l-header.is-open .l-header__button .buttonWrap span:last-child {
    top: 0.6rem;
  }
}

.l-main--page {
  padding: 0 2rem 15rem;
}

.c-accordion:not(:first-child) .c-accordion__contents {
  display: none;
}

.c-accordion.supplier .c-accordion__contents {
  display: none;
}

.c-accordion.contact .c-accordion__contents {
  display: none;
}

.c-accordion__head {
  position: relative;
}

.c-accordion__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-accordion__button {
    right: 0;
  }
}

.c-accordion__button::before, .c-accordion__button::after {
  content: '';
  position: absolute;
  top: .85rem;
  right: 0;
  width: 2rem;
  height: .3rem;
  background-color: #000;
  transition: transform .3s;
}

.c-accordion__button.is-close::after {
  transform: rotate(90deg);
}

.c-button-circle {
  position: relative;
  display: inline-block;
  height: 6rem;
  line-height: 6rem;
  padding-right: 9rem;
}

.c-button-circle .text {
  font-weight: 700;
}

.c-button-circle .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-image: url(../images/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-button-circle .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: .8rem;
}

.c-button-circle .arrow span::before, .c-button-circle .arrow span::after {
  content: '';
  position: absolute;
  right: 0;
  background-color: #332E2B;
}

.c-button-circle .arrow span::before {
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.1rem;
}

.c-button-circle .arrow span::after {
  top: 0;
  transform: rotate(-135deg);
  width: .8rem;
  height: 0.1rem;
}

.c-button-circle--back {
  padding-right: 0;
  padding-left: 9rem;
}

.c-button-circle--back .arrow {
  left: 0;
}

.c-button-circle--back .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: .8rem;
}

.c-button-circle--back .arrow span::before, .c-button-circle--back .arrow span::after {
  left: 0;
}

.c-button-circle--back .arrow span::after {
  top: 0;
  transform: rotate(135deg);
  width: .8rem;
  height: 0.1rem;
}

.c-button-circle--white .text {
  color: #fff;
}

.c-button-circle--white .arrow {
  background-image: url(../images/circle_white.png);
}

.c-button-circle--white .arrow span::before, .c-button-circle--white .arrow span::after {
  background-color: #fff;
}

.c-button-square {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 31.5rem;
  text-align: right;
  font-size: 1.6rem;
  background-color: #09D0CE;
  color: #fff;
  cursor: pointer;
}

.c-button-square span {
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateX(-50%);
  width: 2rem;
  height: .8rem;
}

.c-button-square span::before, .c-button-square span::after {
  content: '';
  position: absolute;
  right: 0;
  background-color: #fff;
}

.c-button-square span::before {
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.1rem;
}

.c-button-square span::after {
  top: 0;
  transform: rotate(-135deg);
  width: .8rem;
  height: 0.1rem;
}

.c-pagenation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pagenation .page {
  margin: 0 .5rem;
  padding: 1.2rem 1.945rem;
  background: #fff;
  border: 1px solid #332E2B;
}

.c-pagenation .page:hover {
  padding: 1.3rem 2.045rem;
  border: none;
  background: #332E2B;
  color: #fff;
}

.c-pagenation .current {
  margin: 0 .5rem;
  padding: 1.3rem 2.045rem;
  border: none;
  background: #332E2B;
  color: #fff;
}

.c-table .row {
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid #e8e8e8;
  line-height: 2;
}

.c-table .content {
  word-break: break-all;
}

.c-table.profile .row .head {
  min-width: 20rem;
}

@media screen and (max-width: 768px) {
  .c-table.profile .row .head {
    min-width: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .c-table.profile .row .content {
    width: calc(100% - 10rem);
  }
}

.c-table.history .row .head {
  min-width: 20rem;
}

@media screen and (max-width: 768px) {
  .c-table.history .row .head {
    min-width: 12.5rem;
  }
}

@media screen and (max-width: 768px) {
  .c-table.history .row .content {
    width: calc(100% - 12.5rem);
  }
}

.c-table.recruit .row .head {
  min-width: 18rem;
}

@media screen and (max-width: 768px) {
  .c-table.recruit .row .head {
    min-width: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .c-table.recruit .row .content {
    width: calc(100% - 10rem);
  }
}

.c-title-section {
  text-align: center;
}

.c-title-section h2 {
  overflow: hidden;
}

.c-title-section .subTitle {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #AD9300;
  overflow: hidden;
}

.c-title-section.message .mainTitle {
  width: 42.2rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.message .mainTitle {
    width: 21.1rem;
  }
}

.c-title-section.strong-point .mainTitle {
  width: 62.5rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.strong-point .mainTitle {
    width: 31.2rem;
  }
}

.c-title-section.service .mainTitle {
  width: 55.9rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.service .mainTitle {
    width: 27.9rem;
  }
}

.c-title-section.profile {
  position: relative;
  padding-top: 34.5rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.profile {
    padding-top: 17.5rem;
  }
}

.c-title-section.profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  max-width: calc( 100% - ((100% - 106rem) / 2));
  width: 100%;
  height: 80%;
  background-image: url(../images/profile_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .c-title-section.profile::before {
    height: 75%;
  }
}

.c-title-section.profile .mainTitle {
  width: 32.8rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.profile .mainTitle {
    width: 16.4rem;
  }
}

.c-title-section.history .mainTitle {
  width: 36.4rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.history .mainTitle {
    width: 18.2rem;
  }
}

.c-title-section.information {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .c-title-section.information {
    padding: 0 2rem;
    text-align: center;
  }
}

.c-title-section.information .mainTitle {
  width: 55.7rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.information .mainTitle {
    width: 27.8rem;
  }
}

.c-title-section.information.page {
  text-align: center;
}

.c-title-section.recruit {
  position: absolute;
  top: 1.8rem;
  left: 0;
  text-align: left;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .c-title-section.recruit {
    top: 4.9rem;
    width: 100%;
    text-align: center;
  }
}

.c-title-section.recruit .mainTitle {
  width: 35.6rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.recruit .mainTitle {
    width: 17.8rem;
  }
}

.c-title-section.recruit.page {
  position: relative;
  top: 0;
  text-align: center;
}

.c-title-section.contact .mainTitle {
  width: 66.2rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.contact .mainTitle {
    width: 33.3rem;
  }
}

.c-title-section.entry .mainTitle {
  width: 57rem;
}

@media screen and (max-width: 768px) {
  .c-title-section.entry .mainTitle {
    width: 25.5rem;
  }
}

.p-article__notFound {
  font-size: 1.6rem;
  margin: 2rem 0;
  text-align: center;
}

.p-article__meta .categoryWrap {
  font-size: 1.4rem;
  color: #fff;
  background-color: #332E2B;
  margin-right: 1.5rem;
  padding: .5rem 1rem;
}

.p-article__title {
  margin-top: 2rem;
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #B4B4B4;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-article__title {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.p-article__contents::after {
  content: '';
  display: block;
  clear: both;
}

.p-article__contents h2 {
  font-size: 2.4rem;
  color: #fff;
  background-color: #332E2B;
  padding: 1rem 2rem;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-article__contents h2 {
    font-size: 1.8rem;
  }
}

.p-article__contents h3 {
  font-size: 2.4rem;
  padding: 1rem 1rem 1rem 2.5rem;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  border-left: 5px solid #332E2B;
}

@media screen and (max-width: 768px) {
  .p-article__contents h3 {
    padding: 1rem 1rem 1rem 2rem;
    font-size: 1.8rem;
  }
}

.p-article__contents h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

.p-article__contents h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

.p-article__contents h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

.p-article__contents p {
  display: block;
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  line-height: 1.8;
}

.p-article__back {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-article__back {
    margin-top: 5rem;
  }
}

.p-article-nav {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10rem;
  position: relative;
  border-bottom: 1px solid #B4B4B4;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-article-nav {
    margin-bottom: 5rem;
  }
}

.p-article-nav .title {
  font-family: 'Oswald', sans-serif;
  margin-right: 5rem;
  color: #AD9300;
  font-size: 2rem;
  font-weight: 500;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-article-nav .title {
    font-size: 2rem;
    margin-right: 3rem;
  }
}

.p-article-nav ul {
  margin-left: auto;
  display: flex;
  width: 100%;
  overflow: auto;
}

.p-article-nav ul li {
  position: relative;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #B4B4B4;
}

.p-article-nav ul li.is-active {
  color: #332E2B;
}

.p-article-nav ul li a {
  display: inline-block;
  padding: 2rem;
}

.p-article-archive {
  position: relative;
}

.p-article-archive__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 4rem 2rem 0;
  border-bottom: 1px solid #E8E8E8;
}

@media screen and (max-width: 768px) {
  .p-article-archive__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 0;
  }
}

.p-article-archive__link.top {
  border-bottom: 1px solid transparent;
}

.p-article-archive__link.top::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-article-archive__link.top.on::before {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.2s;
}

.p-article-archive__meta {
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-article-archive__meta {
    flex-wrap: wrap;
  }
}

.p-article-archive__meta .categoryWrap {
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .p-article-archive__meta .categoryWrap {
    margin-right: 2rem;
    width: auto !important;
  }
}

.p-article-archive__meta .categoryWrap span {
  display: inline-block;
  padding: 0.8rem;
  background-color: #332E2B;
  color: #fff;
  font-size: 1.4rem;
  max-width: 10rem;
}

.p-article-archive__meta .date {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .p-article-archive__meta .date {
    margin-right: 0;
  }
}

.p-article-archive__title {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-article-archive__title {
    margin-top: 2rem;
  }
}

.p-article-archive__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 1rem;
}

@media screen and (max-width: 768px) {
  .p-article-archive__arrow {
    display: none;
  }
}

.p-article-archive__arrow::before, .p-article-archive__arrow::after {
  content: '';
  position: absolute;
  right: 0;
  background-color: #AD9300;
}

.p-article-archive__arrow::before {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.1rem;
}

.p-article-archive__arrow::after {
  top: 0;
  transform: rotate(-135deg);
  width: 1rem;
  height: 0.1rem;
}

.p-article-archive__more {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .p-article-archive__more {
    margin-top: 4rem;
  }
}

.p-article-recruit {
  margin-top: 5rem;
}

.p-article-recruit__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.p-article-recruit__meta .categoryWrap {
  color: #fff;
  padding: .5rem 1rem;
  background-color: #332E2B;
  text-align: center;
  margin: 0 1rem;
}

.p-article-recruit__meta .new {
  background-color: #09D0CE;
  color: #fff;
  padding: .5rem 1rem;
  text-align: center;
}

.p-article-recruit__title {
  text-align: center;
  margin-top: 4rem;
  font-size: 2.4rem;
}

.p-article-recruit__contents {
  margin-top: 3.2rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-article-recruit__contents {
    text-align: left;
  }
}

.p-contact .required {
  padding: 0 .5rem;
  margin-left: 1rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #e13838;
}

.p-contact .formTitle {
  min-width: 25.6rem;
  font-size: 1.8rem;
  padding-top: .5rem;
}

@media screen and (max-width: 768px) {
  .p-contact .formTitle {
    min-width: 100%;
    margin-bottom: 1rem;
  }
}

.p-contact .formContent {
  width: 100%;
}

.p-contact__inputs .item {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-contact__inputs .item {
    margin-bottom: 2rem;
  }
}

.p-contact__inputs .item label {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-contact__inputs .item label {
    flex-direction: column;
  }
}

.p-contact__inputs .item .inputs {
  font-size: 1.6rem;
  outline: none;
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  width: 100%;
  max-width: 52rem;
  padding: 1.2rem 1rem;
  -webkit-appearance: none;
  border-radius: 0;
}

.p-contact__inputs .item .select {
  font-size: 1.6rem;
  outline: none;
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  width: 100%;
  max-width: 52rem;
  padding: 1.2rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.p-contact__inputs .item .textarea {
  font-size: 1.6rem;
  outline: none;
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  padding: 1.2rem 1rem;
  width: 100%;
  height: 40rem;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .p-contact__inputs .item .textarea {
    height: 20rem;
  }
}

.p-contact__inputs .telNoHyphen {
  padding-left: 25.6rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-contact__inputs .telNoHyphen {
    padding-left: 0;
  }
}

.p-contact__policy .item {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-contact__policy .item {
    flex-direction: column;
  }
}

.p-contact__policy .content {
  margin-top: 2rem;
  padding: 2.5rem;
  border: 1px solid #cecece;
  font-size: 1.4rem;
  overflow: auto;
  height: 53rem;
}

.p-contact__policy .content .block {
  margin-bottom: 3rem;
}

.p-contact__policy .content .block:last-child {
  margin-bottom: 0;
}

.p-contact__policy .content h4 {
  margin-bottom: .5em;
}

.p-contact__policy .content ul {
  margin-bottom: 2rem;
}

.p-contact__policy .content ul li {
  position: relative;
  padding-left: 2rem;
}

.p-contact__policy .content ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.p-contact__policy .content p {
  margin-bottom: 2rem;
}

.p-contact__policy .content .url {
  word-break: break-all;
}

.p-contact__policy .chackboxWrap {
  margin-top: 3rem;
  margin-bottom: 5rem;
  padding-left: 25.6rem;
}

@media screen and (max-width: 768px) {
  .p-contact__policy .chackboxWrap {
    padding-left: 0;
  }
}

.p-contact__policy .chackboxWrap .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.p-contact__policy .chackboxWrap .checkbox + span {
  position: relative;
  padding-left: 5rem;
}

.p-contact__policy .chackboxWrap .checkbox + span::before, .p-contact__policy .chackboxWrap .checkbox + span::after {
  position: absolute;
  content: '';
  top: -4px;
  left: 0;
  display: block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #bbbbbb;
  background-color: #F9F9F9;
  transition: all 0.12s, border-color 0.08s;
  cursor: pointer;
}

.p-contact__policy .chackboxWrap .checkbox + span::after {
  content: '';
  top: 6px;
  left: 6px;
  width: 18px;
  height: 8px;
  opacity: 0;
  border: none;
  border-left: 2px solid #332E2B;
  border-bottom: 2px solid #332E2B;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: all 0.12s, border-color 0.08s;
  z-index: 100;
}

.p-contact__policy .chackboxWrap .checkbox:checked + span::before {
  content: '';
  background: #fff;
}

.p-contact__policy .chackboxWrap .checkbox:checked + span::after {
  content: '';
  opacity: 1;
}

.p-contact__submit {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 350px) {
  .p-contact__submit {
    flex-wrap: wrap;
  }
}

.p-contact__submit .backBtn {
  position: relative;
  display: inline-block;
  height: 6rem;
  line-height: 6rem;
  padding-right: 9rem;
}

@media screen and (max-width: 350px) {
  .p-contact__submit .backBtn {
    height: 4rem;
    line-height: 4rem;
    padding-right: 6rem;
  }
}

.p-contact__submit .backBtn .back {
  background: none;
  border: none;
  cursor: pointer;
  width: calc(100% + 9rem);
  height: 100%;
  display: block;
  text-align: right;
  color: #332E2B;
}

@media screen and (max-width: 350px) {
  .p-contact__submit .backBtn .back {
    width: calc(100% + 6rem);
  }
}

.p-contact__submit .backBtn .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  background-image: url(../images/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 350px) {
  .p-contact__submit .backBtn .arrow {
    width: 4rem;
    height: 4rem;
  }
}

.p-contact__submit .backBtn .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: .8rem;
}

.p-contact__submit .backBtn .arrow span::before, .p-contact__submit .backBtn .arrow span::after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #332E2B;
}

.p-contact__submit .backBtn .arrow span::before {
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.1rem;
}

.p-contact__submit .backBtn .arrow span::after {
  top: 0;
  transform: rotate(135deg);
  width: .8rem;
  height: 0.1rem;
}

.p-contact__submit .confirmBtn {
  position: relative;
  display: inline-block;
  height: 6rem;
  line-height: 6rem;
  padding-right: 9rem;
}

@media screen and (max-width: 350px) {
  .p-contact__submit .confirmBtn {
    height: 4rem;
    line-height: 4rem;
    padding-right: 6rem;
  }
}

.p-contact__submit .confirmBtn .submit {
  background: none;
  border: none;
  cursor: pointer;
  width: calc(100% + 9rem);
  height: 100%;
  display: block;
  text-align: left;
  color: #332E2B;
}

@media screen and (max-width: 350px) {
  .p-contact__submit .confirmBtn .submit {
    width: calc(100% + 6rem);
  }
}

.p-contact__submit .confirmBtn .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  background-image: url(../images/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 350px) {
  .p-contact__submit .confirmBtn .arrow {
    width: 4rem;
    height: 4rem;
  }
}

.p-contact__submit .confirmBtn .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: .8rem;
}

.p-contact__submit .confirmBtn .arrow span::before, .p-contact__submit .confirmBtn .arrow span::after {
  content: '';
  position: absolute;
  right: 0;
  background-color: #332E2B;
}

.p-contact__submit .confirmBtn .arrow span::before {
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.1rem;
}

.p-contact__submit .confirmBtn .arrow span::after {
  top: 0;
  transform: rotate(-135deg);
  width: .8rem;
  height: 0.1rem;
}

.p-contact-confirm__lead {
  margin-bottom: 9rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact-confirm__lead {
    margin-bottom: 5rem;
    text-align: left;
  }
}

.mw_wp_form_input .backBtn {
  display: none;
}

.mw_wp_form_confirm .backBtn {
  margin-right: 4rem;
}

@media screen and (max-width: 640px) {
  .mw_wp_form_confirm .backBtn {
    margin-right: 1rem;
  }
}

.mw_wp_form_confirm .confirmBtn {
  margin-left: 4rem;
}

@media screen and (max-width: 640px) {
  .mw_wp_form_confirm .confirmBtn {
    margin-left: 1rem;
  }
}

.mw_wp_form_confirm .p-contact__policy {
  display: none;
}

.mw_wp_form_confirm .telNoHyphen {
  display: none;
}

.p-contact-thanks, .mw_wp_form_complete {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact-thanks, .mw_wp_form_complete {
    text-align: left;
  }
}

.p-contact-thanks h2, .mw_wp_form_complete h2 {
  font-size: 2.4rem;
}

.p-contact-thanks .thanksText, .mw_wp_form_complete .thanksText {
  margin-top: 5rem;
  line-height: 2;
}

.p-contact-thanks__back, .mw_wp_form_complete__back {
  margin-top: 5rem;
}

.recruitForm-back {
  display: none;
}

.mw_wp_form_complete + .recruitForm-back {
  display: block;
}

.p-gNav {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 950;
}

.p-gNav__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.p-gNav__container {
  height: 100vh;
  overflow: auto;
}

.p-gNav__inner {
  position: relative;
  background-color: #fff;
  padding: 12rem 1rem 8rem 4rem;
  width: 100%;
  max-width: 36rem;
  min-height: 100vh;
  margin-left: auto;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .p-gNav__inner {
    padding: 10rem 1rem 5rem 4rem;
  }
}

.p-gNav__list {
  font-size: 2rem;
}

.p-gNav__item {
  position: relative;
}

.p-gNav__item:not(:first-child) {
  margin-top: 3rem;
}

.p-gNav__item .en .top {
  width: 6rem;
}

.p-gNav__item .en .message {
  width: 14rem;
}

.p-gNav__item .en .strong-point {
  width: 19.8rem;
}

.p-gNav__item .en .service {
  width: 17.2rem;
}

.p-gNav__item .en .profile {
  width: 10.9rem;
}

.p-gNav__item .en .information {
  width: 18.5rem;
}

.p-gNav__item .en .recruit {
  width: 11.8rem;
}

.p-gNav__item .ja {
  position: relative;
  margin-top: .5rem;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  color: #AD9300;
}

.p-gNav__item .ja::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: .1rem;
  background-color: #332E2B;
}

.p-information__pagenation {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-information__pagenation {
    margin-top: 5rem;
  }
}

.p-kv {
  position: relative;
  height: 100vh;
  min-height: 50rem;
}

.p-kv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-kv__copy {
  position: absolute;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-kv__copy {
    font-size: 2.1rem;
  }
}

.p-kv__copy.first {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-kv__copy.first {
    top: initial;
    bottom: 5%;
  }
}

.p-kv__copy.second {
  display: none;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-kv__copy.second {
    top: initial;
    bottom: 19%;
  }
}

.p-kv__copy.third {
  display: none;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-kv__copy.third {
    top: initial;
    bottom: 12%;
  }
}

.p-kv__copy.forth, .p-kv__copy.fifth {
  display: none;
  top: 50%;
  transform: translateY(-50%);
  color: #332E2B;
  font-size: 3.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-kv__copy.forth, .p-kv__copy.fifth {
    font-size: 2rem;
  }
}

.p-kv__copy.seventh {
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
}

.p-kv__copy.seventh img {
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .p-kv__copy.seventh img {
    width: 21.1rem;
  }
}

.p-page {
  padding-top: 14rem;
}

@media screen and (max-width: 768px) {
  .p-page {
    padding-top: 7rem;
  }
}

.p-page__title {
  margin-top: 5rem;
  margin-bottom: 6.6rem;
}

.p-page__breadcrumb {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-page__breadcrumb {
    margin-top: 3rem;
  }
}

.p-page__breadcrumb .separator {
  position: relative;
  display: inline-block;
  width: 2.3rem;
}

.p-page__breadcrumb .separator::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 1rem;
  width: 0.1rem;
  height: 1.6rem;
  background-color: #1e1e1e;
  transform: rotate(30deg);
}

.p-recruit__contentsWrap {
  display: flex;
  flex-wrap: wrap;
}

.p-recruit__pagenation {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-recruit__pagenation {
    margin-top: 1rem;
  }
}

.p-recruit__article {
  position: relative;
  width: calc((100% - 8rem) / 3);
  margin-bottom: 4rem;
  border: 1px solid #C7C7C7;
}

@media screen and (max-width: 768px) {
  .p-recruit__article {
    width: 100%;
  }
}

.p-recruit__article:not(:nth-child(3n)) {
  margin-right: 4rem;
}

@media screen and (max-width: 768px) {
  .p-recruit__article:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.p-recruit__article .link {
  position: relative;
  display: block;
  padding: 4rem 3rem;
}

.p-recruit__article .new {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  color: #fff;
  background-color: #09D0CE;
  font-size: 1.4rem;
  padding: .6rem 2.5rem;
}

.p-recruit__article .meta {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-recruit__article .meta {
    flex-wrap: wrap;
  }
}

.p-recruit__article .meta .categoryWrap {
  padding: 0.5rem 0.8rem;
  background-color: #332E2B;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-recruit__article .meta .categoryWrap {
    margin-right: 2rem;
  }
}

.p-recruit__article .meta .date {
  font-weight: 700;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .p-recruit__article .meta .date {
    margin-right: 0;
  }
}

.p-recruit__article .title {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C7C7C7;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-recruit__article .title {
    font-size: 2rem;
  }
}

.p-recruit__article .content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  line-height: 2;
  font-size: 1.6rem;
}

.p-recruit__article .content br {
  display: none;
}

.p-recruit__article .arrow {
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  width: 3rem;
  height: 1rem;
}

.p-recruit__article .arrow::before, .p-recruit__article .arrow::after {
  content: '';
  position: absolute;
  right: 0;
  background-color: #AD9300;
}

.p-recruit__article .arrow::before {
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 0.1rem;
}

.p-recruit__article .arrow::after {
  top: 0;
  transform: rotate(-135deg);
  width: 1rem;
  height: 0.1rem;
}

.p-single-recruit__detail {
  margin-top: 8rem;
  border-top: 1px solid #b4b4b4;
}

@media screen and (max-width: 768px) {
  .p-single-recruit__detail {
    margin-top: 5rem;
  }
}

.p-single-recruit__detail .title {
  padding: 1rem 2rem;
  color: #AD9300;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-single-recruit__detail .title {
    padding: 1rem 0;
    font-size: 2rem;
  }
}

.p-single-entry {
  margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  .p-single-entry {
    margin-top: 10rem;
  }
}

.p-single-entry .title {
  padding: 1rem 2rem;
  color: #AD9300;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-single-entry .title {
    padding: 1rem 0;
    font-size: 2rem;
  }
}

.p-single-entry__lead {
  margin-top: 7.5rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-single-entry__lead {
    text-align: left;
  }
}

.p-single-entry__inner {
  margin-top: 8rem;
  border-top: 1px solid #b4b4b4;
}

@media screen and (max-width: 768px) {
  .p-single-entry__inner {
    margin-top: 5rem;
  }
}

.p-top-message {
  position: relative;
  padding-top: 18rem;
}

@media screen and (max-width: 768px) {
  .p-top-message {
    padding-top: 8.2rem;
  }
}

.p-top-message__contentsWrap {
  margin-top: 7.7rem;
}

@media screen and (max-width: 768px) {
  .p-top-message__contentsWrap {
    margin-top: 5rem;
  }
}

.p-top-message__contentsWrap p {
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-message__contentsWrap p {
    text-align: left;
  }
}

.p-top-message__contentsWrap p:first-child {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1024px) {
  .p-top-message__contentsWrap p:first-child {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-message__contentsWrap p:first-child {
    text-align: justify;
  }
}

.p-top-message__contentsWrap p:nth-child(2) {
  margin-top: 2rem;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .p-top-message__contentsWrap p:nth-child(2) {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-message__contentsWrap p:nth-child(2) {
    margin-top: 0;
  }
}

.p-top-message__contentsWrap p:nth-child(3) {
  margin-top: 2rem;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1024px) {
  .p-top-message__contentsWrap p:nth-child(3) {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-message__contentsWrap p:nth-child(3) {
    margin-top: 0;
  }
}

.p-top-message__contentsWrap p:last-child {
  margin-top: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.p-top-strong-point {
  position: relative;
  margin-top: 15.4rem;
  padding-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point {
    margin-top: 7rem;
    padding-top: 3rem;
  }
}

.p-top-strong-point__lead .textWrap {
  margin-top: 7.8rem;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__lead .textWrap {
    margin-top: 5rem;
  }
}

.p-top-strong-point__lead .textWrap p {
  font-size: 2.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__lead .textWrap p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.p-top-strong-point__lead .illust {
  margin-top: 8.2rem;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__lead .illust {
    margin-top: 3.9rem;
  }
}

.p-top-strong-point__lead .illust img {
  width: 58rem;
}

.p-top-strong-point__listWrap {
  margin-top: 8.2rem;
}

.p-top-strong-point__list {
  border-bottom: 1px solid transparent;
}

.p-top-strong-point__item {
  border-top: 1px solid transparent;
  position: relative;
  padding: 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__item {
    padding: 0;
  }
}

.p-top-strong-point__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-strong-point__item:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-strong-point__item.on::before {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.2s;
}

.p-top-strong-point__item:last-child.on::after {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.4s;
}

.p-top-strong-point__item .title {
  color: #AD9300;
  font-size: 2.4rem;
  padding: 1rem 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__item .title {
    font-size: 2rem;
  }
}

.p-top-strong-point__item .title .num {
  padding-left: 1rem;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__item .title .num {
    font-size: 2.4rem;
  }
}

.p-top-strong-point__contentsWrap {
  margin-top: 5rem;
  padding-bottom: 6rem;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__contentsWrap {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}

.p-top-strong-point__contentsWrap .illust {
  margin-right: 6rem;
  width: 20rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__contentsWrap .illust {
    width: 100%;
    text-align: center;
  }
}

.p-top-strong-point__contentsWrap .illust img {
  width: 15.8rem;
}

.p-top-strong-point__contentsWrap .text {
  width: calc(100% - 26rem);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-top-strong-point__contentsWrap .text {
    margin-top: 4rem;
    width: 100%;
  }
}

.p-top-service {
  position: relative;
  margin-top: 15.4rem;
  padding-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top-service {
    margin-top: 7rem;
    padding-top: 3rem;
  }
}

.p-top-service__listWrap {
  margin-top: 6rem;
}

.p-top-service__list {
  border-bottom: 1px solid transparent;
}

.p-top-service__item {
  position: relative;
  border-top: 1px solid transparent;
  padding: 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-top-service__item {
    padding: 0;
  }
}

.p-top-service__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-service__item:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-service__item.on::before {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.2s;
}

.p-top-service__item:last-child.on::after {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.4s;
}

.p-top-service__item .title {
  padding: 1rem 0;
  color: #AD9300;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top-service__item .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 350px) {
  .p-top-service__item .title {
    font-size: 1.8rem;
  }
}

.p-top-service__contentsWrap {
  margin-top: 5rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap {
    padding-bottom: 2rem;
  }
}

.p-top-service__contentsWrap .itemsWrap {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap .itemsWrap {
    flex-wrap: wrap;
  }
}

.p-top-service__contentsWrap .itemsWrap .item {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap .itemsWrap .item {
    width: 47%;
  }
}

.p-top-service__contentsWrap .itemsWrap .item .imageWrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.p-top-service__contentsWrap .itemsWrap .item .imageWrap img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-service__contentsWrap .itemsWrap .item .imageWrap.moreThan {
  height: 100%;
}

.p-top-service__contentsWrap .itemsWrap .item .imageWrap.moreThan img {
  width: 14rem;
  top: 0;
  transform: translateX(-50%) translateY(0);
}

.p-top-service__contentsWrap .itemsWrap .item .text {
  text-align: center;
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.8rem;
}

.p-top-service__contentsWrap .itemsWrap.necessary .item {
  width: 14%;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap .itemsWrap.necessary .item {
    width: 47%;
  }
}

.p-top-service__contentsWrap .itemsWrap.necessary .item .imageWrap {
  height: 10.2rem;
}

.p-top-service__contentsWrap .itemsWrap.necessary .item .imageWrap img.item1 {
  width: 9.3rem;
}

.p-top-service__contentsWrap .itemsWrap.necessary .item .imageWrap img.item2 {
  width: 7.9rem;
}

.p-top-service__contentsWrap .itemsWrap.necessary .item .imageWrap img.item3 {
  width: 10.2rem;
}

.p-top-service__contentsWrap .itemsWrap.necessary .item .imageWrap img.item4 {
  width: 10rem;
}

.p-top-service__contentsWrap .itemsWrap.necessary .item .imageWrap img.item5 {
  width: 11.9rem;
}

.p-top-service__contentsWrap .itemsWrap.paper .item {
  width: 14%;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap .itemsWrap.paper .item {
    width: 47%;
  }
}

.p-top-service__contentsWrap .itemsWrap.paper .item .imageWrap {
  height: 8.9rem;
}

.p-top-service__contentsWrap .itemsWrap.paper .item .imageWrap img.item1 {
  width: 7.5rem;
}

.p-top-service__contentsWrap .itemsWrap.paper .item .imageWrap img.item2 {
  width: 13.1rem;
}

.p-top-service__contentsWrap .itemsWrap.paper .item .imageWrap img.item3 {
  width: 7.9rem;
}

.p-top-service__contentsWrap .itemsWrap.paper .item .imageWrap img.item4 {
  width: 7.2rem;
}

.p-top-service__contentsWrap .itemsWrap.paper .item .imageWrap img.item5 {
  width: 6.9rem;
}

.p-top-service__contentsWrap .itemsWrap.logistics .item {
  width: 17%;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap .itemsWrap.logistics .item {
    width: 47%;
  }
}

.p-top-service__contentsWrap .itemsWrap.logistics .item .imageWrap {
  height: 9.3rem;
}

.p-top-service__contentsWrap .itemsWrap.logistics .item .imageWrap img.item1 {
  width: 12.7rem;
}

.p-top-service__contentsWrap .itemsWrap.logistics .item .imageWrap img.item2 {
  width: 6.6rem;
}

.p-top-service__contentsWrap .itemsWrap.logistics .item .imageWrap img.item3 {
  width: 13.6rem;
}

.p-top-service__contentsWrap .itemsWrap.logistics .item .imageWrap img.item4 {
  width: 9.6rem;
}

.p-top-service__contentsWrap .itemsWrap.logistics .item .imageWrap img.item5 {
  width: 13.3rem;
}

.p-top-service__contentsWrap .text {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap .text {
    margin-top: 1rem;
  }
}

.p-top-service__contentsWrap .departmentWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-top-service__contentsWrap .departmentWrap .departmentItem {
  margin-top: 3.5rem;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-top-service__contentsWrap .departmentWrap .departmentItem {
    width: 100%;
  }
}

.p-top-service__contentsWrap .departmentWrap .departmentItem .name {
  position: relative;
  padding-left: 2.5rem;
  font-size: 2rem;
}

.p-top-service__contentsWrap .departmentWrap .departmentItem .name::before, .p-top-service__contentsWrap .departmentWrap .departmentItem .name::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.p-top-service__contentsWrap .departmentWrap .departmentItem .name::before {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #09D0CE;
}

.p-top-service__contentsWrap .departmentWrap .departmentItem .name::after {
  left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
}

.p-top-service__contentsWrap .departmentWrap .departmentItem .description {
  margin-top: 2.7rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.p-top-profile {
  position: relative;
  margin-top: 27rem;
}

@media screen and (max-width: 768px) {
  .p-top-profile {
    margin-top: 15rem;
  }
}

.p-top-profile__inner {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-top-profile__inner {
    margin-top: 3rem;
  }
}

.p-top-profile__contentsWrap {
  display: block !important;
}

.p-top-profile__supplier {
  position: relative;
  margin-top: 6.5rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.p-top-profile__supplier::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-profile__supplier:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-profile__supplier.on::before {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.2s;
}

.p-top-profile__supplier:last-child.on::after {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.4s;
}

.p-top-profile__supplier .title {
  padding: 1rem 2rem;
  color: #AD9300;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top-profile__supplier .title {
    padding: 1rem 0;
    font-size: 2rem;
  }
}

.p-top-profile__supplier .supplierList {
  padding: 4rem 0 5rem;
  line-height: 2;
}

.p-top-history {
  position: relative;
  margin-top: 12.5rem;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-top-history {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}

.p-top-history__inner {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-top-history__inner {
    margin-top: 3rem;
  }
}

.p-top-history__contentsWrap {
  position: relative;
  overflow: hidden;
  height: 43rem;
}

.p-top-history__contentsWrap::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 97%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-top-history__contentsWrap .toggleButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 11;
}

.p-top-history__contentsWrap .toggleButton::before, .p-top-history__contentsWrap .toggleButton::after {
  content: '';
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 2rem;
  height: 0.3rem;
  background-color: #09D0CE;
}

.p-top-history__contentsWrap .toggleButton::after {
  transform: rotate(90deg);
}

.p-top-history__contentsWrap.is-open {
  height: 100%;
}

.p-top-history__contentsWrap.is-open::before {
  background: none;
  z-index: -1;
}

.p-top-history__contentsWrap.is-open .toggleButton::after {
  transform: rotate(0);
}

.p-top-history__contentsInner {
  padding-bottom: 5rem;
}

.p-top-information {
  position: relative;
  margin-top: 12.4rem;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-top-information {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}

.p-top-information__inner {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top-information__inner {
    margin-top: 4rem;
  }
}

.p-top-recruit {
  position: relative;
  margin-top: 13rem;
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top-recruit {
    margin-top: 4rem;
  }
}

.p-top-recruit__inner {
  padding: 18rem 0 29.3rem;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__inner {
    padding: 18rem 0 21.7rem;
  }
}

.p-top-recruit__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 46, 43, 0.6);
}

.p-top-recruit__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-top-recruit__lead {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__lead {
    font-size: 2.1rem;
  }
}

@-webkit-keyframes clip-to-right {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(-2% -4% -2% -2%);
    clip-path: inset(-2% -4% -2% -2%);
  }
}

@keyframes clip-to-right {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(-2% -4% -2% -2%);
    clip-path: inset(-2% -4% -2% -2%);
  }
}

.p-top-recruit__lead span {
  display: inline-block;
  padding: 0.3rem 0 0.3rem 1.5rem;
  background-color: #fff;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

@media screen and (max-width: 768px) {
  .p-top-recruit__lead span {
    padding: 0.3rem 0 0.3rem 1rem;
  }
}

.p-top-recruit__lead span.on {
  -webkit-animation: clip-to-right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.4s both;
          animation: clip-to-right 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.4s both;
}

.p-top-recruit__lead span:first-child {
  margin-bottom: 1rem;
}

.p-top-recruit__lead span img {
  vertical-align: sub;
  width: 17.6rem;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__lead span img {
    width: 13.6rem;
  }
}

.p-top-recruit__text {
  margin-top: 4.4rem;
  color: #fff;
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__text {
    font-size: 1.6rem;
  }
}

.p-top-recruit__more {
  margin-top: 3rem;
}

.p-top-contact {
  position: relative;
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-top-contact {
    margin-top: 15rem;
  }
}

.p-top-contact__inner {
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: 15rem;
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .p-top-contact__inner {
    margin-top: 5rem;
  }
}

.p-top-contact__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-contact__inner:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  transform: scaleX(0);
  transform-origin: left;
}

.p-top-contact__inner.on::before {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.2s;
}

.p-top-contact__inner:last-child.on::after {
  transform: scaleX(1);
  transition: all 0.6s cubic-bezier(0.78, 0.25, 0.29, 0.9) 0.4s;
}

.p-top-contact__inner .title {
  padding: 1rem 2rem;
  color: #AD9300;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top-contact__inner .title {
    padding: 1rem 0;
    font-size: 2rem;
  }
}

.p-top-contact__contentsWrap {
  margin-top: 5rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .p-top-contact__contentsWrap {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.p-top-sideNav {
  position: fixed;
  top: 9rem;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .p-top-sideNav {
    display: none !important;
  }
}

@media screen and (max-height: 740px) {
  .p-top-sideNav {
    display: none !important;
  }
}

.p-top-sideNav li {
  margin-bottom: 1rem;
  text-align: center;
  padding: 1.2rem 2.3rem;
  color: #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.p-top-sideNav li span {
  display: block;
}

.p-top-sideNav li .num {
  font-weight: bold;
}

.p-top-sideNav li .name {
  display: none;
}

.p-top-sideNav li.now {
  position: relative;
  height: calc(100vh - 55rem);
  padding: 1rem 2.3rem 0;
  color: #332E2B;
  border-left: 1px solid #b4b4b4;
}

.p-top-sideNav li.now .line {
  display: block;
  position: absolute;
  top: 0;
  left: -0.2rem;
  width: 0.3rem;
  height: 100%;
  background-color: #09D0CE;
  transform-origin: top;
}

.p-top-sideNav li.now .num {
  margin-bottom: 2rem;
}

.p-top-sideNav li.now .name {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: block;
  white-space: nowrap;
}

.p-top-sideNav .arrow {
  position: absolute;
  left: 0;
  bottom: -5rem;
  width: 1.2rem;
  height: 4.7rem;
}

.p-top-sideNav .arrow::before, .p-top-sideNav .arrow::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #AD9300;
  width: 0.1rem;
}

.p-top-sideNav .arrow::before {
  height: 100%;
}

.p-top-sideNav .arrow::after {
  transform-origin: bottom;
  height: 1.5rem;
  transform: rotate(35deg);
}

.p-top-sideNav .arrow a {
  display: block;
  width: 1.2rem;
  height: 4.7rem;
}

.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-align-justify {
  text-align: justify !important;
}

@media screen and (max-width: 1024px) {
  .u-lg-align-left {
    text-align: left !important;
  }
  .u-lg-align-center {
    text-align: center !important;
  }
  .u-lg-align-right {
    text-align: right !important;
  }
  .u-lg-align-justify {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-align-left {
    text-align: left !important;
  }
  .u-md-align-center {
    text-align: center !important;
  }
  .u-md-align-right {
    text-align: right !important;
  }
  .u-md-align-justify {
    text-align: justify !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-align-left {
    text-align: left !important;
  }
  .u-sm-align-center {
    text-align: center !important;
  }
  .u-sm-align-right {
    text-align: right !important;
  }
  .u-sm-align-justify {
    text-align: justify !important;
  }
}

.u-fadeUp {
  display: inline-block;
  transform: translateY(130%);
}

.u-fadeUp.on {
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transform: translateY(0);
}

.u-fadeIn {
  display: inline-block;
  transform: translateY(25px);
  opacity: 0;
}

.u-fadeIn.on {
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transform: translateY(0);
  opacity: 1;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-color-white {
  color: #fff !important;
}

.u-bg-lightest-gray {
  background-color: #F9F9F9 !important;
}

.u-color-lightest-gray {
  color: #F9F9F9 !important;
}

.u-bg-light-gray {
  background-color: #E8E8E8 !important;
}

.u-color-light-gray {
  color: #E8E8E8 !important;
}

.u-bg-dark-gray {
  background-color: #B4B4B4 !important;
}

.u-color-dark-gray {
  color: #B4B4B4 !important;
}

.u-bg-darkest-gray {
  background-color: #332E2B !important;
}

.u-color-darkest-gray {
  color: #332E2B !important;
}

.u-bg-site-yellow {
  background-color: #AD9300 !important;
}

.u-color-site-yellow {
  color: #AD9300 !important;
}

.u-bg-site-blue {
  background-color: #09D0CE !important;
}

.u-color-site-blue {
  color: #09D0CE !important;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-flex {
  display: flex !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-end {
  justify-content: flex-end;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-align-content-start {
  align-content: flex-start !important;
}

.u-align-content-center {
  align-content: center !important;
}

.u-align-content-end {
  align-content: flex-end !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

@media screen and (max-width: 1024px) {
  .u-lg-flex {
    display: flex !important;
  }
  .u-lg-flex-column {
    flex-direction: column !important;
  }
  .u-lg-justify-start {
    justify-content: flex-start;
  }
  .u-lg-justify-end {
    justify-content: flex-end;
  }
  .u-lg-justify-center {
    justify-content: center !important;
  }
  .u-lg-justify-between {
    justify-content: space-between !important;
  }
  .u-lg-flex-wrap {
    flex-wrap: wrap !important;
  }
  .u-lg-align-content-start {
    align-content: flex-start !important;
  }
  .u-lg-align-content-center {
    align-content: center !important;
  }
  .u-lg-align-content-end {
    align-content: flex-end !important;
  }
  .u-lg-align-items-start {
    align-items: flex-start !important;
  }
  .u-lg-align-items-center {
    align-items: center !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-flex {
    display: flex !important;
  }
  .u-md-flex-column {
    flex-direction: column !important;
  }
  .u-md-justify-start {
    justify-content: flex-start;
  }
  .u-md-justify-end {
    justify-content: flex-end;
  }
  .u-md-justify-center {
    justify-content: center !important;
  }
  .u-md-justify-between {
    justify-content: space-between !important;
  }
  .u-md-flex-wrap {
    flex-wrap: wrap !important;
  }
  .u-md-align-content-start {
    align-content: flex-start !important;
  }
  .u-md-align-content-center {
    align-content: center !important;
  }
  .u-md-align-content-end {
    align-content: flex-end !important;
  }
  .u-md-align-items-start {
    align-items: flex-start !important;
  }
  .u-md-align-items-center {
    align-items: center !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-flex {
    display: flex !important;
  }
  .u-sm-flex-column {
    flex-direction: column !important;
  }
  .u-sm-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .u-sm-justify-start {
    justify-content: flex-start;
  }
  .u-sm-justify-end {
    justify-content: flex-end;
  }
  .u-sm-justify-center {
    justify-content: center !important;
  }
  .u-sm-justify-between {
    justify-content: space-between !important;
  }
  .u-sm-flex-wrap {
    flex-wrap: wrap !important;
  }
  .u-sm-align-content-start {
    align-content: flex-start !important;
  }
  .u-sm-align-content-center {
    align-content: center !important;
  }
  .u-sm-align-content-end {
    align-content: flex-end !important;
  }
  .u-sm-align-items-start {
    align-items: flex-start !important;
  }
  .u-sm-align-items-center {
    align-items: center !important;
  }
}

.u-position-fixed {
  position: fixed;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

@media all and (-ms-high-contrast: none) {
  .u-ie-no {
    display: none !important;
  }
}

.u-ie-block {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .u-ie-block {
    display: block !important;
  }
}

@media screen and (min-width: 1201px) {
  .u-xxl-no {
    display: none !important;
  }
}

.u-xxl-block {
  display: none;
}

@media screen and (min-width: 1201px) {
  .u-xxl-block {
    display: block !important;
  }
}

@media screen and (max-width: 1200px) {
  .u-xl-no {
    display: none !important;
  }
}

.u-xl-block {
  display: none;
}

@media screen and (max-width: 1200px) {
  .u-xl-block {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-lg-no {
    display: none !important;
  }
}

.u-lg-block {
  display: none;
}

@media screen and (max-width: 1024px) {
  .u-lg-block {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-no {
    display: none !important;
  }
}

.u-md-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-block {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-no {
    display: none !important;
  }
}

.u-sm-block {
  display: none;
}

@media screen and (max-width: 640px) {
  .u-sm-block {
    display: block !important;
  }
}

@media screen and (max-width: 350px) {
  .u-xs-no {
    display: none !important;
  }
}

.u-xs-block {
  display: none;
}

@media screen and (max-width: 350px) {
  .u-xs-block {
    display: block !important;
  }
}

.u-w50 {
  width: 50% !important;
}

.u-h50 {
  height: 50% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-h100 {
  height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .u-lg-w50 {
    width: 50% !important;
  }
  .u-lg-h50 {
    height: 50% !important;
  }
  .u-lg-w100 {
    width: 100% !important;
  }
  .u-lg-h100 {
    height: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-w50 {
    width: 50% !important;
  }
  .u-md-h50 {
    height: 50% !important;
  }
  .u-md-w100 {
    width: 100% !important;
  }
  .u-md-h100 {
    height: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-w50 {
    width: 50% !important;
  }
  .u-sm-h50 {
    height: 50% !important;
  }
  .u-sm-w100 {
    width: 100% !important;
  }
  .u-sm-h100 {
    height: 100% !important;
  }
}

.u-mt0 {
  margin-top: 0rem !important;
}

.u-mt1 {
  margin-top: 0.5rem !important;
}

.u-mt2 {
  margin-top: 1rem !important;
}

.u-mt3 {
  margin-top: 1.5rem !important;
}

.u-mt4 {
  margin-top: 2rem !important;
}

.u-mt5 {
  margin-top: 2.5rem !important;
}

.u-mt6 {
  margin-top: 3rem !important;
}

.u-mt7 {
  margin-top: 3.5rem !important;
}

.u-mt8 {
  margin-top: 4rem !important;
}

.u-mt9 {
  margin-top: 4.5rem !important;
}

.u-mt10 {
  margin-top: 5rem !important;
}

.u-mt11 {
  margin-top: 5.5rem !important;
}

.u-mt12 {
  margin-top: 6rem !important;
}

.u-mt13 {
  margin-top: 6.5rem !important;
}

.u-mt14 {
  margin-top: 7rem !important;
}

.u-mt15 {
  margin-top: 7.5rem !important;
}

.u-mt16 {
  margin-top: 8rem !important;
}

.u-mt17 {
  margin-top: 8.5rem !important;
}

.u-mt18 {
  margin-top: 9rem !important;
}

.u-mt19 {
  margin-top: 9.5rem !important;
}

.u-mt20 {
  margin-top: 10rem !important;
}

@media screen and (max-width: 1024px) {
  .u-md-mt0 {
    margin-top: 0rem !important;
  }
  .u-md-mt1 {
    margin-top: 0.5rem !important;
  }
  .u-md-mt2 {
    margin-top: 1rem !important;
  }
  .u-md-mt3 {
    margin-top: 1.5rem !important;
  }
  .u-md-mt4 {
    margin-top: 2rem !important;
  }
  .u-md-mt5 {
    margin-top: 2.5rem !important;
  }
  .u-md-mt6 {
    margin-top: 3rem !important;
  }
  .u-md-mt7 {
    margin-top: 3.5rem !important;
  }
  .u-md-mt8 {
    margin-top: 4rem !important;
  }
  .u-md-mt9 {
    margin-top: 4.5rem !important;
  }
  .u-md-mt10 {
    margin-top: 5rem !important;
  }
  .u-md-mt11 {
    margin-top: 5.5rem !important;
  }
  .u-md-mt12 {
    margin-top: 6rem !important;
  }
  .u-md-mt13 {
    margin-top: 6.5rem !important;
  }
  .u-md-mt14 {
    margin-top: 7rem !important;
  }
  .u-md-mt15 {
    margin-top: 7.5rem !important;
  }
  .u-md-mt16 {
    margin-top: 8rem !important;
  }
  .u-md-mt17 {
    margin-top: 8.5rem !important;
  }
  .u-md-mt18 {
    margin-top: 9rem !important;
  }
  .u-md-mt19 {
    margin-top: 9.5rem !important;
  }
  .u-md-mt20 {
    margin-top: 10rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-mt0 {
    margin-top: 0rem !important;
  }
  .u-md-mt1 {
    margin-top: 0.5rem !important;
  }
  .u-md-mt2 {
    margin-top: 1rem !important;
  }
  .u-md-mt3 {
    margin-top: 1.5rem !important;
  }
  .u-md-mt4 {
    margin-top: 2rem !important;
  }
  .u-md-mt5 {
    margin-top: 2.5rem !important;
  }
  .u-md-mt6 {
    margin-top: 3rem !important;
  }
  .u-md-mt7 {
    margin-top: 3.5rem !important;
  }
  .u-md-mt8 {
    margin-top: 4rem !important;
  }
  .u-md-mt9 {
    margin-top: 4.5rem !important;
  }
  .u-md-mt10 {
    margin-top: 5rem !important;
  }
  .u-md-mt11 {
    margin-top: 5.5rem !important;
  }
  .u-md-mt12 {
    margin-top: 6rem !important;
  }
  .u-md-mt13 {
    margin-top: 6.5rem !important;
  }
  .u-md-mt14 {
    margin-top: 7rem !important;
  }
  .u-md-mt15 {
    margin-top: 7.5rem !important;
  }
  .u-md-mt16 {
    margin-top: 8rem !important;
  }
  .u-md-mt17 {
    margin-top: 8.5rem !important;
  }
  .u-md-mt18 {
    margin-top: 9rem !important;
  }
  .u-md-mt19 {
    margin-top: 9.5rem !important;
  }
  .u-md-mt20 {
    margin-top: 10rem !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-mt0 {
    margin-top: 0rem !important;
  }
  .u-sm-mt1 {
    margin-top: 0.5rem !important;
  }
  .u-sm-mt2 {
    margin-top: 1rem !important;
  }
  .u-sm-mt3 {
    margin-top: 1.5rem !important;
  }
  .u-sm-mt4 {
    margin-top: 2rem !important;
  }
  .u-sm-mt5 {
    margin-top: 2.5rem !important;
  }
  .u-sm-mt6 {
    margin-top: 3rem !important;
  }
  .u-sm-mt7 {
    margin-top: 3.5rem !important;
  }
  .u-sm-mt8 {
    margin-top: 4rem !important;
  }
  .u-sm-mt9 {
    margin-top: 4.5rem !important;
  }
  .u-sm-mt10 {
    margin-top: 5rem !important;
  }
  .u-sm-mt11 {
    margin-top: 5.5rem !important;
  }
  .u-sm-mt12 {
    margin-top: 6rem !important;
  }
  .u-sm-mt13 {
    margin-top: 6.5rem !important;
  }
  .u-sm-mt14 {
    margin-top: 7rem !important;
  }
  .u-sm-mt15 {
    margin-top: 7.5rem !important;
  }
  .u-sm-mt16 {
    margin-top: 8rem !important;
  }
  .u-sm-mt17 {
    margin-top: 8.5rem !important;
  }
  .u-sm-mt18 {
    margin-top: 9rem !important;
  }
  .u-sm-mt19 {
    margin-top: 9.5rem !important;
  }
  .u-sm-mt20 {
    margin-top: 10rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-mb1 {
  margin-bottom: 0.5rem !important;
}

.u-mb2 {
  margin-bottom: 1rem !important;
}

.u-mb3 {
  margin-bottom: 1.5rem !important;
}

.u-mb4 {
  margin-bottom: 2rem !important;
}

.u-mb5 {
  margin-bottom: 2.5rem !important;
}

.u-mb6 {
  margin-bottom: 3rem !important;
}

.u-mb7 {
  margin-bottom: 3.5rem !important;
}

.u-mb8 {
  margin-bottom: 4rem !important;
}

.u-mb9 {
  margin-bottom: 4.5rem !important;
}

.u-mb10 {
  margin-bottom: 5rem !important;
}

.u-mb11 {
  margin-bottom: 5.5rem !important;
}

.u-mb12 {
  margin-bottom: 6rem !important;
}

.u-mb13 {
  margin-bottom: 6.5rem !important;
}

.u-mb14 {
  margin-bottom: 7rem !important;
}

.u-mb15 {
  margin-bottom: 7.5rem !important;
}

.u-mb16 {
  margin-bottom: 8rem !important;
}

.u-mb17 {
  margin-bottom: 8.5rem !important;
}

.u-mb18 {
  margin-bottom: 9rem !important;
}

.u-mb19 {
  margin-bottom: 9.5rem !important;
}

.u-mb20 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 1024px) {
  .u-md-mb0 {
    margin-bottom: 0rem !important;
  }
  .u-md-mb1 {
    margin-bottom: 0.5rem !important;
  }
  .u-md-mb2 {
    margin-bottom: 1rem !important;
  }
  .u-md-mb3 {
    margin-bottom: 1.5rem !important;
  }
  .u-md-mb4 {
    margin-bottom: 2rem !important;
  }
  .u-md-mb5 {
    margin-bottom: 2.5rem !important;
  }
  .u-md-mb6 {
    margin-bottom: 3rem !important;
  }
  .u-md-mb7 {
    margin-bottom: 3.5rem !important;
  }
  .u-md-mb8 {
    margin-bottom: 4rem !important;
  }
  .u-md-mb9 {
    margin-bottom: 4.5rem !important;
  }
  .u-md-mb10 {
    margin-bottom: 5rem !important;
  }
  .u-md-mb11 {
    margin-bottom: 5.5rem !important;
  }
  .u-md-mb12 {
    margin-bottom: 6rem !important;
  }
  .u-md-mb13 {
    margin-bottom: 6.5rem !important;
  }
  .u-md-mb14 {
    margin-bottom: 7rem !important;
  }
  .u-md-mb15 {
    margin-bottom: 7.5rem !important;
  }
  .u-md-mb16 {
    margin-bottom: 8rem !important;
  }
  .u-md-mb17 {
    margin-bottom: 8.5rem !important;
  }
  .u-md-mb18 {
    margin-bottom: 9rem !important;
  }
  .u-md-mb19 {
    margin-bottom: 9.5rem !important;
  }
  .u-md-mb20 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-mb0 {
    margin-bottom: 0rem !important;
  }
  .u-md-mb1 {
    margin-bottom: 0.5rem !important;
  }
  .u-md-mb2 {
    margin-bottom: 1rem !important;
  }
  .u-md-mb3 {
    margin-bottom: 1.5rem !important;
  }
  .u-md-mb4 {
    margin-bottom: 2rem !important;
  }
  .u-md-mb5 {
    margin-bottom: 2.5rem !important;
  }
  .u-md-mb6 {
    margin-bottom: 3rem !important;
  }
  .u-md-mb7 {
    margin-bottom: 3.5rem !important;
  }
  .u-md-mb8 {
    margin-bottom: 4rem !important;
  }
  .u-md-mb9 {
    margin-bottom: 4.5rem !important;
  }
  .u-md-mb10 {
    margin-bottom: 5rem !important;
  }
  .u-md-mb11 {
    margin-bottom: 5.5rem !important;
  }
  .u-md-mb12 {
    margin-bottom: 6rem !important;
  }
  .u-md-mb13 {
    margin-bottom: 6.5rem !important;
  }
  .u-md-mb14 {
    margin-bottom: 7rem !important;
  }
  .u-md-mb15 {
    margin-bottom: 7.5rem !important;
  }
  .u-md-mb16 {
    margin-bottom: 8rem !important;
  }
  .u-md-mb17 {
    margin-bottom: 8.5rem !important;
  }
  .u-md-mb18 {
    margin-bottom: 9rem !important;
  }
  .u-md-mb19 {
    margin-bottom: 9.5rem !important;
  }
  .u-md-mb20 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (max-width: 640px) {
  .u-sm-mb0 {
    margin-bottom: 0rem !important;
  }
  .u-sm-mb1 {
    margin-bottom: 0.5rem !important;
  }
  .u-sm-mb2 {
    margin-bottom: 1rem !important;
  }
  .u-sm-mb3 {
    margin-bottom: 1.5rem !important;
  }
  .u-sm-mb4 {
    margin-bottom: 2rem !important;
  }
  .u-sm-mb5 {
    margin-bottom: 2.5rem !important;
  }
  .u-sm-mb6 {
    margin-bottom: 3rem !important;
  }
  .u-sm-mb7 {
    margin-bottom: 3.5rem !important;
  }
  .u-sm-mb8 {
    margin-bottom: 4rem !important;
  }
  .u-sm-mb9 {
    margin-bottom: 4.5rem !important;
  }
  .u-sm-mb10 {
    margin-bottom: 5rem !important;
  }
  .u-sm-mb11 {
    margin-bottom: 5.5rem !important;
  }
  .u-sm-mb12 {
    margin-bottom: 6rem !important;
  }
  .u-sm-mb13 {
    margin-bottom: 6.5rem !important;
  }
  .u-sm-mb14 {
    margin-bottom: 7rem !important;
  }
  .u-sm-mb15 {
    margin-bottom: 7.5rem !important;
  }
  .u-sm-mb16 {
    margin-bottom: 8rem !important;
  }
  .u-sm-mb17 {
    margin-bottom: 8.5rem !important;
  }
  .u-sm-mb18 {
    margin-bottom: 9rem !important;
  }
  .u-sm-mb19 {
    margin-bottom: 9.5rem !important;
  }
  .u-sm-mb20 {
    margin-bottom: 10rem !important;
  }
}

.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-px20 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.u-pl20 {
  padding-left: 2rem;
}

.u-pr20 {
  padding-right: 2rem;
}

.u-text-notoSans {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Verdana, sans-serif !important;
}

.u-text-oswald {
  font-family: 'Oswald', sans-serif !important;
}

.u-text-barlow {
  font-family: 'Barlow', sans-serif !important;
}

.u-text-weight-thin {
  font-weight: 100;
}

.u-text-weight-light {
  font-weight: 300;
}

.u-text-weight-regular {
  font-weight: 400;
}

.u-text-weight-medium {
  font-weight: 500;
}

.u-text-weight-semi-bold {
  font-weight: 600;
}

.u-text-weight-bold {
  font-weight: 700;
}

.u-text-weight-extra-bold {
  font-weight: 800;
}

.u-text-weight-black {
  font-weight: 900;
}

.u-text-height-1 {
  line-height: 1 !important;
}

.u-text-height-2 {
  line-height: 2 !important;
}

/*# sourceMappingURL=app.css.map */
