@charset "UTF-8";
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline-block;
  }
}

.pc-br {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-display {
  display: none!important;
}
@media screen and (max-width: 767px) {
  .sp-display {
    display: block!important;
  }
}

.pc-display {
  display: block!important;
}
@media screen and (max-width: 767px) {
  .pc-display {
    display: none!important;
  }
}

.agency-fv__inner {
  padding: 70px 0 0 0;
}

.agency-about {
  width: 100%;
  height: auto;
}

.agency-about__inner {
  position: relative;
  width: 100%;
  padding: 180px 0 120px 0;
  margin: -50px 0 0 0;
}
.agency-about__bgg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 950px;
  background: url("../../img/t-image/agency-bg.jpg") center no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .agency-about__inner {
    width: 100%;
    padding: 100px 0 120px 0;
    margin: -50px 0 0 0;
  }
  .agency-about__bgg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 910px;
    background: url("../../img/t-image/agency-about-sp.jpg") center no-repeat;
    background-size: cover;
    z-index: -1;
  }
}

.agency-about__flex {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0 auto;
}

.agency-about__left {
  width: 48%;
}

.agency-about__right {
  width: 48%;
}

.agency-about__right iframe {
  width: 100%;
  height: 270px;
}

@media screen and (max-width: 767px) {
  .agency-about__flex {
    width: 88%;
    display: block;
  }
  
  .agency-about__left {
    width: 100%;
    margin: 0 0 50px 0;
  }
  
  .agency-about__right {
    width: 100%;
  }
  
  .agency-about__right iframe {
    width: 100%;
    height: 197px;
  }
}

.agency-about__title {
  position: relative;
  width: 100%;
  font-size: 32px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  padding: 0 0 16px 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .agency-about__title {
    font-size: 26px;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    text-align: center;
  }
}
.agency-about__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.agency-about__title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}
.agency-about__txt {
  font-size: 15px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}
.agency-about__txt span {
  font-size: 15px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .agency-about__title::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -30px;
    right: 0;
  }
  .agency-about__title::after {
    content: "";
    position: absolute;
    left: 30px;
    right: 0;
    bottom: -3px;
  }
}


/* スカイ工法代理店の方々の実績 */
.work__block {
  width: 1000px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .work__block {
    width: 100%;
  }
}
.work__title {
  position: relative;
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 26px 0;
}
@media screen and (max-width: 767px) {
  .work__title {
    font-size: 26px;
  }
}
.work__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -30px;
  right: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.work__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}
.work__block {
  margin: 100px auto 0 auto;
}
.work__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 0 0;
}
@media screen and (max-width: 767px) {
  .work__flex {
    margin: 50px 0 0 0;
  }
}
.work__category01 {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #0086CD;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 18px;
}
.work__category02 {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 18px;
}
.work__logo {
  display: block;
  margin: 18px 0 10px 0;
}
.work__post {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .work__post {
    width: 80%;
    margin: 0 auto;
  }
}
.work__post:hover .work__image {
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.work__image {
  width: 100%;
  display: block;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  margin: 0 0 20px 0;
}
.work__img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.work__theme {
  font-size: 14px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.work__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #D70D1F;
  text-align: center;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .work__btn {
    width: 88%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 110px auto 0 auto;
  }
}
.work__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 18px 15px 0;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.work__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.work__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.work__btn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  z-index: 100;
}
.work__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 0px solid #fff;
}
.work__btn:hover::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid #D70D1F;
}


