@charset "utf-8";

#header {
  padding-bottom: 37.74%;
  margin-bottom: 10%;
}

@media screen and (max-width:736px) {
  #header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #header .body {
    position: relative;
  }
  #header .header {
    display: none;
  }
}

#visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#visual .item {
  position: relative;
  padding-top: 26%;
}

#visual img.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#visual .slick-dots {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 11%;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width:1500px) {
  #visual .slick-dots {
    bottom: 15%;
  }
}

@media screen and (max-width:1366px) {
  #visual .slick-dots {
    bottom: 20%;
  }
}

@media screen and (max-width:1280px) {
  #visual .slick-dots {
    bottom: 28%;
  }
}

#visual .slick-dots li {
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  background-color: #c6d1dc;
  margin: 0 5px;
  border-radius: 50%;
}

#visual .slick-dots li.slick-active {
  background-color: #0050b2;
}

#visual .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width:736px) {
  #visual {
    position: relative;
  }
  #visual .item {
    padding-top: 15.8%;
    margin-top: 10vw;
  }
  #visual .content {
    width: 80%;
  }
  #visual .slick-slide .content {
    top: 70%;
  }
  #visual .slick-current .content {
    top: 50%;
  }
  #visual .slick-dots {
    position: absolute;
    bottom: 0;
  }
}

#main .topics {
  padding: 1em 0;
  background: #e4e7e9;
}

#main .topics .body {
  display: table;
}

#main .topics .body > * {
  display: table-cell;
  vertical-align: middle;
}

#main .topics .title {
  width: 133px;
}

#main .topics .list {
  padding-left: 1em;
  border-left: 1px solid #899ab2;
}

#main .topics .list .item {
  display: block;
  line-height: 1.2;
  text-decoration: none;
  color: inherit;
  padding: 0.5em 0;
}

#main .topics .list .item > * {
  display: inline-block;
}

#main .topics .list .item .date {
  padding-right: 1em;
}

#main .topics .btn {
  width: 200px;
}

@media screen and (max-width:736px) {
  #main .topics .body > * {
    width: 100%;
    display: block;
  }
  #main .topics .title {
    width: auto;
    display: table;
    text-align: center;
    border-bottom: 1px solid #899ab2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  #main .topics .list {
    padding-left: 0;
    border-left: 0;
  }
  #main .topics .list .item ~ .item {
    border-top: 1px solid #ccc
  }
  #main .topics .btn-1 {
    margin: 1em auto 0;
  }
}

#main .strong {
  padding: 6rem 0;
}

#main .strong .list {
  font-size: 0;
}

#main .strong .list .item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  color: inherit;
  text-decoration: none;
  margin-left: 5%;
  margin-bottom: 5%;
}

#main .strong .list .item:nth-child(3n+1) {
  margin-left: 0;
}

#main .strong .list .item .photo {
  overflow: hidden;
}

#main .strong .list .item .photo img {
  width: 100%;
  transition: transform 0.2s;
}

#main .strong .list .item:hover .photo img {
  transform: scale(1.1);
  opacity: 1;
}

#main .strong .list .item .content {
  text-align: center;
  padding: 1em;
}

#main .strong .list .item .content .title {
  font-size: 1.4em;
  color: #8493a0;
}

#main .strong .list .item .content .sub {
  font-weight: bold;
  margin-top: 0.5em;
}

#main .strong .list .item .btn-1 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:736px) {
  #main .strong .list .item {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  #main .strong .list .item ~ .item {
    margin-top: 2em;
  }
}

#main .flow {
  color: #fff;
  padding: 6rem 0;
  background: url(../../_images/index/flow-bg.jpg) center center no-repeat;
  background-size: cover;
}

#main .flow .contents {
  overflow: hidden;
}

#main .flow .contents ol {
  position: relative;
  width: 100%;
  display: table;
}

#main .flow .contents ol:before,
#main .flow .contents ol:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  background: rgba(48,114,194,0.65);
}

#main .flow .contents ol:after {
  left: auto;
  right: -100%;
}

#main .flow .contents ol li {
  height: 140px;
  display: table-cell;
  text-align: center;
  padding-left: 2em;
  padding-top: 1em;
  background: url(../../_images/index/flow-step-bg.png) 0 center no-repeat;
  background-size: cover;
}

#main .flow .contents ol li .num {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: rgba(200,200,200,0.5);
}

#main .flow .contents ol li .title {
  display: block;
  font-weight: bold;
}

#main .flow .btn-2 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:736px) {
  #main .flow .contents ol:before,
  #main .flow .contents ol:after {
    content: none;
  }
  #main .flow .contents ol,
  #main .flow .contents ol li {
    display: block;
    background: none;
  }
  #main .flow .contents ol li {
    position: relative;
    height: auto;
    text-align: left;
    padding: 0 3em;
    background: rgba(48,114,194,0.5);
    margin-bottom: 1em;
  }
  #main .flow .contents ol li .num,
  #main .flow .contents ol li .title {
    display: inline-block;
  }
  #main .flow .contents ol {
    width: auto;
    display: table;
    margin: 0 auto;
  }
  #main .flow .contents ol li:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: block;
    border: 10px solid transparent;
    border-top-color: rgba(48,114,194,0.5);
    margin-left: -10px;
  }
}

#main .about {
  padding: 6rem 0;
}

#main .about .body {
  max-width: 1000px;
}

#main .about .catch {
  text-align: center;
}

#main .about .catch .title em {
  font-style: normal;
  font-size: 1.75em;
  font-weight: bold;
}

#main .about .catch .sub i {
  font-size: 1.125em;
  font-weight: bold;
  font-style: normal;
  color: #899ab2;
}

#main .about .list-area {
  text-align: center;
  padding: 2em 5%;
  background: #e4e7e9;
}

#main .about .list-area ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 0.5em;
  background: #899ab2;
  border-radius: 3px;
  margin: 1%;
}

#main .about .btn {
  text-align: center;
}

#main .about .btn > * {
  display: inline-flex;
  margin: 1%;
}

@media screen and (max-width:736px) {
  #main .about .catch .title em {
    font-size: 1.5em;
  }
}
