header {
  position: absolute;
  top: 0;
  left: 5%;
}

#site_name, #site_name span, #site_contact, #pcmenu li a, body:not(.fixed) .menu-hamburger:not(.menu-hamburger-open):after {
  color: #fff;
}

#pcmenu li a:hover, #pcmenu li.hassub:hover>a {
  color: #FFF;
  opacity: .75;
}

#site_logo a {
  background-image: url(../img/logo_white.svg);
}

body:not(.fixed) #site_tel span {
  background-image: url(../img/tel_white.svg);
}

#pcmenu li#pc-menu_contact a:not(:hover) {
  color: #0088ff;
  background: #fff;
}

body:not(.fixed) .menu-hamburger:not(.menu-hamburger-open) span, body:not(.fixed) .menu-hamburger:not(.menu-hamburger-open) span:before, body:not(.fixed) .menu-hamburger:not(.menu-hamburger-open) span:after {
  background: #FFF;
}


#report, #faq {
  padding: 5vw 0;
}

#mainvisual {
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 100vh;
  height: 512px;
  padding: 1rem;
}

#mainvisual_slide {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5%;
  width: 95%;
  height: calc(100% - 5vw);
  z-index: 1;
  border-radius: 10px;
}

#mainvisual>.container {
  height: calc(100% - 175px);
  position: relative;
  z-index: 3;
  padding-top: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.mainvisual-txt {
  width: 100%;
}

#mainvisual h1 {
  font-size: 1.5rem;
  font-size: 7.75vw;
  margin: 0 0 .5rem;
  color: #fff;
  width: 100%;
  text-shadow: 3px 3px 15px rgba(0, 55, 155, 0.5);
  line-height: 1.5;
}

#mainvisual h1 span {
  display: block;
}

#mainvisual h2 {
  color: #fff;
  font-size: 1.15rem;
  margin: 0;
  text-shadow: 3px 3px 10px rgba(0, 55, 155, 0.5);
}

#mainvisual h2 span {
  display: inline-block;
}

.main-slide {
  background: url(../images/mainvisual.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.main-slide .swiper-slide {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 5vw);
  height: 512px;
  overflow: hidden;
  text-indent: -9999px;
  background: no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

#mainvisual_slide span {
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 155, 1);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  #mainvisual {
    padding: 0;
  }

  #mainvisual_slide {
    bottom: 1rem;
    left: 1rem;
    height: calc(100% - 2rem);
  }

  #mainvisual>.container {
    text-align: right;
    padding-top: 175px;
  }

  .main-slide .swiper-slide {
    min-height: calc(100vh - 2rem);

  }

  #mainvisual h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  #mainvisual h1 span {
    display: inline-block;
  }
}

#top-news {
  padding-bottom: 2rem;
}

#top-news .top-news_item {
  display: flex;
  position: relative;
  z-index: 3;
  width: 100%;
}

#top-news .top-news_item a {
  color: #0c1833;
  font-size: 0.85rem;
}

#top-news .top-news_item a.top-news-bt {
  display: none;
}

#top-news .top-news_item a.top-news-txt {
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  background: url(../img/right.svg) no-repeat center right rgba(255, 255, 255, .65);
  background-position: center right 1.5rem;
  background-size: 1.25rem 1.25rem;
  box-shadow: 5px 5px 15px rgba(0, 55, 155, 0.15);
  width: 100%;
  border-radius: 10px;
}

#top-news .top-news_item a.top-news-txt:hover {
  background-position: center right 1.25rem;
  background-color: rgba(255, 255, 255, .95);
}

#top-news .top-news_item a.top-news-txt p {
  margin: 0;
}

#top-news .top-news_item a.top-news-txt p span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: .85rem;
  opacity: .75;
  color: #0c1833;
}

#top-news .top-news_item a.top-news-txt p span:before {
  content: "NEWS ／";
  color: #0c1833;
}

