<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1280px){

}
@media screen and (max-width:736px){
.onPc{
	display:none !important;
}
.onSmt{
	display:block !important;
}
.spMbNon{
	margin-bottom: 0px !important;
}
.spMb10{
	margin-bottom: 10px !important;
}
.spMb20{
	margin-bottom: 20px !important;
}
.spMb30{
	margin-bottom: 30px !important;
}
.spMb40{
	margin-bottom: 40px !important;
}
.spMb50{
	margin-bottom: 50px !important;
}
.spMb60{
	margin-bottom: 60px !important;
}
.spMtNon{
	margin-top: 0px !important;
}
.spMt10{
	margin-top: 10px !important;
}
.spMt20{
	margin-top: 20px !important;
}
.spMt30{
	margin-top: 30px !important;
}
.spPrNon{
	 padding-right: 0 !important;	 
}
.spPlNon{
	 padding-left: 0 !important;	 
}
.spPt20{
	padding-top: 20px !important;
}
.spPt10{
	padding-top: 10px !important;
}
.spPtNon{
	padding-top: 0px !important;
}
.spPb30{
	padding-bottom: 30px !important;
}
.spPb20{
	padding-bottom: 20px !important;
}
.spPb10{
	padding-bottom: 10px !important;
}
.spPbNon{
	padding-bottom: 0px !important;
}
body {
	width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.header{
	height: 46px;
	display: none;
}
.spHeader {
	width: 100%;
	height: 46px;
	display: block;
	position: fixed;
	top: 0px;
	z-index: 10000;
	background-color: rgba(255,255,255,1.00);
	
}
.box1080 {
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.box1280 {
	padding-left:15px;
	padding-right:15px;
	max-width:auto;
	min-width:auto;
}

.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:auto;
	min-width:auto;
	padding-left: 15px;
	padding-right: 15px;
}
.box800 {
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.box600 {
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.footBox {
	display: table;
	height: auto;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;

}
.footMenu {
	font-size: 10px;
	line-height: 20px;
	margin-bottom: 15px;
	/*display: none;*/
}
.footMenuBnr{
	margin-top: 0;
	gap: 5px;
}
.footMenuBnr a{
	margin-bottom: 5px;
	margin-right: 0;
}
.footMenuBnr a img{
	max-height: 50px;
	max-width: 100%;
}
.copyright {
	font-size: 10px;
	line-height: 20px;
	margin-top: 10px;
}

.goTopBtn {
	height: 36px;
	right: -55px;
	width: 36px;
	bottom: 10px;
}
.goTopBtn img {
	height: auto;
	width: 36px;
}
.goTopBtn.on {
	bottom: 10px;
}
/*.sp50 img{
	width:50%;
	height:auto;
}
.sp40 img{
	width:40%;
	height:auto;
}
.sp100a img{
	width:100%;
	height:auto;
}
.sp80a img{
	width:80%;
	height:auto;
}
.sp60a img{
	width:60%;
	height:auto;
}*/



.title36Center {
	font-size: 22px;
	line-height: 30px;
}


.scroll{
	display: none;
}
	
/*.topImage {
	background-position: -100px top;
	background-size: cover;
	border: 10px solid #fadede;
	box-sizing: border-box;
	display: table;
	float: left;
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 0;
}
.spTopImage{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 60px;
}
.spTopImage img{
	width:50%;
	height: auto;	
}*/




.headLogo img {
	 height: 30px;
	width: auto;
}
.headLogo {
	width: 200px;
	height: 30px;
	display: block;
	position: absolute;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	top: 8px;
	left: 15px;
}

.secPd60 .box800 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.secPd60 .box1080 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.secPd60 .box1600 {
	padding-bottom: 60px;
	padding-top: 30px;
}

.text24Center {
	display: block;
	float: left;
	font-size: 16px;
	height: auto;
	line-height: 24px;
	text-align: center;
	width: 100%;
}


#menuButton {
	display: block;
	height: 36px;
	right: 5px;
	position: fixed;
	top: 5px;
	width: 36px;
	border: 0px solid #FFF;
	background-color: #d5000c;
	z-index: 1200;
	cursor: pointer;
}
#menuButton.on {
	
}

#menuButton span {
	display: block;
	background-color: #FFF;
	width: 26px;
	height: 2px;
	position: absolute;
	left: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 8px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 8px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
#menuButton.active {
	
}
#overlay{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1100;
	background-color: #d5000c;
	overflow-y: scroll;
	max-height: 100vh;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
#overlay .box800 {
	left: 0;
	margin-left: 0px;
	margin-top: 56px;
	margin-bottom: 30px;
	position: relative;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 100%;
}
#overlay ul.headMenuSp{
	 width: 100%;
	height: auto;
	display: inline-block;
	float: left;
}

