@charset "UTF-8";
/* CSS Document */

/* ------------------------
MAIN VISUAL
------------------------ */

#sec_mainvisual.section_wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: linear-gradient(to right, #fff 0%, #fff 25%, #000 25%, #000 100%);
}
#sec_mainvisual.section_wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80%;
	height: 90vh;
	max-width: 1560px;
	max-height: 940px;
	aspect-ratio: 300 / 596;
	background: url("../img/mainvisual_01_sp.png") no-repeat left top/cover;
}
.catch_copy {
	margin: 0 30px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	z-index: 1;
}
.catch_copy .catch_main {
	font-size: 3.8rem;
	line-height: 1.4;
}
.catch_copy .catch_sub {
	margin-top: 5px;
	font-size: 1.9rem;
	line-height: 1.6;
}

.box_scroll-down {
    position: absolute;
    bottom: 100px;
    left: -50px;
    transform: rotate(270deg);
    mix-blend-mode: difference;
}
.scroll-down {
    position: relative;
    width: 185px;
    cursor: pointer;
}
.scroll-down .txt {
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}
.scroll-down .line {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 1px;
    margin: auto;
}
.scroll-down .line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: #fff;
    animation-name: scrollLine;
    animation-duration: 3.2s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-iteration-count: infinite;
}
@keyframes scrollLine {
	0%{transform:translateX(100%)}
	5%{transform:translateX(100%)}
	45%{transform:translateX(0)}
	55%{transform:translateX(0)}
	95%{transform:translateX(-100%)}
	100%{transform:translateX(-100%)}
}

@media print, screen and (min-width: 768px) {

    .catch_copy .catch_main {
        font-size: 6.7rem;
        line-height: 1.4;
    }
    .catch_copy .catch_sub {
        margin-top: 10px;
        font-size: 3.6rem;
        line-height: 1.6;
    }
	
}

@media print, screen and (min-width: 1025px) {
	
    #sec_mainvisual.section_wrapper {
    }
    #sec_mainvisual.section_wrapper::before {
        width: 80%;
		aspect-ratio: 1560 / 940;
        background: url("../img/mainvisual_01_pc.png") no-repeat left top/cover;
    }
    .catch_copy {
        margin: 0 6% 0 0;
    }
	
    .box_scroll-down {
        bottom: 100px;
        left: 5%;
    }
    .scroll-down {
        width: 210px;
    }
    .scroll-down .txt {
        font-size: 16px;
    }
    .scroll-down .line {
        width: 140px;
    }
}

@media print, screen and (min-width: 1366px) {
	
    .catch_copy br {
        display: none;
    }
}

/* ------------------------
ABOUT
------------------------ */

#sec_about.section_wrapper {
	padding: 40px 0 0;
}

.block_about {
	padding: 0 20px;
}

.block_about_photos > picture {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

.block_about.bg_color_black {
	padding: 0 20px 40px;
	color: #fff;
	background-color: #000;
}

.block_about.bg_color_black .subject_title {
	padding: 50px 0 0;
	color: #fff;
	text-align: center;
}
.block_about.bg_color_black .subject_title::before {
	content: "";
	position: relative;
	top: -20px;
	display: block;
	width: 1px;
	height: 60px;
	margin: auto;
	background: #fff;
}

.compatible_list {
	
}
.compatible_list > li {
	margin: 20px 0 0;
	padding: 20px 20px;
	line-height: 1.8;
	box-shadow:  10px 10px 10px 0px rgba(0,0,0,0.2);
	background-image: linear-gradient(to bottom right, #1b1b1b, #4b4b4b);
}
.compatible_list > li .compatible_type {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #595959;
}
.compatible_list > li .compatible_detail {
	
}

@media print, screen and (min-width: 1025px) {
	
    #sec_about.section_wrapper {
        padding: 200px 0 0;
    }
	.block_about {
		padding: 0;
    }
    #sec_about .sec_title .en_title {
        font-size: 11.2rem;
    }
	
	.block_about_photos {
        padding: 0 60px;
		background-image: linear-gradient(#fff 50%, #000 50%);
	}
	.block_about_photos > picture {
        max-width: 1800px;
    }
	
    .block_about.bg_color_black {
        padding: 0 0 100px;
    }
    .block_about.bg_color_black .subject_title {
        padding: 80px 0 0;
    }
   .block_about.bg_color_black .subject_title::before {
        top: -30px;
        height: 80px;
    }

    .compatible_list {
        max-width: 1040px;
		margin: 0 auto;
    }
    .compatible_list > li {
        margin: 20px 0 0;
        padding: 30px 40px;
    }
    .compatible_list > li .compatible_type {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 2.0rem;
    }
    .compatible_list > li .compatible_detail {
		font-size: 1.6rem;
    }

}

/* ------------------------
EQUIPMENT
------------------------ */

#sec_equipment.section_wrapper {
	padding: 60px 0 0;
}
.block_equipment {
	width: 100%;
	margin: 0 auto;
}

