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

/*
	企業理念
-----------------------------------------------------------------------------------------------*/
/* リード　2カラムエリア
============================== */
.philosophyPage #leadWrapper{
	margin-bottom: 110px;
}

/* grdBox */
.philosophyPage .grdBox{
	position: relative;
	overflow: hidden;
}

/* grayBox */
.philosophyPage .grayBox .txtH{
	width: fit-content;
}

/* item */
.philosophyPage .item{
	position: absolute;
}
.philosophyPage .grdBox .item{
	transform: translateX(-50%);
}
.philosophyPage .grdBox .item:nth-of-type(1){
	top: 100px;
	left: calc(50% + 260px);
}
.philosophyPage .grdBox .item:nth-of-type(2){
	bottom: 60px;
	left: calc(50% - 270px);
}

/* txtWrapper
============================== */
.philosophyPage #txtWrapper{
	position: relative;
}
.philosophyPage #txtWrapper .txt{
	width: 800px;
	background-color: #fff;
	box-shadow: 10px 10px 0 rgb(117 190 198 / 40%);
	text-align: justify;
	line-height: 200%;
	padding: 40px;
	margin: 0 auto;
}

/* item */
.philosophyPage #txtWrapper .item:nth-of-type(1){
	top: -10px;
	left: 70px;
}
.philosophyPage #txtWrapper .item:nth-of-type(2){
	top: -30px;
	right: 50px;
}
.philosophyPage #txtWrapper .item:nth-of-type(3){
	right: 120px;
	bottom: 70px;
}

/* indexWrapper
============================== */
.philosophyPage #indexWrapper{
	position: relative;
}

/* item */
.philosophyPage #indexWrapper .item{
	top: -10px;
	left: 50px;
}

/* anm
============================== */
.philosophyPage .cmnClm2Area .grdBox .inBox{
	opacity: 0;
	animation: anmBlur 1.5s ease 1s forwards;
}
@media print, screen and (min-width:813px){
	.philosophyPage .cmnClm2Area .grayBox .inBox{
		animation: anmFadeIn 1.5s ease 2s forwards;
	}
}


/*
	代表メッセージ
-----------------------------------------------------------------------------------------------*/
/* kv
============================== */
.messagePage #kvWrapper{
	height: 570px;
	background: url("../images/bg_about_message_kv_pc.png") no-repeat center top / cover;
	margin-bottom: 100px;
}
.messagePage #kvWrapper .ctsArea{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

/* tit */
.messagePage .titKv{
	font-size: 4.3rem;
	font-weight: 700;
	line-height: 150%;
}

/* name */
.messagePage .nameKv{
	width: 230px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 20px 15px 20px;
	margin-top: 60px;
	position: relative;
}
.messagePage .nameKv::before{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(101,116,215,1) 0%, rgba(60,220,205,1) 100%);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.messagePage .nameKv span{
	display: block;
	position: relative;
	z-index: 2;
}
.messagePage .nameKv span:last-of-type{
	font-size: 2.4rem;
	padding-top: 15px;
	margin-top: 10px;
}
.messagePage .nameKv span:last-of-type::before{
	content: " ";
	display: block;
	width: calc(100% + 40px);
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -20px;
}

/* メッセージ
============================== */
.messagePage .messageBox{
	display: flex;
	align-items: center;
	min-height: 550px;
	padding: 50px 0;
	position: relative;
}
.messagePage .messageBox:not(:last-of-type){
	margin-bottom: 100px;
}

/* txtArea */
.messagePage .messageBox .txtArea{
	width: 550px;
	background-color: #fff;
	padding: 50px 50px 50px 0;
	position: relative;
	z-index: 2;
}
.messagePage .messageBox:nth-of-type(2n) .txtArea{
	padding: 50px 0 50px 50px;
	margin-left: auto;
}
.messagePage .messageBox .txt{
	line-height: 200%;
}

/* ph */
.messagePage .messageBox img{
	width: 710px;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	z-index: 1;
}

@media print, screen and (min-width:813px){
	/* 1 */
	.messagePage .messageBox:nth-of-type(1) img{
		right: 0;
	}

	/* 3 */
	.messagePage .messageBox:last-of-type{
		align-items: flex-end;
		padding: 100px 0 0 0;
	}
	.messagePage .messageBox:last-of-type .txtArea{
		padding: 50px 50px 0 0;
	}
	.messagePage .messageBox:last-of-type img{
		width: 100%;
	}
}

