@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

.mainVisual .slickPrev {
  z-index: 1;
  position: absolute;
  left: -5rem;
  top: 50%;
  margin-top: calc( 11px + 32px * -1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 48em) {
  .mainVisual .slickPrev {
    -webkit-transition: none;
    transition: none;
  }
}

.mainVisual .slickNext {
  z-index: 1;
  position: absolute;
  right: -5rem;
  top: 50%;
  margin-top: calc( 11px + 32px * -1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 48em) {
  .mainVisual .slickNext {
    -webkit-transition: none;
    transition: none;
  }
}

.mainVisual .dotsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.mainVisual .dotsNav li {
  margin: 0 1rem;
}

.mainVisual .dotsNav li.slick-active button {
  color: red;
  -webkit-transition: opacity .3s ease , background .3s ease , color .3s ease;
  transition: opacity .3s ease , background .3s ease , color .3s ease;
}

@media screen and (max-width: 48em) {
  .mainVisual .dotsNav li.slick-active button {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 48em) {
  .mainVisual .slickPrev {
    left: 0;
  }
  .mainVisual .slickNext {
    right: 0;
  }
}

.content01.slickType01 .slickPrev {
  z-index: 1;
  position: absolute;
  left: -5rem;
  top: 50%;
  margin-top: calc( 11px + 32px * -1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 48em) {
  .content01.slickType01 .slickPrev {
    -webkit-transition: none;
    transition: none;
  }
}

.content01.slickType01 .slickNext {
  z-index: 1;
  position: absolute;
  right: -5rem;
  top: 50%;
  margin-top: calc( 11px + 32px * -1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 48em) {
  .content01.slickType01 .slickNext {
    -webkit-transition: none;
    transition: none;
  }
}

.content01.slickType01 .dotsNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.content01.slickType01 .dotsNav li {
  margin: 0 1rem;
}

.content01.slickType01 .dotsNav li.slick-active button {
  color: red;
  -webkit-transition: opacity .3s ease , background .3s ease , color .3s ease;
  transition: opacity .3s ease , background .3s ease , color .3s ease;
}

@media screen and (max-width: 48em) {
  .content01.slickType01 .dotsNav li.slick-active button {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 48em) {
  .content01.slickType01 .slickPrev {
    left: 0;
  }
  .content01.slickType01 .slickNext {
    right: 0;
  }
}

.content01.slickType01 .box {
  padding: 0 0.75rem;
}

.content01.slickType01 .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.content01.slickType01 .box a .photo {
  height: 16rem;
}

.templateBlock01 .group .box,
.templateBlock02 .group .box {
  margin-bottom: 2rem;
}

.templateBlock01 .group .box a,
.templateBlock02 .group .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-decoration: none;
}

.templateBlock01 .group .box a .photo,
.templateBlock02 .group .box a .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 20rem;
}

.templateBlock01 .group .box a .photo img,
.templateBlock02 .group .box a .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  margin: auto;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 48em) {
  .templateBlock01 .group .box a .photo img,
  .templateBlock02 .group .box a .photo img {
    -webkit-transition: none;
    transition: none;
  }
}

.templateBlock01 .group .box a:hover .photo img,
.templateBlock02 .group .box a:hover .photo img {
  -webkit-transform: scale(1.2) translate(-40%, -41.5%);
          transform: scale(1.2) translate(-40%, -41.5%);
}

@media screen and (max-width: 48em) {
  .templateBlock01 .group .box a:hover .photo img,
  .templateBlock02 .group .box a:hover .photo img {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

.templateBlock01 .group .box a .text p.title,
.templateBlock02 .group .box a .text p.title {
  font-weight: 700;
}

.templateBlock01 .group .box a .photo,
.templateBlock02 .group .box a .photo {
  margin-bottom: 1rem;
}

.templateBlock01 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.templateBlock01 .group .box {
  width: calc( 100% / 3 - 10px);
  margin-right: 15px;
}

.templateBlock01 .group .box:last-child, .templateBlock01 .group .box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 48em) {
  .templateBlock01 .group {
    display: block;
  }
  .templateBlock01 .group .box {
    width: 100%;
    margin-right: 0;
  }
}

.templateBlock02 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.templateBlock02 .group .box {
  width: calc( 100% / 4 - 7.5px);
  margin-right: 10px;
}

.templateBlock02 .group .box:last-child, .templateBlock02 .group .box:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 48em) {
  .templateBlock02 .group {
    display: block;
  }
  .templateBlock02 .group .box {
    width: 100%;
    margin-right: 0;
  }
}

.templateBlock02 .group .box a .photo {
  min-height: 15rem;
}

.templateBlock03 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.templateBlock03 .group .box {
  width: calc( 100% / 3 - 16.66667px);
  margin-right: 25px;
}

.templateBlock03 .group .box:last-child, .templateBlock03 .group .box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 48em) {
  .templateBlock03 .group {
    display: block;
  }
  .templateBlock03 .group .box {
    width: 100%;
    margin-right: 0;
  }
}

.templateBlock03 .group .box {
  background: antiquewhite;
  padding: 1.5rem 1rem;
}

.templateBlock03 .group .box p.title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-print-color-adjust: exact;
  color: #191919;
  font-size: 1.5rem;
  line-height: 3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
}

body img {
  display: block;
  max-width: 100%;
  width: auto;
}

body .spOnly {
  display: none;
}

.logo {
  position: fixed;
  left: 4.5rem;
  bottom: 4.5rem;
  z-index: 99999;
  mix-blend-mode: difference;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
}

.logo svg path,
.logo svg rect {
  fill: #FFF !important;
}

.logo.on {
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  mix-blend-mode: difference;
}

header ul {
  margin: 0;
  padding: 4.5rem 0 0 0;
  position: relative;
}

header ul li {
  display: block;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  overflow: hidden;
  padding: 0 0 0 4.5rem;
  /*.anc{
        display: none;
      }*/
}

header ul li svg path,
header ul li svg rect {
  fill: #FFF !important;
}

header ul li::before {
  content: '';
  position: absolute;
  top: 1.35rem;
  bottom: auto;
  left: 0;
  width: 0.5rem;
  height: 1px;
  margin: auto;
  background: #FFF;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

header ul li.anclink {
  /*:before{
          top: -2.5rem;
        }*/
  /*
        &:hover{
          &:before{
            top: -2.5rem;
          }
        }
        */
}

header ul li.anclink .anc {
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header ul li.anclink .anc li.on {
  -webkit-transition: none;
  transition: none;
  padding: 0 0 0 1.1rem;
}

header ul li.anclink .anc li.on:last-child {
  margin-top: 0;
}

header ul li.anclink .anc li.on a {
  font-size: 1.1rem;
  line-height: 2.5rem;
}

header ul li.active::before {
  width: 3rem;
}

header ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  letter-spacing: 0.2rem;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  line-height: 190%;
}

header ul li.on {
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
}

header ul li.on a {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

header ul li.on a.closed {
  width: 128px;
}

header ul li:last-child {
  opacity: 0;
  margin-top: 4rem;
  padding: 0 0 0 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

header ul li:last-child a {
  margin-right: 1.9rem;
  width: auto;
}

header ul li:last-child a img {
  vertical-align: middle;
}

header ul li:last-child::before {
  display: none;
}

header ul li.category {
  margin-bottom: 1rem;
}

header ul li.category a {
  position: relative;
  padding-right: 2rem;
}

header ul li.category a.closed:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header ul li.category a.closed:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}

header ul li.category a.opened:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header ul li.category a.opened:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

header ul li.category a:before {
  content: '';
  position: absolute;
  background-color: #FFF;
  width: 9px;
  height: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header ul li.category a:after {
  content: '';
  position: absolute;
  background-color: #FFF;
  width: 1px;
  height: 9px;
  right: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

header ul li.category::before {
  display: none;
}

header ul li.category ul {
  display: none;
}

header ul li.category ul li {
  opacity: 0;
}

header ul li.category ul li:last-child {
  opacity: 0;
}

header ul li.category ul li a::before, header ul li.category ul li a:after {
  display: none;
}

header ul li.category ul li ul {
  padding-top: 0;
  display: block;
}

header ul li.category ul li ul li a {
  font-size: 1rem;
}

header ul.subNav {
  display: none;
  margin: 0 0 1rem;
  padding: 0;
}

header ul.subNav li {
  margin: 0;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  padding: 0px 0px 0px 1.1rem;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

header ul.subNav li a {
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
}

header ul.subNav li::before {
  content: none;
}

header ul.subNav .children {
  margin: 0;
  padding: 0;
}

header ul.subNav .children li {
  margin: 0;
  padding: 0px 0px 0px 1.1rem;
}

header > nav > ul > li.mainNav > div {
  position: relative;
  padding-right: 2.0rem;
}

header > nav > ul > li.mainNav > div .acBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 100%;
  margin: auto;
}

header > nav > ul > li.mainNav > div .acBtn::before {
  content: '';
  position: absolute;
  background-color: #FFF;
  width: 9px;
  height: 1px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header > nav > ul > li.mainNav > div .acBtn::after {
  content: '';
  position: absolute;
  background-color: #FFF;
  width: 1px;
  height: 9px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header > nav > ul > li.mainNav > div .acBtn:hover {
  cursor: pointer;
}

header > nav > ul > li.mainNav > div.closed .acBtn::after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header > nav > ul > li.mainNav > div.closed .acBtn::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}

header > nav > ul > li.mainNav > div.opened .acBtn::after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header > nav > ul > li.mainNav > div.opened .acBtn::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

header > nav > ul > li.mainNav.active .subNav {
  display: block;
}

.completed header ul li.on {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.completed header ul li.on:hover {
  padding: 0 0 0 6rem;
}

.completed header ul li.on:hover::before {
  content: '';
  position: absolute;
  top: 1.35rem;
  bottom: auto;
  left: 0;
  width: 4rem;
  height: 1px;
  margin: auto;
  background: #FFF;
}

.completed header ul li.on a {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.completed header ul li.on a.closed {
  width: 128px;
}

.completed header ul li.on:last-child {
  opacity: 1;
  margin-top: 3rem;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.completed header ul li.on:last-child:hover {
  padding: 0 0 0 4.4rem;
}

.completed header ul li.category ul {
  padding-top: 1rem;
}

.completed header ul li.category ul li {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
}

.completed header ul li.category ul li:last-child {
  opacity: 0;
  margin-top: 0;
}

.completed header ul li.category ul li:last-child:hover {
  padding: 0;
}

.completed header ul li.category ul li.open {
  padding: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s;
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.4, 1), opacity 1.5s, -webkit-transform 0.8s cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
}

.completed header ul li.category ul li::before {
  display: none;
}

.completed header ul li.category ul li.current-cat a {
  color: #FFF;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.completed header ul li.category ul li a {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  color: #848181;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.completed header ul li.category ul li a::before, .completed header ul li.category ul li a:after {
  display: none;
}

.completed header ul li.category ul li a:hover, .completed header ul li.category ul li a.active {
  color: #FFF;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.completed header ul li.category ul li ul {
  padding-top: 0;
  padding-left: 1.3rem;
  display: block;
  margin-bottom: 0.3rem;
}

.completed header ul li.category ul li ul li a {
  font-size: 1rem;
  line-height: 1.7rem;
}

.completed header ul li.category:hover {
  padding: 0 0 0 4.5rem;
}

.completed header ul li.anclink {
  /*&:before{
            top: -2.5rem;
          }*/
  /*
          &:hover{
            &:before{
              top: -2.5rem;
            }
          }
          */
}

.completed header ul li.anclink .anc {
  opacity: 1;
  padding: 0;
}

.completed header ul li.anclink .anc li.on {
  -webkit-transition: none;
  transition: none;
  padding: 0 0 0 1.1rem;
}

.completed header ul li.anclink .anc li.on:last-child {
  margin-top: 0;
}

.completed header ul li.anclink .anc li.on a {
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
}

.completed header ul.subNav {
  display: none;
  margin: 0 0 1rem;
  padding: 0;
}

.completed header ul.subNav li {
  margin: 0;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  padding: 0px 0px 0px 1.1rem;
}

.completed header ul.subNav li a {
  color: #848181;
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: bold;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.completed header ul.subNav li a:hover {
  color: #FFF;
}

.completed header ul.subNav li::before {
  content: none;
}

.completed header ul.subNav li.on:last-child {
  margin-top: 0;
}

.completed header ul.subNav .children {
  margin: 0;
  padding: 0;
}

.completed header ul.subNav .children li {
  margin: 0;
  padding: 0px 0px 0px 1.1rem;
}

.completed header ul.subNav.cat li a {
  font-family: 'Cabin', sans-serif;
}

.completed .otherLink ul li {
  opacity: 1 !important;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.completed .otherLink ul li a {
  line-height: 1.7rem;
}

#pageTop {
  position: fixed;
  right: 4.5rem;
  bottom: 4.5rem;
  z-index: 9997;
  mix-blend-mode: difference;
  display: none;
}

#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 6rem;
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0A0A0A;
  text-decoration: none;
  letter-spacing: 0.1rem;
  position: relative;
  mix-blend-mode: difference;
}

#pageTop a:before {
  content: "";
  position: absolute;
  display: block;
  background: #0A0A0A;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .2s ease 0s;
  transition: .2s ease 0s;
  z-index: 1;
}

#pageTop a:after {
  content: "";
  position: absolute;
  display: block;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .2s ease 0s;
  transition: .2s ease 0s;
  z-index: -1;
}

#pageTop:hover {
  mix-blend-mode: initial;
}

#pageTop:hover a:after {
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
}

#breadcrumbs {
  position: relative;
  top: 4.5rem;
  left: 27rem;
  z-index: 9999;
}

#breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumbs ul li {
  color: #191919;
  font-size: 1.2rem;
  font-weight: normal;
  margin-right: 3rem;
  position: relative;
}

#breadcrumbs ul li:before {
  content: '・';
  width: 1px;
  height: 1px;
  color: #191919;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.4rem;
}

#breadcrumbs ul li:first-child:before {
  display: none;
}

#breadcrumbs ul li a {
  position: relative;
  color: #191919;
  text-decoration: none;
}

#breadcrumbs ul li a:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #191919;
  -webkit-transition: .2s ease 0s;
  transition: .2s ease 0s;
}

#breadcrumbs ul li a:hover:after {
  width: 100%;
}

.otherLink ul {
  padding: 2.5rem 0 0 0;
}

.otherLink ul li {
  opacity: 0 !important;
}

.otherLink ul li:before {
  display: none;
}

.otherLink ul li:last-child {
  margin-top: 0 !important;
}

.otherLink ul li:last-child:hover {
  padding: 0 0 0 4.4rem !important;
}

.otherLink ul li:hover {
  padding: 0 0 0 4.5rem !important;
}

.otherLink ul li a {
  font-size: 1rem;
}

.lowBlock {
  padding: 12rem 9rem 9.5rem 15%;
  text-align: right;
  position: relative;
}

.lowBlock__ttl {
  line-height: 8rem;
  font-size: 8rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1rem;
  margin-bottom: 7.5rem;
}

.lowBlock__copy {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 2.4rem;
  margin-right: 0.9rem;
}

.lowBlock__des {
  letter-spacing: 0.2rem;
}

.lowBlock:after {
  position: absolute;
  bottom: 0;
  right: 10rem;
  content: '';
  width: 60px;
  height: 2px;
  background: #191919;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@supports (-ms-ime-align: auto) {
  header ul li a {
    color: #191919;
  }
  header ul li::before {
    background: #191919;
  }
  .completed header ul li.on:hover::before {
    background: #191919;
  }
  header ul li.category a:before,
  header ul li.category a:after {
    background: #191919;
  }
  .completed header ul li.category ul li a:hover,
  .completed header ul li.category ul li a.active {
    color: #191919;
  }
  #breadcrumbs ul li,
  #breadcrumbs ul li:before,
  #breadcrumbs ul li a {
    color: #191919;
  }
  #pageTop a {
    border: solid 1px #191919;
  }
  .logo svg path,
  .logo svg rect {
    fill: #191919 !important;
  }
  header ul li svg path, header ul li svg rect {
    fill: #191919 !important;
  }
}

@media all and (-ms-high-contrast: none) {
  header ul li a {
    color: #191919;
  }
  header ul li::before {
    background: #191919;
  }
  .completed header ul li.on:hover::before {
    background: #191919;
  }
  header ul li.category a:before,
  header ul li.category a:after {
    background: #191919;
  }
  .completed header ul li.category ul li a:hover,
  .completed header ul li.category ul li a.active {
    color: #191919;
  }
  #breadcrumbs ul li,
  #breadcrumbs ul li:before,
  #breadcrumbs ul li a {
    color: #191919;
  }
  #pageTop a {
    border: solid 1px #191919;
  }
  .logo svg path,
  .logo svg rect {
    fill: #191919 !important;
  }
  header ul li svg path, header ul li svg rect {
    fill: #191919 !important;
  }
  .low_body .p-contents-header-bg {
    background: #e3e3e3;
  }
  .low_body .wrapper {
    background: #e3e3e3 url(../img/back_logo.svg) no-repeat center center;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #000;
  visibility: visible;
  overflow: hidden;
}

body.low_body {
  background: #e3e3e3;
}

.practice {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  z-index: 999999;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

.practice svg {
  min-width: 600px;
  width: 40%;
  height: auto;
}

.practice svg path,
.practice svg polygon,
.practice svg rect {
  fill: #FFF;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.l-contents {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.l-contents.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

.back .p-contents-header-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/main_v_bg.jpg);
  background-size: cover;
  background-position: center;
}

