@charset "utf-8";


/* common
============================================================ */
#main {
  padding-bottom: 0;
}

.sec-top-ttl {
  text-align: center;
  margin-bottom: 35px;
}

.sec-top-ttl .ttl-sub {
  color: #008cb7;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.sec-top-ttl .ttl-main {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .sec-top-ttl {
    margin-bottom: 20px;
  }

  .sec-top-ttl .ttl-sub {
    font-size: 1.3rem;
    margin-bottom: .8em;
  }

  .sec-top-ttl .ttl-main {
    font-size: 2rem;
  }
}

/* sec-top-kv
============================================================ */
.sec-top-kv {
  height: 540px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: url(../img/top/bg-kv-wave.png) no-repeat 50% 100%, url(../img/top/img-kv-01.jpg) no-repeat 50% 0;
  background-size: 100% auto, cover;
}

.sec-top-kv-catch {
  width: 42.26%;
}

@media screen and (max-width: 1023px) {
  .sec-top-kv {
    height: 62.5vw;
    padding: 3.125vw 0 0;
    background-image: url(../img/top/bg-kv-wave-sp.png), url(../img/top/img-kv-01-sp.jpg);
  }

  .sec-top-kv-catch {
    width: 60%;
    margin-left: -4.6875vw;
  }
}


/* sec-top-news-emergency
============================================================ */
.sec-top-news-emergency {
  background: #f0fafc;
  padding: 80px 0 40px;
}

.sec-top-news-emergency div {
  border: 3px solid #fc5050;
    max-width: 900px;
    padding: 30px;
    margin: 0 auto;
    color: #fc5050;
    border-radius: 1em;
    line-height: 200%;
}

@media screen and (max-width: 1023px) {
  .sec-top-news-emergency {
    padding: 40px 4.6875vw 20px;
  }
  .sec-top-news-emergency div {
    padding: 15px;
  }
}




/* sec-top-news
============================================================ */
.sec-top-news .text-block {
  border: 3px solid #fc5050;
  max-width: 700px;
  padding: 30px;
  margin: 0 auto;
  color: #fc5050;
  border-radius: 1em;
  line-height: 200%;
}
.sec-top-news .text-block .text {
  text-align: left;
}
.sec-top-news {
  background: #f0fafc;
  padding: 40px 0 40px;
}

.sec-top-news .align-c {
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .sec-top-news {
    padding: 30px 0;
  }
  .sec-top-news .mod-clearfix-edt-C-text {
    padding: 15px;
  }
  .sec-top-news .text-block {
    padding: 20px 4.6875vw 20px;
  }

  .sec-top-news .align-c {
    margin-top: 20px;
  }
}

/* sec-top-search
============================================================ */
.sec-top-search {
  padding: 80px 0;
}

.sec-top-search-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 60px;
}

.sec-top-search-list li {
  text-align: center;
  flex: 0 0 30.61%;
}

.sec-top-search-list a {
  display: block;
  border: 3px solid #96c9da;
  border-radius: 10px;
  padding-bottom: 35px;
}

.sec-top-search-list a:hover {
  text-decoration: none;
  opacity: .7;
}

.sec-top-search-list-icon {
  display: block;
  margin: -50px 0 14px;
}

.sec-top-search-list-icon img {
  width: auto;
  height: 100px;
}

.sec-top-search-list-ttl {
  margin-bottom: 26px;
}

.sec-top-search-list-ttl .ttl-sub {
  display: block;
  color: #008db7;
}

