/****************************
CONSTANTS
****************************/
@media screen and (max-width: 1023px) {
  br.br-pc, pc {
    display: none;
  }
}

@media only screen and (min-width: 1023px) {
  br.br-sp, .sp {
    display: none;
  }
}

/****************************
FONTS
****************************/
body, html {
  font-family: arial, Helvetica, "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-size: 14px;
}

/****************************
HAEADING
****************************/
.home h1 {
  text-align: center;
  margin: 0;
}

.home h1 img {
  width: 88%;
  height: auto;
  /*        margin-top: 40px;*/
  margin-top: 22px;
}

@media only screen and (min-width: 1023px) {
  .home h1 img {
    /*margin-top: 230px;*/
    margin-top: 180px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1023px) {
  .home h1 img {
    max-width: 100%;
    width: auto;
  }
}

.home #content .main h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  margin-bottom: auto;
  padding-bottom: auto;
  background: none;
}

@media only screen and (min-width: 1023px) {
  .home #content .main h2 {
    font-size: 24px;
  }
}

.home #content .main h2 .en img {
  max-width: 100%;
  width: auto;
  height: auto;
}

h1.page-ttl {
  text-align: center;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #09203f;
}

h1.page-ttl .en {
  display: block;
  color: #09203f;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (min-width: 1023px) {
  h1.page-ttl {
    font-size: 36px;
    margin-top: 40px;
    padding-bottom: 34px;
  }
}

#content h2 {
  text-align: center;
  background: url(img/bg_h2.png) center bottom no-repeat;
  background-size: auto 8px;
  padding-bottom: 10px;
  font-size: 18px;
}

@media only screen and (min-width: 1023px) {
  #content h2 {
    padding-bottom: 28px;
    background-size: auto;
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-size: 24px;
  }
}

h3.type {
  background: #efefef;
  background: #12407f;
  background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
  border-top: 2px solid #09203f;
  border-bottom: 2px solid #09203f;
  color: #fff;
  padding: 6px;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 1023px) {
  h3.type {
    margin-bottom: 32px;
    font-size: 20px;
    letter-spacing: 5px;
  }
}