@media screen and (min-width: 768px) {
  #top-news .top-news_item a.top-news-bt {
    display: flex;
    width: 130px;
    padding: 1.5rem;
    border-radius: 3rem 0 0 3rem;
    background: rgba(255, 255, 255, .75);
    box-shadow: 5px 5px 15px rgba(0, 55, 155, 0.15);
    margin-right: 3px;
    color: #0088ff;
    line-height: 1;
    align-items: center;
    justify-content: center;
  }

  #top-news .top-news_item a.top-news-txt {
    width: calc(100% - 130px);
    border-radius: 0 3rem 3rem 0;
  }

  #top-news .top-news_item a.top-news-txt p span {
    display: inline-block;
    margin: 0 1rem 0 0;
  }

  #top-news .top-news_item a.top-news-txt p span:before {
    content: none;
  }
}

.home-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto 1rem;
  padding: 1.5rem 0 1rem;
}

.home-title h1 {
  font-size: 0.75rem;
  margin: 0;
  font-weight: normal;
}

.home-title h1 span {
  font-size: 1.5rem;
  display: block;
  line-height: 1.25;
  font-weight: normal;
}

#main .morelink .bt-sub {
  width: auto;
}

@media screen and (max-width: 470px) {
  .home-title h1 {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }

  #main .home-title .morelink, #main .home-title .bt-sub {
    width: 100%;
  }
}

.slide_container {
  position: relative;
  padding-bottom: 3rem;
}

.swiper-scrollbar-drag {
  background: #0088ff;
}

.swiper-button-prev, .swiper-button-next {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/right.svg) no-repeat center center;
  background-size: contain;
  border-radius: 1rem;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0;
  color: #fff;
  z-index: 3;
}

.swiper-button-prev {
  right: 3rem;
  transform: rotate(180deg);
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.slide_container>.swiper-scrollbar {
  width: calc(100% - 7rem);
  left: 0;
  bottom: 1.3rem;
}

.blog_item {
  background: #fafbfc;
  border-radius: 10px;
  flex-shrink: 0;
  align-items: stretch;
  height: auto;
}

.blog_item a {
  height: 100%;
}

.blog_item figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.post_item-details {
  margin: 1rem 0;
  line-height: 1.8;
  color: #777;
}

.post_item-details span.post-cate {
  display: block;
  color: #0088ff;
}

@media screen and (min-width: 500px) {
  .blog_item .blog_item-txt {
    padding: 1rem 2rem;
  }
}

#about strong {
  font-weight: normal;
  color: #0c1833;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

#faq {
  background: url(../images/faq.jpg) no-repeat center center #ccc;
  background-size: cover;
  width: 95%;
  border-radius: 10px;
  margin: 0 auto;
}


#faq h1 {
  margin-top: 0;
  text-align: center;
  text-shadow: 3px 3px 10px rgba(255, 255, 255, 0.95);
}

#faq ul {
  list-style: none;
}

#faq ul li {
  margin-bottom: 0.5em;
}

#faq ul li a {
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  display: block;
  background: url(../img/right.svg)no-repeat center right rgba(255, 255, 255, .75);
  background-position: center right 1rem;
  background-size: 1em 1em;
  border-radius: 1rem;
  box-shadow: 3px 3px 15px rgba(0, 55, 155, 0.15);

}

#faq ul li a:hover {
  color: #0c1833;
  background-color: #FFF;
  background-position: center right 0.75rem;
}

#faq ul li h2 {
  margin: 0;
  font-size: 1rem;
  color: unset;
}

#faq .faq-item {
  width: 100%;
  padding: 2rem 5%;
}

#faq .bt-sub {
  border: none;
}


#bg {
  position: relative;
}

#bg:after {
  content: ' ';
  height: 100%;
  background: no-repeat center center #FFF;
  background-size: cover;
  background-image: url(../images/bg.jpg);
  width: 95%;
  border-radius: 10px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 2.5%;
}

#topmenu {
  text-align: center;
  padding-top: 1rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}

#topmenu .row {
  border-radius: 10px;
  overflow: hidden;
}

.topmenu-item {
  width: 100%;
  font-size: .95rem;
}

.topmenu-item:not(:first-of-type) {
  padding-top: 3px;
}

.topmenu-item a {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-items: start;
  width: 100%;
  height: 100%;
  background: #fafbfc;
  text-align: left;
}

#topmenu a:hover {
  background: #0088ff;
  color: #FFF;
}

.topmenu-item i {
  width: 30px;
  height: 30px;
  background: url(../images/icon-01.svg) no-repeat center center;
  background-size: 30px 60px;
  background-position: top center;
  display: block;
}

#topmenu-flow i {
  background-image: url(../images/icon-02.svg);
}

