@charset "utf-8";

/*
/*    CSS(pctb) MENU
/*

/*
*********************************************************************************
/*
/* 大枠
/*
/*******************************************************************************/

body {
	min-width: 1280px;
}

.inner {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}


/*
*********************************************************************************
/*
/* BG
/*
/*******************************************************************************/

.sec_nami {
	/* margin-top: -20vh; */
	/* padding-top: 85vh; */
}

body:not(#frontpage) .sec_last,
body.dir_entry-form .f_f_shiga,
body.dir_contact .f_f_shiga,
body.dir_news .f_f_shiga {
	padding-bottom: 27vw;
}

body#frontpage .sec_last {
	padding-top: 0;
	padding-bottom: 0;
}

.sec_last_m {
	padding-bottom: 300px;
}

.bg_sora:before {
	background-image: url(/assets/recruit/images/common/bg_sora_pc.webp);
}

.bg_sora:after {
	background-image: url(/assets/recruit/images/common/bg_sora_pc.webp);
}

body:not(#frontpage) .bg_shiga_daihatsu.sec_last,
body:not(#frontpage) .bg_daihatsu_wyamo.sec_last {
	padding-bottom: 700px;
}

.bg_shiga:before,
.bg_shiga:after {
	background-image: url(/assets/recruit/images/common/bg_shiga_pc.webp);
}

.bg_shiga_daihatsu:before,
.bg_shiga_daihatsu:after {
	background-image: url(/assets/recruit/images/common/bg_shiga_daihatsu_pc.webp);
}

.bg_daihatsu_wyamo:before,
.bg_daihatsu_wyamo:after {
	background-image: url(/assets/recruit/images/common/bg_daihatsu_wyamo_pc.webp);
}

.bg_sales:before,
.bg_sales:after {
	background-image: url(/assets/recruit/images/people/interview/sales_mv01_pc.webp);
}

.bg_sales02:before,
.bg_sales02:after {
	background-image: url(/assets/recruit/images/people/interview/sale_smv02_pc.webp);
}

.bg_showrooma:before,
.bg_showrooma:after {
	background-image: url(/assets/recruit/images/people/interview/showrooma_mv_pc.webp);
}

.bg_mengineer:before,
.bg_mengineer:after {
	background-image: url(/assets/recruit/images/people/interview/mengineer_mv_pc.webp);
}

.underpage .bg_shiga_in:after,
.underpage .bg_shiga_daihatsu_in:after {
	right: 80px;
	width: 276px;
	height: 191px;
}

.f_f_shiga {
	background-image: url(/assets/recruit/images/common/f_shiga_pc.png);
	min-height: inherit;
}

.bg_shiga:before,
.bg_shiga:after,
.bg_orange:after,
.bg_daihatsu:after,
.bg_daihatsu_wyamo:after,
.bg_sora:after,
.bg_shiga_daihatsu:after,
.bg_sales:after,
.bg_sales02:after,
.bg_sales02:after,
.bg_showrooma:after,
.bg_mengineer:after {
	-webkit-mask-image: url(/assets/recruit/images/common/kugiri_nami_r.svg);
	mask-image: url(/assets/recruit/images/common/kugiri_nami_r.svg);
}

.js_footer_over.underpage .bg_shiga.sec_last .bg_shiga_in:after {
	bottom: -27vw !important;
}

.js_footer_over.underpage .bg_shiga_daihatsu_in:after {
	bottom: -700px !important;
}


/*
*********************************************************************************
/*
/* movie
/*
/*******************************************************************************/

.movie_skip {
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}


/*
*********************************************************************************
/*
/* header
/*
/*******************************************************************************/

header {
	transition: 0.5s ease;
	background: hsl(0deg 0% 100% / 0%);
	padding-left: 30px;
}

.js_header_move header {
	background: hsl(0deg 0% 100% / 50%);
	transition: 0.5s ease;
}

header .h_inner {
	display: flex;
	height: 85px;
}

header .hamburger {
	display: none;
}

header .logo {
	width: 300px;
	margin-right: 50px;
}

header .logo a {
	width: 300px;
	padding: 0;
}

header .fix_nav {
	display: block !important;
	height: 100%;
	opacity: 1 !important;
}

header .fix_nav .fix_nav_in {
	height: 100%;
}

header .nav_in {
	height: 100%;
	position: relative;
}

header .nav_li {
	gap: 40px;
	font-size: 1.5rem;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 9px;
}

header .nav_li > li {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

header .nav_li > li > a {
	position: relative;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


header .nav_li > li > a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 5;
	transform: translate(-50%, 10px);
	width: 30px;
	aspect-ratio: 3 / 2;
	background: #fff;
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transition: var(--transition);
	opacity: 0;
}

header .nav_li > li > a:hover {
	opacity: 1;
}

header .nav_li > li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -40px;
	width: calc(100% + 80px);
	height: 100px;
	z-index: 1;
	transition: var(--transition);
	pointer-events: none;
}

header .snav_btn {
	display: none;
}

header .snav {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	width: 910px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
	background: #fff;
	transition: var(--transition);
	z-index: 10;
	padding: 40px;
	border-radius: 8px;
}

header .nav_li > li.hover > a {
	color: var(--red);
}

header .nav_li > li.hover .snav {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

header .nav_li > li.hover:has(.snav) > a:before {
	opacity: 1;
}

header .nav_li > li.hover:has(.snav) > a:after {
	pointer-events: auto;
}

:is(.js_header_anchor_clicked, .js_after_interaction) header li:has(.snav) > a:before {
	opacity: 0 !important;
}

:is(.js_header_anchor_clicked, .js_after_interaction) header .snav {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

header .snav_li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

header .snav_li > li {
	width: 150px;
}

header .snav_li > li + li {
	margin-left: 20px;
}

header .snav_li a {
	text-decoration: none;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
	opacity: 1;
	color: var(--color);
}

header .snav_li a > p:first-child {
	transition: 0.5s ease;
	position: relative;
}

header .snav_li a > p:first-child:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid var(--red);
	border-radius: 8px;
	transition: 0.5s ease;
	opacity: 0;
	z-index: 10;
}

header .snav_li a:hover > p:first-child:before {
	transition: 0.5s ease;
	opacity: 1;
}

header .snav_li a:hover {
	transition: 0.5s ease;
	color: var(--red);
}

header .snav_li a p + p {
	margin-top: 12px;
}

header .snav_li a img {
	border-radius: 8px;
}

header .fix_btn {
	position: fixed;
	top: 30px;
	right: 30px;
	margin: 0;
	grid-template-columns: 120px;
	gap: 5px;
}

header .fix_btn a {
	line-height: 1.5;
	transition: 0.5s ease;
}

header .fix_btn a .en {
	font-size: 1.8rem;
}

header .fix_btn a:hover {
	background-image: url(/assets/recruit/images/common/nav_white.svg);
	color: var(--red);
}

header .fix_btn > li:last-child a:hover {
	background-image: url(/assets/recruit/images/common/nav_red.svg);
	color: #fff;
}


/*
*********************************************************************************
/*
/* footer
/*
/*******************************************************************************/

footer {
	padding: 35px 0;
}

footer .inner {
	width: 1140px;
	margin: 0 auto;
}

.fnav {
	display: block;
	padding-bottom: 0;
}

.fnav_li {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.fnav_li + .fnav_li {
	margin-top: 35px;
}

.fnav_li > li {
	position: relative;
}

.fnav_li ul {
	display: block;
	margin-top: 7px;
}

.fnav_li a {
	padding: 0;
	letter-spacing: 0.05em;
	display: inline !important;
	transition: 0.5s ease;
}

.fnav_li a:not(.f_contact):hover {
	color: var(--red);
	transition: 0.5s ease;
}

.fnav_li > li > a {
	font-size: 2rem;
}

.fnav_li > li > p + p {
	margin-top: 21px;
}

.fnav_li > li > p > a {
	font-size: 2rem;
}

.fnav_li ul > li + li {
	margin-top: 5px;
}

.fnav_li .f_contact {
	width: 240px;
	height: 60px;
	border-radius: 30px;
	padding-top: 16px !important;
	font-size: 1.6rem !important;
	bottom: inherit;
	left: 0;
	transform: none;
	top: 0;
	transition: 0.5s ease;
}
.fnav_li .f_contact:hover {
transition: 0.5s ease;
	background:var(--red);
	color: #fff;
}

.fnav_li .f_car {
	width: 240px;
	height: 60px;
	border-radius: 30px;
	padding-top: 16px !important;
	font-size: 1.6rem !important;
	bottom: inherit;
	left: 0;
	transform: none;
	top: 80px;
	text-align: left;
}

.fnav_li .f_car>p+p {
	margin-top: 10px;
}

footer small {
	margin-top: 70px;
}


/*
*********************************************************************************
/*
/* モジュール
/*
/*******************************************************************************/


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
テキスト */

.catch {
	font-size: 3.2rem;
}

.pc_tac {
	text-align: center;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
タイトル */

.tl02 {
	font-size: 5rem;
	margin-bottom: 50px;
	padding-top: 20px;
	margin-top: 120px;
}


/*------------------------------------------------------------------------------
ページタイトル */

.pagetl_block {
	padding-bottom: 300px;
	padding-top: 220px;
}

.pagetl_block .tl {
	font-size: 10rem;
}

.pagetl_block .tl_ja {
	font-size: 1.5rem;
}

.pagetl_block .page_copy {
	font-size: 3.2rem;
	margin-top: 60px;
}

.pagetl_block .txt {
	font-size: 1.6rem;
	margin-top: 50px;
	text-align: center;
}

.pagetl_block .txt p {
	display: block;
}

.pagetl_block .txt p + p {
	margin-top: 0.8em;
}

.bg_sora .pagetl_block {
	padding-bottom: 130px;
	padding-top: 250px;
}


/*------------------------------------------------------------------------------
tl_block */

.tl_block {
	margin-bottom: 90px;
}

.tl_block .tl {
	padding-top: 140px;
}

.tl_block .tl .en {
	font-size: 10rem;
}

.tl_block .tl .ja {
	font-size: 1.5rem;
}

.tl_block .page_copy {
	font-size: 3.2rem;
	margin-top: 50px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
リスト */

.li_circle > li {
	padding-left: 25px;
}

.li_circle > li:before {
	width: 14px;
	top: 6px;
}

.li_circle1_pcl18 > li {
	line-height: 1.8;
}

.li_circle1_pcl18 > li:before {
	top: 8px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ボタン */

.btn_block {
	margin-top: 60px;
}

.btn {
	width: 340px;
	border-radius: 30px;
	transition: 0.5s ease;
	grid-template-columns: 140px 1fr;
	padding: 12px 40px 14px 15px;
}

.btn:before {
	width: 16px;
	right: 20px;
}

.btn .en {
	font-size: 1.2rem;
	transition: 0.5s ease;
	padding-bottom: 1px;
}

.btn .ja {
	font-size: 2rem;
	padding: 0;
}

.btn:hover {
	background: var(--red) !important;
	color: #fff !important;
	transition: 0.5s ease;
}

.btn:not(.btn_l):hover .en {
	color: #fff !important;
	transition: 0.5s ease;
}

.btn:hover:before {
	background-color: #ffff;
	transition: 0.5s ease;
}

.btn_col02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.btn_col02 > li + li {
	margin-top: 0;
}

.btn_col02 > li:nth-child(n+3) {
	margin-top: 30px;
}

.btn_col02 > li:nth-child(2n) {
	margin-left: 30px;
}

.btn.btn_en31 {
	grid-template-columns: 115px 1fr;
}

.btn.btn_noen {
	padding: 12px 40px 14px 40px;
}

.btn.m_btn {
	font-size: 2rem;
	padding: 30px 40px 36px 40px;
	border-radius: 50px;
}

.btn.m_btn:before {
	width: 18px;
	right: 30px;
}

.btn.l_btn {
	width: 624px;
	min-height: 120px;
	font-size: 2.5rem;
	padding: 0 70px 4px 40px;
	transition: 0.5s ease;
	border-radius: 60px;
}

.btn.l_btn:before {
	width: 26px;
	right: 30px;
	background: #fff;
}

.btn.btn_red:hover {
	color: var(--red) !important;
	background: #fff !important;
	transition: 0.5s ease;
}

.btn.btn_red:hover:before {
	background-color: #d93832;
	transition: 0.5s ease;
}

.btn.btn_red:hover .en {
	color: var(--red) !important;
	transition: 0.5s ease;
}

.btn.btn_en23 {
	grid-template-columns: 130px 1fr;
}

.btn.btn_w500 {
	width: 500px;
	padding: 37px 40px 41px 40px;
	border-radius: 60px;
	font-size: 2rem;
}

.btn.btn_w500:before {
	width: 26px;
	right: 30px;
}

.btn.btn_w500 .ja {
	font-size: 2.5rem;
}

.btn.btn_w500 .en {
	font-size: 2rem;
	padding-bottom: 0px;
	padding-top: 1px;
}

.btn.btn_back:before {
	right: inherit;
	left: 20px;
}

.btn.btn_back {
	padding: 12px 15px 14px 40px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
表 */

.table_sp_up tr {
	display: table-row;
}

.table_sp_up tr > * {
	display: table-cell;
	padding: 18px 20px 21px 20px !important;
	width: inherit !important;
	vertical-align: top;
}

.table_sp_up tr > td {
	vertical-align: middle;
	/* padding-bottom: 22px !important; */
}

.table_col02 th {
	width: 300px !important;
	font-size: 2rem;
}

.table_col02 tr:not(:first-child) > * {
	border-top: 1px solid #B8D3EA;
}

.table_tl:before {
	width: 14px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
gmap */

.gmap {
	height: 320px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
youtube */


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
フォーム */

input[type=text],
input[type=email],
select,
textarea {
	padding: 7px 15px;
	border-radius: 6px;
}

input[type="email"] {
	width: 420px;
}


/*------------------------------------------------------------------------------
フォーム前後 */

.form_top_txt {
	margin-bottom: 100px;
}

.form_bottom_txt {
	margin-top: 100px;
}

.forrm_error_txt {
	margin-top: 100px;
	font-size: 2.1rem;
	padding: 3px 20px 6px;
	text-align: center;
}


/*------------------------------------------------------------------------------
セレクトボックス */

.selectblock {
	max-width: 300px;
}


/*------------------------------------------------------------------------------
テキストエリア */

textarea {
	height: 150px;
	resize: vertical;
}


/*------------------------------------------------------------------------------
ラジオボタン */

.radio_style + .radio_style {
	margin-top: 0;
}

.radio_style label {
	margin: 0;
}

.radio_style span,
.wpcf7-radio .wpcf7-list-item-label {
	padding-left: 26px;
	padding-right: 0;
}

.radio_style span:before,
.wpcf7-radio .wpcf7-list-item-label:before {
	width: 17px;
	height: 17px;
	margin-top: 1px;
}

.radio_style input:checked + .radio_txt:after,
.wpcf7-radio .wpcf7-list-item-label:after {
	height: 11px;
	width: 11px;
	left: 3px;
	margin-top: 1px;
}


/*------------------------------------------------------------------------------
チェックボックス */

.checkbox_style span:before {
	width: 26px;
	height: 26px;
}

.checkbox_style span {
	padding-left: 40px;
	padding-right: 30px;
}

.checkbox_style input:checked + .checkbox_txt:after {
	width: 11px;
	height: 15px;
	left: 7px;
	top: 5px;
}

.checkbox_style_narabi li {
	margin-top: 10px;
}

.checkbox_style_narabi {
	margin-top: -10px;
}


/*------------------------------------------------------------------------------
ボタン */

.formbtn_area {
	margin-top: 100px;
}

.formbtn_box {
	width: 360px;
	margin: 0 auto;
}

.form_btn {
	padding: 36px 70px 42px 40px;
	margin: 0 auto;
	display: block;
}

.formbtn_box:before {
	width: 26px;
	right: 30px;
}

.formbtn_box .form_btn:hover {
	background: #fff;
	color: var(--red);
	transition: 0.5s ease;
}

.formbtn_box:hover:before {
	background: var(--red);
	transition: 0.5s ease;
}


/*------------------------------------------------------------------------------
ラジオボタン+チェックボックスの並び */

.form_narabi {
	padding-top: 4px;
	margin-top: -10px;
}

.form_narabi li {
	margin-top: 10px;
}


/*------------------------------------------------------------------------------
フォームレイアウト */

.form_layout {
	display: grid;
	grid-template-columns: 300px 1fr;
}

.form_layout > dt {
	padding: 23px 20px;
	font-size: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.form_layout > dt .form_tl {
	font-size: 1.6rem;
}

.form_layout > dd {
	padding: 15px 23px;
	border: none;
}

.form_dd_col03 {
	display: grid;
	grid-template-columns: repeat(3, 200px);
	padding: 8px 0;
}

.txt_tuika.form_txt_col02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}


/*------------------------------------------------------------------------------
必須 */

.form_layout .required {
	width: 40px;
	height: 20px;
	font-size: 1.2rem;
	margin-left: 10px;
	border-radius: 4px;
	padding: 2px 1px 5px 1px;
	line-height: 1;
}


/*------------------------------------------------------------------------------
追加テキスト */

.form_layout .txt_tuika p {
	font-size: 1.6rem;
}

.form_layout .txt_tuika > .txt_tuika_b1 {
	grid-template-columns: 2em 1fr;
}

.form_layout .txt_tuika > div + div {
	margin: 0;
}


/*------------------------------------------------------------------------------
form_confirm */

.form_confirm input:disabled {
	font-size: 1.6rem;
	padding: 0;
}

.form_submit_btn_block li + li {
	margin-top: 60px;
}

.form_confirm .form_layout > dt {
	padding-top: 0;
}

.submit_btn_reverse {
	padding: 15px 30px 16px 50px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
line_area */

.line_area .stl {
	font-size: 2rem;
	width: 102px;
	height: 35px;
	border-radius: 6px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.line_area .sstl {
	font-size: 3.2rem;
	margin-bottom: 15px;
}

.line_area .li_line_area {
	font-size: 1.6rem;
}

.line_area .li_line_area > li {
	background-size: auto 4px;
	padding: 3px 0 11px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
アンカーリンク */

.page_anchor {
	margin-top: 120px;
}

.page_anchor li {
	display: inline-block;
	margin: 10px 5px !important;
}

.page_anchor .btn:before {
	width: 15px;
}

.page_anchor .btn:not(.btn_l) {
	display: block;
	padding: 0 60px 0 30px;
}

.page_anchor .btn:not(.btn_l) > span {
	display: inline-block;
	vertical-align: middle;
}

.page_anchor .btn:not(.btn_l) .ja {
	padding: 11px 0 15px 15px;
	text-align: left;
}

.bnr_anchor.glowover_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.bnr_anchor.glowover_inner > li a {
	background: url(/assets/recruit/images/internship/link_bg.png) no-repeat center center / contain;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
flow_block */

.flow_block {
	width: 800px;
	margin: 0 auto;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
FAQ */

.qa_block > dt:before,
.qa_block > dd:before {
	width: 45px;
	padding-bottom: 3px;
}

.qa_block > dt,
.qa_block > dd {
	padding: 7px 0 0 65px;
	min-height: 45px;
}

.qa_block > dd {
	margin-top: 30px;
}

.qa_block {
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-size: auto 4px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ブロック */

.kakomi {
	padding: 39px;
	border-radius: 8px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
並び */

.glowover_inner {
	margin: -10px -10px 0 -10px;
}

.glowover_inner > li {
	width: calc(100% / 3);
	margin: 0 !important;
}

.glowover_inner > li:nth-child(n+4) {
	margin-top: -15px !important;
}

.glowover_inner.col03 > li > * {
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% + 10px);
}

.col03 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.col03:not(.glowover_inner) > li {
	width: 390px;
	margin: 0 !important;
}

.col03:not(.glowover_inner) > li:not(:nth-child(3n+1)) {
	margin-left: 35px !important;
}

.col03:not(.glowover_inner) > li:nth-child(n+4) {
	margin-top: 40px !important;
}


/*
*********************************************************************************
/*
/* ページ固有
/*
/*******************************************************************************/


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
TOP */

#frontpage:before,
#frontpage:after {
	width: 100%;
	height: 191px;
}

#frontpage .lead_txt {
	font-size: 1.6rem;
	margin-top: 10px;
}

#frontpage #about {
	padding-bottom: 0;
}

#frontpage #about .tl_block .tl {
	padding-top: 120px;
}

#frontpage .top_about_link {
	margin-top: 80px;
	position: relative;
	height: 980px;
}

#frontpage .top_about_link > div {
	width: 845px;
}

#frontpage .top_about_link01:before {
	top: 0;
	left: 0;
	width: 720px;
	height: 620px;
}

#frontpage .top_about_link > div .img {
	width: 300px;
	right: 0;
	top: 33px;
}

#frontpage .top_about_link .txt {
	width: 450px;
	padding-top: 160px;
	margin-left: 140px;
}

#frontpage .top_about_link .btn_block {
	margin: 50px 0 0 140px;
}

#frontpage .top_about_link01 .btn {
	width: 380px;
	margin: 0;
	grid-template-columns: 170px 1fr;
	padding: 12px 40px 14px 15px;
}

#frontpage .top_about_link01 .btn:before {
	right: 20px;
}

#frontpage .top_about_link .btn_block li + li {
	margin-top: 10px;
}

#frontpage .top_about_link > div + div {
	position: absolute;
	top: 400px;
	right: 0;
	margin: 0;
	width: 620px;
}

#frontpage .top_about_link02:before {
	width: 620px;
	height: 580px;
	top: 0;
	right: 0;
}

