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

html, body {
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}

#top-head{

}

	/* ナビ 上 */
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
	/* header */
#top-head {
    top: -125px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
	padding: 10px 0 45px;
    z-index: 999;
	background: rgba(126,164,221,.9);
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
	position:relative;
	top:0px;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	margin:0 5% 0 2%;
}
#top-head .logo img{
	width:35%;
}
@media screen and (max-width: 736px) {
#top-head .logo {
	width:110%;
}
#top-head .logo img{
	width:45%;
}
}

#top-head_other {
    top: -130px;
    position: absolute;
    width: 100%;
    margin: 150px auto 0;
    padding: 18px 0;
    z-index: 999;
	background:#b2961e;
}
#top-head_other a,
#top-head_other {
    color: #fff;
    text-decoration: none;
	margin-top: 180px;
}
#top-head_other .inner {
    position: relative;
}
#top-head_other .logo {
    float: left;
	margin:0 5% 0 2%;
}
#top-head_other .logo img{
	width:35%;
}
@media screen and (max-width: 736px) {
#top-head_other .logo {
	width:110%;
}
#top-head_other .logo img{
	width:45%;
}
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 10%;
	margin: 0.5%;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
}
#global-nav ul li a:hover {
    color:#053378;
}
#global-nav ul li.active {
	opacity:0.4;
}
@media screen and (max-width: 736px) {
#global-nav ul li.active {
	background:none;
}
}
header li.btn_entry{
	background: url('../img/ico_entry.png') no-repeat 20px;
	background-color:#125ccb;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	width: 150px;
	padding-top: 10px;
	margin:-12px 10px 0 15px;
	text-align:center;
	padding-left: 20px;
	height: 35px;
}
@media screen and (max-width: 736px) {
header li.btn_entry{
	background:none;
	padding-top:0;
	padding-left: 0;
	margin:0px 10px 10px 0;
	text-align:left;
}
header li{
	font-size:120%;
}
}
	/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: rgba(126,164,221,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
    color: #FFF;
}
 #top-head.fixed #global-nav ul li a:hover {
    color: #053378;
}
 	/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (min-width: 737px) and (max-width:1260px){
#top-head {
	position:relative;
	top:0px;
}
#top-head .logo img{
	width:25%;
}
#global-nav ul {
   	font-size:90%;
}
#global-nav ul li a {
    padding: 0 10px;
}
header li.btn_entry{
	background: url('../img/ico_entry.png') no-repeat 0px;
}
header li.btn_entry{
	width:30px;
}
header li.btn_entry span{
	display:none;
}
}
@media screen and (max-width: 736px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
       /*  margin-top: 140px; */
    }
	/* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
	background: rgba(126,164,221,.9);
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 8px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
		 /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
		margin: 5%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        /*display: block;*/
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
	/* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	/* #global-nav スライドアニメーション */
    .open #global-nav {
		/* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}



body{
	color: #000 !important;
}
h2{
	margin:3% !important;;
	font-size:230% !important;
}
h2.title{
	font-size:250% !important;
}
hr.title{
	border-bottom:8px solid #125ccb;
	width:15%;
	margin:0 auto 5%;
}
h2.under{
	margin-top:3%;
	padding-bottom:3%;
	border-bottom:1px solid #999;
}
h3{
	margin-top:1%;
	font-size:150% !important;
}
p{
	margin:1em 0 !important;
}
p.chache{
	color:#125ccb;
	font-size:110%;
	margin-bottom:0 !important;
}
div.attBox{
	padding:1%;
	margin:3%;
	background-color:#ffa200;
	color:#FFF;
	text-align:center;
}
#content div.attBox{
	padding: 0;
	margin:3%;
	background-color: unset;
	color: unset;
	text-align:center;
}
#content div.attBox a{
	text-decoration: underline;
}
a:hover{
	opacity:0.5;
}
.notes{
	font-size:90%;
}
p.att{
	color:#FF0000;
	font-size:80%;
}
#content{
	font-size:110%;
	line-height:160%;
	padding-bottom:20px;
}
#content_in{
	width: 1000px;
	padding: 0%;
	margin: 3% auto;
	letter-spacing: 0.05em;
}

#content_in a{
	text-decoration:none;
}
#content p{
	width:94%;
}
@media (max-width: 767px){
#content p{
}
}
div.LeftBox{
	float:left;
	width:49%;
	margin-right:2%;
}
div.LeftBoxm10{
	float:left;
	width:39%;
	margin-right:2%;
	padding:5%;
}
div.RightBox{
	float:right;
	width:49%;
}

/* オフィス */
.content_unit{
	margin-top: clamp(40px, calc(80 / 1200 * 100vw), 80px);
}

.content_unit h2{
	text-align: center;
}
#content .content_box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(32px, calc(40 / 1200 * 100vw), 40px) clamp(16px, calc(24 / 1200 * 100vw), 24px);
}

