@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;
  color: #000;
}

/* リンク設定
------------------------------------------------------------*/
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: #000;
  text-decoration: none;
}
a:visited {
  color: #40a5de;
}
a:hover {
  color: #40a5de;
}
a:active {
  color: #40a5de;
}

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

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: 200px;
  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 #0fbf5f;
  border-bottom: 2px solid #0fbf5f;
  -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 #0fbf5f;
}
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;
}
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;
}
.anchor {
  position: absolute;
  top: -90px;
}
/*----------------------●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---------------------*/
/*----------------------●MOVIE--------------------------*/
.video-wrap {
  z-index: 0;
}
.video-wrap > .cover {
  background: url(../img/gridtile_3x3.png) !important;
  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%;
}
div.HeadMessage {
  z-index: 100;
  position: absolute;
  bottom: 40%;
  left: 25%;
  right: 25%;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
}
div.HeadMessage img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  min-width: 350px;
  max-width: 500px;
}
div.HeadMessage p {
  margin: 0px auto 0;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
  font-weight: normal;
  font-size: 1.2em;
}
.headerArrow {
  padding-top: 80px;
  position: absolute;
  z-index: 100;
  left: 35%;
  right: 35%;
  bottom: 1%;
}
.headerArrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.headerArrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.headerArrow span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------●Header---------------------*/
header#headerIndex {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  /*
    background: url(../img/gridtile_3x3.png), url(../img/mainvisual.gif);
    background-position: center,center;
    background-size: auto, cover;*/
  box-sizing: border-box;
}
/*--------------------●Nav---------------------*/
nav#nav_pc {
  width: 100%;
  top: 0px;
  background: rgba(255, 255, 255, 0.9) no-repeat;
  background-size: 1920px auto;
  background-position: center;
  padding: 1px 0 0;
  position: fixed;
  z-index: 9998;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
}
div#nav_pc-Inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0;
}
div#logo {
  width: 250px;
  height: 90px;
  text-align: left;
  float: left;
  z-index: 100;
  margin: 0 auto;
  padding: 24px 0;
  box-sizing: border-box;
  font-size: 0.8em;
  padding-left: 0.5em;
}
img#logoImg {
  width: 230px;
  height: 42px;
}
div#logo p {
}
ul#menu-pc {
  width: 65%;
  height: 90px;
  float: right;
  margin: 0 auto 0;
  padding: 0;
  letter-spacing: -0.4em;
}
ul#menu-pc li {
  display: inline-block;
  list-style: none;
  width: 25%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  height: 100%;
  font-size: 1em;
  position: relative;
  letter-spacing: normal;
}
ul#menu-pc li span {
  font-size: 0.75em;
  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;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 36px 0;
}
ul#menu-pc li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 5px;
  background-color: #40a5de;
  transition: 0.3s;
}
ul#menu-pc li a:hover {
}
ul#menu-pc li a:hover::after {
  width: 100%;
}
.nav_on a {
}
img.stayBnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000 !important;
  width: 140px;
}
/*----------------------●Contents 共通--------------------------*/
section#ConWrap section {
  width: 100%;
  position: relative;
  z-index: 998;
  background: #fff;
}
section#ConWrap .sectionInner {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 40px 0;
  min-width: 1020px;
}
.ConBox {
  padding: 30px;
}
section#ConWrap h2 {
  padding-left: 15px;
  border-left: 9px solid #40a5de;
  font-size: 1.9em;
  font-weight: normal;
  color: #40a5de;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
}
section#ConWrap p {
  padding: 0.5em 0;
  line-height: 1.6em;
  font-weight: normal;
}
/*----------------------●section01.LOCATION--------------------------*/
#section01 {
  background: url("../img/sec01Bg.png") center top, #fff !important;
  background-repeat: no-repeat, auto;
  background-size: 1920px auto, auto;
  padding: 80px 0 350px;
  position: relative;
  z-index: 999;
}
#section01 .ConBox {
  width: 60%;
  margin: 0 0 auto auto;
  position: relative;
  background: url("../img/ConBoxBg.png") no-repeat;
  background-position: left center;
  background-size: 50% 100%;
}
/*----------------------●section02.EQUIPMENT--------------------------*/
#section02 {
  background: url("../img/sec02Bg.png") center top, #fff !important;
  background-size: 1920px auto;
  margin-top: -100px;
}
#section02 .ConBox1 {
  width: 48%;
  margin: 0;
  position: relative;
}
#section02 .ConBox1Inner {
  background: rgba(255, 255, 255, 0.74);
  width: 100%;
}
#section02 .ConBox1 h2 {
  position: relative;
}
#section02 .ConBox1 h2::before {
  content: "";
  display: block;
  background: url("../img/blueBg.png") no-repeat;
  width: 285px;
  height: 260px;
  position: absolute;
  top: -50px;
  left: -6em;
}
#section02 .tabelWrap {
  margin: 20px 80px 0px 30px;
  padding: 1em 5% 1em 5%;
  z-index: 1;
  position: relative;
}
#section02 .tabelWrap::after {
  content: "";
  display: block;
  position: absolute;
  background: #f9f9f9;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#section02 h3 {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 1.4em;
  color: #40a5de;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Sawarabi Mincho", "ＭＳ 明朝", serif;
}
#section02 table {
  width: 100%;
}
#section02 table tr {
  display: block;
  border-top: 1px dotted #808080;
  padding: 3px;
  line-height: 1em;
}
#section02 table th {
  min-width: 7em;
}
#section02 table td {
  padding: 0.5em;
}
#section02 .ConBox2 {
  width: 98%;
  margin: 0 auto;
}
#section02 .ConBox2 ul {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}
#section02 .ConBox2 ul::before {
  content: "";
  display: block;
  background: url("../img/blueBg.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 285px;
  height: 261px;
  position: absolute;
  z-index: -1;
  left: -30px;
  bottom: -30px;
}
#section02 .ConBox2 li {
  width: 32%;
  padding: 10px 13px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-sizing: border-box;
}
#section02 .ConBox2 .imgWrap {
  position: relative;
  padding-bottom: 20px;
}
#section02 .ConBox2 h4 {
  position: absolute;
  background: #40a5de;
  color: #fff;
  width: 11em;
  padding: 5px;
  line-height: 1;
  bottom: 1em;
  left: 5px;
  font-weight: bold;
}
#section02 .ConBox2 li img {
  width: 100%;
}
#section02 .ConBox2 dl {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#section02 .ConBox2 dt {
  padding: 2px;
  padding-left: 2px;
  width: 35%;
  border-bottom: 1px dotted #808080;
  box-sizing: border-box;
}
#section02 .ConBox2 dd {
  padding: 2px 0 2px;
  width: 65%;
  border-bottom: 1px dotted #808080;
  box-sizing: border-box;
}
/*----------------------●section03.APPROACH--------------------------*/
#section03 {
  background: url("../img/sec03Bg.png") center top, #fff !important;
  background-size: auto 100%;
  padding: 0px 0 290px;
  margin-top: -30px;
}
#section03 .ConBox {
  width: 45%;
  margin-left: auto;
  margin-top: 210px;
}
/*----------------------●section04.ABOUT US--------------------------*/
#section04 {
  background: #f2f2f2 !important;
  margin-top: -50px;
}
#section04 .ConBox {
  width: 95%;
  margin: 0 auto 0;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
#section04 table.info {
  margin: 20px auto auto 10%;
  min-width: 350px;
  line-height: 2em;
}
#section04 table.info td {
  padding: 3px 0 3px 1em;
}
#section04 table a.tel {
  font-size: 150%;
}
#section04 .map {
  border: #fff solid 10px;
  padding: 0;
  height: 310px;
  box-sizing: border-box;
  margin: 20px auto;
  width: 50%;
  min-width: 280px;
}
/*----------------------●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;
}
/*--------------------●Footer ---------------------*/
#copyright {
  clear: both;
  margin: 0em auto 0;
  padding: 5px;
  text-align: center;
  font-style: normal;
  font-size: 85%;
  zoom: 1;
  color: #fff;
}
footer#footer {
  width: 100%;
  background: #4d4d4d;
  height: auto;
  margin: 0;
  padding: 0.5em 0 0;
  position: relative;
  z-index: 999 !important;
}
div#footerInner {
  max-width: 1200px;
  min-width: 1020px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#footer-info {
  width: 60%;
  margin: 40px auto;
  color: #fff;
  line-height: 2em;
}
#footer-info dt img {
  width: 280px;
  margin-bottom: 10px;
}
#footer-info dd {
  padding-left: 8px;
}
#footer-info dd a:link {
  font-size: 150%;
  color: #fff;
  vertical-align: middle;
}
div.amsWrap {
  letter-spacing: normal;
  width: 100%;
  text-align: center;
  margin: 3em auto;
  padding: 0;
  box-sizing: border-box;
}
div.amsGroupBox {
  width: 100%;
  margin: 0 auto;
}
h3.ams-h3 {
  position: relative;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  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: #4d4d4d;
  text-align: left;
}
h3.ams-h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
span.Bc {
  color: #ff0004;
}
span.Cc {
  color: #ff5614;
}
span.Ec {
  color: #11af6d;
}
span.Fc {
  color: #0083cc;
}
@media screen and (max-width: 1300px) {
  /* コンテンツ
*****************************************************/

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

  div#WholeWrap {
  }

  .paraWrap1Inner,
  .paraWrap2Inner {
    background-size: 160% auto;
  }
  /*--------------------●SLIDE---------------------*/

  div.HeadMessage {
  }
  /*--------------------●Header---------------------*/
  header#headerIndex {
    min-width: 1020px;
  }
  div#logo {
  }
  img#logoImg {
  }
  /*--------------------●Nav---------------------*/
  nav#nav_pc {
    width: 100%;
  }
  div#nav_pc-Inner {
    width: 100%;
    min-width: 1020px;
  }
  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 {
  }

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

  /*--------------------●Footer ---------------------*/
  #copyright {
  }
  footer#footer {
  }
  div#footerInner {
    min-width: 1020px;
  }
}

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

