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

/*
	数字で見る光村図書出版
-----------------------------------------------------------------------------------------------*/
#ctsWrapper.dataPage{
	padding-bottom: 0;
}
.dataPage .bgOutGray{
	padding: 80px 0 100px 0;
}

/* ページタイトル
============================== */
.dataPage #cmnTitWrapper .item{
	right: -25px;
	bottom: -100px;
}

/* グラデライン　list
============================== */
.listGrdLine{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.listGrdLine li{
	display: flex;
	flex-direction: column;
	min-height: 370px;
	background-color: #fff;
	border-top: 3px solid;
	border-image: linear-gradient(to right, #9face6, #74ebd5) 1;
	text-align: center;
	padding: 30px;
}

/* li size */
@media print, screen and (min-width:813px){
	.listGrdLine .clm1{
		width: 100%;
	}
	.listGrdLine .clm2{
		width: 555px;
	}
	.listGrdLine .clm3{
		width: 360px;
	}
}

/* tit */
.listGrdLine .tit{
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 30px;
}

/* num */
.listGrdLine .num{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	font-size: 2.6rem;
}
.listGrdLine .num.row{/* 横並び */
	gap: 0 50px;
}
.listGrdLine .num .grd{
	display: inline-block;
	background: var(--clrGrd);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 10.2rem;
	font-family: var(--fEn);
	font-weight: 100;
	font-style: italic;
	line-height: 80%;
	letter-spacing: 0;
	padding: 10px;
	margin-right: -5px;
}

/* note */
.listGrdLine [class ^= note]{
	line-height: 150%;
}
.listGrdLine .noteC{
	font-size: 1.4rem;
	margin-top: 10px;
}
.listGrdLine .noteC.mBtm{/* 下に.noteRがある場合 */
	margin-bottom: 20px;
}
.listGrdLine .noteR{
	color: #999;
	text-align: right;
	font-size: 1.1rem;
	margin-top: auto;
}

/* tblTextbook */
.listGrdLine .tblTextbook{
	font-size: 1.8rem;
	font-weight: 700;
}
.listGrdLine .tblTextbook tr{
	border-bottom: var(--line);
}
.listGrdLine .tblTextbook thead th{
	font-size: 1.2rem;
	line-height: 130%;
	padding-bottom: 20px;
}
.listGrdLine .tblTextbook thead th:first-of-type{
	width: 140px;
}
.listGrdLine .tblTextbook thead th::before{
	content: " ";
	display: block;
	width: 100%;
	height: 148px;
	margin-bottom: 5px;
}
.listGrdLine .tblTextbook thead th.s::before{
	background: url("../images/pic_environment_data02_01s_pc.svg") no-repeat center bottom / auto auto;
}
.listGrdLine .tblTextbook thead th.m::before{
	background: url("../images/pic_environment_data02_01m_pc.svg") no-repeat center bottom / auto auto;
}
.listGrdLine .tblTextbook thead th.l::before{
	background: url("../images/pic_environment_data02_01l_pc.svg") no-repeat center bottom / auto auto;
}
.listGrdLine .tblTextbook tbody tr > *{
	padding: 20px 0;
}
.listGrdLine .tblTextbook td{
	color: var(--clrDBlue);
}
.listGrdLine .tblTextbook tbody th:first-of-type{
	border-right: var(--line);
}

/* 調整 会社について */
.listGrdLine .box01_02 .num .grd:first-of-type{
	margin-right: -12px;
}
.listGrdLine .box01_02 .num .grd:last-of-type{
	margin-right: -12px;
}
.listGrdLine .box01_02 .num > span{
	margin-left: -20px;
}
.listGrdLine .box01_03 .num .grd{
	margin-right: -5px;
}
.listGrdLine .box01_04 .num .grd{
	letter-spacing: -0.5rem;
	margin-left: -15px;
}
.listGrdLine .box01_05 .num .grd{
	margin-right: -7px;
}

/* 調整 教科書について */
.listGrdLine .box02_02 .num .grd{
	margin: 0 0 0 -15px;
}

/* 調整 働く環境について */
.listGrdLine .box03_01 .num .grd{
	margin-right: -20px;
}
.listGrdLine .box03_02 .num{
	letter-spacing: -1rem;
	white-space: nowrap;
}
.listGrdLine .box03_02 .num > span{
	margin-left: -5px;
}
.listGrdLine .box03_02 .num .grd:first-of-type{
	margin-right: -8px;
}
.listGrdLine .box03_02 .num .grd:last-of-type{
	letter-spacing: -0.3rem;
	margin: 0 -7px 0 7px;
}
.listGrdLine .box03_09 .num .dot{
	display: inline-block;
	margin-left: 10px;
}
.listGrdLine .box03_09 .num .grd:first-of-type,
.listGrdLine .box03_09 .num > span:last-of-type .grd:last-of-type{
	margin-left: -15px;
}

/*
	就活生への応援メッセージ
-----------------------------------------------------------------------------------------------*/
#ctsWrapper.messagePage{
	padding-bottom: 0;
}
.messagePage #mapWrapper{
	padding: 80px 0 100px 0;
}
.messagePage #mapWrapper .ctsArea{
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}

