@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}
body {
  font-family: "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  font-weight: 500;
  color: #000;
  background: url();
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
}

/* リンク設定
------------------------------------------------------------*/
a {
}

a:hover,
a:active {
}

a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
}

a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**** Clearfix ****/
.nav .panel:before,
nav .panel:after,
nav#mainNav:before,
nav#mainNav:after,
.newsTitle:before,
.newsTitle:after,
article:before,
article:after {
  content: "";
  display: table;
}
nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
article:after {
  clear: both;
}
nav .panel,
nav#mainNav,
.newsTitle,
article {
  zoom: 1;
}

*:first-child + html input[type="submit"] {
  padding: 3px;
}

.vertical_box {
  float: left;
}

/* レイアウト
------------------------------------------------------------*/

.clear {
  clear: both;
}

a {
  transition: all 0.3s;
}
button {
  transition: all 0.3s;
  cursor: pointer;
}

/* リンク
------------------------------------------------------------*/
a:link {
  color: #179047;
  text-decoration: none;
}
a:visited {
  color: #179047;
}
a:hover {
  color: #27c86b;
}
a:active {
  color: #27c86b;
}

/* タイポグラフィ
*****************************************************/

html > body h2.title span {
  padding: 7px 10px;
} /* IE7, IE8 */

/* フォーム
------------------------------------------------------------*/
input {
  font: "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
}

/* テキスト */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  vertical-align: middle;
  line-height: 35px;
  height: 35px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
  margin-bottom: 3px;
}
input.contact-text_ss {
  width: 20% !important;
}
input.contact-text_s {
  width: 50% !important;
}
input.contact-text_m {
  width: 65% !important;
}
input.contact-text_l {
  width: 90% !important;
}
/* regist */
input.regist-text {
  padding: 2px 5px;
  line-height: 2.5;
  width: 90%;
}
input.regist-text_middle {
  padding: 2px 5px;
  line-height: 2.5;
  width: 45%;
}
input.regist-text_short {
  padding: 2px 5px;
  line-height: 2.5;
  width: 20%;
}
/* start */
input.start-text {
  padding: 0 2%;
  line-height: 1.6;
  width: 94%;
  color: #666;
}

/* テキストエリア */
textarea {
  font-family: "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 1.5;
}
textarea.contact-textarea {
  font-family: "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  min-height: 100px;
  width: 96% !important;
  line-height: 1.5;
  padding: 2% 2%;
}
textarea.report-textarea {
  font-family: "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  min-height: 200px;
  min-width: 96%;
  width: 96%;
  line-height: 1.5;
  padding: 2% 2%;
}
textarea.message-textarea {
  font-family: "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  min-height: 5em;
  min-width: 96%;
  width: 96%;
  line-height: 1.5;
  padding: 2% 2%;
}
/* regist */
textarea.regist-textarea {
  min-height: 200px;
  min-width: 96%;
  width: 96%;
  line-height: 1.5;
  padding: 2% 5px;
}

/* セレクト */
select {
  font-family: "メイリオ", "Lucida Sans Unicode", "Lucida Grande", Arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
  line-height: 2.5;
  height: 2.8em;
  padding: 2px 3px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #d4d4d7;
  background: #fcfcfc;
  margin-bottom: 3px;
}
/* regist */
select.regist-select {
}

/* start */
select.start-select {
  color: #666;
  line-height: 2.3;
  height: 2.3em;
  padding: 2px 3px;
}

/* ラベル */
label {
  margin-right: 1em;
}

/* ラジオボタン */

/* regist */
input[type="radio"] {
  display: none;
}
label.radio-design01 {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
label.radio-design01::before,
label.radio-design01::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
label.radio-design01::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
label.radio-design01:hover::before {
  background: #fff;
}
label.radio-design01::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  -webkit-transform: scale(2);
  transform: scale(2);
}
input[type="radio"]:checked + label.radio-design01::before {
  background: #fff;
  border: 1px solid #3498db;
}
input[type="radio"]:checked + label.radio-design01::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス */
input[type="checkbox"] {
  display: none;
}
label.checkbox-design01 {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
label.checkbox-design01::before,
label.checkbox-design01::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
label.checkbox-design01::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
}
label.checkbox-design01::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #0eae71;
  border-bottom: 2px solid #0eae71;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}
label.checkbox-design01:hover::before {
  background: #fff;
}
input[type="checkbox"]:checked + label.checkbox-design01::before {
  background: #fff;
  border: 1px solid #0eae71;
}
input[type="checkbox"]:checked + label.checkbox-design01::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

/* ボタン */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 0 10px;
  background: #ffd600;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 3em;
  height: 3em;
  width: 200px;
  font-size: 100%;
  color: #111;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  cursor: pointer;
  background: #ffbe00;
}

input.message-reset {
  margin: 0.5em auto 0;
  padding: 0 0;
  background: #ffd600;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 2.4em;
  height: 2.4em;
  width: 120px;
  font-size: 0.9em;
  color: #111;
}

*:first-child + html input[type="submit"] {
  padding: 3px;
}

.vertical_box {
  float: left;
}

/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
.mincho {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
}
.right {
  text-align: right;
}
.w100 {
  width: 100%;
}
h2.h2styleA {
  font-size: 2.2em;
  color: #333;
}
span.textSizing-s {
  font-size: 0.8em;
  margin: 0 0.3em;
}
span.textSizing-l {
  font-size: 1.3em;
  margin: 0 0.3em;
}
.pc-display {
  display: block;
}
.tblt-display {
  display: none;
}
.sp-display {
  display: none;
}
.sp-hidden {
  display: block;
}
.tblt-hidden {
  display: block;
}

div#WholeWrap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

img.floating {
  bottom: 30px;
  right: 30px;
  position: fixed;
  z-index: 1;
  width: 100px;
}

div.Btn00-wrap {
  margin: 3em auto 2em;
  padding-bottom: 3em;
  border-bottom: 1px dotted #5f4725;
  width: 100%;
}
div.Btn00 {
  line-height: 55px;
  height: 55px;
  padding: 0;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  font-size: 1.4em;
  color: #5f4725;
  background: #efece4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
  border: 1px solid #5f4725;
}
div.Btn00 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #5f4725;
}
div.Btn00 a:hover {
  color: #877842;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.mt {
  margin-top: 10px;
}
.mt-l {
  margin-top: 30px;
}
.mb {
  margin-bottom: 10px;
}
.mb-l {
  margin-bottom: 30px;
}
.mnone {
  margin: 0 !important;
}
/*----------------------●FadeIn--------------------------*/
.effect i {
  height: auto;
  padding: 0;
  margin: 0;
  font-size: auto;
  transition: 2s;
}
.effect div {
  margin: auto;
  transition: 1.8s;
  transition-delay: 0s;
}

/*--------------------●SLIDE---------------------*/
.Opening {
  position: relative;
  margin-top: -140px;
  z-index: -1;
  background: #f1f1f1;
}
.OpeningInner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
div.HeadMessage {
  z-index: 100;
  position: absolute;
  top: 45%;
  left: 35%;
  right: 35%;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
  border: 1px solid #fff;
}
div.HeadMessage img {
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  display: block;
}
div.HeadMessage p {
  margin: 0px auto 0;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
  font-weight: normal;
  font-size: 1.2em;
}
/*--------------------●Header---------------------*/
header#headerIndex {
  width: 100%;
  max-width: 100%;
  min-width: 1024px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../img/gridtile_3x3.png), url(../img/mainvisualBg.gif-);
  background-position: center, center;
  background-size: auto, cover;
  box-sizing: border-box;
}
div#logo {
  width: 25%;
  text-align: center;
  float: left;
  z-index: 100;
  margin: 19px auto 0;
}
img#logoImg {
  width: 100%;
  max-width: 260px;
}
/*--------------------●Nav---------------------*/
nav#nav_pc {
  width: 100%;
  top: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 1px 0 0;
  position: fixed;
  top: 0;
  z-index: 9980;
  box-sizing: border-box;
}
div#nav_pc-Inner {
  width: 100%;
  margin: 0px auto 0px;
  padding: 0;
  box-sizing: border-box;
}
ul#menu-pc {
  width: 73%;
  height: 63px;
  float: right;
  margin: 0 0 0 auto;
  padding: 0;
  letter-spacing: -0.4em;
  text-align: right;
  box-sizing: border-box;
}
ul#menu-pc li {
  display: inline-block;
  list-style: none;
  width: 16.6666%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  height: 63px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  font-size: 0.9em;
  position: relative;
  letter-spacing: normal;
}
ul#menu-pc li span {
  font-size: 0.75em;
  color: #009245;
  letter-spacing: 0.1em;
}
ul#menu-pc li a {
  color: #111;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 14px;
  box-sizing: border-box;
}
ul#menu-pc li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 5px;
  background-color: #0eae71;
  transition: 0.3s;
}
ul#menu-pc li a:hover {
}
ul#menu-pc li a:hover::after {
  width: 100%;
}
.nav_on a {
  color: #0eae71 !important;
}
img.stayBnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000 !important;
  width: 140px;
}

/*----------------------●MOVIE--------------------------*/
.video-wrap {
}
.video-wrap > .cover {
  background: url(../img/gridtile_3x3.png);
  background-position: center;
  background-attachment: scroll;
  background-size: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 99;
}
.video-wrap video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}
.HeadMessage {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 30%;
  right: 30%;
  top: 46%;
  z-index: 999;
}
.HeadMessage img {
  width: 100%;
}

/*----------------------●Section NEWS--------------------------*/
section#sctNews {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 999;
  background: #fff;
}
div.sctNewsInner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 2.5em 0 2em;
  display: inline-flex;
  justify-content: space-around;
  letter-spacing: -4em;
  box-sizing: border-box;
}
div.sctNewsLeft {
  width: 23%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: normal;
}
h2.sctNews-h2 {
  font-size: 4em;
  font-weight: normal;
  line-height: 0.6;
  margin: 20px auto 0;
}
h2.sctNews-h2 span {
  font-size: 0.4em;
}
div.sctNewsCenter {
  width: 54%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  letter-spacing: normal;
  text-align: left;
}
dl.News-dl {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px dotted #ddd;
  letter-spacing: -4em;
  font-size: 0;
}
dl.News-dl dt {
  letter-spacing: normal;
  width: 20%;
  padding: 5px 5px;
  box-sizing: border-box;
  display: inline-block;
  border-top: 1px dotted #ddd;
  vertical-align: top;
  font-size: 16px;
}
dl.News-dl dd {
  letter-spacing: normal;
  width: 80%;
  padding: 5px 5px;
  box-sizing: border-box;
  display: inline-block;
  border-top: 1px dotted #ddd;
  vertical-align: top;
  font-size: 16px;
}

div.sctNewsRight {
  width: 18%;
  height: auto;
  margin: 100px auto 0 2%;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: normal;
}
div.NewsDetailBtn {
  width: 90%;
}
div.NewsDetailBtn a {
}
div.NewsDetailBtn a:hover {
}
/*----------------------●Section01--------------------------*/
section#section01 {
  width: 100%;
  max-width: 100%;
  min-width: 1024px;
  background: url(../img/sct01A.png), url(../img/sct01B.png), #fff;
  background-size: auto 100%, auto 100%;
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
  min-height: 450px;
  position: relative;
  z-index: 999;
}
div.sct01-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 4em 0;
}
div.sct01-Box {
  width: auto;
  left: 48%;
  right: 10%;
  position: absolute;
}
h3.sct01-h4 {
  font-size: 3em;
  line-height: 0.7;
  margin-bottom: 0.7em;
  color: #0eae71;
}
h3.sct01-h4 span {
  font-size: 0.4em;
  color: #aaa;
}
div.sct01-Box p {
  margin-bottom: 10px;
  text-shadow: 0 0 2px #fff;
}

/*----------------------●Section02--------------------------*/
section#section02 {
  width: auto;
  max-width: 100%;
  background: url(../img/sct02A.png), url(../img/sct02B.png), #fff;
  background-size: auto 100%, auto 100%;
  background-position: right, left;
  background-repeat: no-repeat, no-repeat;
  min-height: 450px;
  height: auto;
  position: relative;
  z-index: 999;
}
div.sct02-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 4em 0;
}
div.sct02-Box {
  width: auto;
  left: 10%;
  right: 48%;
  position: absolute;
}
h3.sct02-h4 {
  font-size: 3em;
  line-height: 0.7;
  margin-bottom: 0.7em;
  color: #0eae71;
}
h3.sct02-h4 span {
  font-size: 0.4em;
  color: #aaa;
}
div.sct02-Box p {
  margin-bottom: 10px;
  text-shadow: 0 0 2px #fff;
}

