@charset "UTF-8";
p, ul, li, h1, h2, h3, h4, a {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

a {
  text-decoration: none;
}

li,ul{
  text-decoration: none;
}

hr {
  background-color: #fff;
  border-top: 2px dotted #74b8df;
  padding: 10px 0 10px 0;
}

.header {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 15px;
}
.header__logo {
  margin: 0 auto;
  color: #74b8df;
}

.jumbo {
  position: relative;
  text-align: center;
}
.jumbo video {
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
}
.jumbo__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  max-width: 100%;
  /* max-height: 100%; */
  width: 35%;
  /* height: auto; */
}
.jumbo__text {
  color: #fff;
  margin: 0 auto;
}

.description {
  text-align: center;
}
.description__title {
  font-weight: bold;
  margin: 0 auto;
  color: #373737;
}
.description__titleMin {
  margin: 0 auto;
  color: #cacaca;
  font-size: 12px;
}
.description__text {
  line-height: 2em;
  font-size: 13px;
  margin: 0 auto;
  color: #373737;
}

.card {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.card__contentsText {
  color: #fff;
  margin: 0 auto;
  font-size: 12px;
}
.card__contents1 {
  max-width: 130px;
  height: auto;
  width: 100%;
  margin-right: 12px;
  background-color: #74b8df;
  border-radius: 12px;
  text-align: center;
  padding: 10px;
}
.card__contents2 {
  height: auto;
  max-width: 130px;
  padding: 20px;
  width: 100%;
  margin-left: 12px;
  background-color: #3c9ed6;
  border-radius: 12px;
  text-align: center;
}
.card__contentsTitle {
  margin: 0 auto;
  color: #fff;
}

.footer {
  margin-top: 20px;
  width: 100%;
  background-color: #7fbfff;
  text-align: center;
}
.footer__copy {
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}

.info {
  padding-top: 25px;
  text-align: center;
  background-color: #fff;
}
.info__title {
  margin: 0 auto;
  background: #74b8df;
  color: #fff;
  padding: 13px;
  width: 100%;
}
.info__text {
  color: #8d8d8d;
  padding-top: 10px;
  margin: 0 auto;
  font-size: 14px;
}

.search {
  padding-top: 25px;
  text-align: center;
  background-color: #fff;
}
.search__title {
  margin: 0 auto;
  background: #74b8df;
  color: #fff;
  padding: 13px;
  width: 100%;
}

/* グローバルナビ */
#wrapper nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding-top: 50px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
}

#wrapper nav ul li {
  padding: 20px 28px;
}

#wrapper nav ul li a {
  text-decoration: none;
  background: #fff;
  color: #a5a5a5;
}

#wrapper .btn-gnavi {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#wrapper .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#wrapper .btn-gnavi span:nth-child(1) {
  top: 0;
}

#wrapper .btn-gnavi span:nth-child(2) {
  top: 10px;
}

#wrapper .btn-gnavi span:nth-child(3) {
  top: 20px;
}

#wrapper .btn-gnavi.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#wrapper .btn-gnavi.open span {
  background: #a5a5a5;
}

#wrapper .btn-gnavi.open span:nth-child(1) {
  width: 24px;
  -webkit-transform: translate(-7px, 17px) rotate(45deg);
  transform: translate(-7px, 17px) rotate(45deg);
}

#wrapper .btn-gnavi.open span:nth-child(3) {
  width: 24px;
  -webkit-transform: translate(-7px, -17px) rotate(-45deg);
  transform: translate(-7px, -17px) rotate(-45deg);
}

.pagetop__Icon {
  left: 15px;
  bottom: 15px;
  position: fixed;
}

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