@charset "UTF-8";

/* =========================================================
Font Variables
========================================================= */
:root {
	/* --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	--font-jp-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
	--font-en-serif: "Judson", serif;
	--font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; */
	--font-jp: "Noto Sans JP", sans-serif;
	--font-jp-serif: "Noto Serif JP", serif;
	--font-en-serif: "Judson", serif;
	--font-ui: "Inter", sans-serif;

	--color-text: #202427;
	--color-text_red: #651600;
	--color-text_gray: #838383;
	--color-bg: #fff;
	--color-bg_gray: #F2F2F2;
	--color-gray: #989A9B;
	--color-l_gray: #CECECE;
	--color-black: #231815;
	--color-d_red: #810000;
	--color-d_pink: #E86874;
	--color-primary: #0b5c2d;
	--color-border: #e5e5e5;
}
/* =========================================================
default: PC
========================================================= */
.pc {
	display: block;
}

.sp {
	display: none;
}

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

.sp {
	display: block;
}
}
/* =========================================================
Reset (minimum – Japanese project friendly)
========================================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	margin:0;
	padding:0;
	width:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	position:relative;
	margin: 0;
	padding:0;
	width:100%;
	font-family: var(--font-jp);
	font-size: 16px;
	line-height: 1.75;
	color: var(--color-text);
	background-color: var(--color-bg);
}

/* =========================================================
Typography
========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

/* =========================================================
Link
========================================================= */
a {
	color: inherit;
	text-decoration: none;
}

/* =========================================================
List
========================================================= */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* =========================================================
Image
========================================================= */
img,
iframe {
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
}

/* =========================================================
Form / UI (Inter)
========================================================= */
button {
	cursor: pointer;
	border: none;
	background: none;
}

/* =========================================================
header
========================================================= */
.l_header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:96px;
	z-index:1;

	.l_header__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height:100%;

	.l_header__logo {
		padding-left: 35px;

		.l_logo {
			display: flex;
			align-items: center;

		.u_logo {
			width: 261.82px;
		}
		.c_divider{
			display: inline-block;
			width: 1px;
			height: 48px;
			background-color: var(--color-gray);
			margin: 0 29px;
		}
		.u_logo_note {
			font-size: 16px;
			font-family: var(--font-ui);
			font-weight: 500;
			letter-spacing: 0.05em;

			.u_logo_note_en {
				font-size: 12px;
				font-family: var(--font-en-serif);
				font-weight: 400;
				letter-spacing:0.14em;
				color: var(--color-text_red);
			}
		}
		}
	}

	.u_entry_button {
		width: 327px;
	}
	.u_entry_button_index {
		width: 327px;
	}
	}
}

/* =========================================================
footer
========================================================= */
.l_footer {
background-color: #F2F2F2;

	.l_footer_inner {
		text-align: center;
		padding: 114.19px 0;

	.l_footer__logo {

		.l_logo {

		.u_logo {
			max-width: 376.56px;
			margin: 0 auto;
		}
		.u_logo_note {
			font-size: 21.8px;
			font-family: var(--font-ui);
			font-weight: 500;
			margin-top: 43.15px;
			letter-spacing: 0.06em;

			.u_logo_note_en {
				font-size: 17px;
				font-family: var(--font-en-serif);
				font-weight: 400;
				letter-spacing: 0.14em;
				color: var(--color-text_red);
			}
		}
		}
	}

	.copy_right {
		font-size: 12px;
		font-family: var(--font-ui);
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-top: 73px;
	}
	}
}

