@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .content {
	position: relative;
	z-index: 10;
}
#main .top-visual {
	margin: 0 auto 26.9rem;
	max-width: 153.4rem;
	background-color: #fff;
	padding: 6.8rem 7.7rem 4.6rem;
	position: relative;
	z-index: 10;
	border: 2px solid #000000;
}
#main .top-visual .image {
	position: relative;
}
#main .top-visual .image::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #000000;
	content: "";
	box-sizing: border-box;
}
#main .top-visual .text-box {
	width: 60rem;
	color: #221816;
	position: absolute;
	left: 50%;
	bottom: 28.7rem;
	padding: 0 2rem 0 4.8rem;
	transform: translateX(-50%);
	font-size: 2.3rem;
	font-weight: 600;
}
#main .top-visual .text-box p {
	margin-top: 3.7rem;
	line-height: 1.7;
	letter-spacing: -0.05em;
}
#main .top-visual .text-box p:first-child {
	margin-top: 0;
}
#main .top-visual .text-box .big {
	font-size: 3.6rem;
	margin-top: 4rem;
	letter-spacing: 0.03em;
}
#main .top-visual .image img {
	width: 100%;
}
#main .top-visual .title {
	width: 97.8rem;
	position: absolute;
	top: 42.9rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
#main .top-visual .text-img {
	width: 65.6rem;
	margin: 2.6rem auto 0;
	display: block;
}
#main .top-visual .notos {
	font-size: 4rem;
	font-family:"vdl-penletter",sans-serif;
	font-weight: 500;
	position: absolute;
	bottom: -6rem;
	left: 0;
	white-space:nowrap;
	line-height: 1;
}
@media all and (max-width: 896px) {
	#main .top-visual {
		padding: 0.6rem 0 0 0;
		border: none;
		margin: -0.3rem -1rem 12rem;
	}
	#main .top-visual .text-box {
		font-size: 2.79vw;
		bottom: 32.6vw;
		padding: 0;
		width: 72vw;
		padding-left: 7.5vw;
	}
	#main .top-visual .text-box p {
		margin-top: 4.32vw;
		line-height: 1.82;
		letter-spacing: 0;
	}
	#main .top-visual .title {
		width: 13.74vw;
		top: 38.26vw;
	}
	#main .top-visual .title img {
		width: 100%;
	}
	#main .top-visual .text-box .big {
		margin-top: 2.5vw;
		font-size: 4.45vw;
		line-height: 1.2;
	}
	#main .top-visual .notos {
		bottom: -2.3rem;
		left: 2.2rem;
		font-size: 1.5rem;
	}
}


/* people-box */
#main .people-box .content {
	padding-bottom: 2.9rem;
	position: relative;
	max-width: 163.2rem;
}
#main .people-box .content .image {
	width: 46.6rem;
	position: absolute;
	right: -2.9rem;
	bottom: -8.2rem;
}
#main .people-box .bg-box {
	position: relative;
	padding: 4.5rem 0 5.4rem;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: rgba(255, 255, 255, 0.7);
}
#main .people-box .slick-box {
	padding-bottom: 7.9rem;
	position: relative;
	z-index: 10;
}

#main .people-box .slick-box .dots-ul {
	bottom: -8rem;
}
/* people-box 矢印スタイル */
#main .people-box .arrow-ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 62rem;
	margin: auto;
}
#main .people-box .arrow-ul li {
	margin-top: 4.2rem;
	width: 6rem;
	cursor: pointer;
	transition: 0.3s;
}
#main .people-box .arrow-ul li img {
	width: 100%;
}
#main .people-box .arrow-ul .next {
	/* 必要に応じて調整 */
}
#main .people-box .penn-img {
	width: 48.2rem;
	position: absolute;
	top: -6.6rem;
	right: -37.6rem;
}
#main .dots-ul,
#main .slick-dots {
	position: absolute;
	bottom: -4.5rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .slick-dots button {
	display: none;
}
#main .dots-ul li,
#main .slick-dots li {
	margin: 0 1.5rem 0 1.4rem !important;
	border-radius: 5rem;
	width: 1.3rem !important;
	height: 1.3rem !important;
	background-color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
}
#main .slick-dots .slick-active {
	background-color: #fff;
}
#main .people-box .slick-box .slick-dots {
	bottom: -7.8rem;
}


