@charset "utf-8";

/* google fonts */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
/* End google fonts */

/* 共通 */
body{
	background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
}
/* End 共通 */

/* header */
header{
    border-bottom: 1px solid #0f3dd7;
}
.header_inner img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header_color{
	background-color: #fff;
}
/* End header */

/* nav */
.entry_color{
	color: #000;
}
.entry_color2{
	color: rgba(255, 255, 255, .7);
}
.entry_color3{
	color: #fff;
}
.entry_color a{
	color: #fff;
}
.entry_color i{
	padding-left: 1.0rem;
}
nav .entry_btn a {
    padding: 0 3.0rem;
}
.entry_btn{
	background-color: #0066ff;
	width: 120px;
	font-size: 16px;
	text-align: center;
	padding: 1.4rem 2.0rem;
	border-radius: 5.0rem;
	box-sizing: border-box;
}
.nav_text-ja:hover  {
    opacity: 0.5;
}
/* End nav */

/* title */
.recruit_header_logo{
	padding-top: 1.4rem;
	padding-left: 1.0rem;
}
.recruit_header_logo a{
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
}
.recruit_header_inner h1 a{
	color: #000;
	font-size: 3.2rem;
	font-weight: bold;
}
.inner-01 {
    margin: 10.0rem auto;
}
/* End title */

/* footer */
.footer_info {
    padding: 0 0 11.2rem;
}
.footer_info a:hover{
	color: rgba(255, 255, 255, .7);
}
.footer_info_sitemap-small a::after {
	display: none;
}
.footer_info .inner-02:first-child {
    margin-bottom: 0;
}
.sec3set{
	padding-top: 0;
}
.Message_box h3 span{
	color: rgb(228, 11, 11);
}
/* End footer */

/* parallax */
.parallax_content{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.img_bg_01{
	background-image: url(../images/recruit_top_cover2.webp);
}
.img_bg_02{
	background-image: url(../images/recruit_top_cover2.webp);
}
/* End parallax */

/* breadcrumb */
.breadcrumb-002 {
    display: flex;
    gap: 0 15px;
    list-style: none;
    padding: 1rem 0rem;
    font-size: .9em;
}
.breadcrumb-002 li {
    display: flex;
    align-items: center;
}
.breadcrumb-002 li:not(:last-child)::after {
    display: inline-block;
    margin-left: 15px;
    color: #444444;
    content: '/';
}
.breadcrumb-002 a {
    color: #444444;
    text-decoration: none;
}
.breadcrumb-002 a:hover {
    color: #64CCBF;
}
/* End breadcrumb */

/* fade animation */
.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show {
	opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 2s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
/* End fade animation */

/* main message */
.main_message_bg{
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: #fff;
}
.main_message_text{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 800px;
	transform: translate(-50%, -50%);
}
.main_message_text p{
    line-height: 1.8;
	font-weight: bold;
	font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	text-align: center;
}
.main_message_text p:nth-child(1),
.main_message_text p:nth-child(2),
.main_message_text p:nth-child(3),
.main_message_text p:nth-child(4){
	margin-bottom: 2.0rem;
}
.main_message_text p:nth-child(5){
	margin-bottom: 4.0rem;
	font-size: 1.5em;
}
.main_message_text img{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: 6.0rem;
}
.line {
	font-size: 1.2em;
	opacity: 0;
	animation: fadeIn 2s forwards;
}
@keyframes fadeIn {
	to {
	opacity: 1;
	}
}
/* End main message */

/* トップページ keyvisual */
.mainVisual {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../images/recruit_top_cover.webp) center/cover no-repeat;
}
.subVisual{
	position: relative;
	width: 100%;
	height: 400px;
	background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
  	&::before{
		content: "";
		width: 100%;
		height: 60px;
		background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
		position: absolute;
		bottom: 0px;
		clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
	}
	&::after{
		content: "";
		width: 100%;
		height: 60px;
		background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
		position: absolute;
		bottom: 0px;
		clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
	}
}
.Visual_color_a{
	background: linear-gradient(to right, #ffe600 0%, #0fd73a 100%);
}
.Visual_color_b{
	background: linear-gradient(to right, #00d9ff 0%, #0f66d7 100%);
}
.Visual_color_c{
	background: linear-gradient(to right, #ffa600 0%, #d70f7d 100%);
}

.mainVisual_item {
	position: absolute;
	top: 50%;
	left: 40%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 98;
}
.mainVisual_item03 {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 98;
}
.mainVisual_title {
	font-family: serif;
	font-size: 6vw;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 50px;
	text-align: center;
	color: #fff;
	/* ふわっと表示 */
	animation-name:img_titleAnime;
	animation-duration:3s;
	animation-fill-mode: forwards;
	opacity:0;
}
.subVisual_title{
	font-family: sans-serif;
	font-size: 4vw;
}
@keyframes img_titleAnime{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

.anime_wrap{
    position: relative;
    overflow: hidden;
}
.anime_wrap p{
    position: absolute;
    top: 50%;
	left: 10%;
	width: 100%;
	transform: translate(-50%, -50%);
    font-size: 6vw;
    font-weight: bold;
}
.pattern6::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: .9s;
}
.pattern6.show::before{
    transform: translateX(100%);
}
.pattern6 img{
    opacity: 0;
    transition: .9s;
}
.pattern6.show img{
    opacity: 1;
}
.pattern6 p{
    color: #FFF;
    opacity: 0;
    transform: translateX(-100px);
    transition: .9s;
    transition-delay: .1s;
    z-index: 1;
    overflow: hidden;
}
.pattern6.show p{
    opacity: 1;
    transform: translateX(0);
}
.pattern6 p::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .9s;
    transition-delay: 1s;
}
.pattern6.show p::before{
    transform: translateX(100%);
}
/* End トップページ keyvisual */

/* トップページ newslist */
.news_content{
	width: 100%;
	z-index: 99;
}
.news_list {
	display: flex;
	list-style: none;
	padding-inline: 0;
	margin-inline: 0;
	gap: 0;
	background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
	overflow: hidden;
}
.news_list li {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
	padding: 2rem;
	margin: 0 auto;
	width: 80%;
}
.news_list li span{
	font-style: italic;
	margin-right: 1.4rem;
	color: yellow;
	font-family: "Rockwell";
}
/* End トップページ newslist */

/* トップページ massage */
.front_content{
	position: relative;
	font-size: 8.0rem;
	width: 100%;
	text-align: center;
}
.front_content_inner{
	width: 100%;
	display: flex;
	justify-content: center;
}
.Message{
	position: relative;
	width: 100%;
	height: auto;
}
.Message_box:nth-child(1) h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	font-size: 10.0rem;
	background: linear-gradient(270deg, #4aa7f3 0%, #0785d9 40%, #3b69ff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.Message_item{
	display: flex;
	width: 100%;
	background-color: #f6fbff;
}
.Message_box{
	height: auto;
}
.Message_box:nth-child(1){
	position: relative;
	width: 40%;
}
.Message_box:nth-child(2){
	width: 60%;
	display: grid;
  	place-items: center;
}
.Message_box h3{
	font-family: 'Noto Sans JP', "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 2.0rem;
	color: #000;
	text-align: left;
	padding: 16.0rem;
	box-sizing: border-box;
}
/* End トップページ massage */

/* トップページ 社員を知る */
.career_event_inner{
	padding: 0;
}
.front_content h2.front_title{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 60%;
	transform: translate(-20%, -50%);
	background: linear-gradient(270deg, #4aa7f3 0%, #0785d9 40%, #3b69ff 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}
.interview_item_inner{
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #EEF4F8;
}
.interview_item_box{
	position: relative;
	width: 33.3%;
	height: auto;
	margin: 16.0rem 4.0rem 16.0rem 4.0rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.interview_item_box img{
	width: 100%;
	transition-duration: 0.5s;
}
.interview_item_box img:hover{
	transform: scale(1.2);
  	transition-duration: 0.5s;
}
.interview_item_box h2{
	position: absolute;
	display: inline-block;
	top: 2.5%;
	left: 2%;
	color: #fff;
	padding: 0 2.4rem;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 30px;
	box-sizing: border-box;
}
.image_color1{
	background: linear-gradient(to right, #ffe600 0%, #0fd73a 100%);
}
.image_color2{
	background: linear-gradient(to right, #00d9ff 0%, #0f66d7 100%);
}
.image_color3{
	background: linear-gradient(to right, #ffa600 0%, #d70f7d 100%);
}
.interview_text{
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .9);
	padding: 0.6rem 4rem;
	text-align: left;
}
.interview_text h3{
	color: #000;
	font-size: 2.0rem;
	font-weight: normal;
}
.interview_icon{
	position: absolute;
	bottom: 5%;
	right: 5%;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	font-size: 2.4rem;
	padding: 0 1rem;
	color: #000;
}
.interview_item_box:nth-child(1){
	margin-right: 0;
}
.interview_item_box:nth-child(2){
	margin-right: 0;
}
/* End トップページ 社員を知る */

/* トップページ 働く環境を知る */
.inner-01_text h2{
	font-size: 10.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.card_img {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.card_img::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content:"";
	background: rgba(0, 0, 0, .1);
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}
.card_img h2 {
	position: absolute;
	left: 10%;
	bottom: 10%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	z-index: 999;
}
.card_img img {
	height: auto;
	transition: transform .6s ease;/* ゆっくり変化させる */
	width: 100%;
}
.card_img:hover img {
	transform: scale(1.2) rotate(6deg);
	transition-duration: 0.5s;
}
.kousai{
	text-shadow:0 0 15px rgb(0, 89, 255);
}
/* End トップページ 働く環境を知る */

/* トップページ 募集要項・エントリー */
.recruit_contact_box{
	position: relative;
	width: 100%;
	height: auto;
}
.recruit_contact_bg{
	display: flex;
}
.recruit_contact_item{
	position: relative;
	width: 50%;
	height: 300px;
}
.recruit_contact_item:nth-child(1){
	text-align: center;
}
.recruit_contact_item:nth-child(1) h2{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.recruit_contact_item:last-child{
	display: block;
}
.recruit_entry_btn{
	position: relative;
	width: 80%;
	height: 140px;
	margin: 0 auto;
}
.recruit_entry_btn:nth-child(1) h2,
.recruit_entry_btn:last-child h2{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	color: #fff;
	font-size: 2.4rem;
	padding-left: 6.4rem;
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.recruit_entry_btn i{
	position: absolute;
	top:50%;
	right: 10%;
	transform:translate(-50%,-50%);
}
.color1{
	background: #000;
	margin-bottom: 20px;
}
.color2{
	background: linear-gradient(90deg, rgb(3, 106, 196), rgb(36, 88, 139));
}
.color1:hover,
.color2:hover{
	opacity: 0.7;
}
.inner-01_pd{
	margin: 16.0rem auto;
}
.recruit_heading_text{
	font-weight: bold;
}
/* End トップページ 募集要項・エントリー */

/* recruit01 社員を知る */
.factory_sec2 h4.h_title-01_ja {
    margin-bottom: 1rem;
}
.text-01 p {
    margin-bottom: 0;
}
.profile_item{
	width: 100%;
	height: auto;
	margin-bottom: 3.0rem;
}
.profile_item img{
	width: 100%;
}
.txt_mb{
	margin-bottom: 10.0rem;
}
.text-02 {
    margin-bottom: 12.0rem;
}
.tb02 th {
    color: #154bb1;
    font-size: 2.8rem;
}
.tb02 td {
    font-size: 2rem;
}
.dayflow{
	font-size: 2.6rem;
	padding: 0.25em 0.5em;
	margin-bottom: 1.2rem;
	color: #000;
	font-weight: bold;
	background: transparent;
	border-left: solid 5px orangered;
}
.tb02 tr i{
	padding-right: 1rem;
}
.entry_message {
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 6px solid #094;
	margin-bottom: 3rem;
}
.entry_message:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: #00cc5b;
}
.entry_message h3{
	font-size: 2.6rem;
	font-weight: bold;
}
.message_text{
	font-size: 2.0rem;
	margin-bottom: 12.0rem;
	font-family: sans-serif;
	font-style: normal;
}
.profile_wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 12.0rem;
}
.profile_wrap:not(:last-child) {
	margin-bottom: 80px;
} 
.profile_wrap:nth-child(even) {
	flex-direction: row-reverse;
}
.profile_wrap img {
	display: block;
	width: 35%;
	height: auto;
}
.profile_wrap_width{
	width: 60%;
}
.tb02 th {
    padding-right: 0;
}
.factory_sec2 .mb {
    margin-bottom: 6.0rem;
}
.mt {
    margin-top: 10.0rem;
}
.catch_copy{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 3.0rem;
}
.catch_copy img{
	max-width: 100%;
    height: auto;
}
/* End recruit01 社員を知る */

/* recruit02 働く環境を知る*/
.sec5set{
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	padding-top: 0;
}
.career_pt{
	padding-top: 10.0rem;
	margin-bottom: 10.0rem;
}
.career_mb {
    padding-bottom: 10.0rem;
}

.career_cate{
	display: table;
	table-layout: fixed;
	list-style-type: none;
	padding: 5.0rem 0 10.0rem;
	width: 100%;
	height: 100%;
}
.walfare_cate_list{
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid rgba(0, 0, 0, .0);
	word-wrap: break-word;
	height: 100%;
	padding: 1.0rem;
}
.walfare_cate_list:first-child{
	border-left: 1px solid #fff;
}
.walfare_cate_list a{
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background:  linear-gradient(to right, #00a6ff 0%, #0f66d7 100%);
  	background-size: 200% 100%;
  	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	font-weight: bold;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.walfare_cate_list a:hover {
	background-position: 100% 0;
  }

.cate_title{
	position: relative;
	text-align: center;
	padding: 1rem 2rem;
	line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.075em;
	margin-bottom: 6.0rem;
}
.cate_title2{
	margin-bottom: 4.0rem;
	padding-top: 10.0rem;
}
.cate_title span {
	font-size: 3.4rem;
	display: block;
}
.cate_title:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: orangered;
}
/* End recruit02 働く環境を知る*/

/* recruit02a カタンのデータ */
.career_data_wrap{
	padding-top: 10.0rem;
}
.career_data_container {
	width: 100%;
	margin: 0 auto;
  }
.career_data_inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 0.8em;
	margin-bottom: 10.0rem;
	margin-top: 20px;
}
.career_data_item{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.career_data_item img{
	width: 100%;
	border-radius: 10px;
}
/* End recruit02a カタンのデータ */

/* recruit02b キャリアプラン */
.career_plan_container{
	width: 100%;
	margin: 0 auto;
}
.career_plan_item{
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.career_plan_item a .career_model{
	font-size: 2.2rem;
	font-weight: bold;
	color: #154bb1;
	background-color: #fff;
	border-radius: 50vh;
	padding: 0 3rem;
	margin: 1.0rem;
	border: 2px solid #000;
}
.career_plan_item a .career_model:hover{
	color: #fff;
	background:  linear-gradient(to right, #00a6ff 0%, #0f66d7 100%);
}
.plan_item_mb{
	margin-bottom: 8.0rem;
}
.model_title{
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	background:  linear-gradient(to right, #00a6ff 0%, #0f66d7 100%);
	border-radius: 50vh;
	padding: 0 3rem;
	margin: 1.0rem;
	text-align: center;
}
.career_plan_container h3{
	text-align: center;
	font-weight: bold;
	color:#154bb1;
	font-size: 2.6rem;
}
.model1_mb{
	margin-bottom: 14.0rem;
}
.stepbar {
	margin: 0 auto;
	width: 80%;
}
.stepbar .stepbarwrap {
	margin: 2em 0;
	position: relative;
}
.stepbar .stepbarwrap .steptitle {
	display: inline-flex;
	align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
	display: inline-block;
	width: 6em;
	height: 5em;
	content: "";
	border: 3px solid #fffdfd;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 2px 7px 0px #ccc;
	color: #000;
	text-align: center;
	z-index: 2;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
	display: inline-block;
    line-height: 1.2em;
    font-size: 1.3em;
    font-weight: bold;
    position: relative;
    top: 1.3em;
}
.stepbar .stepbarwrap .steptitle .title {
	margin: 0.5em;
	font-weight: bold;
	font-size: 1.4em;
	background-color: #bfe1f7;
	padding: 0 1.2rem;
}
.stepbar .stepbarwrap .steptxt {
	padding-left: 6.5em;
}
.stepbar .stepbarwrap .steptxt .txt {
	font-size: 1.1em;
}
.stepbar .stepbarwrap .stepline {
    width: 6px;
    height: calc(100% + 2em);
    background-color: #154bb1;
    position: absolute;
    top: 1em;
    left: 3.0em;
}
@media screen and (max-width: 960px) {
	.stepbar {
	  width: 90%;
	}
}
.walfare_data_item_recom{
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	margin-top: 10.0rem;
}
.walfare_data_item_recom img{
	width: 100%;
	border-radius: 30px;
}
/* End recruit02b キャリアプラン */

/* recruit02c 福利厚生 */
.walfare_data_container {
	width: 100%;
	margin: 0 auto;
  }
.walfare_data_inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 0.8em;
	margin: 0 0 1em;
	margin-top: 20px;
}
.walfare_data_item{
	position: relative;
	height: 300px;
	border: 1px solid #ccc;
	border-radius: 3rem;
	background-color: #fff;
}
.walfare_data_item_icon{
	width: 150px;
	margin: 0 auto;
	align-items: center;
	padding-top: 1.0rem;	
}
.walfare_data_item_icon img{
	width: 100%;
}
.walfare_data_item h2{
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
}
.walfare_data_item p{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 2.0rem 1.2rem 0 1.2rem;
}
.career_walfare_container{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.career_walfare_container h3{
	font-size: 2rem;
	font-weight: bold;
}
.walfare_faci{
	text-align: left;
	padding: 0.25em 0.5em;
	margin-top: 6rem;
	margin-bottom: 3rem;
	color: #000;
	font-weight: bold;
	background: transparent;
	border-left: solid 5px rgb(255, 94, 0);
}
/* End recruit02c 福利厚生 */

/* recruit02d イベント・活動 */
:root {
  --font-noto: 'Noto Sans JP', sans-serif;
  --base-color: #004cbe;
  --sub-color: #004cbe;
  --color-black: #000000;
  --color-gray: #F4F4F2;
  --color-white: #Fff;
}
body {
  background-color: var(--color-gray);
  font-family: var(--font-noto);
  letter-spacing: 0.1em;
}
.l-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.p-textImgBox {
  margin-top: 60px;
  counter-increment: number 1;
}
.p-textImgBox__inner {
  display: block;
}
.p-textImgBox__textBox {
  position: relative;
  background-color: var(--color-white);
  padding: 60px 88px 42px;
  width: 100%;
  z-index: 1;
}
.p-textImgBox__textBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 53px;
  background-color: var(--color-white);
  top: -53px;
  left: 0;
  z-index: -1;
}
.p-textImgBox__title {
  font-size: 22px;
  line-height: calc(26.4/22);
  font-weight: 600;
  color: var(--color-black);
  text-align: center;
}
.p-textImgBox__text {
  font-size: 16px;
  line-height: calc(27.2/16);
  font-weight: 400;
  color: var(--color-black);
  margin-top: 39px;
}
.p-textImgBox__img {
  width: 100%;
  max-width: 500px;
  display: block;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
}
.p-textImgBox__img img {
  aspect-ratio: 600 / 400;
  height: auto;
  object-fit: cover;
}
.p-textImgBox__number::before {
  position: absolute;
  font-size: 70px;
  letter-spacing: 0.1em;
  line-height: calc(84/70);
  color: var(--base-color);
  right: 25px;
  font-weight: 100;
  content: "0"counter(number) " ";
  top: 0;
}
/* End recruit02d イベント・活動 */

/* recruit03 募集要項 */
.sec4set{
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.contents {
    padding-top: 5rem;
}
.inner_pt{
	padding-top: 6.0rem;
}
.contents_inner {
    padding: 0 6rem 0 6rem;
}
.contact_area{
	width: 80%;
	margin: 0 auto;
}
.formrun-embed{
	z-index: 999;
}
.inner-01_pt{
	margin: 0 auto;
}
.table01 {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table01 tr {
	border-bottom: solid 1px #ddd;
}
.table01 th{
	font-weight: bold;
}
.table01 th,
.table01 td {
	padding: 30px 10px;
	text-align: left;
}
.table01 p:not(:last-child) {
	margin-bottom: 10px;
}
.table01 ul {
	list-style: none;
}
.job-list {
	padding-top: 0;
}
.job-list_heading {
	margin-bottom: 30px;
	text-align: center;
}
.job-list_detail {
	padding: 60px 95px;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #333;
} 
.job-list_table {
	margin-bottom: 50px;
}
.text_color{
	color: #27599f;
}
.recruit_item{
	width: 100%;
	display: flex;
	justify-content: center;
}
.c_btc {
	display: inline-block;
	width: 100%;
	max-width: 250px; 
	color: #000;
	border: 2px solid #000; 
	background: #fff;
	padding: 1em 2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
}
.c_btc_recruit:hover {
	color: #fff;
	background: #000;
	letter-spacing: 0.1rem;
}
.recruit_heading-1 {
	font-size: 2.4rem;
	font-weight: bold;
    padding: .5em .7em;
	margin-bottom: 3.0rem;
    border-left: 5px solid #2b6cd4;
    color: #000;
}
.recruit_heading-2{
	display: inline;
	color: #000;
	font-size: 2.0rem;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #87fd97 70%);
}
.job_list{
	padding-bottom: 10.0rem;
}
.cate_title3{
	padding-top: 0;
}
/* End Recruit03 募集要項 */

/* レスポンシブ */
@media screen and (max-width: 1440px){

	/* トップページ 共通 */
	.Message_box h3{
		padding: 6.0rem 4.0rem;
		margin-bottom: 5rem;
  	}
	/* End トップページ 共通 */
}

@media screen and (max-width: 1024px) {

	/* トップページ 共通 */
	.inner-01_text h2{
		font-size: 6.0rem;
	}
	.Message_box:nth-child(1) h2 {
		font-size: 6.0rem;
	}
	.front_content h2.front_title {
		font-size: 6.0rem;
	}
	.interview_text {
		padding: 0.2rem 1.0rem;
	}
	.interview_text h3 {
		font-size: 1.4rem;
	}
	/* End トップページ 共通 */
}

@media screen and (max-width: 768px){

	/* トップページ 共通 */
	body{
		background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
	}
	.subVisual {
		height: 250px;
	}
	.parallax_content{
	  height: 100%;
	}
	.parallax_content::before{
	  content: "";
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  -webkit-transform: translate3d(0, 0, -1px);
	  transform: translate3d(0, 0, -1px);
	  width: 100%;
	  min-height: 100%;
	  -webkit-background-size: cover;
	  background-size: cover;
	  z-index: -1;
	}
	.parallax_content.img_bg_01::before{
	  background-image: url(../images/Recruit_top_cover2.png);
	}
	.parallax_content.img_bg_02::before{
		background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
	}
	.Message_item {
		display: block;
	}
	.Message_box {
		height: 150px;
	}
	.Message_box:nth-child(1) {
		width: 100%;
	}
	.Message_box:nth-child(2) {
		width: 100%;
		padding: 0;
		height: auto;
	}
	.Message_box h3 {
		font-size: 1.6rem;
		padding: 0;
	}
	.front_content h2.front_title {
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 6.0rem;
	}
	/* End トップページ 共通 */
}

@media screen and (max-width: 767px) {

	/* 共通 */
	.factory_sec2 .inner-01 {
        width: 100%;
    }
	.factory_sec2 .layout-02:nth-child(2) {
        flex-flow: column;
    }
	.sp_navi_list {
		background:  linear-gradient(to right, #0f3dd7 0%, #06cad1 100%);
	}
	.sp_navi dt a.active {
        background: rgba(0, 0, 0, .0);
    }
    .sp_navi .header_logo {
        background: rgba(0, 0, 0, .0);
    }
	/* End 共通 */

	/* recruit03 募集要項 */
	.table01 th,
	.table01 td {
	  display: block;
	  padding: 0;
	}
  	.table01 th {
	  width: 100%;
	  margin-top: 20px;
	  margin-bottom: 5px;
	}
  	.table01 td {
	  margin-bottom: 20px;
	}
	.job-list_detail {
	  padding: 30px 20px;
	  margin: 3rem 1.6rem;
  	}
	.job-list_table {
	  margin-bottom: 40px;
	}
	/* End recruit03 募集要項 */
	
}

@media screen and (min-width: 760px) {

	/* recruit02d イベント・活動 */
	.l-inner {
	max-width: 1232px;
	padding-right: 16px;
	padding-left: 16px;
	}
	.p-contents {
	padding-top: 10px;
	}
	.p-textImgBox {
	margin-top: 62px;
	}
	.p-textImgBox__inner {
	display: flex;
	}
	.p-textImgBox__img img {
	width: 100%;
	}
	.p-textImgBox__textBox {
	padding: 60px 72px 48px;
	margin-top: 50px;
	}
	.p-textImgBox__textBox::before {
	width: 150px;
	height: 100%;
	top: 0;
	left: -150px;
	}
	.p-textImgBox__title {
	text-align: left;
	}
	.p-textImgBox__number::before {
	right: 50px;
	top: -50px;
	}
	.p-textImgBox:nth-child(even) .p-textImgBox__inner {
	flex-direction: row-reverse;
	}
	.p-textImgBox:nth-child(even) .p-textImgBox__textBox::before {
	left: initial;
	right: -150px;
	}
	.p-textImgBox:nth-child(even) .p-textImgBox__number::before {
	right: initial;
	left: 50px;
	}
	/* End recruit02d イベント・活動 */

}

@media screen and (max-width:530px) {

	/* 共通 */
	header{
		border-bottom: none;
	}
	.inner-01{
		padding: 0;
	}
	.factory_sec2 {
		padding-top: 0;
	}
	.mainVisual {
		height: 200px;
	}
	.sp_link_color{
		color: #fff;
	}
	.sp_link_color a{
		font-weight: bold;
	}
	.sp_link li .sp_link_color{
		font-weight: bold;
	}
	.img_bg_02 {/* スマホでは画像を表示しない */
		background-image: none;
	}
	/* End 共通 */

	/* 子ページ共通 */
	.subVisual {
        height: 200px;
    }
	.subVisual_title {
		font-size: 7vw;
	}
	.cate_title span {
		font-size: 2.3rem;
		padding-top: 3.0rem;
	}
	.breadcrumb-002 {
		padding: 1rem;
		font-size: .7em;
	}
	.cate_title2 {
		margin-bottom: 4.0rem;
	}
	/* End 子ページ共通 */

	/* トップページ ENVIRONMENT*/
	.front_content_inner{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.front_content h2.front_title {
        font-size: 4.0rem;
		padding-bottom: 10rem;
    }
	.inner-01_text h2 {
        font-size: 4rem;
    }
	/* End トップページ ENVIRONMENT*/

	/* トップページ 募集要項・エントリー */
	.recruit_contact_box {
		margin-top: 8.0rem;
	}
	.recruit_contact_bg{
		display: block;
		width: 85%;
        margin: 0 auto;
	}
	.recruit_contact_item{
		width: 100%;
		height: 220px;
	}
	.recruit_contact_item:nth-child(1) h2{
		font-size: 2.2rem;
	}
	.recruit_entry_btn{
		width: 100%;
		height: 100px;
		margin: 0 auto;
	}
	.recruit_entry_btn:nth-child(1) h2,
	.recruit_entry_btn:last-child h2{
		font-size: 1.8rem;
		padding-left: 2.0rem;
	}
	.color1{
		margin-bottom: 20px;
	}
	.color2{
		margin-top: 0;
	}
	/* End トップページ 募集要項・エントリー */

	/* トップページ メインメッセージ */
	.Message_box:nth-child(1) h2{
		font-size: 4.0rem;
	}
	.Message_box h3{
		padding: 0 4.0rem 6.0rem 4.0rem;
		margin-bottom: 5rem;
  	}
	.main_message_bg p {
		font-size: 1.2rem;
		width: 90%;
		margin: 0 auto;
	}
	/* End トップページ メインメッセージ */

	/* トップページ ニュースリスト */
	.news_list li {
		font-size: 0.6em;
		padding: 0.8rem;
		width: 100%;
	}
	/* End トップページ ニュースリスト */

	/* トップページ 社員を知る */
	.interview_item_inner {
		display: block;
	}
	.interview_item_box {
		width: 100%;
		margin: 0;
	}
	/* End トップページ 社員を知る */

	/* recruit01 共通 */
	.message_text{
		font-size: 1.6rem;
	}
	.cate_title2 {
		padding-top: 0;
	}
	.tb02 th {
		font-size: 2.2rem;
	}
	.tb02 td {
		font-size: 1.6rem;
	}
	#mobile_pd{
		padding: 0 3.0rem;
	}
	.profile_wrap img {
        width: 100%;
        margin: 0 auto 2rem;
    }
	.profile_wrap_width {
		width: 100%;
	}
	.entry_message {
    	padding: 0;
	}
	.entry_message h3 {
		font-size: 1.8rem;
	}
	.profile_wrap {
    	margin-bottom: 0;
	}
	/* End recruit01 共通 */
	
	/* recruit02 共通 */
	.career_pt {
		padding-top: 0;
	}
	.dayflow {
		font-size: 2.0rem;
	}
	/* End recruit02 共通 */

	/* recruit02a データでみるカタン */
	.career_data_wrap{
		padding-top: 0;
	}
	.career_data_container {
		width: 90%;
	}
	.career_data_inner {
		grid-template-columns: none;
	}
	/* End recruit02a データでみるカタン */

	/* recruit02b キャリアプラン */
	.model_title {
    	font-size: 1.6rem;
	}
	.plan_item_mb {
		display: none;
	}
	.career_plan_container h3 {
		font-size: 1.6rem;
	}
	
	.stepbar .stepbarwrap .stepline {
		display: none;
	}
	.stepbar .stepbarwrap .steptxt {
		padding-left: 0;
	}
	.stepbar .stepbarwrap .steptxt .txt {
		font-size: 1.0em;
	}
	.stepbar .stepbarwrap .steptitle {
		margin-bottom: 1.6rem;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle {
		width: 5em;
		height: 4em;
	}
	.stepbar .stepbarwrap .steptitle .stepcircle span {
		top: 0.8em;
        font-size: 1.6rem;
	}
	/* End recruit02b キャリアプラン */

	/* recruit02c 福利厚生 */
	.walfare_cate_list {
		display: block;
		padding: 0.2rem 3.0rem;
	}
	.career_cate {
		display: none;
	}
	.walfare_faci {
		margin: 0 3rem;
	}
	.walfare_data_inner {
    	grid-gap: 0;
	}
	.walfare_data_item {
    	margin: 3.0rem 3.0rem 0 3.0rem;
	}
	.walfare_data_item_recom {
		margin-top: 2.0rem;
	}
	.walfare_data_item h2 {
		font-size: 1.8rem;
	}
	.walfare_data_item p {
		font-size: 1.4rem;
	}
	.career_walfare_container h3 {
		font-size: 1.5rem;
		margin-bottom: 3.0rem;
		padding: 0 3.0rem;
	}
	/* End recruit02c 福利厚生 */

	/* recruit02d イベント・活動 */
	.p-textImgBox__number::before {
		font-size: 50px;
	}
	.p-textImgBox__textBox {
		padding: 60px 30px 42px;
	}
	.p-textImgBox__text {
		font-size: 14px;
	}
	/* End recruit02d イベント・活動 */

}
/* End レスポンシブ */