/* =========================================================
top page
========================================================= */
.l_bg_group{
	padding-top:96px;
	padding-bottom: 250px;
	background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/top_page_bg_v2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.p_mv{
	position: relative;
	width: 100%;
	padding-left:85px;
	overflow: hidden;

	.p_mv_bg{
		position: relative;
		/* height: 709px;
		background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/top_mv_img.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center; */

		.p_mv_text{
			position: absolute;
			bottom: 61px;
			left: 63px;
			text-align: left;
			color: var(--color-bg);

			.p_mv_catch_small{
				margin-bottom:6px;
				font-size: 40px;
				font-family: var(--font-jp-serif);
				font-weight: 900;
				line-height: 1;
				letter-spacing: 0.14em;
			}
			.p_mv_catch_large{
				display:flex;
				gap:20px;
				font-size: 118.44px;
				font-family: var(--font-en-serif);
				font-weight: 700;
				line-height:1;

				span{
					/* margin-left: 10px; */
					border-bottom: 4px solid var(--color-d_red);
					/* line-height: 117.75px; */

					&:first-child{
						/* margin-left: 0; */
					}
				}
			}
		}
	}
}
.p_intro{
	position: relative;
	width: 100%;
	margin-top: 106px;

	.p_intro_bg{
		position: relative;
		max-width: 1190px;
		height: 739.5px;
		margin-left: 33px;
		background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/top_intro_bg_img.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;

		.p_intro_text{
			font-size: 24px;
			font-family: var(--font-ui);
			font-weight: 700;
			line-height: 200%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			text-align: left;
			margin: 0;
			letter-spacing:0.03em;
		}
	}
}

.p_movie{
	text-align: center;
	max-width: 1113.6px;
	margin: 0 auto;
	margin-top: 40.5px;
	padding: 0 20px;
	box-sizing: content-box;

	.p_movie_title{
		margin-bottom:19px;
		padding-bottom: 7px;
		font-family: var(--font-en-serif);
		font-size: 115px;
		font-weight: 400;
		line-height: 60px;
		color: var(--color-d_red);
	}
	.p_movie_frame{
		width: 100%;
		aspect-ratio: 16 / 9;
		border-radius: 16px;
		overflow: hidden;

		iframe{
			width: 100%;
			height: 626.87px;
		}
	}
	.p_movie_caption{
		margin-top: 19px;
		text-align: right;
		font-size: 18px;
		font-family: var(--font-ui);
		font-weight: 700;
		line-height:100%;
	}
}

.p_special{
	padding-top:160px;
}
.p_special_inner{
	max-width:1000px;
	margin:0 auto;

	.title{
		margin-bottom:60px;

		h2{
			padding-bottom:6px;
			font-family: var(--font-en-serif);
			font-weight: 400;
			font-size: 115px;
            line-height: 61px;
			text-align:center;
			color: var(--color-d_red);
		}
	}
	.container{
		display:grid;
		grid-template-columns:564px 1fr;
		align-items:flex-start;
		gap:70px;
		position:relative;

		.img{
			position:relative;

			.back{
				width:100%;
			}
			.tag{
				position:absolute;
				top:-12px;
				right:-16px;
				width:97px;
			}
		}
		.text{
			padding-top:48px;

			h2{
				margin-bottom:20px;
				font-family: var(--font-ui);
				font-weight: 700;
				font-size: 31px;
				letter-spacing: 0.04em;
				line-height: 150%;
			}
			.name{
				margin-bottom:10px;

				.jp{
					margin-bottom:11px;
					font-family: var(--font-ui);
					font-weight: 400;
					font-size: 14px;
					letter-spacing: 0.04em;
					line-height: 1;
					
					span{
						display:inline-block;
						margin-left:11px;
						font-weight: 700;
						font-size: 18px;
					}
				}
				.en{
					font-family: var(--font-en-serif);
					font-size: 14px;
					letter-spacing: 0.08em;
					color: var(--color-d_red);
				}
			}
			.cursor{
				display:flex;
				justify-content:flex-end;

				img{
					width:76px;
				}
			}
		}
	}
	.link{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
}

.p_people {
	margin-top: 160px;
	padding: 0 20px;

	.p_people_inner {
		max-width: 1247px;
		margin: 0 auto;
		text-align: center;

		.p_people_title {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 34px;
			padding-bottom:7px;
			font-size: 115px;
			font-weight: 400;
			font-family: var(--font-en-serif);
			color: var(--color-d_red);
			line-height: 60px;

			.p_people_title_sub {
				margin-top:25px;
				font-size: 35px;
				font-family: var(--font-jp-serif);
				font-weight: 900;
				letter-spacing: 0.04em;
				line-height: 100%;
				color: var(--color-text);
			}
		}

		.p_people_lead {
			margin-top: 50px;
			font-size: 18px;
			font-family: var(--font-ui);
			font-weight: 700;
			line-height: 170%;
		}

		.p_people_list {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 22.15px;
			justify-content: center;
			margin-top: 64px;

			.p_people_item {
				position: relative;
				text-align: left;

			.p_people_item_img {
				border-top-left-radius: 100px;
				overflow: hidden;
			}

			.p_people_item_title {
				padding-right:40px;
				font-size: 23px;
				font-family: var(--font-ui);
				font-weight: 700;
				letter-spacing: 0.04em;
				line-height: 150%;
				margin-top: 30px;
			}

			.p_people_item_text {
				margin-top: 16px;
				font-size: 14px;
				font-family: var(--font-ui);
				font-weight: 400;
				letter-spacing: 0.04em;
			}

			.p_people_item_author {
				font-size: 19.44px;
				font-family: var(--font-en-serif);
				font-weight: 400;
				color: var(--color-d_red);
				letter-spacing: 0.14em;
			}

			.p_people_item_arrow {
				display: flex;
				justify-content: flex-end;
				margin-top:17px;
				padding-right:20px;

				img{
					width:76px;
				}
			}
			.p_people_item_tag{
				position: absolute;
				width: 97.11px;
				height: 80.88px;
				right: -11px;
				top: -24px;
			}
		}
	}
	}
}

.p_crosstalk {
	width: 100%;
	background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/crosstalk_bg_ing.png");
	background-size: cover;
	background-repeat: no-repeat;
	/* padding: 0 10px; */

	.p_crosstalk_inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		color: var(--color-bg);
		padding: 96.5px 0 130px;
		text-align: center;

		.p_crosstalk_title {
			display: flex;
			justify-content: center;
			align-items: center;
			gap:39px;
			padding-right:135px;
			font-size: 115px;
			font-weight: 400;
			font-family: var(--font-en-serif);
			line-height: 1;

			.p_crosstalk_title_sub {
				margin-top:42px;
				font-size: 35px;
				font-family: var(--font-jp-serif);
				font-weight: 900;
				/* margin-left: 34px; */
			}
		}

		.p_crosstalk_lead {
			margin-top: 26px;
			font-size: 18px;
			font-family: var(--font-ui);
			font-weight: 700;
			line-height: 170%;
		}

		.p_crosstalk_list {
			display: flex;
			flex-direction: column;
			gap: 60px;
			margin-top: 80px;

			.p_crosstalk_item {
				position: relative;
				max-width: 1020px;
				height: 310px;
				background-size: cover;
				background-repeat: no-repeat;

				&.is_left {
					background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/crosstalk_item_img_1.png");
				}

				&.is_right {
					margin-left: 80px;
					background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/crosstalk_item_img_2.png");
				}

				.p_crosstalk_tag {
					position: absolute;
					width: 129px;
					height: 98px;
					top: -27.21px;
					right: -29px;
				}

				.p_crosstalk_content {
					position: absolute;
					right: 120px;
					top: 50%;
					transform: translateY(-50%);
					text-align: right;

					.p_crosstalk_item_title {
						font-family: var(--font-jp-serif);
						font-size: 71.8px;
						font-weight: 900;
						letter-spacing: 0.04em;
						line-height: 100%;
					}

					.p_crosstalk_item_sub {
						margin-top:31px;
						font-family: var(--font-jp);
						font-size: 14px;
						font-weight: 400;
						letter-spacing: 0.04em;
						line-height: 170%;
						text-align:center;
					}
				}

				.p_crosstalk_number {
					position: absolute;
					left: -30px;
					bottom: -20px;
					font-size: 121.26px;
					font-family: var(--font-en-serif);
					font-weight: 400;
					line-height: 100%;
				}

				.p_crosstalk_arrow {
					position: absolute;
					width: 76.64px;
					height: 76.64px;
					right: -8.47px;
					bottom: -12.49px;
				}
			}
		}
	}
}

.p_entry {
width: 100%;
background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/entry_bg_ing.png");
background-repeat: no-repeat;
background-size: cover;
padding: 0 30px;

.p_entry_inner {
	max-width: 1107.38px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 160px 0;
}

/* left */
.p_entry_left {
}

.p_entry_title {
	color: var(--color-d_pink);
	font-size: 130px;
	font-family: var(--font-en-serif);
	font-weight: 400;
	line-height: 100%;
}

.p_entry_lead {
	margin-top:37px;
	color: var(--color-bg);
	font-size: 40px;
	font-weight: 700;
	font-family: var(--font-jp);
	line-height: 100%;
}

.p_entry_text {
	color: var(--color-bg);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--font-jp);
	margin-top: 37px;
	line-height: 37px;
}

/* right */
.p_entry_right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p_entry_button {
	position: relative;
	width: 378.38px;
	height: 149.22px;
	display: flex;
	align-items: center;
	padding-left: 32px;
	background: var(--color-bg);
	padding-left: 95.72px;

	.p_entry_button_text {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--font-ui);
	}

	.p_entry_button_icon {
	position: absolute;
	right: 12.08px;
	bottom: 12.08px;
	width: 8.81px;
	height: 8.81px;
	border-left: 12.08px solid transparent;
	border-bottom: 12.08px solid red;
	}
}
}

