@charset "UTF-8";
/* CSS Document */





/* pagetitle
--------------------- */
#pagetitle.training {
    background: url("/files/user/www-nidec-com/recruit/img/culture/training/pagetitle_training.jpg") no-repeat center / cover;
}
#pagetitle.kyoto {
    background: url("/files/user/www-nidec-com/recruit/img/culture/life-style_kyoto/pagetitle_kyoto.jpg") no-repeat center / cover;
}
#pagetitle.shiga {
    background: url("/files/user/www-nidec-com/recruit/img/culture/life-style_shiga/pagetitle_shiga.jpg") no-repeat center / cover;
}
#pagetitle.glossary {
    background: url("/files/user/www-nidec-com/recruit/img/culture/glossary/pagetitle_glossary.jpg") no-repeat center / cover;
}









.inner-in {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}


/* 人材育成
--------------------- */
#traning01 {
    padding: 120px 0;
}
	#traning01 .txt-mini{
		font-size:1.3rem;
		margin-top: 10px;
	}
#traning02 {
    padding-bottom: 120px;
}
#traning02 .h2_tit span{
    font-size:2.2rem;
}

.js-scrollable{
	margin-top: 50px;
}


#school_traning{
	padding: 120px 0 150px;
	background-color: #F7F7F7;
}
#school_traning ul li{
	position: relative;
	width: 48%;
	margin-right: 4%;
	padding: 40px 35px;
	background-color: #fff;
}
#school_traning ul li:nth-child(2n){
	margin-right: 0%;
}
#school_traning ul li:nth-child(n+3){
	margin-top: 50px;
}
	#school_traning ul li .en_asi{
		position: absolute;
		display: inline-block;
		top:0;
		left:50%;
		transform: translate(-50%,-50%);
		font-size: 1.2rem;
		line-height: 1;
		color:#fff;
		background-color: #00AA48;
		padding: 6px 8px;
	}
	#school_traning ul li h3{
		font-size: 2.8rem;
		line-height: 1.3;
		font-weight: 500;
		color:#00AA48;
		text-align: center;
	}
	#school_traning ul li .txt{
		margin-top: 15px;
	}



/* 日本電産語録
--------------------- */
#luxy #pagetitle .text h1.wsuq{
	width: 635px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	#luxy #pagetitle .text h1.wsuq span{
		display: block;
		width: 100px;
		height: 100px;
		background-color: #fff;
		color:#00AA48;
		margin-right: 7px;
	}
	#luxy #pagetitle .text h1.wsuq span:nth-child(6n){
		margin-right: 0px;
	}
	#luxy #pagetitle .text h1.wsuq span:nth-child(n+7){
		margin-top: 7px;
	}


