@media print, screen and (min-width:768px) {
	/* リセットCSS */
	body {
		color: #000;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 0 0;
		padding: 0;
		font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
		font-weight: 500;
	}
	a {
		text-decoration: none;
		color: #000;
	}
	ol, ul {
		list-style: none;
	}
	ol, ul, p, h2, h3, h4, figure, img {
		margin: 0;
		padding: 0;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	/* RHSのh1の固定を打ち消す */
	.career_wrap h1 {
		width: auto;
		padding-left: 0;
		float: none;
		position: relative;
		z-index: 1;
	}
	.career_wrap {
		/* ヘッダー header */
		header#career_h {
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 100%;
			box-sizing: border-box;
			padding: 0 0 0 25px;
			background: rgba(255, 255, 255, 0.9);
			border-top: 5px solid #134b98;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 10;
			>div {
				display: flex;
				align-items: center;
				gap: 0 35px;
				& a {
					letter-spacing: 0.05em;
				}
				/* ナビゲーション */
				& ul {
					display: flex;
					gap: 0 40px;
					& a {
						font-size: 14px;
						line-height: 24px;
						position: relative;
						&:after {
							content: "";
							display: block;
							width: 40px;
							height: 5px;
							margin: auto;
							background: #134b98;
							transform: scale(0, 1);
							transform-origin: center top;
							position: absolute;
							bottom: -41px;
							left: 0;
							right: 0;
							transition: all 0.2s;
						}
						&:hover:after {
							transform: scale(1, 1);
						}
					}
				}
				/* エントリーボタン */
				>a {
					display: block;
					width: 170px;
					background: #134b98;
					font-size: 18px;
					line-height: 100px;
					color: #FFF;
					font-weight: bold;
					text-align: center;
					transition: all 0.2s;
					&:hover {
						background: #000;
					}
				}
			}
		}
		/* フッター footer */
		footer#career_f {
			width: 100%;
			margin: 80px 0 0 0;
			padding: 270px 0 75px 0;
			position: relative;
			z-index: 1;
			background: #f5f7f9;
			&:before {
				content: "";
				width: 100%;
				height: 360px;
				background: url(../img/career/footer/f_img.webp);
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center;
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
			}
			>div {
				width: 1100px;
				margin: 0 auto;
				.career_f_btn {
					display: flex;
					align-items: center;
					gap: 0 45px;
					height: 174px;
					margin: 0 0 60px 0;
					padding: 0 0 0 65px;
					background: #000;
					font-size: 35px;
					line-height: 45px;
					color: #FFF;
					font-weight: bold;
					letter-spacing: 0.1em;
					position: relative;
					transition: all 0.2s;
					&:after {
						content: "";
						width: 100px;
						height: 1px;
						margin: auto;
						background: #FFF;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
					}
					>span {
						font-size: 15px;
						line-height: 20px;
						letter-spacing: 0.2em;
					}
					&:hover {
						background: #134b98;
					}
				}
				.career_f_logo {
					margin: 0 0 60px 0;
					text-align: center;
				}
				>nav {
					margin: 0 0 45px 0;
					>ul {
						display: flex;
						justify-content: center;
						gap: 0 65px;
						padding: 45px 0;
						border-top: 1px solid #aaaaaa;
						border-bottom: 1px solid #aaaaaa;
						& li {
							display: flex;
							align-items: center;
							gap: 0 12px;
							&:before {
								content: "";
								width: 7px;
								height: 1px;
								background: #000;
							}
							& a {
								font-size: 14px;
								line-height: 20px;
								font-weight: bold;
								letter-spacing: 0.05em;
								position: relative;
							}
						}
					}
				}
				.career_f_other {
					display: flex;
					align-items: center;
					justify-content: center;
					gap: 0 30px;
					margin: 0 0 60px 0;
					>li {
						display: flex;
						align-items: center;
						gap: 0 6px;
						font-size: 14px;
						line-height: 20px;
						letter-spacing: 0.05em;
						&:after {
							content: "";
							width: 10px;
							height: 10px;
							background: url(../img/career/footer/icon_link.png);
							background-repeat: no-repeat;
							background-size: cover;
						}
					}
				}
				.career_f_copy {
					font-size: 12px;
					line-height: 20px;
					letter-spacing: 0.05em;
					text-align: center;
				}
			}
		}
		/* コンテンツ共通スタイル */
		.font_mincho {
			font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
		}
		.font_sanserif {
			font-family: Century Gothic, CenturyGothic, AppleGothic, Futura, sans-serif;
		}
		.t_more_btn {
			display: block;
			width: 200px;
			box-sizing: border-box;
			margin: 0 auto;
			padding: 20px 0 20px 0;
			background: #134b98;
			border: 2px solid #134b98;
			font-size: 15px;
			line-height: 17px;
			color: #FFF;
			font-weight: bold;
			letter-spacing: 0.05em;
			text-align: center;
			font-feature-settings: "palt";
			position: relative;
			transition: all 0.2s;
			&:after {
				content: "";
				display: block;
				width: 16px;
				height: 2px;
				margin: auto;
				background: #FFF;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
			}
			&:hover {
				background: #FFF;
				color: #134b98;
				&:after {
					background: #134b98;
				}
			}
		}
		/* 内部ページ ヘッダー分開始点調整 */
		.career_conts {
			padding-top: 105px;
		}
		/* 内部ページ メイン画像共通スタイル */
		.career_conts_main {
			width: 100%;
			margin: 0 0 15px 0;
			padding: 65px 0;
			background-repeat: no-repeat;
			background-size: cover;
			>div {
				width: 1100px;
				margin: 0 auto;
				letter-spacing: 0.05em;
				>h1 {
					margin: 0 0 10px 0;
					font-size: 45px;
					line-height: 60px;
					color: #134b98;
				}
				>p {
					font-size: 20px;
					line-height: 24px;
					color: #134b98;
				}
			}
		}
		/* 内部ページ ぱんくず */
		.career_pan_wrap {
			display: flex;
			align-items: center;
			gap: 0 15px;
			width: 1100px;
			margin: 0 auto 70px auto;
			>div:not(:last-of-type) {
				display: flex;
				align-items: center;
				gap: 0 15px;
				&:after {
					content: ">";
				}
			}
			& a, & span {
				font-size: 15px;
				line-height: 20px;
			}
		}
		/* 内部ページ H2共通スタイル */
		.career_conts_tl {
			margin: 0 0 50px 0;
			padding: 0 0 35px 0;
			border-bottom: 1px solid #eeeeee;
			font-size: 40px;
			line-height: 50px;
			position: relative;
			&:before {
				content: "";
				width: 50px;
				height: 1px;
				background: #134b98;
				position: absolute;
				left: 0;
				bottom: 0;
			}
		}
		.pc_off {
			display: none !important;
		}
		/* 採用トップページ /career/ */
		#career_t {
			/* トップページ用メイン画像 */
			.career_t_main {
				width: 100%;
				margin: 0 0 120px 0;
				padding: 475px 0 70px 0;
				background: url(../img/career/top/main_bg.webp);
				background-repeat: no-repeat;
				background-size: cover;
				>div {
					width: 1100px;
					margin: 0 auto;
					& h1 {
						display: flex;
						flex-direction: column;
						align-items: flex-start;
						gap: 10px 0;
						& span {
							display: inline-block;
							padding: 0 15px;
							background: #FFF;
							font-size: 60px;
							line-height: 78px;
							color: #134b98;
							letter-spacing: 0.1em;
							font-feature-settings: "palt";
						}
					}
					& p {
						font-size: 18px;
						line-height: 40px;
						color: #FFF;
						letter-spacing: 0.2em;
						font-feature-settings: "palt";
					}
				}
			}
			/* トップページ用タイトルスタイル */
			.career_t_tl {
				font-feature-settings: "palt";
				>div {
					& p {
						margin: 0 0 25px 0;
						font-size: 20px;
						line-height: 30px;
						letter-spacing: 0.2em;
					}
					& h2 {
						font-size: 40px;
						line-height: 50px;
						color: #134b98;
						letter-spacing: 0.1em;
					}
				}
				>p {
					margin-top: 40px;
					font-size: 18px;
					line-height: 30px;
					letter-spacing: 0.05em;
				}
			}
			>main {
				/* 挨拶 */
				#career_t_gr {
					margin: 0 0 100px 0;
					text-align: center;
					& h2 {
						margin: 0 0 70px 0;
						font-size: 40px;
						line-height: 60px;
						color: #134b98;
						letter-spacing: 0.1em;
						font-feature-settings: "palt";
					}
					& p {
						margin: 0 0 80px 0;
						font-size: 18px;
						line-height: 40px;
						letter-spacing: 0.2em;
						font-feature-settings: "palt";
					}
				}
				/* 会社を知る */
				#career_t_ab {
					width: 100%;
					padding: 90px 0 155px 0;
					background: #f5f7f9;
					.career_t_tl {
						margin: 0 0 80px 0;
						text-align: center;
					}
					>ul {
						display: flex;
						flex-wrap: wrap;
						justify-content: center;
						gap: 50px 40px;
						width: 1100px;
						margin: 0 auto;
						>li {
							width: 340px;
							& a {
								display: block;
								overflow: hidden;
								position: relative;
								& img {
									display: block;
									width: 340px;
									height: 410px;
									object-fit: cover;
									transition: all 0.2s;
								}
								& p {
									display: flex;
									align-items: center;
									justify-content: space-between;
									width: 190px;
									box-sizing: border-box;
									padding: 0 10px;
									background: #f5f7f9;
									font-size: 16px;
									line-height: 50px;
									font-weight: bold;
									position: absolute;
									bottom: 0;
									left: 0;
									&:after {
										content: "";
										display: block;
										width: 18px;
										height: 1px;
										background: #333333;
									}
								}
								&:hover {
									& img {
										transform: scale(1.1);
									}
								}
							}
						}
					}
				}
				/* ループアニメーション */
				.career_t_loop {
					display: flex;
					overflow: hidden;
					& img:nth-child(1) {
						animation: loop 120s linear -60s infinite;
					}
					& img:nth-child(2) {
						animation: loop2 120s linear infinite;
					}
				}
				/* 選ばれる理由 */
				#career_t_re {
					width: 100%;
					padding: 135px 0 175px 0;
					position: relative;
					z-index: 1;
					&:before {
						content: "";
						display: block;
						width: calc(50% + 80px);
						height: 100%;
						background: url(../img/career/top/re_bg.webp);
						background-repeat: no-repeat;
						background-size: cover;
						background-position: left center;
						position: absolute;
						top: 0;
						right: 0;
						z-index: -1;
					}
					>div {
						width: 1100px;
						margin: 0 auto;
						.career_t_tl {
							margin: 0 0 85px 0;
						}
						>ul {
							display: flex;
							flex-wrap: wrap;
							justify-content: center;
							gap: 20px 40px;
							& li {
								width: 340px;
								& img {
									width: 100%;
									height: 260px !important;
									object-fit: cover;
								}
								& p {
									display: flex;
									justify-content: center;
									align-items: center;
									height: calc(100% - 260px);
									box-sizing: border-box;
									padding: 23px 10px;
									background: #FFF;
									font-size: 16px;
									line-height: 28px;
									text-align: center;
									letter-spacing: 0.05em;
								}
							}
						}
					}
				}
				/* 福利厚生・待遇 */
				#career_t_wel {
					width: 100%;
					margin: 0 0 90px 0;
					padding: 105px 0 100px 0;
					background: #f5f7f9;
					.career_t_tl {
						margin: 0 0 55px 0;
					}
					>div {
						display: flex;
						flex-direction: row-reverse;
						align-items: center;
						justify-content: space-between;
						width: 1100px;
						margin: 0 auto;
						>div {
							padding: 0 50px 0 0;
							& ul {
								display: flex;
								flex-wrap: wrap;
								gap: 15px;
								width: 485px;
								box-sizing: border-box;
								padding: 30px;
								background: #FFF;
								& li {
									font-size: 16px;
									line-height: 35px;
									letter-spacing: 0.1em;
									font-feature-settings: "palt";
									&:not(:last-child) {
										padding: 0 10px;
										background: #f5f7f9;
										border-radius: 5px;
									}
									&:last-child {
										font-weight: bold;
									}
								}
							}
						}
					}
				}
				/* 募集中の求人一覧 */
				#career_t_en {
					width: 1100px;
					margin: 0 auto 100px auto;
					.career_t_tl {
						margin: 0 0 75px 0;
						text-align: center;
					}
				}
			}
		}
		/* 教育制度 /career/education/ */
		#career_edu {
			.career_conts_main {
				background-image: url(../img/career/education/main_bg.webp);
			}
			/* 教育研修制度 */
			#career_edu_tra {
				width: 1100px;
				margin: 0 auto 50px auto;
				& h3 {
					margin: 0 0 40px 0;
					font-size: 25px;
					line-height: 30px;
					letter-spacing: 0.05em;
				}
				>p {
					margin: 0 0 50px 0;
					font-size: 18px;
					line-height: 35px;
					font-weight: normal;
				}
				& ul {
					display: flex;
					align-items: center;
					justify-content: center;
					gap: 30px;
					>li {
						box-sizing: border-box;
						padding: 4px;
						border-radius: 50%;
						border: 1px solid #134b98;
						>div {
							width: 160px;
							height: 160px;
							display: flex;
							flex-direction: column;
							align-items: center;
							justify-content: center;
							background: #134b98;
							border-radius: 50%;
							text-align: center;
							font-size: 23px;
							line-height: 30px;
							color: #FFF;
							font-weight: bold;
							.career_edu_tra_b {
								font-size: 40px;
								line-height: 50px;
							}
							.career_edu_tra_s {
								font-size: 15px;
								line-height: 20px;
							}
						}
					}
					&:before, &:after {
						content: "";
						display: block;
						width: 125px;
						height: 1px;
						background: #134b98;
					}
					&:before {
						margin-right: 20px;
					}
					&:after {
						margin-left: 20px;
					}
				}
			}
			/* 不安 */
			#career_edu_wo {
				width: 100%;
				margin: 0 0 70px 0;
				padding: 40px 0 35px 0;
				background: #f5f7f9;
				text-align: center;
				>ul {
					display: flex;
					flex-wrap: wrap;
					justify-content: center;
					gap: 20px;
					width: 900px;
					margin: 0 auto 25px auto;
					>li {
						display: flex;
						flex-direction: column;
						align-items: center;
						justify-content: center;
						width: 220px;
						min-height: 70px;
						box-sizing: border-box;
						padding: 10px 10px;
						background: #FFF;
						border: 1px solid #cccccc;
						border-radius: 10px;
						font-size: 15px;
						line-height: 20px;
						font-weight: bold;
					}
				}
				>p {
					font-size: 15px;
					line-height: 30px;
				}
			}
			/* 充実した研修内容 */
			#career_edu_exam {
				width: 1100px;
				margin: 0 auto 100px auto;
				& ul {
					>li {
						display: flex;
						flex-direction: row-reverse;
						justify-content: space-between;
						&:not(:last-child) {
							margin: 0 0 50px 0;
						}
						>img {
							width: 420px;
							height: 280px;
							object-fit: cover;
						}
						>div {
							width: 610px;
							padding: 25px 0 0 0;
							& h3 {
								margin: 0 0 30px 0;
								font-size: 30px;
								line-height: 40px;
							}
							& p {
								font-size: 18px;
								line-height: 35px;
							}
						}
					}
				}
			}
			/* その他の教育内容 */
			#career_edu_oth {
				width: 1100px;
				margin: 0 auto 100px auto;
				>ul {
					display: flex;
					flex-wrap: wrap;
					justify-content: center;
					gap: 30px 60px;
					>li {
						width: calc((100% - 120px)/3);
						& h3 {
							margin: 0 0 25px 0;
							font-size: 25px;
							line-height: 30px;
						}
						& p {
							font-size: 16px;
							line-height: 30px;
						}
					}
				}
			}
		}
		/* 社内活動 /career/event/ */
		#career_event {
			.career_conts_main {
				background-image: url(../img/career/event/main_bg.webp);
			}
			>main {
				width: 1100px;
				margin: 0 auto;
				.career_ev_gr {
					margin: 0 0 80px 0;
					font-size: 20px;
					line-height: 50px;
					font-weight: bold;
					text-align: center;
				}
				#career_ev_exam {
					margin: 0 0 70px 0;
					& div {
						&:not(:last-of-type) {
							margin: 0 0 45px 0;
						}
						& h3 {
							margin: 0 0 25px 0;
							font-size: 25px;
							line-height: 30px;
						}
						& p {
							margin: 0 0 35px 0;
							font-size: 18px;
							line-height: 35px;
						}
						& ul {
							display: flex;
							flex-wrap: wrap;
							justify-content: center;
							gap: 0 25px;
							>li {
								width: calc((100% - 50px)/3);
								>img {
									width: 100%;
									height: 240px;
									object-fit: cover;
								}
							}
						}
					}
				}
				#career_ev_wel {
					margin: 0 0 80px 0;
					& ul {
						display: flex;
						flex-wrap: wrap;
						justify-content: center;
						gap: 30px 35px;
						>li {
							width: calc((100% - 105px)/4);
							>img {
								width: 100%;
								height: 180px;
								object-fit: cover;
							}
							>h3 {
								margin: 0 0 10px 0;
								padding: 5px 10px;
								background: #e9f0f5;
								font-size: 18px;
								line-height: 30px;
								color: #134b98;
							}
							>p {
								font-size: 14px;
								line-height: 20px;
							}
						}
					}
				}
			}
		}
		/* キャリアパス /career/plan/ */
		#career_plan {
			.career_conts_main {
				background-image: url(../img/career/plan/main_bg.webp);
			}
			>main {
				width: 1100px;
				margin: 0 auto;
				.career_plan_txt {
					margin: 0 0 60px 0;
					font-size: 18px;
					line-height: 35px;
					font-weight: normal;
					font-feature-settings: "palt";
					letter-spacing: 0.05em;
				}
				.career_plan_figure {
					display: block;
					margin: 0 0 70px 0;
					& img {
						display: block;
						max-width: 100%;
					}
				}
				.career_plan_ab {
					margin: 0 0 80px 0;
					& h3 {
						margin: 0 0 40px 0;
						font-size: 25px;
						line-height: 30px;
						letter-spacing: 0.05em;
					}
					& p {
						font-size: 18px;
						line-height: 35px;
						font-weight: normal;
					}
				}
				>ul {
					display: flex;
					justify-content: center;
					flex-wrap: wrap;
					gap: 35px 55px;
					margin: 0 0 80px 0;
					& li {
						width: calc((100% - 110px)/3);
						& a {
							display: block;
							padding: 0 0 25px 0;
							position: relative;
							&:after {
								content: "";
								display: block;
								width: calc(100% - 25px);
								height: 1px;
								background: #eeeeee;
								position: absolute;
								bottom: 0;
								left: 0;
							}
							& div {
								width: 100%;
								height: 220px;
								margin: 0 0 15px 0;
								overflow: hidden;
								>img {
									width: 100%;
									height: 100%;
									object-fit: cover;
									transition: all 0.2s;
								}
							}
							& p {
								font-size: 18px;
								line-height: 24px;
							}
							:hover {
								img {
									transform: scale(1.1);
								}
							}
						}
					}
				}
			}
		}
		/* 業務内容 /career/work/ */
		#career_work {
			.career_conts_main {
				background-image: url(../img/career/work/main_bg.webp);
			}
			>main {
				width: 1100px;
				margin: 0 auto;
				>nav {
					margin: 0 0 100px 0;
					& ul {
						display: flex;
						flex-wrap: wrap;
						justify-content: center;
						gap: 20px 33px;
						& li {
							width: calc((100% - 100px)/4);
							& a {
								display: block;
								padding: 40px 0 25px 0;
								background-repeat: no-repeat;
								background-size: cover;
								text-align: center;
								position: relative;
								&:before {
									content: "";
									display: block;
									width: 100%;
									height: 100%;
									background: rgba(0, 63, 115, 0.6);
									transition: all 0.2s;
									position: absolute;
									top: 0;
									left: 0;
								}
								.career_work_nav_txt {
									display: flex;
									justify-content: center;
									align-items: center;
									height: 60px;
									margin: 0 0 15px 0;
									font-size: 25px;
									line-height: 30px;
									color: #FFF;
									position: relative;
									z-index: 2;
								}
								.career_work_nav_btn {
									width: 160px;
									margin: 0 auto;
									padding: 10px 0;
									background: rgba(255, 255, 255, 0.8);
									border-radius: 20px;
									color: #134b98;
									font-size: 15px;
									line-height: 20px;
									font-weight: bold;
									position: relative;
									z-index: 2;
								}
								&:hover {
									&:before {
										content: "";
										display: block;
										width: 100%;
										height: 100%;
										background: rgba(0, 0, 0, 0.6);
									}
								}
							}
							&:nth-child(1) a {
								background-image: url(../img/career/work/nav_bgimg01.webp);
							}
							&:nth-child(2) a {
								background-image: url(../img/career/work/nav_bgimg02.webp);
							}
							&:nth-child(3) a {
								background-image: url(../img/career/work/nav_bgimg03.webp);
							}
							&:nth-child(4) a {
								background-image: url(../img/career/work/nav_bgimg04.webp);
							}
						}
					}
				}
				.career_work_box {
					display: flex;
					align-items: flex-start;
					justify-content: space-between;
					&:nth-of-type(2n) {
						flex-direction: row-reverse;
					}
					&:not(:last-of-type) {
						margin: 0 0 110px 0;
					}
					>div {
						width: 560px;
						box-sizing: border-box;
						padding: 30px 0 0 0;
						>div {
							display: flex;
							align-items: baseline;
							gap: 0 30px;
							margin: 0 0 50px 0;
							& h2 {
								font-size: 40px;
								line-height: 50px;
								color: #134b98;
							}
							& p {
								font-size: 20px;
								line-height: 24px;
								color: #134b98;
								font-weight: bold;
							}
						}
						>h3 {
							margin: 0 0 40px 0;
							font-size: 30px;
							line-height: 40px;
						}
						>p {
							font-size: 18px;
							line-height: 40px;
						}
					}
					>img {
						width: 500px;
					}
				}
			}
		}
		/* 私たちについて /career/intro/ */
		#career_intro {
			.career_conts_main {
				background-image: url(../img/career/intro/main_bg.webp);
			}
			>main {
				.career_int_gr {
					max-width: 1100px;
					margin: 0 auto 110px auto;
					background-image: url(../img/career/intro/gr_bg_eng.webp);
					background-repeat: no-repeat;
					background-position: center;
					font-size: 20px;
					line-height: 55px;
					text-align: center;
				}
				#career_int_wo {
					width: 1100px;
					margin: 0 auto 80px auto;
					>ul {
						display: flex;
						flex-wrap: wrap;
						justify-content: center;
						gap: 25px 25px;
						>li {
							width: calc((100% - 50px)/3);
							>a {
								display: block;
								box-sizing: border-box;
								padding: 25px 25px 30px 25px;
								background: #f6f6f6;
								border-radius: 5px;
								& h3 {
									margin: 0 0 10px 0;
									font-size: 20px;
									line-height: 30px;
									text-align: center;
								}
								& div {
									height: 140px;
									margin: 0 0 20px 0;
									overflow: hidden;
									& img {
										display: block;
										width: 100%;
										height: 100%;
										object-fit: cover;
										transition: all 0.2s;
									}
								}
								.career_int_wo_txt {
									margin: 0 0 20px 0;
									font-size: 15px;
									line-height: 30px;
								}
								.career_int_wo_more {
									width: 200px;
									margin: 0 auto;
									background: #333333;
									border-radius: 3px;
									font-size: 15px;
									line-height: 40px;
									color: #FFF;
									text-align: center;
									transition: all 0.2s;
									position: relative;
								}
								&:hover {
									& img {
										transform: scale(1.1);
									}
									.career_int_wo_more {
										background: #134b98;
									}
								}
							}
						}
					}
				}
				#career_int_com {
					padding: 80px 0 80px 0;
					background: #f5f7f9;
					.career_int_com_tl {
						margin: 0 0 40px 0;
						text-align: center;
						& h2 {
							margin: 0 0 20px 0;
							font-size: 40px;
							line-height: 50px;
						}
						& p {
							font-size: 20px;
							line-height: 24px;
							color: #134b98;
						}
					}
					.career_int_com_tbl {
						width: 1100px;
						box-sizing: border-box;
						margin: 0 auto;
						padding: 40px 50px;
						background: #FFF;
						& ul {
							>li {
								display: flex;
								align-items: center;
								min-height: 75px;
								box-sizing: border-box;
								padding: 25px 0;
								&:not(:last-child) {
									border-bottom: 1px solid #eeeeee;
								}
								& p {
									font-size: 15px;
									line-height: 25px;
								}
								.career_int_com_item {
									flex-shrink: 0;
									width: 160px;
									text-align: center;
								}
								& a.career_int_com_txt {
									max-width: 840px;
									overflow-wrap: break-word;
									text-decoration: underline;
									&:hover {
										text-decoration: none;
									}
								}
							}
						}
					}
				}
			}
		}
	}
	/* ループアニメーション　keyframe */
	/* 1枚で書き出した画像を2つ並べてループさせています */
	@keyframes loop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	/* 採用トップページ 求人情報CMS用CSS */
	.career_t_en_cms {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 25px;
		>li {
			width: 350px;
			& a {
				display: block;
				padding: 25px 24px 55px 24px;
				border: 1px solid #eeeeee;
				font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
				.car_t_en_date {
					margin: 0 0 10px 0;
					font-size: 13px;
					line-height: 18px;
					font-weight: bold;
					letter-spacing: 0.05em;
					transition: all 0.2s;
				}
				.car_t_en_name {
					margin: 0 0 20px 0;
					font-size: 20px;
					line-height: 30px;
					font-weight: bold;
					letter-spacing: 0.03em;
					transition: all 0.2s;
				}
				>ul {
					margin: 0 0 20px 0;
					& li {
						display: flex;
						align-items: center;
						gap: 0 10px;
						padding: 12px 0;
						&:not(:last-of-type) {
							border-bottom: 1px solid #eeeeee;
						}
						& p {
							font-size: 13px;
							line-height: 20px;
							letter-spacing: 0.05em;
						}
						.car_t_en_item {
							width: 60px;
							font-weight: bold;
						}
						.car_t_en_txt {
							width: 230px;
						}
					}
				}
				.car_t_btn {
					display: block;
					width: 200px;
					box-sizing: border-box;
					margin: 0 auto;
					padding: 15px 0 15px 0;
					background: #134b98;
					border: 2px solid #134b98;
					font-size: 15px;
					line-height: 17px;
					color: #FFF;
					font-weight: bold;
					text-align: center;
					letter-spacing: 0.05em;
					font-feature-settings: "palt";
					position: relative;
					transition: all 0.2s;
					&:after {
						content: "";
						display: block;
						width: 16px;
						height: 2px;
						margin: auto;
						background: #FFF;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
					}
				}
				&:hover {
					.car_t_en_date,
					.car_t_en_name {
						color: #134b98;
					}
					.car_t_btn {
						background: #FFF;
						color: #134b98;
					}
					&:after {
						background: #134b98;
					}
				}
			}
		}
	}
	iframe{
		width: 100%;
		height: 410px;
	}
}