@media screen and (max-width: 1024px) {
  div#mainNavWrap {
    width: 100%;
  }
  nav#mainNav {
  }
}

@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: 16px;
    right: 10px;
    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: #22b573;
    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;
  }
  /*--------------------●SLIDE---------------------*/
  /*----------------------●MOVIE--------------------------*/
  .video-wrap {
  }
  .video-wrap video {
  }
  .HeadMessage {
    left: 10%;
    right: 10%;
    top: 46%;
  }
  .HeadMessage img {
  }
  div.HeadMessage {
    left: 0;
    right: 0;
    width: 90%;
  }
  div.HeadMessage img {
  }
  div.HeadMessage p {
    margin: 10px auto 0;
  }

  /*--------------------●Header---------------------*/
  header#headerIndex {
    min-width: auto;
  }
  div#logo {
    width: 100%;
    min-width: auto;
    float: none;
    margin: 0 auto;
    font-size: 0;
    padding: 30px 0;
    text-align: center;
  }
  img#logoImg {
    margin-left: 0;
    width: 180px;
    height: 34px;
  }
  /*--------------------●Nav---------------------*/
  nav#nav_pc {
  }
  div#nav_pc-Inner {
    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 {
  }

  /*----------------------●Contents 共通--------------------------*/
  section#ConWrap section {
  }
  section#ConWrap .sectionInner {
    max-width: auto;
    margin: 0 auto;
    padding: 0;
    min-width: auto;
  }
  .ConBox {
    padding: 30px;
    box-sizing: border-box;
  }
  section#ConWrap h2 {
    line-height: 1.3em;
  }
  section#ConWrap p {
    padding: 15px 5px;
    line-height: 1.6em;
    font-weight: normal;
  }
  .anchor {
  }
  /*----------------------●section01.LOCATION--------------------------*/
  #section01 {
    background: url("../img/sec01Bg_sp.png") no-repeat, #fff !important;
    background-position: center top;
    background-size: 100% auto !important;
    padding-bottom: 15%;
    position: relative;
  }
  #section01-after {
    height: 90px;
    width: 100%;
    background-position: center;
    background-size: 100% auto;
    background: url("../img/sec01Bg_sp2.png") no-repeat;
    z-index: 1;
  }
  #section01 .ConBox {
    width: 80%;
    margin: 35% 0 auto auto;
    position: relative;
    background: rgba(255, 255, 255, 0.88);
  }
  #section01 .ConBox::before {
    content: "";
    display: block;
    background: url("../img/blueBg.png") no-repeat;
    width: 285px;
    height: 260px;
    position: absolute;
    bottom: -50%;
    left: -25%;
  }
  /*----------------------●section02.EQUIPMENT--------------------------*/
  #section02 {
    background: url("../img/sec02Bg_sp.png") no-repeat, #fff !important;
    background-position: top;
    background-size: 100% auto !important;
    padding-top: 180px;
    margin-top: 0px;
    position: relative;
  }
  #section02::after {
    content: "";
    display: block;
    position: absolute;
    width: 142px;
    height: 753px;
    right: 0;
    bottom: -50px;
    background-position: center;
    background-size: cover;
    background: url("../img/sec02Bg_sp2.png") no-repeat;
  }
  #section02 .ConBox1 {
    position: relative;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    padding-bottom: 0px;
  }
  #section02 .ConBox1 .ConBox1Inner {
    width: 90%;
    margin: 0;
    padding: 30px 0 10px;
    box-sizing: border-box;
  }
  #section02 .ConBox1 h2::before {
    content: none;
  }
  #section02 .tabelWrap {
    margin: auto;
    padding: 1em 5%;
    z-index: 1;
    position: relative;
    width: 90%;
    box-sizing: border-box;
  }
  #section02 .tabelWrap::before {
    content: "";
    display: block;
    background: url("../img/blueBg.png") no-repeat;
    width: 258px;
    height: 235px;
    position: absolute;
    top: -60%;
    left: -22%;
    z-index: -1;
  }
  #section02 .tabelWrap::after {
  }
  #section02 h3 {
  }
  #section02 table {
  }
  #section02 table tr {
  }
  #section02 table th {
  }
  #section02 table td {
  }
  #section02 .ConBox2 {
  }
  #section02 .ConBox2 ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #section02 .ConBox2 ul::before {
    content: "";
    display: block;
    background: url("../img/blueBg.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 285px;
    height: 261px;
    position: absolute;
    z-index: -1;
    left: -40px;
    bottom: -40px;
  }
  #section02 .ConBox2 li {
    width: 49%;
  }
  #section02 .ConBox2 li:last-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
  }
  #section02 .ConBox2 li:last-child .imgWrap {
    width: 45%;
  }
  #section02 .ConBox2 .imgWrap {
  }
  #section02 .ConBox2 h4 {
    width: auto;
    padding-right: 1em;
  }
  #section02 .ConBox2 li img {
    width: 100%;
  }
  #section02 .ConBox2 dl {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #section02 .ConBox2 dt {
    padding-top: 10px;
    width: 100%;
    border-bottom: none;
    color: #40a5de;
  }
  #section02 .ConBox2 dd {
    width: 100%;
    padding-left: 1em;
    padding-top: 0;
  }
  #section02 .ConBox2 dd:last-child {
    border-bottom: 0;
  }
  /*----------------------●section03.APPROACH--------------------------*/
  #section03 {
    background: url("../img/sec03Bg_sp.png") no-repeat, #fff !important;
    background-position: center top !important;
    background-size: 1000px auto !important;
    padding-bottom: 85%;
    margin-top: 0;
  }
  #section03 .ConBox {
    width: 90%;
    margin: 0;
    padding-top: 50px;
  }
  /*----------------------●section04.ABOUT US--------------------------*/
  #section04 {
    position: relative;
    margin-top: 0;
  }
  #section04::after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    width: 498px;
    height: 64px;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background: url("../img/sec04Bg_sp.png") no-repeat;
  }
  #section04 .ConBox {
    flex-wrap: wrap;
    padding-top: 70px;
  }
  #section04 .ConBox > div {
    width: 100%;
  }
  #section04 table.info {
    margin: 20px auto;
  }
  #section04 table.info td {
  }
  #section04 table a.tel {
  }
  #section04 .map {
  }
  /*----------------------●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;
  }
  /*--------------------●Footer ---------------------*/
  #copyright {
  }
  footer#footer {
  }
  div#footerInner {
    width: 100%;
    min-width: auto;
  }
  #footer-info {
  }
  #footer-info dt img {
  }
  #footer-info dd {
  }
  #footer-info dd a:link {
  }

  div.amsWrap {
    min-width: auto;
    width: 90%;
  }
  div.amsGroupBox {
  }
  h3.ams-h3 {
  }
  h3.ams-h3 span {
  }
  h3.ams-h3::before {
  }
  div.amsGroupBox .back {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 634px) {
}

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

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

  div#WholeWrap {
  }
  img.floating {
  }
  div.Btn00-wrap {
  }
  div.Btn00 {
  }
  div.Btn00 a {
  }
  div.Btn01 a:hover {
  }
  /*----------------------●SP NAVI--------------------------*/
  img.spNav {
    top: 20px;
    width: 50px;
  }
  .lity-ConWrap {
    background: rgba(255, 255, 255, 1);
    min-width: 280px;
    width: 100%;
    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: #22b573;
    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;
  }
  /*--------------------●SLIDE---------------------*/
  div.HeadMessage {
  }
  div.HeadMessage img {
    min-width: 270px;
  }
  div.HeadMessage p {
  }

  /*--------------------●Header---------------------*/
  header#headerIndex {
  }
  div#logo {
  }
  img#logoImg {
  }
  /*--------------------●Nav---------------------*/
  nav#nav_pc {
  }
  div#nav_pc-Inner {
    min-width: 100%;
  }
  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 {
  }

  /*----------------------●Contents 共通--------------------------*/
  section#ConWrap section {
  }
  section#ConWrap .sectionInner {
    max-width: auto;
    margin: 0 auto;
    padding: 0;
    min-width: auto;
  }
  .ConBox {
    padding: 10px;
    box-sizing: border-box;
  }
  section#ConWrap h2 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
  section#ConWrap p {
    padding: 15px 5px;
    line-height: 1.6em;
    font-weight: normal;
  }
  /*----------------------●section01.LOCATION--------------------------*/
  #section01 {
    padding-top: 60px;
  }
  #section01-after {
    height: 60px;
    background-size: 100% auto;
    position: absolute;
    bottom: 1%;
  }
  #section01 .ConBox {
    width: 90%;
    margin: 25% 0 auto auto;
  }
  #section01 .ConBox::before {
    content: "";
    display: block;
    background: url("../img/blueBg.png") no-repeat;
    width: 150px;
    height: 137px;
    position: absolute;
    bottom: -18%;
    left: -15%;
  }
  /*----------------------●section02.EQUIPMENT--------------------------*/
  #section02 {
    background: url("../img/sec02Bg_sp.png") no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding-top: 100px;
    margin-top: 20px;
    position: relative;
  }
  #section02::after {
    content: "";
    display: block;
    position: absolute;
    width: 82px;
    height: 753px;
    right: 0;
    bottom: -50px;
    background-position: center;
    background-size: cover;
    background: url("../img/sec02Bg_sp2.png") no-repeat;
  }
  #section02 .ConBox1 {
    position: relative;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    padding-bottom: 20px;
  }
  #section02 .ConBox1 .ConBox1Inner {
    width: 95%;
    margin: 30px 0 0 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
  #section02 .ConBox1 h2::before {
  }
  #section02 .tabelWrap {
    margin: 0px auto;
    width: 90%;
  }
  #section02 .tabelWrap::before {
    width: 150px;
    height: 137px;
    top: -30%;
    left: -15%;
  }
  #section02 .tabelWrap::after {
  }
  #section02 h3 {
  }
  #section02 table {
  }
  #section02 table tr {
  }
  #section02 table th {
  }
  #section02 table td {
  }
  #section02 .ConBox2 {
  }
  #section02 .ConBox2 ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #section02 .ConBox2 ul::before {
    content: "";
    display: block;
    background: url("../img/blueBg.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    left: -15px;
    bottom: -30px;
  }
  #section02 .ConBox2 li {
    width: 100%;
    margin-bottom: 1em;
  }
  #section02 .ConBox2 li:last-child {
    width: 100%;
    display: block;
  }
  #section02 .ConBox2 li:last-child .imgWrap {
    width: 100%;
  }
  #section02 .ConBox2 .imgWrap {
  }
  #section02 .ConBox2 h4 {
  }
  #section02 .ConBox2 li img {
  }
  #section02 .ConBox2 dl {
    line-height: 1.3em;
  }
  #section02 .ConBox2 dt {
  }
  #section02 .ConBox2 dd {
  }
  #section02 .ConBox2 dd:last-child {
  }
  /*----------------------●section03.APPROACH--------------------------*/
  #section03 {
    background: url("../img/sec03Bg_sp.png") no-repeat;
    background-position: center top;
    background-size: auto 100%;
    padding-bottom: 820px;
    padding-top: 30px;
  }
  #section03 .ConBox {
    width: 100%;
    padding-top: 10px;
  }
  /*----------------------●section04.ABOUT US--------------------------*/
  #section04 {
    margin-top: -210px;
  }
  #section04::after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    width: 280px;
    height: 36px;
    right: 0;
    top: 0;
    background-position: center;
    background-size: contain;
    background: url("../img/sec04Bg_sp_s.png") no-repeat;
  }
  #section04 .ConBox {
    flex-wrap: wrap;
  }
  #section04 .ConBox > div {
    width: 100%;
  }
  #section04 table.info {
    min-width: 300px;
  }
  #section04 table.info td {
  }
  #section04 table a.tel {
  }
  #section04 .map {
  }
  /*----------------------●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;
  }
  /*--------------------●Footer ---------------------*/
  #copyright {
  }
  footer#footer {
  }
  div#footerInner {
    min-width: auto;
    width: 100%;
  }
  #footer-info {
    width: 100%;
  }
  #footer-info dt img {
  }
  #footer-info dd {
  }
  #footer-info dd a:link {
  }
  div.amsWrap {
  }
  div.amsGroupBox {
  }
  h3.ams-h3 {
  }
  h3.ams-h3 span {
  }
  h3.ams-h3::before {
  }
  div.amsGroupBox .back {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  div#logo {
    padding: 16px 0;
    height: 60px;
  }
  img#logoImg {
    width: 150px;
    height: 28px;
  }
  img.spNav {
    top: 5px;
  }
  .anchor {
    top: -60px;
  }
  #section01 {
    padding-bottom: 30%;
  }
  #section01-after {
    bottom: 8%;
  }
  #section01 .ConBox::before {
    bottom: -7%;
  }
  #section02::after {
    content: "";
    display: block;
    position: absolute;
    width: 82px;
    height: 753px;
    right: 0%;
  }
  #section03 {
    padding-bottom: 300px;
  }
  #section04 .ConBox {
    padding-right: 0;
    padding-left: 0;
  }
  #section04 table.info {
    font-size: 85%;
  }
  .lity-close {
    top: 55px !important;
  }
  .lity-ConWrap {
    min-width: 250px;
  }
  .spNav-ul li {
    margin: 9px auto;
  }
}