#glossary {
	border-bottom: solid 1px #ddd;
}
#glossary .inner{
	max-width: 100%;
	width: 100%;
}
.word_content{
	display: block;
	position: relative;
}
.word_content.open{
	background:linear-gradient(275deg, #fff,#DFE9F3,#fff);
	background-size: 300% 200%;
	animation: bggradient 10s ease infinite;
}


.aco-item-q{
	position: relative;
	padding: 90px 0px;
	border-top: 1px solid #ddd;
	cursor: pointer;
	z-index: 2;
}
.aco-item-q.open{
	padding: 90px 0px 50px;
	color:#00AA48;
}
.word_content:before{
	content:'01';
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	font-size: 38.3rem;
	line-height: 0.77;
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
	color:#F5F5F5;
	z-index: -1;
	pointer-events: none;
}
.word_content:nth-child(2):before{
	content:'02';
}
.word_content:nth-child(3):before{
	content:'03';
}
.word_content:nth-child(4):before{
	content:'04';
}
.word_content:nth-child(5):before{
	content:'05';
}
.word_content:nth-child(6):before{
	content:'06';
}
.word_content:nth-child(7):before{
	content:'07';
}
.word_content:nth-child(8):before{
	content:'08';
}
.word_content:nth-child(9):before{
	content:'09';
}
.word_content.open:before{
	color:#fff;
}
	.aco-item-q .acoq-inner{
		position: relative;
	}
	.aco-item-q .acoq-inner:before{
		content:'';
		position: absolute;
		top:50%;
		right:80px;
		transform: translateY(-50%);
		width: 40px;
		height: 1px;
		background-color: #00AA48;
	}
	.aco-item-q .acoq-inner:after{
		content:'';
		position: absolute;
		top:50%;
		right:100px;
		transform: translateY(-50%);
		width: 1px;
		height: 40px;
		background-color: #00AA48;
		transition: all .4s;
	}
	.aco-item-q.open .acoq-inner:after{
		content:'';
		display: none;
	}
		.aco-item-q span{
			position: relative;
			padding: 0 80px;
			font-size: 1.8rem;
			line-height: 1;
			font-weight: bold;
			z-index: 2
		}
		.aco-item-q span:before{
			content:'';
			width: 2px;
			height: 14px;
			background-color:#000;
			position: absolute;
			top:50%;
			left:0;
			transform: translateY(-50%)
		}
		.aco-item-q.open span:before{
			background-color: #00AA48;
		}
		.aco-item-q h2{
			position: relative;
			padding: 20px 80px 0;
			font-size: 4rem;
			line-height: 1.3;
			z-index: 2
		}


.aco-item-a{
	position: relative;
	z-index: 2;
	display: none;
	padding: 0 80px 140px;
}
.aco-item-q.open:after {
    content: '';
    transform: translateY(-50%)rotate(45deg);
}
	.aco-item-a .flex{
		align-items: center;
	}
		.aco-item-a .icon{
			width: 160px;
		}
		.aco-item-a .txt{
			width: calc(100% - 160px);
			padding-left: 30px;
		}




/* ------------------------------------------

	LIFE STYLE

------------------------------------------ */
#luxy #pagetitle .text{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#luxy #pagetitle .head{
	position: relative;
	display: inline-block;
	font-size:3.0rem;
	font-weight: 700;
	line-height: 1;
	color:#fff;
	text-align: center;
	padding: 8px 8px;
	background-color: #00AA48;	
	margin-bottom: 20px;
}
#luxy #pagetitle .head:before{
	content:'';position: absolute;
	bottom:-10px;
	left:50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #00AA48 transparent transparent transparent;
}
#luxy #pagetitle .text h1{
	width: 100%;
}


.sec_ttl {
    color: #00AA48;
    text-align: center;
}
	.sec_ttl .en {
		font-size: 1.2rem;
		padding-bottom: 5px;
	}
	.sec_ttl .h2_ttl_bg {
		display: inline-block;
		font-size: 3rem;
		letter-spacing: 0.1em;
		font-weight: 500;
		line-height: 1;
		color: #fff;
		background-color: #00AA48;
		padding: 3px 6px;
	}