/* anm
============================== */
.messagePage .titKv{
	opacity: 0;
	animation: anmBlur 1.5s ease 1s forwards;
}
.messagePage .nameKv{
	opacity: 0;
	animation: anmBlur 1s ease 2s forwards;
}
@media print, screen and (min-width:813px){
	.messagePage .messageBox.jsAnmStart .txtArea{
		animation: anmFadeLeft 1s ease 0.5s forwards;
	}
	.messagePage .messageBox.jsAnmStart:nth-of-type(2n) .txtArea{
		animation: anmFadeRight 1s ease 0.5s forwards;
	}
	.messagePage .messageBox.jsAnmStart img{
		animation: anmFadeRight 1s ease 0.5s forwards, anmBlur 1.5s ease 0.5s forwards;
	}
	.messagePage .messageBox.jsAnmStart:nth-of-type(2n) img{
		animation: anmFadeLeft 1s ease 0.5s forwards, anmBlur 1.5s ease 0.5s forwards;
	}
}


/*
	光村図書の教科書づくり
-----------------------------------------------------------------------------------------------*/
#ctsWrapper.textbookPage{
	padding-bottom: 0;
}

/* 光村図書の歩み
============================== */
.textbookPage #historyWrapper{
	color: #fff;
	padding: 100px 0 80px 0;
	margin-bottom: 120px;
}
.textbookPage #historyWrapper .ctsArea{
	position: relative;
}

/* tit */
.textbookPage #historyWrapper .titBaseL{
	margin-bottom: 70px;
}

/* swiper */
.textbookPage .swiperHistory{
	overflow: initial;
}
.textbookPage .swiperHistory .swiper-slide{
	width: 600px;
}
.textbookPage .swiperHistory .btnBox{/* button */
	width: calc(100vw - 60px);
	min-width: 1140px;
	height: 44px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	z-index: 1;
}
.textbookPage .swiperHistory .swiper-button-next,
.textbookPage .swiperHistory .swiper-button-prev{
	width: 40px;
	height: 50px;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}
.textbookPage .swiperHistory .swiper-button-prev{
	left: 0;
}
.textbookPage .swiperHistory .swiper-button-next::after,
.textbookPage .swiperHistory .swiper-button-prev::after{
	content: " ";
	width: 40px;
	height: 40px;
	border-top: 3px solid #ffff;
	border-right: 3px solid #ffff;
	transform: rotate(45deg);
	position: relative;
}
.textbookPage .swiperHistory .swiper-button-next::after{
	right: 10px;
}
.textbookPage .swiperHistory .swiper-button-prev::after{
	left: 10px;
	transform: rotate(-135deg);
}
.textbookPage .swiperHistory .swiper-pagination{/* pagination */
	width: 100vw;
	min-width: 1200px;
	background: rgb(255 255 255 / 70%);
	top: auto;
	bottom: -80px;
	left: 50%;
	transform: translate(-50%);
}
.textbookPage .swiperHistory .swiper-pagination-progressbar-fill{
	background: rgb(159 172 230 / 80%);
}

/* 沿革 */
.textbookPage .swiperHistory .year{
	text-shadow: 1px 0 10px rgb(51 51 51 / 20%);
	font-size: 10.8rem;
	font-family: var(--fEn);
	font-weight: 100;
	font-style: italic;
	line-height: 80%;
	position: absolute;
	top: 0;
	right: 15px;
	transform: translateY(-50%);
	z-index: 2;
}
.textbookPage .swiperHistory figure{
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.textbookPage .swiperHistory .swiper-slide:not(:last-of-type) figure::after{
	content: " ";
	display: block;
	border: 13px solid transparent;
	border-right: 20px solid transparent;
	border-left: 20px solid rgb(51 51 51 / 20%);
	position: absolute;
	top: 50%;
	right: -73px;
	transform: translateY(-50%);
}
.textbookPage .swiperHistory .titBaseM{
	font-size: 2.4rem;
}

/* item */
.textbookPage #historyWrapper .item,
.textbookPage #compassWrapper [class *= item]{
	position: absolute;
}
.textbookPage #historyWrapper .item:nth-of-type(1){
	top: -30px;
	right: 510px;
}
.textbookPage #historyWrapper .item:nth-of-type(2){
	top: -70px;
	right: -10px;
}

/* 行動指針「みつむらコンパス」
============================== */
.textbookPage #compassWrapper{
	text-align: center;
}
.textbookPage #compassWrapper > .txt{
	text-align: center;
}

