@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
    font-family:'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}
body {
  font-size: 1.6rem;
  color: #333;
}
.inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.sub .inner {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .inner {
    padding: 0 10px;
  }
}
/* header */
#header .inner {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
#header .logo {
  font-size: 125%;
  width: 30%;
  padding-top: 10px;
}
#header .logo img {
  max-width: 100%;
}
.nav-button {
  display: none;
}
.nav-wrap {
  width: 70%;
}
.nav {
  display: table;
  margin-left: auto;
  margin-right: 0;
  width: 95%;
  table-layout: fixed;
}
.nav li {
  display: table-cell;
  margin: 0 10px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px #ccc solid;
  white-space: nowrap;
  transition: .5s;
}
.nav li:nth-child(5) {
  width: 10em;
}
.nav li:last-child {
  border-right: solid 1px #ccc;
}
.nav li a {
  text-decoration: none;
  font-size: 87.5%;
  color: #6C9BD2;
  display: block;
  padding: 1.5em 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nav li a span {
  font-size: 68.8%;
  padding-top: .3em;
}
.nav li:hover, .nav li:active, .nav li.current {
  background-color: #6C9BD2;
}
.nav li:hover a,.nav li:active a,.nav li.current a {
  color: #fff;
}
.nav li a span {
  display: block;
  color: #ddd;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media screen and (min-width: 769px) {
  .nav-wrap {
    display: block !important;
  }
}
.content {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 100%;
    padding: 1em;
  }
  #header .logo {
    width: 100%;
    padding: 1em;
  }
  .nav-button {
    display: block;
    cursor: pointer;
    margin-top: 1em;
    margin-right: 0.5em;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
  }
  .nav-wrap li, .nav-wrap li:last-child {
    display: block;
    border: none;
    width: 100%;
    margin: 0;
  }
  .nav-wrap li:first-child {
    margin-top: 2em;
  }
    .nav li:nth-child(5) {
  width: auto;
}
  .nav-wrap li a {
    color: #fff;
    font-size: 18px;
    padding: 1em 0;
  }
  .nav-wrap li a span {
    display: none;
  }
  /*メニューボタン*/
  .nav-button, .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #666;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span {
    background-color: #fff;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
}
#footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px;
  background-color: #6C9BD2;
  color: #fff;
  font-size: 87.5%;
}
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 75%;
}
#pagetop a {
  display: block;
  background: #666;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
#pagetop a:hover {
  background: #999;
  text-decoration: none;
}
/*====== contents ========*/
#content {
  margin-bottom: 80px;
}
.mv {
  widtg: 100%;
  position: relative;
}
.mv img {
  width: 100%;
}
.mv .catch {
  position: absolute;
  top: 10%;
  left: 20%;
  color: #fff;
  font-size: 3.5rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  background-color: rgba(0, 0, 0, 0.10)
}
.mv h1 {
  position: absolute;
  bottom: 5%;
  right: 10%;
  font-size: 112.5%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.10)
}
section {
  padding: 3% 0;
}
#top {}
#top .topics {
  margin-bottom: 50px;
    padding-bottom:1.5em;
    border: solid 1px #6C9BD2;
    border-top:none;
}
#top .topics h2 {
  font-size: 125%;
  font-weight: bold;
  line-height: 2;
  background-color: #6C9BD2;
  color: #fff;
  padding-left: 1em;
}
.topics dl {
  overflow: scroll;
  height: 300px;
  padding: 1.5em 1.5em 0 1.5em;
}
.topics dl dt, .topics dl dd {
  padding: .7em;
    text-align:justify;
text-justify: inter-ideograph;
}
.topics dl dt {
  float: left;
  font-weight: normal;
    width:9em;
    display:table;
}
.topics dl dt span {
    display:table-cell;
    white-space:nowrap;
    
}
.topics dl dt span:nth-child(2),.topics dl dt span:nth-child(3) {
    text-align:right;
     width:2em;
}

    .topics dl dt span:nth-child(1){
        width:3em;
    }
.topics dl dt span:nth-child(1):after {
    content:"年";
}
.topics dl dt span:nth-child(2) {
   
}
.topics dl dt span:nth-child(2):after {
    content:"月";
}
.topics dl dt span:nth-child(3):after {
    content:"日";
}
.topics dl dd {
  padding-left: 11em;
  border-bottom: dotted 1px #ccc;
}
.topics dl dd:after{
    display: block;
  content: "";
  clear: both;
}
.topics dl dd a {
  color: rgba(24, 127, 196, .8);
  transition: .5s;
}
.topics dl dd a:hover {
  color: rgba(24, 127, 196, 1.00);
}
.bannerArea ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.bannerArea ul li {
  margin-right: 20px;
}
.bannerArea ul li:last-child {
  margin-right: 0;
}
.bannerArea ul li a {
  transition: .5s;
}
.bannerArea ul li a:hover {
  opacity: .7;
}
.bannerArea ul li a img {
  max-width: 100%;
}
.sub .mv {
  width: 100%;
  padding-top: 13%;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.sub .mv img {
  position: absolute;
  bottom: 0;
  opacity: .8;
}
.sub .mv .catch {
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.sub .mv h1 {
  width: 100%;
  max-width: 1024px;
  right: 50%;
  transform: translateX(50%);
  text-align: right;
  background-color: transparent;
}
h2.sub {
  font-size: 175%;
  background-color: #6C9BD2;
  color: #fff;
  padding: .5em 0;
  font-weight: bold;
  border-bottom: solid 2px #fff;
  position: relative;
}
h2.sub:after {
  content: "";
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
}
h2.sub span {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
.company {
  border-top: solid 1px #ccc;
}
.company tr {
  border-bottom: solid 1px #ccc;
}
.company tr:nth-of-type(odd) {
  background-color: rgba(108, 155, 210, 0.1);
}
.company tr th, .company tr td {
  padding: .8em 1em;
}
.company tr th {
  font-weight: normal;
  white-space: nowrap;
}
.busBox {
  border: solid 1px #ccc;
  margin-bottom: 50px;
}
.busBox h2 {
  border-bottom: solid 1px #6C9BD2;
  font-size: 187.5%;
  color: #6C9BD2;
  font-weight: bold;
  padding: .3em 1em;
}
.busBox dl {
  margin: 2em;
  display: table;
  justify-content: flex-start;
}
.busBox dl dt, .busBox dl dd {
  display: table-cell;
}
.busBox dl dt {
  width: 25%;
  padding-top: 25%;
  background-color: rgba(108, 155, 210, 0.1);
  border-radius: 10px;
  position: relative;
}
.busBox dl dt img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.busBox dl dd {
  padding: 0 0 0 2em;
  vertical-align: middle;
}
.busBox dl dd .copy {
  font-size: 112.5%;
  margin-bottom: 1em;
  line-height: 1.8;
}
.busBox dl dd ul li {
  display: inline-block;
  background-color: #6C9BD2;
  color: #fff;
  font-size: 1.5rem;
  padding: .3em;
  border-radius: 3px;
  margin: .2em;
}
.busBox dl dd ul li:last-child {
  background: transparent;
  color: #333;
}
.map {
  border: solid 1px #ccc;
  margin-top: 50px;
}
.map iframe {
  height: 350px;
}
.privacy p {
  font-size: 112.5%;
  line-height: 2;
  margin-bottom: 2em;
}
.privacy ul li {
  font-size: 150%;
  line-height: 2;
}
.privacy ul li > p {
  margin-left: 1.5em;
  font-size: 75%;
}
.contact {
  display: flex;
}
.contact .office {
  margin-left: auto;
  width: 50%;
}
.contact .office img {
  width: 100%;
}
.contact li {
  padding: 1em 3em 1em 3em;
  position: relative;
  line-height: 2;
  border-bottom: solid 1px #ccc;
}
.contact li:before {
  width: 2em;
  height: 2em;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: -3em;
  top: 1em;
  position: absolute;
}
.contact li.add:before {
  background-image: url("../images/gps.svg");
}
.contact li.tel:before {
  background-image: url("../images/tel.svg");
}
.contact li.mail:before {
  background-image: url("../images/mail.svg");
}
.contact li.web:before {
  background-image: url("../images/web.svg");
}
.support h3 {
  color: #6C9BD2;
  font-size: 150%;
  padding: 1em 0 .5em;
  border-bottom: solid 1px #ccc;
}
.support h3 ~ p {
  padding: 2em;
}
.download {
  text-align: center;
}
.download a {
  text-align: center;
  display: inline-block;
  margin: 10px auto;
  background-color: #FF9D48;
  color: #fff;
  padding: 1em 3em;
  cursor: pointer;
  font-size: 125%;
  transition: .2s;
  border: solid 2px #ff9d48;
  font-weight: bold;
  line-height: 2;
  border-radius: 5px;
}
.download a:hover, .download a:active {
  background-color: #fff;
  color: #FF9D48;
}
.download a i {
  width: 2em;
  display: inline-block;
  margin-right: .5em;
}
#dlicon {
  fill: #fff;
}
.download a:hover #dlicon {
  fill: #FF9D48;
}
@media screen and (max-width: 768px) {
  #content {
    margin-bottom: 50px;
  }
  .mv .catch {
    top: 5%;
    left: 5%;
    font-size: 2.4rem;
  }
  .mv h1 {
    right: 5%;
  }
  section {
    padding: 3% 0;
  }
  .topics dl dt {
    float: none;
    padding-bottom: 0;
  }
  .topics dl dd {
    padding-left: .7em;
  }
  .bannerArea ul {
    display: block;
  }
  .bannerArea ul li, .bannerArea ul li:last-child {
    text-align: center;
    margin-bottom: .5em;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sub .mv {
    padding-top: 20%;
  }
  h2.sub {
    font-size: 142.9%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .company {
    display: block;
    margin-bottom: 20px;
  }
  .company tr th, .company tr td {
    display: block;
  }
  .company tr th {
    padding: .5em;
  }
  .company tr td {
    padding: 0 .5em .5em 1.5em;
  }
  .busBox {
    border: solid 1px #ccc;
    margin-bottom: 50px;
  }
  .busBox h2 {
    border-bottom: solid 1px #6C9BD2;
    font-size: 150%;
  }
  .busBox dl {
    margin: 1em;
    display: block;
  }
  .busBox dl dt, .busBox dl dd {
    display: block;
  }
  .busBox dl dt {
    width: 50%;
    padding-top: 50%;
    margin: 0 auto;
  }
  .busBox dl dd {
    padding: .5em;
  }
  .busBox dl dd ul li {
    font-size: 92.9%;
  }
  .map {
    margin-top: 0;
  }
  .map iframe {}
  .privacy p {
    font-size: 100%;
  }
  .privacy ul li {
    font-size: 125%;
  }
  .contact {
    display: block;
  }
  .contact ul {
    margin-bottom: 20px;
  }
  .contact .office {
    width: 100%;
  }
  #pagetop a {
    width: 50px;
    line-height: 50px;
    padding: 0;
    background-color: rgba(0, 0, 0, .5)
  }
}
@media screen and (max-width: 768px) and (min-width: 520px) {
.bannerArea ul {
    display: flex;
    flex-wrap:wrap;
    webkit-justify-content: flex-start;
    justify-content: flex-start;
}
    .bannerArea ul li,.bannerArea ul li:last-child {
        width:48%;
        margin:0;
        padding:10px;
    }
}