@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

/* 初期状態（透明） */
.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

/* JavaScriptで.visibleクラスが追加されたら発火 */
.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/*********************************

デバイス

**********************************/
@media screen and (max-width:768px) {
	.spnone {
		display: none !important;
	}
}

@media screen and (min-width:769px) {
	.pcnone {
		display: none !important;
	}
}

.center {
	text-align: center;
}

.mg-0auto {
	margin: 0 auto;
}

.relative {
	position: relative;
}

.img {
	width: 100%;
	object-fit: contain;
}

.container {
	width: 68.875vw;
	max-width: 1320px;
	margin: 0 auto;
}


.content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width:1020px) {
	.content {
		max-width: none;
		width: 83.8vw;
	}
}
@media screen and (max-width:1020px) {
	.container,
	.sp-container{
		width: 92vw;
	}
}


@media screen and (max-width:1020px) {
	.pc-header {
		display: none;
	}
}

@media screen and (min-width:1021px) {
	.mobile-header {
		display: none;
	}

}

/* 共通の見出し */
/* h2 */
h2.h2-line {
	width: fit-content;
	background: transparent;
	font-family: BarlowSemiCondensed-SemiBold;
	font-weight: normal;
	font-size: 70px;
	line-height: 84px;
	text-align: center;
	color: #24303b;
	margin: 0 auto;
}
h2.h2-line.cl-fff{
	color: #fff;
}
h2.h2-line span {
	display: block;
	margin-top: -6.2px;
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	text-align: center;
	color: #24303b;

}
h2.h2-line span.cl-fff{
	color: #fff;
}

h2.h2-line::before {
	display: block;
	content: "";
	width: 14.61px;
	height: 77.31px;
	background-image: url(../image/diagonal-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto -20px;
}
/* lineがsideにあるh2 */
h2.h2-line.side{
	position: relative;
	margin: 0;
		padding-left: 31px;

}
h2.h2-line.side::before{
	position: absolute;
    top: 20px;
    left: 0px;
		display: block;
	content: "";
	width: 14.61px;
	height: 77.31px;
	background-image: url(../image/diagonal-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;

}
h2.h2-line.side.interview-top163{
	margin-top: 163px;
}
@media screen and (max-width:768px) {
	h2.h2-line {
	font-size: 5rem;
	line-height: 18px;
}
h2.h2-line span {
	margin-top: 6px;
	font-size: 1.5rem;
	line-height: 49px;
}

h2.h2-line::before {
	display: block;
	content: "";
width: 10.27px;
height: 54.34px;
	background-image: url(../image/diagonal-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto -3px;
}
/* lineがsideにあるh2 */
h2.h2-line.side{
	position: relative;
	margin: 0;
		padding-left: 31px;

}
h2.h2-line.side::before{
	position: absolute;
    top: 20px;
    left: 0px;
		display: block;
	content: "";
	width: 14.61px;
	height: 77.31px;
	background-image: url(../image/diagonal-line.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;

}
h2.h2-line.side.interview-top163{
	margin-top: 163px;
}
}
/*モーダルウインドウ*/
/* モーダル全体のスタイル（初期状態は非表示） */
.modal-window {
    display: none; /* 初期状態では非表示 */
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7); /* 背景を半透明の黒にする */
}

/* モーダルの中身（コンテンツ）のスタイル */
.modal-content {
	position: relative;
    background-color: #fefefe;
    margin: 70px auto;
    padding: 60px 64px 46px;
    border: 1px solid #18479c;
    max-width: 910px; /* 最大幅の設定 */
}

/* 閉じるボタンのスタイル */
.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 41px;
height: 41px;
background: #24303b;
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
	text-align: center;
}

.close-btn:hover,
.close-btn:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* JavaScriptで表示させる時に適用するクラス */
.is-active {
    display: block;
}
.modal-flex{
display: flex;
justify-content: space-between;
	align-items: flex-start;
}
.modal-flex img{
	width: 40%;
	object-fit: cover;
}
.modal-detail-box{
	width: 60%;
}
.modal-title{
display: flex;
    justify-content: flex-start;
    align-items: center;
font-family: "Noto Sans JP";
font-weight: bold;
font-size: 28px;
line-height: 40px;
text-align: left;
color: #19479c;
margin-bottom: 15px;
}
.modal-title::before{
	content: "";
	display: inline-block;
    width: 13px; 
    height: 40px;
	background-image: url("../image/diagonal-line.svg");
	background-repeat: no-repeat;
	background-size: cover;
    margin-right: 8px; 
}
.modal-division{
	font-family: "Noto Sans JP";
font-weight: normal;
font-size: 16px;
letter-spacing: 0.03em;
line-height: 28px;
text-align: left;
color: #231815;
	margin-bottom: 2px;
}
.modal-name{
	font-family: "Noto Sans JP";
font-weight: bold;
font-size: 20px;
letter-spacing: 0.03em;
line-height: 28px;
text-align: left;
color: #231815;
	margin-bottom: 18px;
}
.modal-flex-right{
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 20px 0 23px;
}
.modal-detail-q{
	font-family: "Noto Sans JP";
font-weight: bold;
font-size: 24px;
line-height: 34px;
text-align: left;
color: #19479c;
	margin-bottom: 18px;
}
.modal-detail-q span{
	display: inline-block;
	width: 36px;
height: 36px;
background: #18479c;
	border-radius: 100vh;
	font-family: "Noto Sans JP";
font-weight: bold;
font-size: 24px;
line-height: 32px;
text-align: center;
color: #fff;
margin-right: 10px;
}
.modal-detail-a{
font-family: "Noto Sans JP";
font-weight: normal;
font-size: 18px;
line-height: 32px;
text-align: left;
color: #24303b;

}