@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
    margin : 0;
	font-family: 'Futura', 'Century Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
	background: #FFF;
    
    
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/back05.jpg) center no-repeat;
    background-size:cover;
    opacity: 0.6;
}


html {
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  font-size: 62.5%;
}

.br-pc {
    display:block;
}

.br-sp {
    display:none;
}

.br-tab {
    display:none;
}

a[target=_blank] {
    padding: 0.2em 1.3em 0.2em 0.6em;
    background: url(../images/icon_blank.png) right center/20px auto no-repeat;
}

a.txtlink[target=_blank] {
    padding: 0.2em 1.3em 0.2em 0.6em;
    background: url(../images/icon_blank03.png) right center/20px auto no-repeat;
}

a[target=_blank]:hover {
    color: white;
	padding: 0.5em 1.3em 0.5em 0.6em;
	background:url(../images/icon_blank.png) right center/14px auto no-repeat, #BBB;   
}

.lof-slidecontent .slider-description a {
	color: #FFF;
}

article {
	height: 1000px;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}

.mb2 {
    margin-top: 1em;
}

#formWrapper {
    margin: 0 auto;
    padding: 0 0 5vw 0;
}

#thxMessage {
    position: relative;
    width: 90%;
    text-align: center;
    font-size: 1.3em;
    border: 1px solid #CCC;
    margin: 0 auto;
    padding: 0;
}


.afterformtit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 12rem;
}

a {
	color: #0b8793;
}

footer {
	padding: 30px;
	text-align: center;
	border-top: solid 1px #bbb;
}
footer a {
	color: #666;
	text-decoration: none;
}

/*  */

.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}

#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}

#top-head .inner {
	position: relative;
}

#top-head .logo {
	float: left;
	font-size: 40px;
    font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
    font-weight:500;
    padding: 0 10px;
}


#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0.2em;
	font-size: 18px;
    padding:0 10px
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 20px;
}

#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 0px;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -15px;
}


#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 60px;
	background: #fff;
	background: rgba(255,255,255,.7);

	-o-transition: top 0.65s ease-in;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
	font-size: 28px;
    padding:6px 20px 0;
	color: #043D78;
}

#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 18px;
}

#top-head.fixed #global-nav ul li:after {
	bottom: -0px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -12px;
}

.slideshow .slide .text .small {
    margin: 10px 0px 30px;
    max-width: 1000px;
    font-size: 22px;
    letter-spacing: 0.15em;
    line-height: 1.4;
}


#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;
	-o-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;
}


div.parallax-bg{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 400px;
  padding: 5%;
    text-shadow: 0px 0px 5px #000,
    0px 2px 1px #000;
}

.comment {
    font-size: 35px;
    text-align: center;
    position: fixed;
    top: 320px;
}

.comsmall {
    font-size: 22px;
    margin: 15px 0 20px;
    text-align: center;
    position: fixed;
    top: 370px;
}


.paral p, #formWrapper {
  -webkit-transition: all 2s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.paral p.move, #formWrapper.move {
  -webkit-transform: translate(0, 0);
  opacity: 0;
}


.paral .left{
  -webkit-transition: all 1.5s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.paral .left.move {
  -webkit-transform: translate(30px, 0);
  opacity: 0;
}



.paral .write {
  -webkit-transition: all 1.5s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.paral .write.move {
  -webkit-transform: translate(-30px, 0);
  opacity: 0;
}


.content {
    position: relative;
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

.bg {
    text-align: right;
    padding-left: 200px;
}

.content .txt {
    position: absolute;
    top: 50px;
    bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 350px;
    padding: 0 20px;
    -webkit-box-shadow: 0px 0px 20px 0px #999;
            box-shadow: 0px 0px 20px 0px #999;
}

.txt {
    left: 20px;
    background: rgba(255,255,255,.95);
}

.recblock {
    display: inline-block;
    margin: 0px;
}

.content .txt > .in {
    display: table;
    height: 100%;
    margin: 20px auto;
}

.txt02 {
    color: #EEE;
    font-size: 2.2rem;
    text-align: center;
    margin: 30px 0 15px;
    border-bottom: solid 1px #EEE;
}

.content .txt .txt02 {
    position: relative;
    margin-top: 30px;
}

.btn02 {
    position: fixed;
    top: 490px;
}

.btn-flat-border02 {
    font-family: 'Futura', 'Century Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
    letter-spacing:0.1em;
    font-size: 14px;
    margin: 0 0 0 auto;
    display: inline-block;
    padding: 0.5em 1.3em;
    text-decoration: none;
    color: #EEE;
    border: solid 1px #EEE;
    border-radius: 0px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: rgb(255,255,255,0);
}

.btn-flat-border04 {
    font-family: 'Futura', 'Century Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
    letter-spacing:0.1em;
    font-size: 12px;
    margin: 2em 0 0 auto;
    display: inline-block;
    padding: 0.5em 1.3em;
    text-decoration: none;
    color: #000;
    border: solid 1px #999;
    border-radius: 0px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: rgb(255,255,255,0);
}

.btn-flat-border:hover, .btn-flat-border02:hover, .btn-flat-border04:hover, #submit_button:hover {
    background: #BBB;
    color: white;
}


.scrollbox1 {
  background-color: #FFF;
}
.scrollbox2 {
    position:  relative;  
  background-color: #FFF;
    z-index: 100;
}

#jslidernews1.lof-slidecontent .main-slider-content {
    position: relative;
    overflow: hidden;
    border: #F4F4F4 solid 1px;
    width: 100%;
    height: 100%;
}

.lof-slidecontent .sliders-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.lof-slidecontent ul.sliders-wrap-inner {
	overflow: hidden;
	background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding: 0px;
	margin: 0;
	position: absolute;
	overflow: hidden;
}

.lof-slidecontent ul.sliders-wrap-inner li {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}

.lof-slidecontent ul.navigator-wrap-inner li {
	cursor: hand;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin-left: 0px;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
}

.lof-slidecontent ul.navigator-wrap-inner li img {
	border: #666 solid 3px;
}

.lof-slidecontent ul.navigator-wrap-inner li.active img, .lof-slidecontent ul.navigator-wrap-inner li:hover img {
	border: #A8A8A8 solid 3px;
	-moz-transition: border-color ease-in-out 0.4s
}

.lof-slidecontent {
    position: relative;
    overflow: hidden;
    border: #F4F4F4 solid 1px;
    width: 100%;
    height: 380px;
}

.lof-slidecontent .button-control {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	cursor: hand;
	cursor: pointer;
	background: url(../images/transparent_bg.png) repeat;
}
.lof-slidecontent .button-control span {
	display: block;
	width: 100%;
	height: 100%;
}

.lof-slidecontent .action-stop span {
	background: url(../images/pause.png) no-repeat center center;
}

.lof-slidecontent .action-start span {
	background: url(../images/play.png) no-repeat center center;
}

.category {
    font-size: 40px;
    color: #8d8777;
    text-align: center;
    padding: 70px 0 20px;
    letter-spacing : normal;
}

.prod {
  font-size: 13px;
  color: #EEE;/*文字色*/
  text-align: center;
  margin-top: 2em;
  padding: 0.1em 0;/*上下の余白*/
}

.lof-slidecontent ul.navigator-wrap-inner {
	top: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
}

.recruit-description {
	z-index: 100;
	position: absolute;
    margin: 0 0 0 auto;
	bottom: 0;
	right: 0px;
	width: 420px;
	background: url(../images/bg_trans.png);
	height: 380px;
	padding: 10px;
	color: #FFF;
}

.prod02 {
    font-size: 18px;
    width: 256px;
    color: #EEE;
    text-align: left;
    padding: 0.1em 0em 0.1em 0.5em;
}

.prod04 {
    font-size: 16.5px;
    width: 98%;
    color: #EEE;/*文字色*/
    text-align: left;
    margin: 12px auto;
    padding: 0.1em 0em;/*上下の余白*/
    border:  solid 0px #EEE;
    line-height: 1.3em;
}

.recruit {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0%;
       object-position: 0 0%;
}

.morebtn {
    text-align: center;
    margin: 0 auto;
    width: 150px;
}

.morebtn02 {
    text-align: center;
    margin: 15px 0 0 0px;
    width: 130px;
}

.morebtn03 {
    text-align: center;
    margin: 0 auto;
    width: 180px;
}

.slider-description02 {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0px;
	width: 420px;
	background: url(../images/bg_trans.png);
	height: 380px;
	padding: 10px;
	color: #FFF;
}

.companylogo {
    z-index: 95;
	position: absolute;
    top:15em;
    left:0;
    width: 100%;
    padding: 20px 42vw 9px;
    background: rgb(255,255,255,0.6);
}

 .post p a[target="_blank"]:not(.noicon):after {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    margin: 0 3px;
}

.in ul {
  list-style: none;
  text-align: center;
}
.in ul li {
  display: inline-block;
  margin: 0 1em;
}
.in ul li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.in ul li a {
  border: 1px solid #8d8777;
}

.in ul li a:hover {
  background-color: rgba(255,255,255,.5);
}
.in ul li a.is-active {
  background-color: rgba(255,255,255,1);
}

#container {
width: 326px;
margin: 50px auto;
}
#banner {
    border: 3px solid #CCCCCC;
    margin-bottom: 5px;
}
#banner ul {
    list-style: none;
    position: relative;
    margin-left: 0px;
    overflow: hidden;
    width:320px;
    height: 213px;
}
#banner ul li {
    float: left;
    width: 320px;
    position: absolute;
}
div#pagenation {
   position: relative;
   overflow: hidden;
   top: -30px;
}
 