/*
.l-dummy-scroll {
  position: relative;
  pointer-events: none;
  z-index: 999;
  mix-blend-mode: difference;
  visibility: inherit;
  opacity: 1;
  background: transparent;
  .rail{
    position: fixed;
    width: 3px;
    top: 0;
    right: 0;
    height: 100px;
    background: #fff;
  }
}
*/
.main {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.main .mainTitle {
  font-size: calc(80px + (120 - 100)*(100vw - 1000px)/(1800 - 1000));
  font-weight: bold;
  line-height: calc(130px + 118 * ((100vw - 1000px)/ 1800));
  letter-spacing: calc(30px + (120 - 100)*(100vw - 1000px)/(1800 - 1000));
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

.main .mainTitle.on {
  opacity: 1;
}

.main .mainTitle.on span {
  width: 100%;
  float: left;
  color: #FFF;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: titleAnimation;
          animation-name: titleAnimation;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
}

.main .mainTitle.on span:first-child {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.main .mainTitle.on span:nth-child(2) {
  color: #FFC400;
  background: linear-gradient(110deg, #FFEF00, #FFC400 50%, #FFC400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.main .mainTitle.on span:last-child {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main .mainText {
  font-size: calc(80px + (120 - 100)*(100vw - 1000px)/(1800 - 1000));
  font-weight: bold;
  line-height: calc(130px + 118 * ((100vw - 1000px)/ 1800));
  letter-spacing: calc(30px + (120 - 100)*(100vw - 1000px)/(1800 - 1000));
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

.main .mainText.on {
  opacity: 1;
}

.main .mainText.on span {
  width: 100%;
  float: left;
  color: #FFF;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: titleAnimation;
          animation-name: titleAnimation;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
  -webkit-animation-fill-mode: forwards;
}

.main .mainText.on span:first-child {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  color: #FFC400;
  background: linear-gradient(110deg, #FFEF00, #FFC400 50%, #FFC400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.main .mainText.on span:last-child {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.main .mainCopy {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 3rem;
  letter-spacing: 0.5rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
}

.main .mainCopy span {
  opacity: 0;
}

.main .mainCopy.on span {
  display: block;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: titleAnimations;
          animation-name: titleAnimations;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
}

.main .mainCopy.on span:first-child {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.main .mainCopy.on span:last-child {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main .mainCopy.on span i {
  color: #FFC400;
}

.main .scrollBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main .scrollBtn.on {
  height: 90px;
}

.main.textRight {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 4.5rem;
}

.main.textRight .mainTitle {
  text-align: right;
}

.main.textRight .mainTitle span {
  opacity: 1;
  text-shadow: none;
}

@-webkit-keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}

@keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}

@-webkit-keyframes titleAnimations {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}

@keyframes titleAnimations {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}

.banner {
  position: fixed;
  bottom: 4.5rem;
  right: -50%;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
}

.banner.on {
  right: 4.5rem;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.banner .closeBtn {
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1001;
}

.banner .closeBtn img:hover {
  cursor: pointer;
  opacity: 0.6;
}

.banner a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner a:hover {
  opacity: 0.6;
}

.wrapper #worksSec {
  padding: 16rem 0 10% 15%;
  position: relative;
}

.wrapper #worksSec .worksCard__ttl {
  position: relative;
  text-align: right;
  line-height: 10rem;
  font-size: 10rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1rem;
  margin-bottom: 18rem;
  padding-right: 9rem;
}

.wrapper #worksSec .worksCard__ttl span {
  display: block;
  margin-right: -1rem;
}

.wrapper #worksSec .worksCard__ttl:after {
  position: absolute;
  bottom: -30px;
  right: 9rem;
  content: '';
  width: 60px;
  height: 2px;
  background: #191919;
}

.wrapper #worksSec .worksCard__ttl__des {
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 4rem;
  float: right;
  margin-top: -5rem;
  margin-bottom: 15rem;
  width: 47.5%;
  padding-right: 9rem;
}

.wrapper #worksSec .masonry-stamp-area .worksCard__ttl span {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #worksSec .masonry-stamp-area .worksCard__ttl:after {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #worksSec .masonry-stamp-area .worksCard__ttl__des p {
  -webkit-transform: translate3d(0, 240px, 0);
  transform: translate3d(0, 240px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  letter-spacing: 0.2rem;
}

.wrapper #worksSec .masonry-stamp-area.fadeInTop .worksCard__ttl span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #worksSec .masonry-stamp-area.fadeInTop .worksCard__ttl:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #worksSec .masonry-stamp-area.fadeInTop .worksCard__ttl__des p {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #worksSec .js-masonry-wrap {
  margin-left: -5%;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
  background: #FFF;
  z-index: 2;
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ttl {
  margin-top: -3.5rem;
  width: 80%;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  padding: 2rem 4rem;
  z-index: 2;
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ttl span {
  color: #FFF;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.95);
  z-index: -1;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ttl:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  padding: 13%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ph img {
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 4rem;
  color: #191919;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  min-height: 450px;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dt {
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dt .status {
  font-size: 1.2rem;
  border: solid 1px #191919;
  padding: 0.5rem;
  line-height: 1rem;
  margin-left: 5rem;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd {
  width: 100%;
  height: auto;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd ul {
  margin: 0 0 2rem;
  line-height: 2.5rem;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd ul li {
  font-size: 1.2rem;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd p {
  font-size: 1.5rem;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd .officialLink {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd .officialLink:after {
  content: url(../img/official_link_icon.svg);
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2.5rem;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.wrapper #worksSec .js-masonry-wrap .worksArticle a:hover .worksArticle__ttl span {
  color: #191919;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle a:hover .worksArticle__ttl:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.wrapper #worksSec .js-masonry-wrap .worksArticle a:hover .worksArticle__single {
  opacity: 1;
}

.wrapper #worksSec .js-masonry-wrap .worksArticle.fadeInTop {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #worksSec .js-masonry-wrap .worksArticle.fadeInTop .worksArticle__ttl {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #worksSec .moreLink {
  position: absolute;
  left: -39%;
  bottom: 0;
  width: 40%;
  max-height: 720px;
  height: 30%;
  border-top: solid 1px #0A0A0A;
  border-right: solid 1px #0A0A0A;
  border-bottom: solid 1px #0A0A0A;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
}

.wrapper #worksSec .moreLink a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 4rem 3rem;
  line-height: 1rem;
  text-decoration: none;
  color: #191919;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  position: relative;
  z-index: 1;
}

.wrapper #worksSec .moreLink a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #worksSec .moreLink a i:before {
  width: 19.39px;
  height: 6.64px;
  content: '';
  background: url(../img/moreLink_icon_b.svg) no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #worksSec .moreLink a:hover:before {
  left: -1px;
  right: auto;
  top: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.wrapper #worksSec .moreLink.fadeInTop {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  left: 0;
}

.wrapper #companySec {
  padding: 20rem 0 0 0;
  margin: 0 0 24rem 15%;
  position: relative;
}

.wrapper #companySec .bgImage {
  width: 100%;
  height: auto;
}

.wrapper #companySec .companyCard {
  position: absolute;
  top: 0;
  left: 0;
  padding: 26% 7rem 0 27%;
  width: 100%;
  height: 100%;
}

.wrapper #companySec .companyCard .companyCard__ttl {
  font-size: 5rem;
  line-height: 6rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 3.9rem;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  letter-spacing: 0.2rem;
}

.wrapper #companySec .companyCard .companyCard__ttl.fadeInTop {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #companySec .companyCard .companyCard__ttl span {
  color: #FFC400;
  background: linear-gradient(110deg, #FFEF00, #FFC400 50%, #FFC400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.wrapper #companySec .companyCard .companyCard__ttl__des {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  letter-spacing: 0.2rem;
}

.wrapper #companySec .companyCard .companyCard__ttl__des.fadeInTop {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #companySec .moreLink {
  position: absolute;
  bottom: -6.5%;
  right: 0;
  width: 40%;
  height: 13%;
  background: rgba(255, 255, 255, 0.95);
  max-height: 123px;
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #companySec .moreLink a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 4rem 3rem;
  line-height: 1rem;
  text-decoration: none;
  color: #191919;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  position: relative;
  z-index: 1;
}

.wrapper #companySec .moreLink a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #companySec .moreLink a i:before {
  width: 19.39px;
  height: 6.64px;
  content: '';
  background: url(../img/moreLink_icon_b.svg) no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #companySec .moreLink a:hover:before {
  left: -1px;
  right: auto;
  top: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.wrapper #companySec .moreLink.fadeInTop {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #companySec .companyCard__copy {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-size: calc(130px + (120 - 100)*(100vw - 1000px)/(1800 - 1000));
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  color: #FFF;
  line-height: calc(180px + 118 * ((100vw - 1000px)/ 1800));
  letter-spacing: 0.8rem;
}

.wrapper #companySec .companyCard__copy span {
  display: block;
  -webkit-transform: translate3d(-70px, 0, 0);
  transform: translate3d(-70px, 0, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #companySec .companyCard__copy.fadeInTop span {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #companySec .companyCard__copy.fadeInTop span:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.wrapper #specialistSec {
  margin: 0 0 24rem 15%;
}

.wrapper #specialistSec .specialistCard {
  margin-bottom: 10rem;
  padding: 0 9rem 0 0;
}

.wrapper #specialistSec .specialistCard .specialistCard__ttl {
  line-height: 10rem;
  font-size: 10rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1rem;
  position: relative;
  margin-right: 2rem;
  margin-bottom: 6rem;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #specialistSec .specialistCard .specialistCard__ttl:after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background: #191919;
}

.wrapper #specialistSec .specialistCard .specialistCard__ttl__des {
  font-size: 1.5rem;
  text-align: right;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #specialistSec .specialistCard.fadeInTop .specialistCard__ttl {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #specialistSec .specialistCard.fadeInTop .specialistCard__ttl__des {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #specialistSec .peopleCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wrapper #specialistSec .peopleCard .peopleArticle {
  width: 33.333%;
  position: relative;
  -webkit-transform: translate3d(0, 400px, 0);
  transform: translate3d(0, 400px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #specialistSec .peopleCard .peopleArticle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  color: #191919;
  opacity: 0;
  text-decoration: none;
}

.wrapper #specialistSec .peopleCard .peopleArticle a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #specialistSec .peopleCard .peopleArticle a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/bg_logo.svg) no-repeat center center;
  z-index: 1;
}

.wrapper #specialistSec .peopleCard .peopleArticle a .peopleArticle__ttl {
  font-family: 'Cabin', sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0 0 1rem;
  text-align: center;
  line-height: 4rem;
}

.wrapper #specialistSec .peopleCard .peopleArticle a .peopleArticle__ttl__des {
  font-size: 1.5rem;
}

.wrapper #specialistSec .peopleCard .peopleArticle a:hover {
  opacity: 1;
}

.wrapper #specialistSec .peopleCard .peopleArticle a:hover:before {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.wrapper #specialistSec .peopleCard .peopleArticle .peopleArticle__ph {
  height: 100%;
  min-height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrapper #specialistSec .peopleCard .peopleArticle .peopleArticle__ph .bgImage {
  width: 100%;
  height: auto;
  display: none;
}

.wrapper #specialistSec .peopleCard.fadeInTop .peopleArticle {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #specialistSec .peopleCard.fadeInTop .peopleArticle:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.wrapper #specialistSec .peopleCard.fadeInTop .peopleArticle:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.wrapper #specialistSec .peopleCard .moreLink {
  position: absolute;
  bottom: -12.5%;
  right: 0;
  width: 40%;
  height: 26%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3;
  max-height: 123px;
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #specialistSec .peopleCard .moreLink.fadeInTop {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #specialistSec .peopleCard .moreLink a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 4rem 3rem;
  line-height: 1rem;
  text-decoration: none;
  color: #191919;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  position: relative;
  z-index: 1;
}

.wrapper #specialistSec .peopleCard .moreLink a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #specialistSec .peopleCard .moreLink a i:before {
  width: 19.39px;
  height: 6.64px;
  content: '';
  background: url(../img/moreLink_icon_b.svg) no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #specialistSec .peopleCard .moreLink a:hover:before {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.wrapper #newsSec {
  position: relative;
  margin: 0 0 18rem 0;
}

.wrapper #newsSec .newsCard {
  padding: 0 9rem 0 15%;
  text-align: right;
}

.wrapper #newsSec .newsCard .newsCard__ttl {
  line-height: 10rem;
  font-size: 10rem;
  margin: 0 0 15rem 0;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1rem;
  position: relative;
  margin-left: 2rem;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #newsSec .newsCard .newsCard__ttl span {
  margin-right: -1rem;
  display: block;
  min-width: 320px;
}

.wrapper #newsSec .newsCard .newsCard__ttl:after {
  position: absolute;
  bottom: -30px;
  right: 0;
  content: '';
  width: 60px;
  height: 2px;
  background: #191919;
}

.wrapper #newsSec .newsCard .newsCard__ttl__des {
  text-align: right;
  width: 65%;
  margin-left: auto;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  letter-spacing: 0.2rem;
}

.wrapper #newsSec .newsCard.fadeInTop .newsCard__ttl,
.wrapper #newsSec .newsCard.fadeInTop .newsCard__ttl__des {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #newsSec .newsCard.fadeInTop .newsCard__ttl {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.wrapper #newsSec .newsCard.fadeInTop .newsCard__ttl__des {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.wrapper #newsSec .newsArticle {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper #newsSec .newsArticle .newsArticleCard {
  margin: 0 0 1px 0;
  position: relative;
  z-index: 2;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #newsSec .newsArticle .newsArticleCard a {
  text-decoration: none;
}

.wrapper #newsSec .newsArticle .newsArticleCard a .newsArticleCardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 2rem 5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  background: url(../img/moreLink_icon_h.svg) no-repeat 82% center;
}

.wrapper #newsSec .newsArticle .newsArticleCard a .newsArticleCardBox .newsArticleCard__ttl {
  font-weight: bold;
  color: #191919;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
  transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
}

.wrapper #newsSec .newsArticle .newsArticleCard a .newsArticleCardBox .newsArticleCard__date {
  font-size: 1.2rem;
  color: #CCCCCC;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
  transition: all 0.3s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
}

.wrapper #newsSec .newsArticle .newsArticleCard a:before {
  position: absolute;
  top: 0;
  left: -1px;
  right: auto;
  content: '';
  width: calc(100% + 2px);
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #newsSec .newsArticle .newsArticleCard a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #newsSec .newsArticle .newsArticleCard a:hover .newsArticleCardBox {
  background: url(../img/moreLink_icon_b.svg) no-repeat 82% center;
}

.wrapper #newsSec .newsArticle .newsArticleCard a:hover .newsArticleCardBox .newsArticleCard__ttl,
.wrapper #newsSec .newsArticle .newsArticleCard a:hover .newsArticleCardBox .newsArticleCard__date {
  color: #191919;
}

.wrapper #newsSec .newsArticle .newsArticleCard a:hover:before {
  top: 0;
  left: -1px;
  right: auto;
}

.wrapper #newsSec .newsArticle .newsArticleCard a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.wrapper #newsSec .newsArticle.fadeInTop .newsArticleCard {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #newsSec .newsArticle.fadeInTop .newsArticleCard:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.wrapper #newsSec .newsArticle.fadeInTop .newsArticleCard:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.wrapper #newsSec .newsArticle.fadeInTop .newsArticleCard:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.wrapper #newsSec .newsArticle.fadeInTop .newsArticleCard:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.wrapper #newsSec .moreLink {
  width: 40%;
  height: 720px;
  border-top: solid 1px #0A0A0A;
  border-right: solid 1px #0A0A0A;
  border-bottom: solid 1px #0A0A0A;
  position: relative;
  left: -39%;
  margin-top: -10rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #newsSec .moreLink a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 4rem 3rem;
  line-height: 1rem;
  text-decoration: none;
  color: #191919;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  position: relative;
  z-index: 1;
}

.wrapper #newsSec .moreLink a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #newsSec .moreLink a i:before {
  width: 19.39px;
  height: 6.64px;
  content: '';
  background: url(../img/moreLink_icon_b.svg) no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #newsSec .moreLink a:hover:before {
  left: -1px;
  right: auto;
  top: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.wrapper #newsSec .moreLink.fadeInTop {
  left: 0;
}

.wrapper #blogSec {
  position: relative;
  padding: 0 0 0 15%;
  margin: 0 0 24rem 0;
}

.wrapper #blogSec .blogCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15rem;
  padding: 0 9rem 0 0;
}

.wrapper #blogSec .blogCard .blogCard__ttl {
  line-height: 10rem;
  font-size: 10rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 1rem;
  position: relative;
  margin-right: 2rem;
  min-width: 305px;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #blogSec .blogCard .blogCard__ttl:after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background: #191919;
}

.wrapper #blogSec .blogCard .blogCard__ttl__des {
  font-size: 1.5rem;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #blogSec .blogCard.fadeInTop .blogCard__ttl,
.wrapper #blogSec .blogCard.fadeInTop .blogCard__ttl__des {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #blogSec .blogCard.fadeInTop .blogCard__ttl__des {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.wrapper #blogSec .blogArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.wrapper #blogSec .blogArticle .blogArticleCard {
  width: 33.333%;
  height: 320px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 300px, 0);
  transform: translate3d(0, 300px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #blogSec .blogArticle .blogArticleCard a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #191919;
  padding: 4rem;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #blogSec .blogArticle .blogArticleCard a .blogArticleCard__ttl {
  font-weight: bold;
  line-height: 2.5rem;
  margin: 0 0 3rem;
}

.wrapper #blogSec .blogArticle .blogArticleCard a .blogArticleCard__date,
.wrapper #blogSec .blogArticle .blogArticleCard a .blogArticleCard__category {
  font-size: 1.2rem;
}

.wrapper #blogSec .blogArticle .blogArticleCard a .blogArticleCard__category {
  border-left: solid 1px #191919;
  line-height: 1rem;
  padding: 0 0 0 1rem;
  margin: 0 0 0 1rem;
  display: inline-block;
}

.wrapper #blogSec .blogArticle .blogArticleCard a .more {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
}

.wrapper #blogSec .blogArticle .blogArticleCard a .more:after {
  content: url(../img/official_link_icon.svg);
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2.5rem;
}

.wrapper #blogSec .blogArticle .blogArticleCard a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #blogSec .blogArticle .blogArticleCard a:hover {
  opacity: 1;
}

.wrapper #blogSec .blogArticle .blogArticleCard a:hover:before {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.wrapper #blogSec .blogArticle .blogArticleCard__ph {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
}

.wrapper #blogSec .blogArticle .blogArticleCard__ph img {
  opacity: 0;
  width: 100%;
  height: auto;
}

.wrapper #blogSec .blogArticle.fadeInTop .blogArticleCard {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #blogSec .blogArticle.fadeInTop .blogArticleCard:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.wrapper #blogSec .blogArticle.fadeInTop .blogArticleCard:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.wrapper #blogSec .blogArticle.fadeInTop .blogArticleCard:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.wrapper #blogSec .blogArticle.fadeInTop .blogArticleCard:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.wrapper #blogSec .blogArticle.fadeInTop .blogArticleCard:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.wrapper #blogSec .moreLink {
  position: absolute;
  bottom: -7%;
  right: 0;
  width: 40%;
  height: 14.6%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3;
  max-height: 123px;
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.wrapper #blogSec .moreLink a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 4rem 3rem;
  line-height: 1rem;
  text-decoration: none;
  color: #191919;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  position: relative;
  z-index: 1;
}

