@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
#top #load {
  background: #202020;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1500;
}

#top #load .load_circle {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: load;
  animation-name: load;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  left: calc(50% - 20px);
  position: fixed;
  top: calc(50% - 20px);
  z-index: 2000;
}

#top #load.onload {
  -webkit-transition: opacity 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
  opacity: 0;
}

#top #load.onload .load_circle {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}

#top #kv {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#top #kv .kv_desc{
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
}
#top #kv .kv_desc > * + *{
  margin-top: 8px;
}
#top #kv .kv_desc_paragraph{
  padding: 4px;
  background-color: #fff;
  display: inline-block;
}
#top #kv .kv_slide {
  margin-bottom: 0;
}

#top #kv .kv_slide .video{
  width: 100%;
}

#top #kv .kv_slide li img {
  height: auto;
  width: 100%;
}

#top #kv .kv_slide .slick-dots {
  bottom: 30px;
}

#top #kv .kv_slide .slick-dots li {
  height: 2px;
  width: 40px;
}

#top #kv .kv_slide .slick-dots li button {
  background-color: #fff;
  height: 2px;
  padding: 0;
  width: 40px;
}

#top #kv .kv_slide .slick-dots li button:before {
  display: none;
}

#top #kv .kv_slide .slick-dots li.slick-active button {
  background-color: #0041c0;
}

@media (max-width: 991px) {
  #top #kv .kv_slide .slick-dots {
    bottom: 20px;
  }
  #top #kv .kv_slide .slick-dots li {
    width: 30px;
  }
  #top #kv .kv_slide .slick-dots li button {
    width: 30px;
  }
  #top #kv{
    margin-bottom: 30px;
  }
  #top #kv .kv_desc{
    font-size: 18px;
    top: auto;
    bottom: -40px;
  }
  #top #kv .kv_desc > * + *{
    margin-top: 0px;
    padding-top: 0;
  }
}

#top #banner {
  margin-top: 60px;
}

#top #banner .banner_slide {
  margin: 0 -30px;
}

#top #banner .banner_slide li {
  margin: 0 30px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#top #banner .banner_slide li:hover {
  opacity: .6;
}

#top #banner .banner_slide .slick-arrow {
  width: 18px;
  height: 18px;
  z-index: 2;
}

#top #banner .banner_slide .slick-arrow:before {
  background: url(../img/common/arrow_blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
}

#top #banner .banner_slide .slick-arrow.slick-next {
  right: -10px;
}

#top #banner .banner_slide .slick-arrow.slick-prev {
  left: -10px;
}

#top #banner .banner_slide .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  #top #banner {
    margin-top: 30px;
  }
  #top #banner .banner_slide {
    margin: 0 -10px;
  }
  #top #banner .banner_slide li {
    margin: 0 10px;
  }
  #top #banner .banner_slide .slick-arrow {
    width: 12px;
    height: 12px;
  }
  #top #banner .banner_slide .slick-arrow:before {
    width: 12px;
    height: 12px;
  }
  #top #banner .banner_slide .slick-arrow.slick-next {
    right: -7px;
  }
  #top #banner .banner_slide .slick-arrow.slick-prev {
    left: -7px;
  }
}

#top .section {
  padding: 120px 0;
}

@media (max-width: 991px) {
  #top .section {
    padding: 60px 0;
  }
}

#top #lead {
  /* background: url(../img/top/lead_bg.png) no-repeat center bottom; */
  background-size: contain;
  padding-bottom: 0px;
}

#top #lead .title {
  margin-bottom: 120px;
  text-align: center;
}

#top #lead .text_image {
  margin-top: 30px;
}

#top #lead .text_image:nth-child(odd) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

#top #lead .text_image.list_image .text {
  width: calc(35% - 30px);
}

#top #lead .text_image.list_image .image {
  width: calc(65% - 30px);
}

#top #lead .text_image.list_image .image ul {
  letter-spacing: -.4em;
  list-style: none;
}

#top #lead .text_image.list_image .image ul > * {
  display: inline-block;
  letter-spacing: normal;
}

#top #lead .text_image.list_image .image ul li {
  vertical-align: top;
  width: 50%;
}

#top #lead .text_image.list_image .image ul li .caption_title {
  display: block;
  font-size: 114.28571%;
  font-weight: bold;
  margin-top: 10px;
  padding-right: 20px;
}

#top #lead .text_image.list_image .image ul li .caption_text {
  display: block;
  margin-top: 5px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  #top #lead {
    padding-bottom: 0px;
  }
  #top #lead .title {
    margin-bottom: 60px;
  }
  #top #lead .title img {
    width: 277px;
    height: auto;
  }
  #top #lead .text_image {
    margin-top: 15px;
  }
  #top #lead .text_image.list_image .text {
    width: 100%;
  }
  #top #lead .text_image.list_image .image {
    margin-top: 10px;
    width: 100%;
  }
  #top #lead .text_image.list_image .image ul li {
    margin-top: 20px;
    width: 100%;
  }
  #top #lead .text_image.list_image .image ul li img {
    height: auto;
    width: 100%;
  }
  #top #lead .text_image.list_image .image ul li .caption_title {
    font-size: 85.71429%;
    margin-top: 8px;
    padding-right: 0;
  }
  #top #lead .text_image.list_image .image ul li .caption_text {
    font-size: 71.42857%;
    margin-top: 2px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  #top #lead {
    background-size: 700px auto;
  }
}