#topmenu-faq i {
  background-image: url(../images/icon-03.svg);
}

#topmenu-voice i {
  background-image: url(../images/icon-04.svg);
}

.topmenu-item a:hover i {
  background-position: bottom center;
}

#schedule {
  margin-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}


@media screen and (min-width:426px) {
  #bg:after {
    height: calc(100% - 135px);
    top: 135px;
  }

  #schedule {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  #topmenu {
    padding-top: 3rem;
  }

  .topmenu-item {
    width: 50%;
    padding: 0;
  }

  .topmenu-item:first-of-type, .topmenu-item:nth-child(2) {
    padding-bottom: 4px;
  }

  .topmenu-item:nth-child(2n) {
    padding-left: 2px;
  }

  .topmenu-item:nth-child(2n+1) {
    padding-right: 2px;
  }

  .topmenu-item a {
    display: block;
    padding: 2rem 1rem;
    text-align: center;
  }

  .topmenu-item i {
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    background-size: 50px 100px;
  }
}

@media screen and (min-width:1024px) {
  .inner {
    padding: 0 5vw;
  }

  #topmenu .topmenu-item {
    width: 25%;
    font-size: 1rem;
    padding: 0;
  }

  #topmenu .topmenu-item:not(:last-of-type) {
    padding: 0 3px 0 0;
  }
}

#schedule .container {
  position: relative;
}

#schedule .inner {
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, .95);
  display: block;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}

#schedule .inner h1 {
  margin: 0 0 1.5rem;
  font-size: 1.15rem;
  position: relative;
  color: #777;
}

#schedule .inner h1:after {
  content: ' ';
  width: 3rem;
  height: 2px;
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 1.5rem);
  background: #0088ff;
}

#schedule .inner h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0 0;
}

#schedule .inner h2 span {
  font-size: 1.15rem;
  font-weight: normal;
}

#schedule .inner p {
  margin: 0;
  font-size: 0.7rem;
}

@media screen and (min-width:1024px) {
  #bg {
    padding-bottom: 0;
    margin-bottom: 135px;
  }

  #schedule {
    margin-top: 5rem;
  }

  #schedule .container {
    display: flex;
    align-items: center;
  }

  #schedule .schedule-txt {
    width: 35%;
  }

  #schedule .inner {
    padding: 2rem;
    margin: 2rem -2rem 0 2rem;
  }

  .schedule-img {
    width: 65%;
    height: 0;
    padding-top: 37%;
    background: url(../images/schedule.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: -135px;
  }
}

#news {
  margin: 3rem 0 5rem;
}

#news h1 {
  margin: 0.5rem 0 0;
  font-size: 2rem;
  color: #0088ff;
}

.news_item {
  border-bottom: 1px dashed #DDD;
}

.news_item a {
  display: block;
  padding: 1rem;
  position: relative;
}

.news_item a:after {
  content: ' ';
  width: 0;
  height: 4px;
  background: #0088ff;
  position: absolute;
  bottom: -2px;
  right: 0;
  transition: width 1s ease;
}

.news_item a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.news_item h2 {
  font-size: 1rem;
  margin: 0;
}

.news_item-details {
  margin: 0;
  font-size: .75rem;
}

.news_item-details span {
  margin-right: .5em;
}

.news_item-cate {
  color: #777;
}

.news-morelink {
  margin: 0 0 2rem;
}

.news-morelink a {
  font-size: .75rem;
  color: #777;
  padding-left: 1.5rem;
  background: url(../img/right.svg) no-repeat center left;
  background-size: 1rem 1rem;
}

.news_item a:hover, .news_item a:hover h2, .news_item a:hover .news_item-cate {
  color: #0088ff;
}

@media screen and (min-width:1024px) {
  #news .container {
    display: flex;
    vertical-align: top;
  }

  .news_title {
    margin-right: 2rem;
    min-width: 200px;
    text-align: right;
  }

  .news_inner {
    width: 100%;
  }
}

@media screen and (min-width:769px) {
  #mainvisual_slide, #faq, #bg:after {
    width: calc(100% - 2rem);
  }

  #mainvisual_slide, #bg:after {
    left: 1rem;
  }

  #mainvisual_slide {
    height: calc(100% - 2rem);
    bottom: 1rem;
  }

}