  @charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	welcome.css
*/

/*============================================================
	3MINUTES
*/
.c-3minutes {
	padding: 60px 0 100px 0;
	background-color: #fff;
}
.c-3minutes .movie .heading {
	text-align: center;
}
.c-3minutes .movie .heading h2 {
	display: flex;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
}
.c-3minutes .movie .heading h2 span {
	display: block;
	padding: 0.4em 1em;
	background-color: #000;
	border-radius: 999px;
	color: #fff;
}
.c-3minutes .movie .heading h3 {
	margin: 10px 0 0 0;
	font-size: 45px;
	line-height: 1.2;
}
.c-3minutes .movie .lead {
	margin: 20px 0 50px 0;
	text-align: center;
	font-size: 17px;
	line-height: 1.88;
}
.c-3minutes .movie .video {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
}
.c-3minutes .movie .video .player {
	position: relative;
	padding-top: 56.25%;
	height: 0;
}
.c-3minutes .movie .video .player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}
.c-3minutes .movie .poster {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.c-3minutes .movie .poster::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background-image: url('/recruit/fresh/assets/img/welcome/3minutes-play.svg');
	background-size: contain;
}
/**/
.c-3minutes .movie .lead {
	transition-delay: 0.6s, 0.6s;
}
.c-3minutes .movie .video {
	transition-delay: 0.6s, 0.6s;
}
/* HOVER */
.os-pc .c-3minutes .movie .poster img {
	transition: opacity 0.3s ease;
}
.os-pc .c-3minutes .movie .poster:hover img {
	opacity: 0.7;
}
.os-pc .c-3minutes .movie .poster::after {
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.os-pc .c-3minutes .movie .poster:hover::after {
	transform: scale(1.15);
}
/* SP */
@media screen and (max-width: 767px) {
	.c-3minutes {
		padding: 50px 0 50px 0;
	}
	.c-3minutes .container {
		padding: 0 20px;
	}
	.c-3minutes .movie {
		padding: 0;
	}
	.c-3minutes .movie .heading h3 {
		font-size: 30px;
	}
	.c-3minutes .movie .lead {
		margin: 20px 0 20px 0;
		text-align: left;
		font-size: 15px;
		line-height: 1.7;
	}
	.c-3minutes .movie .lead br {
		display: none;
	}
	.c-3minutes .movie .poster::after {
		width: 14.6vw;
		height: 14.6vw;
		margin: -7.3vw 0 0 -7.3vw;
	}
}

/*============================================================
	whats
*/
.c-whats {
	background-color: #fff;
}
/* main */
.c-whats .main {
	padding: 60px 0;
	background-color: #e8f8fa;
}
.c-whats .main .heading {
	margin: 0 0 30px 0;
}
.c-whats .main .detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	max-width: 1080px;
	min-height: 350px;
}
.c-whats .main .detail .symbol {
	position: absolute;
	top: 50%;
	left: 0;
	width: 48%;
	transform: translateY(-50%);
}
.c-whats .main .detail .symbol img {
	margin: 0 auto;
	width: 350px;
}
.c-whats .main .detail .head .symbol {
	display: none;
}
.c-whats .main .detail h3 {
	padding: 0 0 0 48%;
	font-size: 55px;
	line-height: 1.41;
}
.c-whats .main .detail .lead {
	margin: 20px 0 0 0;
	padding: 0 20px 0 48%;
	font-size: 17px;
	line-height: 1.88;
}
/* list */
.c-whats .list {
	padding: 70px 0 50px 0;
}
.c-whats .list .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1120px;
}
.c-whats .list .block {
	position: relative;
	flex-basis: 33.333%;
	padding: 20px 0 50px 0;
}
.c-whats .list .block::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -155px;
	width: 310px;
	height: 310px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.c-whats .list .block:nth-child(1)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg01.svg');
}
.c-whats .list .block:nth-child(2)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg02.svg');
}
.c-whats .list .block:nth-child(3)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg03.svg');
}
.c-whats .list .block:nth-child(4)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg04.svg');
}
.c-whats .list .block:nth-child(5)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg05.svg');
}
.c-whats .list .block:nth-child(6)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg06.svg');
}
.c-whats .list .block:nth-child(7)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg07.svg');
}
.c-whats .list .block:nth-child(8)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg08.svg');
}
.c-whats .list .block:nth-child(9)::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg09.svg');
}
.c-whats .list .block .in {
	position: relative;
}
.c-whats .list .block h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
}
.c-whats .list .block h2::after {
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	width: 50px;
	height: 1px;
}
.c-whats .list .block:nth-child(1) h2::after,
.c-whats .list .block:nth-child(3) h2::after,
.c-whats .list .block:nth-child(5) h2::after,
.c-whats .list .block:nth-child(7) h2::after,
.c-whats .list .block:nth-child(9) h2::after {
	background-color: #e94829;
}
.c-whats .list .block:nth-child(2) h2::after,
.c-whats .list .block:nth-child(4) h2::after,
.c-whats .list .block:nth-child(6) h2::after,
.c-whats .list .block:nth-child(8) h2::after {
	background-color: #1bb8ce;
}
.c-whats .list .block h2 span {
	margin: 0 0 5px 0;
	display: block;
	font-size: 17px;
}
.c-whats .list .block .lead {
	margin: 0 auto;
	padding: 25px 0;
	max-width: 276px;
	font-size: 22px;
	line-height: 1.6;
	white-space: nowrap;
}
.c-whats .list .block .foot a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 140px;
	height: 42px;
	border: 1px solid #000;
	border-radius: 999px;
	font-size: 13px;
}
/**/
.c-whats .main .detail .symbol img {
	transform: scale(1.2);
	opacity: 0;
	transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1s, opacity 0.8s ease 1s;
}
.c-whats .main.active .detail .symbol img {
	transform: scale(1);
	opacity: 1;
}
.c-whats .main .detail .lead {
	transition-delay: 1s;
}
.c-whats .list .block::before {
	transform-origin: 50% 60%;
	opacity: 0;
	transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.8s ease 0.3s;
}
.c-whats .list .block:nth-child(even)::before {
	transform: scale(0.1) rotate(-60deg);
}
.c-whats .list .block:nth-child(odd)::before {
	transform: scale(0.1) rotate(60deg);
}
.c-whats .list .block.active::before {
	transform: scale(1);
	opacity: 1;
}
/* HOVER */
.os-pc .c-whats .list .block .foot a {
	transition: all 0.3s ease;
}
.os-pc .c-whats .list .block .foot a:hover {
	background-color: #000;
	color: #fff;
}
/* TB */
@media screen and (max-width: 979px) {
	/* main */
	.c-whats .main .detail {
		min-height: initial;
	}
	.c-whats .main .detail .symbol {
		display: none;
		position: static;
		width: auto;
		transform: translateY(0);
	}
	.c-whats .main .detail .symbol img {
		width: 100%;
	}
	.c-whats .main .detail .head {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.c-whats .main .detail .head .symbol {
		display: block;
		flex-basis: 200px;
	}
	.c-whats .main .detail h3 {
		padding: 0 0 0 30px;
	}
	.c-whats .main .detail .lead {
		margin: 20px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	/* list */
	.c-whats .list .container {
		max-width: 760px;
	}
	.c-whats .list .block {
		flex-basis: 50%;
	}
	.c-whats .list .block:nth-child(3)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg04.svg');
	}
	.c-whats .list .block:nth-child(4)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg03.svg');
	}
	.c-whats .list .block:nth-child(7)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg08.svg');
	}
	.c-whats .list .block:nth-child(8)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg07.svg');
	}
	.c-whats .list .block:nth-child(4) h2::after,
	.c-whats .list .block:nth-child(8) h2::after {
		background-color: #e94829;
	}
	.c-whats .list .block:nth-child(3) h2::after,
	.c-whats .list .block:nth-child(7) h2::after {
		background-color: #1bb8ce;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	/* main */
	.c-whats .main {
		padding: 50px 20px 40px 20px;
	}
	.c-whats .main .heading {
		margin: 0 0 20px 0;
	}
	.c-whats .main .detail .head {
		margin: 0 -10px;
	}
	.c-whats .main .detail .head .symbol {
		flex-basis: 100px;
	}
	.c-whats .main .detail h3 {
		margin: 0 -0.5em 0 0;
		padding: 0 0 0 15px;
		font-size: 30px;
	}
	.c-whats .main .detail .lead {
		margin: 20px 0 0 0;
		padding: 0;
		text-align: left;
		font-size: 15px;
		line-height: 1.8;
	}
	.c-whats .main .detail .lead br {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	/* list */
	.c-whats .list {
		padding: 40px 0 0 0;
	}
	.c-whats .list .container {
		display: block;
	}
	.c-whats .list .block {
		padding: 10px 0 50px 0;
	}
	.c-whats .list .block:nth-child(3)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg03.svg');
	}
	.c-whats .list .block:nth-child(4)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg04.svg');
	}
	.c-whats .list .block:nth-child(7)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg07.svg');
	}
	.c-whats .list .block:nth-child(8)::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg08.svg');
	}
	.c-whats .list .block:nth-child(3) h2::after,
	.c-whats .list .block:nth-child(7) h2::after {
		background-color: #e94829;
	}
	.c-whats .list .block:nth-child(4) h2::after,
	.c-whats .list .block:nth-child(8) h2::after {
		background-color: #1bb8ce;
	}
}

