@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

* {
  margin: 0;
  padding: 0;
}

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

*:focus {
  outline: none;
}

html {
  margin-top: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #111;
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
option,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  border: 0;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

a {
  color: currentColor;
  text-decoration: none;
}

img {
  vertical-align: top;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

#wpadminbar {
  top: auto;
  bottom: 0;
}

.l-wrapper {
  position: relative;
}

.l-wrapper.close {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .l-wrapper {
    min-width: 1224px;
  }
}

.l-loading {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
  background: #FFF;
}

.l-header {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .l-header {
    min-width: 948px;
  }
}

.l-nav {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 100%;
  width: 100%;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0;
}

.l-nav.open {
  left: 0;
  opacity: 1;
}

.l-blur {
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  pointer-events: none;
}

.l-blur.open {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.l-main {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer {
  padding-top: 15px;
  background: rgba(208, 208, 208, 0.9);
}

@media screen and (min-width: 768px), print {
  .l-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 60px;
  }
}

.l-service {
  width: 100%;
  margin: 50px 0 0 0;
  background: #008282;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .l-service {
    margin-top: 143px;
  }
}

@media (max-width: 767px) {
  .l-2columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-2columns__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .l-2columns__side {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .l-2columns__pager {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .l-2columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1182px;
    padding: 0 0 0 33px;
    margin: 0 auto;
  }
  .l-2columns__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 840px;
            flex: 0 0 840px;
    width: 840px;
  }
  .l-2columns__side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    margin: 0 0 0 59px;
  }
  .l-2columns__pager {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.page-404 {
  padding-top: 140px;
}

@media screen and (min-width: 768px), print {
  .page-404 {
    padding-top: 100px;
  }
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  border-radius: 40px;
  border: 2px solid #BBB;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.c-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #DC0017;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 9px;
  background: url("/assets/images/common/ico_arrow03.png") no-repeat;
  background-position: center;
  background-size: 17px 9px;
  -webkit-transition: background-image 0.3s ease, right 0.3s ease;
  transition: background-image 0.3s ease, right 0.3s ease;
}

.c-button small {
  display: none;
}

.c-button span {
  position: relative;
  z-index: 1;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transition: color 0.3s ease, padding 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease;
}

.c-button small {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  padding: 0 0 6px;
  color: #111;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-button small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("/assets/images/common/ico_line01--white.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}

.c-button:hover {
  border-color: #DC0017;
}

.c-button:hover::before {
  width: 100%;
}

.c-button:hover::after {
  right: 10px;
  background-image: url("/assets/images/common/ico_arrow03--white.png");
}

.c-button:hover small {
  color: #FFF;
}

.c-button:hover small::after {
  background-image: url("/assets/images/common/ico_line01--white.png");
}

.c-button:hover span {
  padding: 0 0 0 5px;
  color: #FFF;
}

.c-button--white {
  border-color: #FFF;
}

.c-button--white::before {
  background: #DC0017;
}

.c-button--white::after {
  background-image: url("/assets/images/common/ico_arrow03--white.png");
}

.c-button--white small {
  color: #FFF;
}

.c-button--white small::after {
  background-image: url("/assets/images/common/ico_line01--white.png");
}

.c-button--white span {
  color: #FFF;
}

.c-button--white:hover {
  border-color: #DC0017;
}

.c-button--red {
  border-color: #E12639;
  background: #E12639;
}

.c-button--red::before {
  background: #FFF;
}

.c-button--red::after {
  background-image: url("/assets/images/common/ico_arrow03--white.png");
}

.c-button--red small {
  display: block;
  color: #FFF;
}

.c-button--red span {
  color: #FFF;
}

.c-button--red:hover {
  border-color: #E12639;
}

.c-button--red:hover::after {
  background-image: url("/assets/images/common/ico_arrow03--red.png");
}

.c-button--red:hover small {
  color: #E12639;
}

.c-button--red:hover small::after {
  background-image: url("/assets/images/common/ico_line01--red.png");
}

.c-button--red:hover span {
  color: #E12639;
}

.c-button--black {
  border-color: #000;
  background: #000;
}

.c-button--black::before {
  background: #008282;
}

.c-button--black::after {
  background-image: url("/assets/images/common/ico_arrow03--white.png");
}

.c-button--black span {
  color: #FFF;
}

.c-button--black:hover {
  border-color: #008282;
}

.c-button--blue-white {
  border-color: #004391;
  background: #004391;
}

.c-button--blue-white::before {
  background: #FFF;
}

.c-button--blue-white::after {
  background-image: url("/assets/images/common/ico_arrow03--white.png");
}

.c-button--blue-white span {
  color: #FFF;
}

.c-button--blue-white:hover {
  border-color: #004391;
}

.c-button--blue-white:hover::after {
  background-image: url("/assets/images/common/ico_arrow03--blue.png");
}

.c-button--blue-white:hover span {
  color: #004391;
}

.c-button--contact::after {
  width: 16px;
  height: 13px;
  background-image: url("/assets/images/common/ico_link02.png");
  background-size: 16px 13px;
}

.c-button--contact small::after {
  background-image: url("/assets/images/common/ico_line01--white.png");
}

.c-button--contact:hover::after {
  background-image: url("/assets/images/common/ico_link02--red.png");
}

.c-button--contact:hover small::after {
  background-image: url("/assets/images/common/ico_line01--red.png");
}

.c-button--works {
  border-color: #FFF;
}

.c-button--works::before {
  background: #FFF;
}

.c-button--works::after {
  background-image: url("/assets/images/common/ico_arrow03--white.png");
}

.c-button--works small {
  color: #FFF;
}

.c-button--works small::after {
  background-image: url("/assets/images/common/ico_line01--white.png");
}

.c-button--works span {
  color: #FFF;
}

.c-button--works:hover {
  border-color: #FFF;
}

.c-button--works:hover::after {
  background-image: url("/assets/images/common/ico_arrow03--green.png");
}

.c-button--works:hover small {
  color: #008282;
}

.c-button--works:hover small::after {
  background-image: url("/assets/images/common/ico_line01--green.png");
}

.c-button--works:hover span {
  color: #008282;
}

@media (max-width: 767px) {
  .c-button small {
    display: none;
  }
}

.c-dot-underline {
  position: relative;
  display: inline-block;
  padding: 0 0 4px;
}

.c-dot-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("/assets/images/common/ico_line01.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.c-banner {
  position: relative;
  z-index: 1;
  padding: 34px 20px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-banner.group {
  background-image: url("/assets/images/common/img_banner_group01.jpg");
}

.c-banner.group::after {
  background: #E12639;
  opacity: .8;
}

.c-banner.recruit {
  background-image: url("/assets/images/common/img_banner_recruit01.jpg");
}

.c-banner.recruit::after {
  background: #004391;
  opacity: .85;
}

.c-banner__inner {
  position: relative;
  z-index: 2;
}

.c-banner__title {
  color: #FFF;
}

.c-banner__title small {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.c-banner__title span {
  display: block;
  margin: 11px 0 0 0;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 44px;
}

.c-banner__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  margin: 19px 0 0 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 45px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  overflow: hidden;
}

.c-banner__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background-image: url(/assets/images/common/ico_link02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 13px;
}

@media screen and (min-width: 768px), print {
  .c-banner {
    padding: 40px 47px 30px;
  }
  .c-banner__title span {
    margin: 24px 0 0 0;
  }
  .c-banner__link {
    width: 244px;
    margin: 17px 0 0 0;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
  .c-banner__link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .c-banner__link::after {
    -webkit-transition: right 0.3s ease, background-image 0.3s ease;
    transition: right 0.3s ease, background-image 0.3s ease;
  }
  .c-banner__link span {
    -webkit-transition: padding 0.3s ease, color 0.3s ease;
    transition: padding 0.3s ease, color 0.3s ease;
  }
  .c-banner__link:hover::before {
    width: 100%;
  }
  .c-banner__link:hover::after {
    right: 11px;
  }
  .c-banner__link:hover span {
    padding: 0 0 0 5px;
  }
  .c-banner.group .c-banner__link:hover {
    border-color: #FFF;
  }
  .c-banner.group .c-banner__link:hover::after {
    background-image: url("/assets/images/common/ico_link02--red.png");
  }
  .c-banner.group .c-banner__link:hover span {
    color: #E12639;
  }
  .c-banner.group .c-banner__link:hover::before {
    background: #FFF;
  }
  .c-banner.recruit .c-banner__link:hover {
    border-color: #FFF;
  }
  .c-banner.recruit .c-banner__link:hover::after {
    background-image: url("/assets/images/common/ico_link02--blue.png");
  }
  .c-banner.recruit .c-banner__link:hover span {
    color: #004391;
  }
  .c-banner.recruit .c-banner__link:hover::before {
    background: #FFF;
  }
}

.c-select {
  position: relative;
  width: 177px;
  height: 42px;
}

.c-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: url("/assets/images/common/ico_arrow08.svg") no-repeat;
  background-position: center;
  background-size: 9px 9px;
}

.c-select select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #F4F4F4;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .c-select:hover {
    cursor: pointer;
  }
  .c-select::after {
    width: 7px;
    height: 7px;
    background-size: 7px 7px;
  }
}

.c-scroll {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 11px;
  height: 160px;
}

.c-scroll__text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 11px;
}

.c-scroll__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2px;
  height: 108px;
  overflow: hidden;
}

.c-scroll__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.29;
}

.c-scroll__line::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110%;
  left: 0;
  width: 100%;
  height: 110%;
  background: #FFF;
  -webkit-animation: scrollline 4s linear infinite;
          animation: scrollline 4s linear infinite;
}

.c-category {
  display: block;
  padding: 4px 6px;
  background: #E5E5E5;
  border: 1px solid #E5E5E5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.c-category.group {
  background: #FFF;
  border: 1px solid #E5E5E5;
}

.c-title-canvas {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  min-width: 100%;
  height: 100px;
  pointer-events: none;
}

.c-empty {
  padding: 48px 20px 200px;
}

.c-empty span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.c-empty span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-color: #E1263C;
}

@media screen and (min-width: 768px), print {
  .c-empty {
    width: 960px;
    padding: 66px 0 400px;
    margin: 0 auto;
  }
  .c-empty span {
    padding: 0 0 0 28px;
    font-size: 22px;
  }
  .c-empty span::before {
    width: 22px;
    height: 22px;
  }
}

.c-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .c-info-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.p-banner {
  margin: 60px 0 0 0;
}

@media screen and (min-width: 768px), print {
  .p-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 140px 0 0 0;
  }
  .p-banner__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    height: 270px;
  }
}

.p-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  overflow: auto;
}

.p-breadcrumbs__inner a,
.p-breadcrumbs__inner span {
  color: #666666;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  white-space: nowrap;
}

.p-breadcrumbs__inner a + a,
.p-breadcrumbs__inner a + span {
  margin-left: 6px;
}

.p-breadcrumbs__inner a + a::before,
.p-breadcrumbs__inner a + span::before {
  content: "＞ ";
}

.p-breadcrumbs__home {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumbs__inner {
    max-width: 1366px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .p-breadcrumbs__inner a,
  .p-breadcrumbs__inner span {
    font-size: 12px;
  }
  .p-breadcrumbs__inner a {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-breadcrumbs__inner a:hover {
    opacity: 0.6;
  }
  .p-breadcrumbs__inner a + a,
  .p-breadcrumbs__inner a + span {
    margin-left: 10px;
  }
  .p-breadcrumbs__home {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
  }
}

.p-heading {
  position: relative;
  z-index: 1;
  padding: 160px 0 34px 0;
}

.p-heading__title {
  text-align: center;
}

.p-heading__title span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-heading__title small {
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
}

.p-heading__title small small {
  font-weight: 500;
}

.p-heading__title > span,
.p-heading__title > small {
  display: block;
}

.p-heading__title > small {
  margin: 18px 0 0 0;
}

.p-heading__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media screen and (min-width: 768px), print {
  .p-heading {
    padding: 195px 0 54px 0;
    overflow: hidden;
  }
  .p-heading__title span {
    font-size: 16px;
  }
  .p-heading__title small {
    font-size: 50px;
  }
  .p-heading__title > small {
    margin: 33px 0 0 0;
  }
}

.p-image {
  position: relative;
  width: 100%;
  height: 304px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-image__scroll {
  position: absolute;
  bottom: 0;
  left: 10px;
}

@media screen and (min-width: 768px), print {
  .p-image {
    height: 584px;
  }
  .p-image__scroll {
    bottom: 200px;
    left: 50px;
  }
}

.p-links {
  padding: 25px 20px 10px;
  background: #D4D4D4;
}

.p-links .c-button {
  height: 45px;
  background: #FFF;
  border: 0;
}

.p-links .c-button + .c-button {
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px), print {
  .p-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 155px;
    padding: 0;
    margin: 0 0 -50px;
  }
  .p-links .c-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    width: 360px;
    height: 45px;
  }
  .p-links .c-button + .c-button {
    margin: 0 0 0 18px;
  }
}

.p-header {
  height: 50px;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  will-change: height, padding, margin, border-radius;
}

.p-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 0 0 17px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.p-header__title {
  position: absolute;
  top: 2px;
  left: -2px;
  width: 75px;
  height: 100%;
  margin-top: 1px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  will-change: opacity;
}

.p-header__title a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__title .initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  will-change: opacity;
}

.p-header__title .next {
  position: absolute;
  top: 4px;
  left: 0;
  width: 92px;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  will-change: opacity;
}

.p-header__btn {
  position: absolute;
  top: 0;
  right: -15px;
  width: 60px;
  height: 60px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  will-change: width, height, border-radius, background;
}

.p-header__btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 32px;
  height: 2px;
  background: #111;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  will-change: top, transform;
}

.p-header__btn-line:nth-of-type(1) {
  top: 12px;
}

.p-header__btn-line:nth-of-type(2) {
  top: 23px;
}

.p-header__btn-text {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #111;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  will-change: opacity;
}

.p-header__btn-text.close {
  opacity: 0;
}

.p-header__btn.close .p-header__btn-line:nth-of-type(1) {
  top: 21px;
  -webkit-transform: translate(-50%, 0) rotate(20deg);
          transform: translate(-50%, 0) rotate(20deg);
}

.p-header__btn.close .p-header__btn-line:nth-of-type(2) {
  top: 21px;
  -webkit-transform: translate(-50%, 0) rotate(-20deg);
          transform: translate(-50%, 0) rotate(-20deg);
}

.p-header__btn.close .p-header__btn-text {
  opacity: 0;
}

.p-header__btn.close .p-header__btn-text.close {
  opacity: 1;
}

.p-header.fit .p-header__title .initial {
  opacity: 0;
  pointer-events: none;
}

.p-header.fit .p-header__title .next {
  opacity: 1;
}

@media (max-width: 767px) {
  .p-header {
    margin: 8px 0 0 0;
  }
  .p-header.fit {
    height: 50px;
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
    background: #FFF;
  }
  .p-header.fit .p-header__inner {
    border-radius: 0;
  }
  .p-header.fit .p-header__btn {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: #E12639;
  }
  .p-header.fit .p-header__btn-line:nth-of-type(1) {
    top: 12px;
    background: #FFF;
  }
  .p-header.fit .p-header__btn-line:nth-of-type(2) {
    top: 22px;
    background: #FFF;
  }
  .p-header.fit .p-header__btn-text {
    top: 30px;
    color: #FFF;
  }
  .p-header.fit .close .p-header__btn-line {
    top: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .p-header {
    height: 100px;
    padding: 13px 10px 7px;
    margin-top: 14px;
  }
  .p-header__inner {
    padding: 0 40px;
  }
  .p-header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-header__title {
    left: 40px;
    width: 95px;
    margin-top: 1px;
    -webkit-transition: opacity 1s ease, left 1s ease;
    transition: opacity 1s ease, left 1s ease;
    will-change: opacity, left;
  }
  .p-header__title .next {
    top: 7px;
  }
  .p-header__title:hover {
    opacity: 0.6;
  }
  .p-header__title a .initial {
    width: 95px;
  }
  .p-header__title a .next {
    width: 106px;
  }
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 40px;
  }
  .p-header__list-item {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    will-change: color;
  }
  .p-header__list-item:hover {
    color: #E12639;
  }
  .p-header__list-item.current {
    color: #E12639;
  }
  .p-header__list-item + .p-header__list-item {
    margin-left: 29px;
  }
  .p-header__top {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #F1F1F1;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    will-change: opacity;
  }
  .p-header__top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
  }
  .p-header.fit {
    height: 80px;
    margin-top: -3px;
  }
  .p-header.fit .p-header__inner {
    padding: 0 102px;
    background: #FFF;
    border-radius: 10px;
  }
  .p-header.fit .p-header__title {
    left: 20px;
  }
  .p-header.fit .p-header__top {
    pointer-events: auto;
    opacity: 1;
  }
}

.p-header.vision .vision,
.p-header.company .company,
.p-header.overview .company,
.p-header.history .company,
.p-header.csr .company,
.p-header.works .works {
  color: #DC0017;
}

.top .p-header__list {
  color: #FFF;
  will-change: color;
}

.top .p-header__btn-line {
  background: #FFF;
}

.top .p-header__btn-text {
  color: #FFF;
}

.top.fit .p-header__list {
  color: #000;
}

.p-nav {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding-left: 95px;
}

.p-nav__inner {
  position: relative;
  min-height: 100%;
  padding: 15px 0 0 0;
  background: #E12639;
}

.p-nav__list-item {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.p-nav__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.3;
}

.p-nav__list-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 56px;
  padding: 0 0 0 23px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
}

.p-nav__list-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 9px;
  background: url("/assets/images/common/ico_arrow01.png") no-repeat;
  background-position: center;
  background-size: 7px 9px;
}

.p-nav__list-item.link a::after {
  width: 16px;
  height: 13px;
  background-image: url("/assets/images/common/ico_link02.png");
  background-size: 16px 13px;
}

.p-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 23px;
  margin-top: 42px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.p-nav__link + .p-nav__link {
  margin-top: 14px;
}

.p-nav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 38px;
  left: 0;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.p-nav__sns-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
}

.p-nav__sns-item + .p-nav__sns-item {
  margin-left: 20px;
}

.p-nav__btn {
  position: absolute;
  top: 0;
  left: 45px;
  width: 50px;
  height: 50px;
  background: #E12639;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-nav__btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 32px;
  height: 2px;
  background: #FFF;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-nav__btn-line:nth-of-type(1) {
  top: 12px;
}

.p-nav__btn-line:nth-of-type(2) {
  top: 22px;
}

.p-nav__btn-text {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-nav__btn-text.close {
  opacity: 0;
}

.p-nav__btn.close .p-nav__btn-line:nth-of-type(1) {
  top: 16px;
  -webkit-transform: translate(-50%, 0) rotate(20deg);
          transform: translate(-50%, 0) rotate(20deg);
}

.p-nav__btn.close .p-nav__btn-line:nth-of-type(2) {
  top: 16px;
  -webkit-transform: translate(-50%, 0) rotate(-20deg);
          transform: translate(-50%, 0) rotate(-20deg);
}

.p-nav__btn.close .p-nav__btn-text {
  opacity: 0;
}

.p-nav__btn.close .p-nav__btn-text.close {
  opacity: 1;
}

.recruit.p-nav .p-nav__inner {
  position: relative;
}

.recruit.p-nav .p-nav__inner::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 131px;
  height: 144px;
  background: url("/assets/images/common/img_nav01.png") no-repeat;
  background-position: center;
  background-size: 131px 144px;
  pointer-events: none;
}

.open .p-nav__list-item,
.open .p-nav__link,
.open .p-nav__sns {
  opacity: 1;
}

.p-footer-group {
  background: #F1F1F1;
}

.p-footer-group__inner {
  padding: 20px 20px 30px;
}

.p-footer-group__title {
  width: 68px;
  margin: 0 auto;
}

.p-footer-group__text {
  margin: 29px 0 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-footer-group__text span {
  padding-bottom: 9px;
}

.p-footer-group__btn {
  margin-top: 17px;
}

.p-footer-group__btn small {
  display: block;
}

@media screen and (min-width: 768px), print {
  .p-footer-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    padding: 224px 0 100px;
  }
  .p-footer-group__inner {
    width: 438px;
    padding: 20px 0 30px;
  }
  .p-footer-group__title {
    position: absolute;
    top: 50px;
    right: 60px;
    width: 94px;
  }
  .p-footer-group__text {
    margin: 0;
    font-size: 15px;
  }
  .p-footer-group__text span {
    padding-bottom: 12px;
  }
  .p-footer-group__copy {
    margin: 80px 0 0 0;
    text-align: right;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
  }
}

.p-footer-link {
  background: #484B50;
}

.p-footer-link__inner {
  padding: 41px 40px 38px;
}

.p-footer-link__title {
  width: 220px;
  margin: 0 auto;
}

.p-footer-link__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px auto 0;
}

.p-footer-link__pages-item {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-footer-link__pages-item + .p-footer-link__pages-item::before {
  content: "｜";
}

.p-footer-link__list {
  margin-top: 29px;
}

.p-footer-link__list-block + .p-footer-link__list-block {
  margin-top: 20px;
}

.p-footer-link__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  white-space: nowrap;
}

.p-footer-link__list-item + .p-footer-link__list-item {
  margin-top: 20px;
}

.p-footer-link__list-item.current {
  margin-left: 10px;
}

.p-footer-link__list-item.current::after {
  display: none;
}

.p-footer-link__list-item.current span {
  position: relative;
}

.p-footer-link__list-item.current span::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -10px;
  bottom: -6px;
  left: -10px;
  margin: 0;
  background: none;
  border: 1px solid #FFF;
}