#frontpage .top_about_link .top_about_link02 .txt {
	width: 458px;
	padding-top: 80px;
	margin: 0 70px 0 auto;
}

#frontpage .top_about_link .top_about_link02 .btn_block {
	margin: 30px 145px 0 auto;
}

#frontpage .top_about_link .top_about_link02 .btn_block a {
	margin: 0 0 0 auto;
	grid-template-columns: 140px 1fr;
	width: 335px;
	padding: 12px 40px 14px 15px;
}

#frontpage .scroll_box_li {
	margin-left: 20px;
	margin-right: 50px;
}

#frontpage #interview {
	padding-top: 280px;
}

#frontpage #interview .yoko_scroll .scroll_box_li > li {
	width: 620px;
	padding-top: 0;
}

#frontpage #interview .yoko_scroll .scroll_box_li > li + li {
	margin-left: 10px;
}

#frontpage #interview .yoko_scroll .scroll_box_li .role {
	width: 140px;
	font-size: 1.6rem;
	left: -10px;
}

#frontpage #interview .yoko_scroll .scroll_box_li .name_box {
	width: 556px;
	font-size: 1.6rem;
	margin: 0 auto 10px;
}

#frontpage #interview .yoko_scroll .scroll_box_li .txt {
	background-size: auto 4.8rem;
	font-size: 2.4rem;
	width: 556px;
	line-height: 4.6rem;
	background-position: left 1px;
	padding-bottom: 7px;
	letter-spacing: 0;
}