/* =========================================================
People page
========================================================= */
.l_poeple_page_bg{
	background: #F7F0F1;
	padding-top: 93px;
	padding-bottom: 160px;
	overflow: hidden;
}
.p_people_mv_vector{
	position:absolute;
	top: 0;
	right: 0;
	width:895px;
}
.p_people_mv {
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 40.95px;

	.p_people_mv_inner {
		display:grid;
		grid-template-columns:1fr 790px;
		gap: 16px;

		/* left */
		.p_people_mv_left {
			.p_people_mv_title {
				font-size: 20px;
				font-family: var(--font-en-serif);
				font-weight: 400;
				color: var(--color-d_red);
				line-height: 20px;

				.p_people_mv_number {
					margin-left: 17px;
					font-size: 30px;
				}
			}

			.p_people_mv_line {
				display: block;
				width: 30px;
				height: 1px;
				background-color: var(--color-d_red);
				margin-top: 17px;
			}

			.p_people_mv_lead {
				margin-top: 38px;
				font-size: 33px;
				font-family: var(--font-ui);
				line-height: 160%;
				font-weight: 700;
			}

			.p_people_mv_sub {
				margin-top: 20px;
				font-size: 14px;
				font-family: var(--font-ui);
				font-weight: 600;
				line-height: 100%;
			}

			.p_people_mv_profile {
				margin-top: 38px;
				font-family: var(--font-jp);

				.p_people_mv_position {
					font-size: 14px;
					font-weight: 700;
					line-height: 100%;
					letter-spacing: 0.04em;
				}

				.p_people_mv_name_jp {
					margin-top:10px;
					font-size: 25px;
					font-weight: 700;
					line-height: 100%;
					letter-spacing: 0.04em;
				}

				.p_people_mv_name_en {
					margin-top:10px;
					font-size: 14px;
					font-family: var(--font-en-serif);
					font-weight: 400;
					line-height: 100%;
					letter-spacing: 0.08em;
					color: var(--color-d_red);
				}

				.p_people_mv_text {
					margin-top:11px;
					padding-right:32px;
					font-size: 13px;
					font-family: var(--font-jp);
					font-weight: 400;
					line-height: 150%;
					letter-spacing: 0.04em;
				}
			}
		}

		/* right */
		.p_people_mv_right {
			position: relative;

			.p_people_mv_tag {
				position: absolute;
				width: 140px;
				height: 100px;
				top: -52px;
				right: -53px;
			}

			.p_people_mv_image {
				display: block;
				width: 100%;
				height: 505px;
				border-top-left-radius: 160px;
				overflow: hidden;

				img {
					width:100%;
					height:100%;
					object-fit:cover
				}
			}
		}
	}
}

