@charset "utf-8";
/* =================================== */

/*
/*     Name: about CSS
/*    Description: lyout Settings
/*
/*    Create: 181216
/*    last update: 181216
/*
/* =================================== */

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

article page  /feature/...php

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

/*
hero_wrap  [
----------------------------------------------------------- */
.feature-page.bg_theme-bk {
    background-color: #1C1C1E !important;
}
.feature-page #contents {
    background-color: #1C1C1E !important;
}
.feature-page .hero_wrap {
    text-align: left;
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
    max-height: 1000px;
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: transparent;
}

.feature-page .hero__valign {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #fff;
    padding: 0 10% 0;
    position: relative;
    z-index: 2;
}
.feature-page .hero__valign .kv_center {
    display: block;
    max-width: 1380px;
    margin: 0 auto 0;
    text-align: left;
    width: auto;
    position: relative;
}
.feature-page .hero_wrap p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 0.12em;
}
.feature-page .bg_wh hr {
    border-color: #C7C7C7;
    margin: 60px 0 60px;
}

.feature-page hr {
    border-color: #707070;
    margin: 20px 0 20px;
}

.comp__f-page .fcbk p {
    color: #222 !important;
}

.comp__f-page p {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #fff;
	line-height: 1.6;
}
.comp__f-page p + p {
    padding-top: 2em;
}
.comp__f-page p + h2 {
    padding-top: 2em;
}
.comp__f-page p + h3 {
    padding-top: 2em;
}
.comp__f-page p + h4 {
    padding-top: 2em;
}

