h1, h2, h3, h4, h5, p, a, th, td, tr {
  font-family: Hiragino Kaku Gothic ProN;
}

h1, h2, h3, h4, h5, p, a, th, td, tr {
  font-family: Hiragino Kaku Gothic ProN;
}

header {
  position: fixed;
  width: 100%;
  height: 82px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  z-index: 99;
  margin-top: -82px;
}

@media screen and (max-width: 768px) {
  header {
    margin-top: -82px;
  }
}

header .header-wrap {
  width: 90%;
  margin: 0 auto;
}

header .header-wrap .logo-wrap {
  float: left;
}

@media screen and (max-width: 1024px) {
  header .header-wrap .logo-wrap {
    float: none;
    text-align: center;
  }
}

header .header-wrap .logo-wrap h1 {
  margin: 10 0px;
  padding: 13px 0px;
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  header .header-wrap .logo-wrap h1 {
    padding: 19px 0px;
  }
}

header .header-wrap .logo-wrap h1 img {
  width: 110px;
}

@media screen and (max-width: 768px) {
  header .header-wrap .logo-wrap h1 img {
    width: 80px;
  }
}

header .header-wrap nav {
  margin: 0;
}

header .header-wrap nav ul {
  float: right;
  margin: auto 0;
  padding-top: 10px;
}

header .header-wrap nav ul a {
  color: #616161;
}

header .header-wrap nav ul li {
  float: left;
  margin-top: 10px 0 0 0;
  padding: 20px 2vw 15px 2vw;
  font-size: 1.2em;
}

@media screen and (max-width: 1024px) {
  header .header-wrap nav ul .normal {
    display: none;
  }
}

header .header-wrap nav ul .normal:hover {
  border-bottom: solid 3px #616161;
}

header .header-wrap nav ul .app-head {
  display: inline-block;
  background-color: #434343;
  color: white;
  border-radius: 30px;
  margin: 5px 0;
  margin-left: 20px;
  padding: 0 20px;
  border: solid 2px #434343;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1024px) {
  header .header-wrap nav ul .app-head {
    display: none;
  }
}

