.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 32px;
  background-color: #f0f4f8;
}
@media screen and (width <= 750px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__top {
  display: block;
  height: 12px;
}
.breadcrumb__top a {
  display: block;
  padding: 0 7px 0 0;
  font-size: 12px;
  color: #141414;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb__top a:hover {
  opacity: 0.5;
}
.breadcrumb__now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #f04f22;
  letter-spacing: 0.05em;
}
.breadcrumb__now::before {
  display: block;
  width: 36px;
  height: 1px;
  margin: 0 9px 0 0;
  content: "";
  background: #141414;
}

.lower-head {
  position: relative;
}
.lower-head__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.lower-head__box {
  position: absolute;
  top: 130px;
  left: 134px;
  z-index: 2;
}
@media screen and (width <= 750px) {
  .lower-head__box {
    top: 46px;
    left: 46px;
  }
}
.lower-head__text {
  position: relative;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (width <= 750px) {
  .lower-head__text {
    font-size: 15px;
  }
}
.lower-head__text::before {
  position: absolute;
  top: 50%;
  left: -44px;
  z-index: 1;
  width: 30px;
  height: 30px;
  content: "";
  background-color: var(--color-orange);
  border-radius: 50%;
  opacity: 0.1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (width <= 750px) {
  .lower-head__text::before {
    left: -28.5px;
    width: 20px;
    height: 20px;
  }
}
.lower-head__text::after {
  position: absolute;
  top: 50%;
  left: -32px;
  z-index: 2;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-orange);
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (width <= 750px) {
  .lower-head__text::after {
    left: -21px;
    width: 5px;
    height: 5px;
  }
}
.lower-head__title {
  padding: 21px 0 0;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (width <= 750px) {
  .lower-head__title {
    padding: 14px 0 0;
    font-size: 20px;
    font-weight: 700;
  }
}

.intro-text {
  padding: 40px 30px 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (width <= 750px) {
  .intro-text {
    padding: 24px 0 0;
  }
  .intro-text span {
    display: inline-block;
  }
}