@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	line-height: 1.7;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #ffd700;
	transition: .4s;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 90px 0 110px;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 45px 0 60px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
.fbold {
	font-size: 110%;
	letter-spacing: 0.14em;
	margin-left: 2px;
	margin-right: 2px;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.25;
	color: #333;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(1.6rem, 1.06rem + 1.92vw, 2.5rem);
	margin-bottom: 10px;
}
.maintitle .sf {
	font-weight: 500;
	font-size: 65%;
}
.mleft {
	text-align: left;
}
.mleft.maintitle .sf {
	margin-left: 2.5px;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 45px;
	}
}
@media (max-width: 550px) {
	.maintitle {
		line-height: 1.1;
		margin-bottom: 30px;
	}
	.maintitle .sf {
		font-size: 58%;
	}
}
/*見出し02*/
.mtitle {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 0.775rem + 1.2vw, 1.45rem);
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.mtitle span {
	font-size: 75%;
	color: #333;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 550px) {
	.mtitle {
		margin-bottom: 7px;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: clamp(1rem, 0.625rem + 1.2vw, 1.3rem);
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 3px;
	color: #333;
	font-weight: 500;
	line-height: 1.55;
}
.stitle span {
	font-size: 72%;
	color: #ffd700;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-right: 10px;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 13px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 12px;
	transition: .4s;
	display: inline-block;
	width: 300px;
	text-align: center;
	border: 1px solid #333;
	color: #333;
	background: transparent;
	z-index: 1;
	overflow: hidden;
	font-size: 100%;
}
.mainbtn a:hover {
	color: #fff;
	background: #333;
	transition: .4s;
}
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .7em;
	transition: .1s;
}
@media (max-width: 550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 245px;
		padding: 6px;
	}
}
@media (max-width: 290px) {
	.mainbtn a {
		width: 90%;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aic {
	align-items: center;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 7.5px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 87%;
	max-width: 1200px;
	margin: 0 auto;
}
.toppage .inner {
	max-width: 1800px;
}
.w65 {
	width: 65%;
}
.w50 {
	width: 50%;
}
.w48 {
	width: 48%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.half::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ffd700;
	z-index: -15;
	opacity: 0.8;
}
.half_t::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #ffd700;
	z-index: -15;
	opacity: 0.8;
}
.bg_yellow::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 85%;
	background-color: #ffd700;
	z-index: -15;
	opacity: 0.8;
}
@media (max-width: 1445px) {
	.bg_yellow::before {
		width: 97%;
		height: 90%;
	}
}
@media (max-width: 750px) {
	.bg_yellow::before {
		top: auto;
		left: auto;
		transform: translate(0, 0);
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80%;
	}
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header {
	padding: 7px 5px 10px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	width: 96%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title {
	transition: 0.4s;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 255px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	margin-right: 45px;
	position: relative;
}
.header ul li:last-child {
	margin-right: 0;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding-top: 3px;
	line-height: 1.7;
	font-size: 0.8rem;
	color: #333;
	text-shadow: none;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 127%;
}
.hnav {
	width: fit-content;
	display: flex;
	align-items: center;
	margin-left: auto;
}
.header_item {
	display: flex;
	align-items: center;
	margin-left: 30px;
	margin-left: auto;
	width: fit-content;
}
.tel {
	font-size: 1.63rem;
	line-height: 1.3;
	transition: .3s;
}
.tel:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
/* header mainbtn */
.header_item .mainbtn a {
	padding: 4px;
	width: 220px;
	font-size: 0.8rem;
}
.header_item .mainbtn {
	margin: 0 5px 5px;
}
.header_item .mainbtn a:after {
	content: none;
}
.btnblack.mainbtn a {
	background: #111;
	color: #fff;
}
.btnblack.mainbtn a:hover {
	background: #fff !important;
	color: #111 !important;
}
.btnyellow.mainbtn a {
	background: #ffd700;
	color: #333;
}
.btnyellow.mainbtn a:hover {
	background: #fff !important;
	color: #333 !important;
}
.bibtn a {
	font-size: 130% !important;
}
.bribtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 49px;
}
.bribtn a i {
	margin-right: 5px;
}
/*dropdown*/
.peventsnone {
	cursor: pointer;
	pointer-events: none;
}
.dropdown_lists {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	width: 100%;
	position: absolute;
	top: 7px;
	left: 0;
	padding-top: 55px;
}
.gnavi_list:hover .dropdown_lists {
	visibility: visible;
	opacity: 1;
}
.dropdown_list {
	background-color: #ffd700;
	border-bottom: 1px solid #333;
	transition: all .3s;
	width: 165px !important;
	padding: 7px 0 10px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-bottom: 0;
}
.dropdown_list:last-child {
	border-bottom: none;
}
.dropdown_list a {
	color: #333 !important;
	text-decoration: none;
	position: relative;
	font-size: 0.78rem !important;
}
/* ハンバーガーメニュー */
.mobile_menu {
	display: none;
}
/* ハンバーガーメニュー ボタン */
#toggle {
	position: fixed;
	top: 20px;
	right: 30px;
}
#toggle-box {
	position: relative;
	width: 29px;
	height: 19px;
	cursor: pointer;
}
#toggle:before {
	content: "";
	background: #ffd700;
	width: 57px;
	height: 47px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
}
#toggle-box > span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #000;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}
#toggle-box > span:nth-child(1) {
	top: 0;
}
#toggle-box > span:nth-child(2) {
	top: 50%;
	transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
	bottom: 0;
}
#toggle {
	z-index: 1000;
}
/* ハンバーガーメニュークリック ボタン */
.is-open {
	overflow: hidden;
}
.is-open #toggle-box > span {
	/*background: #fff;*/
}
.is-open #toggle-box > span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
	width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg) translatey(-50%);
}
.is-open #nav-content {
	z-index: 999;
	transform: translateX(0);
}
/* ハンバーガーメニュークリック page_container */
#page_container {
	position: relative;
	transition: 0.4s;
}
.open {
	transform: translateX(-150px);
}
.open_title {
	transition: 0.6s;
	transform: translateX(-200px);
}
.open::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	z-index: 130;
	opacity: 0.65;
}
/* ハンバーガーメニュー nav-content */
#nav-content {
	z-index: 900;
	overflow: auto;
	width: 50%;
	height: 100%;
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	transform: translateX(100%);
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-content nav {
	height: fit-content;
	position: relative;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0 30px;
}
#nav-content ul {
	list-style: none;
	text-align: left;
	margin-bottom: 17px;
}
#nav-content li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	transition: opacity .6s ease;
	font-size: 0.95rem;
	line-height: 1.65;
}
#nav-content li a span {
	font-size: 80%;
	position: relative;
	padding-left: 30px;
}
#nav-content li a span:before {
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	content: "";
	top: 0.65em;
	left: 0;
	width: 22px;
	height: 1px;
}
.hmini a {
	position: relative;
	font-size: 80%;
	padding-top: 0 !important;
}
.hmini a::before {
	content: "∟";
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
	font-size: 0.8rem;
	transform: translateY(-1px);
	opacity: 0.7;
}
#nav-content a:hover {
	opacity: 0.6;
}
/* nav-content mainbtn */
#nav-content .mainbtn {
	text-align: left;
	margin-bottom: 7px;
}
#nav-content .mainbtn a {
	padding: 6px 0;
	width: 250px;
	border: 1px solid #ffd700;
}
#nav-content .mainbtn a:after {
	content: none;
}
@media (max-width: 650px) {
	#nav-content .mainbtn a {
		width: 100%;
		font-size: 0.85rem;
	}
}
/* nav-content address */
.haddress {
	text-align: left;
	font-size: 0.8rem;
	margin-top: 13px;
}
.haddress p {
	margin-bottom: 0;
}
/* ハンバーガーメニュー ロゴ */
.hmlogo img {
	width: 190px;
	position: relative;
}
.hmlogo::before {
	display: block;
	content: '';
	position: absolute;
	top: -43.5%;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #fff;
	z-index: -1;
}
@media (max-width:915px) {
	.header_title {
		background: #fff;
		padding: 3px 10px 7px 10px;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
	}
	.header_sticky {
		position: fixed;
		background: transparent;
		box-shadow: none;
	}
	.header {
		background: transparent;
		padding: 0;
	}
	.header_logo {
		width: 180px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.mobile_menu {
		display: block;
	}
}
@media (max-width: 500px) {
	#toggle {
		top: 20px;
		right: 23px;
	}
	#toggle-box {
		width: 29px;
		height: 16px;
	}
	#toggle:before {
		width: 49px;
		height: 42px;
	}
	#page_container {
		transition: 0.6s;
	}
	#nav-content {
		width: 80%;
	}
	#nav-content li a {
		padding: 10px 0;
		font-size: 0.75rem;
		line-height: 1.55;
	}
	#nav-content .mainbtn a {
		font-size: 0.75rem;
	}
	.header_title {
		width: 155px;
	}
	.header {
		padding: 0;
	}
	.hmlogo img {
		width: 110px;
	}
	.hmlogo::before {
		top: -62.5%;
	}
}
@media (max-width: 333px) {
	.hmlogo::before {
		top: -60.5%;
	}
}
@media (max-width: 300px) {
	.hmlogo::before {
		content: none;
	}
	#nav-content {
		width: 95%;
	}
}
.hambig a {
	font-size: 110% !important;
}
.hambig {
	font-size: 0.87rem !important;
}
/* footer */
.fflex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.fax {
	pointer-events: none;
}
.fitc {
	margin-left: auto;
	margin-right: auto;
	width: fit-contact;
}
/* ロゴとアドレス */
.footer_address {
	width: 100%;
	z-index: 3;
	background: #fff;
	padding: 30px 0 30px;
}
.footer_address .flexbox {
	max-width: 850px;
	margin: auto;
}
.flogo {
	width: 295px;
	margin-bottom: 10.5px;
}
.footer_address p {
	font-size: 1rem;
	margin-bottom: 0;
}
@media (max-width: 750px) {
	.flogo {
		width: 275px !important;
	}
}
@media (max-width: 550px) {
	.flogo {
		max-width: 200px;
		margin-bottom: 10px;
	}
	.footer_address p {
		font-size: 0.88rem;
	}
}
.address br {
	display: none;
}
@media (max-width: 365px) {
	.address br {
		display: block;
	}
}
@media (max-width: 500px) {
	.footer_address {
		padding: 25px 0;
	}
}
/* copyright */
.copyright {
	margin: 0;
	text-align: center;
	line-height: 1;
	background: #ffd700;
	padding: 17px 3px 20px;
}
.copyright p {
	font-size: 0.73rem;
	margin-bottom: 0;
	color: #333;
}
@media (max-width: 500px) {
	.copyright {
		padding: 14px 3px;
	}
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.go_top {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 79;
	color: #333;
	padding-top: 25px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.25rem;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.go_top::before {
	position: absolute;
	content: "ー";
	font-family: sans-serif;
	font-weight: lighter;
	top: 0;
	left: -3px;
}
.go_top:hover {
	color: #333;
	opacity: 0.6;
}
@media(max-width:1250px) {
	.go_top {
		right: 5px;
	}
}
@media (max-width: 1080px) {
	.go_top {
		font-size: 1rem;
	}
}
@media(max-width:830px) {
	.go_top {
		right: 3px;
	}
}
@media(max-width:750px) {
	.go_top {
		padding-top: 18px;
		font-size: 0.9rem;
	}
	.go_top::before {
		left: -1px;
	}
}
@media(max-width:450px) {
	.go_top {
		right: -3px;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.2;
}
.slide_items {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 80px);
	min-height: 700px;
	object-fit: cover;
}
.slide_text {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 30%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 30%));
}
.slide_text img {
	animation: fadeIn 1s ease 0.3s 1 normal backwards;
	margin-bottom: 0;
	width: 430px;
	height: 100%;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.ligainc {
	z-index: 2;
	color: #fff;
	text-shadow: 0px 0.3px 1px rgb(0 0 0 / 40%), 0px -0.3px 2px rgb(0 0 0 / 40%);
	font-size: 7.2rem;
	position: absolute;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-family: 'Mitr', sans-serif;
	font-weight: 700;
}
.ligainc p {
	animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
.gred {
	color: #f0260e;
	font-size: 120%;
	font-style: italic;
	margin-left: -10px;
}
.inc {
	font-size: 70%;
	margin-left: 5px;
}
@media (max-width: 1345px) {
	.ligainc {
		font-size: 5.6rem;
	}
	.slide_items img {
		min-height: auto;
		height: 650px;
	}
	.slide_text img {
		width: 320px;
	}
}
@media (max-width: 750px) {
	.gred {
		margin-left: -5px;
	}
	.ligainc {
		font-size: 4.3rem;
	}
	.slide_items img {
		height: 510px;
	}
	.slide_text img {
		width: 240px;
	}
}
@media (max-width: 550px) {
	.ligainc {
		top: 53%;
		font-size: 2.7rem;
	}
	.slide_items img {
		height: 260px;
	}
	.slide_text {
		top: 52%;
	}
	.slide_text img {
		width: 50vw;
	}
}
/*アニメーション*/
.bgextend::before {
	content: '';
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 60;
	transition: 1.7s;
}
.bgextend {
	position: relative;
}
.bgextend.inview {
	transform: translateX(0) scale(1);
}
.bgextend.inview::before {
	transform: translateX(100%);
}
/*フェードイン*/
.flowup {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity 1.7s, transform 1.4s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*その他*/
.pdb0 {
	padding-bottom: 0;
}
.center {
	text-align: center;
}
.fitc {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 20px;
	}
}
/* ボタン2つ横並び */
.subbtn {
	max-width: 570px;
	margin: auto;
	margin-top: 40px;
}
.subbtn .mainbtn a {
	width: 100%;
}
@media (max-width:760px) {
	.subbtn.flexbox {
		display: block;
	}
	.subbtn.flexbox div, .subbtn.flexbox img {
		width: 100%;
	}
	.subbtn.flexbox div {
		margin-bottom: 8.5px;
	}
	.subbtn .mainbtn:last-child {
		margin-bottom: 0;
	}
	.subbtn .mainbtn a {
		width: 15.5rem;
	}
}
@media (max-width:560px) {
	.subbtn {
		margin-top: 27px;
	}
}
/* TopPage inner */
.challenge .inner, .service .inner, .equipment .inner {
	max-width: 1500px;
}
/* 新着情報 */
.news .maintitle {
	margin-bottom: 40px;
}
/* 株式会社LIGAは技術的な総合プロデュースを軸にいろんな事に挑戦しています。 */
.challenge {
	position: relative;
	z-index: 1;
	background: url(../img/challenge.jpg);
	background-size: cover;
	background-position: 50% 10%;
	color: #fff;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .challenge {
	background-attachment: scroll;
}
.challenge::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	opacity: 0.65;
	z-index: -1;
}
/* 黒枠 */
.chbox {
	position: relative;
	padding: 70px 30px;
	background: rgba(0, 0, 0, 0.8);
}
.chbox::before, .chbox::after {
	position: absolute;
	top: -7px;
	right: -7px;
	bottom: -7px;
	left: -7px;
	content: '';
	-webkit-transition: opacity 0.4s, -webkit-transform 0.35s;
	transition: opacity 0.4s, transform 0.35s;
}
.chbox::before {
	border-top: 2px solid rgba(0, 0, 0, 0.8);
	border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}
.chbox::after {
	border-right: 2px solid rgba(0, 0, 0, 0.8);
	border-left: 2px solid rgba(0, 0, 0, 0.8);
}
.chbox .mtitle {
	margin-bottom: 30px;
}
/* 黒枠内文章 */
.chtext {
	margin: auto;
	max-width: 1200px;
}
/* 黒枠内文章 項目 */
.chtext .flexbox div {
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.chtext .flexbox div p {
	padding-left: 22px;
	position: relative;
	margin-bottom: 0;
}
.chtext .flexbox div p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 400;
	display: inline-block;
	color: #ffd700;
	font-size: 1rem;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/* 黒枠内文章 最初1行 */
.chfirst {
	font-size: 105%;
	margin-bottom: 30px;
}
/* 黒枠内文章 最後2行 */
.chlast p {
	margin-bottom: 0;
}
.chlast {
	margin-top: 40px;
}
@media (max-width:1205px) {
	.chbox {
		padding: 40px 30px;
	}
}
@media (max-width:550px) {
	.challenge {
		background-attachment: scroll;
	}
	.chbox {
		padding: 30px 20px;
	}
	.chbox .mtitle {
		margin-bottom: 23px;
	}
	.chfirst {
		font-size: 100%;
		margin-bottom: 15px;
	}
	.chlast {
		margin-top: 23px;
	}
}
/* サービス内容 */
.imgcard img {
	object-fit: cover;
}
.imgcard {
	position: relative;
	overflow: hidden;
	width: calc(100% / 4);
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 210px 20px;
}
.imgcard a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	pointer-events: none;
	z-index: -1;
	transition: .3s;
	opacity: 0.3;
}
.imgcard a img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
	z-index: -2;
	transform: scale(1.05, 1.05);
}
.imgcard h3 {
	font-weight: 700;
	font-size: 1.25rem;
	position: absolute;
	top: 25px;
	right: 15px;
	color: #fff;
	line-height: 1.4;
	writing-mode: vertical-rl;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
}
.imgcard h3 span {
	font-size: 135%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.imgcard p {
	font-weight: 700;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	bottom: 15px;
	left: 25px;
	opacity: 0;
	transition: .4s;
}
.imgcard a:hover p {
	opacity: 1;
}
.imgcard a:hover img {
	transform: scale(1, 1);
	transition: .5s;
}
.imgcard a:hover::after {
	opacity: 0.5;
	transition: .3s;
}
/* 機材紹介 */
.equipment .imgcard {
	width: calc(100% / 6);
}
@media (max-width: 1135px) {
	.equipment .imgcard p {
		display: none;
	}
}
@media (max-width: 1050px) {
	.imgcard a {
		padding: 170px 20px;
	}
	.imgcard h3 {
		left: 20px;
		font-size: 1.15rem;
	}
}
@media (max-width: 750px) {
	.imgcard a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 0;
		padding: 140px 20px;
	}
	.imgcard p {
		opacity: 1;
	}
	.imgcard {
		width: 100% !important;
	}
}
@media (max-width: 550px) {
	.imgcard a {
		padding: 108px 20px;
	}
	.equipment .imgcard a {
		padding: 75px 20px;
	}
	.imgcard a::after {
		opacity: 0.5;
	}
	.equipment .imgcard a::after {
		opacity: 0.4;
	}
	.imgcard h3 {
		font-size: 1rem;
		top: 10px;
		left: 20px;
		line-height: 1.55;
	}
	.imgcard p {
		font-size: 0.9rem;
		bottom: -3px;
		left: 15px;
		text-shadow: 0px 0.3px 3px rgb(0 0 0 / 35%), 0px -0.3px 3px rgb(0 0 0 / 35%);
	}
}
/* お問い合わせ============================================================= */
.f_contact .maintitle {
	margin-bottom: 33px;
}
.f_contact {
	position: relative;
	z-index: 1;
	background: url(../img/contact.jpg);
	background-size: cover;
	background-position: 50% 10%;
	padding: 55px 0;
}
.f_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.9;
	z-index: -1;
}
@media (max-width: 550px) {
	.f_contact {
		padding: 35px 0;
	}
	.f_contact .maintitle {
		margin-bottom: 15px;
	}
}
.ctable {
	margin-bottom: 35px;
}
.cmap {
	border: 1px solid #ddd;
	line-height: 1;
}
@media (max-width: 750px) {
	.cmap {
		margin-bottom: 35px;
	}
}
@media (max-width: 550px) {
	.cmap iframe {
		height: 280px;
	}
}
/* table */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr {
	color: #333;
	border-bottom: 1px solid #333;
}
.info_table th {
	width: 30%;
	text-align: center;
}
.info_table th, .info_table td {
	padding: 13px 0;
	font-weight: 500;
	white-space: normal;
}
.info_table td {
	padding-left: 20px;
}
.info_table td {
	width: 70%;
}
.profile .wimg img {
	object-fit: cover;
	height: 520px;
	width: 100%;
}
@media (max-width: 750px) {
	.profile .wimg img {
		height: auto;
		margin-bottom: 0;
	}
	.info_table {
		font-size: 0.9rem;
	}
}
/* mailform */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 45px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 25px;
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform .row {
	padding: 13px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
@media(max-width:750px) {
	.mailform .row:not(.last) {
		border-bottom: 0.9px dotted #333;
	}
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	font-weight: 500;
	font-size: 0.9rem;
	width: 100%;
	margin-bottom: 20px;
}
.mailform .row div:nth-child(2) {
	width: 100%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #333;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #333;
	color: #333 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.mailform .box, .mailform textarea {
	border: 1px solid #bdbdbd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
/*ラジオボタン*/
input[type=radio] {
	display: none;
}
input[type=radio] + label {
	cursor: pointer;
	padding-left: 23px;
	position: relative;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 53%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
}
input[type=radio]:checked + label::before {
	background-color: #333;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before {
	outline: none;
	border-color: #333;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before {
	margin-right: 0;
}
/* sp時 縦に並べる */
@media (max-width: 550px) {
	input[type=radio] + label {
		display: block;
		margin-bottom: 5px;
	}
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #333;
	font-weight: 500;
	padding: 1% 7%;
	transition: .4s;
}
.mailform button:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.formsel p {
		display: block;
		margin-right: 0;
		font-size: 0.95rem;
	}
}
.mfmtitle {
	position: relative;
	display: none;
}
.mfmtitle:before, .mfmtitle:after {
	content: "ー";
	font-family: sans-serif;
	font-weight: lighter;
}
.mfmtitle:before {
	margin-right: 9px;
}
.mfmtitle:after {
	margin-left: 9px;
}
@media (max-width: 750px) {
	.mfmtitle {
		display: block;
		margin-bottom: 20px;
	}
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
}
/*個人情報の取り扱いについて*/
.privacy_policy {
	background: #333;
	padding: 90px 0 110px;
	position: relative;
}
@media (max-width: 550px) {
	.privacy_policy {
		padding: 45px 0 50px;
	}
}
.privacy_wrap {
	font-size: clamp(1rem, 0.862rem + 0.4907vw, 1.23rem);
	color: #ffd700;
	border: 1px solid #ffd700;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 15px 15px 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	font-weight: 500;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
	color: #fff;
}
.privacy_text span {
	font-weight: 500;
	font-size: 103%;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/* link */
#contact {
	position: relative;
	top: -160px;
}
@media(max-width:915px) {
	#contact {
		top: -50px;
	}
}
/* banner */
.banner {
	padding-bottom: 40px;
}
.banner .inner {
	max-width: 700px;
}
.banner a:hover {
	opacity: 0.6;
}
/* お問い合わせの非表示設定 ====================*/
.contact_display_none .contactbtn, .contact_display_none .f_contact, .contact_display_none .privacy_policy {
	display: none;
}
.contact_display_none .footer_address {
	border-top: 1px solid #ddd;
}
/* 下層ページトップ ================================================================================================*/
.fv {
	height: 340px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 55%;
	position: relative;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	opacity: 0.55;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	text-shadow: 0 0 6.5px #333, 0px 0.3px 2.5px rgb(0 0 0 / 25%), 0px -0.3px 2px rgb(0 0 0 / 30%);
	margin-bottom: 0 !important;
	z-index: 1;
	position: relative;
	color: #fff;
}
.fv h2 .sf {
	font-size: 75%;
}
@media (max-width: 1205px) {
	.fv {
		height: 320px;
	}
}
@media(max-width:1155px) {
	.fv {
		height: 255px;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
	}
	.fv h2 .sf {
		font-size: 60%;
	}
	.fv h2 {
		line-height: 1;
		margin-bottom: -15px !important;
	}
}
@media(max-width:450px) {
	.fv {
		height: 180px;
	}
}
/* 機材リストページ fv タイトル ===================*/
.equipment_fv.fv h2 {
	line-height: 1.5;
}
@media(max-width:650px) {
	.equipment_fv.fv h2 {
		line-height: 1.2 !important;
	}
}
/* サービス内容ページ ===================================================================================================*/
.servicep.pdb0 {
	padding-bottom: 45px;
}
@media(max-width:915px) {
	.servicep.pdb0 {
		padding-bottom: 30px;
	}
}
@media(max-width:500px) {
	.servicep.pdb0 {
		padding-bottom: 0;
	}
}
.servicep .maintitle {
	margin-bottom: 30px;
}
.servicep .maintitle .sf {
	position: relative;
	padding-left: 40px;
}
.servicep .maintitle .sf:before {
	background-color: #333;
	position: absolute;
	content: "";
	top: 0.7em;
	left: 0;
	width: 29px;
	height: 1px;
}
.servicep .inner {
	max-width: 1300px;
}
.serpimg {
	position: relative;
}
.serpimg:after {
	content: '';
	display: block;
	position: absolute;
	top: 22px;
	left: -22px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ffd700;
	opacity: 0.8;
}
.reverse .serpimg:after {
	left: 22px;
}
@media(max-width:1110px) {
	.servicep .flexbox img {
		object-fit: cover;
		width: 100%;
		height: 440px;
	}
}
@media(max-width:750px) {
	.serpimg:after {
		top: 12px;
		left: -12px;
	}
	.reverse .serpimg:after {
		left: 12px;
	}
	.servicep .flexbox img {
		height: auto;
		margin-bottom: 0;
	}
	.servicep .maintitle {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
/* 機材リストページ ===================================================================================================*/
.eq_padding {
	padding-bottom: 35px;
}
@media(max-width:500px) {
	.eq_padding {
		padding-bottom: 15px;
	}
}
/* 画像付きページ内リンク */
.eqflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: auto;
}
.eqflex div {
	width: 23%;
	margin: 0 1%;
	text-align: center;
}
.eqflex div a {
	color: #333;
}
.eqflex div a:hover img {
	transform: scale(1.07);
}
.eqflex div p {
	margin-bottom: 0;
	margin-top: 4px;
	width: 100%;
	z-index: 1;
	position: relative;
}
.eqflex div img {
	object-fit: contain;
	width: 100%;
	height: 170px;
}
@media(max-width:1225px) {
	.eqflex div img {
		height: 15vw;
	}
}
@media(max-width:750px) {
	.eqflex {
		max-width: 460px;
	}
	.eqflex div {
		width: 48%;
		margin: 0 1% 15px;
	}
	.eqflex div img {
		height: 25vw;
	}
}
/* maintitle */
.eqmain {
	margin-bottom: 65px;
}
@media(max-width:550px) {
	.eqmain {
		margin-bottom: 45px;
	}
}
/* mtitle */
.eqtitle {
	background: linear-gradient(60deg, #ffd700 0%, #ffd700 90%, #ffe13b 90%);
	padding: 12px 20px;
	margin-bottom: 17px;
}
@media(max-width:550px) {
	.eqtitle {
		padding-left: 13px;
	}
}
/*
.eqtitle{
	font-size: 1.6rem;
}
.eqtitle::after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    border-bottom: 3px solid #ffd700;
    margin: 13px auto 25px;
}
*/
/* table */
.e_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.e_table tr {
	border: 1px solid #ccc;
}
.e_table th, .e_table td {
	padding: 15px 0;
	font-weight: 500;
}
.e_table th {
	background: #333;
	color: #fff;
	width: 30%;
	border-right: 1px solid #ccc;
}
.e_table td {
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.e_table td:last-child {
	text-align: center;
	padding-left: 0;
}
.e_table td a {
	color: #333;
	text-decoration: underline;
	text-decoration-thickness: 0.04em;
	text-decoration-color: #ddd;
	text-underline-offset: 0.3em;
	text-decoration-skip-ink: none;
}
.e_table td a:hover {
	opacity: 0.6;
}
@media (max-width: 550px) {
	.e_table th, .e_table td {
		font-size: 0.95rem;
	}
}
/* table 幅 */
.enum {
	width: 365px !important;
}
.edetail {
	width: 685px !important;
}
@media (max-width: 1355px) {
	.enum {
		width: 22vw !important;
	}
	.edetail {
		width: 50vw !important;
	}
}
@media (max-width: 935px) {
	.enum {
		width: 350px !important;
	}
	.edetail {
		width: 580px !important;
	}
}
@media (max-width: 450px) {
	.enum {
		width: 220px !important;
	}
	.edetail {
		width: 450px !important;
	}
}
/* table sp表示 */
.spsctext {
	display: none;
}
@media (max-width:935px) {
	.eqtitle {
		margin-bottom: 10px;
	}
	.spsctext {
		display: block;
		position: relative;
		top: -30px;
	}
	.elists .e_table {
		width: 1050px;
	}
	.elists {
		padding-bottom: 5px;
		overflow-x: scroll;
	}
}
@media (max-width:450px) {
	.spsctext {
		font-size: 0.9rem;
	}
	.elists .e_table {
		width: 800px;
	}
}
/* 機材リスト 音声・照明・その他 ===================*/
.eq02 .elists {
	margin-bottom: 75px;
}
.eq02 .elists:last-child {
	margin-bottom: 0 !important;
}
.eq02 .stitle {
	background: #333;
	padding: 5px 0 7px;
	padding-left: 12px;
	border-bottom: none;
	border-left: 10px solid #ffd700;
	color: #fff;
}
@media (max-width: 935px) {
	.eq02 .elists {
		margin-bottom: 45px;
	}
}
@media (max-width:550px) {
	.eq02 .stitle {
		padding-left: 7px;
		border-left: 6px solid #ffd700;
	}
}
/* ワークスページ ===================================================================================================*/
.vwrap .maintitle {
	margin-bottom: 30px;
}
.vwrap p {
	margin-bottom: 70px;
}
@media (max-width:550px) {
	.vwrap p {
		margin-bottom: 40px;
	}
}
.videos .inner {
	max-width: 850px;
}
.video_box {
	margin-bottom: 70px;
}
.video_box:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:550px) {
	.video_box {
		margin-bottom: 50px;
	}
}
/* video_box table */
.v_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.v_table tr {
	color: #333;
	border-bottom: 1px solid #333;
}
.v_table th {
	width: 35%;
	text-align: center;
}
.v_table th, .v_table td {
	padding: 13px 0;
	font-weight: 500;
	white-space: normal;
}
.v_table td {
	padding-left: 20px;
}
.v_table td {
	width: 65%;
}
@media (max-width: 550px) {
	.v_table {
		font-size: 0.9rem;
	}
}