@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　TOP

**********************************************************************************************/
/*---------------------------------------------
common
---------------------------------------------*/
.top_sec {
  position: relative;
  background: #150301;
  color: #fff; }

/*---------------------------------------------
kv
---------------------------------------------*/
.top_kv {
  position: relative;
  background: #fff;
  height: 100vh;
  min-height: 400px; }
  @media (max-width: 750px) {
    .top_kv {
      min-height: 500px; } }

.top_kv_logo {
  width: 584px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; }
  .top_kv_logo span {
    display: block; }
  @media (max-width: 750px) {
    .top_kv_logo {
      width: 54vw; } }

.top_kv_list {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .top_kv_list li {
    width: 100%;
    height: 100%; }

.slideItem {
  height: 100%; }

.top_kv_item .slideItem {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.top_kv_item01 .slideItem {
  background-image: url("../img/top/kv_img01.jpg"); }

.top_kv_item02 .slideItem {
  background-image: url("../img/top/service_img02.jpg"); }

.top_kv_item03 .slideItem {
  background-image: url("../img/top/service_img01.jpg"); }

/* zoom slide custom */
.top_kv_list .slideItem {
  opacity: 0;
  transition: 0s;
  transform: scale(1.05, 1.05); }
.top_kv_list .slick-slide {
  opacity: 1 !important; }
.top_kv_list .slick-active.top_kv_item .slideItem {
  opacity: 1;
  transition: ease 5.0s; }
.top_kv_list .slick-active.top_kv_item .slideItem {
  opacity: 1;
  transition: ease 5.0s; }
.top_kv_list .slick-continue.top_kv_item .slideItem {
  opacity: 0;
  transition: ease 5.0s; }
.top_kv_list .slick-active .slideItem {
  transform: scale(1, 1);
  transition: ease 10.0s; }
.top_kv_list .slick-continue .slideItem {
  transform: scale(1, 1);
  transition: ease 10.0s; }

/*---------------------------------------------
service
---------------------------------------------*/
.top_sec-service {
  padding: 110px 0 140px; }
  @media (max-width: 750px) {
    .top_sec-service {
      padding: 17.3vw 0 22vw; } }

.top_service_copy {
  text-align: center;
  margin: 0 0 20px;
  font-size: 2.2rem; }
  @media (max-width: 750px) {
    .top_service_copy {
      font-size: 4.5vw;
      margin: 0 0 8vw; } }

.top_service_txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2;
  margin: 0 0 70px; }
  @media (max-width: 750px) {
    .top_service_txt {
      font-size: 3.43vw;
      margin: 0 0 16vw; } }

.top_serviceList {
  text-align: center; }
  .top_serviceList li {
    border: 1px solid #fff;
    position: relative; }
    @media (max-width: 750px) {
      .top_serviceList li {
        border: none; } }
    .top_serviceList li:not(:last-child) {
      margin: 0 0 120px; }
      @media (max-width: 750px) {
        .top_serviceList li:not(:last-child) {
          margin: 0 0 22vw; } }
    .top_serviceList li:nth-child(odd) {
      border-right: none;
      border-radius: 100px 0 0 100px; }
      .top_serviceList li:nth-child(odd) .top_serviceList_logo {
        width: 346px; }
        @media (max-width: 750px) {
          .top_serviceList li:nth-child(odd) .top_serviceList_logo {
            width: 54.2vw; } }
      .top_serviceList li:nth-child(odd) .top_serviceList_txtArea {
        width: 100%; }
      @media (max-width: 750px) {
        .top_serviceList li:nth-child(odd) .top_serviceList_img {
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff; } }
      .top_serviceList li:nth-child(odd)::before, .top_serviceList li:nth-child(odd)::after {
        left: 50%; }
    .top_serviceList li:nth-child(even) {
      border-left: none;
      border-radius: 0 100px 100px 0; }
      .top_serviceList li:nth-child(even) a {
        flex-direction: row-reverse; }
      .top_serviceList li:nth-child(even) .top_serviceList_logo {
        width: 220px; }
        @media (max-width: 750px) {
          .top_serviceList li:nth-child(even) .top_serviceList_logo {
            width: 54.2vw; } }
      .top_serviceList li:nth-child(even)::before, .top_serviceList li:nth-child(even)::after {
        right: 50%; }
    .top_serviceList li::before, .top_serviceList li::after {
      content: "";
      display: block;
      width: 50vw;
      min-width: 1000px;
      height: 1px;
      background: #fff;
      position: absolute;
      z-index: -1; }
      @media (max-width: 750px) {
        .top_serviceList li::before, .top_serviceList li::after {
          display: none; } }
    .top_serviceList li::before {
      top: -1px; }
    .top_serviceList li::after {
      bottom: -1px; }
  .top_serviceList a {
    display: flex;
    align-items: center; }
    @media (max-width: 750px) {
      .top_serviceList a {
        display: block; } }

.top_serviceList_num {
  width: 134px;
  flex-shrink: 0;
  margin: 0 30px; }
  @media (max-width: 750px) {
    .top_serviceList_num {
      width: 20vw;
      margin: 0 auto 7vw; } }

.top_serviceList_img {
  width: 370px;
  flex-shrink: 0; }
  @media (max-width: 750px) {
    .top_serviceList_img {
      width: 100vw;
      height: 36vw;
      overflow: hidden;
      margin: 0 auto 6vw -5vw;
      position: relative; }
      .top_serviceList_img img {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); } }

.top_serviceList_txtArea {
  padding: 0 60px; }
  @media (max-width: 750px) {
    .top_serviceList_txtArea {
      padding: 0; } }

.top_serviceList_logo {
  display: inline-block;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .top_serviceList_logo {
      margin: 0 auto 1.3vw; } }

.top_serviceList_tit {
  font-size: 1.2rem; }
  @media (max-width: 750px) {
    .top_serviceList_tit {
      font-size: 2.6vw;
      margin: 1.3vw 0 0; } }

.top_serviceList_subTit {
  color: #c0a062;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2; }
  @media (max-width: 750px) {
    .top_serviceList_subTit {
      font-size: 4.8vw; } }

/*---------------------------------------------
statement
---------------------------------------------*/
.top_sec-statement {
  padding: 190px 0 200px;
  background: url("../img/top/statement_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center; }
  @media (max-width: 750px) {
    .top_sec-statement {
      padding: 20vw 0; } }

.statement_tit {
  color: #c0a062;
  font-size: 2.2rem; }
  @media (max-width: 750px) {
    .statement_tit {
      font-size: 4vw;
      line-height: 1.8; } }
  .statement_tit span {
    display: inline-block;
    margin: 0 1em 0 0; }

.statement_txt {
  font-size: 1.4rem;
  line-height: 2.2; }
  @media (max-width: 750px) {
    .statement_txt {
      font-size: 3.2vw; } }

/*---------------------------------------------
access
---------------------------------------------*/
.top_sec-access {
  padding: 60px 0 70px;
  text-align: center; }
  @media (max-width: 750px) {
    .top_sec-access {
      padding: 16vw 0 16vw; } }

.top_sec_tit {
  color: #c0a062;
  font-weight: 700;
  font-size: 2.6rem; }
  @media (max-width: 750px) {
    .top_sec_tit {
      font-size: 6.2vw; } }

@media (max-width: 750px) {
  .top_sec_subTit {
    font-size: 2.93vw; } }

.accessMapArea {
  margin: 30px 0;
  display: flex; }
  @media (max-width: 750px) {
    .accessMapArea {
      margin: 12vw 0 11vw;
      display: block; } }

.accessMap {
  width: 50%; }
  @media (max-width: 750px) {
    .accessMap {
      height: 62.6vw;
      width: 100%; } }
  .accessMap iframe {
    width: 100%;
    height: 100%; }

.accessMap_img {
  width: 50%; }
  @media (max-width: 750px) {
    .accessMap_img {
      width: 100%; } }

.access_address {
  margin: 0 0 15px;
  display: block; }
  @media (max-width: 750px) {
    .access_address {
      font-size: 3.43vw;
      margin: 0 0 2.6vw; } }

.telList {
  display: flex;
  justify-content: center;
  font-size: 2.8rem;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .telList {
      display: block;
      margin: 0 0 4.3vw; } }
  .telList li:not(:last-child) {
    margin: 0 40px 0 0; }
    @media (max-width: 750px) {
      .telList li:not(:last-child) {
        margin: 0 0 1.3vw; } }

@media (max-width: 750px) {
  .access_txt {
    font-size: 3.2vw; } }



.site-header {display: block;}
	@media (max-width: 900px){
		.site-header {display: none;}
}

/*---------------------------------------------
Movie
---------------------------------------------*/
.top_mv {
	padding: 0 0 100px;
	margin: 0;
	background: #150301;
}
.top_mv video{width: 100%;}

.top_mv .movie div::before {
  content: "\f144";
  font-weight: 900;
  color:rgba(255,255,255,0.5);
  font-size: 15em;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_mv .movie div.noplay::before {
  content: "";
  animation: removing 1s both;
}
@keyframes removing {
  from {
    content: "\f28b";
  }
}
@media screen and (max-width: 928px) {
  .top_mv .movie div.noplay::before,
  .top_mv .movie div::before {
    content: "";
  }
}
@-moz-document url-prefix() {
	.top_mv .movie div.noplay::before,
	.top_mv .movie div::before {
    	content: "";
  }
}
.fas {

  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free",sans-serif;
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot");
  src: url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff2") format("woff2"),url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff") format("woff"),url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.ttf") format("truetype"),url("//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

