@charset "UTF-8";

/* ================================================================================

  "Web Business" Elementor Style

================================================================================ */
.l-container {
  overflow-x: hidden;
  overflow-y: auto;
}

/*
  Header
================================================================================ */
.l-header h1 a img {
  width: 180px;
  height: auto;
}
.logo_3c {
  visibility: hidden;
  opacity: 0;
}
.is-visible {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width:640px) {
  .l-header h1 a img { width: 140px; }
}

@media screen and (max-width:480px) {
  .l-header h1 a img { width: calc(140 / 480 * 100vw); }
}

/*
  Main
================================================================================ */
/* .l-main { top: 100vh; } */

/* "theme-elementor.css" Overwrite
-------------------------------------------------------------------------------- */
.sec01.pp-section,
.sec03.pp-section { justify-content: flex-start; }
.sec02.pp-section { justify-content: flex-end; }
#pp-nav { display: none !important; }
.lqd-stack-page-number {
  color: var(--wht);
  display: none;
}

/*
  Section
-------------------------------------------------------------------------------- */
.l-main section {
  display: grid;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.l-main section .contents-area { z-index: 2; }

/* Main Visual
-------------------------------------------------------------------------------- */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  grid-area: 1 / 1;
}
.video-container video {
  max-width: initial;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/*
@media screen and (max-width:1440px) {
  .video-container { aspect-ratio: 4 / 3; }
}

@media screen and (max-width:840px) {
  .video-container { aspect-ratio: 9 / 16; }
}
*/

/* Section01 - 03
-------------------------------------------------------------------------------- */
.sec01, .sec02, .sec03 { height: 100vh; }
.sec01 .contents-area,
.sec02 .contents-area,
.sec03 .contents-area {
  min-width: 50vw;
  background: rgba(var(--wht-rgb), .8);
  display: grid;
  place-content: center;
}
.sec01 .contents-area::after,
.sec03 .contents-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(var(--wht-rgb), .8) transparent transparent transparent;
  border-width: 100vh 60px 0 0;
}
.sec02 .contents-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent rgba(var(--wht-rgb), .8) transparent transparent;
  border-width: 0 60px 100vh 0;
}
.sec01::before,
.sec02::before,
.sec03::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--blk-rgb), 0.5);
  backdrop-filter: blur(3.5px);
  mix-blend-mode: multiply;
}
.sec01 { background-image: url(../images/pexels-fauxels-3183153.jpg); }
.sec02 { background-image: url(../images/pexels-federico-orlandi-1423142-3260626.jpg); }
.sec03 { background-image: url(../images/website-647013_1920.jpg); }

@media screen and (max-width:1440px) {
  .sec01 .contents-area,
  .sec02 .contents-area,
  .sec03 .contents-area {
    min-width: 100vw;
    background: rgba(var(--wht-rgb), 0);
    color: var(--wht);
  }
}

@media screen and (max-width:840px) {
  .sec01 .contents-area > div,
  .sec02 .contents-area > div,
  .sec03 .contents-area > div {
    max-width: 90vw;
    margin: auto;
  }
}

/* Section04
-------------------------------------------------------------------------------- */
.sec04 { height: 100vh; }
.sec04 .contents-area {
  min-width: 100vw;
  background-color: #efefef;
  margin: 0;
  text-align: center;
}
.sec04 .contents-area::after { content: none; }
.sec04 .link-btn { margin: 40px auto 0; }

.sec04 .contents-summary { text-align: center; }
.sec04 .l-footer {
  width: 100vw;
  height: 20vh;
}

@media screen and (max-width:640px) {
  .sec04 .link-btn { margin: 5% auto 0; }
}

/* Contents Items
-------------------------------------------------------------------------------- */
.contents-catch {
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: .05em;
  line-height: 1.4;
  margin: 0 0 .5em
}
.contents-summary {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: left;
}
.contents-summary dl dt::before { content: "●" }
.contents-summary dl dt {
  font-weight: 600;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 .5em;
}
.contents-summary dl dd { padding: 0 0 0 1em; }

.contents-summary ul li::before { content: "・"; }
.contents-summary ul li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 .5em;
}
.contents-summary ul li span { font-weight: 600; }

.bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--blk-rgb), 0.5);
  grid-area: 1 / 1;
  backdrop-filter: blur(3.5px);
}

@media screen and (max-width:840px) {
  .contents-catch {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

@media screen and (max-width:640px) {
  .contents-catch { font-size: calc(38 / 640 * 100vw); }
}

@media screen and (max-width:480px) {
  .contents-summary { font-size: calc(15 / 480 * 100vw); }
}

/*
  Footer
================================================================================ */
.l-footer.pp-section {
  justify-content: center;
  padding: 0;
}
.l-footer.pp-section .contents-area {
  min-width: 100vw;
  height: auto;
  padding: 50px 0;
  background: none;
}