#main .people-box .list-ul li {
	width: 140.8rem;
	margin: 0 2.7rem;
	padding-left: 7.7rem;
}
#main .people-box .list-ul .slick-slide > div {
	margin: 0 2.7rem;
	width: 140.8rem;
}
#main .people-box .list-ul .slick-slide li {
	width: auto;
	margin: 0;
}
#main .people-box .flex-box a {
	display: flex;
	justify-content: space-between;
}
#main .people-box .flex-box .photo {
	width: 73rem;
}
#main .people-box .over {
	display: none;
}
#main .people-box .flex-box .right-box {
	margin: 7.8rem 0 0 -9.4rem;
	flex: 1;
}
#main .people-box .flex-box .text-box {
    background: #fff;
    border: 2px solid #000;
    font-size: 2rem;
    padding: 1.7rem 2.4rem;
    letter-spacing: -0.09em;
    text-align: justify;
    line-height: 2;
    font-weight: 600;
}
#main .people-box .title {
	font-weight: 400;
}
#main .people-box .name {
	margin-bottom: 1.4rem;
	font-size: 6.8rem;
	line-height: 1;
	font-family:"vdl-penletter",sans-serif;
	display: block;
}
#main .people-box .lable {
	margin-bottom: 1.4rem;
	color: #fff;
	font-size: 3.4rem;
	font-family:"vdl-penletter",sans-serif;
	line-height: 1;
	display: block;
}
#main .people-box .lable span {
	padding: 0.7rem 1.3rem;
	display: inline-block;
	vertical-align: top;
	background-color: #000;
}
#main .people-box .link a,
#main .people-box .link .inner {
	width: 20.2rem;
	height: 4.9rem;
	font-size: 3.3rem;
	background: #fff;
	border: 2px solid #000;
	font-family:"vdl-penletter",sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.1em;
}
#main .people-box .link {
	margin-top: 3rem;
}
@media (hover: hover) {
	#main .people-box .link a:hover,
	#main .people-box a:hover .link .inner {
		background-color: #000;
		color: #fff;
	}
	#main .people-box .arrow-ul li:hover {
		opacity: 0.7;
	}
	#main .people-box a:hover .over {
		display: inline-block;
	}
	#main .people-box a:hover .img {
		display: none;
	}
}
@media all and (max-width: 896px) {
	#main .people-box .content .image {
		width: 15.5rem;
		right: -3.7rem;
		bottom: -2.7rem;
	}
	#main .people-box .content {
		margin: 0 4.1rem;
		padding-bottom: 3.6rem;
	}
	#main .people-box .list-ul a {
		display: block;
	}
	#main .people-box .list-ul .image img {
		height: 27.6rem;
		width: auto;
	}
	#main .people-box .list-ul .slick-slide > div {
		margin: 0 1.7rem;
		width: auto;
	}
	#main .people-box .list-ul li {
		padding-left: 1.2rem;
	}
	#main .people-box .bg-box {
		padding: 3rem 0 4.7rem;
		border-width: 1px;
	}
	#main .dots-ul li, #main .slick-dots li {
		margin: 0 0.8rem !important;
		width: 0.7rem !important;
		height: 0.7rem !important;
	}
	#main .people-box .slick-box {
		padding-bottom: 2.8rem;
	}
	#main .people-box .slick-box .slick-dots {
		bottom: -4.3rem;
	}
	#main .dots-ul, #main .slick-dots {
		bottom: -4.6rem;
	}
	#main .people-box .penn-img {
		width: 19rem;
		bottom: 3.1rem;
		top: auto;
		right: -13.4rem;
	}
}


