@charset "utf-8";
/*===== CSS RESET =====*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  outline: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
ul,
ol {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body * {
  max-height: 99999em;
}
body img {
  max-height: none;
}
/*===== COMMON =====*/
html,
body {
  width: 100%;
  min-height: 100%;
}
body {
  background: #282828;
  font-size: 15px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  color: #fff;
  letter-spacing: 0.08em;
}
main {
  overflow: hidden;
}
.ft-serif {
  font-family: Georgia, serif;
}
a {
  color: #000;
  text-decoration: none;
}
.trans {
  opacity: 1;
}
.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}
.container {
  width: 100%;
  overflow: hidden;
}
.wrapper {
  width: 1040px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.animated {
  opacity: 0;
}

.ie9 .animated {
  opacity: 1;
}


.section1 {
  background-color: #000;
  width: 100%;
  height: 100%;
}
.bgd-section01 {
  max-width: 1500px;
  overflow: hidden;
  margin: 0 auto;
}

.ie9 .section1 {
  height: 100vh;
}
.section1 .main-section {
  text-align: center;
  position: relative;
  height: 100%;
  background: url(../img/main_kv.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.section1 .main-section:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section1 .kv-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: 80px;
}
.kv-title .logo_s {
  margin-top: 30px;
}

.kv-title h2 {
  margin-bottom: 15px;
}

.section1 .main-section .bgd-section01 img {
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header {
  height: 80px;
  background-image: url(../img/bgd_header.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #272727;
}
.header-top {
  background-color: #272727;
  *zoom: 1;
  height: 80px;
  line-height: 1;
}
.header-top:before,
.header-top:after {
  display: table;
  content: "";
}
.header-top:after {
  clear: both;
}
.logo {
  float: left;
  padding-top: 20px;
  padding-left: 25px;
  text-align: center;
}
.logo a {
  display: inline-block;
}
.logo img {
  line-height: 1;
}
.logo p {
  color: white;
  font-size: 13px;
  line-height: 1;
  padding-top: 8px;
}

.grad {
  background: #10ac5c;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #10ac5c, #30e086);
  /* Standard syntax */
}
.section {
  position: relative;
  height: 100vh;
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.scroll-next {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 70px;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
}
.scroll-next.lower {
	bottom: -10px;
}
.scroll-next.static {
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.scroll-next.static .btn-scroll {

}
.scroll-next .btn-scroll {
  position: absolute;
  bottom: 57px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  color: #fff;
  font: normal 400 11px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.scroll-next .btn-scroll:hover {
  opacity: .5;
}
.scroll-next .btn-scroll span {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 20px;
  height: 30px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  margin-left: -10px;
  cursor: pointer;
}
.scroll-next .btn-scroll span:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
.thumb-icon {
  line-height: 1;
}
.mail {
  width: 320px;
  height: 80px;
  background: #10ac5c;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #10ac5c, #30e086);
  /* Standard syntax */
}
.mail img {
  display: inline-block;
  vertical-align: middle;
}
.mail span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding-top: 20px;
  padding-left: 13px;
  font-size: 16px;
  line-height: 1;
  color: white;
}
.mail span span.open {
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: block;
}
.mail .content-mail {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: left;
}
.email {
  float: right;
  width: 80px;
  height: 80px;
  background: #10ac5c;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #10ac5c, #30e086);
  /* Standard syntax */
  position: relative;
}
.email img {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.contact-us {
  float: right;
}
.contact-us .phone {
  padding-top: 25px;
  padding-right: 25px;
  text-align: center;
}
.contact-us .phone span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.contact-us .phone span:last-child {
  margin-right: 0;
}
.contact-us p {
  text-align: center;
  padding-top: 7px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
.section2 .img-section {
  width: 1000px;
  height: 85px;
  margin: 0 auto;
}
.section2 {
  position: relative;
}

.ie9 .section2 {
  text-align: center;
}

.section2 .img-section img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.wrap-section02 {
  padding: 73px 0 40px;
}
.content-section2 {
  padding-top: 35px;
  padding-bottom: 110px;
  width: 100%;
  height: 100%;
  background-color: black;
  border-top: 3px solid #044d27;
  position: relative;
  text-align: center;
}
.ie9 .content-section2 {
  height: 100vh;
}
.content-section2 .title {
  font-size: 30px;
  line-height: 1;
  color: white;
  font-weight: bold;
  padding-top: 13px;
  letter-spacing: 0.08em;
}
.content-section2 .sub-title {
  font-size: 16px;
  line-height: 1;
  color: #30e086;
  padding-top: 10px;
}
.list-problems {
  margin-top: 55px;
  js-display: -ms-flexbox;
  js-display: -webkit-flexbox;
  -js-display: -ms-flexbox;
  -js-display: flex;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.list-problems .thumb-item {
  width: 215px;
  height: 215px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.list-problems .thumb-item img {
  width: 100%;
  height: 100%;
}
.list-problems .item {
  width: 25%;
  text-align: center;
}
.list-problems .content-item {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  padding-top: 20px;
}
.list-problems .content-item .title {
  font-size: 16px;
  color: #30e086;
  line-height: 1;
}
.list-problems .content-item .desc {
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: white;
}
.section3 {
  background-color: transparent;
  position: relative;
}
.section3 .bgd-section3 {
  position: absolute;
  top: 0;
  left: -200px;
  width: 77%;
  height: 100%;
}
.section3 .bgd-section3 img {
  width: 100%;
  height: 100%;
}
.wrap-section03 {
  padding-top: 85px;
  padding-bottom: 70px;
}

.content-section3 {
  position: relative;
  padding-top: 85px;
  padding-bottom: 155px;
  border-top: 3px solid #044d27;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.content-section3 .title {
  line-height: 1;
}
.content-section3 .title img {
  display: inline-block;
  vertical-align: middle;
}
.content-section3 .title span {
  font-size: 46px;
  line-height: 1;
  color: white;
  font-weight: bold;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.content-section3 .sub-title {
  font-size: 30px;
  line-height: 1;
  color: white;
  padding-top: 15px;
  padding-left: 15px;
  letter-spacing: 1.5px;
}
.list-items {
  margin-top: 65px;
  js-display: -ms-flexbox;
  js-display: -webkit-flexbox;
  -js-display: -ms-flexbox;
  -js-display: flex;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  /* NEW, Chrome 21?28, Safari 6.1+ */
  -js-display: flex;
  display: -webkit-flex;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}
.list-items .items {
  width: 25%;
  text-align: center;
  position: relative;
}
.list-items .items:before {
  content: '';
  background: url(../img/plus_icon.png) no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 49%;
  right: -17px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.list-items .items:last-child:before {
  content: none;
}
.list-items .thumb-item {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  margin: 0 auto;
}
.list-items .thumb-item img {
  width: 100%;
}
.list-items .content-item {
  width: 76%;
  margin: 0 auto;
}
.list-items .content-item .title {
  font-size: 16px;
  color: #30e086;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 3px solid #30e086;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 5px;
}
.list-items .content-item .desc {
  padding-top: 17px;
  font-size: 12px;
  line-height: 1.5;
}
.section4 {
  position: relative;
}
.wrap-section04 {
  padding-top: 78px;
  padding-bottom: 88px;
}
.section4 .bgd-section4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-section4 {
  position: relative;
  padding-top: 38px;
  padding-bottom: 125px;
  border-top: 3px solid #044d27;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
.content-section4 .title {
  line-height: 1;
  font-size: 31px;
  font-weight: bold;
  padding-top: 10px;
}
.content-section4 .sub-title {
  font-size: 16px;
  line-height: 1;
  color: #30e086;
  padding-top: 12px;
}
.list-consultation {
  width: 900px;
  margin: 0 auto;
}
.list-consultation .item {
  background-color: white;
  width: 100%;
  margin-top: 45px;
  padding: 25px 35px 30px 45px;
  js-display: -ms-flexbox;
  js-display: -webkit-flexbox;
  -js-display: -ms-flexbox;
  -js-display: flex;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.list-consultation .item:after {
  content: '';
  position: absolute;
  width: 444px;
  height: 33px;
  bottom: -43px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: url(../img/arrow.png) no-repeat;
}
.list-consultation .item:last-child:after {
  content: none;
}
.list-consultation .item .thumb-item {
  width: 185px;
  text-align: left;
  line-height: 1;
}
.list-consultation .item .thumb-item img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
.list-consultation .item:first-child .content-item .title {
  color: #30e086;
}
.list-consultation .content-item {
  padding-left: 25px;
  width: 635px;
  text-align: left;
}
.list-consultation .content-item .title {
  font-size: 22px;
  line-height: 1;
  color: black;
  padding-top: 0;
}
.list-consultation .content-item .desc {
  font-size: 13px;
  line-height: 1.3;
  color: black;
  padding-top: 12px;
  font-weight: 500;
}
.list-consultation .content-item .contact-item {
  padding-top: 15px;
}
.list-consultation .content-item .contact-item .phone {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 280px;
}
.list-consultation .content-item .contact-item .phone img {
  display: block;
  padding-top: 8px;
}
.list-consultation .content-item .contact-item .phone p {
  color: black;
  font-size: 11px;
  line-height: 1;
  padding-top: 10px;
}
.list-consultation .content-item .contact-item .mail {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.section5 {
  background: #10ac5c;
  background: -moz-linear-gradient(left, #10ac5c 0%, #30e086 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #10ac5c), color-stop(100%, #30e086));
  background: -webkit-linear-gradient(left, #10ac5c 0%, #30e086 100%);
  background: -o-linear-gradient(left, #10ac5c 0%, #30e086 100%);
  background: -ms-linear-gradient(left, #10ac5c 0%, #30e086 100%);
  background: linear-gradient(to right, #10ac5c 0%, #30e086 100%);
  position: relative;
  height: 100vh;
}
.content-section5 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.content-section5 .title {
  line-height: 1;
}
.content-section5 .title img {
  display: inline-block;
  vertical-align: middle;
}
.content-section5 .title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  padding-left: 30px;
}
.content-section5 .desc {
  padding-top: 30px;
  font-size: 26px;
  line-height: 1.9;
}
.section6 {
  position: relative;
}
.section6 .bgd-section6 {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
}
.content-section6 {
  text-align: center;
  padding-top: 110px;
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
}
.content-section6 .title {
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: white;
}
.content-section6 .sub-title {
  font-size: 32px;
  line-height: 1.45;
  color: #30e086;
  padding-top: 15px;
  letter-spacing: 0.08em;
}
.content-section6 .sub-title small {
  display: block;
  font-size: 26px;
}
.content-desc {
  margin-top: 60px;
  margin-bottom: 60px;
  min-height: 400px;
  *zoom: 1;
}
.content-desc:before,
.content-desc:after {
  display: table;
  content: "";
}
.content-desc:after {
  clear: both;
}
.content-desc .gallery-img {
  float: left;
  width: 450px;
  text-align: left;
}
.content-desc .gallery-img .img-main img {
  width: 450px;
  height: 290px;
}
.content-desc .gallery-img ul {
  width: 450px;
}
.content-desc .gallery-img .img-main {
  width: 450px;
  text-align: left;
}
.content-desc .desc {
  width: 500px;
  float: right;
  text-align: left;
}
.content-desc .desc p {
  padding-top: 30px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.06em;
}
.content-desc .desc p:first-child {
  padding-top: 0;
  margin-top: -7px;
}
.section7 {
  position: relative;

}
.section7 .bg-section {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 1;
  background: url(../img/bgd_section7.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.wrap-section07 {
  padding-top: 75px;
  padding-bottom: 20px;
}
.content-section7 {
  background: rgba(0, 0, 0, 0.65);
  padding: 40px 25px 115px;
  text-align: center;
  position: relative;
  z-index: 2;
  min-height: 1100px;
}
.content-section7 .title {
  font-size: 31px;
  line-height: 1;
  color: white;
  padding-top: 10px;
  font-weight: bold;
}
.content-section7 .title p {
  font-size: 16px;
  color: #30e086;
  font-weight: normal;
  padding-top: 15px;
}
.content-section7 .sub-title {
  font-size: 22px;
  line-height: 1.4;
  color: #30e086;
  padding-top: 25px;
}
.content-section7 .desc-product {
  font-size: 13px;
  line-height: 1.8;
  padding-top: 20px;
}
.list-products {
  width: 950px;
  margin: 0 auto;
  padding-top: 40px;
  js-display: -ms-flexbox;
  js-display: -webkit-flexbox;
  -js-display: -ms-flexbox;
  -js-display: flex;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: -webkit-flex;
  display: flex;
}
.list-products .product-item {
  width: 475px;
  padding: 20px 17px;
  js-display: -ms-flexbox;
  js-display: -webkit-flexbox;
  -js-display: -ms-flexbox;
  -js-display: flex;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  /* OLD: Firefox (buggy) */
  display: -webkit-flex;
  display: -ms-flexbox;
  /* MID: IE 10 */
  /* NEW, Chrome 21?28, Safari 6.1+ */
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-left: 2px solid #e9e8e8;
}
.list-products .item {
  width: 215px;
}
.list-products .item .name-product {
  margin-top: 4px;
  background-color: black;
  height: 57px;
  width: 100%;
  position: relative;
  text-align: center;
}
.list-products .item .name-product p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
}
.list-products .product-item-01 {
  background-color: white;
}
.list-products .product-item-02 {
  background-color: #f7f6f6;
}
.list-products .desc-item {
  padding-top: 20px;
  color: black;
}
.list-products .desc-item .title {
  font-size: 14px;
  line-height: 1.2;
  color: black;
}
.list-products .desc-item .desc {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 20px;
  display: inline-block;
  width: 94%;
}
.list-products .desc-item .desc img {
  display: inline-block;
  vertical-align: top;
}
.section8 {
  position: relative;
}
.section8 .content-contact {
  position: relative;
  width: 100%;
  height: 360px;
  z-index: 1;
  margin-top: 65px;
}
.section8 .bgd-phone {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 50%;
  height: 360px;
}
.section8 .bgd-mail {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 50%;
  height: 360px;
}
.section8 .bgd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-top {
  text-align: center;
  padding-top: 30px;
}
.content-top .title {
  font-size: 31px;
  line-height: 1;
  font-weight: bold;
  padding-top: 15px;
}
.content-top .title p {
  font-size: 16px;
  line-height: 1;
  color: #30e086;
  padding-top: 15px;
  font-weight: normal;
}
.desc-contact {
  text-align: center;
  font-size: 13px;
  line-height: 1.84;
  padding-top: 20px;
}
.main-contact {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 3;
  *zoom: 1;
}
.main-contact:before,
.main-contact:after {
  display: table;
  content: "";
}
.main-contact:after {
  clear: both;
}
.main-contact .content-phone-footer {
  width: 500px;
  float: left;
  text-align: center;
}
.main-contact .content-phone-footer .top {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 18px;
}
.main-contact .content-phone-footer img {
  padding-top: 10px;
  line-height: 1;
}
.main-contact .content-phone-footer .open {
  font-size: 12px;
  line-height: 1;
  padding-top: 10px;
}
.main-contact .content-mail-footer {
  width: 500px;
  float: left;
  text-align: center;
}
.main-contact .content-mail-footer .mail {
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  margin-top: 30px;
}
.main-contact .content-mail-footer .mail span {
  font-size: 18px;
}
.main-contact .content-mail-footer .mail span span.open {
  font-size: 14px;
}
.main-contact .content-mail-footer .top {
  font-size: 22px;
  line-height: 1;
}
.address {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 1.125;
  color: white;
}
.coppyright {
  border-top: 1px solid #333333;
  padding: 25px 0;
  text-align: center;
}
.coppyright p {
  font-size: 12px;
  line-height: 1;
  color: white;
}
.mail-fixed {
  position: fixed;
  top: 115px;
  z-index: 9;
  width: 100%;
}
.mail-fixed .fixed {
  position: relative;
}
.mail-fixed .mail {
  position: absolute;
  right: auto;
  left: 1050px;
  display: inline-block;
  width: 80px;
  height: 200px;
  display: none;
}
.mail-fixed .mail span.sideb {
  padding-top: 10px;
  padding-left: 35px;
  font-size: 11px;
  line-height: 1;
  display: block;
  writing-mode: tb-rl;
   direction: ltr;
}
.mail-fixed .mail img {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
}


/* contact */
.wrap {
  width: 1060px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.inquiry {
  margin-bottom: 40px;
  background-color: black;
  padding: 0 30px;

}
.ie9 .contact_page {
  height: 100vh;
}
.inquiry .thumb-icon {
  line-height: 1;
  text-align: center;
  padding-top: 30px;
}
.inquiry .title {
  font-size: 30px;
  line-height: 1;
  color: white;
  font-weight: bold;
  padding-top: 13px;
  letter-spacing: 0.08em;
  text-align: center;

}
.inquiry .sub-title {
  font-size: 16px;
  line-height: 1;
  color: #30e086;
  padding: 10px 0 30px 0;
  text-align: center;
}
.inquiry .tti_image{ text-align: center; margin-bottom: 30px;}

.inquiry p.formExp {
	margin: 10px 0;
}
p.formExp span.must{
	font-size:11px;
	color:#FFF;
	background:#C3143F;
	padding:2px 7px;
	font-weight:normal;
	float:left;
	margin-right: 5px;
}
.inquiry p.formExp_02 {
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 30px;
}


/*table内*/
table.contact_form{
	width: 940px;
	border: none;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.contact_form tr{
	border-right: none;
	border-bottom: 1px solid #ddd;
}
table.contact_form th{
	width: 280px;
	padding: 27px 40px;
	border: none;
	border-bottom: #999 1px solid;
	text-align: left;
	background: #666;
	font-size: 15px;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: top;
}
table.contact_form th span{
	display: block;
	font-size: 13px;
	font-weight: normal;
}
table.contact_form th .must{
	font-size: 11px;
	color: #FFF;
	background: #C3143F;
	padding: 2px 7px;
	font-weight: normal;
	float: right;
	box-sizing: border-box;
}

table.contact_form td{
	border: none;
	padding: 27px 20px;
	box-sizing: border-box;
}

table.contact_form td .radio{
	border: none;
	box-sizing: border-box;
}
table.contact_form td .radio,
table.contact_form td .radio textarea{
	border: none;
	background: #F6F6F6;
}

table.contact_form td input[type=text],
table.contact_form td textarea{
	border: none;
	background: #F6F6F6;
	padding: 10px;
	width:100%;
	box-sizing:border-box;
}
table.contact_form td input[name="zip"]{
	width:200px;
}

table.contact_form td input.tel_s,
table.contact_form td input.zip{
	width: 40%;
}

table.contact_form td p{
	font-size: 13px;
	color: #fff;
	margin-left: 10px;
}
table.contact_form td p.txt span{
	display: block;
	font-size: 11px;
	width: 90%;
}

table.contact_form td input[type="button"]{
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
    background-color: #0d765e;
    color: #fff;
    font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}


/**/


.inquiry .btn_send {
	margin: 40px auto;
	text-align: center;
}

.inquiry .btn_send .btn {
	display: inline-block;
	text-decoration: none;
	padding: 16px 60px;
	font-weight: 500;
	color: #fff;
	border: none;
	position: relative;
	background: #0d765e url(../img/arrow_03white.png) no-repeat 90% center;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.inquiry .btn_send .btn a:hover{
    cursor: pointer;
    opacity: 0.8;

}

.contact_conform .button input {
    transition: all 0.5s ease 0s;
}
.contact_conform .button input:hover {
    cursor: pointer;
    opacity: 0.8;
}

.contact__formbutton{
		text-align: center;
	}

.contact__formbutton input{
	text-align: center;
	margin: 30px 0;
	width: 200px;
	transition:.3s;
	background: #333333;
	color: #FFF;
	padding:15px;
	cursor: pointer;
}

.inquiry .thanks-btn {text-align: center; padding-bottom: 40px;}
.inquiry .thanks-btn a{
	text-align: center;
	margin: 30px 0;
	width: 200px;
	transition:.3s;
	background: #0d765e;
	color: #FFF;
	padding:15px;
	cursor: pointer;
}


/* phpによって出力されるソース */

.inquiry .formArea p.errMsg {
	margin-bottom: 15px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}

.inquiry .formArea p.conMsg {
	margin-bottom: 15px;
}

.inquiry .formArea span.ERR {
	color: #C3143F;
	font-weight: bold;
}


.pagination {
  /*position: fixed;
  top: 0;
  bottom: 0;
  left: 5%;
  height: 90px;
  margin: auto;
  z-index: 10;*/
  position: absolute;
  left: -40px;
}

a:link, a:visited {
  color: #666;
  text-decoration: none;
}

.pagination a {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  text-align: center;
  background-color: #bfbebe;
  border-radius: 100%;
  display: inline-block;
  transition: all .2s ease;
}

.pagination li {
  width: 22px;
  text-align: center;
  display: block;
}
.pagination li img {
  width: 100%;
}

.pagination li {
  height: 23px;
}
.pagination li:first-child a {
  margin-top: 0;
}
.pagination li:last-child a {
  background-color: transparent;
  width: 100%;
  height: auto;
}
.pagination li:last-child a.active {
  background-color: transparent;
  width: 100%;
  height: auto;
}
.pagination li a {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  text-align: center;
  background-color: #bfbebe;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.pagination li a.active {
  background-color: #30e086;
  width: 15px;
  height: 15px;
}
.pagination .to-top {
  position: absolute;
  top: -35px;
  left: 0;
  -webkit-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  display: none;
  cursor: pointer;
}
.pagination .to-top img {
  width: 22px;
  height: 13px;
}


.navigation {
  position: fixed;
  top: 42%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
}

.menu {
  position: relative;
}