/****************************
HEADER
****************************/
header {
  padding: 12px 8px;
  position: fixed;
  height: 90px;
  width: 100%;
  background: #fff;
  z-index: 10;
  left: 0;
  border-bottom: 1px solid #09203f;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

@media only screen and (min-width: 1023px) {
  header {
    position: relative;
    padding: 0;
    height: 120px;
    border-bottom: none;
  }
}

@media only screen and (min-width: 1023px) {
  header .inner {
    width: 1022px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

header .info-top ul, header .info-bottom ul {
  margin: 4px 0 0;
}

header .info-top {
  position: absolute;
  left: 8px;
  bottom: 8px;
}

@media only screen and (min-width: 1023px) {
  header .info-top {
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
  }
}

header .info-top ul {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1023px) {
  header .info-top ul {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

header .info-top ul li a {
  position: relative;
  padding-left: 16px;
  margin-right: 16px;
  padding-top: 4px;
}

header .info-top ul li a:before {
  position: absolute;
  content: "";
  background: url(img/arrow01.png) left center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
}

@media only screen and (min-width: 1023px) {
  header .info-top ul li a {
    font-size: 16px;
  }
  header .info-top ul li a:hover {
    color: #09203f;
  }
}

header .info-top ul li.email a {
  color: #fff;
  padding-left: 34px;
  padding: 6px 34px 4px 34px;
  background: #12407f;
  background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
  /*                        &:before {
                                                    background: url(img/icon_mail.png) left center no-repeat;
                                                    background-size: contain;
                                                    height: 16px;
                                                    width: 30px;
                                                    left: 5px;
                                                    top: 5px;
                                                    @media only screen and (min-width:1023px) {
                                                        left: 20px;
                                                        top: 12px;
                                                        height: 20px;
                                                        width: 30px;
                                                    }
                                                }*/
}

header .info-top ul li.email a:before {
  display: none;
}

@media only screen and (min-width: 1023px) {
  header .info-top ul li.email a {
    margin-right: 0;
    /*padding: 13px 50px 13px 54px;*/
    padding: 13px 24px;
  }
}

header .info-bottom {
  display: none;
}

@media only screen and (min-width: 1023px) {
  header .info-bottom {
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
  }
}

header .info-bottom ul {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1023px) {
  header .info-bottom ul {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

header .info-bottom ul li {
  width: 120px;
  margin-right: 16px;
}

@media only screen and (min-width: 1023px) {
  header .info-bottom ul li {
    width: auto;
  }
}

header .info-bottom ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.drawer-opened header {
  left: -240px;
}

body.drawer-opened {
overflow: hidden;
}

#sitelogo {
  position: absolute;
  width: 50%;
  height: 28px;
  top: 12px;
}

#sitelogo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 1023px) {
  #sitelogo {
    width: 320px;
    height: auto;
    top: 36px;
    left: 0;
  }
  #sitelogo img {
  }
}

/****************************
GLOVAL NAVIGATION
****************************/
@media only screen and (min-width: 1023px) {
  nav#global {
    position: relative;
    right: 0;
    height: auto;
    width: auto;
    background: #fff;
    padding: 0;
    border-top: 1px solid #09203f;
    border-bottom: 1px solid #09203f;
  }
  nav#global ul {
    width: 1022px;
    margin: 0 auto;
    border-left: 1px solid #09203f;
    font-size: 15px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav#global ul li {
    position: relative;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 14.28%;
    border-right: 1px solid #09203f;
    border-bottom: none;
    text-align: center;
  }
  nav#global ul li:after {
    display: none;
  }
  nav#global ul li a {
    color: #333333;
    padding: 21px 16px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  nav#global ul li a.current {
    background: #12407f;
    background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
    background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
    background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
    color: #fff;
  }
  nav#global ul li a:hover {
    background: #dedede;
    color: #333;
  }
  nav#global ul li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  nav#global ul li ul {
    position: absolute;
    left: -1px;
    top: 100%;
    margin-left: 0;
    width: 101%;
    background: #fff;
    border-bottom: 1px solid #09203f;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    opacity: 0;
    visibility: hidden;
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  nav#global ul li ul li {
    width: 100%;
    border-top: 1px solid #09203f;
  }
}

@media only screen and (min-width: 1023px) and (min-width: 1023px) {
  nav#global ul li ul li a {
    padding: 10px 16px;
  }
}

#nav-toggle {
  position: absolute;
  right: 10px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

@media only screen and (min-width: 1023px) {
  #nav-toggle {
    display: none;
  }
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/****************************
DRAWER
****************************/
.drawer-opened #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.drawer-opened #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.drawer-opened #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.drawer-opened #page {
  left: -240px;
  -webkit-box-shadow: 1px 0 2px #000;
  box-shadow: 1px 0 2px #000;
}

@media only screen and (min-width: 1023px) {
  .drawer-opened #page {
    left: 0;
  }
}

.drawer-opened nav#global {
  right: 0;
}

.drawer-opened #overlay {
  z-index: 3;
  opacity: 0.3;
  left: -240px;
}

@media only screen and (min-width: 1023px) {
  .drawer-opened #overlay {
    z-index: -1;
    opacity: 0;
  }
}

.drawer-opened #sitelogo a {
  pointer-events: none;
}

/****************************
CONTENTS
****************************/
.home #content-wrap {
  background: url(img/mainimage.png) top center no-repeat;
  background-size: 100% auto;
}

.home .main {
  background: rgba(255, 255, 255, 0.75);
  border-top: 6px solid #09203f;
}

.home .main > div {
  overflow: hidden;
  padding: 10px;
}

@media only screen and (min-width: 1023px) {
  .home .main > div {
    padding: 16px 48px;
  }
}

.home .main > div.news {
  padding: 0;
}

.home aside {
  background: rgba(255, 255, 255, 0.75);
  border-top: 6px solid #09203f;
}