.wrapper #blogSec .moreLink a:before {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #blogSec .moreLink a i:before {
  width: 19.39px;
  height: 6.64px;
  content: '';
  background: url(../img/moreLink_icon_b.svg) no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #blogSec .moreLink a:hover:before {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.wrapper #blogSec .moreLink.fadeInTop {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
}

.wrapper #recruitSec {
  width: 100%;
  height: 1000px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15%;
  position: relative;
}

.wrapper #recruitSec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: #0A0A0A;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #recruitSec a {
  text-decoration: none;
  position: relative;
}

.wrapper #recruitSec a .recruitCard {
  position: relative;
  z-index: 2;
}

.wrapper #recruitSec a .recruitCard .recruitCard__ttl {
  text-align: center;
  font-size: calc(100px + (140 - 100)*(100vw - 1000px)/(1800 - 1000));
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 3rem;
  color: #0A0A0A;
  line-height: 22rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #recruitSec a .recruitCard .recruitCard__ttl__des {
  font-weight: bold;
  color: #0A0A0A;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  padding: 0 4rem;
}

.wrapper #recruitSec.on a .recruitCard .recruitCard__ttl,
.wrapper #recruitSec.on a .recruitCard .recruitCard__ttl__des {
  color: #FFF;
}

.wrapper #recruitSec.on:before {
  width: 100%;
}

.wrapper #contactSec {
  width: 100%;
  height: 1000px;
  background: #0A0A0A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15%;
  position: relative;
}

.wrapper #contactSec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: #FFF;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #contactSec a {
  text-decoration: none;
  position: relative;
}

.wrapper #contactSec a .contacCard {
  position: relative;
  z-index: 2;
}

.wrapper #contactSec a .contacCard .contacCard__ttl {
  text-align: center;
  font-size: calc(100px + (140 - 100)*(100vw - 1000px)/(1800 - 1000));
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 3rem;
  color: #FFF;
  line-height: 22rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.wrapper #contactSec a .contacCard .contacCard__ttl__des {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  padding: 0 4rem;
  letter-spacing: 0.2rem;
}

.wrapper #contactSec.on a .contacCard .contacCard__ttl,
.wrapper #contactSec.on a .contacCard .contacCard__ttl__des {
  color: #0A0A0A;
}

.wrapper #contactSec.on:before {
  width: 100%;
}

.guidBottom {
  padding-left: 15%;
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.guidBottom .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1rem;
}

.guidBottom .navi li {
  margin: 1.3rem;
}

.guidBottom .navi li a {
  font-size: 1.2rem;
  color: #777777;
  text-decoration: none;
}

.guidBottom small {
  font-size: 1.2rem;
  color: #777777;
}

.completed .main .scrollBtn {
  height: 90px;
}

.completed .main .scrollBtn a {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  background-color: #FFF;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 80px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.ipad .wrapper {
  background: #e3e3e3;
}

.ipad .wrapper #recruitSec a .recruitCard .recruitCard__ttl,
.ipad .wrapper #contactSec a .contacCard .contacCard__ttl {
  font-size: 14rem;
}

.ipad .wrapper #companySec .companyCard {
  padding: 29rem 6rem 0 33%;
}

.ipad .wrapper #blogSec .blogCard.fadeInTop .blogCard__ttl {
  width: 50%;
}

.ipad .wrapper #blogSec .blogCard.fadeInTop .blogCard__des {
  width: 50%;
}

.ipad .wrapper #worksSec .js-masonry-wrap .worksArticle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-bottom: 30%;
}

.ipad .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ttl {
  padding: 2rem;
}

.ipad .l-contents.is-fixed {
  position: absolute;
  -webkit-transform: none !important;
          transform: none !important;
  overflow: hidden;
}

.ipad .companyBlock--officer {
  padding: 15rem 0;
}

#logo04 {
  -webkit-transform: translateX(460px);
          transform: translateX(460px);
  opacity: 0;
}

#logo03 {
  -webkit-transform: translateX(440px);
          transform: translateX(440px);
  opacity: 0;
}

#logo02 {
  -webkit-transform: translateX(481px);
          transform: translateX(481px);
  opacity: 0;
}

#logo01 {
  -webkit-transform: translateX(410px);
          transform: translateX(410px);
  overflow: hidden;
  border-bottom-right-radius: 10px;
}

#text18, #text17, #text16, #text15, #text14, #text13, #text12, #text11, #text10, #text09, #text08, #text07, #text06, #text05, #text04, #text03, #text02, #text01 {
  -webkit-transform: translateY(61px);
          transform: translateY(61px);
  opacity: 0;
}

.mask {
  fill: #FFF;
  stroke: #FFF;
}

.topmask,
.bottommask {
  fill: #FFF;
  stroke: #FFF;
  display: none;
}

.back .back-bg {
  background: #e3e3e3 url(../img/back_logo.svg) no-repeat center center;
  background-size: auto 80%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1290px) {
  .wrapper #companySec .companyCard {
    padding: 29rem 7rem 0 37%;
  }
  .wrapper #companySec .bgImage {
    width: auto;
    height: 574px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .wrapper #blogSec .blogArticle .blogArticleCard {
    height: 244px;
  }
  .wrapper #blogSec .blogArticle .blogArticleCard img {
    width: auto;
    height: 244px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

@supports (-ms-ime-align: auto) {
  .l-contents.is-fixed {
    position: absolute !important;
    -webkit-transform: none !important;
            transform: none !important;
    overflow: hidden;
  }
  .isAnimate.completed header ul li.on a {
    color: #000;
  }
  .isAnimate.completed header ul li::before {
    background: #000;
  }
  .isAnimate.completed #pageTop a {
    color: #FFF;
  }
  .isAnimate.completed #pageTop a:after {
    background: #000;
  }
}

@media all and (-ms-high-contrast: none) {
  .back-bg {
    display: none;
  }
  .wrapper {
    background: #e3e3e3;
  }
  .wrapper #companySec .companyCard__copy {
    font-size: 15rem !important;
    line-height: 29rem !important;
  }
  header ul li:last-child a img:nth-child(1) {
    width: 16px;
    height: 16px;
  }
  header ul li:last-child a img:nth-child(2) {
    width: 9px;
    height: 16px;
  }
  header ul li:last-child a img:nth-child(3) {
    width: 21px;
    height: 13px;
  }
  .isAnimate.completed header ul li.on a {
    color: #000;
  }
  .isAnimate.completed header ul li::before {
    background: #000;
  }
  .isAnimate.completed #pageTop a {
    color: #FFF;
  }
  .isAnimate.completed #pageTop a:after {
    background: #000;
  }
  .main .mainTitle.on span:nth-child(2) {
    background: none;
  }
  .main .mainText.on span:first-child {
    background: none;
  }
  .wrapper #companySec .companyCard .companyCard__ttl span {
    background: none;
  }
}

#specialistBlockDiteile {
  padding: 10rem 0 0 0;
  margin-left: 15%;
  position: relative;
}

#specialistBlockDiteile .specialistBlockDiteile__ttl {
  position: absolute;
  top: 0rem;
  left: 4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-size: calc(180vw / 33);
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  color: #FFF;
  line-height: calc(180vw / 33);
  letter-spacing: 0.8rem;
  z-index: 10;
}

#specialistBlockDiteile .pickUpCard .swiper-container {
  width: 100%;
  height: 28vw;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

#specialistBlockDiteile .pickUpCard .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#specialistBlockDiteile .pickUpCard .swiper-container .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle {
  position: relative;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a dl {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  width: 100%;
  z-index: 3;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a dl .pickUpCard__ttl {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a dl .pickUpCard__ttl span {
  font-size: 1.5rem;
  margin-left: 1rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a dl .pickUpCard__des {
  font-size: 1.2rem;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/bg_logo.svg) no-repeat center center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a:hover {
  color: #0A0A0A;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a:hover:before {
  opacity: 1;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle .pickUpCard__ph {
  display: none;
}

#specialistBlockDiteile .pickUpCard .swiper-container .pickUpArticle .pickUpCard__ph img {
  width: 100%;
  height: auto;
}

#specialistBlockDiteile .detailCard {
  position: relative;
  padding-top: 10rem;
  margin-bottom: 10rem;
  counter-increment: section;
}

#specialistBlockDiteile .detailCard:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  content: "0" counter(section);
  color: #0A0A0A;
  font-size: calc(180vw / 13);
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: calc(180vw / 13);
  padding-left: 21rem;
}

#specialistBlockDiteile .detailCard .detailCard__ttl {
  position: absolute;
  top: 0;
  left: 4rem;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-size: calc(180vw / 38);
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: calc(180vw / 38);
  letter-spacing: 1rem;
  color: #FFF;
}

#specialistBlockDiteile .detailCard .detailCard__ttl span {
  display: block;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  font-size: calc(180vw / 130);
  letter-spacing: 0;
  margin-top: 1.9rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  width: 68px;
  height: 40px;
  line-height: calc(180vw / 130);
}

#specialistBlockDiteile .detailCard .detailCard__des dl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  color: #FFF;
  padding: 5rem;
}

#specialistBlockDiteile .detailCard .detailCard__des dl dt {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

#specialistBlockDiteile .detailCard .detailCard__des dl dt span {
  font-size: 1.5rem;
  margin-left: 1rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#specialistBlockDiteile .detailCard .detailCard__des dl dd {
  font-size: 1.2rem;
}

#specialistBlockDiteile .detailCard .detailCard__des img {
  width: 55%;
  height: auto;
}

#specialistBlockDiteile .detailCard .detailCard-single {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10rem 9rem 0 45%;
}

#specialistBlockDiteile .detailCard .detailCard-single a {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  display: block;
  padding: 6rem 6rem 4rem 6rem;
  color: #FFF;
  text-decoration: none;
}

#specialistBlockDiteile .detailCard .detailCard-single a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(111, 111, 111, 0.95);
  z-index: -1;
}

#specialistBlockDiteile .detailCard .detailCard-single a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#specialistBlockDiteile .detailCard .detailCard-single a .detailCard-single__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.6rem;
}

#specialistBlockDiteile .detailCard .detailCard-single a .detailCard-single__des {
  line-height: 4rem;
  margin-bottom: 10rem;
}

#specialistBlockDiteile .detailCard .detailCard-single a .more {
  position: relative;
  text-align: right;
  font-size: 1.2rem;
}

#specialistBlockDiteile .detailCard .detailCard-single a .more:before {
  content: '';
  position: absolute;
  top: 0;
  right: -2rem;
  width: 10px;
  height: 100%;
  z-index: 1;
  background: url(../img/specialist/icon_h.svg) no-repeat center center;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#specialistBlockDiteile .detailCard .detailCard-single a:hover {
  color: #0A0A0A;
}

#specialistBlockDiteile .detailCard .detailCard-single a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

#specialistBlockDiteile .detailCard .detailCard-single a:hover .more:before {
  background: url(../img/specialist/icon_b.svg) no-repeat center center;
}

#specialistBlockDiteile .detailCard:nth-child(even):before {
  padding-left: 0;
  padding-right: 35rem;
}

#specialistBlockDiteile .detailCard:nth-child(even) .detailCard__ttl {
  left: auto;
  right: 9rem;
}

#specialistBlockDiteile .detailCard:nth-child(even) .detailCard__des dl {
  left: auto;
  right: 4rem;
  text-align: right;
}

#specialistBlockDiteile .detailCard:nth-child(even) .detailCard__des dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#specialistBlockDiteile .detailCard:nth-child(even) .detailCard__des dl dt span {
  margin-left: 0;
  margin-right: 1rem;
}

#specialistBlockDiteile .detailCard:nth-child(even) .detailCard__des img {
  margin-left: auto;
}

#specialistBlockDiteile .detailCard:nth-child(even) .detailCard-single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 45% 0 0;
}

#specialistBlockDiteileSingle {
  margin: 10rem 0 10rem 15%;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 9rem 10rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft {
  width: 50%;
  position: relative;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  color: #FFF;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__des dt {
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  margin-bottom: 1rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__des dt span {
  font-size: 1.8rem;
  margin-left: 1rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__des dd {
  font-size: 1.5rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft img {
  width: 100%;
  height: auto;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight {
  width: 50%;
  padding-left: 9rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleRightText {
  margin: 9rem 0;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd {
  margin-bottom: 3rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl {
  position: relative;
  font-weight: bold;
  text-align: center;
  border: solid 1px #222222;
  padding: 0.9rem 0;
  cursor: pointer;
  letter-spacing: 0.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl:before {
  content: '';
  position: absolute;
  background-color: #5A5A5A;
  width: 9px;
  height: 1px;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl:after {
  content: '';
  position: absolute;
  background-color: #5A5A5A;
  width: 1px;
  height: 9px;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl.opened {
  background: #222222;
  color: #FFF;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl.opened:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  background-color: #FFF;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl.opened:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #FFF;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl:hover {
  background: #222222;
  color: #FFF;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl:hover:before, #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd .acd__ttl:hover:after {
  background-color: #FFF;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd dd {
  padding-top: 2rem;
  display: none;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd dd .acd__ttlchild {
  border-bottom: dotted 1px #5A5A5A;
  padding: 1rem 0;
  font-weight: bold;
  cursor: pointer;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd dd .acd__ttlchild i {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  padding-right: 3rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd dd .acd__ttlchild i:before {
  content: '';
  position: absolute;
  background-color: #5A5A5A;
  width: 9px;
  height: 1px;
  top: 0.4rem;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd dd .acd__ttlchild i:after {
  content: '';
  position: absolute;
  background-color: #5A5A5A;
  width: 1px;
  height: 9px;
  right: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd dd .acd__ttlchild.opened i:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleLeftText__acd dd .acd__ttlchild.opened i:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li {
  width: 22px;
  text-align: center;
  margin-left: 2rem;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a img {
  display: inline-block;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a svg,
#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a path,
#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a polygon,
#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a rect {
  fill: #CCC;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a:hover svg,
#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a:hover path,
#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a:hover polygon,
#specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .sns li a:hover rect {
  fill: #191919;
}

#specialistBlockDiteileSingle .paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#specialistBlockDiteileSingle .paging ul li {
  width: 33.3333%;
  border-top: solid 1px #5A5A5A;
  border-bottom: solid 1px #5A5A5A;
  border-left: solid 1px #5A5A5A;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

#specialistBlockDiteileSingle .paging ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #191919;
  padding: 3rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#specialistBlockDiteileSingle .paging ul li a:hover {
  color: #FFF;
  background: #191919;
}

#specialistBlockDiteileSingle .paging ul li:first-child a {
  background: url(../img/specialist/paging_prev_b.svg) no-repeat center center;
}

#specialistBlockDiteileSingle .paging ul li:first-child a span {
  opacity: 0;
}

#specialistBlockDiteileSingle .paging ul li:first-child a:hover {
  background: #191919 url(../img/specialist/paging_prev_h.svg) no-repeat center center;
}

#specialistBlockDiteileSingle .paging ul li:last-child a {
  background: url(../img/specialist/paging_next_b.svg) no-repeat center center;
}

#specialistBlockDiteileSingle .paging ul li:last-child a span {
  opacity: 0;
}

#specialistBlockDiteileSingle .paging ul li:last-child a:hover {
  background: #191919 url(../img/specialist/paging_next_h.svg) no-repeat center center;
}

.pickUpCard .swiper-pagination-area {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 6rem 8rem 20rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pickUpCard .swiper-pagination-area .text {
  margin: 0 3rem 0 0;
  font-family: 'Cabin', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.pickUpCard .swiper-pagination-area .swiper-pagination-bullets {
  counter-reset: item;
  position: relative;
  text-align: left;
  bottom: 0px;
}

.pickUpCard .swiper-pagination-area .swiper-pagination-bullets span {
  width: auto;
  height: auto;
  background: none;
  color: #191919;
  margin: 0 1rem;
}

.pickUpCard .swiper-pagination-area .swiper-pagination-bullets span.swiper-pagination-bullet:before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  color: #191919;
  font-family: 'Cabin', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.pickUpCard .swiper-button-prev {
  background-image: url(../img/specialist/prev.svg);
  background-size: 9px 15px;
  width: 9px;
  height: 15px;
  margin-top: -131px;
  left: 4rem;
  display: none;
}

.pickUpCard .swiper-button-next {
  background-image: url(../img/specialist/next.svg);
  background-size: 9px 15px;
  width: 9px;
  height: 15px;
  margin-top: -131px;
  right: 4rem;
  display: none;
}

@media screen and (max-width: 1023px) {
  #specialistBlockDiteile .pickUpCard .swiper-container {
    height: 360px;
  }
}

.news .lowBlock__copy {
  margin-bottom: 0;
}

#newsSec.low {
  margin: 10rem 0 18rem 0;
}

#newsSec.low .newsArticle {
  position: relative;
  top: 0;
}

#newsSec.low .newsArticle .newsArticleCard {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#newsSec .padding {
  text-align: right;
  margin-left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 9rem 0 4rem;
  font-family: 'Cabin', sans-serif;
}

#newsSec .padding span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191919;
  margin: 0 3rem 0 0;
}

#newsSec .padding ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#newsSec .padding ul li {
  margin: 0 0.5rem;
}

#newsSec .padding ul li a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  padding: 0 0.5rem;
  -webkit-transition: .2s ease 0s;
  transition: .2s ease 0s;
}

#newsSec .padding ul li a:hover {
  color: #191919;
}

#newsSec .padding ul li span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
  padding: 0 0.5rem;
  margin: 0;
}

.newsSecDiteileSingle {
  margin: 10rem 0 10rem 15%;
  padding: 9.5rem 18rem;
  background: #FFF;
}

.newsSecDiteileSingle__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.newsSecDiteileSingle__des {
  font-size: 1.2rem;
  line-height: 100%;
  margin-bottom: 7rem;
}

.newsSecDiteileSingle__des time {
  border-right: solid 1px #CCCCCC;
  margin-right: 1rem;
  padding-right: 1rem;
}

.newsSecDiteileSingle__contents p {
  margin-bottom: 7rem;
}

.newsSecDiteileSingle__contents h2 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
}

.newsSecDiteileSingle__contents h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #191919;
}

.newsSecDiteileSingle__contents img {
  width: 100%;
  height: auto;
  margin-bottom: 7rem;
}