/* listCompass */
.textbookPage .listCompass{
	display: flex;
	flex-direction: column;
	gap: 75px 0;
	margin-top: 60px;
}
.textbookPage .listCompass li{
	position: relative;
}
.textbookPage .listCompass .num{
	color: #afafaf;
	font-size: 1.6rem;
	font-family: var(--fEn);
	font-weight: 700;
	padding-top: 8px;
	position: relative;
}
.textbookPage .listCompass .num::before{
	content: " ";
	display: block;
	width: 18px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.textbookPage .listCompass .txt{
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 8px;
}

@media print, screen and (min-width:813px){
	/* item */
	.textbookPage #compassWrapper .item01{
		top: -20px;
		right: 50px;
	}
	.textbookPage #compassWrapper .item02{
		top: -10px;
		left: 20px;
	}
	.textbookPage #compassWrapper .item03{
		top: -120px;
		right: 10px;
	}
	.textbookPage #compassWrapper .item04{
		top: -140px;
		left: 115px;
	}
}

/* 具体的な取り組み
============================== */
.textbookPage #activitiesWrapper{
	padding: 80px 0 100px 0;
}
.textbookPage #activitiesWrapper .ctsArea{
	position: relative;
}
.textbookPage #activitiesWrapper .titBaseL{
	text-align: center;
	margin-bottom: 30px;
}

/* item */
.textbookPage #activitiesWrapper .item{
	position: absolute;
	right: 0;
	bottom: -103px;
}