.sec-top-search-list-ttl .ttl-main {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.sec-top-search-list-txt {
  display: inline-block;
  color: #008db7;
  padding-right: 30px;
  position: relative;
}

.sec-top-search-list-txt:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-arrow-right-02.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .sec-top-search {
    padding: 30px 0;
  }

  .sec-top-search-list {
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .sec-top-search-list li {
    text-align: left;
  }

  .sec-top-search-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .sec-top-search-list a {
    border-width: 2px;
    padding: 18px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .sec-top-search-list a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/common/icon-arrow-right-02.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }

  .sec-top-search-list-icon {
    margin: 0 4.6875% 0 0;
    flex: 0 0 21.5%;
    text-align: center;
  }

  .sec-top-search-list-icon img {
    width: auto;
    height: 16.25vw;
  }

  .sec-top-search-list-ttl {
    margin-bottom: 0;
  }

  .sec-top-search-list-ttl .ttl-sub {
    font-size: 1.3rem;
  }

  .sec-top-search-list-ttl .ttl-main {
    font-size: 1.6rem;
  }

  .sec-top-search-list-txt {
    display: none;
  }
}

/* sec-top-faq
============================================================ */
.sec-top-faq {
  padding: 80px 0 110px;
  background: #e1f4fa url(../img/top/bg-faq-01.png) no-repeat 50% 100%;
  background-size: 1340px auto;
}

.sec-top-faq .sec-top-ttl {
  margin-bottom: 60px;
}

.sec-top-faq-block {
  background: #fff;
  max-width: 640px;
  margin: 40px auto 0;
  position: relative;
}

.sec-top-faq-block:after {
  content: "";
  width: 176px;
  height: 230px;
  background: url(../img/top/bg-faq-02.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: -110px;
  right: -80px;
}

.sec-top-faq-block-ttl {
  display: inline-block;
  font-size: 1.8rem;
  color: #008db7;
  font-weight: 500;
  background: url(../img/top/bg-faq-03.png) no-repeat 50% 50%;
  background-size: contain;
  line-height: 1;
  padding: 24px 30px 42px;
  margin: -40px 0 0 -24px;
}

.sec-top-faq-list li {
  border-bottom: 1px solid #eee;
}

.sec-top-faq-list a {
  display: flex;
  align-items: center;
  padding: 22px 50px;
}

.sec-top-faq-list a:hover {
  text-decoration: none;
}

.sec-top-faq-list .inner {
  flex: 1 0 0%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.sec-top-faq-list .icon {
  display: inline-block;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background: #008db7;
  border-radius: 50%;
  margin-right: 24px;
  position: relative;
}

.sec-top-faq-list .icon:before {
  content: "Q";
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%,-50%);
}

.sec-top-faq-list .hover-bg {
  position: relative;
}

.sec-top-faq-list .hover-bg:before {
  content: "";
  transition: .3s ease-in;
  width: 0;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #e1f4fa;
  z-index: -1;
}

.sec-top-faq-list a:hover .hover-bg:before {
  width: 100%;
}

.sec-top-faq-list .hover-bg span {
  position: relative;
  z-index: 1;
}

.sec-top-faq .btn-wrap {
  transform: translateY(50%);
}

_:lang(x)::-ms-backdrop, .sec-top-faq-block-ttl {
  padding: 28px 30px 38px;
  font-weight: bold;
}

@media screen and (min-width: 1340px) {
  .sec-top-faq {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1023px) {
  .sec-top-faq {
    padding: 30px 0 28.125vw;
    background-image: url(../img/top/bg-faq-01-sp.png);
    background-size: 100% auto;
  }

  .sec-top-faq .sec-top-ttl {
    margin-bottom: 12.5vw;
  }

  .sec-top-faq-block {
    background: #fff;
    max-width: 640px;
    margin: 40px auto 0;
    position: relative;
  }

  .sec-top-faq-block:after {
    width: 17.1875vw;
    height: 21.875vw;
    right: 21.875vw;
    bottom: -28.125vw;
  }

  .sec-top-faq-block-ttl {
    font-size: 3.75vw;
    padding: 5.625vw 5.625vw 8.75vw;
    margin: -6.875vw 0 0 -3.125vw;
  }

  .sec-top-faq-list li {
    font-size: 1.3rem;
  }

  .sec-top-faq-list a {
    padding: 10px 15px;
  }

  .sec-top-faq-list .icon {
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    margin-right: 10px;
  }

  .sec-top-faq-list .icon:before {
    font-size: 1.2rem;
  }

  .sec-top-faq-list .hover-bg:before {
    content: none;
  }
}

/* header
============================================================ */
.sec-top-about {
  padding: 80px 0;
  background: url(../img/top/bg-about-01.jpg) repeat 0 0;
}

.sec-top-about-row {
  display: flex;
  align-items: flex-start;
}

.sec-top-about-row-txt-box {
  flex: 0 0 39.8%;
  margin-right: 4.4%;
}

.sec-top-about .sec-top-ttl {
  text-align: left;
  margin-bottom: 25px;
}

.sec-top-about-lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.sec-top-about-txt {
  line-height: 2;
  margin-bottom: 2em;
}

.sec-top-about .btn-wrap {
}

.sec-top-about-row-img-box {
  flex: 1 0 0%;
  position: relative;
  margin-right: 20px;
}

.sec-top-about-row-img-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(to right, #84d1fe 0%, #b6e37b 100%);
}

.sec-top-about-row-img-box img {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .sec-top-about {
    padding: 30px 0;
  }

  .sec-top-about .sec-top-ttl {
    margin-bottom: 20px;
  }

  .sec-top-about-row {
    flex-direction: column-reverse;
  }

  .sec-top-about-row-txt-box {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .sec-top-about-lead {
    font-size: 1.4rem;
    margin-bottom: 1.5em;
  }

  .sec-top-about-txt {
    line-height: 2;
    margin-bottom: 2em;
  }

  .sec-top-about-row-img-box {
    margin: 0 10px 35px 0;
  }

  .sec-top-about-row-img-box:before {
    bottom: -10px;
    right: -10px;
  }

  .sec-top-about .btn-wrap {
    text-align: center;
  }
}