/* 主な納入実績 */
.delivery-record {
  width: 100%;
  height: auto;
}
.delivery-record__content {
  position: relative;
  width: 100%;
  padding: 0 0 44px 0;
}
.delivery-record__block {
  width: 1000px;
  margin: 0 auto 0 auto;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .delivery-record__block {
    width: 88%;
  }
}
.delivery-record__head {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 0 15px 0;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  background-color: #D70D1F;
}
.delivery-record__box {
  padding: 40px 140px 40px 140px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .delivery-record__head {
    font-size: 26px;
  }
  .delivery-record__box {
    padding: 35px 35px 40px 35px;
    background-color: #fff;
  }
}
.delivery-record__work {
  position: relative;
  text-align: center;
  margin: 0 0 40px 0;
}
.delivery-record__work::before {
  position: absolute;
  bottom: 14px;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #F2F2F2;
  z-index: 0;
}
.delivery-record__worktxt {
  position: relative;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  background: #fff;
  padding: 0 20px;
  letter-spacing: 0.05em;
  z-index: 1;
}
.delivery-record__red {
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.delivery-record__namelist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.delivery-record__namelist ul {
  width: 50%;
}
.delivery-record__list {
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
.delivery-record__txt {
  width: 1000px;
  margin: 14px auto 0 auto;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: right;
}
.delivery-record__redbg {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .delivery-record__work {
    position: relative;
    margin: 0 0 20px 0;
  }
  .delivery-record__txt {
    width: 88%;
    margin: 18px auto 0 auto;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0em;
    text-align: left;
  }

  .delivery-record__namelist {
    display: block;
  }
  .delivery-record__namelist ul {
    width: 100%;
  }
  .delivery-record__list {
    font-size: 14px;
    letter-spacing: 0em;
  }
}


.a-interview {
  width: 100%;
  height: auto;
}
.a-interview__inner {
  padding: 120px 0 120px 0;
}
.a-interview__title {
  position: relative;
  font-size: 32px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 26px 0;
  margin: 0 0 26px 0;
}
@media screen and (max-width: 767px) {
  .a-interview__title {
    font-size: 26px;
  }
}
.a-interview__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -30px;
  right: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.a-interview__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}
.a-interview__txt {
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .a-interview__txt {
    width: 88%;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 auto 0 auto;
  }
}
.a-interview__flex {
  width: 1000px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .a-interview__flex {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
.interview__box {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70px;
}
.interview__box:hover .interview__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.interview__image {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.interview__img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.interview__item {
  position: relative;
  font-size: 17px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 18px 0 18px 0;
  padding: 0 0 17px 0;
  border-bottom: 2px solid #F2F2F2;
}
.interview__item small {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 15px 0 0;
}
.interview__item::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 16%;
  height: 2px;
  content: "";
  background: #D70D1F;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.interview__box:hover .interview__item::before {
  width: 100%;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.interview__txt {
  font-size: 14px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
.interview__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #D70D1F;
  text-align: center;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .interview__btn {
    width: 84%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 110px auto 0 auto;
  }
}
.interview__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 18px 15px 0;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.interview__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.interview__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.interview__btn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  z-index: 100;
}
.interview__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 0px solid #fff;
}
.interview__btn:hover::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid #D70D1F;
}

/* スカイ工法代理店制度とは？ */
.sky-about {
  width: 100%;
  height: auto;
}

.sky-about__inner {
  width: 100%;
  padding: 120px 0 120px 0;
  background-color: rgba(242, 242, 242, 0.58);
}

.sky-about__content {
  width: 1000px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .sky-about__inner {
    width: 100%;
    padding: 120px 0 110px 0;
  }
  .sky-about__content {
    width: 88%;
  }
}

.sky-about__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 50px 0;
}