.aboutlocal{
	padding: 120px 0;
	background:linear-gradient(135deg, #fff,#DFE9F3,#fff);
	background-size: 300% 200%;
	animation: bggradient 10s ease infinite;
}
	.aboutlocal .txt{
		line-height: 1.9;
		margin-top: 40px;
	}

.access{
	padding: 120px 0 0;
}
	.access ul.cntnts{
		width: 100%;
		margin-top: 54px;
	}
	.access ul.flex-center{
		max-width: 630px;
		margin: 54px auto 0 auto;
	}
		.access ul.cntnts li{
			position: relative;
			width: 31%;
			margin-right: 3.5%;
			border:1px solid #ddd;
			text-align: center;
			padding: 40px 0;
		}
		.access ul.flex-center li{
			width: 48%;
			margin-right: 4%;
		}
		.access ul.cntnts li:nth-child(3n){
			margin-right: 0;
		}
		.access ul.flex-center li:nth-child(2n){
			margin-right: 0;
		}
		.access ul.cntnts li:nth-child(n+4){
			margin-top: 60px;
		}
		.access ul.flex-center li:nth-child(n+4){
			margin-top: 0;
		}
		.access ul.flex-center li:nth-child(3){
			margin-top: 60px;
			margin-right: 4%;
		}
		.access ul.flex-center li:nth-child(4){
			margin-top: 60px;
		}
		.access ul.cntnts li.last{
			border:none;
			padding: 0;
		}
		.access ul.cntnts li p.line{
			width: 160px;
			position: absolute;
			top:0;
			left:50%;
			transform: translate(-50%,-50%);
			font-size: 1.4rem;
			line-height: 1;
			padding: 8px 0;
			border:1px solid #ddd;
			background-color: #fff;
			border-radius: 20px;
		}
		.access ul.cntnts li p.fromto{
			font-size: 2.2rem;
		}
		.access ul.cntnts li .time{
			font-size: 3rem;
			font-weight: 600;
			line-height: 1;
			color:#00AA48;
		}
			.access ul.cntnts li .time span.en{
				font-size: 6rem;
				font-weight: 600;
				font-style:normal;
			}
		.access ul.cntnts li p.img{
			height: 180px;
		}
			.access ul.cntnts li p.img img{
				width: auto;
				height: 180px;
				object-fit: contain;
			}

	.access .sub_txt{
		margin-top: 20px;
		font-size: 1.2rem;
		text-align: center;
	}


.housing{
	padding: 120px 0 0;
}
	.txtbox{
		margin-top: 34px;
		text-align: center;
	}
		.txtbox h3{
			font-size: 2.6rem;
			font-weight: 500;
			margin-bottom: 10px;
		}
	.housing .joufee{
		margin-top: 40px;
		text-align: center;
	}
		.housing .joufee h4{
			font-size: 2rem;
			font-weight: 500;
			line-height: 1;
			padding-bottom: 20px;
		}
		.housing .joufee .feegraph{
			position: relative;
			display: flex;
			border:1px solid #ddd;
			line-height: 1;
		}
		.housing .joufee .feegraph:before{
			content:'';
			width: 126px;
			height: 70px;
			position: absolute;
			top:0;
			left:26px;
			transform: translateY(-100%);
			background: url("/files/user/www-nidec-com/recruit/img/culture/housing_illust.svg") no-repeat center;	
		}
		.housing .joufee .feegraph li{
			margin: 20px 0;
			border-right:1px solid #ddd;
		}
		.housing .joufee .feegraph li:last-child{
			border-right:none;
		}
		.housing .joufee .feegraph.column3 li{
			width: 33.333333%;
		}
		.housing .joufee .feegraph.column2 li{
			width: 50%;
		}
			.housing .joufee .feegraph li .localname{
				font-size: 1.6rem;
				margin-bottom:10px;
			}
			.housing .joufee .feegraph li .yen{
				font-size: 1.9rem;
				font-weight: 600;
				color:#00AA48;
			}
			.housing .joufee .feegraph li .yen .en{
				font-size: 3rem;
				font-weight: 600;
			}
		.housing .joufee .cutn,.parenting .cutn{
			font-size: 1.2rem;
			margin-top: 20px;
			line-height: 1;
		}
		.housing .joufee .cutn a,.parenting .cutn a{
			border-bottom: 1px solid #000;
		}


.parenting{
	position: relative;
	padding: 120px 0 0;
}
	.parenting:before{
		content:'';
		width: 124px;
		height: 106px;
		position: absolute;
		top:90px;
		right:20%;
		background: url("/files/user/www-nidec-com/recruit/img/culture/parenting_illust.svg") no-repeat center;	
	}


.goout{
	padding: 120px 0 120px;
}
	.goout .sec_ttl{
		margin-bottom: 40px;
	}
	.goout ul.cntnts{
		position: relative;
		display: flex;
	}
	.goout ul.cntnts:before{
		content:'';
		width: 144px;
		height: 135px;
		position: absolute;
		top:0px;
		left:10%;
		transform: translateY(-100%);
		background: url("/files/user/www-nidec-com/recruit/img/culture/goout_illust.svg") no-repeat center;	
	}
		.goout ul.cntnts li{
			width: 31%;
			margin-right: 3.5%;
		}
		.goout ul.cntnts li:last-child{
			margin-right: 0%;
		}
			.goout ul.cntnts li .ttl{
				padding: 20px 0 15px;
				font-size: 2.2rem;
				line-height: 1;
				text-align: center;
				color:#00AA48;
			}


.voice_employees{
	padding:  120px 0;
	background:linear-gradient(135deg, #fff,#DFE9F3,#fff);
	background-size: 300% 200%;
	animation: bggradient 10s ease infinite;
}
	.voice_employees .sec_ttl{
		margin-bottom: 40px;
	}

.profile{
	display: flex;
	align-items:stretch
}
	.profile .txtarea{
		width: 40%;
		padding: 40px 0 50px 50px;
		background-color: #fff;
	}
		.profile .txtarea .copytxt{
			font-size: 2.8rem;
			line-height: 1.5;
			color:#00AA48;
		}
		.profile .txtarea .namearea{
			display: flex;
			justify-content: flex-start;
			align-items: center;
			flex-wrap: wrap;
			margin-top: 35px;
		}
			.profile .txtarea .namearea .en{
				font-size: 4rem;
				line-height: 1;
			}
			.profile .txtarea .namearea .circle{
				font-size: 1.2rem;
				line-height: 1;
				color:#00AA48;
				padding: 4px 8px;
				border:1px solid #ddd;
				border-radius: 20px;
				margin-left: 10px;
			}
		.profile .txtarea .keireki{
			font-size: 1.3rem;
			line-height: 1.8;
			margin-top: 15px;
		}

	.profile img{
		width: 60%;
		height: auto;
		object-fit: cover;
	}


.interview_temp,.dayoff{
	display: flex;
	width: 82%;
	margin: 100px auto 0;
}
	.interview_temp .txtarea{
		width: 50%;
		margin-right: 70px;
	}
		.interview_temp .txt{
			line-height: 2;
		}
	.interview_temp .pht{
		width: calc(50% - 70px);
	}
		.interview_temp .pht img{
			width: 100%;
			height: auto;
			object-fit: contain;
		}
.interview_temp.full{
	flex-direction: row-reverse;
	width: 100%;
	margin: 100px auto 0;
}
	.interview_temp.full .txtarea{
		width: calc(50% - 70px);
		margin-right: 0;
		margin-left: 70px;
	}
	.interview_temp.full .pht{
		width: 50%;
	}
		.interview_temp .txtarea .ttl{
			margin-bottom: 20px;
		}
			.interview_temp .txtarea .ttl .en{
				display: inline-block;
				font-size: 1.2rem;
				line-height: 1;
				color:#fff;
				padding: 6px 8px 5px;
				background-color: #00AA48;
			}
			.interview_temp .txtarea .ttl h3{
				font-size: 3.2rem;
				line-height: 1.4;
				font-weight: 500;
				margin-top: 14px;
			}
.interview_temp,.dayoff{
	align-items: stretch;
}
	.dayoff img{
		width: 186px;
		height:auto;
		object-fit: cover;
	}
	.dayoff .txtarea{
		width: calc(100% - 186px);
		background-color: #fff;
		padding: 40px;
	}
		.dayoff .txtarea h3{
			font-size: 2.4rem;
			font-weight: 500;
			color:#00AA48;
			margin-bottom: 8px;
		}














/* 1300px */
@media screen and (max-width: 1300px) {



#glossary .inner {
    padding: 0;
}



}












/* 1024px */
@media screen and (max-width: 1024px) {
	
#luxy #pagetitle .text h1.wsuq {
    width: 395px;
	margin: 0 auto;
}
#luxy #pagetitle .text h1.wsuq span {
    display: block;
    width: 60px;
    height: 60px;
}
.word_content:before {
    content: '01';
    font-size: 36.3rem;
}
.aco-item-q span {
    padding: 0 50px;
    font-size: 1.6rem;
}
.aco-item-q h2 {
    padding: 15px 80px 0 50px;
    font-size: 3rem;
}
.aco-item-q .acoq-inner:before {
    content: '';
    right: 40px;
    width: 30px;
}
.aco-item-q .acoq-inner:after {
    content: '';
    right: 55px;
    width: 1px;
    height: 30px;
}
.aco-item-a {
    padding: 0 50px 80px;
}
.aco-item-a .icon {
    width: 110px;
}
.aco-item-a .txt {
    width: calc(100% - 110px);
    padding-left: 30px;
}
	
	
	
