.intor-main-image {
	overflow: hidden;
	position: relative;
}
.intro-main-wrapper {
	position: relative;
}

.intor-main-image img {
	width: 100%;
}

.intor-sub-image img {
	width: 100%;
}

#around {
	position: absolute;
    bottom: -0%;
	right: -11%;
	width: 155%;
}

.intro-main-wrapper {
	position: relative;
	background-color: #fff;
}

.intro-main-wrapper.overlay {
	left: 0;
	z-index: 5;
}

.title-area {
	position: relative;
	width: 10em;
}
.title-area:after {
	content: "PEOPLE";
	display: block;
	position: absolute;
	top: 150px;
	left: -145px;
	transform: rotate(90deg);
	font-size: 5.1em;
	font-weight: bold;
	color: #444;
	opacity: 0.5;
	transition-property: left, opacity;
	transition-duration: .4s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}

.title-area.scroll-in:after {
	left: -105px;
	opacity: 1;
}

.intro-main {
	background-color: #f9f9f9;
	padding: 3.5em 10% 3.5em 10%;
	position: relative;
}

.intro-main h3 {
	font-size: 20px;
	line-height: 2.5rem;
	margin: 10px 10%;
}

.intro-main h4 {
	font-size: 18px;
	line-height: 2.2rem;
	margin: 10px 10% 0 10%;
	display: block;
	border-bottom: 1px solid #000;
}

.underline  {
	border-bottom: 1px solid #000;
}

.intro-main .title-box-body {
	font-size: 15px;
	line-height: 2rem;
	padding: 0 10%;
}
/*.intro-main .title-box-body p {
	margin-left: 1rem;
}
*/
.intro-main .title-box-body .schedule-box .schedule-date{
	font-size: 20px;
}

.intro-main h3:before {
	content: '';
	position: absolute;
	margin-top: .6em;
	left: 0%;
	height: 40px;
	width: 15%;
	border-bottom: 2px solid rgb(182 182 182);
}

.shain_link {
	background-color: #fff;
	padding: 3.5em 10% 3.5em 10%;
	margin-left: 5em;
}

.shain_table {
	float:left;
	display: inline-block;
	position: relative;
}

.shain_info {
	float:left;
	display: inline-block;
	position: absolute; 
	bottom: 0px; 
	left: 5px; 
}

.shain-name {
	position: relative;
}

.intro-card {
	position: absolute;
	right: 0;
	top: -70px;
	width: 45%;
	background-color: #fff;
	z-index: 10;
	padding: 40px 80px;
	font-size: 14px;
	opacity: 0.5;
	transition-property: top, opacity;
	transition-duration: .4s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	box-shadow: 0px 20px 13px 0px rgb(0 0 0 / 2%);
}

