@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1400px) {
	html {
		font-size: 0.7142857143vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 1.3333333333vw;
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
	word-break: break-all;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #fff;
	font-size: 1rem;
	text-align: left;
	background: repeating-linear-gradient(90deg, transparent, transparent 10rem, #1B1B1B 10rem, #1B1B1B calc(10rem + 1px), transparent calc(10rem + 1px), transparent 20rem);
	background-size: 20rem auto;
	background-repeat: repeat;
	background-position: center top;
	background-color: #160B0A;
}

.main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 112rem;
	padding: 0 2rem;
	margin: 0 auto;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

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

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.en {
	font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}
@media screen and (min-width: 769px) and (min-width: 769px) {
	a,
	.fade {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	a:hover,
	.fade:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.wrap {
		width: 100%;
		padding: 0 4rem;
	}
	p,
	th,
	td,
	dt,
	dd,
	li,
	input,
	button,
	textarea {
		font-size: 2.7rem;
	}
}
/* scroll-animation
--------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(3rem);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

/* ---------------------------------------
  main common
-----------------------------------------*/
/*page_ttl*/
#page_ttl {
	min-height: 53.8rem;
	display: flex;
	align-items: center;
	padding-top: 7.2rem;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: calc(50% + 13.8rem) auto;
}
@media screen and (max-width: 768px) {
	#page_ttl {
		min-height: inherit;
		padding-top: 50px;
		background-position: right 50px;
		background-size: 60% auto;
	}
}
#page_ttl::before {
	content: "";
	width: 29.1rem;
	height: 31.8rem;
	background: url(../img/technology/pagettl_bg_ob.png) no-repeat center/contain;
	position: absolute;
	right: 0;
	bottom: -10rem;
}
@media screen and (max-width: 768px) {
	#page_ttl::before {
		right: -4rem;
	}
}
#page_ttl .wrap {
	max-width: 118rem;
	padding: 9.5rem 0;
}
@media screen and (max-width: 768px) {
	#page_ttl .wrap {
		padding: 6rem 4rem;
	}
}
#page_ttl .txt_wrap {
	width: 65rem;
}
@media screen and (max-width: 768px) {
	#page_ttl .txt_wrap {
		width: 100%;
	}
}
#page_ttl .txt_wrap .ttl {
	font-weight: 200;
	font-size: 6.4rem;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
	#page_ttl .txt_wrap .ttl {
		min-height: 23rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}
#page_ttl .txt_wrap .ttl .en {
	display: block;
	color: #c13932;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0;
	margin-top: 0.5rem;
}
#page_ttl .txt_wrap .ttl .en::before {
	content: "";
	display: inline-block;
	vertical-align: -0.1rem;
	width: 0.5rem;
	height: 1.7rem;
	background-color: #c13932;
	transform: skewX(-28deg);
	transform-origin: left bottom;
	margin-right: 1.5rem;
}
#page_ttl .txt_wrap .txt {
	max-width: 47rem;
	margin-top: 3rem;
}
@media screen and (max-width: 768px) {
	#page_ttl .txt_wrap .txt {
		max-width: inherit;
		margin-top: 5rem;
	}
}