div.sct02-navWrap {
  width: 100%;
  margin: 4em auto 1em;
  padding: 0;
  display: inline-flex;
  justify-content: space-around;
}
div.sct02-nav {
  width: 45%;
  background: #0eae71;
  text-align: center;
  position: relative;
}
div.sct02-nav a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
}
div.sct02-nav a:hover {
}
/*----------------------●Section03--------------------------*/
section#section03 {
  width: 100%;
  margin: 0 auto;
  padding: 3em 0 0;
  height: auto;
  position: relative;
  z-index: 999;
  background: #fff;
}
div.sct03-Inner {
  min-width: 1024px;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  height: auto;
}

h3.sct03-h3 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 1em;
}
h3.sct03-h3 span {
  font-size: 0.6em;
  border-top: 1px solid #111;
  padding: 2px 10px;
}

div.sct03-Box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  display: inline-flex;
  justify-content: space-around;
  letter-spacing: -4em;
}
div.sct03-BoxLeft {
  width: 50%;
  margin: 0 auto;
  padding: 0em 0em;
  letter-spacing: normal;
  box-sizing: border-box;
  background: url(../img/sct03A.png) no-repeat center;
  background-size: cover;
}
div.sct03-BoxRight {
  width: 50%;
  margin: 0 auto;
  padding: 0 0;
  letter-spacing: normal;
  box-sizing: border-box;
  background: url(../img/sct03B.png) no-repeat center;
  background-size: cover;
}
h4.sct03-h4 {
  font-size: 1.8em;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 3px #111;
}
div.sct03-Box p {
  margin-bottom: 90px;
  text-shadow: 1px 1px 3px #111;
}
p.sct03-link {
  border: 1px solid #fff;
  padding: 5px 0 !important;
  margin: 5em auto 0 !important;
  left: 20%;
  right: 20%;
  width: 60% !important;
  background: #fff;
  color: #555;
  text-shadow: 0 0 0 #fff !important;
}
figure.snip1229 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  /*
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
    */
  width: 100%;
  color: #ffffff;
  text-align: center;
  letter-spacing: normal;
  box-sizing: border-box;
}
figure.snip1229 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
figure.snip1229 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.snip1229 figcaption {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.snip1229 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1229 h3 {
  display: table;
  margin: 0 auto;
  padding: 7px 10px 0;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  line-height: 0.8;
}
figure.snip1229 h3 span {
  font-size: 0.4em;
}
figure.snip1229 h3:before,
figure.snip1229 h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: "";
  background: white;
  top: 50%;
}
figure.snip1229 h3:before {
  left: -1000%;
}
figure.snip1229 h3:after {
  right: -1000%;
}
figure.snip1229 p {
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1229 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1229:hover img,
figure.snip1229.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1229:hover figcaption,
figure.snip1229.hover figcaption {
  top: 11%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1229:hover p,
figure.snip1229.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/*----------------------●Section04--------------------------*/
section#section04 {
  width: 100%;
  margin: 0px auto 0;
  padding: 3em 0 4em;
  height: auto;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
  background: #fff;
}
div.sct04-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
h3.sct04-h3 {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 1em;
}
h3.sct04-h3 span {
  font-size: 0.6em;
  border-top: 1px solid #111;
  padding: 2px 10px;
}

div.sct04-Box {
  width: 100%;
  margin: 0 auto;
  padding: 4em 6em;
  background: url(../img/sct04bg.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}
h4.sct04-h4 {
  font-size: 2.4em;
  font-weight: bold;
  color: #1ac859;
  text-shadow: 1px 1px 0px #fff;
  margin-bottom: 1em;
}
div.sct04-Box p {
  text-shadow: 1px 1px 0 #fff;
}
div.sct04-Box-linkWrap {
  width: 50%;
  margin: 2em auto 0;
}

/*--------------------●SUB---------------------*/
header#headerSub {
  width: 100%;
  height: 410px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
section.SubTitle {
  width: 100%;
  margin: 0 auto;
  padding: 1.5em 0 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  bottom: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}
div.SubTitleInner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
}
h2.SubTitle-h2 {
  font-size: 3em;
  color: #0eae71;
  margin: 0 auto 0;
  line-height: 1.2;
  text-align: left;
  font-weight: normal;
}
h2.SubTitle-h2 span {
  font-size: 0.8em;
}
p.SubTitle-p {
  font-size: 1em;
  color: #ccc;
  text-align: left;
}
section.SubMessage {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(../img/oem_titleBar.png) no-repeat center;
  font-size: 1.1em;
}
div.SubMessageInner {
  width: 800px;
  margin: 6em auto;
  padding: 0;
  text-align: center;
}
div.SubMessageInner p {
  margin-bottom: 10px;
}
section.SubMessage2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
}
div.SubMessage2Inner {
  width: 1020px;
  margin: 4em auto;
  padding: 0;
  text-align: left;
  letter-spacing: normal;
}
div.SubMessage2Inner p {
  margin-bottom: 15px;
}
div.SubMessage2Box {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.SubMessage2Box::before,
.SubMessage2Box::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.SubMessage2Box::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.SubMessage2Box::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
section.SubOuterStyleA {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background: #f9f9f9;
}
section.SubInnerStyleA {
  max-width: 1200px;
  min-width: 1024px;
  margin: 2em auto 2em;
  padding: 0;
  letter-spacing: -4em;
  box-sizing: border-box;
}
section.SubInnerStyleA p {
  margin-bottom: 10px;
}
div.SubBoxStyleA {
  letter-spacing: normal;
  width: 100%;
  background: #f9f9f9;
  margin: 1em auto;
  padding: 2em 4em;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.SubBoxStyleA-Left {
  width: 25%;
  vertical-align: top;
}
div.SubBoxStyleA-Right {
  width: 75%;
  vertical-align: top;
}
div.SubBoxStyleA-Bottom {
  width: 100%;
}

div.SubBoxStyleB {
  letter-spacing: normal;
  width: 100%;
  border: 8px solid #eee;
  margin: 0 auto 4em;
  padding: 2em 4em;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
div.SubBoxStyleB-Left {
  width: 40%;
  vertical-align: top;
}
div.SubBoxStyleB-Left img {
  max-width: 100%;
}
div.SubBoxStyleB-Right {
  width: 60%;
  vertical-align: top;
}

div.SubBoxStyleC {
  letter-spacing: normal;
  width: 100%;
  border: 8px solid #eee;
  margin: 0 auto 4em;
  padding: 2em 4em;
  box-sizing: border-box;
}
h3.SubTitle-h3StyleA {
  background: #444;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  left: 0;
  width: 200px;
  max-width: 100%;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}
h4.h4-styleA {
  position: relative;
  text-align: left;
  font-size: 1.5em;
  color: #0eae71;
  line-height: 2;
  margin: 15px auto 10px;
}
h4.h4-styleA span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0 1em 0 0;
  background-color: #fff;
  text-align: left;
}
h4.h4-styleA::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0eae71;
}

div.notice-box {
  width: 96%;
  padding: 2em 2em;
  margin: 1.5em auto 0.5em;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px #ddd;
  background: rgba(253, 255, 244, 1);
}
div.margin-dlt {
  margin: 0 auto !important;
}

/*--------------------●OEM---------------------*/
header.headerOem {
  background: url(../img/gridtile_3x3.png), url(../img/oemBg.gif);
  background-position: center, center;
  background-size: auto, cover;
}

ul.toriatsukai-ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
ul.toriatsukai-ul li {
  list-style: none;
  padding: 5px 0 10px 30px;
  margin: 0 auto;
  border-top: 1px dotted #eee;
  background: url(../img/oemCheck.png) no-repeat;
  background-position: 0 8px;
  background-size: 20px;
}
img.oem-graph {
  width: 80%;
  margin: 0 auto;
}
table.oem-table {
  font-size: 0.9em;
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  table-layout: fixed;
  width: 100%;
}
table.oem-table th {
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 8px 3px;
  box-sizing: border-box;
  line-height: 1.1;
}
table.oem-table th.oem-table_bgA {
  background: #cfffeb;
}
table.oem-table th.oem-table_bgB {
  background: #b7e1ff;
}
table.oem-table th.oem-table_bgC {
  background: #ffcfd0;
}
table.oem-table th.oem-table_bgD {
  background: #ffe98d;
}
table.oem-table td {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  text-align: right;
  padding: 8px 3px;
  box-sizing: border-box;
  line-height: 1.1;
}
table.oem-table td.oem-table_bg01 {
  background: #f9f9f9;
}
div.oemImgWrap {
  margin: 0 auto 2em;
}
div.oemImgWrap img {
  width: 100%;
}

/*--------------------●INSTITUTE---------------------*/
header.headerInstitute {
  background: url(../img/gridtile_3x3.png), url(../img/instituteBg.gif);
  background-position: center, center;
  background-size: auto, cover;
}
img.instituteFlow {
  width: 84%;
  margin: 1em auto 0;
  display: block;
}
div.InstituteImgWrap {
  margin: 2em auto 3em;
  width: 100%;
}

div.instituteFlowWrap {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 1em;
  box-sizing: border-box;
}
div.instituteFlowBox {
  width: 100%;
  min-height: 120px;
  margin: 0 auto 2em;
  padding: 1em 1em 0.5em 7em;
  box-sizing: border-box;
  border: 3px solid #0eae71;
  position: relative;
  background-position: 5px 5px;
  background-size: 100px;
}
h4.instituteFlow-h4 {
  font-size: 1.6em;
  color: #0eae71;
  border-bottom: 1px solid #0eae71;
  margin-bottom: 13px;
}
.triangleBottom {
  width: 0;
  height: 0;
  margin-top: 9px;
  margin-left: -75px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0eae71;
}

.instituteFlowBg01 {
  background: url(../img/instituteFlow01.png) no-repeat;
}
.instituteFlowBg02 {
  background: url(../img/instituteFlow02.png) no-repeat;
}
.instituteFlowBg03 {
  background: url(../img/instituteFlow03.png) no-repeat;
}
.instituteFlowBg04 {
  background: url(../img/instituteFlow04.png) no-repeat;
}
.instituteFlowBg05 {
  background: url(../img/instituteFlow05.png) no-repeat;
}
.instituteFlowBg06 {
  background: url(../img/instituteFlow06.png) no-repeat;
}
.instituteFlowBg07 {
  background: url(../img/instituteFlow07.png) no-repeat;
}
.instituteFlowBg08 {
  background: url(../img/instituteFlow08.png) no-repeat;
}

/*--------------------●MANUFACTURE---------------------*/
header.headerManufacture {
  background: url(../img/gridtile_3x3.png), url(../img/manufactureBg.gif);
  background-position: center, center;
  background-size: auto, cover;
}
div.ManufactureImgWrap {
  margin: 2em auto 0;
}
div.ManufactureImgWrap img {
  width: 100%;
}
div.manufactureMessage {
  width: 100%;
  margin: 3em auto 1em;
  text-align: center;
  position: relative;
  padding: 0px 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  color: #26a86a;
}
.manufactureMessage::before,
.manufactureMessage::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.manufactureMessage::before {
  top: 0;
  left: 0;
  border-top: 3px solid #26a86a;
  border-left: 3px solid #26a86a;
}
.manufactureMessage::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #26a86a;
  border-right: 3px solid #26a86a;
}
div.manufactureMessage > p > span {
  font-size: 2em;
  margin: 0 8px;
}

