@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LTT */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.oswald {
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.roboto {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.wrap {
	position: relative;
}
.wrap::before {
	position: absolute;
	left: 2rem;
	top: 11rem;
	height: calc(100% - 11rem);
	width: 1px;
	z-index: 1;
	cursor: default;
	background-color: #02aef0;
	content: "";
	pointer-events: none;
}
.wrap::after {
	position: absolute;
	right: 2rem;
	top: 11rem;
	height: calc(100% - 11rem);
	width: 1px;
	cursor: default;
	background-color: #02aef0;
	content: "";
	pointer-events: none;
}
@media all and (max-width: 896px) {
	.wrap::before {
		left: 0.5rem;
		top: 5.1rem;
		height: calc(100% - 5.1rem);
	}
	.wrap::after {
		right: 0.5rem;
		top: 5.1rem;
		height: calc(100% - 5.1rem);
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 0 6rem 4.5rem;
	min-height: 50.3rem;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	border-bottom: 1px solid #02aef0;
	background: url("../img/work/page_title_bg.jpg") no-repeat center center / cover;
}
.pageTitle::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 13.8rem;
	content: "";
	background: linear-gradient(rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, 0.8) 100%);
}
.pageTitle .pageInner {
	width: 100%;
}
.pageTitle .headLine01 {
	position: relative;
	max-width: 128.2rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 0 2rem 3.2rem;
		min-height: 36.5rem;
		background-image: url("../img/work/page_title_bg_sp.jpg");
	}
	.pageTitle::before {
		height: 10.3rem;
	}
}
/*------------------------------------------------------------
	pageTitle02
------------------------------------------------------------*/
.pageTitle02 {
	padding: 0 2rem;
	position: relative;
	background: linear-gradient(rgba(75, 75, 75, 0.46) 0%, rgba(15, 15, 15, 0.46) 100%);
}
.pageTitle02 .pageInner {
	padding: 11rem 0 7rem;
	min-height: 35rem;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #02aef0;
}
.pageTitle02 h2 {
	margin: 0 auto;
	max-width: 112.6rem;
	width: 100%;
}
.pageTitle02 h2 .jp {
	margin-bottom: 0.4rem;
	display: block;
	font-weight: 700;
	font-size: 2.2rem;
}
.pageTitle02 h2 .en {
	color: #02aef0;
	font-size: 8.4rem;
	line-height: 1;
}
@media all and (max-width: 896px) {
	.pageTitle02 {
		padding: 0;
	}
	.pageTitle02 .pageInner {
		padding: 5.1rem 2rem 2.5rem;
		min-height: 17.3rem;
	}
	.pageTitle02 h2 .jp {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	.pageTitle02 h2 .en {
		font-size: 4rem;
	}
}
/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.2;
}
.headLine01 .num {
	display: block;
	color: #f00;
	font-size: 19.5rem;
	line-height: 1;
}
.headLine01 .sub {
	margin: -2.5rem 2.2rem 0;
	padding: 3rem 3.3rem 0rem;
	position: relative;
	display: block;
	background: url("../img/common/line01.png") no-repeat left top / 3.2rem;
}
.headLine01 .en {
	margin-right: 8rem;
	letter-spacing: 0.05em;
}
.headLine01 .jp {
	vertical-align: 0.2rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.4rem;
	}
	.headLine01 .num {
		font-size: 10.6rem;
	}
	.headLine01 .sub {
		margin: -1.5rem 1.2rem 0;
		padding: 0;
		background: none;
	}
	.headLine01 .en {
		margin: 0;
		padding: 1.8rem 1.8rem 0.6rem;
		display: block;
		font-size: 1.7rem;
		background: url("../img/common/line01.png") no-repeat left top / 1.8rem;
	}
	.headLine01 .jp {
		display: block;
	}
}
/*------------------------------------------------------------
    headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.4rem;
	padding: 1.3rem 0 1rem 4.3rem;
	width: fit-content;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	background: url("../img/common/line01.png") no-repeat left top / 3.2rem;
}
.headLine02 .en {
	display: block;
	color: #02aef0;
	font-size: 5rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.headLine02 .jp {
	margin: 0.5rem 0.2rem 0 0;
	display: block;
	text-align: right;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.7rem;
		padding: 1rem 0 1rem 3.8rem;
		font-size: 1.4rem;
		font-weight: 900;
		background: url("../img/common/line01_sp.png") no-repeat left 0.6rem top / 2.4rem;
	}
	.headLine02 .en {
		font-size: 3.7rem;
	}
	.headLine02 .jp {
		margin-top: 0.7rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin: 0 0 4.5rem 1.5rem;
	color: #02aef0;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 -0.2rem 2rem;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 134rem;
	padding: 0 2rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0;
		margin: 0 1.4rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	margin: 0 2.1rem;
	padding: 3.4rem 0 4.5rem;
	border-top: 1px solid #02aef0;
	border-bottom: 1px solid #02aef0;
}
.comContact .content {
	max-width: 136.6rem;
}
.comContact h2 {
	width: 31rem;
	color: #02aef0;
	font-size: 5.2rem;
	line-height: 1;
}
.comContact .rBox {
	margin-top: 0.8rem;
	flex: 1;
}
.comContact .contactList {
	margin: 0 1.3rem 1.6rem 0;
	gap: 1rem 2rem;
}
.comContact .contactList a {
	display: inline-block;
	padding-left: 5.7rem;
	color: #02aef0;
	font-size: 2.4rem;
	font-weight: 600;
	background: url(../img/common/icon04.png) no-repeat left 0.4rem/4rem;
}
.comContact .contactList .tel {
	color: #02aef0;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.comContact .contactList .tel a {
	margin-right: 1.5rem;
	font-size: 4.2rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 700;
	vertical-align: middle;
	background-image: url(../img/common/icon03.png);
	background-position: left 0.2rem;
	background-size: 4.4rem;
}
.comContact .rBox p {
	margin: 0 -1rem 0 -0.1rem;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	.comContact .contactList .btn a:hover {
		color: #fff;
		background-image: url(../img/common/icon04_over.png);
	}
}
@media all and (max-width: 896px) {
	.comContact {
		margin: 0 0.6rem;
		padding: 4.6rem 0 6.4rem;
	}
	.comContact .content {
		display: block;
	}
	.comContact h2 {
		width: auto;
		font-size: 3rem;
		text-align: center;
	}
	.comContact .rBox {
		margin-top: 3.2rem;
	}
	.comContact .contactList {
		margin: 0 0 1.6rem;
		display: block;
	}
	.comContact .contactList a {
		font-size: 2.1rem;
	}
	.comContact .contactList .tel {
		margin: 0 0 3.6rem;
		font-size: 1.2rem;
		text-align: center;
	}
	.comContact .contactList .tel a {
		padding-left: 4.3rem;
		margin: 0 0 0.4rem;
		font-size: 3.1rem;
		background-position: left 0.2rem;
		background-size: 3.3rem;
	}
	.comContact .contactList .btn a {
		margin: 0 auto;
		max-width: 33.5rem;
		padding: 2.5rem 0;
		display: block;
		text-align: center;
		background: none;
		border: 1px solid #008ad3;
	}
	.comContact .contactList .btn a span {
		padding-left: 4.5rem;
		display: inline-block;
		background: url(../img/common/icon04.png) no-repeat left 0.4rem/3.6rem;
	}
	.comContact .rBox p {
		margin: 0;
		font-size: 1.2rem;
		line-height: 1.67;
		letter-spacing: 0.05em;
		text-align: center;
	}
}
/*------------------------------------------------------------
	animate
------------------------------------------------------------*/
.animate .fadeIn {
	opacity: 0;
	transition: .5s;
}
.animate.isShow .fadeIn {
	opacity: 1;
}
.animate .fadeLeft {
	opacity: 0;
	transform: translateX(-4rem);
	transition: .5s;
}
.animate.isShow .fadeLeft {
	opacity: 1;
	transform: translateX(0);
}
.animate .fadeRight {
	opacity: 0;
	transform: translateX(4rem);
	transition: .5s;
}
.animate.isShow .fadeRight {
	opacity: 1;
	transform: translateX(0);
}
.animate .fadeClipTop {
	clip-path: inset(0 0 100% 0);
	transition: .5s;
}
.animate.isShow .fadeClipTop {
	clip-path: inset(0 0 0 0);
}
.animate .fadeClipDown {
	clip-path: inset(100% 0 0 0);
	transition: .5s;
}
.animate.isShow .fadeClipDown {
	clip-path: inset(0 0 0 0);
}
.animate .fadeClipLeft {
	clip-path: inset(0 100% 0 0);
	transition: .5s;
}
.animate.isShow .fadeClipLeft {
	clip-path: inset(0 0 0 0);
}
.animate .fadeRound::before,
.animate .fadeRound::after {
	width: 0;
	height: 1px;
	opacity: 0;
}
.animate .fadeRound img {
	opacity: 0;
	transition: .5s;
}
.animate.isShow .fadeRound::before {
	opacity: 1;
	animation: roundIn 1s linear forwards;
}
.animate.isShow .fadeRound::after {
	opacity: 1;
	animation: roundIn 1s linear forwards;
	animation-delay: 1s;
}
.animate.isShow .fadeRound img {
	opacity: 1;
	transition-delay: 1s;
}
.animate .dely01 {
	transition-delay: .3s;
}
.animate .dely02 {
	transition-delay: .6s;
}
.animate .dely03 {
	transition-delay: .9s;
}
@keyframes roundIn {
	0% {
		width: 0;
		height: 1px;
	}
	50% {
		width: 100%;
		height: 1px;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}