.p_legacy {
	margin-top: 125px;
	padding: 0 10px;
	position: relative;
	z-index: 1;

	.p_legacy_inner {
		max-width: 1010px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 50px 80px;
		background: var(--color-bg);
		position: relative;
		
		/* left */
		.p_legacy_left {

			.p_legacy_en {
				margin-bottom:8px;
				font-size: 18px;
				color: var(--color-d_red);
				font-family: var(--font-en-serif);
				line-height: 100%;
				letter-spacing: 0.1em;
			}

			.p_legacy_title {
				font-size: 34px;
				font-family: var(--font-jp);
				font-weight: 700;
				line-height: 140%;
			}
		}

		/* right */
		.p_legacy_right {
			max-width: 527px;
			font-family: var(--font-jp);

			.p_legacy_heading {
				font-size: 18px;
				font-weight: 700;
				line-height: 220%;
			}

			.p_legacy_text {
				margin-top: 17px;
				font-size: 14px;
				font-weight: 500;
				line-height: 220%;
			}
		}
	}
}
.p_people_body_text{
	position: relative;
	margin-top: 125px;
	padding: 0 30px;
	z-index: 2;

	.p_people_body_inner{
		max-width: 800px;
		margin: 0 auto;
		font-size: 18px;
		font-family: var(--font-jp);
		font-weight: 700;
		line-height: 180%;
		letter-spacing: 0.04em;
	}
}