/* txtLead
============================== */
.messagePage #mapWrapper .txtLead{
	color: #fff;
	position: absolute;
	top: 40px;
}

/* mapArea
============================== */
.messagePage .mapArea{
	min-height: 800px;
	background: url("../images/bg_environment_message_map_pc.svg") no-repeat center left 140px / auto auto;
	position: relative;
}
.messagePage .listMap li{
	position: absolute;
}
.messagePage .listMap li::after{/* 引き出し線 */
	content: " ";
	display: block;
	position: absolute;
	pointer-events: none;
}
.messagePage .mapArea .tit{
	width: fit-content;
	background-color: var(--clrDBlue);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 100%;
	white-space: nowrap;
	padding: 10px;
	position: absolute;
	z-index: 1;
	transition: all 0.3s;
}
.messagePage .mapArea li:hover .tit{
	background-color: #fff;
	color: var(--clrDBlue);
}
.messagePage .mapArea li img{
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}
@media print, screen and (min-width:813px){
	.messagePage .mapArea li:hover img{
		transform: translateY(-5px);
	}
}

@media print, screen and (min-width:813px){
	/* 本社 */
	.messagePage .mapArea .main{
		right: 353px;
		bottom: 5px;
	}
	.messagePage .mapArea .main::after{
		width: 124px;
		height: 101px;
		background: url("../images/line_environment_message_map_main.svg") no-repeat top left / 100% auto;
		top: -30px;
		left: -80px;
	}
	.messagePage .mapArea .main .tit{
		padding-right: 50px;
		top: 95px;
		left: -90px;
	}

	/* 北海道支社 */
	.messagePage .mapArea .hokkaido{
		top: 180px;
		right: 115px;
	}
	.messagePage .mapArea .hokkaido::after{
		width: 98px;
		height: 101px;
		background: url("../images/line_environment_message_map_hokkaido.svg") no-repeat top left / 100% auto;
		top: -50px;
		left: -80px;
	}
	.messagePage .mapArea .hokkaido .tit{
		padding-left: 50px;
		top: 40px;
		left: 35px;
	}

	/* 東北支社 */
	.messagePage .mapArea .tohoku{
		right: 260px;
		bottom: 190px;
	}
	.messagePage .mapArea .tohoku::after{
		width: 110px;
		height: 101px;
		background: url("../images/line_environment_message_map_tohoku.svg") no-repeat top left / 100% auto;
		top: -30px;
		left: -65px;
	}
	.messagePage .mapArea .tohoku .tit{
		padding-left: 50px;
		top: 60px;
		left: 50px;
	}

	/* 中部支社 */
	.messagePage .mapArea .chubu{
		bottom: 10px;
		left: 375px;
	}
	.messagePage .mapArea .chubu::after{
		width: 114px;
		height: 101px;
		background: url("../images/line_environment_message_map_chubu.svg") no-repeat top left / 100% auto;
		top: -30px;
		right: -95px;
	}
	.messagePage .mapArea .chubu .tit{
		padding-right: 50px;
		top: 70px;
		right: 30px;
	}

	/* 関西支社 */
	.messagePage .mapArea .kansai{
		top: 264px;
		left: 565px;
	}
	.messagePage .mapArea .kansai::after{
		width: 152px;
		height: 182px;
		background: url("../images/line_environment_message_map_kansai.svg") no-repeat top left / 100% auto;
		top: 120px;
		left: -115px;
	}
	.messagePage .mapArea .kansai .tit{
		padding-right: 50px;
		top: 40px;
		right: 40px;
	}

	/* 中四国支社 */
	.messagePage .mapArea .chushikoku{
		top: 315px;
		left: 120px;
	}
	.messagePage .mapArea .chushikoku::after{
		width: 129px;
		height: 118px;
		background: url("../images/line_environment_message_map_chushikoku.svg") no-repeat top left / 100% auto;
		top: 105px;
		right: -85px;
	}
	.messagePage .mapArea .chushikoku .tit{
		padding-left: 50px;
		top: 55px;
		left: 55px;
	}

	/* 九州支社 */
	.messagePage .mapArea .kyushu{
		bottom: 20px;
		left: 47px;
	}
	.messagePage .mapArea .kyushu::after{
		width: 121px;
		height: 101px;
		background: url("../images/line_environment_message_map_kyushu.svg") no-repeat top left / 100% auto;
		top: -40px;
		right: -90px;
	}
	.messagePage .mapArea .kyushu .tit{
		padding-left: 50px;
		top: 80px;
		left: 35px;
	}
}