/*--------------------●ABOUT---------------------*/
header.headerAbout {
  background: url(../img/gridtile_3x3.png), url(../img/aboutBg.gif);
  background-position: center, center;
  background-size: auto, cover;
}
div.AboutWrap {
  width: 100%;
  margin: 0 auto 5em;
  padding: 0;
  display: inline-flex;
  justify-content: space-between;
  letter-spacing: normal;
}
div.AboutLeft {
  width: 20%;
}
div.AboutRight {
  width: 80%;
  border: 2px solid #f2f2f2;
  padding: 1.5em 2.5em 3em;
  box-sizing: border-box;
}
div.syacho {
  background: url(../img/staff/syacho.jpg) no-repeat;
  background-position: right bottom;
  background-size: auto 500px;
  padding-bottom: 40px;
}
div.syachoBox {
  width: 60%;
  text-shadow: 1px 1px 0 #fff;
}
.signWrap {
  width: 260px;
  margin: 50px 0 0 auto;
}
.signWrap p {
  margin: 0 !important;
  padding: 0;
  line-height: 1;
}
.signWrap img {
  margin: 0;
  padding: 0;
}
ul.AboutNav {
  width: 100%;
  top: 0;
}
ul.AboutNav li {
  line-height: 54px;
  height: 54px;
  width: 100%;
  margin: 0 -2px 0 auto;
  padding: 0;
  background: #f2f2f2;
  box-sizing: border-box;
  position: relative;
}
ul.AboutNav li.on {
  border: 2px solid #f2f2f2;
  border-right: none;
  background: #fff;
}
ul.AboutNav li a {
  color: #111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 15px;
  box-sizing: border-box;
  position: absolute;
}
ul.AboutNav li a:hover {
  background: #f9f9f9;
}
h3.About-h3 {
  font-size: 2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #fff;
  background: #888;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: normal;
}
dl.About-dl {
  width: 100%;
  margin: 0 auto 1em;
  padding: 0;
  display: inline-flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.About-dl dt {
  width: 20%;
  margin: 0 auto;
  padding: 10px 5px;
  box-sizing: border-box;
  border-top: 1px dotted #f2f2f2;
  vertical-align: top;
}
dl.About-dl dd {
  width: 80%;
  margin: 0 auto;
  padding: 10px 5px;
  box-sizing: border-box;
  border-top: 1px dotted #f2f2f2;
  vertical-align: top;
}
dl.About-dl dt.bgc {
  background: #f1fbf6;
  border-bottom: 1px solid #fff;
}
.AboutMapWrap {
  width: 100%;
  margin: 1em auto;
  box-sizing: border-box;
}

ul.privacy-ul {
}
ul.privacy-ul li {
  list-style: disc;
  padding: 0 0 5px 0;
  margin: 0 0 5px 20px;
  box-sizing: border-box;
  border-bottom: 1px dotted #ddd;
}

/*----------------------●Service--------------------------*/
header.headerService {
  background: url(../img/gridtile_3x3.png), url(../img/serviceBg.gif);
  background-position: center, center;
  background-size: auto, cover;
}

/*----------------------●Recruit--------------------------*/
header.headerRecruit {
  background: url(../img/gridtile_3x3.png), url(../img/recruitBg.gif);
  background-position: center, center;
  background-size: auto, cover;
}
section.recruit01-Wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(../img/recruit01-bg.png) center no-repeat;
}
div.recruit01-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  min-height: 660px;
  margin: 0 auto;
  padding: 3em 0 0;
}
div.recruit01-box {
  width: 540px;
  margin: 120px auto 0 0;
}
div.recruit01-box p {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
}
h2.recruit-h2 {
  font-size: 6.6em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 20px;
  text-shadow: 1px 1px 0 #fff;
}
h2.recruit-h2::after {
  display: block; /*ブロック要素へ*/
  background-color: #111; /*下線の色を指定*/
  content: ""; /*擬似要素の追加*/
  width: 220px; /*長さの指定*/
  height: 6px; /*高さを1px指定して線にする*/
  margin: 0px; /*余白の指定*/
}
h3.recruit-h3 {
  font-size: 2.2em;
  margin: 0 auto 30px;
  text-shadow: 1px 1px 0 #fff;
}
section.recruit02-Wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(../img/recruit02-bg.png) top no-repeat;
}
div.recruit02-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 0 3em;
}
div.recruit02-box {
  width: 620px;
  margin: 0 0 0 auto;
  padding: 60px 0 0 0;
}
h3.recruit-h3_bm {
  margin-bottom: 2em;
}
div.recruit02-box p {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
}
h4.recruit-h4 {
  font-size: 1.1em;
  color: #0eae71;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
  margin: 14px auto 25px;
}

section.recruit03-Wrap {
  width: 100%;
  margin: -90px auto 0;
  padding: 0;
  background: url(../img/recruit03-bg.png) top no-repeat;
}
div.recruit03-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  min-height: 660px;
  margin: 0 auto;
  padding: 5em 0 0;
}
div.recruit03-box {
  width: 100%;
  margin: 0 auto 0 0;
}

div.recruit03-con {
  margin: 1em auto;
  display: inline-flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
div.recruit03-conBox {
  width: 17%;
  margin: 0 auto 2em;
  position: relative;
}
div.recruit03-conBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
div.recruit03-conBox a:hover {
  background: rgba(255, 255, 255, 0.6);
}
div.recruit03-conBox-pic {
  position: absolute;
  width: 100%;
  height: 300px;
  margin: 0 auto 10px;
  background-position: center;
  background-size: cover;
  position: relative;
}
div.recruit03-conBox-dep {
  background: rgba(6, 114, 58, 0.83);
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 55%;
}
h4.recruit03-h4Name {
}
h4.recruit03-h4Name span {
  font-size: 0.8em;
  color: #999;
  margin-left: 10px;
}
div.recruit03-conTitle {
  font-size: 1.1em;
}
.staff-A1 {
  background: url(../img/staff/staff-36b.jpg);
}
.staff-A2 {
  background: url(../img/staff/staff-37b.jpg);
}
.staff-A3 {
  background: url(../img/staff/staff-50b.jpg);
}
.staff-A4 {
  background: url(../img/staff/staff-40b.jpg);
}
.staff-A5 {
  background: url("../img/staff/staff-59b.png");
}
.staff-A6 {
  background: url(../img/staff/staff-42b.jpg);
}
.staff-A7 {
  background: url(../img/staff/staff-49b.jpg);
}
.staff-A8 {
  background: url(../img/staff/staff-46b.jpg);
}
.staff-A9 {
  background: url("../img/staff/staff-58b.png");
}
.staff-A10 {
  background: url(../img/staff/staff-52b.jpg);
}
.staff-A11 {
  background: url(../img/staff/staff-51b.jpg);
}
.staff-A12 {
  background: url("../img/staff/staff-60b.png");
}
.staff-A13 {
  background: url(../img/staff/staff-54b.png);
}
.staff-A14 {
  background: url(../img/staff/staff-55b.png);
}
.staff-A15 {
  background: url(../img/staff/staff-56b.png);
}
.staff-A16 {
  background: url(../img/staff/staff-57b.png);
}
.staff-23a {
  background: url("../img/staff/staff-2023a.png");
}
.staff-23b {
  background: url("../img/staff/staff-2023b.png");
}
.staff-23c {
  background: url("../img/staff/staff-2023c.png");
}
.staff-23d {
  background: url("../img/staff/staff-2023d.png");
}
.staff-24a {
  background: url("../img/staff/staff-2024a.png");
}
.staff-24b {
  background: url("../img/staff/staff-2024b.png");
}

section.recruit04-Wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(../img/recruit04-bg.png),
    url("../img/recruit_scheduleBg2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center 70px, bottom;
}
div.recruit04-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 0 4em;
  text-align: center;
}
div.recruit04-box {
  width: 700px;
  margin: 0 0 0 auto;
  padding: 0px 0 0 0;
}
div.recruit04-box p {
  text-shadow: 1px 1px 1px #fff;
}
div.recruit-scheduleWrap {
  margin: 40px auto 0;
  width: 92%;
  display: inline-flex;
  justify-content: space-around;
  text-align: left;
}
div.recruit-scheduleImgWrap {
  width: 45%;
  margin: 40px auto 0;
}
img.recruit-schedule-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #2bc388;
  box-sizing: border-box;
  padding: 10px;
  background: #f9f9f9;
}
dl.recruit-schedule {
  width: 50%;
  letter-spacing: -4em;
  border-bottom: 1px dotted #999;
  box-sizing: border-box;
  font-size: 0;
}
dl.recruit-schedule p {
  letter-spacing: normal;
  font-weight: bold;
  color: #079b38;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-size: 16px;
}
dl.recruit-schedule dt {
  letter-spacing: normal;
  display: inline-block;
  width: 35%;
  padding: 7px 0;
  border-top: 1px dotted #999;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 16px;
}
dl.recruit-schedule dd {
  letter-spacing: normal;
  display: inline-block;
  width: 65%;
  padding: 7px 0;
  border-top: 1px dotted #999;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 16px;
}
div.recruit04-tbl-addWrap {
  width: 100%;
  margin: 130px auto 0;
  display: inline-flex;
  justify-content: space-around;
  box-sizing: border-box;
}
section.recruit05-Wrap {
  width: 100%;
  padding: 4em 0 7em;
  background: #555;
  color: #fff;
}
div.recruit05-Inner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
div.recruit05-Inner h2 {
  text-shadow: none;
  margin-bottom: 40px;
}
div.recruit05-box {
  margin: 1em auto 0;
}
h3.recruit-h3_w {
  font-size: 2.1em;
}
dl.recruit05-dl {
  margin: 2em auto 2em;
  left: -4em;
  width: 90%;
}
.recruit05-dl dt {
  letter-spacing: normal;
  width: 20%;
  padding: 7px 3px;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px dotted #666;
  display: inline-block;
  vertical-align: top;
}
.recruit05-dl dd {
  letter-spacing: normal;
  width: 79%;
  padding: 7px 3px;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px dotted #666;
  display: inline-block;
  vertical-align: top;
}
.recruit05-dl img {
  width: 100%;
}
p.recruit05-p {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #f4ffa8;
  margin-bottom: 10px;
}
.recruit05-dl p {
  margin-bottom: 10px;
}
.recruit05-dl p span {
  background: #fff;
  color: #333;
  padding: 0 10px 0;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #555;
}

h3.recruit-h3_w {
  position: relative;
  text-align: left;
  font-size: 1.5em;
  color: #fff;
  line-height: 2;
  margin: 15px auto 10px;
}
h3.recruit-h3_w span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em 0 0;
  padding: 0 1em 0 0;
  background-color: #555;
  text-align: left;
}
h3.recruit-h3_w::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.lity-ConWrap2 {
  background: rgba(255, 255, 255, 1);
  width: 1000px;
  padding: 10px 20px;
  box-sizing: border-box;
  max-height: 660px;
  overflow: scroll;
  box-sizing: border-box;
  z-index: 9999 !important;
}

div.lity-staff-Wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: -4em;
  margin: 1em auto;
  text-shadow: 1px 1px 3px #fff;
}
div.lity-staff-BoxLeft {
  letter-spacing: normal;
  width: 25%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 10px;
}
div.lity-staff-BoxLeft img {
  width: 100%;
}
div.lity-staff-BoxRight {
  letter-spacing: normal;
  width: 75%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px;
}
h4.lity-staff-h4 {
  font-size: 2em;
  margin-bottom: 20px;
}
h4.lity-staff-h4 span {
  font-size: 0.5em;
  margin: 0 auto 0 20px;
  padding: 3px 20px;
  background: #999;
  color: #fff;
  border-radius: 4px;
  text-shadow: none;
}
h5.lity-staff-h5 {
  font-size: 1.1em;
  color: #0eae71;
  border-bottom: 1px dotted #0eae71;
  margin: 1em auto 10px;
}
div.lbDec2 {
  min-width: 50%;
  max-width: 96%;
  margin: 0 auto;
  padding: 1em 0;
  background: rgba(20, 138, 48, 0.7);
  color: #fff;
}
div.lbDec2 > h5 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 0;
}

/*----------------------●Contact--------------------------*/
header.headerContact {
  background: url(../img/gridtile_3x3.png), url(../img/contactBg.gif);
  background-position: center, center;
  background-size: auto, cover;
}
div.contact_bg {
}
section#SectionContact {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
div#ContactInner {
  width: auto;
  max-width: auto;
  min-width: 96%;
  margin: 3em auto;
  padding: 0;
}
h2.h2-contact {
}
h2.h2-contact img {
}
div.contactMessage {
  width: 100%;
  margin: 0 auto;
  border-bottom: 3px solid #fff;
}

div.sctContact-Box {
  width: 94%;
  padding: 1em 1em;
  margin: 1em auto;
  letter-spacing: -4em;
  box-sizing: border-box;
}
h3.contact1st-Inner-h3 {
}
div.contact1st-Inner-mail {
}
h3.contact1st-Inner-h3 {
}
dl.contact1st-Inner-mail-dl {
  margin: 1em auto;
  letter-spacing: normal;
}
dt.contact1st-Inner-mail-dt {
  width: 29%;
  display: inline-block;
  margin: 0 auto;
  padding: 9px 0;
  font-size: 0.9em;
  box-sizing: border-box;
  border-top: 1px dotted #ddd;
  vertical-align: top;
}
dd.contact1st-Inner-mail-dd {
  width: 70%;
  display: inline-block;
  margin: 0 auto;
  padding: 9px 0;
  border-top: 1px dotted #ddd;
  box-sizing: border-box;
  vertical-align: top;
}
p.contact-tel {
  font-size: 1.4em;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
p.contact-tel span {
  font-size: 1.6em;
  margin-left: 5px;
}
/*----------------------●ToTop--------------------------*/
#toTop {
  width: 80px;
  height: auto;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: none;
  opacity: 0.8;
  z-index: 1000;
}
#toTop > ul {
  width: 100%;
  height: 100%;
  font-size: 0;
}
#toTop > ul li {
  list-style: none;
  display: inline-block;
  width: 50%;
  font-size: 16px;
  text-align: center;
}
#toTop > ul li img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
/*--
#toTop a.eng{
  position: relative;
  display: block;
  width: 49px;
  height: 49px;
  text-decoration: none;
    display: inline-block;
}
    #toTop a.eng::before{
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 49px;
      height: 49px;
      top: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
    }
#toTop a.china{
  position: relative;
  display: block;
  width: 49px;
  height: 49px;
  text-decoration: none;
    display: inline-block;
}
    #toTop a.china::before{
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 49px;
      height: 49px;
      top: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
    }
--*/
/*--------------------●GoTOP---------------------*/
section#GotopWrap {
  width: 100%;
  margin: -70px 0 10px;
  padding: 1em 0;
  position: relative;
  z-index: 998;
}
div#GotopInner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
div.Gotop {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
div.Gotop img {
  width: 137px;
}

/*--------------------●Footer ---------------------*/
#copyright {
  clear: both;
  margin: 0em auto 0;
  padding: 5px;
  text-align: center;
  font-style: normal;
  font-size: 85%;
  zoom: 1;
}
footer#footer {
  border-top: #0eae71 4px double;
  width: 100%;
  background: #f9f9f9;
  height: auto;
  margin: 0;
  padding: 0.5em 0;
  position: relative;
  z-index: 1000;
}
div#footerInner {
  width: auto;
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto 3em;
  padding: 0;
  letter-spacing: -4em;
}
div.footerLeft {
  text-align: center;
  width: 50%;
  margin: 50px auto 0;
  vertical-align: top;
  letter-spacing: normal;
}
h4.footer-h4 {
  font-size: 1.8em;
  color: #0eae71;
  margin-bottom: 1em;
}
ul.footerLeft-sns {
  display: inline-flex;
  justify-content: space-around;
}
ul.footerLeft-sns li {
  width: 50%;
  text-align: center;
}
ul.footerLeft-sns li img {
  width: 60%;
  margin: 0 auto;
}