/*btn*/
.btn {
	margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
	.btn {
		margin-top: 8rem;
	}
}
.btn a {
	position: relative;
	width: 30rem;
	height: 5.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1rem 6rem;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 100vh;
	transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
	.btn a {
		width: 45rem;
		height: 7.2rem;
		font-size: 2.5rem;
	}
}
.btn a .arw {
	width: 3.2rem;
	height: 3.2rem;
	background: #c13932 url(../img/common/btn_arw_white.svg) no-repeat center/1.5rem auto;
	border-radius: 50%;
	position: absolute;
	right: 1.4rem;
	transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
	.btn a .arw {
		width: 4rem;
		height: 4rem;
	}
}
@media screen and (min-width: 769px) {
	.btn a:hover {
		background-color: #c13932;
		opacity: 1;
	}
	.btn a:hover .arw {
		background: #fff url(../img/common/btn_arw_red.svg) no-repeat center/1.5rem auto;
	}
}
.btn.nob a {
	height: 3.2rem;
	justify-content: flex-start;
	padding: 0 4.2rem 0 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
@media screen and (max-width: 768px) {
	.btn.nob a {
		height: 5.4rem;
		padding: 0 6rem 0 0;
	}
}
.btn.nob a .arw {
	background: #c13932 url(../img/common/btn_arw_white.svg) no-repeat center/1.5rem auto;
	right: 0.5rem;
}
@media screen and (min-width: 769px) {
	.btn.nob a:hover {
		opacity: 1;
	}
	.btn.nob a:hover .arw {
		transform: translateX(1rem);
	}
}

/*sec_ttl*/
.sec_ttl {
	font-weight: 100;
	font-size: 5.6rem;
	line-height: 1.4;
}
.sec_ttl .en {
	display: block;
	color: #c13932;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	margin-top: 0.9rem;
}
.sec_ttl .en::before {
	content: "";
	display: inline-block;
	vertical-align: -0.1rem;
	width: 0.5rem;
	height: 1.7rem;
	background-color: #c13932;
	transform: skewX(-28deg);
	transform-origin: left bottom;
	margin-right: 1.5rem;
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
#header .header_wrap {
	max-width: inherit;
	height: 7.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
@media screen and (max-width: 768px) {
	#header .header_wrap {
		height: 50px;
	}
}
#header .logo {
	/* width: 28.7rem; */
	height: 100%;
}
@media screen and (max-width: 768px) {
	#header .logo {
		position: relative;
		/* width: 180px; */
		height: 50px;
		z-index: 99;
	}
}
#header .logo a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .logo a img {
	/* width: 18.1rem; */
	height: 7.2rem;
	margin-left: 5.76rem;
}
@media screen and (max-width: 768px) {
	#header .logo a img {
		height: 50px;
		margin-left: 40px;
	}
}
@media screen and (max-width: 768px) {
	#header .menu_trigger {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 99;
	}
	#header .menu_trigger span {
		display: block;
		width: 26px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: 0.3s ease;
	}
	#header .menu_trigger span:nth-child(1) {
		top: 14px;
	}
	#header .menu_trigger span:nth-child(2) {
		top: 22px;
	}
	#header .menu_trigger span:nth-child(3) {
		top: 30px;
	}
	#header.navOpen .menu_trigger span:nth-child(1) {
		top: 22px;
		transform: rotate(45deg);
	}
	#header.navOpen .menu_trigger span:nth-child(2) {
		opacity: 0;
	}
	#header.navOpen .menu_trigger span:nth-child(3) {
		top: 22px;
		transform: rotate(-45deg);
	}
	#header.navOpen .menu_trigger .txt::before {
		content: "CLOSE";
	}
}
#header .header_nav {
	height: 100%;
}
@media screen and (max-width: 768px) {
	#header .header_nav {
		display: none;
		width: 100vw;
		height: 100dvh;
		background-color: #000;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: auto;
		z-index: 98;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}
#header .header_nav .inner {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 0 2.7rem;
}
@media screen and (max-width: 768px) {
	#header .header_nav .inner {
		height: auto;
		min-height: 100%;
		display: block;
		padding: calc(50px + 10rem) 10rem 10rem;
	}
}
@media screen and (max-width: 768px) {
	#header .header_nav .logo_mag_turbo {
		width: 58rem;
		margin-right: -3rem;
	}
}
#header .header_nav .gnav {
	display: flex;
	gap: 0 3.6rem;
}
@media screen and (max-width: 768px) {
	#header .header_nav .gnav {
		width: 100%;
		flex-direction: column;
		gap: 0;
		margin-top: 5rem;
	}
}
#header .header_nav .gnav li {
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	#header .header_nav .gnav li {
		font-size: 3.2rem;
	}
}
#header .header_nav .gnav li a {
	display: block;
}
@media screen and (max-width: 768px) {
	#header .header_nav .gnav li a {
		padding: 3rem 0;
		border-bottom: 1px solid #c13932;
	}
}
#header .header_nav .btn_wrap {
	height: 100%;
	display: flex;
}
@media screen and (max-width: 768px) {
	#header .header_nav .btn_wrap {
		width: 100%;
		height: auto;
		flex-direction: column;
		gap: 6rem 0;
		margin-top: 8rem;
	}
}
#header .header_nav .btn_wrap li {
	font-weight: 500;
	clip-path: polygon(4rem 0%, 100% 0%, calc(100% - 4rem) 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
	#header .header_nav .btn_wrap li {
		width: 100%;
		font-size: 3.2rem;
		clip-path: polygon(5rem 0%, 100% 0%, calc(100% - 5rem) 100%, 0% 100%);
	}
}
#header .header_nav .btn_wrap li + li {
	margin-left: -4rem;
}
@media screen and (max-width: 768px) {
	#header .header_nav .btn_wrap li + li {
		margin-left: 0;
	}
}
#header .header_nav .btn_wrap li a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 5.9rem;
}
@media screen and (max-width: 768px) {
	#header .header_nav .btn_wrap li a {
		padding: 3rem 6rem;
	}
}
#header .header_nav .btn_wrap li.contact a {
	background-color: #c13932;
}
#header .header_nav .btn_wrap li.download a {
	background-color: #343434;
}

/* ヘッダーボタンの現在地を示す */
#header .header_nav .gnav li .current-location{
	color:#c13932;
	font-weight:700;
}

/* ---------------------------------------
contact
-----------------------------------------*/
#sec_contact {
	padding: 6.2rem 0 10.9rem;
	background: url(../img/common/contact_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
	#sec_contact {
		background-size: auto 100%;
		background-position: right -24rem top;
	}
}
#sec_contact::before, #sec_contact::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
}
#sec_contact::before {
	width: 40.3rem;
	height: 30.7rem;
	background-image: url(../img/common/contact_bg_ob01.png);
	left: calc(50% - 76rem);
	top: 6.3rem;
}
@media screen and (max-width: 768px) {
	#sec_contact::before {
		left: -12.6rem;
		top: 6rem;
	}
}
#sec_contact::after {
	width: 27.3rem;
	height: 23.4rem;
	background-image: url(../img/common/contact_bg_ob02.png);
	right: calc(50% - 72rem);
	bottom: 0;
}
@media screen and (max-width: 768px) {
	#sec_contact::after {
		right: -6rem;
	}
}
#sec_contact .sec_ttl {
	font-size: 5.6rem;
}
#sec_contact .lead {
	font-size: 1.8rem;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	#sec_contact .lead {
		font-size: 2.7rem;
	}
}
#sec_contact .link_wrap {
	position: relative;
	display: flex;
	margin-top: 4.4rem;
	z-index: 1;
}
#sec_contact .link_wrap .link {
	width: 50%;
}
#sec_contact .link_wrap .link a {
	position: relative;
	display: block;
	width: 100%;
	height: 21.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec_contact .link_wrap .link a::after {
	content: "";
	width: 4.6rem;
	height: 4.6rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 3.5rem;
	bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
	#sec_contact .link_wrap .link a::after {
		right: 1rem;
		bottom: 1rem;
	}
}
#sec_contact .link_wrap .link .ico {
	height: 3.2rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#sec_contact .link_wrap .link .ico {
		height: 3.9rem;
	}
}
#sec_contact .link_wrap .link .txt {
	font-size: 2.4rem;
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	#sec_contact .link_wrap .link .txt {
		font-size: 2.8rem;
	}
}
#sec_contact .link_wrap .link.contact a {
	background-color: #c13932;
}
#sec_contact .link_wrap .link.contact a::after {
	background-image: url(../img/common/ico_arw.svg);
}
#sec_contact .link_wrap .link.contact .ico {
	width: 3.5rem;
}
@media screen and (max-width: 768px) {
	#sec_contact .link_wrap .link.contact .ico {
		width: 4.2rem;
	}
}
#sec_contact .link_wrap .link.download a {
	background-color: rgba(75, 75, 75, 0.92);
}
#sec_contact .link_wrap .link.download a::after {
	background-image: url(../img/common/ico_download.svg);
}
#sec_contact .link_wrap .link.download .ico {
	width: 2.6rem;
}
@media screen and (max-width: 768px) {
	#sec_contact .link_wrap .link.download .ico {
		width: 3.1rem;
	}
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer {
	padding: 3.3rem 0 2.8rem;
	background-color: #fff;
}
#footer .wrap {
	max-width: 124rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#footer .logo {
	width: 18.1rem;
}
@media screen and (max-width: 768px) {
	#footer .logo {
		width: 22.4rem;
	}
}
#footer .logo a {
	display: block;
}
#footer .copyright {
	color: #160B0A;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#footer .copyright {
		font-size: 1.7rem;
	}
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */