@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loading {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.loading p {
	position: fixed;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	font-size: 5rem;
	text-align: center;
	z-index: 9999;
}
.mainVisual {
	margin-top: 100px;
	padding: 0 15px;
	height: 860px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.mainVisual .title {
	margin-top: 66px;
	font-size: 3.6rem;
	text-align: center;
	font-feature-settings: "palt";
}
.mainVisual .en {
	max-width: 933px;
	margin: 0 auto;
	width: 100%;
	display: block;
	margin-bottom: 78px;
}
.mainVisual .scroll {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.mainVisual .scroll a {
	padding: 0 10px 128px;
	display: block;
	position: relative;
}
.mainVisual .scroll a .arrow {
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.mainVisual .scroll a .arrow::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/common/icon01.png") no-repeat left 8px bottom;
	background-size: 11px 89px;
	content: "";
	animation: arrow 2s linear infinite;
}
@keyframes arrow {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
.mainVisual .scroll a:hover {
	opacity: 0.7;
}
#main .mission {
	padding: 227px 0 244px;
	background-color: #1A1A1A;
}
#main .mission .headLine01 {
	margin: 0 auto 18px;
}
#main .mission p {
	line-height: 1.75;
	text-align: center;
}
#main .service {
	padding: 154px 0 160px;
}
#main .service .phoList {
	margin-top: -40px;
}
#main .service .phoList li {
	margin-top: 40px;
	width: 48.3%;
	display: flex;
	align-items: center;
}
#main .service .phoList li:nth-child(2n) {
	flex-direction: row-reverse;
}
#main .service .phoList li .photoBox {
	width: 52.1%;
}
#main .service .phoList li .textBox {
	margin-left: -20px;
	padding: 27px 10px 48px 36px;
	width: 52%;
	height: 240px;
	border: 4px solid #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
#main .service .phoList li:nth-child(2n) .textBox {
	margin: 0 -20px 0 0;
}
#main .service .phoList li h3 {
	margin-bottom: 5px;
	color: #6600ff;
	font-weight: 700;
	font-size: 1.8rem;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#main .service .phoList li h3 .en {
		font-size: 3.4vw;
	}
}
#main .service .phoList li .en {
	margin-bottom: -13px;
	display: block;
	font-size: 4.4rem;
	letter-spacing: 0.08em;
	color: #fff;
}
#main .service .phoList li .col {
	color: #e6097e;
}
#main .permission {
	padding: 64px 0 74px;
	background-color: #1A1A1A;
}
#main .permission h2 {
	margin-bottom: 36px;
	font-size: 6rem;
	font-weight: 500;
	text-align: center;
}
#main .permission h2 .en {
	margin: 16px 0 -4px;
	font-size: 3rem;
	display: block;
}
#main .permission h2 .sml {
	font-size: 1.6rem;
	display: block;
}
#main .permission .link {
	max-width: 358px;
	margin: 0 auto;
	text-align: center;
}
#main .permission .link a {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 2rem;
	line-height: 60px;
	position: relative;
	text-decoration: none;
	text-align: center;
	color: #fff;
	z-index: 0;
}
#main .permission .link a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	transition: 0.5s;
	background: url("../img/common/icon03.png") no-repeat right 18px top 21px, linear-gradient(90deg, #FE0080, #7000FF);
	background-size: 18px 18px, 100% auto;
}
@media all and (min-width: 897px) {
	#main .permission .link a:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -2;
		left: 0;
		background: url("../img/common/icon03.png") no-repeat right 18px top 21px, linear-gradient(90deg, #7000FF, #FE0080);
		background-size: 18px 18px, 100% auto;
	}
	#main .permission .link a:hover:before {
		opacity: 0;
	}
}
#main .recruit {
	padding: 155px 0 160px;
}
#main .recruit .comTtlBox {
	margin-bottom: 28px;
}
#main .about {
	padding: 156px 0 94px;
	background-color: #1A1A1A;
}
#main .about .headLine01 {
	width: 25.5%;
	margin: 0 auto 27px;
}
#main .about .comTextArea .textBox {
	padding-bottom: 26px;
	background-color: #000;
}
#main .about .comTextArea .subBox {
	max-width: 390px;
}
#main .about .comTextArea .subBox02 {
	max-width: 430px;
}
#main .about .comTextArea .subBox02 table {
	margin-bottom: 97px;
}
#main .about .comTextArea .subBox02 .text {
	text-align: center;
}
#main .map {
	margin-bottom: -5px;
}
#main .map iframe {
	width: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
#main .contact {
	padding: 72px 0;
	background-color: #1A1A1A;
}
#main .contact .midBox {
	padding-right: 3px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
#main .contact .midArea {
	padding: 75px 0 80px;
	position: relative;
	z-index: 10;
	max-width: 660px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #000;
	transform: skewX(-15deg);
}
#main .contact .lBox {
	position: absolute;
	width: 37.34375%;
	left: 0;
	top: 0;
}
#main .contact .midBox .headLine01 {
	width: 64%;
	margin: 0 auto 18px;
}
#main .contact .textBox {
	margin: 0 0 74px 22px;
	text-align: center;
}
#main .contact .subBox {
	transform: skewX(15deg);
}
#main .contact .textBox p {
	text-align: left;
	width: 290px;
	margin: 0 auto;
	line-height: 1.75;
}
#main .contact .rBox {
	position: absolute;
	width: 45.83%;
	right: 0;
	bottom: 1px;
}
.pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	padding: 149px 0;
	color: #000;
	background-color: #fff;
	z-index: 1000;
	overflow: auto;
}
.pop .content {
	max-width: 1185px;
}
.pop h2 {
	margin-bottom: 48px;
	font-size: 6rem;
	text-align: center;
	font-weight: 500;
}
.pop .ttlList {
	margin-bottom: 90px;
}
.pop .ttlList > li {
	width: 33.3%;
	box-sizing: border-box;
}
.pop .ttlList > li span{
	font-weight: 600;
}
.pop .ttlList li .ttl {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.4rem;
}
.pop .ttlList li .ttl span {
	font-size: 12px;
    font-weight: 100;
}
.pop .ttlList .textList > li {
	line-height: 1.75;
	font-weight: 300;
	font-feature-settings: "palt";
}
.pop .ttlList > li:last-child {
	padding-left: 116px;
}
.pop .ttlList > li:nth-child(2n) {
	padding-left: 40px;
	box-sizing: border-box;
}
.pop .ttlList .notes {
	margin: 30px 13px 0 auto;
	text-align: right;
	font-weight: 300;
}
.pop .comLink a {
	background-image: url("../img/common/icon14.png");
}
@media all and (max-width: 896px) {
	.loading p {
		font-size: 2rem;
	}
	.mainVisual {
		margin-top: 69px;
		padding: 0 15px;
	}
	.mainVisual .title {
		margin-top: -83px;
		font-size: 1.8rem;
	}
	.mainVisual .en {
		max-width: 340px;
		margin-bottom: 21px;
	}
	.mainVisual .scroll {
		right: 10px;
	}
	.mainVisual .scroll a {
		padding: 0 10px 95px;
	}
	.mainVisual .scroll a .arrow {
		height: 68px;
	}
	.mainVisual .scroll a .arrow::after {
		background: url("../img/common/icon08.png") no-repeat left 8px bottom;
		background-size: 8px 67px;
	}
	#main .mission {
		padding: 75px 0 68px;
	}
	#main .mission .headLine01 {
		margin: 0 0 -8px -25px;
	}
	#main .mission p {
		margin: 0 50px;
		text-align: left;
		font-feature-settings: "palt";
	}
	#main .service {
		padding: 75px 0 80px;
	}
	#main .service .phoList {
		margin-top: 0;
		display: block;
	}
	#main .service .phoList li {
		margin-top: 37px;
		width: auto;
		display: block;
	}
	#main .service .phoList li:first-child {
		margin-top: 0;
	}
	#main .service .phoList li .photoBox {
		width: auto;
	}
	#main .service .phoList li .photoBox img {
		width: 100%;
	}
	#main .service .phoList li .textBox {
		margin: -20px 0 0 0;
		padding: 27px 10px 48px 36px;
		width: auto;
		height: 240px;
	}
	#main .service .phoList li:nth-child(2n) .textBox {
		margin: -20px 0 0 0;
	}
	#main .service .phoList li h3 {
		color: #7100FF;
	}
	@media all and (max-width: 350px) {
		#main .service .phoList li .en {
			font-size: 12vw;
		}
	}
	#main .service .phoList li .col {
		color: #FF007F;
	}
	#main .service .phoList li p {
		font-size: 1.6rem;
	}
	#main .permission {
		padding: 68px 0 80px;
	}
	#main .permission h2 {
		margin-bottom: 38px;
		font-size: 4rem;
	}
	#main .permission h2 .en {
		margin: 7px 0 11px;
		font-size: 2.4rem;
	}
	#main .permission h2 .sml {
		font-size: 1.8rem;
		font-feature-settings: "palt";
		line-height: 1.75;
		text-align: left;
	}
	#main .permission .btn {
		margin: 0 -10px;
		text-align: center;
	}
	#main .recruit {
		padding: 75px 0 80px;
	}
	#main .recruit .comTtlBox {
		margin-bottom: 36px;
		display: block;
	}
	#main .recruit .subBox .photo {
		margin: 0 5px 45px;
	}
	#main .recruit .subBox .photo img {
		width: 100%;
	}
	#main .recruit .subBox .photo:last-child {
		margin-bottom: 0;
	}
	#main .recruit .comTextArea .h2Ttl {
		margin-bottom: 55px;
	}
	#main .about {
		padding: 75px 0 33px;
	}
	#main .about .headLine01 {
		width: auto;
		margin: 0 0 33px -25px;
	}
	#main .about .comTextArea .subBox {
		max-width: 90%;
	}
	#main .about .comTextArea .subBox02 {
		max-width: 90%;
		padding-bottom: 48px;
	}
	#main .about .comTextArea .subBox02 table {
		margin-bottom: 54px;
	}
	#main .about .comTextArea th {
		padding: 29px 5px 9px 8px;
		width: 30%;
	}
	@media all and (max-width: 380px) {
		#main .about .comTextArea th {
			padding: 29px 3px 9px;
			width: 28.8%;
		}
	}
	#main .about .comTextArea td {
		padding: 30px 5px 12px 5px;
	}
	#main .about .comTextArea .subBox02 th {
		width: 36%;
		padding: 35px 5px 14px 30px;
	}
	@media all and (max-width: 350px) {
		#main .about .comTextArea .subBox02 th {
			padding-left: 10px;
		}
	}
	#main .about .comTextArea .subBox02 td {
		padding: 31px 5px 12px 5px;
		line-height: 1.39;
	}
	#main .map {
		position: relative;
		padding-bottom: 66.7%;
		height: 0;
		overflow: hidden;
	}
	#main .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#main .contact {
		padding: 81px 0 79px;
		display: block;
	}
	#main .contact .midBox {
		padding-right: 0;
		position: static;
	}
	#main .contact .midArea {
		padding: 35px 10px 40px;
		position: static;
		max-width: inherit;
		transform: skewX(0deg);
		background-color: #1A1A1A;
	}
	#main .contact .subBox {
		transform: skewX(0deg);
	}
	#main .contact .lBox {
		position: static;
		width: 100%;
		left: auto;
		top: auto;
	}
	#main .contact img {
		width: 100%;
	}
	#main .contact .midBox .headLine01 {
		width: auto;
		margin: 0 auto -8px -10px;
	}
	#main .contact .textBox {
		margin-bottom: 33px;
		text-align: left;
	}
	#main .contact .textBox p {
		width: auto;
		margin: 0 30px 0 40px;
	}
	#main .contact .rBox {
		position: static;
		width: auto;
		right: 0;
		bottom: 1px;
	}
	#main .contact .comLink {
		max-width: 360px;
	}
	#main .contact .comLink a {
		margin: 0;
	}
	.pop {
		padding: 54px 0;
	}
	.pop .content {
		max-width: inherit;
	}
	.pop h2 {
		margin: 0 -10px 56px;
		font-size: 4rem;
	}
	.pop .ttlList {
		margin-bottom: 58px;
		display: block;
	}
	.pop .ttlList > li {
		width: 100%;
		margin-bottom: 25px;
	}
	.pop .ttlList > li:last-child {
		margin-bottom: 0;
	}
	.pop .ttlList li .ttl {
		font-size: 2.3rem;
	}
	.pop .ttlList .textList {
		margin-left: 5px;
	}
	.pop .ttlList > li:last-child {
		text-align: left;
	}
	.pop .ttlList > li:nth-child(2n) {
		padding-left: 0;
	}
	.pop .ttlList > li:last-child {
		padding-left: 0;
	}
	.pop .ttlList .notes {
		margin: 2px 18px 0 auto;
	}
	.pop .ttlList .textList {
		padding-left: 1em;
		text-indent: -1em;
	}
}