/*============================================================
	MODAL
*/
.modal-whats-window .frame:nth-child(1),
.modal-whats-window .frame:nth-child(3),
.modal-whats-window .frame:nth-child(5),
.modal-whats-window .frame:nth-child(7),
.modal-whats-window .frame:nth-child(9) {
	box-shadow: 10px 10px 0px 0px #e94829;
}
.modal-whats-window .frame:nth-child(2),
.modal-whats-window .frame:nth-child(4),
.modal-whats-window .frame:nth-child(6),
.modal-whats-window .frame:nth-child(8) {
	box-shadow: 10px 10px 0px 0px #1bb8ce;
}
.modal-whats-window .block h2 {
	margin: 0 0 35px 0;
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
}
.modal-whats-window .block h2::after {
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	width: 50px;
	height: 1px;
}
.modal-whats-window .frame:nth-child(1) .block h2::after,
.modal-whats-window .frame:nth-child(3) .block h2::after,
.modal-whats-window .frame:nth-child(5) .block h2::after,
.modal-whats-window .frame:nth-child(7) .block h2::after,
.modal-whats-window .frame:nth-child(9) .block h2::after {
	background-color: #e94829;
}
.modal-whats-window .frame:nth-child(2) .block h2::after,
.modal-whats-window .frame:nth-child(4) .block h2::after,
.modal-whats-window .frame:nth-child(6) .block h2::after,
.modal-whats-window .frame:nth-child(8) .block h2::after {
	background-color: #1bb8ce;
}
.modal-whats-window .block h2 span {
	margin: 0 0 5px 0;
	display: block;
	font-size: 17px;
}
.modal-whats-window .block .image {
	position: relative;
}
.modal-whats-window .block .image .caption {
	position: absolute;
	bottom: 6px;
	right: 15px;
	font-size: 12px;
	color: #fff;
}
.modal-whats-window .block .detail {
	position: relative;
	padding: 30px 0 0 0;
}
.modal-whats-window .block .detail::before {
	content: '';
	display: block;
	position: absolute;
	top: -60px;
	right: -20px;
	width: 310px;
	height: 310px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.modal-whats-window .frame:nth-child(1) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg01.svg');
}
.modal-whats-window .frame:nth-child(2) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg02.svg');
}
.modal-whats-window .frame:nth-child(3) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg03.svg');
}
.modal-whats-window .frame:nth-child(4) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg04.svg');
}
.modal-whats-window .frame:nth-child(5) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg05.svg');
}
.modal-whats-window .frame:nth-child(6) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg06.svg');
}
.modal-whats-window .frame:nth-child(7) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg07.svg');
}
.modal-whats-window .frame:nth-child(8) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg08.svg');
}
.modal-whats-window .frame:nth-child(9) .block .detail::before {
	background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg09.svg');
}
.modal-whats-window .block .title {
	position: relative;
	font-size: 25px;
	line-height: 1.5;
}
.modal-whats-window .block .lead {
	position: relative;
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 1.8;
}
/* TB */
@media screen and (max-width: 979px) {
	.modal-whats-window .frame:nth-child(4),
	.modal-whats-window .frame:nth-child(8) {
		box-shadow: 10px 10px 0px 0px #e94829;
	}
	.modal-whats-window .frame:nth-child(3),
	.modal-whats-window .frame:nth-child(7) {
		box-shadow: 10px 10px 0px 0px #1bb8ce;
	}
	.modal-whats-window .frame:nth-child(4) .block h2::after,
	.modal-whats-window .frame:nth-child(8) .block h2::after {
		background-color: #e94829;
	}
	.modal-whats-window .frame:nth-child(3) .block h2::after,
	.modal-whats-window .frame:nth-child(7) .block h2::after {
		background-color: #1bb8ce;
	}
	.modal-whats-window .frame:nth-child(3) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg04.svg');
	}
	.modal-whats-window .frame:nth-child(4) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg03.svg');
	}
	.modal-whats-window .frame:nth-child(7) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg08.svg');
	}
	.modal-whats-window .frame:nth-child(8) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg07.svg');
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.modal-whats-window .frame:nth-child(1),
	.modal-whats-window .frame:nth-child(5),
	.modal-whats-window .frame:nth-child(9) {
		box-shadow: 5px 5px 0px 0px #e94829;
	}
	.modal-whats-window .frame:nth-child(2),
	.modal-whats-window .frame:nth-child(6) {
		box-shadow: 5px 5px 0px 0px #1bb8ce;
	}
	.modal-whats-window .frame:nth-child(4),
	.modal-whats-window .frame:nth-child(8) {
		box-shadow: 5px 5px 0px 0px #e94829;
	}
	.modal-whats-window .frame:nth-child(3),
	.modal-whats-window .frame:nth-child(7) {
		box-shadow: 5px 5px 0px 0px #1bb8ce;
	}
	.modal-whats-window .block h2 {
		margin: 0 0 25px 0;
		font-size: 34px;
	}
	.modal-whats-window .block h2::after {
		width: 60px;
	}
	.modal-whats-window .block h2 span {
		font-size: 19px;
	}
	.modal-whats-window .block .detail {
		padding: 20px 20px 0 20px;
	}
	.modal-whats-window .block .detail::before {
		top: auto;
		bottom: 0;
		right: -30px;
		width: 260px;
		height: 260px;
	}
	.modal-whats-window .block .title {
		font-size: 20px;
		line-height: 1.5;
	}
	.modal-whats-window .block .title br {
		display: none;
	}
	.modal-whats-window .block .lead {
		margin: 10px 0 0 0;
		font-size: 14px;
		line-height: 1.8;
	}
}
@media screen and (max-width: 680px) {
	.modal-whats-window .frame:nth-child(3),
	.modal-whats-window .frame:nth-child(7) {
		box-shadow: 5px 5px 0px 0px #e94829;
	}
	.modal-whats-window .frame:nth-child(4),
	.modal-whats-window .frame:nth-child(8) {
		box-shadow: 5px 5px 0px 0px #1bb8ce;
	}
	.modal-whats-window .frame:nth-child(1) .block h2::after,
	.modal-whats-window .frame:nth-child(3) .block h2::after,
	.modal-whats-window .frame:nth-child(7) .block h2::after {
		background-color: #e94829;
	}
	.modal-whats-window .frame:nth-child(2) .block h2::after,
	.modal-whats-window .frame:nth-child(4) .block h2::after,
	.modal-whats-window .frame:nth-child(8) .block h2::after {
		background-color: #1bb8ce;
	}
	.modal-whats-window .frame:nth-child(3) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg03.svg');
	}
	.modal-whats-window .frame:nth-child(4) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg04.svg');
	}
	.modal-whats-window .frame:nth-child(7) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg07.svg');
	}
	.modal-whats-window .frame:nth-child(8) .block .detail::before {
		background-image: url('/recruit/fresh/assets/img/welcome/whats-list-bg08.svg');
	}
}

