@charset "UTF-8";
@font-face {
  font-family: 'TrajanPro';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/TrajanPro3Regular.otf') format('opentype');
  font-display: swap;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

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

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: 'TrajanPro', sans-serif;
}

table,
input, textarea, select, option {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

a:hover,
a:hover img {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
}

.u-pd01 {
  padding: 150px 0 113px;
}
@media screen and (max-width: 767px) {
  .u-pd01 {
    padding: 120px 0 100px;
  }
}

.u-bgcover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-txtcenter {
  text-align: center;
}

.u-bg01 {
  background-color: #F2F2F2;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-df--jf {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-df--al {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-df-left, .u-df-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-df-left, .u-df-right {
    width: 100%;
  }
}

.u-slheight .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-slheight .slick-slide {
  height: inherit !important;
}

.u-hover .u-bgcover {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.u-hover .u-bgcover:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-hover:hover .u-bgcover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*------------------------------------------------------------
  effect（ページ遷移）
------------------------------------------------------------*/
.u-effect {
  position: relative;
}

.u-effect::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(49, 49, 49);
  background-image: url(../images/common/h-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.u-effect.show::after {
  opacity: 1;
}

.u-effect.show article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  color: #3C322D;
  line-height: 1.5;
  font-weight: 400;
  font-size: 15px;
  min-width: 320px;
  font-family: "Noto Sans", sans-serif;
}
.l-container {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .l-container {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 92%;
  }
}

.l-inner {
  max-width: 973px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .l-inner {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 80%;
  }
}

section {
  position: relative;
}

.l-wrap {
  overflow: hidden;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.l-header.is-fixed {
  margin: 20px;
  background: rgba(49, 49, 49, 0.85);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .l-header.is-fixed {
    margin: 15px;
  }
}
.l-header.is-fixed .l-header-inner {
  padding: 26px;
}
@media screen and (max-width: 767px) {
  .l-header.is-fixed .l-header-inner {
    padding: 4.5%;
  }
}
.l-header.is-fixed .l-header__logo .logo-white {
  display: block !important;
}
.l-header.is-fixed .l-header__logo .logo-black {
  display: none;
}
.l-header.is-fixed .l-header__menu {
  border: 1px solid #fff;
}
.l-header.is-fixed .l-header__menu span {
  background: #fff;
}
.l-header.is-fixed .l-header__contact {
  color: #fff;
  border: 1px solid #CCCCCC;
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .l-header-inner {
    padding: 32px 28px;
  }
}
.l-header__logo {
  margin-left: 117px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-left: 0;
  }
}
.l-header__logo .logo-white {
  display: none;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  width: 50px;
  height: 52px;
  cursor: pointer;
  border: 1px solid #A3A3A3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    width: 48px;
    height: 48px;
  }
}
.l-header__menu:hover {
  background-color: #A3A3A3;
}
.l-header__menu div {
  width: 27px;
  height: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__menu div {
    width: 26px;
    height: 21px;
  }
}
.l-header__menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #727272;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__menu span {
    height: 2px;
  }
}
.l-header__menu span:nth-child(1) {
  top: 0px;
}
.l-header__menu span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__menu span:nth-child(2) {
    top: 9px;
  }
}
.l-header__menu span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__menu span:nth-child(3) {
    top: 18px;
  }
}
.l-header__menu.on span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header__menu.on span:nth-child(2) {
  width: 0;
  left: 50%;
}
.l-header__menu.on span:nth-child(2)::before, .l-header__menu.on span:nth-child(2)::after {
  width: 0;
  height: 0;
}
.l-header__menu.on span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header__nav {
  visibility: hidden;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.l-header__nav.open {
  visibility: visible;
  -webkit-transition: opacity 0.24s ease;
  transition: opacity 0.24s ease;
}
.l-header__nav.open .l-header__nav-wrap {
  visibility: visible;
  opacity: 1;
}
.l-header__nav-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: rgb(49, 49, 49);
}
.l-header__nav-list li {
  text-align: center;
  padding: 10px 0 !important;
  opacity: 0;
  -webkit-transform: translate3d(0, 3rem, 0);
          transform: translate3d(0, 3rem, 0);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header__nav-list li.fade {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.l-header__nav-list li a {
  color: #fff;
  font-size: 14px;
}
.l-header__nav-list li a span {
  display: block;
  font-size: 10px;
}
.l-header__contact {
  width: 100%;
  color: #363636;
  font-size: 12px;
  max-width: 167px;
  padding: 16px;
  text-align: center;
  border: 1px solid #A3A3A3;
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    max-width: 100px;
    padding: 14px;
  }
}
.l-header__contact:hover {
  color: #fff;
  background-color: #A3A3A3;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
  color: #A8A8A8;
  text-align: center;
  font-family: 'TrajanPro', sans-serif;
}
.l-footer__top {
  padding: 186px 0 56px;
  background-color: #140D07;
  border-bottom: 1px solid #707070;
}
.l-footer a {
  color: #A8A8A8;
  font-size: 18px;
  letter-spacing: 2px;
}
.l-footer__list {
  margin-top: 46px;
}
.l-footer__list li {
  padding: 0 13px;
  display: inline-block;
}
.l-footer__tel {
  font-size: 25px;
  margin-top: 26px;
}
.l-footer__contact {
  padding: 15px;
  display: block;
  max-width: 300px;
  margin: 32px auto 0;
  border: 1px solid #959595;
}
.l-footer__bottom {
  font-size: 15px;
  padding: 20px 0;
  background-color: #000000;
  font-family: "URW DIN", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    max-width: 80px;
  }
}

