@charset "utf-8";
/*----------------------------------------------
	.l_all
---------------------------------------------*/
.l_all {
	overflow: hidden;
}
/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 1260px;
	margin: auto;
}
.l_wrap_sm {
	width: 860px;
	margin: auto;
}
@media screen and (max-width: 1280px) {
	.l_wrap {
		width: 95%;
	}
}
@media screen and (max-width: 960px) {
	.l_wrap_sm {
		width: 95%;
	}
}
/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}
@media (max-width: 960px) {
	.l_header {
		height: 60px;
	}
}
@media (max-width: 768px) {
	.l_header {
		height: 50px;
	}
}
/*  .l_logo
---------------------------------------------*/
.l_logo {
	width: 20%;
	max-width: 240px;
	line-height: 1em;
}
.l_logo a {
	display: block;
}
.l_logo svg {
	width: 100%;
}
@media (max-width: 640px) {
	.l_logo {
		width: 40%;
	}
}

/*  .l_nav
---------------------------------------------*/
.l_nav {
	font-size: 0.75em;
}
.l_nav_list {
	display: flex;
}
.l_nav_list > li {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.l_nav_list a {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--bk-color);
	font-weight: 900;
	transition: 0.3s;
}
.l_nav_list a:hover {
	color: var(--key-color);
}
.l_nav_list a.is_contact {
	padding: 1.4em;
	background: var(--key-color);
	color: #fff;
}
.l_nav_list a.is_contact:hover {
	animation: nav_shine 1s backwards;
}
.l_nav_list a.is_contact .c_btn_arrow {
	width: 24px;
	height: 24px;
	background: #fff;
	transition: 0.3s;
}
.l_nav_list a.is_contact .c_btn_arrow::before,
.l_nav_list a.is_contact .c_btn_arrow::after {
	width: 7px;
	height: 2px;
	background: var(--key-color);
}
.l_nav_list a.is_contact .c_btn_arrow::before {
	right: 4px;
}
.l_nav_list a.is_contact .c_btn_arrow::after {
	left: 4px;
}
.l_nav_list a.is_contact:hover .c_btn_arrow {
	transform: translateY(10%);
}
.menu-checkbox {
	display: none;
}
@media (max-width: 1280px) {
	.l_nav_list > li {
		margin-left: 20px;
	}
}
@media (max-width: 960px) {
	.l_nav {
		font-size: 1.25em;
	}
	.l_nav_list {
		flex-direction: column;
	}
	.l_nav_list > li {
		margin-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
	}
	.l_nav_list a {
		justify-content: center;
		width: 100%;
		padding: 0.5em;
		color: #fff;
	}
	.l_nav_list a:hover {
		color: #fff;
	}
	.l_nav_list a.is_contact {
		padding: 0.5em;
	}

	.drawer-menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		transform: translateX(100%);
		transition: all 0.5s ease-in-out 0s;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 20;
	}

	.drawer-menu-list {
		margin-top: 100px;
	}

	.drawer-menu-item-link {
		display: block;
		text-align: center;
		color: #fff;
	}

	.menu-checkbox:checked ~ .drawer-menu {
		transform: translateX(0);
	}

	.drawer-icon {
		cursor: pointer;
		position: fixed;
		top: 28px;
		right: 50px;
		justify-content: center;
		align-items: center;
		z-index: 30;
		background-color: #fff;
	}

	.drawer-icon span,
	.drawer-icon span:before,
	.drawer-icon span:after {
		content: "";
		display: block;
		height: 4px;
		width: 40px;
		border-radius: 2px;
		background-color: #000;
		position: absolute;
		transition: all 0.5s ease-in-out 0s;
	}

	.drawer-icon span::before {
		bottom: 10px;
	}

	.drawer-icon span::after {
		top: 10px;
	}

	.menu-checkbox:checked ~ .drawer-icon span {
		background-color: rgba(255, 255, 255, 0);
	}

	.menu-checkbox:checked ~ .drawer-icon span::before {
		bottom: 0;
		transform: rotate(-45deg);
		background-color: #fff;
	}

	.menu-checkbox:checked ~ .drawer-icon span::after {
		top: 0;
		transform: rotate(45deg);
		background-color: #fff;
	}

	.menu-background {
		display: none;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0;
		transition: all 0.5s ease-in-out 0s;
	}

	.menu-checkbox:checked ~ .menu-background {
		display: block;
		opacity: 0.3;
	}
}
@media (max-width: 768px) {
	.drawer-icon {
		top: 24px;
	}
}
@media (max-width: 640px) {
	.drawer-menu-list {
		margin-top: 50px;
	}
}
/*----------------------------------------------
	.l_page_head
---------------------------------------------*/
.l_page_head {
	position: relative;
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
.l_page_head::before,
.l_page_head::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.l_page_head::before {
	z-index: -2;
	background: url(../images/sol_robot_head_bg.jpg) no-repeat center 0 / cover;
}
.l_page_head::after {
	z-index: -1;
	background: var(--base-color);
	mix-blend-mode: soft-light;
	backdrop-filter: blur(10px);
}
@media (max-width: 640px) {
	.l_page_head {
		padding: 40px 0;
	}
}
/*----------------------------------------------
	.l_pagetop　必要なら復活
---------------------------------------------*/
/* .l_pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.l_pagetop a {
    display: block;
    background: #fff;
    padding: .7em .7em .5em;
    font-size: 1.4rem;
    color: #222;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    transition: all .2s ease;
}
.l_pagetop a:hover {
    color: #222;
    opacity: .5;
}
@media (max-width: 1280px) {
    .l_pagetop a  {
      font-size: calc(14px + ((1vw - 12.6px)*(16/10)));
    }
}
@media (max-width: 768px) {
    .l_pagetop {
        position: static;
    }
    .l_pagetop a {
        background: #222;
        border-bottom: 1px solid #000;
        padding: 1em;
        font-size: 1.2rem;
        color: #fff;
    }
    .l_pagetop a:hover {
        color: #fff;
    }
} */
/*----------------------------------------------
	.l_footer
---------------------------------------------*/
.l_footer {
	background-color: #000;
	padding: 60px 0 30px;
	color: #fff;
	text-align: center;
}
.l_f_logo img {
	width: 20%;
	max-width: 240px;
}
.l_f_link {
	margin-bottom: 60px;
}
.l_f_link a {
	color: #fff;
	font-size: 0.75em;
	text-decoration: underline;
}
.l_f_link a:hover {
	text-decoration: none;
}
/*  .l_copyright
---------------------------------------------*/
.l_copyright {
	font-size: 0.58em;
}
@media (max-width: 640px) {
	.l_footer {
		padding: 40px 0 20px;
	}
	.l_f_logo img {
		width: 40%;
	}
	.l_f_link {
		margin-bottom: 40px;
	}
}