.sky-about__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: normal;
}
.sky-about__title span::before {
  display: block;
  width: 51.87px;
  height: 42.24px;
  content: '';
  background: url("../../img/t-image/t-item.png");
  background-size: contain;
  margin: 0 13px 0 0;
}
.sky-about__title span::after {
  display: block;
  width: 51.87px;
  height: 42.24px;
  content: '';
  background: url("../../img/t-image/t-item.png");
  background-size: contain;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .sky-about__title {
    position: relative;
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
  }
  .sky-about__title span {
    font-size: 26px;
  }
  .sky-about__title span::before {
    display: none;
  }
  .sky-about__title span::after {
    display: none;
  }
  .sky-about__title::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -30px;
    right: 0;
    width: 30px;
    height: 6px;
    margin: auto;
    background: #D70D1F;
  }
  .sky-about__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: -30px;
    bottom: -3px;
    width: 30px;
    height: 6px;
    margin: auto;
    background: #0086CD;
  }
}
.sky-about__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 130px 0;
}
.sky-about__image {
  width: 38%;
}
.sky-about__img {
  width: 100%;
}
.sky-about__info {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .sky-about__flex {
    display: block;
    margin: 0 0 110px 0;
  }
  .sky-about__image {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .sky-about__info {
    width: 100%;
  }
}
.sky-about__txt {
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0 0 19px 0;
}
.sky-about__txt span {
  font-size: 14px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.sky-about__txt002 {
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.sky-about__txt002 span {
  font-size: 14px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.sky-about__item {
  display: block;
  font-size: 28px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: center;
  padding: 14px 0;
  background-color: #fff;
  border-top: 2px solid #D70C1F;
  border-bottom: 2px solid #D70C1F;
  margin: 0 0 50px 0;
}
.sky-about__item span {
  font-size: 28px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .sky-about__item {
    display: block;
    font-size: 24px;
    padding: 14px 0;
    margin: 0 0 50px 0;
  }
  .sky-about__item span {
    font-size: 24px;
  }
}

.sky-about__flex02 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 120px 0;
}

.sky-about__box {
  position: relative;
  width: 23%;
  background-color: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}

.sky-about__box02 {
  width: 32.5%;
}

@media screen and (max-width: 767px) {
  .sky-about__flex02 {
    display: block;
    margin: 0 0 120px 0;
  }
  
  .sky-about__box {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
  }
  
  .sky-about__box02 {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .sky-about__step {
    width: 100%;
    overflow: scroll;
  }

  .sky-about__stepimg {
    max-width: none!important;
    width: 1135px!important;
  }
}

.sky-about__termsimg {
  width: 100%;
}

.sky-about__text {
  position: relative;
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  z-index: 2;
}

.sky-about__text02 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  z-index: 2;
  margin: 8px 0 0 0;
}
.sky-about__text02::before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../../img/t-image/a-check-icon.png");
  background-size: contain;
  margin: 0 8px 0 0;
}

.sky-about__redtext {
  position: relative;
  font-size: 12px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.8;
  z-index: 2;
}

.sky-about__number {
  position: absolute;
  right: 8px;
  bottom: -18px;
  font-size: 65px;
  color: #EBEBEB;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
}
.sky-about__number01 {
  position: absolute;
  right: 8px;
  bottom: -18px;
  font-size: 65px;
  color: #EBEBEB;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
}

.sky-about__txtbox {
  padding: 15px 15px 15px 15px;
}

@media screen and (max-width: 767px) {
  .sky-about__txtbox {
    padding: 24px 15px 24px 15px;
  }
  .sky-about__number {
    position: absolute;
    right: 8px;
    bottom: 0px;
    font-size: 65px;
  }
  .sky-about__number01 {
    position: absolute;
    right: 8px;
    bottom: -12px;
    font-size: 65px;
  }
  .sky-about__text02 {
    font-size: 15px;
  }
}

/* セミナー・お知らせ */
.seminar {
  width: 100%;
  height: auto;
  padding: 110px 0 110px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .seminar {
    padding: 100px 0 100px 0;
  }
}
.seminar__title {
  position: relative;
  font-size: 32px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 26px 0;
}
@media screen and (max-width: 767px) {
  .seminar__title {
    width: 94%;
    font-size: 26px;
    text-align: center;
    margin: 0 auto 60px auto;
  }
}
.seminar__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -30px;
  right: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
@media screen and (max-width: 767px) {
  .seminar__title::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -30px;
    right: 0;
    width: 30px;
    height: 6px;
    margin: auto;
    background: #D70D1F;
  }
  .seminar__title::after {
    content: "";
    position: absolute;
    left: 0;
    right: -30px;
    bottom: -3px;
    width: 30px;
    height: 6px;
    margin: auto;
    background: #0086CD;
  }
}
.seminar__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}
.seminar__flex {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 55px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar__flex {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}
.seminar__box {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .seminar__box {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
.seminar__box:hover {
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.seminar__box:hover .seminar__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.seminar__image {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.seminar__img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.seminar__category {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 18px;
  margin: 30px 0 20px 0;
}
.seminar__item {
  font-size: 16px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 18px 0;
}
.seminar__border {
  border-color: #F2F2F2!important;
}
.seminar__date {
  display: block;
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 16px 0 0 0;
}
.seminar__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #D70D1F;
  text-align: center;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar__btn {
    width: 84%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 110px auto 0 auto;
  }
}
.seminar__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 18px 15px 0;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seminar__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.seminar__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.seminar__btn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  z-index: 100;
}
.seminar__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 0px solid #fff;
}
.seminar__btn:hover::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid #D70D1F;
}

/* サーモバリアのスカイ工法代理店制度について話を聞いてみる */
.ask-agency {
  width: 100%;
  height: auto;
}
.ask-agency__inner {
  background: url("../../img/t-image/agency-cta-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 105px 0 105px 0;
}
.ask-agency__block {
  width: 1100px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .ask-agency__inner {
    background: url("../../img/t-image/read-sp-img.jpg") center no-repeat;
    background-size: cover;
    padding: 60px 0 35px 0;
  }
  .ask-agency__block {
    width: 88%;
    margin: 0 auto 0 auto;
  }
}
.ask-agency__title {
  display: block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  margin: 0 0 20px 0;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .ask-agency__title {
    font-size: 24px;
    margin: 0 0 20px 0;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.ask-agency__txt {
  display: block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin: 0 0 30px 0;
}
.ask-agency__flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ask-agency__flex {
    display: block;
  }
  .ask-agency__txt {
    font-size: 15px;
    margin: 0 0 50px 0;
  }
}
.sample__btn {
  position: relative;
  display: block;
  width: 360px;
  background-color: #fff;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sample__btn {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.sample__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 24px 0 24px 120px;
  z-index: 100;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btnspan {
  padding: 24px 0 24px 85px!important;
}
.sample__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sample__btn:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  z-index: 100;
}
.sample__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__btn:hover::after {
  background-color: #333333;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sample__icon02 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 62px;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .sample__icon02 {
    position: absolute;
    width: 77px;
    z-index: 40;
  }
}

.a-support {
  width: 100%;
  height: auto;
}
.a-support__inner {
  padding: 130px 0 50px 0;
}
.a-support__block {
  width: 1000px;
  margin: 0 auto 0 auto;
}
.a-support__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 75px 0;
}
.a-support__span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-style: normal;
}
.a-support__span::before {
  display: block;
  width: 51.87px;
  height: 42.24px;
  content: '';
  background: url("../../img/t-image/t-item.png");
  background-size: contain;
  margin: 0 13px 0 0;
}
.a-support__span::after {
  display: block;
  width: 51.87px;
  height: 42.24px;
  content: '';
  background: url("../../img/t-image/t-item.png");
  background-size: contain;
  margin: 0 0 0 10px;
}
.a-support__redtxt {
  font-size: 32px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.a-support__seven {
  font-size: 42px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.a-support__buki {
  font-size: 32px;
  color: #D70C1F;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;

  background-image: radial-gradient(circle at center, #D70C1F 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 4px;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .a-support__span {
    position: relative;
    display: block;
    font-size: 26px;
    padding: 0 0 18px 0;
  }
  .a-support__redtxt {
    font-size: 26px;
  }
  .a-support__seven {
    font-size: 48px;
    line-height: 1.1;
  }
  .a-support__buki {
    font-size: 28px;
  
    background-image: radial-gradient(circle at center, #D70C1F 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1.1em 0.3em;
    padding-top: 4px;
    transform: translateY(-2px);
  }
  .a-support__block {
    width: 88%;
    margin: 0 auto 0 auto;
  }
  .a-support__span::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -30px;
    right: 0;
    width: 30px;
    height: 6px;
    margin: auto;
    background: #D70D1F;
  }
  .a-support__span::after {
    content: "";
    position: absolute;
    left: 0;
    right: -30px;
    bottom: -3px;
    width: 30px;
    height: 6px;
    margin: auto;
    background: #0086CD;
  }
}
.a-support__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 0 120px 0;
}
.a-support__flex02 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 120px 0;
}
.a-support__image {
  position: relative;
  width: 50%;
  transform: translateY(40px);
  z-index: -1;
}
.a-support__image02 {
  position: relative;
  width: 50%;
  z-index: -1;
}
.a-support__img {
  width: 100%;
}
.a-support__content {
  width: 50%;
  background-color: #F2F2F2;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 30px;
}
.a-support__content02 {
  width: 50%;
  background-color: #F2F2F2;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 30px;
  transform: translateY(40px);
}
@media screen and (max-width: 767px) {
  .a-support__flex {
    display: block;
    margin: 0 0 30px 0;
  }
  .a-support__flex02 {
    display: block;
    margin: 0 0 30px 0;
  }
  .a-support__image {
    position: relative;
    width: 100%;
    transform: translateY(0px);
    margin: 0 0 15px 0;
    z-index: 1;
  }
  .a-support__image02 {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    z-index: 1;
  }
  .a-support__img {
    width: 100%;
  }
  .a-support__content {
    width: 100%;
    background-color: #F2F2F2;
    box-shadow: none;
    padding: 25px 30px 30px 30px;
  }
  .a-support__content02 {
    width: 100%;
    background-color: #F2F2F2;
    box-shadow: none;
    padding: 25px 30px 30px 30px;
    transform: translateY(0px);
  }
}
.a-support__item {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;

  padding: 0 0 5px 0;
  margin-bottom: 18px;
  background-image: linear-gradient(
    90deg, 
    #D70C1F 0 11%, 
    #fff 11%
  );
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .a-support__item {
    display: flex;
    align-items: center;
    font-size: 22px;
  }
}
.a-support__item::before {
  display: inline-block;
  color: #D70D1F;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 45px;
  font-weight: 600;
  margin: 0 6px 0 0;
}
.a-support__txt {
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 13px 0;
}
.a-support__txt02 {
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
.a-support__01::before {
  content: '01';
}
.a-support__02::before {
  content: '02';
}
.a-support__03::before {
  content: '03';
}
.a-support__04::before {
  content: '04';
}
.a-support__05::before {
  content: '05';
}
.a-support__06::before {
  content: '06';
}
.a-support__07::before {
  content: '07';
}
.a-support__btn {
  position: relative;
  display: block;
  width: 260px;
  background-color: #333333;
  padding: 13px 25px 13px 0;
  text-align: center;
  margin: 17px auto 0 auto;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.a-support__btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.a-support__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* スカイ工法代理店とは早わかりブログ */
.useful {
  width: 100%;
  height: auto;
  padding: 120px 0 120px 0;
  background: url("../../img/t-image/a-blog-bg.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .useful {
    padding: 90px 0 90px 0;
    background: url("../../img/t-image/red-sp-002.jpg") center no-repeat;
    background-size: cover;
  }
}
.useful__title {
  position: relative;
  font-size: 32px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 26px 0;
}
@media screen and (max-width: 767px) {
  .useful__title {
    width: 94%;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
  }
}
.useful__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -30px;
  right: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .useful__title::before {
    margin: auto;
    left: -29px;
  }
}
.useful__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .useful__title::after {
    right: 0;
    left: 30px;
    margin: auto;
  }
}
.useful__flex {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 75px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .useful__flex {
    width: 100%;
    margin: 55px auto 0 auto;
  }
}
.useful__box {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.useful__box:hover {
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.useful__box:hover .useful__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.useful__image {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.useful__img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.useful__category {
  display: inline-block;
  font-size: 12px;
  color: #2A2A2A;
  /* background-color: #0086CD; */
  background-color: #FFFFFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 18px;
  margin: 30px 0 0 0;
}
.useful__item {
  font-size: 15px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 18px 0;
}
.useful__date {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: -16px 0 0 0;
  text-align: right;
}
.useful__border {
  margin: 10px 0 14px 0;
}
.useful__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #fff;
  text-align: center;
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .useful__btn {
    margin: 110px auto 0 auto;
    text-align: left;
    padding: 0 0 0 20px;
  }
}
.useful__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 18px 15px 0;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.useful__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.useful__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.useful__btn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  z-index: 100;
}
.useful__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 0px solid #fff;
}
.useful__btn:hover::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid #D70D1F;
}



.agency_one-word {
  width: 100%;
  height: auto;
  padding: 120px 0 120px 0;
}
.agency_h2 {
  position: relative;
  font-size: 32px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 26px 0;
  margin: 0 0 26px 0;
}
@media screen and (max-width: 767px) {
  .agency_h2 {
    font-size: 26px;
  }
}
.agency_h2::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -30px;
  right: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.agency_h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}
.agency_one-word_wrap{
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .agency_one-word_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto;
  }
}
.agency_one-word_block {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 40px;
}
.agency_one-word_block:hover .agency_one-word_img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.agency_one-word_image {
  width: 100%;
  height: 185px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
}
.agency_one-word_img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.one-word_company_name {
  position: relative;
  font-size: 17px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 18px 0 18px 0;
  padding: 0 0 17px 0;
  border-bottom: 2px solid #F2F2F2;
}
.one-word_company_name small {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 15px 0 0;
}
.one-word_company_name::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 16%;
  height: 2px;
  content: "";
  background: #D70D1F;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.agency_one-word_block:hover .one-word_company_name::before {
  width: 100%;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.one-word_text {
  font-size: 14px;
  color: #2A2A2A;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
}





/* お問い合わせ */
.contact {
  width: 100%;
  height: auto;
  padding: 130px 0 130px 0;
  background: url("../../img/t-image/contact-bg.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 60px 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner {
    width: 84%;
    margin: 0 auto 0 auto;
  }
}
.contact__title {
  position: relative;
  font-size: 32px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 0 0 26px 0;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 26px;
    padding: 0 0 20px 0;
  }
}
.contact__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -30px;
  right: 0;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #D70D1F;
}
.contact__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: -3px;
  width: 30px;
  height: 6px;
  margin: auto;
  background: #0086CD;
}
.contact__txt {
  font-size: 15px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin: 50px 0 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .contact__txt {
    text-align: left;
    margin: 40px 0 0 0;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 500;
  }
}
.contact__btn {
  position: relative;
  display: block;
  width: 290px;
  background-color: #D70D1F;
  text-align: center;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    width: 96%;
    margin: 50px auto 0 auto;
    text-align: left;
    padding: 0 0 0 20px;
  }
}
.contact__btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 0;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact__btn span:hover {
  width: 100%;
  height: 100%;
  display: block;
  color: #D70D1F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact__btn::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact__btn:hover::before {
  border-top: solid 1.5px #D70D1F;
  border-right: solid 1.5px #D70D1F;
  z-index: 100;
}
.contact__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #D70D1F;
  width: 0;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 0px solid #fff;
}
.contact__btn:hover::after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 2px solid #D70D1F;
}