header .header-wrap nav ul .app-head:hover {
  color: #434343;
  background-color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

header .header-wrap nav ul .app-head li {
  padding: 10px 2vw;
}

@media screen and (max-width: 1024px) {
  header .header-wrap nav ul .app-head li {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  header .header-wrap nav ul .fa-bars {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 25px;
  }
}

.responsive {
  display: none;
}

@media screen and (max-width: 1024px) {
  .responsive {
    display: inline;
  }
}

.menu-container {
  position: fixed;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.menu-display {
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #ffffff;
  padding: 0;
  border-radius: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  height: 100vh;
}

@media screen and (max-width: 1024px) {
  .menu-display {
    top: 30px;
  }
}

.menu-display li:hover {
  background-color: #b4b4b4;
}

.menu-display ul {
  padding: 0;
}

.menu-display li {
  padding: 20px 10px;
}

.menu-display a {
  color: #616161;
}

.menu-id a {
  color: #787878 !important;
  font-size: 14px;
}

/**/
.fa-times-circle {
  font-size: 40px;
  color: #616161;
  position: absolute;
  top: -50px;
  right: 20px;
  z-index: 100;
}

/**/
.nav-wrapper i {
  margin: 0 40px;
}

/*aad class*/
.open-link {
  display: none;
}

.open {
  display: block;
}

.firstView_containar {
  width: 100%;
  height: 494px;
  background-image: url(img/top/firstView.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 82px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .firstView_containar {
    height: 200px;
    background-size: cover;
  }
}

.firstView_containar .first_logo_wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 180px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .firstView_containar .first_logo_wrap {
    padding: 26px 0;
  }
}

.firstView_containar .first_logo_wrap img {
  width: 15vw;
  margin: 31px;
}

@media screen and (max-width: 1024px) {
  .firstView_containar .first_logo_wrap img {
    width: 25vw;
  }
}

@media screen and (max-width: 768px) {
  .firstView_containar .first_logo_wrap img {
    width: 20vw;
  }
}

.firstView_containar .first_logo_wrap .first_text_wrap {
  text-align: left;
  color: white;
  width: 39%;
  position: absolute;
  top: 200px;
  left: 60vw;
}

@media screen and (max-width: 1024px) {
  .firstView_containar .first_logo_wrap .first_text_wrap {
    position: static;
    width: 90%;
    margin: 50px auto;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .firstView_containar .first_logo_wrap .first_text_wrap {
    margin: -10px auto 30px auto;
  }
}

.firstView_containar .first_logo_wrap .first_text_wrap p {
  font-size: 1.4vw;
}

@media screen and (max-width: 1024px) {
  .firstView_containar .first_logo_wrap .first_text_wrap p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .firstView_containar .first_logo_wrap .first_text_wrap p {
    font-size: 0.9rem !important;
    font-family: bold;
  }
}

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

.btn_wrap {
  text-align: center;
  margin: 50px 0 80px 0;
}

.btn_wrap a {
  letter-spacing: .2rem;
	display: inline-block;
}

.btn_wrap a p {
  color: white;
  width: 300px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #434343;
  border: solid 2px #434343;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .btn_wrap a p {
    width: 90%;
    font-size: 0.8rem;
  }
}

.btn_wrap a p:hover {
  color: #434343;
  background-color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

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

.product_content_wrap {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .product_content_wrap {
    width: 95%;
  }
}

.product_content_wrap .p_img_wrap img {
  width: auto;
  height: 350px;
}

@media screen and (max-width: 1024px) {
  .product_content_wrap .p_img_wrap img {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .product_content_wrap .p_img_wrap img {
    width: 100%;
    height: auto;
  }
}

.product_content_wrap .p_text_wrap {
  margin-top: 120px;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .product_content_wrap .p_text_wrap {
    width: 100%;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .product_content_wrap .p_text_wrap {
    margin-top: 10px !important;
    margin-bottom: 30px;
  }
}

.product_content_wrap .p_text_wrap h3 {
  color: #2e2e2e;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .product_content_wrap .p_text_wrap h3 {
    font-size: 1.2rem;
  }
}

.product_content_wrap .p_text_wrap p {
  padding-top: 15px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #616161;
}

@media screen and (max-width: 768px) {
  .product_content_wrap .p_text_wrap p {
    font-size: 0.8rem;
  }
}

.product_left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1024px) {
  .product_left {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
}

@media screen and (max-width: 768px) {
  .product_left {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
  }
}

.product_left .p_img_wrap {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.product_left .p_text_wrap {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

@media screen and (max-width: 768px) {
  .product_left .p_text_wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.product_rigth {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

@media screen and (max-width: 768px) {
  .product_rigth {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
}

.product_rigth .i2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

@media screen and (max-width: 768px) {
  .product_rigth .i2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.product_rigth .p2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin: 120px 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .product_rigth .p2 {
    margin: 90px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .product_rigth .p2 {
    margin: 10px 0 30px 0;
  }
}

.title_wrap {
  width: 100%;
  margin: 0px  auto;
  padding: 50px 0;
  text-align: center;
}

.title_wrap h2 {
  font-size: 1.8rem;
  color: #2e2e2e;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title_wrap h2 {
    font-size: 1.2rem;
  }
}

.title_wrap h2::after {
  content: "";
  display: block;
  width: 240px;
  height: 3px;
  background-color: #2e2e2e;
  margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .title_wrap h2::after {
    width: 60%;
    height: 2px;
  }
}

.menbar_containar {
  /*background-color: #FAFAFA;*/
  padding-bottom: 80px;
}

.membars_wrap {
  width: 80%;
  max-width: 1350px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 0 50px;
}

@media screen and (max-width: 1024px) {
  .membars_wrap {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .membars_wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    grid-gap: 30px 0;
  }
}

.membar {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .membar {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .membar {
    width: 100%;
  }
}

.membar .m-img {
  text-align: center;
}

.membar .m-img img {
  width: auto;
  height: 180px;
}

@media screen and (max-width: 1024px) {
  .membar .m-img img {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .membar .m-img img {
    height: 120px;
  }
}

.membar .m_eng_name {
  padding-top: 20px;
}

.membar .m_eng_name p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .membar .m_eng_name p {
    text-align: center;
    font-size: 0.9rem;
  }
}

.membar .m_name {
  padding-top: 3px;
}

.membar .m_name p {
  font-size: 1.25rem;
  position: relative;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .membar .m_name p {
    text-align: center;
    font-size: 1.1rem;
  }
}

.membar .m_name p::after {
  margin-top: 5px;
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .membar .m_name p::after {
    margin: 5px auto;
    height: 2px;
  }
}

.membar .m-career {
  padding-top: 20px;
  width: 100%;
  color: #616161;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .membar .m-career {
    text-align: center;
    font-size: 0.8rem;
  }
}

.partner_containar{
	background-color: #FAFAFA;
    width: 100%;
    margin: 0 auto;
}

.partner_wrap {
  width: 80%;
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .partner_wrap {
    width: 95%;
  }
}

.p-logos_wrap {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-logos_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-logos_wrap .p-logo {
  width: 300px;
  height: 200px;
  margin: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-logos_wrap .p-logo {
    width: 50%;
    border: none;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
  }
}

.p-logo-1 img {
  width: 14vw;
}

@media screen and (max-width: 768px) {
  .p-logo-1 img {
    width: 60%;
  }
}

.p-logo-2 img {
  width: 14vw;
}

@media screen and (max-width: 768px) {
  .p-logo-2 img {
    width: 60%;
  }
}

.p-logo-3 img {
  width: 13vw;
}

@media screen and (max-width: 768px) {
  .p-logo-3 img {
    width: 50%;
  }
}

.p-logo-4 img {
  width: 9vw;
}

@media screen and (max-width: 768px) {
  .p-logo-4 img {
    width: 40%;
  }
}

.dinone {
  display: none !important;
}

input {
  border: solid 1px #b9b9b9;
}

.company_wrap {
  width: 100%;
  margin: 0 auto;
  background-color: #FAFAFA;
  padding: 0 0 80px 0;
}

.c-table_wrap {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .c-table_wrap {
    width: 95%;
  }
}

.c-table_wrap table {
  border-collapse: separate;
  border-spacing: 40px 20px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .c-table_wrap table {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .c-table_wrap table {
    width: 100% !important;
    border-spacing: 5px 10px;
  }
}

.c-table_wrap table tr {
  height: 80px;
}

.c-table_wrap table tr th {
  width: 100px;
  background-color: #434343;
  color: white;
}

@media screen and (max-width: 768px) {
  .c-table_wrap table tr th {
    font-size: 0.8rem;
  }
}

.c-table_wrap table tr td {
  width: 70%;
  border: 1px solid #616161;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .c-table_wrap table tr td {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
}

.contact_wrap {
  width: 80%;
  max-width: 1350px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .contact_wrap {
    width: 100%;
  }
}

.contact_wrap table {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #b9b9b9;
}

@media screen and (max-width: 1024px) {
  .contact_wrap table {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .contact_wrap table {
    width: 95% !important;
  }
}

.contact_wrap table tr {
  height: 60px;
  border: 1px solid #b9b9b9;
}

.contact_wrap table tr th {
  width: 100px;
  background-color: #F2F2F2;
  color: #2e2e2e;
  font-weight: 400;
  text-align: left;
  border: 1px solid #b9b9b9;
  padding: 5px 10px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .contact_wrap table tr th {
    display: block;
    width: 100% !important;
    position: relative;
    text-align: left;
    padding: 5px 0 5px 20%;
    font-size: 0.9rem;
  }
}

.contact_wrap table tr th span {
  display: block;
  text-align: center;
  padding: 1px;
  letter-spacing: 0.1rem;
  width: 50px;
  font-size: 0.8rem;
  margin: 5px 0;
  color: white;
}

@media screen and (max-width: 768px) {
  .contact_wrap table tr th span {
    position: absolute;
    top: 3px;
    left: 1%;
    width: 40px;
    font-size: 0.6rem;
  }
}

.contact_wrap table tr th .s-red {
  background-color: #E4012B;
}

.contact_wrap table tr th .s-orenge {
  background-color: #FF8715;
}

.contact_wrap table tr td {
  width: 70%;
  padding: 8px 20px;
}

@media screen and (max-width: 768px) {
  .contact_wrap table tr td {
    display: block;
    width: 100% !important;
    height: 70px;
    padding: 20px 20px;
    font-size: 0.8rem;
  }
}

.contact_wrap table tr td span {
  display: inline-block;
  width: 40px;
  text-align: left;
  color: #616161;
}

.contact_wrap table tr td input {
  height: 30px;
  width: 35vw;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
  .contact_wrap table tr td input {
    width: 55vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_wrap table tr td input {
    width: 82vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_wrap table tr .col2-in {
    height: auto;
  }
}

.contact_wrap table tr .col2-in input {
  width: 35vw;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
  .contact_wrap table tr .col2-in input {
    width: 55vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_wrap table tr .col2-in input {
    margin: 5px 0;
    width: 82vw;
  }
}

.contact_wrap table tr .col2-in .name-rigth {
  margin-left: .2vw;
}

.privacy_text_wrap {
  width: 80%;
  max-width: 1350px;
  margin: 0 auto;
  text-align: center;
  color: #616161;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .privacy_text_wrap {
    width: 90%;
  }
}

.privacy_text_wrap a {
  border-bottom: solid 1px #616161;
}

.privacy_text_wrap input {
  margin: 30px 5px;
}

.c-btn_wrap {
  width: 100%;
}

.c-btn_wrap a input {
  display: block;
  margin: 0 auto;
  color: white;
  width: 300px;
  padding: 10px 20px;
  background-color: #434343;
  border: solid 2px #434343;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .c-btn_wrap a input {
    width: 90%;
    font-size: 0.8rem;
  }
}

.c-btn_wrap a input:hover {
  color: #434343;
  background-color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

footer {
  background-color: black;
  padding: 20px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  footer {
    display: block;
    text-align: center;
  }
}

footer p {
  color: white;
}

footer p a {
  color: white;
}

footer .right-t {
  margin: 0 0 0 auto;
}

.p-link {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

.p-links {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
/*# sourceMappingURL=main.css.map */