/* ------------------------------------------

	LIFE STYLE

------------------------------------------ */	
#luxy #pagetitle .head {
    font-size: 2.2rem;
    padding: 8px 8px;
}	
	
.access ul.cntnts li p.line {
    width: 80%;
    font-size: 1.3rem;
    padding: 6px 12px;
}
.access ul.cntnts li p.fromto {
    font-size: 2rem;
}	
.access ul.cntnts li .time {
    font-size: 2.6rem;
}
	.access ul.cntnts li .time span.en {
		font-size: 5rem;
	}	
	
.txtbox h3 {
    font-size: 2.3rem;
}	
	.housing .joufee h4 {
		font-size: 1.8rem;
	}
.goout ul.cntnts li .ttl {
    padding: 18px 0 10px;
    font-size: 1.9rem;
}
	
.profile .txtarea .copytxt {
    font-size: 2.5rem;
}
.interview_temp, .dayoff {
    width: 100%;
}
	.profile .txtarea .namearea {
		margin-top: 26px;
	}	
	.profile .txtarea .namearea .en {
		font-size: 3.6rem;
		line-height: 1;
	}	
	.interview_temp .txtarea .ttl h3 {
		font-size: 2.8rem;
	}	
	.dayoff .txtarea h3 {
		font-size: 2.2rem;
	}	
	
	
	
	
	
	
	
	
}

	







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