/* item
============================== */
.messagePage #mapWrapper .item{
	position: absolute;
	z-index: -1;
}
@media print, screen and (min-width:813px){
	.messagePage #mapWrapper .item:nth-of-type(1){
		top: -30px;
		right: -110px;
	}
	.messagePage #mapWrapper .item:nth-of-type(2){
		top: 70px;
		left: 500px;
	}
	.messagePage #mapWrapper .item:nth-of-type(3){
		bottom: 240px;
		left: -75px;
	}
}

/* modal
============================== */
.messageModal .modalBox{
	display: flex;
	justify-content: space-between;
	height: 520px;
	min-height: 520px;
}

/* ph */
.messageModal .ph{
	position: relative;
	z-index: 1;
}
.messageModal .ph::before{
	content: "MESSAGE";
	writing-mode: vertical-rl;
	font-size: 1.4rem;
	font-family: var(--fEn);
	font-weight: 400;
	line-height: 80%;
	letter-spacing: 0.2rem;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	z-index: 2;
}

/* txt */
.messageModal .txtArea{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 415px;
	padding: 50px;
}
.messageModal .txtArea .txtH{
	text-align: justify;
}
.messageModal .txtArea span{
	border-bottom: var(--line);
	padding-bottom: 8px;
}

/* name */
.messageModal .name{
	text-align: right;
	margin-top: 15px;
}


/*
	写真ギャラリー
-----------------------------------------------------------------------------------------------*/
#ctsWrapper.galleryPage{
	padding-top: 20px;
	padding-bottom: 0;
}
.listGallery{
	display: flex;
	flex-wrap: wrap;
}
.listGallery li{
	width: calc(100% / 3);
	background-color: #fff;
	padding: 30px;
	position: relative;
	overflow: hidden;
}