div.footerRight {
  width: 50%;
  text-align: center;
  margin: 50px auto 0;
  padding: 0 0;
  box-sizing: border-box;
  vertical-align: top;
  box-sizing: border-box;
  letter-spacing: normal;
}
h3.footer-h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1;
}
h3.footer-h3 span {
  font-size: 0.6em;
}
.footerInfo {
}
.footerInfo p {
}
.footerInfo p span {
  font-size: 1.6em;
}
.footerInfo p span a {
  color: #333;
}

div.footer-list {
  text-align: left;
  margin: 0 auto;
  font-size: 0.8em;
  letter-spacing: normal;
}
ul.footer-list-ul {
  width: 100%;
  text-align: center;
}
li.footer-list-li {
  list-style: none;
  display: inline-block;
  line-height: 1.8;
  border-right: 1px solid #ccc;
  padding: 0 20px;
}
li.fll-right {
  border-right: none;
}
li.footer-list-li a {
  color: #333;
}
li.footer-list-li a:hover {
  color: #777;
}
div.amsWrap {
  letter-spacing: normal;
  width: 100%;
  text-align: center;
  margin: 3em auto;
  padding: 0em 3em 2em;
  box-sizing: border-box;
}
div.amsGroupBox {
  width: 100%;
  margin: 0 auto;
}
h3.ams-h3 {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  color: #0eae71;
  line-height: 2;
  margin: 15px auto 20px;
  width: 100%;
}
h3.ams-h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 auto 0;
  padding: 0 1em 0;
  background-color: #f9f9f9;
  text-align: left;
}
h3.ams-h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0eae71;
}
span.Bc {
  color: #ff0004;
}
span.Cc {
  color: #ff5614;
}
span.Ec {
  color: #11af6d;
}
span.Fc {
  color: #0083cc;
}

/*-------- Form --------*/

@media screen and (max-width: 1300px) {
  /* コンテンツ
*****************************************************/

  /*--------------------●共通---------------------*/
  h2.h2styleA {
  }
  span.textSizing-s {
  }
  .pc-display {
  }
  .tblt-display {
  }
  .sp-display {
  }
  .sp-hidden {
  }
  .tblt-hidden {
  }

  div#WholeWrap {
  }

  /*--------------------●SLIDE---------------------*/
  .Opening {
  }
  .Opening ul li {
  }
  .Opening ul li img.Opening__text {
  }
  .Opening ul li span {
  }
  .Opening ul li span img.Opening__img {
  }
  div.HeadMessage {
    top: 300px;
  }
  /*--------------------●Header---------------------*/
  header#headerIndex {
  }
  div#logo {
  }
  img#logoImg {
  }
  /*--------------------●Nav---------------------*/
  nav#nav_pc {
    width: 100%;
  }
  div#nav_pc-Inner {
    width: 100%;
    min-width: 1024px;
  }
  ul#menu-pc {
  }
  ul#menu-pc li {
  }
  ul#menu-pc li span {
  }
  ul#menu-pc li a {
  }
  ul#menu-pc li a::after {
  }
  ul#menu-pc li a:hover {
  }
  ul#menu-pc li a:hover::after {
  }
  img.stayBnr {
  }
  /*----------------------●Section NEWS--------------------------*/
  section#sctNews {
  }
  div.sctNewsInner {
  }
  div.sctNewsLeft {
  }
  h2.sctNews-h2 {
  }
  h2.sctNews-h2 span {
  }
  div.sctNewsCenter {
  }
  dl.News-dl {
  }
  dl.News-dl dt {
    width: 22%;
  }
  dl.News-dl dd {
    width: 78%;
  }

  div.sctNewsRight {
  }
  div.NewsDetailBtn {
    width: 90%;
  }
  div.NewsDetailBtn a {
  }
  div.NewsDetailBtn a:hover {
  }
  /*----------------------●Section01--------------------------*/
  section#section01 {
  }
  div.sct01-Inner {
  }
  div.sct01-Box {
  }
  h3.sct01-h4 {
  }
  h3.sct01-h4 span {
  }
  div.sct01-Box p {
  }

  /*----------------------●Section02--------------------------*/
  section#section02 {
    min-height: 500px;
  }
  div.sct02-Inner {
  }
  div.sct02-Box {
    left: 10%;
    right: 40%;
  }
  h3.sct02-h4 {
  }
  h3.sct02-h4 span {
  }
  div.sct02-Box p {
  }

  div.sct02-navWrap {
  }
  div.sct02-nav {
  }
  div.sct02-nav a {
  }
  div.sct02-nav a:hover {
  }
  /*----------------------●Section03--------------------------*/
  section#section03 {
  }
  div.sct03-Inner {
  }

  h3.sct03-h3 {
  }
  h3.sct03-h3 span {
  }

  div.sct03-Box {
  }
  div.sct03-BoxLeft {
  }
  div.sct03-BoxRight {
  }
  h4.sct03-h4 {
  }
  div.sct03-Box p {
  }
  p.sct03-link {
  }
  figure.snip1229 {
  }
  figure.snip1229 * {
  }
  figure.snip1229 img {
  }
  figure.snip1229 figcaption {
  }
  figure.snip1229 .heading {
  }
  figure.snip1229 h3 {
  }
  figure.snip1229 h3 span {
  }
  figure.snip1229 h3:before,
  figure.snip1229 h3:after {
  }
  figure.snip1229 h3:before {
  }
  figure.snip1229 h3:after {
  }
  figure.snip1229 p {
  }
  figure.snip1229 a {
  }
  figure.snip1229:hover img,
  figure.snip1229.hover img {
  }
  figure.snip1229:hover figcaption,
  figure.snip1229.hover figcaption {
  }
  figure.snip1229:hover p,
  figure.snip1229.hover p {
  }

  /*----------------------●Section04--------------------------*/
  section#section04 {
  }
  div.sct04-Inner {
  }
  h3.sct04-h3 {
  }
  h3.sct04-h3 span {
  }

  div.sct04-Box {
  }
  h4.sct04-h4 {
  }
  div.sct04-Box-linkWrap {
  }

  /*--------------------●SUB---------------------*/
  header#headerSub {
  }
  section.SubTitle {
  }
  div.SubTitleInner {
    margin: 0 auto;
  }
  h2.SubTitle-h2 {
  }
  p.SubTitle-p {
  }
  section.SubMessage {
  }
  div.SubMessageInner {
  }
  div.SubMessageInner p {
  }
  section.SubMessage2 {
  }
  div.SubMessage2Inner {
  }
  div.SubMessage2Inner p {
  }
  section.SubInnerStyleA {
  }
  section.SubInnerStyleA p {
  }
  div.SubBoxStyleA {
  }
  div.SubBoxStyleA-Left {
  }
  div.SubBoxStyleA-Right {
  }

  div.SubBoxStyleB {
  }
  div.SubBoxStyleB-Left {
  }
  div.SubBoxStyleB-Left img {
  }
  div.SubBoxStyleB-Right {
  }
  div.SubBoxStyleC {
  }
  h3.SubTitle-h3StyleA {
  }
  h4.h4-styleA {
  }
  h4.h4-styleA span {
  }
  h4.h4-styleA::before {
  }

  /*--------------------●OEM---------------------*/
  header.headerOem {
  }

  ul.toriatsukai-ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  ul.toriatsukai-ul li {
    list-style: none;
    padding: 5px 0 10px 30px;
    margin: 0 auto;
    border-top: 1px dotted #eee;
    background: url(../img/oemCheck.png) no-repeat;
    background-position: 0 8px;
    background-size: 20px;
  }
  img.oem-graph {
    width: 80%;
    margin: 0 auto;
  }

  /*--------------------●INSTITUTE---------------------*/
  header.headerInstitute {
  }
  img.instituteFlow {
  }
  div.instituteFlowWrap {
  }
  div.instituteFlowBox {
  }
  h4.instituteFlow-h4 {
  }
  .triangleBottom {
  }

  /*--------------------●MANUFACTURE---------------------*/
  header.headerManufacture {
  }
  div.ManufactureImgWrap {
  }
  div.ManufactureImgWrap img {
  }

  /*--------------------●ABOUT---------------------*/
  header.headerAbout {
  }
  div.AboutWrap {
  }
  div.AboutLeft {
  }
  div.AboutRight {
  }
  ul.AboutNav {
  }
  ul.AboutNav li {
  }
  ul.AboutNav li.on {
  }
  ul.AboutNav li a {
  }
  ul.AboutNav li a:hover {
  }
  h3.About-h3 {
  }
  dl.About-dl {
  }
  dl.About-dl dt {
  }
  dl.About-dl dd {
  }
  dl.About-dl dt.bgc {
  }
  .AboutMapWrap {
  }

  ul.privacy-ul {
  }
  ul.privacy-ul li {
  }

  /*----------------------●Service--------------------------*/
  header.headerService {
  }

  /*----------------------●Recruit--------------------------*/
  section.recruit01-Wrap {
  }
  div.recruit01-Inner {
  }
  div.recruit01-box {
  }
  h2.recruit-h2 {
  }
  h2.recruit-h2::after {
  }
  h3.recruit-h3 {
  }
  section.recruit02-Wrap {
  }
  div.recruit02-Inner {
  }
  div.recruit02-box {
  }
  div.recruit02-box p {
  }

  section.recruit03-Wrap {
  }
  div.recruit03-Inner {
  }
  div.recruit03-box {
  }

  div.recruit03-con {
  }
  div.recruit03-conBox {
  }
  div.recruit03-conBox a {
  }
  div.recruit03-conBox a:hover {
  }
  div.recruit03-conBox-pic {
  }
  div.recruit03-conBox-dep {
  }
  h4.recruit03-h4Name {
  }
  h4.recruit03-h4Name span {
  }
  div.recruit03-conTitle {
  }
  .staff-A1 {
  }
  .staff-A2 {
  }
  .staff-A3 {
  }
  .staff-A4 {
  }
  .staff-A5 {
  }
  .staff-A6 {
  }
  .staff-A7 {
  }
  .staff-A8 {
  }
  .staff-A9 {
  }

  section.recruit04-Wrap {
  }
  div.recruit04-Inner {
  }
  div.recruit04-box {
  }
  div.recruit04-box p {
  }
  div.recruit-scheduleWrap {
  }
  div.recruit-scheduleImgWrap {
  }
  img.recruit-schedule-img {
  }
  dl.recruit-schedule {
  }
  dl.recruit-schedule {
  }
  dl.recruit-schedule p {
  }
  dl.recruit-schedule dt {
  }
  dl.recruit-schedule dd {
  }
  section.recruit05-Wrap {
  }
  div.recruit05-Inner {
  }
  div.recruit05-Inner h2 {
  }
  div.recruit05-box {
  }
  h3.recruit-h3_w {
  }
  dl.recruit05-dl {
  }
  .recruit05-dl dt {
  }
  .recruit05-dl dd {
  }
  p.recruit05-p {
  }
  .recruit05-dl p {
  }

  h3.recruit-h3_w {
  }
  h3.recruit-h3_w span {
  }
  h3.recruit-h3_w::before {
  }

  .lity-ConWrap2 {
  }

  div.lity-staff-Wrap {
  }
  div.lity-staff-BoxLeft {
  }
  div.lity-staff-BoxLeft img {
  }
  div.lity-staff-BoxRight {
  }
  h4.lity-staff-h4 {
  }
  h4.lity-staff-h4 span {
  }
  h5.lity-staff-h5 {
  }

  /*--------------------●GoTOP---------------------*/
  section#GotopWrap {
  }
  div#GotopInner {
  }
  div.Gotop {
  }
  div.Gotop img {
  }

  /*--------------------●Footer ---------------------*/
  #copyright {
  }
  footer#footer {
  }
  div#footerInner {
  }
  div.footerLeft {
  }
  h4.footer-h4 {
  }
  ul.footerLeft-sns {
  }
  ul.footerLeft-sns li {
  }
  ul.footerLeft-sns li img {
  }

  div.footerRight {
  }
  h3.footer-h3 {
  }
  h3.footer-h3 span {
  }
  .footerInfo {
  }
  .footerInfo p {
  }
  .footerInfo p span {
  }
  .footerInfo p span a {
  }

  div.footer-list {
  }
  ul.footer-list-ul {
  }
  li.footer-list-li {
  }
  li.fll-right {
  }
  li.footer-list-li a {
  }
  li.footer-list-li a:hover {
  }
  div.amsWrap {
  }
  div.amsGroupBox {
  }
  h3.ams-h3 {
  }
  h3.ams-h3 span {
  }
  h3.ams-h3::before {
  }

  /*-------- Form --------*/

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

  @media screen and (max-width: 1024px) {
    div#mainNavWrap {
      width: 100%;
    }
    nav#mainNav {
    }
    section#section01 {
      background-position: -180px 0, right;
    }
    div.sct01-Box {
      width: auto;
      left: 48%;
      right: 3%;
      position: absolute;
    }
    section#section02 {
      background-position: top 0 right -190px, left;
    }
  }
  div.sct02-Box {
    left: 3%;
  }
}

