@charset "utf-8";
/*
 recruitment-info/environment.css
*/
/* -----------------------------------------------
= scroll-hint
----------------------------------------------- */
.scroll-hint-text {
	line-height: 1;
}
/* -----------------------------------------------
= side_nav
----------------------------------------------- */
.side_nav dd li.second span {
	display: block;
	font-size: 1.1rem;
	line-height: 1;
}
.side_nav dd li .third {
	display: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.side_nav dd li .third {
	display: block;
	margin-left: 1rem;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.side_nav dd li.has-third:hover .third {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.side_nav dd li .third a {
	color: #7B7B7B;
}
.side_nav dd li .third a:hover {
	color: #D6082E;
}
}/* @media */
/* -----------------------------------------------
= heading
----------------------------------------------- */
.main_heading {/* h2 */
	margin: 0 .5rem 3rem;
}
.main_heading .en {
	display: block;
	margin-bottom: 1rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
}
.main_heading .sub {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.main_heading .jp {
	display: block;
	font-size: 3rem;
	line-height: 3.6rem;
	letter-spacing: .02em;
}
.medium_heading {/* h3 */
	position: relative;
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
	font-size: 2.4rem;
	line-height: 3.6rem;
	text-align: center;
}
.medium_heading span {
	font-size: 1.6rem;
}
.medium_heading::after {
	content: '';
	position: absolute;
	left: calc(50% - 2.5rem);
	bottom: 0;
	width: 5rem;
	height: 2px;
	background: #D6082E;
}
.small_heading {/* h4 */
	margin-bottom: 3.5rem;
	padding-left: 1rem;
	color: #D6082E;
	border-left: 1px solid  #D6082E;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.main_heading {
	margin: 0 0 6rem;
}
.main_heading .en {
	font-size: 1.8rem;
}
.main_heading .sub {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
}
.medium_heading {
	font-size: 2.6rem;
}
.medium_heading span {
	font-size: 1.8rem;
}
.medium_heading::after {
	left: calc(50% - 3.75rem);
	width: 7.5rem;
}
.small_heading {
	margin-bottom: 4rem;
	font-size: 1.8rem;
}
}/* @media */
/* -----------------------------------------------
= more
----------------------------------------------- */
.more {
	margin-top: 3rem;
	text-align: center;
}
.more dt {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	line-height: 2.8rem;
	letter-spacing: .02em;
}
.more dd a {
	display: inline-block;
	position: relative;
	padding: 0 3rem 0 1.5rem;
	color: #D6082E;
	background: #fff;
	border: 1px solid #D6082E;
	border-radius: 3em;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	line-height: 2.1rem;
	letter-spacing: .02em;
}
.more dd a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 1.5rem;
	width: 1rem;
	height: 100%;
	background: url(../../img/shared/icon_more_arrow.svg) no-repeat 50% / 100% auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.more dt {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 3rem;
}
.more dd a {
	padding: 0 5rem 0 2.5rem;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.more dd a:hover {
	color: #fff;
	background: #D6082E;
}
.more dd a::before {
	right: 2rem;
	width: 1.8rem;
	background: url(../../img/shared/icon_more_arrow_pc.svg) no-repeat 50% / 100% auto;
}
.more dd a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 2rem;
	width: 1.8rem;
	height: 100%;
	background: url(../../img/shared/icon_more_arrow_pc_hover.svg) no-repeat 50% / 100% auto;
	opacity: 0;
}
.more dd a:hover::after {
	opacity: 1;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	position: relative;
	min-height: 37.9rem;
	margin-top: -6rem;
	padding: 8rem 1.5rem 3rem;
}
.intro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../../img/recruitment-info/environment_hr_bg.png) no-repeat 25% 0 / 57.7rem auto;
}
.intro .text {
	margin: 0 .5rem;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	position: relative;
	min-height: 43.5rem;
	margin: -12rem 0 0;
	padding: 18rem 4rem 0 0;
	background: transparent;
}
.intro::before {
	top: -6rem;
	width: 81.4rem;
	background-position: 0 0;
	background-size: 100% auto;
}
.intro .text {
	margin: 0;
	line-height: 3.6rem;
}
}/* @media */
/* -----------------------------------------------
= training
----------------------------------------------- */
.training {
	margin-top: -6rem;
	padding: 8rem 1.5rem 7.5rem;
}
.training .item_wrap {
	margin-bottom: 4rem;
}
.training .item {
	margin-bottom: 1.5rem;
	padding: 2.5rem 2rem;
	background: #fff;
	border-radius: 1rem;
}
.training .item .num {
	margin-bottom: 1.5rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
	text-align: center;
}
.training .item h4 {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	letter-spacing: .02em;
}
.training .item .text {
	font-size: 1.4rem;
	line-height: 2.8rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.training {
	margin: -20rem 0 12rem;
	padding: 12rem 4rem 0 0;
}
.training .item_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem 2rem;
}
.training .item {
	width: calc(1 / 3 * 100% - 6rem);
	margin: 0 1rem 2rem;
}
}/* @media */
/* -----------------------------------------------
= case
----------------------------------------------- */
.case {
	margin-top: -6rem;
	padding: 8rem 0 0 1.5rem;
}
.case .swiper-wrapper {
	margin-bottom: 6rem;
	padding: 2.8rem 0 0;
}
.case .item {
	position: relative;
	width: 23rem;
	margin-right: 1rem;
	margin-bottom: 4rem;
	padding: 3rem 2rem;
	background: #fff;
	border-radius: 1rem;
	letter-spacing: .02em;
}
.case .item::before {
	content: '';
	position: absolute;
	top: -2.1rem;
	left: -.5rem;
	width: calc(100% + 1.2rem);
	height: 2px;
	background: #D6082E;
}
.case .item.swiper-slide:first-child::before {
	left: calc(50% + .8rem);
	width: calc(50% + 1rem);
	width: 50%;
}
.case .item.swiper-slide:last-child::before {
	left: -1.2rem;
	width: calc(50% + .8rem);
}
.case .item::after {
	content: '';
	position: absolute;
	top: -2.8rem;
	left: calc(50% - .8rem);
	width: 1.6rem;
	height: 2.8rem;
	background: url(../../img/recruitment-info/environment_case_circle.svg) no-repeat 50% 0 / 100% auto;
}
.case .item .num {
	margin-bottom: 1rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
	text-align: center;
}
.case .item h4 {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
}
.case .item p {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.case .item img {
	display: block;
	margin: 0 auto;
}
.case .swiper .swiper-slide {
	height: auto;
}
.case .swiper .swiper-slide-item {
	height: 100%;
}
.case .swiper-button-prev {
	opacity: 0;
}
.case .swiper-button-prev,
.case .swiper-button-next {
	top: 50%;
	width: 6.4rem;
	height: 6.4rem;
}
.case .swiper-button-prev::after,
.case .swiper-button-next::after {
	width: 100%;
	height: 100%;
	background: url(../../img/shared/icon_circle_arrow.svg) no-repeat 50% / cover;
	font-size: 0;
	opacity: .9;
}
.case .swiper-button-prev::after {
	transform: rotate(180deg);
}
.case .swiper-button-disabled {
	opacity: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.case {
	margin-top: -20rem;
	padding: 12rem 0;
}
.case .swiper-wrapper {
	margin-bottom: 3rem;
	padding: 4.1rem 0 0;
}
.case .item {
	width: 26rem;
	margin-right: 2rem;
	margin-bottom: 6rem;
	padding: 3rem 2rem;
}
.case .item::before {
	top: -3.2rem;
	left: -1rem;
	width: calc(100% + 2.2rem);
}
.case .item.swiper-slide:first-child::before {
	width: calc(50% + 2rem);
}
.case .item.swiper-slide:last-child::before {
	left: -2.2rem;
	width: calc(50% + 2rem);
}
.case .item::after {
	top: -4.1rem;
	left: calc(50% - 1rem);
	width: 2rem;
	height: 4.1rem;
}
.case .swiper-button-prev {
	opacity: 1;
}
.case .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.case .swiper-button-prev,
.case .swiper-button-next {
	top: calc(50% - 4.7rem);
	right: 4rem;
	width: 9.4rem;
	height: 9.4rem;
}
.case .swiper-button-prev::after,
.case .swiper-button-next::after {
	background: url(../../img/shared/icon_circle_arrow_pc.svg) no-repeat 50% / cover;
}
.case .swiper-button-prev:hover,
.case .swiper-button-next:hover {
	opacity: .8;
}
.case .swiper-scrollbar {
	left: 0;
	max-width: 85rem;
}
}/* @media */
/* -----------------------------------------------
= column
----------------------------------------------- */
.column {
	margin-top: -6rem;
	padding: 8rem 1.5rem 12rem;
	letter-spacing: .02em;
}
.column .text {
	font-size: 1.6rem;
	line-height: 3.2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.column {
	margin-top: -8rem;
	padding: 12rem 4rem 16rem 0;
}
.column .text {
	line-height: 3.6rem;
}
}/* @media */
/* -----------------------------------------------
= womenomics
----------------------------------------------- */
.womenomics {
	margin-top: -6rem;
	padding: 8rem 1.5rem 8rem;
}
.womenomics > .text {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.womenomics {
	margin: -21rem 0 10rem;
	padding: 12rem 4rem 4rem 0;
}
.womenomics > .text {
	margin-bottom: 3rem;
	line-height: 3.6rem;
}
}/* @media */
/* -----------------------------------------------
= topic
----------------------------------------------- */
.topic {
	margin-top: -6rem;
	padding: 8rem 0 0;
}
.topic .topic_in {
	background: #fff;
	border-radius: .5rem;
	letter-spacing: .02em;
}
.topic .topic_ttl {
	display: inline-block;
	position: relative;
}
.topic .topic_ttl::before,
.topic .topic_ttl::after {
	content: '';
	position: absolute;
	width: .5rem;
	height: .5rem;
	background: url(../../img/shared/bg_round_gray.svg) no-repeat 50% / cover;
	transform: rotate(90deg);
}
.topic .topic_ttl::before {
	left: 0;
	bottom: -.5rem;
}
.topic .topic_ttl::after {
	top: 0;
	right: -.5rem;
}
.topic .topic_ttl .in {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0 2rem 1rem 0;
	color: #D6082E;
	background: #F4F4F4;
	border-radius: 0 0 .5rem 0;
}
.topic .topic_ttl .num {
	padding-right: 1rem;
	font-size: 1.2rem;
}
.topic .topic_ttl .jp {
	padding-left: 1rem;
	border-left: 1px solid #D6082E;
	font-size: 1.4rem;
	line-height: 2rem;
}
.topic .box {
	margin-bottom: 2rem;
	padding: 2rem 1.5rem 3rem;
}
.topic .text {
	margin-bottom: 3rem;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.topic .text + .img {
	margin-top: -2rem;
}
.topic .img {
	margin-bottom: 3rem;
	text-align: center;
}
.topic .img01 img {
	width: 18rem;
}
.topic .img02 {
	margin: 2rem -1.5rem 2rem -1.5rem;
}
.topic .img02 img {
	max-width: none;
	width: 75rem;
}
.topic .img03 img {
	max-width: none;
	width: 72rem;
	padding-bottom: 2rem;
}
.topic .box_ttl {
	position: relative;
	margin-bottom: 1.3rem;
	padding-left: 2rem;
	color: #D6082E;
	font-size: 1.6rem;
	line-height: 3rem;
}
.topic .box_ttl::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: .8rem;
	height: 100%;
	background: url(../../img/shared/icon_title_arrow.svg) no-repeat 50% / 100% auto;
}
.topic .sub {
	padding: 1.5rem;
	background: #F4F4F4;
	border-radius: .5rem;
}
.topic .sub li {
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.topic .sub li + li {
	margin-top: 1em;
}
.topic .sub li span {
	font-weight: 700;
}
.topic .sub li .note {
	display: block;
	color: #7B7B7B;
	font-weight: 500;
}
.topic .sub + .box_ttl {
	margin-top: 3rem;
}
.topic + .voice {
	margin-top: 8rem;
}
.topic .sub ol li {
	display: flex;
}
.topic .sub ol li span {
	font-weight: 500;
}
.topic .sub ol li span:first-child {
	width: 2em;
	color: #D6082E;
}
.topic .sub ol li span:last-child {
	flex: 1;
}
.topic .subtitle {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem;
}
.topic .sub + .subtitle {
	margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.topic {
	margin-top: -8rem;
	padding: 12rem 4rem 0 0;
}
.topic + .topic {
	margin-top: -4rem;
}
.topic .topic_in {
	border-radius: 1rem;
}
.topic .topic_ttl::before,
.topic .topic_ttl::after {
	width: 1rem;
	height: 1rem;
}
.topic .topic_ttl::before {
	bottom: -1rem;
}
.topic .topic_ttl::after {
	right: -1rem;
}
.topic .topic_ttl .in {
	border-radius: 0 0 1rem 0;
}
.topic .topic_ttl .num {
	font-size: 1.8rem;
}
.topic .topic_ttl .jp {
	font-size: 1.8rem;
}
.topic .box {
	margin-bottom: 4rem;
	padding: 3rem;
}
.topic .box .set {
	display: flex;
	margin-bottom: 2rem;
}
.topic .box .set .text {
	flex: 1;
	margin-right: 1.5rem;
	font-size: 1.6rem;
	line-height: 3.6rem;
}
.topic .box .set .img {
	width: 25rem;
	margin-top: -2.5rem;
}
.topic .box > .text {
	font-size: 1.6rem;
	line-height: 3.6rem;
}
.topic .img {
	margin-bottom: 0;
}
.topic .img01 img {
	width: 100%;
}
.topic .img02 {
	margin: 2rem 0;
}
.topic .img02 img {
	width: 100%;
}
.topic .sub {
	padding: 2rem;
	border-radius: 1rem;
}
}/* @media */
/* -----------------------------------------------
= balance
----------------------------------------------- */
.balance {
	margin-top: -6rem;
	padding: 8rem 1.5rem 8rem;
}
.balance .text {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.balance {
	margin-top: -12rem;
	padding: 12rem 4rem 10rem 0;
}
.balance .text {
	line-height: 3.6rem;
}
}/* @media */
/* -----------------------------------------------
= benefits
----------------------------------------------- */
.benefits {
	margin-top: -6rem;
	padding: 8rem 0 0;
}
.benefits .item {
	margin-bottom: 2rem;
}
.benefits .item h5 {
	position: relative;
}
.benefits .item h5::before {
	content: '';
	position: absolute;
	top: 0;
	left: 1.5rem;
	z-index: 1;
	width: .8rem;
	height: 100%;
	background: url(../../img/shared/icon_title_arrow.svg) no-repeat 50% / 100% auto;
}
.benefits .item button {
	display: flex;
	position: relative;
	width: 100%;
	padding: 2.4rem 6rem 2.4rem 4rem;
	background: #fff;
	border-radius: 1rem;
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: .02em;
}
.benefits .item button.is-opened {
	color: #D6082E;
}
.benefits .item button::before,
.benefits .item button::after {
	content: '';
	position: absolute;
	top: calc(50% - 1.5rem);
	right: 1.5rem;
	width: 3rem;
	height: 3rem;
}
.benefits .item button::before {
	background: url(../../img/recruitment-info/new-graduate_faq_icon.svg) no-repeat 50% / cover;
}
.benefits .item button::after {
	background: url(../../img/recruitment-info/new-graduate_faq_icon_open.svg) no-repeat 50% / cover;
	opacity: 0;
}
.benefits .item button.is-opened::after {
	opacity: 1;
}
.benefits .detail {
	display: none;
	padding: 2rem 0 0;
}
.benefits .detail dl {
	display: flex;
}
.benefits .detail dl:last-child {
	position: relative;
}
.benefits .detail dl:last-child::before,
.benefits .detail dl:last-child::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: .2rem;
}
.benefits .detail dl:last-child::before {
	width: 100%;
	background: #EAEAEA;
}
.benefits .detail dl:last-child::after {
	width: 12rem;
	background: #C4C4C4;
}
.benefits .detail dt {
	position: relative;
	width: 12rem;
	padding: 1.3rem 0;
	font-size: 1.6rem;
	line-height: 3rem;
}
.benefits .detail dt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: .2rem;
	background: #C4C4C4;
}
.benefits .detail dd {
	flex: 1;
	position: relative;
	padding: 1.3rem 0;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.benefits .detail dd::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: .2rem;
	background: #EAEAEA;
}
.benefits .detail dd .note {
	display: block;
	color: #7B7B7B;
}
@media print, screen and (min-width: 768px) {/* PC */
.benefits .item {
	margin: 8rem 0 3rem;
}
.benefits .item h5::before {
	left: 2rem;
	width: 1rem;
}
.benefits .item button {
	padding: 3.2rem 6rem 3.2rem 5rem;
}
.benefits .item button:hover {
	opacity: .8;
}
.benefits .item button::before,
.benefits .item button::after {
	top: calc(50% - 1.2rem);
	right: 2rem;
	width: 2.4rem;
	height: 2.4rem;
}
.benefits .detail {
	padding: 3rem 0 0;
}
.benefits .detail dl:last-child::after {
	width: 22.5rem;
}
.benefits .detail dt {
	width: 22.5rem;
	padding: 2rem 0;
	font-size: 1.8rem;
	line-height: 3.6rem;
}
.benefits .detail dd {
	padding: 2rem 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
}
.benefits .detail dd .note {
	font-size: 1.4rem;
	line-height: 2.8rem;
}
}/* @media */
/* -----------------------------------------------
= reform
----------------------------------------------- */
.reform {
	margin-top: -6rem;
	padding: 8rem 1.5rem 6rem;
}
.reform .text {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.reform {
	margin-top: -8rem;
	padding: 12rem 4rem 10rem 0;
}
.reform .text {
	line-height: 3.6rem;
}
}/* @media */
/* -----------------------------------------------
= health
----------------------------------------------- */
.health {
	margin-top: -6rem;
	padding: 8rem 1.5rem 10rem;
}
.health .text {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 3.2rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.health {
	margin-top: -8rem;
	padding: 12rem 4rem 4rem 0;
}
.health .text {
	margin-bottom: 3rem;
	line-height: 3.6rem;
}
}/* @media */
/* -----------------------------------------------
= evaluation
----------------------------------------------- */
.evaluation {
	margin-top: -6rem;
	padding: 8rem 0 0;
}
.evaluation .box {
	margin-bottom: 1.5rem;
	padding: 3rem 1.5rem;
	background: #fff;
	border-radius: 1rem;
	letter-spacing: .02em;
}
.evaluation .box dt {
	margin-bottom: 2rem;
	font-size: 1.4rem;
	text-align: center;
}
.evaluation .box dt span:first-child {
	display: block;
	margin-bottom: 2rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
}
.evaluation .box dt span:last-child {
	display: block;
	font-size: 1.6rem;
}
.evaluation .box dd {
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.evaluation .box dd .img {
	margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.evaluation {
	margin-top: -8rem;
	padding: 12rem 4rem 0 0;
}
.evaluation .box_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.evaluation {
	margin: 0;
}
.evaluation .box {
	width: calc(50% - 6rem);
	margin: 0 1rem 2rem;
	padding: 2rem;
}
.evaluation .box dt {
	display: block;
	text-align: center;
}
}/* @media */