.prdct-list {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prdct-list li {
  width: 33.33%;
  padding: 6px;
  text-align: center;
}

@media only screen and (min-width: 1023px) {
  .prdct-list li {
    width: 25%;
    padding: 15px;
  }
}

.prdct-list li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.about {
  background: #dedede;
}

@media only screen and (min-width: 1023px) {
  .news {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
}

.news h2 {
  color: #fff;
  margin-bottom: 8px;
}

.news .h {
  overflow: hidden;
  background: #12407f;
  background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
  text-align: center;
  padding-bottom: 12px;
}

@media only screen and (min-width: 1023px) {
  .news .h {
    width: 215px;
    padding: 60px 0;
  }
}

.news .h a {
  display: block;
  background: #fff;
  width: 85px;
  color: #333;
  padding: 4px 16px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1023px) {
  .news .news-list {
    width: 550px;
  }
}

.news .news-list dl {
  position: relative;
  margin: 8px;
  padding-left: 18px;
  line-height: 18px;
}

@media only screen and (min-width: 1023px) {
  .news .news-list dl {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-left: 15px;
  }
}

.news .news-list dl:before {
  position: absolute;
  content: "";
  background: url(img/arrow01.png) left center no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

@media only screen and (min-width: 1023px) {
  .news .news-list dl:before {
    margin-top: -7px;
  }
}

@media only screen and (min-width: 1023px) {
  .news .news-list dl dt {
    width: 120px;
  }
}

@media only screen and (min-width: 1023px) {
  .news .news-list dl dd {
    width: 385px;
  }
}

#content-wrap {
  padding-top: 90px;
}

@media only screen and (min-width: 1023px) {
  #content-wrap {
    padding-top: 0;
  }
}

#content {
  margin: 8px;
}

@media only screen and (min-width: 1023px) {
  #content {
    width: 1022px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1023px) {
  .home #content {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 1022px;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1023px) {
  .home #content .main {
    width: 770px;
  }
}

@media only screen and (min-width: 1023px) {
  .home #content aside {
    width: 210px;
    padding: 30px;
  }
}

@media only screen and (min-width: 1023px) {
  .bn-3 {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1023px) {
  .bn-3 li {
    width: 204px;
  }
}

.bn-3 li p {
  margin: 4px 0;
  font-size: 13px;
  line-height: 16px;
}

@media only screen and (min-width: 1023px) {
  .bn-3 li p {
    height: 90px;
    letter-spacing: -0.07em;
  }
}

.bn-3 li a {
  line-height: 1.6;
}

.bn-3 li a img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1023px) {
  .row {
    margin: 40px 0;
  }
}

.media img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 1023px) {
  .media {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1023px) {
  .media.right > div:nth-child(1) {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 40%;
    padding-top: 16px;
  }
}

@media only screen and (min-width: 1023px) {
  .media.right > div:nth-child(2) {
    width: 55%;
  }
}

@media only screen and (min-width: 1023px) {
  .media.left > div:nth-child(1) {
    width: 55%;
  }
}

@media only screen and (min-width: 1023px) {
  .media.left > div:nth-child(2) {
    width: 40%;
    padding-top: 16px;
  }
}

p.vision, .policy {
  text-align: center;
}

p.vision img, .policy img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 1023px) {
  .policy ul {
    width: 55%;
    margin: 20px auto;
    font-size: 16px;
    font-weight: bold;
  }
}

.policy ul li {
  background: #12407f;
  background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
  color: #fff;
  padding: 6px;
  margin-bottom: 3px;
}

@media only screen and (min-width: 1023px) {
  .policy ul li {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 1023px) {
  .profile {
    width: 80%;
    margin: 0 auto;
  }
}

.profile li {
  margin-bottom: 16px;
}

@media only screen and (min-width: 1023px) {
  .profile li {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
  }
}

.profile li .avatar {
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 1023px) {
  .profile li .avatar {
    width: 35%;
  }
}

.profile li .avatar img {
  width: 100px;
  height: auto;
  border-radius: 50px;
}

.profile li .avatar p {
  margin-top: 0;
}

.profile li .desc {
  font-size: 88%;
}

@media only screen and (min-width: 1023px) {
  .profile li .desc {
    width: 60%;
    font-size: 100%;
  }
}

.card-list {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 96%;
}

@media only screen and (min-width: 1023px) {
  .card-list {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.card-list li {
  width: 49%;
  margin-bottom: 12px;
  background: #eee;
  padding: 4px;
  border-radius: 3px;
}

@media only screen and (min-width: 1023px) {
  .card-list li {
    width: 32%;
    margin-bottom: 24px;
    padding: 10px;
    margin-right: 2%;
  }
  .card-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.card-list li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.card-list li ul {
  margin-left: 16px;
}

@media only screen and (min-width: 1023px) {
  .card-list li ul {
    margin-left: 24px;
  }
}

.card-list li ul li {
  width: 100%;
  list-style: square outside none;
  margin-bottom: 0px;
  padding: 0;
}

.card-list li ul li a {
  text-decoration: underline;
}

.history {
  /*    @media only screen and (min-width:1023px) {
            @include flex();
            @include flex-between();
        }
        & > div:nth-child(1) {
            @media only screen and (min-width:1023px) {
                width:55%;
            }
        }
        & > div:nth-child(2) {
            @media only screen and (min-width:1023px) {
                width:40%;
            }
            img {
                max-width: 100%;
                width: auto;
                height: auto;
            }
        }*/
}

.history.movie {
  /*        @media only screen and (min-width:1023px) {
                    @include flex();
                    @include flex-between();
                }*/
  /*        & > div:nth-child(1) {
                    @media only screen and (min-width:1023px) {
                        width:55%;
                    }
                }
                & > div:nth-child(2) {
                    @media only screen and (min-width:1023px) {
                        width:40%;
                    }
                    img {
                        max-width: 100%;
                        width: auto;
                        height: auto;
                    }
                }*/
}

.history.movie > div {
  width: 100%;
  height: 240px;
}

@media only screen and (min-width: 1023px) {
  .history.movie > div {
    height: 460px;
  }
}

.history.movie > div img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.history.movie > div iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1023px) {
  .office-2 {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1023px) {
  .office-2 > div {
    width: 47.5%;
  }
}

.office-2 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.office-2 table tr th, .office-2 table tr td {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.office-2 table tr th {
  background: #eee;
  width: 30%;
}

.office-2 table tr td {
  padding: 8px;
}

.office-3 h4 {
  margin: 0;
}

@media only screen and (min-width: 1023px) {
  .office-3 h4 {
    height: 24px;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 1023px) {
  .office-3 {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*@include flex-between();*/
  }
}

@media only screen and (min-width: 1023px) {
  .office-3 > div {
    width: 31.5%;
  }
  .office-3 > div:nth-child(n+2) {
    margin-left: 2.7%;
  }
}

.office-3 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.office-3 table tr th, .office-3 table tr td {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  word-break: break-word;
}

.office-3 table tr th {
  background: #eee;
  width: 30%;
}

.office-3 table tr td {
  padding: 8px;
}

@media only screen and (min-width: 1023px) {
  ul.type01 {
    margin-left: 20px;
  }
}

ul.type01 li {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}

ul.type01 li span.num {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  background: #09203f;
  width: 1.6em;
  text-align: center;
  border-radius: 3px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1023px) {
  ul.type01 li span.num {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

ul.goal {
  border: 2px solid #09203f;
}

ul.goal li {
  text-align: center;
}

ul.goal li:nth-child(1) {
  background: #12407f;
  background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
  color: #fff;
  padding: 6px;
  font-size: 16px;
}

ul.goal li:nth-child(n+2) {
  /*list-style: disc outside none;*/
  margin-left: 22px;
  font-weight: bold;
}

@media only screen and (min-width: 1023px) {
  ul.goal li:nth-child(n+2) {
    margin: 4px;
  }
}

ul.goal li img {
  max-height: 36px;
  display: block;
  margin: 10px auto;
}

.organization_pic {
  text-align: center;
}

.organization_pic svg, .organization_pic img {
  width: 100%;
}

/*@media only screen and (min-width: 1023px) {
  .organization_pic svg, .organization_pic img {
    width: 75%;
  }
}*/

.logitics dl {
  background: #efefef;
  padding: 8px;
  border-radius: 2px;
}

@media only screen and (min-width: 1023px) {
  .logitics dl {
    padding: 16px;
  }
}

.logitics dl dt {
  background: #09203f;
  /*border:2px solid $col_navy;*/
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 1023px) {
  .logitics dl dt {
    width: 24%;
    text-align: center;
  }
}

.logitics ul {
  margin: 6px;
}

.logitics ul li {
  position: relative;
  padding-left: 30px;
  margin: 8px 0;
}

@media only screen and (min-width: 1023px) {
  .logitics ul li {
    margin: 16px;
  }
}

.logitics ul li span.num {
  position: absolute;
  border: 2px solid #09203f;
  width: 1.6em;
  text-align: center;
  left: 0;
  top: -2px;
  /*                top: 50%;
                                margin-top: -13px;*/
}

.flow {
  position: relative;
  margin-bottom: 56px;
}

@media only screen and (min-width: 1023px) {
  .flow {
    margin-bottom: 80px;
  }
}

.flow:not(:last-child):after {
  content: "";
  position: absolute;
  left: 25%;
  top: 100%;
  width: 50%;
  height: 70px;
  background: url(img/arrow-14.svg) left center no-repeat;
  background-size: cover;
  margin-top: 7px;
}

@media only screen and (min-width: 1023px) {
  .flow:not(:last-child):after {
    width: 26%;
    height: 80px;
    left: 37%;
  }
}

.flow h3 {
  border: 2px solid #09203f;
  color: #09203f;
  padding: 5px;
  text-align: center;
}

.flow ul {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow ul li {
  position: relative;
  width: 30%;
  background: #156fba;
  padding: 4px;
  color: #fff;
}

@media only screen and (min-width: 1023px) {
  .flow ul li {
    padding: 16px;
  }
}

.flow ul li:not(:last-child) {
  margin-right: 4.5%;
}

.flow ul li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 15%;
  height: 46px;
  background: url(img/arrow-36.svg) left center no-repeat;
  background-size: contain;
}

.flow ul li h4 {
  /*color:#fff;*/
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 1023px) {
  .flow ul li h4 {
    font-size: 20px;
  }
}

.flow ul li h4 span.num {
  display: block;
  font-size: 28px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 1023px) {
  .flow ul li h4 span.num {
    font-size: 36px;
  }
}

.flow ul li p {
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (min-width: 1023px) {
  .flow ul li p {
    font-size: 14px;
  }
}

/****************************
SIDE
****************************/
aside .bn-box {
  font-size: 13px;
}

@media only screen and (min-width: 1023px) {
  aside .bn-box:nth-child(n+2) {
    margin-top: 40px;
  }
}

aside .bn-box h3 {
  position: relative;
  border-bottom: 1px solid #09203f;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}

aside .bn-box h3:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  background: url(img/arrow_down.png) center top no-repeat;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}

aside .bn-box a {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
aside .btn-blue{font-size:12px;line-height:15px;text-align:center;background-color: #12407F;color:#fff;padding:5px;border-radius:15px;display:block;width:100%;}
@media only screen and (min-width: 1023px) {
  aside .bn-box a {
    display: block;
  }
}

aside .bn-box a img {
  display: block;
  width: 40%;
  height: auto;
}

@media only screen and (min-width: 1023px) {
  aside .bn-box a img {
    width: 100%;
  }
}

aside .bn-box a p {
  width: 55%;
  margin-left: 4.5%;
  line-height: 1.1;
}

@media only screen and (min-width: 1023px) {
  aside .bn-box a p {
    width: 100%;
    margin: 5px 0 0;
  }
}

/****************************
NEWS
****************************/
@media only screen and (min-width: 1023px) {
  #content.has-sidebar {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1023px) {
  #content.has-sidebar main {
    /*            width: 70%;*/
    width: 100%;
  }
}

#content.has-sidebar main article.post {
  border-bottom: 2px solid #09203f;
  margin-bottom: 16px;
}

@media only screen and (min-width: 1023px) {
  #content.has-sidebar main article.post {
    margin-bottom: 48px;
  }
}

#content.has-sidebar main article.post h2 {
  text-align: left;
  background: none;
  text-align: left;
  padding: 0 0 0 10px;
  border-left: 6px solid #09203f;
  line-height: 1;
}

#content.has-sidebar main article.post .date {
  display: inline-block;
  background: #082f6c;
  color: #fff;
  font-size: 13px;
  padding: 2px 16px;
  margin: 0;
  border-radius: 2px;
}

@media only screen and (min-width: 1023px) {
  #content.has-sidebar aside.archive {
    width: 25%;
  }
}

#content.has-sidebar aside.archive h2.archive-ttl {
  background: #12407f;
  background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
  padding: 8px;
  color: #fff;
}

@media only screen and (min-width: 1023px) {
  #content.has-sidebar aside.archive h2.archive-ttl {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1023px) {
  #content.has-sidebar aside.archive .side-nav ul {
    font-size: 16px;
  }
}

#content.has-sidebar aside.archive .side-nav ul li {
  display: block;
  border-bottom: 1px dotted #09203f;
}

#content.has-sidebar aside.archive .side-nav ul li a {
  display: block;
  padding: 8px;
}

/****************************
CONTACT
****************************/
.row.contact-form {
  background: rgba(9, 32, 63, 0.05);
  border-top: 2px solid #09203f;
  border-bottom: 2px solid #09203f;
  padding: 8px;
}

@media only screen and (min-width: 1023px) {
  .row.contact-form {
    padding: 64px 8px;
  }
}

@media only screen and (min-width: 1023px) {
  .row.contact-form img {
    width: 50%;
    height: auto;
    margin-top: 40px;
  }
}

.row.contact-form input[type=text], .row.contact-form input[type=email], .row.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #09203f;
  /*border: none;*/
}