/*============================================================
	company
*/
.c-company {
	padding: 0 0 100px 0;
}
.c-company .cmn-hero::before {
	background-image: url('/recruit/fresh/assets/img/welcome/company-kv.jpg');
}
.c-company .cmn-hero .headline::before {
	background-image: url('/recruit/fresh/assets/img/welcome/company-main-base.svg');
}
/* info */
.c-company .info {
	padding: 100px 0 0 0;
}
.c-company .info .views {
	display: flex;
	justify-content: space-between;
	margin: 50px -10px 0 -10px;
}
.c-company .info .views > div {
	padding: 0 10px;
	width: 100%;
}
.c-company .info .block {
	margin: 0 0 20px 0;
	padding: 5px 0 30px 0;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
	line-height: 1.3;
}
.c-company .info .block h3 {
	padding: 25px 0 10px 0;
	font-size: 22px;
}
.c-company .info .block .name dt {
	font-size: 28px;
}
.c-company .info .block .name dd {
	margin: 5px 0 0 0;
	font-size: 15px;
}
.c-company .info .block .num {
	font-size: 53px;
	line-height: 1.1;
}
.c-company .info .block .num span {
	font-size: 60%;
}
.c-company .info .block .small {
	font-size: 15px;
}
.c-company .info .block .note {
	margin: 10px 0 0 0;
	font-size: 12px;
}
.c-company .info .block .logo {
	margin: 0 auto;
	padding: 15px 0 0 0;
	max-width: 240px;
}
.c-company .info .block .portrait {
	margin: 0 auto;
	padding: 20px 0 10px 0;
	max-width: 210px;
}
.c-company .info .block .chart {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 86%;
}
.c-company .info .block .icon {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 180px;
}
/* history */
.c-company .history {
	padding: 90px 0 0 0;
}
.c-company .history .subhead {
	margin: 25px 0 0 0;
	text-align: center;
	font-size: 32px;
	line-height: 1.3;
}
.c-company .history .list {
	margin: 40px 0 0 0;
	padding: 10px 40px;
	background-color: #fff;
	border-radius: 15px;
}
.c-company .history .list .block {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #d2d2d2;
}
.c-company .history .list .block:last-child {
	border-bottom: 0;
}
.c-company .history .list .block .year {
	flex-basis: 310px;
}
.c-company .history .list .block .year dt {
	font-size: 20px;
	line-height: 1.3;
}
.c-company .history .list .block .year dt::after {
	content: '';
	display: block;
	margin: 15px 0;
	width: 20px;
	height: 1px;
	background-color: #000;
}
.c-company .history .list .block .year dd {
	font-size: 25px;
	line-height: 1.44;
}
.c-company .history .list .block .detail {
	flex: 1;
}
.c-company .history .list .block .image {
	margin: 20px 0 0 0;
}
.c-company .history .list .block .image ul {
	display: flex;
	margin: 0 -20px 0 0;
	font-size: 12px;
	line-height: 1.6;
}
.c-company .history .list .block .image ul li {
	margin: 0 20px 0 0;
}
.c-company .history .list .block .image ul li p {
	margin: 5px 0 0 0;
}
.c-company .history .list .block .image01 .b01 {
	width: calc(360px * 0.5);
}
.c-company .history .list .block .image02 .b01 {
	width: calc(240px * 0.5);
}
.c-company .history .list .block .image02 .b02 {
	width: calc(500px * 0.5);
}
.c-company .history .list .block .image03 .b01 {
	width: calc(420px * 0.5);
}
.c-company .history .list .block .image03 .b02 {
	width: calc(450px * 0.5);
}
.c-company .history .list .block .image04 .b01 {
	width: calc(400px * 0.5);
}
.c-company .history .list .block .image04 .b02 {
	width: calc(370px * 0.5);
}
.c-company .history .list .block .image05 .b01 {
	width: calc(290px * 0.5);
}
.c-company .history .list .block .image05 .b02 {
	width: calc(314px * 0.5);
}
.c-company .history .list .block .image06 .b01 {
	width: calc(436px * 0.5);
}
.c-company .history .list .block .image07 .b01 {
	width: calc(256px * 0.5);
}
.c-company .history .list .block .image07 .b02 {
	width: calc(390px * 0.5);
}
.c-company .history .list .block .image08 .b01 {
	width: calc(446px * 0.5);
}
/* TB */
@media screen and (max-width: 979px) {
	/* history */
	.c-company .history .list .block {
		display: block;
	}
	.c-company .history .list .block .year {
		margin: 0 0 10px 0;
	}
	.c-company .history .list .block .year dd br {
		display: none;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.c-company {
		padding: 0 0 50px 0;
	}
	/* info */
	.c-company .info {
		padding: 50px 0 0 0;
	}
	.c-company .info .views {
		display: block;
		margin: 30px 0 0 0;
	}
	.c-company .info .views > div {
		padding: 0;
	}
	/* history */
	.c-company .history {
		padding: 40px 0 0 0;
	}
	.c-company .history .subhead {
		margin: 18px 0 0 0;
		font-size: 19px;
	}
	.c-company .history .list {
		margin: 30px 0 0 0;
		padding: 10px 20px;
	}
	.c-company .history .list .block .year dd br {
		display: block;
	}
	.c-company .history .list .block .image ul {
		display: block;
		margin: 0 0 -15px 0;
	}
	.c-company .history .list .block .image ul li {
		margin: 0 0 15px 0;
	}
}

/*============================================================
	future
*/
.c-future .cmn-hero::before {
	background-image: url('/recruit/fresh/assets/img/welcome/future-kv.jpg');
}
.c-future .cmn-hero .headline::before {
	background-image: url('/recruit/fresh/assets/img/welcome/future-main-base.svg');
}
/* worth */
.c-future .worth {
	padding: 90px 0 60px 0;
}
.c-future .worth .container {
	display: flex;
}
.c-future .worth .detail {
	flex: 1;
	padding: 0 60px 0 0;
}
.c-future .worth .detail h2 {
	font-size: 32px;
	line-height: 1.5;
}
.c-future .worth .detail .lead {
	margin: 20px 0 0 0;
}
.c-future .worth .list {
	flex-basis: 350px;
	padding: 0 50px 0 0;
	text-align: center;
}
.c-future .worth .list h3 {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 1.3;
}
.c-future .worth .list h4 {
	padding: 5px;
	background-color: #fff;
	border-radius: 999px;
	font-size: 20px;
	line-height: 1.3;
}
.c-future .worth .list ul {
	padding: 10px 0;
	font-size: 15px;
	line-height: 1.66;
}
/* flow */
.c-future .flow {
	padding: 0 0 60px 0;
}
.c-future .flow .block {
	padding: 30px 0 0 0;
}
.c-future .flow .arrow {
	content: '';
	display: block;
	margin: 30px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #000000 transparent transparent transparent;
}
.c-future .flow .block .frame {
	position: relative;
	padding: 70px 40px 50px 40px;
	background-color: #fff;
	border-radius: 15px;
	text-align: center;
}
.c-future .flow .block .heading {
	position: absolute;
	top: -30px;
	left: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.c-future .flow .block .heading h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 60px;
	background-color: #000;
	border-radius: 999px;
	font-size: 30px;
	line-height: 1.3;
	color: #fff;
}
.c-future .flow .block .detail .title {
	margin: 0 0 20px 0;
}
.c-future .flow .block .detail .title h3 {
	font-size: 38px;
	line-height: 1.3;
}
.c-future .flow .block .detail .title p {
	margin: 10px 0 0 0;
	font-size: 20px;
	line-height: 1.3;
}
.c-future .flow .block .detail .subhead {
	padding: 1em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 25px;
	line-height: 1.36;
}
.c-future .flow .block01 .detail {
	display: flex;
	padding: 0 30px;
}
.c-future .flow .block01 .list {
	flex-basis: 50%;
	display: flex;
}
.c-future .flow .block01 .list li {
	margin: 0 10px;
}
.c-future .flow .block01 .list li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border: 1px solid #000;
	border-radius: 50%;
}
.c-future .flow .block01 .subhead {
	flex: 1;
	margin: 0 0 0 30px;
}
.c-future .flow .block02 .subhead {
	margin: 30px 0 0 0;
}
.c-future .flow .block03 .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.c-future .flow .block03 .list li {
	flex-basis: 50%;
	padding: 20px 10px 0 10px;
}
.c-future .flow .block03 .list li .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 10px 20px;
	min-height: 110px;
	background-color: #ebebeb;
	font-size: 16px;
	line-height: 1.3;
}
.c-future .flow .block03 .list li .box::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
}
.c-future .flow .block03 .list li:nth-child(1) .box::before,
.c-future .flow .block03 .list li:nth-child(4) .box::before {
	border-color: #e94829 transparent transparent transparent;
}
.c-future .flow .block03 .list li:nth-child(2) .box::before,
.c-future .flow .block03 .list li:nth-child(3) .box::before {
	border-color: #1bb8ce transparent transparent transparent;
}
.c-future .flow .block03 .list li .box h4 {
	margin: 0 0 8px 0;
	font-size: 23px;
}
/* keyword */
.c-future .keyword {
	padding: 40px 0 60px 0;
}
.c-future .keyword .list {
	margin: 60px 0 0 0;
}
.c-future .keyword .list .block {
	position: relative;
	display: flex;
	margin: 0 0 40px 0;
	padding: 50px 40px;
	background-color: #fff;
	border-radius: 15px;
}
.c-future .keyword .list .block .num {
	position: absolute;
	top: -0.4em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 60px;
	line-height: 1;
}
.c-future .keyword .list .block .detail {
	flex-basis: 50%;
	padding: 0 20px 0 0;
}
.c-future .keyword .list .block .detail h3 {
	font-size: 32px;
	line-height: 1.3;
}
.c-future .keyword .list .block .detail h3 .small {
	font-size: 50%;
}
.c-future .keyword .list .block .detail .lead {
	margin: 15px 0 0 0;
}
.c-future .keyword .list .block .image {
	flex-basis: 50%;
	padding: 5px 0 0 20px;
}
.c-future .keyword .list .block .image img {
	margin: 0 auto;
}
.c-future .keyword .list .block01 .image img {
	width: calc(286px * 0.5);
}
/* TB */
@media screen and (max-width: 979px) {
	/* worth */
	.c-future .worth .container {
		display: block;
	}
	.c-future .worth .detail {
		padding: 0;
	}
	.c-future .worth .list {
		margin: 30px 0 0 0;
		padding: 0;
	}
	/* flow */
	.c-future .flow .block01 .detail {
		display: block;
		padding: 0;
	}
	.c-future .flow .block01 .list {
		justify-content: center;
	}
	.c-future .flow .block01 .subhead {
		margin: 30px 0 0 0;
	}
	.c-future .flow .block01 .subhead br {
		display: none;
	}
	.c-future .flow .block03 .list {
		display: block;
		margin: 0;
	}
	.c-future .flow .block03 .list li {
		padding: 20px 0 0 0;
	}
	.c-future .flow .block03 .list li:nth-child(1) .box::before,
	.c-future .flow .block03 .list li:nth-child(3) .box::before {
		border-color: #e94829 transparent transparent transparent;
	}
	.c-future .flow .block03 .list li:nth-child(2) .box::before,
	.c-future .flow .block03 .list li:nth-child(4) .box::before {
		border-color: #1bb8ce transparent transparent transparent;
	}
	/* keyword */
	.c-future .keyword .list .block .detail h3 .small {
		display: block;
		text-indent: -0.5em;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	/* worth */
	.c-future .worth {
		padding: 40px 0 20px 0;
	}
	.c-future .worth .detail h2 {
		font-size: 20px;
	}
	.c-future .worth .detail .lead {
		margin: 15px 0 0 0;
	}
	.c-future .worth .list h3 {
		margin: 0 0 20px 0;
		font-size: 22px;
	}
	.c-future .worth .list h4 {
		padding: 5px;
	}
	/* flow */
	.c-future .flow {
		padding: 0;
	}
	.c-future .flow .block {
		padding: 18px 0 0 0;
	}
	.c-future .flow .block::after {
		margin: 30px auto;
	}
	.c-future .flow .block .frame {
		padding: 40px 20px 30px 20px;
	}
	.c-future .flow .block .heading {
		top: -18px;
	}
	.c-future .flow .block .heading h2 {
		width: 200px;
		height: 36px;
		font-size: 18px;
	}
	.c-future .flow .block .detail .title {
		margin: 0 0 10px 0;
	}
	.c-future .flow .block .detail .title h3 {
		font-size: 23px;
	}
	.c-future .flow .block .detail .title p {
		font-size: 15px;
	}
	.c-future .flow .block .detail .subhead {
		padding: 0.8em 0;
		font-size: 19px;
		line-height: 1.2;
	}
	.c-future .flow .block01 .list {
		margin: 0 -10px;
	}
	.c-future .flow .block01 .list li {
		margin: 0;
		flex-basis: 33.333%;
	}
	.c-future .flow .block01 .list li span {
		margin: 0 auto;
		width: 90px;
		height: 90px;
	}
	.c-future .flow .block01 .subhead {
		margin: 20px 0 0 0;
	}
	.c-future .flow .block02 .subhead {
		margin: 15px 0 0 0;
	}
	.c-future .flow .block03 .list li {
		padding: 10px 0 0 0;
	}
	.c-future .flow .block03 .list li .box {
		padding: 0;
		min-height: 90px;
		font-size: 14px;
	}
	.c-future .flow .block03 .list li .box::before {
		border-width: 20px 20px 0 0;
	}
	.c-future .flow .block03 .list li .box h4 {
		margin: 0 0 5px 0;
		font-size: 19px;
	}
	/* keyword */
	.c-future .keyword {
		padding: 40px 0 20px 0;
	}
	.c-future .keyword .list {
		margin: 50px 0 0 0;
	}
	.c-future .keyword .list .block {
		display: block;
		margin: 0 0 40px 0;
		padding: 50px 20px 40px 20px;
	}
	.c-future .keyword .list .block .num {
		top: -0.4em;
	}
	.c-future .keyword .list .block .detail {
		padding: 0;
	}
	.c-future .keyword .list .block .detail h3 {
		text-align: center;
		font-size: 26px;
	}
	.c-future .keyword .list .block .detail h3 .small {
		text-indent: 0;
	}
	.c-future .keyword .list .block .image {
		margin: 20px auto 0 auto;
		padding: 0;
		max-width: 440px;
	}
	.c-future .keyword .list .block01 .image img {
		width: calc(286 / 880 * 100%);
	}
}

/*============================================================
	sustainability
*/
.c-sustainability {
	padding: 0 0 100px 0;
}
.c-sustainability .cmn-hero::before {
	background-position: 88% 50%;
	background-image: url('/recruit/fresh/assets/img/welcome/sustainability-kv.jpg');
}
.c-sustainability .cmn-hero .headline::before {
	background-image: url('/recruit/fresh/assets/img/welcome/sustainability-main-base.svg');
}
.c-sustainability .cmn-beginning .esg {
	margin: 20px auto 0 auto;
	width: 272px;
	transition-delay: 0.9s;
}
/* environment */
.c-sustainability .environment {
	padding: 100px 0 40px 0;
}
.c-sustainability .environment .list {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -10px 0 -10px;
}
.c-sustainability .environment .list .block {
	flex-basis: 50%;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.c-sustainability .environment .list .frame {
	padding: 40px;
	background-color: #fff;
	border-radius: 15px;
}
.c-sustainability .environment .list .row {
	display: flex;
}
.c-sustainability .environment .list h3 {
	margin: 0 0 10px 0;
	font-size: 25px;
	line-height: 1.3;
}
.c-sustainability .environment .list .lead {
	flex: 1;
}
.c-sustainability .environment .list .image p {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.c-sustainability .environment .list .block01 .row {
	display: block;
}
.c-sustainability .environment .list .block02 .lead {
	padding: 0 30px 0 0;
}
.c-sustainability .environment .list .block02 .image {
	max-width: calc(300px * 0.5);
}
.c-sustainability .environment .list .block03 {
	flex-basis: 100%;
}
.c-sustainability .environment .list .block03 .lead {
	padding: 0 30px 0 0;
}
.c-sustainability .environment .list .block03 .image {
	max-width: calc(580px * 0.5);
}
.c-sustainability .environment .list .block04 .row {
	display: block;
}
.c-sustainability .environment .list .block04 .image {
	margin: 15px 0 0 0;
}
.c-sustainability .environment .list .block04 .image img {
	max-width: calc(438px * 0.5);
}
.c-sustainability .environment .list .block05 .lead {
	padding: 0 30px 0 0;
}
.c-sustainability .environment .list .block05 .image img {
	max-width: calc(244px * 0.5);
}
/* diversity */
.c-sustainability .diversity {
	padding: 40px 0 90px 0;
}
.c-sustainability .diversity .row {
	display: flex;
	margin: 40px -25px 0 -25px;
}
.c-sustainability .diversity .image {
	flex-basis: 50%;
	padding: 0 25px;
}
.c-sustainability .diversity .image span {
	display: block;
	overflow: hidden;
	border-radius: 30px;
}
.c-sustainability .diversity .detail {
	flex-basis: 50%;
	padding: 0 25px;
}
.c-sustainability .diversity .detail .lead {
	margin: 15px 0 0 0;
	font-size: 17px;
	line-height: 1.88;
}
.c-sustainability .diversity .detail .foot {
	margin: 30px 0 0 0;
	max-width: 400px;
}
/* TB */
@media screen and (max-width: 979px) {
	/* environment */
	.c-sustainability .environment .list h3 br {
		display: none;
	}
	.c-sustainability .environment .list .block .row {
		display: block;
	}
	.c-sustainability .environment .list .block .lead {
		padding: 0;
	}
	.c-sustainability .environment .list .block .image {
		margin: 15px 0 0 0;
	}
	/* diversity */
	.c-sustainability .diversity .row {
		display: block;
		margin: 40px 0 0 0;
	}
	.c-sustainability .diversity .image {
		margin: 0 auto;
		padding: 0;
		max-width: 480px;
	}
	.c-sustainability .diversity .detail {
		padding: 15px 0 0 0;
	}
	.c-sustainability .diversity .detail .lead {
		text-align: center;
	}
	.c-sustainability .diversity .detail .lead br {
		display: none;
	}
	.c-sustainability .diversity .detail .foot {
		margin: 30px auto 0 auto;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.c-sustainability {
		padding: 0 0 50px 0;
	}
	.c-sustainability .cmn-beginning .esg {
		margin: 20px auto 0 auto;
		width: 190px;
	}
	/* environment */
	.c-sustainability .environment {
		padding: 50px 0 10px 0;
	}
	.c-sustainability .environment .list {
		display: block;
		margin: 25px 0 0 0;
	}
	.c-sustainability .environment .list h3 br {
		display: block;
	}
	.c-sustainability .environment .list .block {
		margin: 0 0 10px 0;
		padding: 0;
	}
	.c-sustainability .environment .list .frame {
		padding: 20px;
	}
	.c-sustainability .environment .list h3 {
		font-size: 20px;
		line-height: 1.5;
	}
	.c-sustainability .environment .list .block05 .image img {
		max-width: calc(520px * 0.5);
	}
	.c-sustainability .environment .list .block05 .image p {
		padding: 0 0 0 140px;
	}
	/* diversity */
	.c-sustainability .diversity {
		padding: 40px 0 50px 0;
	}
	.c-sustainability .diversity .row {
		margin: 25px 0 0 0;
	}
	.c-sustainability .diversity .image span {
		border-radius: 15px;
	}
	.c-sustainability .diversity .detail .lead {
		margin: 10px 0 0 0;
		text-align: left;
		font-size: 15px;
	}
	.c-sustainability .diversity .detail .foot {
		margin: 15px auto 0 auto;
	}
}

/*============================================================
	todabuilding
*/
.c-todabuilding {
}
.c-todabuilding .cmn-hero::before {
	background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-kv.jpg');
}
.c-todabuilding .cmn-hero .headline::before {
	background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-main-base.svg?v=202411');
}
.c-todabuilding .cmn-hero .headline br {
	display: none;
}
/**/
.c-todabuilding .sections {
	padding: 90px 0 80px 0;
}
.c-todabuilding .section {
	position: relative;
}
.c-todabuilding .section .container {
	max-width: 1060px;
}
.c-todabuilding .section .container::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #ebdcc3;
}
.c-todabuilding .section .detail {
	position: relative;
}
.c-todabuilding .section .detail h2 {
	font-size: 85px;
	line-height: 1.1;
}
.c-todabuilding .section .detail .lead {
	margin: 15px 0 20px 0;
	transition-delay: 0.3s;
}
/**/
.c-todabuilding .section01 .detail .lead {
	transition-delay: 0.6s;
}
/* PC */
@media screen and (min-width: 980px) {
	/* section01 */
	.c-todabuilding .section01 {
		min-height: 780px;
	}
	.c-todabuilding .section01 .detail {
		padding: 20px 0 0 0;
		width: 410px;
	}
	.c-todabuilding .section01 .container::before {
		top: 88px;
		left: 120px;
		width: 1200px;
		height: 614px;
	}
	.c-todabuilding .section01 .image01 {
		position: relative;
		width: 410px;
	}
	.c-todabuilding .section01 .image02 {
		position: absolute;
		top: 0;
		left: 50%;
		padding: 0 0 0 80px;
		width: 50vw;
		height: 640px;
	}
	.c-todabuilding .section01 .image02 span {
		display: block;
		width: 100%;
		max-width: 950px;
		height: 100%;
		background-position: 50% 50%;
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img01-02.jpg');
		background-size: cover;
	}
	.c-todabuilding .section01 .image02 img {
		display: none;
	}
	/* section02 */
	.c-todabuilding .section02 {
		min-height: 720px;
	}
	.c-todabuilding .section02 .container {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.c-todabuilding .section02 .container::before {
		top: 88px;
		right: -20px;
		width: 1200px;
		height: 474px;
	}
	.c-todabuilding .section02 .detail {
		padding: 50px 0 0 0;
		width: 410px;
	}
	.c-todabuilding .section02 .image01 {
		position: relative;
		width: 410px;
	}
	.c-todabuilding .section02 .image02 {
		position: absolute;
		top: 0;
		right: 50%;
		padding: 0 80px 0 0;
		width: 50vw;
		height: 640px;
	}
	.c-todabuilding .section02 .image02 span {
		float: right;
		display: block;
		width: 100%;
		max-width: 950px;
		height: 100%;
		background-position: 50% 50%;
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img02-02.jpg');
		background-size: cover;
	}
	.c-todabuilding .section02 .image02 img {
		display: none;
	}
	/* section03 */
	.c-todabuilding .section03 {
		min-height: 1060px;
	}
	.c-todabuilding .section03 .detail {
		padding: 120px 0 0 0;
		width: 410px;
		min-height: 476px;
	}
	.c-todabuilding .section03 .container::before {
		top: 88px;
		left: 120px;
		width: 1200px;
		height: 488px;
	}
	.c-todabuilding .section03 .image01 {
		position: absolute;
		top: 0;
		left: 50%;
		padding: 0 0 0 50px;
		width: 50vw;
		height: 420px;
	}
	.c-todabuilding .section03 .image01 span {
		display: block;
		width: 100%;
		max-width: 650px;
		height: 100%;
		background-position: 50% 50%;
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img03-01.jpg');
		background-size: cover;
	}
	.c-todabuilding .section03 .image01 img {
		display: none;
	}
	.c-todabuilding .section03 .image02 {
		position: absolute;
		top: 100%;
		left: 50%;
		margin: 0 0 0 -550px;
		width: 1100px;
	}
	/* section04 */
	.c-todabuilding .section04 {
		min-height: 530px;
	}
	.c-todabuilding .section04 .container {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	.c-todabuilding .section04 .container::before {
		top: 100px;
		right: 210px;
		width: 970px;
		height: 358px;
	}
	.c-todabuilding .section04 .detail {
		padding: 120px 0 0 0;
		width: 540px;
	}
	.c-todabuilding .section04 .image01 {
		position: absolute;
		top: 0;
		right: 50%;
		padding: 0 160px 0 0;
		width: 50vw;
		height: 404px;
	}
	.c-todabuilding .section04 .image01 span {
		display: block;
		float: right;
		width: 100%;
		max-width: 590px;
		height: 100%;
		background-position: 50% 50%;
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img04-01.jpg');
		background-size: cover;
	}
	.c-todabuilding .section04 .image01 img {
		display: none;
	}
	/* section05 */
	.c-todabuilding .section05 {
		min-height: 460px;
	}
	.c-todabuilding .section05 .detail {
		margin: 0 0 0 60px;
		padding: 140px 0 0 0;
		width: 410px;
	}
	.c-todabuilding .section05 .container::before {
		top: 30px;
		left: 170px;
		width: 1150px;
		height: 385px;
	}
	.c-todabuilding .section05 .image01 {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 90px;
		width: calc(580px * 0.5);
	}
}
/* TB */
@media screen and (max-width: 979px) {
	.c-todabuilding .section {
		margin: 0 0 80px 0;
	}
	.c-todabuilding .section:last-child {
		margin: 0;
	}
	.c-todabuilding .section .container::before {
		top: 40px;
		bottom: 80px;
	}
	.c-todabuilding .section:nth-child(odd) .container::before {
		left: 0;
		right: 160px;
	}
	.c-todabuilding .section:nth-child(even) .container::before {
		left: 160px;
		right: 0;
	}
	.c-todabuilding .section .images {
		position: relative;
	}
	.c-todabuilding .section:nth-child(even) .detail h2 {
		text-align: right;
	}
	.c-todabuilding .section05 .image01 img {
		margin: 0 auto;
		max-width: calc(580px * 0.5);
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.c-todabuilding .section .images {
		display: flex;
		justify-content: space-between;
		margin: 0 -15px;
	}
	.c-todabuilding .section01 .images div,
	.c-todabuilding .section02 .images div,
	.c-todabuilding .section03 .images div,
	.c-todabuilding .section04 .images div {
		flex-basis: 50%;
		padding: 0 15px;
	}
	.c-todabuilding .section01 .images span,
	.c-todabuilding .section02 .images span,
	.c-todabuilding .section03 .images span,
	.c-todabuilding .section04 .images span {
		display: block;
		padding: 80% 0 0 0;
		height: 0;
		background-position: 50% 50%;
		background-size: cover;
	}
	.c-todabuilding .section01 .images img,
	.c-todabuilding .section02 .images img,
	.c-todabuilding .section03 .images img,
	.c-todabuilding .section04 .images img {
		display: none;
	}
	/* section01 */
	.c-todabuilding .section01 .image01 span {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img01-01.jpg');
	}
	.c-todabuilding .section01 .image02 span {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img01-02.jpg');
	}
	/* section02 */
	.c-todabuilding .section02 .image01 span {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img02-01.jpg');
	}
	.c-todabuilding .section02 .image02 span {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img02-02.jpg');
	}
	/* section03 */
	.c-todabuilding .section03 .image01 span {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img03-01.jpg');
	}
	.c-todabuilding .section03 .image02 span {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img03-02.jpg');
	}
	/* section04 */
	.c-todabuilding .section04 .images {
		justify-content: center;
	}
	.c-todabuilding .section04 .image01 span {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-img04-01.jpg');
	}
	/* section05 */
	.c-todabuilding .section05 .images {
		display: block;
	}
	.c-todabuilding .section05 .image01 {
		padding: 0 8% 0 0;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.c-todabuilding .cmn-hero .headline {
		height: 100px;
	}
	.c-todabuilding .cmn-hero .headline::before {
		background-image: url('/recruit/fresh/assets/img/welcome/todabuilding-main-base-sp.svg');
	}
	.c-todabuilding .sections {
		padding: 40px 0 40px 0;
	}
	.c-todabuilding .section {
		margin: 0 0 40px 0;
	}
	.c-todabuilding .section .container {
		padding: 0 25px;
	}
	.c-todabuilding .section .container::before {
		top: 35px;
		bottom: 40px;
	}
	.c-todabuilding .section:nth-child(odd) .container::before {
		right: 33%;
	}
	.c-todabuilding .section:nth-child(even) .container::before {
		left: 33%;
	}
	.c-todabuilding .section .detail h2 {
		font-size: 50px;
	}
	.c-todabuilding .section .detail .lead {
		margin: 10px 0 20px 0;
		font-size: 14px;
	}
	.c-todabuilding .section .images div {
		margin: 0 0 10px 0;
	}
	.c-todabuilding .section03 .container::before {
		bottom: 0;
	}
	.c-todabuilding .section03 .images .image02 {
		margin: 0 -25px;
		padding: 0 0 30px 0;
	}
}