/* 人材育成
--------------------- */
#traning01 {
    padding: 80px 0;
}
	#traning01 .txt-mini{
		font-size:1.2rem;
	}
#traning02 {
    padding-bottom: 80px;
}
#traning02 .h2_tit span{
    font-size:2rem;
}

.js-scrollable{
	margin-top: 30px;
}
	.traning_zu{
		width: 700px;
	}

#school_traning{
	padding: 80px 0 100px;
}
#school_traning ul li{
	width: 100%;
	margin-right: 0%;
	padding: 30px 8%;
}
#school_traning ul li:nth-child(2n){
	margin-right: 0%;
}
#school_traning ul li:nth-child(n+2){
	margin-top: 30px;
}

	#school_traning ul li h3{
		font-size: 2.2rem;
	}
	#school_traning ul li .txt{
		margin-top: 15px;
	}
	
.js-scrollable{
position: relative;
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}
.scroll-hint-icon {
	top: calc(50% - 40px)!important;
    height: 84px!important;
/*	opacity: 0.7!important;*/
}

.scroll-hint-text {
    margin-top: 0px!important;
}

	
	
/* 日本電産語録
--------------------- */
#luxy #pagetitle .text h1.wsuq {
    width: 295px;
}	
#luxy #pagetitle .text h1.wsuq span {
    width: 45px;
    height: 45px;
	margin-right: 5px;
}	
#luxy #pagetitle .text h1.wsuq span:nth-child(n+7) {
    margin-top: 5px;
}	
	
.word_content:before {
    content: '01';
    font-size: 21.8rem;
}
.aco-item-q {
    padding: 50px 0px;
}
.aco-item-q.open {
    padding: 50px 0px 30px;
}
.aco-item-q span {
    padding: 0 20px;
    font-size: 1.3rem;
}
.aco-item-q h2 {
    padding: 5px 40px 0 20px;
    font-size: 2rem;
}
.aco-item-q .acoq-inner:before {
    content: '';
    right: 20px;
}
.aco-item-q .acoq-inner:after {
    content: '';
    right: 35px;
}
.aco-item-a {
    padding: 0 20px 50px;
}
.aco-item-a .flex {
    align-items: flex-start;
}
.aco-item-a .icon {
    width: 60px;
}
.aco-item-a .txt {
    width: calc(100% - 60px);
    padding-left: 15px;
}	
	
	
	
/* ------------------------------------------

	LIFE STYLE

------------------------------------------ */	
#luxy #pagetitle .head {
    font-size: 1.6rem;
    padding: 6px 8px;
}	
.aboutlocal {
    padding: 80px 0;
}	
	.sec_ttl .en {
		font-size: 1.0rem;
		padding-bottom: 5px;
	}	
	.sec_ttl .h2_ttl_bg {
		font-size: 2.4rem;
		padding: 3px 6px;
	}	
.aboutlocal .txt {
    margin-top: 25px;
}
.access {
    padding: 80px 0 0;
}	
.access ul.cntnts {
	margin-top: 44px;
    align-items:flex-start;
}
	.access ul.cntnts li {
		width: 48%;
		margin-right: 4%;
		padding: 30px 0;
	}	
	.access ul.cntnts li:nth-child(3n){
		margin-right: 4%;
	}	
	.access ul.cntnts li:nth-child(2n){
		margin-right: 0;
	}	
	.access ul.cntnts li:nth-child(n+3) {
		margin-top: 40px;
	}	
	.access ul.cntnts li p.line {
		width: 85%;
		font-size: 1.1rem;
		padding: 6px 10px 8px;
	}
	.access ul.cntnts li p.fromto {
		font-size: 1.6rem;
	}
	.access ul.cntnts li .time {
		font-size: 2.0rem;
	}
	.access ul.cntnts li .time span.en {
		font-size: 3.6rem;
	}	
	.access ul.cntnts li p.img {
		height: auto;
	}
		.access ul.cntnts li p.img img {
			width: 90%;
			max-width: 150px;
			height: auto;
			object-fit: contain;
		}	

	.access .sub_txt{
		font-size: 1.0rem;
	}
	
	
