@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
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;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

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

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

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

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  position: relative;
  width: 1088px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1210px) {
  .fullWidth {
    width: 1210px;
  }
  .outerWidth {
    width: 96%;
  }
  .inrWidth {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .fullWidth {
    width: 100%;
  }
  .inrWidth {
    width: 95.5%;
  }
  .outerWidth {
    width: 86.6% !important;
  }
}
main, header, footer, section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.5rem;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 2.1;
  font-weight: normal;
  letter-spacing: 1px;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.tauri {
  font-family: "Tauri", sans-serif;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

input[type=text], input[type=password], textarea, select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.disFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only, screen and (min-width: 769px) {
  .header {
    position: fixed;
    top: 0;
    padding: 10px;
    background-color: rgba(0, 104, 182, 0.8);
    width: 100%;
    z-index: 99;
  }
  .header__inner {
    max-width: 1200px;
    margin: auto;
    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__inner--logo {
    height: 40px;
  }
  .header__inner--nav {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__inner--nav a {
    color: #fff;
  }
  .header__inner--nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__inner--nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 110px;
    height: 35px;
    border-left: 1px solid #fff;
  }
  .header__inner--nav ul li:nth-of-type(1) {
    border-left: none;
  }
  .header__inner--nav .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
    width: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 40px;
    padding-top: 2px;
  }
  .totop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    z-index: 999;
    display: none;
  }
  .footer__inner {
    padding: 35px 0 35px;
    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;
    max-width: 860px;
    margin: auto;
  }
  .footer__left {
    width: calc(100% - 470px);
  }
  .footer__left--logo {
    height: 50px;
  }
  .footer__left--txt {
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 10px;
  }
  .footer__right {
    width: 430px;
    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;
  }
  .footer__right p:nth-of-type(1) {
    width: 100px;
  }
  .footer__right p:nth-of-type(2) {
    width: 90px;
  }
  .footer__right p:nth-of-type(3) {
    width: 170px;
  }
  .footer__copy {
    font-size: 1.2rem;
    line-height: 40px;
    background-color: #F0F0F0;
    text-align: center;
  }
  .content__bottom {
    color: #fff;
    background-color: #0068B6;
    font-size: 1.8rem;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0.2em;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    padding: 15px 20px;
    background-color: rgba(0, 104, 182, 0.8);
    width: 100%;
    z-index: 99;
  }
  .header__inner {
    max-width: 1200px;
    margin: auto;
    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__inner--logo {
    height: 40px;
  }
  .header__inner--nav {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 15px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 75px;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 86%;
    max-width: 400px;
    padding: 86px 0 47px 25px;
    background: #0068B6;
    font-weight: bold;
    border-radius: 0 0 0 10px;
  }
  nav.globalMenuSp::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: calc(100% - 30px);
    top: 0;
    left: 25px;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  nav.globalMenuSp ul li {
    display: inline-block;
    padding: 40px 10px 10px 20px;
    line-height: 1;
  }
  nav.globalMenuSp ul li.current {
    font-size: 1.8rem;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 10px !important;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  nav.globalMenuSp .contact {
    position: absolute;
    color: #fff;
    width: 102px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    border: 1px solid #fff;
    top: 25px;
    right: 25px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .totop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 40px;
    z-index: 999;
    display: none;
  }
  .footer__inner {
    padding: 22px 0;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 700px;
    width: 86.6%;
    margin: auto;
  }
  .footer__left {
    width: 100%;
  }
  .footer__left--logo {
    height: 45px;
  }
  .footer__left--txt {
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 18px;
  }
  .footer__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 0;
  }
  .footer__right p {
    margin: 0 10px;
  }
  .footer__right p:nth-of-type(1) {
    width: 75px;
  }
  .footer__right p:nth-of-type(2) {
    width: 68px;
  }
  .footer__right p:nth-of-type(3) {
    width: 130px;
  }
  .footer__copy {
    font-size: 1.2rem;
    background-color: #F0F0F0;
    letter-spacing: 0;
    text-align: center;
    line-height: 35px;
  }
  .content__bottom {
    color: #fff;
    background-color: #0068B6;
    text-align: center;
    line-height: 50px;
  }
}
/*# sourceMappingURL=common.css.map */