.p-footer-link__list a.p-footer-link__list-item::after {
  content: "";
  width: 16px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/images/common/ico_link02.png) no-repeat;
  background-position: center;
  background-size: 16px 13px;
}

.p-footer-link__link {
  display: block;
  margin: 20px 0 0 0;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 18px;
}

.p-footer-link__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-footer-link__link span::after {
  content: "";
  width: 16px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/images/common/ico_link02.png) no-repeat;
  background-position: center;
  background-size: 16px 13px;
}

.p-footer-link__line {
  width: 15px;
  height: 2px;
  margin: 20px 0 0 0;
  background: #FFF;
}

@media screen and (min-width: 768px), print {
  .p-footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
    padding: 151px 0 146px;
  }
  .p-footer-link__inner {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 458px;
            flex: 0 0 458px;
    width: 458px;
    padding: 0;
  }
  .p-footer-link__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
    margin: 0;
  }
  .p-footer-link__pages {
    margin: 36px 0 0 13px;
  }
  .p-footer-link__pages-item {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-footer-link__pages-item:hover {
    opacity: 0.6;
  }
  .p-footer-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 48px;
  }
  .p-footer-link__list-block + .p-footer-link__list-block {
    margin: 0 0 0 74px;
  }
  .p-footer-link__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-footer-link__list-item + .p-footer-link__list-item {
    margin-top: 20px;
  }
  .p-footer-link__list-item.current::after {
    display: none;
  }
  .p-footer-link__list-item.current span {
    position: relative;
  }
  .p-footer-link__list-item.current span::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -10px;
    bottom: -6px;
    left: -10px;
    margin: 0;
    background: none;
    border: 1px solid #FFF;
  }
  .p-footer-link__list a.p-footer-link__list-item:hover {
    opacity: 0.6;
  }
  .p-footer-link__link {
    margin: 18px 0 0 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-footer-link__link:hover {
    opacity: 0.6;
  }
  .p-footer-link__link span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p-footer-link__line {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 29px 0 0 0;
    background: transparent;
  }
  .p-footer-link__line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #FFF;
  }
  .p-footer-link__line + .p-footer-link__link {
    margin-top: 28px;
  }
}

.p-footer-copy {
  padding: 20px 0 30px;
  background: #F1F1F1;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.p-home-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.p-home-mv__slider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  opacity: 0;
}

.p-home-mv__slider .slick-list,
.p-home-mv__slider .slick-track {
  height: 100%;
}

.p-home-mv__slider .slick-slide.next {
  opacity: 1 !important;
}

.p-home-mv__slider .slick-slide.animation::after {
  -webkit-animation: mvscale 10s linear forwards;
          animation: mvscale 10s linear forwards;
}

.p-home-mv__slider-item {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.p-home-mv__slider-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
  width: 101%;
  height: 101%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-home-mv__slider-item:nth-of-type(1)::after {
  background-image: url("/assets/images/home/img_mv01.jpg");
}

.p-home-mv__slider-item:nth-of-type(2)::after {
  background-image: url("/assets/images/home/img_mv02.jpg");
}

.p-home-mv__slider-item:nth-of-type(3)::after {
  background-image: url("/assets/images/home/img_mv03.jpg");
}

.p-home-mv__dots {
  position: absolute;
  right: 14px;
  bottom: 75px;
}

.p-home-mv__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
  /*
            button[aria-controls=slick-slide00].normal {
                svg {
                    circle {
                        animation: loader 7.4s linear forwards;
                    }
                }
            }
            */
}

.p-home-mv__dots .slick-dots li {
  position: relative;
  width: 18px;
  height: 18px;
}

.p-home-mv__dots .slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.p-home-mv__dots .slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  font-size: 0;
  background: transparent;
  opacity: 0;
  overflow: visible;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  cursor: pointer;
}

.p-home-mv__dots .slick-dots li button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(1, -1);
          transform: translate(-50%, -50%) rotate(-90deg) scale(1, -1);
  width: 18px;
  height: 18px;
}

.p-home-mv__dots .slick-dots li button svg circle {
  stroke-width: 4;
  stroke: #FFF;
  fill: none;
  stroke-dasharray: 380;
  stroke-dashoffset: -1800;
  will-change: stroke-dashoffset;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-home-mv__dots .slick-dots li + li {
  margin-left: 4px;
}

.p-home-mv__dots .slick-dots .slick-active button {
  opacity: 1;
}

.p-home-mv__dots .slick-dots .slick-active button svg circle {
  -webkit-animation: loader 7.4s linear forwards;
          animation: loader 7.4s linear forwards;
}

.p-home-mv__dots .slick-dots .slick-active::before {
  background: white;
}

.p-home-mv__dots .slick-dots button[aria-controls=slick-slide00].first svg circle {
  -webkit-animation: loader 5.6s linear forwards;
          animation: loader 5.6s linear forwards;
}

.p-home-mv__box {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 24px;
}

.p-home-mv__text {
  padding-left: 0.8em;
  text-align: center;
  color: #FFF;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 31px;
  letter-spacing: .1em;
  line-height: 39px;
  white-space: nowrap;
  opacity: 0;
}

.p-home-mv__button {
  width: 250px;
  padding-left: 72px;
  padding-right: 23px;
  margin: 10px auto 0;
  border: 0;
  font-family: 'Raleway', sans-serif;
  overflow: visible;
}

.p-home-mv__button::before {
  top: 50%;
  right: 9px;
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 2px;
  background: #FFF;
  -webkit-transition: width 0.3s ease, right 0.3s ease;
  transition: width 0.3s ease, right 0.3s ease;
}

.p-home-mv__button::after {
  right: 0;
  width: 9px;
  height: 9px;
  background-image: url("/assets/images/common/ico_arrow06.png");
  background-size: 9px 9px;
}

.p-home-mv__button small {
  left: 0;
  display: block;
  color: #FFF;
}

.p-home-mv__button span {
  color: #FFF;
  font-size: 22px;
  letter-spacing: .1em;
  white-space: nowrap;
}

.p-home-mv__button:hover span {
  padding: 0;
}

.p-home-mv__button:hover::before {
  right: -1px;
  width: 20px;
}

.p-home-mv__button:hover::after {
  right: -10px;
  background-image: url("/assets/images/common/ico_arrow06.png");
}

.p-home-mv.ready .p-home-mv__text {
  -webkit-animation: fadein 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadein 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.p-home-mv__message {
  position: absolute;
  z-index: 10;
  right: 12px;
  bottom: 20px;
  left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 35px;
  padding: 0 30px 0 16px;
  background: #FFF;
  border-radius: 40px;
}

.p-home-mv__message::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 15px;
  background: url("/assets/images/common/ico_arrow02.png") no-repeat;
  background-position: center;
  background-size: 17px 15px;
}

.p-home-mv__message-title {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 20px;
}

.p-home-mv__message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  margin-left: 7px;
}

.p-home-mv__message-text time {
  color: #FF3B00;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 20px;
}

.p-home-mv__message-text span {
  margin-left: 6px;
  white-space: nowrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 20px;
  text-decoration: underline;
}

.p-home-mv__scroll {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 11px;
  height: 160px;
}

.p-home-mv__scroll-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 11px;
}

.p-home-mv__scroll-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2px;
  height: 108px;
  overflow: hidden;
}

.p-home-mv__scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.29;
}

.p-home-mv__scroll-line::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110%;
  left: 0;
  width: 100%;
  height: 110%;
  background: #FFF;
  -webkit-animation: scrollline 4s linear infinite;
          animation: scrollline 4s linear infinite;
}

.p-home-mv__canvas {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .p-home-mv {
    height: calc(100vh + 60px);
  }
  .p-home-mv__slider-item:nth-of-type(1)::after {
    background-image: url("/assets/images/home/img_mv01--pc.jpg");
  }
  .p-home-mv__slider-item:nth-of-type(2)::after {
    background-image: url("/assets/images/home/img_mv02--pc.jpg");
  }
  .p-home-mv__slider-item:nth-of-type(3)::after {
    background-image: url("/assets/images/home/img_mv03--pc.jpg");
  }
  .p-home-mv__dots {
    right: 40px;
    bottom: 50%;
    padding-bottom: 60px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .p-home-mv__dots .slick-dots {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 16px;
  }
  .p-home-mv__dots .slick-dots li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-home-mv__text {
    padding: 30px 0 0 0;
    font-size: 43px;
    line-height: 63px;
  }
  .p-home-mv__message {
    right: 38px;
    bottom: 100px;
    left: auto;
    width: 500px;
    padding: 0 30px;
  }
  .p-home-mv__message-text {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-home-mv__message-text:hover {
    opacity: 0.6 !important;
  }
  .p-home-mv__message::after {
    right: 12px;
  }
  .p-home-mv__scroll {
    bottom: 60px;
    left: 50px;
  }
}

.safari .p-home-mv__dots .slick-dots li button {
  border-color: #FFF;
}

.safari .p-home-mv__dots .slick-dots li button svg circle {
  stroke: #67959B;
}

.p-home-flow__block {
  padding: 59px 20px 0;
  background: #E12639;
}

.p-home-flow__title {
  display: block;
  width: 287px;
  margin: 0 auto;
}

.p-home-flow__text {
  margin: 28px 0 0 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 32px;
}

.p-home-flow__image {
  width: 375px;
  margin: 0 auto;
}

.p-home-flow__button {
  height: 55px;
  margin: 20px auto 0;
  border-color: rgba(255, 255, 255, 0.5);
}

.p-home-flow__button::after {
  background-image: url("/assets/images/common/ico_arrow03--white.png");
}

.p-home-flow__button span {
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-home-flow__block + .p-home-flow__block {
    padding-top: 36px;
  }
  .p-home-flow__block:nth-of-type(2) {
    padding-bottom: 50px;
    margin-top: -8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-home-flow__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-home-flow__block {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 60px);
            flex: 0 0 calc(50% - 60px);
    width: calc(50% - 60px);
    height: 620px;
    padding: 59px 20px 0;
  }
  .p-home-flow__block:nth-of-type(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 60px);
            flex: 0 0 calc(50% + 60px);
    width: calc(50% + 60px);
    padding: 0;
    margin-top: -60px;
  }
  .p-home-flow__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 505px;
            flex: 0 0 505px;
    margin: 132px 0 0;
  }
  .p-home-flow__title {
    width: 505px;
    margin: 0;
  }
  .p-home-flow__text {
    margin: 52px 0 0 0;
  }
  .p-home-flow__image {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    width: 570px;
    margin: 0 0 0 38px;
  }
}

.p-home-service {
  margin: 40px 0 0 0;
}

.p-home-service__title {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  margin: 35px 0 0 0;
}

.p-home-service__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 5px / 2);
          flex: 0 0 calc(100% / 2 - 5px / 2);
  width: calc(100% / 2 - 5px / 2);
  height: 45px;
  border: 2px solid #DEDEDE;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-home-service__item {
  margin: 40px 0 0;
}

.p-home-service__item + .p-home-service__item {
  margin-top: 50px;
}

.p-home-service__item-box {
  position: relative;
  z-index: 1;
  padding: 31px 0 0;
  margin: -60px 20px 0;
  background: #FFF;
}

.p-home-service__item-title {
  padding: 0 30px;
}

.p-home-service__item-title small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  white-space: nowrap;
}

.p-home-service__item-title small::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  height: 3px;
  margin: 0 0 0 10px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-home-service__item-title span {
  display: block;
  margin: 23px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-home-service__item-text {
  padding: 0 30px;
  margin: 19px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-home-service__item-button {
  margin: 30px 0 0;
}

.p-home-service__item-list {
  padding: 16px 20px 19px;
  margin: 15px 30px 0;
  background: #F8F8F8;
}

.p-home-service__item-list-item {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-home-service__item-list-item a {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-home-service__item-list-item a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/images/common/ico_link01.png) no-repeat;
  background-position: center;
  background-size: 16px 13px;
}

.p-home-service__item-list-item a:hover {
  opacity: 0.6;
}

.p-home-service__item-list-item + .p-home-service__item-list-item {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .p-home-service__list a:nth-of-type(2n+2) {
    margin-left: 5px;
  }
  .p-home-service__list a:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-home-service {
    margin: 86px 0 0 0;
  }
  .p-home-service__title {
    font-size: 24px;
  }
  .p-home-service__list {
    width: 1215px;
    padding: 0;
    margin: 40px auto 0;
  }
  .p-home-service__list a {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    width: 190px;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: border-color 0.3s ease, color 0.3s ease;
    transition: border-color 0.3s ease, color 0.3s ease;
  }
  .p-home-service__list a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #E12639;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .p-home-service__list a:hover {
    border-color: #E12639;
    color: #FFF;
  }
  .p-home-service__list a:hover::before {
    width: 100%;
  }
  .p-home-service__list a + a {
    margin-left: 15px;
  }
  .p-home-service__item {
    position: relative;
    padding: 0 0 0 60px;
    margin: 120px 0 0;
  }
  .p-home-service__item + .p-home-service__item {
    margin-top: 130px;
  }
  .p-home-service__item-box {
    position: absolute;
    bottom: 0;
    width: 652px;
    padding: 63px 60px 0 192px;
    margin: 0;
  }
  .p-home-service__item:nth-of-type(2n+1) {
    padding: 0 0 0 60px;
  }
  .p-home-service__item:nth-of-type(2n+1) .p-home-service__item-box {
    left: -60px;
  }
  .p-home-service__item:nth-of-type(2n+2) {
    padding: 0 60px 0 0;
  }
  .p-home-service__item:nth-of-type(2n+2) .p-home-service__item-box {
    right: 60px;
    width: 532px;
    padding: 63px 83px 0 62px;
  }
  .p-home-service__item-title {
    padding: 0;
  }
  .p-home-service__item-title small {
    font-size: 16px;
  }
  .p-home-service__item-title small::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
  }
  .p-home-service__item-title span {
    margin: 60px 0 0;
    font-size: 28px;
  }
  .p-home-service__item-text {
    padding: 0;
    margin: 32px 0 0;
    font-size: 16px;
    line-height: 30px;
  }
  .p-home-service__item-button {
    height: 55px;
    margin: 38px 0 0;
  }
  .p-home-service__item-button small::after {
    background-image: url("/assets/images/common/ico_line01.png");
  }
  .p-home-service__item-list {
    width: 380px;
    padding: 24px 20px 25px;
    margin: 32px 0 0;
  }
}

.p-home-others {
  margin: 60px 0 0 0;
}

.p-home-others__inner {
  padding: 0 20px;
}

.p-home-others__title {
  text-align: center;
}

.p-home-others__title small {
  display: block;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-others__title span {
  position: relative;
  display: block;
  padding: 0 0 37px 0;
  margin: 31px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-home-others__title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 66px;
  height: 3px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-home-others__list {
  margin-top: 40px;
}

.p-home-others__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-home-others__list-item + .p-home-others__list-item {
  margin-top: 40px;
}

.p-home-others__list-item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 140px;
          flex: 1 1 140px;
  width: 140px;
}

.p-home-others__list-item__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
  width: 180px;
  margin: 1px 0 0 15px;
}

.p-home-others__list-item__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-home-others__list-item__text {
  margin: 16px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-home-others__list-item__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  padding: 16px 20px 19px;
  margin: 15px 0 0;
  background: #F8F8F8;
}

.p-home-others__list-item__links a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-home-others__list-item__links a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  margin: 0 0 0 8px;
  background: url(/assets/images/common/ico_link01.png) no-repeat;
  background-position: center;
  background-size: 16px 13px;
}

.p-home-others__list-item__links a + a,
.p-home-others__list-item__links a + span,
.p-home-others__list-item__links span + a,
.p-home-others__list-item__links span + span {
  margin-top: 14px;
}

@media screen and (min-width: 768px), print {
  .p-home-others {
    margin: 116px 0 0 0;
  }
  .p-home-others__inner {
    width: 1116px;
    padding: 0;
    margin: 0 auto;
  }
  .p-home-others__title small {
    font-size: 16px;
  }
  .p-home-others__title span {
    padding: 0 0 39px 0;
    margin: 30px 0 0;
    font-size: 28px;
  }
  .p-home-others__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
  .p-home-others__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 530px;
            flex: 0 0 530px;
    width: 530px;
  }
  .p-home-others__list-item + .p-home-others__list-item {
    margin-top: 0;
  }
  .p-home-others__list-item:nth-of-type(2n+2) {
    margin-left: 56px;
  }
  .p-home-others__list-item:nth-of-type(n+3) {
    margin-top: 75px;
  }
  .p-home-others__list-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 236px;
            flex: 0 0 236px;
    width: 236px;
  }
  .p-home-others__list-item__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 264px;
            flex: 0 0 264px;
    width: 264px;
    margin: 2px 0 0 30px;
  }
  .p-home-others__list-item__title {
    font-size: 22px;
  }
  .p-home-others__list-item__text {
    margin: 17px 0 0 0;
    font-size: 16px;
    line-height: 30px;
  }
  .p-home-others__list-item__links {
    padding: 13px 20px 14px;
    margin: 27px 0 0;
  }
  .p-home-others__list-item__links a {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-home-others__list-item__links a:hover {
    opacity: 0.6;
  }
  .p-home-others__list-item__links a + a,
  .p-home-others__list-item__links a + span,
  .p-home-others__list-item__links span + a,
  .p-home-others__list-item__links span + span {
    margin-top: 10px;
  }
}

.p-home-challenge {
  margin: 70px 0 0;
}

.p-home-challenge__image {
  position: relative;
  height: 80vw;
  /*
            &::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 375px;
                height: 300px;
                background: url("/assets/images/home/ico_challenge04--sp.png") no-repeat;
                background-position: center;
                background-size: 375px 300px;
            }
            */
}

.p-home-challenge__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-home-challenge__block {
  position: relative;
  z-index: 1;
  padding: 30px 20px 40px;
  margin: -45px 0 0 0;
  background: rgba(0, 67, 145, 0.9);
}

.p-home-challenge__title {
  color: #FFF;
}

.p-home-challenge__title small {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-challenge__title span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 36px;
}

.p-home-challenge__text {
  margin: 30px 0 0 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-home-challenge__button {
  height: 45px;
  margin: 30px 0 0 0;
  border-color: rgba(255, 255, 255, 0.5);
}

.p-home-challenge__button span {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
}

.p-home-challenge__button::before {
  background: #FFF;
}

.p-home-challenge__button:hover {
  border-color: #FFF;
}

.p-home-challenge__button:hover::before {
  background: #FFF;
}

.p-home-challenge__button:hover span {
  color: #19559B;
}

.p-home-challenge__button:hover::after {
  background-image: url("/assets/images/common/ico_link02--blue.png");
}

@media screen and (min-width: 768px), print {
  .p-home-challenge {
    padding: 0 0 343px;
    margin: 168px 0 0;
    overflow: hidden;
  }
  .p-home-challenge__inner {
    position: relative;
  }
  .p-home-challenge__image {
    height: 39.53vw;
    min-height: 484px;
    /*
            &::before {
                width: 1366px;
                height: 540px;
                background-image: url("/assets/images/home/ico_challenge04.png");
                background-size: 1366px 540px;
            }
            */
  }
  .p-home-challenge__image::before {
    /*
                content: "";
                position: absolute;
                z-index: 1;
                bottom: -185px;
                left: 50%;
                transform: translate(-560px, 0);
                width: 550px;
                height: 245px;
                background: url("/assets/images/home/ico_challenge02.png") no-repeat;
                background-position: center;
                background-size: 550px;
                height: 245px;
                */
  }
  .p-home-challenge__block {
    position: absolute;
    z-index: 1;
    top: 212px;
    left: 50%;
    -webkit-transform: translate(18px, 0);
            transform: translate(18px, 0);
    width: 597px;
    padding: 72px 52px 80px 60px;
    margin: 0;
  }
  .p-home-challenge__title small {
    font-size: 16px;
  }
  .p-home-challenge__title span {
    margin: 29px 0 0 0;
    font-size: 34px;
    line-height: 58px;
  }
  .p-home-challenge__text {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 32px;
  }
  .p-home-challenge__button {
    margin: 29px 0 0 0;
  }
  .p-home-challenge__button span {
    font-size: 15px;
  }
}

.p-home-news {
  background: #F8F8F8;
}

.p-home-news__inner {
  padding: 60px 20px 70px;
}

.p-home-news__title {
  text-align: center;
}

.p-home-news__title small {
  display: block;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-news__title span {
  position: relative;
  display: block;
  padding: 0 0 37px 0;
  margin: 31px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-home-news__title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 66px;
  height: 3px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-home-news__list {
  margin: 25px 0 0;
  border-top: 1px solid #E0E0E0;
}

.p-home-news__list-item > a {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid #E0E0E0;
}

.p-home-news__list-item__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #BEBEBE;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.p-home-news__list-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0 0 0;
}

.p-home-news__list-item object {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.p-home-news__list-item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-home-news__list-item__category.saiyo {
  background: #E5E5E5;
}

.p-home-news__list-item__category.soloar {
  background: #008282;
  color: #FFF;
}

.p-home-news__list-item__category.yamato {
  background: #E12639;
  color: #FFF;
}

.p-home-news__list-item__category.group {
  background: #FFF;
  border: 1px solid #E5E5E5;
}

.p-home-news__list-item__text {
  margin: 18px 0 0 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-home-news__link {
  display: block;
  margin-top: 39px;
  text-align: center;
}

.p-home-news__link span {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
}

.p-home-news__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 9px;
  background: url("/assets/images/common/ico_arrow03.png") no-repeat;
  background-position: center;
  background-size: 17px 9px;
}

@media screen and (min-width: 768px), print {
  .p-home-news {
    margin: 0 0 0;
    background: #F8F8F8;
  }
  .p-home-news__inner {
    width: 1116px;
    padding: 152px 0 116px;
    margin: 0 auto;
  }
  .p-home-news__title small {
    font-size: 16px;
  }
  .p-home-news__title span {
    padding: 0 0 39px 0;
    margin: 30px 0 0;
    font-size: 28px;
  }
  .p-home-news__title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 66px;
    height: 3px;
    background: url("/assets/images/common/ico_line01--red.png") repeat-x;
    background-position: left center;
    background-size: 4px 3px;
  }
  .p-home-news__list {
    margin: 50px 0 0;
  }
  .p-home-news__list-item {
    position: relative;
  }
  .p-home-news__list-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 29px 117px 34px 0;
    -webkit-transition: border 0.6s ease;
    transition: border 0.6s ease;
  }
  .p-home-news__list-item > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 17px;
    height: 9px;
    background: url("/assets/images/common/ico_arrow03.png") no-repeat;
    background-position: center;
    background-size: 17px 9px;
    -webkit-transition: background-image 0.6s ease;
    transition: background-image 0.6s ease;
  }
  .p-home-news__list-item__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
    width: 116px;
    margin: 0 12px 0 0;
    font-size: 20px;
  }
  .p-home-news__list-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
  .p-home-news__list-item__category {
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
  }
  .p-home-news__list-item__category.saiyo {
    background: #E5E5E5;
  }
  .p-home-news__list-item__category.soloar {
    background: #008282;
    color: #FFF;
  }
  .p-home-news__list-item__category.yamato {
    background: #E12639;
    color: #FFF;
  }
  .p-home-news__list-item__category.group {
    background: #FFF;
    border: 1px solid #E5E5E5;
  }
  .p-home-news__list-item__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 14px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  .p-home-news__list-item > a:hover {
    border-color: #E12639;
  }
  .p-home-news__list-item > a:hover .p-home-news__list-item__text {
    color: #E12639;
  }
  .p-home-news__list-item > a:hover::before {
    background-image: url("/assets/images/common/ico_arrow03--red.png");
  }
  .p-home-news__link {
    margin-top: 54px;
    padding-right: 23px;
    text-align: right;
  }
  .p-home-news__link span {
    font-size: 14px;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  .p-home-news__link span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 17px;
    height: 9px;
    background: url("/assets/images/common/ico_arrow03.png") no-repeat;
    background-position: center;
    background-size: 17px 9px;
  }
  .p-home-news__link span::before, .p-home-news__link span::after {
    -webkit-transition: background-image 0.6s ease;
    transition: background-image 0.6s ease;
  }
  .p-home-news__link:hover span {
    color: #DC0017;
  }
  .p-home-news__link:hover span::before {
    background-image: url(/assets/images/common/ico_arrow03--red.png);
  }
  .p-home-news__link:hover span::after {
    background-image: url(/assets/images/common/ico_line01--red.png);
  }
}