.intro-space-wrapper {
	background-color: rgba(88, 88, 88, .6);
	padding: 3.2em 2.8em 2.1em 2.8em;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.intro-space-wrapper.style-white {
	background-color: rgba(255, 255, 255, .6);
	color: #000;
}

.intro-space {
	position: relative;
	left: 30px;
	top: 0;
	z-index: 10;
	opacity: 0.5;
	font-size: .78em;
	transition-property: left, opacity;
	transition-duration: .4s;
	transition-delay: 0s;
	transition-timing-function: ease-out;
}



.formal {
	font-size: 2em;
	font-weight: bold;
	display: inline-block;
}

.furigana {
	margin-left: 25px;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	color: #ccc;
}

.intro-card .furigana {
	color: #888;
}

.style-white .furigana {
	color: #666;
}

.intro-card.scroll-in {
	top: -130px;
	opacity: 1;
}

.intro-space.scroll-in {
	left: 0;
	opacity: 1;
}



.profile {
	position: relative;
	padding-top: 1em;
}

.intro-card .profile {
	margin-top: 15px;
}

.intro-card .profile {
	border-top: 1px solid #999;
}

.profile .profile-header {
	position: absolute;
	font-weight: bold;
	font-size: 1.45em;
}

.intro-card .profile .profile-header {
	color: #444;
}

.profile .profile-message  {
	margin-left: 90px;
}
.profile .profile-message introduction{
	margin-left: 10px;
}

.title-box {
	display: inline-block;
	padding: .7em 1.4em;
	background-color: #222;
	margin-bottom: 10px;
	margin-left: 10%;
	margin-top: 30px;
	color: #fff;
}

.intro-space-wrapper .title-box {
	position: absolute;
	top: -20px;
	left: 2.2em;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

.contents-header {
	position: sticky;
	top: 0;
	z-index: 20;
}

.content-box {
	background-color: rgba(255,255,255,1);
}
.content-box h2 .sub-title {
	display: inline-block;
	font-size: 22.5px;
	white-space: nowrap;
}

.title-area.report:after {
	content: "REPORT";
}


@media(min-width: 1279px){
	.intro-main #schedules{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.intro-main .title-box-body .schedule-box {
		width: 100%;
	/*	padding-left: 1rem;*/
		padding-right: 1rem;
	}	
}

@media(max-width: 1279px) {
	.contents-body {
		font-size: 0.8em;
	}
	.intro-space-wrapper {
		padding: 2.3em 2em 1.2em 2em;
	}
	.intro-space-wrapper .title-box {
		left: 1.5em;
	}
	.profile {
		padding-top: .8em;
	}
	.title-area:after {
		left: -110px;
		font-size: 4em;
	}
	.title-area.scroll-in:after {
		left: -70px;
	}
	.intro-main {
		padding: 2em 5% 2em 5%;
	}
	.title-area {
		width: 7em;
	}
	.intro-main h3:before {
		width: 7%;
	}

	.intro-main h3 {
		margin: 10px 5%;
		line-height: 1.7em;
	}
	
	.intro-main h4 {
		margin: 10px 5% 0 5%;
	}

	/*.intro-main p {
		padding: 0 5%;
		line-height: 1.7rem;
	}*/
	
	/*.title-box {
		margin-left: 5%;
	}*/
}

@media(max-width: 1023px) {
	.contents-body {
		font-size: 0.7em;
	}
	.intro-space-wrapper {
		padding: 1.5em 1.5em 1em 1.5em;
	}
	.intro-space-wrapper .title-box {
		display: none;
	}
	.profile {
		padding-top: .4em;
	}
	.title-area:after {
		left: -83px;
		font-size: 2.5em;
	}
	.title-area.scroll-in:after {
		left: -43px;
	}
	
	.title-area {
		width: 4em;
	}
	.profile-message {
		font-size: 1.1em;
	}
}

@media(max-width: 800px) {
	.contents-body {
		font-size: 0.85em;
	}
	.intro-space-wrapper {
		padding: 2.3em 2em 1.2em 2em;
	}
	.intro-space-wrapper .title-box {
		display: inline-block;
		left: 1.5em;
	}
	.profile {
		padding-top: .8em;
	}
	.title-area:after {
		left: -102px;
		font-size: 4em;
	}
	.title-area.scroll-in:after {
		left: -62px;
	}
	
	.title-area {
		width: 7em;
	}

}
@media(max-width: 580px) {  /* @media(max-width: 1023px)・ｽﾆ難ｿｽ・ｽ・ｽ */
	.contents-body {
		font-size: 0.7em;
	}
	.intro-space-wrapper {
		padding: 1.5em 1.5em 1em 1.5em;
	}
	.intro-space-wrapper .title-box {
		display: none;
	}
	.profile {
		padding-top: .4em;
	}
	.title-area:after {
		left: -75px;
		font-size: 2.5em;
	}
	.title-area.scroll-in:after {
		left: -35px;
	}
	
	.title-area {
		width: 4em;
	}
	.profile-message {
		font-size: 1.25em;
	}
}
.orange_class{
	color:orange;
}

.title-box-title {
    display: block;
    padding: 0.4em 0.8em;
    color: #232323;
    background: #e6f1ff;
    border-left: solid 10px #6eadff;
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-top: 1.5em;
    Font-weight: bold;
}
.intro-main .title-box-blue {
	line-height: 2rem;
	padding: 0 10%;
}
.intro-main .title-box-body2 {
	font-size: 15px;
	line-height: 2rem;
}