.newsSecDiteileSingle__contents h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.newsSecDiteileSingle__contents a {
  color: #9F9F9F;
}

.newsSecDiteileSingle__contents a:hover {
  text-decoration: none;
}

.newsSecDiteileSingle__contents ul {
  margin-bottom: 7rem;
}

.newsSecDiteileSingle__contents ul li {
  padding-left: 14px;
  position: relative;
}

.newsSecDiteileSingle__contents ul li:before {
  content: '';
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 7px;
  height: 7px;
  background: #191919;
}

.newsSecDiteileSingle__contents ol {
  margin-bottom: 7rem;
  counter-reset: item;
  list-style-type: none;
}

.newsSecDiteileSingle__contents ol li {
  text-indent: -14px;
  padding-left: 14px;
}

.newsSecDiteileSingle__contents ol li:before {
  counter-increment: item;
  content: counter(item);
  margin-right: .5em;
  padding-right: .5em;
  font-weight: bold;
  color: #0A0A0A;
  border-right: solid 1px #CCCCCC;
  line-height: 100%;
}

.newsSecDiteileSingle__contents table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 7rem;
}

.newsSecDiteileSingle__contents table th {
  background: #5A5A5A;
  color: #FFF;
  padding: 2rem;
  text-align: left;
}

.newsSecDiteileSingle__contents table td {
  background: #F5F5F5;
  padding: 2rem;
  text-align: left;
}

.newsSecDiteileSingle__contents .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsSecDiteileSingle__contents .column2 div {
  width: 50%;
  margin-right: 20px;
}

.newsSecDiteileSingle__contents .column2 div:last-child {
  margin-right: 0;
}

.newsSecDiteileSingle__contents .column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsSecDiteileSingle__contents .column3 div {
  width: 33.3333%;
  margin-right: 20px;
}

.newsSecDiteileSingle__contents .column3 div:last-child {
  margin-right: 0;
}

.newsSecDiteileSingle .hash ul li {
  display: inline;
  margin-right: 2rem;
}

.newsSecDiteileSingle .hash ul li a {
  color: #191919;
  text-decoration: none;
}

.newsSecDiteileSingle .hash ul li a:hover {
  text-decoration: underline;
}

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

.newsSecDiteileSingle .sns_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

.newsSecDiteileSingle .sns_news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 2rem;
}

.newsSecDiteileSingle .sns_news ul li {
  width: 42px;
  text-align: center;
  margin-left: 2rem;
}

.newsSecDiteileSingle .sns_news ul li a path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newsSecDiteileSingle .sns_news ul li a:hover path {
  fill: #191919;
}

.paging__news {
  margin: 0 0 10rem 15%;
}

.paging__news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paging__news ul li {
  width: 33.3333%;
  border-top: solid 1px #5A5A5A;
  border-bottom: solid 1px #5A5A5A;
  border-left: solid 1px #5A5A5A;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

.paging__news ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #191919;
  padding: 3rem 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.paging__news ul li a:hover {
  color: #FFF;
  background: #191919;
}

.paging__news ul li:first-child a {
  background: url(../img/specialist/paging_prev_b.svg) no-repeat center center;
}

.paging__news ul li:first-child a span {
  opacity: 0;
}

.paging__news ul li:first-child a:hover {
  background: #191919 url(../img/specialist/paging_prev_h.svg) no-repeat center center;
}

.paging__news ul li:last-child a {
  background: url(../img/specialist/paging_next_b.svg) no-repeat center center;
}

.paging__news ul li:last-child a span {
  opacity: 0;
}

.paging__news ul li:last-child a:hover {
  background: #191919 url(../img/specialist/paging_next_h.svg) no-repeat center center;
}

.contactBlock {
  margin: 10rem 0 10rem 15%;
  padding: 9.5rem 5rem;
  background: #FFF;
}

.contactBlock form {
  max-width: 960px;
  display: block;
  margin: auto;
}

.contactBlock--radio {
  margin-bottom: 6rem;
}

.contactBlock--radio__ttl {
  margin-bottom: 2.8rem;
  font-weight: bold;
  width: 30%;
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem 0 0;
}

.contactBlock--radio__ttl span {
  max-width: 48px;
  min-width: 48px;
  font-size: 1.2rem;
  color: #FFF;
  background: #191919;
  padding: 0 1.2rem;
  height: 25px;
  line-height: 25px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 1rem;
}

.contactBlock--radio__des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactBlock--radio__des .mwform-radio-field {
  width: 50%;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
}

.contactBlock--radio__des .mwform-radio-field:nth-child(2), .contactBlock--radio__des .mwform-radio-field:nth-child(5) {
  border-right: solid 1px #CCCCCC;
}

.contactBlock--radio__des .mwform-radio-field:nth-last-child(3), .contactBlock--radio__des .mwform-radio-field:nth-child(4) {
  border-bottom: solid 1px #CCCCCC;
}

.contactBlock--radio__des .mwform-radio-field label {
  display: block;
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.contactBlock--radio__des .mwform-radio-field label input {
  display: none;
}

.contactBlock--radio__des .mwform-radio-field label input:checked + .mwform-radio-field-text:before {
  background: #191919;
}

.contactBlock--radio__des .mwform-radio-field label .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: #CCCCCC;
}

.contactBlock--radio__des .mwform-radio-field label .mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2.4rem;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #FFF;
}

.contactBlock--radio__des .mwform-radio-field:nth-child(4) {
  border-right: solid 1px #CCCCCC;
}

.contactBlock--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #CCCCCC;
  padding: 2rem 0;
}

.contactBlock--input__ttl {
  font-weight: bold;
  width: 30%;
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 2rem 1px 0;
  border-right: solid 1px #CCCCCC;
}

.contactBlock--input__ttl span {
  max-width: 48px;
  min-width: 48px;
  font-size: 1.2rem;
  color: #FFF;
  background: #191919;
  padding: 0 1.2rem;
  height: 25px;
  line-height: 25px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 1rem;
}

.contactBlock--input__des {
  width: 70%;
  padding: 1px 2rem 1px 2rem;
}

.contactBlock--input__des.column2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
}

.contactBlock--input__des.column2 div input {
  padding: 0 2rem;
  width: 50%;
  border-right: solid 1px #CCCCCC;
}

.contactBlock--input__des.column2 div input:last-child {
  border-right: none;
}

.contactBlock--input__des.column2 div .error {
  width: 50%;
}

.contactBlock--input__des.column3 {
  padding: 1px 0;
}

.contactBlock--input__des.column3 div.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0;
}

.contactBlock--input__des.column3 div.box div {
  padding: 0 2rem;
  border-right: solid 1px #CCCCCC;
  position: relative;
}

.contactBlock--input__des.column3 div.box div:first-child select {
  margin-left: 2rem;
  margin-right: 0;
}

.contactBlock--input__des.column3 div.box div select {
  position: relative;
  margin-right: 2rem;
  background: url(../img/register/icon.svg) no-repeat center right;
  padding-right: 2rem;
}

.contactBlock--input__des.column3 div.box div:nth-child(4) {
  border-right: none;
}

.contactBlock--input__des.column3 div.box .error {
  width: 50%;
}

.contactBlock--input__des.column3 div.box:nth-child(2) {
  border-left: solid 1px #CCCCCC;
  margin-left: -1px;
  margin-top: 1rem;
}

.contactBlock--input__des.column3 div.box:nth-child(2) div {
  min-width: 24.5%;
}

.contactBlock--input__des.column3 div.box:nth-child(2) div:first-child select {
  margin-left: 0;
  margin-right: 2rem;
}

.contactBlock--input__des.column3 div.box:last-child div:before, .contactBlock--input__des.column3 div.box:last-child div:after {
  display: none;
}

.contactBlock--input__des p {
  margin-bottom: 1rem;
}

.contactBlock--input__des textarea {
  width: 100%;
}

.contactBlock--input__des.radio label {
  cursor: pointer;
  margin-right: 5rem;
}

.contactBlock--input__des.radio label input {
  display: none;
}

.contactBlock--input__des.radio label .mwform-radio-field-text {
  padding-left: 29px;
  position: relative;
}

.contactBlock--input__des.radio label .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}

.contactBlock--input__des.radio label input:checked + .mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #191919;
  border-radius: 50%;
}

.contactBlock .PersonallyIdentifiableInformation {
  text-align: center;
  margin: 5rem 0 4rem;
}

.contactBlock .PersonallyIdentifiableInformation .mwform-radio-field label {
  padding: 1rem 2rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.contactBlock .PersonallyIdentifiableInformation .mwform-radio-field label input {
  display: none;
}

.contactBlock .PersonallyIdentifiableInformation .mwform-radio-field label input:checked + .mwform-radio-field-text:before {
  background: #191919;
}

.contactBlock .PersonallyIdentifiableInformation .mwform-radio-field label .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: #CCCCCC;
}

.contactBlock .PersonallyIdentifiableInformation .mwform-radio-field label .mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2.4rem;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #FFF;
}

.contactBlock .PersonallyIdentifiableInformation .mwform-radio-field:last-child {
  border-right: solid 1px #CCCCCC;
}

.contactBlock .PersonallyIdentifiableInformation a {
  margin-left: 1rem;
  color: #191919;
}

.contactBlock .PersonallyIdentifiableInformation a:hover {
  text-decoration: none;
}

.contactBlock button {
  display: block;
  border: solid 1px #CCCCCC;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  color: #CCCCCC;
  padding: 4.4rem 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contactBlock button:hover {
  border: solid 1px #191919;
  background: #191919;
  color: #FFF;
}

.contactBlock button.back {
  border: solid 1px #191919;
  background: #191919;
  color: #FFF;
}

.contactBlock button.back:hover {
  border: solid 1px #CCCCCC;
  background: #FFF;
  color: #CCCCCC;
}

.contactBlock .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.contactBlock .mw_wp_form_confirm .PersonallyIdentifiableInformation {
  margin: 3rem 04rem;
  opacity: 0;
  pointer-events: none;
}

.registerBlock form {
  max-width: 1171px;
}

.registerBlock .contactBlock--input__ttl {
  width: 20%;
}

.registerBlock .contactBlock--input__des {
  width: 80%;
}

.contact #contactSec {
  height: auto;
  background: none;
}

.contact #contactSec:before {
  display: none;
}

.contact .guidBottom {
  padding-left: 0;
  position: relative;
  bottom: 0;
  margin-bottom: 4.5rem;
}

.register .contactBlock--input:first-child {
  border-top: none;
  padding: 0 0 0;
}

.contactBlockCheck {
  margin: 10rem 0 10rem 15%;
  padding: 9.5rem 18rem;
  background: rgba(25, 25, 25, 0.9);
  color: #FFF;
  text-align: center;
}

.contactBlockCheck__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

.contactBlockCheck__des {
  margin-bottom: 5rem;
}

.contactBlockCheck__des__bottom {
  font-size: 1.2rem;
}

.contactBlockCheck__des__bottom span {
  display: block;
  font-family: 'Cabin', sans-serif;
  font-size: 4rem;
  font-weight: bold;
}

.entryCheck .contactBlock--radio__des .mwform-radio-field {
  width: 33.333%;
  border-bottom: solid 1px #CCCCCC;
}

.entryCheck .contactBlock--radio__des .mwform-radio-field:nth-child(2) {
  border-right: none;
}

.entryCheck .contactBlock--radio__des .mwform-radio-field:nth-child(3) {
  border-right: solid 1px #CCCCCC;
}

.contactBlock--input__des.entry_address,
.contactBlock--input__des.entry_file {
  padding: 1px 0;
}

.contactBlock--input__des.entry_address input,
.contactBlock--input__des.entry_address select,
.contactBlock--input__des.entry_file input {
  margin: 0 2rem;
}

.contactBlock--input__des.entry_address select {
  background: url(../img/register/icon.svg) no-repeat center right;
  padding-right: 2rem;
}

.contactBlock--input__des.entry_address div:nth-child(2),
.contactBlock--input__des.entry_address div:nth-child(3),
.contactBlock--input__des.entry_file div {
  border-left: solid 1px #CCCCCC;
  margin-left: -1px;
  margin-top: 10px;
}

.mw_wp_form_confirm .contactBlock--input__des.entry_address div,
.mw_wp_form_confirm .contactBlock--input__des.entry_file div {
  padding: 0 2rem;
}

.mw_wp_form_confirm .contactBlock--input__des.entry_file div:first-child {
  margin-top: 0;
}

.mw_wp_form_confirm .contactBlock--input__des.entry_file div.mw-wp-form_file {
  border-left: none;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 1290px) {
  .contactBlock--radio__des .mwform-radio-field label {
    padding: 1rem 2rem 1rem 5rem;
    text-align: left;
  }
}

#worksBlock {
  padding: 10rem 0 0 0;
  margin-left: 15%;
}

#worksBlock .worksBlocScroll {
  overflow-x: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

#worksBlock .worksBlocScroll::-webkit-scrollbar {
  display: none;
}

