/*!
Theme Name: gatewing-recruit
*/

body {
	margin: 0;
	font-family: "Noto Serif JP",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "FOT-テロップ明朝 Pro B",
		sans-serif;

}

/*add*/
a {
	outline: none;
	color: #E02925;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

a:hover {
	opacity: 0.8;
}

.txt-gothic {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}

.txt-gothic2 {
	font-family: rift-soft, sans-serif;
	font-style: normal;
	/*font-weight: 400;/*400 700*/
}

.txt-mincho {
	font-family: kozuka-mincho-pr6n, serif;
	font-style: normal;
	/*font-weight: 700;/*400 700*/
}

table.table_normal {
	border-top: 1px solid #CCCCCC;
}

table.table_normal th,
table.table_normal td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

table.table_normal th {
	text-align: left;
	font-weight: normal;
	width: 7em;
	vertical-align: top;
}

table.table_normal2 {}

table.table_normal2 th,
table.table_normal2 td {
	padding: 15px;
}

table.table_normal2 th {
	width: 20%;
	text-align: left;
	background-color: #f7f7f7;
	white-space: nowrap;
}

table.table_normal2 td {
	background-color: #ffffff;
}

.ttl_new h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ttl_new h3 .new {
	text-align: center;
	vertical-align: middle;
	font-size: 0.5em;
	color: #ffffff;
	background-color: #8F1E1C;
	padding: 0.2em 0.3em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	line-height: 1.4;
}


.fadeout_img {
	animation: fadeout-anim 2s ease 3s 1 forwards;
}

@keyframes fadeout-anim {
	100% {
		opacity: 0;
	}
}

/* メディア掲載歴 
**********************************************/
.media-list {
	background-color: #ffffff;
	padding: 15px;
}

.media-list li {
	list-style: none;
}

.media-box {
	display: flex;
	gap: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #272617;
}

.media-list a:hover {
	opacity: 0.7;
}

.media-box_top {
	display: flex;
	gap: 30px;
	align-items: center;
}

.media-box_bottom {
	display: flex;
	align-items: center;
}

.media_label {
	color: #ffffff;
	background-color: #C4A44C;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.media_label-insta {
	background-color: #CF2F93 !important;
}

.media_label-paper {
	background-color: #38475C !important;
}

.media_label-tube {
	background-color: #DA1725 !important;
}

.media_label-tv {
	background-color: #D54E21 !important;
}

.media-list_ttl {
	text-align: center;
	font-size: 2em;
}

.media-list_detail {
	text-align: center;
	line-height: 1.5;
}


.media_data,
.media_txt {
	color: #000;
}

@media (max-width:767px) {
	.media-box {
		flex-direction: column;
		padding-top: 30px;
	}
}


/* Tik Tok -----------------------*/


/* ipad pc -----------------------*/
@media screen and (min-width:768px) {
	.sp_only {
		display: none !important;
	}
}

/* sp ---------------------------*/
@media (max-width:767px) {
	.pc_only {
		display: none !important;
	}

	.form_table td,
	.form_table th {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.form_table th {
		text-align: left;
	}

	.wide-S {
		width: 80px;
	}

	.wide-M {
		width: 80%;
	}

	.wide-L {
		width: 95%;
	}

	table.table_normal2 th,
	table.table_normal2 td {
		padding: 10px;
		width: 100%;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ttl_new h3 {
		justify-content: center;
	}

	.ttl_new h3 .new {
		margin-top: 0.1em;
	}



}

/* ボタン1  */
.btn1 {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-size: 22px;
	font-weight: 300;
	color: #01165C;
	text-decoration: none;
	letter-spacing: 1px;
	transition: color 0.3s ease;
}

.btn1-circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #01165C;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	transition: transform 0.3s ease, background 0.3s ease;
}

.btn1:hover {
	color: #01165C;
}

.btn1:hover .btn1-circle {
	transform: translateX(6px);
	background: #01165C;
}

/* ボタン 2 */
.btn2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
	gap: 16px;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	/* ← 白に */
	text-decoration: none;
	letter-spacing: 1px;
	transition: color 0.3s ease;
}

.btn2-circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #fff;
	/* ← 白に */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #01165C;
	font-size: 18px;
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn2:hover {
	color: #fff;
	/* ← ホバー時に文字を紺に */
}

.btn2:hover .btn2-circle {
	transform: translateX(6px);
	background: #fff;
	color: #01165C;
}



@keyframes OutIn-Line {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	50.1% {
		-webkit-transform: scale3d(0, 1, 1);
		transform: scale3d(0, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

.left {
	display: flex;
	justify-content: flex-start !important;
	/* 左寄せ */
}

.center {
	display: flex;
	justify-content: center !important;
	/* 中央寄せ */
}

.right {
	display: flex;
	justify-content: flex-end !important;
	/* 右寄せ */
}


/* 画像カルーセルのモバイル表示調整 */
@media (max-width: 767px) {
	.elementor-widget-image-carousel {
		max-width: 100%;
		overflow: hidden;
	}

	.elementor-widget-image-carousel .swiper-container {
		width: 100% !important;
		max-width: 100% !important;
	}

	.elementor-widget-image-carousel .swiper-slide {
		width: 100% !important;
		max-width: 100% !important;
	}

	.elementor-widget-image-carousel .swiper-slide img {
		width: 100%;
		height: auto;
		max-width: 100%;
		display: block;
	}
}

@media (max-width: 767px) {
	.parallax-heading {
		/* 大きめ文字は維持 */
		white-space: nowrap;
		/* 改行せず横スクロールに対応 */
		max-width: 100vw;
		/* ビューポート幅からはみ出さないように */
	}

	/* Elementorのエフェクトで動いた分を軽減する補正 */
	.parallax-heading.elementor-invisible {
		transform: translateX(0) !important;
	}

	.heading-wrapper {
		overflow: hidden;
	}

	.parallax-heading[data-settings*="scrolling_effects"] {
		transform: translateX(calc(var(--scroll-offset, 0px) * 0.2)) !important;
	}

}