@charset "UTF-8";
/* CSS Document */


	
	
/* interview-list
--------------------- */
#interview-list .txt {
	text-align: center;
	margin-bottom: 60px;
}

#interview-list a.linkbox {
	display: block;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 50px;
}
#interview-list a.linkbox:nth-child(3n) {
	margin-right: 0;
}
#interview-list.column2 a.linkbox {
	width: 47.5%;
	margin-right: 5%;
}
#interview-list.column2 a.linkbox:nth-child(2n) {
	margin-right: 0;
}
	#interview-list a.linkbox .pht {
		border-radius: 20px 20px 20px 0;
		position: relative;
	}
		#interview-list a.linkbox .pht .head {
			display: inline-block;
			background: #fff;
			height: 28px;
			padding: 0 10px;
			border-radius: 0 5px 0 0;
			font-size: 1.2rem;
			font-weight: 500;
			line-height: 28px;
			color: #00A33C;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 2;
		}

	#interview-list a.linkbox .text {
		padding: 18px 20px 0 20px;
		position: relative;
	}
	#interview-list a.linkbox .text:before {
		content: "";
		width: 50px;
		height: 50px;
		background: url("../../common/img/btn_arrow_green.svg") no-repeat center / 100%;
		position: absolute;
		top: -25px;
		right: 20px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#interview-list a.linkbox:hover .text:before {
		right: 10px;
	}
		#interview-list a.linkbox .text h3 {
			font-size: 3.4rem;
			font-weight: 600;
			line-height: 1;
			margin-bottom: 10px;
		}

		#interview-list a.linkbox .text .join {
			font-size: 1.4rem;
			line-height: 1.6em;
		}



	
	
/* mainpht
--------------------- */
#mainpht {
	width: 49%;
	height: 100vh;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
}
	#mainpht img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 90% 50%;
	}



	
	
/* interview-title
--------------------- */
#interview-title .marquee {
	display: flex;
	width: 51%;
	overflow: hidden;
	color: #00A33C;
	opacity: 0.1;
	position: absolute;
	top: 130px;
	left: 0;
}
	#interview-title .marquee .marquee__item {
		flex: 0 0 auto;
		overflow: hidden;
		font-size: 12.0rem;
		font-weight: 700;
		white-space: nowrap;
		line-height: 1;
		padding-right: 20px;
	}
	#interview-title .marquee .marquee__item:nth-child(odd) {
		animation: loop 80s -40s linear infinite;
	}
	#interview-title .marquee .marquee__item:nth-child(even) {
		animation: loop2 80s linear infinite;
	}

#interview-title .text {
	width: 45%;
}
	#interview-title .text .breadcrumbs {
		padding-top: 90px;
		font-size: 1.4rem;
		font-weight: 500;
	}
		#interview-title .text .breadcrumbs a {
			text-decoration: underline;
		}
		#interview-title .text .breadcrumbs a:hover {
			text-decoration: none;
		}

	#interview-title .text .catch {
		font-size: 3.6rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-top: 85px;
		margin-bottom: 55px;
	}

	#interview-title .text .profile .head {
		position: relative;
		z-index: 0;
		margin-bottom: 15px;
	}
	#interview-title .text .profile .head:before {
		content: "";
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -0.5px;
		z-index: -1;
	}
		#interview-title .text .profile .head span {
			display: block;
			width: 76px;
			height: 26px;
			font-size: 1.4rem;
			font-weight: 600;
			text-align: center;
			line-height: 26px;
			color: #fff;
			border-radius: 5px;
		}

	#interview-title .text .profile h1 {
		font-size: 4.0rem;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 8px;
	}

	#interview-title .text .profile .join {
		font-size: 1.5rem;
		line-height: 1.7em;
	}
		#interview-title .text .profile .join span {
			font-size: 1.2rem;
		}

	#interview-title .text .explanation {
		margin-top: 25px;
		padding-top: 25px;
		border-top: dashed 1px #ddd;
	}
		#interview-title .text .explanation h2 {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 8px;
		}

	
	
/* episode
--------------------- */
#episode .marquee {
	display: flex;
	width: 100%;
	overflow: hidden;
	color: transparent;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	opacity: 0.5;
	margin-bottom: -30px;
}
	#episode .marquee .marquee__item {
		flex: 0 0 auto;
		overflow: hidden;
		font-size: 10.0rem;
		font-weight: 700;
		white-space: nowrap;
		line-height: 1;
		padding-right: 20px;
	}
	#episode .marquee .marquee__item:nth-child(odd) {
		animation: loop 80s -40s linear infinite;
	}
	#episode .marquee .marquee__item:nth-child(even) {
		animation: loop2 80s linear infinite;
	}

	
	
