/*
==================================================
common.css
==================================================
--------------------------------------------------*/
/* common
--------------------------------------------------*/
body {
  font-family: Quicksand, "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", meiryo, sans-serif;
}

/* Basic layout
--------------------------------------------------*/
.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container p,
.container dt,
.container dd {
  line-height: 2em;
}
.container .chapter {
  padding-top: 70px;
  padding-bottom: 70px;
}
.container .chapter-header {
  text-align: center;
  margin: 0 auto 70px;
}
@media (max-width: 991px) {
  .container .chapter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container .chapter-header {
    margin: 0 auto 40px;
  }
  .container .chapter-header img {
    width: auto;
    height: 72px;
  }
}
@media (max-width: 520px) {
  .container .chapter-header img {
    height: 54px;
  }
}

.content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2em;
}
.content .row {
  letter-spacing: inherit;
}
.content table {
  width: 100%;
}

/* Header layout
--------------------------------------------------*/
#head {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px -8px #000;
  -moz-box-shadow: 0px 0px 16px -8px #000;
  -webkit-box-shadow: 0px 0px 16px -8px #000;
}
#head .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: none;
  padding: 30px 40px;
}
#head .content::before, #head .content::after {
  display: none;
}
@media (max-width: 1400px) {
  #head .content {
    padding: 20px;
  }
}
#head .title {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 80%;
  margin: 0;
}
#head .title img {
  display: block;
  width: 100%;
  max-width: 820px;
}
#head .badge {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 10%;
}
#head .badge a {
  display: block;
}
#head .badge img {
  width: 100%;
  max-width: 120px;
}

/* Hero layout
--------------------------------------------------*/
#hero {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}
#hero .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
}
#hero #copy {
  display: flex;
  align-items: center;
}
#hero #copy .copy-unit {
  z-index: 40;
}
#hero #copy #copy-main,
#hero #copy #copy-sub {
  width: 100%;
}
#hero .grid {
  z-index: 30;
  background-image: url(../images/bd-grid.png);
}
#hero .pic {
  z-index: 20;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-hero.jpg);
  opacity: 0.4;
}
@media (max-width: 991px) {
  #hero #copy {
    flex-direction: column;
  }
  #hero #copy #copy-main,
  #hero #copy #copy-sub {
    width: 75%;
  }
  #hero #copy #copy-sub {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #hero #copy #copy-main,
  #hero #copy #copy-sub {
    width: 96%;
  }
}
@media (max-width: 520px) {
  #hero #copy #copy-main,
  #hero #copy #copy-sub {
    width: 100%;
    padding: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #hero .grid {
    background-size: 69px 40px;
    background-image: url(../images/bd-grid@x2.png);
  }
}

/* about layout
--------------------------------------------------*/
#about .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  #about .row {
    flex-direction: column;
  }
}
#about .text {
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  #about .text {
    font-size: 1.6rem;
  }
}
#about .left {
  float: none;
}
@media (max-width: 991px) {
  #about .left {
    order: 2;
  }
}
#about .right {
  float: none;
}
#about .right img {
  max-width: 640px;
}
@media (max-width: 991px) {
  #about .right {
    order: 1;
  }
  #about .right img {
    width: 100%;
    max-width: 480px;
    margin-bottom: 30px;
  }
}

/* overview layout
--------------------------------------------------*/
#overview {
  position: relative;
  background-image: url(../images/bg_overview.jpg);
  background-position: center bottom;
  background-size: cover;
  color: #333;
}
#overview::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
  content: "";
}
#overview dl {
  padding: 0 10px;
}
#overview dl dt,
#overview dl dd {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.65;
}
#overview dl dt {
  clear: both;
  float: left;
  width: 150px;
  font-weight: bold;
}
#overview dl dd {
  display: block;
  margin-left: 150px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
#overview dl dd .title {
  display: inline-block;
  width: 120px;
}
#overview dl dd ul {
  padding-left: 0;
  margin-bottom: 0;
}
#overview dl dd ul li {
  list-style: none;
}
#overview .banners li {
  width: 100%;
}
#overview .banners li:not(:last-child) {
  margin-bottom: 5px;
}
#overview .banners a {
  display: block;
  width: 100%;
  max-width: 264px;
  opacity: 0.9;
}
#overview .banners a:hover {
  opacity: 1;
}
#overview .banners a img {
  width: 100%;
}

@media (max-width: 991px) {
  #overview dl dt,
  #overview dl dd {
    font-size: 1.5rem;
  }
  #overview dl dt {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #overview dl dd {
    margin-left: 0;
    padding-left: 15px;
  }
  #overview .no-margin {
    margin-bottom: 0;
  }
}
/* footer layout
--------------------------------------------------*/
#foot {
  padding-top: 70px;
  padding-bottom: 70px;
}
#foot .left img {
  margin-left: 0;
  max-height: 100px;
}
#foot .right {
  padding-top: 20px;
  text-align: right;
}
#foot .right h1 {
  margin-top: 0;
  font-size: 1.8rem;
}
#foot address {
  margin-bottom: 0;
}

.rights {
  background-color: #e6e6e6;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  #foot {
    padding-top: 110px;
    padding-bottom: 30px;
  }
  #foot .left img {
    margin-left: auto;
    margin-right: auto;
  }
  #foot .right {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
  }
  #foot .right h1 {
    margin-top: 0;
  }
  .rights {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 360px) {
  #foot .right h1 {
    font-size: 5vw;
  }
}

/*# sourceMappingURL=style.css.map */