#worksBlock .worksBlocScroll .worksBloc--box {
  width: 1865px;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle {
  width: 360px;
  height: 240px;
  float: left;
  background: #FFF;
  margin-right: 13px;
  margin-bottom: 13px;
  position: relative;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle:last-child {
  margin-right: 0px;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__ph {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  padding: 13%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__ph img {
  width: auto;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 3rem;
  color: #191919;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dt {
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 2rem;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dt .status {
  font-size: 1.2rem;
  border: solid 1px #191919;
  padding: 0.5rem;
  line-height: 1rem;
  margin-left: 0;
  margin-top: 1rem;
  display: inline-block;
  max-width: 60px;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dd {
  width: 100%;
  height: auto;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dd ul {
  margin: 0 0 2rem;
  line-height: 2.5rem;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dd ul li {
  font-size: 1.2rem;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dd p {
  font-size: 1.5rem;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dd .officialLink {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dd .officialLink:after {
  content: url(../img/official_link_icon.svg);
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2.5rem;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a:hover .worksArticle__single {
  opacity: 1;
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle a:hover .worksArticle__single:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

#worksBlock .worksBlocScroll .worksBloc--box .worksArticle__ttl {
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

#worksBlock .padding {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 9rem 10rem 4rem;
  font-family: 'Cabin', sans-serif;
}

#worksBlock .padding span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191919;
  margin: 0 3rem 0 0;
}

#worksBlock .padding ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#worksBlock .padding ul li {
  margin: 0 0.5rem;
}

#worksBlock .padding ul li a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  padding: 0 0.5rem;
  -webkit-transition: .2s ease 0s;
  transition: .2s ease 0s;
}

#worksBlock .padding ul li a:hover {
  color: #191919;
}

#worksBlock .padding ul li span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
  padding: 0 0.5rem;
  margin: 0;
}

.companyBlock--message {
  margin: 0 0 15rem 15%;
  padding-top: 10rem;
  position: relative;
}

.companyBlock--message__ttl {
  position: absolute;
  top: 0;
  left: 5rem;
  font-size: 18rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 18rem;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.companyBlock--message article {
  margin: 0 9rem 0 28%;
}

.companyBlock--message article:last-child {
  background: #0F0F0F;
  color: #FFF;
  padding: 8rem 0 8rem 4rem;
  margin: 0 0 0 28%;
}

.companyBlock--message article:last-child div {
  padding: 0 8rem 0 4rem;
}

.companyBlock--message #profile::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.companyBlock--message__subTtl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  margin-bottom: 0;
}

.companyBlock--message__subTtl:first-child, .companyBlock--message__subTtl:nth-of-type(2) {
  margin-bottom: 5.5rem;
}

.companyBlock--message__subTtl span {
  font-size: 2.5rem;
  display: block;
  margin-left: 0.8rem;
  font-family: 'Cabin', sans-serif;
}

.companyBlock--message__desTop {
  margin-bottom: 8rem;
  margin-left: 0.8rem;
}

.companyBlock--message__desTop:last-child {
  margin-bottom: 13.5rem;
}

.companyBlock--message__desTop ul li {
  font-size: 1.5rem;
  padding: 0 0 0 1.5rem;
  text-indent: -1.5rem;
  margin: 0 0 1rem 0;
}

.companyBlock--message__desTop ol li {
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
}

.companyBlock--message__desTop ol li h4 {
  font-size: 1.6rem;
  font-weight: bold;
}

.companyBlock--message__desTop ol li p {
  padding: 0 0 0 2rem;
}

.companyBlock--message__name {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}

.companyBlock--message__name span {
  font-size: 6rem;
  font-family: 'Cabin', sans-serif;
  display: block;
  line-height: 6rem;
  letter-spacing: 0.7rem;
  margin-right: -4rem;
  margin-bottom: 1rem;
}

.companyBlock--message__desBottom {
  text-align: left;
  margin-bottom: 5rem;
  line-height: 3rem;
  padding: 0 !important;
}

.companyBlock--message__desBottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.companyBlock--message__desBottom p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.companyBlock--message__desBottom p span:first-child {
  width: 90px;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.companyBlock--message__desBottom_sp {
  display: none !important;
}

.companyBlock--message__ph {
  margin: -13rem 0 -8rem 0;
  float: left;
}

.companyBlock--officer {
  margin: 0 0 15rem 15%;
  padding: 13rem 0;
  position: relative;
}

.companyBlock--officer__ttl {
  position: absolute;
  top: 0;
  right: 9rem;
  font-size: 15rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 18rem;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.companyBlock--officer__subTtl {
  font-weight: bold;
  margin-bottom: 2rem;
}

.companyBlock--officer__subTtl span {
  font-size: 1.8rem;
  display: block;
}

.companyBlock--officer__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30%;
}

.companyBlock--officer__member dl {
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
  padding: 2rem;
  text-align: center;
  background: #191919;
  color: #FFF;
  counter-increment: section;
}

.companyBlock--officer__member dl:nth-child(3n) {
  margin-right: 0;
}

.companyBlock--officer__member dl dd {
  font-size: 1.8rem;
  font-weight: bold;
}

.companyBlock--service {
  margin: 0 0 15rem 15%;
  padding-top: 10rem;
  position: relative;
}

.companyBlock--service__ttl {
  position: absolute;
  top: 0;
  left: 5rem;
  font-size: 18rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 18rem;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.companyBlock--service__subTtl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  margin: 0 9rem 5.5rem 28%;
}

.companyBlock--service__subTtl span {
  font-size: 1.8rem;
  display: block;
  margin-left: 0.8rem;
}

.companyBlock--service__des {
  margin: 0 9rem 7rem 28%;
}

.companyBlock--service__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 28%;
}

.companyBlock--service__flow dl {
  width: 33.333%;
  border-top: solid 1px #5A5A5A;
  border-left: solid 1px #5A5A5A;
  padding: 5rem 3rem;
}

.companyBlock--service__flow dl:nth-child(3), .companyBlock--service__flow dl:nth-child(4), .companyBlock--service__flow dl:nth-child(5) {
  border-bottom: solid 1px #5A5A5A;
}

.companyBlock--service__flow dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

.companyBlock--service__flow dl dt span {
  display: block;
  font-size: 2.4rem;
  font-family: 'Cabin', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.companyBlock--service__flow dl dd {
  font-size: 1.2rem;
  text-align: center;
}

.companyBlock--service__flow dl dd img {
  display: block;
  margin: 0 auto 4rem;
}

.companyBlock--service__flow p {
  width: 33.333%;
  padding: 5rem;
  font-size: 1.2rem;
  border-left: solid 1px #5A5A5A;
}

.companyBlock--works {
  margin: 0 0 0 15%;
  padding: 13rem 0;
  position: relative;
}

.companyBlock--works__ttl {
  position: absolute;
  top: 0;
  right: 9rem;
  font-size: 15rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 18rem;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.companyBlock--works__subTtl {
  font-weight: bold;
  margin-bottom: 2rem;
}

.companyBlock--works__subTtl span {
  font-size: 1.8rem;
  display: block;
}

.companyBlock--works__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 30%;
  margin-bottom: 2rem;
}

.companyBlock--works__archive article {
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.companyBlock--works__archive article:last-child {
  margin-right: 0;
}

.companyBlock--works__archive article a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.companyBlock--works__archive article a .worksArticle__ph {
  padding: 13%;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.companyBlock--works__archive article a .worksArticle__ph img {
  width: auto;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.companyBlock--works__archive article a .worksArticle__single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 3rem;
  color: #191919;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.companyBlock--works__archive article a .worksArticle__single dt {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2rem;
}

.companyBlock--works__archive article a .worksArticle__single dt .status {
  font-size: 1.2rem;
  border: solid 1px #191919;
  padding: 0.5rem;
  line-height: 1rem;
  margin-top: 1rem;
}

.companyBlock--works__archive article a .worksArticle__single dd {
  width: 100%;
  height: auto;
}

.companyBlock--works__archive article a .worksArticle__single dd ul {
  margin: 0 0 2rem;
  line-height: 2.5rem;
}

.companyBlock--works__archive article a .worksArticle__single dd ul li {
  font-size: 1.2rem;
}

.companyBlock--works__archive article a .worksArticle__single dd .officialLink {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1rem;
}

.companyBlock--works__archive article a .worksArticle__single dd .officialLink:after {
  content: url(../img/official_link_icon.svg);
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2.5rem;
}

.companyBlock--works__archive article a .worksArticle__single:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.companyBlock--works__archive article a:hover .worksArticle__single {
  opacity: 1;
}

.companyBlock--works__archive article a:hover .worksArticle__single:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.companyBlock--works .more {
  padding-right: 30%;
  text-align: right;
}

.companyBlock--works .more a {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  color: #191919;
  text-decoration: none;
}

.companyBlock--works .more a:after {
  width: 19.39px;
  height: 6.64px;
  content: '';
  background: url(../img/moreLink_icon_b.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.companyBlock--overview {
  margin: 0 0 2rem 15%;
  padding: 26rem 0;
  position: relative;
}

.companyBlock--overview__ttl {
  position: absolute;
  top: 0;
  left: 5rem;
  font-size: 18rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 18rem;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.companyBlock--overview__subTtl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  margin: 0 9rem 2rem 28%;
}

.companyBlock--overview__subTtl span {
  font-size: 1.8rem;
  display: block;
}

.companyBlock--overview__table {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1.5rem;
  margin: 0 0 0 28%;
}

.companyBlock--overview__table dt {
  border-top: solid 1px #CCCCCC;
  min-width: 268px;
  margin-right: 9rem;
  padding: 2rem 0;
  text-align: center;
}

.companyBlock--overview__table dd {
  border-top: solid 1px #CCCCCC;
  padding: 2rem;
  width: 100%;
}

.companyBlock--overview__table:last-child dt {
  border-bottom: solid 1px #CCCCCC;
}

.companyBlock--overview__table:last-child dd {
  border-bottom: solid 1px #CCCCCC;
}

.companyBlock--access {
  margin: 0 0 15rem 0;
  padding-right: 26%;
  padding-top: 10rem;
  position: relative;
}

.companyBlock--access__ttl {
  position: absolute;
  top: 0;
  right: 9rem;
  font-size: 18rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 18rem;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.companyBlock--access__subTtl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  margin: 0 9rem 2rem 28%;
}

.companyBlock--access__subTtl span {
  font-size: 1.8rem;
  display: block;
}

.companyBlock--access iframe {
  width: 100%;
  padding: 0 0 0 28%;
  margin-bottom: 1rem;
}

.companyBlock--access ul {
  padding: 0 0 0 28%;
}

.companyBlock--access ul li {
  padding-left: 2rem;
  margin-right: 3rem;
}

.companyBlock--access ul li:nth-child(1) {
  background: url(../img/company/icon07.svg) no-repeat left center;
}

.companyBlock--access ul li:nth-child(2) {
  background: url(../img/company/icon08.svg) no-repeat left center;
}

.companyBlock--group {
  margin: 0 0 15rem 15%;
  padding: 17rem 0;
  position: relative;
}

.companyBlock--group__ttl {
  position: absolute;
  top: 0;
  left: 5rem;
  font-size: 18rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 18rem;
  letter-spacing: 1rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.companyBlock--group__subTtl {
  font-weight: bold;
  margin-bottom: 2rem;
  padding-left: 28%;
}

.companyBlock--group__subTtl span {
  font-size: 1.8rem;
  display: block;
}

.companyBlock--group__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 6rem 28%;
}

.companyBlock--group__company__box {
  position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
  text-align: center;
  background: #191919;
  color: #FFF;
  counter-increment: section;
}

.companyBlock--group__company__box:nth-child(3n) {
  margin-right: 0;
}

.companyBlock--group__company__box a {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.companyBlock--group__company__box a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.companyBlock--group__company__box a p span {
  color: #191919;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  position: relative;
  z-index: 2;
}

.companyBlock--group__company__box a p:after {
  position: absolute;
  content: '';
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 4px;
  content: '';
  background: url(../img/official_link_icon.svg) no-repeat center right;
  z-index: 2;
}

.companyBlock--group__company__box a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.companyBlock--group__company__box a:hover p span {
  opacity: 1;
}

.companyBlock--group__company__box a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

@media screen and (max-width: 1380px) {
  .companyBlock--service__flow dl,
  .companyBlock--service__flow p {
    width: 50%;
  }
  .companyBlock--service__flow dl:nth-child(3) {
    border-bottom: none;
  }
}

.sitemap .lowBlock__copy {
  margin-bottom: 0;
}

.sitemapBlock {
  margin: 10rem 0 10rem 15%;
  padding: 9.5rem 18rem;
  background: #FFF;
}

.sitemapBlock ul li {
  border-bottom: solid 1px #CCCCCC;
}

.sitemapBlock ul li:last-child {
  border-bottom: none;
}

.sitemapBlock ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 5rem;
  color: #0A0A0A;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.sitemapBlock ul li a span {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.3rem;
  margin-right: 2rem;
}

.sitemapBlock ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/moreLink_icon_h.svg) no-repeat 95% center;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.sitemapBlock ul li a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.sitemapBlock ul li a:hover:before {
  background: url(../img/moreLink_icon_b.svg) no-repeat 95% center;
}

.sitemapBlock ul li a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.privacypolicyBlock {
  margin: 10rem 0 10rem 15%;
  padding: 9.5rem 18rem;
  background: #FFF;
}

.privacypolicyBlock h2 {
  font-weight: bold;
}

.privacypolicyBlock p {
  margin-bottom: 2rem;
}

.privacypolicyBlock p.tr {
  text-align: right;
}

.privacypolicyBlock p.p_text05 span span {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.privacypolicyBlock p.p_text11 span {
  padding-left: 3rem;
  text-indent: -3em;
}

.privacypolicyBlock p span {
  padding-left: 2em;
  text-indent: -2em;
  display: block;
}

.privacypolicyBlock a {
  color: #9F9F9F;
}

.privacypolicyBlock a:hover {
  text-decoration: none;
}

.blog .lowBlock__copy {
  margin-bottom: 0;
}

#blogBlock {
  padding: 10rem 0 0 0;
  margin-left: 15%;
}

#blogBlock .hashNav {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 7.8rem auto;
}

#blogBlock .hashNav li {
  display: inline-block;
  margin: 0 1.2rem;
  line-height: 5rem;
}

#blogBlock .hashNav li a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
  position: relative;
}

#blogBlock .hashNav li a:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  background: #191919;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#blogBlock .hashNav li a:hover:after, #blogBlock .hashNav li a.active:after {
  width: 100%;
}

#blogBlock .blogArticleblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5%;
}

#blogBlock .blogArticleblock .blogArticleCard {
  width: 33.33333333%;
  margin: 0 0 5% 0;
  padding-left: 5%;
}

#blogBlock .blogArticleblock .blogArticleCard a {
  display: block;
  position: relative;
}

#blogBlock .blogArticleblock .blogArticleCard a:hover .blogArticleCard--contect {
  color: #191919;
}

#blogBlock .blogArticleblock .blogArticleCard a:hover .blogArticleCard--contect:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

#blogBlock .blogArticleblock .blogArticleCard--ph {
  height: 300px;
  overflow: hidden;
}

#blogBlock .blogArticleblock .blogArticleCard--ph img {
  opacity: 0;
}

#blogBlock .blogArticleblock .blogArticleCard--contect {
  position: absolute;
  left: 17%;
  right: 0;
  bottom: -11%;
  padding: 3rem 5rem 2rem 3rem;
  background: rgba(59, 59, 59, 0.85);
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0.9)), to(rgba(59, 59, 59, 0.9)));
  background: linear-gradient(to right, rgba(21, 21, 21, 0.9) 0%, rgba(59, 59, 59, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb87c', endColorstr='#fff019',GradientType=1 );
  color: #FFF;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#blogBlock .blogArticleblock .blogArticleCard--contect__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 2;
}

#blogBlock .blogArticleblock .blogArticleCard--contect__hash {
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0 0 1.5rem 0;
  position: relative;
  z-index: 2;
}

#blogBlock .blogArticleblock .blogArticleCard--contect__hash li {
  display: inline-block;
  margin: 0 1.7rem 0 0;
}

#blogBlock .blogArticleblock .blogArticleCard--contect__date {
  color: #7E7E7E;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
}

#blogBlock .blogArticleblock .blogArticleCard--contect:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

#blogBlock .padding {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4rem 9rem 10rem 4rem;
  font-family: 'Cabin', sans-serif;
}

#blogBlock .padding span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191919;
  margin: 0 3rem 0 0;
}

#blogBlock .padding ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#blogBlock .padding ul li {
  margin: 0 0.5rem;
}

#blogBlock .padding ul li a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #CCCCCC;
  text-decoration: none;
  padding: 0 0.5rem;
  -webkit-transition: .2s ease 0s;
  transition: .2s ease 0s;
}

#blogBlock .padding ul li a:hover {
  color: #191919;
}

#blogBlock .padding ul li span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
  padding: 0 0.5rem;
  margin: 0;
}

#othersSec {
  margin-left: 15%;
}

.othersBlock01,
.othersBlock02,
.othersBlock03 {
  padding: 10rem 9rem 0 0;
}

.othersBlock01__ttl,
.othersBlock02__ttl,
.othersBlock03__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 13rem;
}

.othersBlock01__ttl span,
.othersBlock02__ttl span,
.othersBlock03__ttl span {
  display: block;
  font-family: 'Cabin', sans-serif;
  font-size: 11rem;
  line-height: 9rem;
  margin-bottom: 2rem;
  letter-spacing: 1.2rem;
}

.othersBlock01__sub,
.othersBlock02__sub,
.othersBlock03__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13rem;
}

.othersBlock01__sub span:first-child,
.othersBlock02__sub span:first-child,
.othersBlock03__sub span:first-child {
  font-size: 5rem;
  font-weight: bold;
  margin-right: 3rem;
  max-width: 16rem;
  min-width: 16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.othersBlock01__sub span:first-child:after,
.othersBlock02__sub span:first-child:after,
.othersBlock03__sub span:first-child:after {
  position: absolute;
  bottom: -5rem;
  left: 0;
  content: '';
  width: 60px;
  height: 2px;
  background: #191919;
}

.othersBlock01__sub span:last-child,
.othersBlock02__sub span:last-child,
.othersBlock03__sub span:last-child {
  font-size: 1.5rem;
  font-weight: bold;
}

.othersBlock01 .othersCard,
.othersBlock02 .othersCard,
.othersBlock03 .othersCard {
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 10rem;
}

.othersBlock01 .othersCard:before,
.othersBlock02 .othersCard:before,
.othersBlock03 .othersCard:before {
  position: absolute;
  top: -9rem;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
  color: #0A0A0A;
  font-size: calc(180vw / 13);
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: calc(180vw / 13);
  padding-left: 35rem;
}

.othersBlock01 .othersCard--ph,
.othersBlock02 .othersCard--ph,
.othersBlock03 .othersCard--ph {
  width: 60%;
  height: 540px;
  overflow: hidden;
}

.othersBlock01 .othersCard--ph img,
.othersBlock02 .othersCard--ph img,
.othersBlock03 .othersCard--ph img {
  opacity: 0;
}

.othersBlock01 .othersCard--box,
.othersBlock02 .othersCard--box,
.othersBlock03 .othersCard--box {
  padding: 4.5rem 4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  min-height: 398px;
  z-index: 1;
  background: rgba(59, 59, 59, 0.85);
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0.9)), to(rgba(59, 59, 59, 0.9)));
  background: linear-gradient(to right, rgba(21, 21, 21, 0.9) 0%, rgba(59, 59, 59, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb87c', endColorstr='#fff019',GradientType=1 );
  color: #FFF;
}

.othersBlock01 .othersCard--box__ttl,
.othersBlock02 .othersCard--box__ttl,
.othersBlock03 .othersCard--box__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.othersBlock01 .othersCard--box__list,
.othersBlock02 .othersCard--box__list,
.othersBlock03 .othersCard--box__list {
  font-size: 1.5rem;
  font-weight: bold;
}

.othersBlock01 .othersCard--box__list li,
.othersBlock02 .othersCard--box__list li,
.othersBlock03 .othersCard--box__list li {
  margin-bottom: 0.2rem;
  padding-left: 2rem;
  text-indent: -2rem;
  font-size: 1.4rem;
}

.othersBlock01 .othersCard--box__list li:last-child,
.othersBlock02 .othersCard--box__list li:last-child,
.othersBlock03 .othersCard--box__list li:last-child {
  margin-bottom: 0;
}

.othersBlock01 .othersCard--box__list li span,
.othersBlock02 .othersCard--box__list li span,
.othersBlock03 .othersCard--box__list li span {
  font-size: 1.2rem;
}

.othersBlock01 .othersCard.even,
.othersBlock02 .othersCard.even,
.othersBlock03 .othersCard.even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.othersBlock01 .othersCard.even:before,
.othersBlock02 .othersCard.even:before,
.othersBlock03 .othersCard.even:before {
  padding-left: 0;
  padding-right: 52rem;
}

.othersBlock01 .othersCard.even .othersCard--box,
.othersBlock02 .othersCard.even .othersCard--box,
.othersBlock03 .othersCard.even .othersCard--box {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
}

.othersBlock01 .othersCard:first-child:before {
  content: "01";
}

.othersBlock01 .othersCard:nth-child(2):before {
  content: "02";
}

.othersBlock01 .othersCard:nth-child(3):before {
  content: "03";
}

.othersBlock02 {
  margin-left: 15%;
}

.othersBlock02__sub span:first-child {
  max-width: 36rem;
  min-width: 36rem;
}

.othersBlock02 .othersCard:first-child:before {
  content: "04";
}

.othersBlock02 .othersCard:nth-child(2):before {
  content: "05";
}

.othersBlock02 .othersCard:nth-child(3):before {
  content: "06";
}

.othersBlock02 .othersCard:nth-child(4):before {
  content: "07";
}

.othersBlock03 {
  margin-left: 15%;
}

.othersBlock03 .othersCard:first-child:before {
  content: "08";
}

.othersBlock03 .othersCard:last-child:before {
  content: "09";
}

.othersBlock03 .howToUse {
  position: relative;
  border: solid 1px #5A5A5A;
  padding: 10rem 0;
  margin: 15rem 0 30rem;
}

.othersBlock03 .howToUse__ttl {
  position: absolute;
  top: -5.5rem;
  left: 6rem;
}

.othersBlock03 .howToUse__ttl dt {
  font-size: 10rem;
  font-weight: bold;
  line-height: 11rem;
  letter-spacing: 1.2rem;
  margin-bottom: 2rem;
}

.othersBlock03 .howToUse__ttl dd {
  font-size: 1.8rem;
  font-weight: bold;
}

.othersBlock03 .howToUse__del {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 4rem;
}

.othersBlock03 .howToUse__access {
  text-align: center;
}

.othersBlock03 .howToUse__access dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.othersBlock03 .howToUse__access dd {
  font-size: 1.2rem;
}

.othersBlock03 .howToUse__access dd span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.othersBlock03 .howToUse__access dd span a {
  color: #191919;
  text-decoration: none;
}

.othersBlock03 .howToUse__access dd span a:hover {
  text-decoration: underline;
}

.specialistBlock {
  margin-left: 15%;
  margin-bottom: 30rem;
}

.specialistBlock--box {
  position: relative;
  margin-bottom: 5rem;
}

.specialistBlock--box__ttl {
  position: absolute;
  top: -5.5rem;
  left: 4rem;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-size: 6rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  line-height: 6rem;
  letter-spacing: 1rem;
  color: #FFF;
}

.specialistBlock--box__ttl.first {
  top: -8rem;
}

.specialistBlock--box__ttl span {
  display: block;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 1.9rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  width: 68px;
  height: 40px;
  line-height: 1.8rem;
}

.specialistBlock--box--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5%;
}

.specialistBlock--box--card {
  width: 33.33333%;
  height: 450px;
  overflow: hidden;
  padding-left: 5%;
  margin-bottom: 5%;
}