/* interview
--------------------- */
#interview .text-pht {
	margin-bottom: 100px;
}
#interview .text-pht:nth-last-child(1) {
	margin-bottom: 0;
}
	#interview .text-pht .text {
		width: 47.5%;
		padding: 50px 0;
	}
	#interview .text-pht:nth-child(1) .text {
		order: 2;
	}
		#interview .text-pht .text .head {
			display: inline-block;
			font-size: 1.4rem;
			font-weight: 700;
			color: #fff;
			line-height: 1;
			padding: 5px 8px;
			border-radius: 5px;
			margin-bottom: 18px;
		}

	#interview .text-pht .pht {
		width: 47.5%;
		border-radius: 20px;
		overflow: hidden;
	}
	#interview .text-pht:nth-child(1) .pht {
		order: 1;
	}
		#interview .text-pht .pht img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

	
	
/* schedule
--------------------- */
#schedule .text {
	width: 45%;
}
	#schedule .text .list {
		margin-top: 30px;
	}
		#schedule .text .list .box {
			padding-bottom: 30px;
			position: relative;
		}
		#schedule .text .list .box:nth-last-child(1) {
			padding-bottom: 0;
		}
		#schedule .text .list .box:before {
			content: "";
			width: 11px;
			height: 11px;
			background: #74B933;
			border-radius: 50%;
			position: absolute;
			top: 7px;
			left: 66px;
			z-index: 1;
		}
		#schedule .text .list .box:after {
			content: "";
			width: 1px;
			height: 100%;
			background: #ddd;
			position: absolute;
			top: 7px;
			left: 71px;
		}
		#schedule .text .list .box:nth-last-child(1):after {
			display: none;
		}
			#schedule .text .list .box time {
				display: block;
				width: 96px;
				font-size: 1.6rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-top: 3px;
			}

			#schedule .text .list .box dl {
				width: -webkit-calc(100% - 96px);
				width: calc(100% - 96px);
			}
				#schedule .text .list .box dl dt {
					font-size: 1.8rem;
					font-weight: 700;
					line-height: 1.3em;
					margin-bottom: 5px;
				}
				#schedule .text .list .box dl dd {
					font-size: 1.5rem;
					line-height: 1.6em;
				}


	
	
/* message
--------------------- */
#message .whitebox {
	width: 48%;
	border-radius: 20px;
	background: #fff;
	padding: 40px;
	margin-top: 40px;
	position: relative;
}
	#message .whitebox .en {
		font-size: 5.0rem;
		font-weight: 600;
		line-height: 1;
		position: absolute;
		top: -45px;
		left: 40px;
	}


	
	
/* other
--------------------- */
#other {
	overflow: hidden;
}
#other .swiper-container {
	padding-bottom: 40px;
	margin-bottom: 30px;
	position: relative;
}
	#other .swiper-container a.linkbox {
		display: block;
	}
		#other .swiper-container a.linkbox .pht {
			border-radius: 20px 20px 20px 0;
			position: relative;
		}
			#other .swiper-container a.linkbox .pht .head {
				display: inline-block;
				background: #fff;
				height: 28px;
				padding: 0 10px;
				border-radius: 0 5px 0 0;
				font-size: 1.2rem;
				font-weight: 500;
				line-height: 28px;
				color: #00A33C;
				position: absolute;
				bottom: 0;
				left: 0;
				z-index: 2;
			}

		#other .swiper-container a.linkbox .text {
			padding: 18px 20px 0 20px;
			position: relative;
		}
		#other .swiper-container a.linkbox .text:before {
			content: "";
			width: 50px;
			height: 50px;
			background: url("../../common/img/btn_arrow_green.svg") no-repeat center / 100%;
			position: absolute;
			top: -25px;
			right: 20px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#other .swiper-container a.linkbox:hover .text:before {
			right: 10px;
		}
			#other .swiper-container a.linkbox .text h3 {
				font-size: 3.4rem;
				font-weight: 600;
				line-height: 1;
				margin-bottom: 10px;
			}

			#other .swiper-container a.linkbox .text .join {
				font-size: 1.4rem;
				line-height: 1.6em;
			}


	#other .swiper-container .swiper-pagination {
		bottom: 0;
	}
		#other .swiper-container .swiper-pagination .swiper-pagination-bullet {
			width: 8px;
			height: 8px;
			border-radius: 4px;
			background: #BFDDA3;
			border: none;
			opacity: 1;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#other .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
			width: 22px;
			background: #00A33C;
			opacity: 1;
		}


	
	