@media screen and (max-width: 768px) {
  /* コンテンツ
*****************************************************/

  /*--------------------●共通---------------------*/
  h2.h2styleA {
    font-size: 1.8em;
  }
  span.textSizing-s {
    font-size: 0.8em;
    margin: 0 0.3em;
  }
  .pc-display {
    display: none;
  }
  .tblt-display {
    display: block;
  }
  .sp-display {
  }
  .sp-hidden {
  }
  .tblt-hidden {
    display: none;
  }

  div#WholeWrap {
    width: 100%;
  }
  img.floating {
    bottom: 20px;
    right: 10px;
    width: 80px;
  }
  div.Btn00-wrap {
    margin: 2em auto 2.5em;
    width: 100%;
  }
  div.Btn00 {
    width: 90%;
    font-size: 1.3em;
  }
  div.Btn00 a {
  }
  div.Btn01 a:hover {
    color: #ffc343;
  }
  /*----------------------●SP NAVI--------------------------*/
  img.spNav {
    top: 5px;
    right: 5px;
    position: fixed;
    z-index: 9999;
    width: 60px;
  }
  .lity-ConWrap {
    background: rgba(255, 255, 255, 1);
    width: 500px;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .spNav-ul {
    font-size: 0.9em;
    font-weight: normal;
  }
  .spNav-ul li {
    width: 90%;
    margin: 10px auto;
    line-height: 40px;
    height: 40px;
    background: #0eae71;
    color: #fff;
    padding: 0 10px;
    position: relative;
    border-radius: 3px;
  }
  .spNav-ul li a {
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 10px;
  }
  .spNav-ul li a:hover {
    color: #faff5b;
  }
  li.spNav-liStyleA {
    background: none;
    color: #111;
    border-bottom: 1px dotted #ccc;
  }
  li.spNav-liStyleA a {
    color: #111;
  }
  li.spNav-liStyleA a:hover {
    color: #006655;
    background: none;
  }
  li.spNav-liStyleTel {
    background: #f9f9f9;
    color: #111;
    text-align: center;
    font-size: 1.6em;
    margin-top: 30px;
    border: 1px solid #f1f1f1;
  }
  li.spNav-liStyleTel a {
    color: #111;
  }
  li.spNav-liStyleTel a:hover {
    color: #fff;
    background: #006655;
    border-radius: 3px;
  }

  nav#nav_sp {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    color: #fff;
    z-index: 100;
    background: #000;
  }
  div#nav_sp-Inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: auto;
  }
  ul#menu-sp {
    display: block;
  }
  #menu-sp li {
    float: left;
    width: 16.666%;
    text-align: center;
    position: relative; /*z-indexの指定や子要素の基準とするために指定*/
    z-index: 1; /*ドロップダウンしたメニューが隠れないように*/
  }
  #menu-sp li a {
    height: 75px;
    width: 100%;
    display: block;
    float: left;
    text-indent: -9999em;
    text-decoration: none;
    overflow: hidden;
    background: #ccc;
  }
  /*------off*/
  #menu-sp li.menu-sp-01 a {
    background: url(..//img/common/menu-sp01.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-02 a {
    background: url(..//img/common/menu-sp02.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-03 a {
    background: url(..//img/common/menu-sp03.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-04 a {
    background: url(..//img/common/menu-sp04.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-05 a {
    background: url(..//img/common/menu-sp05.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-06 a {
    background: url(..//img/common/menu-sp06.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }

  /*------hover*/
  #menu-sp li.menu-sp-01 a:hover {
    background: url(..//img/common/menu-sp01_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-02 a:hover {
    background: url(..//img/common/menu-sp02_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-03 a:hover {
    background: url(..//img/common/menu-sp03_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-04 a:hover {
    background: url(..//img/common/menu-sp04_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-05 a:hover {
    background: url(..//img/common/menu-sp05_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-06 a:hover {
    background: url(..//img/common/menu-sp06_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }

  /*------stay*/
  #menu-sp li.menu-sp-01_on a {
    background: url(..//img/common/menu-sp01_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-02_on a {
    background: url(..//img/common/menu-sp02_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-03_on a {
    background: url(..//img/common/menu-sp03_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-04_on a {
    background: url(..//img/common/menu-sp04_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-05_on a {
    background: url(..//img/common/menu-sp05_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-06_on a {
    background: url(..//img/common/menu-sp06_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /*--------------------●SLIDE---------------------*/
  .Opening {
    position: relative;
    margin-top: -140px;
    z-index: -1;
  }
  .Opening ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .Opening ul li img.Opening__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
  }
  .Opening ul li span {
  }
  .Opening ul li span img.Opening__img {
    max-width: inherit;
    width: auto !important;
    height: 550px !important;
  }
  div.HeadMessage {
    left: 20%;
    right: 20%;
  }
  div.HeadMessage p {
    margin: 10px auto 0;
  }

  /*--------------------●Header---------------------*/
  header#headerIndex {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  div#logo {
    width: 100%;
    min-width: auto;
    float: none;
    margin: 19px auto 16px;
  }
  img#logoImg {
    width: 300px;
    max-width: 70%;
  }
  /*--------------------●Nav---------------------*/
  nav#nav_pc {
    width: 100%;
  }
  div#nav_pc-Inner {
    width: 100%;
    min-width: 100%;
  }
  ul#menu-pc {
    display: none;
  }
  ul#menu-pc li {
  }
  ul#menu-pc li span {
  }
  ul#menu-pc li a {
  }
  ul#menu-pc li a::after {
  }
  ul#menu-pc li a:hover {
  }
  ul#menu-pc li a:hover::after {
  }
  img.stayBnr {
  }
  /*----------------------●MOVIE--------------------------*/
  .video-wrap {
  }
  .video-wrap video {
  }
  .HeadMessage {
    left: 10%;
    right: 10%;
    top: 46%;
  }
  .HeadMessage img {
  }
  /*----------------------●Section NEWS--------------------------*/
  section#sctNews {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  div.sctNewsInner {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 2.5em 0 2.5em;
    display: block;
    box-sizing: border-box;
  }
  div.sctNewsLeft {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  h2.sctNews-h2 {
    font-size: 3em;
    margin: 0px auto 0;
    text-align: left;
  }
  h2.sctNews-h2 span {
    font-size: 0.4em;
    margin-left: 10px;
  }
  div.sctNewsCenter {
    width: 100%;
    padding: 0;
    margin: 2em auto;
  }
  dl.News-dl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  dl.News-dl dt {
    letter-spacing: normal;
    width: 30%;
    padding: 5px 5px;
    box-sizing: border-box;
    vertical-align: top;
  }
  dl.News-dl dd {
    width: 70%;
    padding: 5px 5px;
    box-sizing: border-box;
    vertical-align: top;
  }

  div.sctNewsRight {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    padding: 0;
  }
  div.NewsDetailBtn {
    width: 50%;
    margin: 0 auto;
  }
  div.NewsDetailBtn a {
  }
  div.NewsDetailBtn a:hover {
  }
  /*----------------------●Section01--------------------------*/
  section#section01 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: url(../img/sct01A.png), url(../img/sct01B.png), #fff;
    background-size: auto 100%, auto 100%;
    background-position: -200px 0px, right;
    min-height: 500px;
    height: auto;
  }
  div.sct01-Inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 3em 0;
  }
  div.sct01-Box {
    width: auto;
    left: 40%;
    right: 3%;
    position: absolute;
  }
  h3.sct01-h4 {
    font-size: 3em;
  }
  h3.sct01-h4 span {
  }
  div.sct01-Box p {
    margin-bottom: 6px;
  }

  /*----------------------●Section02--------------------------*/
  section#section02 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: url(../img/sct02A_sp.png), url(../img/sct02B.png), #fff;
    background-size: cover, cover;
    background-position: 100px 60px, left;
    background-repeat: no-repeat, no-repeat;
    min-height: 550px;
    height: auto;
  }
  div.sct02-Inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    position: relative;
  }
  div.sct02-Box {
    width: auto;
    left: 5%;
    right: 30%;
    top: auto;
    bottom: auto;
    position: absolute;
  }
  h3.sct02-h4 {
  }
  h3.sct02-h4 span {
  }
  div.sct02-Box p {
  }

  div.sct02-navWrap {
    width: 100%;
    margin: 1.5em auto 1em;
    padding: 0;
    display: inline-flex;
    justify-content: space-around;
  }
  div.sct02-nav {
    width: 48%;
  }
  div.sct02-nav a {
  }
  div.sct02-nav a:hover {
  }
  /*----------------------●Section03--------------------------*/
  section#section03 {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 0;
    height: auto;
  }
  div.sct03-Inner {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  h3.sct03-h3 {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: 1em;
  }
  h3.sct03-h3 span {
    font-size: 0.7em;
  }

  div.sct03-Box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  div.sct03-BoxLeft {
    width: 100%;
    margin: 0 auto;
    padding: 0em 0em;
  }
  div.sct03-BoxRight {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
  h4.sct03-h4 {
    font-size: 1.8em;
  }
  div.sct03-Box p {
    margin-bottom: 90px;
  }
  p.sct03-link {
    padding: 3px 0 !important;
    font-size: 0.8em;
  }
  figure.snip1229 {
  }
  figure.snip1229 * {
  }
  figure.snip1229 img {
  }
  figure.snip1229 figcaption {
  }
  figure.snip1229 .heading {
  }
  figure.snip1229 h3 {
  }
  figure.snip1229 h3 span {
  }
  figure.snip1229 h3:before,
  figure.snip1229 h3:after {
  }
  figure.snip1229 h3:before {
  }
  figure.snip1229 h3:after {
  }
  figure.snip1229 p {
  }
  figure.snip1229 a {
  }
  figure.snip1229:hover img,
  figure.snip1229.hover img {
  }
  figure.snip1229:hover figcaption,
  figure.snip1229.hover figcaption {
  }
  figure.snip1229:hover p,
  figure.snip1229.hover p {
  }

  /*----------------------●Section04--------------------------*/
  section#section04 {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0 4em;
  }
  div.sct04-Inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  h3.sct04-h3 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 1em;
  }
  h3.sct04-h3 span {
    font-size: 0.6em;
  }

  div.sct04-Box {
    width: 96%;
    margin: 0 auto;
    padding: 2em 5em;
    background: url(../img/sct04bg_sp.png) no-repeat center;
    background-size: cover;
  }
  h4.sct04-h4 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  div.sct04-Box-linkWrap {
    width: 65%;
    margin: 2em auto 0;
  }

  /*----------------------●Recruit--------------------------*/
  section.recruit01-Wrap {
    background: url(../img/recruit01-bg_sp.png) center no-repeat;
  }
  div.recruit01-Inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 3em 0 0;
  }
  div.recruit01-box {
    width: 96%;
    margin: 60px auto 0;
  }
  h2.recruit-h2 {
    font-size: 4.5em;
  }
  h2.recruit-h2::after {
    width: 220px; /*長さの指定*/
    height: 6px; /*高さを1px指定して線にする*/
  }
  h3.recruit-h3 {
    font-size: 2em;
  }
  section.recruit02-Wrap {
    background: url(../img/recruit02-bg_sp.png) top no-repeat;
  }
  div.recruit02-Inner {
    max-width: 92%;
    min-width: 92%;
    width: 92%;
    margin: 0 auto;
    padding: 0 0 3em;
  }
  div.recruit02-box {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 60px 0 0 0;
  }
  h3.recruit-h3_bm {
    margin-bottom: 5em;
  }
  div.recruit02-box p {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  section.recruit03-Wrap {
    width: 100%;
    margin: -95px auto 0;
    padding: 0;
    background: url(../img/recruit03-bg.png) top no-repeat;
  }
  div.recruit03-Inner {
    max-width: 96%;
    min-width: 96%;
    width: 96%;
    min-height: auto;
    margin: 0 auto;
    padding: 5em 0 0;
  }
  div.recruit03-box {
    width: 100%;
    margin: 0 auto 0 0;
  }

  div.recruit03-con {
    margin: 1em auto;
  }
  div.recruit03-conBox {
    width: 28%;
    margin: 0 auto 2em;
  }
  div.recruit03-conBox a {
  }
  div.recruit03-conBox a:hover {
  }
  div.recruit03-conBox-pic {
  }
  div.recruit03-conBox-dep {
  }
  h4.recruit03-h4Name {
  }
  h4.recruit03-h4Name span {
  }
  div.recruit03-conTitle {
  }
  .staff-A1 {
  }
  .staff-A2 {
  }
  .staff-A3 {
  }
  .staff-A4 {
  }
  .staff-A5 {
  }
  .staff-A6 {
  }
  .staff-A7 {
  }
  .staff-A8 {
  }
  .staff-A9 {
  }

  section.recruit04-Wrap {
    background: url(../img/recruit04-bg_sp.png) top no-repeat;
    background-position: center -60px;
  }
  div.recruit04-Inner {
    max-width: 94%;
    min-width: 94%;
    width: 94%;
    margin: 0 auto;
    padding: 0em 0 5em;
  }
  div.recruit04-box {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0px 0 0 0;
  }
  div.recruit04-box p {
    text-shadow: 1px 1px 1px #fff;
  }
  div.recruit-scheduleWrap {
    margin: 40px auto 0;
    width: 96%;
    display: block;
  }
  div.recruit-scheduleImgWrap {
    width: 100%;
    margin: 30px auto 0;
  }
  img.recruit-schedule-img {
  }
  dl.recruit-schedule {
    width: 100%;
  }
  dl.recruit-schedule {
    width: 100%;
    margin: 0 auto 0;
  }
  dl.recruit-schedule p {
    font-size: 1.2em;
  }
  dl.recruit-schedule dt {
    display: inline-block;
    width: 35%;
    padding: 7px 0;
  }
  dl.recruit-schedule dd {
    display: inline-block;
    width: 65%;
    padding: 7px 0;
  }
  div.recruit04-tbl-addWrap {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .recruit04-tbl-addWrap > .recruit-schedule {
    margin-top: 0em;
  }

  section.recruit05-Wrap {
    width: 100%;
    padding: 4em 0 7em;
  }
  div.recruit05-Inner {
    max-width: 96%;
    min-width: 96%;
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
  div.recruit05-Inner h2 {
  }
  div.recruit05-box {
  }
  h3.recruit-h3_w {
  }
  dl.recruit05-dl {
    margin: 2em auto 2em;
    left: 0;
    width: 94%;
  }
  .recruit05-dl dt {
    width: 20%;
    padding: 7px 3px;
    margin: 0;
    display: inline-block;
  }
  .recruit05-dl dd {
    width: 79%;
    padding: 7px 3px;
    margin: 0;
    display: inline-block;
  }
  p.recruit05-p {
  }
  .recruit05-dl p {
    line-height: 2;
  }
  .recruit05-dl p span {
    border: 3px solid #555;
    box-sizing: border-box;
    border-radius: 5px;
  }

  h3.recruit-h3_w {
  }
  h3.recruit-h3_w span {
  }
  h3.recruit-h3_w::before {
  }

  .lity-ConWrap2 {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    max-height: 600px;
  }

  div.lity-staff-Wrap {
    display: block;
    margin: 1em auto;
  }
  div.lity-staff-BoxLeft {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 2em;
    text-align: center;
  }
  div.lity-staff-BoxLeft img {
    width: 50%;
    margin: 0 auto;
  }
  div.lity-staff-BoxRight {
    width: 100%;
    padding: 0 20px;
  }
  h4.lity-staff-h4 {
  }
  h4.lity-staff-h4 span {
  }
  h5.lity-staff-h5 {
  }

  /*----------------------●Contact--------------------------*/
  div.contact_bg {
  }
  section#SectionContact {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  div#ContactInner {
    width: auto;
    max-width: auto;
    min-width: 96%;
    margin: 3em auto;
    padding: 0;
  }
  h2.h2-contact {
  }
  h2.h2-contact img {
  }
  div.contactMessage {
    width: 100%;
    margin: 0 auto 2.5em;
  }

  div.sctContact-Box {
    width: 100%;
    padding: 1.5em 1em;
    margin: 1em auto;
  }
  h3.contact1st-Inner-h3 {
  }
  div.contact1st-Inner-mail {
  }
  h3.contact1st-Inner-h3 {
  }
  dl.contact1st-Inner-mail-dl {
    margin: 1em auto;
    width: 100%;
  }
  dt.contact1st-Inner-mail-dt {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 5px 0 0;
    font-size: 0.9em;
    border-top: none;
  }
  dd.contact1st-Inner-mail-dd {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ddd;
    border-top: none;
  }

  /*--------------------●SUB---------------------*/
  header#headerSub {
    width: 100%;
    height: 320px;
  }
  section.SubTitle {
    padding: 1.5em 0 1em;
  }
  div.SubTitleInner {
    width: 94%;
    max-width: 94%;
    min-width: 94%;
    margin: 0 auto;
  }
  h2.SubTitle-h2 {
    font-size: 2.2em;
    margin: 0 auto 0;
  }
  p.SubTitle-p {
    font-size: 0.9em;
  }
  section.SubMessage {
  }
  div.SubMessageInner {
    width: 96%;
    margin: 2em auto;
  }
  div.SubMessageInner p {
  }
  section.SubMessage2 {
    width: 94%;
    margin: 0 auto;
  }
  div.SubMessage2Inner {
    width: 100%;
    margin: 2em auto;
  }
  div.SubMessage2Inner p {
    margin-bottom: 10px;
  }
  section.SubInnerStyleA {
    width: 96%;
    max-width: 96%;
    min-width: 96%;
    margin: 2em auto 2em;
  }
  section.SubInnerStyleA p {
  }
  div.SubBoxStyleA {
    margin: 1em auto;
    padding: 2em 1em;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  div.SubBoxStyleA-Left {
    width: 100%;
  }
  div.SubBoxStyleA-Right {
    width: 100%;
  }

  div.SubBoxStyleB {
    width: 100%;
    border: 5px solid #eee;
    margin: 0 auto 4em;
    padding: 2em 1em;
    display: inline-flex;
  }
  div.SubBoxStyleB-Left {
    width: 40%;
  }
  div.SubBoxStyleB-Left img {
  }
  div.SubBoxStyleB-Right {
    width: 60%;
  }
  div.SubBoxStyleC {
    width: 100%;
    margin: 0 auto 3em;
    padding: 2em 2em;
  }
  h3.SubTitle-h3StyleA {
    font-size: 1.1em;
    width: 200px;
    max-width: 100%;
    padding: 10px 0;
  }
  h4.h4-styleA {
  }
  h4.h4-styleA span {
  }
  h4.h4-styleA::before {
  }

  /*--------------------●OEM---------------------*/
  header.headerOem {
  }

  ul.toriatsukai-ul {
  }
  ul.toriatsukai-ul li {
  }
  img.oem-graph {
  }

  /*--------------------●INSTITUTE---------------------*/
  header.headerInstitute {
  }
  img.instituteFlow {
    width: 100%;
  }
  div.instituteFlowWrap {
    width: 98%;
    margin: 1em auto 0;
  }
  div.instituteFlowBox {
    padding: 1em 1em 0.5em 6em;
    background-position: 0 5px;
    background-size: 90px;
    min-height: 110px;
  }
  h4.instituteFlow-h4 {
    font-size: 1.4em;
  }
  .triangleBottom {
    margin-left: 0;
  }

  /*--------------------●MANUFACTURE---------------------*/
  header.headerManufacture {
  }
  div.ManufactureImgWrap {
  }
  div.ManufactureImgWrap img {
  }
  div.manufactureMessage {
    width: 100%;
    margin: 3em auto 0;
    text-align: center;
    position: relative;
    padding: 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    color: #26a86a;
  }
  .manufactureMessage::before,
  .manufactureMessage::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .manufactureMessage::before {
    top: 0;
    left: 0;
    border-top: 8px solid #26a86a;
    border-left: 8px solid #26a86a;
  }
  .manufactureMessage::after {
    bottom: 0;
    right: 0;
    border-bottom: 8px solid #26a86a;
    border-right: 8px solid #26a86a;
  }

  /*--------------------●ABOUT---------------------*/
  header.headerAbout {
  }
  div.AboutWrap {
    margin: 0 auto 3em;
    padding: 0;
    display: block;
  }
  div.AboutLeft {
    width: 100%;
  }
  div.AboutRight {
    width: 100%;
    border: 2px solid #f2f2f2;
    padding: 1.5em 1.5em 2em;
    box-sizing: border-box;
  }
  div.syacho {
    background-position: right bottom;
    background-size: 100% auto;
    padding-bottom: 160px;
  }
  div.syachoBox {
    width: 100%;
  }
  div.syachoBox > p.right {
    text-align: left;
    margin: 200px auto 0;
  }
  .signWrap {
    width: 260px;
    margin: 100px auto 0 20px;
  }
  .signWrap p {
  }
  .signWrap img {
  }
  ul.AboutNav {
    width: 100%;
    top: 0;
    font-size: 0;
  }
  ul.AboutNav li {
    line-height: 54px;
    height: 54px;
    width: 25%;
    display: inline-block;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }
  ul.AboutNav li.on {
    border: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
  }
  ul.AboutNav li a {
    padding: 0;
  }
  ul.AboutNav li a:hover {
  }
  h3.About-h3 {
    font-size: 1.6em;
    margin-bottom: 30px;
    line-height: 1.8;
    padding: 0 20px;
  }
  dl.About-dl {
    width: 100%;
    margin: 0 auto 1em;
    padding: 0;
    display: inline-flex;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  dl.About-dl dt {
    width: 30%;
  }
  dl.About-dl dd {
    width: 70%;
  }
  dl.About-dl dt.bgc {
  }
  .AboutMapWrap {
  }

  ul.privacy-ul {
  }
  ul.privacy-ul li {
  }

  /*----------------------●Service--------------------------*/
  header.headerService {
  }

  /*----------------------●ToTop--------------------------*/
  #toTop {
    display: none;
  }
  #toTop > ul {
  }
  #toTop > ul li {
  }
  #toTop > ul li a {
  }
  #toTop > ul li img {
  }
  li.t-eng {
    background: url(../img/common/translate_english.png) no-repeat;
    background-size: 20px;
    background-position: 0 6px;
  }
  li.t-eng a {
    padding-left: 28px !important;
  }
  li.t-china {
    padding-left: 28px !important;
    background: url("../img/common/translate_chinese.png") no-repeat;
    background-size: 20px;
    background-position: 0 6px;
  }
  li.t-china a {
    padding-left: 28px !important;
  }
  li.t-jpn {
    padding-left: 28px !important;
    background: url(../img/common/translate_japanese.png) no-repeat;
    background-size: 20px;
    background-position: 0 6px;
  }
  li.t-jpn a {
    padding-left: 28px !important;
  }

  /*--------------------●GoTOP---------------------*/
  section#GotopWrap {
    width: 100%;
    min-width: auto;
  }
  div#GotopInner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  div.Gotop {
    margin: 0 auto;
  }
  div.Gotop a {
  }
  div.Gotop a:hover {
  }

  /*--------------------●Footer ---------------------*/
  #copyright {
  }
  footer#footer {
  }
  div#footerInner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 auto 3em;
    padding: 0;
  }
  div.footerLeft {
    text-align: center;
    width: 100%;
    margin: 50px auto 0;
    display: block;
    border-right: none;
  }
  h4.footer-h4 {
    font-size: 1.8em;
  }
  ul.footerLeft-sns {
  }
  ul.footerLeft-sns li {
  }
  ul.footerLeft-sns li img {
  }

  div.footerRight {
    width: 100%;
    display: block;
    margin: 50px auto 0;
    padding: 0 0 0 0;
  }
  h3.footer-h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  h3.footer-h3 span {
    font-size: 0.7em;
  }
  .footerInfo {
  }
  .footerInfo p {
  }
  .footerInfo p span {
    font-size: 1.6em;
  }
  .footerInfo p span a {
  }

  div.footer-list {
    font-size: 1em;
  }
  ul.footer-list-ul {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  li.footer-list-li {
    list-style: none;
    display: block;
    line-height: 34px;
    height: 34px;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    border-right: none;
    position: relative;
    box-sizing: border-box;
    position: relative;
  }
  li.fll-right {
  }
  li.footer-list-li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  li.footer-list-li a:hover {
  }
  div.amsWrap {
    margin: 1em auto 2em;
    padding: 1em 1em;
  }
  div.amsGroupBox {
  }
  h3.ams-h3 {
  }
  h3.ams-h3 span {
  }
  h3.ams-h3::before {
  }

  /*-------- Form --------*/
}

