@charset "UTF-8";
/*! 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: auto;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #3E3A39;
  text-align: justify;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W2", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  overflow-x: hidden;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

figure {
  margin: 0 !important;
}

a {
  text-decoration: none;
  color: #5A4338;
  outline: none;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
a:hover {
  cursor: pointer;
}

ω .en {
  font-family: "PT Sans", sans-serif;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgt-60 {
  margin-top: 60px;
}

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

.indentback {
  text-indent: -1em;
  padding-left: 1em;
}

.margin-auto {
  margin: auto 0;
}

.t-red {
  color: #E60012;
}

.flex, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.col, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .col-2 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3%;
  }
  .col-5 {
    width: 41.6%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3%;
  }
  .col-8 {
    width: 66.6%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  height: 60px;
  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;
}

.head-top {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.head-top .head-logo-naka {
  display: none;
}
.head-top .head-logo {
  display: none;
}

.head-naka {
  background-color: #fff;
  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-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.head-naka .sp-head-mono-logo {
  display: none;
}
.head-naka .head-logo-naka {
  display: block;
  padding: 0 0 0 20px;
}
.head-naka .head-logo-naka img {
  height: 100%;
  width: 150px;
}
.head-naka .head-logo {
  display: none;
}
.head-naka .min-nav p {
  color: #3E3A39;
}
.head-naka .min-nav small {
  color: #BBBBBB;
}
.head-naka .min-nav:hover p {
  color: #E60012;
}
.head-naka .min-nav:hover small {
  color: #E60012;
}

.head-logo {
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  height: 350px;
  width: 200px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
}
.head-logo img {
  width: 80px;
}

.head-nav {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-nav a {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  text-align: center;
  padding: 20px;
}
.head-nav a p {
  font-size: 16px;
  width: 100%;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.head-nav a small {
  font-size: 13px;
  font-weight: bold;
  opacity: 0.6;
  margin-top: 0.4em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.min-nav p {
  color: #fff;
}
.min-nav small {
  color: #fff;
}
.min-nav:hover p {
  color: #E7EF99;
}
.min-nav:hover small {
  color: #E7EF99;
}

.color-nav-g p, .color-nav-r p {
  color: #fff;
}
.color-nav-g small, .color-nav-r small {
  color: #fff;
}

.color-nav-g {
  background-color: #9EB61B;
  position: relative;
  margin-right: 45px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.color-nav-g::before {
  content: "";
  background: #9EB61B;
  width: 45px;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  left: -44px;
}
.color-nav-g::after {
  content: "";
  background: #9EB61B;
  width: 45px;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
          clip-path: polygon(100% 0, 0 100%, 0 0);
  position: absolute;
  right: -45px;
  z-index: 2;
}
.color-nav-g:hover {
  opacity: 0.7;
}

.color-nav-r {
  background-color: #E60012;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.color-nav-r::after {
  content: "";
  background: #E60012;
  width: 45px;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: absolute;
  left: -45px;
}
.color-nav-r:hover {
  opacity: 0.7;
}

.last-nav {
  margin-right: 45px;
}

.sp-head-mono-logo {
  display: block;
  width: 150px;
  margin-left: 20px;
}

.hamburger {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: #E60012;
  position: relative;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.hamburger small {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  left: 15px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 14px;
}

.hamburger span:nth-child(2) {
  top: 22px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
  background: #fff;
  z-index: 999;
}

.hamburger.active span:nth-child(1) {
  top: 27px;
  background: #E60012;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 27px;
  background: #E60012;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.hamburger.active small {
  display: none;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/*gnav*/
.gnav {
  background: #E60012;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.gnav__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding: 80px 8% 40px;
}
.gnav__wrap ul {
  width: 100%;
  text-align: center;
}

.gnav__menu__item {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin-bottom: 25px;
  color: #fff;
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.gnav__menu__item small {
  font-size: 0.6em;
  font-weight: normal;
  display: block;
  margin-top: 0.5em;
}

.gnav-box {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 15px 0;
}
.gnav-box figure {
  width: 70%;
}
.gnav-box .nav-access {
  width: 100%;
  text-align: center;
  border: 2px solid;
  color: #E60012;
  padding: 0.5em;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}
.gnav-box p {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 1050px) {
  header {
    height: auto;
    display: block;
  }
  .head-top .head-logo {
    display: block;
  }
  .head-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-head-mono-logo {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .head-naka .head-logo {
    display: none;
  }
  .head-naka .head-logo-naka {
    display: block;
    padding: 0 0 0 20px;
  }
  .head-naka .head-logo-naka img {
    height: 100%;
    width: 180px;
  }
}
.top-view {
  position: relative;
  height: 70vh;
}
.top-view::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  height: 100%;
  width: 40%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 50%);
          clip-path: polygon(0 0, 100% 0, 0% 50%);
  opacity: 0.2;
  position: absolute;
  -webkit-animation: slideInLeft 1.5s ease;
          animation: slideInLeft 1.5s ease;
}

.top-view-copy {
  width: 40%;
  min-width: 260px;
  max-width: 530px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.top-slide {
  height: 100%;
}
.top-slide div {
  height: 100%;
}
.top-slide video {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .top-view {
    height: auto;
  }
  .top-view::after {
    height: 100%;
    width: 37%;
    -webkit-clip-path: polygon(0 0, 100% 0, 0% 120%);
            clip-path: polygon(0 0, 100% 0, 0% 120%);
  }
}
.content {
  opacity: 0;
  pointer-events: none;
}

body.appear .content {
  -webkit-animation-name: PageAnime-content;
          animation-name: PageAnime-content;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}

.animation .content {
  opacity: 1;
  pointer-events: auto;
}

@-webkit-keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.move .animation-bg {
  background: #E60012;
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top.ltr .animation-bg {
  -webkit-animation-name: PageAnime-top-ltr;
          animation-name: PageAnime-top-ltr;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes PageAnime-top-ltr {
  0% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(-300%) skewX(-30deg);
            transform: scale(2, 2) translateX(-300%) skewX(-30deg);
  }
  50% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(-17%) skewX(-30deg);
            transform: scale(2, 2) translateX(-17%) skewX(-30deg);
  }
  50.001% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(-17%) skewX(-30deg);
            transform: scale(2, 2) translateX(-17%) skewX(-30deg);
  }
  100% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(500%) skewX(-30deg);
            transform: scale(2, 2) translateX(500%) skewX(-30deg);
  }
}

@keyframes PageAnime-top-ltr {
  0% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(-300%) skewX(-30deg);
            transform: scale(2, 2) translateX(-300%) skewX(-30deg);
  }
  50% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(-17%) skewX(-30deg);
            transform: scale(2, 2) translateX(-17%) skewX(-30deg);
  }
  50.001% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(-17%) skewX(-30deg);
            transform: scale(2, 2) translateX(-17%) skewX(-30deg);
  }
  100% {
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(2, 2) translateX(500%) skewX(-30deg);
            transform: scale(2, 2) translateX(500%) skewX(-30deg);
  }
}
footer {
  background: #fff;
}

.footer-sec {
  padding: 50px 30px 0;
  margin: 0 auto;
  max-width: 1120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0;
}