/* team-box */
#main .team-box .content {
	padding: 7.9rem 0 8.3rem;
}
#main .team-box .head-line03 {
	margin-bottom: 2.7rem;
}
#main .team-box .head-line03 img {
	width: 35.2rem;
}
#main .team-box .head-line03 .jp {
	margin-top: 3rem;
}
#main .team-box .com-ill-list {
	margin: 0 -1.6rem 0 1.5rem;
}
#main .team-box .inner-box {
	position: relative;
}
#main .team-box .starImg {
    width: 16rem;
    position: absolute;
    top: -2.1rem;
    left: 7.6rem;
}
#main .team-box .star02 {
	width: 10.7rem;
	left: auto;
	right: 7.8rem;
	top: 0.6rem;
}
#main .team-box .btm-photo {
	width: 34.2rem;
	position: absolute;
	bottom: -1.4rem;
	left: -8rem;
}
@media all and (max-width: 896px) {
	#main .team-box .head-line03 img {
		width: 13.4rem;
	}
	#main .team-box .content {
		padding: 8.9rem 0 21.2rem;
	}
	#main .team-box .head-line03 {
		margin-bottom: 3.7rem;
	}
	#main .team-box .com-ill-list {
		margin: 0 auto;
	}
	#main .team-box .head-line03 .jp {
		margin-top: 0.8rem;
	}
	#main .team-box .com-ill-list li:last-child {
		margin-bottom: 1.2rem;
	}
	#main .team-box .starImg {
		width: 6.5rem;
		top: -9.5rem;
		left: -0.4rem;
	}
	#main .team-box .star02 {
		width: 4.5rem;
		left: auto;
		right: 1.6rem;
		top: -11.3rem;
	}
	#main .team-box .btm-photo {
		width: 19.2rem;
		bottom: -0.8rem;
		left: -2.9rem;
	}
	#main .team-box .inner-box {
		margin: 0 auto;
		max-width: 39.3rem;
	}
}


/* talk-box */
#main .talk-box {
	background-color: rgba(0,0,0, 0.15);
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#main .talk-box .content {
	padding: 8rem 0 6.28rem;
}
#main .talk-box .head-line03 img {
	width: 30.3rem;
}
#main .talk-box .head-line03 .jp {
	margin-top: 3rem;
}
#main .talk-box .head-line03 {
	margin-bottom: 3.1rem;
}
#main .talk-box .com-ill-list.bottom {
	margin-top: 4rem;
}
#main .talk-box .com-ill-list.style .txt span {
	padding: 1rem 4.2rem 1.1rem;
}
#main .talk-box .com-ill-list.style .txt02 {
	margin-top: 3.1rem;
}
#main .talk-box .inner-box {
	position: relative;
}
#main .talk-box .decImg {
	width: 10.7rem;
	position: absolute;
	top: -9.8rem;
	left: -8.5rem;
}
#main .talk-box .dec02 {
	width: 10.1rem;
	left: auto;
	top: -11.2rem;
	right: -8rem;
}
#main .talk-box .dec03 {
	width: 33.4rem;
	bottom: calc(100% - 3.7rem);
	right: 1.9rem;
	top: auto;
	left: auto;
	z-index: 10;
}
@media all and (min-width: 897px) {
	#main .talk-box .com-ill-list {
		margin-bottom: -3rem;
	}
	
	#main .talk-box .com-ill-list li {
		margin-bottom: 3rem;
	}
	#main .talk-box .com-ill-list.bottom {
		margin-top: 6rem;
	}
	
}
@media all and (max-width: 896px) {
	#main .talk-box .head-line03 img {
		width: 11.6rem;
	}
	#main .talk-box .content {
		padding: 8.7rem 0 5.5rem;
	}
	#main .talk-box .head-line03 .jp {
		margin-top: 0.8rem;
	}
	#main .talk-box .head-line03 .jp {
		margin-top: 0.8rem;
	}
	#main .talk-box .decImg {
		width: 4.3rem;
		top: -3.8rem;
		left: -1rem;
	}
	#main .talk-box .dec02 {
		width: 4rem;
		left: auto;
		top: -4.2rem;
		right: -0.3rem;
	}
	#main .talk-box .head-line03 {
		margin-bottom: 3.5rem;
	}
	#main .talk-box .com-ill-list.style .txt span {
		padding: 0.7rem 1rem 0.5rem;
	}
	#main .talk-box .com-ill-list.style .txt {
		margin-top: 1.1rem;
	}
	#main .talk-box .com-ill-list.style .txt02 {
		margin-top: 1.8rem;
	}
	#main .talk-box .inner-box {
		margin: 0 auto;
		padding-bottom: 14.9rem;
		max-width: 39.3rem;
	}
	#main .talk-box .dec03 {
		bottom: -7.6rem;
		right: -0.9rem;
		top: auto;
		left: auto;
		width: 19.1rem;
	}
}