@media screen and (max-width: 634px) {
  section#section01 {
    width: 100%;
    background: none;
    min-height: auto;
    height: auto;
    padding: 0 0 115%;
    box-sizing: border-box;
    background: url(../img/sct01A_sp.png) #fff no-repeat bottom;
    background-size: 100% auto;
    border-top: 1px solid #111;
  }
  div.sct01-Inner {
    width: 90%;
    margin: 0 auto;
    padding: 3em 0;
    position: relative;
  }
  div.sct01-Box {
    width: 96%;
    margin: 0 auto;
    left: 2%;
    right: 2%;
    position: absolute;
  }
  h3.sct01-h4 {
    font-size: 2.2em;
  }
  h3.sct01-h4 span {
    font-size: 0.4em;
  }
  div.sct01-Box p {
    margin-bottom: 6px;
  }
  div.syacho {
    background-position: right bottom;
    background-size: 130% auto;
    padding-bottom: 170px;
  }
  div.syachoBox {
  }
  .signWrap {
    margin: 180px auto 0 10px;
    width: 210px;
  }
  .signWrap p {
  }
  .signWrap img {
    width: 190px;
  }
  div.lbDec {
  }
  div.lbDec > h5 {
    font-size: 2em;
  }
  div.lbDec2 {
  }
  div.lbDec2 > h5 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 480px) {
  /* フォーム
------------------------------------------------------------*/
  input {
  }

  /* テキスト */
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
  }
  /* regist */
  input.regist-text {
  }
  input.regist-text_middle {
  }
  input.regist-text_short {
  }
  /* start */
  input.start-text {
  }

  /* テキストエリア */
  textarea {
  }
  textarea.contact-textarea {
    min-height: 200px;
    width: 96%;
    line-height: 1.5;
    padding: 2% 2%;
  }
  textarea.report-textarea {
    min-height: 200px;
    min-width: 96%;
    width: 96%;
    line-height: 1.5;
    padding: 2% 2%;
  }
  textarea.message-textarea {
    min-height: 5em;
    min-width: 96%;
    width: 96%;
    line-height: 1.5;
    padding: 2% 2%;
  }
  /* regist */
  textarea.regist-textarea {
    min-height: 200px;
    min-width: 96%;
    width: 96%;
    line-height: 1.5;
    padding: 2% 2%;
  }

  /* セレクト */
  select {
  }
  /* regist */
  select.regist-select {
  }

  /* start */
  select.start-select {
  }

  /* ラベル */
  label {
  }

  /* ラジオボタン */

  /* regist */
  input[type="radio"] {
  }
  label.radio-design01 {
  }
  label.radio-design01::before,
  label.radio-design01::after {
  }
  label.radio-design01::before {
  }
  label.radio-design01:hover::before {
  }
  label.radio-design01::after {
  }
  input[type="radio"]:checked + label.radio-design01::before {
  }
  input[type="radio"]:checked + label.radio-design01::after {
  }

  /* チェックボックス */
  input[type="checkbox"] {
  }
  label.checkbox-design01 {
  }
  label.checkbox-design01::before,
  label.checkbox-design01::after {
  }
  label.checkbox-design01::before {
  }
  label.checkbox-design01::after {
  }
  label.checkbox-design01:hover::before {
  }
  input[type="checkbox"]:checked + label.checkbox-design01::before {
  }
  input[type="checkbox"]:checked + label.checkbox-design01::after {
  }
  /* コンテンツ
*****************************************************/

  /*--------------------●共通---------------------*/
  h2.h2styleA {
    font-size: 1.7em;
  }
  span.textSizing-s {
  }
  .pc-display {
  }
  .tblt-display {
  }
  .sp-display {
    display: block;
  }
  .sp-hidden {
    display: none;
  }
  .tblt-hidden {
  }

  div#WholeWrap {
  }

  img.floating {
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 1;
    width: 65px;
  }
  img#header-bar-changeDsplyImg {
    height: 24px;
  }
  img#header-bar-searchImg {
    height: 24px;
    margin: 6px auto auto;
  }
  img#header-bar-orderDsplyImg {
    height: 24px;
  }
  /*----------------------●SP NAVI--------------------------*/
  img.spNav {
    bottom: 10px;
    right: 5px;
    width: 50px;
  }
  .lity-ConWrap {
    width: 300px;
  }
  .spNav-ul {
  }
  .spNav-ul li {
  }
  .spNav-ul li a {
  }
  .spNav-ul li a:hover {
  }
  li.spNav-liStyleA {
  }
  li.spNav-liStyleA a {
  }
  li.spNav-liStyleA a:hover {
  }

  nav#nav_sp {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    color: #fff;
    z-index: 100;
  }
  div#nav_sp-Inner {
  }
  ul#menu-sp {
  }
  #menu-sp li {
  }
  #menu-sp li a {
    height: 48px;
    width: 100%;
    display: block;
    float: left;
    text-indent: -9999em;
    text-decoration: none;
    overflow: hidden;
  }
  /*------off*/
  #menu-sp li.menu-sp-01 a {
    background: url(../img/common/menu-sp01.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-02 a {
    background: url(../img/common/menu-sp02.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-03 a {
    background: url(../img/common/menu-sp03.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-04 a {
    background: url(../img/common/menu-sp04.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-05 a {
    background: url(../img/common/menu-sp05.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-06 a {
    background: url(../img/common/menu-sp06.png) no-repeat center;
    background-size: cover;
    background-position: center;
  }

  /*------hover*/
  #menu-sp li.menu-sp-01 a:hover {
    background: url(../img/common/menu-sp01_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-02 a:hover {
    background: url(../img/common/menu-sp02_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-03 a:hover {
    background: url(../img/common/menu-sp03_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-04 a:hover {
    background: url(../img/common/menu-sp04_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-05 a:hover {
    background: url(../img/common/menu-sp05_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-06 a:hover {
    background: url(../img/common/menu-sp06_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }

  /*------stay*/
  #menu-sp li.menu-sp-01_on a {
    background: url(../img/common/menu-sp01_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-02_on a {
    background: url(../img/common/menu-sp02_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-03_on a {
    background: url(../img/common/menu-sp03_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-04_on a {
    background: url(../img/common/menu-sp04_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-05_on a {
    background: url(../img/common/menu-sp05_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #menu-sp li.menu-sp-06_on a {
    background: url(../img/common/menu-sp06_on.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /*--------------------●SLIDE---------------------*/
  .Opening {
    margin-top: -140px;
  }
  .Opening ul li {
  }
  .Opening ul li img.Opening__text {
  }
  .Opening ul li span {
  }
  .Opening ul li span img.Opening__img {
  }
  div.HeadMessage {
    z-index: 100;
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
  }
  div.HeadMessage img {
    width: 68%;
  }
  /*--------------------●Header---------------------*/
  header#headerIndex {
  }
  div#logo {
    width: 100%;
    min-width: auto;
    float: none;
    margin: 19px auto 16px;
  }
  img#logoImg {
    width: 200px;
    max-width: 70%;
  }
  /*--------------------●Nav---------------------*/
  nav#nav_pc {
  }
  div#nav_pc-Inner {
  }
  ul#menu-pc {
  }
  ul#menu-pc li {
  }
  ul#menu-pc li span {
  }
  ul#menu-pc li a {
  }
  ul#menu-pc li a::after {
  }
  ul#menu-pc li a:hover {
  }
  ul#menu-pc li a:hover::after {
  }
  img.stayBnr {
  }
  /*----------------------●Section NEWS--------------------------*/
  section#sctNews {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  div.sctNewsInner {
    width: 90%;
    margin: 0 auto;
    padding: 3em 0 2.5em;
  }
  div.sctNewsLeft {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  h2.sctNews-h2 {
    font-size: 3em;
    margin: 0px auto 0;
  }
  h2.sctNews-h2 span {
    font-size: 0.4em;
    margin-left: 10px;
  }
  div.sctNewsCenter {
    width: 100%;
    padding: 0;
    margin: 2em auto;
  }
  dl.News-dl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  dl.News-dl dt {
    width: 100%;
    padding: 5px 5px 0;
    color: #777;
  }
  dl.News-dl dd {
    width: 100%;
    padding: 3px 5px 5px;
    border-top: none;
  }

  div.sctNewsRight {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    padding: 0;
  }
  div.NewsDetailBtn {
    width: 70%;
    margin: 0 auto;
  }
  div.NewsDetailBtn a {
  }
  div.NewsDetailBtn a:hover {
  }
  /*----------------------●Section01--------------------------*/
  section#section01 {
    padding: 0 0 130%;
  }
  div.sct01-Inner {
  }
  div.sct01-Box {
  }
  h3.sct01-h4 {
  }
  h3.sct01-h4 span {
  }
  div.sct01-Box p {
  }
  div.sct01-Inner img {
    width: 100%;
  }

  /*----------------------●Section02--------------------------*/
  section#section02 {
    width: 100%;
    height: auto;
    background: url(../img/sct02A_sp.png) #fff no-repeat bottom;
    background-size: 100% auto;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 0 0 1%;
  }
  div.sct02-Inner {
    width: 90%;
    margin: 0 auto;
    padding: 3em 0;
  }
  div.sct02-Box {
    width: 96%;
    left: 2%;
    right: 2%;
    top: auto;
    bottom: auto;
  }
  h3.sct02-h4 {
    font-size: 2.2em;
  }
  h3.sct02-h4 span {
  }
  div.sct02-Box p {
  }

  div.sct02-navWrap {
    width: 100%;
    margin: 1.5em auto 1em;
    padding: 0;
    display: inline-flex;
    height: auto;
    font-size: 0.9em;
  }
  div.sct02-nav {
    width: 49%;
    font-display: 0.9em;
  }
  div.sct02-nav a {
  }
  div.sct02-nav a:hover {
  }
  /*----------------------●Section03--------------------------*/
  section#section03 {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0 0;
    height: auto;
  }
  div.sct03-Inner {
    margin: 0 auto;
    padding: 0;
  }

  h3.sct03-h3 {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: 1em;
  }
  h3.sct03-h3 span {
    font-size: 0.7em;
  }

  div.sct03-Box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  div.sct03-BoxLeft {
    width: 100%;
    margin: 0 auto;
    padding: 0em 0em;
  }
  div.sct03-BoxRight {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
  h4.sct03-h4 {
    font-size: 1.8em;
  }
  div.sct03-Box p {
    margin-bottom: 90px;
  }
  p.sct03-link {
    margin: 6em auto 0 !important;
  }
  figure.snip1229 {
    font-size: 0.9em;
    background: #111;
  }
  figure.snip1229 * {
  }
  figure.snip1229 img {
  }
  figure.snip1229 figcaption {
  }
  figure.snip1229 .heading {
  }
  figure.snip1229 h3 {
  }
  figure.snip1229 h3 span {
  }
  figure.snip1229 h3:before,
  figure.snip1229 h3:after {
  }
  figure.snip1229 h3:before {
  }
  figure.snip1229 h3:after {
  }
  figure.snip1229 p {
  }
  figure.snip1229 a {
  }
  figure.snip1229:hover img,
  figure.snip1229.hover img {
  }
  figure.snip1229:hover figcaption,
  figure.snip1229.hover figcaption {
  }
  figure.snip1229:hover p,
  figure.snip1229.hover p {
  }

  /*----------------------●Section04--------------------------*/
  section#section04 {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0 4em;
  }
  div.sct04-Inner {
    margin: 0 auto;
    padding: 0;
  }
  h3.sct04-h3 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 1em;
  }
  h3.sct04-h3 span {
    font-size: 0.6em;
  }

  div.sct04-Box {
    width: 92%;
    margin: 0 auto;
    padding: 2em 10px;
    background: url(../img/sct04bg_sp.png) no-repeat center;
    background-size: cover;
    text-shadow: 1px 1px 1px #fff;
  }
  h4.sct04-h4 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  div.sct04-Box-linkWrap {
    width: 65%;
    margin: 2em auto 0;
  }

  /*----------------------●Recruit--------------------------*/
  section.recruit01-Wrap {
  }
  div.recruit01-Inner {
  }
  div.recruit01-box {
  }
  h2.recruit-h2 {
    font-size: 3.4em;
  }
  h2.recruit-h2::after {
    width: 220px; /*長さの指定*/
    height: 6px; /*高さを1px指定して線にする*/
  }
  h3.recruit-h3 {
    font-size: 1.6em;
  }
  section.recruit02-Wrap {
  }
  div.recruit02-Inner {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 3em;
  }
  div.recruit02-box {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 60px 0 0 0;
  }
  h3.recruit-h3_bm {
    margin-bottom: 6.5em;
  }
  div.recruit02-box p {
  }

  section.recruit03-Wrap {
    width: 100%;
    margin: -100px auto 0;
    padding: 0;
    background: url(../img/recruit03-bg.png) top no-repeat;
  }
  div.recruit03-Inner {
    width: 96%;
    min-height: auto;
    margin: 0 auto;
    padding: 8em 0 0;
  }
  div.recruit03-box {
    width: 100%;
    margin: 0 auto 0 0;
  }

  div.recruit03-con {
    margin: 1em auto;
  }
  div.recruit03-conBox {
    width: 44%;
    margin: 0 auto 1.5em;
  }
  div.recruit03-conBox a {
  }
  div.recruit03-conBox a:hover {
  }
  div.recruit03-conBox-pic {
    height: 220px;
  }
  div.recruit03-conBox-dep {
  }
  h4.recruit03-h4Name {
  }
  h4.recruit03-h4Name span {
  }
  div.recruit03-conTitle {
    font-size: 1em;
  }
  .staff-A1 {
  }
  .staff-A2 {
  }
  .staff-A3 {
  }
  .staff-A4 {
  }
  .staff-A5 {
  }
  .staff-A6 {
  }
  .staff-A7 {
  }
  .staff-A8 {
  }
  .staff-A9 {
  }

  section.recruit04-Wrap {
    background-position: center -60px;
  }
  div.recruit04-Inner {
  }
  div.recruit04-box {
    margin-bottom: 6em;
  }
  div.recruit04-box p {
  }
  dl.recruit-schedule {
    margin: 3em auto 0;
  }
  dl.recruit-schedule p {
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #fff;
  }
  dl.recruit-schedule dt {
    display: block;
    width: 100%;
    padding: 7px 0 0;
    color: #999;
  }
  dl.recruit-schedule dd {
    display: block;
    width: 100%;
    padding: 0 0 7px 10px;
    border-top: none;
  }

  section.recruit05-Wrap {
    padding: 4em 0 7em;
  }
  div.recruit05-Inner {
    margin: 0 auto;
    padding: 0;
  }
  div.recruit05-Inner h2 {
  }
  div.recruit05-box {
  }
  h3.recruit-h3_w {
  }
  dl.recruit05-dl {
    margin: 2em auto 2em;
    left: 0;
    width: 94%;
    font-size: 1em;
  }
  .recruit05-dl dt {
    width: 100%;
    padding: 7px 0 0;
    margin: 0;
    display: block;
    color: #f4ffa8;
  }
  .recruit05-dl dd {
    width: 100%;
    padding: 3px 0 7px 5px;
    margin: 0;
    display: block;
    border-top: none;
  }
  p.recruit05-p {
  }
  .recruit05-dl p {
  }

  h3.recruit-h3_w {
  }
  h3.recruit-h3_w span {
  }
  h3.recruit-h3_w::before {
  }

  .lity-ConWrap2 {
    width: 92%;
    margin: 0 auto;
    padding: 10px 10px;
    max-height: 80%;
    height: 500px;
  }

  div.lity-staff-Wrap {
    display: block;
    margin: 1em auto;
  }
  div.lity-staff-BoxLeft {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 2em;
    text-align: center;
  }
  div.lity-staff-BoxLeft img {
    width: 60%;
    margin: 0 auto;
  }
  div.lity-staff-BoxRight {
    width: 100%;
    padding: 0 20px;
  }
  h4.lity-staff-h4 {
  }
  h4.lity-staff-h4 span {
  }
  h5.lity-staff-h5 {
  }
  nav#nav_pc.recruitNav {
    position: static;
    padding-bottom: 1px;
  }
  /*----------------------●Contact--------------------------*/
  div.contact_bg {
  }
  section#SectionContact {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  div#ContactInner {
    width: auto;
    max-width: auto;
    min-width: 96%;
    margin: 3em auto;
    padding: 0;
  }
  h2.h2-contact {
  }
  h2.h2-contact img {
  }
  div.contactMessage {
    width: 100%;
    margin: 0 auto 2.5em;
  }

  div.sctContact-Box {
    width: 100%;
    padding: 1.5em 0em;
    margin: 1em auto;
  }
  h3.contact1st-Inner-h3 {
  }
  div.contact1st-Inner-mail {
    width: 100%;
  }
  h3.contact1st-Inner-h3 {
  }
  dl.contact1st-Inner-mail-dl {
    margin: 1em auto;
  }
  dt.contact1st-Inner-mail-dt {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0.9em;
  }
  dd.contact1st-Inner-mail-dd {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #eee;
  }

  /*----------------------●Contact--------------------------*/
  div.contact_bg {
    background-size: 100%;
  }
  section#SectionContact {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0.9em;
  }
  div#ContactInner {
    width: auto;
    max-width: auto;
    min-width: 96%;
    margin: 2.5em auto 4em;
    padding: 0;
  }
  div.sctContact-Box {
    width: 100%;
    padding: 1.5em 0em;
    margin: 1em auto;
  }
  h3.contact1st-Inner-h3 {
  }
  div.contact1st-Inner-mail {
  }
  h3.contact1st-Inner-h3 {
  }
  dl.contact1st-Inner-mail-dl {
    margin: 1em auto;
  }
  dt.contact1st-Inner-mail-dt {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0.9em;
  }
  dd.contact1st-Inner-mail-dd {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #eee;
  }

  /*--------------------●SUB---------------------*/
  header#headerSub {
    width: 100%;
    height: 290px;
  }
  section.SubTitle {
    padding: 0.8em 0 0.8em;
  }
  div.SubTitleInner {
    width: 94%;
    margin: 0 auto;
  }
  h2.SubTitle-h2 {
    font-size: 2.2em;
    margin: 0 auto 0;
  }
  p.SubTitle-p {
    font-size: 0.9em;
    line-height: 1.2;
  }
  section.SubMessage {
    font-size: 1em;
  }
  div.SubMessageInner {
    text-align: left;
    width: 92%;
    margin: 2em auto;
  }
  div.SubMessageInner p {
  }
  section.SubMessage2 {
  }
  div.SubMessage2Inner {
  }
  div.SubMessage2Inner p {
  }
  section.SubInnerStyleA {
    width: 96%;
    margin: 2em auto 2em;
  }
  section.SubInnerStyleA p {
  }
  div.SubBoxStyleA {
    margin: 1em auto;
    padding: 2em 1em;
    display: block;
  }
  div.SubBoxStyleA-Left {
    width: 100%;
  }
  div.SubBoxStyleA-Right {
    width: 100%;
  }

  div.SubBoxStyleB {
    width: 100%;
    border: 5px solid #eee;
    margin: 0 auto 4em;
    padding: 2em 1em;
    display: block;
  }
  div.SubBoxStyleB-Left {
    width: 100%;
    margin-bottom: 20px;
  }
  div.SubBoxStyleB-Left img {
  }
  div.SubBoxStyleB-Right {
    width: 100%;
  }
  div.SubBoxStyleC {
    margin: 0 auto 3em;
    padding: 1.5em 1em;
  }
  h3.SubTitle-h3StyleA {
    font-size: 1.1em;
    width: 220px;
    max-width: 100%;
    padding: 10px 0;
  }
  h4.h4-styleA {
    font-size: 1.3em;
  }
  h4.h4-styleA span {
  }
  h4.h4-styleA::before {
  }

  div.notice-box {
    width: 100%;
    padding: 1em 1em;
  }
  div.margin-dlt {
  }

  /*--------------------●OEM---------------------*/
  header.headerOem {
  }

  ul.toriatsukai-ul {
  }
  ul.toriatsukai-ul li {
  }
  img.oem-graph {
    width: 80%;
    margin: 20px auto 0;
    display: block;
  }

  /*--------------------●INSTITUTE---------------------*/
  header.headerInstitute {
  }
  img.instituteFlow {
  }

  div.instituteFlowWrap {
  }
  div.instituteFlowBox {
  }
  h4.instituteFlow-h4 {
  }
  .triangleBottom {
    margin-left: 17%;
  }

  /*--------------------●MANUFACTURE---------------------*/
  header.headerManufacture {
  }
  div.ManufactureImgWrap {
  }
  div.ManufactureImgWrap img {
  }

  /*--------------------●ABOUT---------------------*/
  header.headerAbout {
  }
  div.AboutWrap {
  }
  div.AboutLeft {
    width: 100%;
  }
  div.AboutRight {
    width: 100%;
    padding: 1.5em 1em 2em;
  }
  div.syacho {
    background-position: right bottom;
    background-size: 130% auto;
    padding-bottom: 50px;
  }
  div.syachoBox {
    width: 100%;
  }
  .signWrap {
    margin: 150px auto 0 10px;
    width: 210px;
  }
  .signWrap p {
  }
  .signWrap img {
    width: 190px;
  }
  ul.AboutNav {
    width: 100%;
  }
  ul.AboutNav li {
    line-height: 54px;
    height: 54px;
    font-size: 13px;
  }
  ul.AboutNav li.on {
  }
  ul.AboutNav li a {
  }
  ul.AboutNav li a:hover {
  }
  h3.About-h3 {
    font-size: 1.6em;
    margin-bottom: 25px;
    line-height: 1.8;
    padding: 0 10px;
  }
  dl.About-dl {
    width: 100%;
    margin: 0 auto 1em;
    padding: 0;
    display: block;
  }
  dl.About-dl dt {
    width: 100%;
    font-size: 0.85em;
    color: #5fcd8b;
    padding: 10px 0 0 0;
    border-top: #ccc 1px dotted;
  }
  dl.About-dl dd {
    width: 100%;
    padding: 10px 0 10px 10px;
    border: none;
  }
  dl.About-dl dt.bgc {
    padding: 5px;
    color: #111;
  }
  .AboutMapWrap {
  }

  ul.privacy-ul {
  }
  ul.privacy-ul li {
  }

  /*----------------------●Service--------------------------*/
  header.headerService {
  }

  /*--------------------●GoTOP---------------------*/
  section#GotopWrap {
    width: 100%;
    min-width: auto;
  }
  div#GotopInner {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    padding: 0;
  }
  div.Gotop {
    margin: 0 auto;
  }
  div.Gotop a {
  }
  div.Gotop a:hover {
  }

  /*--------------------●Footer ---------------------*/
  #copyright {
  }
  footer#footer {
  }
  div#footerInner {
    width: 100%;
    margin: 0 auto 3em;
    padding: 0;
  }
  div.footerLeft {
    text-align: center;
    width: 100%;
    margin: 50px auto 0;
    display: block;
    border-right: none;
  }
  h4.footer-h4 {
    font-size: 1.8em;
  }
  ul.footerLeft-sns {
  }
  ul.footerLeft-sns li {
  }
  ul.footerLeft-sns li img {
  }

  div.footerRight {
    width: 80%;
    display: block;
    text-align: left;
    margin: 50px auto 0;
    padding: 0 0 0 0;
  }
  h3.footer-h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  h3.footer-h3 span {
    font-size: 0.7em;
  }
  .footerInfo {
  }
  .footerInfo p {
  }
  .footerInfo p span {
    font-size: 1.6em;
  }
  .footerInfo p span a {
  }

  div.footer-list {
    font-size: 1em;
  }
  ul.footer-list-ul {
  }
  li.footer-list-li {
  }
  li.fll-right {
  }
  li.footer-list-li a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  li.footer-list-li a:hover {
    color: rgba(53, 163, 100, 1);
  }

  div.amsWrap {
  }
  div.amsGroupBox {
  }
  h3.ams-h3 {
  }
  h3.ams-h3 span {
  }
  h3.ams-h3::before {
  }
  div.amsGroupBox .back {
    margin-bottom: 10px;
  }

  /*-------- Form --------*/
}

@media screen and (max-width: 320px) {
  section#section01 {
    padding: 0 0 155%;
  }
  div.sct01-Inner {
    padding: 3em 0;
  }
  div.sct01-Box {
  }
}

/* add nav ************************************/
div#logo {
  margin: 14px auto 0;
}
img#logoImg {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  div#logo {
    margin: 10px auto 0;
  }
  img#logoImg {
    max-width: 280px;
  }
}

/* add footer ************************************/
h4.footer-h4 img {
  width: 380px;
  max-width: 70%;
  margin: 0 auto;
}

/* add frm ************************************/
input[type="radio"]:checked + label.radio-design01::before {
  border: 1px solid #0eae71;
}
label.radio-design01::after {
  background: #0eae71;
}
label.interests-none {
  margin-right: 0;
}
div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}
div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}
div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}
#mfp_hidden {
  display: none;
}
.mfp_err {
  display: block;
  font-size: 0.8em;
  color: #fd244d;
  box-sizing: border-box;
}