.housing {
    padding: 80px 0 0;
}	
	.txtbox {
		margin-top: 25px;
	}
	.txtbox h3 {
		font-size: 2rem;
		line-height: 1.5;
		text-align: left;
	}	
	.txtbox .txt{
		text-align: left;
	}	
	.housing .joufee h4 {
		font-size: 1.6rem;
	}
	.housing .joufee .feegraph:before {
		content: '';
		width: 86px;
		height: 48px;
		position: absolute;
		top: 0;
		left: 0px;
		background: url(/files/user/www-nidec-com/recruit/img/culture/housing_illust.svg) no-repeat center;
		background-size: contain;
	}
	.housing .joufee .feegraph li .localname {
		font-size: 1.4rem;
		margin-bottom: 8px;
	}	
	.housing .joufee .feegraph li .yen {
		font-size: 1.6rem;
	}	
		.housing .joufee .feegraph li .yen .en {
			font-size: 2.5rem;
		}
	.housing .joufee .cutn, .parenting .cutn {
		font-size: 1.0rem;
		line-height: 1.4;
		margin-top: 15px;
		text-align: left;
	}	
.parenting {
    padding: 80px 0 0;
}	
	.parenting:before {
		content: '';
		width: 80px;
		height: 106px;
		position: absolute;
		top: 30px;
		right: 20px;
		background: url(/files/user/www-nidec-com/recruit/img/culture/parenting_illust.svg) no-repeat center;
		background-size: contain;
	}	
	
.goout {
    padding: 80px 0 80px;
}	
	.goout ul.cntnts:before {
		content: '';
		width: 85px;
		height: 80px;
		position: absolute;
		top: 0px;
		left: 0;
		background: url(/files/user/www-nidec-com/recruit/img/culture/goout_illust.svg) no-repeat center;
		background-size: contain;
	}	
	.goout ul.cntnts {
		flex-wrap: wrap;
	}	
	.goout ul.cntnts li {
		width: 100%;
		margin-right: 0%;
	}
	.goout ul.cntnts li:nth-child(n+2){
		margin-top: 25px;
	}
		.goout ul.cntnts li .ttl {
			padding: 16px 0 8px;
			font-size: 1.8rem;
		}	
.voice_employees {
    padding: 80px 0;
}	
	.profile {
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}	
		.profile img {
			width: 100%;
			order: -1;
		}
		.profile .txtarea {
			width: 100%;
			padding: 20px 20px;
		}	
			.profile .txtarea .copytxt {
				font-size: 2.1rem;
			}	
			.profile .txtarea .namearea {
				margin-top: 16px;
			}
				.profile .txtarea .namearea .en {
					font-size: 3.2rem;
				}

				.profile .txtarea .namearea .circle {
					font-size: 1.1rem;
					padding: 4px 8px;
					margin-left: 8px;
				}
.interview_temp, .dayoff {
	flex-wrap: wrap;
    margin: 60px auto 0;
}	
.interview_temp .txtarea {
    width: 100%;
    margin-right: 0px;
}	
.interview_temp .txtarea {
    width: 100%;
    margin-right: 0px;
}	
.interview_temp .pht {
    width: 100%;
	order:-1;
	overflow: hidden;
}	
	.interview_temp .pht img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}		


.interview_temp .txtarea .ttl {
    margin: 15px 0 10px;
}	
	.interview_temp .txtarea .ttl .en {
		font-size: 1.1rem;
		padding: 6px 8px 5px;
	}
	.interview_temp .txtarea .ttl h3 {
		font-size: 2.2rem;
	}	
.interview_temp.full {
    flex-direction:row;
    margin: 60px auto 0;
}	
	.interview_temp.full .pht {
		width: 100%;
	}
	.interview_temp.full .txtarea {
		width: 100%;
		margin-left: 0px;
	}	
.dayoff .txtarea {
	width: 100%;
    padding: 20px;
}	
	.dayoff .txtarea h3 {
		font-size: 2rem;
		margin-bottom: 2px;
	}	
	.dayoff img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	
	
	
	
	
	
	


}