@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: middle;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  color: #000000;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.7rem;
    line-height: 1.53;
  }
}

.let-01 {
  letter-spacing: -0.1em;
}

.let-03 {
  letter-spacing: -0.3em;
}

.let-05 {
  letter-spacing: -0.5em;
}

@media screen and (max-width: 1200px) {
  br.br__crear__big {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  br.br__crear__pc {
    display: none;
  }
}

br.on__big {
  display: none;
}
@media screen and (max-width: 1200px) {
  br.on__big {
    display: block;
  }
}

br.on__pc {
  display: none;
}
@media screen and (max-width: 960px) {
  br.on__pc {
    display: block;
  }
}

br.on__tb {
  display: none;
}
@media screen and (max-width: 768px) {
  br.on__tb {
    display: block;
  }
}

br.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.on__sp {
    display: block;
  }
}

br.on__mini {
  display: none;
}
@media screen and (max-width: 320px) {
  br.on__mini {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}

.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#wrapper #header {
  margin-bottom: 30px;
  z-index: 100;
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  transition: background 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  transition: background 0.2s ease-in, box-shadow 0.2s ease-in;
  transition: background 0.2s ease-in, box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  #wrapper #header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #header {
    margin-bottom: 10px;
  }
}
#wrapper #header.low {
  position: static;
  background: #0e356c;
  margin-bottom: 0;
}
#wrapper #header.fix {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#wrapper #header.fix .head h1 {
  background: url(../img/logo_fix.svg) no-repeat;
  background-size: contain;
}
#wrapper #header.fix .head .header__nav .gnavi li a {
  color: #051a45;
}
#wrapper #header.fix .head .header__nav .gnavi li.link_site a {
  border: #0467be 1px solid;
}
#wrapper #header.fix .head .header__nav .gnavi li.link_site a:hover {
  color: #fff;
}
#wrapper #header.fix .head #nav__toggle span {
  background: #051a45;
}
#wrapper #header.fix.open .head h1 {
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
}
#wrapper #header.fix.open .head .header__nav .gnavi li a {
  color: #fff;
}
#wrapper #header .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrapper #header .head {
    padding: 10px;
  }
}
#wrapper #header .head h1 {
  width: 185px;
  height: 30px;
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}
@media screen and (max-width: 1200px) {
  #wrapper #header .head h1 {
    margin-right: 5%;
  }
}
#wrapper #header .head h1 a {
  display: block;
}
@media screen and (max-width: 1020px) {
  #wrapper #header .head .header__nav {
    display: none;
  }
}
#wrapper #header .head .header__nav .gnavi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper #header .head .header__nav .gnavi li {
  position: relative;
  text-align: center;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  #wrapper #header .head .header__nav .gnavi li {
    margin-right: 20px;
  }
}
#wrapper #header .head .header__nav .gnavi li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#800000)) 0 100%/0 2px no-repeat;
  background: -webkit-linear-gradient(#800000, #800000) 0 100%/0 2px no-repeat;
  background: linear-gradient(#800000, #800000) 0 100%/0 2px no-repeat;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#wrapper #header .head .header__nav .gnavi li a:hover {
  background-size: 100% 2px;
}
#wrapper #header .head .header__nav .gnavi li.link_site a {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
}
#wrapper #header .head .header__nav .gnavi li.link_site a:hover {
  background: #0467be;
}
#wrapper #header .head #nav__toggle {
  display: none;
  width: 35px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1020px) {
  #wrapper #header .head #nav__toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #header .head #nav__toggle {
    top: 15px;
  }
}
#wrapper #header .head #nav__toggle div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 50%;
}
#wrapper #header .head #nav__toggle span {
  position: absolute;
  display: block;
  height: 5px;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#wrapper #header .head #nav__toggle span:nth-child(1) {
  top: 0;
}
#wrapper #header .head #nav__toggle span:nth-child(2) {
  top: 10px;
}
#wrapper #header .head #nav__toggle span:nth-child(3) {
  top: 20px;
}
#wrapper #header.open {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 100;
  background: #051a45;
  overflow-y: scroll;
}
#wrapper #header.open .head {
  display: block;
}
#wrapper #header.open .head .header__nav {
  display: block;
  padding: 30px 20px;
  background: none;
}
#wrapper #header.open .head .header__nav ul {
  display: block;
}
#wrapper #header.open .head .header__nav ul li {
  margin-bottom: 10px;
  width: 100%;
}
#wrapper #header.open .head .header__nav ul li::before, #wrapper #header.open .head .header__nav ul li::after {
  content: none;
}
#wrapper #header.open .head .header__nav ul li a {
  font-size: 2.4rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  color: #fff;
}
#wrapper #header.open .head #nav__toggle {
  display: block;
  z-index: 101;
}
#wrapper #header.open .head #nav__toggle span {
  background: #fff;
}
#wrapper #header.open .head #nav__toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#wrapper #header.open .head #nav__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open .head #nav__toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#wrapper {
  overflow: hidden;
  position: relative;
}
#wrapper #main {
  /*---index---*/
  /*---強み---*/
  /*---設備紹介--*/
  /*---会社概要---*/
  /*---アクセス---*/
  /*問い合わせ*/
}
#wrapper #main .inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}
#wrapper #main section .h2-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 127px;
  padding: 0 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper #main section .h2-ttl {
    height: 100px;
    padding: 0 20px;
  }
}
#wrapper #main section .h2-ttl.strengths {
  background: url(../img/cim02.jpg) no-repeat top center;
}
#wrapper #main section .h2-ttl.machin {
  background: url(../img/cim03.jpg) no-repeat top center;
}
#wrapper #main section .h2-ttl.product {
  background: url(../img/cim04.jpg) no-repeat top center;
}
#wrapper #main section .h2-ttl.about {
  background: url(../img/cim07.jpg) no-repeat top center;
}
#wrapper #main section .h2-ttl.recruit {
  background: url(../img/cim06.jpg) no-repeat top center;
}
#wrapper #main section .h2-ttl.access {
  background: url(../img/cim08.jpg) no-repeat top center;
}
#wrapper #main section .h2-ttl.contact {
  background: url(../img/cim09.jpg) no-repeat top center;
}
#wrapper #main section .h2-ttl h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-shadow: #000 1px 1px;
  font-size: 28px;
  margin-bottom: 5px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 640px) {
  #wrapper #main section .h2-ttl h2 {
    margin-bottom: 0;
  }
}
#wrapper #main section .h2-ttl p {
  color: #d9860f;
  font-size: 15px;
  text-shadow: #000 1px 1px;
}
#wrapper #main section .h3-ttl {
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #0e356c;
  position: relative;
  border-bottom: 4px solid #ddd;
  padding: 0 10px 5px;
  margin-bottom: 20px;
}
#wrapper #main section .h3-ttl::after {
  content: "";
  width: 150px;
  height: 4px;
  background: #135ec3;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
}
#wrapper #main section .block01 {
  padding: 20px;
  border: 1px #ccc solid;
  background-color: #eee;
  margin-bottom: 20px;
}
#wrapper #main section .font_s {
  font-size: 15px;
  line-height: 1.6;
}
#wrapper #main section figure img {
  width: 100%;
  height: auto;
}
#wrapper #main .swiper {
  position: relative;
  width: 100vw;
  height: calc(100vh - 150px);
  max-height: 609px;
  overflow: hidden;
  margin-bottom: 30px;
}
#wrapper #main .swiper .mv__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 100%;
  max-width: 800px;
  z-index: 10;
}
#wrapper #main .swiper .mv__ttl img {
  max-width: 100%;
  height: auto;
}
#wrapper #main .swiper .swiper__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
#wrapper #main .swiper .swiper-slide-active .swiper-img,
#wrapper #main .swiper .swiper-slide-duplicate-active .swiper-img,
#wrapper #main .swiper .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
#wrapper #main .swiper .swiper-img {
  height: 100%;
}
#wrapper #main .swiper .swiper-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
#wrapper #main .swiper .mv__down {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 5%;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
#wrapper #main .swiper .mv__down::before, #wrapper #main .swiper .mv__down::after {
  content: "";
  display: block;
}
#wrapper #main .swiper .mv__down::before {
  position: absolute;
  bottom: 0;
  margin-top: 15px;
  width: 1px;
  height: 60px;
  background: #800000;
  -webkit-animation: scrollanimation 2s ease-in-out infinite;
          animation: scrollanimation 2s ease-in-out infinite;
  z-index: 1;
}
#wrapper #main .swiper .mv__down::after {
  margin-top: 15px;
  width: 1px;
  height: 60px;
  background: #fff;
}
#wrapper #main .swiper .mv__down img {
  width: 11px;
}
@-webkit-keyframes scrollanimation {
  0% {
    height: 0;
    bottom: 60px;
  }
  70% {
    height: 20px;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes scrollanimation {
  0% {
    height: 0;
    bottom: 60px;
  }
  70% {
    height: 20px;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
#wrapper #main .bnr {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .bnr {
    margin-bottom: 20px;
  }
}
#wrapper #main .bnr img {
  width: 100%;
  height: auto;
}
#wrapper #main .topconte {
  background: url(../img/tcon_bg.png) no-repeat #eaeaea;
  padding: 40px 30px 20px;
}
@media screen and (max-width: 960px) {
  #wrapper #main .topconte {
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .topconte {
    padding-top: 50px;
  }
}
#wrapper #main .topconte h2 {
  margin-bottom: 20px;
  color: #051a45;
  font-weight: bold;
}
#wrapper #main .topconte h2 img {
  max-width: 710px;
  width: 100%;
  height: auto;
}
#wrapper #main .topconte h2 span {
  color: #800000;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.1em;
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  #wrapper #main .topconte__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .topconte__item {
    display: block;
  }
}
#wrapper #main .topconte__item li {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper #main .topconte__item li {
    width: calc((100% - 10px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .topconte__item li {
    width: 100%;
  }
}
#wrapper #main .topconte__item li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrapper #main .topconte__item li dl {
    display: block;
  }
}
#wrapper #main .topconte__item li dl dt {
  width: 277px;
  background: #051a45;
}
@media screen and (max-width: 768px) {
  #wrapper #main .topconte__item li dl dt {
    width: 100%;
  }
}
#wrapper #main .topconte__item li dl dt img {
  width: 100%;
  height: auto;
}
#wrapper #main .topconte__item li dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  font-size: 14px;
}
#wrapper #main .strengths__cont {
  background: #eee;
  padding: 30px;
  margin-bottom: 30px;
}
#wrapper #main .strengths__cont:last-child {
  margin-bottom: 0;
}
#wrapper #main .strengths__cont dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont dl {
    display: block;
  }
}
#wrapper #main .strengths__cont dl dt {
  background: url(../img/bg_strengths.png) no-repeat;
  width: 162px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont dl dt {
    width: 100%;
    text-align: left;
    padding: 5px 0 5px 20px;
    margin-bottom: 10px;
  }
}
#wrapper #main .strengths__cont dl dd {
  color: #051a45;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 5px;
  width: calc(100% - 172px);
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont dl dd {
    width: 100%;
    font-size: 20px;
  }
}
#wrapper #main .strengths__cont h3, #wrapper #main .strengths__cont h4 {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
#wrapper #main .strengths__cont h3 {
  border: none;
  padding: 0;
}
#wrapper #main .strengths__cont h3::after {
  content: none;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont h3 {
    padding: 0 10px;
    font-size: 16px;
  }
}
#wrapper #main .strengths__cont h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont h4 {
    font-size: 16px;
  }
}
#wrapper #main .strengths__cont .table__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont .table__cont {
    display: block;
  }
}
#wrapper #main .strengths__cont table {
  width: 49%;
  background: #fff;
  border: 1px solid #666;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont table {
    width: 100%;
    margin-bottom: 10px;
  }
}
#wrapper #main .strengths__cont table:first-child {
  border-right: none;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont table:first-child {
    border: 1px solid #666;
  }
}
#wrapper #main .strengths__cont table:first-child th {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont table:first-child th {
    border: none;
  }
}
#wrapper #main .strengths__cont table th {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 10px;
  border: 1px solid #666;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont table th {
    display: block;
    border: none;
  }
}
#wrapper #main .strengths__cont table td {
  font-size: 13px;
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__cont table td {
    display: block;
  }
}
#wrapper #main .strengths__point {
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__point {
    display: block;
  }
}
#wrapper #main .strengths__point figure {
  max-width: 200px;
  width: 25%;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .strengths__point figure {
    text-align: center;
    margin: 0 0 20px;
    width: 100%;
  }
}
#wrapper #main .strengths__point figure img {
  width: 100%;
  height: auto;
}
#wrapper #main .strengths__point .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrapper #main .strengths__point .txt p {
  font-size: 16px;
}
#wrapper #main .machin__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #wrapper #main .machin__item {
    display: block;
  }
}
#wrapper #main .machin__item li {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}
#wrapper #main .machin__item li:nth-child(3n) {
  margin-right: 0;
}
#wrapper #main .machin__item li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrapper #main .machin__item li {
    width: calc((100% - 10px) / 2);
  }
  #wrapper #main .machin__item li:nth-child(3n) {
    margin-right: 10px;
  }
  #wrapper #main .machin__item li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .machin__item li {
    width: 100%;
    margin-right: 0;
  }
}
#wrapper #main .about__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #wrapper #main .about__cont {
    display: block;
  }
}
#wrapper #main .about__cont .fig {
  max-width: 189px;
}
@media screen and (max-width: 1200px) {
  #wrapper #main .about__cont .fig {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#wrapper #main .about__cont .fig figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #wrapper #main .about__cont .fig figure {
    margin: 0 10px 0 0;
  }
}
#wrapper #main .about__cont .fig figure:last-child {
  margin: 0;
}
#wrapper #main .about__cont .fig figure img {
  width: 100%;
  height: auto;
}
#wrapper #main .about__list {
  margin-bottom: 20px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 1200px) {
  #wrapper #main .about__list {
    width: 100%;
  }
}
#wrapper #main .about__list li {
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#wrapper #main .about__list li span {
  position: relative;
  width: 7em;
  display: inline-block;
  padding: 0 5px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .about__list li span {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#wrapper #main .about__list li span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #d9860f;
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media screen and (max-width: 640px) {
  #wrapper #main .about__list li span::after {
    content: none;
  }
}
#wrapper #main .about__table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
#wrapper #main .about__table th {
  background: #eee;
  color: #333;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #wrapper #main .about__table th {
    display: block;
    border: none;
  }
}
#wrapper #main .about__table td {
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  #wrapper #main .about__table td {
    display: block;
    border: none;
  }
}
#wrapper #main .access__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px;
}
#wrapper #main .access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#wrapper #main .access__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #wrapper #main .access__cont {
    display: block;
  }
}
#wrapper #main .access__cont .tel__cont {
  width: 48%;
  border: 1px solid #ddd;
  padding: 20px 15px 5px;
}
@media screen and (max-width: 960px) {
  #wrapper #main .access__cont .tel__cont {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wrapper #main .access__cont .tel__cont .tel__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #wrapper #main .access__cont .tel__cont .tel__info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .access__cont .tel__cont .tel__info {
    display: block;
  }
}
#wrapper #main .access__cont .tel__cont .tel__info .tel {
  color: #800000;
  font-weight: bold;
}
#wrapper #main .access__cont .tel__cont .tel__info .tel span {
  background: #800000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .access__cont .tel__cont .tel__info .tel {
    font-size: 16px;
  }
}
#wrapper #main .access__cont .tel__cont .tel__info .open {
  font-size: 12px;
  border-left: 1px solid #666;
  padding-left: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper #main .access__cont .tel__cont .tel__info .open {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .access__cont .tel__cont .tel__info .open {
    border: none;
    padding: 0;
    margin: 10px 0 0;
  }
}
#wrapper #main .access__cont .tel__cont .nmb {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #wrapper #main .access__cont .tel__cont .nmb {
    font-size: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  #wrapper #main .access__cont .tel__cont .nmb {
    font-size: 30px;
  }
}
#wrapper #main .access__cont .other {
  width: 48%;
  border: 1px solid #ddd;
  padding: 15px 15px 5px;
  background: #eee;
}
@media screen and (max-width: 960px) {
  #wrapper #main .access__cont .other {
    width: 100%;
  }
}
#wrapper #main .access__cont .other .fax, #wrapper #main .access__cont .other .address {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
}
#wrapper #main .access__cont .other .fax span, #wrapper #main .access__cont .other .address span {
  background: #800000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 9px;
  margin-right: 15px;
}
#wrapper #main .access__cont .other .address {
  margin-bottom: 0;
  font-weight: normal;
  text-indent: -60px;
  margin-left: 60px;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #wrapper #main .access__cont .other .address {
    font-size: 14px;
  }
}
#wrapper #main .access__cont .other .address span {
  font-size: 10px;
  padding: 5px;
}
#wrapper #main .contact__main .intro {
  margin-bottom: 30px;
}
#wrapper #main .contact__main .btn {
  text-align: center;
}
#wrapper #main .contact__main .btn input, #wrapper #main .contact__main .btn a {
  width: 30%;
  margin: 0 auto;
  background: #135ec3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wrapper #main .contact__main .btn input, #wrapper #main .contact__main .btn a {
    width: 80%;
  }
}
#wrapper #main .contact__main .btn input:hover, #wrapper #main .contact__main .btn a:hover {
  background: #051a45;
  color: #d9860f;
}
#wrapper #main .contact__main .btn input.reback, #wrapper #main .contact__main .btn a.reback {
  background: #666;
  text-decoration: none;
}
#wrapper #main .contact__main .btn input.reback:hover, #wrapper #main .contact__main .btn a.reback:hover {
  background: #333;
  color: #fff;
}
#wrapper #main .contact__form {
  border: 1px solid #ccc;
  padding: 30px;
}
#wrapper #main .contact__form .formTable {
  width: 100%;
  margin-bottom: 40px;
}
#wrapper #main .contact__form .formTable th {
  padding: 20px 10px 20px 0;
  width: 25%;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  #wrapper #main .contact__form .formTable th {
    width: 100%;
    display: block;
    padding: 20px 0 10px 0;
    border: none;
  }
}
#wrapper #main .contact__form .formTable th span {
  background: #d9860f;
  color: #fff;
  padding: 3px;
  font-size: 13px;
  border-radius: 3px;
  margin-left: 10px;
}
#wrapper #main .contact__form .formTable td {
  width: 60%;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  #wrapper #main .contact__form .formTable td {
    width: 100%;
    display: block;
    padding: 0 0 20px;
  }
}
#wrapper #main .contact__form .formTable td input {
  margin-right: 5px;
  padding: 5px;
}
#wrapper #main .contact__form .formTable td textarea {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #wrapper #main .contact__form .formTable td textarea {
    width: 100%;
  }
}
#wrapper #main .contact__form .formTable td .txt__error {
  color: #d9860f;
  font-size: 16px;
}

#wrapper #footer {
  background: url(../img/foot_bg.jpg) repeat-x;
  padding: 40px 20px;
}
#wrapper #footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 960px) {
  #wrapper #footer .inner {
    display: block;
    padding-top: 30px;
  }
}
#wrapper #footer .inner .logo {
  width: 228px;
}
@media screen and (max-width: 960px) {
  #wrapper #footer .inner .logo {
    margin-bottom: 20px;
  }
}
#wrapper #footer .inner .logo img {
  width: 100%;
  height: auto;
}
#wrapper #footer .inner .site__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 300px);
}
@media screen and (max-width: 960px) {
  #wrapper #footer .inner .site__cont {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #footer .inner .site__cont {
    display: block;
  }
}
#wrapper #footer .inner .site__cont__item {
  width: 30%;
  border-left: 1px solid #ddd;
  padding: 20px;
  margin-left: 20px;
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  #wrapper #footer .inner .site__cont__item {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #footer .inner .site__cont__item {
    width: 100%;
    margin: 0 0 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
  }
}
#wrapper #footer .inner .site__cont__item h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#wrapper #footer .inner .site__cont__item ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#wrapper #footer .copy {
  text-align: center;
  font-size: 1.4rem;
  padding: 20px 20px 0;
}/*# sourceMappingURL=style.css.map */