.foot-info {
  width: 100%;
}
.foot-info p {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.foot-info a {
  display: block;
  width: 100%;
  border: 2px solid #E60012;
  letter-spacing: 0.1em;
  padding: 0.2em 1em;
  margin-top: 20px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.foot-info a:hover {
  background: #E60012;
  color: #fff;
}

.foot-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px 20px;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  letter-spacing: 0.1em;
}
.foot-nav article {
  padding-left: 1em;
  width: 46%;
}
.foot-nav article a {
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.foot-nav article a:hover {
  color: #E60012;
}

.foot-nav-main {
  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;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
}
.foot-nav-main strong {
  position: absolute;
  top: -1px;
  left: -0.8em;
  font-weight: normal;
}

.foot-nav-min {
  margin-bottom: 0.5em;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
}

.copy-right {
  width: 100%;
  text-align: center;
  color: #BBBBBB;
  padding: 0px 1em 20px;
}

@media only screen and (min-width: 768px) {
  .footer-sec {
    padding: 80px 30px 0;
  }
  .foot-info {
    width: auto;
  }
  .foot-nav {
    gap: 50px 0px;
    width: 60%;
  }
  .foot-nav article {
    width: 25%;
  }
  .copy-right {
    padding: 40px 1em 20px;
  }
}
.mainvisual {
  width: 100vw;
  overflow: hidden;
}
.mainvisual video {
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrollGallery a {
  display: block;
}
.scrollGallery a:hover {
  opacity: 0.7;
}

#home .scrollGallery {
  margin-top: 0;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.figlio {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  -webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.top-min-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-min-tit p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.top-min-tit span {
  margin: 0 0.5em;
  font-size: 0.8em;
  font-weight: normal;
}
.top-min-tit small {
  font-size: 0.8em;
  font-weight: bold;
  color: #E60012;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.more-btn {
  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;
}
.more-btn p {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  letter-spacing: 0.1em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.more-btn div {
  border: 2px solid #A2A2A2;
  width: 50px;
  height: 50px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.more-btn div::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.more-btn:hover p {
  color: #E60012;
}
.more-btn:hover div {
  background: #E60012;
}
.more-btn:hover div::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.pc-br {
  display: none;
}

.sp-br {
  display: block;
}

@media only screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
  .sp-br {
    display: none;
  }
  .top-min-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .top-min-tit p {
    font-size: 30px;
  }
  .top-min-tit span {
    margin: 0 1em;
    font-size: 1em;
  }
  .top-min-tit small {
    font-size: 1em;
  }
  .more-btn p {
    font-size: 25px;
    margin-right: 20px;
  }
}
.reasons-sec {
  padding: 50px 0px;
  position: relative;
}
.reasons-sec h2 {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.3;
}
.reasons-sec h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 50px;
  display: block;
  letter-spacing: 0.15em;
  color: #E60012;
  line-height: 1.2;
  margin-top: 10px;
}
.reasons-sec::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #E60012;
  height: 80px;
  width: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  -webkit-animation: slideInLeft 1.5s ease;
          animation: slideInLeft 1.5s ease;
}

.reasons-box {
  margin-top: 30px;
  position: relative;
}
.reasons-box article {
  padding: 40px 30px;
}
.reasons-box .more-btn {
  margin-top: 30px;
  margin-bottom: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.reasons-posi {
  padding-left: 0px;
}

.reasons-back-red {
  position: relative;
}
.reasons-back-red::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(250, 204, 208, 0.75);
  -webkit-transform: translate(-30px) skew(0deg);
          transform: translate(-30px) skew(0deg);
  position: absolute;
  top: 0;
}

.reasons-back-gray {
  position: relative;
}
.reasons-back-gray::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(222, 220, 220, 0.9);
  -webkit-transform: translate(0px) skew(0deg);
          transform: translate(0px) skew(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

.box-main-copy {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 15px;
  text-align: left;
}

.box-sub-copy {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.red-t-under {
  border-bottom: 3px solid #E60012;
  display: inline-block;
  margin-bottom: 5px;
}

.reasons-back-img {
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: -2;
  height: 50%;
  -webkit-clip-path: polygon(85% 0%, 100% 0%, 100% 75%, 78% 100%, 0% 100%, 42% 50%);
          clip-path: polygon(85% 0%, 100% 0%, 100% 75%, 78% 100%, 0% 100%, 42% 50%);
}

@media only screen and (min-width: 768px) {
  .reasons-sec {
    padding: 120px 0;
  }
  .reasons-sec h2 {
    font-size: 50px;
  }
  .reasons-sec h3 {
    font-size: 70px;
  }
  .reasons-sec::after {
    height: 9%;
    width: 6.2%;
  }
  .reasons-box {
    margin-top: 100px;
  }
  .reasons-box article {
    padding: 100px;
  }
  .reasons-box .more-btn {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .reasons-posi {
    padding-left: 80px;
  }
  .box-main-copy {
    font-size: 38px;
    line-height: 1.2;
    margin-top: 15px;
  }
  .red-t-under {
    border-bottom: 5px solid #E60012;
    margin-bottom: 10px;
  }
  .box-sub-copy {
    font-size: 18px;
    line-height: 1.8;
  }
  .reasons-back-red::after {
    -webkit-transform: translate(-130px) skew(-30deg);
            transform: translate(-130px) skew(-30deg);
    background-color: rgba(250, 204, 208, 0.85);
  }
  .reasons-back-gray::after {
    -webkit-transform: translate(-380px) skew(-30deg);
            transform: translate(-380px) skew(-30deg);
    background-color: rgba(222, 220, 220, 0.85);
  }
  .reasons-back-img {
    bottom: -60px;
    height: 85%;
  }
}
.services-sec {
  background-color: rgba(252, 229, 231, 0.5);
  padding: 60px 0;
}

.services-copy {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.services-copy h2 {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
}

.services-box {
  margin-top: 25px;
}

.services-art {
  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;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.services-art figure {
  width: 100%;
  overflow: hidden;
}
.services-art figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.services-art:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services-art:hover .more-btn p {
  color: #E60012;
}
.services-art:hover .more-btn div {
  background: #E60012;
}
.services-art:hover .more-btn div::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.services-body {
  padding: 20px 30px 30px 30px;
  width: 100%;
  position: relative;
}
.services-body h3 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
.services-body p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.services-body .more-btn {
  margin-top: 10px;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.services-body .more-btn div {
  border: 2px solid #fff;
}
.services-body::after {
  content: "";
  bottom: 0;
  left: -150px;
  z-index: 2;
  background: #F9BFC4;
  height: 0;
  width: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
}

.services-back-red {
  background: #F9BFC4;
  position: relative;
}

.services-back-red-anime figure::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #E60012;
  height: 100px;
  width: 70px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  -webkit-animation: slideInLeft 1.5s ease;
          animation: slideInLeft 1.5s ease;
}

.services-back-gray {
  background: #DEDCDC;
}
.services-back-gray figure {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.services-back-gray .services-body {
  padding: 20px 30px 30px 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.services-back-gray .services-body::after {
  content: "";
  bottom: 0;
  left: initial;
  right: -150px;
  z-index: 2;
  background: #DEDCDC;
  height: 0;
  width: 0;
  -webkit-clip-path: polygon(0% 0, 0 100%, 100% 0%);
          clip-path: polygon(0% 0, 0 100%, 100% 0%);
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .services-sec {
    padding: 120px 0;
  }
  .services-copy {
    padding: 0 100px;
    gap: 30px 40px;
  }
  .services-copy h2 {
    font-size: 42px;
  }
  .services-box {
    margin-top: 40px;
  }
  .services-art {
    width: 100%;
  }
  .services-art figure {
    width: 50%;
  }
  .services-body {
    padding: 50px 80px 50px 30px;
    width: 50%;
  }
  .services-body h3 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .services-body p {
    font-size: 18px;
  }
  .services-body::after {
    height: 100%;
    width: 151px;
  }
  .services-back-gray .services-body {
    padding: 50px 0px 50px 80px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .services-back-gray .services-body::after {
    height: 100%;
    width: 151px;
  }
  .services-back-gray .services-body figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .services-back-red-anime figure::after {
    height: 150px;
    width: 80px;
  }
}
.company-sec {
  padding: 60px 30px;
}

.company-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.company-wrap h3 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 20px;
}

.company-sub-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.company-more-btn {
  margin-top: 10px;
  text-align: right;
}
.company-more-btn .more-btn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (min-width: 768px) {
  .company-sec {
    padding: 120px 30px;
  }
  .company-wrap h3 {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .company-sub-text {
    font-size: 18px;
  }
}
.recruit-sec {
  padding: 50px 30px;
  background-color: rgba(231, 239, 153, 0.6);
  position: relative;
  margin-top: 60px;
}
.recruit-sec .top-min-tit {
  margin-bottom: 20px;
}
.recruit-sec .top-min-tit small {
  color: #A3B317;
}
.recruit-sec .more-btn {
  margin-top: 10px;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 0px;
}
.recruit-sec .more-btn div::after {
  border-top: 2px solid #A3B317;
  border-right: 2px solid #A3B317;
}
.recruit-sec .more-btn:hover p {
  color: #A3B317;
}
.recruit-sec .more-btn:hover div {
  background: #A3B317;
}
.recruit-sec .more-btn:hover div::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recruit-wrap {
  padding-left: 0px;
}

.recruit-flex {
  gap: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
.recruit-flex figure {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.recruit-flex figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.recruit-box {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.recruit-box h4 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.4;
  margin-bottom: 10px;
}

.recruit-sub-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-right: 0px;
}

.back-text {
  font-size: 70px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 0.7;
  position: absolute;
  top: -2px;
  right: 0px;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 768px) {
  .recruit-sec {
    padding: 120px 0px;
    margin-top: 100px;
  }
  .recruit-sec .top-min-tit {
    margin-bottom: 40px;
  }
  .recruit-sec .more-btn {
    margin-top: 40px;
    padding-right: 40px;
  }
  .recruit-wrap {
    padding-left: 80px;
  }
  .recruit-flex figure {
    width: 55%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit-box {
    width: 45%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit-box h4 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .recruit-sub-text {
    font-size: 18px;
    padding-right: 40px;
  }
  .back-text {
    font-size: 220px;
    top: -1rem;
    right: 20px;
  }
}
.topic-sec {
  padding: 60px 30px;
}

.topic-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.topic-box {
  margin-top: 20px;
}
.topic-box time {
  width: 100%;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 20px 0.5em 10px;
  border-top: 0px solid #808080;
  margin-top: -2px;
}
.topic-box p {
  width: 100%;
  letter-spacing: 0.05em;
  padding: 0px 0.5em 20px;
}
.topic-box a {
  border-top: 1px solid #808080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.topic-box a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.topic-box a:last-child {
  border-bottom: 1px solid #808080;
}
.topic-box a:last-child time {
  border-bottom: 0px solid #808080;
  margin-bottom: -2px;
}

.topic-more {
  text-align: center;
  margin-top: 20px;
}
.topic-more a {
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0.3em 2em;
  display: inline-block;
  border: 1px solid #808080;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.topic-more a:hover {
  background: #E60012;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .topic-sec {
    padding: 150px 0;
  }
  .topic-box {
    margin-top: 40px;
  }
  .topic-box time {
    width: 20%;
    text-align: center;
    padding: 25px 1em;
    border-top: 3px solid #808080;
    margin-top: -2px;
  }
  .topic-box p {
    width: 80%;
    padding: 25px 2em;
  }
  .topic-box a {
    border-top: 1px solid #808080;
  }
  .topic-box a:last-child {
    border-bottom: 1px solid #808080;
  }
  .topic-box a:last-child time {
    border-bottom: 3px solid #808080;
  }
  .topic-more {
    text-align: right;
  }
}
.top-contact-sec {
  padding: 60px 30px;
  background: -webkit-linear-gradient(150deg, rgba(211, 209, 208, 0.8) 0%, rgba(211, 209, 208, 0.8) 50%, rgba(250, 204, 208, 0.8) 50%, rgba(250, 204, 208, 0.8) 100%);
  background: linear-gradient(-60deg, rgba(211, 209, 208, 0.8) 0%, rgba(211, 209, 208, 0.8) 50%, rgba(250, 204, 208, 0.8) 50%, rgba(250, 204, 208, 0.8) 100%);
}

.top-contact-wrap {
  margin: 0 auto;
  max-width: 1080px;
}

.top-contact-copy {
  margin-top: 10px;
}

.top-contact-box {
  gap: 30px 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-contact-box h4 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.top-tel-flex {
  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;
  margin-top: 10px;
}
.top-tel-flex img {
  display: block;
  width: 50px;
  margin-right: 1em;
}
.top-tel-flex p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top-tel-flex p small {
  font-weight: normal;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  letter-spacing: 0.1em;
}

.top-mail-box {
  width: 100%;
}

.top-contact-btn {
  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: 100%;
  background: #E60012;
  color: #fff;
  margin-top: 10px;
  padding: 0.5em 1em;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.top-contact-btn img {
  display: block;
  width: 30px;
  margin-right: 0.5em;
}
.top-contact-btn:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .top-contact-sec {
    padding: 80px 30px;
  }
  .top-contact-box {
    margin-top: 35px;
  }
  .top-contact-box h4 {
    font-size: 25px;
  }
  .top-tel-flex {
    margin-top: 15px;
  }
  .top-tel-flex img {
    width: 70px;
  }
  .top-tel-flex p {
    font-size: 40px;
  }
  .top-tel-flex p small {
    font-size: 18px;
    margin-top: 10px;
  }
  .top-mail-box {
    width: auto;
  }
  .top-contact-btn {
    margin-top: 20px;
  }
}
.naka-top {
  width: 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;
  position: relative;
  height: 150px;
}
.naka-top figure {
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 100%;
}
.naka-top figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.naka-top::before {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  z-index: 1;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-animation: slideInRight 2s ease;
          animation: slideInRight 2s ease;
}
.naka-top::after {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-380px) skew(-30deg);
          transform: translate(-380px) skew(-30deg);
  position: absolute;
  top: 0;
  left: 380px;
  mix-blend-mode: multiply;
}

.naka-top-tit {
  color: #fff;
  line-height: 1.2;
  width: 100%;
  padding: 0 30px;
}
.naka-top-tit h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.05em;
}
.naka-top-tit p {
  font-size: 16px;
  margin-top: 0.5em;
  opacity: 0.6;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.naka-main-tit {
  padding: 40px 20px;
  text-align: center;
}
.naka-main-tit h2 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.order-sp-top {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-sp-bottom {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 768px) {
  .naka-top {
    height: 200px;
  }
  .naka-top::before {
    width: 90px;
    height: 140px;
  }
  .naka-top::after {
    width: 500px;
    height: 100%;
  }
  .naka-top-tit {
    padding: 0 120px;
  }
  .naka-top-tit h1 {
    font-size: 35px;
  }
  .naka-top-tit p {
    font-size: 18px;
  }
  .naka-main-tit {
    padding: 120px 20px;
  }
  .naka-main-tit h2 {
    font-size: 38px;
  }
  .order-sp-top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sp-bottom {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.recruit-btn-area {
  margin: 40px 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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.recruit-btn-area figure {
  width: 100%;
}
.recruit-btn-area .back-text {
  position: absolute;
  right: 20px;
  bottom: 0;
  top: initial;
  font-size: 95px;
}
.recruit-btn-area::after {
  height: 80px;
  width: 50px;
}

.recruit-btn-box {
  width: 100%;
  background: #E7EF99;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  gap: 10px 0;
}
.recruit-btn-box p {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.recruit-btn-box::after {
  content: "";
  bottom: 0;
  left: initial;
  right: -200px;
  z-index: 2;
  background: #E7EF99;
  height: 100%;
  width: 200px;
  -webkit-clip-path: polygon(0% 0, 0 100%, 100% 0%);
          clip-path: polygon(0% 0, 0 100%, 100% 0%);
  position: absolute;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.recruit-btn-box:hover {
  background: #F3F7CC;
}
.recruit-btn-box:hover::after {
  background: #F3F7CC;
}
.recruit-btn-box:hover .recruit-btn-point {
  margin-left: 20px;
}

.recruit-btn-point {
  width: 250px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media only screen and (min-width: 768px) {
  .recruit-btn-area {
    margin: 80px 0;
  }
  .recruit-btn-area figure {
    width: 50%;
  }
  .recruit-btn-area .back-text {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: initial;
    font-size: 9em;
  }
  .recruit-btn-area::after {
    height: 180px;
    width: 80px;
  }
  .recruit-btn-box {
    width: 50%;
    padding: 50px 0px 50px 80px;
    gap: 0;
  }
  .recruit-btn-box p {
    font-size: 18px;
  }
}
.naka-reasons-sec {
  padding: 50px 30px;
  background-color: rgba(252, 229, 231, 0.5);
  position: relative;
}
.naka-reasons-sec::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  height: 80px;
  width: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  -webkit-animation: slideInLeft 1.5s ease;
          animation: slideInLeft 1.5s ease;
}
.naka-reasons-sec::before {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  z-index: 2;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-animation: slideInRight 2s ease;
          animation: slideInRight 2s ease;
}

.naka-reasons-tit {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #E60012;
  gap: 0 10px;
}
.naka-reasons-tit span {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: -0.1em;
}
.naka-reasons-tit h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.naka-reasons-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 40px 30px;
  -webkit-box-shadow: 5px 5px 15px rgba(209, 17, 17, 0.25);
          box-shadow: 5px 5px 15px rgba(209, 17, 17, 0.25);
}

.naka-reasons-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  gap: 20px 0;
}
.naka-reasons-flex div {
  width: 100%;
}
.naka-reasons-flex div h3 {
  color: #A51B20;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.2;
  display: block;
  font-weight: bold;
}
.naka-reasons-flex div p {
  font-size: 15px;
  line-height: 1.8;
}
.naka-reasons-flex figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.naka-reasons-flex figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.naka-reasons-flex figure .reasons-back-gra {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  opacity: 0.5;
}

.naka-reasons-flex-mrg {
  margin-top: 50px;
}

.reasons-list-box {
  border: 1px solid #3E3A39;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
}
.reasons-list-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 0;
  gap: 10px;
}
.reasons-list-box li {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 100%;
}
.reasons-list-box li span {
  color: #E60012;
  display: inline-block;
  margin-right: 0.2em;
}

.naka-reasons-box-sec {
  margin-top: 60px;
}

.reasons-list-tit {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #3E3A39;
  letter-spacing: 0.2em;
}

.reasons-slide-box-top::after {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(230, 0, 18, 0.2);
  height: 350px;
  width: 200px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
}

.reasons-slide-box-bottom::after {
  content: "";
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(230, 0, 18, 0.2);
  height: 350px;
  width: 200px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .naka-reasons-sec {
    padding: 120px 30px;
  }
  .naka-reasons-sec::after {
    height: 250px;
    width: 150px;
  }
  .naka-reasons-sec::before {
    width: 150px;
    height: 250px;
  }
  .naka-reasons-tit {
    gap: 0 20px;
  }
  .naka-reasons-tit span {
    font-size: 30px;
  }
  .naka-reasons-tit h2 {
    font-size: 70px;
  }
  .reasons-slide-box-top::after {
    height: 1300px;
    width: 50%;
  }
  .reasons-slide-box-bottom::after {
    height: 1300px;
    width: 50%;
  }
  .naka-reasons-wrap {
    margin: 30px auto 0;
    padding: 100px;
  }
  .naka-reasons-flex div {
    width: 49%;
  }
  .naka-reasons-flex div h3 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .naka-reasons-flex div p {
    font-size: 16px;
    line-height: 1.8;
  }
  .naka-reasons-flex figure {
    width: 45%;
  }
  .naka-reasons-flex figure .reasons-back-gra {
    top: -15px;
    right: -15px;
  }
  .reasons-list-box {
    margin-top: 50px;
    padding: 30px 60px 0;
  }
  .reasons-list-box ul {
    padding: 30px 20px;
    gap: 10px;
  }
  .reasons-list-box li {
    font-size: 22px;
    width: 49%;
  }
  .naka-reasons-flex-mrg {
    margin-top: 100px;
  }
  .naka-reasons-box-sec {
    margin-top: 120px;
  }
}
.naka-services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
.naka-services-list a {
  padding: 0.5em 1em;
  border: 1px solid #E60012;
  font-size: 16px;
  letter-spacing: 0.05em;
  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;
  margin-right: -1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: -1px;
}
.naka-services-list a:hover {
  background: #E60012;
  color: #fff;
}
.naka-services-list a:hover div::after {
  left: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.naka-services-list div {
  width: 30px;
  height: 30px;
  margin-left: 30px;
}
.naka-services-list div::after {
  left: 13px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #E60012;
  border-right: 1px solid #E60012;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.naka-services-sec {
  margin-top: 70px;
  padding-bottom: 30px;
}

.naka-services-tit {
  position: relative;
}
.naka-services-tit h2 {
  background: #E60012;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 11.8181818182px + 4.5454545455vw, 70px);
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2;
  padding: 0.3em 0.5em 0.3em 1.2em;
  position: absolute;
  top: -30px;
  z-index: 4;
}
.naka-services-tit h2::after {
  content: "";
  bottom: 0;
  left: initial;
  right: -1.19em;
  z-index: 2;
  background: #E60012;
  height: 100%;
  width: 1.2em;
  -webkit-clip-path: polygon(0% 0, 0 100%, 100% 0%);
          clip-path: polygon(0% 0, 0 100%, 100% 0%);
  position: absolute;
}
.naka-services-tit figure {
  width: 100%;
  position: relative;
  height: 200px;
}
.naka-services-tit figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.naka-services-tit figure::after {
  content: "";
  top: 0;
  left: -10%;
  z-index: 3;
  background: #F599A0;
  height: 100%;
  width: 40%;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 170%);
          clip-path: polygon(0 0, 100% 0, 0% 170%);
  position: absolute;
  opacity: 0.7;
}

.naka-services-box {
  max-width: 980px;
  margin: 30px auto 0;
  padding: 0 30px;
}
.naka-services-box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  color: #A51B20;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;
}
.naka-services-box h3 span {
  font-size: 0.7em;
  color: #E60012;
  margin-right: 0.2em;
}

.naka-services-text {
  letter-spacing: 0.05em;
  margin-top: 25px;
  padding-left: 1.5em;
}
.naka-services-text h4 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.2;
}
.naka-services-text p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .naka-services-list a {
    padding: 0.5em 1em;
    font-size: 23px;
    width: auto;
  }
  .naka-services-tit figure {
    height: auto;
  }
  .naka-services-sec {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .naka-services-box {
    margin: 80px auto 0;
  }
  .naka-services-box h3 {
    font-size: 42px;
  }
  .naka-services-text {
    margin-top: 25px;
    padding-left: 2.3em;
  }
  .naka-services-text h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .naka-services-text p {
    font-size: 18px;
    margin-top: 15px;
  }
}
.greeting-sec {
  padding: 50px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.greeting-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 0px;
  margin-top: 30px;
}
.greeting-flex figure {
  width: 100%;
}
.greeting-flex figure img {
  width: 100%;
}
.greeting-flex figure figcaption {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3;
}
.greeting-flex figure figcaption strong {
  font-size: 1.5em;
  margin-left: 0.5em;
}
.greeting-flex figure figcaption small {
  font-size: 15px;
  font-weight: normal;
  display: block;
  letter-spacing: 0.1em;
}

.greeting-text {
  width: 100%;
  padding-left: 0px;
}
.greeting-text h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.greeting-text p {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.greeting-logo-area {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #9EB61B;
  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0px 0;
}
.greeting-logo-area figure {
  width: 60%;
  padding: 30px;
}
.greeting-logo-area figure img {
  width: 100%;
}

.greeting-logo-text {
  width: 100%;
  padding: 0px 30px 30px 30px;
}
.greeting-logo-text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.greeting-logo-text p {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .greeting-sec {
    padding: 120px 40px;
  }
  .greeting-flex {
    margin-top: 50px;
  }
  .greeting-flex figure {
    width: 35%;
  }
  .greeting-flex figure figcaption {
    margin-top: 20px;
    font-size: 22px;
    text-align: right;
    line-height: 1.3;
  }
  .greeting-text {
    width: 65%;
    padding-left: 50px;
  }
  .greeting-text h2 {
    font-size: 40px;
  }
  .greeting-text p {
    margin-top: 20px;
    font-size: 16px;
  }
  .greeting-logo-area {
    margin-top: 100px;
    gap: 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .greeting-logo-area figure {
    width: 30%;
    padding: 60px;
  }
  .greeting-logo-text {
    width: 70%;
    padding: 0px 60px 0px 0px;
  }
  .greeting-logo-text h3 {
    font-size: 30px;
  }
  .greeting-logo-text p {
    margin-top: 15px;
    font-size: 16px;
  }
}
.mvv-sec-back {
  background: -webkit-linear-gradient(322deg, rgba(224, 127, 0, 0.2) 30%, rgba(235, 109, 101, 0.2) 61%, rgba(215, 12, 24, 0.2) 100%);
  background: linear-gradient(128deg, rgba(224, 127, 0, 0.2) 30%, rgba(235, 109, 101, 0.2) 61%, rgba(215, 12, 24, 0.2) 100%);
  position: relative;
}
.mvv-sec-back::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #E60012;
  height: 80px;
  width: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  -webkit-animation: slideInLeft 1.5s ease;
          animation: slideInLeft 1.5s ease;
}
.mvv-sec-back::before {
  content: "";
  display: block;
  width: 0px;
  height: 80px;
  z-index: 2;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-animation: slideInRight 2s ease;
          animation: slideInRight 2s ease;
}
.mvv-sec-back .top-min-tit {
  padding-left: 20px;
  gap: 5px 0;
}
.mvv-sec-back .top-min-tit p {
  width: 100%;
}

.mvv-wrap {
  padding: 50px 15px;
  margin: 0 auto;
  max-width: 1200px;
}

.company-back {
  background-color: rgba(255, 255, 255, 0.7);
}

.mvv-box {
  padding: 10px 30px 40px;
  margin-top: 20px;
}
.mvv-box article {
  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;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mvv-box article p {
  color: #fff;
  background: #E60012;
  padding: 0.2em 0.5em;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 0;
}
.mvv-box article h4 {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.05em;
}
.mvv-box article ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2em 0.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.05em;
}
.mvv-box article ul span {
  font-size: 0.6em;
  display: block;
  text-align: center;
  margin-top: -0.5em;
}
.mvv-box article small {
  font-size: 0.5em;
  width: 100%;
  display: block;
}
.mvv-box article:nth-child(n+1) {
  margin-top: 30px;
}

.mvv-ul-box ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .mvv-sec-back::after {
    height: 250px;
    width: 150px;
  }
  .mvv-sec-back::before {
    width: 150px;
    height: 250px;
  }
  .mvv-sec-back .top-min-tit {
    padding-left: 0px;
    gap: 0px 0;
  }
  .mvv-sec-back .top-min-tit p {
    width: auto;
  }
  .mvv-wrap {
    padding: 120px 80px;
  }
  .mvv-box {
    padding: 80px 60px;
    margin-top: 30px;
  }
  .mvv-box article {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .mvv-box article p {
    width: 5em;
    margin-top: 0.6em;
  }
  .mvv-box article h4 {
    font-size: 40px;
  }
  .mvv-box article ul {
    font-size: 40px;
  }
}
.action-sec {
  margin-top: 60px;
}

.action-flex {
  margin-top: 20px;
  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;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.action-flex article {
  width: 100%;
  background: #fff;
  border: 1px solid #A51B20;
  -webkit-box-shadow: 0px 0px 8px rgba(209, 17, 17, 0.3);
          box-shadow: 0px 0px 8px rgba(209, 17, 17, 0.3);
  padding: 30px;
}
.action-flex article h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #A51B20;
  font-size: 55px;
  font-weight: 800;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}
.action-flex article small {
  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;
  color: #A51B20;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1em;
  width: 100%;
  letter-spacing: 0.1em;
}
.action-flex article small:before,
.action-flex article small:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #A51B20;
}
.action-flex article small:before {
  margin-right: 0.5rem;
}
.action-flex article small:after {
  margin-left: 0.5rem;
}
.action-flex article p {
  font-size: 23px;
  margin-top: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.brand-sec {
  margin-top: 50px;
}

.brand-box {
  padding: 40px 30px;
  margin-top: 20px;
}
.brand-box h3 {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}
.brand-box p {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.brand-box p strong {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .action-sec {
    margin-top: 100px;
  }
  .action-flex {
    margin-top: 30px;
    gap: 20px;
  }
  .action-flex article {
    width: 32%;
    padding: 50px;
  }
  .brand-sec {
    margin-top: 100px;
  }
  .brand-box {
    padding: 100px;
    margin-top: 30px;
  }
  .brand-box p {
    margin-top: 30px;
    font-size: 24px;
    line-height: 2.2;
  }
}
.com-profile-sec {
  padding: 50px 30px;
  margin: 0 auto;
  max-width: 1100px;
}

.com-profile-wrap {
  margin-top: 20px;
  border-top: 3px solid #D5D5D5;
  border-bottom: 3px solid #D5D5D5;
  padding-bottom: 15px;
}
.com-profile-wrap dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.com-profile-wrap dt {
  width: 100%;
  padding: 10px 1em 10px;
  border-bottom: 2px solid #D5D5D5;
  margin: 10px 0px -10px 0;
  position: relative;
}
.com-profile-wrap dt::after {
  content: none;
  height: calc(100% - 15px);
  border-right: 2px solid #D5D5D5;
  right: -15px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.com-profile-wrap dl:last-child dt {
  border-bottom: 2px solid #D5D5D5;
}
.com-profile-wrap dl:last-child dd {
  border-bottom: 0px solid #D5D5D5;
}
.com-profile-wrap dd {
  width: 100%;
  padding: 15px 1em;
  margin: 10px 0px -10px 0;
  border-bottom: 2px solid #D5D5D5;
}

.com-profile-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.com-profile-list div:nth-child(n+1) {
  margin-top: 10px;
}
.com-profile-list h5 {
  width: 100%;
}

.com-profile-img img {
  max-width: 600px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .com-profile-sec {
    padding: 120px 40px;
  }
  .com-profile-wrap {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .com-profile-wrap dl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .com-profile-wrap dt {
    width: 15em;
    padding: 20px 2em;
    border-bottom: 2px solid #D5D5D5;
    margin: 10px 30px -10px 0;
  }
  .com-profile-wrap dt::after {
    content: "";
  }
  .com-profile-wrap dl:last-child dt {
    border-bottom: 0px solid #D5D5D5;
  }
  .com-profile-wrap dd {
    width: 100%;
    padding: 20px 2em;
  }
  .com-profile-list div {
    gap: 10px;
  }
  .com-profile-list h5 {
    width: 14em;
  }
}
.history-sec {
  background: #ECEBEB;
  position: relative;
}
.history-sec::before {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  z-index: 2;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-animation: slideInRight 2s ease;
          animation: slideInRight 2s ease;
}

.history-wrap {
  padding: 60px 30px;
  margin: 0 auto;
  max-width: 1100px;
}

.history-box {
  margin-top: 20px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.history-box article {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.history-box time {
  width: 100%;
  padding: 20px 1em 5px;
  border-bottom: 0px solid #fff;
}
.history-box article:last-child time {
  border-bottom: 0px solid #fff;
}
.history-box article:last-child p {
  border-bottom: 0px solid #fff;
}
.history-box p {
  width: 100%;
  padding: 0px 1em 20px;
  border-bottom: 3px dotted #fff;
}

.com-work-sec .com-profile-wrap dt {
  width: 10em;
}

.com-profile-line {
  line-height: 1.8;
}
.com-profile-line h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 18px;
}
.com-profile-line p {
  padding-left: 1em;
  border-bottom: 2px solid #D5D5D5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.com-profile-noline p {
  border-bottom: 0px solid #D5D5D5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.works-min-txt {
  margin-top: 15px;
  letter-spacing: 0.05em;
  padding-left: 20px;
}

.com-back-img {
  width: 100%;
  height: 30vw;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .parallax_img {
    height: 20vw;
    min-height: 350px;
  }
}
.access-sec {
  padding: 50px 30px;
  margin: 0 auto;
  max-width: 1100px;
}

.access-flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px 40px;
}
.access-flex article {
  width: 100%;
}
.access-flex article h3 {
  background: #E9E8E8;
  padding: 0.3em 1em;
  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;
  font-weight: bold;
  font-size: 20px;
}
.access-flex article h3 span {
  font-size: 0.8em;
  color: #E60012;
  margin-right: 0.5em;
}
.access-flex article p {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0em;
  text-align: center;
  font-size: 16px;
}
.access-flex article iframe {
  width: 100%;
  height: 350px;
}

@media only screen and (min-width: 768px) {
  .history-sec::before {
    width: 150px;
    height: 250px;
  }
  .history-wrap {
    padding: 120px 40px;
  }
  .history-box {
    margin-top: 30px;
  }
  .history-box article {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .history-box time {
    width: 11em;
    padding: 20px 2em;
    border-bottom: 2px solid #fff;
  }
  .history-box p {
    width: 100%;
    padding: 20px 2em;
  }
  .access-sec {
    padding: 120px 40px;
  }
  .access-flex {
    margin-top: 30px;
  }
  .access-flex article {
    width: 48%;
  }
  .access-flex article h3 {
    font-size: 30px;
  }
  .access-flex article p {
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 0 1em;
    font-size: 18px;
  }
}
.message-sec {
  margin: 0 auto;
  position: relative;
}
.message-sec .top-min-tit small {
  color: #9EB61B;
}
.message-sec figure {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.message-sec figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
}
.message-sec::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  height: 70px;
  width: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  -webkit-animation: slideInLeft 1.5s ease;
          animation: slideInLeft 1.5s ease;
}
.message-sec::before {
  content: "";
  display: block;
  width: 50px;
  height: 70px;
  z-index: 2;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-animation: slideInRight 2s ease;
          animation: slideInRight 2s ease;
}

.message-wrap {
  padding: 50px 30px;
  margin: 0 auto;
  max-width: 1200px;
}

.message-text-box {
  margin-top: 20px;
  letter-spacing: 0.1em;
  padding-left: 0px;
}
.message-text-box h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}
.message-text-box p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.8;
}

.interview-banner {
  margin-top: 50px;
  padding: 0 15px;
  text-align: center;
}
.interview-banner a {
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.interview-banner a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .interview-banner {
    margin-top: 120px;
  }
  .message-wrap {
    padding: 100px;
  }
  .message-text-box {
    margin-top: 30px;
    padding-left: 50px;
  }
  .message-text-box h2 {
    font-size: 45px;
  }
  .message-text-box p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 2;
  }
  .message-sec {
    margin: 0 auto;
    position: relative;
  }
  .message-sec .top-min-tit small {
    color: #9EB61B;
  }
  .message-sec figure {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .message-sec figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .message-sec::after {
    height: 130px;
    width: 70px;
  }
  .message-sec::before {
    width: 150px;
    height: 250px;
  }
}
.boshu-sec {
  background: -webkit-linear-gradient(322deg, rgba(195, 214, 0, 0.3) 30%, rgba(239, 234, 84, 0.3) 61%, rgba(195, 214, 0, 0.3) 100%);
  background: linear-gradient(128deg, rgba(195, 214, 0, 0.3) 30%, rgba(239, 234, 84, 0.3) 61%, rgba(195, 214, 0, 0.3) 100%);
  padding: 50px 15px;
  margin-top: 50px;
}
.boshu-sec .top-min-tit small {
  color: #9EB61B;
}

.boshu-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px;
  background: #fff;
}

.boshu-box {
  margin-top: 15px;
  border: 2px solid #D5D5D5;
}
.boshu-box dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.boshu-box dt {
  width: 100%;
  padding: 10px 1em;
  border-bottom: 2px solid #D5D5D5;
  background: #F3F4EA;
}
.boshu-box dl:last-child dt {
  border-bottom: 2px solid #D5D5D5;
}
.boshu-box dl:last-child dd {
  border-bottom: 0px solid #D5D5D5;
}
.boshu-box dd {
  width: 100%;
  padding: 20px 1em;
  border-bottom: 2px solid #D5D5D5;
}

.boshu-list div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.boshu-list div:nth-child(n+1) {
  margin-top: 10px;
}
.boshu-list h5 {
  width: 8em;
}
.boshu-list small {
  width: 100%;
  display: block;
}

.boshu-list-mrg {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 !important;
}
.boshu-list-mrg h5 {
  width: 100%;
}

.boshu-list-p p {
  margin-top: 5px;
}
.boshu-list-p a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 0.5em;
}
.boshu-list-p div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.boshu-list-p div p {
  margin-top: 0;
}
.boshu-list-p h5 {
  width: 8em;
}
.boshu-list-p span {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .boshu-sec {
    padding: 120px 40px;
    margin-top: 120px;
  }
  .boshu-wrap {
    padding: 60px 50px;
  }
  .boshu-box {
    margin-top: 30px;
  }
  .boshu-box dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.1em;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .boshu-box dt {
    width: 10em;
    padding: 20px 2em;
  }
  .boshu-box dl:last-child dt {
    border-bottom: 0px solid #D5D5D5;
  }
  .boshu-box dd {
    width: 100%;
    padding: 20px 2em;
  }
}
.system-wrap {
  padding: 50px 30px;
}
.system-wrap .top-min-tit small {
  color: #9EB61B;
}

.system-wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.system-main-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
}
.system-main-box p {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  padding-right: 0px;
  letter-spacing: 0.1em;
}
.system-main-box figure {
  width: 100%;
  height: 100%;
}
.system-main-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.system-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  gap: 30px 0;
}
.system-flex article {
  width: 100%;
}
.system-flex article h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 100%;
  display: block;
  padding: 0.3em 1em;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #dde683), color-stop(61%, #f5f1a0), to(#dde683));
  background: -webkit-linear-gradient(left, #dde683 30%, #f5f1a0 61%, #dde683 100%);
  background: linear-gradient(90deg, #dde683 30%, #f5f1a0 61%, #dde683 100%);
  text-align: center;
  margin-bottom: 15px;
}
.system-flex article h3 small {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 400;
}
.system-flex article p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.system-flex article p small {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .system-wrap {
    padding: 120px 40px;
  }
  .system-main-box {
    margin-top: 30px;
  }
  .system-main-box p {
    width: 40%;
    font-size: 16px;
    padding-right: 40px;
  }
  .system-main-box figure {
    width: 60%;
    height: 100%;
  }
  .system-flex {
    margin-top: 50px;
    gap: 40px 0;
  }
  .system-flex article {
    width: 48%;
  }
  .system-flex article h3 {
    font-size: 26px;
  }
}
.other-system-sec {
  background: #F9FBE5;
}
.other-system-sec .top-min-tit small {
  color: #9EB61B;
}

.other-system-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 30px;
}

.other-system-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
}
.other-system-box div {
  width: 100%;
  padding-right: 0px;
}
.other-system-box div p {
  margin-top: 10px;
  padding-left: 1em;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.other-system-box figure {
  width: 100%;
  height: 100%;
}
.other-system-box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.other-system-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #9EB61B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  align-items: baseline;
  gap: 10px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.other-system-copy span {
  font-size: 0.7em;
  margin-right: 0.3em;
}
.other-system-copy small {
  font-size: 0.4em;
  color: #3E3A39;
  font-weight: normal;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .other-system-wrap {
    padding: 120px 40px;
  }
  .other-system-box {
    margin-top: 30px;
  }
  .other-system-box div {
    width: 50%;
    padding-right: 50px;
  }
  .other-system-box div p {
    margin-top: 20px;
    font-size: 18px;
  }
  .other-system-box figure {
    width: 50%;
  }
}
.carrier-up-sec {
  background: #fff;
}

.carrier-up-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 30px;
}

.carrier-up-box {
  margin-top: 30px;
}
.carrier-up-box article {
  position: relative;
  margin-bottom: 10px;
}

.carrier-up-flex {
  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;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.carrier-up-flex p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 35px;
  width: 100%;
  text-align: center;
}
.carrier-up-flex p small {
  font-size: 0.7em;
}

.carrier-up-info {
  width: 100%;
  border: 1px solid #9EB61B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.carrier-up-info p {
  padding: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: normal;
  width: 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;
}

.carrier-up-price {
  background: #E7EF99;
  padding: 20px 20px;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.carrier-up-price h4 {
  width: 100%;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.carrier-up-price strong {
  display: block;
  margin-top: 0.5em;
  padding: 0.3em 0.5em;
  background: #9EB61B;
  color: #fff;
  border-radius: 999px;
  width: 100%;
  font-size: 1.3em;
}

.carrier-arrow-1::after {
  content: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 30px;
  width: 35px;
  background: #9EB61B;
  position: absolute;
  bottom: -45px;
  left: 19%;
}

.carrier-arrow-2::after {
  content: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 30px;
  width: 35px;
  background: #EA5504;
  position: absolute;
  bottom: -45px;
  left: 19%;
}
.carrier-arrow-2 .carrier-up-info {
  border: 1px solid #EA5504;
}
.carrier-arrow-2 .carrier-up-price {
  background: #F8B86C;
}
.carrier-arrow-2 .carrier-up-price strong {
  background: #EA5504;
}

.carrier-arrow-3::after {
  content: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 30px;
  width: 35px;
  background: #E60012;
  position: absolute;
  bottom: -45px;
  left: 19%;
}
.carrier-arrow-3 .carrier-up-info {
  border: 1px solid #E60012;
}
.carrier-arrow-3 .carrier-up-price {
  background: #FACCD0;
}
.carrier-arrow-3 .carrier-up-price strong {
  background: #E60012;
}

.carrier-arrow-4 {
  margin-top: -40px;
}
.carrier-arrow-4 .carrier-up-info {
  border: 1px solid #EB3341;
}
.carrier-arrow-4 .carrier-up-price {
  background: #EB3341;
}
.carrier-arrow-4 .carrier-up-price h4 {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .carrier-up-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 120px 40px;
  }
  .carrier-up-box {
    margin-top: 50px;
  }
  .carrier-up-box article {
    margin-bottom: 60px;
  }
  .carrier-up-flex {
    gap: 20px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .carrier-up-flex p {
    font-size: 35px;
    width: 3.5em;
    text-align: left;
  }
  .carrier-up-flex p small {
    font-size: 0.7em;
  }
  .carrier-up-info {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .carrier-up-info p {
    padding: 20px;
    font-size: 16px;
    width: 100%;
  }
  .carrier-up-price {
    padding: 30px 20px;
    width: 25%;
  }
  .carrier-up-price h4 {
    width: 100%;
    font-size: 30px;
  }
  .carrier-up-price strong {
    margin-top: 0.5em;
    padding: 0.3em 0.5em;
    font-size: 1.3em;
  }
  .carrier-arrow-1::after {
    content: "";
  }
  .carrier-arrow-2::after {
    content: "";
  }
  .carrier-arrow-3::after {
    content: "";
  }
  .carrier-arrow-4 {
    margin-top: 0px;
  }
}
.interview-sec {
  position: relative;
}
.interview-sec .top-min-tit small {
  color: #9EB61B;
}
.interview-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-color: #c4d700;
  -webkit-clip-path: polygon(0% 0, 150% 100%, 0 100%);
          clip-path: polygon(0% 0, 150% 100%, 0 100%);
  position: absolute;
  top: 100px;
  left: 0;
  -webkit-animation: slideInLeft 1s ease;
          animation: slideInLeft 1s ease;
}
.interview-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  z-index: -2;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0, 80% 100%, 0 100%);
          clip-path: polygon(0% 0, 80% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: slideInLeft 1s ease;
          animation: slideInLeft 1s ease;
}

.interview-sec-color::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  z-index: -1;
  background-color: #a7a3a1;
  -webkit-clip-path: polygon(0% 0, 50% 100%, 0 100%);
          clip-path: polygon(0% 0, 50% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: slideInLeft 1s ease;
          animation: slideInLeft 1s ease;
}
.interview-sec-color::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  z-index: -4;
  background-color: #e9e8e8;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: slideInRight 1s ease;
          animation: slideInRight 1s ease;
}

.interview-box {
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 40px 25px;
  position: relative;
}

.interview-design-copy {
  position: absolute;
  top: 0;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  font-size: 70px;
  color: #c4d700;
  opacity: 0.2;
  display: none;
}

.design-copy-r {
  right: 50px;
}

.design-copy-l {
  left: 50px;
}

.interview-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  gap: 20px 0;
}
.interview-profile figure {
  width: 75%;
  height: 100%;
  position: relative;
}
.interview-profile figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.interview-profile figure .recruit-back-gra {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  opacity: 0.6;
}

.interview-wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 30px;
}
.interview-wrap .interview-box:nth-child(3) {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .interview-design-copy {
    display: block;
  }
  .interview-box {
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 70px;
  }
  .interview-profile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interview-profile figure {
    width: 33%;
  }
  .interview-profile figure .recruit-back-gra {
    top: -15px;
    right: -15px;
  }
  .interview-wrap {
    padding: 120px 30px;
  }
  .interview-wrap .interview-box:nth-child(3) {
    margin-top: 80px;
  }
}
.interview-info {
  width: 100%;
}

.interview-name {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.interview-name p {
  font-size: 18px;
  position: relative;
  padding-bottom: 0.3em;
}
.interview-name p::after {
  content: "";
  border-bottom: 1px solid #9EB61B;
  width: 100%;
  left: 0%;
  bottom: 0;
  position: absolute;
}
.interview-name h2 {
  font-size: 18px;
  display: block;
  font-weight: bold;
}
.interview-name h2 strong {
  font-weight: 800;
  font-size: 2em;
  letter-spacing: 0.1em;
}

.interview-name-right {
  text-align: left;
}
.interview-name-right p::after {
  width: 100%;
  right: 0%;
  left: auto;
}

.interview-art h3 {
  letter-spacing: 0.1em;
  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;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
.interview-art h3 span {
  width: 10%;
  display: block;
  margin-right: 0.5em;
}
.interview-art h3 span img {
  display: block;
  width: 100%;
}
.interview-art h3 p {
  width: 90%;
}
.interview-art h4 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #87922a;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.interview-art h4 small {
  font-size: 0.8em;
}

.interview-text {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.interview-main {
  margin-top: 60px;
}
.interview-main .interview-art:nth-child(n+2) {
  margin-top: 40px;
}

.flow-sec {
  background: #fff;
}

.flow-wrap {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 30px;
}
.flow-wrap h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.flow-wrap h2 small {
  font-size: 0.5em;
  font-weight: normal;
  margin-left: 0.2em;
}
.flow-wrap figure {
  width: 100%;
  height: 100%;
}
.flow-wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .interview-info {
    width: 60%;
  }
  .interview-name {
    margin-bottom: 60px;
  }
  .interview-name p::after {
    width: 40%;
    left: -9%;
  }
  .interview-name h2 {
    font-size: 18px;
  }
  .interview-name-right {
    text-align: right;
  }
  .interview-name-right p::after {
    width: 50%;
    right: -13%;
    left: auto;
  }
  .interview-art h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .interview-art h3 span {
    width: 1.5em;
    height: 1.5em;
    display: block;
    margin-right: 0.5em;
  }
  .interview-art h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .flow-wrap {
    padding: 100px 30px;
  }
  .flow-wrap h2 {
    font-size: 35px;
    margin-bottom: 60px;
  }
}
.top-contact-sec {
  background: -webkit-linear-gradient(150deg, #FACCD0 0%, #FACCD0 50%, #FCE5E7 50%, #FCE5E7 100%) !important;
  background: linear-gradient(-60deg, #FACCD0 0%, #FACCD0 50%, #FCE5E7 50%, #FCE5E7 100%) !important;
}

.recruit-contact-btn .top-contact-copy {
  margin-top: -20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.05em;
}

.recruit-contact-sec {
  padding: 0 30px 40px;
  margin: 0 auto;
  max-width: 1080px;
}
.recruit-contact-sec .top-contact-copy {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.recruit-contact-sec .top-contact-btn {
  background: -webkit-linear-gradient(218deg, #d70c18 50%, #eb6d65 61%, #d70c18 100%);
  background: linear-gradient(-128deg, #d70c18 50%, #eb6d65 61%, #d70c18 100%);
  margin-top: 20px;
  padding: 1em 1em;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.recruit-contact-sec .top-contact-btn img {
  display: block;
  width: 30px;
  margin-right: 0.5em;
}
.recruit-contact-sec:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .recruit-contact-btn .top-contact-copy {
    font-size: 30px;
  }
  .recruit-contact-sec {
    padding: 0 20px 80px;
  }
  .recruit-contact-sec .top-contact-btn {
    margin-top: 50px;
    font-size: 40px;
  }
  .recruit-contact-sec .top-contact-btn img {
    width: 40px;
  }
}
.form-text {
  padding: 40px 30px;
  max-width: 1080px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.form-text a {
  text-decoration: underline;
  font-weight: bold;
}

.formBox {
  background-color: rgba(233, 232, 232, 0.5);
}
.formBox .container {
  padding: 40px 30px;
  max-width: 1080px;
  margin: 0 auto;
}

.tblForm {
  margin-top: 0px;
}
.tblForm dt {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.tblForm dt small {
  font-weight: normal;
  font-size: 13px;
  display: block;
}
.tblForm dd {
  padding-bottom: 30px;
}
.tblForm dd small {
  font-size: 13px;
}

.icoMust {
  color: #d2001e;
}

/* iOSでのボタンのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

form input[type=text], form input[type=tel], form input[type=email], form textarea {
  display: block;
  width: 100%;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  padding: 0.3em 0.8em;
  font-size: 16px;
  color: #000;
  outline: none;
}

form input[type=text], form input[type=tel], form input[type=email] {
  height: 50px;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

form input[type=number] {
  height: 30px;
  width: 55px;
  font-size: 15px;
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px;
}

input:-moz-placeholder {
  color: #aaa;
  font-size: 14px;
}

.btnSubmit {
  max-width: 320px;
  background: #E60012;
  color: #fff;
  margin: 20px auto;
  padding: 0.3em 1em 0.5em;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
.btnSubmit .wpcf7-spinner {
  display: none;
}
.btnSubmit input {
  width: 100%;
  display: block;
}

div.wpcf7 .ajax-loader {
  display: block !important;
  margin: 10px auto !important;
}

.btn-thanks {
  max-width: 320px;
  background: #E60012;
  color: #fff;
  margin: 20px auto;
  padding: 0.3em 1em 0.5em;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .tblForm dt small {
    display: inline;
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .form-text {
    padding: 80px 20px;
  }
  .formBox .container {
    padding: 80px 20px;
  }
  .tblForm {
    margin-top: 40px;
  }
}
.news-wrap {
  background: #e9e8e8;
  position: relative;
}
.news-wrap::before {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  z-index: 1;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-animation: slideInRight 2s ease;
          animation: slideInRight 2s ease;
}

.news-head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
}
.news-head h1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.news-head time {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #E60012;
}

.news-page-body {
  background: #fff;
  padding: 40px 0 30px;
}

.news-contents {
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 30px;
}
.news-contents p {
  line-height: 1.6;
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
}
.news-contents img {
  display: block;
  width: 100%;
}

.pagination {
  background: #e9e8e8;
}

.pagination-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  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;
}

.pagination-all {
  background: #E60012;
  color: #fff;
  padding: 0.5em 2em;
  font-size: 16px;
  font-weight: bold;
}

.pagination__prev {
  font-weight: bold;
}

.pagination__next {
  font-weight: bold;
}

.topic-wrap-naka {
  padding: 0px;
}

@media only screen and (min-width: 768px) {
  .news-head {
    padding: 80px 50px;
  }
  .news-head h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .news-wrap::before {
    width: 90px;
    height: 140px;
  }
  .news-page-body {
    padding: 100px 0 50px;
  }
  .news-contents {
    padding: 0px 50px;
  }
  .news-contents p {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .pagination-wrap {
    padding: 50px 50px;
  }
  .pagination-all {
    padding: 0.5em 2em;
    font-size: 18px;
  }
  .topic-wrap-naka {
    padding: 0 50px;
  }
}
.policy-sec {
  padding: 0 30px;
}

.policyBox {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.policyBox section {
  margin-top: 30px;
}
.policyBox section p {
  margin-top: 10px;
}
.policyBox section ul, .policyBox section ol {
  margin-top: 15px;
}
.policyBox h2 {
  color: #A51B20;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .policy-sec {
    padding: 0 50px;
  }
  .policyBox {
    padding-top: 80px;
    padding-bottom: 80px;
    line-height: 2;
  }
  .policyBox section {
    margin-top: 50px;
  }
  .policyBox section p {
    margin-top: 15px;
  }
  .policyBox section ul, .policyBox section ol {
    margin-top: 20px;
  }
  .policyBox h2 {
    font-size: 20px;
  }
}
.not-p {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.not-nav {
  margin-top: 20px;
}
.not-nav article {
  margin-bottom: 20px;
  text-align: left;
}
.not-nav .foot-nav-min {
  font-size: 18px;
}
.not-nav .foot-nav-main {
  font-size: 23px;
  width: 100%;
}
.not-nav a {
  display: inline-block;
  margin-right: 20px;
}
.not-nav a:hover {
  color: #E60012;
}

@media only screen and (min-width: 768px) {
  .not-nav .foot-nav-main {
    font-size: 23px;
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */