@charset "utf-8";

#container{
	background: #F1F1F1;
}
.common-area.footer-nav:after{
	display: none;
}

/* ------------------------------------------- */
/* header config */
/* ------------------------------------------- */
@media print,screen and (min-width: 1081px){
	#header{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9999;
	}
}

/* footer-nav config */
.common-area.footer-nav{
	background: #FFF;
}

/* ------------------------------------------- */
/* keyvisual */
/* ------------------------------------------- */
.edit-area.keyvisual{
	position: relative;
}
.edit-area.keyvisual .inner{
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 8.6rem;
	/*min-height: 68rem;*/
	min-height: 100vh;
}
@media screen and (max-width: 767px){
	.edit-area.keyvisual .inner{
		padding: 10rem 0 3.6rem;
		min-height: auto;
	}
}

/* text-box */
/* type01 */
.edit-area.keyvisual.type01 .text-box{
	text-align: center;
}
.edit-area.keyvisual.type01 .text-box .main{
	margin-bottom: 4rem;
	font-weight: bold;
	font-size: 7rem;
	line-height: 1.4;
	color: #fff;
}
@media screen and (max-width: 767px){
	.edit-area.keyvisual.type01 .text-box .main{
		margin-bottom: 2rem;
		font-size: 3.6rem;
	}
}
.edit-area.keyvisual.type01 .text-box .detail{
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}
@media screen and (max-width: 767px){
	.edit-area.keyvisual.type01 .text-box .detail{
		line-height: 1.6;
	}
	.edit-area.keyvisual.type01 .text-box .detail br{
		display: none;
	}
}

/* type02 */
.edit-area.keyvisual.type02 .inner{
	padding-top: 4rem;
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual.type02 .inner{
		padding-top: 22rem;
	}
}
.edit-area.keyvisual.type02 .text-box{
	text-align: center;
}
.edit-area.keyvisual.type02 .text-box .box-img{
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual.type02 .text-box .box-img img{
		max-width: 24rem;
	}
}

.edit-area.keyvisual.type02 .text-box .main{
	/* margin-bottom: 4rem; */
	/* font-family: "Barlow",sans-serif; */
	font-family: "Noto Serif",sans-serif;
	font-weight: 900;
	font-size: 12rem;
	letter-spacing: 0.05em;
	text-align: center;
	color: #1b008d;
}
@media screen and (max-width: 767px){
	.edit-area.keyvisual.type02 .text-box .main{
		margin-bottom: 2rem;
		font-size: 3.6rem;
	}
}
.edit-area.keyvisual.type02 .text-box .main span{
	display: block;
	font-weight: 600;
	font-size: 4.4rem;
	letter-spacing: 0.05em;
}


.edit-area.keyvisual.type02 .text-box .detail{
	font-size: 4.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.666;
	text-align: center;
	color: #1b008d;
	font-family: "Noto Serif JP",sans-serif;
}
@media screen and (max-width: 767px){
	.edit-area.keyvisual.type02 .text-box .detail{
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

.edit-area.keyvisual.type02 .text-box .important-news{
	margin-top: 8rem;
	padding: 3.1rem 2rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	background: rgba(255,255,255,0.6);
}
@media screen and (width < 767px) {
	.edit-area.keyvisual.type02 .text-box .important-news{
		margin-top: 3rem;
		padding: 1.5rem 2rem;
		text-align: left;
		font-size: 1.3rem;
	}
}

.edit-area.keyvisual.type02 .link-box{
	position: absolute;
	left: 2rem;
	bottom: 3rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.edit-area.keyvisual.type02 .link-box{
		position: relative;
		left: auto;
		bottom: auto;
		text-align: center;
	}
	.edit-area.keyvisual.type02 .link-box img{
		max-width: 20rem;
	}
}
.edit-area.keyvisual.type02 .link-box a{
	transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
	.edit-area.keyvisual.type02 .link-box a:hover{
		opacity: 0.8;
	}
}


/* bg */
.edit-area.keyvisual .bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*height: 88rem;*/
	height: 100vh;
	overflow: hidden;
}


@media screen and (max-width: 767px){
	.edit-area.keyvisual .bg{
		height: 50rem;
	}
}
.edit-area.keyvisual .bg video{
	display: block;
	width: auto;
	height: auto;
	min-height: 108rem;
	background: #000;
	filter: contrast(1);
}
@media screen and (min-width: 1921px){
	.edit-area.keyvisual .bg video{
		width: 100%;
	}
}

@media screen and (min-height: 1081px){
	.edit-area.keyvisual .bg video{
		min-height: 100vh;
	}
}


@media screen and (max-width: 767px){
	.edit-area.keyvisual .bg video{
		width: auto;
		height: 100%;
		min-height: auto;
	}
}

.common-area.news{
	padding-top: 80px;
}

/* ------------------------------------------- */
/* company */
/* ------------------------------------------- */
.edit-area.company{
	padding: 16.3rem 0 8.5rem;
}
@media screen and (max-width: 767px){
	.edit-area.company{
		padding: 8rem 0 4rem;
	}
}
.edit-area.company .inner{
	position: relative;
}
.edit-area.company .inner:after,
.edit-area.company .inner:before{
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	pointer-events: none;
}
.edit-area.company .inner:after{
	right: -28.8rem;
	top: -7rem;
	width: 54.6rem;
	height: 63rem;
	background: url(../common/img/parts/circle_bg02.png) repeat 0 0;
}
.edit-area.company .inner:before{
	left: -25.2rem;
	bottom: -5rem;
	width: 54.6rem;
	height: 39.5rem;
	background: url(../common/img/parts/circle_bg01.png) repeat 0 0;
}
@media screen and (max-width: 767px){
	.edit-area.company .inner:after,
	.edit-area.company .inner:before{
		background-size: 2.9rem auto;
		opacity: .5;
		width: 20rem;
		height: 20rem;
	}
	.edit-area.company .inner:after{
		width: 22rem;
		right: -2.4rem;
		top: 0;
	}
	.edit-area.company .inner:before{
		left: -2.4rem;
		bottom: 0;
	}
}


/* company-list */
.edit-area.company .company-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.3rem;
}
.edit-area.company .company-list li{
	margin-left: 4.5rem;
	width: 33rem;
}
@media screen and (max-width: 1280px){
	.edit-area.company .company-list li{
		margin-left: 2%;
		width: 32%;
	}
}

@media print,screen and (min-width: 768px){
	.edit-area.company .company-list li:nth-child(3n+2){
		margin-top: 5rem;
	}
	.edit-area.company .company-list li:nth-child(3n+3){
		margin-top: 10rem;
	}
	.edit-area.company .company-list li:nth-child(3n+1){
		margin-left: 0;
	}
}
@media screen and (max-width: 767px){
	.edit-area.company .company-list li{
		margin: 0 0 4rem;
		width: 100%;
	}
	.edit-area.company .company-list li:last-child{
		margin-bottom: 0.9rem;
	}
}
.edit-area.company .company-list li a{
	display: block;
	text-decoration: none;
}
.edit-area.company .company-list .list-photo{
	position: relative;
	z-index: 0;
	margin-right: 3rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
@media screen and (max-width: 767px){
	.edit-area.company .company-list .list-photo{
		margin-right: 10%;
	}
}
.edit-area.company .company-list .list-photo img{
	transition: ease .25s transform;
}
@media screen and (min-width: 1081px){
	.edit-area.company .company-list a:hover .list-photo img{
		transform: scale(1.1);
	}
}
@media screen and (max-width: 767px){
	.edit-area.company .company-list .list-photo img{
		object-fit: cover;
		object-position: center center;
		width: 100%;
		/* height: 20rem; */
	}
}


.edit-area.company .company-list .list-text{
	position: relative;
	z-index: 1;
	margin-top: -10rem;
	margin-left: auto;
	padding: 3.3rem 3.6rem;
	width: 30rem;
	height: 19rem;
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
	transition: ease .25s box-shadow;
}
@media screen and (min-width: 1081px){
	.edit-area.company .company-list a:hover .list-text{
		box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
	}
}
@media screen and (max-width: 1280px){
	.edit-area.company .company-list .list-text{
		width: 90%;
		padding: 2.4rem;
		height: auto;
	}
}
@media screen and (max-width: 767px){
	.edit-area.company .company-list .list-text{
		margin-top: -6rem;
	}
}

.edit-area.company .company-list .list-title{
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 1280px){
	.edit-area.company .company-list .list-title{
		margin-bottom: 1rem;
	}
}
.edit-area.company .company-list .list-title .spell{
	margin-bottom: 0.8rem;
	font-family: Barlow;
	font-weight: bold;
	font-style: italic;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	color: #000;
}
@media screen and (max-width: 767px){
	.edit-area.company .company-list .list-title .spell{
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
}
.edit-area.company .company-list .list-title .main{
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	color: #777;
}
@media screen and (max-width: 767px){
	.edit-area.company .company-list .list-title .main{
		font-size: 1rem;
	}
}


.edit-area.company .company-list .list-detail{
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.86;
}
@media screen and (max-width: 767px){
	.edit-area.company .company-list .list-detail{
		font-size: 1.3rem;
		line-height: 1.4;
	}
}


/* ------------------------------------------- */
/* ir */
/* ------------------------------------------- */
.edit-area.ir{
	padding: 6.4rem 0 15.8rem;
}
@media screen and (max-width: 767px){
	.edit-area.ir{
		padding: 4rem 0 6rem;
	}
}

.edit-area.ir .inner{
	position: relative;
}
.edit-area.ir .inner:after{
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	pointer-events: none;
}
.edit-area.ir .inner:after{
	right: -10.5rem;
	top: -8rem;
	width: 37.8rem;
	height: 39.6rem;
	background: url(../common/img/parts/circle_bg01.png) repeat 0 0;
}
@media screen and (max-width: 767px){
	.edit-area.ir .inner:after{
		background-size: 2.9rem auto;
		opacity: .5;
	}
	.edit-area.ir .inner:after{
		right: -2.4rem;
		top: 0;
	}
	.edit-area.ir .inner:after{
		width: 22rem;
		height: 20rem;
	}
}




.edit-area.ir .ir-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px){
	.edit-area.ir .ir-list{
		margin-bottom: 2rem;
	}
}

.edit-area.ir .ir-list li{
	margin-left: 3rem;
	width: calc(33.3% - 2rem);
}
@media screen and (max-width: 767px){
	.edit-area.ir .ir-list li{
		margin: 0 0 1.5rem;
		width: 100%;
	}
}

.edit-area.ir .ir-list li:nth-child(3n+1){
	margin-left: 0;
}
.edit-area.ir .ir-list li a{
	display: block;
	padding: 3.7rem 0;
	text-decoration: none;
	border-radius: 1.5rem;
	background: #fff;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
	transition: ease .25s box-shadow;
}
@media screen and (max-width: 767px){
	.edit-area.ir .ir-list li a{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		padding: 1.5rem;
		border-radius: 0.6rem;
	}
	.edit-area.ir .ir-list li a:after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 1.6rem;
		margin-top: -0.5rem;
		width: 1rem;
		height: 1rem;
		border-top: 0.2rem solid #000;
		border-right: 0.2rem solid #000;
		box-sizing: border-box;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
}
@media screen and (min-width: 1081px){
	.edit-area.ir .ir-list li a:hover{
		box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.4);
	}
}


.edit-area.ir .ir-list li .list-icon{
	margin-bottom: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 767px){
	.edit-area.ir .ir-list li .list-icon{
		margin: 0 2.4rem 0 0;
		width: 4.5rem;
	}
}
.edit-area.ir .ir-list li .list-icon img{
	max-width: 4.5rem;
}
@media screen and (max-width: 767px){
	.edit-area.ir .ir-list li .list-icon img{
	}
}

.edit-area.ir .ir-list li .list-title{
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.08em;
	text-align: center;
	color: #000;
}
@media screen and (max-width: 767px){
	.edit-area.ir .ir-list li .list-title{
		font-size: 1.6rem;
	}
}