@media screen and (max-width:812px){
	/*
		企業理念
	-----------------------------------------------------------------------------------------------*/
	/* リード　2カラムエリア
	============================== */
	.philosophyPage #leadWrapper{
		margin-bottom: 70px;
	}

	/* grdBox */
	.philosophyPage .titLead{
		width: 80px;
		margin: 0 auto;
	}

	/* grayBox */
	.philosophyPage .grayBox .txtH{
		width: 100%;
		text-align: center;
	}

	/* item */
	.philosophyPage .grdBox .item:nth-of-type(1){
		width: 150px;
		top: 40px;
		left: calc(50% + 160px);
	}
	.philosophyPage .grdBox .item:nth-of-type(2){
		width: 150px;
		bottom: 30px;
		left: calc(50% - 160px);
	}

	/* txtWrapper
	============================== */
	.philosophyPage #txtWrapper .txt{
		width: 100%;
		line-height: 180%;
		padding: 20px 20px 40px 20px;
	}

	/* item */
	.philosophyPage #txtWrapper .item:nth-of-type(1){
		width: 70px;
		top: -80px;
		left: 40px;
	}
	.philosophyPage #txtWrapper .item:nth-of-type(2){
		width: 80px;
		top: -80px;
		right: 40px;
	}
	.philosophyPage #txtWrapper .item:nth-of-type(3){
		width: 120px;
		right: 20px;
		bottom: 28px;
	}

	/* indexWrapper
	============================== */
	/* item */
	.philosophyPage #indexWrapper .item{
		display: none;
	}

	/* anm
	============================== */
	.philosophyPage .cmnClm2Area .txtH.jsAnmStart{
		opacity: 0;
		animation: anmFadeIn 1.5s ease 1s forwards;
	}


	/*
		代表メッセージ
	-----------------------------------------------------------------------------------------------*/
	/* kv
	============================== */
	.messagePage #kvWrapper{
		height: 500px;
		background: url("../images/bg_about_message_kv_sp.png") no-repeat center top / cover;
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
	.messagePage #kvWrapper .ctsArea{
		justify-content: flex-start;
		align-items: flex-end;
	}

	/* tit */
	.messagePage .titKv{
		color: #fff;
		font-size: 2.6rem;
		text-shadow: rgb(51 51 51 / 90%) 1px 0 10px;
	}

	/* name */
	.messagePage .nameKv{
		width: 180px;
		padding: 8px 15px 15px 15px;
		margin-top: 30px;
	}
	.messagePage .nameKv span:last-of-type{
		font-size: 1.8rem;
		margin-top: 8px;
	}
	.messagePage .nameKv span:last-of-type::before{
		width: calc(100% + 30px);
		left: -15px;
	}

	/* メッセージ
	============================== */
	.messagePage .messageBox{
		flex-direction: column-reverse;
		min-height: initial;
		padding: 0;
	}
	.messagePage .messageBox:not(:last-of-type){
		margin-bottom: 60px;
	}

	/* txtArea */
	.messagePage .messageBox .txtArea,
	.messagePage .messageBox:nth-of-type(2n) .txtArea{
		width: 100%;
		padding: 30px 20px 0 20px;
		margin-top: -80px;
	}
	.messagePage .messageBox .txt{
		line-height: 180%;
	}

	/* ph */
	.messagePage .messageBox img{
		display: block;
		width: calc(100% + 40px);
		max-width: initial;
		height: 400px;
		position: static;
	}

	/* anm
	============================== */
	.messagePage .messageBox img.jsAnmStart{
		animation: anmBlur 1s ease 0.5s forwards;
	}
	.messagePage .messageBox .txtArea.jsAnmStart{
		animation: anmFadeUp 1s ease 0.5s forwards;
	}


	/*
		光村図書の教科書づくり
	-----------------------------------------------------------------------------------------------*/
	.textbookPage #cmnTitWrapper .tit{
		letter-spacing: 0.1rem;
	}

	/* 光村図書の歩み
	============================== */
	.textbookPage #historyWrapper{
		padding: 60px 0 80px 0;
		margin-bottom: 60px;
	}

	/* tit */
	.textbookPage #historyWrapper .titBaseL{
		margin-bottom: 40px;
	}

	/* swiper */
	.textbookPage .swiperHistory .swiper-slide{
		width: calc(100% - 50px);
	}
	.textbookPage .swiperHistory .btnBox{/* button */
		width: calc(100vw - 40px);
		min-width: initial;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
	}
	.textbookPage .swiperHistory .swiper-button-next,
	.textbookPage .swiperHistory .swiper-button-prev{
		width: 30px;
		height: 40px;
	}
	.textbookPage .swiperHistory .swiper-button-prev{
		left: auto;
		right: 50px;
	}
	.textbookPage .swiperHistory .swiper-button-next::after,
	.textbookPage .swiperHistory .swiper-button-prev::after{
		width: 20px;
		height: 20px;
	}
	.textbookPage .swiperHistory .swiper-button-next::after{
		right: 5px;
	}
	.textbookPage .swiperHistory .swiper-button-prev::after{
		left: 5px;
	}
	.textbookPage .swiperHistory .swiper-pagination{/* pagination */
		min-width: initial;
	}

	/* 沿革 */
	.textbookPage .swiperHistory .year{
		font-size: 6rem;
	}
	.textbookPage .swiperHistory figure{
		margin-bottom: 15px;
	}
	.textbookPage .swiperHistory .swiper-slide:not(:last-of-type) figure::after{
		border-width: 5px 8px 5px 8px;
		right: -32px;
	}
	.textbookPage .swiperHistory .titBaseM{
		font-size: 1.8rem;
	}

	/* item */
	.textbookPage #historyWrapper .item:nth-of-type(1){
		display: none;
	}
	.textbookPage #historyWrapper .item:nth-of-type(2){
		width: 150px;
		top: -40px;
		right: -30px;
	}

	/* 行動指針「みつむらコンパス」
	============================== */
	.textbookPage #compassWrapper{
		padding-bottom: 90px;

	}
	.textbookPage #compassWrapper > .txt{
		text-align: justify;
	}

	/* listCompass */
	.textbookPage .listCompass{
		gap: 100px 0;
		margin-top: 80px;
	}
	.textbookPage .listCompass .num{
		font-size: 1.4rem;
		padding-top: 6px;
	}
	.textbookPage .listCompass .txt{
		font-size: 2rem;
		margin-top: 8px;
	}

	/* item */
	.textbookPage #compassWrapper .item01{
		width: 190px;
		top: -70px;
		right: -30px;
	}
	.textbookPage #compassWrapper .item02{
		width: 230px;
		top: 50px;
		left: -30px;
	}
	.textbookPage #compassWrapper .item03{
		width: 210px;
		top: -70px;
		right: 0;
	}
	.textbookPage #compassWrapper .item04{
		width: 140px;
		top: -30px;
		left: -5px;
	}

	/* 具体的な取り組み
	============================== */
	.textbookPage #activitiesWrapper{
		padding: 60px 0 80px 0;
	}
	.textbookPage #activitiesWrapper .titBaseL{
		margin-bottom: 20px;
	}

	/* item */
	.textbookPage #activitiesWrapper .item{
		width: 150px;
		right: 15px;
		bottom: -83px;
	}
}