@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* font family */
html[lang="ja"] body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

html[lang="ko"] body {
  font-family: Dotum, "돋움", 'Apple Gothic', Helvetica, Arial, sans-serif; }

html[lang="en"] body {
  font-family: Helvetica, Arial, sans-serif; }

html[lang="zh-cn"] body {
  font-family: "Microsoft JhengHei", "微軟正黑體", 'PMingLiU' , Helvetica, Arial, sans-serif; }

html[lang="zh-tw"] body {
  font-family: "Microsoft YaHei", "微软雅黑",'SimSun', Helvetica, Arial, sans-serif; }

.font-serif, #mainvisual .mainvisual__catchcopy .mainvisual__catchcopy--subtitle, .container .inner .container--title, .container .inner .inner__wrap .inner__wrap__block, #contact .conteriner--text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif; }

html[lang="ko"] .font-serif, html[lang="ko"] #mainvisual .mainvisual__catchcopy .mainvisual__catchcopy--subtitle, #mainvisual .mainvisual__catchcopy html[lang="ko"] .mainvisual__catchcopy--subtitle, html[lang="ko"] .container .inner .container--title, .container .inner html[lang="ko"] .container--title, html[lang="ko"] .container .inner .inner__wrap .inner__wrap__block, .container .inner .inner__wrap html[lang="ko"] .inner__wrap__block, html[lang="ko"] #contact .conteriner--text, #contact html[lang="ko"] .conteriner--text {
  font-family: Batang, Apple Myungjo, serif !important;
  line-height: 1.3; }

html[lang="zh-tw"] .font-serif, html[lang="zh-tw"] #mainvisual .mainvisual__catchcopy .mainvisual__catchcopy--subtitle, #mainvisual .mainvisual__catchcopy html[lang="zh-tw"] .mainvisual__catchcopy--subtitle, html[lang="zh-tw"] .container .inner .container--title, .container .inner html[lang="zh-tw"] .container--title, html[lang="zh-tw"] .container .inner .inner__wrap .inner__wrap__block, .container .inner .inner__wrap html[lang="zh-tw"] .inner__wrap__block, html[lang="zh-tw"] #contact .conteriner--text, #contact html[lang="zh-tw"] .conteriner--text {
  font-family: "MingLiU", "PMingLiU", serif;
  line-height: 1.5; }

.font-timesNewRoman, #mainvisual .mainvisual__catchcopy .mainvisual__catchcopy--title {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/* module */
.clearfix, .nav.fixed .nav__inner, #mainvisual .nav .nav__inner, #contact .contact__wrap {
  *zoom: 1; }
  .clearfix:after, .nav.fixed .nav__inner:after, #mainvisual .nav .nav__inner:after, #contact .contact__wrap:after {
    content: "";
    display: table;
    clear: both; }

/* content */
body {
  position: relative;
  height: 100vh;
  color: #333333; }

.bgColor {
  background: #fbfbf7; }

/* Fadein */
.fadein {
  opacity: 0.05;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

a.link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #333; }
  a.link:before {
    position: absolute;
    top: 1.3em;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  a.link:hover:before {
    width: 0; }

a {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    opacity: 0.7; }

/* Loading */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 30px;
  margin-top: -15px;
  margin-left: -20px;
  text-align: center;
  color: #fff;
  z-index: 2000; }

.loader-logo {
  -webkit-animation: blink 1.2s ease-in-out infinite alternate;
          animation: blink 1.2s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* TOPページ */
.custom-selectbox {
  position: relative;
  float: right;
  text-align: left;
  width: 240px; }
  .custom-selectbox select[name="language"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 240px;
    height: 32px;
    line-height: 32px;
    opacity: 0; }
  .custom-selectbox .inner {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 12px;
    width: 240px;
    height: 32px;
    font-size: 14px;
    line-height: 32px; }
  .custom-selectbox .inner:before, .custom-selectbox .inner:after {
    content: '';
    position: absolute;
    display: block; }
  .custom-selectbox .inner:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    border-left: solid 1px rgba(255, 255, 255, 0.5); }
  .custom-selectbox .inner:after {
    top: 16px;
    right: 10px;
    margin-top: -3px;
    width: 14px;
    height: 8px;
    background: url(../img/select_arrow.png) no-repeat; }

.custom-selectbox.fix .inner {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.custom-selectbox.fix .inner:before {
  border-left: solid 1px rgba(0, 0, 0, 0.2); }

.custom-selectbox.fix .inner:after {
  background: url(../img/select_arrow_fix.gif) no-repeat; }

.nav.fixed {
  position: fixed;
  top: -74px;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  height: 74px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); }
  .nav.fixed .nav__inner {
    width: 960px;
    margin: 0 auto;
    padding-top: 22px; }
    .nav.fixed .nav__inner .nav__logo {
      float: left;
      margin-right: 38px; }
    .nav.fixed .nav__inner .nav__links {
      float: left;
      margin: 0; }
      .nav.fixed .nav__inner .nav__links li {
        float: left;
        margin: 6px 28px 0 0px;
        list-style: none; }

#mainvisual {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  background: url(../img/mainvisual.png) no-repeat center;
  background-size: cover; }
  #mainvisual .nav {
    width: 960px;
    margin: 0 auto;
    padding-top: 31px; }
    #mainvisual .nav .nav__inner .nav__logo {
      float: left;
      margin-right: 38px; }
    #mainvisual .nav .nav__inner .nav__links {
      float: left;
      margin: 0; }
      #mainvisual .nav .nav__inner .nav__links li {
        float: left;
        margin: 6px 28px 0 0px;
        list-style: none; }
    #mainvisual .nav .nav__inner .nav__language {
      float: right;
      width: 200px; }
      #mainvisual .nav .nav__inner .nav__language select.nav__language__select {
        padding: 0 55px 0 8px;
        background-image: url("../img/bg_form_arrow_pc.png");
        background-size: 30px 5px, 50px 100%;
        height: 33px;
        line-height: 33px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        width: 100%;
        color: #fff;
        border: 1px #fff solid;
        border-radius: 0;
        background-color: transparent;
        outline: none;
        background-repeat: no-repeat;
        background-position: right center, right top; }
        #mainvisual .nav .nav__inner .nav__language select.nav__language__select select {
          background: transparent;
          border: none;
          font-size: 14px;
          height: 29px;
          padding: 5px;
          /* If you add too much padding here, the options won't show in IE */
          width: 268px; }
  #mainvisual .mainvisual__catchcopy {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateY(-50%, -150%);
            transform: translateY(-50%, -150%);
    margin-left: -400px;
    width: 800px; }
    #mainvisual .mainvisual__catchcopy .mainvisual__catchcopy--title {
      font-weight: normal;
      font-size: 54px;
      font-size: 3.375rem;
      letter-spacing: 0.15rem;
      text-shadow: rgba(0, 0, 0, 0.3) 0 3px 7px; }
    #mainvisual .mainvisual__catchcopy .mainvisual__catchcopy--deco {
      margin: 25px 0; }
    #mainvisual .mainvisual__catchcopy .mainvisual__catchcopy--subtitle {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: bold;
      text-shadow: rgba(0, 0, 0, 0.3) 0 3px 7px; }
  #mainvisual .mainvisual__arrow {
    position: absolute;
    margin: 0 auto;
    bottom: 20px; }