.p_people_section {
	position: relative;
	margin-top: 125px;
	z-index: 2;

	.p_people_section_inner {
		margin-top: 125px;
	}

	.p_people_block {
		max-width: 900px;
		margin: 0 auto;
		font-family: var(--font-jp);

		.p_people_block_title {
			margin-top: 125px;
			font-size: 28px;
			color: var(--color-d_red);
			font-weight: 700;
			line-height: 100%;
		}

		.p_people_block_image {
			width: 100%;
			height: auto;
			display: block;
			overflow: hidden;
			margin: 48px 0;

			img {

			}
		}

		.p_people_block_heading {
			color: var(--color-text_gray);
			font-size: 14px;
			font-weight: 700;
			margin-top: 40px;
			line-height: 220%;
		}

		.p_people_block_text {
			font-size: 14px;
			font-weight: 600;
			margin: 10px 0;
			line-height: 220%;
		}
		.text_d_red{
			color: var(--color-d_red);
		}
		.img_container{
			display:grid;
			gap:20px;
			margin-top:40px;

			&.col2{
				grid-template-columns:repeat(2, 1fr);
			}
		}
		.note{
			margin-top:10px;
			font-size:14px;
		}
	}
}

.p_people_related {
	width: 100%;
	background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/people_related_gb_img.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 10px;
	overflow: hidden;
}
.p_people_related_inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 70px;
	background: var(--color-bg_gray);

	.title{
		display:flex;
		justify-content:center;
		margin-bottom:55px;

		h2{
			padding:12.5px 47px 12.5px 0;
			font-family:var(--font-jp);
			font-size:24px;
			border-right:1px solid #000000;
		}
		.box{
			padding-left:47px;

			.en{
				font-family: var(--font-en-serif);
				font-size:19px;
				letter-spacing:0.04em;
				color:var(--color-d_red);
			}
			.jp{
				font-family:var(--font-jp);
				font-weight:800;
				font-size:22px;
			}
		}
	}
	.container{
		display:grid;
		grid-template-columns:repeat(3, 1fr);
		gap:25px;

		.box{
			position:relative;
			padding-bottom:93px;

			.img{
				position:relative;
				margin-bottom:30px;

				> img{
					width:100%;
				}
				.tag{
					position:absolute;
					top:-24px;
					right:-12px;

					img{
						width:97px;
					}
				}
			}
			h3{
				margin-bottom:16px;
				padding-right:40px;
				font-family:var(--font-ui);
				font-size:18px;
				line-height:150%;
				letter-spacing:0.04em;
			}
			> p{
				display:flex;
				justify-content:flex-start;
				align-items:baseline;
				gap:11px;
				font-family:var(--font-ui);
				font-size:14px;
				letter-spacing:0.04em;
				line-height:150%;

				span{
					font-size:18px;
					font-weight:700;
					line-height:1;
				}
			}
			.en{
				margin-top:11px;
				font-size:14px;
				font-family: var(--font-en-serif);
				letter-spacing: 0.08em;
				color:#810000;
			}
			.cursor{
				position:absolute;
				bottom:0;
				right:0;

				img{
					width:76px;
				}
			}
			.link{
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
			}
		}
	}
}