div#pagenation ul {
    position:relative;
    left:50%;
    float:left;
    list-style: none;
}
div#pagenation li {
   position:relative;
   left:-50%;
   float:left;
   margin: 0 2px;
    
}
div#pagenation li a {
    width:12px;
    height:12px;
    overflow:hidden;
    display:block;
    background-image:url(img/pagenation.gif);
    background-position:0 0;
}
div#pagenation li.active a,
div#pagenation li a:hover {
    background-position:0 12px;
}
div#pagenation li a img {
    visibility:hidden;
    display: none;
}
#btn-prev {
    position: relative;
    left: -40px;
    top: -130px;
}
#btn-next {
    position: relative;
    left: 305px;
    top: -130px;
}

::-webkit-input-placeholder {
    color: #CCC;
    font-size: 0.9em;
}

::-moz-placeholder {
    color: #CCC;
    font-size: 0.9em;
}

:-ms-input-placeholder {
    color: #CCC;
    font-size: 0.9em;
}

::-ms-input-placeholder {
    color: #CCC;
    font-size: 0.9em;
}

::placeholder {
    color: #CCC;
    font-size: 0.9em;
}

form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.sysForm .sysFormItem label {
    font-size: 1.8em;
    display: block;
    text-align: left !important;  /* ← センターを左寄せに上書き */
    margin-bottom: 0.2em;
    letter-spacing: normal;
}

.sysFormItem label {
    font-size: 1.3em;
    display: block;
    text-align: left;
    margin-bottom: 0.2em;
    letter-spacing: normal;
}

.required-mark {
    color: red;
    font-size: 0.9em;
    margin-left: 0.3em;
}

.submit {
    text-align: center;
    margin: 1.7em auto 0;
}

.company {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 80%;
       object-position: 0 80%;
}

input[type="text"],input[type="email"],textarea {
    padding: 0.6em;
    outline: none;
    border: 1px solid #BBB;
    border-radius: 3px;
    font-size: 1.5em;
    width: 100%;
    font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

textarea {
    width: 100%;
    height: 335px;
    font-size: 1.5em;
    font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

.must {
    vertical-align:-2px;
    font-size: 1.3em;
    color: red;
}

input#submit_button {
    padding: 7px 120px;
    font-size: 1.6em;
    background-color: #fff;
    color: #555;
    border: 1px #BBB;
    border-style: solid;
}

button#submit_button {
    padding: 7px 120px;
    font-size: 1.6em;
    background-color: #fff;
    color: #555;
    border: 1px #BBB;
    border-style: solid;
}

footer {
    background: #333333;
    color: #ffffff;
    padding: 4vh;
    font-size: 1.2em;
    text-align: center;
    border-top: solid 1px #bbb;
}

.main-content .slideshow .slide .text01 {
    margin: 0;
    max-width: 100%;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
}
    
/*.parallax-bg {
    background-image: url(../images/back05.jpg);
    background-attachment: fixed;
    background-position: center 59px;
    background-size: auto 207vh;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    opacity: 0.6;
} */
    
.lof-slidecontent .main-slider-content .slider-description {
    z-index: 100;
    position: relative;
    bottom: 38.5em;
    left: 0px;
    width: 420px;
    background: url(../images/bg_trans.png) repeat;
    height: 380px;
    padding: 10px;
    color: #FFF;
}
    
.txt01 {
    color: #EEE;
    font-size: 2.8rem;
    text-align: center;
    margin: 20px 0 5px;
    height: 20px;
}

.midashi {
    font-size: 2em;
    font-weight: 600;
    height: 60px;
    color: #EEE;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.3em 0 0.5em;
    padding: 0.5em 0;
    border-top: solid 1px #EEE;
    border-bottom: solid 1px #EEE;
}

.prod {
    font-size: 16px;
    color: #EEE;
    text-align: center;
    margin-top: 0.5em;
    padding: 0.1em 0;
    line-height: 1.6em;
}

.prod01 {
    font-size: 16px;
    color: #EEE;
    text-align: center;
    margin-top: 1em;
    padding: 0em 0 0.1em;
}

.prod05 {
    font-size: 15px;
    color: #EEE;
    text-align: center;
    font-weight: bold;
    margin-top: 0.5em;
    padding: 0.1em 0;
}