.container {
  width: 100%;
  padding: 90px 0;
  text-align: center; }
  .container .inner {
    width: 800px;
    margin: 0 auto; }
    .container .inner .container--name {
      margin: 0 auto;
      line-height: 0;
      margin-bottom: 8px;
      opacity: 0.6; }
    .container .inner .container--title {
      font-size: 32px;
      font-size: 2rem;
      font-weight: bold; }
    .container .inner .inner__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px; }
      .container .inner .inner__wrap .inner__wrap__block {
        width: 360px; }
        .container .inner .inner__wrap .inner__wrap__block .imgCircle {
          opacity: 0.8; }
        .container .inner .inner__wrap .inner__wrap__block .about__title {
          margin: 10px 0 15px;
          font-weight: bold; }
        .container .inner .inner__wrap .inner__wrap__block .about__text {
          text-align: left;
          font-size: 18px;
          font-size: 1.125rem; }
        .container .inner .inner__wrap .inner__wrap__block:last-child {
          margin-left: 60px; }

#Information .inner {
  width: 580px; }
  #Information .inner tr {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    width: 580px;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea; }
    #Information .inner tr th {
      width: 100px; }
    #Information .inner tr td {
      width: 440px;
      padding-left: 20px; }
    #Information .inner tr th, #Information .inner tr td {
      display: inline-block;
      vertical-align: top;
      line-height: 1.5; }

#contact {
  background: url(../img/mainvisual.png) no-repeat center;
  background-size: cover;
  box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.4); }
  #contact .inner {
    width: 800px;
    padding: 70px 0 90px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4); }
  #contact .conteriner--text {
    margin: 20px 0 50px; }
  #contact .contact__wrap {
    width: 616px;
    margin: 40px auto 0; }
    #contact .contact__wrap .contact__wrap__box {
      position: relative;
      float: left;
      width: 284px;
      height: 90px;
      margin-right: 40px;
      border: solid 2px #999; }
      #contact .contact__wrap .contact__wrap__box:last-child {
        margin-right: 0; }
      #contact .contact__wrap .contact__wrap__box .contact__wrap__deco {
        border: solid 1px #999;
        margin: 2px;
        height: 84px; }
        #contact .contact__wrap .contact__wrap__box .contact__wrap__deco .contact__wrap--title {
          position: absolute;
          top: -2px;
          left: 50%;
          width: 58px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background: #fff; }
          #contact .contact__wrap .contact__wrap__box .contact__wrap__deco .contact__wrap--title img {
            opacity: 0.6; }
        #contact .contact__wrap .contact__wrap__box .contact__wrap__deco .contact__wrap--info {
          text-align: center;
          display: table;
          margin: 30px auto 0;
          font-size: 18px;
          font-size: 1.125rem; }
          #contact .contact__wrap .contact__wrap__box .contact__wrap__deco .contact__wrap--info span {
            display: table-cell;
            vertical-align: middle; }
            #contact .contact__wrap .contact__wrap__box .contact__wrap__deco .contact__wrap--info span.link {
              padding-right: 14px; }
              #contact .contact__wrap .contact__wrap__box .contact__wrap__deco .contact__wrap--info span.link img {
                display: block;
                opacity: 0.6; }

.footer {
  display: table;
  position: relative;
  background: #1D1C1C;
  width: 100%;
  height: 40px; }
  .footer .footer--copyright {
    display: table-cell;
    text-align: center;
    color: #fff;
    opacity: 0.55;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem; }
  .footer .footer--pageTop {
    position: absolute;
    right: 40px;
    top: 13px; }

/* Guide Line */
/*
#overview
株式会社K2

サイトのガイドラインです
*/
/*#styleguide
サンプル見出し1

説明テキスト

```
<h1>見出し1</h1>
```
*/