.p-home-works {
  position: relative;
  margin: 80px 0 0 0;
}

.p-home-works__title {
  position: relative;
  text-align: center;
}

.p-home-works__title small {
  display: block;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-works__title span {
  position: relative;
  display: block;
  padding: 0 0 37px 0;
  margin: 31px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-home-works__title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 66px;
  height: 3px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-home-works__canvas {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  min-width: 100%;
  height: 210px;
}

.p-home-works__area {
  padding: 0 0 0 0;
  margin: 24px 0 0 0;
}

.p-home-works__bar {
  width: 100%;
  height: 5px;
  margin: 30px 20px 0;
  background: #F1F1F1;
}

.p-home-works__line {
  display: block;
  width: 110px;
  height: 100%;
  background: #E12639;
}

.p-home-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-home-works__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100vw - 65px);
          flex: 0 0 calc(100vw - 65px);
  width: calc(100vw - 65px);
}

.p-home-works__list-item__box {
  position: relative;
  padding: 11px 77px 10px 14px;
  background: #F1F1F1;
}

.p-home-works__list-item__text small {
  display: block;
  color: #DC0017;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
}

.p-home-works__list-item__text span {
  display: block;
  margin: 8px 0 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 17px;
}

.p-home-works__list-item__type {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  background: #DC0017;
}

.p-home-works__ground {
  height: 10px;
  margin: -10px 0 0;
  background: #F1F1F1;
}

@media (max-width: 767px) {
  .p-home-works__area {
    /*
            padding: 0 0 0 20px;
            */
    padding: 0;
    overflow: visible;
  }
  .p-home-works__list-item__box {
    min-height: 73px;
  }
  .p-home-works .simplebar-scrollbar {
    background: #E12639;
  }
  .p-home-works .simplebar-track {
    margin: 30px 0 0;
  }
  .p-home-works .simplebar-track.simplebar-horizontal {
    height: 10px;
  }
  .p-home-works .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: 10px;
  }
  .p-home-works .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    opacity: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-home-works {
    width: 100%;
    margin: 140px 0 0 0;
    overflow: hidden;
  }
  .p-home-works__title small {
    font-size: 16px;
  }
  .p-home-works__title span {
    padding: 0 0 39px 0;
    margin: 30px 0 0;
    font-size: 28px;
  }
  .p-home-works__title span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 66px;
    height: 3px;
    background: url("/assets/images/common/ico_line01--red.png") repeat-x;
    background-position: left center;
    background-size: 4px 3px;
  }
  .p-home-works__canvas {
    top: -140px;
    height: 303px;
  }
  .p-home-works__area {
    position: relative;
    /*
            padding: 0 0 0 calc(50% - 558px);
            */
    padding: 0;
    margin: 50px auto 0;
    overflow: visible;
  }
  .p-home-works__area::before {
    content: "";
    position: absolute;
    right: 0;
    /*
                right: calc(50% - 558px);
                */
    bottom: 0;
    /*
                left: calc(50% - 558px);
                */
    left: 0;
    height: 10px;
    background: #F1F1F1;
  }
  .p-home-works__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
    width: 460px;
  }
  .p-home-works__list-item__box {
    padding: 20px 102px 22px 20px;
  }
  .p-home-works__list-item__text small {
    font-size: 13px;
  }
  .p-home-works__list-item__text span {
    margin: 9px 0 0 0;
    font-size: 16px;
  }
  .p-home-works__list-item__type {
    width: 80px;
    font-size: 12px;
  }
  .p-home-works__list-item__image {
    position: relative;
    width: 460px;
    height: 305px;
    overflow: hidden;
  }
  .p-home-works__list-item__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .p-home-works__list-item:hover .p-home-works__list-item__image img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .p-home-works__bar {
    margin: 30px auto 0;
  }
  .p-home-works__ground {
    height: 10px;
    /*
            margin: -5px calc(50% - 558px) 0;
            */
    margin: -10px 0 0;
  }
  .p-home-works .simplebar-track {
    /*
            width: 1116px;
            margin: 30px auto 0;
            */
  }
  .p-home-works .simplebar-scrollbar {
    background: #E12639;
  }
  .p-home-works .simplebar-track.simplebar-horizontal {
    height: 10px;
  }
  .p-home-works .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: 10px;
  }
  .p-home-works .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    opacity: 0;
  }
}

.p-home-recruit {
  display: block;
  margin: 60px 0 0;
}

.p-home-recruit__image {
  position: relative;
  height: 130px;
  background: url("/assets/images/home/img_recruit01.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.p-home-recruit__image::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -3px;
  width: 398px;
  height: 106px;
  background: url("/assets/images/home/img_recruit02.png") no-repeat;
  background-position: center;
  background-size: 398px 106px;
}

.p-home-recruit__box {
  position: relative;
  padding: 23px 20px;
  background: #E12639;
}

.p-home-recruit__title {
  text-align: right;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 46px;
}

.p-home-recruit__text {
  position: absolute;
  top: 14px;
  left: 14px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  white-space: nowrap;
}

.p-home-recruit__button {
  width: 280px;
  height: 45px;
  margin: 28px auto 0;
  border-color: rgba(255, 255, 255, 0.5);
}

.p-home-recruit__button span {
  color: #FFF;
  font-size: 15px;
}

.p-home-recruit:hover .c-button::before {
  width: 100%;
  background: #FFF;
}

.p-home-recruit:hover .c-button--red {
  border-color: #FFF;
}

.p-home-recruit:hover .c-button span {
  padding: 0 0 0 5px;
  color: #E12639;
}

.p-home-recruit:hover .c-button::after {
  right: 10px;
  background-image: url(/assets/images/common/ico_arrow03--red.png);
}

@media screen and (min-width: 768px), print {
  .p-home-recruit {
    margin: 140px 0 0;
    overflow: hidden;
  }
  .p-home-recruit__inner {
    position: relative;
    width: 100%;
    height: 300px;
    padding-left: 30.4538%;
  }
  .p-home-recruit__image {
    height: 100%;
    background-image: url("/assets/images/home/img_recruit01--pc.jpg");
  }
  .p-home-recruit__image::after {
    left: 50%;
    -webkit-transform: translate(-444px, 12px);
            transform: translate(-444px, 12px);
    width: 895px;
    height: 244px;
    background-size: 895px 244px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1367px), print and (min-width: 1367px) {
  .p-home-recruit__image::after {
    -webkit-transform: translate(calc(32.503vw * -1), 12px);
            transform: translate(calc(32.503vw * -1), 12px);
  }
}

@media screen and (min-width: 768px), print {
  .p-home-recruit__box {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30.4538%;
    padding: 61px 0 0;
  }
  .p-home-recruit__title {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
    margin-right: -60px;
    font-size: 49px;
    line-height: 62px;
  }
  .p-home-recruit__title span {
    display: inline-block;
    text-align: left;
  }
  .p-home-recruit__text {
    top: 22px;
    left: 19px;
    font-size: 12px;
  }
  .p-home-recruit__button {
    float: right;
    width: 244px;
    margin: 35px 47px 0 0;
  }
}

.p-home-media {
  margin: 70px 0 0 0;
}

.p-home-media__inner {
  padding: 0 20px;
}

.p-home-media__title {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-media__text {
  margin: 11px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 20px;
}

.p-home-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  margin: 26px 0 0 0;
}

.p-home-media__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100vw - 75px);
          flex: 0 0 calc(100vw - 75px);
  width: calc(100vw - 75px);
}

.p-home-media__list-item__image {
  position: relative;
  width: 100%;
  height: 60vw;
  overflow: hidden;
}

.p-home-media__list-item__image div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.p-home-media__list-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-home-media__list-item__info time {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.p-home-media__list-item__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  margin: 0 0 0 4px;
  background: #E5E5E5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-home-media__list-item__title {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 20px;
  text-decoration: underline;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-home-media__link {
  display: block;
  margin-top: 39px;
  text-align: center;
}

.p-home-media__link span {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
}

.p-home-media__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 9px;
  background: url("/assets/images/common/ico_arrow03.png") no-repeat;
  background-position: center;
  background-size: 17px 9px;
}

@media screen and (min-width: 768px), print {
  .p-home-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 760px;
            flex: 0 0 760px;
    width: 760px;
    padding-bottom: 140px;
    margin: 143px 0 0 0;
  }
  .p-home-media__inner {
    position: relative;
    padding: 0;
  }
  .p-home-media__title {
    font-size: 30px;
  }
  .p-home-media__text {
    margin: 14px 0 0 0;
    font-size: 13px;
  }
  .p-home-media__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 36px 0 0 0;
    overflow: hidden;
  }
  .p-home-media__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    width: 360px;
  }
  .p-home-media__list-item:nth-of-type(2n+2) {
    margin: 0 0 0 40px;
  }
  .p-home-media__list-item:nth-of-type(n+3) {
    margin-top: 73px;
  }
  .p-home-media__list-item__image {
    height: 270px;
  }
  .p-home-media__list-item__info {
    padding: 0 20px;
    margin-top: 24px;
  }
  .p-home-media__list-item__info time {
    font-size: 20px;
  }
  .p-home-media__list-item__info span {
    font-size: 12px;
    font-weight: 500;
  }
  .p-home-media__list-item__title {
    padding: 0 20px;
    margin: 14px 0 0 0;
    font-size: 16px;
  }
  .p-home-media__list-item:hover .p-home-media__list-item__image div {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .p-home-media__list-item:hover .p-home-media__list-item__info {
    opacity: 0.6;
  }
  .p-home-media__list-item:hover .p-home-media__list-item__title {
    opacity: 0.6;
  }
  .p-home-media__link {
    position: absolute;
    top: 42px;
    right: 22px;
    margin-top: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-home-media__link span {
    font-size: 14px;
  }
  .p-home-media__link:hover {
    opacity: 0.6;
  }
}

.p-home-instagram {
  margin-top: 68px;
}

.p-home-instagram__inner {
  position: relative;
  padding: 0 20px;
}

.p-home-instagram__title {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-instagram__text {
  margin: 14px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
}

.p-home-instagram__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.p-home-instagram__list-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 43.2vw;
          flex: 1 1 43.2vw;
  width: 43.2vw;
  height: 43.2vw;
  overflow: hidden;
}

.p-home-instagram__list-item:nth-of-type(2n + 2) {
  margin-left: 10px;
}

.p-home-instagram__list-item:nth-of-type(n + 3) {
  margin-top: 10px;
}

.p-home-instagram__list-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-home-instagram__link {
  position: absolute;
  top: -8px;
  right: 20px;
  width: 50px;
}

@media screen and (min-width: 768px), print {
  .p-home-instagram {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    width: 310px;
    margin: 143px 0 0 48px;
  }
  .p-home-instagram__inner {
    padding: 0;
  }
  .p-home-instagram__title {
    font-size: 30px;
  }
  .p-home-instagram__text {
    margin: 18px 0 0 0;
    font-size: 13px;
  }
  .p-home-instagram__list {
    margin: 40px 0 0 0;
  }
  .p-home-instagram__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    height: 150px;
  }
  .p-home-instagram__list-item:nth-of-type(2n + 2) {
    margin-left: 10px;
  }
  .p-home-instagram__list-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .p-home-instagram__list-item span {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .p-home-instagram__list-item:hover span {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .p-home-instagram__link {
    position: absolute;
    top: -2px;
    right: 0;
    width: 50px;
  }
}

.p-home-twitter {
  margin: 50px 0;
}

.p-home-twitter__inner {
  position: relative;
  padding: 0 20px;
}

.p-home-twitter__title {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-home-twitter__text {
  margin: 14px 0 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
}

.p-home-twitter__list {
  height: 350px;
  margin-top: 30px;
  border: 1px solid #DEDEDE;
  overflow: auto;
}

.p-home-twitter__link {
  position: absolute;
  top: -8px;
  right: 20px;
  width: 50px;
}

@media screen and (min-width: 768px), print {
  .p-home-twitter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    width: 310px;
    margin: 53px 0 0 48px;
  }
  .p-home-twitter__inner {
    padding: 0;
  }
  .p-home-twitter__title {
    font-size: 30px;
  }
  .p-home-twitter__text {
    margin: 18px 0 0 0;
    font-size: 13px;
  }
  .p-home-twitter__list {
    margin: 40px 0 0 0;
  }
  .p-home-twitter__link {
    position: absolute;
    top: -2px;
    right: 0;
    width: 50px;
  }
}

@-webkit-keyframes scrollline {
  0% {
    top: -110%;
  }
  5% {
    top: -110%;
  }
  95% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scrollline {
  0% {
    top: -110%;
  }
  5% {
    top: -110%;
  }
  95% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes mvscale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
            transform: translate(-50%, -50%) scale(1.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes mvscale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
            transform: translate(-50%, -50%) scale(1.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes circleHeightRight {
  0% {
    height: 0;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}

@keyframes circleHeightRight {
  0% {
    height: 0;
  }
  50% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}

@-webkit-keyframes circleHeightLeft {
  0% {
    height: 0;
  }
  40% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}

@keyframes circleHeightLeft {
  0% {
    height: 0;
  }
  40% {
    height: 0;
  }
  100% {
    height: 20px;
  }
}

@-webkit-keyframes loader {
  from {
    stroke-dasharray: 380;
  }
  to {
    stroke-dasharray: 450;
  }
}

@keyframes loader {
  from {
    stroke-dasharray: 380;
  }
  to {
    stroke-dasharray: 450;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-home-service__list a + a {
    margin-left: 10px;
  }
}

.vision.p-image {
  height: calc(100vh - 296px);
  background-image: url("/assets/images/vision/img_heading01.jpg");
}

@media screen and (min-width: 768px), print {
  .vision.p-image {
    height: calc(100vh - 188px);
    background-image: url("/assets/images/vision/img_heading01--pc.jpg");
  }
}

.p-vision-slogan {
  position: relative;
  margin: 52px 0 0;
}

.p-vision-slogan__inner {
  padding: 0 30px;
}

.p-vision-slogan__title {
  text-align: center;
}

.p-vision-slogan__title > small {
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #E12639;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-vision-slogan__title > small span {
  position: relative;
}

.p-vision-slogan__title > small span::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("/assets/images/common/ico_line01--red.png");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

.p-vision-slogan__title > span {
  display: block;
  padding-left: 0.8em;
  margin: 40px 0 0 0;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 30px;
  letter-spacing: .1em;
  line-height: 45px;
}

.p-vision-slogan__text {
  margin: 25px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-vision-slogan {
    padding: 112px 0 0;
    margin: 0;
    overflow: hidden;
  }
  .p-vision-slogan__inner {
    position: relative;
    padding: 0;
  }
  .p-vision-slogan__title > small {
    font-size: 16px;
  }
  .p-vision-slogan__title > small span::after {
    bottom: -17px;
  }
  .p-vision-slogan__title > span {
    margin: 66px 0 0 0;
    font-size: 50px;
    line-height: 85px;
  }
  .p-vision-slogan__text {
    width: 640px;
    margin: 54px auto 0;
    font-size: 16px;
    line-height: 30px;
  }
}

.p-vision {
  margin: 62px 0 0;
}

.p-vision__inner {
  padding: 0 30px;
}

.p-vision__title {
  text-align: center;
}

.p-vision__title > small {
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #E12639;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-vision__title > small span {
  position: relative;
}

.p-vision__title > small span::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("/assets/images/common/ico_line01--red.png");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

.p-vision__title > span {
  display: block;
  padding-left: 0.8em;
  margin: 37px 0 0 0;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 26px;
  letter-spacing: .1em;
  line-height: 40px;
}

.p-vision__text {
  margin: 26px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-vision__image {
  position: relative;
  padding: 0 39px 0 0;
  margin: 55px -30px 0;
}

.p-vision__image::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 54px;
  left: 75px;
  background: #EFEFEF;
}

.p-vision__image img {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-vision {
    margin: 120px 0 0;
  }
  .p-vision__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1084px;
    padding: 0;
    margin: 80px auto 0;
  }
  .p-vision__title > small {
    font-size: 16px;
  }
  .p-vision__title > small span::after {
    bottom: -17px;
  }
  .p-vision__title > span {
    margin: 76px 0 0 0;
    font-size: 42px;
    line-height: 1;
  }
  .p-vision__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    width: 440px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
  }
  .p-vision__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    width: 600px;
    padding: 63px 0 0;
    margin: 0 0 0 44px;
  }
  .p-vision__image::before {
    top: 0;
    right: -127px;
    bottom: 63px;
    left: 127px;
  }
}

.p-vision-mission {
  margin: 61px 0 0;
}

.p-vision-mission__inner {
  padding: 0 30px;
}

.p-vision-mission__title {
  text-align: center;
}

.p-vision-mission__title > small {
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #E12639;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-vision-mission__title > small span {
  position: relative;
}

.p-vision-mission__title > small span::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("/assets/images/common/ico_line01--red.png");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

.p-vision-mission__title > span {
  display: block;
  padding-left: 0.8em;
  margin: 37px 0 0 0;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 26px;
  letter-spacing: .1em;
  line-height: 45px;
}

.p-vision-mission__text {
  margin: 17px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-vision-mission__image {
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  margin: 54px -30px 0;
}

.p-vision-mission__image::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 75px;
  bottom: 54px;
  left: 0;
  background: #EFEFEF;
}

.p-vision-mission__image img {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .p-vision-mission {
    margin: 122px 0 0;
  }
  .p-vision-mission__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-self: flex-start;
    width: 1094px;
    padding: 0;
    margin: 73px auto 0;
  }
  .p-vision-mission__title > small {
    font-size: 16px;
  }
  .p-vision-mission__title > small span::after {
    bottom: -18px;
  }
  .p-vision-mission__title > span {
    margin: 78px 0 0 0;
    font-size: 42px;
    line-height: 1;
  }
  .p-vision-mission__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    width: 440px;
    margin: 0 0 0 54px;
    font-size: 16px;
    line-height: 30px;
  }
  .p-vision-mission__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    width: 600px;
    padding: 70px 0 0;
    margin: 0;
  }
  .p-vision-mission__image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 75px;
    bottom: 54px;
    left: -125px;
    background: #EFEFEF;
  }
  .p-vision-mission__image img {
    position: relative;
    z-index: 1;
  }
}

.p-vision-image.vision01 {
  margin: 60px 0 0;
}

.p-vision-image.vision02 {
  margin: 71px 0 0;
}

@media screen and (min-width: 768px), print {
  .p-vision-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .p-vision-image.vision01 {
    height: 400px;
    margin: 140px 0 0;
    background-image: url("/assets/images/vision/img_image01--pc.jpg");
  }
  .p-vision-image.vision02 {
    width: 2732px;
    height: 250px;
    margin: 150px 0 0;
    background: none;
    background-position: center top;
  }
  .p-vision-image.vision02 img {
    width: 2732px;
    height: 100%;
  }
}

.p-vision-message {
  margin: 60px 0 0;
}

.p-vision-message__inner {
  padding: 0 30px;
}

.p-vision-message__title {
  text-align: center;
}

.p-vision-message__title > small {
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #E12639;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-vision-message__title > small span {
  position: relative;
}

.p-vision-message__title > small span::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url("/assets/images/common/ico_line01--red.png");
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

.p-vision-message__image {
  margin: 47px 0 0;
}

.p-vision-message__name {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-vision-message__name span {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-vision-message__name small {
  display: block;
  margin: 11px 0 0;
  color: #E12639;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-vision-message__subtitle {
  margin: 19px 0 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 40px;
}

.p-vision-message__text {
  margin: 29px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-vision-message {
    margin: 112px 0 0;
  }
  .p-vision-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 976px;
    padding: 0;
    margin: 75px auto 0;
  }
  .p-vision-message__title > small {
    font-size: 16px;
  }
  .p-vision-message__title > small span::after {
    bottom: -18px;
  }
  .p-vision-message__box:nth-of-type(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
    width: 460px;
    margin-top: 11px;
  }
  .p-vision-message__box:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    width: 440px;
    margin: 0 0 0 76px;
  }
  .p-vision-message__image {
    margin: 0;
  }
  .p-vision-message__name {
    margin: 30px 0 0;
    font-size: 26px;
  }
  .p-vision-message__name span {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .p-vision-message__name small {
    margin: 27px 0 0;
    font-size: 16px;
  }
  .p-vision-message__subtitle {
    margin: 0;
    font-size: 32px;
    letter-spacing: .08em;
    line-height: 56px;
    white-space: nowrap;
  }
  .p-vision-message__text {
    margin: 31px 0 0;
    font-size: 16px;
    line-height: 30px;
  }
}

.works.p-image {
  height: calc(100vh - 296px);
  background-image: url("/assets/images/works/img_heading01.jpg");
}

@media screen and (min-width: 768px), print {
  .works.p-image {
    height: calc(100vh - 188px);
    background-image: url("/assets/images/works/img_heading01--pc.jpg");
  }
}

.p-works-message {
  margin: 43px 0 0 0;
}

.p-works-message__inner {
  padding: 0 20px;
}

.p-works-message__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 40px;
}

.p-works-message__text {
  margin: 17px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-works-message {
    margin: 100px 0 0 0;
  }
  .p-works-message__inner {
    width: 754px;
    padding: 0;
    margin: 0 auto;
  }
  .p-works-message__title {
    text-align: center;
    font-size: 42px;
    line-height: 58px;
  }
  .p-works-message__text {
    margin: 26px 0 0 0;
  }
}

.p-works-anchor {
  margin: 34px 0 0 0;
}

.p-works-anchor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
}