.btn-flat-border {
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;       padding: 0.4em 1em;
    text-decoration: none;
    color: #EEE;
    border: solid 1px #EEE;
    border-radius: 0px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

ul.sliders-wrap-inner li img {
    padding: 0px;
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
}

.lof-slidecontent .navigator-content {
    position: absolute;
    bottom: 0.1em;
    right: 0;
    width: 350px;
    margin: 0 1px;
    background: url(../images/transparent_bg.png) repeat;
    padding: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lof-slidecontent .navigator-wrapper {
    position: relative;
    z-index: 10;
    overflow: hidden;
    color: #FFF;
}

.lof-slidecontent .navigator-content .button-previous {
    text-indent: -999vw;
    margin-left: 5px;
    background: url(../images/arrow-r.png) no-repeat left center;
}

.lof-slidecontent .navigator-content .button-next, .lof-slidecontent .navigator-content .button-previous {
    width: 20px;
    height: 30px;
    color: #FFF;
    cursor: pointer;
    margin: 0 5px;
}

.lof-slidecontent .navigator-content .button-next {
    text-indent: -999vw;
    margin-right: 6px;
    background: url(../images/arrow-l.png) no-repeat right center;
}

#note {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.dayw {
    width: 28%;
    padding: 2% 0 2% 15%;
    border-bottom: 1px solid #CCC;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
    
.newsw {
    width: 72%;
    padding: 2% 15% 2% 0;
    border-bottom: 1px solid #CCC;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
    
#note .notetxt {
    font-size: 2.5em;
    line-height: 0.6em;
}
    
.prod03 {
    font-size: 13px;
    display: table;
    width: 96%;
    color: #EEE;
    text-align: center;
    margin: 40px auto 0;
    padding: 0;
    border: solid 0px #EEE;
    padding: 0.2em;
}
    
.btn-flat-border03 {
    font-size: 17px;
    margin-top: 35px;
    height: 35px;
    display: inline-block;
    color: rgb(238, 238, 238);
    width: 100%;
    padding: 0.2em;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    -o-border-image: initial;
       border-image: initial;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: table-cell;
    vertical-align: middle;
}

form .formleft {
    width: 44.5%;
    margin: 0 1.5% 1% 4%;
}

form .formright {
    width: 44.5%;
    margin: 0 4% 1% 1.5%;
}

form .sysFormItem {
    margin: 1.7em 0 0;
}

.fade01 {
    display: block;
    opacity: 1;
    animation-duration: 1s;
    animation-name: fade-in;
    -moz-animation-duration: 1s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fade-in;
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    
    1% {
        display: block;
        opacity: 0;
    }
    
    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    
    1% {
        display: block;
        opacity: 0;
    }
    
    100% {
        display: block;
        opacity: 1;
    }
}

@media screen and (min-width: 1920px) {
    
    /*.parallax-bg {
        background-image: url(../images/back05.jpg);
        background-attachment: fixed;
        background-position: center 59px;
        background-size: auto 275vh;
        background-repeat: no-repeat;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        opacity: 0.6;
    } */
    
    #note .notetxt {
        font-size: 2.8em;
        line-height: 0.6em;
    }
    
    .companylogo {
        z-index: 95;
        position: absolute;
        top: 15em;
        left: 0;
        width: 100%;
        padding: 20px 44.5vw 9px;
        background: rgb(255,255,255,0.6);
    }
    
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 30px;
        /* letter-spacing: 0.1em; */
        line-height: 1.4;
        text-align: center;
    }
    
    .main-content .slideshow .slide .text {
        margin: 0;
        max-width: 100%;
        font-size: 26px;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: center;
    }
    
    .comment {
        font-size: 40px;
        text-align: center;
        position: fixed;
        top: 300px;
    }
    
    .comsmall {
        font-size: 26px;
        margin: 15px 0 20px;
        text-align: center;
        position: fixed;
        top: 360px;
    }
    
    .prod04 {
        font-size: 18px;
        width: 98%;
        color: #EEE;/*文字色*/
        text-align: left;
        margin: 8px auto;
        padding: 0.1em 0.5em;/*上下の余白*/
        border:  solid 0px #EEE;
        line-height: 1.25em;
    }
    
    footer {
        background: #333;
        color: #fff;
        padding: 4vh;
        font-size: 2em;
    }
    
    input[type="text"],input[type="email"],textarea {
        padding: 0.6em;
        outline: none;
        border: 1px solid #BBB;
        border-radius: 3px;
        font-size: 2em;
        width: 100%;
        font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    }
}