.equipment_features_wrapper {
	
}
.bg_shape_triangle {
	position: relative;
	margin: 0 auto 80px;
}
.bg_shape_triangle::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
	height: 100%;
    background-color: #e5f5fd;
    transform: skewY(-30deg) translateY(93%);
    z-index: -1;
}
.equipment_features {
	margin: 0 0 40px;
}
.equipment_features_photo {
	max-width: 640px;
	margin: 0 15% 20px 0;
}
.equipment_features_photo img {
	max-width: 640px;
	box-shadow:  10px 10px 20px 0px rgba(0,0,0,0.2);
}
#equipment_feature_02 .equipment_features_photo img {
	width: 59%;
	max-width: 320px;
}
#equipment_feature_02 .equipment_features_photo .equipment_02_2 img {
	position: relative;
	margin: -35% 0 0 auto;
	z-index: -1;
}
.equipment_features_detail {
	margin: 0 20px;
}
.equipment_features_detail > dt {
	margin: 0 0 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 3.2rem;
}
.equipment_features_detail > dd {
	line-height: 1.8;
}

.bg_color_blue {
	background-color: #e5f5fd;
	padding: 0 20px 20px;
}
.equipment_list_wrapper {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 0 20px;
	overflow-x: scroll;
	scrollbar-width: thin;
	scrollbar-color: #00a0e9 #ccc;
}
.equipment_list_wrapper::-webkit-scrollbar {
	height: 10px;
}
.equipment_list_wrapper::-webkit-scrollbar-track {
	background-color: #ccc ;
	border-radius: 5px;
}
.equipment_list_wrapper::-webkit-scrollbar-thumb {
	background-color: #00a0e9 ;
	border-radius: 5px;
}

.equipment_list {
	width: 1040px;
	border-top: 1px solid #95cfe9;
}
.equipment_list th,
.equipment_list td {
	padding: 10px 1em 10px 0;
	font-size: 1.4rem;
	text-align: left;
	border-bottom: 1px solid #95cfe9;
}
.equipment_list th {
	font-weight: bold;
}
.equipment_list td {
}
.equipment_list th:first-of-type,
.equipment_list td:first-of-type {
	width: 14em;
}
.equipment_list th:nth-of-type(5),
.equipment_list td:nth-of-type(5) {
	text-align: center;
}
.equipment_list td:last-of-type {
	font-size: 1.2rem;
}


