@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* TOPオープニングアニメ */
.opening_anime {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  top: 0;
  background-color: white;
}

.op_first {
  display: none;
}

.op_second {
  display: none;
}

.op_catch {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 90px;
  text-align: center;
  line-height: 0.4;
  width: 100%;
  font-weight: 600;
}

.op_main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  text-align: center;
  line-height: 0.4;
  width: 100%;
}

.op_main span {
  font-size: 0.38em;
  line-height: 0;
}

.op_main .op_sub {
  font-size: 0.3em;
  text-align: center;
}

.op_main .op_sub:nth-of-type(1) {
  line-height: 3;
}

.op_main .op_sub span {
  font-size: 0.69em;
}

.op_second .op_main{
  font-size: 120px;
  top: 65%;  
}

/* TOPメインビジュアル */
.top_visual {
  height: 100vh;
}

/* TOPナビ */
.top_content_nav {
  background-color: white;
  width: 100vw;
  padding: 40px 0;
}

.top_nav_list {
  display: flex;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.top_nav_item {
  width: calc(25% - 20px);
  height: 80px;
  margin-left: 20px;
  background-color: blue;
  color: white;
}

.top_nav_item:first-of-type {
  margin-left: 0;
}

.top_nav_item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.top_nav_item a p {
  color: white;

}

/* メインコンテンツ幅 */
#content.l-container {
  width: 100vw;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin: 0;
}

body .-sidebar-off .l-article {
  margin-left: 0;
  margin-right: 0;
  max-width: 100vw;
}

/* TOPコンテンツ */
.top_content {
  width: 100%;
}

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

.top_content_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.top_content.anniversary {}

.top_content.mission {}

.top_content.recruit {
  position: relative;
  border-top: 30px solid red;
}

.top_content.business {}

/* ヘッダー */
.l-header {
  border-top: 20px solid;
  border-image: linear-gradient(to right, #2e35b6, #228d20) 1;
}

header.l-header {
  position: fixed;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
  height: ;
}

.c-gnav>.menu-item {
  font-weight: 700;
  position: relative;
}

.c-gnav>.menu-item::after {
  position: absolute;
  content: "|";
  font-size: 20px;
  right: -3px;
  font-weight: 700;
  top: 51%;
  transform: translateY(-50%);
}

.c-gnav>.menu-item:last-of-type:after {
  content: "";
}

header::after {
  content: "大坪電気株式会社";
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 700;
}

header:hover {
  opacity: 1;
}

/* TOP RECRUIT */
.top_content .recruit_movie {
  width: 100vw;
  background-color: black;
}

.top_content .recruit_movie .video_overlay {
  position: absolute;
  left: 0;
  width: 100vw;
  height: calc(100% - 340px);
  top: 0;
  background-color: #193294;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.recruit>img {
  height: 340px;
  object-fit: cover;
}

.top_content .recruit_movie.active {
  padding: 100px 240px;
  height: 100vh;
}

.top_content .recruit_movie.active .video_overlay {
  opacity: 0;
}

.recruit_movie video {
  width: 100%;
  vertical-align: top;
}

.recruit .top_content_container {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

.recruit .top_content_container.active {
  display: none;
}

.recruit .content_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.top_content .content_logo {
  width: 15%;
}

.top_content .content_title {
  font-size: 64px;
  color: white;
}

.recruit .sub_sentence {
  font-size: 64px;
  color: white;
  line-height: 1.5;
}

.recruit .main_sentence {
  position: relative;
  font-size: 180px;
  color: white;
  line-height: 1;
}

.recruit .mv_button_container {
  display: flex;
  justify-content: space-between;
}

/* 再生ボタンの形 */
.video_button {
  content: "";
  position: relative;
  border: 3px solid white;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.btn_delta {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: 60%;
  width: calc(tan(60deg) * 60% / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.recruit .video_button {
  width: 180px;
  height: 180px;
}

footer {
  display: none;
}