@charset "utf-8";
/*------------------------------------------------------------
	meeting
------------------------------------------------------------*/
#pagePath ul {
	width: 137.2rem;
}
#main .comScroll {
	top: 33.8rem;
}
#main .mainImg {
	margin: 0 10rem;
	position: relative;
}
#main .mainImg img {
	width: 100%;
}
#main .mainImg h2 {
	width: 19rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 8.2rem;
	top: 6.1rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.24;
	background: url(../img/meeting/bg01.png) no-repeat center center / 100%;
	aspect-ratio: 380/438;
}
#main .mainImg h2 .txt {
	margin-top: 1.1rem;
	display: block;
}
#main .mainImg h2 .lg {
	display: block;
	font-size: 4rem;
}
#main .mainImg h2 .icon {
	width: 8.4rem;
	position: absolute;
	left: -0.2rem;
	top: -3.1rem;
}
#main h2 {
    padding-bottom: 0.4rem;
    width: 10.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -4.2rem;
    top: -5.6rem;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    aspect-ratio: 104 / 120;
    background: url(../img/message/bg01.png) no-repeat center center / 100%;
    z-index: 3;
}
#main .introBox {
	padding: 0.1rem 0 8.6rem;
	position: relative;
}
#main .introBox::before {
	width: 100%;
	height: 100rem;
	position: absolute;
	left: 0;
	top: -29.3rem;
	background: linear-gradient(#d6f4ff 0%, rgba(232, 245, 250, 0) 100%);
	content: '';
	z-index: -1;
}
#main .introBox .subBox {
	margin: -14.4rem 0 5.4rem;
	padding: 3.9rem 4.8rem 6.4rem;
	position: relative;
	border-radius: 2rem;
	background: #fff;
	z-index: 2;
}
#main .introBox .subBox h3 {
	margin-bottom: 3.3rem;
	color: #2852A0;
	/* font-size: 5.5rem;
	font-weight: 500;
	line-height: 1.636; */
	font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.436;
}
#main .introBox .subBox p {
	font-size: 1.8rem;
	line-height: 2;
}
#main .introBox .imgList {
	display: flex;
	justify-content: center;
	gap: 0 13.1rem;
}
#main .introBox .imgList li {
	width: 37rem;
	text-align: center;
	color: #122C5C;
}
#main .introBox .imgList li .photo {
	margin-bottom: 1.4rem;
	position: relative;
}
#main .introBox .imgList li:nth-child(1) .photo::after {
	width: 8.2rem;
	position: absolute;
	right: -10.6rem;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1;
	background: url(../img/meeting/icon02.png) no-repeat center center / 100%;
	content: '';
}
#main .introBox .imgList li .photo img {
	width: 100%;
	border-radius: 100%;
	object-fit: cover;
	aspect-ratio: 1;
}
#main .introBox .imgList li .sm {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 0.2rem;
}
#main .introBox .imgList li .name {
	font-size: 2.8rem;
	font-weight: bold;
}
#main .introBox .imgList li .time {
	margin-left: 1.3rem;
	padding: 0.5rem 1.7rem 0.3rem;
	display: inline-block;
	vertical-align: 0.28em;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	border-radius: 2rem;
	border: 0.1rem solid #707070;
}
#main .bgBox {
	padding: 9.1rem 0 10.5rem;
	position: relative;
	background: url(../img/meeting/bg02.png) repeat-x center top / 200rem auto;
	z-index: 3;
}
#main .bgBox01 {
	padding-bottom: 0;
	z-index: 2;
}
#main .bgBox02 {
	margin-top: -11.3rem;
	padding-top: 16.2rem;
	padding-bottom: 11rem;
	z-index: 1;
}
#main .bgBox03 {
	padding-top: 11.2rem;
	padding-bottom: 18.4rem;
	z-index: 0;
}
#main .bgBox .content {
	width: 98.4rem;
	z-index: 2;
}
#main .textBox {
	position: relative;
	z-index: 2;
}
#main .textBox .heading01 {
	margin-bottom: 3.3rem;
	color: #2852A0;
	font-weight: 500;
	font-size: 3.8rem;
	line-height: 1.356;
}
#main .textBox p {
	margin-bottom: 3.6rem;
	font-size: 1.8rem;
	line-height: 2;
}
#main .textBox p:last-child {
	margin-bottom: 0;
}
#main .photo01 {
	width: 30rem;
	position: absolute;
	left: -2rem;
	top: -15.2rem;
}
#main .photo01 img {
	width: 100%;
}
#main .photo02 {
	margin-top: 5.2rem;
}
#main .photo02 img {
	width: 100%;
}
#main .photo03 {
	width: 45rem;
	position: absolute;
	right: -5.1rem;
	top: -13.8rem;
}
#main .photo03 img {
	width: 100%;
}
#main .photo04 img {
	width: 100%;
}
@media all and (max-width: 896px) {
	#main .mainImg {
		margin: 0 3.1rem;
	}
	#main .mainImg img {
		object-fit: cover;
		aspect-ratio: 313/500;
	}
	#main .mainImg h2 {
		width: 9.5rem;
		left: 50%;
		top: 3.9rem;
		color: #fff;
		font-size: 1.5rem;
		transform: translateX(-50%);
	}
	#main .mainImg h2 .txt {
		margin-top: 0.6rem;
	}
	#main .mainImg h2 .lg {
		font-size: 2rem;
	}
	#main .mainImg h2 .icon {
		width: 4.2rem;
		left: 50%;
		top: -1.6rem;
		transform: translateX(-50%);
	}
	#main .mainImg h2 .icon img {
		width: 100%;
		aspect-ratio: initial;
	}
	#main h2 {
        padding-bottom: 0;
        width: 7.4rem;
        left: -2rem;
        top: -4rem;
        font-size: 1.3rem;
    }
	#main .introBox {
		padding: 6rem 0 6.4rem;
	}
	#main .introBox::before {
		height: 50rem;
		top: -56.2vw;
	}
	#main .introBox .subBox {
		margin: 0 0 1.3rem;
		/* padding: 2.2rem 2rem; */
		padding: 5.2rem 2rem 2.2rem;
		border-radius: 1.2rem;
	}
	#main .introBox .subBox h3 {
		margin-bottom: 3.7rem;
		font-size: 2.5rem;
		line-height: 1.5;
	}
	#main .introBox .subBox p {
		font-size: 1.6rem;
		line-height: 1.875;
	}
	#main .introBox .imgList {
		gap: 0 1.2rem;
	}
	#main .introBox .imgList li {
		width: calc(50% - 0.6rem);
	}
	#main .introBox .imgList li:nth-child(1) .photo {
		margin: 0 2.6rem 1.4rem -6.1rem;
	}
	#main .introBox .imgList li:nth-child(2) .photo {
		margin: 0 -6.1rem 1.4rem 2.6rem;
	}
	#main .introBox .imgList li:nth-child(1) .photo::after {
		width: 4.1rem;
		right: -5.2rem;
	}
	#main .introBox .imgList li .sm {
		margin-bottom: 0;
		font-size: 1.4rem;
		display: block;
	}
	#main .introBox .imgList li .name {
		font-size: 2.4rem;
	}
	#main .introBox .imgList li .time {
		margin: 0.1rem auto 0;
		padding: 0.5rem 1.7rem 0.4rem;
		width: fit-content;
		display: block;
		font-size: 1.4rem;
	}
	#main .bgBox {
		padding: 6.8rem 0 14.6rem;
		background-size: 100rem auto;
	}
	#main .bgBox01 {
		padding: 16rem 0 4rem;
	}
	#main .bgBox02 {
		margin-top: 0;
		padding-top: 6.8rem;
		padding-bottom: 17.4rem;
	}
	#main .bgBox03 {
		padding-top: 15.8rem;
		padding-bottom: 7rem;
	}
	#main .textBox {
		margin: 0 2rem;
	}
	#main .textBox .heading01 {
		margin-bottom: 2rem;
		font-size: 2.5rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	#main .textBox p {
		margin-bottom: 3rem;
		font-size: 1.6rem;
		line-height: 1.875;
	}
	#main .textBox p:last-child {
		margin-bottom: 0;
	}
	#main .photo01 {
		width: 22.5rem;
		left: 50%;
		transform: translateX(-50%);
		top: -10.4rem;
	}
	#main .photo02 {
		margin: 4rem -2rem 0;
	}
	#main .photo03 {
		width: 22.5rem;
		right: 50%;
		top: -10.5rem;
		transform: translateX(50%);
	}
}