@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, strong, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Base
------------------------------------------------------------ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Noto Sans JP, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  letter-spacing: 0.04em;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a img:hover {
  opacity: 0.8;
}

small {
  font-size: inherit;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

p, dt, dd, ul, li {
  color: #333;
  line-height: 1.5;
}

.animation {
  /* animation */
  -webkit-text-size-adjust: 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

strong {
  font-weight: bold !important;
}

/* ------------------------------------------------------------
   Layout
------------------------------------------------------------ */
.industry {
  font-family: industry;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  /* @include tb { padding: 0 5%; } */
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.header__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__wrp__logo {
  width: 100%;
  max-width: 240px;
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .header__wrp__logo {
    max-width: 200px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__wrp__logo {
    max-width: 160px;
  }
}

.header__wrp__logo__link {
  display: block;
}

.header__wrp__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header__wrp__right__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__wrp__right__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  pointer-events: none;
  position: relative;
}

.header__wrp__right__nav__list__link {
  color: #333;
  display: block;
  font-weight: bold;
  text-decoration: none;
  pointer-events: auto;
  text-align: center;
}

.header__wrp__right__nav__list__link__mini {
  display: block;
  font-size: 1rem;
  text-align: center;
}

.header__wrp__right__nav__list::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: .0;
  left: 0;
  background: #222;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__wrp__right__nav__list:hover::after {
  opacity: 1;
}

.header__wrp__right__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 20px;
}

.header__wrp__right__user__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__wrp__right__user__language__jp__link {
  color: #fff;
  /* width: 100px; */
  display: block;
  padding: 4px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 13px 0px 0px 13px;
  background: #222;
}

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

.header__wrp__right__user__language__en__link {
  color: #333;
  /* width: 100px; */
  display: block;
  padding: 4px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 0px 13px 13px 0;
  background: #dfdfdf;
}

.header__wrp__right__user__language__en__link:hover {
  color: #fff;
  background: #222;
}

.header__wrp__right__user__tel {
  color: #333;
  margin-top: 10px;
  padding-left: 40px;
  font-size: 2.4rem;
  text-decoration: none;
  background: url(../img/ico_tel01@2x.png) no-repeat left center/27px;
}

.header__wrp__right__user__tel:hover {
  opacity: 0.8;
}

.header__wrp__right__mail {
  color: #fff;
  width: 122px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 20px;
  padding-bottom: 18px;
  font-size: 1.4rem;
  text-decoration: none;
  background: url(../img/ico_mail01@2x.png) no-repeat top 22px center/40px, #222;
}

.header__wrp__right__mail:hover {
  opacity: 0.8;
}

.header__wrp__conductor {
  width: 60px;
  height: 60px;
  display: none;
  background: url(../img/ico_hamburger01@2x.png) no-repeat center/30px, #222;
}

@media screen and (max-width: 1199px) {
  .header__wrp__conductor {
    display: block;
  }
}

.header__wrp .active {
  background: url(../img/ico_hamburger02@2x.png) no-repeat center/22px, #222;
}

.header__wrp__acmenu {
  width: 100%;
  height: calc(100vh - 40px);
  display: none;
  overflow-y: scroll;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 3;
}

.header__wrp__acmenu__list {
  border-top: 1px solid #222;
}

.header__wrp__acmenu__list__link {
  color: #222;
  display: block;
  padding: 10px 0 10px 40px;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/ico_vec02@2x.png) no-repeat left 20px center/6px;
}

.header__wrp__acmenu__list:last-child {
  border-bottom: 1px solid #222;
}

.header__wrp__acmenu__list:last-child .header__wrp__acmenu__list__link {
  background: url(../img/ico_tel01@2x.png) no-repeat left 13px center/18px;
}

.contact {
  padding: 80px 0;
  background: url(../img/bg_contact@2x.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1199px) {
  .contact {
    padding: 60px 0;
  }
}

.contact__head {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .contact__head {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 1.8rem;
  }
}

.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .contact__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

.contact__list__content {
  width: 100%;
  max-width: 380px;
}

@media screen and (max-width: 767px) {
  .contact__list__content {
    max-width: none;
  }
}

.contact__list__content__link {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
}

.contact__list__content:first-child {
  background: url(../img/ico_tel02@2x.png) no-repeat left 20px center/30px, url(../img/ico_vec01@2x.png) no-repeat right 20px center/6px;
}

@media screen and (max-width: 767px) {
  .contact__list__content:first-child {
    background: url(../img/ico_tel02@2x.png) no-repeat left 20px center/20px, url(../img/ico_vec01@2x.png) no-repeat right 20px center/6px;
  }
}

.contact__list__content:first-child .contact__list__content__link {
  padding: 13.5px 0;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .contact__list__content:first-child .contact__list__content__link {
    font-size: 1.6rem;
  }
}

.contact__list__content:first-child:hover {
  background: url(../img/ico_tel01@2x.png) no-repeat left 20px center/30px, url(../img/ico_vec02@2x.png) no-repeat right 20px center/6px, #fff;
}

@media screen and (max-width: 767px) {
  .contact__list__content:first-child:hover {
    background: url(../img/ico_tel01@2x.png) no-repeat left 20px center/20px, url(../img/ico_vec02@2x.png) no-repeat right 20px center/6px, #fff;
  }
}

.contact__list__content:first-child:hover .contact__list__content__link {
  color: #333;
}

.contact__list__content:last-child {
  margin-left: 40px;
  background: url(../img/ico_mail01@2x.png) no-repeat left 20px center/34px, url(../img/ico_vec01@2x.png) no-repeat right 20px center/6px;
}

@media screen and (max-width: 767px) {
  .contact__list__content:last-child {
    margin: 20px 0 0;
    background: url(../img/ico_mail01@2x.png) no-repeat left 20px center/24px, url(../img/ico_vec01@2x.png) no-repeat right 20px center/6px;
  }
}

.contact__list__content:last-child .contact__list__content__link {
  padding: 16.5px 0;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .contact__list__content:last-child .contact__list__content__link {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}

.contact__list__content:last-child:hover {
  background: url(../img/ico_mail02@2x.png) no-repeat left 20px center/34px, url(../img/ico_vec02@2x.png) no-repeat right 20px center/6px, #fff;
}

@media screen and (max-width: 767px) {
  .contact__list__content:last-child:hover {
    background: url(../img/ico_mail02@2x.png) no-repeat left 20px center/24px, url(../img/ico_vec02@2x.png) no-repeat right 20px center/6px, #fff;
  }
}

.contact__list__content:last-child:hover .contact__list__content__link {
  color: #333;
}

.footer {
  padding: 25px 0 14px;
  background: #222;
}

.footer__wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .footer__wrp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__wrp__left {
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 1199px) {
  .footer__wrp__left {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrp__left {
    max-width: 160px;
  }
}

.footer__wrp__right {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.footer__wrp__right__list__link {
  color: #fff;
  padding-left: 20px;
  text-decoration: none;
  background: url(../img/ico_vec01@2x.png) no-repeat left center/6px;
}

.footer__wrp__right__list:not(:last-child) {
  margin-right: 40px;
}

.footer__copy {
  color: #fff;
  margin-top: 45px;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .footer__copy {
    margin-top: 25px;
  }
}
/*# sourceMappingURL=common.css.map */