.content_item .sub_title{
	margin: 1em 0 0.75em;
	font-size: 105%!important;
}
.content_item .content_text{
	margin: 0!important;
	width: 100%;
}
@media (max-width: 767px){
	.content_item .sub_title{
		padding: 0;
	}
	.content_item .content_text{
		padding: 0;
	}
}
@media (max-width: 550px){
	#content .content_box{
		grid-template-columns: unset;
	}
}


table.flow {
  border: 5px solid #999;
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
}
table.flow th, table.flow td {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 10px 20px;
}
table.flow th {
  border-right: 1px solid #ccc;
  background: #EEE;
	width:20%;
	vertical-align:middle;
	font-size:120%;
}
table.flow tr:first-child th {
}
table.flow tr:first-child td {
  border-radius: 0 20px 0 0;
}
table.flow tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 20px;
}
table.flow tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 20px 0;
}
@media (max-width: 767px){
table.flow th {
  border-right: none;
  background: #FFF;
}
}
table.flow02 {
	float:left;
	padding:1%;
	width:31%;
	margin:1%;
	background:#adc7e4;
	border: 3px solid #adc7e4;
	border-collapse: separate;
	border-radius: 20px;
	border-spacing: 0;
}
table.flow03 {
	float:left;
	padding:1%;
	width:31%;
	margin:1%;
	background:#f7bbaf;
	border: 3px solid #f7bbaf;
	border-collapse: separate;
	border-radius: 20px;
	border-spacing: 0;
}
table.flow04 {
	float:left;
	padding:1%;
	width:31%;
	margin:1%;
	background:#ceec8f;
	border: 3px solid #ceec8f;
	border-collapse: separate;
	border-radius: 20px;
	border-spacing: 0;
}
table.flow02 td, table.flow03 td, table.flow04 td {
	background:#FFF;
	margin:1%;
	padding:3%;
	border: 2px solid #CCC;;
	text-align:center;
	font-size:90%;
}