#frontpage #interview .yoko_scroll .scroll_box_li > li a:hover {
	opacity: 0.6;
	transition: 0.5s ease;
}

#frontpage #people {
	padding-bottom: 0;
	padding-top: 100px;
}

#frontpage #people .col03 {
	margin: 40px auto 0;
	width: 1290px;
}

#frontpage #people .col03 > li {
	width: 430px;
	margin: 0 !important;
}

#frontpage #people .col03 a {
	background: url(/assets/recruit/images/top/people_link_bg.png) no-repeat center center / contain;
}

#frontpage #benefit_career {
	/* padding-top: 500px; */
}

#frontpage #benefit_career .yoko_scroll .scroll_box_li > li {
	width: 680px;
}

#frontpage #benefit_career .yoko_scroll .scroll_box_li > li a {
	background: url(/assets/recruit/images/top/benefit_link_bg.png) no-repeat center center /contain;
}

#frontpage #benefit_career .yoko_scroll .scroll_box_li > li:nth-child(2) {
	width: 1250px;
	background: url(/assets/recruit/images/top/benefit_link_bg_wide.png) no-repeat center center /contain;
}

#frontpage #benefit_career .yoko_scroll .scroll_box_li > li:nth-child(2) a {
	background: none;
}

#frontpage #internship {
	padding-top: 150px;
	padding-bottom: 0;
}

#frontpage #internship .btn_block {
	margin-top: 30px;
}

#frontpage #internship .btn {
	width: 340px;
	grid-template-columns: 140px 1fr;
}

#frontpage #qa {
	padding-top: 0px;
	padding-bottom: 0;
	/* margin-bottom: -60vh; */
}

#frontpage #qa .tl_block .tl {
		padding-top: 0;
	}

#frontpage #qa .btn {
	width: 340px;
	grid-template-columns: 140px 1fr;
}

#frontpage #entry {
	min-height: 100vh;
}


/*------------------------------------------------------------------------------
mv */

#frontpage .mv_img {
	font-size: 3.2rem;
	padding: 20vh 0 40vh;
}

/*------------------------------------------------------------------------------
NEWS */
#frontpage .top_news_block {
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 30px;
	display: grid;
	grid-template-columns: 1fr 850px;
	padding: 52px;
	align-items: center;
}

#frontpage .top_news_block .tl {
	padding-bottom: 0;
	font-size: 2.5rem;
	padding-left: 0;
}

#frontpage .top_news_block .news_list .day_block {
	font-size: 1.6rem;
}

#frontpage .top_news_block .news_list .cat a {
	font-size: 1.2rem;
	width: 90px;
}

#frontpage .top_news_block .news_list .txt a {
	font-size: 1.6rem;
}