.row.contact-form input[type=text].wpcf7-not-valid, .row.contact-form input[type=email].wpcf7-not-valid, .row.contact-form textarea.wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.1);
}

.row.contact-form input[type=submit] {
  background: #12407f;
  background: -moz-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: -webkit-linear-gradient(top, #12407f 0%, #09203f 99%);
  background: linear-gradient(to bottom, #12407f 0%, #09203f 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12407f', endColorstr='#09203f',GradientType=0 );
  color: #fff;
  border: none;
  display: block;
  padding: 10px;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (min-width: 1023px) {
  .row.contact-form > p {
    margin: 32px 16px;
  }
}

/****************************
MAP
****************************/
.map-head-office {
  width: 100%;
  height: 200px;
  margin-top: 10px;
}

@media only screen and (min-width: 1023px) {
  .map-head-office {
    height: 280px;
    margin-top: 0;
  }
}

.map-branch {
  width: 100%;
  height: 200px;
  margin-top: 10px;
}

@media only screen and (min-width: 1023px) {
  .map-branch {
    height: 240px;
    margin-top: 0;
  }
}

/****************************
FOOTER
****************************/
footer {
  border-top: 5px solid #09203f;
}

footer h2 {
  text-align: center;
}

@media only screen and (min-width: 1023px) {
  footer h2 {
    position: absolute;
    left: 0;
    top: 0;
  }
}

footer h2 img {
  width: 124px;
  height: auto;
}

@media only screen and (min-width: 1023px) {
  footer h2 img {
    width: auto;
  }
}

footer .inner {
  position: relative;
}

@media only screen and (min-width: 1023px) {
  footer .inner {
    width: 1022px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

footer .inner .navigation {
  display: none;
}

@media only screen and (min-width: 1023px) {
  footer .inner .navigation {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

footer .inner nav {
  width: 200px;
  margin-right: 48px;
}

footer .inner nav:first-of-type {
  margin-top: 45px;
}

footer .inner nav h3 {
  position: relative;
  padding-left: 30px;
}

footer .inner nav h3:before {
  position: absolute;
  content: "";
  background: url(img/arrow03.png) left center no-repeat;
  background-size: contain;
  width: 26px;
  height: 21px;
  left: 0;
  bottom: 3px;
}

footer .inner nav h3 a:hover {
  color: #AA1414;
}

footer .inner nav ul li {
  position: relative;
  padding-left: 16px;
  line-height: 32px;
}

footer .inner nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: url(img/arrow01.png) left top no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

footer .inner nav ul li a:hover {
  color: #AA1414;
}

.copyright {
  background: #09203f;
  color: #fff;
  padding: 8px;
}

@media only screen and (min-width: 1023px) {
  .copyright {
    text-align: center;
  }
}

/****************************
TABLE
****************************/
table.two-lines {
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #09203f;
  border-bottom: 2px solid #09203f;
  vertical-align: middle;
}

table.two-lines tr {
  border-bottom: 1px solid #dedede;
}

table.two-lines tr th, table.two-lines tr td {
  display: block;
  text-align: left;
}

@media only screen and (min-width: 1023px) {
  table.two-lines tr th, table.two-lines tr td {
    display: table-cell;
  }
}

table.two-lines tr th {
  padding: 10px 0px 4px;
  /*width: 24%;*/
}

@media only screen and (min-width: 1023px) {
  table.two-lines tr th {
    width: 24%;
    padding: 0 0 0 55px;
  }
}

table.two-lines tr td {
  padding-bottom: 8px;
}

@media only screen and (min-width: 1023px) {
  table.two-lines tr td {
    padding: 24px 0;
  }
}

table.two-lines dl {
  margin: 0;
}

@media only screen and (min-width: 1023px) {
  table.two-lines dl {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width:776px;
  }
}

table.two-lines dl dt {
  border-top: 1px dashed #BDBDBD;
  padding-top: 5px;
}

@media only screen and (min-width: 1023px) {
  table.two-lines dl dt {
    /*padding-left: 8px;*/
    padding-top: 24px;
    height: 68px;
    width: 30%;
  }
  table.two-lines dl dt:first-child {
    border-top: none;
  }
}

table.two-lines dl dt .posi {
  width: 110px;
  display: inline-block;
}

table.two-lines dl dd {
  font-size: 88%;
  margin-left: 8px;
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 1023px) {
  table.two-lines dl dd {
    width: 68%;
    height: 68px;
    padding-top: 24px;
    border-top: 1px dashed #BDBDBD;
  }
  table.two-lines dl dd:first-of-type {
    border-top: none;
  }
  table.two-lines dl dd.line-two {
    padding-top: 14px;
  }
  table.two-lines dl dd.line-three {
    padding-top: 5px;
  }
}

.history table {
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #09203f;
  border-bottom: 2px solid #09203f;
  vertical-align: middle;
}

.history table tr {
  border-bottom: 1px solid #ccc;
}

.history table tr th, .history table tr td {
  display: block;
  text-align: left;
}

@media only screen and (min-width: 1023px) {
  .history table tr th, .history table tr td {
    display: table-cell;
  }
}

.history table tr th {
  background: #efefef;
  padding: 8px;
}

@media only screen and (min-width: 1023px) {
  .history table tr th {
    width: 28%;
    padding: 8px 8px 8px 60px;
  }
}

.history table tr th > div {
  position: relative;
}

.history table tr th .wareki {
  position: absolute;
  top: 50%;
  left: 80px;
  margin-top: -12px;
}

@media only screen and (min-width: 1023px) {
  .history table tr th .wareki {
    left: 90px;
  }
}

.history table tr td {
  padding-bottom: 8px;
}

@media only screen and (min-width: 1023px) {
  .history table tr td {
    padding: 12px;
    line-height: 1.8em;
  }
}

table.logitics {
  table-layout: fixed;
}

table.logitics tr th, table.logitics tr td {
  text-align: center;
}

table.logitics tr th {
  width: auto;
}

table.logitics .l {
  text-align: left;
}

span.employees {
  width: 36px;
  display: inline-block;
  text-align: right;
}

@media only screen and (min-width: 1023px) {
  table td {
    word-break: break-all;
    word-wrap: break-word;
  }
table.two-lines.companytable {
  width: 1022px;
}
table.two-lines.companytable th {
width: 245px;
}
table.two-lines.companytable td {
width: 775px;
}
}