/* タイトル
============================== */
.listGallery .titBox::after{
	content: "GALLERY";
	display: block;
	background: var(--clrGrd);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-indent: -1rem;
	font-size: clamp(10rem, 8.4vw, 34rem);
	font-family: var(--fEn);
	font-weight: 100;
	font-style: italic;
	line-height: 80%;
	padding: 10px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
}
.listGallery .titBox .inBox{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.listGallery .titGallery{
	font-size: clamp(2.4rem, 2.2vw, 6rem);
	font-family: var(--fEn);
	font-weight: 700;
}

/* gallery
============================== */
/* ph */
.listGallery li figure{
	overflow: hidden;
}
.listGallery li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
@media print, screen and (min-width:813px){
	.listGallery li:hover img{
		transform: scale(1.1);
	}
}

/* 背景色 */
@media print, screen and (min-width:813px){
	.listGallery .bgGrdL{
		background: var(--clrGrd20);
	}
	.listGallery .bgGrd{
		background: var(--clrGrd);
	}
}

/* num */
.listGallery .num{
	writing-mode: vertical-rl;
	color: #c7c9c9;
	font-size: 1.2rem;
	font-family: var(--fEn);
	font-weight: 700;
	line-height: 80%;
	letter-spacing: 0.1rem;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translateY(-50%);
}
@media print, screen and (min-width:813px){
	.listGallery .bgGrdL .num{
		color: var(--clrBase70);
	}
	.listGallery .bgGrd .num{
		color: rgb(255 255 255 / 70%);
	}
}

/* modal
============================== */
@media print, screen and (min-width:813px){
	.galleryModal{
		width: fit-content;
		max-width: 800px;
	}
}
.galleryModal .modalBox{
	max-height: initial;
	overflow: initial;
}

/* tit */
.galleryModal .modalBox .tit{
	padding: 10px 15px;
	font-size: 1.2rem;
}

/* figcaption */
.galleryModal figcaption{
	width: 100%;
	color: #fff;
	font-size: 1.2rem;
	line-height: 150%;
	padding: 50px 20px 20px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.galleryModal figcaption::after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(51 51 51 / 100%) 100%);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.galleryModal figcaption span{
	position: relative;
	z-index: 2;
}


@media screen and (max-width:812px){
	/*
		数字で見る光村図書出版
	-----------------------------------------------------------------------------------------------*/
	.dataPage .bgOutGray{
		padding: 60px 0;
	}

	/* ページタイトル
	============================== */
	.dataPage #cmnTitWrapper .tit{
		letter-spacing: 0.1rem;
	}
	.dataPage #cmnTitWrapper .item{
		width: 170px;
		right: -60px;
		bottom: -80px;
	}

	/* グラデライン　list
	============================== */
	.listGrdLine{
		flex-direction: column;
		gap: 20px 0;
	}
	.listGrdLine li{
		width: 100%;
		min-height: initial;
		padding: 15px;
	}

	/* tit */
	.listGrdLine .tit{
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	/* num */
	.listGrdLine .num{
		height: 100px;
		font-size: 1.8rem;
	}
	.listGrdLine .num.row{/* 横並び */
		gap: 0 30px;
	}
	.listGrdLine .num .grd{
		font-size: 6.4rem;
	}

	/* note */
	.listGrdLine .noteC{
		font-size: 1.3rem;
	}
	.listGrdLine .noteC.mBtm{/* 下に.noteRがある場合 */
		margin-bottom: 15px;
	}

	/* tblTextbook */
	.listGrdLine .tblTextbook{
		width: 620px;
		font-size: 1.4rem;
	}
	.listGrdLine .tblTextbook thead th{
		font-size: 1rem;
		padding-bottom: 10px;
	}
	.listGrdLine .tblTextbook thead th:first-of-type{
		width: 60px;
	}
	.listGrdLine .tblTextbook thead th::before{
		height: 100px;
	}
	.listGrdLine .tblTextbook thead th.s::before{
		background: url("../images/pic_environment_data02_01s_sp.svg") no-repeat center bottom / auto 64px;
	}
	.listGrdLine .tblTextbook thead th.m::before{
		background: url("../images/pic_environment_data02_01m_sp.svg") no-repeat center bottom / auto 84px;
	}
	.listGrdLine .tblTextbook thead th.l::before{
		background: url("../images/pic_environment_data02_01l_sp.svg") no-repeat center bottom / auto 100px;
	}
	.listGrdLine .tblTextbook tbody tr > *{
		padding: 10px 0;
	}

	/* 調整 会社について */
	.listGrdLine .box01_02 .num .grd:first-of-type{
		margin-right: -10px;
	}
	.listGrdLine .box01_02 .num .grd:last-of-type{
		margin: 0 -10px 0 -8px;
	}
	.listGrdLine .box01_02 .num > span{
		margin-left: -20px;
	}
	.listGrdLine .box01_02 .num .grd{
		font-size: 6rem;
	}
	.listGrdLine .box01_03 .num .grd{
		margin-right: -10px;
		margin-left: -10px;
	}
	.listGrdLine .box01_04 .num .grd{
		margin-left: -10px;
	}
	.listGrdLine .box01_04 .num > span:first-of-type .grd{
		margin-right: 0;
	}

	/* 調整 教科書について */
	.listGrdLine .box02_02 .num .grd{
		margin: 0 -7px 0 -10px;
	}

	/* 調整 働く環境について */
	.listGrdLine .box03_01 .num .grd{
		margin-right: -10px;
	}
	.listGrdLine .box03_02 .num .grd{
		font-size: 6rem;
	}
	.listGrdLine .box03_09 .num{
		flex-direction: column;
		min-height: 150px;
	}


	/*
		就活生への応援メッセージ
	-----------------------------------------------------------------------------------------------*/
	.messagePage #mapWrapper{
		padding: 60px 0;
		position: relative;
	}
	.messagePage #mapWrapper::after{
		content: " ";
		display: block;
		width: calc(100% + 40px);
		height: 100%;
		background: url("../images/bg_environment_message_map_sp.svg") no-repeat center center / 100% auto;
		position: absolute;
		top: 0;
		left: -20px;
		z-index: 1;
		opacity: 0.3;
	}

	/* txtLead
	============================== */
	.messagePage #mapWrapper .txtLead{
		text-align: center;
		position: static;
	}

	/* mapArea
	============================== */
	.messagePage .mapArea{
		min-height: initial;
		background: transparent;
	}
	.messagePage .listMap{
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.messagePage .listMap li{
		width: calc((100% - 30px)/2);
		position: initial;
	}
	.messagePage .listMap li::after{/* 引き出し線 */
		content: none;
	}
	.messagePage .mapArea .tit{
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
		padding: 8px 10px;
		margin-top: 10px;
		position: static;
	}

	/* anm */
	.messagePage .listMap li.jsAnmStart:nth-of-type(2n+1){
		animation: anmFadeUp 1s ease 0.5s forwards;
	}
	.messagePage .listMap li.jsAnmStart:nth-of-type(2n+2){
		animation: anmFadeUp 1s ease 0.8s forwards;
	}

	/* item
	============================== */
	.messagePage #mapWrapper .item:nth-of-type(1){
		width: 120px;
		top: -30px;
		right: -10px;
	}
	.messagePage #mapWrapper .item:nth-of-type(2){
		width: 100px;
		top: 40px;
		left: 10px;
	}
	.messagePage #mapWrapper .item:nth-of-type(3){
		width: 170px;
		bottom: 40px;
		right: -20px;
	}

	/* modal
	============================== */
	.messageModal .modalBox{
		flex-direction: column;
		height: auto;
		min-height: initial;
		padding: 20px;
	}

	/* ph */
	.messageModal .ph::before{
		font-size: 1.2rem;
		left: 0;
	}

	/* txt */
	.messageModal .txtArea{
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.messageModal .txtArea .txtH{
		line-height: 240%;
	}

	/* name */
	.messageModal .name img{
		width: auto;
		height: 20px;
	}


	/*
		写真ギャラリー
	-----------------------------------------------------------------------------------------------*/
	.listGallery li{
		width: calc(100% / 2);
		padding: 21px;
	}

	/* タイトル
	============================== */
	.listGallery .titBox::after{
		text-indent: -0.5rem;
		font-size: 12.2vw;
		bottom: -13px;
	}
	.listGallery .titGallery{
		font-size: 3rem;
		font-size: 4.2vw;
	}

	/* gallery
	============================== */
	/* 背景色 */
	.listGallery li:nth-of-type(3n+1){
		background: var(--clrGrd20);
	}
	.listGallery li:nth-of-type(3n+3){
		background: var(--clrGrd);
	}

	/* num */
	.listGallery .num{
		font-size: 1rem;
		right: 7px;
	}
	.listGallery li:nth-of-type(3n+1) .num{
		color: var(--clrBase70);
	}
	.listGallery li:nth-of-type(3n+3) .num{
		color: rgb(255 255 255 / 70%);
	}

	/* modal
	============================== */
	/* tit */
	.galleryModal .modalBox .tit{
		padding: 5px 10px;
		font-size: 1rem;
	}

	/* figcaption */
	.galleryModal figcaption{
		background-color: #333;
		padding: 10px;
		position: static;
	}
	.galleryModal figcaption::after{
		content: none;
	}
}