#frontpage .top_news_block .news_list {
	width: 100%;
}

/*------------------------------------------------------------------------------
about */


/*------------------------------------------------------------------------------
interview */


/*------------------------------------------------------------------------------
js scroll */


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
記事ページ詳細 */

body.detail_page .article_con {
	width: 1000px;
	margin: 0 auto;
}

body.detail_page:not(#news_detail) .article_con {
	margin: -60px auto 0;
	padding-bottom: 700px;
}

body.detail_page .article_con > *:not(.mask_svg),
body.detail_page .article_con > div > .with_img > .txt_block > *:not(:first-child),
body.detail_page .article_con .kakomi > *:not(:first-child),
body.detail_page .article_con .sent > p + p {
	margin-top: 35px;
}

body.detail_page .article_con h2 {
	font-size: 5rem;
	background-size: auto 6px;
	padding-bottom: 30px;
}

body.detail_page .article_con h3 {
	font-size: 2.5rem;
}

body.detail_page .article_con h4 {
	font-size: 2rem;
}

body.detail_page .article_con .with_img {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 60px;
}

body.detail_page .article_con .with_img .img_block {
	margin: 0;
}

body.detail_page .article_con > div > .with_img h2 {
	margin-top: 0px !important;
}

body.detail_page .article_con .with_img .sent > p + p {
	margin-top: 35px;
}

body.detail_page .article_con .kakomi {
	border-radius: 8px;
	padding: 39px;
}

body.detail_page .article_con > *:not(.mask_svg) + h2,
body.detail_page .article_con > *:not(.mask_svg) + .with_img {
	margin-top: 150px;
}

body.detail_page .article_con > *:not(.mask_svg),
body.detail_page .article_con .sent > p + p {
	margin-top: 60px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
お知らせ*/

.news_list {
	width: 1000px;
	margin: 0 auto;
}

.news_list > li {
	display: grid;
	grid-template-columns: 212px 1fr;
	gap: 31px;
	background-size: auto 4px;
	padding-bottom: 22px;
}

.news_list > li + li {
	margin-top: 14px;
}

	.news_list .day_block, .news_detail_tl .day_block {
		grid-template-columns: 1fr 90px;
		gap: 0;
		margin-bottom: 0;
	}

.news_list .cat a,
.news_detail_tl .cat a {
	width: 90px;
	transition: 0.5s ease;
}

.news_list .cat a:hover,
.news_detail_tl .cat a:hover {
	background: var(--red);
	color: #fff !important;
	transition: 0.5s ease;
}

.news_list .txt a,
.news_detail_tl .txt a {
	padding-bottom: 0;
	letter-spacing: 0.05em;
	transition: 0.5s ease;
}

.news_list .txt a:hover,
.news_detail_tl .txt a:hover {
	color: var(--red);
	transition: 0.5s ease;
}

.news_detail_tl .day_block {
	gap: 15px;
}

.news_detail_tl .tl {
	font-size: 2.5rem;
	background-size: auto 6px;
	padding-bottom: 26px;
	padding-top: 10px;
}

.news_detail_tl {
	padding-top: 270px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
about */

.about_top-message {
	display: grid;
	grid-template-columns: 1fr 727px;
	gap: 5px;
	padding-left: 35px;
}

.about_top-message figure {
	margin: 0;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.about_top-message .txt_block {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	padding-top: 130px;
}

.about_top-message .lead {
	font-size: 3.2rem;
	margin-bottom: 40px;
}

.about_top-message .txt_block .sent {
	font-size: 1.6rem;
}

.about_ecruiter-message {
	display: grid;
	grid-template-columns: 1fr 620px;
	padding: 0 20px 0 100px;
	gap: 0;
}

.about_ecruiter-message + .about_ecruiter-message {
	margin-top: 120px;
}

.about_ecruiter-message figure {
	margin: 0;
	width: 100%;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.about_ecruiter-message .txt_block {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	padding-top: 20px;
}

.about_ecruiter-message .txt_block .lead {
	font-size: 5rem;
	margin-bottom: 20px;
}

.about_ecruiter-message .txt_block .lead .lead_border {
	background-size: auto 6px;
}

.about_ecruiter-message .txt_block .name {
	font-size: 1.6rem;
}

.about_ecruiter-message .txt_block .sent {
	width: 410px;
	font-size: 1.6rem;
	margin-top: 60px;
}

.about_ecruiter-message + .about_ecruiter-message .txt_block .sent {
	width: 430px;
}

.about_ecruiter-message_r {
	padding: 0 100px 0 20px;
	display: grid;
	grid-template-columns: 620px 1fr;
}

.about_ecruiter-message_r figure {
	grid-column: 1 / 2;
	margin-top: 70px;
}

.about_ecruiter-message_r .txt_block {
	grid-column: 2/3;
	padding: 0 0 0 70px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
数字で見る滋賀ダイハツ */

#about_number_index .page_block01 {
	position: relative;
	margin: 0;
	height: 965px;
}

#about_number_index .page_block01 > li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 582px;
}

#about_number_index .page_block01 > li:nth-child(2) {
	position: absolute;
	top: 455px;
	left: 20px;
	width: 454px;
}

#about_number_index .page_block01 > li:nth-child(3) {
	position: absolute;
	top: 45px;
	right: 0;
	width: 632px;
}

#about_number_index .page_block01 > li:nth-child(4) {
	position: absolute;
	top: 570px;
	right: 10px;
	width: 710px;
	margin: 0;
}

