@charset "utf-8";
/* -----------------------------------------------
= common
----------------------------------------------- */
body {
	position: relative;
	opacity: 0;
	transition: opacity .8s;
}
body.visible {
	opacity: 1;
}
body::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -6;
	width: 100%;
	height: 100%;
	background: url(../../img/workstyle-and-culture/crosstalk_bg01.jpg);
}
/* -----------------------------------------------
= main
----------------------------------------------- */
.main .inner {
	position: relative;
	margin: 0 0 6rem;
	padding: 9rem 0 0;
}
.main .inner::before,
.main .inner::after {
	content: '';
	position: absolute;
}
.main .inner::before {
	top: 0;
	left: 0;
	z-index: -5;
	background: url(../../img/workstyle-and-culture/crosstalk_bg02.png) no-repeat 0 0 / cover;
	width: 22.4rem;
	height: 39.2rem;
}
.main .category {
	margin: 0 0 2rem;
	color: #529678;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: .06em;
}
.main .category span {
	display: inline-block;
	margin: 0 .5rem;
}
.main .category .num {
	margin: 0;
	font-size: 2.4rem;
}
.main .pagetitle {
	margin: 4rem 0 1.8rem;
	color: #529678;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: .06em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.main .pagetitle.visible {
	opacity: 1;
	transform: translateY(0);
}
.main .lead {
	margin: 0 0 5rem;
	color: #529678;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .06em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.main .lead.visible {
	opacity: 1;
	transform: translateY(0);
}
.main .profile {
	padding: 0 5rem;
}
.main .profile .subtitle {
	margin: 0 0 3rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .06em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.main .profile .subtitle.visible {
	opacity: 1;
	transform: translateY(0);
}
.main .profile .item {
	margin: 0 0 2rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.main .profile .item.visible {
	opacity: 1;
	transform: translateY(0);
}
.main .profile .item .img img {
	width: 100%;
}
.main .profile .item .set {
	padding: 2rem;
	color: #fff;
	letter-spacing: .02em;
}
.main .profile .item.type01 .set {
	background: #75b1ae;
}
.main .profile .item.type02 .set {
	background: #5fa788;
}
.main .profile .item.type03 .set {
	background: #91ba7b;
}
.main .profile .item .name {
	margin: 0 0 1rem;
	font-size: 1.6rem;
}
.main .profile .item .dev {
	font-size: 1.3rem;
	line-height: 2rem;
}
.main .profile .note {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: right;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.main .profile .note.visible {
	opacity: 1;
	transform: translateY(0);
}
@media print, screen and (min-width: 768px) {/* PC */
.main .inner {
	max-width: 144rem;
	margin: 0 auto 9rem;
	padding: 16.5rem 0 0;
}
.main .inner::before {
	width: 49.6rem;
	height: 86.9rem;
}
.main .inner::after {
	top: 34.4rem;
	right: 0;
	z-index: -5;
	background: url(../../img/workstyle-and-culture/crosstalk_bg03.png) no-repeat 0 0 / cover;
	width: 54.8rem;
	height: 96rem;
}
.main .box {
	position: relative;
	max-width: 115.6rem;
	margin: 0 auto;
}
.main .category {
	position: absolute;
	top: 5rem;
	left: 6rem;
	color: #fff;
	text-align: left;
}
.main .category span {
	display: block;
	margin: 0;
}
.main .category .c01 {
	margin: 0 0 2.5rem;
	font-size: 3rem;
}
.main .category .c02 {
	margin: 0 0 2.5rem;
	font-size: 1.8rem;
}
.main .category .num {
	font-size: 6rem;
}
.main .pagetitle {
	margin: 10rem 0 4rem;
	font-size: 4rem;
}
.main .lead {
	margin: 0 0 10rem;
	font-size: 2rem;
}
.main .profile .subtitle {
	margin: 0 0 5rem;
	font-size: 1.8rem;
}
.main .profile .item_wrap {
	display: flex;
	justify-content: center;
}
.main .profile .item {
	max-width: 32.2rem;
	margin: 0 4.75rem;
}
.main .profile .item .img {
	margin: 0 0 -2.8rem 2.8rem;
}
.main .profile .item .set {
	margin: 0 2.8rem 0 0;
	padding: 7rem 2.8rem 2rem;
}
.main .profile .item .name {
	margin: 0 0 2rem;
	font-size: 1.8rem;
}
.main .profile .item .dev {
	line-height: 2.6rem;
}
.main .profile .note {
	max-width: 74rem;
	margin: 2rem auto 0;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	margin: 0 0 6rem;
}
.block.type02 {
	color: #fff;
}
.block .inner {
	position: relative;
	padding: 3rem 2rem;
}
.block .inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -4;
	width: 100%;
	height: 100%;
}
.block.type01 .inner::before {
	background: #fff;
}
.block.type02 .inner::before {
	background: rgba(76,167,135,.8);
}
.block .subtitle {
	position: relative;
	margin: 0 0 3rem;
	padding: 3rem 2rem 2.2rem;
}
.block .subtitle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	background: url(../../img/shared/bg01.png);
	mix-blend-mode: multiply;
	letter-spacing: .06em;
}
.block .subtitle .num {
	display: block;
	margin: 0 0 1.5rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .06em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.block .subtitle .num.visible {
	opacity: 1;
	transform: translateY(0);
}
.block .subtitle .title {
	display: block;
	font-size: 1.8rem;
	line-height: 3.4rem;
	letter-spacing: .02em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.block .subtitle .title.visible {
	opacity: 1;
	transform: translateY(0);
}
.block .set {
	padding: 0 0 2rem 2rem;
}
.block .set .item {
	display: flex;
	margin: 0 0 2.5rem;
	font-size: 1.3rem;
	line-height: 2.4rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.block .set .item.visible {
	opacity: 1;
	transform: translateY(0);
}
.block .set .item .name {
	width: 3em;
}
.block .set .item .comment {
	flex: 1;
}
.block .img {
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.block .img.visible {
	opacity: 1;
	transform: translateY(0);
}
.block .img.session02 {
	margin: 0 -2rem;
}
.block .img.session04 {
	margin: 0 0 0 -2rem;
}
.block .note {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: right;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.block .note.visible {
	opacity: 1;
	transform: translateY(0);
}
.block figure img {
	width: 100%;
}
.block figcaption {
	margin: 1rem 0 3rem;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	margin: 0 0 11rem;
}
.block .inner {
	max-width: 144rem;
	margin: 0 auto;
	padding: 10rem 0 12rem;
	overflow: hidden;
}
.block .inner::before {
	width: calc(100% - 7.8rem);
}
.block.type02 .inner::before {
	left: auto;
	right: 0;
}
.block .subtitle {
	max-width: 108rem;
	margin: 0 auto 9rem;
	padding: 3rem 0 5rem;
	box-sizing: border-box;
}
.block .subtitle::before {
	width: calc(100% + 21.8rem);
}
.block.type01 .subtitle::before {
	left: -3.8rem;
}
.block.type02 .subtitle::before {
	left: -18rem;
	right: -3.8rem;
}
.block .subtitle .num {
	margin: 0 0 -3rem;
	font-size: 2.4rem;
	text-align: right;
}
.block .subtitle .title {
	font-size: 2.6rem;
	line-height: 5.2rem;
}
.block .set {
	max-width: 76.4rem;
	margin: 0 auto;
	padding: 0 0 6rem;
}
.block .set.session03 {
	padding: 0;
}
.block .set .item .name {
	width: 4em;
}
.block .set .item {
	font-size: 1.5rem;
	line-height: 3rem;
}
.block .set .item + .item {
	margin-top: 3.5rem;
}
.block .img {
	text-align: center;
}
.block .set_wrap {
	display: flex;
	max-width: 144rem;
	margin: 0 auto;
}
.block .set_wrap .set {
	flex: 1;
	margin-left: 14.2rem;
}
.block .set_wrap .img {
	max-width: calc(633 / 1440 * 100vw);
	margin-left: calc(100 / 1440 * 100vw);
}
.block .set_wrap.type01,
.block .set_wrap.type02 {
	max-width: 115.6rem;
}
.block .set_wrap.type01 .set {
	margin-left: 3.8rem;
}
.block .set_wrap.type01 .img {
	max-width: calc(442 / 1440 * 100vw);
	margin-left: calc(90 / 1440 * 100vw);
}
.block .set_wrap.type02 .set {
	order: 2;
	margin-left: 0;
}
.block .set_wrap.type02 .img {
	order: 1;
	max-width: calc(442 / 1440 * 100vw);
	margin: 0 calc(90 / 1440 * 100vw) 6rem 3.8rem;
}
.block .img.session04 {
	max-width: 110.2rem;
	margin: 0;
}
.block figcaption {
	margin: 1rem 0 3rem;
	font-size: 1.3rem;
	line-height: 1.5;
}
}/* @media */
/* -----------------------------------------------
= column
----------------------------------------------- */
.column {
	position: relative;
	padding: 3rem 2rem 6rem;
}
.column .img01 {
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.column .img01.visible {
	opacity: 1;
	transform: translateY(0);
}
.column .subtitle {
	margin: 5rem 0 2rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: .06em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.column .subtitle.visible {
	opacity: 1;
	transform: translateY(0);
}
.column .logo {
	text-align: center;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.column .logo.visible {
	opacity: 1;
	transform: translateY(0);
}
.column .logo img {
	max-width: 24.9rem;
}
.column .item {
	position: relative;
	margin-top: 6rem;
	color: #fff;
	letter-spacing: .02em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.column .item.visible {
	opacity: 1;
	transform: translateY(0);
}
.column .item .set {
	position: relative;
	padding: 3rem 2rem 2rem;
}
.column .item .set::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	height: calc(100% - 9rem);
}
.column .item.type01 .set::before {
	background: #75b1ae;
}
.column .item.type02 .set::before {
	background: #5fa788;
}
.column .item.type03 .set::before {
	background: #91ba7b;
}
.column .item .set::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -4;
	width: 100%;
	height: 100%;
	background: url(../../img/nanimono/column_bg.svg) no-repeat 50% 0 / 100% auto;
}
.column .item dt {
	margin: 0 0 1rem;
	font-size: 1.4rem;
	line-height: 3rem;
	text-align: center;
}
.column .item dd {
	font-size: 1.3rem;
	line-height: 2.4rem;
}
.column .item dd h3 {
	margin: 0 0 3rem;
	font-size: 2.6rem;
	text-align: center;
}
.column .item .img {
	margin: 3rem 0 0;
}
.column .item .img img {
	width: 100%;
}
.column .item .offtime {
	padding: 2rem;
}
.column .item.type01 .offtime {
	background: #75b1ae;
}
.column .item.type02 .offtime {
	background: #5fa788;
}
.column .item.type03 .offtime {
	background: #91ba7b;
}
@media print, screen and (min-width: 768px) {/* PC */
.column {
	padding: 8rem 2rem 14rem;
}
.column .img01 {
	text-align: center;
}
.column .subtitle {
	margin: 10rem 0 4.2rem;
	font-size: 2rem;
}
.column .logo {
	margin: 0 0 10rem;
}
.column .logo img {
	max-width: 32.5rem;
}
.column .item_wrap {
	display: flex;
	justify-content: center;
}
.column .item {
	max-width: 37.2rem;
	margin: 0 1rem;
}
.column .item .set {
	padding: 3rem 2.7rem 2.4rem;
}
.column .item dt {
	margin: 0 0 1.5rem;
	font-size: 1.8rem;
}
.column .item dd {
	line-height: 2.6rem;
}
.column .item dd h3 {
	margin: 0 0 3.5rem;
	font-size: 3rem;
}
.column .item .offtime {
	padding: 5rem 2.7rem;
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
.contents {
	position: relative;
	padding: 6rem 2rem 2rem;
}
.contents::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	background: url(../../img/shared/bg01.png?230130);
	mix-blend-mode: multiply;
}
.contents .subtitle {
	margin: 0 0 5rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: .06em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.contents .subtitle.visible {
	opacity: 1;
	transform: translateY(0);
}
.contents li {
	margin: 0 0 4rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.contents li.visible {
	opacity: 1;
	transform: translateY(0);
}
.contents li a {
	display: block;
	position: relative;
	color: #fff;
}
.contents li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20.7rem;
	background: url(../../img/shared/nav_workstyle-and-culture_bg.jpg) no-repeat 50% / cover;
}
.contents li img {
	display: block;
	width: calc(100% - 2rem);
	height: 20.7rem;
	margin-left: 2rem;
	object-fit: cover;
}
.contents li .num {
	display: inline-block;
	position: absolute;
	bottom: 2rem;
	left: 0;
	padding: 0 1rem;
	background: rgba(79,157,190,.8);
	font-size: 1rem;
	line-height: 2rem;
}
.contents li .jp {
	display: block;
	position: relative;
	padding: 0 1rem;
	font-size: 1.2rem;
	line-height: 2rem;
}
.contents a img {
	filter: grayscale(100%);
	transition: filter .5s;
}
.contents a:hover img {
	filter: grayscale(0);
}
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	padding: 9.3rem 2rem 12.2rem;
}
.contents .subtitle {
	margin: 0 0 8.6rem;
	font-size: 2rem;
}
.contents ul {
	display: flex;
	justify-content: center;
}
.contents li {
	max-width: 36rem;
	margin: 0 2rem;
}
.contents li .num {
	bottom: 2.5rem;
	font-size: .9rem;
}
.contents li .jp {
	line-height: 2.5rem;
}
}/* @media */

/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
body,
.main .pagetitle,
.main .lead,
.main .profile .subtitle,
.main .profile .item,
.main .profile .note,
.block .subtitle .num,
.block .subtitle .title,
.block .set .item,
.block .img,
.block .note,
.column .img01,
.column .subtitle,
.column .logo,
.column .item,
.contents .subtitle,
.contents li {
	opacity: 1;
	transform: translateY(0);
}
}/* @media */

