@charset "UTF-8";
/* CSS Document */

.barlow {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.barlow700 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.h2img {
	width: 126px;
	margin-left: auto;
}
@media screen and (max-width: 768px) {

}
.h3Wrap {
	background: url("../img/career/main.jpg") no-repeat center center;
	background-size: cover;
	min-height: 520px;
	padding-top: 245px;
}
.h3 {
	font-size: 48px;
	text-shadow: 0 0 5px rgba(0,0,0,.75);
	color: #fff;
	line-height: 1.25;
}
.h3 small {
	display: block;
	font-size: 33.333%;
	line-height: 3.5;
}
@media screen and (max-width: 768px) {
    .h3Wrap {
        background-size: 152%;
		background-position: 50% 0;
		aspect-ratio: 400 / 225;
		min-height: auto;
		padding-top: 27.5vw;
    }
    .h3 {
        font-size: calc(100vw * 48 / 768);
    }
}
@media screen and (max-width: 480px) {
    .h3Wrap {
        background-size: 152%;
		background-position: 50% 0;
		aspect-ratio: 400 / 225;
		min-height: auto;
		padding-top: 27.5vw;
    }
    .h3 {
        font-size: calc(100vw * 24 / 400);
    }
    .h3 small {
        font-size: 47.5%;
        line-height: 2.5;
    }
}
.txt01 {
	padding-top: 100px;
	font-size: 18px;
	line-height: 2.2;
}
@media screen and (max-width: 768px) {
    .txt01 {
        padding-top: 75px;
    }
    .txt01.tac {
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .txt01 {
        padding-top: 8vw;
        font-size: calc(100vw * 14 / 400);
    }
}
.section {
	padding: 100px 0;
}
.h4 {
	font-size: 34px;
	border-bottom: 1px solid #000;
	padding-bottom: 0.75rem;
}
.h4 small {
	display: block;
	font-size: 47%;
	color: #c8c8c8;
}
.br900 {
	display: none;
}
.h5 {
	font-size: 24px;
}
@media screen and (max-width: 900px) {
	.br900 {
        display: block;
    }
    .h4 {
        line-height: 1.4;
    }
    .h4 small {
		padding-bottom: 0.75rem;
    }
    .headFlex {
        gap: 10px;
    }
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {
    .section {
        padding: 15vw 0;
    }
    .h4 {
		font-size: calc(100vw * 24 / 400);
    }
    .h5 {
		font-size: calc(100vw * 18 / 400);
    }
}
.txt02 {
	font-size: 16px;
	line-height: 2.0;
}
@media screen and (max-width: 480px) {
    .txt02 {
        font-size: calc(100vw * 14 / 400);
    }
}
.ebWrap {
	margin: 50px 0 50px;
}
@media screen and (max-width: 768px) {
    .ebWrap {
        overflow-x: scroll;
        scrollbar-width: thin;
        scrollbar-color: #c8c8c8 #f5f5f5;
    }
    .ebWrap::-webkit-scrollbar {
      height: 6px;
    }
    .ebWrap::-webkit-scrollbar-track {
      background-color: #f5f5f5;
    }
    .ebWrap::-webkit-scrollbar-thumb {
      background-color: #c8c8c8;
      border-radius: 3px;
    }
	.ebImg {
		width: 1000px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
    .ebWrap {
        margin: 5vw 0 10vw;
    }
	.ebImg {
		width: 193vw;
		padding-bottom: 5vw;
	}
}
.ebCont {
}
.h6eb {
	font-size: 21px;
	border-bottom: 1px dashed #000;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.ebDl {
	display: flex;
	gap: 2rem;
	align-items: center;
}
.ebDl dt {
	width: 120px;
	padding: 1.25rem 0;
	background-color: #e5f3fc;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .ebDl {
        flex-direction: column;
		gap: 0.5rem;
    }
    .ebDl dt {
        width: 100%;
        padding: 0.25rem 0;
    }
    .ebDl dd {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
	.h6eb {
        font-size: calc(100vw * 18 / 400);
    }
}
.bgSection {
	background-color: #e5f3fc;
}
.txt03 {
	font-size: 21px;
	color: #fff;
	background-color: #6ca5d9;
	border-radius: 50px;
	padding: 0.3rem 0;
}
.tdFlex {
	display: flex;
	flex-flow: wrap;
	gap: 3rem 4.25%;
}
.tdCont {
	width: 30.5%;
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 20px;
}
.tdImg img {
	border-radius: 20px 20px 0 0;
}
.h6td {
	font-size: 21px;
	line-height: 1.2;
	padding-top: 20px;
}
.h6td.col2 {
	padding-top: 30px;
}
@media screen and (max-width: 768px) {
    .tdFlex {
        gap: 1.5rem 3%;
    }
    .tdCont {
        width: 48.5%;
    }
}
@media screen and (max-width: 480px) {
	.section2 .txt02.tac {
		text-align: left;
	}
    .tdFlex {
        gap: 3vw 3%;
    }
	.txt03 {
        font-size: calc(100vw * 21 / 400);
    }
	.h6td {
        font-size: calc(100vw * 15 / 400);
    }
}





