#about_number_index .awards_block {
	margin: 150px auto 0;
	width: 915px;
}

#about_number_index .awards_block:before {
	width: 147px;
	height: 175px;
	top: 66px;
	right: 360px;
}

#about_number_index .page_block02 {
	margin-top: 150px;
}

#about_number_index .page_block03 {
	margin: 150px 0 0;
	position: relative;
	height: 777px;
}

#about_number_index .page_block03 > li:nth-child(1) {
	position: absolute;
	top: 50px;
	left: 0;
	width: 760px;
}

#about_number_index .page_block03 > li:nth-child(2) {
	position: absolute;
	top: 0;
	right: 20px;
	width: 467px;
}

#about_number_index .page_block03 > li:nth-child(3) {
	position: absolute;
	top: 380px;
	right: 0;
	width: 636px;
}

#about_number_index .page_block04 {
	margin: 150px 0 0 0;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
職種紹介 */

#people_index .anchor .glowover_inner {
	margin-top: 0;
	margin-bottom: 0;
}

#people_index .anchor a {
	background: url(/assets/recruit/images/people/people_anc_bg.png) no-repeat center center / contain;
}

#people_index .people_list {
	display: grid;
	grid-template-columns: 620px 1fr;
	gap: 90px;
	align-items: center;
}