#top #reason .reason_list {
  letter-spacing: -.4em;
  list-style: none;
  margin: 85px -10px 0;
}

#top #reason .reason_list > * {
  display: inline-block;
  letter-spacing: normal;
}

#top #reason .reason_list .card {
  width: calc((100% / 4) - 80px);
  margin: 0 10px;
  padding: 60px 30px 50px;
  position: relative;
  vertical-align: top;
}

#top #reason .reason_list .card .num {
  left: calc(50% - 30px);
  position: absolute;
  top: -30px;
}

#top #reason .reason_list .card .illust img {
  height: 95px;
  width: 100%;
}

#top #reason .reason_list .card .text {
  font-size: 114.28571%;
  font-weight: bold;
  margin-top: 25px;
}

#top #reason .reason_list .card .text .blue {
  color: #0041c0;
}

#top #reason .text_image {
  margin-top: 60px;
}

#top #reason .text_image:nth-child(odd) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

#top #reason .text_image .text .annotation {
  font-size: 85.71429%;
  line-height: 1.25;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 991px) {
  #top #reason .reason_list {
    margin: 25px -5px 0;
  }
  #top #reason .reason_list .card {
    width: calc((100% / 2) - 50px);
    margin: 25px 5px 0;
    padding: 35px 20px 25px;
  }
  #top #reason .reason_list .card .num {
    left: calc(50% - 18px);
    position: absolute;
    top: -18px;
  }
  #top #reason .reason_list .card .num img {
    width: 36px;
    height: 36px;
  }
  #top #reason .reason_list .card .illust img {
    height: 60px;
  }
  #top #reason .reason_list .card .text {
    font-size: 85.71429%;
    margin-top: 15px;
  }
  #top #reason .text_image {
    margin-top: 30px;
  }
  #top #reason .text_image .text .annotation {
    font-size: 71.42857%;
    margin-top: 10px;
  }
}

#top #feature .feature_list {
  margin: 85px -10px 0;
}

#top #feature .feature_list:before, #top #feature .feature_list:after {
  content: " ";
  display: table;
}

#top #feature .feature_list:after {
  clear: both;
}

#top #feature .feature_list .card {
  float: left;
  margin: 20px 10px 0;
  vertical-align: top;
  width: calc((100% / 3) - 20px);
}

#top #feature .feature_list .card a, #top #feature .feature_list .card .area {
  color: #263238;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 114.28571%;
  font-weight: bold;
  height: calc(100% - 60px);
  padding: 30px 70px 30px 40px;
  vertical-align: center;
  width: calc(100% - 110px);
}

#top #feature .feature_list .card a .blue, #top #feature .feature_list .card .area .blue {
  color: #0041c0;
}

#top #feature .feature_list .card a {
  position: relative;
}

#top #feature .feature_list .card a:after {
  background: url(../img/common/arrow_blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 30px;
  -webkit-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s;
}

#top #feature .feature_list .card:hover a:after {
  right: 20px;
}

#top #feature .feature_button {
  margin-top: 60px;
}
#top #feature .custom_button {
  display: flex;
  flex-direction: column;
}
#top #feature .custom_button .feature_button_desc{
  font-size: 14px;
  margin-top: 12px;
}

@media (max-width: 991px) {
  #top #feature .feature_list {
    margin: 35px 0 0;
  }
  #top #feature .feature_list .card {
    float: none;
    margin: 10px 0 0;
    width: 100%;
  }
  #top #feature .feature_list .card a, #top #feature .feature_list .card .area {
    font-size: 85.71429%;
    height: calc(100% - 40px);
    padding: 20px 35px 20px 20px;
    width: calc(100% - 55px);
  }
  #top #feature .feature_list .card a:after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
  #top #feature .feature_list .card:hover a:after {
    right: 15px;
  }
  #top #feature .feature_button {
    margin-top: 30px;
  }
  #top #feature .custom_button .feature_button_desc{
    margin-top: 8px;
    font-size: 12px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #top #feature {
    background-size: 700px auto;
  }
}

@media (max-width: 340px) {
  #top #feature .custom_button {
    display: flex;
    flex-direction: column;
    font-size: 89%;
  }
  #top #feature .custom_button .feature_button_desc{
    font-size: 10px;
  }
}

.Rengoukai_Banner{
  display: block;
  max-width: 670px;
  width: 100%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
.Rengoukai_Banner:hover{
  opacity: 0.5;
}
.Rengoukai_Banner img{
  width: 100%;
}