/* モバイルデバイスでSplideを有効化 */
@media (max-width: 768px) {
  .seminar__flex {
    display: block;
  }
  .splide {
    visibility: visible;
  }
}
/* PCではSplideを非表示 */
@media (min-width: 769px) {
  .splide {
    visibility: visible !important;
  }
  .splide__slide {
    width: 31.5%;
    display: block;
  }
  .splide__width {
    width: 100% !important;
    display: block;
  }
  .splide__slide02 {
    width: 100%;
    display: block;
  }
  .splide__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.splide__pagination__page {
  background: #909090 !important;
  border: 0;
  border-radius: 0% !important;
  display: inline-block;
  height: 10px !important;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 30px !important;
}

.splide__pagination__page.is-active {
  background: #333333 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1;
}
.useful .splide__pagination__page.is-active {
  background: #fff !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1;
}

.splide__pagination {
  bottom: -40px !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .splide__pagination {
    bottom: -3.5em !important;
  }
}

.splide__track {
  width: 100% !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1 !important;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow--prev {
  left: -45px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__arrow--prev:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: 5px !important;
  }
}

.splide__arrow--next {
  right: -45px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.splide__arrow--next:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6 !important;
}
@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: 5px !important;
  }
}

.splide__arrow svg {
  fill: #D70D1F !important;
  height: 100px !important;
  width: 100px !important;
}