@media screen and (max-width: 1919px) {
    
    a[target=_blank] {
        padding: 0.5em 1.3em 0.5em 0.6em;
        background: url(../images/icon_blank.png) right center/15px auto no-repeat;
    }
    
    a.txtlink[target=_blank] {
        padding: 0.5em 1.3em 0.5em 0.6em;
        background: url(../images/icon_blank03.png) right center/15px auto no-repeat;
    }
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 22px;
        line-height: 1.4;
        text-align: center;
    }
    
    .slideshow .slide .caption .text {
        margin: 0 30px;
        max-width: 1000px;
        font-size: 18px;
        letter-spacing: 0.15em;
        line-height: 1.6;
    }
    
    .slideshow .slide .text .small {
        margin: 10px 0px 30px;
        max-width: 1000px;
        font-size: 16px;
        letter-spacing: 0.15em;
        line-height: 1.4;
    }
    
    /* .parallax-bg {
        background-image: url(../images/back05.jpg);
        background-attachment: fixed;
        background-position: center 59px;
        background-size: auto 199vh;
        background-repeat: no-repeat;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        opacity: 0.6;
    } */
    
    .comment {
        font-size: 26px;
        text-align: center;
        position: fixed;
        top: 320px;
    }
    
    .comsmall {
        font-size: 16px;
        margin: 15px 0 20px;
        text-align: center;
        position: fixed;
        top: 370px;
    }

    
    .lof-slidecontent .main-slider-content .slider-description {
        z-index: 100;
        position: relative;
        bottom: 38.5em;
        left: 0px;
        width: 280px;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    .txt01 {
        color: #EEE;
        font-size: 2.1rem;
        text-align: center;
        margin: 20px 0 5px;
        height: 20px;
    }
    
    .midashi {
        font-size: 1.3em;
        font-weight: 600;
        height: 60px;
        color: #EEE;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 1.3em 0 1em;
        padding: 0.5em 0;
        border-top: solid 1px #EEE;
        border-bottom: solid 1px #EEE;
    }
    
    .prod {
        font-size: 13px;
        color: #EEE;
        text-align: center;
        margin-top: 0.7em;
        padding: 0.1em 0;
        line-height: 1.7em;
    }
    
    .prod01 {
        font-size: 13px;
        color: #EEE;/*文字色*/
        text-align: center;
        margin-top: 1em;
        padding: 0.1em 0 1em;
    }
    
    .prod05 {
        font-size: 13px;
        color: #EEE;
        text-align: center;
        font-weight: bold;
        margin-top: 0.5em;
        padding: 0.1em 0 0;
        ;
    }
    .btn-flat-border {
        font-size: 15px;
        margin-top: 30px;
        display: inline-block;
        padding: 0.4em 1em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    
    .lof-slidecontent .navigator-content {
        position: absolute;
        bottom: 0.1em;
        right: 0;
        width: 350px;
        margin: 0 1px;
        background: url(../images/transparent_bg.png) repeat;
        padding: 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    #note .notetxt {
        font-size: 1.5em;
        line-height: 0.6em;
    }
    
    .recruit-description {
        z-index: 100;
        position: absolute;
        margin: 0 0 0 auto;
        bottom: 0;
        right: 0px;
        width: 350px;
        background: url(../images/bg_trans.png);
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    .btn-flat-border02 {
        font-family: 'Futura', 'Century Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
        letter-spacing:0.1em;
        font-size: 12px;
        margin: 0 0 0 auto;
        display: inline-block;
        padding: 0.5em 1.3em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        background: rgb(255,255,255,0);
    }
    
    .prod02 {
        font-size: 14px;
        width: 205px;
        color: #EEE;/*文字色*/
        text-align: left;
        padding: 0.1em 0em 0.1em 1em;/*上下の余白*/
    }
    
    .prod03 {
        font-size: 13px;
        display: table;
        width: 94%;
        color: #EEE;
        text-align: center;
        margin: 40px auto 0;
        padding: 0;
        border: solid 0px #EEE;
        padding: 0.2em;
    }
    
    .morebtn02 {
        text-align: center;
        margin: 15px 0 0 0px;
        width: 110px;
    }
    
    .btn-flat-border03 {
        font-size: 12px;
        margin-top: 35px;
        height: 35px;
        display: inline-block;
        color: rgb(238, 238, 238);
        width: 100%;
        padding: 0.2em;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
        -o-border-image: initial;
           border-image: initial;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: table-cell;
        vertical-align: middle;
    }
    
    .prod04 {
        font-size: 14px;
        width: 98%;
        color: #EEE;
        text-align: left;
        margin: 12px auto;
        padding: 0.1em 0em;
        border:  solid 0px #EEE;
        line-height: 1.5em;
    }
    
    .companylogo {
        z-index: 95;
        position: absolute;
        top:15em;
        left:0;
        width: 100%;
        padding: 20px 39vw 9px;
        background: rgb(255,255,255,0.6);
    }
    
    .slider-description02 {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0px;
        width: 350px;
        background: url(../images/bg_trans.png);
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    input[type="text"],input[type="email"],textarea {
        padding: 0.2em;
        outline: none;
        border: 1px solid #BBB;
        border-radius: 3px;
        font-size: 1.5em;
        width: 100%;
        font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    }
    
    textarea {
        width: 100%;
        height: 223px;
        font-size: 1.5em;
        font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    }
    
    .sysForm .sysFormItem label {
        font-size:1.3em;
        display: block;
        text-align: left !important;  /* ← センターを左寄せに上書き */
        margin-bottom: 0.2em;
        letter-spacing: normal;
    }
    
    input#submit_button {
        padding: 7px 120px;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    button#submit_button {
        padding: 7px 120px;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
}

@media screen and (max-width: 1093px) {

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
    
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
    
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	
    #mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
    
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
        padding: 2px 5px 0;
        color: #043D78;
		font-size: 26px;
        letter-spacing:0;
	}

    .slideshow .slide .caption {
    padding: 0 13vw;
    }
    
	#global-nav {
		position: absolute;
		/*  */
		top: -500px;
		background: rgb(51,51,51,0.7);
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
    
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 15px;
	}
    
	#global-nav ul li {
		float: none;
		position: static;
	}
    
	#global-nav ul li:after  {
		display: none;
	}
    
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 8px 0;
	}
    
	#nav-toggle {
		display: block;
	}
    
	/* #nav-toggle */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-ms-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);
		-ms-transform: rotate(-315deg);
		    transform: rotate(-315deg);
	}
    
	.open #global-nav {
		-webkit-transform: translateY(556px);
		-ms-transform: translateY(556px);
		    transform: translateY(556px);
	}
    
    .main-content .slideshow .slide .slide-content .caption {
        padding: 0 12vw;
    }
    
    .main-content .slideshow .slide .text {
        margin: 0;
        max-width: 100%;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.4;
        text-align: left;
    }
    
    .comment {
        font-size: 0.4em;
        text-align: center;
        position: fixed;
        top: 300px;
    }
    
    .comsmall {
        font-size: 0.3em;
        text-align: center;
        width: 90%;
        position: fixed;
        top: 350px;
        margin: 0 auto;
    }
    
    #note {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .dayw {
        width: 28%;
        padding:2% 0 2% 15%;
        border-bottom: 1px solid #CCC;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .newsw {
        width: 72%;
        padding:2% 15% 2% 0;
        border-bottom: 1px solid #CCC;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .lof-slidecontent .recruit {
        width: 100%;
        height: 380px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 55% 0;
           object-position: 55% 0;
    }
    
    .br-pc {
        display:block;
    }
    
    .br-sp {
        display:none;
    }
    
    .br-tab {
        display:none;
    }

    .main-content .slideshow .slide .title {
        margin: 0 auto 10px;
        max-width: 1000px;
        font: 300 40px/1.2 "Oswald", sans-serif;
        letter-spacing: 0.3em;
        text-transform: uppercase;
    }
    
    .main-content .slideshow .slide .text {
        margin: 1em 0 0;
        max-width: 100%;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.7;
        text-align: center;
    }
    
    
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 20px;
        /* letter-spacing: 0; */
        line-height: 1.4;
        text-align: center;
    }
    
    .main-content .slideshow {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }
    
    /* .parallax-bg {
        background-image: url(../images/back05.jpg);
        background-attachment: fixed;
        background-position: center 56px;
        background-size: auto 152vh;
        background-repeat: no-repeat;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        opacity: 0.6;
    } */
    
    .category {
        font-size: 32px;
        color: #8d8777;
        text-align: center;
        padding: 6vw 0 2vw;
    }
    
    .comment {
        font-size: 0.7em;
        text-align: center;
        position: fixed;
        top: 380px;
    }
    
    .comsmall {
        font-size: 0.35em;
        text-align: center;
        width: 70%;
        position: fixed;
        top: 450px;
        margin: 0 auto;
        line-height: 1.6em;
    }
    
    .valuemidashi {
        margin: 1.5em 0 0em;
        max-width: 1000px;
        font-size: 20px;
        letter-spacing: 0.15em;
        line-height: 1.2;
        text-align: center;
    }
    
    .slideshow .slide .text .small {
        margin: 0.8em 0 0.5em;
        max-width: 1000px;
        font-size: 14px;
        letter-spacing: 0.15em;
        line-height: 1.4;
        text-align: center;
    }
    
    .btn-flat-border {
        font-size: 15px;
        margin-top: 2px;
        display: inline-block;
        padding: 0.4em 1em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

    
    .in .prod01 {
        font-size: 13px;
        color: #EEE;
        text-align:center;
        margin-top: 1em;
        padding: 0.1em 0;
        line-height: 1.5em;
    }
    
    ul.sliders-wrap-inner li img {
        padding: 0px;
        width: 100%;
        height: 380px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 100%;
           object-position: 50% 100%;
    }
    
    .lof-slidecontent .main-slider-content .slider-description {
        z-index: 100;
        position: relative;
        bottom: 38.5em;
        left: 0px;
        width: 280px;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    .midashi {
        font-size: 1.5em;
        font-weight: 600;
        height: 60px;
        color: #EEE;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center; 
        -webkit-box-pack: center; 
            -ms-flex-pack: center; 
                justify-content: center;
        margin: 1.3em 0 1em;
        padding: 0.5em 0;
        border-top: solid 1px #EEE;
        border-bottom: solid 1px #EEE;
    }
    
    .prod {
        font-size: 13px;
        color: #EEE;
        text-align: center;
        margin-top: 1em;
        padding: 0.1em 0;
        line-height: 1.7em;
    }
    
    .prod01 {
        font-size: 13px;
        color: #EEE;
        text-align: center;
        margin-top: 1em;
        padding: 2.1em 0 0.1em;
    }
    
    .prod05 {
        font-size: 12px;
        color: #EEE;
        text-align: center;
        font-weight: bold;
        margin-top: 1.5em;
        padding: 0.1em 0;
        border-bottom: 1px solid #EEE;
    }
    
    .txt01 {
        color: #EEE;
        font-size: 2.1rem;
        text-align: center;
        margin: 20px 0 5px;
        height: 20px;
    }
    
    .morebtn {
        text-align: center;
        margin: 2.5em auto 0;
        width: 150px;
    }
    
    #note .notetxt {
        font-size: 1.5em;
        line-height: 0.6em;
    }
    
    .navigator-wrap-inner img{
        width: 66px;
        margin-top: 2px;
    }
    
   .lof-slidecontent .recruit-description {
       z-index: 100;
       position: absolute;
       margin: 0 0 0 auto;
       bottom: 0;
       right: 0px;
       width: 280px; background:url(../images/transparent_bg.png) repeat;
       height: 380px;
       padding: 10px;
       color: #FFF;
       text-align: left;
    }
    
    .prod02 {
        font-size: 12px;
        width: 12.8em;
        color: #EEE;
        text-align: left; 
        padding: 0;
        margin-top: 30px;
    }
    
    .morebtn02 {
        width: 100px;
    }
    
    .btn-flat-border02 {
        font-family: 'Futura', 'Century Gothic', '游ゴシック体', 'YuGothi', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
        letter-spacing: 0.1em;
        font-size: 12px;
        margin: 0em 0 0 auto;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        background: rgb(255,255,255,0);
    }

    .prod03 {
        font-size: 13px;
        display: table;
        width: 100%;
        color: #EEE;
        text-align: center;
        margin: 35px auto 0;
        padding: 0;
        border: solid 0px #EEE;
        padding: 0.2em;
    }
    
    .btn-flat-border03 {
        font-size: 12px;
        height: 35px;
        display: inline-block;
        color: rgb(238, 238, 238);
        width: 100%;
        padding: 0.2em;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
        -o-border-image: initial;
           border-image: initial;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: table-cell;
        vertical-align: middle;
    }
    
    .lof-slidecontent .company {
        width: 100%;
        height: 380px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 0%;
           object-position: 50% 0%;
    }
    
    .lof-slidecontent .companylogo {
        z-index: 95;
        position: absolute;
        top: 14.5em;
        left: 0;
        width: 100%;
        padding: 20px 36vw 9px;
        background: rgb(255,255,255,0.6);
    }
    
    .lof-slidecontent .slider-description02 {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0px;
        width: 280px;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 2px 1.5vw;
        color: #FFF;
    }
    
    .prod04 {
        font-size: 12.5px;
        width: 100%;
        color: #EEE;/*文字色*/
        text-align: left;
        margin: 12px auto;
        padding: 0.1em 0em;/*上下の余白*/
        border:  solid 0px #EEE;
        letter-spacing: 0;
        line-height: 1.8em;
    }
    
    form .sysFormItem {
        margin: 1.7em 0 0;
    }
    
    form .formleft {
        width: 44.5%;
        margin: 0 1.5% 1% 4%;
    }
    
    form .formright {
        width: 44.5%;
        margin: 0 4% 1% 1.5%;
    }
    
    input#submit_button {
        padding: 7px 120px;
        margin-top: 1.7em;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    div#dummy_button {
        padding: 7px 120px;
        margin-top: 1.7em;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    .txt02 {
        color: #EEE;
        font-size: 1.8rem;
        text-align: center;
        margin: 25px 0 0;
        border-bottom: solid 1px #EEE;
    }
    
    .lof-slidecontent .navigator-content .button-next, .lof-slidecontent .navigator-content .button-previous {
        width: 20px;
        height: 30px;
        color: #FFF;
        cursor: pointer;
        margin:0 4px;
    }
    
    .lof-slidecontent .navigator-content {
        position: absolute;
        bottom: -0.31em;
        right: 0;
        width: 34%;
        margin: 0 1px;
        background: url(../images/transparent_bg.png) repeat;
        padding: 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .lof-slidecontent .navigator-content .button-next {
        text-indent: -999vw;
        margin-right: 6px;
        background: url(../images/arrow-l.png) no-repeat right center;
    }
    
    .lof-slidecontent .navigator-wrapper {
        position: relative;
        z-index: 10;
        overflow: hidden;
        color: #FFF;
    }
    
    .lof-slidecontent .navigator-content .button-previous {
        text-indent: -999vw;
        margin-left: 5px;
        background: url(../images/arrow-r.png) no-repeat left center;
    }
    
}

@media screen and (max-width: 960px) {

    .main-content .slideshow .slide .text {
        margin: 1em 0 0;
        max-width: 100%;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.7;
        text-align: center;
    }
    
    .valuemidashi {
        margin: 1.5em 0 0em;
        max-width: 1000px;
        font-size: 18px;
        letter-spacing: 0.15em;
        line-height: 1.2;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    
    .br-pc {
        display:none;
    }
    
    .br-tab {
        display:block;
    }

    .category {
        font-size: 5vw;
        color: #8d8777;
        text-align: center;
        padding: 6vw 0 2vw;
    }
    
    .valuemidashi {
        margin: 1.5em 0 0em;
        max-width: 1000px;
        font-size: 2.2vw;
        letter-spacing: 0.15em;
        line-height: 1.2;
        text-align: center;
    }
    
    .main-content .slideshow .slide .title {
        margin: 0 auto 10px;
        max-width: 1000px;
        font: 300 6vw/1.2 "Oswald", sans-serif;
        letter-spacing: 0.3em;
        text-transform: uppercase;
    }
    
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 3.2vw;
        /* letter-spacing: 0; */
        line-height: 1.4;
        text-align: center;
    }
    
    .main-content .slideshow .slide .text {
        margin: 20px 0;
        max-width: 100%;
        font-size: 2.2vw;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: left;
    }
    
    .slideshow .slide .text .small {
        margin: 0.8em 0 0.5em;
        max-width: 1000px;
        font-size: 1.7vw;
        letter-spacing: 0.15em;
        line-height: 1.5;
        text-align: center;
    }
    
    .comment {
        font-size: 0.73em;
        text-align: center;
        position: fixed;
        top: 300px;
    }
    
    .comsmall {
        font-size: 0.36em;
        text-align: left;
        width: 75%;
        position: fixed;
        top: 380px;
        margin: 0 auto;
        line-height: 1.6em;
    }
    
    /* .parallax-bg {
        background-image: url(../images/back05.jpg);
        background-attachment: fixed;
        background-position: center 56px;
        background-size: auto 120vh;
        background-repeat: no-repeat;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        opacity: 0.6;
    } */
    
    .lof-slidecontent .main-slider-content .slider-description {
        z-index: 100;
        position: relative;
        bottom: 38.5em;
        left: 0px;
        width: 255px;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    .txt01 {
        color: #EEE;
        font-size: 1.82rem;
        text-align: center;
        margin: 30px 0 5px;
        height: 20px;
    }
    
    .midashi {
        font-size: 1.5em;
        font-weight: 600;
        height: 60px;
        color: #EEE;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; 
        margin: 1em 0;
        padding: 0.5em 0;
        border-top: solid 1px #EEE;
        border-bottom: solid 1px #EEE;
    }
    
    .prod {
        font-size: 13.5px;
        color: #EEE;
        text-align: left;
        margin-top: 1em;
        padding: 0.1em 0;
        line-height: 1.5em;
    }
    
    .in .prod01 {
        font-size: 13.5px;
        color: #EEE;
        text-align: left;
        margin-top: 1em;
        padding: 0.1em 0;
        line-height: 1.5em;
    }
    
    .btn-flat-border {
        font-size: 17px;
        margin-top: 2px;
        display: inline-block;
        padding: 0.4em 1em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    
    
    .lof-slidecontent .navigator-content {
        position: absolute;
        bottom: -0.31em;
        right: 0;
        width: 44%;
        margin: 0 1px;
        background: url(../images/transparent_bg.png) repeat;
        padding: 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    #note .notetxt {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    
    .dayw {
        width: 22%;
        padding:2% 0 2% 7%;
        border-bottom: 1px solid #CCC;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .newsw {
        width: 78%;
        padding:2% 7% 2% 0;
        border-bottom: 1px solid #CCC;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .lof-slidecontent .recruit-description {
       z-index: 100;
       position: absolute;
       margin: 0 0 0 auto;
       bottom: 0;
       right: 0px;
       width: 255px; background:url(../images/transparent_bg.png) repeat;
       height: 380px;
       padding: 10px;
       color: #FFF;
       text-align: center;
    }
    
    .prod02 {
        font-size: 15px;
        width: 29.5vw;
        color: #EEE;
        text-align: center; 
        padding: 0;
        margin-top: 8px;
    }
    
    .morebtn02 {
        width: 140px;
        margin: 2px 0px 0px;
    }
    
    .btn-flat-border03 {
        font-size: 12px;
        height: 45px;
        line-height: 1.5em;
        margin-top: 7px;
        display: inline-block;
        color: rgb(238, 238, 238);
        width: 100%;
        padding: 0.2em;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
        -o-border-image: initial;
           border-image: initial;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    
    .prod03 {
        font-size: 13px;
        width: 94%;
        color: #EEE;
        text-align: center;
        margin: 10px auto 0;
        padding: 0;
        border: solid 0px #EEE;
    }
    
    .txt02 {
        color: #EEE;
        font-size: 1.8rem;
        text-align: center;
        margin: 8px 0 0;
        border-bottom: solid 1px #EEE;
    }
    
    .prod03 {
        font-size: 13px;
        width: 100%;
        color: #EEE;
        text-align: center;
        margin: 10px auto 0;
        padding: 0;
        border: solid 0px #EEE;
    }
    
    .lof-slidecontent .slider-description02 {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0px;
        width: 255px;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 2px 1.5vw;
        color: #FFF;
    }
    
    .lof-slidecontent .companylogo {
        z-index: 95;
        position: absolute;
        top: 14.5em;
        left: 0;
        width: 100%;
        padding: 20px 31vw 9px;
        background: rgb(255,255,255,0.6);
    }
    
    
}

@media screen and (max-width: 600px) {
    
    body:before{
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background:url(../images/back05.jpg) center no-repeat;
        background-size:cover;
        opacity: 0.6;
    }

    
    .br-sp {
        display: none;
    }
    
    .br-tab {
        display:none;
    }
    
    .main-content .slideshow {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }
    
    .category {
        font-size: 7vw;
        color: #8d8777;
        text-align: center;
        padding: 6vw 0 2vw;
    }
    
    /* .parallax-bg {
        background-image: url(../images/back05.jpg);
        background-attachment: fixed;
        background-position: center 56px;
        background-size: auto 100vh;
        background-repeat: no-repeat;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        opacity: 0.6;
    } */
    
    
    .comment {
        font-size: 0.6em;
        text-align: center;
        position: fixed;
        top: 290px;
    }
    
    .comsmall {
        font-size: 0.33em;
        text-align: left;
        width: 80%;
        position: fixed;
        top: 360px;
        margin: 0 auto;
    }
    
    .valuemidashi {
        margin: 1.5em 0 0em;
        max-width: 1000px;
        font-size: 12px;
        letter-spacing: 0.15em;
        line-height: 1.2;
        text-align: center;
    }
    
    .main-content .slideshow .slide .text {
        margin: 0;
        max-width: 100%;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: left;
    }
    
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 18px;
        /* letter-spacing: 0; */
        line-height: 1.4;
        text-align: center;
    }
    
    .slideshow .slide .text .small {
        margin: 10px 0 14px;
        max-width: 1000px;
        font-size: 14px;
        letter-spacing: 0.15em;
        line-height: 1.4;
    }
    
    #jslidernews1.lof-slidecontent {
        position: relative;
        width: 100%;
        height: 437px;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(244, 244, 244);
        -o-border-image: initial;
           border-image: initial;
    }
    
    .morebtn {
        text-align: center;
        margin: 0.5em auto 0;
        width: 150px;
    }
    
        
    .morebtn02 {
        width: 150px;
        margin: 4px 0px 0px;
    }
    
    .btn-flat-border02 {
        font-family: 'Futura', 'Century Gothic', '游ゴシック体', 'YuGothi', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
        letter-spacing: 0.1em;
        font-size: 17px;
        margin: 0em 0 0 auto;
        display: inline-block;
        padding: 0.3em 1em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        background: rgb(255,255,255,0);
    }
    
    ul.sliders-wrap-inner li img {
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 100%;
           object-position: 50% 100%;
        padding: 0px;
    }
    
    .lof-slidecontent .main-slider-content .slider-description {
        z-index: 100;
        position: relative;
        bottom: 0.2em;
        left: 0px;
        width: 100%;
        height: 195px;
        color: rgb(255, 255, 255);
        background: url(../images/bg_trans.png) repeat;
        padding: 5px 10px;
    }
    
    .txt01 {
        color: #EEE;
        font-size: 2rem;
        text-align: center;
        margin: 0 0 3px;
        height: 1.5em;
    }
    
    .midashi {
        height: 35px;
        font-size: 15px;
        font-weight: 600;
        color: #EEE;
        text-align: center;
        margin: 0.2em 0;
        padding: 0.2em 0;
        border-top: solid 1px #EEE;
        border-bottom: solid 1px #EEE;
    }
    
    .in .prod {
        font-size: 15px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0.1em 1em;
        line-height: 1.3em;
    }
    
    .in .prod01 {
        font-size: 15px;
        color: #EEE;
        text-align: left;
        margin: 0.2em 0 0;
        padding: 0 1em 0.1em;
        line-height: 1.3em;
    }
    
    .prod04 {
        font-size: 16px;
        width: 100%;
        color: #EEE;
        text-align: left;
        margin: 12px auto;
        padding: 0.1em 0em;
        border: solid 0px #EEE;
        letter-spacing: 0;
        line-height: 1.33em;
    }
    
    .prod05 {
        font-size: 15px;
        color: #EEE;
        text-align: center;
        font-weight: bold;
        margin-top: 0.1em;
        padding: 0.1em 0;
        border-bottom: 1px solid #EEE;
    }
    
    .lof-slidecontent .navigator-content .button-next, .lof-slidecontent .navigator-content .button-previous {
        width: 20px;
        height: 30px;
        color: #FFF;
        cursor: pointer;
        margin:0 4px;
    }
    
    .lof-slidecontent .navigator-content {
        position: absolute;
        bottom: -0.3em;
        right: 0;
        width: 99.7%;
        margin: 0 1px;
        background: url(../images/bg_trans.png) repeat;
        padding: 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .lof-slidecontent .navigator-content .button-next {
        text-indent: -999vw;
        margin-right: 6px;
        background: url(../images/arrow-l.png) no-repeat right center;
    }
    
    .lof-slidecontent .navigator-wrapper {
        position: relative;
        z-index: 10;
        overflow: hidden;
        color: #FFF;
    }
    
    .lof-slidecontent .navigator-content .button-previous {
        text-indent: -999vw;
        margin-left: 5px;
        background: url(../images/arrow-r.png) no-repeat left center;
    }
    
    #note .notetxt {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    
    .navigator-wrap-inner img {
        width: 66px;
        margin-top: 2px;
    }
    
    .lof-slidecontent .recruit-description {
        z-index: 100;
        position: absolute;
        margin: 0 0 0 auto;
        bottom: 0;
        right: 0px;
        width: 100%; background:url(../images/transparent_bg.png) repeat;
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    .txt02 {
        color: #EEE;
        font-size: 1.8rem;
        text-align: center;
        margin: 20px 0 0;
        border-bottom: solid 1px #EEE;
    }
    
    .prod02 {
        font-size: 22px;
        width: 67vw;
        color: #EEE;
        text-align: left;
        padding: 0.1em 0em 0.1em 0em;
        margin-top: 15px;
    }
    
    
    .prod03 {
        font-size: 13px;
        width: 94%;
        color: #EEE;
        text-align: center;
        margin: 18px auto 0;
        padding: 0.1em 0em;
        border: solid 0px #EEE;
    }
    
    .btn-flat-border03 {
        font-size: 17px;
        height: 35px;
        margin-top: 15px;
        display: inline-block;
        color: rgb(238, 238, 238);
        width: 100%;
        padding: 0.5em;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
        -o-border-image: initial;
           border-image: initial;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    
    .lof-slidecontent .company {
        width: 100%;
        height: 380px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 0%;
           object-position: 50% 0%;
    }
    
    .lof-slidecontent .companylogo {
        z-index: 95;
        position: absolute;
        top: 15em;
        left: 0;
        width: 100%;
        padding: 20px 6vw 9px;
        background: rgb(255,255,255,0.6);
    }
    
    .lof-slidecontent .slider-description02 {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 9px 5vw;
        color: #FFF;
    }
    
    .dayw {
        width: 25%;
        padding:2% 0 2% 5%;
        border-bottom: 1px solid #CCC;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .newsw {
        width: 75%;
        padding:2% 5% 2% 0;
        border-bottom: 1px solid #CCC;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    form .sysFormItem {
        margin: 1.7em 0 0;
    }
    
    form .formleft {
        width: 90%;
        margin: 0 auto;
    }
    
    form .formright {
        width: 90%;
        margin: 0 auto;
    }
    
    input#submit_button {
        padding: 7px 120px;
        margin-top: 1.7em;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    button#submit_button {
        padding: 7px 120px;
        margin-top: 1.7em;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
}

@media screen and (max-width: 424px) {
    
    a[target=_blank] {padding: 0.4em 1.3em 0.4em 0.6em;
    background: url(../images/icon_blank.png) right center/14px auto no-repeat;
    }
    
    a.txtlink[target=_blank] {padding: 0.4em 1.3em 0.4em 0.6em;
    background: url(../images/icon_blank03.png) right center/14px auto no-repeat;
    }
    
    .br-sp {
        display: block;
    }
    
    .main-content .slideshow .slide .text {
        margin: 0;
        max-width: 100%;
        font-size: 13.5px;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: left;
    }
    
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 13.5px;
        /* letter-spacing: 0; */
        line-height: 1.4;
        text-align: center;
    }
    
    .slideshow .slide .text .small {
        margin: 8px 0 12px;
        max-width: 1000px;
        font-size: 11px;
        letter-spacing: 0.15em;
        line-height: 1.2;
    }
    
    .comment {
        font-size: 0.35em;
        text-align: center;
        position: fixed;
        top: 220px;
    }
    
    .comsmall {
        font-size: 0.26em;
        text-align: left;
        width: 80%;
        position: fixed;
        top: 260px;
        margin: 0 auto;
    }
    
    .in .prod {
        font-size: 13px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0.1em 1em;
        line-height: 1.5em;
    }
    
    .in .prod01 {
        font-size: 13px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0 1em 0.1em;
        line-height: 1.5em;
    }
    
    .prod02 {
        font-size: 18px;
        width: 64.5vw;
        color: #EEE;
        text-align: left;
        padding: 0.1em 0em 0.1em 1em;
        margin-top: 20px;
    }
    
    .prod03 {
        font-size: 13px;
        width: 94%;
        color: #EEE;
        text-align: center;
        margin: 32px auto 0;
        padding: 0.1em 0em;
        border: solid 0px #EEE;
    }
    
    .prod04 {
        font-size: 13px;
        width: 100%;
        color: #EEE;
        text-align: left;
        margin: 10px auto;
        padding: 0.1em 0em;
        border:  solid 0px #EEE;
        letter-spacing: -0.2px;
        line-height: 1.7em;
    }
    
    .prod05 {
        font-size: 13px;
        color: #EEE;
        text-align: center;
        font-weight: bold;
        margin-top: 0.3em;
        padding: 0.1em 0;
        border-bottom: 1px solid #EEE;
    }
    
    .lof-slidecontent .navigator-content {
        position: absolute;
        bottom: -0.3em;
        right: 0;
        width: 99.5%;
        margin: 0 1px;
        background: url(../images/bg_trans.png) repeat;
        padding: 5px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .btn-flat-border02 {
        font-family: 'Futura', 'Century Gothic', '游ゴシック体', 'YuGothi', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
        letter-spacing: 0.1em;
        font-size: 12px;
        margin: 0em 0 0 auto;
        display: inline-block;
        padding: 0.3em 1.2em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        background: rgb(255,255,255,0);
    }
    
    .btn-flat-border03 {
        font-size: 13px;
        height: 30px;
        margin-top: 17px;
        display: inline-block;
        color: rgb(238, 238, 238);
        width: 100%;
        padding: 0.5em;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
        -o-border-image: initial;
           border-image: initial;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    
    .morebtn02 {
        width: 110px;
        margin: 4px 0px 0px;
    }
    
    .btn-flat-border {
        font-size: 15px;
        margin-top: 2px;
        display: inline-block;
        color: rgb(238, 238, 238);
        padding: 0.4em 1em;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
        -o-border-image: initial;
           border-image: initial;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    
}

@media screen and (max-width: 375px) {
    
    .main-content .slideshow {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 85vh;
        z-index: 1;
    }
  
    .comment {
        font-size: 0.35em;
        text-align: center;
        position: fixed;
        top: 220px;
    }
    
    .comsmall {
        font-size: 0.26em;
        text-align: left;
        width: 80%;
        position: fixed;
        top: 260px;
        margin: 0 auto;
    }
    
    .main-content .slideshow .slide .text {
        margin: 0;
        max-width: 100%;
        font-size: 13.5px;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: left;
    }
    
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 13.5px;
        line-height: 1.4;
        text-align: center;
    }
    
    .in .prod {
        font-size: 13px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0.1em 1em;
        line-height: 1.3em;
    }
    
    .in .prod01 {
        font-size: 13px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0 1em 0.1em;
        line-height: 1.3em;
    }
    
    .prod05 {
        font-size: 13px;
        color: rgb(238, 238, 238);
        text-align: center;
        font-weight: bold;
        margin-top: 0.5em;
        padding: 0.1em 0px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    
    .morebtn {
        text-align: center;
        margin: 0.5em auto 0;
        width: 150px;
    }
    
    .btn-flat-border {
        font-size: 15px;
        margin-top: 2px;
        display: inline-block;
        padding: 0.3em 1em;
        text-decoration: none;
        color: #EEE;
        border: solid 1px #EEE;
        border-radius: 0px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    
    .navigator-wrap-inner img {
        width: 66px;
        margin-top: 2px;
    }
    
    .lof-slidecontent .recruit-description {
        z-index: 100;
        position: absolute;
        margin: 0 0 0 auto;
        bottom: 0;
        right: 0px;
        width: 100%; background:url(../images/transparent_bg.png) repeat;
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    .prod02 {
        font-size: 14px;
        width: 61vw;
        color: #EEE;
        text-align: left;
        padding: 0.1em 0em 0.1em 1em;
    }
    
    .prod03 {
        font-size: 13px;
        width: 94%;
        color: #EEE;
        text-align: center;
        margin: 60px auto 0;
        padding: 0.1em 0em;
        border: solid 0px #EEE;
    }
 
    .lof-slidecontent .company {
        width: 100%;
        height: 380px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 0%;
           object-position: 50% 0%;
    }
    
    .lof-slidecontent .companylogo {
        z-index: 95;
        position: absolute;
        top: 15em;
        left: 0;
        width: 100%;
        padding: 20px 13vw 9px;
        background: rgb(255,255,255,0.6);
    }
    
    .lof-slidecontent .slider-description02 {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 9px 5vw;
        color: #FFF;
    }
    
    form .sysFormItem {
        margin: 1.7em 0 0;
    }
    
    form .formleft {
        width: 90%;
        margin: 0 auto;
    }
    
    form .formright {
        width: 90%;
        margin: 0 auto;
    }
    
    input#submit_button {
        padding: 7px 120px;
        margin-top: 1.7em;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    button#submit_button {
        padding: 7px 120px;
        margin-top: 1.7em;
        font-size: 1.2em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
}


@media screen and (max-width: 360px) {
    
    .main-content .slideshow {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }
    
    .comment {
        font-size: 0.35em;
        text-align: center;
        position: fixed;
        top: 220px;
    }
    
    .comsmall {
        font-size: 0.26em;
        text-align: left;
        width: 80%;
        position: fixed;
        top: 260px;
        margin: 0 auto;
    }
    
    .main-content .slideshow .slide .text {
        margin: 0;
        max-width: 100%;
        font-size: 13.5px;
        letter-spacing: 0;
        line-height: 1.6;
        text-align: left;
    }
    
    .main-content .slideshow .slide .text01 {
        margin: 0;
        max-width: 100%;
        font-size: 13.5px;
        /* letter-spacing: 0; */
        line-height: 1.4;
        text-align: center;
    }
    
    .in .prod {
        font-size: 13px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0.1em 0;
        line-height: 1.3em;
    }

    .in .prod01 {
        font-size: 13px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0 0em 0.1em;
        line-height: 1.3em;
    }  
    
    .navigator-wrap-inner img{
        width: 66px;
        margin-top: 2px;
    }
    
    .lof-slidecontent .recruit-description {
        z-index: 100;
        position: absolute;
        margin: 0 0 0 auto;
        bottom: 0;
        right: 0px;
        width: 100%; background:url(../images/transparent_bg.png) repeat;
        height: 380px;
        padding: 10px;
        color: #FFF;
    }
    
    .prod02 {
        font-size: 14px;
        width: 60vw;
        color: #EEE;
        text-align: left;
        padding: 0.1em 0em 0.1em 1em;
    }
    
    .lof-slidecontent .company {
        width: 100%;
        height: 380px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 0%;
           object-position: 50% 0%;
    }
    
    .lof-slidecontent .companylogo {
        z-index: 95;
        position: absolute;
        top: 15em;
        left: 0;
        width: 100%;
        padding: 20px 6vw 9px;
        background: rgb(255,255,255,0.6);
    }
    
    .lof-slidecontent .slider-description02 {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        background: url(../images/bg_trans.png) repeat;
        height: 380px;
        padding: 9px 5vw;
        color: #FFF;
    }
    
    form .sysFormItem {
        margin: 1em 0 0;
    }
    
    form .formleft {
        width: 90%;
        margin: 0 auto;
    }
    
    form .formright {
        width: 90%;
        margin: 0 auto;
    }
    
    .sysForm .sysFormItem label {
        font-size: 1.2em;
        display: block;
        text-align: left !important;  /* ← センターを左寄せに上書き */
        margin-bottom: 0.2em;
        letter-spacing: normal;
    }
    
    textarea {
        width: 100%;
        height: 120px;
        font-size: 1.5em;
        font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    }
    
    input[type="text"], input[type="email"], textarea {
        padding: 0.2em;
        outline: none;
        border: 1px solid #BBB;
        border-radius: 3px;
        font-size: 1.25em;
        width: 100%;
        font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
    }
    
    input#submit_button {
        padding: 7px 120px;
        margin-top: 1em;
        font-size: 1em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    button#submit_button {
        padding: 7px 120px;
        margin-top: 1em;
        font-size: 1em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
}


@media screen and (max-width: 320px) {
    
    .main-content .slideshow {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }
    
    .comment {
        font-size: 0.3em;
        text-align: center;
        position: fixed;
        top: 220px;
    }
    
    .comsmall {
        font-size: 0.24em;
        text-align: left;
        width: 80%;
        position: fixed;
        top: 255px;
        margin: 0 auto;
    }
    
    .main-content .slideshow .slide .text {
        margin: 0;
        max-width: 100%;
        font-size: 12px;
        line-height: 1.4;
        text-align: left;
    }
    
    .in .prod {
        font-size: 12px;
        color: #EEE;
        text-align: left;
        margin: 0.5em 0 0;
        padding: 0.1em 0;
        line-height: 1.3em;
    }  
    
   .prod02 {
        font-size: 13.5px;
        width: 56vw;
        color: #EEE;
        text-align: left;
        padding: 0.1em 0em 0.1em 0.5em;
    }
    
    .btn-flat-border03 {
        font-size: 12px;
        margin-top: 17px;
        display: inline-block;
        color: rgb(238, 238, 238);
        width: 100%;
        padding: 0.5em;
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(238, 238, 238);
        -o-border-image: initial;
           border-image: initial;
        border-radius: 0px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    
    #note .notetxt {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    .afterformtit {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 13rem;
        font-size: 0.8em;
        padding: 1em;
    }
    
    input#submit_button {
        padding: 5px 123px;
        margin-top: 1em;
        font-size: 1em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    button#submit_button {
        padding: 3px 123px;
        margin-top: 1em;
        font-size: 1em;
        background-color: #fff;
        color: #555;
        border: 1px #BBB;
        border-style: solid;
    }
    
    footer {
        background: #333333;
        color: #ffffff;
        padding: 2vh;
        font-size: 1em;
        text-align: center;
        border-top: solid 1px #bbb;
    }
    
}


/* フォーム送信エリア中央寄せ完全対応 */

.form-footer {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  gap: 1.5em;
  width: 100%;
}

.form-footer .recaptcha-wrap,
.form-footer .submit-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* 送信ボタン */
#submit_button {
  display: inline-block !important;
  margin: 0 auto !important;
  width: 300px !important;
  font-size: 16px !important;
  cursor: pointer;
  background-color: #fff !important;
  color: #555 !important;
  border: 1px solid #bbb !important;
  border-radius: 4px !important;
  text-align: center;
  padding: 0.6em 0 !important; /* ← 高さを調整しつつ天地中央に */
  line-height: 1.2 !important;
  transition: all 0.3s ease-in-out;
}

/* ホバー時：色反転 */
#submit_button:hover {
  background-color: #555 !important;
  color: #fff !important;
  border-color: #555 !important;
}

/* reCAPTCHA中央寄せ */
.g-recaptcha {
  transform: scale(1);
  transform-origin: center;
}

/* フォーム本体のtext-align影響を受けないように明示 */
form#imcForm {
  text-align: center;
}

#submit_button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
  background-color: #fff;
  color: #555;
  border: 1px solid #bbb;
}

html {
  -webkit-font-smoothing: antialiased; /* フォントスムージングをオフ */
}

body {
  font-weight: 300;
  -webkit-text-stroke: 0.3px; /* フォントの輪郭を調整少し控えめに */
  letter-spacing: 0.02em; /* 文字の詰まりを調整 */
  text-rendering: optimizeLegibility; /* 読みやすさを向上 */
}