.p-works-anchor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  height: 45px;
  border: 2px solid #DEDEDE;
  border-radius: 23px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.p-works-anchor__item.indevelopment {
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p-works-anchor__item:nth-of-type(2n+2) {
    margin-left: 10px;
  }
  .p-works-anchor__item:nth-of-type(n+3) {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-works-anchor {
    margin: 116px 0 0 0;
  }
  .p-works-anchor__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1010px;
    padding: 0;
    margin: 0 auto;
  }
  .p-works-anchor__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    width: 190px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-works-anchor__item:hover {
    opacity: 0.6;
  }
  .p-works-anchor__item + .p-works-anchor__item {
    margin-left: 15px;
  }
}

.p-works-case {
  padding: 0 0 51px 0;
  margin: 40px 0 0 0;
}

.p-works-case__inner {
  padding: 0 20px;
}

.p-works-case__item-box {
  padding: 27px 15px 14px;
  background: #F1F1F1;
}

.p-works-case__item-title small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  padding: 0 13px;
  border: 1px solid #004391;
  color: #004391;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-works-case__item-title span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 24px;
}

.p-works-case__item-text {
  margin: 20px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-works-case__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 13px 14px 10px;
  margin: 24px 0 0 0;
  background: #FFF;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
}

.p-works-case__item-info dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
  width: 76px;
  font-weight: 700;
}

.p-works-case__item-info dt:nth-of-type(n+2) {
  margin-top: 7px;
}

.p-works-case__item-info dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 76px);
          flex: 0 0 calc(100% - 76px);
  width: calc(100% - 76px);
  font-weight: 500;
}

.p-works-case__item-info dd:nth-of-type(n+2) {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .p-works-case__item + .p-works-case__item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px), print {
  .p-works-case {
    padding: 0 0 124px 0;
    margin: 69px 0 0 0;
  }
  .p-works-case__inner {
    width: 1120px;
    padding: 0;
    margin: 0 auto;
  }
  .p-works-case__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-works-case__item + .p-works-case__item {
    margin-top: 90px;
  }
  .p-works-case__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 673px;
            flex: 0 0 673px;
    width: 673px;
    margin: 0 -113px 0 0;
  }
  .p-works-case__item-box {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
    width: 560px;
    height: 443px;
    padding: 37px 50px 36px;
    margin: 60px 0 0 0;
  }
  .p-works-case__item-title span {
    margin: 10px 0 0 0;
    font-size: 22px;
    line-height: 45px;
  }
  .p-works-case__item-text {
    margin: 15px 0 0 0;
  }
  .p-works-case__item-info {
    position: absolute;
    right: 50px;
    bottom: 36px;
    left: 50px;
    padding: 15px 14px 13px;
    margin: 28px 0 0 0;
    line-height: 24px;
  }
  .p-works-case__item-info dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91px;
            flex: 0 0 91px;
    width: 91px;
  }
  .p-works-case__item-info dt:nth-of-type(n+2) {
    margin-top: -1px;
  }
  .p-works-case__item-info dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 91px);
            flex: 0 0 calc(100% - 91px);
    width: calc(100% - 91px);
  }
  .p-works-case__item-info dd:nth-of-type(n+2) {
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  #sun {
    margin-top: -68px;
    margin-bottom: 102px;
  }
}

.p-contact-sign {
  margin: 39px 0 0;
}

.p-contact-sign__inner {
  padding: 0 20px;
}

.p-contact-sign .c-button {
  height: 68px;
}

.p-contact-sign .c-button span {
  line-height: 25px;
}

@media (max-width: 767px) {
  .p-contact-sign.bottom {
    margin-top: 53px;
    background: #D4D4D4;
  }
  .p-contact-sign.bottom .p-contact-sign__inner {
    padding: 25px 20px 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-contact-sign {
    margin: 91px 0 0;
  }
  .p-contact-sign__inner {
    padding: 0 20px;
  }
  .p-contact-sign .c-button {
    width: 530px;
    height: 53px;
    margin: 0 auto;
  }
  .p-contact-sign .c-button span {
    font-size: 18px;
    line-height: 1;
  }
  .p-contact-sign.bottom {
    margin: 98px 0 100px;
  }
}

.p-contact-case {
  margin: 46px 0 0;
}

.p-contact-case__inner {
  padding: 0 37px;
}

.p-contact-case__item-image img {
  display: block;
  width: auto;
  height: 96px;
  margin: 0 auto;
}

.p-contact-case__item-title {
  padding: 0 0 12px 0;
  margin: 22px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  color: #004391;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 34px;
}

.p-contact-case__item-title span {
  display: inline-block;
  text-align: left;
}

.p-contact-case__item-menu {
  margin: 12px 0 0 0;
}

.p-contact-case__item-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-contact-case__item-menu li::before {
  content: "・";
}

.p-contact-case__item-menu li:last-of-type::after {
  content: "など";
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-contact-case__item-info {
  padding: 19px 20px 18px;
  margin: 16px 0 0 0;
  background: #F8F8F8;
}

.p-contact-case__item-info span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-contact-case__item-info a {
  display: block;
  margin: 16px 0 0 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-contact-case__item + .p-contact-case__item {
    margin-top: 60px;
  }
  .p-contact-case__item.no01 .p-contact-case__item-image img {
    height: 103px;
  }
  .p-contact-case__item.no01 .p-contact-case__item-title {
    margin-top: 19px;
  }
  .p-contact-case__item.no03 .p-contact-case__item-title,
  .p-contact-case__item.no07 .p-contact-case__item-title {
    padding-bottom: 21px;
  }
}

@media screen and (min-width: 768px), print {
  .p-contact-case {
    margin: 115px 0 0;
  }
  .p-contact-case__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 1003px;
    padding: 0;
    margin: 0 auto;
  }
  .p-contact-case__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 301px;
            flex: 0 0 301px;
    width: 301px;
  }
  .p-contact-case__item + .p-contact-case__item {
    margin-left: 50px;
  }
  .p-contact-case__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .p-contact-case__item:nth-of-type(n+4) {
    margin-top: 80px;
  }
  .p-contact-case__item-image img {
    height: 128px;
  }
  .p-contact-case__item-title {
    padding: 0 0 12px 0;
    margin: 22px 0 0 0;
    text-align: left;
  }
  .p-contact-case__item-menu {
    min-height: 84px;
    margin: 12px 0 0 0;
  }
  .p-contact-case__item-info {
    padding: 19px 20px 18px;
    margin: 16px 0 0 0;
    white-space: nowrap;
  }
  .p-contact-case__item-info a {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-contact-case__item-info a:hover {
    opacity: 0.6;
  }
  .p-contact-case__item.no03 .p-contact-case__item-title,
  .p-contact-case__item.no07 .p-contact-case__item-title {
    padding-top: 20px;
    padding-bottom: 27px;
  }
}

.p-contact-form-message {
  margin: 40px 0 0;
}

.p-contact-form-message__inner {
  padding: 0 20px;
}

.p-contact-form-message .c-button {
  height: 68px;
}

.p-contact-form-message .c-button span {
  font-size: 13px;
  line-height: 22px;
}

.p-contact-form-message__text {
  margin: 33px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-contact-form-message {
    margin: 135px 0 0;
  }
  .p-contact-form-message__inner {
    padding: 0;
  }
  .p-contact-form-message .c-button {
    width: 448px;
    height: 46px;
    margin: 0 auto;
  }
  .p-contact-form-message .c-button span {
    font-size: 15px;
    line-height: 1;
  }
  .p-contact-form-message__text {
    width: 800px;
    margin: 29px auto 0;
  }
}

.p-contact-form {
  padding: 0 0 50px;
  margin: 37px 0 0;
}

.p-contact-form__inner {
  padding: 0 20px;
}

.p-contact-form__item {
  padding: 26px 0 28px;
  border-top: 1px solid #DEDEDE;
}

.p-contact-form__item.radio {
  padding: 26px 0 26px;
}

.p-contact-form__item-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-contact-form__item.required .p-contact-form__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-contact-form__item.required .p-contact-form__item-title::after {
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29px;
  height: 18px;
  border: 1px solid #AF0012;
  color: #AF0012;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}

.p-contact-form__item-form {
  margin: 12px 0 0 0;
}

.p-contact-form__item-form input:not([type=radio]) {
  width: 100%;
  height: 42px;
  padding: 0 17px;
  background: #F4F4F4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-contact-form__item-form input:not([type=radio]) + input:not([type=radio]) {
  margin: 8px 0 0;
}

.p-contact-form__item-form input[type=radio],
.p-contact-form__item-form input[type=checkbox] {
  display: none;
}

.p-contact-form__item-form .postalcode::before {
  content: "〒";
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-contact-form__item-form .postalcode input {
  width: 149px;
}

.p-contact-form__item-form--radio .mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}

.p-contact-form__item-form--radio .mwform-radio-field + .mwform-radio-field {
  margin-top: 13px;
}

.p-contact-form__item-form--radio .mwform-radio-field-text {
  position: relative;
  padding: 0 0 0 19px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-contact-form__item-form--radio .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: #F4F4F4;
  border-radius: 14px;
}

.p-contact-form__item-form--radio .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #E50020;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-contact-form__item-form--radio input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.p-contact-form__item-form .c-select {
  margin: 8px 0;
}

.p-contact-form__item-form .c-select:hover {
  cursor: pointer;
}

.p-contact-form__item-form textarea {
  width: 100%;
  height: 160px;
  padding: 18px 18px;
  background: #F4F4F4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  overflow: hidden;
}

.p-contact-form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -4px 0 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 18px;
}

.p-contact-form__privacy::before {
  content: "※";
}

.p-contact-form__privacy a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("/assets/images/common/ico_blank01.png") no-repeat;
  background-position: center;
  background-size: 14px 12px;
}

.p-contact-form__box {
  padding: 33px 23px 31px;
  margin: 32px 0 0;
  background: #F4F4F4;
}

.p-contact-form__box .mwform-checkbox-field-text {
  position: relative;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-contact-form__box .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #333333;
  background: #FFF;
}

.p-contact-form__box .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("/assets/images/contact-form/ico_checked.jpg") no-repeat;
  background-position: center;
  background-size: 20px 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-contact-form__box input[type=checkbox] {
  display: none;
}

.p-contact-form__box input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.p-contact-form__box button {
  width: 100%;
  height: 46px;
  margin: 24px 0 0 0;
  border-radius: 40px;
  background: #004391;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-contact-form {
    padding: 0 0 120px;
    margin: 33px 0 0;
  }
  .p-contact-form__inner {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .p-contact-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 18px 19px;
  }
  .p-contact-form__item-title {
    width: 241px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 241px;
            flex: 0 0 241px;
    padding-top: 10px;
    font-size: 16px;
  }
  .p-contact-form__item-title.middle {
    padding-top: 25px;
  }
  .p-contact-form__item.required .p-contact-form__item-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-contact-form__item.required .p-contact-form__item-title::after {
    margin: 0 0 0 9px;
  }
  .p-contact-form__item.radio {
    padding: 19px 18px 19px;
  }
  .p-contact-form__item-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 527px;
            flex: 0 0 527px;
    width: 527px;
    margin: 0 0 0;
  }
  .p-contact-form__item-form input:not([type=radio]) {
    width: 100%;
  }
  .p-contact-form__item-form input:not([type=radio]) + input:not([type=radio]) {
    margin: 12px 0 0;
  }
  .p-contact-form__item-form input[type=radio] {
    margin: 0 !important;
  }
  .p-contact-form__item-form .postalcode::before {
    content: "〒";
    font-size: 16px;
    font-weight: 500;
  }
  .p-contact-form__item-form .postalcode input {
    width: 155px;
  }
  .p-contact-form__item-form--radio {
    display: block;
  }
  .p-contact-form__item-form--radio + .p-contact-form__item-form--radio {
    margin-top: 13px;
  }
  .p-contact-form__item-form--radio .mwform-radio-field-text {
    padding: 0 0 0 19px;
  }
  .p-contact-form__item-form .c-select {
    width: 186px;
    margin: 12px 0;
  }
  .p-contact-form__item-form .c-select select {
    padding: 0 17px;
  }
  .p-contact-form__item-form .c-select select:hover {
    cursor: pointer;
  }
  .p-contact-form__item-form textarea {
    width: 534px;
    height: 194px;
  }
  .p-contact-form__privacy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  .p-contact-form__box {
    padding: 37px 23px 36px;
    margin: 52px auto 0;
    text-align: center;
  }
  .p-contact-form__box .mwform-checkbox-field-text {
    position: relative;
    padding: 0 0 0 41px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
  }
  .p-contact-form__box .mwform-checkbox-field-text::before {
    width: 30px;
    height: 30px;
  }
  .p-contact-form__box .mwform-checkbox-field-text::after {
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .p-contact-form__box button {
    width: 400px;
    height: 56px;
    margin: 28px auto 0;
    cursor: pointer;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-contact-form__box button:hover {
    opacity: 0.6;
  }
  .p-contact-form__box button.back {
    background: #FFF;
    border: 2px solid #333;
    color: #333;
  }
}

.mw_wp_form .p-contact-form .error {
  margin: 6px 0 0;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

.mw_wp_form .p-contact-form__box .error {
  margin: 20px auto 0;
}

@media screen and (min-width: 768px), print {
  .mw_wp_form .p-contact-form__box .error {
    width: 296px;
  }
}

.mwform-radio-field-text {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  cursor: pointer;
}

.p-contact-thanks {
  padding: 0 0 50px 0;
  margin: 43px 0 0 0;
}

.p-contact-thanks__inner {
  padding: 0 20px;
}

.p-contact-thanks__title {
  text-align: center;
  color: #DC0017;
}

.p-contact-thanks__title span {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-contact-thanks__title small {
  display: block;
  margin: 13px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-contact-thanks__text {
  margin: 30px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-contact-thanks__area {
  margin: 40px 0 0;
}

.p-contact-thanks__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  border: 2px solid #BBBBBB;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-contact-thanks__btn + .p-contact-thanks__btn {
    margin: 12px 0 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-contact-thanks {
    padding: 0 0 120px 0;
    margin: 35px 0 0 0;
  }
  .p-contact-thanks__inner {
    padding: 0;
  }
  .p-contact-thanks__title span {
    font-size: 38px;
  }
  .p-contact-thanks__title small {
    margin: 10px 0 0 0;
    font-size: 20px;
  }
  .p-contact-thanks__text {
    width: 568px;
    margin: 43px auto 0;
    text-align: center;
  }
  .p-contact-thanks__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 630px;
    margin: 48px auto 0;
  }
  .p-contact-thanks__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 300px;
    height: 50px;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-contact-thanks__btn:hover {
    opacity: 0.6;
  }
  .p-contact-thanks__btn + .p-contact-thanks__btn {
    margin: 0 0 0 30px;
  }
}

.company.p-image {
  height: calc(100vh - 296px);
  background-image: url("/assets/images/company/img_heading01.jpg");
}

@media screen and (min-width: 768px), print {
  .company.p-image {
    height: calc(100vh - 188px);
    background-image: url("/assets/images/company/img_heading01--pc.jpg");
  }
}

.p-company {
  margin: 60px 0 0 0;
}

.p-company__inner {
  padding: 0 20px;
}

.p-company__title {
  text-align: center;
}

.p-company__title small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-company__title span {
  display: block;
  margin: 15px 0 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-company__text {
  margin: 33px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-company__list {
  margin-top: 44px;
}

.p-company__list-item {
  display: block;
}

.p-company__list-item-box {
  padding: 16px 15px 24px;
  background: #F8F8F8;
}

.p-company__list-item-title span {
  padding: 0 0 6px 0;
  border-bottom: 2px solid #DC0017;
  color: #DC0017;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-company__list-item-text {
  margin: 16px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-company__list-item + .p-company__list-item {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-company {
    padding: 110px 0 0 0;
    margin: 0;
    overflow: hidden;
  }
  .p-company__inner {
    position: relative;
    padding: 0;
  }
  .p-company__title {
    text-align: center;
  }
  .p-company__title small {
    font-size: 24px;
  }
  .p-company__title span {
    margin: 19px 0 0;
    font-size: 36px;
  }
  .p-company__text {
    width: 730px;
    margin: 45px auto 0;
  }
  .p-company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 960px;
    margin: 74px auto 0;
  }
  .p-company__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
    width: 460px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-company__list-item:hover {
    opacity: 0.6;
  }
  .p-company__list-item:nth-of-type(2n+2) {
    margin-left: 40px;
  }
  .p-company__list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .p-company__list-item-box {
    padding: 28px 26px 35px;
  }
  .p-company__list-item-title span {
    padding: 0 0 6px 0;
    font-size: 20px;
  }
  .p-company__list-item-text {
    margin: 22px 0 0 0;
    font-size: 14px;
  }
}

.p-company-link {
  margin: 50px 0 0;
}

.p-company-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 196px;
  padding: 0 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-company-link__item:nth-of-type(1) {
  background-image: url("/assets/images/company/img_link01.jpg");
}

.p-company-link__item:nth-of-type(2) {
  background-image: url("/assets/images/company/img_link02.jpg");
}

.p-company-link__item-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.p-company-link__item-text {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-company-link__item-button {
  width: 100%;
  height: 45px;
  margin: 24px 0 0;
  border-color: rgba(255, 255, 255, 0.5);
}

.p-company-link__item-button span {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-company-link__item-button {
    pointer-events: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-company-link {
    margin-top: 120px;
  }
  .p-company-link__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-company-link__item {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: 220px;
    background: none;
    overflow: hidden;
  }
  .p-company-link__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .p-company-link__item:nth-of-type(1)::before {
    background-image: url("/assets/images/company/img_link01--pc.jpg");
  }
  .p-company-link__item:nth-of-type(2)::before {
    background-image: url("/assets/images/company/img_link02--pc.jpg");
  }
  .p-company-link__item-box {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 434px;
            flex: 0 0 434px;
    width: 434px;
  }
  .p-company-link__item-text {
    font-size: 27px;
  }
  .p-company-link__item-button {
    width: 100%;
    margin: 32px 0 0;
  }
  .p-company-link__item-button span {
    font-size: 15px;
  }
  .p-company-link__item:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .p-company-link__item:hover .c-button--white {
    border-color: #DC0017;
  }
  .p-company-link__item:hover .c-button span {
    padding: 0 0 0 5px;
    color: #FFF;
  }
  .p-company-link__item:hover .c-button::before {
    width: 100%;
  }
  .p-company-link__item:hover .c-button::after {
    right: 10px;
    background-image: url(/assets/images/common/ico_arrow03--white.png);
  }
}

.overview.p-heading {
  padding-top: 185px;
  padding-bottom: 48px;
}

.overview.p-heading .p-heading__title > small {
  margin-top: 13px;
}

.overview.p-heading .p-heading__title small {
  font-size: 24px;
  line-height: 33px;
}

@media screen and (min-width: 768px), print {
  .overview.p-heading {
    padding-top: 195px;
  }
  .overview.p-heading .p-heading__title > small {
    margin-top: 27px;
  }
  .overview.p-heading .p-heading__title small {
    font-size: 50px;
    line-height: 62px;
  }
}

.overview.p-image {
  height: calc(100vh - 361px);
  background-image: url("/assets/images/overview/img_heading01.jpg");
}

@media screen and (min-width: 768px), print {
  .overview.p-image {
    height: calc(100vh - 480px);
    background-image: url("/assets/images/overview/img_heading01--pc.jpg");
  }
  .overview.p-image .p-image__scroll {
    bottom: 0;
  }
}

.p-overview-heading {
  margin: 61px 0 0;
}

.p-overview-heading.oversea {
  margin: 110px 0 0 0;
}

.p-overview-heading__title {
  text-align: center;
}

.p-overview-heading__title small {
  position: relative;
  display: block;
  padding-bottom: 20px;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-overview-heading__title small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 102px;
  height: 3px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-overview-heading__title span {
  display: block;
  margin: 21px 0 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-overview-heading {
    margin: 112px 0 0;
  }
  .p-overview-heading.oversea {
    margin: 190px 0 0 0;
  }
  .p-overview-heading__title small {
    padding-bottom: 18px;
    font-size: 16px;
  }
  .p-overview-heading__title small::after {
    width: 126px;
  }
  .p-overview-heading__title span {
    margin: 30px 0 0 0;
    font-size: 28px;
  }
}

.p-overview-group {
  position: relative;
  margin: 100px 0 0;
}

.p-overview-group::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 35px;
  bottom: -40px;
  left: 0;
  background: #F4F4F4;
}

.p-overview-group__inner {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  counter-reset: num 0;
}

.p-overview-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 20px 24px;
  background: #FFF;
  counter-increment: num 1;
}

.p-overview-group__item + .p-overview-group__item {
  margin: 40px 0 0;
}

.p-overview-group__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 26px;
}

.p-overview-group__item-title::before {
  content: "0" counter(num);
  padding: 0 0 0 18px;
  margin: -1px 8px 0 0;
  background: url("/assets/images/overview/ico_line01.png") no-repeat;
  background-position: left center;
  background-size: 18px 4px;
  color: #DC0017;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 26px;
}

.p-overview-group__item-text {
  margin: 8px 0 0 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 21px;
}

.p-overview-group__item-list {
  margin: 12px 0 0;
}

.p-overview-group__item-list + .p-overview-group__item-list {
  margin-top: 10px;
}

.p-overview-group__item-list dt {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 23px;
}

.p-overview-group__item-list dd {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 23px;
}

.p-overview-group__item-list dd a {
  text-decoration: underline;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-overview-group__item-list dd a:hover {
  opacity: 0.6;
}

.p-overview-group__item .c-button {
  height: 45px;
  margin: 19px 0 0;
}

.p-overview-group__item .c-button:hover::after {
  background-image: url("/assets/images/common/ico_link02--blue.png");
}

.p-overview-group__item .c-button span {
  font-size: 13px;
}

.p-overview-group__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.p-overview-group__box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin: 17px 0 0;
}

@media screen and (min-width: 768px), print {
  .p-overview-group {
    margin: 124px 0 0;
  }
  .p-overview-group::after {
    top: -48px;
    right: calc(50% - 340px);
    bottom: -70px;
  }
  .p-overview-group__inner {
    width: 1024px;
    padding: 0;
    margin: 0 auto;
  }
  .p-overview-group__item {
    padding: 40px;
  }
  .p-overview-group__item-title {
    position: relative;
    padding: 31px 0 0 0;
    font-size: 24px;
  }
  .p-overview-group__item-title::before {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 18px;
    margin: -1px 8px 0 0;
    font-size: 14px;
  }
  .p-overview-group__item-text {
    margin: 13px 0 0 0;
    font-size: 14px;
    line-height: 26px;
  }
  .p-overview-group__item-list {
    margin: 11px 0 0;
  }
  .p-overview-group__item-list + .p-overview-group__item-list {
    margin: 12px 0 0;
  }
  .p-overview-group__item-list dd {
    white-space: nowrap;
  }
  .p-overview-group__item-list dd a {
    display: inline-block;
    margin: 0 0 0 14px;
  }
  .p-overview-group__item .c-button {
    width: 274px;
    margin: 27px 0 0;
  }
  .p-overview-group__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 406px;
            flex: 0 0 406px;
    width: 406px;
    margin: 0 0 0 39px;
  }
  .p-overview-group__box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 499px;
            flex: 0 0 499px;
    width: 499px;
    margin: 0;
  }
}

.p-overview-oversea {
  margin: 40px 0 0;
}

.p-overview-oversea__inner {
  padding: 0 20px 50px;
}

.p-overview-oversea__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 20px 24px;
  background: #F4F4F4;
}

.p-overview-oversea__item-title small {
  display: block;
  color: #004391;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-overview-oversea__item-title span {
  display: block;
  margin: 8px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 26px;
}

.p-overview-oversea__item-text {
  margin: 8px 0 0 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 21px;
}

.p-overview-oversea__item-address {
  margin: 14px 0 0 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 23px;
}

.p-overview-oversea__item-address a {
  text-decoration: underline;
}

.p-overview-oversea__item .c-button {
  height: 45px;
  margin: 20px 0 0 0;
}

.p-overview-oversea__item .c-button:hover::after {
  background-image: url("/assets/images/common/ico_link02--blue.png");
}

.p-overview-oversea__item .c-button span {
  font-size: 13px;
}

.p-overview-oversea__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.p-overview-oversea__box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 768px), print {
  .p-overview-oversea {
    margin: 50px 0 0;
  }
  .p-overview-oversea__inner {
    padding: 0 0 120px;
  }
  .p-overview-oversea__item {
    width: 1024px;
    padding: 40px 40px 38px;
    margin: 0 auto;
  }
  .p-overview-oversea__item-title span {
    margin: 4px 0 0 0;
    font-size: 20px;
    line-height: 38px;
  }
  .p-overview-oversea__item-text {
    margin: 7px 0 0 0;
    font-size: 14px;
    line-height: 26px;
  }
  .p-overview-oversea__item-address {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 26px;
  }
  .p-overview-oversea__item-address a {
    margin: 0 0 0 15px;
  }
  .p-overview-oversea__item .c-button {
    width: 274px;
    margin: 24px 0 0 0;
  }
  .p-overview-oversea__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 406px;
            flex: 0 0 406px;
    width: 406px;
    margin: 0 0 0 46px;
  }
  .p-overview-oversea__box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 492px;
            flex: 0 0 492px;
    width: 492px;
    margin: 20px 0 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .history.p-heading {
    padding-bottom: 116px;
  }
}