/* =========================================================
Cross Talk page
========================================================= */
.l_crosstalk_page_bg_group{
	padding-top: 96px;
	background: #F7F0F1;
	padding-bottom: 160px;
	overflow: hidden;
}
.p_crosstalk_mv {
	width: 100%;
	/* height: 355px; */
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 30px 0;

	&.img5{
		background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/people05_mv.png");
	}
	&.img6{
		background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/people06_mv.png");
	}
	.p_crosstalk_mv_inner {
		max-width: 1244px;
		margin: 0 auto;
		position: relative;

		.p_crosstalk_mv_tag{
			position: absolute;
			height: 98px;
			width: 140px;
			top: -68px;
			right: 0;
		}
	}

	.p_crosstalk_mv_content {
		background: var(--color-bg);
		max-width: 390px;
		padding: 37.5px 49px 37.5px 60px;

		.p_crosstalk_mv_title {
			color: var(--color-d_red);
			font-family: var(--font-en-serif);
			font-size: 20px;
			line-height: 100%;
			font-weight: 500;
			
			.p_crosstalk_mv_number {
				font-size: 30px;
				margin-left: 17px;
			}
		}

		.p_crosstalk_mv_line {
			display: block;
			width: 30px;
			height: 1px;
			background: var(--color-d_red);
			margin-top: 27px;
		}

		.p_crosstalk_mv_jp {
			margin-top: 19px;
			font-size: 38px;
			font-family: var(--font-ui);
			font-weight: 700;
			line-height: 160%;
			letter-spacing: 0.04em;
		}

		.p_crosstalk_mv_text {
			margin-top: 20px;
			font-size: 14px;
			font-family: var(--font-ui);
			font-weight: 600;
			letter-spacing: 0.04em;
			line-height: 180%;
		}
	}
}

.p_crosstalk_profile {
	position:relative;
	margin-top: 125px;
	padding: 0 20px;


	.p_crosstalk_profile_inner {
		max-width: 1044px;
		margin: 0 auto;
		background: var(--color-bg);
		padding: 47px 55px 37px;
		border-radius: 10px;
		position: relative;
	}

	.p_crosstalk_profile_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.p_crosstalk_profile_item {
		display: flex;
		justify-content: space-between;
		gap: 37px;
	}

	.p_crosstalk_profile_avatar {
		width: 120px;
		height: 120px;
		border-radius: 50%;
		display: block;

		img {
		}
	}

	.p_crosstalk_profile_body {
		max-width: 255px;
		font-family: var(--font-jp);
		font-size: 12px;

		.p_crosstalk_profile_meta {
			font-weight: 500;
			line-height: 180%;
		}

		.p_crosstalk_profile_text {
			margin-top: 7px;
			line-height: 180%;
		}
	}

	.p_crosstalk_profile_divider {
		width: 1px;
		align-self: stretch;
		background: var(--color-l_gray);
	}
}

.p_crosstalk_lead {
	margin-top: 125px;
	padding: 0 30px;

	.p_crosstalk_lead_inner {
		max-width: 800px;
		margin: 0 auto;
	}

	.p_crosstalk_lead_text {
		font-family: var(--font-jp);
		font-size: 18px;
		font-weight: 700;
		line-height: 180%;
		letter-spacing: 0.04em;
	}
}

.p_crosstalk_blocks {
	margin-top: 125px;
	padding: 0 20px;

	.p_crosstalk_blocks_inner {
		max-width: 1200px;
		margin: 0 auto;
	}

	.p_crosstalk_block {
		display: grid;
		align-items: flex-start;
		gap: 48px;
		margin-top: 125px;

		&.is_left {
			grid-template-columns: 500px 1fr;
		}
		&.is_right {
			grid-template-columns: 1fr 500px;

			.p_crosstalk_block_image{
				order:2;
			}
			.p_crosstalk_block_content{
				order:1;
			}
		}

		.p_crosstalk_block_image {
			height: 500px;
			overflow:hidden;

			img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}

		.p_crosstalk_block_content {
		font-family: var(--font-jp);

		.p_crosstalk_block_title {
			font-size: 24px;
			font-weight: 700;
			line-height: 100%;
		}
		h3{
			margin-top:30px;
			font-size:16px;
			line-height:200%;
			letter-spacing:0.02em;
			color:#810000;
		}

		.p_crosstalk_talk_list {
			margin-top: 30px;

			.p_crosstalk_talk_item {
				display: grid;
				grid-template-columns:90px 1fr;
				align-items: flex-start;
				gap: 25px;
				margin-top: 40px;

				.p_crosstalk_talk_avatar {
					width: 90px;
					height: 90px;
					border-radius: 50%;

					img {

					}
				}

				.p_crosstalk_talk_text {
					font-size: 14px;
					font-weight: 500;
					line-height: 200%;
					letter-spacing: 0.02em;
				}
			}
		}
		}
	}
}

