/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html,
body {
  height: 100%;
  font-family: Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.row.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row.flex.gutter20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 992px) {
  .row.flex.gutter20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.flex.gutter20 [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .row.flex.gutter20 [class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .flex {
    display: block;
  }
}
.flex-works {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-works > div {
  flex-basis: calc(33.3333% - 30px);
  margin-bottom: 45px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .flex-works > div {
    flex-basis: calc(50% - 7.5px);
  }
}
@media (max-width: 480px) {
  .flex-works > div {
    flex-basis: 100%;
  }
}
.flex-works > div img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .flex-works > div img {
    width: 100%;
    height: auto;
  }
}
.flex-works > div p {
  margin-bottom: 0px;
  margin-top: 15px;
}
.flex-works > div small {
  color: #9a9a7e;
  display: block;
}
.img2x {
  zoom: 0.5;
}
.img2x.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.bg-light {
  background-color: #f7f7f2;
}
.container-small {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
input[type=text],
input[type=email],
textarea {
  border: 1px solid #dfdfda;
  padding: 4px 10px;
}
input[type=text].size-m,
input[type=email].size-m,
textarea.size-m {
  width: 315px;
  max-width: 100%;
}
input[type=text].size-l,
input[type=email].size-l,
textarea.size-l {
  width: 485px;
  max-width: 100%;
}
.error-message {
  color: #ff2e12;
  margin-bottom: 5px;
}
textarea {
  width: 585px;
  max-width: 100%;
  height: 270px;
}
.table.type01 {
  border-top: 2px solid #000;
}
.table.type01 th,
.table.type01 td {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
  font-weight: normal;
}
.table.type01 th time {
  font-family: Helvetica;
  font-weight: bold;
}
@media (max-width: 480px) {
  .table.type01.responsive {
    display: block;
    width: 100%;
  }
  .table.type01.responsive tbody,
  .table.type01.responsive th,
  .table.type01.responsive tr,
  .table.type01.responsive td {
    display: block;
    width: 100%;
  }
  .table.type01.responsive th {
    border: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .table.type01.responsive td {
    padding-bottom: 15px;
    padding-top: 0px;
    border-top: 0px;
  }
  .table.type01.responsive td.sub-section {
    border-bottom: 0px;
  }
}
.table.type02 {
  border-top: 1px solid #000;
}
.table.type02 th,
.table.type02 td {
  border-bottom: 1px solid #d6d6d6;
  padding: 13px 20px;
  font-weight: normal;
}
.table.type02 th {
  background: #fff;
  padding-top: 18px;
}
.table.type02 th i {
  color: #ff2e12;
  font-style: normal;
}
.table.type02 td {
  padding-left: 40px;
}
@media (max-width: 480px) {
  .table.type02 {
    display: block;
    width: 100%;
    border: 0px;
  }
  .table.type02 tbody,
  .table.type02 th,
  .table.type02 tr,
  .table.type02 td {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 0px;
    padding: 0px;
  }
  .table.type02 th {
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .table.type02 td {
    padding-bottom: 15px;
    padding-top: 0px;
    border-top: 0px;
  }
  .table.type02 td.sub-section {
    border-bottom: 0px;
  }
}
ul.list-news {
  border-top: 1px solid #ccc;
}
ul.list-news li {
  border-bottom: 1px solid #ccc;
  padding: 25px;
  position: relative;
}
ul.list-news li time {
  position: absolute;
  font-family: "Helvetica";
  font-weight: bold;
}
@media (max-width: 992px) {
  ul.list-news li time {
    position: static;
  }
}
ul.list-news li p {
  padding-left: 120px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  ul.list-news li p {
    padding-left: 0px;
  }
}
ul.list-type01 {
  padding-left: 15px;
  list-style: none;
}
ul.list-type01 li {
  position: relative;
}
ul.list-type01 li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #cfd0c4;
  position: absolute;
  left: -15px;
  top: 0.8em;
}
dl.type01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
}
@media (max-width: 992px) {
  dl.type01 {
    display: block;
    padding-left: 0px;
  }
}
dl.type01 dt {
  position: relative;
}
dl.type01 dt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #cfd0c4;
  position: absolute;
  left: -15px;
  top: 0.8em;
}
@media (max-width: 992px) {
  dl.type01 dt:before {
    left: 0px;
  }
}
@media (max-width: 992px) {
  dl.type01 dt {
    padding-left: 15px;
  }
}
dl.type01.s dt {
  flex-basis: 12%;
}
dl.type01.s dd {
  flex-basis: 88%;
}
dl.type01.m dt {
  flex-basis: 15%;
}
dl.type01.m dd {
  flex-basis: 85%;
}
dl.type01.l dt {
  flex-basis: 17%;
}
dl.type01.l dd {
  flex-basis: 83%;
}
.btn {
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
.btn.btn-default {
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "Noto Sans Japanese";
  padding: 5px 25px;
}
.btn.btn-default:after {
  content: url('/images/common/icon-ang-top.png');
  display: block;
  zoom: 0.5;
  line-height: 1;
  margin-bottom: 7px;
}
.btn.btn-default.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
.btn.btn-default.btn-transparent:hover {
  opacity: 0.5;
}
.btn.btn-default.btn-inverse {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border: 0px;
  padding: 10px 40px;
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
.btn.btn-default.btn-inverse:hover {
  opacity: 0.5;
}
.btn.btn-default.btn-inverse:after {
  display: none;
}
.btn.btn-default02 {
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-size: 17px;
  color: #333;
  line-height: 1.4;
  padding: 10px 50px;
  width: 262px;
  max-width: 100%;
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
.btn.btn-default02 small {
  font-size: 10px;
  display: block;
  color: #797979;
}
.btn.btn-default02:hover {
  background-color: #eeeeee;
}
.btn.btn-default02.icon-external {
  position: relative;
}
.btn.btn-default02.icon-external:after {
  content: url('/images/common/icon-external.png');
  zoom: 0.5;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sans-serif {
  font-family: Quicksand, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.notosans {
  font-family: "Noto Sans Japanese";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noto Sans Japanese";
  line-height: 1.3;
  font-weight: normal;
}
h2.type01 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
h2.type01 i {
  font-family: Helvetica;
  display: block;
  font-style: normal;
}
h2.type01 i:after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background-color: #9a9a7e;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 20px;
}
h2.type02 {
  text-align: center;
  margin-top: 0px;
}
@media (max-width: 480px) {
  h2.type02 {
    font-size: 20px;
  }
}
h2.type02 span {
  font-size: 22px;
  display: block;
}
@media (max-width: 480px) {
  h2.type02 span {
    font-size: 20px;
  }
}
h2.type02 span small {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
h2.type03 {
  border-top: 1px solid #9a9a7e;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  h2.type03 {
    font-size: 20px;
  }
}
h2.type03 span {
  margin-top: 15px;
  display: block;
  font-size: 14px;
}
h2.type04 {
  text-align: center;
}
h2.type04 small {
  font-size: 13px;
  display: block;
  color: #9a9a7e;
  margin-top: 5px;
}
h2.type04:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #9a9a7e;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  h3 {
    font-size: 18px;
  }
}
h3 small {
  font-size: 13px;
  color: #9a9a7e;
  display: block;
  margin-bottom: 10px;
}
.navbar-default .navbar-toggle {
  position: relative;
  border: 0px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent!important;
}
.navbar-default .navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
  background-color: #000!important;
}
.navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
  position: relative;
  top: 0px;
}
.navbar-default .navbar-toggle .icon-bar:nth-of-type(3) {
  position: relative;
}
.navbar-default .navbar-toggle .icon-bar:nth-of-type(4) {
  position: relative;
  bottom: 0px;
}
.navbar-default.navbar-on .container .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  position: relative;
  top: 6px;
  transform: rotate(45deg);
}
.navbar-default.navbar-on .container .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  position: relative;
  background-color: transparent!important;
}
.navbar-default.navbar-on .container .navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4) {
  position: relative;
  bottom: 6px;
  transform: rotate(-45deg);
}
.navbar-default.navbar-on .container .navbar-toggle[aria-expanded="true"] .text {
  display: none;
}
/*** margin ***/
.mt-none {
  margin-top: 0px!important;
}
.mt-xxs {
  margin-top: 15px;
}
.mt-xs {
  margin-top: 30px;
}
.mt-s {
  margin-top: 45px;
}
.mt-m {
  margin-top: 60px;
}
.mt-l {
  margin-top: 75px;
}
.mt-xl {
  margin-top: 90px;
}
.mt-xxl {
  margin-top: 120px;
}
.mb-none {
  margin-bottom: 0px!important;
}
.mb-xxs {
  margin-bottom: 15px;
}
.mb-xs {
  margin-bottom: 30px;
}
.mb-s {
  margin-bottom: 45px;
}
.mb-m {
  margin-bottom: 60px;
}
.mb-l {
  margin-bottom: 75px;
}
.mb-xl {
  margin-bottom: 90px;
}
.mb-xxl {
  margin-bottom: 120px;
}
.ml-none {
  margin-left: 0px!important;
}
.ml-xxs {
  margin-left: 15px;
}
.ml-xs {
  margin-left: 30px;
}
.ml-s {
  margin-left: 45px;
}
.ml-m {
  margin-left: 60px;
}
.ml-l {
  margin-left: 75px;
}
.ml-xl {
  margin-left: 90px;
}
.ml-xxl {
  margin-left: 120px;
}
.mr-none {
  margin-right: 0px!important;
}
.mr-xxs {
  margin-right: 15px;
}
.mr-xs {
  margin-right: 30px;
}
.mr-s {
  margin-right: 45px;
}
.mr-m {
  margin-right: 60px;
}
.mr-l {
  margin-right: 75px;
}
.mr-xl {
  margin-right: 90px;
}
.mr-xxl {
  margin-right: 120px;
}
/*** padding ***/
.pt-none {
  padding-top: 0px!important;
}
.pt-xxs {
  padding-top: 15px;
}
.pt-xs {
  padding-top: 30px;
}
.pt-s {
  padding-top: 45px;
}
.pt-m {
  padding-top: 60px;
}
.pt-l {
  padding-top: 75px;
}
.pt-xl {
  padding-top: 90px;
}
.pt-xxl {
  padding-top: 120px;
}
.pb-none {
  padding-bottom: 0px!important;
}
.pb-xxs {
  padding-bottom: 15px;
}
.pb-xs {
  padding-bottom: 30px;
}
.pb-s {
  padding-bottom: 45px;
}
.pb-m {
  padding-bottom: 60px;
}
.pb-l {
  padding-bottom: 75px;
}
.pb-xl {
  padding-bottom: 90px;
}
.pb-xxl {
  padding-bottom: 120px;
}
.pl-none {
  padding-left: 0px!important;
}
.pl-xxs {
  padding-left: 15px;
}
.pl-xs {
  padding-left: 30px;
}
.pl-s {
  padding-left: 45px;
}
.pl-m {
  padding-left: 60px;
}
.pl-l {
  padding-left: 75px;
}
.pl-xl {
  padding-left: 90px;
}
.pl-xxl {
  padding-left: 120px;
}
.pr-none {
  padding-right: 0px!important;
}
.pr-xxs {
  padding-right: 15px;
}
.pr-xs {
  padding-right: 30px;
}
.pr-s {
  padding-right: 45px;
}
.pr-m {
  padding-right: 60px;
}
.pr-l {
  padding-right: 75px;
}
.pr-xl {
  padding-right: 90px;
}
.pr-xxl {
  padding-right: 120px;
}
@media screen and (max-width: 991px) {
  .mt-none {
    margin-top: 0px!important;
  }
  .mt-xxs {
    margin-top: 7.5px;
  }
  .mt-xs {
    margin-top: 15px;
  }
  .mt-s {
    margin-top: 22.5px;
  }
  .mt-m {
    margin-top: 30px;
  }
  .mt-l {
    margin-top: 37.5px;
  }
  .mt-xl {
    margin-top: 45px;
  }
  .mt-xxl {
    margin-top: 60px;
  }
  .mb-none {
    margin-bottom: 0px!important;
  }
  .mb-xxs {
    margin-bottom: 7.5px;
  }
  .mb-xs {
    margin-bottom: 15px;
  }
  .mb-s {
    margin-bottom: 22.5px;
  }
  .mb-m {
    margin-bottom: 30px;
  }
  .mb-l {
    margin-bottom: 37.5px;
  }
  .mb-xl {
    margin-bottom: 45px;
  }
  .mb-xxl {
    margin-bottom: 60px;
  }
  .ml-none {
    margin-left: 0px!important;
  }
  .ml-xxs {
    margin-left: 7.5px;
  }
  .ml-xs {
    margin-left: 15px;
  }
  .ml-s {
    margin-left: 22.5px;
  }
  .ml-m {
    margin-left: 30px;
  }
  .ml-l {
    margin-left: 37.5px;
  }
  .ml-xl {
    margin-left: 45px;
  }
  .ml-xxl {
    margin-left: 60px;
  }
  .mr-none {
    margin-right: 0px!important;
  }
  .mr-xxs {
    margin-right: 7.5px;
  }
  .mr-xs {
    margin-right: 15px;
  }
  .mr-s {
    margin-right: 22.5px;
  }
  .mr-m {
    margin-right: 30px;
  }
  .mr-l {
    margin-right: 37.5px;
  }
  .mr-xl {
    margin-right: 45px;
  }
  .mr-xxl {
    margin-right: 60px;
  }
  /*** padding ***/
  .pt-none {
    padding-top: 0px!important;
  }
  .pt-xxs {
    padding-top: 7.5px;
  }
  .pt-xs {
    padding-top: 15px;
  }
  .pt-s {
    padding-top: 22.5px;
  }
  .pt-m {
    padding-top: 30px;
  }
  .pt-l {
    padding-top: 37.5px;
  }
  .pt-xl {
    padding-top: 45px;
  }
  .pt-xxl {
    padding-top: 60px;
  }
  .pb-none {
    padding-bottom: 0px!important;
  }
  .pb-xxs {
    padding-bottom: 7.5px;
  }
  .pb-xs {
    padding-bottom: 15px;
  }
  .pb-s {
    padding-bottom: 22.5px;
  }
  .pb-m {
    padding-bottom: 30px;
  }
  .pb-l {
    padding-bottom: 37.5px;
  }
  .pb-xl {
    padding-bottom: 45px;
  }
  .pb-xxl {
    padding-bottom: 60px;
  }
  .pl-none {
    padding-left: 0px!important;
  }
  .pl-xxs {
    padding-left: 7.5px;
  }
  .pl-xs {
    padding-left: 15px;
  }
  .pl-s {
    padding-left: 22.5px;
  }
  .pl-m {
    padding-left: 30px;
  }
  .pl-l {
    padding-left: 37.5px;
  }
  .pl-xl {
    padding-left: 45px;
  }
  .pl-xxl {
    padding-left: 60px;
  }
  .pr-none {
    padding-right: 0px!important;
  }
  .pr-xxs {
    padding-right: 7.5px;
  }
  .pr-xs {
    padding-right: 15px;
  }
  .pr-s {
    padding-right: 22.5px;
  }
  .pr-m {
    padding-right: 30px;
  }
  .pr-l {
    padding-right: 37.5px;
  }
  .pr-xl {
    padding-right: 45px;
  }
  .pr-xxl {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn-xs-block {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .btn-sm-block {
    display: block;
  }
}
body {
  padding-top: 100px;
}
@media (max-width: 992px) {
  body {
    padding-top: 72px;
  }
}
body.pages section.head {
  text-align: center;
  border-bottom: 1px solid #9a9a7e;
}
body.pages section.head h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  body.pages section.head h1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.pages section.head h1 small {
  font-size: 13px;
  display: block;
  color: #9a9a7e;
  margin-top: 12px;
}
body.pages section.head h1:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #9a9a7e;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  body.pages section.head h1:before {
    display: none;
  }
}
body.pages section.head h1.type01 {
  font-size: 18px;
}
body.pages section.head h1.type01 strong {
  display: block;
  font-size: 40px;
  font-weight: normal;
  margin-top: 15px;
}
body.pages section.head h1.type01:before {
  display: none;
}
nav.navbar-default {
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
@media (max-width: 992px) {
  nav.navbar-default {
    min-height: 72px;
  }
}
@media (max-width: 992px) {
  nav.navbar-default {
    border-bottom: 1px solid #adad86;
  }
}
nav.navbar-default .container .navbar-header .header-mail {
  float: right;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  display: block;
  border-radius: 100%;
  position: relative;
  margin-top: 33px;
  margin-bottom: 33px;
}
@media (max-width: 992px) {
  nav.navbar-default .container .navbar-header .header-mail {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
nav.navbar-default .container .navbar-header .header-mail img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  nav.navbar-default .container .navbar-header .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  nav.navbar-default .container .navbar-header .navbar-brand img {
    width: 240px;
    height: auto;
  }
}
@media (max-width: 992px) {
  nav.navbar-default .container .navbar-header .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 72px;
  }
}
nav.navbar-default .container .navbar-collapse .navbar-right {
  font-family: "Noto Sans Japanese";
  font-weight: bold;
}
nav.navbar-default .container .navbar-collapse .navbar-right li a {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  position: relative;
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
nav.navbar-default .container .navbar-collapse .navbar-right li a small {
  color: #9a9a7e;
  display: block;
  font-size: 11px;
}
nav.navbar-default .container .navbar-collapse .navbar-right li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-width: 6px;
  border-top-color: #9a9a7e;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 22px;
  opacity: 0;
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
nav.navbar-default .container .navbar-collapse .navbar-right li a:hover:before {
  opacity: 1;
}
nav.navbar-default .container .navbar-collapse .navbar-right li.active a:before {
  opacity: 1;
}
nav.navbar-default.navbar-on {
  background-color: #3a3a32;
  height: 100%;
}
nav.navbar-default.navbar-on .container .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff!important;
}
nav.navbar-default.navbar-on .container .navbar-header .header-mail {
  background-color: #fff;
  border-color: #fff;
}
nav.navbar-default.navbar-on .container .navbar-header .navbar-brand img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
nav.navbar-default.navbar-on .container .navbar-collapse .navbar-right {
  margin-top: 0px;
  margin-bottom: 0px;
}
nav.navbar-default.navbar-on .container .navbar-collapse .navbar-right li a {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  color: #fff;
  font-weight: normal;
}
nav.navbar-default.navbar-on .container .navbar-collapse .navbar-right li a small {
  display: none;
}
nav.navbar-default.navbar-on .container .navbar-collapse .navbar-right li a:before {
  display: none;
}
section.topback {
  background: #000;
  text-align: center;
}
section.topback a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
section.topback a:hover {
  opacity: 0.5;
}
@media (max-width: 992px) {
  section.topback {
    position: absolute;
    top: -30px;
    background: transparent;
    text-align: right;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  section.topback a {
    width: auto;
    background: #e7e7e7;
    padding: 0px;
    padding-top: 13px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  section.topback {
    width: 100%;
  }
}
footer {
  background: center center url("/images/common/footer-back.png");
  background-size: 100% auto;
  position: relative;
}
@media (max-width: 992px) {
  footer {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  footer {
    background: center center url("/images/common/footer-back.png");
    background-size: 400% auto;
  }
}
footer ul.under-nav {
  margin-top: 15px;
  display: flex;
}
footer ul.under-nav li {
  font-family: "Noto Sans Japanese";
  font-size: 13px;
  position: relative;
  padding-left: 29px;
  padding-right: 29px;
}
footer ul.under-nav li:before {
  content: "|";
  font-size: 12px;
  position: absolute;
  top: -1px;
  left: 0px;
}
footer ul.under-nav li:last-child:after {
  content: "|";
  font-size: 12px;
  position: absolute;
  top: -1px;
  right: 0px;
}
footer ul.under-nav li a {
  color: #333;
}
footer .information {
  position: relative;
}
footer .information .mail {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 992px) {
  footer .information .mail {
    position: static;
    margin-bottom: 15px;
  }
}
footer .information .mail a {
  display: block;
  border-radius: 100%;
  width: 106px;
  height: 106px;
  padding-top: 15px;
  background-color: #fff22f;
  font-family: "Noto Sans Japanese";
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
@media (max-width: 992px) {
  footer .information .mail a {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .information .mail a i {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 26px;
  height: 18px;
  background: center center url("/images/common/icon-mail.png") no-repeat;
  background-size: 26px 18px;
}
footer .information .mail a:hover {
  text-decoration: none;
  opacity: 0.5;
}
footer .information .phone li {
  position: relative;
  font-size: 24px;
  padding-left: 40px;
  padding-right: 30px;
  font-family: Helvetica;
}
@media (max-width: 992px) {
  footer .information .phone li {
    display: block;
  }
}
footer .information .phone li i {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
}
@media (max-width: 992px) {
  footer .information .phone li i {
    position: relative;
    top: 8px;
    left: -8px;
  }
}
footer .information .phone li i.icon-tel {
  background: #000 center center url("/images/common/icon-tel.png") no-repeat;
  background-size: 21px 21px;
}
footer .information .phone li i.icon-fax {
  background: #000 center center url("/images/common/icon-fax.png") no-repeat;
  background-size: 21px 18px;
}
footer .copyright {
  text-align: center;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 11px;
}
body.index section.mv div[class^=mv] {
  height: 500px;
}
body.index section.mv div[class^=mv] .container h1 {
  opacity: 0;
  -webkit-transition: 0.8s 1s;
  -o-transition: 0.8s 1s;
  transition: 0.8s 1s;
  position: absolute;
  bottom: 20px;
  margin-left: 100px;
  transform: skewX(-80deg);
}
body.index section.mv div[class^=mv].slick-current .container h1 {
  opacity: 1;
  margin-left: 0px;
  transform: skewX(0deg);
}
@media (max-width: 992px) {
  body.index section.mv div[class^=mv].slick-current .container h1 {
    margin-right: 15px;
  }
}
body.index section.mv .mv1 {
  background: center center url('/images/index/mv1.jpg') no-repeat;
  background-size: cover;
}
body.index section.mv .mv2 {
  background: center center url("/images/index/mv2.jpg") no-repeat;
  background-size: cover;
}
body.index section.mv .mv3 {
  background: center center url("/images/index/mv3.jpg") no-repeat;
  background-size: cover;
}
body.index section.content01 {
  background: calc(50% + 300px) center url('/images/index/img0101.png') no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  body.index section.content01 {
    background: none;
  }
}
@media (max-width: 992px) {
  body.index section.content01 .btn-wrap {
    text-align: center;
  }
}
body.index section.content02 .flex [class^=col-] {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.index section.content02 .flex [class^=col-]:after {
  content: "";
  width: calc(100% - 40px);
  height: 4px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0px;
}
body.index section.content02 .flex [class^=col-]:before {
  content: "";
  width: 4px;
  height: calc(100% - 20px);
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
}
@media (max-width: 992px) {
  body.index section.content02 .flex [class^=col-]:before {
    display: none;
  }
}
body.index section.content02 .flex [class^=col-]:nth-of-type(2n+1):before {
  display: none;
}
body.index section.content02 .flex [class^=col-]:nth-last-of-type(2):after,
body.index section.content02 .flex [class^=col-]:nth-last-of-type(1):after {
  display: none;
}
@media (max-width: 992px) {
  body.index section.content02 .flex [class^=col-]:nth-last-of-type(2):after {
    display: block;
  }
}
@media (max-width: 992px) {
  body.index section.content02 .flex [class^=col-] .btn-more {
    background: #e7e7e7;
    border-radius: 100%;
    padding: 10px 10px;
  }
}
body.business section.content01 .flex {
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  body.business section.content01 .flex {
    display: flex;
  }
}
body.business section.content01 .flex .txt-wrap {
  width: 66.6666%;
  padding-left: 30px;
}
@media (max-width: 992px) {
  body.business section.content01 .flex .txt-wrap {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  body.business section.content01 .flex .txt-wrap {
    padding-left: 10px;
  }
}
body.business section.content01 .flex .img-wrap {
  width: 33.3333%;
}
body.notfound section.content01 {
  line-height: 3;
}
/*# sourceMappingURL=bootstrap-theme.css.map */