.history.p-image {
  height: calc(100vh - 361px);
  background-image: url("/assets/images/history/img_heading01.jpg");
}

@media screen and (min-width: 768px), print {
  .history.p-image {
    height: calc(100vh - 480px);
    background-image: url("/assets/images/history/img_heading01--pc.jpg");
  }
  .history.p-image .p-image__scroll {
    bottom: 0;
  }
}

.p-history {
  position: relative;
}

.p-history::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  width: 1px;
  background: #E2E2E2;
}

.p-history:nth-child(2n+2) {
  background: #F8F8F8;
}

.p-history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 59px 20px 54px;
}

.p-history:nth-of-type(1) {
  margin-top: 60px;
}

.p-history:nth-of-type(1)::before {
  top: -60px;
}

.p-history:nth-of-type(1) .p-history__inner {
  padding-top: 0;
}

.p-history:nth-of-type(n+2) .p-history__inner {
  padding-top: 48px;
}

.p-history:nth-of-type(2n+2) .p-history__time {
  background: #F8F8F8;
}

.p-history__time {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63px;
          flex: 0 0 63px;
  width: 63px;
  background: #FFF;
  color: #DC0017;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 35px;
}

.p-history__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 63px);
          flex: 1 1 calc(100% - 63px);
  width: 100%;
}

.p-history__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 35px;
}

.p-history__text {
  margin: 4px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-history__image {
  width: 100%;
  margin: 13px 0 0 0;
}

.p-history__image img {
  width: 100%;
}

.p-history__image img.small {
  width: calc(100% - 116px);
}

.p-history__image img + img {
  margin-top: 13px;
}

@media screen and (min-width: 768px), print {
  .p-history::before {
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-312px);
            transform: translateX(-312px);
  }
  .p-history__inner {
    width: 920px;
    padding: 59px 0 80px;
    margin: 0 auto;
  }
  .p-history:nth-of-type(1) {
    margin-top: 78px;
  }
  .p-history:nth-of-type(1)::before {
    top: -78px;
  }
  .p-history:nth-of-type(n+2) .p-history__inner {
    padding-top: 76px;
  }
  .p-history:nth-of-type(n+2) .p-history__title {
    margin: -3px 0 0 0;
  }
  .p-history__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 207px;
            flex: 0 0 207px;
    width: 207px;
    font-size: 49px;
    line-height: 1;
  }
  .p-history__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 207px);
            flex: 1 1 calc(100% - 207px);
    width: 100%;
  }
  .p-history__title {
    margin-top: -4px;
    font-size: 24px;
    line-height: 38px;
    white-space: nowrap;
  }
  .p-history__text {
    margin: 5px 0 0 0;
  }
  .p-history__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 13px 0 0 0;
  }
  .p-history__image img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 216px;
            flex: 0 0 216px;
    width: 216px;
  }
  .p-history__image img.small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 126px;
            flex: 0 0 126px;
    width: 126px;
  }
  .p-history__image img + img {
    margin: 0 0 0 20px;
  }
}

.l-history {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px), print {
  .l-history {
    padding-bottom: 116px;
  }
}

@media screen and (min-width: 768px), print {
  .csr.p-heading {
    padding-bottom: 116px;
  }
}

.csr.p-image {
  height: calc(100vh - 361px);
  background-image: url("/assets/images/csr/img_heading01.jpg");
}

@media screen and (min-width: 768px), print {
  .csr.p-image {
    height: calc(100vh - 480px);
    background-image: url("/assets/images/csr/img_heading01--pc.jpg");
  }
  .csr.p-image .p-image__scroll {
    bottom: 0;
  }
}

.p-csr {
  margin-top: 61px;
}

.p-csr__inner {
  padding: 0 20px;
}

.p-csr__title {
  text-align: center;
}

.p-csr__title small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-csr__title span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 36px;
}

.p-csr__text {
  margin: 28px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-csr__image {
  position: relative;
  z-index: 1;
  margin: 23px 0 0 0;
}

.p-csr__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 40px;
  bottom: -40px;
  left: -20px;
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-csr {
    margin-top: 108px;
  }
  .p-csr__inner {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .p-csr__title small {
    font-size: 24px;
  }
  .p-csr__title span {
    margin: 19px 0 0 0;
    font-size: 36px;
    line-height: 1;
  }
  .p-csr__text {
    margin: 43px 0 0 0;
  }
  .p-csr__image {
    margin: 44px 0 0 0;
  }
  .p-csr__image::before {
    top: 71px;
    right: 50%;
    bottom: -80px;
    left: auto;
    -webkit-transform: translate(325px, 0);
            transform: translate(325px, 0);
    width: 100vw;
    min-width: 100%;
  }
}

.p-csr-activities {
  margin: 91px 0 0 0;
}

.p-csr-activities__inner {
  padding: 0 40px;
}

.p-csr-activities__title {
  text-align: center;
}

.p-csr-activities__title small {
  position: relative;
  display: block;
  padding-bottom: 19px;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-csr-activities__title small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 102px;
  height: 3px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-csr-activities__title span {
  display: block;
  margin: 29px 0 0 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-csr-activities__list {
  margin: 40px 0 0 0;
}

.p-csr-activities__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 48px 0;
  border-bottom: 1px solid #E0E0E0;
}

.p-csr-activities__item + .p-csr-activities__item {
  padding-top: 50px;
}

.p-csr-activities__item-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-csr-activities__item-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 13px 0 0;
}

.p-csr-activities__item-title {
  color: #004391;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.p-csr-activities__item-text {
  margin: 13px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-csr-activities {
    margin: 200px 0 0 0;
  }
  .p-csr-activities__inner {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .p-csr-activities__title small {
    font-size: 16px;
  }
  .p-csr-activities__title small::after {
    width: 126px;
  }
  .p-csr-activities__title span {
    font-size: 28px;
  }
  .p-csr-activities__list {
    margin: 70px 0 0 0;
  }
  .p-csr-activities__item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 0 40px 0;
  }
  .p-csr-activities__item + .p-csr-activities__item {
    padding-top: 41px;
  }
  .p-csr-activities__item-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-csr-activities__item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 296px;
            flex: 0 0 296px;
    width: 296px;
    margin: 0 40px 0 0;
  }
  .p-csr-activities__item-title {
    font-size: 20px;
  }
}

.p-csr-society {
  padding: 0 20px 50px;
  margin: 60px 0 0;
}

.p-csr-society__inner {
  padding: 20px 20px 33px;
  background: #F8F8F8;
}

.p-csr-society__box {
  margin: 38px 0 0 0;
}

.p-csr-society__title small {
  position: relative;
  display: block;
  padding: 0 0 16px 0;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
}

.p-csr-society__title small::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 3px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-csr-society__title span {
  display: block;
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.p-csr-society__text {
  margin: 17px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-csr-society {
    padding: 0 0 120px;
    margin: 48px 0 0;
  }
  .p-csr-society__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 850px;
    padding: 40px;
    margin: 0 auto;
  }
  .p-csr-society__box {
    margin: 0;
  }
  .p-csr-society__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 224px;
            flex: 0 0 224px;
    width: 224px;
    margin: 0 20px 0 0;
  }
  .p-csr-society__title small {
    font-size: 12px;
  }
  .p-csr-society__title span {
    margin: 12px 0 0 0;
    font-size: 20px;
  }
  .p-csr-society__text {
    margin: 24px 0 0 0;
  }
}

.p-news__inner {
  padding: 12px 20px 4px;
}

.p-news__title span {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
  margin: 31px 0 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 20px;
}

.p-news__title span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 3px;
  background: url("/assets/images/common/ico_line01--red.png") repeat-x;
  background-position: left center;
  background-size: 4px 3px;
}

.p-news__list {
  margin: 45px 0 0;
  border-top: 1px solid #E0E0E0;
}

.p-news__list-item > a {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid #E0E0E0;
}

.p-news__list-item__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  color: #BEBEBE;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.p-news__list-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0 0 0;
}

.p-news__list-item object {
  margin: 0 5px 5px 0;
}

.p-news__list-item__category {
  display: block;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-news__list-item__category.saiyo {
  background: #E5E5E5;
}

.p-news__list-item__category.soloar {
  background: #008282;
  color: #FFF;
}

.p-news__list-item__category.yamato {
  background: #E12639;
  color: #FFF;
}

.p-news__list-item__category.group {
  background: #FFF;
  border: 1px solid #E5E5E5;
}

.p-news__list-item__text {
  margin: 18px 0 0 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-news__link {
  display: block;
  margin-top: 39px;
  text-align: center;
}

.p-news__link span {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
}

.p-news__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 9px;
  background: url("/assets/images/common/ico_arrow03.png") no-repeat;
  background-position: center;
  background-size: 17px 9px;
}

@media screen and (min-width: 768px), print {
  .p-news {
    margin: 0;
  }
  .p-news__inner {
    width: 100%;
    padding: 52px 0 168px;
    margin: 0 auto;
  }
  .p-news__title span {
    margin: 30px 0 0;
    font-size: 24px;
  }
  .p-news__title span::before {
    top: 12px;
  }
  .p-news__list {
    margin: 50px 0 0;
  }
  .p-news__list-item {
    position: relative;
    padding: 0;
  }
  .p-news__list-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 26px 0 28px;
    -webkit-transition: border-color 0.6s ease;
    transition: border-color 0.6s ease;
  }
  .p-news__list-item__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin: 0 12px 0 0;
    font-size: 20px;
  }
  .p-news__list-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
  .p-news__list-item object {
    margin: 0 5px 5px 0;
  }
  .p-news__list-item__category {
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
  }
  .p-news__list-item__category.saiyo {
    background: #E5E5E5;
  }
  .p-news__list-item__category.soloar {
    background: #008282;
    color: #FFF;
  }
  .p-news__list-item__category.yamato {
    background: #E12639;
    color: #FFF;
  }
  .p-news__list-item__category.group {
    background: #FFF;
    border: 1px solid #E5E5E5;
  }
  .p-news__list-item__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 12px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  .p-news__list-item > a:hover {
    border-color: #E12639;
  }
  .p-news__list-item > a:hover .p-news__list-item__text {
    color: #E12639;
  }
  .p-news__link {
    margin-top: 54px;
    padding-right: 23px;
    text-align: right;
  }
  .p-news__link span {
    font-size: 14px;
  }
  .p-news__link span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 17px;
    height: 9px;
    background: url("/assets/images/common/ico_arrow03.png") no-repeat;
    background-position: center;
    background-size: 17px 9px;
  }
}

.p-pager {
  margin: 50px;
}

.p-pager__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pager__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  width: 17px;
}

.p-pager__arrow.prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.p-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 14px;
}

.p-pager__list-item {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1;
}

.p-pager__list-item + .p-pager__list-item {
  margin-left: 25px;
}

.p-pager__list-item.current {
  color: #DC0017;
}

.p-pager__list-item.last {
  position: relative;
  padding: 0 0 0 24px;
}

.p-pager__list-item.last::before {
  content: "…";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (min-width: 768px), print {
  .p-pager {
    margin: 0 auto 124px;
  }
}

.p-side-category {
  padding: 0 20px;
  margin: 54px 0 0 0;
}

.p-side-category__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-side-category__text {
  display: block;
  margin: 40px 0 0 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-side-category__list {
  display: none;
  margin: 26px 0 0 0;
}

.p-side-category__list li {
  padding: 0 0 0 34px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-side-category__list li + li {
  margin-top: 25px;
}

@media screen and (min-width: 768px), print {
  .p-side-category {
    padding: 0;
    margin: 80px 0 0 0;
  }
  .p-side-category__title {
    font-size: 20px;
  }
  .p-side-category__text {
    margin: 50px 0 0 0;
    font-size: 16px;
    cursor: pointer;
  }
  .p-side-category__list {
    padding: 0 0 20px 0;
    margin: 20px 0 0 0;
  }
  .p-side-category__list li {
    padding: 0 0 0 19px;
    font-size: 14px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-side-category__list li:hover {
    opacity: 0.6;
  }
  .p-side-category__list li + li {
    margin-top: 20px;
  }
  .p-side-category__list + .p-side-category__text,
  .p-side-category__text + .p-side-category__text {
    margin-top: 30px;
  }
}

a.p-side-category__text {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

a.p-side-category__text:hover {
  opacity: 0.6;
}

.c-category {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.c-category:hover {
  opacity: 0.6;
}

.p-side-archive {
  padding: 0 20px 50px;
  margin: 70px 0 0 0;
}

.p-side-archive__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.p-side-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 31px 0 0 0;
}

.p-side-archive__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(32% - 16px);
          flex: 0 0 calc(32% - 16px);
  width: calc(32% - 16px);
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-side-archive__list li:hover {
  opacity: 0.6;
}

.p-side-archive__list li + li {
  margin-left: 26px;
}

.p-side-archive__mask {
  height: 159px;
  overflow: hidden;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.p-side-archive__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 40px;
  margin: 40px auto 0;
  border: 2px solid #BBBBBB;
  border-radius: 40px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-side-archive__more.visible {
  opacity: 0 !important;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p-side-archive__list li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .p-side-archive__list li:nth-of-type(n+4) {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px), print {
  .p-side-archive {
    padding: 0 0 50px;
    margin: 60px 0 0 0;
  }
  .p-side-archive__title {
    font-size: 20px;
  }
  .p-side-archive__list {
    margin: 20px 0 0 0;
  }
  .p-side-archive__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    font-size: 15px;
  }
  .p-side-archive__list li + li {
    margin: 22px 0 0 0;
  }
  .p-side-archive__mask {
    height: 442px;
  }
  .p-side-archive__more {
    width: 128px;
    height: 32px;
    margin: 46px 0 0;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .p-side-archive__more:hover {
    opacity: 0.7;
  }
}

.p-single {
  margin: 44px 0 0;
}

.p-single__inner {
  padding: 0 20px;
}

.p-single__time {
  color: #BEBEBE;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.p-single__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 3px 0 0 0;
}

.p-single__cat-list object {
  margin: 0 5px 5px 0;
}

.p-single__cat-item {
  margin: 0 4px 4px 0;
}

.p-single__title {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-single {
    margin-top: 80px;
  }
  .p-single__inner {
    padding: 0;
  }
  .p-single__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-single__time {
    margin: 0 12px 0 0;
    font-size: 20px;
  }
  .p-single__cat {
    margin: -2px 0 0 0;
  }
  .p-single__cat-list {
    margin: 0;
  }
  .p-single__cat-item {
    margin: 0 4px 0 0;
  }
  .p-single__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 32px 0 0 0;
    font-size: 26px;
  }
}

.p-content {
  margin: 36px 0 0 0;
}

.p-content__inner {
  padding: 0 20px 60px;
}

.p-content__inner > *:first-child {
  margin-top: 0 !important;
}

.p-content__inner .wp-block-image {
  margin: 40px 0 0 0;
}

.p-content__inner .wp-block-image img {
  width: 100%;
  height: auto;
}

.p-content__inner p {
  margin: 33px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

.p-content__inner p a {
  font-weight: 700;
}

.p-content__inner p a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: 0 0 0 8px;
  background: url("/assets/images/common/ico_link01.png") no-repeat;
  background-position: center;
  background-size: 16px 14px;
}

.p-content__inner p a:not([target="_blank"]) {
  text-decoration: underline;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-content__inner p a:not([target="_blank"]):hover {
  opacity: 0.6;
}

.p-content__inner p + p {
  margin-top: 30px;
}

.p-content__inner .content-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 40px;
  margin: 33px 0 0 0;
  border-radius: 45px;
  border: 2px solid #BBBBBB;
}

.p-content__inner .content-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 15px;
  background: url(/assets/images/common/ico_arrow02.png) no-repeat;
  background-position: center;
  background-size: 17px 15px;
}

.p-content__inner .content-button span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
}

.p-content__inner .content-bgarea {
  padding: 20px 28px;
  margin: 40px 0 0 0;
  background: #F8F8F8;
}

.p-content__inner .content-bgarea .wp-block-column > *:first-child {
  margin-top: 0 !important;
}

.p-content__inner .content-quote {
  position: relative;
  padding: 32px 28px;
  margin: 40px 0 0 0;
  border: 1px solid #E0E0E0;
}

.p-content__inner .content-quote::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  height: 28px;
  background: url("/assets/images/common/ico_quote.jpg") no-repeat;
  background-position: center;
  background-size: 30px 28px;
}

.p-content__inner .content-quote .wp-block-column > *:first-child {
  margin-top: 0 !important;
}

.p-content__inner .wp-block-embed-youtube {
  margin: 40px 0 0 0;
}

@media screen and (min-width: 768px), print {
  .p-content {
    margin: 74px 0 0 0;
  }
  .p-content__inner {
    padding: 0 0 110px;
  }
  .p-content__inner .wp-block-image {
    margin: 40px 0 0 0;
  }
  .p-content__inner .wp-block-image img {
    width: 100%;
    height: auto;
  }
  .p-content__inner p {
    margin: 33px 0 0 0;
    font-size: 16px;
    line-height: 31px;
  }
  .p-content__inner p + p {
    margin-top: 30px;
  }
  .p-content__inner .content-button {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 300px;
    padding: 8px 40px;
    margin: 72px 0 0 0;
    overflow: hidden;
    -webkit-transition: border-color 0.6s ease;
    transition: border-color 0.6s ease;
  }
  .p-content__inner .content-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #DC0017;
    -webkit-transition: background-color 0.6s ease, width 0.6s ease;
    transition: background-color 0.6s ease, width 0.6s ease;
  }
  .p-content__inner .content-button::after {
    -webkit-transition: background-image 0.6s ease;
    transition: background-image 0.6s ease;
  }
  .p-content__inner .content-button span {
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
  }
  .p-content__inner .content-button:hover {
    border-color: #DC0017;
  }
  .p-content__inner .content-button:hover::before {
    width: 100%;
  }
  .p-content__inner .content-button:hover::after {
    background-image: url(/assets/images/common/ico_arrow02--white.png);
  }
  .p-content__inner .content-button:hover span {
    color: #FFF;
  }
  .p-content__inner .content-bgarea {
    padding: 43px 48px;
    margin: 80px 0 0 0;
  }
  .p-content__inner .content-quote {
    padding: 43px 48px;
    margin: 80px 0 0 0;
  }
  .p-content__inner .content-quote::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 30px;
    height: 28px;
    background: url("/assets/images/common/ico_quote.jpg") no-repeat;
    background-position: center;
    background-size: 30px 28px;
  }
  .p-content__inner .content-quote .wp-block-column > *:first-child {
    margin-top: 0 !important;
  }
  .p-content__inner .wp-block-embed-youtube {
    margin: 80px 0 0 0;
  }
  .p-content__inner .wp-block-embed-youtube iframe {
    width: 100%;
    height: 472px;
  }
}

.p-single-pager {
  padding: 0 20px;
  margin: 0;
}

.p-single-pager__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.p-single-pager__prev, .p-single-pager__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61px;
          flex: 0 0 61px;
}