.wrap_whatis-aq {
    background-image: url(../images/feature/aq/bg_aq.jpg);
    background-repeat: no-repeat;
    background-position: center right;
	position: relative;
	background-color: #000;
}
.wrap_whatis-aq::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.7;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.wrap_whatis-aq .content--basic-padding {
    z-index: 1;
    position: relative;
}
.col-whatis {
    padding: 150px 0 150px !important;
    position: relative;
    z-index: 0;
    z-index: 5;
}
.wrap_whatis-mm {
    background-image: url(../images/feature/mehcanical/bg_mecha.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}
.wrap_whatis-mm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(270deg, rgba(255, 255, 255,1 )50%, rgb(255, 255, 255,0));
    top: 0;
    left: 0;
    z-index: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.comp_f_history {
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}
.comp_f_history::before {
    content: "";
    position: absolute;
    left: 82px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #7A7A7A;
	
}
.bg_wh .comp_f_history::before {
    background-color: #cfcfcf;
	
}
.comp_f_history dl {
    display: -ms-flexbox;
    display: flex;
	    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    align-items: center;
	margin-bottom: 30px;
}
.comp_f_history dt {
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 30px;
    width: 90px;
	flex-basis: 90px;
    position: relative;
    font-family: 'Ubuntu',-apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, Arial, sans-serif;
}
.comp_f_history dt::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 7px;
}
.bg_wh .comp_f_history dt::after {
    background-color: #1C1C1E;
}
.comp_f_history dd {
	flex-basis: calc( 100% - 120px);
}
.comp_f_history dd ul {
	    display: -ms-flexbox;
    display: flex;
	    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.comp_f_history dd ul li:first-child {
	width: 110px;
	margin-right: 15px;
}
.comp_f_history dd ul li:last-child {
	font-size: 1.6rem;
	    width: calc( 100% - 110px);
}
.comp_f_history dd ul li:last-child a {
    font-size: 2.0rem;
    text-decoration: underline;
    font-weight: 500;
    margin-right: 10px;
    font-family: 'Ubuntu',-apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, Arial, sans-serif;
}
.comp_f_history dd strong {
	font-size: 2.0rem;
	font-weight: 700;
}
.ovetlap_txt {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
	z-index: 3;
    width: 70vw;
	
}
.feature_m {
    overflow: hidden;
    height: 600px;
    width: 100%;
    position: relative;
    display: block !important;
}

#movie2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000000 !important;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
    animation-duration: 1s;
    animation-fill-mode: both;
}
#movie2 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    margin-top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
    -webkit-transform: translate3d(0, 0, -1);
    transform: translate3d(0, 0, -1);
    opacity: 0.9;
}
#contents #movie2 video {
	    max-width: inherit;
}
.number {
	width: 40px;
	height: 40px;
    background-color: #B19B61;
    font-size: 2.0rem;
	line-height: 40px;
	text-align: center;
    font-family: 'Ubuntu',-apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
	display: block;
	    
}
.number.first {
	display: inline-block;
	    position: absolute;
    left: 0;
}
.comp_lineup_ma hr {
	    margin: 40px 0 40px;
}
.comp_lineup_ma .tab {
    margin: 0 0 20px;
    padding-top: 30px;
}
.tab li:last-child {
    padding-right: 0;
}
.comp_lineup_ma .tab li a.active {
    color: #B19B61;
    border-top: 1px solid #B19B61;
    padding-top: 15px;
}
.comp_lineup_ma .tab li a.active::after {
       content: "";
width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b19b61;
    display:block;
    margin:10px auto 0;  
}
.comp_lineup_ma .tab li a {
    font-family: 'Ubuntu',-apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, Arial, sans-serif;
    font-weight: 500;
    color: #666;
    border-top: 1px solid #666;
    padding-top: 15px;
	display: block;
}
.comp_lineup_ma .tab li a:hover {
    color: #b19b61;
    border-top: 1px solid #b19b61;
    padding-top: 15px;
}
.comp_lineup_ma .tab li a:hover::after {
       content: "";
width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #b19b61;
    display:block;
    margin:10px auto 0;  
}
.pa_video {
	    position: relative;
}
.pa_video img {
    position: absolute;
    top: 0;
	left: 0;
}
.comp_lineup a {
	display: block;
}
.comp_lineup a figure span {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.comp_lineup a:hover figure span {
    display: block;
}
.comp_lineup a:hover p {
	color: #ccc;
}
.comp_lineup a:hover .gold.btn span {
    background-color: #89774a;
    border: 1px solid #89774a !important;
}
.comp_lineup a figure span img {
    opacity: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 99;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    animation-duration: 1s;
    animation-fill-mode: both;
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.comp_lineup a:hover figure span img {
    -webkit-animation-name: fadeInbnr;
    animation-name: fadeInbnr;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}
@media screen and (max-width: 991px) {
.wrap_whatis-aq::after {
    background-color: #000000 !important;
}
	.wrap_whatis-mm::after {
    background-color: #fff !important;
		opacity: 0.9;
	}
.feature_m {
    height: 500px;
}
.feature-page .kv_center {
    width: auto;
    padding: 0;
}

.comp__about-page .col-12 + .col-12 {
    padding-top: 30px;
}
.comp__f-page p {
    font-size: 1.4rem;
}

}

@media screen and (max-width: 768px) {
.comp_f_history dl {
    display: block;
}
.comp_f_history dt {
    margin-right: 0;
    padding-left: 30px;
    width: 100%;
	    margin-bottom: 5px;
}
.comp_f_history dt::after {
    content: "";
    right: auto;
    top: 7px;
    left: 0;
}
.comp_f_history::before {
    left: 7px;
}
.comp_f_history dd {
        padding-left: 30px;
}
.comp_f_history dd ul li:last-child {
    width: 80%;
}
.comp_f_history dd ul li:first-child {
    width: 90px;
    margin-right: 15px;
    width: 20%;
}
.comp_f_history dd strong {
    font-size: 1.6rem;
}
.comp_f_history dd ul li:last-child a {
    font-size: 1.6rem;
}
.col-whatis {
    padding: 50px 0 50px !important;
}
}

@media screen and (max-width: 576px) {
.feature_m {
    height: 400px;
}
.comp_lineup img {
	width: 60%;
}
}