@media print, screen and (min-width: 1025px) {
	
    #sec_equipment.section_wrapper {
        padding: 160px 0 0;
    }
    .equipment_features_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: 1500px;
		margin: auto;
    }
    .bg_shape_triangle::before {
        transform: skewY(-15deg) translateY(85%);
    }

	#equipment_feature_01.equipment_features {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0 auto 110px;
	}
 	#equipment_feature_02.equipment_features,
	#equipment_feature_03.equipment_features {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 1024px;
		margin: 0 auto 80px;
	}
	.equipment_features_photo {
		margin: 0;
	}
    .equipment_features_photo img {
        max-width: none;
    }
	#equipment_feature_01 .equipment_features_photo {
		width: 62%;
	}
 	#equipment_feature_02 .equipment_features_photo,
	#equipment_feature_03 .equipment_features_photo {
		order: 2;
		width: 480px;
	}
    .equipment_features_detail > dt {
        margin: 0 0 20px;
        font-size: 6.4rem;
    }
    .equipment_features_detail > dd {
        font-size: 1.6rem;
    }
	#equipment_feature_01 .equipment_features_detail {
		width: 38%;
		margin: 0 20px 0 80px;
	}
	#equipment_feature_02 .equipment_features_detail,
	#equipment_feature_03 .equipment_features_detail{
		order: 1;
		width: calc(100% - 480px);
		margin: 0 80px 0 0;
	}

	.equipment_list_wrapper {
        max-width: 1040px;
		margin: 0 auto 80px;
		padding: 0;
		overflow-x: auto;
    }

}

/* ------------------------
WORKS
------------------------ */

#sec_works.section_wrapper {
	margin: 0 auto 20px;
	padding: 60px 0 40px;
	color: #fff;
	background-color: #000;
	background-image: url("../img/works_01_pc.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.block_works {
	padding: 0 20px;
}
#sec_works .sec_title .en_title {
	color: #fff;
}
.works_list {
	
}
.works_list > li {
	margin: 20px 0 0;
	padding: 20px 20px;
	line-height: 1.8;
	box-shadow:  10px 10px 10px 0px rgba(0,0,0,0.2);
	background-image: linear-gradient(to bottom right, #1b1b1b, #4b4b4b);
}
.works_list > li .works_type {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #595959;
}
.works_list > li .works_detail {
	
}
.works_list + .explain {
	margin: 30px auto 0;
}


@media print, screen and (min-width: 1025px) {
	
	#sec_works.section_wrapper {
		margin: 0 auto 100px;
		padding: 120px 0 120px;
	}
	.block_works {
		padding: 0;
    }
    .works_list {
        max-width: 1040px;
		margin: 0 auto;
    }
    .works_list > li {
        margin: 20px 0 0;
        padding: 30px 40px;
    }
    .works_list > li .works_type {
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 2.0rem;
    }
    .works_list > li .works_detail {
		font-size: 1.6rem;
    }
	.works_list + .explain {
        margin: 70px auto 0;
        text-align: center;
    }


}

/* ------------------------
TECHNOLOGY & QUALITY 
------------------------ */

#sec_tq .sec_title .en_title {
	letter-spacing: 0.1em;
}
.block_tq_wrapper {
	margin: 40px 10px 0;
	padding: 30px 20px 0;
	background-image: linear-gradient(#000 0%, #000 30%, #fff 30%, #fff 100%);
}
.tq_expalin {
	color: #fff;
}
.tq_expalin dt {
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}
.tq_expalin dd {
	
}

.tq_features {

}
.tq_features > li {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	aspect-ratio: 27 / 34;
	margin: 30px 0 0;
	padding: 20px;
	color: #fff;
	box-shadow:  0px 0px 20px 0px rgba(0,0,0,0.4);
	background-color: #666;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tq_features > li#tq_features_01 {
	background-image: url("../img/tq_01_sp.png");
}
.tq_features > li#tq_features_02 {
	background-image: url("../img/tq_02_sp.png");
}
.tq_features > li#tq_features_03 {
	background-image: url("../img/tq_03_sp.png");
}
.tq_features > li#tq_features_04 {
	background-image: url("../img/tq_04_sp.png");
}
.tq_features > li#tq_features_05 {
	background-image: url("../img/tq_05_sp.png");
}
.tq_features > li#tq_features_06 {
	background-image: url("../img/tq_06_sp.png");
}
.tq_features .tq_features_title {
	padding-left: 15px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.0;
	border-left: 1px solid #fff;
	text-shadow:  0px 0px 5px #000;
}
.tq_features .tq_features_title .number {
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 3.7rem;
	font-weight: 500;
}
.tq_features .tq_features_txt {
	font-size: 1.4rem;
}