#people_index .people_list figure {
	margin: 0;
}

#people_index .people_list .txt_block {
	padding-right: 130px;
}

#people_index .people_list .sent {
	font-size: 1.6rem;
}

#people_index .people_list_area .btn {
	margin: 0 auto 0 0;
}

#people_index .people_list_area section + section .tl_block .tl {
	padding-top: 150px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
社員インタビュー */

#people_interview_index .tl_block .tl {
	padding-top: 100px;
}

#people_interview_index .interview_qa {
	width: 700px;
	margin: 120px 0 0 auto !important;
}

#people_interview_index .interview_movie {
	margin: 100px auto 0;
	width: 1000px;
}

#people_interview_index .bg_sales02 {
	padding-top: 660px;
}

#people_interview_index .bg_showrooma .interview_qa {
	margin-left: 0 !important;
	margin-right: auto !important;
}

#people_interview_index .bg_sales02 .nami_inblock {
	padding-top: 0;
}

/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
福利厚生・制度 */

#benefit_index #child-rearing td div {
	padding-bottom: 0;
}

#benefit_index #child-rearing td div:before {
	width: 143px;
	height: 158px;
	top: 50%;
	left: 520px;
	transform: translate(0%, -50%);
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
キャリア支援・研修 */

#career_index .page_img01 {
	padding: 0;
	width: 841px;
	margin: 0 auto;
}

#career_index .glowover_inner.col03 a {
	background: url(/assets/recruit/images/career/ideal_link_bg.png) no-repeat center center /contain;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
インターンシップ・各種講座 */

#internship_index .internship_box {
	display: grid;
	grid-template-columns: 615px 1fr;
	padding: 0 10px;
	gap: 75px;
}

#internship_index .internship_box figure {
	width: 100%;
	margin: 0 !important;
}

#internship_index .internship_box .box_tl {
	padding-top: 45px;
	font-size: 3.2rem;
	margin-bottom: 20px;
	line-height: 1.8;
}

#internship_index .internship_box .box_stl {
	font-size: 2.5rem;
	padding-top: 40px;
	margin-bottom: 15px;
}

#internship_index .internship_block + .internship_block {
	margin-top: 150px;
}

#internship_index .internship_box .li_circle > li {
	line-height: 1.8;
}

#internship_index .internship_box .li_circle > li:before {
	top: 8px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
採用要項 */

#entry_index .pagetl_block + .glowover_inner {
	margin-top: 0;
	margin-bottom: 0;
}

#entry_index .pagetl_block + .glowover_inner a {
	background: url(/assets/recruit/images/entry/people_link_bg_blue.png) no-repeat center center / contain;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
プライバシーポリシー */

.dir_privacy-policy .policy_tl02 {
	margin-top: 140px;
	font-size: 3.2rem;
	margin-bottom: 45px;
	padding: 9px 20px 13px 20px;
	border-radius: 6px;
}

.dir_privacy-policy main .inner {
	width: 1000px;
}

.dir_privacy-policy .policy_tl03 {
	font-size: 3.2rem;
	padding-top: 45px;
	margin-bottom: 10px;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
404 */

.block_404 {
	padding-top: 250px;
}

.block_404 .tl {
	font-size: 10rem;
	margin-bottom: 5px;
}

.block_404 .txt {
	font-size: 2.5rem;
}

.block_404 .btn_block {
	width: 335px;
	margin-top: 50px;
}

.dir_404 .bg_sora {
	min-height: 100vh;
}