#overlay ul.headMenuSp li.menuMain{
	width: 100%;
	height: auto;
	display: inline-block;
	float: left;
	font-size: 24px;
	line-height: 1.0em;
	color: #FFF;
	font-weight: 800;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}
#overlay ul.headMenuSp li.menuMain&gt;a{
	color: #FFF;
	text-decoration:none;
}
#overlay ul.headMenuSp li.menuMain span{
	font-family: 'La Belle Aurore', cursive;
	font-size: 0.8em;
	font-weight: 400;
	margin-left: 10px;
	letter-spacing: 0em;
}
#overlay ul.menuCate{
	display: none;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	background-color: rgba(0,0,0,0.10);
}

#overlay ul.menuCate li{
	width: 48%;
	height: auto;
	display: inline-block;
	float: left;
	position: relative;
	margin-bottom: 5px;
}
#overlay ul.menuCate li.full{
	width: 100%;
}
#overlay ul.menuCate li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.9rem;
	content: "\f0da";
	margin-right: 0.5em;
	position: absolute;
	left: 0;
}
#overlay ul.menuCate a{
	width: 100%;
	height: auto;
	position: relative;
	margin-left: 1em;
	display: inline-block;
	float: left;
	font-size: 0.8rem;
	line-height: 1.8em;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.05em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: none;
	padding-left: 0;
	text-decoration: none;
}
#overlay ul.menuCate a:hover{
	text-decoration: underline;
}
	
.text14 {
	display: block;
	font-size: 13px;
	height: auto;
	line-height: 1.7em;
	text-align: justify;
	width: 100%;
}
.text14Center {
	display: block;
	font-size: 13px;
	height: auto;
	line-height: 1.7em;
	text-align: center;
	width: 100%;
}

.cwNavi {
	display: none;
}
#overlay .MoreCenter {
	margin-top: 20px;
}
#overlay .MoreCenter a {
	width: 100%;
	font-size: 14px;
text-align: center;
line-height: 40px;
background-color: #FFF;
color: #d5000c;
letter-spacing: 0.3em;
font-family: 'Oswald', sans-serif;
	padding: 0;
	font-weight: normal;
}
.contentBoxPage {
	margin-top: 46px;
}
.contentBoxBottomEntry {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bottomMsg {
	width: 100%;
	margin-right: 0%;
}
.bottomMsg img {
	width: 60%;
}
.halfBox {
	width: 100%;
}
.bottomEntry {
	margin-top: 20px;
}
.bottomEntry a {
	font-size: 14px;
	line-height: 38px;
}
.boxEntry ul li{
	width: 90%;
}
.footMenu {
	width: 100%;
	margin-right: 0%;
	text-align: left;
	margin-bottom: 15px;
}
.rikumy{
	display: none;
}
.footTitle {
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5em;
}
.footMenu ul li {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 0em;
	float: left;
}
.footMenu ul li.full {
	width: 99%;
}
.footLogo {
	display: none;
}
.footCenterLogo {
	margin-bottom: 20px;
}
.footCenterLogo img {
	height: 30px;
}
	
#sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
}
	
