@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  video {
    width: 100%;
    height: auto;
  }
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

@font-face {
  font-family: "YakuHanJP_Noto";
  font-weight: 400;
  font-style: normal;

  src: url("/assets/fonts/yakuhanjp/YakuHanJP-Regular.woff2") format("woff2"), url("/assets/fonts/yakuhanjp/YakuHanJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "YakuHanJP_Noto";
  font-weight: 700;
  font-style: normal;

  src: url("/assets/fonts/yakuhanjp/YakuHanJP-Bold.woff2") format("woff2"), url("/assets/fonts/yakuhanjp/YakuHanJP-Bold.woff") format("woff");
  font-display: swap;
}

@-webkit-keyframes moveLineLeftRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}

@keyframes moveLineLeftRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}

@-webkit-keyframes moveLineRightLeft {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

@keyframes moveLineRightLeft {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

@-webkit-keyframes moveLineTopBottom {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50.0001% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@keyframes moveLineTopBottom {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50.0001% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@-webkit-keyframes sliderFadeZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes sliderFadeZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

/* ------------------------
  Base Settings
------------------------ */
html {
  overflow-y: scroll; 
  font-size: 1.86667vw;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1121px) {
  html {
    font-size: 14px;
  }
}
html.is-drawerOpen {
  overflow: hidden;
}
html:not(.top) {
  visibility: hidden;
  opacity: 0;
}
html:not(.top).wf-active,
html:not(.top).loading-delay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

body {
  background-color: #fff;
  letter-spacing: 0.09em; 
  word-wrap: break-word;
  color: #000;
  font-family: "YakuHanJP_Noto", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.7142;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none; 
  color: inherit;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text;
  }
}
[data-whatinput="mouse"] a:focus,
[data-whatinput="touch"] a:focus {
  outline: none;
}

[type="button"] {
  border: 0;
  min-height: auto;
  background-color: transparent;
}
[data-whatinput="mouse"] [type="button"]:focus,
[data-whatinput="touch"] [type="button"]:focus {
  outline: none;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

.l-article.-large {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-article.-large {
    margin-top: 16vw;
  }
}

.l-article.-medium {
  margin-top: 107px;
}
@media screen and (max-width: 767px) {
  .l-article.-medium {
    margin-top: 16vw;
  }
}

.l-article.-small {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .l-article.-small {
    margin-top: 16vw;
  }
}

.l-article.-works {
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  .l-article.-works {
    margin-top: 6.93333vw;
  }
}

.l-article.-magazineList {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .l-article.-magazineList {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .-story .l-article.-magazineList,
  .-interview .l-article.-magazineList {
    margin-top: 16vw;
  }
}

.l-container {
  position: relative;
  margin: auto;
  max-width: 1400px;
}
.l-container.-large {
  max-width: 2000px;
}
.l-container.-max {
  max-width: none;
}

.l-footer {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 116px;
  }
}

.l-footer.-contact,
.l-footer.-finish,
.l-footer.-error,
.l-footer.-notfound,
.l-footer.-confirm {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .l-footer.-contact,
  .l-footer.-finish,
  .l-footer.-error,
  .l-footer.-notfound,
  .l-footer.-confirm {
    margin-top: 26.66667vw;
  }
}

.l-header {
  position: fixed;
  z-index: 9675309;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}

.l-inner {
  display: block;
  position: relative;
  margin: auto;
  width: 86%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-inner {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 78.66667vw;
  }
}
.l-inner.-max {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner.-right {
    margin-right: 0;
    width: 89.33333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-inner.-large {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner.-large {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-inner.-small {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner.-small {
    width: 78.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.-wide {
    width: 100%;
  }
}
.l-inner.-sp {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner.-sp {
    width: 78.66667vw;
  }
}
@media screen and (min-width: 1121px) {
  .l-inner.-tiny {
    width: 71%;
  }
}
.l-inner.-xsmall {
  width: 60%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-inner.-xsmall {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner.-xsmall {
    width: 78.66667vw;
  }
}
@media screen and (min-width: 1401px) {
  .l-inner.-leftLocal {
    margin-left: 0;
    width: calc(calc((100% - 1400px) / 2) + calc(1400px * 0.93));
  }
}
@media screen and (min-width: 1121px) and (max-width: 1400px) {
  .l-inner.-leftLocal {
    margin-left: 0;
    width: 93%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-inner.-leftLocal {
    margin-left: 0;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner.-leftLocal {
    width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .l-inner.-rightLocal {
    margin-right: 0;
    width: calc(calc((100% - 1400px) / 2) + calc(1400px * 0.93));
  }
}
@media screen and (min-width: 1121px) and (max-width: 1400px) {
  .l-inner.-rightLocal {
    margin-right: 0;
    width: 93%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-inner.-rightLocal {
    margin-right: 0;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .l-inner.-rightLocal {
    width: 100%;
  }
}

.l-magazine-list {
  position: relative;
  margin: 0 auto; 
  width: 100%;
  max-width: 1060px;
}
@media screen and (max-width: 1120px) {
  .l-magazine-list {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-magazine-list {
    padding: 0 10.66667vw;
  }
}

.l-magazine__item__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-magazine__item__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .story .l-magazine__item__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .story .l-magazine__item__first .l-magazine__card {
    margin-top: 13.33333vw;
  }
  .interview .l-magazine__item__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .interview .l-magazine__item__first .l-magazine__card {
    margin-top: 13.33333vw;
  }
  .idea .l-magazine__item__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .idea .l-magazine__item__first .l-magazine__card {
    margin-top: 13.33333vw;
  }
  .management .l-magazine__item__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .management .l-magazine__item__first .l-magazine__card {
    margin-top: 13.33333vw;
  }
}
@media screen and (min-width: 767px) {
  .story .l-magazine__item__first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .interview .l-magazine__item__first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .interview .l-magazine__item__first .l-magazine__ttl {
    margin-right: 50px;
    margin-left: 0;
  }
  .idea .l-magazine__item__first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .management .l-magazine__item__first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .management .l-magazine__item__first .l-magazine__ttl {
    margin-right: 50px;
    margin-left: 0;
  }
  .l-magazine__item__first .l-magazine__card {
    margin: 0; 
    width: 688px;
  }
  .l-magazine__item__first .l-magazine__card.-new:before {
    top: -5.5%;
    left: 0;
    width: 20%;
    height: 12.4%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1120px) {
  .l-magazine__item__first .l-magazine__card {
    width: 56vw;
  }
}
@media screen and (min-width: 767px) {
  .l-magazine__item__first .l-magazine__textArea {
    margin-top: -75px;
  }
  .l-magazine__item__first .l-magazine__text {
    font-size: 22px;
  }
}

.l-magazine__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 3.3% -2%; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-magazine__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12% 0 0; 
    padding: 0;
    width: 100%;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
  }
}

.l-magazine__card {
  position: relative;
  margin: 2.1% 2%;
  width: calc((100% / 3) - 4%);
}
@media screen and (max-width: 767px) {
  .l-magazine__card {
    margin: 0;
    width: 100%;
  }
}
.l-magazine__card.-large01,
.l-magazine__card.-large02 {
  width: calc((100% / 3 * 2) - 56px);
}
@media screen and (max-width: 767px) {
  .l-magazine__card.-large01,
  .l-magazine__card.-large02 {
    width: 100%;
  }
}
.l-magazine__card.-new:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2.5%;
  left: -5.4%;
  width: 30%;
  height: 18%;
  background-image: url(/assets/img/common/icon_new-left.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-magazine__card.-new:before {
    top: -2%;
    left: -8.4%;
    width: 27.4%;
  }
}
@media screen and (max-width: 767px) {
  .l-magazine__card + .l-magazine__card {
    margin-top: 13.33333vw;
  }
}

.l-magazine__cardInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-magazine__cardInner:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-magazine__cardInner {
    overflow: hidden;
  }
}

.l-magazine__thumb {
  position: relative;
  padding-top: 100%;
  width: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-magazine__card.-skew01 .l-magazine__thumb {
  overflow: hidden; 
  margin: 11.6% 0;
  padding-top: 76.8%;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
}
.l-magazine__card.-skew02 .l-magazine__thumb {
  overflow: hidden; 
  margin: 11.6% 0;
  padding-top: 76.8%;
  -webkit-transform: skewY(13deg);
          transform: skewY(13deg);
}
.l-magazine__card.-octagon .l-magazine__thumb {
  overflow: hidden; 
  -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
}
.l-magazine__card.-trapezoid .l-magazine__thumb {
  -webkit-mask-image: url(/assets/img/magazine/mask.png);
          mask-image: url(/assets/img/magazine/mask.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.l-magazine__mask {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-magazine__card.-circle .l-magazine__mask {
  overflow: hidden;
  border-radius: 50%;
}
.l-magazine__card.-skew01 .l-magazine__mask {
  top: -15.1%;
  bottom: -15.1%;
  -webkit-transform: skewY(13deg);
          transform: skewY(13deg);
}
.l-magazine__card.-skew02 .l-magazine__mask {
  top: -15.1%;
  bottom: -15.1%;
  -webkit-transform: skewY(-13deg);
          transform: skewY(-13deg);
}
.l-magazine__card.-octagon .l-magazine__mask {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-magazine__card.-large01 .l-magazine__mask {
  overflow: hidden; 
  -webkit-transform: skewX(-6.3deg) translateX(-3%); 
          transform: skewX(-6.3deg) translateX(-3%);
}
@media screen and (max-width: 767px) {
  .l-magazine__card.-large01 .l-magazine__mask {
    -webkit-transform: skewX(-5deg) translateX(-4.4%);
            transform: skewX(-5deg) translateX(-4.4%);
  }
}
.l-magazine__card.-large01 .l-magazine__mask:before {
  content: ""; 
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: 30.7%;
  height: 10%;
  background-color: #dceef5;
}
@media screen and (max-width: 767px) {
  .l-magazine__card.-large01 .l-magazine__mask:before {
    top: -0.53333vw;
    left: -0.53333vw;
    width: 34.7%;
    height: 8%;
  }
}
.l-magazine__cards.is-setStyle3 .l-magazine__card.-large01 .l-magazine__mask:before {
  background-color: #fff;
}
.l-magazine__card.-large02 .l-magazine__mask:before {
  content: ""; 
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  padding-top: 10%;
  width: 10%;
  -webkit-transform: rotate(90deg) skewX(45deg) translate(-54%, 3%);
          transform: rotate(90deg) skewX(45deg) translate(-54%, 3%);
  background-color: #dceef5;
}
@media screen and (max-width: 767px) {
  .l-magazine__card.-large02 .l-magazine__mask:before {
    top: -14.13333vw;
    left: -0.53333vw;
    padding-top: 52%;
    width: 30%;
  }
}
.l-magazine__card.-large02 .l-magazine__mask:after {
  content: ""; 
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 4.4%;
  height: 61%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-magazine__card.-large02 .l-magazine__mask:after {
    right: -0.53333vw;
    bottom: -0.53333vw;
    width: 9.4%;
    height: 35%;
  }
}

.l-magazine__img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat; 
  background-position: center;
  background-size: cover;
}
.l-magazine__card.-large01 .l-magazine__img {
  -webkit-transform: skewX(6.3deg) translateX(3%);
          transform: skewX(6.3deg) translateX(3%);
}
@media screen and (max-width: 767px) {
  .l-magazine__card.-large01 .l-magazine__img {
    -webkit-transform: skewX(5deg) translateX(4.4%);
            transform: skewX(5deg) translateX(4.4%);
  }
}

.l-magazine__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 3;
  margin-top: -32px;
  margin-left: 33px;
  padding: 20px;
  border-top: 5px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
  pointer-events: none; 

  -webkit-box-flex: 1; 

      -ms-flex-positive: 1; 

          flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .l-magazine__textArea {
    padding: 16px;
  }
}
@media screen and (max-width: 950px) {
  .l-magazine__textArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-magazine__textArea {
    margin-top: -7.46667vw;
    margin-left: 5.06667vw;
    padding: 5.6vw 5.6vw 5.06667vw;
  }
}

.l-magazine__text {
  margin-bottom: 12px;
  padding-top: 2px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; 
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44444;
}
@media screen and (max-width: 1100px) {
  .l-magazine__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .l-magazine__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-magazine__text {
    margin-bottom: 3.2vw;
    padding-top: 0.26667vw;
    letter-spacing: 0.08em; 
    font-size: 4vw;
  }
}

.l-magazine__name {
  margin-top: auto;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; 
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .l-magazine__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  .l-magazine__name {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .l-magazine__name {
    font-size: 3.73333vw;
  }
}

.l-magazine__ttl {
  position: relative;
  margin-left: 50px;
  border: 1px solid #ccc;
  width: 325px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-magazine__ttl {
    margin-left: 0; 
    width: 100%;
  }
}
.l-magazine__ttl .l-magazine__ttl__inner {
  margin: 10px;
  padding: 65px 20px;
}
@media screen and (max-width: 767px) {
  .l-magazine__ttl .l-magazine__ttl__inner {
    margin: 2.66667vw;
    padding: 13.33333vw 7.33333vw 10.66667vw;
  }
}
.story .l-magazine__ttl .l-magazine__ttl__inner {
  background-color: #e4f2eb;
}
.story .l-magazine__ttl .l-magazine__ttl__inner::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 78px;
  height: 78px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); 
  background-image: url(/assets/img/magazine/icon_story.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .story .l-magazine__ttl .l-magazine__ttl__inner::after {
    width: 20.8vw;
    height: 20.8vw;
  }
}
.interview .l-magazine__ttl .l-magazine__ttl__inner {
  background-color: #f0e9ef;
}
.interview .l-magazine__ttl .l-magazine__ttl__inner::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 78px;
  height: 78px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); 
  background-image: url(/assets/img/magazine/icon_interview.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .interview .l-magazine__ttl .l-magazine__ttl__inner::after {
    width: 20.8vw;
    height: 20.8vw;
  }
}
.idea .l-magazine__ttl .l-magazine__ttl__inner {
  background-color: #f5f2da;
}
.idea .l-magazine__ttl .l-magazine__ttl__inner::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 78px;
  height: 78px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); 
  background-image: url(/assets/img/magazine/icon_idea.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .idea .l-magazine__ttl .l-magazine__ttl__inner::after {
    width: 20.8vw;
    height: 20.8vw;
  }
}
.management .l-magazine__ttl .l-magazine__ttl__inner {
  background-color: #e6ecf5;
}
.management .l-magazine__ttl .l-magazine__ttl__inner::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 78px;
  height: 78px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); 
  background-image: url(/assets/img/magazine/icon_management.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .management .l-magazine__ttl .l-magazine__ttl__inner::after {
    width: 20.8vw;
    height: 20.8vw;
  }
}
.l-magazine__ttl .l-magazine__ttl__text {
  padding-top: 20px;
  letter-spacing: 0; 
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-magazine__ttl .l-magazine__ttl__text {
    margin-top: 5.33333vw;
    padding-top: 0;
    font-size: 3.73333vw;
  }
}
.l-magazine__ttl .l-magazine__ttl__btn {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-magazine__ttl .l-magazine__ttl__btn {
    margin-top: 8vw;
  }
}

.l-main {
  overflow: hidden;
}
.l-main:not(.-top) {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .l-main:not(.-top) {
    margin-top: 24.53333vw;
  }
}
.l-main.-contact,
.l-main.-confirm,
.l-main.-finish {
  margin-top: 186px;
}
@media screen and (max-width: 767px) {
  .l-main.-contact,
  .l-main.-confirm,
  .l-main.-finish {
    margin-top: 40vw;
  }
}
.l-main.-ototo-deli,
.l-main.-sushi-yoshida {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-main.-ototo-deli,
  .l-main.-sushi-yoshida {
    margin-top: 9.06667vw;
  }
}
.l-main.-magazineList {
  margin-top: 0;
}
.l-main.-magazine_story_detail {
  margin-top: 30px;
}
.l-main.-magazine_idea_detail {
  margin-top: 30px;
}
.l-main.-magazine_interview_detail {
  margin-top: 30px;
}
.l-main.-magazine_management_detail {
  margin-top: 30px;
}

.l-main__wrap {
  position: relative;
}
.l-main.-magazine_story_detail .l-main__wrap {
  padding-top: 55px;
  padding-bottom: 100px;
  background-color: #e4f2eb;
}
@media screen and (max-width: 767px) {
  .l-main.-magazine_story_detail .l-main__wrap {
    padding-top: 13.06667vw;
  }
}
.l-main.-magazine_idea_detail .l-main__wrap {
  padding-top: 55px;
  padding-bottom: 100px;
  background-color: #f5f2da;
}
@media screen and (max-width: 767px) {
  .l-main.-magazine_idea_detail .l-main__wrap {
    padding-top: 13.06667vw;
  }
}
.l-main.-magazine_interview_detail .l-main__wrap {
  padding-top: 55px;
  padding-bottom: 100px;
  background-color: #f0e9ef;
}
@media screen and (max-width: 767px) {
  .l-main.-magazine_interview_detail .l-main__wrap {
    padding-top: 13.06667vw;
  }
}
.l-main.-magazine_management_detail .l-main__wrap {
  padding-top: 55px;
  padding-bottom: 100px;
  background-color: #e6ecf5;
}
@media screen and (max-width: 767px) {
  .l-main.-magazine_management_detail .l-main__wrap {
    padding-top: 13.06667vw;
  }
}

.l-section {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-top: 40vw;
  }
}
.l-section.-small {
  margin-top: 86px;
}
@media screen and (max-width: 767px) {
  .l-section.-small {
    margin-top: 19.73333vw;
  }
}
.l-section.-medium {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .l-section.-medium {
    margin-top: 19.73333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-section.-large {
    margin-top: 180px;
  }
}
@media screen and (min-width: 768px) {
  .l-section.-xlarge {
    margin-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-section.-storedesign {
    margin-top: 25.6vw;
  }
}
.l-section.-casestudy02 {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .l-section.-casestudy02 {
    margin-top: 26.66667vw;
  }
}
.l-section.-casestudy01 {
  margin-top: 240px;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .l-section.-casestudy01 {
    margin-top: 33.6vw;
    margin-bottom: 0;
  }
}
.l-section.-faq {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .l-section.-faq {
    margin-top: 18.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-section.-recruitContact,
  .l-section.-casestudyContact {
    margin-top: 200px;
  }
}
.l-section.-related {
  margin-top: 296px;
}
@media screen and (max-width: 767px) {
  .l-section.-related {
    margin-top: 44.26667vw;
  }
}
.l-section.-intro {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .l-section.-intro {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .l-section.-partnership {
    margin-top: 22.66667vw;
  }
}
.l-section.-magazine_idea_detail {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .l-section.-magazine_idea_detail {
    margin-top: 26.66667vw;
  }
}

.l-sidebtn {
  position: fixed;
  z-index: 8;
  right: -236px;
  bottom: 60px;
  width: 289px;
  height: 135px;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.l-sidebtn.-top {
  right: -310px;
}
.l-sidebtn a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-sidebtn {
    right: -68vw;
    bottom: 13.33333vw;
    width: 78.66667vw;
    height: 26.93333vw;
  }
  .l-sidebtn.-top {
    right: -78.66667vw;
  }
}
.l-sidebtn[aria-hidden="false"] {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: translate(-236px, 0); 
          transform: translate(-236px, 0);
}
@media screen and (max-width: 767px) {
  .l-sidebtn[aria-hidden="false"] {
    -webkit-transform: translate(-68vw, 0);
            transform: translate(-68vw, 0);
  }
}

.c-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer; 
  text-align: center;
}
.c-btn:before,
.c-btn:after,
.c-btn span:before,
.c-btn span:after {
  content: "";
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); 
  background-color: #000;
}
.c-btn:before,
.c-btn:after {
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.c-btn:before {
  top: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.c-btn:after {
  bottom: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  border: 1px solid #d6d6d6; 
  width: 100%;
  height: 100%;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-windows .c-btn span {
  -webkit-transition: border 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 767px) {
  .c-btn span {
    padding: 0 3.2vw 0 5.33333vw;
    font-size: 3.73333vw;
  }
}
.c-btn span:before,
.c-btn span:after {
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
.c-btn span:before {
  left: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.c-btn span:after {
  right: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
:not(.is-windows).no-touchevents .c-btn:not(.-hoverUnchanged):hover:before,
:not(.is-windows).no-touchevents .c-btn:not(.-hoverUnchanged):hover:after,
:not(.is-windows).no-touchevents .c-btn:not(.-hoverUnchanged):hover span:before,
:not(.is-windows).no-touchevents .c-btn:not(.-hoverUnchanged):hover span:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
  -webkit-transform: scale(1, 1); 
          transform: scale(1, 1);
}
.is-windows.no-touchevents .c-btn:not(.-hoverUnchanged):hover span {
  border: 1px solid #000;
}

.c-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/frame_parts_lg.svg);
  background-repeat: repeat-y;
  background-position: left center;
  background-size: 11px 1px;
  pointer-events: none;
}
.c-frame.-anim {
  clip: rect(0, 18px, 0, 0);
}
@media screen and (max-width: 767px) {
  .c-frame.-anim {
    clip: rect(0, 0, 15px, 0);
  }
}
@media screen and (max-width: 767px) {
  .c-frame {
    background-image: url(/assets/img/common/frame_parts_sm.svg);
    background-repeat: repeat-x; 
    background-position: left top;
    background-size: 1px 11px;
  }
  .c-frame span {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: #000;
  }
  .c-frame.-lr {
    background-repeat: repeat-y; 
    background-position: left center;
  }
  .c-frame.-lr span {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .c-frame.-center span,
  .page-finish .c-frame span {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 1px;
    background-color: #000;
  }
}
.c-frame.-bottom {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-frame.-bottom {
    top: auto;
    bottom: 0;
  }
}
.c-frame:before,
.c-frame:after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .c-frame:before,
  .c-frame:after {
    width: 1px;
    height: 15px;
  }
}
.c-frame:before {
  top: 0;
}
.c-frame:after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-frame:after {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
}
.c-frame.-small {
  background-image: none;
}
.c-frame.-small span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .c-frame.-small span {
    width: 100%;
    height: 3px;
  }
}
.c-frame.-small:before,
.c-frame.-small:after {
  width: 10px;
}
@media screen and (max-width: 767px) {
  .c-frame.-small:before,
  .c-frame.-small:after {
    width: 1px;
    height: 8px;
  }
  .c-frame.-small:before.-lr,
  .c-frame.-small:after.-lr {
    width: 8px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-frame.-small.-lr:before,
  .c-frame.-small.-lr:after {
    width: 8px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-frame.-small.-lr span {
    right: auto;
    left: 0; 
    width: 4px;
    height: 100%;
  }
}

.c-heading.-center,
.c-heading.-top {
  position: relative;
  z-index: 1;
  text-align: center;
}

.c-heading.-anim {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.c-heading.-anim.is-active,
.is-active .c-heading.-anim {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}

.c-heading.-magazineList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 28px; 
  height: 180px;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-flow: column;

          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-heading.-magazineList {
    padding-top: 4vw; 
    height: 49.86667vw;
  }
}
.-story .c-heading.-magazineList {
  background-image: url(/assets/img/magazine/list/list_ttl_story_lg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .-story .c-heading.-magazineList {
    padding-top: 10.66667vw;
    height: 56.26667vw;
    background-image: url(/assets/img/magazine/list/list_ttl_story_sm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.-interview .c-heading.-magazineList {
  background-image: url(/assets/img/magazine/list/list_ttl_interview_lg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .-interview .c-heading.-magazineList {
    padding-top: 10.66667vw;
    height: 56.26667vw;
    background-image: url(/assets/img/magazine/list/list_ttl_interview_sm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.-idea .c-heading.-magazineList {
  background-image: url(/assets/img/magazine/list/list_ttl_idea_lg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .-idea .c-heading.-magazineList {
    background-image: url(/assets/img/magazine/list/list_ttl_idea_sm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.-management .c-heading.-magazineList {
  background-image: url(/assets/img/magazine/list/list_ttl_management_lg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .-management .c-heading.-magazineList {
    background-image: url(/assets/img/magazine/list/list_ttl_management_sm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.c-heading.-magazineDetail {
  position: relative;
  z-index: 1;
  text-align: center;
}
.c-heading.-magazineDetail:after {
  content: "";
  position: absolute;
  z-index: -1; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 145px;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-heading.-magazineDetail:after {
    width: 24vw;
    height: 24vw;
  }
}
.c-heading.-magazineDetail.-magazine_idea_detail:after {
  background-image: url(/assets/img/magazine/detail/idea_shape.png);
}
.c-heading.-magazineDetail.-magazine_interview_detail:after {
  background-image: url(/assets/img/magazine/detail/interview_shape.png);
}
.c-heading.-magazineDetail.-magazine_management_detail:after {
  background-image: url(/assets/img/magazine/detail/management_shape.png);
}
.c-heading.-magazineDetail.-magazine_story_detail:after {
  background-image: url(/assets/img/magazine/detail/story_shape.png);
}

.c-heading__icon {
  margin-bottom: 6px; 
  width: auto;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .c-heading__icon {
    position: relative;
    top: -2.4vw;
    right: 0.53333vw;
    margin-bottom: 0; 
    height: 8vw;
  }
}
.c-heading__icon img {
  height: 100%;
}

.c-heading__main {
  -webkit-transform: scale(0.92, 1);
          transform: scale(0.92, 1); 
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.04;
}
@media screen and (max-width: 767px) {
  .c-heading__main {
    font-size: 9.86667vw;
  }
}
.c-heading__main.-left {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-heading__main.-center {
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 1120px) {
  .c-heading__main.-leftMd {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.c-heading__main.-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-heading__main.-leftSp {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.c-heading.-top .c-heading__main {
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .c-heading.-top .c-heading__main {
    font-size: 11.46667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading.-centerSp .c-heading__main {
    -webkit-transform: none;
            transform: none;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) {
  .c-heading.-small .c-heading__main {
    -webkit-transform-origin: left;
            transform-origin: left;
    letter-spacing: 0.12em; 
    font-size: 50px;
  }
}
.c-heading.-xsmall .c-heading__main {
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (min-width: 768px) {
  .c-heading.-xsmall .c-heading__main {
    letter-spacing: 0.12em; 
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading.-xsmall .c-heading__main {
    font-size: 6.66667vw;
  }
}
.c-heading.-magazineList .c-heading__main {
  position: relative;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .c-heading.-magazineList .c-heading__main {
    text-align: center; 
    font-size: 11.46667vw;
  }
}
.c-heading.-magazineList .c-heading__main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  width: 84px;
  height: 78px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-heading.-magazineList .c-heading__main::before {
    top: -37.33333vw;
    left: 50%;
    width: 17.06667vw;
    height: 17.06667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.-idea .c-heading.-magazineList .c-heading__main::before {
  background-image: url(/assets/img/magazine/icon_idea.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.-interview .c-heading.-magazineList .c-heading__main::before {
  background-image: url(/assets/img/magazine/icon_interview.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.-management .c-heading.-magazineList .c-heading__main::before {
  background-image: url(/assets/img/magazine/icon_management.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.-story .c-heading.-magazineList .c-heading__main::before {
  background-image: url(/assets/img/magazine/icon_story.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-heading.-magazineDetail .c-heading__main {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-heading.-magazineDetail .c-heading__main {
    margin-top: -1.33333vw;
    font-size: 6.4vw;
  }
}

.c-heading__sub {
  margin-top: -3px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-heading__sub {
    margin-top: 0;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .c-heading.-small .c-heading__sub {
    margin-top: 1px;
  }
}
.c-heading.-top .c-heading__sub {
  margin-top: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading.-top .c-heading__sub {
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading.-centerSp .c-heading__sub {
    text-align: center;
  }
}
.c-heading__sub.-contact {
  margin-top: 7px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading__sub.-contact {
    margin-top: 0;
    font-size: 4.26667vw;
    line-height: 1.5;
  }
}
.c-heading.-magazineDetail .c-heading__sub {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-heading.-magazineDetail .c-heading__sub {
    font-size: 3.2vw;
  }
}

.c-heading__text {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  text-align: center; 
  letter-spacing: 0;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .c-heading__text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-heading__text {
    bottom: -4.53333vw;
    padding: 0 10.66667vw;
    text-align: left; 
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 767px) {
  .-interview .c-heading__text,
  .-story .c-heading__text {
    bottom: -12vw;
  }
}

.c-icon.-logo {
  width: 197px;
  height: 49px;

  fill: #000;
}
@media screen and (max-width: 767px) {
  .c-icon.-logo {
    width: 31.33333vw;
    height: 7.73333vw;
  }
}
.c-icon.-logo.-footer {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-logo.-footer {
    width: 36.13333vw;
    height: 8.8vw;
  }
}

.c-icon.-right {
  margin-left: 10px;
  width: 10px;
  height: 17px;

  fill: #000;
}
@media screen and (max-width: 767px) {
  .c-icon.-right {
    margin-left: 2.66667vw;
    width: 1.86667vw;
    height: 3.46667vw;
  }
  .c-icon.-right.-fontsize-fixed {
    width: 7px;
    height: 13px;
  }
}
.c-icon.-right.-prev {
  margin: 0 10px 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-icon.-right.-prev {
    margin: 0 2.66667vw 0 0;
  }
}
.c-icon.-right.-rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-icon.-right.-white,
.c-icon.-right.-reverse {
  fill: #fff;
}

.c-icon.-close {
  margin-left: 10px;
  width: 17px;
  height: 17px;

  fill: #000;
}
@media screen and (max-width: 767px) {
  .c-icon.-close {
    margin-left: 2.66667vw; 
    width: 3.46667vw;
    height: 3.46667vw;
  }
}

.c-icon.-bottom {
  width: 51px;
  height: 27px;

  fill: #000;
}
@media screen and (max-width: 767px) {
  .c-icon.-bottom {
    width: 10.26667vw;
    height: 5.46667vw;
  }
}

.c-icon.-speech-balloon {
  width: 88px;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .c-icon.-speech-balloon {
    width: 16.53333vw;
    height: 14.13333vw;
  }
}

.c-icon.-speech-balloon02 {
  width: 92px;
  height: 47px;
}
@media screen and (max-width: 767px) {
  .c-icon.-speech-balloon02 {
    width: 18.4vw;
    height: 9.46667vw;
  }
}

.c-icon.-speech-balloon03 {
  width: 120px;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .c-icon.-speech-balloon03 {
    width: 24vw;
    height: auto;
  }
}

.c-icon.-speech-balloon04 {
  width: 130px;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .c-icon.-speech-balloon04 {
    width: 26vw;
    height: auto;
  }
}

.c-icon.-speech-balloon05 {
  width: 90px;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .c-icon.-speech-balloon05 {
    width: 18vw;
    height: auto;
  }
}

.c-icon .c-icon-speech-balloon__left-01,
.c-icon .c-icon-speech-balloon__right-01,
.c-icon .c-icon-speech-balloon02__right-01,
.c-icon .c-icon-speech-balloon02__left-01,
.c-icon .c-icon-speech-balloon03_01,
.c-icon .c-icon-speech-balloon04_01,
.c-icon .c-icon-speech-balloon05_01 {
  fill: #000;
}

.c-icon .c-icon-speech-balloon__left-02,
.c-icon .c-icon-speech-balloon__right-02,
.c-icon .c-icon-speech-balloon02__right-02,
.c-icon .c-icon-speech-balloon02__left-02,
.c-icon .c-icon-speech-balloon03_02,
.c-icon .c-icon-speech-balloon04_02,
.c-icon .c-icon-speech-balloon05_02 {
  fill: #fff;
}

.c-icon.-facebook {
  width: 28px;
  height: 28px;

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-facebook {
    width: 7.46667vw;
    height: 7.46667vw;
  }
}

.c-icon.-twitter {
  width: 26px;
  height: 26px;

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-twitter {
    width: 6.93333vw;
    height: 6.93333vw;
  }
}

.c-icon.-instagram {
  width: 28px;
  height: 28px;

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-instagram {
    width: 7.46667vw;
    height: 7.46667vw;
  }
}

.c-icon.-line,
.c-icon.-pinterest {
  width: 30px;
  height: 30px;

  fill: #000;
}
@media screen and (max-width: 767px) {
  .c-icon.-line,
  .c-icon.-pinterest {
    width: 8vw;
    height: 8vw;
  }
}
.c-icon.-line.-footer,
.c-icon.-pinterest.-footer {
  fill: #fff;
}

.c-icon.-related {
  width: 60px;
  height: 60px;

  fill: #000;
}
@media screen and (max-width: 767px) {
  .c-icon.-related {
    width: 12vw;
    height: 12vw;
  }
}

.c-icon.-calculator,
.c-icon.-mail,
.c-icon.-phone {
  width: 28px;
  height: 28px;

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .c-icon.-calculator,
  .c-icon.-mail,
  .c-icon.-phone {
    width: 5.06667vw;
    height: 5.06667vw;
  }
}
.c-icon.-calculator.-reverse,
.c-icon.-mail.-reverse,
.c-icon.-phone.-reverse {
  fill: #000;
}

.c-icon.-surprised {
  width: 21px;
  height: 21px;
}

.c-icon.-keybracket {
  width: 27px;
  height: 63px; 

  fill: #fff;
  stroke: #000;
  stroke-width: 1px;
  fill-rule: evenodd;
}
@media screen and (max-width: 767px) {
  .c-icon.-keybracket {
    width: 6.66667vw;
    height: 16.26667vw;
  }
}
.c-icon.-keybracket.-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-keyword {
    margin: 10.13333vw -2.13333vw 0 -2.13333vw; 

    -webkit-box-pack: start; 

        -ms-flex-pack: start; 

            justify-content: flex-start;
  }
}

.c-keyword__item {
  margin: 10px;
}
@media screen and (max-width: 767px) {
  .c-keyword__item {
    margin: 2.13333vw;
  }
}

.c-keyword__link {
  display: block;
  padding: 8px 12px;
  border: 1px solid #000;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .c-keyword__link:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .c-keyword__link {
    padding: 1.6vw 3.46667vw;
    font-size: 3.46667vw;
  }
}

.c-link {
  position: relative;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .c-link:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
@media screen and (min-width: 768px) {
  .c-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .no-touchevents .c-link:hover:after {
    -webkit-animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
            animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    padding-bottom: 0.1em;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/100% 1px no-repeat;
    background: linear-gradient(#000, #000) 0 100%/100% 1px no-repeat;
  }
}

.c-new {
  position: absolute;
  z-index: 1;
  top: -29px;
}
@media screen and (max-width: 767px) {
  .c-new {
    top: -4vw;
  }
}
.c-new.-left {
  left: -27px;
}
@media screen and (max-width: 767px) {
  .c-new.-left {
    left: -4.26667vw;
  }
}
.c-new.-right {
  right: -24px;
}
@media screen and (max-width: 767px) {
  .c-new.-right {
    right: -4.26667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-new.-right.-reverse {
    right: auto; 
    left: 4.8vw;
  }
}
.c-new span {
  position: absolute;
  top: 15px;
  left: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 21px; 
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-new span {
    top: 2.93333vw;
    left: 3.73333vw;
    font-size: 4vw;
  }
}
.c-new.-middle {
  display: inline-block;
  position: relative;
  top: -18px;
  margin-left: 36px;
}
@media screen and (max-width: 900px) {
  .c-new.-middle.-lg {
    display: none;
  }
}
.c-new.-middle.-sm {
  display: none;
}
@media screen and (max-width: 900px) {
  .c-new.-middle.-sm {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-new.-middle {
    top: -10px;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-new.-middle {
    top: -3.2vw;
    left: 0;
    margin: 0;
  }
}
.c-new.-middle span {
  top: 7px;
  left: 16px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-new.-middle span {
    top: 7px;
    left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-new.-middle span {
    top: 1.6vw;
    left: 5.86667vw;
  }
}

.c-obj {
  position: absolute;
  z-index: -1;
}
.c-obj.-anim {
  opacity: 0;
}
.c-obj.-left {
  top: -165px;
  left: -368px;
  width: 432px;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left {
    top: -38.13333vw;
    left: 0;
    width: 8.8vw;
    height: 48vw;
  }
}
.c-obj.-right {
  top: -153px;
  right: -344px;
  width: 535px;
  height: 322px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right {
    top: -12vw;
    right: 0;
    width: 26.4vw;
    height: 42.66667vw;
  }
}
.c-obj.-left02 {
  top: 152px;
  left: -316px;
  width: 540px;
  height: 418px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left02 {
    top: 67.46667vw;
    left: -49.6vw;
    width: 72vw;
    height: 55.73333vw;
  }
  .page-vision .c-obj.-left02 {
    top: auto;
    bottom: -18.13333vw;
  }
}
.c-obj.-left02.-bottom {
  top: 422px;
  left: -324px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left02.-bottom {
    top: auto;
    bottom: -17.06667vw;
    left: -43.46667vw;
  }
}
.c-obj.-right02 {
  top: -173px;
  right: -295px;
  width: 547px;
  height: 373px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right02 {
    top: -19.46667vw;
    right: -44.53333vw;
    width: 72.93333vw;
    height: 49.73333vw;
  }
}
.c-obj.-right02.-bottom {
  top: -122px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right02.-bottom {
    top: -17.6vw;
  }
}
.c-obj.-left03 {
  top: 562px;
  left: -313px;
  width: 540px;
  height: 418px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-obj.-left03 {
    top: auto;
    bottom: -100px;
  }
}
@media screen and (max-width: 767px) {
  .c-obj.-left03 {
    top: auto;
    bottom: -27.73333vw;
    left: -49.6vw;
    width: 72vw;
    height: 55.73333vw;
  }
}
.c-obj.-right03 {
  top: -86px;
  right: -293px;
  width: 547px;
  height: 373px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right03 {
    top: -24vw;
    right: -44.53333vw;
    width: 72.93333vw;
    height: 49.73333vw;
  }
}
.c-obj.-left04 {
  top: -82px;
  left: -337px;
  width: 540px;
  height: 418px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left04 {
    top: -60vw;
    left: -49.6vw;
    width: 72vw;
    height: 55.73333vw;
  }
}
.c-obj.-right04 {
  top: 607px;
  right: -51px;
  width: 270px;
  height: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1132px) {
  .c-obj.-right04 {
    top: auto;
    bottom: -260px;
  }
}
@media screen and (max-width: 767px) {
  .c-obj.-right04 {
    top: auto;
    right: -15.46667vw;
    bottom: -41.33333vw;
    width: 36vw;
    height: 40vw;
  }
}
.c-obj.-right05 {
  top: 635px;
  right: -270px;
  width: 547px;
  height: 373px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right05 {
    top: auto;
    right: -44.53333vw;
    bottom: 254.4vw;
    width: 72.93333vw;
    height: 49.73333vw;
  }
}
.c-obj.-left05 {
  top: -115px;
  left: -337px;
  width: 619px;
  height: 407px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left05 {
    top: 16vw;
    left: 0;
    width: 22.4vw;
    height: 54.93333vw;
  }
}
.c-obj.-right06 {
  top: -174px;
  right: -78px;
  width: 419px;
  height: 361px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right06 {
    display: none;
  }
}
.c-obj.-left06 {
  bottom: 37px;
  left: -314px;
  width: 484px;
  height: 408px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left06 {
    display: none;
  }
}
.c-obj.-left07 {
  top: 152px;
  left: -316px;
  width: 528px;
  height: 372px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left07 {
    top: 67.46667vw;
    left: -49.6vw;
    width: 70.4vw;
    height: 49.6vw;
  }
}
.c-obj.-left07.-bottom {
  top: 246px;
  left: -377px;
}
@media screen and (max-width: 767px) {
  .c-obj.-left07.-bottom {
    top: auto;
    bottom: -17.06667vw;
    left: -49.86667vw;
  }
}
.c-obj.-right07 {
  top: -173px;
  right: -309px;
  width: 544px;
  height: 370px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right07 {
    top: -19.46667vw;
    right: -43.46667vw;
    width: 72.53333vw;
    height: 49.33333vw;
  }
}
.c-obj.-right07.-bottom {
  top: -79px;
}
@media screen and (max-width: 767px) {
  .c-obj.-right07.-bottom {
    top: -19.73333vw;
  }
}

.c-plus {
  display: inline-block;
  position: relative;
  margin-left: auto;
  width: 30px;
  height: 30px; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 auto; 

          flex: 0 0 auto;
}
.c-plus:before,
.c-plus:after {
  content: "";
  position: absolute;
  background-color: #000;
}
.c-plus:before {
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.c-plus:after {
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.c-plus.is-active:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-plus.is-active:after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-plus {
    width: 6.13333vw;
    height: 6.13333vw;
  }
  .c-plus:before {
    left: 2.93333vw;
  }
  .c-plus:after {
    top: 2.93333vw;
  }
}

.c-tab svg {
  margin-left: 8px;
  width: 14px;
  height: 13px; 
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .c-tab svg {
    margin-left: 0.53333vw;
    width: 3.06667vw;
    height: 2.93333vw; 
    vertical-align: -0.53333vw;
  }
}

.c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-tag {
    margin: -1.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-tag.-rightSp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-tag__item {
  display: block;
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #000;
  background-color: #fff; 
  white-space: nowrap;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-tag__item {
    margin: 1.33333vw;
    padding: 0.8vw 2.66667vw;
    font-size: 3.2vw;
  }
}

a.c-tag__item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
a.c-tag__item:hover {
  opacity: 0.6;
}

.-works.p-feature .c-tag,
.-news.p-feature .c-tag {
  position: relative;
  top: -22px;
}
@media screen and (max-width: 767px) {
  .-works.p-feature .c-tag,
  .-news.p-feature .c-tag {
    top: -4.8vw;
  }
}
.-works.p-feature .c-tag .c-tag__item,
.-news.p-feature .c-tag .c-tag__item {
  font-size: 14px;
}

.c-txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 3.73333vw;
    line-height: 1.57143;
  }
}
.c-txt.-medium {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-txt.-medium {
    font-size: 4vw;
    line-height: 1.53333;
  }
}

.p-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: margin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 

  -webkit-box-pack: end; 

      -ms-flex-pack: end; 

          justify-content: flex-end;
}
@media screen and (max-width: 1120px) {
  .p-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 86px 0 0 0; 
    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-address {
    margin: 18.66667vw 0 0 0;
  }
}
.p-address address {
  font-style: normal;
}
.p-address .p-address__block.-phone {
  padding-top: 10px; 
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
  transition: padding 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 1120px) {
  .p-address .p-address__block.-phone {
    padding-top: 0;
  }
}
.p-address .p-address__block.-mail {
  margin-left: 20px;
}
@media screen and (max-width: 1120px) {
  .p-address .p-address__block.-mail {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-address .p-address__block.-mail {
    margin: 5.33333vw 0 0 0;
  }
}
.p-address .p-address_text.-bold {
  font-weight: bold;
}
.p-address .p-address_text.-small {
  font-size: 12px;
}
@media screen and (max-width: 1120px) {
  .p-address .p-address_text {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-address .p-address_text {
    font-size: 4.26667vw;
    line-height: 1.4;
  }
  .p-address .p-address_text.-small {
    font-size: 3.2vw;
  }
}
.p-address .p-address_telbtn {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-address .p-address_telbtn {
    font-size: 6.93333vw;
  }
}
.p-address .p-address_mailbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 42px;
  padding: 0 0 0 46px;
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background: #000 url('/assets/img/common/icn_contact.png') 0 center no-repeat;
  color: #fff;
  font-size: 14px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-address .p-address_mailbtn:hover {
  opacity: 0.6; 
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 1120px) {
  .p-address .p-address_mailbtn_sp {
    width: 300px;
    height: 60px;
    -webkit-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
    color: #000;
    font-size: 14px;
    font-weight: bold;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url('/assets/img/common/bg_contact_sp.png') center no-repeat;
    background-size: contain;
    display: grid;
    padding: 0 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-address .p-address_mailbtn_sp {
    width: 78.66667vw;
    height: 15.06667vw;
    font-size: 3.73333vw;
  }
}

.is-changed .p-address {
  margin-bottom: 2px;
}

.is-changed .p-address__block.-phone {
  padding-top: 4px;
}

.is-changed .p-address_mailbtn {
  height: 36px;
}

.p-breadcrumb {
  margin-top: 140px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-top: 17.6vw;
  }
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; 
  margin: auto;
  width: 86%;
  height: 30px;
}
@media screen and (max-width: 1120px) {
  .p-breadcrumb__list {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__list {
    width: 78.66667vw;
    height: 6vw;
  }
}

.p-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 0; 

  -webkit-box-align: end; 

      -ms-flex-align: end; 

          align-items: flex-end;
}
.p-breadcrumb__item:not(:last-child) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-breadcrumb__item:before,
.p-breadcrumb__item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.p-breadcrumb__item:before {
  left: 0;
}
.p-breadcrumb__item:after {
  left: 3px;
}

.p-breadcrumb__txt {
  overflow: hidden;
  padding: 0 60px 0 18px;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
}
.p-breadcrumb__txt.-link {
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .p-breadcrumb__txt.-link:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__txt {
    padding: 0 6.13333vw 0 3.73333vw;
    font-size: 2.66667vw;
  }
}
.p-breadcrumb__item:last-child .p-breadcrumb__txt {
  padding-right: 0;
}

.p-btn {
  margin: 0 7% 0 auto;
  width: 180px;
  height: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-btn {
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-btn {
    margin-right: 10.66667vw;
    width: 42.93333vw;
    height: 11.73333vw;
  }
}
.p-btn.-back {
  margin: 0 auto 0 7%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-btn.-back {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-btn.-back {
    margin-left: 10.66667vw;
    width: 42.93333vw;
    height: 11.73333vw;
  }
}
.p-btn.-large {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-btn.-large {
    width: 80%;
    height: 50px;
  }
}
.p-btn.-recruit {
  margin: 164px auto 0 !important;
}
@media screen and (max-width: 767px) {
  .p-btn.-recruit {
    margin-top: 26.66667vw !important; 
    width: 73.33333vw !important;
    height: 13.06667vw !important;
  }
}

.p-card.-col3 {
  width: 31%;
}
@media screen and (min-width: 1121px) {
  .p-card.-col3:nth-child(n + 2) {
    margin-left: 3.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-card.-col3 {
    width: 100%;
  }
  .p-card.-col3 + .p-card {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .p-card.-col3 {
    width: 100%;
  }
  .p-card.-col3 + .p-card {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 1121px) {
  .p-card.-col2 {
    width: 41.3%;
  }
  .p-card.-col2:nth-child(2) {
    margin-left: 6.5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-card.-col2 {
    width: 48%;
  }
  .p-card.-col2:nth-child(2) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-card.-col2 + .p-card {
    margin-top: 12vw;
  }
}

.p-card__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1120px) {
  .p-card__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-card__outer.-col2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-card__outer.-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media screen and (max-width: 767px) {
  .p-card__outer.-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-card__link {
  display: block;
  position: relative;
  height: 100%;
}
.p-card__link.-vertical {
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.p-card__link.-vertical:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 1px;
  height: calc(100% - 180px);
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-card__link.-vertical:after {
    bottom: 3.73333vw;
    left: 3.73333vw;
    height: 48.66667vw;
  }
}
.no-touchevents .p-card__link.-vertical:hover {
  opacity: 0.6; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
.no-touchevents .p-card__link.-vertical:hover:after {
  -webkit-animation: moveLineTopBottom 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: moveLineTopBottom 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.p-card__link.-horizontal {
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.p-card__link.-horizontal:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.no-touchevents .p-card__link.-horizontal:hover {
  opacity: 0.6; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
.no-touchevents .p-card__link.-horizontal:hover:after {
  -webkit-animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.p-card__img {
  position: relative;
  width: 100%;
}
.p-card__img:before {
  content: "";
  display: block;
  padding-top: 56.48855%;
}
.p-card__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;"; 

  -o-object-fit: cover; 

     object-fit: cover;
}
.page-recruit .p-card__img:before {
  content: none;
}
.page-recruit .p-card__img img {
  position: static;
}

.p-card__info {
  padding: 37px 28px 37px 48px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-card__info {
    padding: 37px 20px 37px 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__info {
    padding: 5.33333vw 2.66667vw 5.33333vw 8vw;
  }
}
.-horizontal .p-card__info {
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .-horizontal .p-card__info {
    padding: 5.33333vw 0;
  }
}
.p-card__info.-straight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}

.p-card__title {
  margin-top: 18px;
  font-size: 20px;
  font-weight: bold; 
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .p-card__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__title {
    margin-top: 2.93333vw;
    font-size: 4.26667vw;
    line-height: 1.5;
  }
  .-col3 .p-card__title {
    font-size: 3.73333vw;
  }
}
.p-card__info.-straight .p-card__title {
  margin: 0 0 0 18px;
}

.p-card__store {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .p-card__store {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__store {
    margin-top: 1.33333vw;
    font-size: 3.46667vw;
  }
  .-col3 .p-card__store {
    font-size: 3.2vw;
  }
}

.p-card__date {
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-card__date {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
  }
}

.p-card__plus {
  display: inline-block;
  margin-left: auto;
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-repeat: no-repeat; 
  background-position: center;
  background-size: 100% 1px, 1px 100%;
}
@media screen and (max-width: 767px) {
  .p-card__plus {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

.p-card__outer.-works,
.p-card__outer.-works_detail {
  display: block;
  padding: 0 7% 85px; 
  background-color: #dceef5;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works,
  .p-card__outer.-works_detail {
    padding: 18.66667vw 10.66667vw 21.33333vw 10.66667vw;
  }
}
.p-card__outer.-works .p-card__inner,
.p-card__outer.-works_detail .p-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -87px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card__inner,
  .p-card__outer.-works_detail .p-card__inner {
    top: 0;
  }
}
.p-card__outer.-works .p-card__obj,
.p-card__outer.-works_detail .p-card__obj {
  position: absolute;
  pointer-events: none;
}
.p-card__outer.-works .p-card__obj.-obj01,
.p-card__outer.-works_detail .p-card__obj.-obj01 {
  top: 565px;
  right: -212px;
  width: 205px;
  height: 501px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card__obj.-obj01,
  .p-card__outer.-works_detail .p-card__obj.-obj01 {
    top: 372vw;
    right: -32.53333vw;
    width: 34.93333vw;
    height: 85.86667vw;
  }
}
.p-card__outer.-works .p-card__obj.-obj02,
.p-card__outer.-works_detail .p-card__obj.-obj02 {
  bottom: 608px;
  left: -307px;
  width: 303px;
  height: 266px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card__obj.-obj02,
  .p-card__outer.-works_detail .p-card__obj.-obj02 {
    bottom: 218.13333vw;
    left: -73.06667vw;
    width: 59.2vw;
    height: 52.26667vw;
  }
}
.p-card__outer.-works .p-card__obj.-obj03,
.p-card__outer.-works_detail .p-card__obj.-obj03 {
  right: -250px;
  bottom: 130px;
  width: 332px;
  height: 276px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card__obj.-obj03,
  .p-card__outer.-works_detail .p-card__obj.-obj03 {
    bottom: 16vw;
    left: 80vw;
    width: 44.26667vw;
    height: 36.8vw;
  }
}
.p-card__outer.-works .p-pagination,
.p-card__outer.-works_detail .p-pagination {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-pagination,
  .p-card__outer.-works_detail .p-pagination {
    margin-top: 16vw;
  }
}
.p-card__outer.-works .p-card,
.p-card__outer.-works_detail .p-card {
  position: relative;
  z-index: 1;
}
.p-card__outer.-works .p-card:nth-of-type(1),
.p-card__outer.-works_detail .p-card:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(1).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(1),
.p-card__outer.-works_detail .p-card:nth-of-type(1).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(1 * 0.1s);
          transition-delay: calc(1 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(2),
.p-card__outer.-works_detail .p-card:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(2).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(2),
.p-card__outer.-works_detail .p-card:nth-of-type(2).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(2 * 0.1s);
          transition-delay: calc(2 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(3),
.p-card__outer.-works_detail .p-card:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(3).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(3),
.p-card__outer.-works_detail .p-card:nth-of-type(3).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(3 * 0.1s);
          transition-delay: calc(3 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(4),
.p-card__outer.-works_detail .p-card:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(4).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(4),
.p-card__outer.-works_detail .p-card:nth-of-type(4).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(4 * 0.1s);
          transition-delay: calc(4 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(5),
.p-card__outer.-works_detail .p-card:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(5).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(5),
.p-card__outer.-works_detail .p-card:nth-of-type(5).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(5 * 0.1s);
          transition-delay: calc(5 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(6),
.p-card__outer.-works_detail .p-card:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(6).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(6),
.p-card__outer.-works_detail .p-card:nth-of-type(6).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(6 * 0.1s);
          transition-delay: calc(6 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(7),
.p-card__outer.-works_detail .p-card:nth-of-type(7) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(7).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(7),
.p-card__outer.-works_detail .p-card:nth-of-type(7).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(7) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(7 * 0.1s);
          transition-delay: calc(7 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(8),
.p-card__outer.-works_detail .p-card:nth-of-type(8) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(8).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(8),
.p-card__outer.-works_detail .p-card:nth-of-type(8).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(8) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(8 * 0.1s);
          transition-delay: calc(8 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(9),
.p-card__outer.-works_detail .p-card:nth-of-type(9) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(9).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(9),
.p-card__outer.-works_detail .p-card:nth-of-type(9).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(9) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(9 * 0.1s);
          transition-delay: calc(9 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(10),
.p-card__outer.-works_detail .p-card:nth-of-type(10) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(10).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(10),
.p-card__outer.-works_detail .p-card:nth-of-type(10).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(10) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(10 * 0.1s);
          transition-delay: calc(10 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(11),
.p-card__outer.-works_detail .p-card:nth-of-type(11) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(11).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(11),
.p-card__outer.-works_detail .p-card:nth-of-type(11).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(11) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(11 * 0.1s);
          transition-delay: calc(11 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(12),
.p-card__outer.-works_detail .p-card:nth-of-type(12) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(12).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(12),
.p-card__outer.-works_detail .p-card:nth-of-type(12).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(12) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(12 * 0.1s);
          transition-delay: calc(12 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(13),
.p-card__outer.-works_detail .p-card:nth-of-type(13) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(13).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(13),
.p-card__outer.-works_detail .p-card:nth-of-type(13).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(13) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(13 * 0.1s);
          transition-delay: calc(13 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(14),
.p-card__outer.-works_detail .p-card:nth-of-type(14) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(14).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(14),
.p-card__outer.-works_detail .p-card:nth-of-type(14).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(14) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(14 * 0.1s);
          transition-delay: calc(14 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card:nth-of-type(15),
.p-card__outer.-works_detail .p-card:nth-of-type(15) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-works .p-card:nth-of-type(15).is-active,
.is-active .p-card__outer.-works .p-card:nth-of-type(15),
.p-card__outer.-works_detail .p-card:nth-of-type(15).is-active,
.is-active .p-card__outer.-works_detail .p-card:nth-of-type(15) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(15 * 0.1s);
          transition-delay: calc(15 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-works .p-card.-col3,
.p-card__outer.-works_detail .p-card.-col3 {
  margin-bottom: 70px; 
  width: 29.66667%;
}
@media screen and (min-width: 1121px) {
  .p-card__outer.-works .p-card.-col3:nth-child(n + 2),
  .p-card__outer.-works_detail .p-card.-col3:nth-child(n + 2) {
    margin-left: 5.5%;
  }
  .p-card__outer.-works .p-card.-col3:nth-of-type(3n + 1),
  .p-card__outer.-works_detail .p-card.-col3:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-card__outer.-works .p-card.-col3:nth-last-of-type(1),
  .p-card__outer.-works .p-card.-col3:nth-last-of-type(2),
  .p-card__outer.-works .p-card.-col3:nth-last-of-type(3),
  .p-card__outer.-works_detail .p-card.-col3:nth-last-of-type(1),
  .p-card__outer.-works_detail .p-card.-col3:nth-last-of-type(2),
  .p-card__outer.-works_detail .p-card.-col3:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-card__outer.-works .p-card.-col3,
  .p-card__outer.-works_detail .p-card.-col3 {
    margin-bottom: 70px; 
    width: 47.25%;
  }
  .p-card__outer.-works .p-card.-col3 + .p-card,
  .p-card__outer.-works_detail .p-card.-col3 + .p-card {
    margin-top: 0;
  }
  .p-card__outer.-works .p-card.-col3:nth-child(n + 1),
  .p-card__outer.-works_detail .p-card.-col3:nth-child(n + 1) {
    margin-left: 5.5%;
  }
  .p-card__outer.-works .p-card.-col3:nth-of-type(2n + 1),
  .p-card__outer.-works_detail .p-card.-col3:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-card__outer.-works .p-card.-col3:nth-last-of-type(1),
  .p-card__outer.-works .p-card.-col3:nth-last-of-type(2),
  .p-card__outer.-works .p-card.-col3:nth-last-of-type(3),
  .p-card__outer.-works_detail .p-card.-col3:nth-last-of-type(1),
  .p-card__outer.-works_detail .p-card.-col3:nth-last-of-type(2),
  .p-card__outer.-works_detail .p-card.-col3:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card.-col3,
  .p-card__outer.-works_detail .p-card.-col3 {
    margin-bottom: 0; 
    width: 100%;
  }
  .p-card__outer.-works .p-card.-col3 + .p-card,
  .p-card__outer.-works_detail .p-card.-col3 + .p-card {
    margin-top: 9.33333vw;
  }
}
.p-card__outer.-works .p-card.-col3.-new:before,
.p-card__outer.-works_detail .p-card.-col3.-new:before {
  content: ""; 
  position: absolute;
  z-index: 1;
  top: -37px;
  left: -33px;
  width: 98px;
  height: 65px;
  background-image: url(/assets/img/common/icon_new-left.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card.-col3.-new:before,
  .p-card__outer.-works_detail .p-card.-col3.-new:before {
    top: -8vw;
    left: -6vw;
    width: 21.46667vw;
    height: 14.93333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card.-col3 .p-card__title,
  .p-card__outer.-works_detail .p-card.-col3 .p-card__title {
    font-size: 4.53333vw;
  }
}
.p-card__outer.-works .p-card__link.-vertical::after,
.p-card__outer.-works_detail .p-card__link.-vertical::after {
  left: 17px;
  height: calc(100% - 153px);
}
.p-card__outer.-works .p-card__info,
.p-card__outer.-works_detail .p-card__info {
  padding: 26px 16px 16px 36px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card__info,
  .p-card__outer.-works_detail .p-card__info {
    padding: 6.66667vw 2.66667vw 3.2vw 8vw;
  }
}
.p-card__outer.-works .p-card__store,
.p-card__outer.-works_detail .p-card__store {
  text-align: right;
}
.p-card__outer.-works .p-card__hashtag,
.p-card__outer.-works_detail .p-card__hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
.p-card__outer.-works .p-card__hashtag-item,
.p-card__outer.-works_detail .p-card__hashtag-item {
  margin-right: 0.8em;
  color: #666; 
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works .p-card__hashtag-item,
  .p-card__outer.-works_detail .p-card__hashtag-item {
    font-size: 3.2vw;
  }
}

.p-card__outer.-magazineList {
  display: block;
  padding: 0 7% 85px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList {
    padding: 18.66667vw 10.66667vw 21.33333vw 10.66667vw;
  }
}
.p-card__outer.-magazineList .p-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -87px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card__inner {
    top: 0;
  }
}
.p-card__outer.-magazineList .p-card__obj {
  position: absolute;
  pointer-events: none;
}
.p-card__outer.-magazineList .p-card__obj.-obj01 {
  top: -217px;
  right: -280px;
  width: 432px;
  height: 302px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card__obj.-obj01 {
    display: none;
  }
}
.p-card__outer.-magazineList .p-card__obj.-obj02 {
  bottom: 832px;
  left: -220px;
  width: 205px;
  height: 501px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card__obj.-obj02 {
    display: none;
  }
}
.p-card__outer.-magazineList .p-card__obj.-obj03 {
  right: -330px;
  bottom: 210px;
  width: 332px;
  height: 276px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card__obj.-obj03 {
    display: none;
  }
}
.p-card__outer.-magazineList .p-pagination {
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-pagination {
    margin-top: 16vw;
  }
}
.p-card__outer.-magazineList .p-card {
  position: relative;
  z-index: 1;
}
.p-card__outer.-magazineList .p-card:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(1).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(1 * 0.1s);
          transition-delay: calc(1 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(2).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(2 * 0.1s);
          transition-delay: calc(2 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(3).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(3 * 0.1s);
          transition-delay: calc(3 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(4).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(4 * 0.1s);
          transition-delay: calc(4 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(5).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(5 * 0.1s);
          transition-delay: calc(5 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(6).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(6 * 0.1s);
          transition-delay: calc(6 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(7) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(7).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(7) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(7 * 0.1s);
          transition-delay: calc(7 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(8) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(8).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(8) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(8 * 0.1s);
          transition-delay: calc(8 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(9) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(9).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(9) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(9 * 0.1s);
          transition-delay: calc(9 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(10) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(10).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(10) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(10 * 0.1s);
          transition-delay: calc(10 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(11) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(11).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(11) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(11 * 0.1s);
          transition-delay: calc(11 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(12) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(12).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(12) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(12 * 0.1s);
          transition-delay: calc(12 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(13) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(13).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(13) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(13 * 0.1s);
          transition-delay: calc(13 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(14) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(14).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(14) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(14 * 0.1s);
          transition-delay: calc(14 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card:nth-of-type(15) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-card__outer.-magazineList .p-card:nth-of-type(15).is-active,
.is-active .p-card__outer.-magazineList .p-card:nth-of-type(15) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(15 * 0.1s);
          transition-delay: calc(15 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-card__outer.-magazineList .p-card.-col3 {
  margin-bottom: 40px; 
  width: 29.66667%;
}
@media screen and (min-width: 1121px) {
  .p-card__outer.-magazineList .p-card.-col3:nth-child(n + 2) {
    margin-left: 5.5%;
  }
  .p-card__outer.-magazineList .p-card.-col3:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-card__outer.-magazineList .p-card.-col3:nth-last-of-type(1),
  .p-card__outer.-magazineList .p-card.-col3:nth-last-of-type(2),
  .p-card__outer.-magazineList .p-card.-col3:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-card__outer.-magazineList .p-card.-col3 {
    margin-bottom: 40px; 
    width: 47.25%;
  }
  .p-card__outer.-magazineList .p-card.-col3 + .p-card {
    margin-top: 0;
  }
  .p-card__outer.-magazineList .p-card.-col3:nth-child(n + 1) {
    margin-left: 5.5%;
  }
  .p-card__outer.-magazineList .p-card.-col3:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-card__outer.-magazineList .p-card.-col3:nth-last-of-type(1),
  .p-card__outer.-magazineList .p-card.-col3:nth-last-of-type(2),
  .p-card__outer.-magazineList .p-card.-col3:nth-last-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card.-col3 {
    margin-bottom: 0; 
    width: 100%;
  }
  .p-card__outer.-magazineList .p-card.-col3 + .p-card {
    margin-top: 6.66667vw;
  }
}
.p-card__outer.-magazineList .p-card.-col3.-new:before {
  content: ""; 
  position: absolute;
  z-index: 1;
  top: -37px;
  left: -33px;
  width: 98px;
  height: 65px;
  background-image: url(/assets/img/common/icon_new-left.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card.-col3.-new:before {
    top: -8vw;
    left: -6vw;
    width: 21.46667vw;
    height: 14.93333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card.-col3 .p-card__title {
    font-size: 4.53333vw;
  }
}
.p-card__outer.-magazineList .p-card__link.-vertical::after {
  left: 17px;
  height: calc(100% - 153px);
}
.p-card__outer.-magazineList .p-card__info {
  padding: 16px 16px 16px 36px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card__info {
    padding: 4vw 2.66667vw 3.2vw 8vw;
  }
}
.p-card__outer.-magazineList .p-card__title {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 18px;
}
.p-card__outer.-magazineList .p-card__store {
  text-align: right;
}
.p-card__outer.-magazineList .p-card__hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
.p-card__outer.-magazineList .p-card__hashtag-item {
  margin-right: 0.8em;
  color: #666; 
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-magazineList .p-card__hashtag-item {
    font-size: 3.2vw;
  }
}

.p-card__outer.-works_detail {
  margin-top: 65px;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-card__outer.-works_detail {
    margin-top: 11.33333vw; 
    padding: 0 10.66667vw 0;
  }
}
.p-card__outer.-works_detail .p-card__inner {
  top: 0;
}

.p-carousel {
  margin: 44px 0 0 auto;
}
@media screen and (min-width: 1400px) {
  .p-carousel {
    padding-left: calc((100% - 1400px)/2 + 98px);
  }
}
@media screen and (min-width: 1121px) and (max-width: 1399px) {
  .p-carousel {
    padding-left: 0;
    width: 93%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-carousel {
    margin: 51px auto 0;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .p-carousel {
    margin: 8.53333vw auto 0;
    width: 100%;
  }
}
.p-carousel .slick-list {
  overflow: visible;
}
.p-carousel .slick-arrow {
  position: absolute;
  top: -57px;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  background: url(/assets/img/common/icn_arw_right.svg) center/11px 19px no-repeat; 
  font-size: 0;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-carousel .slick-arrow {
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .p-carousel .slick-arrow {
    top: -10.13333vw;
    width: 9.33333vw;
    height: 9.33333vw;
    background-size: 2.93333vw 5.06667vw;
  }
}
.p-carousel .slick-arrow.slick-prev {
  opacity: 0.2;
  right: calc((100% - 1400px)/2 + 126px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  pointer-events: none;
}
.p-carousel .slick-arrow.slick-prev.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1121px) and (max-width: 1399px) {
  .p-carousel .slick-arrow.slick-prev {
    right: 9.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-carousel .slick-arrow.slick-prev {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-carousel .slick-arrow.slick-prev {
    right: 21.33333vw;
  }
}
.p-carousel .slick-arrow.slick-next {
  opacity: 1;
  right: calc((100% - 1400px)/2 + 90px);
  pointer-events: auto;
}
.p-carousel .slick-arrow.slick-next.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 1121px) and (max-width: 1399px) {
  .p-carousel .slick-arrow.slick-next {
    right: 6.4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-carousel .slick-arrow.slick-next {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-carousel .slick-arrow.slick-next {
    right: 7.46667vw;
  }
}

.p-carousel__heading {
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .p-carousel__heading {
    margin: auto;
    width: calc(100% - 160px);
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-carousel__heading {
    width: 78.66667vw;
  }
}

.p-carousel__item {
  width: 372px;
}
.p-carousel__item + .p-carousel__item {
  margin-left: 42px;
}
@media screen and (min-width: 1121px) and (max-width: 1399px) {
  .p-carousel__item {
    width: 26.4vw;
  }
  .p-carousel__item + .p-carousel__item {
    margin-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-carousel__item {
    padding: 21px;
  }
  .p-carousel__item + .p-carousel__item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-carousel__item {
    padding: 2.66667vw;
    width: 89.33333vw;
  }
  .p-carousel__item + .p-carousel__item {
    margin: 0;
  }
}

.p-checkboxfilter__wrap {
  padding-top: 58px; 
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter__wrap {
    padding-top: 20.53333vw;
  }
}

.p-checkboxfilter {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 86%;
  max-width: 1060px;
  background-color: #dceef5;
}
.p-checkboxfilter.-sp {
  display: none;
}
.p-checkboxfilter::before {
  content: "";
  position: absolute;
  top: -68px;
  right: 0;
  width: 105px;
  height: 104px;
  background-image: url(/assets/img/works/filter_obj.png);
  background-repeat: no-repeat; 
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter {
    padding: 6.13333vw 4vw 10.66667vw; 
    width: 86.66667vw;
  }
  .p-checkboxfilter.-sp {
    display: block;
  }
  .p-checkboxfilter::before {
    top: -13.33333vw;
    width: 20.26667vw;
    height: 19.86667vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_title {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.46667vw;
    letter-spacing: 0.1em; 
    font-size: 4vw;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-checkboxfilter .p-checkboxfilter_title img {
    margin-right: 0.9em; 
    width: 6.13333vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_inner {
  padding: 10px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_inner {
    padding: 0;
  }
}
.p-checkboxfilter .p-checkboxfilter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 24px;
  border: solid 1px #000; 
  width: 100%;
}
.p-checkboxfilter .p-checkboxfilter_box + .p-checkboxfilter_box,
.p-checkboxfilter .p-checkboxfilter_box + .p-checkboxfilter_buttons {
  border-top: none;
}
@media screen and (max-width: 910px) {
  .p-checkboxfilter .p-checkboxfilter_box {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; 
    border: none;
  }
  .p-checkboxfilter .p-checkboxfilter_box + .p-checkboxfilter_box {
    position: relative;
    border-bottom: solid 1px #000;
  }
  .p-checkboxfilter .p-checkboxfilter_box + .p-checkboxfilter_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13.6%;
    height: 1px;
    background-color: #fff;
  }
  .p-checkboxfilter .p-checkboxfilter_box + .p-checkboxfilter_box .p-checkboxfilter_accordion-btn {
    border-top: solid 1px #000;
  }
}
.p-checkboxfilter .p-checkboxfilter_accordion-btn {
  width: 17%;
  pointer-events: none;
}
@media screen and (max-width: 1120px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn {
    width: 160px;
  }
}
@media screen and (max-width: 910px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #000;
    border-bottom: none; 
    width: 100%;
    pointer-events: all;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
}
.p-checkboxfilter .p-checkboxfilter_accordion-btn .lead {
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .lead {
    padding-left: 7%; 
    width: 46.76%;
    pointer-events: none;
  }
}
.p-checkboxfilter .p-checkboxfilter_accordion-btn .lead .en {
  display: block;
  letter-spacing: 0.04em; 
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .lead .en {
    font-size: 4.8vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_accordion-btn .lead .ja {
  display: block;
  margin-top: 0.4em; 
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .lead .ja {
    font-size: 2.93333vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_accordion-btn .text {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .text {
    display: block;
    width: 40.64%;
    pointer-events: none;
    font-size: 3.2vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_accordion-btn .plus {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .plus {
    display: block;
    position: relative;
    width: 13.6%;
    height: 19.33333vw;
    background-color: #000; 
    pointer-events: none;
  }
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .plus::before,
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .plus::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4vw;
    height: 1px;
    background-color: #fff;
  }
  .p-checkboxfilter .p-checkboxfilter_accordion-btn .plus::after {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: transform 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: transform 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
    -webkit-transform: rotate(90deg); 
            transform: rotate(90deg);
  }
}
.p-checkboxfilter .p-checkboxfilter_accordion-box {
  width: 83%;
}
@media screen and (max-width: 1120px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-box {
    width: calc( 100% - 160px);
  }
}
@media screen and (max-width: 910px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-box {
    width: calc( 100% - 140px);
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_accordion-box {
    display: none;
    width: 100%;
  }
}
.p-checkboxfilter .p-checkboxfilter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_list {
    border: solid 1px #000;
    border-top: solid 1px #c4c4c4;
    border-bottom: none;
  }
}
.p-checkboxfilter .p-checkboxfilter_item {
  width: 25%;
}
@media screen and (max-width: 1120px) {
  .p-checkboxfilter .p-checkboxfilter_item {
    width: 33%;
  }
}
@media screen and (max-width: 910px) {
  .p-checkboxfilter .p-checkboxfilter_item {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 1px #c4c4c4; 
    width: 50%;
    height: 16.26667vw;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .p-checkboxfilter .p-checkboxfilter_item:nth-of-type(2n - 1) {
    border-right: solid 1px #c4c4c4;
  }
  .p-checkboxfilter .p-checkboxfilter_item:last-of-type {
    border-bottom: none;
  }
}
.p-checkboxfilter .p-checkboxfilter_item.-large {
  width: 39%;
}
@media screen and (max-width: 1120px) {
  .p-checkboxfilter .p-checkboxfilter_item.-large {
    width: 66%;
  }
}
@media screen and (max-width: 910px) {
  .p-checkboxfilter .p-checkboxfilter_item.-large {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item.-large {
    width: 50%;
  }
}
.p-checkboxfilter .p-checkboxfilter_item.-medium {
  width: 22%;
}
@media screen and (max-width: 1120px) {
  .p-checkboxfilter .p-checkboxfilter_item.-medium {
    width: 33%;
  }
}
@media screen and (max-width: 910px) {
  .p-checkboxfilter .p-checkboxfilter_item.-medium {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item.-medium {
    width: 50%;
  }
}
.p-checkboxfilter .p-checkboxfilter_item.-small {
  width: 17%;
}
@media screen and (max-width: 1120px) {
  .p-checkboxfilter .p-checkboxfilter_item.-small {
    width: 33%;
  }
}
@media screen and (max-width: 910px) {
  .p-checkboxfilter .p-checkboxfilter_item.-small {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item.-small {
    width: 50%;
  }
}
.p-checkboxfilter .p-checkboxfilter_item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer; 
  line-height: 2.1;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item label {
    padding: 0 3.73333vw;
    width: 100%;
    height: 100%;
    line-height: 1.28571;
  }
}
.p-checkboxfilter .p-checkboxfilter_item label:hover .p-checkboxfilter_label-inner {
  color: #000;
}
.p-checkboxfilter .p-checkboxfilter_item input {
  opacity: 0; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  width: 12px;
  height: 12px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item input {
    left: 4vw; 
    width: 3.73333vw;
    height: 3.73333vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_item input:checked + .p-checkboxfilter_label-inner {
  color: #000;
  font-weight: bold;
}
.p-checkboxfilter .p-checkboxfilter_item input:checked + .p-checkboxfilter_label-inner .p-checkboxfilter_label-check svg {
  width: 14px;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item input:checked + .p-checkboxfilter_label-inner .p-checkboxfilter_label-check svg {
    width: 4vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_item .p-checkboxfilter_label-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: color 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  color: #666;
  font-size: 14px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item .p-checkboxfilter_label-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.73333vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_item .p-checkboxfilter_label-inner .p-checkboxfilter_label-check {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  border: solid 1px #c1c1c1;
  width: 14px;
  height: 14px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item .p-checkboxfilter_label-inner .p-checkboxfilter_label-check {
    margin-right: 2.13333vw;
    width: 4vw;
    height: 4vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_item .p-checkboxfilter_label-inner .p-checkboxfilter_label-check svg {
  position: absolute;
  top: -5px;
  left: 1px;
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: width 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item .p-checkboxfilter_label-inner .p-checkboxfilter_label-check svg {
    top: -1.33333vw;
    left: 0.26667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_item .p-checkboxfilter_label-inner .p-checkboxfilter_label-text {
    display: block;
  }
}
.p-checkboxfilter .p-checkboxfilter_buttons {
  border: solid 1px #000;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_buttons {
    display: none;
  }
}
.p-checkboxfilter .p-checkboxfilter_buttons-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;
}
.p-checkboxfilter .p-checkboxfilter_clear-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: relative;
  width: 155px;
  height: 48px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  letter-spacing: 0.1em;
  pointer-events: none;
  color: #a6a6a6;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-checkboxfilter .p-checkboxfilter_clear-btn.is-show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_clear-btn {
    padding-left: 5.86667vw;
    width: 34.93333vw;
    height: 13.06667vw;
    font-size: 3.46667vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_clear-btn::before,
.p-checkboxfilter .p-checkboxfilter_clear-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color: #a6a6a6;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_clear-btn::before,
  .p-checkboxfilter .p-checkboxfilter_clear-btn::after {
    left: 4.26667vw; 
    width: 3.2vw;
  }
}
.p-checkboxfilter .p-checkboxfilter_clear-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-checkboxfilter .p-checkboxfilter_clear-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-checkboxfilter .p-checkboxfilter_filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none; 
  width: 240px;
  height: 48px;
  background-color: #000;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 14px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter .p-checkboxfilter_filter-btn {
    width: 43.2vw;
    height: 13.06667vw;
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 767px) {
  .p-checkboxfilter_fixed {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 2.66667vw 0;
    width: 100%;
    height: 16vw;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); 
    -webkit-transform: translateY(100%); 
            transform: translateY(100%);
    background-color: rgba(255, 255, 255, 0.9);
  }
  .p-checkboxfilter_fixed.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .p-checkboxfilter_ankerbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border: solid 1px #999;
    width: 60vw;
    height: 10.66667vw;
    background-color: #fff;
    letter-spacing: 0.1em; 
    font-size: 3.2vw;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-checkboxfilter_ankerbtn img {
    margin-right: 4vw; 
    width: 6.13333vw;
  }
}

.p-checkboxfilter__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter__count {
    margin-top: 18.93333vw;
  }
}

.p-checkboxfilter__count-text {
  position: relative;
  letter-spacing: 0.06em;
  font-size: 16px;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .p-checkboxfilter__count-text {
    font-size: 3.73333vw;
  }
}
.p-checkboxfilter__count-text::before,
.p-checkboxfilter__count-text::after {
  content: "";
  position: absolute;
}
.p-checkboxfilter__count-text::before {
  z-index: -2;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.p-checkboxfilter__count-text::after {
  z-index: -1;
  right: 0;
  bottom: -4px;
  left: 0;
  margin: auto;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg); 
  background-color: #fff;
}

.p-checkboxfilter__count-anime {
  padding: 0 0.2em;
  font-family: "Roboto", sans-serif; 
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .is-open .p-checkboxfilter_accordion-btn .plus::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.p-contact {
  position: relative;
  margin-bottom: 140px;
  padding-top: 158px;
  padding-bottom: 140px;
  background-color: #faeae1;
}
@media screen and (max-width: 767px) {
  .p-contact {
    z-index: 1;
    margin-bottom: 26.66667vw;
    padding-top: 20vw;
    padding-bottom: 19.73333vw;
  }
}

.p-contact__container {
  position: relative;
  margin: auto;
  padding: 0 7.2586%;
  max-width: 1400px;
}
@media screen and (max-width: 950px) {
  .p-contact__container {
    padding: 0 7.2586%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    padding: 0 4vw;
  }
}

.p-contact__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1400px;
}
.p-contact__bg:before {
  content: ""; 
  position: absolute;
  top: -75px;
  right: -32.1%;
  width: 47.9%;
  height: 34.4%;
  background-image: url(/assets/img/common/contact_bg_right.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-contact__bg:before {
    top: -20.53333vw;
    right: -64vw;
    width: 99.2vw;
    height: 40.8vw;
  }
}
.p-contact__bg:after {
  content: ""; 
  position: absolute;
  bottom: -8%;
  left: -26.3%;
  width: 43.8%;
  height: 70.2%;
  background-image: url(/assets/img/common/contact_bg_left.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-contact__bg:after {
    bottom: -8.26667vw;
    left: -52vw;
    width: 85.33333vw;
    height: 77.33333vw;
  }
}

.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__list {
    padding: 0 6.66667vw;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__list {
    display: block;
  }
}

.p-contact__item {
  position: relative;
  padding: 7.8% 2% 6%;
  border-top: 6px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: calc(100% / 3);
  background-color: #faeae1;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .p-contact__item {
    padding: 5.33333vw 8.53333vw;
    border-top: 1px solid #000;
    border-left: 6px solid #000;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__item {
    padding: 7.73333vw 8.8vw;
    border-left: 1.6vw solid #000;
  }
}
.p-contact__item:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-contact__item:nth-of-type(1).is-active,
.is-active .p-contact__item:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(1 * 0.1s);
          transition-delay: calc(1 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-contact__item:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-contact__item:nth-of-type(2).is-active,
.is-active .p-contact__item:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(2 * 0.1s);
          transition-delay: calc(2 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
.p-contact__item:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.p-contact__item:nth-of-type(3).is-active,
.is-active .p-contact__item:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(3 * 0.1s);
          transition-delay: calc(3 * 0.1s); 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
@media screen and (max-width: 1100px) {
  .p-contact__item:after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 5.6vw;
    bottom: 0;
    margin: auto;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 1.6vw;
    height: 1.6vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__item:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.p-contact__item + .p-contact__item {
  margin-left: -1px;
}
@media screen and (max-width: 1100px) {
  .p-contact__item + .p-contact__item {
    margin-top: -1px;
    margin-left: 0;
  }
}

.p-contact__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  width: 77px;
  height: 77px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__icon {
    padding: 2.66667vw;
    width: 12vw;
    height: 12vw;
  }
  .p-contact__icon.-simulation img {
    width: 5.33333vw;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__icon {
    top: 0;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}

.p-contact__title {
  white-space: nowrap; 
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 8vw;
  }
}

.p-contact-recruit__sub {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-contact-recruit__sub {
    margin-top: 3%; 
    font-size: 4vw;
    line-height: 1;
  }
}

.p-contact-recruit__text {
  margin-top: 7.6%;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .p-contact-recruit__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-recruit__text {
    margin-top: 8%;
    font-size: 3.73333vw;
  }
}

.p-contact__btn {
  margin: 16% auto 0;
}
@media screen and (max-width: 1100px) {
  .p-contact__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact__btn a span {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 9999px;
    pointer-events: none; 
    color: transparent;
  }
}
.p-contact__btn .c-icon.-right {
  display: none;
}

.p-contact__link {
  margin-bottom: 103px; 
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__link {
    margin-bottom: 12.8vw;
    padding: 0 6.66667vw;
    text-align: left;
  }
}

.p-contact__inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-top: 12.8vw;
  }
}

.p-contact__link__inner {
  display: inline-block;
  opacity: 0;
  position: relative;
  padding: 9px;
  width: 720px;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%; 
  background-color: #fff;
}
.p-contact__link__inner.is-active,
.is-active .p-contact__link__inner {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; 
  -webkit-transform: translate(0, 0); 
          transform: translate(0, 0);
}
@media screen and (max-width: 850px) {
  .p-contact__link__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__link__inner {
    padding: 1.33333vw 1.06667vw;
  }
}
.p-contact__link__inner:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -29px;
  left: -62px;
  width: 98px;
  height: 170px;
  background-image: url(/assets/img/services/contact_icon.png);
  background-repeat: no-repeat; 
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-contact__link__inner:after {
    bottom: -6.13333vw;
    left: -12.8vw;
    width: 20.26667vw;
    height: 45.33333vw;
  }
}

.p-contact__link__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 28px 45px 31px 53px; 
  border: 1px solid #b2b2b2;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-contact__link__content {
    padding: 6.13333vw 4.8vw 7.2vw 6.93333vw;
  }
}
.p-contact__link__content:before,
.p-contact__link__content:after,
.p-contact__link__content i:before,
.p-contact__link__content i:after {
  content: "";
  position: absolute;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); 
  background-color: #000;
}
.p-contact__link__content:before,
.p-contact__link__content:after {
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.p-contact__link__content:before {
  top: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.p-contact__link__content:after {
  bottom: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-contact__link__content i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.is-windows .p-contact__link__content i {
  -webkit-transition: border 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: border 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media screen and (max-width: 767px) {
  .p-contact__link__content i {
    padding: 0 3.2vw 0 5.33333vw;
    font-size: 3.73333vw;
  }
}
.p-contact__link__content i:before,
.p-contact__link__content i:after {
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
.p-contact__link__content i:before {
  left: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.p-contact__link__content i:after {
  right: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.p-contact__link__inner:hover .p-contact__link__content:before,
.p-contact__link__inner:hover .p-contact__link__content:after,
.p-contact__link__inner:hover .p-contact__link__content i:before,
.p-contact__link__inner:hover .p-contact__link__content i:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
  -webkit-transform: scale(1, 1); 
          transform: scale(1, 1);
}

.p-contact__link__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__link__title {
    display: block;
  }
}
.p-contact__link__title .main {
  letter-spacing: -0.03em;
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__link__title .main {
    display: block;
    font-size: 8vw;
  }
}
.p-contact__link__title .sub {
  margin-left: 20px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__link__title .sub {
    display: block;
    margin-top: 2.66667vw;
    margin-left: 0;
    font-size: 4vw;
  }
}

.p-contact__link__arw {
  position: relative;
  padding-right: 23px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__link__arw {
    padding-right: 3.46667vw;
    font-size: 3.46667vw;
  }
}
.p-contact__link__arw:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); 
  -webkit-transform-origin: center; 
          transform-origin: center;
}

.p-drawer {
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  /* 開いているとき */
  /* 閉じているとき */
}
.p-drawer[aria-expanded="true"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: visibility 0s, opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.p-drawer[aria-expanded="false"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.6s, opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: visibility 0.6s, opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.p-drawer__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.p-drawer__nav {
  overflow: auto; 
  padding: 60px 130px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-drawer__nav {
    padding: 16vw 10.66667vw;
  }
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-drawer__item {
    width: 33%;
  }
  .p-drawer__item:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__item {
    width: 50%;
  }
  .p-drawer__item:nth-child(n+3) {
    margin-top: 10.66667vw;
  }
}

.p-drawer__link {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-drawer__link {
    cursor: pointer; 
    -webkit-transition: opacity 0.5s; 
    transition: opacity 0.5s;
    font-size: 18px;
  }
  .no-touchevents .p-drawer__link:hover {
    opacity: 0.3; 
    -webkit-transition: opacity 0.25s; 
    transition: opacity 0.25s;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__link {
    font-size: 3.73333vw;
  }
}

.p-drawer__contact {
  margin: 86px auto 0;
  width: 400px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  .p-drawer__contact {
    margin-top: 22.66667vw;
    width: 100%;
    height: 26.93333vw;
  }
}

.p-emphasis {
  display: block;
  padding-top: 50px;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .p-emphasis:hover {
  opacity: 0.6; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
.no-touchevents .p-emphasis:hover .p-emphasis__line {
  -webkit-animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
}
:not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn:before,
:not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn:after,
:not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn span:before,
:not(.is-windows).no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn span:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
  -webkit-transform: scale(1, 1); 
          transform: scale(1, 1);
}
.is-windows.no-touchevents .p-emphasis:not(.-hoverUnchanged):hover .staff__btn .c-btn span {
  border: 1px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-emphasis {
    margin-top: 75px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis {
    margin-top: 12.26667vw;
    width: 89.33333vw;
  }
}
.p-emphasis.-reverse {
  padding-top: 40px;
}
@media screen and (max-width: 1120px) {
  .p-emphasis.-reverse {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis.-large {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.page-casestudy .p-emphasis {
  padding-top: 0;
}
@media screen and (min-width: 1121px) {
  .page-recruit .p-emphasis {
    padding-top: 23px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .page-recruit .p-emphasis {
    padding-top: 23px !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.p-emphasis__outer {
  position: relative;
  width: 93%;
}
@media screen and (max-width: 1120px) {
  .p-emphasis__outer {
    display: block;
    width: 100%;
  }
}
.p-emphasis__outer.-reverse {
  margin-left: auto;
}
@media screen and (max-width: 1120px) {
  .p-emphasis__outer.-reverse {
    width: 89.33333vw;
  }
}

.p-emphasis__line {
  margin-top: 28px;
  border: none;
  width: 440px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1120px) {
  .p-emphasis__line {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__line {
    margin-top: 5.33333vw;
  }
}
@media screen and (min-width: 1121px) {
  .p-emphasis.-reverse .p-emphasis__line {
    margin-top: 26px;
    width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .page-recruit .p-emphasis__line {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis__line {
    margin-top: 4.26667vw;
  }
}

.p-emphasis__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(100% - 352px);
}
.p-emphasis__img img {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .p-emphasis__img {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1121px) {
  .p-emphasis.-reverse .p-emphasis__img {
    right: 0;
    left: auto;
    width: calc(100% - 415px);
  }
  .page-casestudy .p-emphasis.-reverse .p-emphasis__img {
    width: calc(100% - 352px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .page-casestudy .p-emphasis.-reverse .p-emphasis__img {
    margin-left: auto;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1120px) {
  .page-casestudy .p-emphasis.-reverse .p-emphasis__img {
    margin-left: auto;
    width: 89.33333vw;
  }
}
@media screen and (min-width: 1121px) {
  .page-recruit .p-emphasis__img {
    width: calc(100% - 415px) !important;
  }
}
.p-emphasis__img.-caseStudy02:before {
  content: "";
  position: absolute;
  top: -164px;
  left: -215px;
  width: 602px;
  height: 382px;
  background: url(/assets/img/casestudy/bg_left02.jpg) no-repeat;
}
@media screen and (max-width: 1120px) {
  .p-emphasis__img.-caseStudy02:before {
    top: -57px;
    left: -157px;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__img.-caseStudy02:before {
    top: -21.33333vw;
    left: -29.86667vw;
    width: 80.26667vw;
    height: 50.93333vw;
    background-size: 80.26667vw 50.93333vw;
  }
}
.p-emphasis__img.-caseStudy02:after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -106px;
  width: 474px;
  height: 342px;
  background: url(/assets/img/casestudy/bg_right02.jpg) no-repeat;
}
@media screen and (max-width: 1120px) {
  .p-emphasis__img.-caseStudy02:after {
    right: -150px; 
    bottom: -66px;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__img.-caseStudy02:after {
    right: -40.53333vw;
    bottom: -12.53333vw;
    width: 63.2vw;
    height: 45.6vw;
    background-size: 63.2vw 45.6vw;
  }
}
.p-emphasis__img.-caseStudy01:before {
  content: "";
  position: absolute;
  bottom: -90px;
  left: -40px;
  width: 368px;
  height: 278px;
  background: url(/assets/img/casestudy/bg_left01.jpg) no-repeat;
}
@media screen and (max-width: 767px) {
  .p-emphasis__img.-caseStudy01:before {
    bottom: -4.8vw;
    left: -10.66667vw;
    width: 49.06667vw;
    height: 37.06667vw;
    background-size: 49.06667vw 37.06667vw;
  }
}
.p-emphasis__img.-caseStudy01:after {
  content: "";
  position: absolute;
  top: -141px;
  right: -115px;
  width: 370px;
  height: 620px;
  background: url(/assets/img/casestudy/bg_right01.jpg) no-repeat;
}
@media screen and (max-width: 767px) {
  .p-emphasis__img.-caseStudy01:after {
    top: -19.46667vw;
    right: -15.46667vw;
    width: 49.33333vw;
    height: 82.66667vw;
    background-size: 49.33333vw 82.66667vw;
  }
}

.p-emphasis__content {
  display: block;
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 440px;
}
@media screen and (max-width: 1120px) {
  .p-emphasis__content {
    margin-top: 33px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__content {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1121px) {
  .p-emphasis.-reverse .p-emphasis__content {
    margin: 0;
    width: 380px;
  }
  .page-casestudy .p-emphasis.-reverse .p-emphasis__content {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis.-large .p-emphasis__content {
    margin-left: auto;
    width: 89.33333vw;
  }
}
@media screen and (min-width: 1121px) {
  .page-casestudy .p-emphasis__content {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}
@media screen and (min-width: 1121px) {
  .page-recruit .p-emphasis__content {
    width: 568px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis__content {
    margin-top: 5.33333vw;
  }
}

.p-emphasis__tags {
  padding-left: 149px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-emphasis__tags {
    padding-left: 9.8%;
  }
  .page-casestudy .p-emphasis.-reverse .p-emphasis__tags {
    padding-right: 9.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__tags {
    padding-left: 10.66667vw;
  }
}
.p-emphasis.-reverse .p-emphasis__tags {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-emphasis.-reverse .p-emphasis__tags,
  .p-emphasis.-large .p-emphasis__tags {
    padding: 0 10.66667vw 0 0;
  }
}
.page-casestudy .p-emphasis__tags {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .page-casestudy .p-emphasis__tags {
    margin-top: 4.53333vw;
  }
}

.p-emphasis__label {
  padding-left: 149px;
  text-indent: -0.03em;
  font-family: "Roboto", sans-serif;
  font-size: 90px;
  font-weight: bold;
  line-height: 1.15;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-emphasis__label {
    padding-left: 9.8%;
  }
  .page-casestudy .p-emphasis.-reverse .p-emphasis__label {
    padding-right: 9.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__label {
    padding-left: 10.66667vw;
    font-size: 16vw;
  }
}
.p-emphasis.-reverse .p-emphasis__label {
  padding: 0;
}

.p-emphasis__title {
  margin-top: 17px;
  padding-left: 149px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-emphasis__title {
    padding-left: 9.8%;
  }
  .page-casestudy .p-emphasis.-reverse .p-emphasis__title {
    padding-right: 9.8%;
  }
  .page-recruit .p-emphasis__title {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__title {
    margin-top: 2.93333vw;
    padding-left: 10.66667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .page-casestudy .p-emphasis__title {
    letter-spacing: 0.01em;
  }
}
.p-emphasis.-reverse .p-emphasis__title {
  padding: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-emphasis.-reverse .p-emphasis__title {
    font-size: 4.8vw;
  }
}
.page-recruit .p-emphasis.-reverse .p-emphasis__title,
.page-casestudy .p-emphasis.-reverse .p-emphasis__title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis.-reverse .p-emphasis__title,
  .page-casestudy .p-emphasis.-reverse .p-emphasis__title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis.-reverse .p-emphasis__title,
  .p-emphasis.-large .p-emphasis__title {
    padding: 0 10.66667vw 0 0;
  }
}
.page-recruit .p-emphasis__title,
.page-casestudy .p-emphasis__title {
  margin-top: 0;
}
.page-recruit .p-emphasis__title {
  position: relative;
  padding-left: 193px;
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis__title {
    padding: 0;
  }
}
.page-recruit .p-emphasis__title .ja {
  position: relative;
  z-index: 1;
}
.page-recruit .p-emphasis__title .en {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-recruit .p-emphasis__title .en.-designer {
  top: -39px;
  left: -35px; 
  width: 145px;
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis__title .en.-designer {
    top: -9.33333vw;
    left: -7.46667vw;
    width: 28.93333vw;
  }
}
.page-recruit .p-emphasis__title .en.-creator {
  top: -46px;
  left: 164px; 
  width: 120px;
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis__title .en.-creator {
    top: -9.06667vw;
    left: -8.53333vw; 
    width: 24vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .page-recruit .p-emphasis__title {
    padding-left: 0;
  }
  .page-recruit .p-emphasis__title .en.-creator {
    left: -29px;
  }
}

.p-emphasis__store {
  padding-left: 150px;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-emphasis__store {
    padding-left: 9.8%;
  }
  .page-casestudy .p-emphasis.-reverse .p-emphasis__store {
    padding-right: 9.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__store {
    margin-top: 1.06667vw;
    padding-left: 10.66667vw;
    font-size: 3.73333vw;
  }
}
.p-emphasis.-reverse .p-emphasis__store {
  margin-top: 10px;
  padding: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-emphasis.-reverse .p-emphasis__store {
    margin: 0;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis.-reverse .p-emphasis__store,
  .p-emphasis.-large .p-emphasis__store {
    padding: 0 10.66667vw 0 0;
  }
}

.p-emphasis__desc {
  margin-top: 27px;
  padding-left: 150px;
  text-align: justify; 
  font-size: 14px;
  line-height: 1.71429;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-emphasis__desc {
    padding-left: 9.8%;
  }
  .page-casestudy .p-emphasis.-reverse .p-emphasis__desc {
    padding-right: 9.8%;
  }
  .page-recruit .p-emphasis__desc {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis__desc {
    margin-top: 5.33333vw;
    padding-left: 10.66667vw;
    font-size: 3.46667vw;
    line-height: 1.61538;
  }
}
.p-emphasis.-reverse .p-emphasis__desc {
  margin-top: 24px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-emphasis.-reverse .p-emphasis__desc {
    margin-top: 5.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-emphasis.-reverse .p-emphasis__desc,
  .p-emphasis.-large .p-emphasis__desc {
    padding: 0 10.66667vw 0 0;
  }
  .page-recruit .p-emphasis.-reverse .p-emphasis__desc,
  .page-recruit
  .p-emphasis.-large .p-emphasis__desc {
    padding: 0;
  }
}
.p-emphasis__desc.-wide {
  letter-spacing: 0.07em; 
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-emphasis__desc.-wide {
    margin-top: 3.73333vw !important;
    letter-spacing: 0.05em; 
    font-size: 3.73333vw;
    line-height: 1.85714;
  }
}
.page-recruit .p-emphasis__desc {
  padding-left: 193px;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .page-recruit .p-emphasis__desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .p-emphasis__desc {
    padding: 0;
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
}

.p-emphasis__date {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-emphasis__date {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
  }
}

.p-feature {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .p-feature {
    margin-top: 20vw;
  }
}
.p-feature.-magazineDetail {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail {
    margin-top: 10vw;
  }
}

.p-feature__container {
  z-index: 1;
}
.p-feature.-magazineDetail .p-feature__container {
  position: relative;
}
.p-feature.-magazineDetail .p-feature__container::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -97px;
  right: -14.9%;
  width: 431px;
  height: 301px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; 
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail .p-feature__container::after {
    top: -20.26667vw;
    right: -43.8%;
    width: 77.06667vw;
    height: 53.86667vw;
  }
}
.p-feature.-magazine_idea_detail .p-feature__container::after {
  background-image: url(/assets/img/magazine/detail/idea_bg_lg.png);
}
@media screen and (max-width: 767px) {
  .p-feature.-magazine_idea_detail .p-feature__container::after {
    background-image: url(/assets/img/magazine/detail/idea_bg_sm.png);
  }
}
.p-feature.-magazine_interview_detail .p-feature__container::after {
  background-image: url(/assets/img/magazine/detail/interview_bg_lg.png);
}
@media screen and (max-width: 767px) {
  .p-feature.-magazine_interview_detail .p-feature__container::after {
    background-image: url(/assets/img/magazine/detail/interview_bg_sm.png);
  }
}
.p-feature.-magazine_management_detail .p-feature__container::after {
  background-image: url(/assets/img/magazine/detail/management_bg_lg.png);
}
@media screen and (max-width: 767px) {
  .p-feature.-magazine_management_detail .p-feature__container::after {
    background-image: url(/assets/img/magazine/detail/management_bg_sm.png);
  }
}
.p-feature.-magazine_story_detail .p-feature__container::after {
  background-image: url(/assets/img/magazine/detail/story_bg_lg.png);
}
@media screen and (max-width: 767px) {
  .p-feature.-magazine_story_detail .p-feature__container::after {
    background-image: url(/assets/img/magazine/detail/story_bg_sm.png);
  }
}

.p-feature__wrap {
  position: relative;
}
.p-feature.-works .p-feature__wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-feature.-works .p-feature__wrap {
    padding-bottom: 20vw;
  }
}
.p-feature.-news .p-feature__wrap {
  margin: auto;
  padding: 0 60px 100px;
  width: 100%;
  max-width: 906px;
  background-color: #f2ede1;
}
@media screen and (max-width: 767px) {
  .p-feature.-news .p-feature__wrap {
    padding: 0 10.66667vw 20vw;
  }
}

.p-feature__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 174px;
  width: 150%;
  height: 100%;
  background-color: #dceef5;
  background-image: url(/assets/img/works/works_detail_obj_02.png);
  background-repeat: no-repeat;
  background-position: right -86px bottom -63px;
  background-size: 286px 252px;
}
@media screen and (max-width: 767px) {
  .p-feature__bg {
    right: 0;
    width: 100%;
    background-position: right -26.93333vw bottom -9.6vw;
    background-size: 47.33333vw 41.73333vw;
  }
}

.p-feature__obj {
  position: absolute;
  top: 94px;
  right: -297px;
  width: 483px;
  height: 197px;
}
@media screen and (max-width: 767px) {
  .p-feature__obj {
    top: 26.66667vw;
    right: -53.86667vw;
    width: 83.86667vw;
    height: 35.06667vw;
  }
}

.p-feature.-works .p-feature__head {
  margin-left: auto; 
  width: 93%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-feature.-works .p-feature__head {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-feature.-works .p-feature__head {
    width: 100%;
  }
}

@media screen and (min-width: 1121px) {
  .p-feature.-magazineDetail .p-feature__head,
  .p-feature.-method .p-feature__head,
  .p-feature.-news .p-feature__head {
    margin: auto; 
    width: 100%;
    max-width: 786px;
  }
}

@media screen and (max-width: 767px) {
  .p-feature.-works .p-feature__heading {
    margin: auto; 
    width: 78.66667vw;
  }
}

.p-feature.-magazineDetail .p-feature__heading,
.p-feature.-method .p-feature__heading,
.p-feature.-news .p-feature__heading {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail .p-feature__heading,
  .p-feature.-method .p-feature__heading,
  .p-feature.-news .p-feature__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-align: start;

        -ms-flex-align: start;

            align-items: flex-start;
  }
}
.p-feature.-magazineDetail .p-feature__heading > div,
.p-feature.-method .p-feature__heading > div,
.p-feature.-news .p-feature__heading > div {
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail .p-feature__heading > div,
  .p-feature.-method .p-feature__heading > div,
  .p-feature.-news .p-feature__heading > div {
    padding-bottom: 1.33333vw;
  }
}

.p-feature.-news .p-feature__heading {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-feature.-news .p-feature__heading {
    margin-bottom: 10.66667vw;
  }
}

.p-feature__title {
  margin-top: 10px;
  padding-right: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    margin-top: 1.86667vw;
    padding: 0;
    font-size: 5.33333vw;
  }
}

.p-feature__store {
  margin-top: 7px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__store {
    margin-top: 1.6vw;
    font-size: 3.73333vw;
  }
}

.p-feature.-works .p-feature__kv {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-feature.-works .p-feature__kv {
    margin-top: 8.53333vw;
  }
}

.p-feature.-magazineDetail .p-feature__kv,
.p-feature.-method .p-feature__kv {
  margin: 100px 0 42px; 
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail .p-feature__kv,
  .p-feature.-method .p-feature__kv {
    margin: 10.66667vw 0 5.86667vw 0;
  }
}

.p-feature.-news .p-feature__kv {
  margin: 0 0 42px; 
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature.-news .p-feature__kv {
    margin: 0 0 5.86667vw 0;
  }
}

.p-feature.-works .p-feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .p-feature.-works .p-feature__body {
    margin-top: 18.66667vw;
  }
}

.p-feature.-magazineDetail .p-feature__body,
.p-feature.-method .p-feature__body {
  margin-top: 87px;
}
@media screen and (max-width: 1120px) {
  .p-feature.-magazineDetail .p-feature__body,
  .p-feature.-method .p-feature__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail .p-feature__body,
  .p-feature.-method .p-feature__body {
    margin-top: 13.86667vw;
  }
}

.p-feature.-news .p-feature__body {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-feature.-news .p-feature__body {
    margin-top: 13.33333vw;
  }
}

.p-feature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}

.p-feature.-works .p-feature__content {
  width: calc(100% - 418px);
}
@media screen and (max-width: 1120px) {
  .p-feature.-works .p-feature__content {
    width: 100%;
  }
}

.p-feature.-magazineDetail .p-feature__content,
.p-feature.-method .p-feature__content,
.p-feature.-news .p-feature__content {
  margin: auto; 
  width: 100%;
  max-width: 786px;
}

.p-feature__group + .p-feature__group {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .p-feature__group + .p-feature__group {
    margin-top: 16vw;
  }
}

.p-feature__head .p-feature__txt h2,
.p-feature__group h2 {
  position: relative;
  margin-bottom: 42px;
  padding-bottom: 18px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.44444;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt h2,
  .p-feature__group h2 {
    margin-bottom: 6.66667vw;
    padding-bottom: 4.53333vw;
    font-size: 5.33333vw;
    line-height: 1.4;
  }
}
.p-feature__head .p-feature__txt h2::after,
.p-feature__group h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #000; 
  width: 57px;
  height: 4px;
}

@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt h2::after,
  .p-feature__group h2::after {
    width: 15.2vw;
  }
}

.p-feature__head .p-feature__txt h3,
.p-feature__group h3 {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.44444;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt h3,
  .p-feature__group h3 {
    margin-bottom: 4.53333vw;
    font-size: 4.53333vw;
    line-height: 1.47059;
  }
}

.p-feature__head .p-feature__txt h4,
.p-feature__head .p-feature__txt h5,
.p-feature__group h4,
.p-feature__group h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt h4,
  .p-feature__head .p-feature__txt h5,
  .p-feature__group h4,
  .p-feature__group h5 {
    margin-bottom: 1.6vw;
    font-size: 3.73333vw;
    line-height: 1.57143;
  }
}

.p-feature__head .p-feature__txt p,
.p-feature__group p {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt p,
  .p-feature__group p {
    margin-bottom: 5.33333vw;
  }
}

.p-feature__head .p-feature__txt a,
.p-feature__group a {
  position: relative;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .p-feature__head .p-feature__txt a:hover,
.no-touchevents
  .p-feature__group a:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
@media screen and (min-width: 768px) {
  .p-feature__head .p-feature__txt a:not(.is-img)::after,
  .p-feature__group a:not(.is-img)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .no-touchevents .p-feature__head .p-feature__txt a:not(.is-img):hover::after,
  .no-touchevents
  .p-feature__group a:not(.is-img):hover::after {
    -webkit-animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
            animation: moveLineLeftRight 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt a,
  .p-feature__group a {
    padding-bottom: 0.1em;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/100% 1px no-repeat;
    background: linear-gradient(#000, #000) 0 100%/100% 1px no-repeat;
  }
}

.p-feature__head .p-feature__txt ul,
.p-feature__head .p-feature__txt ol,
.p-feature__group ul,
.p-feature__group ol {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt ul,
  .p-feature__head .p-feature__txt ol,
  .p-feature__group ul,
  .p-feature__group ol {
    margin-bottom: 6.13333vw;
  }
}

.p-feature__head .p-feature__txt ul li,
.p-feature__group ul li {
  padding-left: 1.2em;
  text-indent: -1.1em;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt ul li,
  .p-feature__group ul li {
    text-indent: -1.3em;
  }
}
.p-feature__head .p-feature__txt ul li::before,
.p-feature__group ul li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%; 
  width: 8px;
  height: 8px;
  background-color: #000;
  vertical-align: 2px;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt ul li::before,
  .p-feature__group ul li::before {
    margin-right: 2.66667vw;
    width: 2.13333vw;
    height: 2.13333vw;
    vertical-align: 0.53333vw;
  }
}
.p-feature__head .p-feature__txt ul li + li,
.p-feature__group ul li + li {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt ul li + li,
  .p-feature__group ul li + li {
    margin-top: 0.8vw;
  }
}

.p-feature__head .p-feature__txt ol,
.p-feature__group ol {
  counter-reset: li_count;
}
.p-feature__head .p-feature__txt ol li,
.p-feature__group ol li {
  padding-left: 2em;
  text-indent: -2.1em;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt ol li,
  .p-feature__group ol li {
    padding-left: 2.4em;
    text-indent: -2.4em;
  }
}
.p-feature__head .p-feature__txt ol li::before,
.p-feature__group ol li::before {
  content: counter(li_count);
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  counter-increment: li_count;
  background: #000; 
  text-align: center;
  text-indent: 0;
  color: #fff;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt ol li::before,
  .p-feature__group ol li::before {
    margin-right: 2.66667vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 3.73333vw;
    line-height: 6.4vw;
  }
}
.p-feature__head .p-feature__txt ol li + li,
.p-feature__group ol li + li {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-feature__head .p-feature__txt ol li + li,
  .p-feature__group ol li + li {
    margin-top: 0.8vw;
  }
}

.p-feature__img {
  width: 100%;
}
.p-feature.-magazineDetail .p-feature__img,
.p-feature.-method .p-feature__img {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail .p-feature__img,
  .p-feature.-method .p-feature__img {
    margin-top: 3.2vw;
  }
}
.p-feature.-works .p-feature__img,
.p-feature.-news .p-feature__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature.-works .p-feature__img,
  .p-feature.-news .p-feature__img {
    margin-bottom: 5.33333vw;
  }
}

.p-feature__txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-feature__txt {
    font-size: 3.73333vw;
    line-height: 1.57143;
  }
}

.p-feature__foot {
  margin-top: 95px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-feature__foot {
    margin-top: 16vw;
  }
}
.p-feature__foot.-storyDetail {
  display: block;
  margin: 95px auto 0; 
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .p-feature__foot.-storyDetail {
    margin-top: 20.53333vw;
    padding: 0; 
    max-width: 78.66667vw;
  }
}

.p-feature__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  border-left: 1px solid #000; 
  width: 222px;
  height: 40px;

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-feature__unit {
    width: 49.06667vw;
    height: 10.66667vw;
  }
}
.p-feature__unit.-head {
  width: 191px; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 auto; 

          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-feature__unit.-head {
    width: 53%;
    height: 8vw; 

    -webkit-box-align: start; 

        -ms-flex-align: start; 

            align-items: flex-start;
  }
}
.p-feature__unit > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}

.p-feature__label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-feature__label {
    font-size: 3.46667vw;
  }
}
.p-feature__label.-head {
  padding-right: 5px;
}
.p-feature__label.-head time {
  margin-left: 10px;
  font-weight: normal;
}

.p-feature__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__sns {
    padding: 0 3.2vw 0 5.33333vw;
  }
}
.p-feature__sns li + li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__sns li + li {
    margin-left: 4.53333vw;
  }
}
.p-feature__sns a {
  display: block;
  cursor: pointer;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .p-feature__sns a:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}

.p-feature__btn.-back {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-feature__btn.-back {
    margin: 12vw auto 0;
  }
}
.p-feature.-news .p-feature__btn.-back {
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .p-feature.-news .p-feature__btn.-back {
    margin-top: 10.66667vw;
  }
}

.p-feature__movie {
  position: relative;
  padding-bottom: 56.25%;
}
.p-feature.-magazineDetail .p-feature__movie,
.p-feature.-method .p-feature__movie {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-feature.-magazineDetail .p-feature__movie,
  .p-feature.-method .p-feature__movie {
    margin-top: 6.66667vw;
  }
}
.p-feature__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-feature.-magazine_story_detail {
  margin-top: 48px;
}

.p-feature__mv__img {
  position: relative;
  padding-top: 56.4516129%;
}
.p-feature__mv__img > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-feature__data {
  position: relative;
  margin: -11.3% auto 0;
  padding: 8px;
  max-width: 85.5%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-feature__data {
    margin: -12.9% auto 0; 
    padding: 1.06667vw 1.33333vw;
    max-width: 92.1%;
  }
}
.p-feature__data::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 2.3%;
  margin: auto;
  width: 16.4122%;
  height: 25.15%;
  background-image: url(/assets/img/magazine/detail/story_mv_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-feature__data::after {
    top: 10.4vw;
    right: 4.3%;
    margin: auto; 
    width: 32.2%;
    height: 33.7%;
  }
}

.p-feature__data__inner {
  border: 1px solid #000;
}

.p-feature__data__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-feature__data__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-feature__data__row + .p-feature__data__row {
  border-top: 1px solid #000;
}

.p-feature__data__tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__data__tagArea {
    padding: 4vw 4vw 4.53333vw;
  }
}

.p-feature__data__titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px; 
  width: 100%;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__data__titleArea {
    display: block;
    padding: 3.46667vw 4vw 2.93333vw;
  }
}

.p-feature__data__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 24px;
  padding: 0;
  border-left: 1px solid #000; 
  width: 37%;

  -webkit-box-flex: 1;

      -ms-flex-positive: 1;

          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-feature__data__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #000;
    border-left: none; 
    width: 100%;
  }
}

.p-feature__data__nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 22px; 
  width: 100%;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__data__nameArea {
    display: block;
    padding: 3.73333vw 3.73333vw 2.93333vw; 
    width: 50%;

    -ms-flex-negative: 0;

        flex-shrink: 0;
  }
}

.p-feature__data__addressArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 22px;
  border-top: 1px solid #000; 
  width: 100%;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__data__addressArea {
    display: block;
    padding: 3.73333vw 3.73333vw 2.93333vw;
    border-top: none;
    border-left: 1px solid #000; 
    width: 50%;

    -ms-flex-negative: 0;

        flex-shrink: 0;
  }
}

.p-feature__data__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 58px;
  max-height: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__data__title {
    min-width: 10.66667vw;
    max-height: none;
    font-size: 2.93333vw;
  }
}
.p-feature__data__nameArea .p-feature__data__title,
.p-feature__data__addressArea .p-feature__data__title {
  min-width: 91px;
}

.p-feature__data__content.-large {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-feature__data__content.-large {
    margin-top: 0.8vw;
    font-size: 5.6vw;
  }
}

.p-feature__data__content.-middle {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-feature__data__content.-middle {
    margin-top: 1.6vw;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}

.p-feature__data__content.-small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-feature__data__content.-small {
    margin-top: 1.6vw;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}

.p-feature__section__body {
  margin: 11.2% auto 0; 
  max-width: 1800px;
}
@media screen and (max-width: 767px) {
  .p-feature__section__body {
    margin-top: 20vw; 
    max-width: none;
  }
}

.p-feature__section + .p-feature__section {
  margin-top: 15.5%;
}
@media screen and (max-width: 767px) {
  .p-feature__section + .p-feature__section {
    margin-top: 26.66667vw;
  }
}
.p-feature__section + .p-feature__section.-section04 {
  margin-top: 10.8%;
}
@media screen and (max-width: 767px) {
  .p-feature__section + .p-feature__section.-section04 {
    margin-top: 26.66667vw;
  }
}
.p-feature__section + .p-feature__section.-section05 {
  margin-top: 13.6%;
}
@media screen and (max-width: 767px) {
  .p-feature__section + .p-feature__section.-section05 {
    margin-top: 9.33333vw;
  }
}
.p-feature__section + .p-feature__section.-section06 {
  margin-top: 13.7%;
}
@media screen and (max-width: 767px) {
  .p-feature__section + .p-feature__section.-section06 {
    margin-top: 25.33333vw;
  }
}

.p-feature__section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto; 

  -webkit-box-align: start; 

      -ms-flex-align: start; 

          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-feature__section__inner {
    display: block;
  }
}
.p-feature__section.-section01 .p-feature__section__inner {
  padding-left: 7.3%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section01 .p-feature__section__inner {
    padding-right: 10.66667vw;
    padding-left: 10.66667vw;
  }
}
.p-feature__section.-section02 .p-feature__section__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 7.3%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section02 .p-feature__section__inner {
    padding-right: 10.66667vw;
    padding-left: 10.66667vw;
  }
}
.p-feature__section.-section03 .p-feature__section__inner {
  padding-left: 7.3%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section03 .p-feature__section__inner {
    padding-right: 10.66667vw;
    padding-left: 10.66667vw;
  }
}
.p-feature__section.-section04 .p-feature__section__inner {
  margin: auto; 
  padding: 0 7.3%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section04 .p-feature__section__inner {
    padding-right: 10.66667vw;
    padding-left: 10.66667vw; 
    max-width: none;
  }
}
.p-feature__section.-section06 .p-feature__section__inner {
  display: block;
  padding: 0 7.3%; 
  max-width: 1240px;
}

.p-feature__section__textArea {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-feature__section__textArea {
    width: 100%;
  }
}
.p-feature__section__textArea > *:first-child {
  margin-top: 0 !important;
}
.p-feature__section.-section02 .p-feature__section__textArea {
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section02 .p-feature__section__textArea {
    margin-top: 0;
  }
}
.p-feature__section.-section03 .p-feature__section__textArea {
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section03 .p-feature__section__textArea {
    margin-top: 0;
  }
}
.p-feature__section.-section04 .p-feature__section__textArea {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section04 .p-feature__section__textArea {
    text-align: left;
  }
}
.p-feature__section.-section06 .p-feature__section__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section06 .p-feature__section__textArea {
    display: block;
  }
}

.p-feature__section__title {
  position: relative;
  padding: 10px;
  background-color: #fff; 
  text-align: center;
  color: #5a996b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-feature__section__title {
    padding: 2.66667vw;
    font-size: 5.33333vw;
    line-height: 1.4;
  }
}
.p-feature__section.-section04 .p-feature__section__title {
  display: inline-block;
  min-width: 348px;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section04 .p-feature__section__title {
    display: block;
    min-width: auto;
  }
}
.p-feature__section.-section06 .p-feature__section__title {
  padding: 0;
  background-color: transparent; 
  text-align: left;
  color: #000;
  line-height: 1;

  -webkit-box-flex: 0.175;

      -ms-flex-positive: 0.175;

          flex-grow: 0.175;
}
.p-feature__section.-section06 .p-feature__section__title .main {
  -webkit-transform: scale(0.92, 1);
          transform: scale(0.92, 1);
  -webkit-transform-origin: left;
          transform-origin: left; 
  font-size: 50px;
  line-height: 1.05;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section06 .p-feature__section__title .main {
    -webkit-transform-origin: center;
            transform-origin: center; 
    text-align: center;
    font-size: 9.86667vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section06 .p-feature__section__title .main > br {
    display: none;
  }
}
.p-feature__section.-section06 .p-feature__section__title .main > span {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section06 .p-feature__section__title .main > span {
    display: inline;
  }
}
.p-feature__section.-section06 .p-feature__section__title .sub {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section06 .p-feature__section__title .sub {
    margin-top: 1.86667vw;
    text-align: center; 
    font-size: 3.2vw;
  }
}
.p-feature__section__title > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.4% 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-feature__section__title > span {
    padding: 5.33333vw 0;
  }
}
.p-feature__section.-section04 .p-feature__section__title > span {
  padding: 10.9% 0;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section04 .p-feature__section__title > span {
    padding: 6.4vw 0;
  }
}
.p-feature__section.-section06 .p-feature__section__title > span {
  display: block;
  padding: 0;
  border: none;
}
.p-feature__section__title > span::before,
.p-feature__section__title > span::after {
  content: "";
  position: absolute;
  padding-top: 9%;
  width: 9.858%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-feature__section__title > span::before,
  .p-feature__section__title > span::after {
    padding-top: 0;
    width: 9.06667vw;
    height: 7.73333vw;
  }
}
.p-feature__section__title > span::before {
  top: -4%;
  left: 6.1%;
  background-image: url(/assets/img/magazine/detail/dq_left.png);
}
@media screen and (max-width: 767px) {
  .p-feature__section__title > span::before {
    top: -1px;
    left: 5.06667vw;
  }
}
.p-feature__section__title > span::after {
  right: 6.1%;
  bottom: -4%;
  background-image: url(/assets/img/magazine/detail/dq_right.png);
}
@media screen and (max-width: 767px) {
  .p-feature__section__title > span::after {
    right: 5.06667vw;
    bottom: -1px;
  }
}
.p-feature__section.-section06 .p-feature__section__title > span::before,
.p-feature__section.-section06 .p-feature__section__title > span::after {
  display: none;
}

.p-feature__section__lead {
  margin: 13.3% 0 7.6%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .p-feature__section__lead {
    margin-bottom: 5.86667vw;
    font-size: 5.33333vw;
  }
}
.p-feature__section.-section04 .p-feature__section__lead {
  margin: 6.9% 0 4.7%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section04 .p-feature__section__lead {
    margin: 12.7% 0 7.8%;
  }
}

.p-feature__section__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__section__textWrap {
    display: block;
  }
}

.p-feature__section__text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-feature__section__text {
    font-size: 3.73333vw;
    line-height: 1.72;
  }
}
.p-feature__section.-section04 .p-feature__section__text {
  width: 47.6%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section04 .p-feature__section__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section04 .p-feature__section__text + .p-feature__section__text {
    margin-top: 0;
  }
}

.p-feature__section__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 9px; 
  max-width: 720px;
  height: 168px;

  -webkit-box-flex: 1;

      -ms-flex-positive: 1;

          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-feature__section__data {
    display: block;
    margin-top: 11.46667vw;
    padding-left: 6.66667vw;
    max-width: none;
    height: auto;
  }
}

.p-feature__section__dataItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .p-feature__section__dataItem {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__section__dataItem + .p-feature__section__dataItem {
    margin-top: 5.33333vw;
  }
}
.p-feature__section__dataItem:after {
  content: "";
  position: absolute;
  top: 13%;
  left: -3%;
  width: 3.6%;
  height: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); 
  background-color: #727975;
}
@media screen and (max-width: 767px) {
  .p-feature__section__dataItem:after {
    top: 1.86667vw;
    left: -1.6vw;
    width: 1.6vw;
  }
}
.p-feature__section__dataItem .main {
  display: block;
  width: 55px;
  font-size: 14px;
  font-weight: bold; 

  -ms-flex-negative: 0; 

      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__section__dataItem .main {
    width: 13.86667vw; 
    font-size: 3.46667vw;
  }
}
.p-feature__section__dataItem .sub {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-feature__section__dataItem .sub {
    font-size: 3.46667vw;
  }
}

.p-feature__section__map {
  position: relative;
  margin-top: 4.1%;
  padding-top: 47%;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-feature__section__map {
    margin: 70px calc(50% - 50vw);
    padding-top: 116%;
  }
}
.p-feature__section__map > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;

  -webkit-filter: grayscale(100%);

          filter: grayscale(100%);
}

.p-feature__section__imgArea {
  margin-top: 0.8%; 
  width: calc(100% - 350px);
}
@media screen and (max-width: 767px) {
  .p-feature__section__imgArea {
    margin: 9.33333vw calc(50% - 50vw) 0; 
    width: auto;
  }
}
.p-feature__section.-section01 .p-feature__section__imgArea {
  padding-left: 7.8%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section01 .p-feature__section__imgArea {
    padding-left: 0;
  }
}
.p-feature__section.-section02 .p-feature__section__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.8%; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section02 .p-feature__section__imgArea {
    padding-right: 0;
  }
}
.p-feature__section.-section03 .p-feature__section__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7.8%; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section03 .p-feature__section__imgArea {
    padding-left: 0;
  }
}
.p-feature__section.-section05 .p-feature__section__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section05 .p-feature__section__imgArea {
    display: block;
    margin-top: 0;
  }
}

.p-feature__section__img {
  position: relative;
  padding-top: 56.3380282%;
}
@media screen and (max-width: 767px) {
  .p-feature__section__img {
    padding-top: 53.334%;
  }
}
.p-feature__section.-section01 .p-feature__section__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section01 .p-feature__section__img {
    margin-left: 10.66667vw;
  }
}
.p-feature__section.-section02 .p-feature__section__img:nth-of-type(1) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section02 .p-feature__section__img:nth-of-type(1) {
    padding-top: 64.6%;
  }
}
.p-feature__section.-section02 .p-feature__section__img:nth-of-type(2) {
  margin-top: 1.3%;
  margin-left: auto; 
  padding-top: 24.3%;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section02 .p-feature__section__img:nth-of-type(2) {
    margin-top: 5.33333vw;
    margin-right: auto;
    padding-top: 44.4%;
    width: 78.66667vw;
  }
}
.p-feature__section.-section02 .p-feature__section__img:nth-of-type(3) {
  margin-top: 1.3%;
  margin-left: 1.4%; 
  padding-top: 24.3%;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section02 .p-feature__section__img:nth-of-type(3) {
    margin-top: 5.33333vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 44.4%;
    width: 78.66667vw;
  }
}
.p-feature__section.-section03 .p-feature__section__img {
  padding-top: 87.2%; 
  width: 49.3%;
}
.p-feature__section.-section05 .p-feature__section__img {
  padding-top: 28%; 
  width: calc(50% - 0.4%);
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section05 .p-feature__section__img {
    padding-top: 64.5%; 
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__section.-section05 .p-feature__section__img + .p-feature__section__img {
    margin-top: 5.33333vw;
  }
}
.p-feature__section__img > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-filter {
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-filter.is-scrollPossible {
    overflow-x: scroll;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-filter.is-scrollPossible::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-filter {
    overflow-x: scroll;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .p-filter:not(.-method) {
    text-align: left;
  }
  .p-filter::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-filter__container.-news {
    min-width: calc(100% - 110px);
  }
}

@media screen and (max-width: 767px) {
  .p-filter__container {
    width: 100%;
  }
}

.p-filter__outer.-category {
  margin-top: 69px;
}
.page-recruit .p-filter__outer.-category {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-filter__outer.-category {
    margin-top: 17.6vw;
  }
  .page-recruit .p-filter__outer.-category {
    margin-top: 10.13333vw;
  }
}

.p-filter__outer.-subcategory {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-filter__outer.-subcategory {
    margin-top: 2.4vw;
  }
}

@media screen and (max-width: 767px) {
  .-category .p-filter__inner {
    display: inline-block;
    margin: 0 10.66667vw;
  }
  .page-recruit .-category .p-filter__inner {
    display: block;
    margin: auto;
    width: 78.66667vw;
  }
}

.-subcategory .p-filter__inner {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .-subcategory .p-filter__inner {
    margin: 0 10.66667vw;
    border: none;
  }
}
.-subcategory .p-filter__inner.-none {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.p-filter__inner[aria-hidden="true"] {
  display: none;
}

.p-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
.-category .p-filter__list {
  border-bottom: 1px solid #000; 
  min-width: -webkit-fit-content; 
  min-width: -moz-fit-content; 
  min-width: fit-content;
  max-width: 880px;
}
@media screen and (max-width: 767px) {
  .-category .p-filter__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .-subcategory .p-filter__list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .p-filter.-category.is-scrollPossible .p-filter__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-filter__item button {
  border: none;
  outline: none;
}

.p-filter__item span,
.p-filter__item button,
.p-filter__item a {
  display: inline-block;
  position: relative;
  background-color: transparent;
}
.-category .p-filter__item span,
.-category
  .p-filter__item button,
.-category
  .p-filter__item a {
  padding: 16px 24px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .-category .p-filter__item span,
  .-category
  .p-filter__item button,
  .-category
  .p-filter__item a {
    padding: 2.66667vw 4vw;
    font-size: 3.73333vw;
  }
}
.-subcategory .p-filter__item span,
.-subcategory
  .p-filter__item button,
.-subcategory
  .p-filter__item a {
  padding: 13px 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .-subcategory .p-filter__item span,
  .-subcategory
  .p-filter__item button,
  .-subcategory
  .p-filter__item a {
    padding: 2.66667vw 4vw;
    font-size: 3.2vw;
  }
}
.p-filter__item span[aria-selected="false"],
.p-filter__item span[aria-current="false"],
.p-filter__item button[aria-selected="false"],
.p-filter__item button[aria-current="false"],
.p-filter__item a[aria-selected="false"],
.p-filter__item a[aria-current="false"] {
  opacity: 0.45;
}
.no-touchevents .p-filter__item span[aria-selected="false"]:hover,
.no-touchevents .p-filter__item span[aria-current="false"]:hover,
.no-touchevents
    .p-filter__item button[aria-selected="false"]:hover,
.no-touchevents
    .p-filter__item button[aria-current="false"]:hover,
.no-touchevents
    .p-filter__item a[aria-selected="false"]:hover,
.no-touchevents
    .p-filter__item a[aria-current="false"]:hover {
  opacity: 1;
}
.p-filter__item span[aria-selected="true"],
.p-filter__item span[aria-current="page"],
.p-filter__item button[aria-selected="true"],
.p-filter__item button[aria-current="page"],
.p-filter__item a[aria-selected="true"],
.p-filter__item a[aria-current="page"] {
  opacity: 1;
}
.p-filter__item span[aria-selected="true"]:after,
.p-filter__item span[aria-current="page"]:after,
.p-filter__item button[aria-selected="true"]:after,
.p-filter__item button[aria-current="page"]:after,
.p-filter__item a[aria-selected="true"]:after,
.p-filter__item a[aria-current="page"]:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #000;
}
.-category .p-filter__item span[aria-selected="true"]:after,
.-category .p-filter__item span[aria-current="page"]:after,
.-category
      .p-filter__item button[aria-selected="true"]:after,
.-category
      .p-filter__item button[aria-current="page"]:after,
.-category
      .p-filter__item a[aria-selected="true"]:after,
.-category
      .p-filter__item a[aria-current="page"]:after {
  bottom: 0;
  width: calc(100% - 40px);
  height: 2px;
}
@media screen and (max-width: 767px) {
  .-category .p-filter__item span[aria-selected="true"]:after,
  .-category .p-filter__item span[aria-current="page"]:after,
  .-category
  .p-filter__item button[aria-selected="true"]:after,
  .-category
  .p-filter__item button[aria-current="page"]:after,
  .-category
  .p-filter__item a[aria-selected="true"]:after,
  .-category
  .p-filter__item a[aria-current="page"]:after {
    width: calc(100% - 30px);
  }
}
.-subcategory .p-filter__item span[aria-selected="true"]:after,
.-subcategory .p-filter__item span[aria-current="page"]:after,
.-subcategory
      .p-filter__item button[aria-selected="true"]:after,
.-subcategory
      .p-filter__item button[aria-current="page"]:after,
.-subcategory
      .p-filter__item a[aria-selected="true"]:after,
.-subcategory
      .p-filter__item a[aria-current="page"]:after {
  bottom: -1px;
  width: calc(100% - 40px);
  height: 2px;
}
@media screen and (max-width: 767px) {
  .-subcategory .p-filter__item span[aria-selected="true"]:after,
  .-subcategory .p-filter__item span[aria-current="page"]:after,
  .-subcategory
  .p-filter__item button[aria-selected="true"]:after,
  .-subcategory
  .p-filter__item button[aria-current="page"]:after,
  .-subcategory
  .p-filter__item a[aria-selected="true"]:after,
  .-subcategory
  .p-filter__item a[aria-current="page"]:after {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 768px) {
  .-subcategory .p-filter__item:nth-child(1) a {
    padding-left: 0;
  }
  .-subcategory .p-filter__item:nth-child(1) a:after {
    right: auto;
    width: calc(100% - 20px);
  }
  .-subcategory .p-filter__item:last-child a {
    padding-right: 0;
  }
  .-subcategory .p-filter__item:last-child a:after {
    left: auto;
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .p-filter__item:not(.-recruit):nth-child(1) button,
  .p-filter__item:not(.-recruit):nth-child(1) span,
  .p-filter__item:not(.-recruit):nth-child(1) a {
    padding-left: 0;
  }
  .-category .p-filter__item:not(.-recruit):nth-child(1) button:after,
  .-category
  .p-filter__item:not(.-recruit):nth-child(1) span:after,
  .-category
  .p-filter__item:not(.-recruit):nth-child(1) a:after {
    right: auto;
    width: 6.66667vw;
  }
  .-subcategory .p-filter__item:not(.-recruit):nth-child(1) button:after,
  .-subcategory
  .p-filter__item:not(.-recruit):nth-child(1) span:after,
  .-subcategory
  .p-filter__item:not(.-recruit):nth-child(1) a:after {
    right: auto;
    width: calc(100% - 4vw);
  }
  .p-filter__item:not(.-recruit):last-child button,
  .p-filter__item:not(.-recruit):last-child span,
  .p-filter__item:not(.-recruit):last-child a {
    padding-right: 0;
  }
  .-category .p-filter__item:not(.-recruit):last-child button:after,
  .-category
  .p-filter__item:not(.-recruit):last-child span:after,
  .-category
  .p-filter__item:not(.-recruit):last-child a:after {
    left: auto;
    width: 12vw;
  }
  .-category.-method .p-filter__item:not(.-recruit):last-child button:after,
  .-category.-method
  .p-filter__item:not(.-recruit):last-child span:after,
  .-category.-method
  .p-filter__item:not(.-recruit):last-child a:after {
    width: 7.73333vw;
  }
  .-subcategory .p-filter__item:not(.-recruit):last-child button:after,
  .-subcategory
  .p-filter__item:not(.-recruit):last-child span:after,
  .-subcategory
  .p-filter__item:not(.-recruit):last-child a:after {
    left: auto;
    width: calc(100% - 4vw);
  }
}

.p-footer {
  position: relative;
  margin: auto;
  padding: 73px 0 63px;
  width: 86%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-footer {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    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: 18.13333vw 0 7.73333vw;
    width: 78.66667vw;
  }
}
.p-footer:before,
.p-footer:after {
  content: ""; 
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.p-footer:before {
  top: 0;
}
.p-footer:after {
  top: 3px;
}
@media screen and (max-width: 767px) {
  .p-footer:after {
    top: 2px;
  }
}

.p-footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}

.p-footer__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 63px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .p-footer__outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__outer {
    margin-top: 21.86667vw;
  }
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1120px) {
  .p-footer__wrap {
    width: 100%; 

    -ms-flex-preferred-size: 100% !important; 

        flex-basis: 100% !important;
  }
}
.p-footer__wrap:nth-of-type(1) {
  -ms-flex-preferred-size: 60.8%;
      flex-basis: 60.8%;
}
.p-footer__wrap:nth-of-type(2) {
  padding-left: 6.3%; 

  -ms-flex-preferred-size: 39.2%; 

      flex-basis: 39.2%;
}
@media screen and (max-width: 1120px) {
  .p-footer__wrap:nth-of-type(2) {
    margin-top: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__wrap:nth-of-type(2) {
    margin-top: 9.06667vw;
  }
}

@media screen and (min-width: 1121px) {
  .p-footer__logo {
    padding-left: 1.3%; 

    -ms-flex-preferred-size: 25%; 

        flex-basis: 25%;
  }
}

@media screen and (max-width: 1120px) {
  .p-footer__logo {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left center;
            transform-origin: left center; 
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    position: absolute;
    top: 16vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 36.13333vw;
    height: 8.8vw;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-footer__logo a {
  display: block;
}

.p-footer__logo svg {
  width: 236px !important;
  height: 60px !important;
}
@media screen and (max-width: 767px) {
  .p-footer__logo svg {
    width: 36.8vw !important;
    height: 12.8vw !important;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 10px;
  width: 100%;
  height: 215px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    padding-left: 0;
    height: 87.46667vw;
  }
}
.p-footer__list.-store {
  margin-top: 12px;
  padding-left: 0;
}
@media screen and (max-width: 1120px) {
  .p-footer__list.-store {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
  .p-footer__list.-store li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list.-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .p-footer__list.-store li {
    width: auto;
  }
}
.p-footer__list.-border:before,
.p-footer__list.-border:after {
  content: ""; 
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #424242;
}
@media screen and (max-width: 767px) {
  .p-footer__list.-border:before,
  .p-footer__list.-border:after {
    display: none;
  }
}
.p-footer__list.-border:before {
  left: 24.9%;
}
.p-footer__list.-border:after {
  left: 55.9%;
}
@media screen and (max-width: 1120px) {
  .p-footer__list.-border {
    padding-left: 0;
  }
  .p-footer__list.-border:before {
    left: 24.9%;
  }
  .p-footer__list.-border:after {
    left: 58.9%;
  }
}

.p-footer__item {
  position: relative;
  height: calc(100% / 5);
}
.p-footer__item:nth-of-type(9) {
  margin-bottom: 1%;
}
@media screen and (max-width: 1120px) {
  .p-footer__item {
    padding-left: 8%; 
    width: 44%;
  }
  .p-footer__item:nth-of-type(1),
  .p-footer__item:nth-of-type(2),
  .p-footer__item:nth-of-type(3),
  .p-footer__item:nth-of-type(4),
  .p-footer__item:nth-of-type(5) {
    padding-left: 0%; 
    width: 24%;
  }
  .p-footer__item:nth-of-type(6),
  .p-footer__item:nth-of-type(7),
  .p-footer__item:nth-of-type(8),
  .p-footer__item:nth-of-type(9) {
    padding-left: 8%; 
    width: 34.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    padding-left: 0%; 
    width: 50%;
    height: calc(100% / 8);
  }
  .p-footer__item:nth-of-type(1),
  .p-footer__item:nth-of-type(2),
  .p-footer__item:nth-of-type(3),
  .p-footer__item:nth-of-type(4),
  .p-footer__item:nth-of-type(5),
  .p-footer__item:nth-of-type(6),
  .p-footer__item:nth-of-type(7),
  .p-footer__item:nth-of-type(8),
  .p-footer__item:nth-of-type(9),
  .p-footer__item:nth-of-type(10) {
    margin-bottom: 0; 
    padding-left: 0%;
    width: 50%;
  }
}
.p-footer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  cursor: pointer;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.no-touchevents .p-footer__item a:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    padding: 2.66667vw 0;
    font-size: 2.93333vw;
  }
}
.p-footer__item.-map {
  position: relative;
  margin-top: 14px;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-footer__item.-map {
    margin-top: 4vw;
    padding-top: 6.93333vw;
  }
}
.p-footer__item.-map:after {
  content: ""; 
  position: absolute;
  top: 0;
  left: 18%;
  width: 53px;
  height: 1px;
  background-color: #424242;
}
@media screen and (max-width: 767px) {
  .p-footer__item.-map:after {
    left: 0;
  }
}

.p-footer__line {
  margin: 33px auto 0 0;
  border: none;
  width: 54px;
  height: 1px;
  background-color: #d6d6d6;
}
@media screen and (max-width: 767px) {
  .p-footer__line {
    margin-top: 5.33333vw;
    width: 13.33333vw;
  }
}

.p-footer__store {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-footer__store {
    margin-top: 5.33333vw;
  }
}

.p-footer__spacer {
  margin-top: 36px;
}
@media screen and (max-width: 1120px) {
  .p-footer__spacer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__spacer {
    margin-top: 9.06667vw;
  }
}

.p-footer__place {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__place {
    font-size: 3.73333vw;
  }
}

.p-footer__address {
  margin-top: 12px;
  letter-spacing: 0.07em;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif; 
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .p-footer__address {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}
.p-footer__address a {
  display: inline-block;
  margin-right: 13px;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    margin-top: 25.86667vw;
    width: 100%;
  }
}
.p-footer__sns:before {
  content: ""; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: -19%;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(36deg) skew(-24deg);
          transform: rotate(36deg) skew(-24deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__sns:before {
    top: -6.4vw;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    width: 2.66667vw;
    height: 2.66667vw; 
    -webkit-transform: rotate(-57deg) skew(-24deg); 
            transform: rotate(-57deg) skew(-24deg);
  }
}
.p-footer__sns:after {
  content: "ChronoBa Official SNS"; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -118%;
  margin: auto;
  padding: 0 12px;
  height: 31px;
  background: #fff;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #000;
  font-family: "YakuHanJP_Noto", "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__sns:after {
    position: absolute;
    top: -10.93333vw;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    padding: 0 3.2vw;
    width: 42.66667vw;
    height: 7.2vw;
    font-size: 3.2vw;
  }
}
.p-footer__sns li + li {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer__sns li + li {
    margin-left: 5.86667vw;
  }
}
.p-footer__sns li a {
  display: block;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .p-footer__sns li a:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}

.p-footer__text {
  margin: 12px auto 0;
  width: 64%;
  text-align: center; 
  letter-spacing: 0.07em;
  color: #999;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .p-footer__text {
    width: 70%;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    margin: 2.66667vw auto;
    width: 86%;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}
.l-footer.-contact .p-footer__text {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer.-contact .p-footer__text {
    padding-top: 8vw;
  }
}

.p-footer__copyright {
  padding: 20px 0 43px;
  background-color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    padding: 3.33333vw 0 4.8vw;
  }
}
.p-footer__copyright small {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    letter-spacing: 0; 
    font-size: 2.66667vw;
  }
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 0 40px 0 52px;
  max-width: 1400px;
  height: 120px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header.is-changed {
    height: 100px; 
    -webkit-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
    transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .p-header.is-changed .p-header__logo {
    width: 178px;
    height: 45px;
    -webkit-transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .p-header.is-changed .p-header__icon {
    width: 178px;
    height: 45px;
    -webkit-transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0 7.2vw 0 8vw;
    height: 17.6vw;
  }
}

.p-header__logo {
  width: 197px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 31.33333vw;
    height: 7.6vw;
  }
}
.p-header__logo a {
  display: block;
}

.p-header__inner {
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .p-header__inner {
    height: auto;
  }
}

.p-header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  outline: none;
  width: 70px;
  height: 70px;
  background-color: #fff; 
  font-size: 0;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__button {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}
.p-header__button span {
  position: relative;
  width: 35px;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .p-header__button span {
    width: 6.13333vw;
  }
}
.p-header__button span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.p-header__button span:nth-child(1) {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
@media screen and (max-width: 767px) {
  .p-header__button span:nth-child(1) {
    -webkit-transform: translate3d(0, -1.06667vw, 0);
            transform: translate3d(0, -1.06667vw, 0);
  }
}
.p-header__button span:nth-child(2) {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}
@media screen and (max-width: 767px) {
  .p-header__button span:nth-child(2) {
    -webkit-transform: translate3d(0, 1.06667vw, 0);
            transform: translate3d(0, 1.06667vw, 0);
  }
}
.no-touchevents .p-header__button:hover span:before {
  -webkit-animation: moveLineLeftRight 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: moveLineLeftRight 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.no-touchevents .p-header__button:hover span:nth-child(2):before {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.p-header__button[aria-expanded="true"] span:nth-child(1) {
  -webkit-transform: translateZ(0) rotate(45deg);
          transform: translateZ(0) rotate(45deg);
}
.p-header__button[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: translateZ(0) rotate(-45deg);
          transform: translateZ(0) rotate(-45deg);
}
.p-header__button[aria-disabled="true"] {
  pointer-events: none;
}
.p-header__button[aria-disabled="false"] {
  pointer-events: auto;
}

.p-intro {
  position: relative;
  margin: auto;
  padding: 27px 0 75px;
  width: 75%;
  max-width: 900px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-intro.-vision {
    padding-bottom: 103px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 16.53333vw 0 16.53333vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-intro.-wide {
    width: 88%;
    max-width: 1050px;
  }
}

.p-intro__line {
  content: "";
  opacity: 0; 
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 14px;
  background-image: url(/assets/img/common/frame_dotted_lg.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 21px 14px;
}
@media screen and (min-width: 768px) {
  .page-recruit .p-intro__line {
    width: 87.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__line {
    bottom: 0;
    height: 2.66667vw;
    background-image: url(/assets/img/common/frame_dotted_sm.png);
    background-size: 4.26667vw 2.66667vw;
  }
}

.p-intro__title {
  display: inline-block;
  opacity: 0; 
  position: relative;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.42857;
}
.page-services .p-intro__title,
.page-recruit .p-intro__title {
  font-size: 36px;
  line-height: 1.61111;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    display: block;
    font-size: 6.93333vw;
    line-height: 1.34615;
  }
  .page-services .p-intro__title,
  .page-recruit .p-intro__title {
    font-size: 5.33333vw;
    line-height: 1.5;
  }
}
.page-vision .p-intro__title br.p-intro__br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .page-vision .p-intro__title br.p-intro__br {
    display: block;
  }
}
.p-intro__title .page-about br {
  display: none;
}
@media screen and (max-width: 1030px) {
  .p-intro__title .page-about br {
    display: block;
  }
}
.p-intro__title:before,
.p-intro__title:after {
  content: "";
  position: absolute;
  width: 44px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .p-intro__title:before,
  .p-intro__title:after {
    width: 6.66667vw;
    height: 5.86667vw;
  }
}
.p-intro__title:before {
  top: -9px;
  left: -67px;
  background: url(/assets/img/common/icn_ldquo_lg.png) center/44px 38px no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro__title:before {
    top: 0;
    left: 0;
    background: url(/assets/img/common/icn_ldquo_sm.png) center/6.66667vw 5.86667vw no-repeat;
  }
}
.p-intro__title:after {
  right: -78px;
  bottom: -9px;
  background: url(/assets/img/common/icn_rdquo_lg.png) center/44px 38px no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro__title:after {
    right: 0;
    bottom: -1.6vw;
    background: url(/assets/img/common/icn_rdquo_lg.png) center/6.66667vw 5.86667vw no-repeat;
  }
}

.p-intro__txt {
  opacity: 0; 
  margin-top: 43px;
  font-size: 18px;
  line-height: 1.77778;
}
@media screen and (min-width: 768px) {
  .page-recruit .p-intro__txt,
  .page-about .p-intro__txt,
  .page-services .p-intro__txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .p-intro__txt.-marginTopSmall {
    margin-top: 29px;
  }
}
@media screen and (max-width: 1000px) {
  .p-intro__txt {
    text-align: justify;
  }
  .page-vision .p-intro__txt br {
    display: none;
  }
  .page-about .p-intro__txt br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    margin-top: 6.66667vw;
    font-size: 4vw;
    line-height: 1.6;
  }
}

.p-intro__movie {
  opacity: 0; 
  margin: 52px auto 0;
  width: 584px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro__movie {
    margin-top: 9.33333vw;
    width: 100%;
  }
}
.p-intro__movie > div {
  position: relative;
  padding-bottom: 56.25%;
}
.p-intro__movie > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-lead {
  position: relative;
  z-index: 1;
  padding: 61px 48px 70px;
  border: solid 1px #000;
  outline: solid 1px #000;
  outline-offset: -6px; 
  width: 530px;
  background-color: #fff;
}
.p-lead.-rebirth {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-lead.-multiplelines {
    padding: 77px 48px 81px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-lead {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-lead {
    padding: 12.8vw 6.93333vw 14.93333vw;
    outline-offset: -4px;
    width: 100%;
  }
}
.p-lead:before,
.p-lead:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 57px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
}
.p-lead:before {
  top: -18px;
  right: 10px;
}
.p-lead:after {
  bottom: -18px;
  left: 10px;
}

.p-lead__title {
  position: relative;
  text-align: center; 
  font-size: 32px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-lead.-multiplelines .p-lead__title {
    font-size: 30px;
    line-height: 1.53333;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__title {
    font-size: 5.6vw;
    line-height: 1.42857;
  }
}
.p-lead__title small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-lead.-multiplelines .p-lead__title small {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__title small {
    margin-top: 2.66667vw;
    font-size: 4vw;
  }
}

.p-lead__icon {
  position: absolute;
}
.p-lead__icon.-open {
  top: -11px;
  left: 38px;
}
.p-lead.-multiplelines .p-lead__icon.-open {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-lead__icon.-open {
    top: -4.53333vw;
    left: 0;
  }
}
.p-lead__icon.-close {
  right: 43px; 
  bottom: -11px;
}
.p-lead.-multiplelines .p-lead__icon.-close {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-lead__icon.-close {
    right: 0; 
    bottom: -2.93333vw;
  }
}

.p-lead__txt {
  margin-top: 43px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-lead__txt {
    margin-top: 9.33333vw;
    font-size: 3.46667vw;
    line-height: 1.61538;
  }
}

.p-linear-navigation {
  position: relative;
  margin-top: 170px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-linear-navigation {
    margin-top: 24vw;
  }
}
.p-linear-navigation:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.p-linear-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-linear-navigation__item {
  width: calc(50% - 2px);
}
.p-linear-navigation__item.-right {
  margin-left: auto;
}

.p-linear-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0 34px;
  height: 100%;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.no-touchevents .p-linear-navigation__link:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-linear-navigation__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.66667vw 6.4vw 0;
  }
}

.p-linear-navigation__store {
  padding: 0 8%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-linear-navigation__store {
    margin-bottom: 7.2vw;
    padding: 0; 

    -webkit-box-ordinal-group: 2; 

        -ms-flex-order: 1; 

            order: 1;
  }
}
.p-linear-navigation__store span {
  display: block;
  font-size: 24px;
  font-weight: bold; 
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-linear-navigation__store span {
    font-size: 4.26667vw;
  }
}
.p-linear-navigation__store time,
.p-linear-navigation__store small {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-linear-navigation__store time,
  .p-linear-navigation__store small {
    margin-top: 2.13333vw;
    font-size: 3.73333vw;
    line-height: 1.57143;
  }
}

.p-linear-navigation__arw {
  margin: 0 !important;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-linear-navigation__arw.-prev {
    margin-right: auto !important;
  }
}
.p-linear-navigation__arw.-next {
  margin-left: auto !important;
}
@media screen and (max-width: 767px) {
  .p-linear-navigation__arw {
    margin-top: auto !important; 

    -webkit-box-ordinal-group: 3; 

        -ms-flex-order: 2; 

            order: 2;
  }
  .p-linear-navigation__arw.-right {
    width: 2.93333vw;
    height: 5.06667vw;
  }
}

.p-modal {
  position: fixed;
  z-index: 9999999 !important;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}
.p-modal:focus {
  outline: none;
}
.p-modal[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.6s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.6s;
}
.p-modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s;
}

.p-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  pointer-events: auto;
}

.p-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 4px 17px auto;
  width: 40px;
  height: 40px;
  pointer-events: auto; 
  font-size: 0;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-modal__close {
    margin: 0 0 3.2vw auto;
    width: 13.33333vw;
    height: 13.33333vw;
  }
}
.p-modal__close span {
  position: relative;
  width: 50px;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .p-modal__close span {
    width: 13.33333vw;
  }
}
.p-modal__close span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.p-modal__close span:nth-child(1) {
  -webkit-transform: translateZ(0) rotate(45deg);
          transform: translateZ(0) rotate(45deg);
}
.p-modal__close span:nth-child(2) {
  -webkit-transform: translateZ(0) rotate(-45deg);
          transform: translateZ(0) rotate(-45deg);
}
.no-touchevents .p-modal__close:hover span:before {
  -webkit-animation: moveLineLeftRight 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: moveLineLeftRight 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.no-touchevents .p-modal__close:hover span:nth-child(2):before {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}

.p-modal__contents {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 20px 0;
  width: calc(100% - 40px);
  max-height: 100%;
  pointer-events: none;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .p-modal__contents {
    width: 80vw;
  }
}
.p-modal__contents::-webkit-scrollbar {
  display: none;
}
.p-modal__contents[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: visibility 0s, opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.p-modal__contents[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.6s, opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: visibility 0.6s, opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.p-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}

.p-nav__item {
  height: 50px; 
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.p-nav__item + .p-nav__item {
  margin-left: 27px;
}

.p-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.p-nav__link[aria-current]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.p-nav__link[aria-current="false"] {
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.p-nav__link[aria-current="false"]:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); 
  -webkit-transform: scaleX(0); 
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.no-touchevents .p-nav__link[aria-current="false"]:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
.no-touchevents .p-nav__link[aria-current="false"]:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.is-changed .p-nav__item {
  height: 42px;
}

.p-news__wrap {
  position: relative;
  padding: 80px;
  background-color: #f2ede1;
  background-image: url(/assets/img/news/news_bg_02.png);
  background-repeat: no-repeat; 
  background-position: 100% 75%;
  background-size: 153px 257px;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    padding: 21.33333vw 10.66667vw; 
    width: 100%;
    background-image: none;
  }
}
.p-news__wrap::before,
.p-news__wrap::after {
  content: "";
  position: absolute;
  background-size: cover;
}
.p-news__wrap::before {
  top: -40px;
  right: -48px;
  width: 189px;
  height: 85px;
  background-image: url(/assets/img/news/news_bg_01.png);
}
@media screen and (max-width: 767px) {
  .p-news__wrap::before {
    top: -10.13333vw;
    right: -19.2vw;
    width: 41.06667vw;
    height: 19.2vw;
  }
}
.p-news__wrap::after {
  bottom: -79px;
  left: -148px;
  width: 252px;
  height: 222px;
  background-image: url(/assets/img/news/news_bg_03.png);
}
@media screen and (max-width: 767px) {
  .p-news__wrap::after {
    bottom: -22.66667vw;
    left: -26.4vw;
    width: 46.66667vw;
    height: 40.8vw;
  }
}

.p-news__item a {
  display: block;
  position: relative;
  height: 100%;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
  font-size: 0;
}
.no-touchevents .p-news__item a:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}

.p-news__item.-new a:before {
  content: ""; 
  position: absolute;
  top: -33px;
  left: -106px;
  width: 87px;
  height: 66.5px;
  background-image: url(/assets/img/common/icon_new-left.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-news__item.-new a:before {
    top: -9.33333vw;
    right: 2.93333vw;
    left: auto;
    width: 21.33333vw;
    height: 16.53333vw;
    background-image: url(/assets/img/common/icon_new-right.gif);
  }
}

.p-news__item + .p-news__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-main.-news .p-news__item + .p-news__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__item + .p-news__item {
    margin-top: 9.06667vw;
  }
}

.p-news__category {
  display: inline-block;
  padding: 5px 0;
  border: 1px solid #000;
  width: 130px;
  background-color: #fff; 
  text-align: center;
  vertical-align: top;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-news__category {
    padding: 0.8vw 0;
    width: 30.66667vw;
    font-size: 3.2vw;
  }
}

.p-news__date {
  display: inline-block;
  padding: 5px 0;
  width: 130px;
  text-align: center; 
  vertical-align: top;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    padding: 0.8vw 0;
    width: 24vw;
    font-size: 3.2vw;
  }
}

.p-news__title {
  display: inline-block;
  padding: 2px 0;
  width: calc(100% - 270px);
  vertical-align: top;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-news__title {
    margin-top: 10px; 
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__title {
    display: block;
    margin-top: 2.66667vw;
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
}

.p-pagination {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 20vw;
  }
}

.p-pagination__inner,
.p-pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}

.p-pagination__arrow {
  padding: 20px;
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .p-pagination__arrow:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}
.p-pagination__arrow.-prev {
  margin-right: 10px;
}
.p-pagination__arrow.-next {
  margin-left: 10px;
}
.p-pagination__arrow > svg {
  width: 20px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .p-pagination__arrow {
    padding: 0;
  }
  .p-pagination__arrow.-prev {
    margin-right: 2.66667vw;
  }
  .p-pagination__arrow.-next {
    margin-left: 2.66667vw;
  }
  .p-pagination__arrow > svg {
    width: 5.33333vw;
    height: 9.86667vw;
  }
}

.p-pagination__item {
  margin: 12px;
  width: 38px;
  height: 38px;
}
.p-pagination__item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 16px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination__item > span {
  display: block;
}
.p-pagination__item.-ellipsis {
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .p-pagination__item {
    margin: 1.06667vw;
    width: 8vw;
    height: 8vw;
  }
  .p-pagination__item > * {
    font-size: 3.73333vw;
  }
  .p-pagination__item.-ellipsis {
    margin: 0;
    width: 5.33333vw;
  }
}

.p-pagination__link[aria-current="page"] {
  border: 1px solid #000;
  background-color: #fff; 
  pointer-events: none;
}

.p-pagination__link[aria-current="false"] {
  cursor: pointer; 
  -webkit-transition: opacity 0.5s; 
  transition: opacity 0.5s;
}
.no-touchevents .p-pagination__link[aria-current="false"]:hover {
  opacity: 0.3; 
  -webkit-transition: opacity 0.25s; 
  transition: opacity 0.25s;
}

.p-pagination__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 66px;
  height: 38px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-pagination__line {
    width: 12vw;
    height: 8vw;
  }
}
.p-pagination__line:after {
  content: "";
  opacity: 0.3; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.p-sidebtn {
  height: 100%;
}

.p-sidebtn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; 
  height: 67px;
}
@media screen and (max-width: 767px) {
  .p-sidebtn__inner {
    height: 13.33333vw;
  }
}
.p-sidebtn__inner + .p-sidebtn__inner {
  border-top: 1px solid #4d4d4d;
}

.p-sidebtn__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #4d4d4d; 
  width: 53px;
  background-color: #000;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sidebtn__label {
    width: 10.66667vw;
  }
}

.p-sidebtn__link {
  position: relative;
  background-color: #000;
  color: #fff;
  font-style: normal; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 0 auto; 

          flex: 1 0 auto;
}
.p-sidebtn__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-sidebtn__link.-mail {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-sidebtn__link.-mail {
    font-size: 3.2vw;
  }
}
.p-sidebtn__link.-phone {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-sidebtn__link.-phone {
    font-size: 3.73333vw;
  }
}

.p-sidebtn__icon.-right {
  width: 11px;
  height: 19px;

  fill: #fff;
}
@media screen and (max-width: 767px) {
  .p-sidebtn__icon.-right {
    width: 2.13333vw;
    height: 3.6vw;
  }
}

.u-upper {
  text-transform: uppercase;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1120.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1121px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* ------------------------
  SP Footer CTA Styles
------------------------ */
.footer_contact {
  display: none;
}
@media (max-width: 767.98px) {
  .footer_contact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    padding: 16px 2%;
    width: 100%;
    box-sizing: border-box;
  }
  .footer_contact a {
    display: grid;
    padding: 0 0 3px 56px;
    width: auto;
    height: 10vw;
    -webkit-transition: 0.3s all cubic-bezier(0, 0, 0.58, 1);
    transition: 0.3s all cubic-bezier(0, 0, 0.58, 1); 
    background: url('/assets/img/common/bg_contact_sp_btm.png') center no-repeat;
    background-size: contain;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    color: #000;
    font-size: 3.6vw;
    font-weight: bold;
    align-items: center;
  }
  .footer_contact a span {
    position: relative;
    padding-right: 28px;
  }
  .footer_contact a span:before,
  .footer_contact a span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    height: 1px;
    -webkit-transition: 0.3s background cubic-bezier(0, 0, 0.58, 1);
    transition: 0.3s background cubic-bezier(0, 0, 0.58, 1); 
    -webkit-transform: translate(0, -50%); 
        -ms-transform: translate(0, -50%); 
            transform: translate(0, -50%);
    background: #000;
  }
  .footer_contact a span:before {
    width: 20px;
  }
  .footer_contact a span:after {
    width: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }


  #cboxTopCenter,
  #cboxBottomCenter,
  #cboxTopLeft,
  #cboxTopRight,
  #cboxBottomLeft,
  #cboxBottomRight,
  #cboxMiddleLeft,
  #cboxMiddleRight,
  #cboxPrevious,
  #cboxNext,
  #cboxSlideshow {
    background: none;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}