.btn{
	width:50%;
	margin:1% auto;
	padding:1%;
	background:#51a916;
	font-size:100%;
	color:#FFF;
	border:2px solid #FFF;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	text-align:center;
}
.btnR{
	float:right;
	width:30%;
	margin:1% auto;
	padding:1%;
	background:#FFF;
	font-size:100%;
	border:2px solid #999;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	text-align:center;
}
.btnB{
	float:left;
	width:40%;
	margin:3% 3%;
	padding:2%;
	background:#125ccb;
	font-size:130%;
	color:#FFF;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	text-align:center;
}
.btnB_back{
	width:35%;
	margin:3% auto;
	padding:2%;
	background:#FFF;
	font-size:120%;
	color:#125ccb;
	border:#125ccb 1px solid;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	text-align:center;
}
a.noline {
	text-decoration: none;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #e62904;
	margin:1% auto;
}
ul.sns{
	display: flex;
	justify-content: center;
}
ul.sns li{
	float:left;
	text-align: center;
}
/* メッセージ */
h1.message{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-image:url("../img/message_topimg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#FFF;
	padding :20% 5% 0;
	line-height:150%;
	height:500px;
	text-align:left;
	text-shadow: 1px 1px 3px #000;
}
h1.message p{
	font-size:70%;
	line-height:150%;
}
@media screen and (min-width: 737px) and (max-width:1260px){
h1.message{
	background-position: 0 190px;
	background-size: contain;
	height:150px;
	font-size:150%;
}
}
@media (max-width: 767px){
h1.message{
	background-attachment: scroll;
	background-position: 0 0;
	font-size:120%;
	height:170px;
}
}

/* TOP */
h1.recruittop{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-image:url("../img/recruit_topimg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#FFF;
	padding :20% 5% 0;
	line-height:150%;
	height:500px;
	text-align:left;
	text-shadow: 1px 1px 3px #000;
}
@media screen and (min-width: 737px) and (max-width:1260px){
h1.recruittop{
	background-position: 0 190px;
	background-size: contain;
	height:150px;
	font-size:150%;
}
}
@media (max-width: 767px){
h1.recruittop{
	background-position: 0 0;
	background-attachment: scroll;
	font-size:120%;
	height:170px;
}
}
/* ものづくり */
h1.manufacturing{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-image:url("../img/manufacturing_topimg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#FFF;
	padding :20% 5% 0;
	line-height:150%;
	height:500px;
	text-align:left;
	text-shadow: 1px 1px 3px #000;
}
@media screen and (min-width: 737px) and (max-width:1260px){
h1.manufacturing{
	background-position: 0 190px;
	background-size: contain;
	height:150px;
	font-size:150%;
}
}
@media (max-width: 767px){
h1.manufacturing{
	background-position: 0 0;
	background-attachment: scroll;
	font-size:120%;
	height:170px;
}
.img50{
	width:50%;
	margin:3%;
}
.img70{
	width:70%;
	margin:3%;
}
}
/* インタビュー */
div.interview{
	width:31%;
	background:#293337;
	color:#FFF;
	text-align:center;
	float:left;
	margin:1%;
}
div.interview_hanamura{
	background-image:url("../img/hanamura01.jpg") ;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding :15% 5% 0;
	height:500px;
}
div.interview_morita{
	background-image:url("../img/morita01.jpg") ;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding :15% 5% 0;
	height:500px;
}
div.interview_arakawa{
	background-image:url("../img/arakawa01.jpg") ;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding :15% 5% 0;
	height:500px;
}
div.interview_hirai{
	background-image:url("../img/hirai01.jpg") ;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding :15% 5% 0;
	height:500px;
}
div.interview_hanamura h1,div.interview_morita h1,div.interview_arakawa h1,div.interview_hirai h1{
	width:48%;
	float:left;
	color:#FFF;
	font-size:130%;
	line-height:180%;
	font-weight:normal;
	text-align:left;
}
div.interview_hanamura p,div.interview_morita p,div.interview_arakawa p,div.interview_hirai p{
	width:48% !important;
	float:left;
	color:#FFF;
	font-size:110%;
	font-weight:normal;
	text-align:right;
}
h3.interview{
	margin-top:1%;
	font-size:150% !important;
}
div.interview_last{
	margin-top:2%;
	padding:2% 3%;
	background:#293337;
	color:#FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.interview_last h3{
	padding:2%;
	border-bottom:1px solid #CCC;
}
.photo{
	margin-top:10%;
}
@media screen and (min-width: 737px) and (max-width:1260px){
div.interview_hanamura,div.interview_morita,div.interview_arakawa,div.interview_hirai{
	background-size: cover;
	height:150px;
	padding :5%;
}
}
@media (max-width: 767px){
div.interview{
	width:100%;
}
div.interview_hanamura,div.interview_morita,div.interview_arakawa,div.interview_hirai{
	background-attachment: scroll;
	background-position: 0 0;
	height:200px;
	padding :3%;
}
div.interview_hanamura h1,div.interview_morita h1,div.interview_arakawa h1,div.interview_hirai h1{
	width:50%;
	font-size:110%;
}
div.interview_hanamura p,div.interview_morita p,div.interview_arakawa p,div.interview_hirai p{
	font-size:90%;
}
.photo{
	margin-top:3%;
}
}
/* 募集要項 */
ul.bosyu{
	clear:both;
	margin:10% auto;
	width:100%;
}
ul.bosyu li{
	float:left;
	width:21%;
	border:2px solid #999;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align:center;
	padding:1%;
	margin-right:1%;
	display: inline-block;
}
table.bosyu {
	width:100%;
  border: 5px solid #999;
  border-collapse: separate;
  border-radius: 20px;
  border-spacing: 0;
}
table.bosyu th, table.bosyu td {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 10px 20px;
}
@media (max-width: 767px){
table.bosyu th, table.bosyu td {
  border-left:  none;
}
}
table.bosyu th {
  border-right: 1px solid #CCC;
  background: #EEE;
	width:20%;
	vertical-align:middle;
	font-size:120%;
}
@media (max-width: 767px){
table.bosyu th {
  background: #FFF;
}
}

table.bosyu tr:first-child th {
}
table.bosyu tr:first-child td {
  border-radius: 0 20px 0 0;
}
table.bosyu tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 20px;
}
table.bosyu tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 20px 0;
}
table.bosyu ul li{
	margin-left:2%;
}

/* FAQ */
p.question {
    cursor: pointer;
	font-size:120%;
	font-weight:bold;
	margin:4% !important;
}
@media (max-width: 767px){
p.question {
	line-height: 180%;
}
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #d1d1d1;
        margin-left: 1em;
        padding: 3% !important;
 	position: relative;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #999;
 	box-sizing: border-box;
}
p.answer:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 10%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}
p.answer:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 10%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #999;
 	z-index: 1;
}
span.que{
	background:#51a916;
	color:#FFF;
	padding:1%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
span.que02{
	background:#e95d00;
	color:#FFF;
	padding:1%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/* オフィス */
h1.office{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background-image:url("../img/office_topimg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#FFF;
	padding :20% 5% 0;
	line-height:150%;
	height:500px;
	text-align:left;
	text-shadow: 1px 1px 3px #000;
}
@media screen and (min-width: 737px) and (max-width:1260px){
h1.office{
	background-position: 0 190px;
	background-size: contain;
	height:150px;
	font-size:150%;
}
}
@media (max-width: 767px){
h1.office{
	background-position: 0 0;
	background-attachment: scroll;
	font-size:120%;
	height:170px;
}
}
@media (max-width: 960px){
#content{
	background-image:none;
}
#content_in{
	width: 95%;
	padding:0;
	margin:1% auto;
}
}
@media (max-width: 767px){
#content{
	background-image:none;
}
div.LeftBox,div.LeftBoxm10{
	width:100%;
	clear:both;
	display:block;
	padding:0;
}
div.RightBox{
	width:100%;
	clear:both;
	display:block;
}

.btn{
	width:60%;
	height:30px;
}
.btnB{
	width:90%;
}
.btnB_back{
	width:90%;
}
.triangle{
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #e62904;
	margin:3% auto;
}
}