.p-single-pager__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 119px;
          flex: 0 0 119px;
}

@media screen and (min-width: 768px), print {
  .p-single-pager {
    padding: 50px 0;
    margin: 0 0 120px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }
  .p-single-pager__inner {
    width: 456px;
    padding: 0;
    margin: 0 auto;
    border: 0;
  }
  .p-single-pager__prev, .p-single-pager__next, .p-single-pager__list {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-single-pager__prev:hover, .p-single-pager__next:hover, .p-single-pager__list:hover {
    opacity: 0.6;
  }
}

.p-recruit-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.p-recruit-mv__cover {
  -webkit-transition: all 0.6s cubic-bezier(0.66, 0.05, 0.5, 1);
  transition: all 0.6s cubic-bezier(0.66, 0.05, 0.5, 1);
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__cover {
    width: 100%;
    height: 100vh;
    background: #E12639;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .p-recruit-mv__cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: -820px;
    width: 820px;
    height: 100%;
    background: url("/assets/images/common/ico_recruit_mask.png") no-repeat;
    background-position: right center;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__cover {
    width: 100%;
    height: 100vh;
    background: #E12639;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__cover.ani {
    width: 0;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__cover.ani {
    width: 212px;
    -webkit-clip-path: polygon(0 0, 100% 0, 8% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 8% 100%, 0% 100%);
  }
}

.p-recruit-mv__slider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
}

.p-recruit-mv__slider .slick-list,
.p-recruit-mv__slider .slick-track {
  height: 100%;
}

.p-recruit-mv__slider .slick-slide.next {
  opacity: 1 !important;
}

.p-recruit-mv__slider .slick-slide.animation::after {
  -webkit-animation: mvscale 10s linear forwards;
          animation: mvscale 10s linear forwards;
}

.p-recruit-mv__slider-item {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.p-recruit-mv__slider-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
  width: 101%;
  height: 101%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-recruit-mv__slider-item:nth-of-type(1)::after {
  background-image: url("/assets/images/recruit/img_mv01.jpg");
}

.p-recruit-mv__slider-item:nth-of-type(2)::after {
  background-image: url("/assets/images/recruit/img_mv02.jpg");
}

.p-recruit-mv__slider-item:nth-of-type(3)::after {
  background-image: url("/assets/images/recruit/img_mv03.jpg");
}

.p-recruit-mv__dots {
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__dots {
    right: 0px;
    bottom: 75px;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__dots {
    left: 0px;
    bottom: 48px;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__dots.ani {
    left: 35px;
  }
}

.p-recruit-mv__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: flex-start;
  /*
            button[aria-controls=slick-slide00].normal {
                svg {
                    circle {
                        animation: loader 7.4s linear forwards;
                    }
                }
            }
            */
}

.p-recruit-mv__dots .slick-dots li {
  position: relative;
  width: 18px;
  height: 18px;
}

.p-recruit-mv__dots .slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.p-recruit-mv__dots .slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  font-size: 0;
  background: transparent;
  opacity: 0;
  overflow: visible;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.p-recruit-mv__dots .slick-dots li button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(1, -1);
          transform: translate(-50%, -50%) rotate(-90deg) scale(1, -1);
  width: 18px;
  height: 18px;
}

.p-recruit-mv__dots .slick-dots li button svg circle {
  stroke-width: 4;
  stroke: #FFF;
  fill: none;
  stroke-dasharray: 380;
  stroke-dashoffset: -1800;
  will-change: stroke-dashoffset;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-recruit-mv__dots .slick-dots li + li {
  margin-left: 4px;
}

.p-recruit-mv__dots .slick-dots .slick-active button {
  opacity: 1;
}

.p-recruit-mv__dots .slick-dots .slick-active button svg circle {
  -webkit-animation: loader 7.4s linear forwards;
          animation: loader 7.4s linear forwards;
}

.p-recruit-mv__dots .slick-dots .slick-active::before {
  background: white;
}

.p-recruit-mv__dots .slick-dots button[aria-controls=slick-slide00].first svg circle {
  -webkit-animation: loader 5.6s linear forwards;
          animation: loader 5.6s linear forwards;
}

.p-recruit-mv__text {
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text {
    top: 27%;
    left: 10%;
    width: 1036px;
    height: 560px;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text {
    top: 27%;
    left: 20px;
  }
}

.p-recruit-mv__text.ani {
  opacity: 1;
}

.p-recruit-mv__text h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.3;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text h4:nth-of-type(1) {
    font-size: 111px;
    -webkit-transform: translate(-12px, -90px);
            transform: translate(-12px, -90px);
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text h4:nth-of-type(1) {
    font-size: 37px;
    -webkit-transform: translate(-5px, -25px);
            transform: translate(-5px, -25px);
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text h4:nth-of-type(2) {
    font-size: 111px;
    width: 1100px;
    height: 130px;
    -webkit-transform: translate(-18px, 50px);
            transform: translate(-18px, 50px);
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text h4:nth-of-type(2) {
    width: 500px;
    font-size: 37px;
    -webkit-transform: translate(-5px, 17px);
            transform: translate(-5px, 17px);
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text h4:nth-of-type(3) {
    font-size: 111px;
    width: 900px;
    height: 130px;
    -webkit-transform: translate(-17px, 57px);
            transform: translate(-17px, 57px);
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text h4:nth-of-type(3) {
    width: 500px;
    font-size: 37px;
    -webkit-transform: translate(-5px, -20px);
            transform: translate(-5px, -20px);
  }
}

.p-recruit-mv__text h3 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text h3 {
    font-size: 20px;
    letter-spacing: .24em;
    margin-bottom: 20px;
    -webkit-transform: translate(25px, -43px);
            transform: translate(25px, -43px);
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text h3 {
    font-size: 12px;
    letter-spacing: .214em;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text h2 {
    color: #FFF;
    /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
    font-weight: 600;
    font-size: 68px;
    letter-spacing: .2em;
    line-height: 1.6;
    opacity: 1;
    -webkit-transform: translate(20px, -68px);
            transform: translate(20px, -68px);
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text h2 {
    color: #FFF;
    /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
    font-weight: 600;
    font-size: 40px;
    letter-spacing: .18em;
    line-height: 1.55;
    opacity: 1;
  }
}

.p-recruit-mv__text div {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text div {
    margin-top: 35px;
    font-size: 13px;
    -webkit-transform: translate(28px, -70px);
            transform: translate(28px, -70px);
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text div {
    font-size: 12px;
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text div:nth-of-type(1) {
    width: 77px;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text div:nth-of-type(1) {
    width: 71px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text div:nth-of-type(2) {
    margin-top: 10px;
    width: 88px;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text div:nth-of-type(2) {
    margin-top: 8px;
    width: 81px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text div:nth-of-type(3) {
    margin-top: 10px;
    width: 67px;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text div:nth-of-type(3) {
    margin-top: 8px;
    width: 62px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__text div:nth-of-type(4) {
    margin-top: 10px;
    width: 80px;
  }
}

@media (max-width: 767px) {
  .p-recruit-mv__text div:nth-of-type(4) {
    margin-top: 8px;
    width: 74px;
  }
}

.p-recruit-mv__message {
  position: absolute;
  right: 12px;
  bottom: 20px;
  left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 35px;
  padding: 0 30px 0 16px;
  background: #FFF;
  border-radius: 40px;
}

.p-recruit-mv__message::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 17px;
  height: 15px;
  background: url("/assets/images/common/ico_arrow02.png") no-repeat;
  background-position: center;
  background-size: 17px 15px;
}

.p-recruit-mv__message-title {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 20px;
}

.p-recruit-mv__message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  margin-left: 7px;
}

.p-recruit-mv__message-text time {
  color: #008282;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 20px;
}

.p-recruit-mv__message-text span {
  margin-left: 6px;
  white-space: nowrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 20px;
  text-decoration: underline;
}

.p-recruit-mv__scroll {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 11px;
  height: 160px;
  z-index: 6;
}

.p-recruit-mv__scroll-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 11px;
}

.p-recruit-mv__scroll-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2px;
  height: 108px;
  overflow: hidden;
}

.p-recruit-mv__scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.29;
}

.p-recruit-mv__scroll-line::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110%;
  left: 0;
  width: 100%;
  height: 110%;
  background: #FFF;
  -webkit-animation: scrollline 4s linear infinite;
          animation: scrollline 4s linear infinite;
}

@media screen and (min-width: 768px), print {
  .p-recruit-mv__slider-item:nth-of-type(1)::after {
    background-image: url("/assets/images/recruit/img_mv01-pc.jpg");
  }
  .p-recruit-mv__slider-item:nth-of-type(2)::after {
    background-image: url("/assets/images/recruit/img_mv02-pc.jpg");
  }
  .p-recruit-mv__slider-item:nth-of-type(3)::after {
    background-image: url("/assets/images/recruit/img_mv03-pc.jpg");
  }
  .p-recruit-mv__dots {
    right: -20px;
    bottom: 75px;
    padding-bottom: 60px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .p-recruit-mv__dots.ani {
    right: 25px;
  }
  .p-recruit-mv__dots .slick-dots {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 16px;
    cursor: pointer;
  }
  .p-recruit-mv__dots .slick-dots li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-recruit-mv__text {
    padding: 30px 0 0 0;
    font-size: 43px;
    line-height: 63px;
  }
  .p-recruit-mv__message {
    right: 38px;
    bottom: 100px;
    left: auto;
    width: 500px;
    padding: 0 30px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-recruit-mv__message::after {
    right: 12px;
  }
  .p-recruit-mv__message:hover {
    opacity: 0.6;
  }
  .p-recruit-mv__scroll {
    bottom: 35px;
    left: -20px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .p-recruit-mv__scroll.ani {
    left: 21px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-banner {
    background: #004391;
    display: block;
    width: 76px;
    height: 220px;
    position: fixed;
    top: 260px;
    right: 0px;
    z-index: 50;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-align: center;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .p-recruit-banner:hover {
    background: #DC0017;
  }
}

@media (max-width: 767px) {
  .p-recruit-banner {
    background: #004391;
    display: block;
    width: 144px;
    height: 48px;
    position: absolute;
    top: 365px;
    right: 0;
    z-index: 50;
    padding-top: 18px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}

.p-recruit-banner__content {
  position: relative;
}

.p-recruit-banner__content::after {
  content: '';
  position: absolute;
  width: 15.5px;
  height: 7px;
  background: url(/assets/images/common/ico_arrow03--white.png) no-repeat 0 0;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .p-recruit-banner__content::after {
    bottom: 35px;
    left: 1px;
  }
}

@media (max-width: 767px) {
  .p-recruit-banner__content::after {
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.p-breadcrumbs-red {
  background: #CC1629;
  position: absolute;
  z-index: 6;
  bottom: -50px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.p-breadcrumbs-red.ani {
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumbs-red .p-breadcrumbs__inner {
    margin: 0;
  }
}

.p-breadcrumbs-red span {
  color: #fff;
}

.p-recruit-about {
  width: 100%;
  background: #E12639;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  .p-recruit-about__box {
    width: 1116px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-about {
    padding: 125px 0 300px 10px;
  }
}

@media (max-width: 767px) {
  .p-recruit-about {
    padding: 155px 20px 140px 20px;
  }
}

.p-recruit-about__title {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 46px;
}

@media screen and (min-width: 768px), print {
  .p-recruit-about__title {
    font-size: 30px;
    margin-bottom: 55px;
  }
}

.p-recruit-about__inner {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

@media screen and (min-width: 768px), print {
  .p-recruit-about__inner {
    width: 550px;
  }
}

.p-recruit-about__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 28px;
}

.p-recruit-about__background {
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px), print {
  .p-recruit-about__background {
    width: 531px;
    top: 42px;
    left: 52.5%;
  }
}

@media (max-width: 767px) {
  .p-recruit-about__background {
    top: 8px;
    left: 20px;
  }
}

.p-recruit-about__background-inner {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 67px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 100px;
  opacity: 0.1;
}

@media screen and (min-width: 768px), print {
  .p-recruit-about__background-inner {
    font-size: 105px;
    line-height: 1.44;
  }
}

.p-recruit-movie {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  .p-recruit-movie {
    width: 1116px;
    margin: 0 auto;
    top: -181px;
  }
}

@media (max-width: 767px) {
  .p-recruit-movie {
    margin: 0 20px;
    top: -94px;
  }
}

.p-recruit-introduce {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce-message {
    position: relative;
    z-index: 3;
    top: -76px;
    left: 5px;
  }
  .p-recruit-introduce-message::after {
    content: 'MESSAGE';
    position: absolute;
    display: block;
    bottom: -70px;
    left: -47px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 105px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce-message::after {
    content: 'MESSAGE';
    position: absolute;
    display: block;
    bottom: -40px;
    left: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 81px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce-merit::after {
    content: 'ADVANTAGE';
    position: absolute;
    display: block;
    bottom: -70px;
    right: -53px;
    z-index: 3;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 105px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce-merit::after {
    content: 'ADVANTAGE';
    position: absolute;
    display: block;
    bottom: -40px;
    left: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 81px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce-members::after {
    content: 'MEMBER';
    position: absolute;
    display: block;
    bottom: -70px;
    left: -47px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 105px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce-members::after {
    content: 'MEMBER';
    position: absolute;
    display: block;
    bottom: -40px;
    left: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 81px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce-requirement::after {
    content: 'REQUIREMENT';
    position: absolute;
    display: block;
    bottom: -70px;
    right: -53px;
    z-index: 3;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 105px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce-requirement::after {
    content: 'REQUIREMENT';
    position: absolute;
    display: block;
    bottom: -40px;
    left: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 81px;
    color: #333;
    opacity: 0.1;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce {
    width: 1116px;
    margin: 0 auto 180px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce {
    margin-bottom: 194px;
    position: relative;
  }
}

.p-recruit-introduce__text {
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce__text {
    width: 57%;
  }
  .p-recruit-introduce__text-style01 {
    padding: 55px 0 60px 42px;
  }
  .p-recruit-introduce__text-style02 {
    position: relative;
    padding: 55px 0 60px 185px;
    right: -476px;
    z-index: 1;
  }
  .p-recruit-introduce__text-style03 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce__text {
    padding: 22px 18px 60px 20px;
  }
  .p-recruit-introduce__text-style01 {
    margin-right: 20px;
  }
  .p-recruit-introduce__text-style02 {
    margin-left: 20px;
  }
}

.p-recruit-introduce__text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.p-recruit-introduce__text-title h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.02em;
  color: #DC0017;
  position: relative;
}

.p-recruit-introduce__text-title h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -12px;
  left: 0;
  background-image: url(/assets/images/common/ico_line01--red.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce__text-title h3 {
    font-size: 43px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce__text-title h3 {
    font-size: 32px;
    margin-right: 10px;
  }
}

.p-recruit-introduce__text-title span {
  display: block;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce__text-title span {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce__text-title span {
    font-size: 20px;
  }
}

.p-recruit-introduce__text-text {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce__text-text {
    width: 407px;
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce__text-text {
    margin-bottom: 23px;
  }
}

.p-recruit-introduce__more {
  width: 244px;
}

.p-recruit-introduce__more .c-button {
  height: 45px;
}

.p-recruit-introduce__more .c-button span {
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce__more {
    margin-left: 70px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-introduce__image {
    width: 56%;
    height: 409px;
    position: absolute;
  }
  .p-recruit-introduce__image-style01 {
    top: -70px;
    right: -6px;
  }
  .p-recruit-introduce__image-style02 {
    top: -70px;
    left: -5px;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .p-recruit-introduce__image {
    position: relative;
    z-index: 11;
    margin-top: -98px;
  }
  .p-recruit-introduce__image-style01 {
    margin-left: 20px;
  }
  .p-recruit-introduce__image-style02 {
    margin-right: 20px;
  }
}

.p-recruit-bottom {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom {
    height: 225px;
    background: url(/assets/images/recruit/img-entry-btn-pc.png) no-repeat right top;
    background-size: cover;
  }
  .p-recruit-bottom-message {
    background: url(/assets/images/recruit-message/img-advantage-btn-pc.png) no-repeat right top;
    background-size: cover;
  }
  .p-recruit-bottom-advantage {
    background: url(/assets/images/recruit-advantage/img-members-btn-pc.png) no-repeat right top;
    background-size: cover;
    background-position: center;
  }
  .p-recruit-bottom-member {
    background: url(/assets/images/recruit-member/img-requirement-btn-pc.png) no-repeat right top;
    background-size: cover;
    background-position: center;
  }
  .p-recruit-bottom-requirement {
    background: url(/assets/images/requirement/img-message-btn-pc.png) no-repeat right top;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom {
    padding-top: 80px;
  }
}

.p-recruit-bottom__image {
  z-index: 2;
}

.p-recruit-bottom__inner {
  background: #DC0017;
  position: relative;
  height: 177px;
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 40.9%;
    height: 225px;
    top: 0;
    left: 0;
  }
  .p-recruit-bottom__inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 120%;
    top: 38px;
    left: 0;
    background: url(/assets/images/recruit/img-object-pc.png) no-repeat -20px 0;
    background-size: 100% 100%;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 40px 0;
  }
  .p-recruit-bottom__inner::after {
    content: '';
    position: absolute;
    width: 171px;
    height: 127px;
    top: 30px;
    left: 28%;
    background: url(/assets/images/recruit/img-object.png) no-repeat 0 0;
    background-size: cover;
  }
}

.p-recruit-bottom__inner h2 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom__inner h2 {
    font-size: 56px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom__inner h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.p-recruit-bottom__inner .c-button--white {
  width: 354px;
  height: 45px;
}

.p-recruit-bottom__inner .c-button--white::before {
  background: #fff;
}

.p-recruit-bottom__inner .c-button--white:hover {
  border-color: #DC0017;
}

.p-recruit-bottom__inner .c-button--white:hover::after {
  background-image: url(/assets/images/common/ico_arrow03--red.png);
}

.p-recruit-bottom__inner .c-button--white:hover span {
  color: #DC0017;
}

.p-recruit-bottom__inner-backgroundTxt {
  position: absolute;
  color: #fff;
  opacity: 0.24;
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom__inner-backgroundTxt {
    width: 705px;
    top: 70px;
  }
  .p-recruit-bottom__inner-backgroundTxt span:nth-of-type(1) {
    font-family: 'Oswald', sans-serif;
    font-size: 75px;
    letter-spacing: 0.01em;
    font-weight: 600;
  }
  .p-recruit-bottom__inner-backgroundTxt span:nth-of-type(2) {
    font-family: 'Raleway', sans-serif;
    font-size: 89px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom__inner-backgroundTxt {
    width: 750px;
    top: 25px;
    left: 20px;
  }
  .p-recruit-bottom__inner-backgroundTxt span:nth-of-type(1) {
    font-family: 'Oswald', sans-serif;
    font-size: 69px;
    letter-spacing: 0.01em;
    font-weight: 600;
  }
  .p-recruit-bottom__inner-backgroundTxt span:nth-of-type(2) {
    font-family: 'Raleway', sans-serif;
    font-size: 75px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

.p-recruit-bottom .c-button--white::before {
  background: #fff;
}

.p-recruit-bottom:hover .c-button--white {
  border-color: #DC0017;
}

.p-recruit-bottom:hover .c-button--white::after {
  background-image: url(/assets/images/common/ico_arrow03--red.png);
}

.p-recruit-bottom:hover .c-button::before {
  width: 100%;
}

.p-recruit-bottom:hover .c-button--white span {
  color: #DC0017;
}

.p-recruit-bottom:hover .c-button span {
  padding: 0 0 0 5px;
}

.p-recruit-bottom:hover .c-button--white::after {
  background-image: url(/assets/images/common/ico_arrow03--red.png);
}

@media screen and (min-width: 768px), print {
  .p-recruit-banner-mv {
    background: #004391;
    display: block;
    position: fixed;
    top: 260px;
    right: -80px;
    z-index: 50;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-align: center;
    padding: 38px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .p-recruit-banner-mv:hover {
    background: #DC0017;
  }
  .p-recruit-banner-mv.scrollAni {
    padding: 17px 15px 25px 15px;
  }
}

@media (max-width: 767px) {
  .p-recruit-banner-mv {
    background: #004391;
    display: block;
    width: 144px;
    height: 48px;
    position: absolute;
    bottom: 36px;
    right: -150px;
    z-index: 50;
    padding-top: 18px;
    padding-left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}

.p-recruit-banner-mv.ani {
  right: 0;
}

.p-recruit-banner-mv__content {
  position: relative;
}

.p-recruit-banner-mv__content::after {
  content: '';
  width: 15px;
  height: 7px;
  position: absolute;
  background: url(/assets/images/common/ico_arrow03--white.png) no-repeat 0 0;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  .p-recruit-banner-mv__content::after {
    bottom: -15px;
    left: 1px;
  }
}

@media (max-width: 767px) {
  .p-recruit-banner-mv__content::after {
    bottom: 2px;
    right: 16px;
  }
}

.p-header-recruit-mv.recruit {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.p-header-recruit-mv.ani {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-recruit-bottom__inner .c-button--white {
  border-color: rgba(255, 255, 255, 0.507);
}

[data-scroll] {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

[data-scroll="in"] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll="out"] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.c-recruit-banner-aid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40.9%;
  overflow: hidden;
}

.c-recruit-banner-aid span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

a:hover .c-recruit-banner-aid span {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.p-recruit-introduce.p-recruit-introduce-requirement {
  margin-bottom: 45px;
}

.p-recruit-bottom__image.u-sp-only {
  margin-bottom: -1px;
}

@media screen and (min-width: 768px), print {
  .p-header-recruit__title {
    top: 0;
  }
  .p-recruit-banner-mv__content::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .p-recruit-merit__inner img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 432px;
            flex: 0 0 432px;
    width: 432px;
  }
}

.p-header-recruit {
  height: 50px;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  background: #fff;
}

.p-header-recruit__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 0 0 17px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-header-recruit__title {
  position: absolute;
  left: -2px;
  width: 75px;
  height: 100%;
  margin-top: 1px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-header-recruit__title a {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-header-recruit__title .initial {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  opacity: 0;
}

.p-header-recruit__title .next {
  position: absolute;
  left: 0;
  width: 92px;
}

.p-header-recruit__btn {
  position: absolute;
  top: 0;
  right: -15px;
  width: 60px;
  height: 50px;
  background: #BA1021;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-header-recruit__btn-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 32px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-header-recruit__btn-line:nth-of-type(1) {
  top: 12px;
}

.p-header-recruit__btn-line:nth-of-type(2) {
  top: 23px;
}

.p-header-recruit__btn-text {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.p-header-recruit__btn-text.close {
  opacity: 0;
}

.p-header-recruit__btn.close .p-header-recruit__btn-line:nth-of-type(1) {
  top: 21px;
  -webkit-transform: translate(-50%, 0) rotate(20deg);
          transform: translate(-50%, 0) rotate(20deg);
}

.p-header-recruit__btn.close .p-header-recruit__btn-line:nth-of-type(2) {
  top: 21px;
  -webkit-transform: translate(-50%, 0) rotate(-20deg);
          transform: translate(-50%, 0) rotate(-20deg);
}

.p-header-recruit__btn.close .p-header-recruit__btn-text {
  opacity: 0;
}

.p-header-recruit__btn.close .p-header-recruit__btn-text.close {
  opacity: 1;
}

.p-header-recruit.fit .p-header-recruit__title .initial {
  opacity: 0;
  pointer-events: none;
}

.p-header-recruit.fit .p-header-recruit__title .next {
  opacity: 1;
}

@media (max-width: 767px) {
  .p-header-recruit {
    padding: 0 15px;
  }
  .p-header-recruit__title a {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .p-header-recruit__title .initial {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    opacity: 0;
  }
  .p-header-recruit__title .next {
    position: absolute;
    top: -18px;
    left: 0;
    width: 92px;
  }
  .p-header-recruit__entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0px;
    right: 45px;
    width: 95px;
    height: 50px;
    background: #DC0017;
    pointer-events: auto;
  }
  .p-header-recruit__entry span {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .p-header-recruit.fit {
    height: 50px;
    padding: 0 15px;
    margin: 0;
    border-radius: 0;
    background: #FFF;
  }
  .p-header-recruit.fit .p-header-recruit__inner {
    border-radius: 0;
  }
  .p-header-recruit.fit .p-header-recruit__btn {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: #E12639;
  }
  .p-header-recruit.fit .p-header-recruit__btn-line:nth-of-type(1) {
    top: 12px;
    background: #FFF;
  }
  .p-header-recruit.fit .p-header-recruit__btn-line:nth-of-type(2) {
    top: 22px;
    background: #FFF;
  }
  .p-header-recruit.fit .p-header-recruit__btn-text {
    top: 30px;
    color: #FFF;
  }
  .p-header-recruit.fit .close .p-header__btn-line {
    top: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .p-header-recruit {
    height: 60px;
    margin: 10px 10px 0 10px;
    border-radius: 10px;
  }
  .p-header-recruit__inner {
    /*
            padding: 0 215px 0 150px;
            */
    padding: 0 190px 0 150px;
  }
  .p-header-recruit__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-header-recruit__title {
    left: 0px;
    width: 95px;
    margin-top: 1px;
    -webkit-transition: opacity 0.6s ease, left 0.6s ease;
    transition: opacity 0.6s ease, left 0.6s ease;
  }
  .p-header-recruit__title:hover {
    opacity: 0.6;
  }
  .p-header-recruit__title a .initial {
    width: 95px;
  }
  .p-header-recruit__title a .next {
    width: 106px;
  }
  .p-header-recruit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 40px;
  }
  .p-header-recruit__list-item {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .p-header-recruit__list-item:hover {
    color: #E12639;
  }
  .p-header-recruit__list-item.current {
    color: #E12639;
  }
  .p-header-recruit__list-item + .p-header-recruit__list-item {
    margin-left: 29px;
  }
  .p-header-recruit__top {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: #F1F1F1;
    border-radius: 0 10px 10px 0;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header-recruit__top:hover {
    opacity: 0.5;
  }
  .p-header-recruit__top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
  }
  .p-header-recruit__entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -10px;
    right: 40px;
    width: 100px;
    height: 60px;
    background: #DC0017;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-header-recruit__entry:hover {
    opacity: 0.5;
  }
  .p-header-recruit__entry span {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .p-header-recruit.fit {
    height: 80px;
    margin-top: -3px;
  }
  .p-header-recruit.fit .p-header-recruit__inner {
    padding: 0 102px;
    background: #FFF;
    border-radius: 10px;
  }
  .p-header-recruit.fit .p-header-recruit__title {
    left: 20px;
  }
  .p-header-recruit.fit .p-header-recruit__top {
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (min-width: 768px), print {
  .p-header-recruit-entryform {
    min-width: 948px;
    height: 60px;
    padding: 20px 0 0 30px;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .p-header-recruit-entryform {
    width: 100%;
    height: 50px;
    padding: 11px 0 0 11px;
    background: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .p-header-recruit-entryform__title {
    width: 106px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .p-header-recruit-entryform__title {
    width: 92px;
    height: 35px;
  }
}

.p-heading-recruit {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit {
    height: 410px;
    margin-bottom: 100px;
    padding: 150px 0 121px 128px;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit {
    margin-bottom: 60px;
    padding: 112px 0 185px 20px;
  }
}

.p-heading-recruit::after {
  content: 'RECRUIT';
  position: absolute;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.08;
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit::after {
    top: 130px;
    left: 118px;
    font-size: 138px;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit::after {
    top: 120px;
    left: 20px;
    font-size: 69px;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit-message {
    background: url(/assets/images/recruit-message/img-heading-pc.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit-message {
    background: url(/assets/images/recruit-message/img-heading.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit-advantage {
    background: url(/assets/images/recruit-advantage/img-heading-pc.png) no-repeat 0 0;
    background-size: cover;
    background-position: top left;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit-advantage {
    background: url(/assets/images/recruit-advantage/img-heading.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit-member {
    background: url(/assets/images/recruit-member/img-heading-pc.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit-member {
    background: url(/assets/images/recruit-member/img-heading.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit-requirement {
    background: url(/assets/images/requirement/img-heading-pc.png) no-repeat 0 0;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit-requirement {
    background: url(/assets/images/requirement/img-heading.png) no-repeat 0 0;
    background-size: cover;
    background-position: center;
  }
}

.p-heading-recruit h5 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit h5 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit h5 {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-recruit__title {
    color: #fff;
    margin-bottom: 15px;
  }
  .p-heading-recruit__title span:nth-of-type(1) {
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .p-heading-recruit__title span:nth-of-type(2) {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .p-heading-recruit__title {
    color: #fff;
    margin-bottom: 10px;
  }
  .p-heading-recruit__title span:nth-of-type(1) {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .p-heading-recruit__title span:nth-of-type(2) {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

.p-heading-recruit__subTitle {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.p-breadcrumbs__recruit {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  right: 0;
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumbs__recruit {
    bottom: -6px;
  }
}

.p-breadcrumbs__recruit .p-breadcrumbs__inner {
  margin: 0;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumbs__recruit .p-breadcrumbs__inner {
    margin-left: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .p-breadcrumbs__recruit .p-breadcrumbs__inner .p-breadcrumbs__home-text {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}

@media (max-width: 767px) {
  .p-breadcrumbs__recruit .p-breadcrumbs__inner .p-breadcrumbs__home-text {
    -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0);
  }
}

@media screen and (min-width: 768px), print {
  .p-breadcrumbs__recruit .p-breadcrumbs__inner .p-breadcrumbs__home-text__style01 {
    -webkit-transform: translate(-40px, 0);
            transform: translate(-40px, 0);
  }
}

@media (max-width: 767px) {
  .p-breadcrumbs__recruit .p-breadcrumbs__inner .p-breadcrumbs__home-text__style01 {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
}

.p-recruit-message {
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-recruit-message {
    width: 970px;
    margin: 0 auto 75px auto;
    padding: 95px 0;
    -webkit-transform: translate(10px, 3px);
            transform: translate(10px, 3px);
  }
}

@media (max-width: 767px) {
  .p-recruit-message {
    margin: 0 20px 50px 20px;
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-message__inner {
    width: 750px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .p-recruit-message__inner {
    padding: 0 18px 0 24px;
  }
}

.p-recruit-message__inner h4 {
  font-family: 'Raleway', sans-serif;
  color: #DC0017;
  letter-spacing: 0.15em;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .p-recruit-message__inner h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p-recruit-message__inner h4 {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

.p-recruit-message__inner p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}

.p-recruit-message__inner p::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -37px;
  width: 3px;
  height: 98.5%;
  background-image: url(/assets/images/common/ico_line01--red.png);
  background-position: left center;
  background-repeat: repeat-y;
  background-size: 4px 3px;
}

@media (max-width: 767px) {
  .p-recruit-message__inner p::after {
    height: 98.5%;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-message__inner p {
    margin-left: 45px;
  }
}

@media (max-width: 767px) {
  .p-recruit-message__inner p {
    margin-left: 28px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-message__inner p img {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .p-recruit-message__inner p img {
    margin-top: 30px;
  }
}

.p-recruit-message__title {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .p-recruit-message__title {
    font-size: 28px;
    letter-spacing: 0.09em;
    line-height: 1.75;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-recruit-message__title {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.p-recruit-bottom__inner-style01 h2 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom__inner-style01 h2 {
    font-size: 22px;
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom__inner-style01 h2 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.65;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom__inner-style01 .p-recruit-bottom__inner-backgroundTxt {
    top: 15px;
  }
}

.p-recruit-bottom__inner-style01::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background: url(/assets/images/recruit/img-object02-pc.png) no-repeat -20px 0;
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .p-recruit-message__inner p {
    margin-left: 22px;
  }
  .p-recruit-message__inner p::after {
    left: -21px;
  }
  .p-recruit-bottom-message .p-recruit-bottom__inner.p-recruit-bottom__inner-style01 {
    height: 208px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-message__inner p::after {
    left: -40px;
  }
  .merit03 {
    margin-bottom: 70px;
  }
}

.p-recruit-advantage h2 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  line-height: 1.83;
}

@media screen and (min-width: 768px), print {
  .p-recruit-advantage h2 {
    letter-spacing: 0.05em;
    font-size: 30px;
    text-align: center;
    margin: 10px 0 35px 0;
  }
}

@media (max-width: 767px) {
  .p-recruit-advantage h2 {
    letter-spacing: 0.05em;
    font-size: 24px;
    margin: 10px 0 30px 20px;
  }
}

.p-recruit-advantage p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-recruit-advantage p {
    width: 720px;
    margin: 0 auto 90px auto;
  }
}

@media (max-width: 767px) {
  .p-recruit-advantage p {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

.p-recruit-merit__style01 {
  background: #f8f8f8;
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit {
    padding: 73px 0 70px 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit__box {
    width: 896px;
    margin: 0 auto;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media (max-width: 767px) {
  .p-recruit-merit__box {
    padding: 50px 20px 60px 20px;
  }
}

.p-recruit-merit__box h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #DC0017;
  letter-spacing: 0.15em;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit__box h5 {
    margin-bottom: 40px;
  }
}

.p-recruit-merit__box h5::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 3px;
  bottom: -20px;
  left: 0;
  background-image: url(/assets/images/common/ico_line01--red.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

.p-recruit-merit__box h5 small {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #DC0017;
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit__title {
    margin: 33px 0 30px 0;
  }
  .p-recruit-merit__title h2 {
    /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .p-recruit-merit__title h3 {
    /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 767px) {
  .p-recruit-merit__title {
    margin: 40px 0 30px 0;
  }
  .p-recruit-merit__title h2 {
    /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
  .p-recruit-merit__title h3 {
    /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-recruit-merit__inner p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit__inner p {
    margin-right: 18px;
  }
}

@media (max-width: 767px) {
  .p-recruit-merit__inner p {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit__inner img {
    width: 432px;
  }
}

.p-recruit-merit-other {
  background-color: #f8f8f8;
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit-other {
    width: 895px;
    margin: 115px auto 210px auto;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .p-recruit-merit-other {
    margin: 60px 20px 80px 20px;
    padding-bottom: 25px;
  }
}

.p-recruit-merit-other span {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  position: relative;
  top: -9px;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit-other span {
    top: -12px;
  }
}

.p-recruit-merit-other span::after {
  content: '';
  position: absolute;
  width: 2.5px;
  background: #222;
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit-other span::after {
    height: 27px;
    top: -2px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .p-recruit-merit-other span::after {
    height: 25px;
    top: -3px;
    left: -9px;
  }
}

.p-recruit-merit-other span::before {
  content: '';
  position: absolute;
  width: 2.5px;
  background: #222;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit-other span::before {
    height: 27px;
    top: -2px;
    right: -13px;
  }
}

@media (max-width: 767px) {
  .p-recruit-merit-other span::before {
    height: 25px;
    top: -3px;
    right: -9px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit-other span {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    margin-left: 90px;
  }
}

@media (max-width: 767px) {
  .p-recruit-merit-other span {
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 26px;
    margin-left: 45px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit-other__inner {
    width: 825px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-recruit-merit-other__inner img {
    width: 310px;
  }
}

.p-recruit-merit-other__inner p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-recruit-merit-other__inner p {
    margin-right: 21px;
  }
}

@media (max-width: 767px) {
  .p-recruit-merit-other__inner p {
    padding: 0 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p-recruit-advantage-bottom__inner .p-recruit-bottom__inner-backgroundTxt span:nth-of-type(1) {
    font-size: 69px;
  }
}

@media (max-width: 767px) {
  .p-recruit-advantage-bottom__inner .p-recruit-bottom__inner-backgroundTxt span:nth-of-type(2) {
    font-size: 79px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-member {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.p-recruit-member h2 {
  margin: 0 20px 26px 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-recruit-member h2 {
    text-align: center;
    font-size: 30px;
  }
}

.p-recruit-member p {
  margin: 0 20px 55px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-recruit-member p {
    width: 720px;
    margin: 42px auto 86px;
  }
}

.p-member-list {
  width: 100%;
  padding: 0 20px;
  overflow: visible;
}

@media screen and (min-width: 768px), print {
  .p-member-list {
    padding: 0 0 0 9.2vw;
    margin-left: 105px;
    margin-bottom: 209px;
  }
}

.p-member-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .p-member-list-box {
    margin-bottom: 60px;
    padding-left: 20px;
  }
}

.p-member-list-inner {
  position: relative;
  z-index: 1;
  width: calc(100vw - 74px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100vw - 74px);
          flex: 0 0 calc(100vw - 74px);
  padding: 35px 0 0 15px;
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 499px;
            flex: 0 0 499px;
    width: 499px;
    padding: 54px 0 0 19px;
    margin-right: 90px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
  .p-member-list-inner:hover {
    opacity: 0.6;
  }
}

.p-member-list-inner + .p-member-list-inner {
  margin-left: 20px;
}

.p-member-list-inner__txt {
  width: 100%;
  padding: 15px 15px 15px;
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner__txt {
    padding: 20px 0 20px 20px;
    bottom: 18px;
  }
}

.p-member-list-inner__txt h3 {
  margin-bottom: 10px;
}

.p-member-list-inner__txt h3 span:nth-of-type(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 10px;
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.p-member-list-inner__txt h3 span:nth-of-type(1) small {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 12px;
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner__txt h3 span:nth-of-type(1) {
    font-size: 14px;
  }
  .p-member-list-inner__txt h3 span:nth-of-type(1) small {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.p-member-list-inner__txt h3 span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 28px;
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner__txt h3 span:nth-of-type(2) {
    font-size: 18px;
  }
}

.p-member-list-inner__txt h5 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 20px;
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner__txt h5 {
    font-size: 14px;
  }
}

.p-member-list-inner__slogan {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner__slogan {
    top: 20px;
  }
}

.p-member-list-inner__slogan p {
  padding: 8px 7px;
  margin: 0 10px 0 0;
  background: #DC0017;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner__slogan p {
    font-size: 20px;
    padding: 8px 10px;
    margin-left: 5px;
  }
}

.p-member-list .simplebar-wrapper {
  margin: 0;
}

.p-member-list .simplebar-track.simplebar-horizontal {
  /*
        right: 53px;
        left: 35px;
        */
  right: 0;
  left: 0;
}

.p-member-list .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 10px;
  top: 2px;
  background: #E12639;
}

.p-member-list .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  display: none;
}

.p-member-list .p-home-works__bar {
  margin-top: 14px;
  background: none;
}

.p-member-list-bar {
  height: 10px;
  margin: -9px 0 0;
  background: #F1F1F1;
}

@media screen and (min-width: 768px), print {
  .p-recruit-member-bottom__inner-backgroundTxt {
    width: 830px;
  }
}

@media (max-width: 767px) {
  .p-member-list .simplebar-track.simplebar-horizontal {
    /*
        right: 35px;
        */
  }
  .p-member-list-inner.last {
    width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
  .p-member-detail01-holiday {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-list {
    /*
        padding: 0 calc(50% - 558px) 0 calc(50% - 558px);
        */
    padding: 0;
    margin: 0;
  }
  .p-member-list-bar {
    margin-bottom: 208px;
  }
  .p-member-list-inner.last {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .p-member-list .simplebar-track.simplebar-horizontal {
    /*
        right: 363px;
        left: calc(50% - 518px);
        */
    right: 0;
    left: 0;
  }
  .p-member-list-bar {
    /*
        margin: -9px 363px 208px 294px;
        */
    margin: -9px 0 208px 0;
  }
  .p-member-list-inner {
    margin-right: 47px;
  }
  .p-member-detail01-holiday {
    margin-bottom: 102px !important;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-list-inner__slogan {
    width: 165px;
  }
}

.p-heading-member-detail {
  width: 100%;
  position: relative;
}

.p-heading-member-detail::after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail {
    height: 100vh;
    min-height: 690px;
    margin-bottom: 111px;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail {
    margin-bottom: 60px;
  }
}

.p-heading-member-detail__txt {
  background: #E12639;
  position: relative;
}

.p-heading-member-detail__txt::after {
  content: 'RECRUIT';
  position: absolute;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.08;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt::after {
    top: 125px;
    left: 61px;
    font-size: 138px;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt {
    float: left;
    width: 40%;
    height: 100vh;
    min-height: 690px;
    padding: 143px 0 160px 80px;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail__txt {
    padding: 10px 20px 60px 20px;
    position: relative;
    z-index: 0;
  }
}

.p-heading-member-detail__txt h5 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt h5 {
    margin-bottom: 58px;
  }
}

.p-heading-member-detail__txt p {
  color: #fff;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt p {
    margin: 65px 0 60px 0;
    font-size: 30px;
    line-height: 1.83;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail__txt p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.p-heading-member-detail__txt h3 {
  color: #fff;
}

.p-heading-member-detail__txt h3 span:nth-of-type(1) {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt h3 span:nth-of-type(1) {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail__txt h3 span:nth-of-type(1) {
    font-size: 10px;
  }
}

.p-heading-member-detail__txt h3 span:nth-of-type(1) small {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt h3 span:nth-of-type(1) small {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail__txt h3 span:nth-of-type(1) small {
    font-size: 9px;
  }
}

.p-heading-member-detail__txt h3 span:nth-of-type(2) {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt h3 span:nth-of-type(2) {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail__txt h3 span:nth-of-type(2) {
    font-size: 12px;
  }
}

.p-heading-member-detail__txt h3 span:nth-of-type(3) {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__txt h3 span:nth-of-type(3) {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail__txt h3 span:nth-of-type(3) {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__img {
    float: right;
    width: 60%;
    height: 100vh;
    min-height: 690px;
    position: relative;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .p-heading-member-detail__img {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-member-detail__img img {
    height: 100%;
  }
}

.p-heading-member-detail__tit {
  padding: 112px 20px 10px 20px;
  background: url(/assets/images/recruit-member-detail01/img-heading.png) no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.p-heading-member-detail__tit::after {
  content: 'RECRUIT';
  position: absolute;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.08;
  top: 112px;
  left: 20px;
  width: 335px;
  height: 81px;
  font-size: 69px;
}

.p-heading-member-detail__tit h5 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .p-heading-member-detail__tit h5 {
    margin-bottom: 105px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-member-detail01 {
    width: 976px;
    margin: 110px auto 120px auto;
  }
}

@media (max-width: 767px) {
  .p-recruit-member-detail01 {
    margin: 0 20px 60px 20px;
  }
}

.p-recruit-member-detail01 h2 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 24px;
}

@media screen and (min-width: 768px), print {
  .p-recruit-member-detail01 h2 {
    letter-spacing: 0.08em;
    margin-bottom: 57px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-recruit-member-detail01 h2 {
    letter-spacing: 0.07em;
    line-height: 1.83;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-member-detail01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-member-detail01__inner img {
    width: 365px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 365px;
            flex: 0 0 365px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .p-recruit-member-detail01__inner img {
    margin-bottom: 30px;
  }
}

.p-recruit-member-detail01__inner p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-movie {
    width: 976px;
    margin: 0 auto 121px auto;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-movie {
    margin: 0 20px 60px 20px;
  }
}

.p-member-detail01-question {
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-question {
    width: 100%;
    margin-bottom: 101px;
    padding: 88px 0 92px 0;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-question {
    margin-bottom: 50px;
    padding: 46px 20px 50px 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-question__box {
    width: 976px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-question__inner {
    width: 455px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-question__inner:nth-of-type(1) {
    margin-bottom: 50px;
  }
}

.p-member-detail01-question__inner span {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #E12639;
  position: relative;
}

.p-member-detail01-question__inner span::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  top: 40%;
  right: -33px;
  background-image: url(/assets/images/common/ico_line01--red.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-question__inner span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-question__inner span {
    font-size: 14px;
  }
}

.p-member-detail01-question__inner span small {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-question__inner span small {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-question__inner span small {
    font-size: 12px;
  }
}

.p-member-detail01-question__inner h3 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-question__inner h3 {
    font-size: 24px;
    letter-spacing: 0.08em;
    margin: 14px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-question__inner h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin: 14px 0 30px 0;
  }
}

.p-member-detail01-question__inner p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-question__inner p {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-question__inner p {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule {
    width: 876px;
    margin: 0 auto 70px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule {
    margin: 0 40px 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-member-detail01-schedule h2 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule h2 {
    font-size: 24px;
    margin-right: 56px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule h2 {
    font-size: 16px;
    margin-right: 28px;
  }
}

.p-member-detail01-schedule__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-member-detail01-schedule__inner__time h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__time h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__time h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.p-member-detail01-schedule__inner__time-seperator01 {
  display: inline-block;
  -webkit-transform: translateX(11px);
          transform: translateX(11px);
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__time-seperator01 {
    width: 1px;
    height: 33px;
    background: #222;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__time-seperator01 {
    width: 1px;
    height: 53px;
    background: #222;
  }
}

.p-member-detail01-schedule__inner__time-seperator02 {
  display: inline-block;
  -webkit-transform: translateX(11px);
          transform: translateX(11px);
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__time-seperator02 {
    width: 1px;
    height: 58px;
    background: #222;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__time-seperator02 {
    width: 1px;
    height: 77px;
    background: #222;
  }
}

.p-member-detail01-schedule__inner__time-seperator03 {
  display: inline-block;
  -webkit-transform: translateX(11px);
          transform: translateX(11px);
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__time-seperator03 {
    width: 1px;
    height: 6px;
    background: #222;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__time-seperator03 {
    width: 1px;
    height: 9px;
    background: #222;
  }
}

.p-member-detail01-schedule__inner__time-seperator04 {
  display: inline-block;
  -webkit-transform: translateX(11px);
          transform: translateX(11px);
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__time-seperator04 {
    width: 1px;
    height: 26px;
    background: #222;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__time-seperator04 {
    width: 1px;
    height: 35.5px;
    background: #222;
  }
}

.p-member-detail01-schedule__inner__text p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__text p {
    line-height: 1.78;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text p {
    line-height: 1.64;
    margin-bottom: 14px;
    margin-left: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__text01 {
    width: 324px;
    margin: 0 20px 0 40px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style01 {
    margin-bottom: 35px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style02 {
    margin-bottom: 41px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style03 {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style04 {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style05 {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style06 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style06 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style07 {
    margin-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-schedule__inner__text01 .inner__text01-style08 {
    margin-bottom: 43px;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__text02 {
    width: 324px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__text02 .inner__text02-style01 {
    margin-bottom: 28px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-schedule__inner__text02 .inner__text02-style02 {
    margin-bottom: 10px;
  }
}

.p-member-detail01-holiday {
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-holiday {
    width: 876px;
    margin: 0 auto;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-holiday {
    margin: 0 20px;
    padding: 20px 20px 36px 20px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-holiday img {
    width: 237px;
    margin-right: 26px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-holiday img {
    margin-bottom: 20px;
  }
}

.p-member-detail01-holiday__inner h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #E12639;
  letter-spacing: 0.15em;
  position: relative;
}

.p-member-detail01-holiday__inner h5::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 3px;
  bottom: -12px;
  left: 0;
  background-image: url(/assets/images/common/ico_line01--red.png);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 4px 3px;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-holiday__inner h5 {
    font-size: 12px;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-holiday__inner h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.p-member-detail01-holiday__inner h4 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px), print {
  .p-member-detail01-holiday__inner h4 {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .p-member-detail01-holiday__inner h4 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.p-member-detail01-holiday__inner p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-member-list__member-detail01 {
  margin-left: 70px;
}

@media screen and (min-width: 768px), print {
  .page-entryform .p-breadcrumbs__inner {
    margin: 100px 0 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-heading-entryform {
    padding: 76px 0 54px 0;
  }
}

.p-heading-entryform::after {
  display: none;
}

.p-contact-form__privacy a {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-contact-form__privacy a:hover {
  opacity: 0.6;
}

.page-entryform .mwform-checkbox-field-text {
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .page-entryform .p-entryform-message {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .page-entryform .p-entryform-message {
    margin: 0;
  }
}

.page-entryform .p-entryform-message-c-button::after {
  left: 15px;
  background: url(/assets/images/common/ico_arrow05.png) no-repeat;
  background-position: center;
  background-size: 17px 9px;
}

.page-entryform .p-entryform-message-c-button:hover::after {
  background: url(/assets/images/common/ico_arrow05--white.png) no-repeat;
  background-position: center;
  background-size: 17px 9px;
}

@media screen and (min-width: 768px), print {
  .page-entryform .p-entryform-message p {
    -webkit-transform: translateX(-130px);
            transform: translateX(-130px);
  }
}

.p-contact-form__item-form__stype01 input::-webkit-input-placeholder {
  color: #222;
}

.p-contact-form__item-form__stype01 input:-ms-input-placeholder {
  color: #222;
}

.p-contact-form__item-form__stype01 input::-ms-input-placeholder {
  color: #222;
}

.p-contact-form__item-form__stype01 input::placeholder {
  color: #222;
}

.p-contact-form__item-form.p-contact-form__item-form__stype01 select {
  width: 100%;
  height: 42px;
  padding: 0 18px;
  background: #F8F8F8;
}

.p-contact-form__item-form.p-contact-form__item-form__stype01 select:hover {
  cursor: pointer;
}

.p-contact-form-message .c-button {
  height: 45px;
  margin: 52px auto 0;
  width: 244px;
}

@media screen and (min-width: 768px), print {
  .p-contact-form-message .c-button {
    height: 45px;
    margin: 0 auto 0;
    width: 448px;
  }
  .p-heading-entryform {
    padding-top: 60px;
  }
}

.p-contact-form-message__text {
  margin: 24px 0 0;
}

@media screen and (min-width: 768px), print {
  .p-contact-form-message__text {
    margin: 28px auto 72px;
  }
}

.p-contact-form__box button.back {
  background: #FFF;
  border: 2px solid #333;
  color: #333;
}

@media screen and (min-width: 768px), print {
  .page-entryform-thanks .p-breadcrumbs__inner {
    margin: 100px 0 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-entryform-message {
    width: 568px;
    margin: 60px auto 50px auto;
  }
}

@media (max-width: 767px) {
  .p-entryform-message {
    margin: 155px 20px 50px 20px;
  }
}

.p-entryform-message h2 {
  color: #DC0017;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px), print {
  .p-entryform-message h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .p-entryform-message h2 {
    font-size: 30px;
  }
}

.p-entryform-message h3 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #DC0017;
}

@media screen and (min-width: 768px), print {
  .p-entryform-message h3 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-entryform-message h3 {
    font-size: 16px;
    margin-bottom: 37px;
  }
}

.p-entryform-message p {
  font-size: 14px;
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-entryform-button {
    width: 630px;
    margin: 0 auto 120px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .p-entryform-button {
    margin: 0 36px 80px 36px;
  }
}

.c-entryform-button {
  display: inline-block;
  border: 1px solid #BBBBBB;
  border-radius: 40px;
  text-align: center;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-entryform-button:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .c-entryform-button:nth-of-type(1) {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px), print {
  .c-entryform-button {
    width: 300px;
    height: 50px;
    font-size: 14px;
    padding-top: 19px;
  }
}

@media (max-width: 767px) {
  .c-entryform-button {
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .page-404 .p-breadcrumbs__inner {
    margin: 100px 0 0 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-entryform-404-message {
    margin: 75px auto 50px auto;
  }
}

.p-entryform-404-message h2 {
  color: #222;
}

.p-entryform-404-message h2 small {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-entryform-404-message h2 small {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .p-entryform-404-message h2 small {
    font-size: 26px;
  }
}

.p-entryform-404-message h3 {
  color: #222;
}

@media screen and (min-width: 768px), print {
  .p-entryform-404-message p {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .p-entryform-404-button {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .p-entryform-404-button {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px), print {
  .page-privacypolicy .p-breadcrumbs__inner {
    margin: 100px 0 0 0;
  }
}

.page-privacypolicy .p-heading {
  padding-top: 98px;
  padding-bottom: 26px;
}

.page-privacypolicy .p-heading small {
  margin: 14px 0 0 0;
  line-height: 44px;
}

@media screen and (min-width: 768px), print {
  .page-privacypolicy .p-heading {
    padding-top: 195px;
    padding-bottom: 26px;
  }
  .page-privacypolicy .p-heading small {
    margin: 36px 0 0 0;
  }
  .page-privacypolicy .p-breadcrumbs__inner {
    margin-top: 0;
  }
}

.p-privacypolicy {
  background: #F8F8F8;
}

@media screen and (min-width: 768px), print {
  .p-privacypolicy {
    width: 850px;
    margin: 46px auto 210px auto;
    padding: 100px 104px;
  }
}

@media (max-width: 767px) {
  .p-privacypolicy {
    margin: 42px 20px 80px 20px;
    padding: 45px 16px;
  }
}

@media screen and (min-width: 768px), print {
  .p-privacypolicy__inner {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-privacypolicy__inner {
    margin-bottom: 24px;
  }
}

.p-privacypolicy__inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}

.p-privacypolicy__inner h2 span:nth-of-type(1) {
  color: #E12639;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 5px;
}

.p-privacypolicy__inner p {
  /*
    font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';
    */
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-privacypolicy__inner p {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .p-privacypolicy__inner p {
    margin-top: 8px;
  }
}

.p-privacypolicy__inner-style01 {
  background: #fff;
}

@media screen and (min-width: 768px), print {
  .p-privacypolicy__inner-style01 {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .p-privacypolicy__inner-style01 {
    padding: 24px 20px;
    margin-top: 25px;
    margin-bottom: -14px;
  }
}

.p-privacypolicy__inner-style01 h3 {
  color: #222;
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .p-privacypolicy__inner-style01 h3 {
    letter-spacing: 0.08em;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .p-privacypolicy__inner-style01 h3 {
    letter-spacing: 0.02em;
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-heading-recruit-requirement {
  margin-bottom: 53px;
}

.p-requirement-message p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 28px;
}

@media (max-width: 767px) {
  .p-requirement-message {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px), print {
  .p-requirement-message {
    width: 960px;
    margin: 109px auto 0;
  }
}

.p-requirement-cate {
  margin-top: 44px;
}

.p-requirement-cate.bottom {
  margin-top: 0;
  margin-bottom: -30px;
}

@media screen and (min-width: 768px), print {
  .p-requirement-cate.bottom {
    margin-top: 20px;
    margin-bottom: -2px;
  }
}

.p-requirement-cate .p-requirement-cate__item {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-requirement-cate .p-requirement-cate__item:hover:not(.current) {
  opacity: 0.6;
}

.p-requirement-cate .p-requirement-cate__item span {
  margin-top: 9px;
}

.p-requirement-cate .p-requirement-cate__item.current {
  text-align: center;
}

.p-requirement-cate .p-requirement-cate__item.current h2 {
  color: #E12639;
}

.p-requirement-cate .p-requirement-cate__item.current span {
  background: #E12639;
}

@media screen and (min-width: 768px), print {
  .p-requirement-cate .p-requirement-cate__item span {
    margin-top: 19px;
  }
}

@media screen and (min-width: 768px), print {
  .p-requirement {
    margin: 0 auto 0 auto;
  }
}

@media (max-width: 767px) {
  .p-requirement {
    margin: 21px 0 0 0;
  }
}

.p-requirement-block02 {
  padding-top: 23px;
  margin-top: 0;
  background: #FAFAFA;
}

.p-requirement-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .p-requirement-cate {
    width: 960px;
    margin: 104px auto 0;
  }
}

@media (max-width: 767px) {
  .p-requirement-cate {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .p-requirement-cate__item {
    width: 33.3%;
  }
  .p-requirement-cate__item + .p-requirement-cate__item {
    margin-left: 6px;
  }
}

.p-requirement-cate__item h2 {
  color: #B7B7B7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .p-requirement-cate__item h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .p-requirement-cate__item h2 {
    font-size: 14px;
  }
}

.p-requirement-cate__item span {
  background: #B7B7B7;
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .p-requirement-cate__item span {
    width: 308px;
    height: 2px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .p-requirement-cate__item span {
    width: 100%;
    height: 2px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .p-requirement__inner {
    width: 960px;
    margin: 0 auto;
    padding: 48px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .p-requirement__inner {
    padding: 0 20px 50px 20px;
  }
}

.p-requirement__inner-item {
  border-bottom: 1px solid #dedede;
}

@media screen and (min-width: 768px), print {
  .p-requirement__inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .p-requirement__inner-item {
    padding: 28px 0 31px;
  }
}

@media screen and (min-width: 768px), print {
  .p-requirement__inner-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 22px;
    margin-bottom: 0;
  }
}

.p-requirement__inner-item-top__tit span:nth-of-type(1) {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
}

.p-requirement__inner-item-top__tit span:nth-of-type(1)::after {
  content: '';
  position: absolute;
  background: #E12639;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .p-requirement__inner-item-top__tit span:nth-of-type(1)::after {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 767px) {
  .p-requirement__inner-item-top__tit span:nth-of-type(1)::after {
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .p-requirement__inner-item-top__tit span:nth-of-type(1) {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 22px;
    padding-left: 30px;
    display: inline-block;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@media (max-width: 767px) {
  .p-requirement__inner-item-top__tit span:nth-of-type(1) {
    font-size: 18px;
    padding-left: 25px;
    display: block;
  }
}

.p-requirement__inner-item-top__tit span:not(:nth-of-type(1)) {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #E12639;
  border: 1px solid #E12639;
  padding: 3px 20px 2px;
}

@media (max-width: 767px) {
  .p-requirement__inner-item-top__tit span:not(:nth-of-type(1)) {
    display: inline-block;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px), print {
  .p-requirement__inner-item-top__btn {
    width: 245px;
  }
}

@media (max-width: 767px) {
  .p-requirement__inner-item-top__btn {
    width: 244px;
    margin-top: 29px;
  }
}

.p-requirement__inner-item-top__btn a {
  height: 45px;
}

.p-requirement__inner-item h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 25px;
}

.p-requirement__inner-item p {
  margin-bottom: -8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 25px;
}

@media screen and (min-width: 768px), print {
  .p-requirement__inner-item p {
    width: 812px;
  }
}

@media (max-width: 767px) {
  .p-requirement__inner-item p {
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom-requirement {
    margin-top: 211px;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom-requirement {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom__inner-style02 {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}

.p-recruit-bottom__inner-style02 h2 {
  /*
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004';
    */
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom__inner-style02 h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom__inner-style02 h2 {
    font-size: 20px;
    line-height: 1.65;
  }
}

@media screen and (min-width: 768px), print {
  .p-recruit-bottom__inner-style02 a {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .p-recruit-bottom__inner-style02 a {
    margin-top: 25px;
  }
}

.p-loading {
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  background-color: #E12639;
}

.p-loading__text {
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 31px;
  letter-spacing: .1em;
  line-height: 39px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.p-loading.invisible {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-loading {
    font-size: 43px;
    line-height: 63px;
  }
}

.p-loading.ready .p-loading__text {
  opacity: 1;
}

.p-home-mv {
  z-index: 40;
}

.p-home-mv__text {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.p-home-mv__text.ready {
  opacity: 1;
}

.p-home-mv__text.visible {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.p-home-mv__slider,
.p-home-mv__canvas {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.p-home-mv__slider.ready,
.p-home-mv__canvas.ready {
  opacity: 1;
}

.p-home-mv__slider.visible,
.p-home-mv__canvas.visible {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.p-home-mv__dots {
  opacity: 0;
  -webkit-transition: opacity 1s 2s ease;
  transition: opacity 1s 2s ease;
}

.p-home-mv__dots.ready {
  opacity: 1;
}

.p-home-mv__dots.visible {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.p-home-mv__button {
  opacity: 0;
  -webkit-transition: opacity 1s 2s ease;
  transition: opacity 1s 2s ease;
}

.p-home-mv__button.ready {
  opacity: 1;
}

.p-home-mv__button.visible {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.p-home-mv__scroll {
  opacity: 0;
  -webkit-transition: opacity 1s 2s ease;
  transition: opacity 1s 2s ease;
}

.p-home-mv__scroll.ready {
  opacity: 1;
}

.p-home-mv__scroll.visible {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.p-header.ani {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.p-header.ani.invisible {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.p-header.ani.invisible.ready {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-header.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: none;
  transition: none;
}

.p-home-mv__message {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
  -webkit-transition: opacity 1s 3s ease, -webkit-transform 1s 3s ease;
  transition: opacity 1s 3s ease, -webkit-transform 1s 3s ease;
  transition: transform 1s 3s ease, opacity 1s 3s ease;
  transition: transform 1s 3s ease, opacity 1s 3s ease, -webkit-transform 1s 3s ease;
}

.p-home-mv__message.ready {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-home-mv__message.visible {
  opacity: 1;
  -webkit-transition: -webkit-transform 1s 3s ease;
  transition: -webkit-transform 1s 3s ease;
  transition: transform 1s 3s ease;
  transition: transform 1s 3s ease, -webkit-transform 1s 3s ease;
}

/*
@import "../../src/projects/_loading";
@import "../../src/projects/_service";
@import "../../src/projects/_works";
@import "../../src/projects/_contact";
@import "../../src/projects/_thanks";
@import "../../src/projects/_404";
*/
@media screen and (min-width: 768px), print {
  .u-sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.u-fadeinup {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.u-fadeinup[data-scroll=in] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#about {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.u-overflow {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */