.txt-a {
  display: flex;
  border: none;
  background-image: linear-gradient(90deg, #7285EE, #4158D9 50%, #142FC6);
  border-radius: 82px;
  padding: 1.2vw 3vw;
  padding-right: 4.3vw;
  box-sizing: border-box;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 5vw;
}
.txt-a svg {
  display: flex;
  width: 1vw;
  height: 1.25vw;
  position: absolute;
  right: 1.6666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.txt-a svg path {
  fill: #ffffff;
}
.txt-a:hover {
  background: #ffffff;
  color: #223CE5;
  border: solid 2px #223CE5;
}
.txt-a:hover svg path {
  fill: #223CE5;
}

@media screen and (max-width: 767px) {
  .txt-a {
    margin-top: 50px;
    font-size: 14px;
    padding: 10px 30px;
    padding-right: 60px;
  }
  .txt-a svg {
    width: 18px;
    height: 16px;
    right: 10px;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area .box {
  position: relative;
  margin: 0;
  padding: 0;
}
section#lead_area .img-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: auto;
  height: 100%;
}
section#lead_area .img-box img {
  width: auto;
}
section#lead_area .img-box::before {
  content: none;
}
section#lead_area .txt-box {
  background: #F3F3F3;
  padding: 3.5vw 10.4% 2.5vw;
}
section#lead_area .txt-box .txt-s {
  display: block;
  margin-top: 0.5vw;
}
section#lead_area .txt-box.mizushori-txt {
  background: #223CE5;
}
section#lead_area .txt-box.mizushori-txt .txt-h1 {
  color: #ffffff;
}
section#lead_area .txt-box.mizushori-txt .txt-s {
  color: #ffffff;
}
section#lead_area .breadcrumbs {
  width: 100%;
  margin-top: 1.46vw;
}
section#lead_area .breadcrumbs.color-fff {
  color: #ffffff;
}
section#lead_area .breadcrumbs.color-fff > span {
  color: #ffffff;
}
section#lead_area .breadcrumbs.color-fff > span > a {
  color: #ffffff;
}
section#lead_area .breadcrumbs.color-fff > span > span {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#lead_area .box {
    position: relative;
    margin: 0;
    padding: 0;
  }
  section#lead_area .img-box {
    position: absolute;
    right: 0;
    top: initial;
    transform: initial;
    bottom: 0;
    background-size: cover;
    width: auto;
    height: 80px;
  }
  section#lead_area .img-box img {
    width: auto;
  }
  section#lead_area .txt-box {
    padding: 90px 4% 30px;
  }
  section#lead_area .txt-box .txt-s {
    font-size: 16px;
    margin-top: 0;
  }
  section#lead_area .txt-box .txt-h1 {
    font-size: 32px;
  }
  section#lead_area .breadcrumbs {
    margin-top: 15px;
  }
}
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#single01 .txt-d {
  color: #223CE5;
}
section#single01 .txt-h2 {
  border-bottom: solid 0.15625vw #8E8E8E;
  padding-bottom: 3.125vw;
  margin-bottom: 3.125vw;
}
section#single01 .textarea p {
  font-size: 1.05vw;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#single01 .txt-d {
    font-size: 12px;
    margin-bottom: 10px;
  }
  section#single01 .txt-h2 {
    font-size: 16px;
    line-height: 1.2em;
    border-bottom: solid 1px #8E8E8E;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=single.css.map */