@media print, screen and (min-width: 1025px) {
	
    .block_tq_wrapper {
        margin: 100px 30px 0;
        padding: 100px 0 0;
        background-image: linear-gradient(#000 0%, #000 60%, #fff 40%, #fff 100%);
    }
    .tq_expalin {
		display: flex;
		align-items: center;
		width: 840px;
		margin: auto;
    }
    .tq_expalin dt {
		width: 25%;
		margin: 0;
        font-size: 6.0rem;
		line-height: 1.0;
		text-align: left;
    }
    .tq_expalin dd {
		width: 75%;
        font-size: 1.6rem;
    }
	
    .tq_features {
		display: flex;
		justify-content: center;
		align-items: flex-start;
        margin: 100px 0 0;
        padding: 0;
    }
    .tq_features > li {
		width: 30%;
        margin: 0 1%;
        padding: 30px 30px;
    }
	
    .tq_features .tq_features_title {
        padding-left: 20px;
        font-size: 3.0rem;
    }
    .tq_features .tq_features_title .number {
        margin-bottom: 15px;
        font-size: 5.2rem;
    }
    .tq_features .tq_features_txt {
    }
	
}

@media print, screen and (min-width: 1920px) {
	
    .tq_features > li {
		width: 540px;
        margin: 0 20px;
        padding: 40px 30px;
    }
    .tq_features .tq_features_title {
        padding-left: 25px;
        font-size: 4.2rem;
    }
    .tq_features .tq_features_title .number {
        margin-bottom: 15px;
        font-size: 6.0rem;
    }
    .tq_features .tq_features_txt {
        font-size: 1.6rem;
    }

}

/* ------------------------
COMPANY
------------------------ */

.block_company {
	padding: 0 20px;
}
.block_company_outline_wrapper {
}
.sec_second_title {
	margin: 0 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.block_company_outline {
}

.block_company_history {
	margin: 40px 0 0;
}

.company_detail {
	border-top: 1px solid #d9d9d9;
}
.company_detail > li {
	display: flex;
	padding: 1.0em 0;
	border-bottom: 1px solid #d9d9d9;
}
.company_detail > li p:first-of-type {
	width: 6em;
	font-weight: bold;
}
.company_detail > li p:nth-of-type(2) {
	width: calc(100% - 6em);
}

.block_company_history .company_detail > li {
	flex-wrap: wrap;
}
.block_company_history .company_detail > li p:first-of-type {
	width: 100%;
}
.block_company_history .company_detail > li p:nth-of-type(2) {
	width: 100%;
	margin-top: 5px;
}


@media print, screen and (min-width: 1025px) {
	
    .block_company_outline_wrapper {
        display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		max-width: 960px;
		margin: auto;
    }
    .sec_second_title {
        margin: 0 0 40px;
        font-size: 2.8rem;
    }

    .block_company_outline {
        width: 420px;
    }

    .block_company_history {
        width: 480px;
		margin: 0;
    }

}


/* ------------------------
ACCESS
------------------------ */

#sec_access {
}

.access_map {
	width: 100%;
	height: 400px;
}

.access_detail {
	margin: 30px 20px 0;
}
.access_detail > dt {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
}
.access_detail > dd > ul > li {
	display: flex;
	padding: 5px 0;
}
.access_detail > dd > ul > li p:first-of-type {
	width: 5em;
	font-weight: bold;
}
.access_detail > dd > ul > li p:nth-of-type(2) {
	width: calc(100% - 5em);
}

@media print, screen and (min-width: 1025px) {
	
	.block_access {
		width: 960px;
		margin: auto;
	}
	
	.access_map {
		height: 600px;
	}
	.access_detail {
		margin: 30px 0 0;
	}

}