/* works-box */
#main .works-box {
	padding: 10rem 0 8.4rem;
	background-color: rgba(255, 255, 255, 0.38);
	border-bottom: 2px solid #000000;
}
#main .works-box .head-line03 img {
	width: 47.2rem;
}
#main .works-box .sub-box {
	z-index: 15;
	position: relative;
}
#main .works-box .com-works-box {
    margin-top: 5rem;
}
#main .works-box .slick-box {
	padding-bottom: 4.5rem;
	position: relative;
}
/* works-box 矢印スタイル */
#main .works-box .arrow-ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 72rem;
	margin: 1rem auto 0;
}
#main .works-box .arrow-ul li {
	width: 6rem;
	cursor: pointer;
	transition: 0.3s;
}
#main .works-box .arrow-ul li img {
	width: 100%;
}
#main .works-box .arrow-ul .next {
	/* 必要に応じて調整 */
}
@media (hover: hover) {
	#main .works-box .arrow-ul li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .works-box .head-line03 img {
		width: 18rem;
	}
	#main .works-box {
		padding: 9.3rem 0 6.9rem;
	}
	#main .works-box .com-works-box {
		margin-top: 3.6rem;
	}
	#main .works-box .slick-box {
		padding-bottom: 2.9rem;
	}
	#main .works-box .slick-box .slick-dots {
		bottom: -3rem;
	}
	#main .works-box .arrow-ul {
		display: none;
	}
}

/* btm-box */
#main .btm-box {
	display: flex;
	justify-content: center;
	gap: 8rem;
	width: 90%;
	margin: auto;
	padding-top: 13.8rem;
	min-height: 112.7rem;
	background: url("../img/index/btm_bg.png") no-repeat center bottom / auto 48.5rem;
	position: relative;
	z-index: 10;
}
#main .btm-box .link {
	text-align: center;
}
#main .btm-box .link a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 4rem;
	font-family:"vdl-penletter",sans-serif;
}
#main .btm-box .link img {
	width: 58.8rem;
}
#main .btm-box .link .txt {
	margin-top: -3.8rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
}
#footer {
	margin-top: -0.2rem;
}
@media (hover: hover) {
	#main .btm-box .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .btm-box .link img {
		width: 26.6rem;
	}
	#main .btm-box {
		flex-direction: column;
		gap: 3rem;
		width: auto;
		min-height: 47.8rem;
		padding: 8.4rem 0 25rem; 
		background-size: auto 15.7rem;
	}
	#main .btm-box .link a {
		font-size: 3rem;
		letter-spacing: -0.05em;
	}
}



.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/* pop-box */
.mfp-bg {
	background: #EDEDED url(../img/common/body_bg.png) repeat-y center top 2.5rem / calc(100% - 2.8rem);
	opacity: 1 !important;
}
.pop-box .image {
	margin: 0 auto;
	max-width: 172.8rem;
}
.pop-box .image img {
	width: 100%;
}
.pop-box .close {
	width: 6.3rem;
	position: fixed;
	top: 1.9rem;
    right: 3.7rem;
	cursor: pointer;
	z-index: 20;
}
.pop-box .inner-box {
	padding: 3rem;
}
.mfp-container {
	padding: 0;
	overflow-y: auto;
}
@media (hover: hover) {
	.pop-box .close:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pop-box .inner-box {
		padding: 3.8rem 4rem 3.8rem 4.1rem;
	}
	.mfp-bg {
		background-image: url(../img/common/body_bg_sp.png);
		background-size: 100% auto;
		background-position: center top;
	}
	.pop-box .close {
		width: 4.3rem;
		top: 3.8rem;
		right: 2.3rem;
	}
}



#main .people-box {
	padding-top: 16rem;
	margin-top: -16rem;
}
@media all and (max-width: 896px) {
	#main .people-box {
		padding-top: 8rem;
		margin-top: -8rem;
	}
}

/* add */
.float_btn	{
	position: fixed;
	bottom: 4rem;
	left: 3.3rem;
	width: 35.3rem;
	height: auto;
	cursor: pointer;
	z-index: 9999;
	transition: opacity 0.3s, visibility 0.3s;
	opacity: 1;
	visibility: visible;
}
.float_btn.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
@media (hover: hover) {
	.float_btn:not(.is-hidden):hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.float_btn	{
		bottom: 2.8rem;
		left: 2rem;
		width: 18.5rem;
	}
}