/*------------------------------------------------------------
    c-title
------------------------------------------------------------*/
.c-text01 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-text01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-text01__ttl {
  z-index: 1;
  align-self: flex-start;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-text01__ttl {
    text-align: center !important;
    align-self: center !important;
  }
}
.c-text01__ttl--label {
  font-size: 55px;
  line-height: 0.8;
  letter-spacing: 5.5px;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .c-text01__ttl--label {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-text01__ttl--label {
    font-size: 3.3rem;
    margin: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .c-text01__ttl--label {
    font-size: 8vw;
  }
}
.c-text01__ttl--label span {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-text01__ttl--label span {
    margin: 0 !important;
  }
}
.c-text01__ttl--note {
  font-size: 22px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-text01__ttl--note {
    margin: 15px 0 0 0 !important;
  }
}
.c-text01-left .c-text01__ttl--label {
  color: #403E3B;
  margin-left: 33px;
}
.c-text01-left .c-text01__ttl--label span {
  color: #EAEAEA;
  margin-left: -33px;
}
.c-text01-left .c-text01__ttl--note {
  margin: 7px 0 0 38px;
}
.c-text01-left .c-text01__desc {
  padding-right: 9%;
}
@media screen and (max-width: 767px) {
  .c-text01-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-text01-right .c-text01__ttl {
  text-align: right;
}
.c-text01-right .c-text01__ttl--label {
  margin-right: 33px;
}
.c-text01-right .c-text01__ttl--label span {
  color: rgba(211, 210, 210, 0.86);
  margin-right: -33px;
}
.c-text01-right .c-text01__ttl--note {
  margin: 15px 45px 0 0;
}
.c-text01-right .c-text01__desc {
  padding-left: 9%;
}
.c-text01__desc {
  width: 66%;
  /* line-height: 2.1; */
  /* letter-spacing: 2px; */
  line-height: 25px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .c-text01__desc {
    width: 100%;
  }
}
.c-text01__desc--ctent {
  max-width: 460px;
  margin: 0 auto -20px;
}
@media screen and (max-width: 767px) {
  .c-text01__desc--ctent {
    margin: 20px 0 0 !important;
  }
}

/*------------------------------------------------------------
    c-btn
------------------------------------------------------------*/
.c-more {
  z-index: 1;
  position: relative;
}
.c-more__btn {
  color: #fff;
  display: block;
  padding: 14px;
  max-width: 526px;
  margin: 0 auto;
  text-align: center;
  background-color: #140D07;
  border: 1px solid #140D07;
}
.c-more__btn:hover {
  color: #403E3B;
  background-color: #fff;
}
/*------------------------------------------------------------
    c-list
------------------------------------------------------------*/
.c-list01__item {
  position: relative;
  background-color: #F2F2F2;
  border: 1px solid #C6C6C6;
}
.c-list01__item + .c-list01__item {
  margin-top: 50px;
}
.c-list01__item a {
  width: 100%;
  min-height: 400px;
  padding: 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-list01__item a {
    padding: 60px 40px;
  }
}
.c-list01__item a:hover .c-list01__item--img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-list01__item--img {
    margin-top: 60px;
  }
}
.c-list01__item--ttl {
  color: #4E4E4E;
  font-size: 51px;
  line-height: 1.2;
  letter-spacing: 4px;
}
.c-list01__item--desc {
  color: #525252;
  font-size: 24px;
  margin-top: -3px;
  /* letter-spacing: 10px; */
}
.c-list01__item--logo {
  margin: 20px 0 0 -10px;
}

/*------------------------------------------------------------
    c-pagination
------------------------------------------------------------*/
.c-pagination {
  text-align: center;
  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: 70px 0;
}
.c-pagination span.current {
  color: #fff;
  background-color: #8E8E8E;
}
.c-pagination .page-numbers {
  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;
  min-width: 34px;
  height: 34px;
  margin: 0 5px;
  color: #8E8E8E;
  cursor: pointer;
  font-size: 22px;
  background-color: #E5E5E5;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    font-size: 2rem;
  }
}
.c-pagination .page-numbers.dots {
  background-color: transparent;
}
.c-pagination .prev.page-numbers, .c-pagination .next.page-numbers {
  background-color: transparent;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-pagination .prev.page-numbers {
  border-width: 7px 10px 7px 0px;
  border-color: transparent #8E8E8E transparent transparent;
}
.c-pagination .next.page-numbers {
  border-width: 7px 0px 7px 10px;
  border-color: transparent transparent transparent #8E8E8E;
}

/*------------------------------------------------------------
	c-other
------------------------------------------------------------*/
.slick-arrow {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  padding: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #000;
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.8;
}

.slick-arrow.slick-disabled:before {
  opacity: 0.25;
}

.slick-arrow::before {
  display: block;
  content: "";
  top: 50%;
  left: 55%;
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0 !important;
  padding: 4px;
}
.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-dots {
  z-index: 2;
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #838383;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover {
  background-color: #838383;
}

.slick-dots li.slick-active button {
  background-color: #fff;
}

/* section-mainvisual
------------------------------------------------------------*/
.s-mainvisual {
  margin-top: 124px;
  border-top: 1px solid #C7C7C7;
}
@media screen and (max-width: 767px) {
  .s-mainvisual {
    margin-top: 112px;
  }
}
.s-mainvisual__inner {
  position: relative;
}
.s-mainvisual__inner:before {
  content: "";
  top: -113px;
  right: -113px;
  width: 340px;
  height: 340px;
  position: absolute;
  background: url(../images/top/rect2.svg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-mainvisual__inner:before {
    top: -7.2vw;
    right: -7.2vw;
    width: 21.5vw;
    height: 21.5vw;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual__inner:before {
    top: -9.3vw;
    right: -9.5vw;
    width: 28vw;
    height: 28vw;
  }
}
.s-mainvisual__inner:after {
  content: "";
  right: 0;
  top: 0;
  height: 227px;
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-mainvisual__inner:after {
    height: 14.4vw;
    bottom: -14.4vw;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual__inner:after {
    height: 9.3vw;
  }
}
.s-mainvisual__inner .c-text01 {
  padding: 125px 0 105px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__inner .c-text01 {
    padding: 100px 0 80px;
  }
}
.s-mainvisual__inner .c-text01:after {
  content: "";
  top: 0;
  right: calc((100% - 973px) / 2);
  height: 100%;
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-mainvisual__inner .c-text01:after {
    right: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual__inner .c-text01:after {
    right: 10%;
  }
}

/* c-breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 3.3% 8px;
  position: absolute;
  border-top: 1px solid #fff;
  font-family: "circe", sans-serif;
}
.c-breadcrumb li {
  z-index: 1;
  position: relative;
  display: inline-block;
}
.c-breadcrumb li a {
  color: #fff;
  font-size: 14px;
}
.c-breadcrumb li img {
  vertical-align: -2px;
}
.c-breadcrumb li:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 10px 0 7px;
}
.c-breadcrumb li:last-of-type:after {
  content: none;
}

/* s-entry
------------------------------------------------------------*/
.s-entry__inner {
  padding: 120px 0 1px;
}
.s-entry__img {
  z-index: 1;
  height: 420px;
  position: relative;
  margin-bottom: -152px;
  background: url(../images/top/entry-img.jpg);
}

/* s-aboutus
------------------------------------------------------------*/
.s-aboutus {
  background: url(../images/top/aboutus-bg.jpg);
}
.s-aboutus .l-container {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.s-aboutus .l-container:after {
  content: "";
  top: 0;
  right: calc((100% - 973px) / 2);
  height: 100%;
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-aboutus .l-container:after {
    right: 7.5%;
  }
}
.s-aboutus__inner {
  position: relative;
}
.s-aboutus__inner:before {
  content: "";
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.s-aboutus__top .l-container {
  padding: 150px 0 30px;
}
.s-aboutus__top .l-container:before {
  content: "";
  right: 32px;
  bottom: -82px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-aboutus__top .l-container:before {
    right: 2.02vw;
    bottom: -5.2vw;
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .s-aboutus__top .l-container:before {
    right: -10.2vw;
    bottom: -10.2vw;
    width: 20vw;
    height: 20vw;
  }
}
.s-aboutus__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.s-aboutus__bottom:after {
  content: "";
  top: 0;
  left: calc((100% - 1060px) / 2);
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-aboutus__bottom:after {
    left: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .s-aboutus__bottom:after {
    left: 3%;
  }
}
.s-aboutus__bottom .l-container {
  padding-bottom: 70px;
}
.s-aboutus__bottom .l-container:before {
  content: "";
  top: -1px;
  right: 0;
  width: 113px;
  height: 1px;
  position: absolute;
  background-color: #78786B;
}
@media screen and (max-width: 767px) {
  .s-aboutus__bottom .l-container:before {
    content: none;
  }
}
.s-aboutus__bottom .c-text01 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-aboutus__bottom .c-text01 {
    padding-top: 10px;
  }
  .s-aboutus__img {
    margin: 50px auto 0;
  }
}
.s-aboutus__img--item {
  height: 363px;
}
.s-aboutus .c-text01__ttl--label {
  color: #fff;
}
.s-aboutus .c-text01__ttl--label span {
  color: #8B8B8B;
}
.s-aboutus .c-text01__desc {
  width: 100%;
  color: #fff;
}

.s-model__list {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.s-model__list:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 767px) {
  .s-model__list:after {
    content: none;
  }
}
.s-model__list--item {
  min-height: 495px;
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  background-blend-mode: multiply;
  background-color: rgba(49, 49, 49, 0.85);
}
@media screen and (max-width: 767px) {
  .s-model__list--item {
    width: auto;
    margin: 20px;
  }
}
.s-model__list--txt {
  z-index: 1;
  color: #fff;
  /* padding: 20%; */
  padding: 53px;
  position: relative;
}
.s-model__list--ttl {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.s-model__list--desc {
  /* max-width: 366px; */
  /* line-height: 2.1; */
  /* letter-spacing: 2px; */
  max-width: 490px;
  line-height: 25px;
  letter-spacing: 1.5px;
}
.s-model .c-more {
  padding-bottom: 70px;
}

/* s-style
------------------------------------------------------------*/
.s-style__box {
  padding: 42px 22px;
  z-index: 1;
  position: relative;
}
.s-style__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-style__list--item {
  width: calc((100% - 70px) / 3);
  padding: 28px 25px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
@media screen and (min-width: 768px) {
  .s-style__list--item:not(:nth-child(3n)) {
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .s-style__list--item {
    width: 100%;
  }
  .s-style__list--item:not(:last-child) {
    margin-bottom: 35px;
  }
}
.s-style__list--img {
  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;
}
.s-style__list--ttl {
  color: #4E4E4E;
  font-size: 34px;
  line-height: 1.3;
  margin-top: 28px;
  letter-spacing: 3.5px;
}
.s-style__list--desc {
  color: #525252;
  font-size: 24px;
  /* letter-spacing: 10px; */
}
.s-style__list--logo {
  margin: 10px 0 0 -10px;
}
.s-style__list--txt {
  color: #3C322D;
  margin-top: 18px;
}

/* s-news
------------------------------------------------------------*/
.s-news__list a {
  color: #3C322D;
  display: block;
}
.s-news__list--img {
  height: 294px;
}
.s-news__list--img:after {
  background: url(../images/top/news-img01.jpg);
}
.s-news__list--txt {
  padding-top: 1px;
  background-color: #fff;
}
.s-news__list--tag {
  color: #fff;
  padding: 4px 0 1px;
  display: block;
  max-width: 138px;
  text-align: center;
  position: relative;
  margin: -15px auto 0;
  border: 1px solid #FFFFFF;
  font-family: "URW DIN", sans-serif;
}
.s-news__list--tag.event {
  background-color: #B3B0BA;
}
.s-news__list--tag.news {
  background-color: #6C7661;
}
.s-news__list--desc {
  font-size: 16px;
  padding: 20px 6% 5%;
  padding: 20px 30px 26px;
}
.s-news__image {
  width: 100%;
}

/*------------------------------------------------------------
p-top
------------------------------------------------------------*/
.page-top .l-header__logo .logo-black {
  display: none;
}
.page-top.is-scroll .s-visual__logo {
  opacity: 0;
  transform: scale(0.9);
}
.page-top .l-header__menu {
  border: 1px solid #fff;
}
.page-top .l-header__menu span {
  background: #fff;
}
.page-top .l-header__contact {
  color: #fff;
  border: 1px solid #CCCCCC;
}
.page-top .s-entry {
  background-color: #F2F2F2;
}

.p-top .s-visual {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual {
    margin: 15px;
  }
}
.p-top .s-visual, .p-top .s-visual__slider--item {
  /* height: 852px; */
}
@media screen and (min-width: 1200px) {
  .p-top .s-visual, .p-top .s-visual__slider--item {
    aspect-ratio: 16 / 9;
  }
}
@media screen and (max-width: 1200px) {
  .p-top .s-visual, .p-top .s-visual__slider--item {
    /* height: 720px; */
    height: 88vh;
  }
}
.p-top .s-visual:after {
  content: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(123, 123, 123)));
  background: linear-gradient(rgb(123, 123, 123));
}
.p-top .s-visual__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-top .s-visual__slider--item {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.p-top .s-visual__slider--item span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: transparent no-repeat center center;
  background-size: cover;
  opacity: 0;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  -webkit-transition: 0s;
  transition: 0s;
}
.p-top .s-visual__slider--item.slick-start span {
  opacity: 1;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  -webkit-transition: ease 0s;
  transition: ease 0s;
}
.p-top .s-visual__slider--item.slick-active span {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: ease 12s;
  transition: ease 12s;
}
.p-top .s-visual__slider--item.slick-continue span {
  opacity: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: ease 12s;
  transition: ease 12s;
}

.p-top .s-visual .slick-dots {
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  margin: 0;
  display: block;
  position: absolute;
}
.p-top .s-visual .slick-dots li {
  margin: 5px 0;
}
.p-top .s-visual .slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: #9B9891;
}
.p-top .s-visual .slick-dots li.slick-active button {
  background-color: #AD3C0A;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual .slick-dots {
    top: auto;
    right: 20px;
    bottom: 0;
  }
}

.p-top .s-visual__logo {
  top: 65px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__logo img {
    max-width: 100px;
  }
}
.p-top .s-visual__title {
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
.p-top .s-visual__title h1 {
  font-size: 37px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__title h1 {
    font-size: 3.5rem;
  }
}
.p-top .s-visual__title p {
  margin-top: 23px;
  letter-spacing: 1.5px;
}
.p-top .s-visual__scroll {
  left: 22px;
  right: 0;
  width: 23px;
  height: 156px;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .s-visual__scroll {
    height: 130px;
  }
}
.p-top .s-visual__scroll:after, .p-top .s-visual__scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  right: 0;
  width: 1px;
  margin: 0 auto;
}
.p-top .s-visual__scroll:after {
  background: #ccc;
  height: 100%;
  opacity: 0.5;
}
.p-top .s-visual__scroll:before {
  height: 50%;
  background: rgb(49, 49, 49);
  visibility: hidden;
  -webkit-animation: scrollDown 2s infinite linear;
  animation: scrollDown 2s infinite linear;
  z-index: 1;
}
@-webkit-keyframes scrollDown {
  0% {
    visibility: visible;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
}
@keyframes scrollDown {
  0% {
    visibility: visible;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
  }
}
.p-top .s-visual__scroll--txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 100;
  margin-left: 6px;
  letter-spacing: 1.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.53);
}
.p-top .s-wrapstyle .l-container, .p-top .s-wrapstyle .l-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.p-top .s-wrapstyle__top .l-inner {
  padding: 95px 0;
  position: relative;
}
.p-top .s-wrapstyle__top .l-inner:before {
  content: "";
  right: -227px;
  bottom: -227px;
  width: 340px;
  height: 340px;
  position: absolute;
  background: url(../images/top/rect2.svg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapstyle__top .l-inner:before {
    width: 21.5vw;
    height: 21.5vw;
    right: -14.4vw;
    bottom: -14.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapstyle__top .l-inner:before {
    width: 28vw;
    height: 28vw;
    right: -18.7vw;
    bottom: -18.7vw;
  }
}
.p-top .s-wrapstyle__top .l-container {
  position: relative;
}
.p-top .s-wrapstyle__top .l-container:after {
  content: "";
  right: -1px;
  height: 227px;
  bottom: -227px;
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapstyle__top .l-container:after {
    height: 14.4vw;
    bottom: -14.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapstyle__top .l-container:after {
    height: 18.7vw;
    bottom: -18.7vw;
  }
}
.p-top .s-wrapstyle__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.p-top .s-wrapstyle__bottom .l-container {
  position: relative;
  border-right: 0;
}
.p-top .s-wrapstyle__bottom .l-container:after {
  content: "";
  top: -2px;
  right: 0;
  width: calc((100% - 973px) / 2);
  height: 3px;
  position: absolute;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapstyle__bottom .l-container:after {
    height: 2px;
    width: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapstyle__bottom .l-container:after {
    top: -1px;
    height: 2px;
    width: 10%;
  }
}
.p-top .s-wrapstyle__bottom .c-text01 {
  padding: 125px 0 105px;
  position: relative;
}
.p-top .s-wrapstyle__bottom .c-text01:after {
  content: "";
  top: 0;
  right: calc((100% - 973px) / 2);
  height: 100%;
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapstyle__bottom .c-text01:after {
    right: 7.6%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapstyle__bottom .c-text01:after {
    right: 10.1%;
  }
}
.p-top .s-wrapstyle__bottom .c-text01__ttl, .p-ichiran .s-mainvisual__inner .c-text01__ttl {
  margin-right: -20%;
}
.p-top .s-wrapstyle__bottom .c-text01__desc, .p-ichiran .s-mainvisual__inner .c-text01__desc {
  margin-right: auto;
}
.p-top .s-wrapstyle__bottom .c-text01__desc--ctent, .p-ichiran .s-mainvisual__inner .c-text01__desc--ctent {
  max-width: 100%;
  margin: 70px auto -20px;
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapstyle__bottom .c-text01__ttl, .p-ichiran .s-mainvisual__inner .c-text01__ttl {
    margin-right: 0;
  }
}

.p-top .s-wrapconcept .l-container, .p-top .s-wrapconcept .l-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.p-top .s-wrapconcept .l-inner {
  padding: 95px 0;
}
.p-top .s-concept {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}
.p-top .s-concept .l-container {
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-concept .l-container {
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-concept .l-container {
    padding-bottom: 16vw;
  }
}
.p-top .s-concept .l-container:before {
  content: "";
  left: 33px;
  top: -81px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-concept .l-container:before {
    width: 10vw;
    height: 10vw;
    left: 2vw;
    top: -5.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-concept .l-container:before {
    width: 13vw;
    height: 13vw;
    left: 2.7vw;
    top: -6.7vw;
  }
}
.p-top .s-concept .c-text01 {
  padding: 125px 0 105px;
  position: relative;
}
.p-top .s-concept .c-text01:after {
  content: "";
  top: 0;
  left: calc((100% - 973px) / 2);
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-concept .c-text01:after {
    left: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-concept .c-text01:after {
    left: 10%;
  }
}
.p-top .s-concept__movie {
  height: 560px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  background: url(../images/top/concept-movie.jpg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top .s-concept__movie {
    height: 420px;
  }
}
.p-top .s-wrapservice {
  position: relative;
  margin-top: 115px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapservice {
    margin-top: 9.45vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapservice {
    margin-top: 15.9vw;
  }
}
.p-top .s-wrapservice:before {
  content: "";
  top: -117px;
  right: 0;
  width: calc((100% - 973px) / 2);
  height: 1px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapservice:before {
    top: -9.6vw;
    width: 10.15%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapservice:before {
    top: -16.3vw;
    width: 13.5%;
  }
}
.p-top .s-wrapservice .l-container {
  position: relative;
}
.p-top .s-wrapservice .l-container:before {
  content: "";
  top: -198px;
  right: 33px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapservice .l-container:before {
    top: -14.6vw;
    right: 2vw;
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapservice .l-container:before {
    top: -22.7vw;
    right: 2.7vw;
    width: 13vw;
    height: 13vw;
  }
}
.p-top .s-wrapservice .l-container:after {
  content: "";
  top: -115px;
  right: calc((100% - 1200px) / 2);
  height: calc(100% + 115px);
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapservice .l-container:after {
    top: -9.6vw;
    right: -0.05%;
    height: calc(100% + 9.6vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapservice .l-container:after {
    top: -16vw;
    right: -0.05%;
    height: calc(100% + 16vw);
  }
}
.p-top .s-wrapservice .c-text01 {
  position: relative;
  padding: 125px 0 105px;
}
.p-top .s-wrapservice .c-text01:after {
  content: "";
  top: -230px;
  right: calc((100% - 973px) / 2);
  height: calc(100% + 230px);
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wrapservice .c-text01:after {
    top: -16.5vw;
    right: 7.5%;
    height: calc(100% + 16.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wrapservice .c-text01:after {
    top: -25vw;
    right: 10%;
    height: calc(100% + 25vw);
  }
}
.p-top .s-service__list--item {
  height: 690px;
  width: calc((100% - 32px) / 3);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .s-service__list--item:not(:nth-child(3n)) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-service__list--item {
    width: 100%;
    height: 530px;
  }
  .p-top .s-service__list--item + .s-service__list--item {
    margin-top: 20px;
  }
}
.p-top .s-service__list--item.item01 .s-service__list--img:after {
  background-image: url(../images/top/service-img01.jpg);
}
.p-top .s-service__list--item.item02 .s-service__list--img:after {
  background-image: url(../images/top/service-img02.jpg);
}
.p-top .s-service__list--item.item03 .s-service__list--img:after {
  background-image: url(../images/top/service-img03.jpg);
}
.p-top .s-service__list a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
}
.p-top .s-service__list--img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.p-top .s-service__list--img:after {
  background-blend-mode: multiply;
  background-color: rgba(123, 123, 123, 0.69);
}
.p-top .s-service__list--ttl {
  font-size: 35px;
}
.p-top .s-service__list--desc {
  font-size: 22px;
}
.p-top .s-wrapnews .l-container, .p-top .s-wrapnews .l-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.p-top .s-wrapnews .l-inner {
  padding: 95px 0;
}
.p-top .s-news {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}
.p-top .s-news .l-container {
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  position: relative;
}
.p-top .s-news__top:before {
  content: "";
  left: 33px;
  top: -81px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-news__top:before {
    width: 10vw;
    height: 10vw;
    left: 2vw;
    top: -5.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-news__top:before {
    width: 13vw;
    height: 13vw;
    left: 2.7vw;
    top: -6.7vw;
  }
}
.p-top .s-news .c-text01 {
  padding: 125px 0 105px;
  position: relative;
}
.p-top .s-news .c-text01:after {
  content: "";
  top: 0;
  left: calc((100% - 973px) / 2);
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-news .c-text01:after {
    left: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-news .c-text01:after {
    left: 10%;
  }
}
.p-top .s-news .c-more {
  padding: 75px 0;
  position: relative;
}
.p-top .s-news .c-more:after {
  content: "";
  top: 0;
  left: calc((100% - 973px) / 2);
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-news .c-more:after {
    left: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-news .c-more:after {
    left: 10%;
  }
}
.p-top .s-news__boxlist {
  position: relative;
}
.p-top .s-news__boxlist:after {
  content: "";
  top: 0;
  left: calc((100% - 1200px) / 2);
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-news__boxlist:after {
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-news__boxlist:after {
    left: 4%;
  }
}
.p-top .s-news__list {
  z-index: 1;
  position: relative;
  margin-left: calc((100% - 973px) / 2);
  border-left: 1px solid rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-news__list {
    margin-left: 10.15%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-news__list {
    margin-left: 13.35%;
  }
}
.p-top .s-news__list .slick-list {
  padding: 0 12% 0 0;
}
.p-top .s-news__list .slick-prev {
  left: -6.5%;
}
@media screen and (max-width: 767px) {
  .p-top .s-news__list .slick-prev {
    left: -12%;
  }
}
.p-top .s-news__list .slick-next {
  display: none !important;
}
.p-top .s-news__list--item {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-top .s-news__list--item {
    margin-right: 16px;
  }
}

.p-top .s-wraplinks {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.p-top .s-wraplinks .l-container {
  position: relative;
}
.p-top .s-wraplinks .l-container:before {
  content: "";
  top: -82px;
  right: 33px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wraplinks .l-container:before {
    top: -5.1vw;
    right: 2.1vw;
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wraplinks .l-container:before {
    top: -6.7vw;
    right: 2.7vw;
    width: 13vw;
    height: 13vw;
  }
}
.p-top .s-wraplinks .c-text01 {
  position: relative;
  padding: 125px 0 105px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.p-top .s-wraplinks .c-text01:after {
  content: "";
  top: -204px;
  right: calc((100% - 973px) / 2);
  height: calc(100% + 204px);
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-top .s-wraplinks .c-text01:after {
    right: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-wraplinks .c-text01:after {
    right: 10%;
  }
}
.p-top .s-links__img {
  height: 400px;
  background: url(../images/top/links-img.jpg);
}
.p-top .s-links .c-more {
  padding: 85px 0 100px;
}

/*------------------------------------------------------------
p-news
------------------------------------------------------------*/
.s-news__title {
  font-size: 39px;
  line-height: 1.2;
  margin-top: 45px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .s-news__title {
    font-size: 3rem;
  }
}
.s-news__date {
  font-size: 16px;
  text-align: right;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .s-news__date {
    margin-top: 5px;
  }
}
.s-news__text p {
  line-height: 1.8;
  margin-top: 30px;
}
.s-news__btn {
  color: #000000;
  display: block;
  padding: 13px 0;
  margin-top: 70px;
  text-align: center;
  border: 1px solid #140D07;
}
.s-news__btn:hover {
  color: #fff;
  background-color: #140D07;
}

.p-news .s-mainvisual .l-container {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.p-news .s-mainvisual__inner:after {
  content: none;
}
.p-news .s-news__list {
  flex-wrap: wrap;
}
.p-news .s-news__list--item {
  width: calc((100% - 36px) / 3);
  border: 1px solid #C9C9C9;
}
@media screen and (min-width: 768px) {
  .p-news .s-news__list--item:not(:nth-child(-n+3)) {
    margin-top: 38px;
  }
  .p-news .s-news__list--item:not(:nth-child(3n)) {
    margin-right: 18px;
  }
}
.p-news .s-news__list--img {
  height: 227px;
}
.p-news .s-news__list--tag {
  padding: 4px 0 2px;
  font-size: 9px;
  max-width: 106px;
  margin: -12px auto 0;
}
.p-news .s-news__list--desc {
  font-size: 14px;
  padding: 18px 20px;
}
@media screen and (max-width: 767px) {
  .p-news .s-news__list--item {
    width: 100%;
  }
  .p-news .s-news__list--item:not(:first-child) {
    margin-top: 38px;
  }
}

/*------------------------------------------------------------
p-links
------------------------------------------------------------*/
.p-links .s-links {
  position: relative;
}
.p-links .s-links:before, .p-links .s-links:after {
  content: "";
  width: calc((100% - 973px) / 2);
  position: absolute;
  border-top: 1px solid rgba(112, 112, 112, 0.21);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-links .s-links:before, .p-links .s-links:after {
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-links .s-links:before, .p-links .s-links:after {
    width: 13.5%;
  }
}
.p-links .s-links:before {
  top: 0;
  left: 0;
}
.p-links .s-links:after {
  right: 0;
  bottom: 0;
}
.p-links .s-links__list {
  border-top: 1px dashed #969696;
}
.p-links .s-links__list--item {
  color: #3C322D;
  padding: 35px 5%;
  border-left: 1px dashed #969696;
  border-right: 1px dashed #969696;
  border-bottom: 1px dashed #969696;
}
@media screen and (max-width: 767px) {
  .p-links .s-links__list--item {
    padding: 35px 20px;
  }
}
.p-links .s-links__list--logo {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-links .s-links__list--logo {
    width: 100%;
  }
}
.p-links .s-links__list--txt {
  max-width: 438px;
  width: calc(100% - 30% - 5%);
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .p-links .s-links__list--txt {
    width: 100%;
    margin-top: 20px;
  }
}
.p-links .s-links__list--ttl {
  font-size: 17px;
}
.p-links .s-links__list--link {
  color: #3C322D;
  font-size: 16px;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
  margin-top: 9px;
}
.p-links .s-links__list--desc {
  margin-top: 4px;
}

/*------------------------------------------------------------
p-tokyo
------------------------------------------------------------*/
.p-tokyo .s-mainvisual__inner {
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
.p-tokyo .s-mainvisual__inner:after {
  content: none;
}
.p-tokyo .s-descript .l-container {
  padding-bottom: 160px;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
.p-tokyo .s-descript .js .s-visual__single > div:nth-child(1n+2) {
  display: none;
}
.p-tokyo .s-descript .js .s-visual__single.slick-initialized > div:nth-child(1n+2) {
  display: block;
}
.p-tokyo .s-descript__single--item {
  /* height: 700px; */
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-descript__single--item {
    /* height: 500px; */
  }
}
.p-tokyo .s-descript__nav {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-descript__nav {
    margin-top: 20px;
  }
}
.p-tokyo .s-descript__nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-tokyo .s-descript__nav--item {
  width: 105px !important;
  height: 105px;
  margin: 0 13px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-descript__nav--item {
    width: 90px !important;
    height: 90px !important;
    margin: 0 6px;
  }
}
.p-tokyo .s-descript__nav--item.is-active, .p-tokyo .s-descript__nav--item:hover {
  opacity: 0.7;
  background-color: #7B7B7B;
  background-blend-mode: multiply;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.p-tokyo .s-descript__txtarea {
  margin-top: 16px;
}
.p-tokyo .s-descript__txtarea p {
  line-height: 2;
  padding-top: 30px;
}
.p-tokyo .s-portfolio.portfolio01 {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.p-tokyo .s-portfolio.portfolio01 .l-container {
  padding-top: 125px;
}
.p-tokyo .s-portfolio.portfolio01 .l-container:before {
  content: "";
  left: 32px;
  top: -81px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-tokyo .s-portfolio.portfolio01 .l-container:before {
    width: 10vw;
    height: 10vw;
    left: 2vw;
    top: -5.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-portfolio.portfolio01 .l-container:before {
    width: 13vw;
    height: 13vw;
    left: 2.7vw;
    top: -6.7vw;
  }
}
.p-tokyo .s-portfolio.portfolio01 .l-container:after {
  top: -161px;
  height: calc(100% + 161px);
}
.p-tokyo .s-portfolio .l-container {
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  position: relative;
}
.p-tokyo .s-portfolio .l-container:after {
  content: "";
  top: 0;
  left: calc((100% - 973px) / 2);
  height: 100%;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-tokyo .s-portfolio .l-container:after {
    left: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-portfolio .l-container:after {
    left: 10%;
  }
}
.p-tokyo .s-portfolio .c-text01 {
  position: relative;
}
.p-tokyo .s-portfolio__slider--pic {
  height: 400px;
}
.p-tokyo .s-portfolio__slider .slick-dots li.slick-active button {
  background-color: #C9C9C9;
}
.p-tokyo .s-portfolio__item {
  padding: 100px 0 80px;
  margin-left: calc((100% - 973px) / 2);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-tokyo .s-portfolio__item {
    margin-left: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-portfolio__item {
    margin-left: 10%;
  }
}
.p-tokyo .s-portfolio__item--txt {
  margin-left: 4%;
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-portfolio__item--txt {
    margin: 60px 0 0;
  }
}
.p-tokyo .s-portfolio__item--ttl {
  font-size: 35px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-tokyo .s-portfolio__item--ttl {
    text-align: center;
  }
}
.p-tokyo .s-portfolio__item--desc {
  line-height: 2;
  margin-top: 10px;
}
.p-tokyo .s-portfolio__item--desc p + p {
  margin-top: 20px;
}

/*------------------------------------------------------------
p-aboutus
------------------------------------------------------------*/
.p-aboutus .s-mainvisual__inner {
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
.p-aboutus .s-mainvisual__inner:after {
  content: none;
}
.p-aboutus .s-philosophy .l-container {
  padding-bottom: 245px;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-philosophy .l-container {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-philosophy .l-container {
    padding-bottom: 130px;
  }
}
.p-aboutus .s-philosophy__box {
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.p-aboutus .s-philosophy__title {
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
}
.p-aboutus .s-philosophy__desc {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'TrajanPro', sans-serif;
}
.p-aboutus .s-philosophy__txtarea p {
  line-height: 2;
  margin-top: 30px;
}
.p-aboutus .s-outline {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}
.p-aboutus .s-outline .l-container {
  border-left: 1px solid rgba(0, 0, 0, 0.21);
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-outline .l-container {
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-outline .l-container {
    padding-bottom: 16vw;
  }
}
.p-aboutus .s-outline .l-container:before {
  content: "";
  left: 33px;
  top: -81px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-outline .l-container:before {
    width: 10vw;
    height: 10vw;
    left: 2vw;
    top: -5.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-outline .l-container:before {
    width: 13vw;
    height: 13vw;
    left: 2.7vw;
    top: -6.7vw;
  }
}
.p-aboutus .s-outline .c-text01 {
  padding: 125px 0 105px;
  position: relative;
}
.p-aboutus .s-outline .c-text01:after {
  content: "";
  top: -246px;
  left: calc((100% - 973px) / 2);
  height: calc(100% + 246px);
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-outline .c-text01:after {
    top: -20vw;
    left: 7.5%;
    height: calc(100% + 20vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-outline .c-text01:after {
    top: -130px;
    left: 10%;
    height: calc(100% + 130px);
  }
}
.p-aboutus .s-outline__table {
  background-color: #fff;
}
.p-aboutus .s-outline__table tr {
  border: 1px dashed #969696;
}
.p-aboutus .s-outline__table td {
  font-size: 16px;
  padding: 3.5% 5%;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-outline__table td {
    display: block;
    padding: 25px;
  }
}
.p-aboutus .s-outline__table td:first-child {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-outline__table td:first-child {
    width: 100%;
    padding-bottom: 10px;
  }
}
.p-aboutus .s-contact {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.p-aboutus .s-contact:before {
  content: "";
  top: -117px;
  right: 0;
  width: calc((100% - 973px) / 2);
  height: 1px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-contact:before {
    top: -9.6vw;
    width: 10.15%;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-contact:before {
    top: -16.3vw;
    width: 13.5%;
  }
}
.p-aboutus .s-contact .l-container {
  position: relative;
}
.p-aboutus .s-contact .l-container:before {
  content: "";
  top: -198px;
  right: 33px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-contact .l-container:before {
    top: -14.6vw;
    right: 2vw;
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-contact .l-container:before {
    top: -22.7vw;
    right: 2.7vw;
    width: 13vw;
    height: 13vw;
  }
}
.p-aboutus .s-contact .l-container:after {
  content: "";
  top: -115px;
  right: calc((100% - 1200px) / 2);
  height: calc(100% + 115px);
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-contact .l-container:after {
    top: -9.6vw;
    right: -0.05%;
    height: calc(100% + 9.6vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-contact .l-container:after {
    top: -16vw;
    right: -0.05%;
    height: calc(100% + 16vw);
  }
}
.p-aboutus .s-contact .c-text01 {
  position: relative;
  padding: 125px 0 105px;
}
.p-aboutus .s-contact .c-text01:after {
  content: "";
  top: -117px;
  right: calc((100% - 973px) / 2);
  height: calc(100% + 117px);
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-aboutus .s-contact .c-text01:after {
    top: -9.5vw;
    right: 7.5%;
    height: calc(100% + 9.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-contact .c-text01:after {
    top: -25vw;
    right: 10%;
    height: calc(100% + 25vw);
  }
}
.p-aboutus .s-contact__mail a {
  color: #3C322D;
  display: block;
  font-size: 22px;
  padding: 7.3% 4%;
  text-align: center;
  letter-spacing: 2px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-contact__mail a {
    font-size: 2rem;
  }
}
.p-aboutus .s-contact__mail a img {
  margin-right: 5%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) {
  .p-aboutus .s-contact__mail a img {
    max-width: 40px;
  }
}
.p-aboutus .s-contact__mail a:hover img {
  -webkit-animation-name: hvr-icon-pulse-shrink;
          animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-pulse-shrink {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/*------------------------------------------------------------
p-movie
------------------------------------------------------------*/
.s-movie__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-movie__list--item {
  z-index: 1;
  width: calc((100% - 60px) / 3);
  position: relative;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .s-movie__list--item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .s-movie__list--item:not(:nth-child(-n+3)) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .s-movie__list--item {
    width: 100%;
  }
  .s-movie__list--item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.s-movie__list a {
  color: #403E3B;
}
.s-movie__list--img {
  height: 537px;
}
@media screen and (max-width: 767px) {
  .s-movie__list--img {
    height: 500px;
  }
}
.s-movie__list--img:after {
  background: url(../images/movie/img01.jpg);
}
.s-movie__list--txt {
  padding: 28px 25px;
}
.s-movie__list--ttl {
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
}
.s-movie__list--desc {
  line-height: 1.8;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-movie__paging {
  position: relative;
}
.s-movie__paging:before {
  content: "";
  top: 0;
  left: 0;
  width: calc((100% - 973px) / 2);
  height: 1px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-movie__paging:before {
    width: 10.15%;
  }
}
@media screen and (max-width: 767px) {
  .s-movie__paging:before {
    width: 13.5%;
  }
}
.s-movie__paging .l-container {
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.s-movie__paging .l-container:before {
  content: "";
  top: -81px;
  left: 33px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-movie__paging .l-container:before {
    top: -5vw;
    left: 2vw;
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .s-movie__paging .l-container:before {
    top: -6.7vw;
    left: 2.7vw;
    width: 13vw;
    height: 13vw;
  }
}
.s-movie__paging .l-container:after {
  content: "";
  top: 0;
  left: calc((100% - 973px) / 2);
  height: 115px;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .s-movie__paging .l-container:after {
    left: 7.5%;
    height: 7.3vw;
  }
}
@media screen and (max-width: 767px) {
  .s-movie__paging .l-container:after {
    left: 10%;
    height: 9vw;
  }
}

/*------------------------------------------------------------
p-service
------------------------------------------------------------*/
.p-service .s-aboutus {
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .p-service .s-aboutus {
    margin-top: 112px;
  }
}

.p-service .s-movie {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
}
.p-service .s-movie .l-wrap {
  padding-bottom: 115px;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-movie .l-wrap {
    padding-bottom: 7.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-movie .l-wrap {
    padding-bottom: 9.2vw;
  }
}
.p-service .s-movie .l-container {
  border-right: 1px solid rgba(0, 0, 0, 0.21);
}
.p-service .s-movie__inner {
  position: relative;
  padding-top: 170px;
}
.p-service .s-movie__inner:before {
  content: "";
  top: -113px;
  right: -113px;
  width: 340px;
  height: 340px;
  position: absolute;
  background: url(../images/top/rect2.svg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-movie__inner:before {
    top: -7.2vw;
    right: -7.2vw;
    width: 21.5vw;
    height: 21.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-movie__inner:before {
    top: -9.3vw;
    right: -9.5vw;
    width: 28vw;
    height: 28vw;
  }
}
.p-service .s-movie__inner:after {
  content: "";
  top: 0;
  right: calc((100% - 973px) / 2);
  height: 300px;
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-movie__inner:after {
    right: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-movie__inner:after {
    right: 10%;
  }
}
.p-service .s-movie__movie {
  height: 560px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  background: url(../images/top/concept-movie.jpg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service .s-movie__movie {
    height: 420px;
  }
}
.p-service .s-movie__txtarea {
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
}
.p-service .s-movie__txtarea .l-container {
  position: relative;
}
.p-service .s-movie__txtarea .l-container:before {
  content: "";
  left: 32px;
  bottom: -82px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-movie__txtarea .l-container:before {
    left: 2vw;
    bottom: -5.2vw;
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-movie__txtarea .l-container:before {
    left: 2.7vw;
    bottom: -6.7vw;
    width: 13vw;
    height: 13vw;
  }
}
.p-service .s-movie__txtarea .l-container:after {
  content: "";
  bottom: -115px;
  left: calc((100% - 973px) / 2);
  height: 115px;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-movie__txtarea .l-container:after {
    bottom: -7.3vw;
    left: 7.5%;
    height: 7.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-movie__txtarea .l-container:after {
    bottom: -9.2vw;
    left: 10%;
    height: 9.2vw;
  }
}
.p-service .s-movie__txtarea .l-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.21);
}
.p-service .s-movie__txtarea p {
  max-width: 783px;
  margin: 0 auto;
  line-height: 2;
  padding: 40px 0 50px;
}
.p-service .s-flow {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.p-service .s-flow .l-container {
  position: relative;
  padding-bottom: 115px;
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-flow .l-container {
    padding-bottom: 9.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-flow .l-container {
    padding-bottom: 16vw;
  }
}
.p-service .s-flow .l-container:before {
  content: "";
  /* top: -115px; */
  top: 0;
  left: calc((100% - 1200px) / 2);
  /* height: calc(100% + 115px); */
  height: calc(100%);
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-flow .l-container:before {
    top: -7.3vw;
    left: -0.05%;
    height: calc(100% + 7.3vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-flow .l-container:before {
    top: -9.2vw;
    left: -0.05%;
    height: calc(100% + 9.2vw);
  }
}
.p-service .s-flow .c-text01 {
  padding: 125px 0 105px;
}

.p-service .s-flow__timeline {
  justify-content: flex-end;
}
.p-service .s-flow__timeline--label {
  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;
}
@media screen and (max-width: 767px) {
  .p-service .s-flow__timeline--label {
    width: 100%;
    padding: 70px 0;
  }
}
.p-service .s-flow__timeline--label:before {
  content: "";
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  border-left: 1px dashed #707070;
}
.p-service .s-flow__timeline--label:after {
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  position: absolute;
  border-style: solid;
  border-width: 10px 4px 0px 4px;
  border-color: #707070 transparent transparent transparent;
}
.p-service .s-flow__timeline--label p {
  z-index: 1;
  padding: 20px;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 20px;
  background: #F2F2F2;
  writing-mode: sideways-lr;
}
@media screen and (max-width: 767px) {
  .p-service .s-flow__timeline--label p {
    text-align: center;
    writing-mode: horizontal-tb;
  }
}

.p-service .s-flow__timeline--item {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-service .s-flow__timeline--item {
    width: 100%;
  }
}
.p-service .s-flow__timeline--item dl {
  position: relative;
  margin-bottom: 70px;
}
.p-service .s-flow__timeline--item dl:after {
  content: "";
  left: 20%;
  bottom: -100%;
  width: 1px;
  height: 75%;
  z-index: -1;
  position: absolute;
  border-right: 1px dashed #707070;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-service .s-flow__timeline--item dl:after {
    left: 0;
    right: 0;
    height: 70px;
    bottom: -105px;
    margin: 0 auto;
  }
}
.p-service .s-flow__timeline--item > dl:last-child {
  margin-bottom: 0;
}
.p-service .s-flow__timeline--item > dl:last-child:after {
  content: none;
}

.p-service .s-flow__timeline dl dt {
  width: 41%;
  min-height: 153px;
  font-size: 23px;
  padding: 10px;
  letter-spacing: 0.01em;
  text-align: center;
  background-color: #fff;
  border: 1px solid #707070;
  font-family: 'TrajanPro', sans-serif;
  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-service .s-flow__timeline dl dt h3 {
  line-height: 28px;
}
.p-service .s-flow__timeline dl dt span {
  display: block;
  font-size: 16px;
  max-width: 215px;
  text-align: left;
  line-height: 20px;
  margin: 10px auto 0;
}
.p-service .s-flow__timeline dl dd {
  width: 57%;
  margin-left: 3.5%;
}
@media screen and (max-width: 767px) {
  .p-service .s-flow__timeline dl dt {
    width: 100%;
  }
  .p-service .s-flow__timeline dl dd {
    width: 100%;
    margin: 16px 0 0;
  }
}
.p-service .s-flow__timeline dl dd h3 {
  font-size: 16px;
  letter-spacing: 0.03em;
}
.p-service .s-flow__timeline dl dd p {
  margin-top: 2px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

.p-service .s-flow__timeline--group, .p-service .s-flow__timeline--box {
  position: relative;
}
.p-service .s-flow__timeline--group:after {
  content: "";
  top: -35px;
  left: -36px;
  width: 1px;
  height: 89%;
  margin: 0 auto;
  position: absolute;
  border-left: 1px dashed #707070;
}
.p-service .s-flow__timeline--box:before {
  content: "";
  top: 0;
  top: -35px;
  left: -35px;
  width: 20%;
  margin: 0 auto;
  position: absolute;
  border-bottom: 1px dashed #707070;
}
.p-service .s-flow__timeline--box:after {
  content: "";
  width: 0;
  height: 0;
  top: -38px;
  left: 15%;
  position: absolute;
  border-style: solid;
  border-width: 4px 0px 4px 10px;
  border-color: transparent transparent transparent #707070;
}
.p-service .s-flow__timeline--group dl:nth-child(2) dt:before {
  content: "";
  left: -37px;
  width: 34px;
  margin: 0 auto;
  position: absolute;
  border-bottom: 1px dashed #707070;
}
.p-service .s-flow__timeline--note {
  width: 12%;
  left: -17%;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .p-service .s-flow__timeline--note {
    width: 15%;
  }
  .p-service .s-flow__timeline--group:after, 
  .p-service .s-flow__timeline--box:before, .p-service .s-flow__timeline--box:after,
  .p-service .s-flow__timeline--group dl:nth-child(2) dt:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-flow__timeline--note {
    display: none;
  }
}
.p-service .s-flow__timeline--note p {
  letter-spacing: 2px;
  line-height: 20px;
  background: #F2F2F2;
}

.p-service .s-flow__txtarea {
  padding: 6%;
  z-index: 1;
  margin-top: 80px;
  position: relative;
  background-color: #fff;
  border: 1px dashed #969696;
}
@media screen and (max-width: 767px) {
  .p-service .s-flow__txtarea {
    padding: 30px;
    margin-top: 60px;
  }
}
.p-service .s-guarantee {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.p-service .s-guarantee:before {
  content: "";
  top: -117px;
  right: 0;
  width: calc((100% - 973px) / 2);
  height: 1px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-guarantee:before {
    top: -9.6vw;
    width: 10.15%;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-guarantee:before {
    top: -16.3vw;
    width: 13.5%;
  }
}
.p-service .s-guarantee .l-container {
  position: relative;
}
.p-service .s-guarantee .l-container:before {
  content: "";
  top: -198px;
  right: 33px;
  width: 161px;
  height: 161px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-guarantee .l-container:before {
    top: -14.6vw;
    right: 2vw;
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-guarantee .l-container:before {
    top: -22.7vw;
    right: 2.7vw;
    width: 13vw;
    height: 13vw;
  }
}
.p-service .s-guarantee .c-text01 {
  position: relative;
  padding: 125px 0 105px;
}
.p-service .s-guarantee .c-text01:after {
  content: "";
  top: -117px;
  right: calc((100% - 973px) / 2);
  height: calc(100% + 117px);
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-guarantee .c-text01:after {
    top: -9.6vw;
    right: 7.5%;
    height: calc(100% + 9.6vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-guarantee .c-text01:after {
    top: -16vw;
    right: 10%;
    height: calc(100% + 16vw);
  }
}
.p-service .s-guarantee .c-text01:before {
  content: "";
  top: -115px;
  right: calc((100% - 1200px) / 2);
  height: calc(100% + 115px);
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  .p-service .s-guarantee .c-text01:before {
    top: -9.6vw;
    right: -0.05%;
    height: calc(100% + 9.6vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service .s-guarantee .c-text01:before {
    top: -16vw;
    right: -0.05%;
    height: calc(100% + 16vw);
  }
}

.p-service .s-guarantee__detail {
  padding: 8%;
  line-height: 2;
  letter-spacing: 1.5px;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