.specialistBlock--box--card__ph {
  height: 100%;
}

.specialistBlock--box--card__ph img {
  opacity: 0;
}

.specialistBlock--box--card a {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  color: #FFF;
}

.specialistBlock--box--card a dl {
  position: absolute;
  bottom: 3.5rem;
  left: 4rem;
  z-index: 2;
}

.specialistBlock--box--card a dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
}

.specialistBlock--box--card a dl dt span {
  font-size: 1.5rem;
  margin-left: 1rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.specialistBlock--box--card a dl dd {
  font-size: 1.2rem;
}

.specialistBlock--box--card a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.specialistBlock--box--card a:hover {
  color: #0A0A0A;
}

.specialistBlock--box--card a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.recruitmentBlock {
  margin-left: 15%;
  margin-bottom: 30rem;
}

.recruitmentBlock .othersBlock01__ttl {
  margin-bottom: 9rem;
}

.recruitBlock01 {
  margin-left: 15%;
  padding: 10rem 0 0 0;
}

.recruitBlock01__ph {
  width: 100%;
  height: auto;
  margin-bottom: 9rem;
}

.recruitBlock01__ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  margin-bottom: 4rem;
  padding: 0 9rem 0 0;
  text-align: right;
}

.recruitBlock01__des {
  padding: 0 9rem 0 0;
  margin: 0 0 10rem 0;
  text-align: right;
}

.recruitBlock02,
.recruitBlock03,
.recruitBlock04 {
  margin-left: 15%;
}

.recruitBlock02 {
  position: relative;
  padding: 13rem 0 26rem;
  min-height: 1050px;
}

.recruitBlock02__ttl {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 18rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-family: 'Cabin', sans-serif;
}

.recruitBlock02__sub {
  margin: 0 9rem 2rem 30%;
  font-size: 1.8rem;
  font-weight: bold;
}

.recruitBlock02__des {
  margin: 0 9rem 10rem 30%;
}

.recruitBlock02__list {
  margin: 0 9rem 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruitBlock02__list li {
  width: 50%;
  padding-right: 3%;
  margin-bottom: 6%;
}

.recruitBlock02__list li:nth-child(2n) {
  padding-left: 3%;
  padding-right: 0;
}

.recruitBlock02__list li a {
  position: relative;
  display: block;
  text-decoration: none;
}

.recruitBlock02__list li a img {
  width: 100%;
  height: auto;
}

.recruitBlock02__list li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: bold;
  color: #191919;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.recruitBlock02__list li a span i {
  font-size: 3.5rem;
  font-family: 'Cabin', sans-serif;
}

.recruitBlock02__list li a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(255, 239, 0, 0.9);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 0, 0.9)), to(rgba(255, 196, 0, 0.9)));
  background: linear-gradient(to right, rgba(255, 239, 0, 0.9) 0%, rgba(255, 196, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.recruitBlock02__list li a:hover span {
  opacity: 1;
}

.recruitBlock02__list li a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.recruitBlock03 {
  position: relative;
  margin-bottom: 14rem;
  min-height: 1070px;
}

.recruitBlock03__ttl {
  position: absolute;
  top: 0;
  right: 10%;
  font-size: 15rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-family: 'Cabin', sans-serif;
}

.recruitBlock03__sub {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 8rem;
}

.recruitBlock03__des {
  margin-bottom: 5rem;
}

.recruitBlock03__des dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.recruitBlock03__des dt span {
  font-size: 1.5rem;
}

.recruitBlock03__des dd {
  margin-left: 2.4rem;
}

.recruitBlock03__acd {
  position: relative;
  border-bottom: solid 1px #CCCCCC;
  padding: 2.5rem 9rem;
  background: #FFF;
  margin-right: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
  margin-top: 3rem;
}

.recruitBlock03__acd::before {
  content: '';
  position: absolute;
  top: 0;
  right: 44px;
  bottom: 0;
  width: 2px;
  height: 20px;
  background: #000;
  margin: auto;
}

.recruitBlock03__acd::after {
  content: '';
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #000;
  margin: auto;
}

.recruitBlock03__acd.active::before {
  display: none;
}

.recruitBlock03__acd strong {
  min-width: 135px;
  margin-right: 4.5rem;
  font-weight: bold;
}

.recruitBlock03__acd span {
  width: 100%;
}

.recruitBlock03--table {
  padding: 9rem;
  background: #FFF;
  margin-right: 25%;
  display: none;
}

.recruitBlock03--table__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}

.recruitBlock03--table__area dt {
  border-top: solid 1px #CCCCCC;
  min-width: 135px;
  margin-right: 4.5rem;
  font-weight: bold;
  padding: 2.5rem 0;
}

.recruitBlock03--table__area dd {
  border-top: solid 1px #CCCCCC;
  padding: 2.5rem 0;
  width: 100%;
}

.recruitBlock03--table__area dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruitBlock03--table__area dd ul li {
  width: 40%;
  text-indent: -2rem;
  padding-left: 2rem;
}

.recruitBlock03--table__area:last-child dt,
.recruitBlock03--table__area:last-child dd {
  border-bottom: solid 1px #CCCCCC;
}

.recruitBlock04 {
  margin-bottom: 10rem;
}

.recruitBlock04__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.7rem;
}

.recruitBlock04__box {
  border-top: solid 1px #5A5A5A;
  border-bottom: solid 1px #5A5A5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruitBlock04__box a {
  display: block;
  width: 50%;
  padding: 5rem 0;
  text-align: center;
  border-left: solid 1px #5A5A5A;
  color: #191919;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  position: relative;
}

.recruitBlock04__box a span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.recruitBlock04__box a span i {
  margin-right: 2rem;
}

.recruitBlock04__box a:after {
  position: absolute;
  top: 0;
  left: auto;
  right: -1px;
  content: '';
  width: 0;
  height: 100%;
  background: rgba(59, 59, 59, 0.85);
  background: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0.9)), to(rgba(59, 59, 59, 0.9)));
  background: linear-gradient(to right, rgba(21, 21, 21, 0.9) 0%, rgba(59, 59, 59, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb87c', endColorstr='#fff019',GradientType=1 );
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.recruitBlock04__box a svg {
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
}

.recruitBlock04__box a svg path,
.recruitBlock04__box a svg polygon,
.recruitBlock04__box a svg rect {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
  transition: all 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.3s;
}

.recruitBlock04__box a:hover {
  color: #FFF;
}

.recruitBlock04__box a:hover:after {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.recruitBlock04__box a:hover svg,
.recruitBlock04__box a:hover path,
.recruitBlock04__box a:hover polygon,
.recruitBlock04__box a:hover rect {
  fill: #FFF;
}

.interviewBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.interviewBlock.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.interviewBlock.on .interviewBlock--modal {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.interviewBlock--modal {
  position: relative;
  z-index: 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 720px;
  width: 60%;
  height: 80%;
  overflow-y: scroll;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.interviewBlock--modal::-webkit-scrollbar {
  width: 14px;
}

.interviewBlock--modal::-webkit-scrollbar-track {
  background: #fff;
  border: none;
}

.interviewBlock--modal::-webkit-scrollbar-thumb {
  background: #191919;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.interviewBlock--modal__content {
  background: rgba(255, 255, 255, 0.9);
}

.interviewBlock--modal__content img {
  width: 100%;
  height: auto;
}

.interviewBlock--modal__content__detail {
  padding: 5rem;
}

.interviewBlock--overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.interviewBlock--overlay__close {
  position: fixed;
  max-width: 720px;
  width: 60%;
  top: 4%;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999px;
}

.interviewBlock--overlay__close:before, .interviewBlock--overlay__close:after {
  display: block;
  content: "";
  position: absolute;
  top: 2rem;
  right: 0;
  width: 22px;
  height: 2px;
  margin: 0;
  background: #FFF;
}

.interviewBlock--overlay__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.interviewBlock--overlay__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#midcareer::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

@media screen and (max-width: 48em) {
  body {
    color: #000;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  body img {
    width: 100%;
    height: auto;
  }
  body .pcOnly {
    display: none;
  }
  body .spOnly {
    display: block;
  }
}

@media screen and (max-width: 48em) {
  body.menuOpen {
    height: 100vh;
    overflow: hidden;
  }
  .practice #practiceSVG {
    width: 80%;
    height: auto;
  }
  .pc_none {
    display: block;
  }
  .logo {
    position: fixed;
    left: 2.5rem;
    top: 2.5rem;
    bottom: auto;
    mix-blend-mode: difference;
  }
  header {
    width: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    left: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
    opacity: 0;
  }
  header nav ul li.on:before {
    display: none;
  }
  header nav ul li.anclink .anc {
    display: none;
  }
  header nav ul li.category {
    display: none !important;
  }
  .completed .spBtn {
    position: fixed;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: 3rem;
    width: 3rem;
    pointer-events: auto;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 99999;
    right: 2.5rem;
    top: 2.5rem;
    mix-blend-mode: difference;
  }
  .completed .spBtn span {
    display: block;
    position: absolute;
    right: 0;
    background: #ffffff;
    height: 0.2rem;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .completed .spBtn span:first-child {
    width: 3rem;
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .completed .spBtn span:last-child {
    width: 1.8rem;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  .completed .spBtn.open span:first-child {
    width: 2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .completed .spBtn.open span:last-child {
    width: 2rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .completed header {
    opacity: 1;
    width: 0;
    height: 100%;
    background: rgba(26, 26, 26, 0.95);
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 26, 26, 0.95)), to(rgba(0, 0, 0, 0.95)));
    background: linear-gradient(to right, rgba(26, 26, 26, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
    mix-blend-mode: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: scroll;
    -webkit-transition: width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms;
    right: 0;
    left: auto;
    padding-top: 70px;
    overflow: hidden;
  }
  .completed header nav {
    width: 78.666%;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding-top: 30px;
  }
  .completed header nav::after {
    content: "";
    display: block;
    height: 6.0rem;
    width: 1px;
  }
  .completed header nav ul {
    padding: 0;
    margin: 0 0 5.5rem 0;
  }
  .completed header nav ul li {
    padding: 0;
    margin: 0 0 2rem 0;
  }
  .completed header nav ul li.on {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .completed header nav ul li.on:before {
    display: none;
  }
  .completed header nav ul li.on:last-child {
    margin-top: 3rem;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
  }
  .completed header nav ul li.on:last-child a {
    width: 100%;
    margin: 0 1rem;
  }
  .completed header nav ul li.on:last-child a:nth-child(1) img {
    width: 22px;
  }
  .completed header nav ul li.on:last-child a:nth-child(2) img {
    width: 11px;
  }
  .completed header nav ul li.on:last-child a:nth-child(3) img {
    width: 29px;
  }
  .completed header nav ul li.on a {
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    font-size: 1.8rem;
  }
  .completed header nav ul li.on a.closed {
    width: 100%;
  }
  .completed header nav ul li.on.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 2.8rem;
    margin: 6.0rem 0 0;
  }
  .completed header nav ul li.on.sns a {
    width: 28px;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .completed header nav ul li.on.sns a:nth-of-type(2) {
    width: 15px;
  }
  .completed header nav ul li.on.sns a:nth-of-type(3) {
    width: 28px;
  }
  .completed header nav ul li.on.sns a svg {
    width: 100%;
    height: auto;
  }
  .completed header nav ul li.on.sns a + a {
    margin-left: 3.0rem;
  }
  .completed header nav ul .subNav {
    margin: 0;
  }
  .completed header nav ul .subNav li {
    padding-left: 2.0rem;
  }
  .completed header nav ul .subNav li a {
    color: #FFF;
    font-size: 1.5rem;
    line-height: 2.5;
  }
  .completed header nav ul .subNav li .children li {
    padding-left: 2.0rem;
  }
  .completed header nav ul.cat li a {
    font-size: 1.8rem;
  }
  .completed header nav ul.cat li .children {
    margin-bottom: 0.5rem;
  }
  .completed header nav ul.cat li .children a {
    font-size: 1.4rem;
    line-height: 2;
  }
  .completed header nav .otherLink ul {
    margin: 0;
  }
  .completed header nav .otherLink ul li {
    opacity: 0 !important;
    margin-bottom: 1.7rem;
  }
  .completed header nav .otherLink ul li.on {
    margin: 0 0 2.5rem 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .completed header nav .otherLink ul li.on:last-child {
    margin: 0 0 0 0;
  }
  .completed header nav .otherLink ul li.on a {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: normal;
    color: #FFFFFF;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  .completed header nav .otherLink ul li:last-child {
    margin: 0 0 0 0;
  }
  .completed header.open {
    width: 100%;
  }
  .completed header.open nav ul li.on {
    -webkit-transition-delay: 1s !important;
            transition-delay: 1s !important;
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  }
  .completed header.open nav ul li.on:nth-child(2) {
    -webkit-transition-delay: 1.1s !important;
            transition-delay: 1.1s !important;
  }
  .completed header.open nav ul li.on:nth-child(3) {
    -webkit-transition-delay: 1.2s !important;
            transition-delay: 1.2s !important;
  }
  .completed header.open nav ul li.on:nth-child(4) {
    -webkit-transition-delay: 1.3s !important;
            transition-delay: 1.3s !important;
  }
  .completed header.open nav ul li.on:nth-child(5) {
    -webkit-transition-delay: 1.4s !important;
            transition-delay: 1.4s !important;
  }
  .completed header.open nav ul li.on:nth-child(6) {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
  }
  .completed header.open nav ul li.on:nth-child(7) {
    -webkit-transition-delay: 1.6s !important;
            transition-delay: 1.6s !important;
  }
  .completed header.open nav ul li.on:nth-child(8) {
    -webkit-transition-delay: 1.7s !important;
            transition-delay: 1.7s !important;
  }
  .completed header.open nav ul li.on:nth-child(9) {
    -webkit-transition-delay: 1.8s !important;
            transition-delay: 1.8s !important;
  }
  .completed header.open nav ul li.on.category {
    display: none;
  }
  .completed header.open nav .otherLink ul li.on {
    -webkit-transition-delay: 1.8s !important;
            transition-delay: 1.8s !important;
  }
  .completed header > nav > ul > li.mainNav > div {
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-right: 2.0rem;
  }
  .completed header > nav > ul > li.mainNav > div .acBtn::before {
    width: 12px;
  }
  .completed header > nav > ul > li.mainNav > div .acBtn::after {
    height: 12px;
  }
  .completed header > nav > ul > li.mainNav > div.opened {
    margin-bottom: 1.0rem;
  }
  #pageTop {
    right: 2.5rem;
    bottom: 2.5rem;
    z-index: 999;
  }
  #pageTop a {
    width: 4rem;
    height: 4rem;
  }
  .back .back-bg {
    background: #e3e3e3;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .lowBlock {
    padding: 9rem 3rem 7rem 3rem;
  }
  .lowBlock__ttl {
    line-height: 6rem;
    font-size: 5rem;
    margin-bottom: 4.5rem;
    margin-right: -1rem;
    letter-spacing: 0.4rem;
  }
  .lowBlock__copy {
    margin-right: 0;
    letter-spacing: 0.2rem;
  }
  .lowBlock:after {
    right: 3rem;
  }
  #breadcrumbs {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 8rem;
    margin-left: 2.7rem;
    margin-right: 3rem;
    overflow: auto;
    z-index: 11;
  }
  #breadcrumbs ul {
    width: 1180px;
  }
}

@media screen and (max-width: 48em) {
  .completed .main .mainTitle {
    margin-right: 0;
    font-size: 4rem;
    line-height: 5.5rem;
    margin-bottom: 3rem;
  }
  .completed .main .mainText {
    margin-right: 0;
    font-size: 4rem;
    line-height: 5.5rem;
    margin-bottom: 3rem;
  }
  .completed .main .mainCopy {
    padding: 0 4rem;
  }
  .practice svg {
    min-width: auto;
  }
  .banner {
    bottom: calc(5rem + 40px);
    width: 35vw;
  }
  .banner.on {
    right: 2.5rem;
  }
  .banner .closeBtn img:hover, .banner a:hover {
    opacity: 1;
  }
  .wrapper {
    background: #e3e3e3;
    overflow: hidden;
  }
  .wrapper #worksSec {
    padding: 8rem 0 10rem 3rem;
  }
  .wrapper #worksSec .masonry-stamp-area {
    padding: 0 3rem 0 0;
  }
  .wrapper #worksSec .masonry-stamp-area .worksCard__ttl {
    line-height: 6rem;
    font-size: 6rem;
    padding-right: 0;
    margin-bottom: 11rem;
    letter-spacing: 0.5rem;
  }
  .wrapper #worksSec .masonry-stamp-area .worksCard__ttl:after {
    right: 0;
  }
  .wrapper #worksSec .masonry-stamp-area .worksCard__ttl__des {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 10rem;
    line-height: 3rem;
  }
  .wrapper #worksSec .js-masonry-wrap {
    margin-left: 0;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15%;
    background: none;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ttl {
    top: -2.5rem;
    width: 90%;
    font-size: 3rem;
    padding: 1.5rem 2rem 1.5rem 2rem;
    letter-spacing: 0.2rem;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ttl:before {
    left: -1px;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ph {
    position: relative;
    width: 90%;
    margin: 0 auto 0 0;
    background: #FFF;
    z-index: 2;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__ph div {
    width: auto;
    height: 130px !important;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle a:after {
    display: none;
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
    background: rgba(59, 59, 59, 0.85);
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 59, 59, 0.85)), to(rgba(21, 21, 21, 0.85)));
    background: linear-gradient(to right, rgba(59, 59, 59, 0.85) 0%, rgba(21, 21, 21, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single {
    opacity: 1;
    padding: 2rem;
    color: #FFF;
    width: 90%;
    margin: -10rem 0 0 auto;
    padding: 13rem 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 210px;
    background: rgba(59, 59, 59, 0.85);
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 59, 59, 0.85)), to(rgba(21, 21, 21, 0.85)));
    background: linear-gradient(to right, rgba(59, 59, 59, 0.85) 0%, rgba(21, 21, 21, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single:before {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    content: url(../img/official_link_icon_sp.svg);
    display: inline-block;
    vertical-align: text-top;
    margin-left: 3rem;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dt {
    font-size: 1.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dt .status {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
    border: solid 1px #FFF;
  }
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd p,
  .wrapper #worksSec .js-masonry-wrap .worksArticle .worksArticle__single dd .officialLink {
    display: none;
  }
  .wrapper #worksSec .moreLink {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border: none;
    margin-top: -7%;
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .wrapper #worksSec .moreLink.fadeInTop {
    -webkit-transition-delay: 0;
            transition-delay: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  }
  .wrapper #worksSec .moreLink a:before {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
  }
  .wrapper #companySec {
    padding: 10rem 3rem 16rem;
    margin: 0 0 13rem;
    background: url("../img/nextistheworld.jpg") no-repeat center 0;
    background-size: cover;
  }
  .wrapper #companySec div.companyCard__copy {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0rem 0 4rem 0;
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: 0.5rem;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .wrapper #companySec .companyCard {
    position: relative;
    padding: 0;
  }
  .wrapper #companySec .companyCard .companyCard__ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
    line-height: 4rem;
  }
  .wrapper #companySec .companyCard .companyCard__ttl__des {
    line-height: 3rem;
  }
  .wrapper #companySec .bgImage {
    display: none;
  }
  .wrapper #companySec .moreLink {
    position: absolute;
    bottom: -4rem;
    right: 0;
    left: 3rem;
    width: calc(100% - 3rem);
    height: auto;
  }
  .wrapper #companySec .moreLink a:before {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
  }
  .wrapper #specialistSec {
    margin: 0 0 10rem 3rem;
  }
  .wrapper #specialistSec .specialistCard {
    padding: 0 3rem 0 0;
    margin-bottom: 7rem;
  }
  .wrapper #specialistSec .specialistCard .specialistCard__ttl {
    line-height: 5rem;
    font-size: 5rem;
    padding-right: 0;
    margin-bottom: 6rem;
    margin-right: 0;
    letter-spacing: 0.2rem;
  }
  .wrapper #specialistSec .specialistCard .specialistCard__ttl__des {
    text-align: left;
  }
  .wrapper #specialistSec .peopleCard {
    display: block;
  }
  .wrapper #specialistSec .peopleCard .peopleArticle {
    width: 100%;
    margin: 0 0 2px 0;
  }
  .wrapper #specialistSec .peopleCard .peopleArticle a {
    opacity: 1;
    color: #FFF;
  }
  .wrapper #specialistSec .peopleCard .peopleArticle a:before {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
    background: rgba(59, 59, 59, 0.85);
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 59, 59, 0.85)), to(rgba(21, 21, 21, 0.85)));
    background: linear-gradient(to right, rgba(59, 59, 59, 0.85) 0%, rgba(21, 21, 21, 0.85) 100%);
  }
  .wrapper #specialistSec .peopleCard .peopleArticle .peopleArticle__ph {
    min-height: 244px;
  }
  .wrapper #specialistSec .peopleCard .moreLink {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border: none;
    margin-top: 3rem;
  }
  .wrapper #specialistSec .peopleCard .moreLink a:before {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
  }
  .wrapper #newsSec {
    margin: 0 0 10rem 3rem;
  }
  .wrapper #newsSec .newsCard {
    padding: 0 3rem 0 0;
    text-align: right;
  }
  .wrapper #newsSec .newsCard .newsCard__ttl {
    line-height: 6rem;
    font-size: 6rem;
    padding-right: 0;
    margin-bottom: 7rem;
    letter-spacing: 0.5rem;
    margin-left: 0;
  }
  .wrapper #newsSec .newsCard .newsCard__ttl span {
    min-width: initial;
  }
  .wrapper #newsSec .newsCard .newsCard__ttl__des {
    width: 100%;
    margin: 0 0 7rem;
  }
  .wrapper #newsSec .newsArticle {
    position: relative;
    top: 0;
    left: 0;
  }
  .wrapper #newsSec .newsArticle .newsArticleCard a .newsArticleCardBox {
    padding: 2rem 5rem 2rem 2rem;
  }
  .wrapper #newsSec .moreLink {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border: none;
    margin-top: 3rem;
    margin-bottom: 10rem;
    -webkit-transform: translate3d(0, 120px, 0);
    transform: translate3d(0, 120px, 0);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
    transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  }
  .wrapper #newsSec .moreLink.fadeInTop {
    -webkit-transition-delay: 0;
            transition-delay: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.22, 0.94, 0.44, 1);
  }
  .wrapper #newsSec .moreLink a:before {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
  }
  .wrapper #blogSec {
    padding: 7rem 0 0 3rem;
    margin: 0 0 10rem 0;
  }
  .wrapper #blogSec .blogCard {
    display: block;
    padding: 0 3rem 0 0;
    margin-bottom: 7rem;
  }
  .wrapper #blogSec .blogCard .blogCard__ttl {
    line-height: 6rem;
    font-size: 6rem;
    padding-right: 0;
    margin-bottom: 7rem;
    letter-spacing: 0.5rem;
  }
  .wrapper #blogSec .blogArticle {
    display: block;
  }
  .wrapper #blogSec .blogArticle .blogArticleCard {
    width: 100%;
    margin-bottom: 2px;
  }
  .wrapper #blogSec .blogArticle .blogArticleCard a {
    opacity: 1;
    color: #FFF;
    padding: 2rem;
  }
  .wrapper #blogSec .blogArticle .blogArticleCard a:before {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
    background: rgba(59, 59, 59, 0.85);
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 59, 59, 0.85)), to(rgba(21, 21, 21, 0.85)));
    background: linear-gradient(to right, rgba(59, 59, 59, 0.85) 0%, rgba(21, 21, 21, 0.85) 100%);
  }
  .wrapper #blogSec .blogArticle .blogArticleCard a .blogArticleCard__category {
    border-left: solid 1px #FFF;
  }
  .wrapper #blogSec .blogArticle .blogArticleCard a .more {
    display: none;
  }
  .wrapper #blogSec .moreLink {
    position: relative;
    width: 100%;
    bottom: 0;
    height: auto;
    margin-top: 3rem;
  }
  .wrapper #blogSec .moreLink a:before {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
  }
  .wrapper #recruitSec {
    height: 100vw;
    padding: 0 3rem 0 15%;
  }
  .wrapper #recruitSec:before {
    width: 3rem;
  }
  .wrapper #recruitSec a .recruitCard h2.recruitCard__ttl {
    font-size: 5rem;
    letter-spacing: 0.5rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
  .wrapper #recruitSec a .recruitCard .recruitCard__ttl__des {
    padding: 0;
  }
  .wrapper #contactSec {
    height: 100vw;
    padding: 0 3rem 0 15%;
  }
  .wrapper #contactSec:before {
    width: 3rem;
  }
  .wrapper #contactSec a .contacCard h2.contacCard__ttl {
    font-size: 4.5rem;
    letter-spacing: 0.5rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
  .wrapper #contactSec a .contacCard .contacCard__ttl__des {
    padding: 0;
    letter-spacing: 0;
  }
  .wrapper .guidBottom {
    position: relative;
    bottom: 0;
    padding-left: 0;
    padding: 7rem 3rem;
  }
  .wrapper .guidBottom .navi {
    display: block;
    margin: 0 0 6rem;
  }
  .wrapper .guidBottom .navi li {
    margin: 0 0 4rem;
  }
}

