/* -----------------------------------------------
= section
----------------------------------------------- */
.section .text {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .05em;
}
.section .text + .text {
	margin-top: 1.5em;
}
.section .case-studies {
	margin-top: 10px;
}
.section .case-studies a {
	text-decoration: underline;
}
.section .case-studies a[target="_blank"] {
	display: inline-block;
	padding-right: 27px;
	background: url(../img/shared/icon-external.svg) no-repeat 100% 4px / 13px auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.section .text {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(27 / 16);
}
.section .case-studies a[target="_blank"] {
	background-size: 14px auto;
}
}/* @media */
@media (hover:hover) {
.section .case-studies a:hover {
	text-decoration: none;
}
}/* @media */
/* -----------------------------------------------
= career
----------------------------------------------- */
.section + .section.career {
	margin-top: 60px;
}
.career .sub-title {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: calc(1.8rem / 1.6);
}
.career .sub-title::before {
	display: none;
}
.career .item-wrap {
	margin: 25px -20px 20px;
}
.career .item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 20px;
	border-radius: 10px;
}
.career .item:nth-child(1) {
	background: rgba(0,175,240,.3);
}
.career .item:nth-child(2) {
	background: rgba(0,175,240,.4);
}
.career .item:nth-child(3) {
	background: rgba(0,175,240,.5);
}
.career .item + .item {
	margin-top: 20px;
}
.career .item .set {
	grid-column: span 2;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.career .item .set h3 {
	max-width: 220px;
	margin: 0 auto 15px;
	padding: 5px;
	background: #fff;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	border-radius: 3em;
	letter-spacing: .05em;
	text-align: center;
}
.career .item .set ul {
	max-width: 250px;
	margin-inline: auto;
	list-style-type: disc;
}
.career .item .set ul li {
	margin-left: 1em;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .01em;
}
.career .item img {
	border-radius: 5px;
}
@media print, screen and (min-width: 768px) {/* PC */
.section + .section.career {
	margin-top: 100px;
}
.career .sub-title {
	margin-bottom: 40px;
	font-size: calc(2.4rem / 1.6);
}
.career .item-wrap {
	margin: 50px 0 20px;
}
.career .item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding: 15px;
}
.career .item.type02 .set {
	order: 3;
}
.career .item.type02 .set img {
	order: 1;
}
.career .item.type02 .set img + img {
	order: 2;
}
.career .item + .item {
	margin-top: 15px;
}
.career .item .set {
	grid-column: span 1;
	padding: 15px;
}
.career .item .set h3 {
	max-width: 175px;
	margin: 0 auto 15px;
	padding: 5px;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.career .item {
	grid-template-columns: repeat(2, 1fr);
}
.career .item .set {
	grid-column: span 2;
}
}/* @media */
/* -----------------------------------------------
= voice
----------------------------------------------- */
.voice .set {
	display: flex;
	gap: 0 15px;
	padding: 20px 10px 20px 15px;
	background: #f8f8f8;
	border-radius: 10px;
}
.voice .set + .set {
	margin-top: 10px;
}
.voice .set .type {
	width: 52px;
}
.voice .set .type span {
	display: block;
	margin-top: 12px;
	color: var(--blue);
	font-size: calc(1.2rem / 1.6);
	text-align: center;
}
.voice .set p {
	flex: 1;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .01em;
}
.voice .set .category {
	flex: 1;
}
.voice .set .category h4 {
	margin-bottom: 10px;
	color: var(--blue);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	letter-spacing: .025em;
}
@media print, screen and (min-width: 768px) {/* PC */
.voice {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.voice .set {
	gap: 0 28px;
	padding: 23px 20px;
}
.voice .set + .set {
	margin-top: 0;
}
.voice .set .type {
	width: 72px;
}
.voice .set .category h4 {
	margin-block: 10px 15px;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.voice {
	display: block;
}
.voice .set + .set {
	margin-top: 20px;
}
}/* @media */
/* -----------------------------------------------
= training
----------------------------------------------- */
.training .training-img {
	margin: 40px -20px 30px 0;
}
.training .training-img img {
	width: 454px;
}
.training .box {
	margin-bottom: 20px;
	padding: 20px;
	background: #d9f3fd;
	border-radius: 10px;
}
.training .box h3 {
	max-width: 220px;
	margin: 0 auto 15px;
	padding: 5px;
	background: #fff;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	border-radius: 3em;
	letter-spacing: .05em;
	text-align: center;
}
.training .box p {
	flex: 1;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .01em;
}
@media print, screen and (min-width: 768px) {/* PC */
.training .training-img {
	max-width: 586px;
	margin: 60px auto 25px;
}
.training .training-img img {
	width: auto;
}
.training .box {
	display: flex;
	align-items: center;
	gap: 0 80px;
	padding: 30px 45px;
}
.training .box h3 {
	max-width: none;
	margin: 0;
	padding-inline: 30px;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.training .box {
	display: block;
}
.training .box h3 {
	margin-bottom: 15px;
}
}/* @media */
/* -----------------------------------------------
= performance
----------------------------------------------- */
.performance .item {
	margin-inline: -20px;
	padding: 0 20px 20px;
	background: #f8f8f8;
	border-radius: 10px;
}
.performance .item.type01 {
	margin-top: 75px;
}
.performance .item.type02 {
	margin-top: 45px;
}
.performance .item h3 {
	position: relative;
	top: -15px;
	max-width: 220px;
	margin: 0 auto 5px;
	padding: 5px;
	color: #fff;
	background: var(--dark-blue);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	border-radius: 3em;
	letter-spacing: .05em;
	text-align: center;
}
.performance .item.type01 ol > li {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
}
.performance .item.type01 ol > li + li {
	margin-top: 20px;
}
.performance .item.type01 h4 {
	display: flex;
	gap: 0 5px;
	margin-bottom: 10px;
	color: var(--dark-blue);
}
.performance .item.type01 h4 span:first-child {
	font-family: var(--en);
	font-size: calc(3rem / 1.6);
	font-weight: 600;
}
.performance .item.type01 h4 span:last-child {
	margin: .5em 50px 0 0;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	line-height: calc(28 / 18);
	letter-spacing: .05em;
}
.performance .item.type01 p,
.performance .item.type01 ul li {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .01em;
}
.performance .item.type01 ul {
	margin-left: 1em;
	margin-right: 100px;
	list-style-type: disc;
}
.performance .item.type01 p + ul {
	margin-top: 5px;
}
.performance .item.type01 img {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
}
.performance .item.type02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-block: 15px;
}
.performance .item.type02 li {
	width: 190px;
	height: 190px;
	margin: -15px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.performance .item.type02 li img {
	display: block;
	width: 60px;
	margin: 20px auto 10px;
}
.performance .item.type02 li span {
	display: block;
	position: relative;
	z-index: 1;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	line-height: calc(22 / 14);
	letter-spacing: .05em;
}
@media print, screen and (min-width: 768px) {/* PC */
.performance .item {
	margin-inline: 0;
	padding: 0 40px 40px;
	border-radius: 20px;
}
.performance .item.type02 {
	margin-top: 55px;
}
.performance .item h3 {
	top: -15px;
	max-width: 175px;
	margin: 0 auto 15px;
}
.performance .item.type02 h3 {
	max-width: 210px;
}
.performance .item.type01 ol > li {
	padding: 30px;
	border-radius: 10px;
}
.performance .item.type01 ol > li + li {
	margin-top: 15px;
}
.performance .item.type01 h4 {
	gap: 0 15px;
	margin-bottom: 20px;
}
.performance .item.type01 h4 span:last-child {
	margin-right: 0;
}
.performance .item.type01 p,
.performance .item.type01 ul li {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.performance .item.type01 img {
	top: calc(50% - 41px);
	right: 30px;
	width: 82px;
}
.performance .item.type02 ul {
	flex-wrap: wrap;
}
.performance .item.type02 li {
	width: 200px;
	height: 200px;
}
.performance .item.type02 li img {
	width: 66px;
	margin: 25px auto;
}
}/* @media */
/* -----------------------------------------------
= related
----------------------------------------------- */
.related ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.related li {
	width: 162px;
}
.related a {
	display: grid;
	place-content: center;
	position: relative;
	z-index: 1;
	min-height: 49px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .05em;
}
.related a::before,
.related a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.related a::before {
	background: url(../img/information/icon-related-arrow-sp.svg) no-repeat right 15px top 21px / 5.43px auto,
	url(../img/shared/page-link-bg-sp.svg) no-repeat 50% 0 / 100% auto;
}
.related a::after {
	background: url(../img/information/icon-related-arrow-sp.svg) no-repeat right 15px top 21px / 5.43px auto,
	url(../img/shared/page-link-bg-hover.svg) no-repeat 50% 0 / 100% auto;
	opacity: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.related ul {
	gap: 20px;
}
.related li {
	width: 430px;
}
.related a {
	display: grid;
	place-content: center;
	min-height: 122px;
	padding: 0 10px;
	font-size: calc(2.4rem / 1.6);
}
.related a::before {
	background: url(../img/information/icon-related-arrow-sp.svg) no-repeat right 30px top 55px / 11px auto,
	url(../img/shared/page-link-bg.svg) no-repeat 50% 0 / 100% auto;
}
.related a::after {
	background: url(../img/information/icon-related-arrow-hover-sp.svg) no-repeat right 30px top 55px / 11px auto,
	url(../img/shared/page-link-bg-hover.svg) no-repeat 50% 0 / 100% auto;
	opacity: 0;
}
}/* @media */
@media (hover:hover) {
.related a {
	transition: color .3s;
}
.related a:hover {
	color: #fff;
}
.related a::after {
	transition: opacity .3s;
}
.related a:hover::after {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= btn-entry-career
----------------------------------------------- */
.btn-entry-career {
	margin-block: 80px 100px;
}
@media print, screen and (min-width: 768px) {/* PC */
.btn-entry-career {
	margin-block: 120px 150px;
}
}/* @media */