/* member
--------------------- */
#member {
	padding-bottom: 100px;
}
	#member .marquee {
		display: flex;
		width: 100%;
		overflow: hidden;
		color: transparent;
		text-stroke: 1px #fff;
		-webkit-text-stroke: 1px #fff;
		opacity: 0.5;
		padding-top: 70px;
	}
		#member .marquee .marquee__item {
			flex: 0 0 auto;
			overflow: hidden;
			font-size: 10.0rem;
			font-weight: 700;
			white-space: nowrap;
			line-height: 1;
			padding-right: 20px;
		}
		#member .marquee .marquee__item:nth-child(odd) {
			animation: loop 80s -40s linear infinite;
		}
		#member .marquee .marquee__item:nth-child(even) {
			animation: loop2 80s linear infinite;
		}
		@keyframes loop {
			0% {
				transform: translateX(100%);
			}
			to {
				transform: translateX(-100%);
			}
		}
		@keyframes loop2 {
			0% {
				transform: translateX(0);
			}
			to {
				transform: translateX(-200%);
			}
		}


	#member .m-list {
		margin-top: 20px;
		margin-bottom: 30px;
	}
		#member .m-list .human {
			width: 22%;
		}
			#member .m-list .human .pht {
				overflow: hidden;
				border-radius: 50%;
			}

			#member .m-list .human .text {
				padding-top: 14px;
				text-align: center;
				color: #fff;
			}
				#member .m-list .human .text h2 {
					font-size: 3.2rem;
					font-weight: 600;
					line-height: 1;
					margin-bottom: 10px;
				}

				#member .m-list .human .text .profile {
					font-size: 1.3rem;
					font-weight: 500;
					line-height: 1.6em;
				}


	#member .sub-txt {
		font-size: 1.2rem;
		text-align: center;
		color: #fff;
		margin-bottom: 40px;
	}


	#member .index {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		background: rgba(255,255,255,0.1);
		border-radius: 20px;
	}
		#member .index h2 {
			padding: 15px 40px;
			font-size: 1.4rem;
			font-weight: 500;
			color: #fff;
			border-bottom: solid 1px #fff;
		}
			#member .index h2 .en {
				font-weight: 600;
				padding-right: 15px;
			}

		#member .index .i-list {
			padding: 5px 40px 15px 40px;
			counter-reset: number 0;
		}
			#member .index .i-list a {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				width: 48%;
				margin-right: 4%;
				min-height: 66px;
				border-bottom: dashed 1px rgba(255,255,255,0.7);
				font-size: 1.6rem;
				font-weight: 500;
				color: #fff;
				line-height: 1.4em;
				padding-left: 30px;
				position: relative;
			}
			#member .index .i-list a:nth-child(2n) {
				margin-right: 0;
			}
			#member .index .i-list a:nth-child(3),
			#member .index .i-list a:nth-child(4) {
				border-bottom: none;
			}
			#member .index .i-list a:before {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				height: 100%;
				counter-increment: number 1;
				content: "(0" counter(number) ")";
				font-size: 1.1rem;
				font-family: 'Manrope', sans-serif;
				font-weight: 600;
				line-height: 1;
				position: absolute;
				top: 0;
				left: 0;
			}
			#member .index .i-list a:hover {
				opacity: 0.7;
			}


	
	
/* talk
--------------------- */
.talk {
	padding-top: 100px;
	padding-bottom: 100px;
}
	.talk .t-tit {
		max-width: 960px;
		margin: 0 auto;
		padding-bottom: 45px;
		border-bottom: solid 1px #ddd;
		text-align: center;
	}
		.talk .t-tit .head {
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 2.2rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-bottom: 20px;
		}
			.talk .t-tit .head .en {
				display: block;
				font-size: 1.3rem;
				font-weight: 600;
				margin-top: 4px;
				padding-right: 7px;
			}

		.talk .t-tit h2 {
			font-size: 3.2rem;
			font-weight: 700;
			line-height: 1.4em;
		}

	.talk .content {
		max-width: 800px;
		margin: 0 auto;
		padding-top: 10px;
	}
		.talk .content dl {
			margin-top: 40px;
		}
			.talk .content dl dt {
				width: 70px;
			}
				.talk .content dl dt span {
					display: block;
					margin-top: 4px;
					font-size: 1.3rem;
					font-weight: 500;
					text-align: center;
					line-height: 1;
				}

			.talk .content dl dd {
				width: -webkit-calc(100% - 70px);
				width: calc(100% - 70px);
				padding-left: 28px;
			}

	.talk .pht {
		max-width: 960px;
		margin: 50px auto 0 auto;
		border-radius: 20px;
		overflow: hidden;
	}



	
	
/* career-title
--------------------- */
#career-title .mainpht {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
	#career-title .mainpht img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
	}

#career-title .inner {
	height: 100vh;
}
	#career-title .breadcrumbs {
		padding-top: 90px;
		font-size: 1.4rem;
		font-weight: 500;
	}
		#career-title .breadcrumbs a {
			text-decoration: underline;
		}
		#career-title .breadcrumbs a:hover {
			text-decoration: none;
		}

	#career-title .profile {
		background: #fff;
		padding: 40px;
		border-radius: 20px;
		position: absolute;
		bottom: 50px;
		left: 0;
	}
		#career-title .profile .head {
			position: absolute;
			top: -13px;
			left: 40px;
		}
			#career-title .profile .head span {
				display: block;
				width: 76px;
				height: 26px;
				font-size: 1.4rem;
				font-weight: 600;
				text-align: center;
				line-height: 26px;
				color: #fff;
				border-radius: 5px;
			}

		#career-title .profile h1 {
			font-size: 4.0rem;
			font-weight: 600;
			line-height: 1;
			margin-bottom: 15px;
		}

		#career-title .profile .join {
			font-size: 1.5rem;
			line-height: 1.7em;
		}
			#career-title .profile .join span {
				font-size: 1.2rem;
			}



	
	
/* career-step
--------------------- */
#career-step h2 {
	text-align: center;
	margin-bottom: 100px;
}

#career-step .step {
	margin-bottom: 50px;
}
	#career-step .step .area {
		border-radius: 20px;
		padding: 50px 100px;
		position: relative;
	}
		#career-step .step .area .head {
			width: 240px;
			height: 32px;
			background: #fff;
			border: solid 1px #00A33C;
			border-radius: 5px;
			font-size: 1.8rem;
			font-weight: 700;
			line-height: 29px;
			text-align: center;
			position: absolute;
			top: -16px;
			left: 50%;
			margin-left: -120px;
		}

		#career-step .step .area .year {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1;
			text-align: center;
			text-decoration: underline;
			margin-bottom: 10px;
		}

		#career-step .step .area h3 {
			text-align: center;
			margin-bottom: 30px;
		}

		#career-step .step .area .work {
			margin-bottom: 50px;
		}
			#career-step .step .area .work h4 {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 170px;
				border-radius: 20px;
				background: rgba(255,255,255,0.2);
				font-size: 2.4rem;
				font-weight: 700;
				line-height: 1;
				text-align: center;
			}

			#career-step .step .area .work .txt {
				width: -webkit-calc(100% - 170px);
				width: calc(100% - 170px);
				padding-left: 25px;
			}

		#career-step .step .area .memory .text {
			width: 48%;
		}
			#career-step .step .area .memory .text h4 {
				font-size: 2.4rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 15px;
			}

		#career-step .step .area .memory .pht {
			width: 48%;
			border-radius: 20px;
		}
			#career-step .step .area .memory .pht img {
				height: 100%;
				object-fit: cover;
			}

	#career-step .step .flow {
		padding: 50px 100px 100px 100px;
		position: relative;
	}
	#career-step .step .flow:before {
		content: "";
		width: 50px;
		height: -webkit-calc(100% - 44px);
		height: calc(100% - 44px);
		background: #EFEFEF;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -25px;
		z-index: -1;
	}
	#career-step .step .flow:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #efefef transparent transparent transparent;
		border-width: 44px 50px 0px 50px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -50px;
		z-index: -1;
	}
		#career-step .step .flow .box {
			margin-bottom: 50px;
			padding: 30px 50px 30px 280px;
			border-radius: 20px;
		}
		#career-step .step .flow .box:nth-last-child(1) {
			margin-bottom: 0;
		}
		#career-step .step .flow .box.change {
			background: #74B933 url("../img/illust_change.svg") no-repeat left center / auto 164px;
		}
		#career-step .step .flow .box.next {
			background: #3BA1D3 url("../img/illust_next.svg") no-repeat left center / auto 164px;
		}
			#career-step .step .flow .box .head {
				font-size: 1.8rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 12px;
				text-decoration: underline;
			}

			#career-step .step .flow .box h4 {
				font-size: 2.3rem;
				font-weight: 700;
				line-height: 1.4em;
			}



	
	
/* goal
--------------------- */
#goal {
	padding: 80px 0 70px 0;
}
	#goal h2 {
		text-align: center;
	}



	
	
/* movie
--------------------- */
#movie .txt {
	text-align: center;
	margin-bottom: 50px;
}

#movie a.linkbox {
	display: block;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
}
#movie a.linkbox:nth-child(2n) {
	margin-right: 0;
}
	#movie a.linkbox h2 {
		margin-top: 10px;
		font-size: 1.6rem;
		font-weight: 500;
		background: url("../../common/img/icon_arrow_green.svg") no-repeat left center;
		padding-left: 27px;
	}




/* 1200px */
@media screen and (max-width: 1200px) {



	
	
/* career-title
--------------------- */
#career-title .profile {
	left: 6%;
}

	
}




/* 1024px */
@media screen and (max-width: 1024px) {


	
	
/* interview-list
--------------------- */
#interview-list .txt {
	margin-bottom: 40px;
}
	
#interview-list a.linkbox {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 40px;
}
#interview-list a.linkbox:nth-child(3n) {
	margin-right: 5%;
}
#interview-list a.linkbox:nth-child(2n) {
	margin-right: 0;
}
	#interview-list a.linkbox .pht {
		border-radius: 15px 15px 15px 0;
	}

	#interview-list a.linkbox .text {
		padding: 15px 20px 0 20px;
	}
	#interview-list a.linkbox .text:before {
		width: 44px;
		height: 44px;
		top: -22px;
	}
		#interview-list a.linkbox .text h3 {
			font-size: 3.2rem;
		}

		#interview-list a.linkbox .text .join {
			font-size: 1.3rem;
		}



	
	
/* mainpht
--------------------- */
#mainpht img {
	object-position: 78% 50%;
}



	
	
/* interview-title
--------------------- */
#interview-title .marquee {
	top: 110px;
}
	#interview-title .marquee .marquee__item {
		font-size: 8.0rem;
	}

#interview-title .text {
	width: 45%;
}
	#interview-title .text .breadcrumbs {
		padding-top: 75px;
		font-size: 1.2rem;
	}

	#interview-title .text .catch {
		font-size: 2.8rem;
		margin-top: 60px;
		margin-bottom: 35px;
	}

	#interview-title .text .profile .head span {
		width: 72px;
		font-size: 1.3rem;
	}

	#interview-title .text .profile h1 {
		font-size: 3.4rem;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 8px;
	}

	#interview-title .text .profile .join {
		font-size: 1.4rem;
		line-height: 1.6em;
	}
		#interview-title .text .profile .join span {
			font-size: 1.1rem;
		}

	#interview-title .text .explanation h2 {
		font-size: 1.8rem;
	}


	
	
/* episode
--------------------- */
#episode .marquee {
	margin-bottom: -25px;
}
	#episode .marquee .marquee__item {
		font-size: 8.0rem;
	}

	
	
/* interview
--------------------- */
#interview .text-pht {
	margin-bottom: 70px;
}
	#interview .text-pht .text {
		padding: 0;
	}
		#interview .text-pht .text .head {
			font-size: 1.2rem;
			padding: 6px 8px;
			margin-bottom: 14px;
		}

	#interview .text-pht .pht {
		border-radius: 15px;
	}

	
	
/* schedule
--------------------- */
#schedule .text .list {
	margin-top: 30px;
}
	#schedule .text .list .box {
		padding-bottom: 25px;
	}
		#schedule .text .list .box time {
			font-size: 1.5rem;
		}

		#schedule .text .list .box dl dt {
			font-size: 1.7rem;
		}
		#schedule .text .list .box dl dd {
			font-size: 1.4rem;
		}


	
	
/* message
--------------------- */
#message .whitebox {
	border-radius: 15px;
	padding: 25px;
	margin-top: 30px;
}
	#message .whitebox .en {
		font-size: 4.0rem;
		top: -35px;
		left: 30px;
	}


	
	
/* other
--------------------- */
#other .swiper-container {
	padding-bottom: 35px;
	margin-bottom: 25px;
}
	#other .swiper-container a.linkbox .pht {
		border-radius: 15px 15px 15px 0;
	}

	#other .swiper-container a.linkbox .text {
		padding: 15px 20px 0 20px;
	}
	#other .swiper-container a.linkbox .text:before {
		width: 44px;
		height: 44px;
		top: -22px;
	}
		#other .swiper-container a.linkbox .text h3 {
			font-size: 3.2rem;
		}

		#other .swiper-container a.linkbox .text .join {
			font-size: 1.3rem;
		}


	
	
/* member
--------------------- */
#member {
	padding-bottom: 80px;
}
	#member .marquee {
		padding-top: 50px;
	}
		#member .marquee .marquee__item {
			font-size: 8.0rem;
		}


	#member .m-list {
		margin-bottom: 25px;
	}
		#member .m-list .human .text {
			padding-top: 12px;
		}
			#member .m-list .human .text h2 {
				font-size: 2.6rem;
			}

			#member .m-list .human .text .profile {
				font-size: 1.2rem;
			}


	#member .sub-txt {
		font-size: 1.1rem;
		margin-bottom: 35px;
	}


	#member .index {
		border-radius: 15px;
	}
		#member .index h2 {
			font-size: 1.3rem;
		}

		#member .index .i-list {
			padding: 5px 40px 15px 40px;
		}
			#member .index .i-list a {
				font-size: 1.4rem;
			}
			#member .index .i-list a:before {
				font-size: 1.0rem;
			}


	
	
/* talk
--------------------- */
.talk {
	padding-top: 80px;
	padding-bottom: 80px;
}
	.talk .t-tit {
		padding-bottom: 35px;
	}
		.talk .t-tit .head {
			font-size: 1.8rem;
			margin-bottom: 15px;
		}
			.talk .t-tit .head .en {
				font-size: 1.1rem;
				margin-top: 3px;
			}

		.talk .t-tit h2 {
			font-size: 2.8rem;
		}

	.talk .content dl {
		margin-top: 30px;
	}
		.talk .content dl dt {
			width: 60px;
		}
			.talk .content dl dt span {
				font-size: 1.2rem;
			}

		.talk .content dl dd {
			width: -webkit-calc(100% - 60px);
			width: calc(100% - 60px);
			padding-left: 25px;
		}

	.talk .pht {
		margin: 45px auto 0 auto;
		border-radius: 15px;
	}



	
	
/* career-title
--------------------- */
#career-title .mainpht {
	height: 100dvh;
}
	#career-title .mainpht img {
		object-position: 80% top;
	}

#career-title .inner {
	height: 100dvh;
}
	#career-title .breadcrumbs {
		padding-top: 80px;
		font-size: 1.3rem;
	}

	#career-title .profile {
		padding: 30px;
		border-radius: 15px;
		bottom: 6%;
	}
		#career-title .profile .head {
			top: -11px;
			left: 30px;
		}
			#career-title .profile .head span {
				width: 70px;
				height: 22px;
				font-size: 1.2rem;
				line-height: 22px;
			}

		#career-title .profile h1 {
			font-size: 3.4rem;
			margin-bottom: 12px;
		}

		#career-title .profile .join {
			font-size: 1.4rem;
			line-height: 1.6em;
		}
			#career-title .profile .join span {
				font-size: 1.1rem;
			}



	
	
/* career-step
--------------------- */
#career-step h2 {
	margin-bottom: 70px;
}

#career-step .step {
	margin-bottom: 40px;
}
	#career-step .step .area {
		border-radius: 15px;
		padding: 40px 50px;
	}
		#career-step .step .area .head {
			width: 200px;
			height: 30px;
			font-size: 1.6rem;
			line-height: 27px;
			top: -15px;
			margin-left: -100px;
		}

		#career-step .step .area .year {
			font-size: 1.8rem;
		}

		#career-step .step .area h3 {
			margin-bottom: 30px;
		}

		#career-step .step .area .work {
			margin-bottom: 40px;
		}
			#career-step .step .area .work h4 {
				width: 130px;
				border-radius: 15px;
				font-size: 2.0rem;
			}

			#career-step .step .area .work .txt {
				width: -webkit-calc(100% - 130px);
				width: calc(100% - 130px);
				padding-left: 20px;
			}

		#career-step .step .area .memory .text {
			width: 47.5%;
		}
			#career-step .step .area .memory .text h4 {
				font-size: 2.2rem;
				margin-bottom: 12px;
			}

		#career-step .step .area .memory .pht {
			width: 47.5%;
			border-radius: 15px;
		}

	#career-step .step .flow {
		padding: 40px 50px 80px 50px;
		position: relative;
	}
	#career-step .step .flow:before {
		width: 40px;
		height: -webkit-calc(100% - 40px);
		height: calc(100% - 40px);
		margin-left: -20px;
	}
	#career-step .step .flow:after {
		border-width: 40px 40px 0px 40px;
		margin-left: -40px;
	}
		#career-step .step .flow .box {
			margin-bottom: 40px;
			padding: 30px 25px 30px 230px;
			border-radius: 20px;
		}
		#career-step .step .flow .box:nth-last-child(1) {
			margin-bottom: 0;
		}
		#career-step .step .flow .box.change {
			background: #74B933 url("../img/illust_change.svg") no-repeat left center / auto 130px;
		}
		#career-step .step .flow .box.next {
			background: #3BA1D3 url("../img/illust_next.svg") no-repeat left center / auto 130px;
		}
			#career-step .step .flow .box .head {
				font-size: 1.6rem;
			}

			#career-step .step .flow .box h4 {
				font-size: 2.0rem;
			}



	
	
/* goal
--------------------- */
#goal {
	padding: 60px 0 60px 0;
}



}





/* max 768px */
@media screen and (max-width: 768px) {


	
	
/* interview-list
--------------------- */
#interview-list .txt {
	margin-bottom: 30px;
}
	
#interview-list .list {
	display: block;
}
	#interview-list a.linkbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#interview-list.column2 a.linkbox {
		width: 100%;
		margin-right: 0;
	}
	#interview-list a.linkbox:nth-child(3n) {
		margin-right: 0;
	}
		#interview-list a.linkbox .text {
			padding: 15px 10px 0 10px;
		}
			#interview-list a.linkbox .text h3 {
				font-size: 2.8rem;
			}

			#interview-list a.linkbox .text .join {
				font-size: 1.2rem;
			}



	
	
/* interview-title
--------------------- */
#interview-title .mainpht {
	width: 100%;
	height: 100%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 0 0 20px 20px;
}
	#interview-title .mainpht img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 90% 50%;
	}
	
#interview-title .marquee {
	display: none;
}

#interview-title .text {
	width: 100%;
}
	#interview-title .text .breadcrumbs {
		display: none;
	}

	#interview-title .text .catch {
		font-size: 2.4rem;
		margin-top: 35px;
		margin-bottom: 30px;
	}


	
	
/* episode
--------------------- */
#episode .marquee {
	margin-bottom: -20px;
}
	#episode .marquee .marquee__item {
		font-size: 7.0rem;
	}

	
	
/* interview
--------------------- */
#interview .text-pht {
	display: block;
	margin-bottom: 60px;
}
	#interview .text-pht .text {
		width: 100%;
		margin-bottom: 25px;
	}

	#interview .text-pht .pht {
		width: 100%;
	}

	
	
/* schedule
--------------------- */
#schedule {
	background: #fff;
}
	#schedule .text {
		width: 100%;
	}


	
	
/* message
--------------------- */
#message .inner {
	display: block;
}
	#message .whitebox {
		width: 100%;
		margin-top: 30px;
	}
	#message .whitebox:nth-child(2) {
		margin-top: 80px;
	}


	
	
/* other
--------------------- */
#other .swiper-container {
	padding-bottom: 35px;
	margin-bottom: 20px;
}
	#other .swiper-container a.linkbox .text {
		padding: 15px 10px 0 10px;
	}
		#other .swiper-container a.linkbox .text h3 {
			font-size: 2.8rem;
		}

		#other .swiper-container a.linkbox .text .join {
			font-size: 1.2rem;
		}


	
	
/* member
--------------------- */
#member {
	padding-bottom: 60px;
}
	#member .marquee {
		padding-top: 40px;
	}
		#member .marquee .marquee__item {
			font-size: 7.0rem;
		}


	#member .m-list {
		margin-top: 0;
		margin-bottom: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#member .m-list .human {
			width: 47.5%;
			margin-right: 5%;
			margin-top: 30px;
		}
		#member .m-list .human:nth-child(2n) {
			margin-right: 0;
		}
			#member .m-list .human .text {
				padding-top: 12px;
			}
				#member .m-list .human .text h2 {
					font-size: 2.6rem;
				}

				#member .m-list .human .text .profile {
					font-size: 1.2rem;
				}


	#member .sub-txt {
		margin-bottom: 30px;
	}


	#member .index {
		border-radius: 15px;
	}
		#member .index h2 {
			padding: 15px 30px;
		}

		#member .index .i-list {
			display: block;
			padding: 5px 30px 5px 30px;
		}
			#member .index .i-list a {
				width: 100%;
				min-height: auto;
				margin-right: 0;
				padding: 15px 0 15px 30px;
			}
			#member .index .i-list a:nth-child(3) {
				border-bottom: dashed 1px rgba(255,255,255,0.7);
			}


	
	
