@charset "UTF-8";
.fv-wrap img {
  width: 100%;
}

.bg-redline {
  background: url(../../img/top/top-bg.png) no-repeat center -109px/120%;
}

.top-newsbox {
  padding: 10px 15px;
  background: #FFFFFF;
  box-shadow: 2px 0.2px 2px rgba(0, 0, 0, 0.4);
}
.top-newsbox__link {
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.top-newsbox__link:hover {
  color: #1a1a1a;
  opacity: 0.7;
}
.top-newsbox__news {
  width: 130px;
  height: 54px;
  font-size: 16px;
  background: #b4e186;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.top-newsbox__category {
  display: inline-block;
  font-size: 10px;
  border: 1px solid #cccccc;
  padding: 2px 8px;
  text-align: center;
  min-width: 70px;
  margin-left: 20px;
  color: #4d4d4d;
  letter-spacing: 0.025em;
}
.top-newsbox__date {
  display: inline-block;
  font-size: 12px;
  margin: 0 20px;
  letter-spacing: 0.025em;
}
.top-newsbox__title {
  display: inline-block;
  width: 55%;
  font-size: 16px;
}

.top-company-p {
  font-size: 16px;
  line-height: 2.125;
  margin-bottom: 0;
}

a.link-blackbt {
  width: 164px;
  height: 45px;
  margin-bottom: 45px;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #1a1a1a;
  border-radius: 25px;
  position: relative;
  transition: 0.3s;
}
a.link-blackbt:hover {
  color: #FFFFFF;
  background: #fd9c9d;
}
a.link-blackbt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
}

.company-copy1, .company-copy2 {
  position: absolute;
  font-weight: 500;
  font-size: 28px;
  display: inline-block;
  padding: 4px 26px;
  background: #fdd118;
}

.company-copy1 {
  top: 68px;
  right: 2px;
}

.company-copy2 {
  top: 129px;
  right: -115px;
}

.bg-lightyellow {
  background: #f9f0d4;
}

.bg-pink {
  background: #fd9c9d;
}

.bg-green {
  background: #b4e186;
}

.top-two-links-wrap {
  position: relative;
  z-index: 0;
  top: -30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.top-two-links-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
}

.top-two-links {
  color: #1a1a1a;
  transition: 0.3s;
  padding: 40px;
}
.top-two-links:hover {
  color: #1a1a1a;
  opacity: 0.5;
}
.top-two-links__title {
  font-size: 26px;
  font-weight: 500;
}
.top-two-links__subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.top-two-links__desc {
  font-size: 14px;
}

.top-blog {
  background: url(../../img/top/top-blog-bg.png) no-repeat center bottom/100%;
}

.twoblocks-h2 {
  text-align: center;
  margin-bottom: 45px;
}
.twoblocks-h2__roboto {
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  display: block;
  font-weight: 400;
}
.twoblocks-h2__roboto::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #1a1a1a;
}
.twoblocks-h2__notoserif {
  padding-top: 20px;
  display: block;
  font-size: 26px;
  letter-spacing: 0.075em;
}

.text-pink {
  color: #fd9c9d;
}

.top-blog-card-wrap {
  position: relative;
  z-index: 0;
}
.top-blog-card-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fd9c9d;
  z-index: -1;
}

.top-blog-card {
  background: #FFFFFF;
  display: block;
  box-shadow: 2px 0.2px 2px rgba(0, 0, 0, 0.3);
  color: #1a1a1a;
  position: relative;
  transition: 0.3s;
}
.top-blog-card:hover {
  color: #1a1a1a;
  opacity: 0.75;
}
.top-blog-card__inner {
  padding: 15px;
}
.top-blog-card__category {
  display: inline-block;
  font-size: 10px;
  border: 1px solid #cccccc;
  padding: 2px 8px;
  text-align: center;
  min-width: 70px;
  margin-right: 15px;
  color: #4d4d4d;
  letter-spacing: 0.025em;
}
.top-blog-card__date {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.top-blog-card__title {
  font-size: 18px;
  margin: 18px 0;
  letter-spacing: 0.011em;
  display: block;
}
.top-blog-card__excerpt {
  font-size: 14px;
  margin-bottom: 0;
}

a.link-blackbt-long {
  width: 262px;
  height: 45px;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #1a1a1a;
  border-radius: 25px;
  position: relative;
  transition: 0.3s;
}
a.link-blackbt-long:hover {
  color: #FFFFFF;
  background: #fd9c9d;
}
a.link-blackbt-long:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
}

.top-newsbox__category--green {
  border: none;
  background: #b4e186;
  margin-left: 0;
}

.top-newslist a {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #cccccc;
}

iframe.accessmap {
  width: 100%;
  height: 287px;
}

/*デスクトップ*/
/*中デバイス*/
/*小デバイス*/
/*デスクトップまで*/
@media all and (max-width: 1199px) {
  .company-copy1, .company-copy2 {
    font-size: 22px;
  }

  .company-copy1 {
    top: 17px;
    right: 43px;
  }

  .company-copy2 {
    top: 70px;
    right: -59px;
  }

  a.top-two-links {
    padding: 20px;
  }
}
@media all and (max-width: 991px) {
  .top-company-p {
    font-size: 14px;
    line-height: 2;
  }

  .company-copy1, .company-copy2 {
    font-size: 16px;
    padding: 2px 8px;
  }

  .company-copy1 {
    top: 5px;
    right: 82px;
  }

  .company-copy2 {
    top: 43px;
    right: 2px;
  }

  .top-newslist {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
/*中デバイスまで*/
@media all and (max-width: 767px) {
  a.link-blackbt {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .company-copy1, .company-copy2 {
    padding: 2px 15px;
  }

  .twoblocks-h2 {
    margin-bottom: 25px;
  }
  .twoblocks-h2__roboto {
    font-size: 14px;
  }
  .twoblocks-h2__notoserif {
    padding-top: 20px;
    font-size: 20px;
    letter-spacing: 0;
  }

  .top-blog-card__title {
    font-size: 16px;
    margin: 8px 0;
  }
}
/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {
  .top-newsbox__link {
    flex-wrap: wrap;
  }
  .top-newsbox__news {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
  .top-newsbox__category {
    margin-left: 0;
  }
  .top-newsbox__date {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 20px;
  }
  .top-newsbox__title {
    width: 100%;
    font-size: 15px;
    padding-top: 4px;
  }

  .top-two-links__subtitle {
    margin-bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .twoblocks-h2__notoserif {
    font-size: 18px;
  }
}
/*iPhone5:SE*/