.p_vector{
	width: 668px;
	height: 555px;
	position: absolute;
	top: -31%;
	left: -245px;
}

.p_Frame49{
	position: absolute;
	top: 0;
	right: 0;
}

.p_Frame49_crossTalk{
	position: absolute;
	top: 0;
	right: 0;
}

.p_Line_sp{
display: none;
}

.p_Frame49_sp{
display: none;
}

.p_Vector2{
display: none;
}

.p_Talk1{
	position: absolute;
	top: -70px;
	left: 80px;
}

.p_Talk2{
	position: absolute;
	bottom: -130px;
	right: 105px;
}

.p_crosstalk_related {
width: 100%;
background-image: url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/crosstalk_related_bg_img.png");
background-repeat: no-repeat;
background-size: cover;
padding: 140px 0;
overflow: hidden;

.p_crosstalk_related_inner {
	max-width: 1240px;
	margin: 0 auto;
	background: var(--color-d_red);
	padding: 70px 0;
	text-align: center;
	color: var(--color-bg);
	font-family: var(--font-jp);
}

.p_crosstalk_related_header {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 85px;

	.p_crosstalk_related_label {
	display: flex;
	align-items: flex-end;

	.p_crosstalk_related_label_text {
		font-size: 26px;
		font-weight: 800;
		line-height: 100%;
	}

	.p_crosstalk_related_label_line {
		width: 75.96px;
		height: 1px;
		background: var(--color-bg);
		margin-left: 24px;
	}
	}

	.p_crosstalk_related_titles {
	text-align: start;

	.p_crosstalk_related_en {
		font-family: var(--font-en-serif);
		font-size: 19.44px;
		line-height: 100%;
		letter-spacing: 0.04em;
	}

	.p_crosstalk_related_jp {
		margin-top: 10px;
		font-size: 30px;
		font-weight: 800;
		line-height: 160%;
	}
	}
}

.p_crosstalk_related_link {
	position: relative;
	display: block;
	max-width: 1000px;
	height: 310px;
	margin: 0 auto;
	margin-top: 55px;
	background-size: cover;
    background-repeat: no-repeat;
	
	&.img1{
		background-image:url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/crosstalk_item_img_1.png");
	}
	&.img2{
		background-image:url("https://www.hanatani.co.jp/wp-content/themes/recruit/assets/img/special/crosstalk_item_img_2.png");
	}
	.p_crosstalk_related_tag {
		position: absolute;
		width: 129px;
		height: 98px;
		top: -27.21px;
		right: -49px;
	}

	.p_crosstalk_related_content {
		position: absolute;
		top: 50%;
		right: 120px;
		transform: translateY(-50%);
		text-align: right;

		.p_crosstalk_related_theme {
			font-family: var(--font-jp-serif);
			font-size: 71.8px;
			font-weight: 900;
			letter-spacing: 0.04em;
			line-height: 100%;
		}

		.p_crosstalk_related_meta {
			margin-top: 31px;
			font-family: var(--font-jp);
			font-size: 14px;
			font-weight: 400;
			letter-spacing: 0.04em;
			line-height: 170%;
			text-align: center;
		}
	}

	.p_crosstalk_related_number {
		position: absolute;
		left: -30px;
		bottom: -20px;
		font-size: 121.26px;
		font-family: var(--font-en-serif);
		font-weight: 400;
		line-height: 100%;
	}

	.p_crosstalk_related_arrow {
		position: absolute;
		width: 76.64px;
		height: 76.64px;
		right: -8.47px;
		bottom: -12.49px;
	}
}
}