/* talk
--------------------- */
.talk {
	padding-top: 50px;
	padding-bottom: 60px;
}
	.talk .t-tit {
		padding-bottom: 35px;
	}
		.talk .t-tit .head {
			display: block;
			font-size: 1.6rem;
			margin-bottom: 12px;
		}
			.talk .t-tit .head .en {
				font-size: 1.2rem;
				margin-top: 0;
			}

		.talk .t-tit h2 {
			font-size: 2.4rem;
			line-height: 1.3em;
		}

	.talk .content dl {
		margin-top: 25px;
	}
		.talk .content dl dt {
			width: 50px;
		}
			.talk .content dl dt span {
				font-size: 1.1rem;
			}

		.talk .content dl dd {
			width: -webkit-calc(100% - 50px);
			width: calc(100% - 50px);
			padding-left: 20px;
		}

	.talk .pht {
		margin: 35px auto 0 auto;
	}



	
	
/* career-title
--------------------- */
#career-title .mainpht {
	height: -webkit-calc(100vh - 50px);
	height: calc(100vh - 50px);
	height: -webkit-calc(100dvh - 50px);
	height: calc(100dvh - 50px);
}

#career-title .inner {
	height: -webkit-calc(100vh - 50px);
	height: calc(100vh - 50px);
	height: -webkit-calc(100dvh - 50px);
	height: calc(100dvh - 50px);
}
	#career-title .breadcrumbs {
		display: none;
	}

	#career-title .profile {
		width: 90%;
		border-radius: 15px 15px 0 0;
		padding: 30px 30px 0 30px;
		bottom: -1px;
		left: 5%;
	}
		#career-title .profile .head {
			top: -11px;
			left: 30px;
		}
			#career-title .profile .head span {
				width: 70px;
				height: 22px;
				font-size: 1.2rem;
				line-height: 22px;
			}

		#career-title .profile h1 {
			font-size: 3.2rem;
		}

		#career-title .profile .join {
			font-size: 1.3rem;
		}



	
	
/* career-step
--------------------- */
#career-step h2 {
	margin-bottom: 50px;
}

#career-step .step {
	margin-bottom: 40px;
}
	#career-step .step .area {
		border-radius: 15px;
		padding: 35px 25px 30px 25px;
	}
		#career-step .step .area .head {
			width: 180px;
			height: 30px;
			font-size: 1.4rem;
			margin-left: -90px;
		}

		#career-step .step .area .year {
			font-size: 1.6rem;
		}

		#career-step .step .area h3 {
			margin-bottom: 25px;
		}

		#career-step .step .area .work {
			display: block;
			margin-bottom: 30px;
		}
			#career-step .step .area .work h4 {
				width: 100%;
				padding: 6px;
				border-radius: 5px;
				font-size: 1.8rem;
				margin-bottom: 12px;
			}

			#career-step .step .area .work .txt {
				width: 100%;
				padding-left: 0;
			}

		#career-step .step .area .memory {
			display: block;
		}
			#career-step .step .area .memory .text {
				width: 100%;
				margin-bottom: 20px;
			}
				#career-step .step .area .memory .text h4 {
					font-size: 2.0rem;
				}

			#career-step .step .area .memory .pht {
				width: 100%;
			}

	#career-step .step .flow {
		padding: 30px 25px 70px 25px;
	}
		#career-step .step .flow .box {
			margin-bottom: 30px;
			padding: 150px 25px 25px 25px;
			border-radius: 20px;
		}
		#career-step .step .flow .box:nth-last-child(1) {
			margin-bottom: 0;
		}
		#career-step .step .flow .box.change {
			background: #74B933 url("../img/illust_change.svg") no-repeat center top 15px / auto 110px;
		}
		#career-step .step .flow .box.next {
			background: #3BA1D3 url("../img/illust_next.svg") no-repeat center top 0 / auto 110px;
			padding-top: 135px;
		}
			#career-step .step .flow .box .head {
				font-size: 1.4rem;
				text-align: center;
			}

			#career-step .step .flow .box h4 {
				font-size: 1.8rem;
				text-align: center;
			}



	
	
/* goal
--------------------- */
#goal {
	padding: 60px 0 60px 0;
}



	
	
/* movie
--------------------- */
#movie .txt {
	margin-bottom: 40px;
}
	
#movie .list {
	display: block;
}
	#movie a.linkbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#movie a.linkbox:nth-last-child(1) {
		margin-bottom: 0;
	}
		#movie a.linkbox h2 {
			font-size: 1.5rem;
			letter-spacing: 0;
		}
	




}