@charset "utf-8";

/*=======*/
/* index */
/*=======*/
.index .main {
	position: relative;
	margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
.index .main {
	margin-bottom: 64px;
}
}

.index .main .main-box .ttl {
	margin-bottom: 16px;
	font-size: 24px;
}

.index .main .main-box ul {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.index .main .main-box ul {
	display: block;
}
}

.index .main .main-box ul li {
	display: inline-block;
	width: calc((100% - 32px) / 2);
}

@media screen and (min-width: 901px) {
.index .main .main-box ul li:not(:nth-child(2n)) {
	margin-right: 32px;
}
}
@media screen and (max-width: 900px) {
.index .main .main-box  ul li {
	width: 100%;
}
.index .main .main-box  ul li:not(:last-child) {
	margin-bottom: 16px;
}
}

.index .main .main-box ul li .cat-name {
	padding-left: 48px;
	background-size: 42px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.index .main .main-box ul li .cat-name.pm {
	background-image: url(/recruit_assets/images/index/index_ic02.png);
}
.index .main .main-box ul li .cat-name.system {
	background-image: url(/recruit_assets/images/index/index_ic01.png);
}
.index .main .main-box ul li .cat-name.infra {
	background-image: url(/recruit_assets/images/index/index_ic03.png);
}
.index .main .main-box ul li .cat-name.itsm {
	background-image: url(/recruit_assets/images/index/index_ic04.png);
}

.index .main .main-box ul li .cat-name .en {
	display: inline-block;
	margin-bottom: 4px;
	font-size: 16px;
}
@media screen and (max-width: 900px) {
.index .main .main-box ul li .cat-name .en {
	display: block;
	margin-bottom: -4px;
}
.index .main .main-box ul li .cat-name .en + br {
	display: none;
}
}
@media screen and (max-width: 767px) {
.index .main .main-box ul li .cat-name .en {
	font-size: 14px;
}
}

.index .main .main-box ul li .cat-name .jp {
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 1050px) {
.index .main .main-box ul li .cat-name .jp {
	font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.index .main .main-box ul li .cat-name .jp {
	font-size: 14px;
}
}

/**/
.index .layout01 {
	margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
.index .layout01 {
	margin-bottom: 28vw;
}
}

.index .layout01 .heading01 {
	width: 510px;
}
@media screen and (max-width: 1260px) {
.index .layout01 .heading01 {
	width: 44%;
}
}
@media screen and (max-width: 960px) {
.index .layout01 .heading01 {
	width: 100%;
	text-align: center;
}
}

.index .layout01 section:not(:last-child) {
	margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
.index .layout01 section:not(:last-child) {
	margin-bottom: 28vw;
}
}

.index .layout01 section .contents .inner {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
.index .layout01 section .contents .inner {
	display: block;
}
}

.index .layout01 section .contents {
	padding: 0 32px;
}

@media screen and (max-width: 960px) {
.index .layout01 section .contents h2 {
	text-align: center;
}
}

.index .layout01 section .contents figure {
	margin-top: -200px;
	width: 640px;
}
@media screen and (max-width: 1260px) {
.index .layout01 section .contents figure {
	width: 52%;
}
}
@media screen and (max-width: 960px) {
.index .layout01 section .contents figure {
	margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.index .layout01 section .contents figure {
	margin: 0 0 5vw;
	width: 100%;
	text-align: center;
}

.index .layout01 section .contents figure img {
	width: 100%;
}
}

.index .layout01 section .contents .txt-area {
	width: 510px;
}
@media screen and (max-width: 1260px) {
.index .layout01 section .contents .txt-area {
	width: 44%;
}
}
@media screen and (max-width: 960px) {
.index .layout01 section .contents .txt-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
}
@media screen and (max-width: 767px) {
.index .layout01 section .contents .txt-area {
	width: 100%;
}
}

.index .layout01 section .contents .txt-area .txt {
	margin-bottom: 80px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 960px) {
.index .layout01 section .contents .txt-area .txt {
	margin-bottom: 32px;
}
}
@media screen and (max-width: 767px) {
.index .layout01 section .contents .txt-area .txt {
	margin-bottom: 5vw;
}
}

.index .layout01 section .contents .txt-area .btn {
	text-align: right;
}

.index .layout01 section:nth-child(2n-1) .contents h2 {
	margin-left: 0;
}

.index .layout01 section:nth-child(2n-1) .contents .inner {
	flex-direction: row-reverse;
}

.index .layout01 section:nth-child(2n-1) .contents .inner .txt-area .btn {
	text-align: left;
}

/**/
.index .interview-sec {
	margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
.index .interview-sec {
	margin-bottom: 25vw;
}
}

.index .interview-sec .contents {
	width: 1072px;
}
@media screen and (max-width: 1100px) {
.index .interview-sec .contents {
	width: 100%;
}
}

.index .interview-sec h2 {
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.index .interview-sec h2 {
	margin-bottom: 10vw;
}
}

@media screen and (max-width: 767px) {
.index .interview-sec h2 img {
	height: 8vw;
	max-height: 56px;
}
}

.index .interview-sec h2 span {
	display: block;
	margin-top: 16px;
	color: #0070D6;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.index .interview-sec h2 span {
	font-size: min(24px, max(4vw, 16px));
}
}

@media screen and (max-width: 767px) {
.index .interview-sec .slide {
	overflow: hidden;
}
}

@media screen and (max-width: 767px) {
.interview-sec ul {
	display: block;
	width: 125vw;
}

.interview-sec ul li {
	display: none;
}
.interview-sec ul li.slick-slide {
	display: block;
}
}

.index .interview-sec ul li a .name-area {
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	width: 90%;
	color: #FFF;
}

.index .interview-sec ul li a .name-area .since,
.index .interview-sec ul li a .name-area .category,
.index .interview-sec ul li a .name-area .init {
	margin-bottom: 0;
}

.index .interview-sec ul li a .name-area .init {
	width: 64px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 767px) {
.index .interview-sec ul li a .name-area .init {
	width: 54px;
	font-size: 32px;
	text-align: right;
}
}

/**/
.index .recruitment-sec {
	padding-bottom: 120px;
	background-color: #DBE2EA;
}
@media screen and (max-width: 767px) {
.index .recruitment-sec {
	padding-bottom: 20vw;
}
}

.index .recruitment-sec .contents {
	width: 1072px;
}
@media screen and (max-width: 1100px) {
.index .recruitment-sec .contents {
	width: 100%;
}
}

.index .recruitment-sec h2 {
	margin-bottom: 26px;
	transform: translateY(-24px);
	text-align: center;
}
@media screen and (max-width: 767px) {
.index .recruitment-sec h2 {
	margin-bottom: 3vw;
	transform: translateY(-4vw);
}
}

@media screen and (max-width: 767px) {
.index .recruitment-sec h2 img {
	height: 8vw;
	max-height: 56px;
}
}

.index .recruitment-sec h2 span {
	display: block;
	margin-top: 16px;
	color: #0070D6;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.index .recruitment-sec h2 span {
	font-size: min(24px, max(4vw, 16px));
}
}

.index .recruitment-sec ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
.index .recruitment-sec ul {
	display: block;
	margin: 0 auto;
	max-width: 480px;
}
}

.index .recruitment-sec ul li {
	width: 480px;
}
@media screen and (max-width: 1100px) {
.index .recruitment-sec ul li:not(:last-child) {
	margin-right: 5%;
}
}
@media screen and (max-width: 767px) {
.index .recruitment-sec ul li {
	width: 100%;
}

.interview-sec ul li {
	padding: 0 4.5vw;
}

.interview-sec ul li:not(:last-child) {
	margin-right: 0;
}


.index .recruitment-sec ul li:not(:last-child) {
	margin-bottom: 5vw;
}
}

.index .recruitment-sec ul li a {
	position: relative;
	display: block;
}

.index .recruitment-sec ul li a .btn {
	position: absolute;
	top: 50%;
	left: 32px;
	transform: translateY(-50%);
}

.index .recruitment-sec ul li a .btn .com-bt {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 0;
}

@media screen and (max-width: 767px) {
.index .recruitment-sec ul li a .btn {
	margin-bottom: 0;
}

.index .recruitment-sec ul li a .btn .com-bt {
	padding: 0 0 0 3vw;
	font-size: 5vw;
}
}