.heroPage {
	height: 70px;
}
.secPd60 .box1280 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.heroCatch {
	font-size: 48px;
	bottom: -30px;
	right: 20px;
}
.pageCatch {
	font-size: 48px;
	top: -10px;
	right: 20px;
}
.pageTitle {
	font-size: 30px;
	margin-bottom: 20px;
}
.phMore {
	height: 140px;
	width: 100%;
}
.phMore.lft {
	margin-left: 0%;
	margin-bottom: 10px;
}
.phMore.rgt {
	margin-left: 0%;
}
.phMoreTitle {
	font-size: 20px;
	top: 50%;
	margin-top: -30px;
}
.phMoreTitle::before {
	width: 100px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	bottom: -45px;
	margin-left: -50px;
}
.bc {
	font-size: 9px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.jigyouRightPh {
	width: 100%;
	height: 160px;
	float: left;
}
.jigyouLeftPh {
	width: 100%;
	height: 160px;
	float: left;
}
.greyBox{
	padding: 15px;
}
.jigyouBox .greyBox{
	padding-bottom: 30px;	
}
.pageSecTitle {
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.pageSecTitle::before {
	width: 8px;
	height: 8px;
	margin-right: 6px;
	top: -1px;
}
.jigyouBox p {
	font-size: 12px;
}
.MoreRight a {
	font-size: 14px;
	line-height: 36px;
}
.MoreRight {
	width: 120px;
	height: 36px;
	bottom: -10px;
	right: -5px;
}
.voiceBox {
	width: calc(50% - 8px);
	margin-bottom: 10px;
	cursor: pointer;
	margin-left: 0;
	margin-right: 0;
}
.voiceBox.cnt {
	margin-left: 0;
	margin-right: 0;
}
.voiceList .voiceBox:nth-child(2){
	margin-left: 0;
	margin-right: 0;
}
.voiceList .voiceBox:nth-child(5){
	margin-left: 0;
	margin-right: 0;
}
.voiceList a .voiceBox.ct{
	margin-left: 0;
	margin-right: 0;
}
.voiceInfo {
	width: 100%;
	height: 150px;
	bottom: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.voiceInfo::after {
	width: 24px;
	height: 24px;
	background-size: 4px 8px;
}
.voiceInfo .text18 {
	line-height: 1.2em;
	margin-bottom: 18px;
	font-size: 14px;
	letter-spacing: 0em;
}
.voiceInfo .text14 {
	line-height: 1.3em;
	margin-bottom: 5px;
	font-size: 11px;
}
.voiceInfo .text12 {
	font-size: 10px;
}
.voiceInfo .text18::after {
	width: 18px;
	height: 2px;
	bottom: -10px;
	left: 0;
}
.phMoreTitle {
	font-size: 16px;
	top: 50%;
	margin-top: -25px;
}
.zadanMore {
	width: 100%;
	background-image: url("../images/staff/zadanlkai.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	
.zadanbnrright {
	background-image: url("../images/staff/pic_woman15.png");
	margin-left: 0px;
	margin-top: 30px;
}
	
.zadanbnrleft {
	margin-right: 0px;
}
	
.zadanMore img{
	display: none;
}
.heroStaff {
	height: 300px;
	background-position: right top;
}

/* general-affair */
.heroStaff.ga03{
	background-image: url("../images/staff/general-affair-03_hero_sp.jpg");
}
.heroStaff.ga02{
	background-image: url("../images/staff/general-affair-02_hero_sp.jpg");
}
.heroStaff.ga04{
	background-image: url("../images/staff/general-affair-04_hero_sp.jpg");
}
.heroStaff.ga01{
	background-image: url("../images/staff/general-affair-01_hero_sp.jpg");
}
.heroStaff.de02{
	background-image: url("../images/staff/development-02_hero_sp.jpg");
}
.heroStaff.ga05{
	background-image: url("../images/staff/general-affair-05_hero_sp.jpg");
}

/* sales */
.heroStaff.sa01{
	background-image: url("../images/staff/sales-01_hero_sp.jpg");
}
.heroStaff.sa02{
	background-image: url("../images/staff/sales-02_hero_sp.jpg");
}

/* production-management */
.heroStaff.pm05{
	background-image: url("../images/staff/production-management-05_hero_sp.jpg");
}
.heroStaff.pm06{
	background-image: url("../images/staff/production-management-06_hero_sp.jpg");
}
.heroStaff.pm07{
	background-image: url("../images/staff/production-management-07_hero_sp.jpg");
}
.heroStaff.pm08{
	background-image: url("../images/staff/production-management-08_hero_sp.jpg");
}
.heroStaff.pm09{
	background-image: url("../images/staff/production-management-09_hero_sp.jpg");
}
.heroStaff.pm10{
	background-image: url("../images/staff/production-management-10_hero_sp.jpg");
}
.heroStaff.pm11{
	background-image: url("../images/staff/production-management-11_hero_sp.jpg");
}
.heroStaff.pm12{
	background-image: url("../images/staff/production-management-12_hero_sp.jpg");
}

/* development 生産・製造技術開発 */
.heroStaff.de03{
	background-image: url("../images/staff/development-03_hero_sp.jpg");
}
.heroStaff.de04{
	background-image: url("../images/staff/development-04_hero_sp.jpg");
}

/* development 技術・製品開発 */
.heroStaff.de05{
	background-image: url("../images/staff/development-05_hero_sp.jpg");
}
.heroStaff.de01{
	background-image: url("../images/staff/development-01_hero_sp.jpg");
}
.heroStaff.de06{
	background-image: url("../images/staff/development-06_hero_sp.jpg");
}
.heroStaff.ed02{
	background-image: url("../images/staff/electric-design-02_hero_sp.jpg");
}
.heroStaff.dr01{
	background-image: url("../images/staff/doctor01_hero_sp.jpg");
}
.heroStaff.dr02{
	background-image: url("../images/staff/doctor02_hero_sp.jpg");
}
.heroStaff.dr03{
	background-image: url("../images/staff/doctor03_hero_sp.jpg");
}

/* electric-design */
.heroStaff.ed03{
	background-image: url("../images/staff/electric-design-03_hero_sp.jpg");
}
.heroStaff.ed04{
	background-image: url("../images/staff/electric-design-04_hero_sp.jpg");
}
.heroStaff.ed05{
	background-image: url("../images/staff/electric-design-05_hero_sp.jpg");
}
.heroStaff.ed06{
	background-image: url("../images/staff/electric-design-06_hero_sp.jpg");
}
.heroStaff.ed01{
	background-image: url("../images/staff/electric-design-01_hero_sp.jpg");
}
.heroStaff.pm03{
	background-image: url("../images/staff/production-management-03_hero_sp.jpg");
}
.heroStaff.ed07{
	background-image: url("../images/staff/electric-design-07_hero_sp.jpg");
}
.heroStaff.ed08{
	background-image: url("../images/staff/electric-design-08_hero_sp.jpg");
}


.staffMsg {
	width: 80%;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0em;
	margin-bottom: 20px;
}
.s09 .staffMsg {
	top: 30%;
}
.right .staffMsg {
	width: 70%;
}
.staffProf .text18 {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.4em;
}
.staffProf .text14 {
	font-size: 10px;
	line-height: 1.5em;
}
.staffProf {
	width: 80%;
	padding: 10px;
}
.staffTalk dl {
	margin-bottom: 15px;
}
.staffTalk dt {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 0.6em;
}
.staffTalk dd {
	font-size: 12px;
	line-height: 1.6em;
}
.staffLeft {
	width: 100%;
	padding-right: 0px;
}
.staffRight {
	width: 100%;
	padding-left: 0px;
}
.staffPhRight {
	width: 100%;
}
.staffPhLeft {
	width: 100%;
}
.staffRightTate {
	width: 100%;
	padding-left: 0px;
}
.scTitle {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	background-size: 24px auto;
	padding-left: 30px;
}
.daySc {
	width: 100%;
	padding: 15px;
	margin-right: 0%;
	background-size: 50px auto;
	background-position: 98% 95%;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.daySc dl {
	padding-bottom: 20px;
}
.daySc dt {
	width: 80px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 22px;
}
.daySc dd {
	width: calc(100% - 80px);
	font-size: 12px;
	line-height: 18px;
}
.heroZadan {
	height: 120px;
}
.pageHeroTitle {
	font-size: 18px;
	top: 50%;
	left: 0;
	margin-top: -9px;
}
.text16Center {
	font-size: 12px;
	line-height: 1.6em;
}
.text36Center {
	font-size: 24px;
	line-height: 1.8em;
}
.zadanProfWrap{
	width: 90%;
	gap: 15px;
}
.zadanProf {
	width: calc(33.333% - 15px);
}
.zadanProf p {
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 0em;
	margin-top: 5px;
}
.zadanProf p span{
	display: block;
	margin-left: 0;
}
.zadanBox {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}
.zadanQ {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.zadanA dl {
	padding-bottom: 20px;
}
.zadanA dt {
	width: 70px;
}
.zadanA dd {
	width: calc(100% - 70px);
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 5px;
	padding-left: 5px;
}
.zadanA dt img {
	width: 50px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
}
.zadanA dt span {
	font-size: 11px;
	line-height: 20px;
	width: 100%;
	float: left;
}
.zadanA dt.twin::before {
	display: none;
}
.zadanA dt.twin::after {
	width: 50px;
}
.zadanA dt.twin img.nameA {
	margin-bottom: 0px;
}
.staffRightTate.jinji {
	width: 100%;
}
.careerImg {
	width: 100%;
	padding-right: 0px;
	padding-top: 0px;
}
.careerRight {
	width: 100%;
	margin-top: 5px;
}
.careerBox {
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
}
.careerBox::before {
	display: none;
}
.text18 {
	font-size: 15px;
	line-height: 1.6em;
}
.text18Center {
	font-size: 15px;
	line-height: 1.6em;
}
.careerText .text18 {
	font-size: 14px;
}
/*.mokuhyou {
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 40px;
}*/
.careerHalf {
	width: 100%;
	height: auto;
	margin-right: 0%;
	padding: 10px 15px 15px;
	margin-bottom: 15px;
}
.careerHalf li {
	font-size: 12px;
	line-height: 1.6em;
}
.careerHalf .text18 {
	font-size: 14px;
	line-height: 1.6em;
}
.careerHalf::after {
	content: '';
width: 24px;
height: 24px;
position: absolute;
bottom: 0;
right: 0;
background-image: url("../images/sankaku_wht.png");
background-size: 4px 8px;
background-position: center center;
background-repeat: no-repeat;
}
.recruitLeft {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 20px;
}
.recruitRight {
	width: 100%;
}
.bucyoPh {
	height: 140px;
	background-position: right -15px;
}
.recruitTriple {
	width: 100%;
	height: auto;
	padding: 10px 15px 15px;
	margin-bottom: 10px;
}
.recruitTriple.ct {
	margin-right: 0%;
	margin-left: 0%;
}
.recruitTriple::after {
	content: '';
width: 24px;
height: 24px;
position: absolute;
bottom: 0;
right: 0;
background-image: url("../images/sankaku_wht.png");
background-size: 4px 8px;
background-position: center center;
background-repeat: no-repeat;
}
	
.recruitTriple.welfare::before{
	content:none;
}
.boshuList {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 20px;
}
.boshuList dt {
	width: 100%;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0em;
	margin-bottom: 0px;
}
.boshuList dd {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #d2d2d2 0px dotted;
	font-size: 12px;
	line-height: 1.6em;
}
.saiyouSc {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 20px;
	border: #eee 5px solid;
	padding: 15px;
}
.saiyouSc dt span {
	height: 80px;
	width: 80px;
	padding-top: 26px;
	font-size: 20px;
}
.saiyouSc dt {
	width: 90px;
	font-size: 14px;
	line-height: 1.8em;
}
.saiyouSc dd {
	width: calc(100% - 90px);
	font-size: 18px;
	line-height: 1.0em;
	padding-top: 26px;
	letter-spacing: 0em;
}
.saiyouSc dd p {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top: 5px;
}
.saiyouSc dd span {
	font-size: 12px;
	line-height: 1.0em;
	padding: 3px 5px;
	margin-right: 5px;
	border-radius: 4px;
}
.saiyouSc dl {
	padding-bottom: 20px;
}
.saiyouSc dl::before {
	left: 38px;
}
.MoreCenter a {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	padding: 5px 0;
}
.internTable {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.internTable.rgt {
	margin-right: 0%;
	margin-left: 0%;
}
.sideLineTitle {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: 0em;
	padding-left: 15px;
	margin-bottom: 15px;
}
.internTable th {
	padding: 5px;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0em;
	width: 23%;
}
.internTable td {
	padding: 5px;
	font-size: 12px;
	line-height: 1.6em;
	letter-spacing: 0em;
	width: 77%;
}
	
	.internToc{
		gap: 10px;
	}
	.internBody .pageSecTitle{
		text-align: left;
		margin-top: 45px;
		padding-top: 45px;
		margin-bottom: 20px;
		font-size: 17px;
	}
	.internBody .sideLineTitle{
		margin-top: 30px;
	}
	.intern_course_wrap{
		gap: 15px;
		padding: 0;
	}
	.intern_course_box-inner{
		padding: 15px;
	}
	.intern_course_box{
		width: 100%;
	}
	.intern_course{
		font-size: 13px;
	}
	.intern_summary{
		font-size: 13px;
	}
	.intern_target{
		font-size: 13px;
		margin-bottom: 15px;
		padding-left: 16px;
	}
	.intern_target::before {
		left: 5px;
	}
	.applyArea{
		margin-top: 45px;
		padding-top: 45px;
	}
	.applyAreaInner{
		padding: 20px;
	}
	.applyAreaTitle{
		font-size: 17px;
		margin-bottom: 20px;
	}
	.applyAreaBody{
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.applyAreaQR{
		display: none;
	}

.staffPhRight.tate img {
	max-width: 240px;
}
.voiceInfo .text18 span {
	font-size: 0.8em;
}
	
.womanmember {
	padding-bottom: 10px;
}
	
.womandis p{
	font-size: 12px;
	line-height: 1.6em;
}
	
	
.womanCatch{
	font-size: 34px;
	top: 20px;
	left: 20px;
}
	
.womandis h1 {
	font-size: 24px;
	line-height: 1.5em;
}
	
.womandis h1 br{
	display: inherit;
}
	
.womandis p.subtit {
	font-size: 12px !important;	
}
	
.womanquiestion{
	margin-top: 0px;
}
	
.womanquiestion h2 {
	margin-bottom: 30px;
}
	
.womanquiestion h2 span.quiestionNum {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 3px 10px 5px 10px;
	border: 1px solid #d5000c;
}
	
.womanquiestion h2 span.h2tit{
	font-size: 16px;
	margin-left: 0px;
}
	
.womandis .h2Box h2 {
	font-size: 24px;
}
	
.womandis .h2Box {
	margin-top: -10px;
	margin-bottom: 30px;
}
	
.callout {
	padding: 15px 15px 10px 15px;
}
	
.womanquiestion h2{
	top: 46px;
}
.womanList ol {
	margin: 2em 0;
	font-size: 12px;
}
	.womanmemberInner{
		padding-bottom: 15px;
	}
.womaninfo {
	background-image: url("../images/staff/woman_2024/pic_woman01SP.png");
	height: 300px;
}
	
.womanintro {
	width: 100%;
	display: flex;
	background: none;
	border-radius: 0;
	box-shadow: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.womanintroPic{
	width: 100px;
}
.womanintroText{
	width: calc(100% - 100px);
}
	.womanintroText p.text{
		padding: 0;
	}
	
.introlast{
	border: none !important;
	padding-bottom: 0px;
}
	
.womanintropic{
	min-height: 103px;
	float: left;
	margin-right: 20px;
}
	
.womanintro img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}
.womanintroText p.name{
	padding: 0;
	position: relative;
	top: 0!important;
	left: 0;
	line-height: 1.5!important;
	height: auto!important;
	background: none;
}
.womanintroText p.year{
	padding :0;
}
.womanintro h3 {
	margin-bottom: 10px;
	padding-left: 0px;
}
	
.womanintro p{
	padding-right: 0px;
}
	
.womanInterviewer, .womanInterviewee {
	min-height: 65px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
	
.womanInterviewer .womanSpeech {
	margin-right: 70px;
	padding: 10px;
}
	
.womanInterviewee .womanSpeech {
	margin-left: 70px;
	padding: 10px;
}
	
.womanstatepic50,
.womanstatepic25,
img.womanstatepicone{
	padding-top: 13px;
	clear: both;
}
	
.quiestionMsg {
	text-align: left;
	margin-top: 20px;
	/*font-size: 14px !important;*/
}
	
.womanIcon img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
/*---mishima2020 add -----------------------------------------*/
.spText12{
	font-size: 12px !important;	
}
.spText13{
	font-size: 13px !important;	
}
.spText14{
	font-size: 14px !important;	
}
.spText15{
	font-size: 15px !important;	
}
.spText16{
	font-size: 16px !important;	
}
.spText18{
	font-size: 18px !important;	
}
.spText20{
	font-size: 20px !important;	
}
.spText22{
	font-size: 22px !important;	
}
.spText24{
	font-size: 24px !important;	
}
.box1280.nonPd{
	padding-left: 15px;
	padding-right: 15px;
}
.bl_selectBlock {
	padding: 20px 15px 15px;
	/*box-sizing: border-box;*/
	margin-bottom: 20px;
	/*font-size: 14px;
	letter-spacing: 0.1em;
	background-color: #f2f2f2;*/
}
.bl_selectBlock_check label {
	font-size: 13px;
}
.bl_selectBlock_check {
	padding: 4px 8px;
}
.bl_selectBlock_ttl {
	margin-bottom: 10px;
}
.heroPage.questionnaire{
	height: 120px;
}
.secPd60 .box960 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.boxTitle {
	font-size: 18px;
	margin-bottom: 20px;
}
.boxTitle span {
	max-width: 160px;
}
.markGuide {

	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}
.markGuide ul {
}
.markGuide ul li {
	margin-left: 0px;
	margin-right: 15px;
}
.markGuide ul li:last-child {
	margin-left: 0px;
	margin-right: 0px;
}
.genruDot {
	padding-right: 10px;
	top: -25px;
}
.phMoreSubTitle {
	font-size: 13px;
	top: 50%;
	margin-top: -46px;
}

.secWorkPage .box1280 {
	padding-top: 30px;
}
.epsodeTitle {
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 20px;
	padding: 5px 15px;
	letter-spacing: 0em;
}
.epsodeTitle span {
	margin-right: 10px;
}
.searchReset {
	text-align: center;
	padding-left: 0px;
}
.pageBg01 {
	width: 50%;
	height: 200px;
	top: 70px;
	right: 10%;
	z-index: 0;
}

.secPd60.secSpPbNon .box1280 {
	padding-bottom: 0px;
}
	.staffBox{
		margin-top: -60px;
		padding-top: 60px;
	}
	.bl_3daysSearchBlock{
		margin-bottom: 0;
	}
	.staffBox .voiceListWrapper{
		width: 100%;
		margin: -60px auto 0 0;
	}
	.staffBox .voiceListWrapper h2{
		font-size: 1.1rem;
	}
	.staff_accordion__head{
		width: calc(100% - 30px);
		background: #f2f2f2;
		display: inline-block;
		padding: 15px;
		font-size: 0.9rem;
		font-weight: 500;
		letter-spacing: .05em;
		overflow: hidden;
		cursor: pointer;
	}
	.staff_accordion__content {
		height: 0;
		padding: 0 20px;
		overflow: hidden;
		opacity: 0.5;
		transition: padding .25s ease, opacity .3s ease 0s;
	}
	.staff_accordion__icon,
	.staffToc_accordion__icon{
		position: absolute;
		right: 15px;
	}
	.staff_accordion__head .fa-times,
	.staffToc_accordion__head .fa-times{
		transform: rotate(45deg);
		transition:transform .3s ease 0s;
		color: #bebebe;
	}
	input[name=staff_accordion__input]:checked + .staff_accordion__head .fa-times,
	input[name=staffToc_accordion__input]:checked + .staffToc_accordion__head .fa-times{
		display: inline-block;
		transform: rotate(0deg);
		transition:transform .3s ease 0s;
	}
	input[name=staff_accordion__input]:checked + .staff_accordion__head + .staff_accordion__content {/*開閉時*/
		height: auto;
		opacity: 1;
		padding: 20px;
	}
	.bl_selectBlock_release.result{
		position: relative;
		display: inline-block;
		background: #cc1e1b;
		color: #fff;
		border-color: #cc1e1b;
		cursor: pointer;
		max-width: 150px;
	}
	.bl_selectBlock_release.result:hover{
		background: none;
		border-color: #999;
		color: #999;
	}
	.bl_selectBlock_release.result a{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.staffBox .staffToc{
		position: fixed;
		right: 0;
		left: auto;
		top: auto;
		bottom: 60px;
		width: 160px;
		height: auto;
		background: #717171;
		border-radius: 2px;
		box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
	}
	.staffToc .tocList{
		display: none;
		margin: 0 10px 20px 20px;
	}
	input[name=staffToc_accordion__input]:checked ~ .tocList{
		display: block;
	}
	.staffToc .tocList li a{
		font-size: 0.75rem;
		color: #fff;
		padding: 6px 0;
	}
	.staffToc_accordion__head{
		width: 100%;
	}
	.staffTocTitle{
		color: #fff;
		font-size: 0.85rem;
		margin: 0;
		padding: 15px 20px;
	}
	.staffTocTitle .staff_accordion__icon{
		display: inline-block;
	}
	.staffBoxMessage{
		width: 100%;
		margin: 0;
		font-size: 0.85rem;
		line-height: 1.5;
	}
	
}


@media screen and (max-width:736px)and (min-width:440px){
.voiceBox {
	height: 408px;

}

.womaninfo {
	background-position: right -4em;
}
}

@media screen and (max-width:439px){
.voiceBox {
	height: 320px;
}
	
.womaninfo {
	background-position: right top;
}
}

@media screen and (max-width:736px)and (min-width:590px){
.zadanMore {
	height: 140px;
}
}

@media screen and (max-width:589px){
.zadanMore {
	height: 120px;
}
}

@media screen and (max-width:1280px) and (min-width:768px){
.text48Center span.uline{
	border-bottom-width: 4px;
}
}</pre></body></html>