@media screen and (max-width: 48em) {
  #specialistBlockDiteile {
    padding: 8rem 0 0 0;
    margin-left: 3rem;
  }
  #specialistBlockDiteile .specialistBlockDiteile__ttl {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    color: #191919;
    position: relative;
    top: 0;
    left: 0;
    font-size: 4rem !important;
    line-height: 4rem !important;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  #specialistBlockDiteile .detailCard {
    padding-top: 0;
    margin-bottom: 8rem;
  }
  #specialistBlockDiteile .detailCard .detailCard__des img {
    width: 100%;
  }
  #specialistBlockDiteile .detailCard .detailCard-single {
    padding: 0;
  }
  #specialistBlockDiteile .detailCard .detailCard-single a {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #specialistBlockDiteile .detailCard .detailCard-single a:before {
    display: none;
  }
  #specialistBlockDiteile .detailCard .detailCard-single a .detailCard-single__ttl,
  #specialistBlockDiteile .detailCard .detailCard-single a .detailCard-single__des,
  #specialistBlockDiteile .detailCard .detailCard-single a .more {
    display: none;
  }
  #specialistBlockDiteile .detailCard .detailCard__ttl {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    color: #191919;
    position: relative;
    top: 0;
    left: 0;
    font-size: 4rem !important;
    line-height: 4rem !important;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  #specialistBlockDiteile .detailCard .detailCard__ttl span {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 2rem !important;
    line-height: 3rem !important;
    margin-top: 0;
    margin-right: 1rem;
    width: auto;
    height: auto;
  }
  #specialistBlockDiteile .detailCard .detailCard__des dl {
    width: 100%;
    padding: 3rem;
  }
  #specialistBlockDiteile .detailCard:nth-child(even) .detailCard__ttl {
    right: 0;
  }
  #specialistBlockDiteile .detailCard:nth-child(even) .detailCard__des dl {
    right: 0;
    text-align: left;
  }
  #specialistBlockDiteile .detailCard:nth-child(even) .detailCard__des dl dt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #specialistBlockDiteile .detailCard:nth-child(even) .detailCard__des dl dt span {
    margin-left: 1rem;
    margin-right: 0;
  }
  .pickUpCard .swiper-pagination-area {
    padding: 3rem 3rem 16rem 0;
  }
  .pickUpCard .swiper-container {
    height: 360px !important;
  }
  #specialistBlockDiteileSingle {
    margin: 8rem 0 10rem 3rem;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle {
    display: block;
    margin: 0;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft,
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight {
    width: 100%;
    padding-left: 0;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText {
    bottom: 3rem;
    left: 3rem;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__ttl {
    font-size: 1.5rem;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__des dt {
    font-size: 2.5rem;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__des dt span {
    font-size: 1.5rem;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleLeft .singleLeftText .singleLeftText__des dd {
    font-size: 1.2rem;
  }
  #specialistBlockDiteileSingle .specialistBlockDiteileSingleArticle .singleRight .singleRightText {
    margin: 2rem 3rem 4rem 0;
    text-align: right;
  }
}

@media screen and (max-width: 48em) {
  .wrapper #newsSec {
    margin: 8rem 0 0 3rem;
  }
  .wrapper #newsSec .sp_category dl {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    letter-spacing: 0.2rem;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0.3rem;
    margin-bottom: 3rem;
  }
  .wrapper #newsSec .sp_category dl dt {
    margin-bottom: 0.5rem;
  }
  .wrapper #newsSec .sp_category dl dd select {
    width: 100%;
    display: block;
    background: #191919;
    color: #FFF;
    padding: 1rem 2rem;
  }
  .wrapper #newsSec .padding {
    padding: 4rem 4rem 10rem 0;
    margin-left: 0;
  }
  .newsSecDiteileSingle {
    margin: 8rem 0 8rem 3rem;
    padding: 4rem 3rem;
  }
  .newsSecDiteileSingle__ttl {
    line-height: 4rem;
  }
  .newsSecDiteileSingle__des {
    margin-bottom: 4rem;
  }
  .newsSecDiteileSingle__contents p,
  .newsSecDiteileSingle__contents img,
  .newsSecDiteileSingle__contents ul,
  .newsSecDiteileSingle__contents ol,
  .newsSecDiteileSingle__contents table {
    margin-bottom: 4rem;
  }
  .newsSecDiteileSingle__contents .column2 div {
    margin-right: 10px;
  }
  .newsSecDiteileSingle__contents .column3 div {
    margin-right: 10px;
  }
  .newsSecDiteileSingle .hash {
    margin: 3rem 0;
  }
  .newsSecDiteileSingle .wp_ulike {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .newsSecDiteileSingle .sns_news {
    font-size: 2rem;
  }
  .paging__news {
    margin: 0 0 8rem 3rem;
  }
  .paging__news ul li {
    font-size: 2rem;
  }
  .paging__news ul li a {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 48em) {
  .contactBlock {
    margin: 8rem 0 0 3rem;
    padding: 4rem 3rem;
  }
  .contactBlock--radio__ttl {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .contactBlock--radio__des {
    display: block;
    border-bottom: solid 1px #CCCCCC;
  }
  .contactBlock--radio__des .mwform-radio-field {
    display: block;
    width: 100%;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-bottom: none;
  }
  .contactBlock--radio__des .mwform-radio-field:nth-child(3), .contactBlock--radio__des .mwform-radio-field:nth-child(4) {
    border-bottom: none;
  }
  .contactBlock--input {
    display: block;
    padding: 2rem 0 0;
    margin-bottom: 2rem;
    border-top: solid 1px #CCCCCC;
    border-bottom: none;
  }
  .contactBlock--input__ttl {
    width: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .contactBlock--input__des {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .contactBlock--input__des input {
    padding: 1rem;
    border: solid 1px #CCCCCC;
  }
  .contactBlock--input__des textarea {
    padding: 1rem;
    border: solid 1px #CCCCCC;
    height: 200px;
  }
  .contactBlock--input__des.column2 {
    padding: 0;
    display: block;
  }
  .contactBlock--input__des.column2 div input {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .contactBlock--input__des.column2 div input:nth-child(1) {
    border-right: none;
  }
  .contactBlock--input__des.column2 div input:last-child {
    border-right: solid 1px #CCCCCC;
  }
  .contactBlock--input__des.column3 div.box {
    display: block;
  }
  .contactBlock--input__des.column3 div.box div {
    width: 100%;
    border-right: none;
    margin-bottom: 1rem;
    padding: 0;
  }
  .contactBlock--input__des.column3 div.box div:first-child select {
    margin-left: 1rem;
  }
  .contactBlock--input__des.column3 div.box div select {
    padding: 1rem;
    border: solid 1px #CCCCCC;
    width: 85%;
    margin-left: 0;
    background: url(../img/register/icon.svg) no-repeat 95% center;
  }
  .contactBlock--input__des.column3 div.box:nth-child(2) {
    border-left: none;
    margin-left: 0;
    margin-top: 0;
  }
  .contactBlock--input__des.radio label {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 0;
  }
  .contactBlock--input input {
    width: 100%;
  }
  .contactBlock button {
    padding: 3.4rem 0;
  }
  .registerBlock .contactBlock--input__ttl,
  .registerBlock .contactBlock--input__des {
    width: 100%;
  }
  .entryCheck .contactBlock--radio__des .mwform-radio-field {
    width: 100%;
    border-bottom: none;
  }
  .entryCheck .contactBlock--radio__des .mwform-radio-field:nth-child(2) {
    border-right: solid 1px #CCCCCC;
  }
  .contactBlock--input__des.entry_address input,
  .contactBlock--input__des.entry_address select,
  .contactBlock--input__des.entry_file input {
    margin: 0;
  }
  .contactBlock--input__des.entry_address div:nth-child(2),
  .contactBlock--input__des.entry_address div:nth-child(3),
  .contactBlock--input__des.entry_file div {
    border-left: none;
    margin-left: 0;
    margin-top: 0;
  }
  .contactBlock--input__des.entry_address div:nth-child(2) {
    margin: 18px 0;
  }
  .contactBlock--input__des.entry_address div:nth-child(2) select {
    padding: 1rem;
    border: solid 1px #CCCCCC;
    width: 100%;
    background: url(../img/register/icon.svg) no-repeat 95% center;
  }
  .contactBlockCheck {
    margin: 8rem 0 0 3rem;
    padding: 4rem 3rem;
  }
  .contactBlockCheck__ttl {
    line-height: 4rem;
  }
  .contactBlockCheck__des__bottom span {
    line-height: 4rem;
  }
  .contactBlockCheck .registerBlockCheck__ttl {
    font-size: 2.5rem;
  }
  .wrapper .guidBottom {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 48em) {
  #worksBlock {
    padding: 8rem 0 0 0;
    margin-left: 3rem;
  }
  #worksBlock .sp_category dl {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    letter-spacing: 0.2rem;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0.3rem;
    margin-bottom: 3rem;
  }
  #worksBlock .sp_category dl dt {
    margin-bottom: 0.5rem;
  }
  #worksBlock .sp_category dl dd select {
    width: 100%;
    display: block;
    background: #191919;
    color: #FFF;
    padding: 1rem 2rem;
  }
  #worksBlock .worksBlocScroll {
    overflow-x: initial;
  }
  #worksBlock .worksBlocScroll .worksBloc--box {
    width: 100%;
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle {
    height: auto;
    background: none;
    float: none;
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single {
    opacity: 1;
    color: #FFF;
    position: relative;
    padding: 13rem 2rem 2rem;
    width: 85%;
    margin: -11rem 0 0 auto;
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single:after {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
    background: rgba(59, 59, 59, 0.85);
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 59, 59, 0.85)), to(rgba(21, 21, 21, 0.85)));
    background: linear-gradient(to right, rgba(59, 59, 59, 0.85) 0%, rgba(21, 21, 21, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dt {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 0 1rem;
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dt .status {
    border: solid 1px #FFF;
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__single dd .officialLink:after {
    content: url(../img/official_link_icon_sp.svg);
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__ph {
    position: relative;
    min-height: 210px;
    background: #FFF;
    z-index: 10;
    width: 85%;
    margin: 0 auto 0 0;
  }
  #worksBlock .worksBlocScroll .worksBloc--box .worksArticle a .worksArticle__ph div {
    height: 130px !important;
  }
  #worksBlock .padding {
    padding: 4rem 4rem 10rem 0;
  }
}

@media screen and (max-width: 48em) {
  .companyBlock--message {
    margin: 0 0 5rem 3rem;
    padding-top: 8rem;
  }
  .companyBlock--message__ttl {
    position: relative;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    line-height: 5rem;
    letter-spacing: 1rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .companyBlock--message article {
    margin: 0;
  }
  .companyBlock--message article:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 4rem 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .companyBlock--message article:last-child div {
    width: 50%;
    padding: 0;
  }
  .companyBlock--message #profile::before {
    content: none;
  }
  .companyBlock--message__subTtl {
    font-size: 2rem;
    line-height: 3rem;
    margin-right: 3rem;
    text-align: right;
    margin-bottom: 2rem;
  }
  .companyBlock--message__subTtl:first-child, .companyBlock--message__subTtl:nth-of-type(2) {
    margin-bottom: 4rem;
  }
  .companyBlock--message__subTtl span {
    font-size: 1.7rem;
    margin-left: 0;
  }
  .companyBlock--message__desTop {
    text-align: left;
    margin-right: 3rem;
    margin-bottom: 10rem;
  }
  .companyBlock--message__ph {
    margin: 0;
    width: 50%;
    float: none;
  }
  .companyBlock--message__name {
    font-size: 1.5rem;
  }
  .companyBlock--message__name span {
    margin-right: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .companyBlock--message__desBottom {
    display: none !important;
  }
  .companyBlock--message__desBottom_sp {
    width: 100% !important;
    display: block !important;
  }
  .companyBlock--message__desBottom_sp p {
    display: block;
    margin-bottom: 1rem;
  }
  .companyBlock--message__desBottom_sp p span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .companyBlock--message__desBottom_sp p span:first-child {
    width: 100%;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border: solid 1px #FFF;
    padding: 0.5rem 1rem;
    cursor: pointer;
    position: relative;
  }
  .companyBlock--message__desBottom_sp p span:first-child:before {
    content: '';
    position: absolute;
    background-color: #FFF;
    width: 9px;
    height: 1px;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
  .companyBlock--message__desBottom_sp p span:first-child:after {
    content: '';
    position: absolute;
    background-color: #FFF;
    width: 1px;
    height: 9px;
    right: 2.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .companyBlock--message__desBottom_sp p span:last-child {
    display: none;
    padding: 1rem 0.5rem 2rem;
  }
  .companyBlock--message__desBottom_sp p.opened span:first-child:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  .companyBlock--message__desBottom_sp p.opened span:first-child:after {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 1;
  }
  .companyBlock--officer {
    margin: 0 0 5rem 3rem;
    padding: 8rem 0 0 0;
  }
  .companyBlock--officer__ttl {
    position: relative;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    line-height: 5rem;
    letter-spacing: 1rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .companyBlock--officer__subTtl {
    font-size: 2rem;
    line-height: 3rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    text-align: right;
  }
  .companyBlock--officer__subTtl span {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .companyBlock--officer__member {
    padding-right: 0;
  }
  .companyBlock--officer__member dl {
    width: 49%;
  }
  .companyBlock--officer__member dl:nth-child(3n) {
    margin-right: 2%;
  }
  .companyBlock--officer__member dl:nth-child(2n) {
    margin-right: 0;
  }
  .companyBlock--service {
    margin: 0 0 5rem 3rem;
    padding: 8rem 0 0 0;
  }
  .companyBlock--service__ttl {
    position: relative;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    line-height: 5rem;
    letter-spacing: 1rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .companyBlock--service__subTtl {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 3rem 2rem 0;
    text-align: right;
  }
  .companyBlock--service__subTtl span {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .companyBlock--service__des {
    margin: 0 3rem 5rem 0;
    text-align: right;
  }
  .companyBlock--service__flow {
    margin: 0;
  }
  .companyBlock--service__flow dl {
    width: 100%;
    padding: 2.5rem 2rem 2.5rem 10rem;
    position: relative;
  }
  .companyBlock--service__flow dl:nth-child(3), .companyBlock--service__flow dl:nth-child(4) {
    border-bottom: none;
  }
  .companyBlock--service__flow dl dt {
    text-align: left;
    margin-bottom: 1rem;
  }
  .companyBlock--service__flow dl dt span {
    font-size: 1.8rem;
    display: inline;
    margin-bottom: 1rem;
  }
  .companyBlock--service__flow dl dd {
    text-align: left;
  }
  .companyBlock--service__flow dl dd img {
    margin: auto 0;
    width: auto;
    max-width: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
  }
  .companyBlock--service__flow p {
    width: 100%;
    padding: 2.5rem 2rem 2.5rem 0;
    border-left: none;
  }
  .companyBlock--works {
    margin: 0 0 5rem 3rem;
    padding: 8rem 0 0 0;
  }
  .companyBlock--works__ttl {
    position: relative;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    line-height: 5rem;
    letter-spacing: 1rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .companyBlock--works__subTtl {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 3rem 2rem 0;
    text-align: right;
  }
  .companyBlock--works__subTtl span {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .companyBlock--works__archive {
    padding-right: 0;
    display: block;
  }
  .companyBlock--works__archive article {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0;
    height: auto;
    background: none;
    float: none;
  }
  .companyBlock--works__archive article a {
    background: none;
    text-decoration: none;
  }
  .companyBlock--works__archive article a .worksArticle__ph {
    position: relative;
    min-height: initial;
    height: initial;
    background: #FFF;
    z-index: 10;
    width: 85%;
    margin: 0 auto 0 0;
  }
  .companyBlock--works__archive article a .worksArticle__ph div {
    height: 130px !important;
  }
  .companyBlock--works__archive article a .worksArticle__ph img {
    width: 66px;
    height: 80px;
  }
  .companyBlock--works__archive article a .worksArticle__single {
    opacity: 1;
    color: #FFF;
    position: relative;
    padding: 13rem 2rem 2rem;
    width: 85%;
    margin: -11rem 0 0 auto;
  }
  .companyBlock--works__archive article a .worksArticle__single:after {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
    background: rgba(59, 59, 59, 0.85);
    background: -webkit-gradient(linear, left top, right top, from(rgba(59, 59, 59, 0.85)), to(rgba(21, 21, 21, 0.85)));
    background: linear-gradient(to right, rgba(59, 59, 59, 0.85) 0%, rgba(21, 21, 21, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff019', endColorstr='#ffb87c',GradientType=1 );
  }
  .companyBlock--works__archive article a .worksArticle__single dt .status {
    border: solid 1px #FFF;
  }
  .companyBlock--works__archive article a .worksArticle__single dd .officialLink:after {
    content: url(../img/official_link_icon_sp.svg);
  }
  .companyBlock--works .more {
    padding-right: 3rem;
  }
  .companyBlock--overview {
    margin: 0 0 5rem 3rem;
    padding: 8rem 0 0 0;
  }
  .companyBlock--overview__ttl {
    position: relative;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    line-height: 5rem;
    letter-spacing: 0.6rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .companyBlock--overview__subTtl {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 3rem 2rem 0;
    text-align: right;
  }
  .companyBlock--overview__subTtl span {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .companyBlock--overview__table {
    width: 100%;
    display: block;
    margin: 0;
  }
  .companyBlock--overview__table dt {
    min-width: 100%;
    margin-right: 0;
    padding: 2rem 0 0 2rem;
    text-align: left;
    font-weight: bold;
  }
  .companyBlock--overview__table dd {
    border-top: none;
    padding: 1rem 2rem 2rem 2rem;
  }
  .companyBlock--overview__table:last-child dt {
    border-bottom: none;
  }
  .companyBlock--access {
    margin: 0 0 5rem 3rem;
    padding: 8rem 0 0 0;
  }
  .companyBlock--access__ttl {
    position: relative;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    line-height: 5rem;
    letter-spacing: 1rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .companyBlock--access__subTtl {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 3rem 2rem 0;
    text-align: right;
  }
  .companyBlock--access__subTtl span {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .companyBlock--access iframe {
    padding: 0;
    height: 375px;
  }
  .companyBlock--access ul {
    padding: 0;
    display: block;
    text-align: right;
    margin-right: 3rem;
  }
  .companyBlock--access ul li {
    display: inline-block;
    margin-right: 0;
    margin-left: 2rem;
  }
  .companyBlock--access ul li:nth-child(1) {
    background: url(../img/company/icon07.svg) no-repeat left 0.3rem;
  }
  .companyBlock--group {
    margin: 0 0 5rem 3rem;
    padding: 8rem 0 0 0;
  }
  .companyBlock--group__ttl {
    position: relative;
    left: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    line-height: 5rem;
    letter-spacing: 1rem;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .companyBlock--group__subTtl {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 3rem 2rem 0;
    text-align: right;
    padding-left: 0;
  }
  .companyBlock--group__subTtl span {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .companyBlock--group__company {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .companyBlock--group__company__box {
    width: 49%;
    margin: 0 0 2% 2%;
  }
  .companyBlock--group__company__box:nth-child(1), .companyBlock--group__company__box:nth-child(3), .companyBlock--group__company__box:nth-child(5), .companyBlock--group__company__box:nth-child(7), .companyBlock--group__company__box:nth-child(9) {
    margin-left: 0;
  }
}

@media screen and (max-width: 48em) {
  .sitemapBlock {
    margin: 8rem 0 8rem 3rem;
    padding: 0;
  }
  .sitemapBlock ul li a {
    display: block;
    padding: 2rem;
  }
  .sitemapBlock ul li a span {
    display: block;
    font-size: 2rem;
  }
}

@media screen and (max-width: 48em) {
  .privacypolicyBlock {
    margin: 8rem 0 8rem 0;
    padding: 2rem;
  }
}

@media screen and (max-width: 48em) {
  #blogBlock {
    margin: 8rem 0 0 3rem;
    padding: 0;
  }
  #blogBlock .blogArticleblock {
    display: block;
    margin-left: 0;
  }
  #blogBlock .blogArticleblock .blogArticleCard {
    width: 100%;
    margin: 0 0 16% 0;
    padding-left: 0;
  }
  #blogBlock .blogArticleblock .blogArticleCard--ph {
    height: 250px;
  }
  #blogBlock .blogArticleblock .blogArticleCard--ph img {
    opacity: 1;
  }
  #blogBlock .blogArticleblock .blogArticleCard--ph.img_none img {
    opacity: 0;
  }
  #blogBlock .blogArticleblock .blogArticleCard--contect {
    padding: 2rem;
  }
  #blogBlock .blogArticleblock .blogArticleCard--contect__hash {
    display: none;
  }
  #blogBlock .sp_category dl {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    letter-spacing: 0.2rem;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0.3rem;
    margin-bottom: 3rem;
  }
  #blogBlock .sp_category dl dt {
    margin-bottom: 0.5rem;
  }
  #blogBlock .sp_category dl dd select {
    width: 100%;
    display: block;
    background: #191919;
    color: #FFF;
    padding: 1rem 2rem;
  }
}

@media screen and (max-width: 48em) {
  #othersSec {
    padding: 8rem 0 0 0;
    margin-left: 3rem;
  }
  .othersBlock01__ttl,
  .othersBlock02__ttl,
  .othersBlock03__ttl {
    margin-bottom: 7rem;
    text-align: right;
    margin-right: 3rem;
  }
  .othersBlock01__ttl span,
  .othersBlock02__ttl span,
  .othersBlock03__ttl span {
    font-size: 6rem;
    line-height: 6rem;
    margin-right: -1rem;
    letter-spacing: 1rem;
  }
  .othersBlock01__sub,
  .othersBlock02__sub,
  .othersBlock03__sub {
    display: block;
    margin-bottom: 5rem;
    margin-right: 3rem;
    text-align: right;
  }
  .othersBlock01__sub span,
  .othersBlock02__sub span,
  .othersBlock03__sub span {
    display: block;
  }
  .othersBlock01__sub span:first-child,
  .othersBlock02__sub span:first-child,
  .othersBlock03__sub span:first-child {
    font-size: 3.5rem;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 5rem;
  }
  .othersBlock01__sub span:first-child:after,
  .othersBlock02__sub span:first-child:after,
  .othersBlock03__sub span:first-child:after {
    bottom: -3rem;
    left: auto;
    right: 0;
  }
  .othersBlock01 .othersCard,
  .othersBlock02 .othersCard,
  .othersBlock03 .othersCard {
    padding-bottom: 50%;
    margin-bottom: 6rem;
  }
  .othersBlock01 .othersCard--ph,
  .othersBlock02 .othersCard--ph,
  .othersBlock03 .othersCard--ph {
    width: 90%;
    height: auto;
    background: none;
  }
  .othersBlock01 .othersCard--ph img,
  .othersBlock02 .othersCard--ph img,
  .othersBlock03 .othersCard--ph img {
    opacity: 1;
  }
  .othersBlock01 .othersCard--box,
  .othersBlock02 .othersCard--box,
  .othersBlock03 .othersCard--box {
    width: 90%;
    min-height: auto;
    padding: 3rem;
  }
  .othersBlock01 .othersCard--box__ttl,
  .othersBlock02 .othersCard--box__ttl,
  .othersBlock03 .othersCard--box__ttl {
    font-size: 2.2rem;
  }
  .othersBlock01 .othersCard--box__list,
  .othersBlock02 .othersCard--box__list,
  .othersBlock03 .othersCard--box__list {
    font-size: 1.2rem;
  }
  .othersBlock01 .othersCard:before,
  .othersBlock02 .othersCard:before,
  .othersBlock03 .othersCard:before {
    top: -2rem;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    font-size: 7rem !important;
  }
  .othersBlock01 .othersCard.even:before,
  .othersBlock02 .othersCard.even:before,
  .othersBlock03 .othersCard.even:before {
    top: -2rem;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 7rem !important;
  }
  .othersBlock02,
  .othersBlock03 {
    margin-left: 3rem;
    padding-top: 5rem;
    padding-right: 0;
  }
  .othersBlock03 .othersCard {
    padding-bottom: 90%;
  }
  .othersBlock03 .howToUse {
    border: none;
    padding: 0;
    margin: 10rem 0;
  }
  .othersBlock03 .howToUse__ttl {
    position: relative;
    text-align: right;
    margin-right: 3rem;
    top: 0;
    left: 0;
    margin-bottom: 7rem;
  }
  .othersBlock03 .howToUse__ttl dt {
    font-size: 6rem;
    line-height: 6rem;
    margin-right: -1rem;
    letter-spacing: 1rem;
  }
  .othersBlock03 .howToUse__content {
    border-top: solid 1px #5A5A5A;
    border-left: solid 1px #5A5A5A;
    border-bottom: solid 1px #5A5A5A;
    padding: 3rem 0;
  }
  .othersBlock03 .howToUse__del {
    text-align: right;
    font-size: 2rem;
    margin-right: 3rem;
  }
  .othersBlock03 .howToUse__access {
    text-align: right;
    margin-right: 3rem;
  }
  .othersBlock03 .howToUse__access dd {
    font-size: 1.1rem;
  }
  .othersBlock03 .howToUse__access dd span {
    font-size: 2.7rem;
  }
  .specialistBlock {
    margin-left: 3rem;
    margin-bottom: 10rem;
  }
  .specialistBlock .othersBlock01__ttl span {
    font-size: 4rem;
  }
  .specialistBlock--box__ttl {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-align: right;
    color: #191919;
    position: relative;
    top: 0;
    left: 0;
    font-size: 3rem;
    line-height: 3rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .specialistBlock--box__ttl.first {
    top: 0;
  }
  .specialistBlock--box__ttl span {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 1.5rem !important;
    line-height: 3rem !important;
    margin-top: 0;
    margin-right: 1rem;
    width: auto;
    height: auto;
  }
  .specialistBlock--box--area {
    display: block;
    margin-left: 0;
    margin-bottom: 8rem;
  }
  .specialistBlock--box--card {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-bottom: 4rem;
  }
  .specialistBlock--box--card__ph {
    background: none;
  }
  .specialistBlock--box--card__ph img {
    opacity: 1;
  }
  .specialistBlock--box--card a dl {
    bottom: 3rem;
    left: 3rem;
  }
  .recruitmentBlock {
    margin-left: 3rem;
    margin-bottom: 10rem;
  }
  .recruitmentBlock .othersBlock01__ttl {
    margin-bottom: 6rem;
  }
  .recruitmentBlock p {
    text-align: right;
    margin-right: 3rem;
  }
}

@media screen and (max-width: 48em) {
  .recruitBlock01 {
    margin: 8rem 0 0 3rem;
    padding: 0;
  }
  .recruitBlock01__ph {
    margin-bottom: 4rem;
  }
  .recruitBlock01__ttl {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    padding: 0 3rem 0 0;
    text-align: right;
  }
  .recruitBlock01__des {
    text-align: right;
    padding: 0 3rem 0 0;
  }
  .recruitBlock02 {
    margin: 8rem 0 10rem 3rem;
    padding: 0;
    min-height: initial;
  }
  .recruitBlock02__ttl {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 0;
    left: 0;
    font-size: 5rem;
    text-align: right;
    margin-right: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
  .recruitBlock02__sub {
    margin: 0 3rem 2rem 0;
    text-align: right;
  }
  .recruitBlock02__des {
    margin: 0 3rem 5rem 0;
    text-align: right;
  }
  .recruitBlock02__list {
    margin: 0;
    display: block;
  }
  .recruitBlock02__list li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10%;
  }
  .recruitBlock02__list li:nth-child(2n) {
    padding-left: 0;
    padding-right: 0;
  }
  .recruitBlock03 {
    margin: 0 0 10rem 3rem;
  }
  .recruitBlock03__ttl {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 0;
    left: 0;
    font-size: 4rem;
    text-align: right;
    margin-right: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
  .recruitBlock03__sub {
    font-size: 1.8rem;
    margin: 0 3rem 4rem 0;
    text-align: right;
  }
  .recruitBlock03__des {
    margin-right: 3rem;
  }
  .recruitBlock03__des dt {
    text-indent: -2rem;
    margin-left: 2rem;
  }
  .recruitBlock03__des dd {
    margin-left: 0;
  }
  .recruitBlock03__acd {
    margin-right: 0;
    padding: 2.5rem 8rem 2.5rem 2.5rem;
    display: block;
  }
  .recruitBlock03__acd span {
    display: block;
  }
  .recruitBlock03--table {
    padding: 3rem;
    margin-right: 0;
  }
  .recruitBlock03--table__area {
    display: block;
  }
  .recruitBlock03--table__area dt {
    min-width: 100%;
    margin-right: 0;
    padding: 2.5rem 0 0;
  }
  .recruitBlock03--table__area dd {
    border-top: none;
    padding: 1rem 0 2.5rem;
  }
  .recruitBlock03--table__area dd ul {
    display: block;
  }
  .recruitBlock03--table__area dd ul li {
    width: 100%;
  }
  .recruitBlock03--table__area:last-child dt {
    border-bottom: none;
  }
  .recruitBlock04 {
    margin: 0 0 10rem 3rem;
  }
  .recruitBlock04__box {
    display: block;
    border-bottom: none;
  }
  .recruitBlock04__box a {
    padding: 3rem 0;
    border-right: none;
    border-bottom: solid 1px #5A5A5A;
    width: 100%;
  }
  .recruitBlock04__box a span {
    font-size: 1.8rem;
  }
  .recruitBlock04__box a span i {
    margin-right: 0;
    display: block;
  }
  .recruitBlock04__box a svg {
    right: 6%;
  }
  .interviewBlock--modal {
    width: 90%;
  }
  .interviewBlock--modal__content__detail {
    padding: 1.5rem;
  }
  .interviewBlock--overlay__close {
    width: 90%;
  }
}
/*# sourceMappingURL=common.css.map */