.exterior-pack__inner {
  max-width: 1024px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .exterior-pack__inner {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .exterior-pack__inner {
    padding: 0 5.33%;
  }
}
.exterior-pack-fv__ttl {
  max-width: 1920px;
  height: 669px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .exterior-pack-fv__ttl {
    height: 66.9vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-fv__ttl {
    height: 134.67vw;
  }
}
.exterior-pack-fv__ttl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior-pack-cta {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .exterior-pack-cta {
    padding-bottom: 5%;
  }
}
.exterior-pack-cta__ttl {
  text-align: center;
  margin-bottom: -87px;
}
@media (max-width: 1024px) {
  .exterior-pack-cta__ttl {
    margin-bottom: -8.7%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__ttl {
    text-align: left;
    margin-left: -5%;
    margin-bottom: -14%;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-cta__ttl img {
    width: 80.1%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__ttl img {
    width: 90.4vw;
  }
}
.exterior-pack-cta__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.exterior-pack-cta__list__item a {
  height: 120px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #fff;
}
@media (max-width: 1024px) {
  .exterior-pack-cta__list__item a {
    border-radius: 0.8vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item a {
    height: 16vw;
    border-radius: 1.07vw;
  }
}
.exterior-pack-cta__list__item.item-tel {
  width: 550px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .exterior-pack-cta__list__item.item-tel {
    width: 55%;
    margin-right: 1%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item.item-tel {
    width: 62.69%;
  }
}
.exterior-pack-cta__list__item.item-tel a {
  background-color: #45b5c0;
  flex-direction: column;
}
.exterior-pack-cta__list__item__num {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .exterior-pack-cta__list__item__num {
    margin-bottom: 2%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item__num {
    margin-bottom: 1%;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-cta__list__item__num img {
    width: 36.4vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item__num img {
    width: 48.53vw;
  }
}
.exterior-pack-cta__list__item__info {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .exterior-pack-cta__list__item__info {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item__info {
    font-size: 2.4vw;
    line-height: 1;
  }
}
.exterior-pack-cta__list__item.item-mail {
  width: 350px;
}
@media (max-width: 1024px) {
  .exterior-pack-cta__list__item.item-mail {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item.item-mail {
    width: 28.36%;
  }
}
.exterior-pack-cta__list__item.item-mail a {
  font-size: 2.4rem;
  background-color: #38c09f;
  position: relative;
}
@media (max-width: 1024px) {
  .exterior-pack-cta__list__item.item-mail a {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item.item-mail a {
    font-size: 3.2vw;
    line-height: 4vw;
    display: flex;
    flex-direction: column;
  }
}
.exterior-pack-cta__list__item.item-mail a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .exterior-pack-cta__list__item.item-mail a::before {
    font-size: 4.27vw;
    margin-right: 0;
  }
}
.exterior-pack-worry {
  max-width: 1920x;
  margin: 0 auto;
}
.exterior-pack-worry__top {
  padding: 60px 0 110px;
  position: relative;
  background: url(../images/exterior-pack/worry_top_bg_01_pc.png) no-repeat bottom center / cover;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__top {
    padding: 6% 0 11%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top {
    padding: 8% 0 14.5%;
    background-image: url(../images/exterior-pack/worry_top_bg_01_sp.png);
  }
}
.exterior-pack-worry__top__ttl {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__top__ttl {
    margin-bottom: 2.8%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__ttl {
    margin-bottom: 6%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__ttl img {
    width: 93%;
  }
}
.exterior-pack-worry__top__list {
  background-color: #fff;
  padding: 30px 100px 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__top__list {
    padding: 3% 11% 5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__list {
    padding: 4.5% 9%;
  }
}
.exterior-pack-worry__top__list::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/exterior-pack/worry_top_bg_02_pc.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__top__list::after {
    width: 6vw;
    height: 6vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__list::after {
    width: 8vw;
    height: 8vw;
    background-image: url(../images/exterior-pack/worry_top_bg_02_sp.png);
  }
}
.exterior-pack-worry__top__list__item {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  padding: 25px 0 28px 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__top__list__item {
    font-size: 1.9rem;
    padding: 2.5% 0 2.8% 7%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__list__item {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 4vw 0 4vw 13vw;
  }
}
@media (max-width: 350px) {
  .exterior-pack-worry__top__list__item {
    font-size: 1.2rem;
  }
}
.exterior-pack-worry__top__list__item strong {
  color: #e54463;
}
.exterior-pack-worry__top__list__item::before {
  content: "";
  width: 37px;
  height: 33px;
  background: url(../images/exterior-pack/worry_top_icon_01_pc.png) no-repeat center/ contain;
  position: absolute;
  left: 0;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__top__list__item::before {
    width: 3.7vw;
    height: 3.3vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__list__item::before {
    width: 9.2vw;
    height: 8.27vw;
    background-image: url(../images/exterior-pack/worry_top_icon_01_sp.png);
  }
}
.exterior-pack-worry__top__list__item::after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/exterior-pack/worry_top_line_01_pc.png) no-repeat center / cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__top__list__item::after {
    height: 0.5vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__list__item::after {
    background-image: url(../images/exterior-pack/worry_top_line_01_sp.png);
  }
}
.exterior-pack-worry__top__list__item:nth-last-of-type(1)::after {
  content: none;
}
.exterior-pack-worry__top__list__item .display-sp {
  display: none;
}
@media (max-width: 767px) {
  .exterior-pack-worry__top__list__item .display-sp {
    display: block;
  }
}
.exterior-pack-worry__btm {
  padding: 55px 0 0px;
  margin-bottom: -20px;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__btm {
    padding: 5.5% 0 0%;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__btm {
    margin-bottom: 0px;
  }
}
.exterior-pack-worry__btm__catch {
  height: 281px;
}
@media (max-width: 1024px) {
  .exterior-pack-worry__btm__catch {
    height: 28.1vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-worry__btm__catch {
    height: auto;
  }
}
.exterior-pack-worry__btm__catch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior-pack-product {
  max-width: 1920px;
  margin: 0 auto;
}
.exterior-pack-product__head {
  height: 574px;
}
@media (max-width: 1024px) {
  .exterior-pack-product__head {
    height: 57.4vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__head {
    height: auto;
  }
}
.exterior-pack-product__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior-pack-product__head2 {
  height: 672px;
}
@media (max-width: 1024px) {
  .exterior-pack-product__head2 {
    height: 67.2vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__head2 {
    height: auto;
  }
}
.exterior-pack-product__head2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior-pack-product__blk__cnt {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt {
    border-radius: 1vw;
    padding: 4%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt {
    border-radius: 1.33vw;
    padding: 4.5% 6%;
  }
}
.exterior-pack-product__blk__cnt::after {
  content: "";
  width: 239px;
  height: 286px;
  background: url(../images/exterior-pack/osusume_foot_pc.png) no-repeat center/ contain;
  position: absolute;
  top: -66px;
  left: -124px;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt::after {
    width: 23.9vw;
    height: 28.6vw;
    top: -6.6vw;
    left: -12.4vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt::after {
    width: 39.87vw;
    height: 49.33vw;
    top: -15vw;
    left: -4.4vw;
    background-image: url(../images/exterior-pack/osusume_foot_sp.png);
  }
}
.exterior-pack-product__blk__cnt__flex {
  display: flex;
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt__flex {
    display: block;
  }
}
.exterior-pack-product__blk__cnt__img {
  width: 420px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt__img {
    width: 64.62%;
    margin-right: 3%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
.exterior-pack-product__blk__cnt__detail {
  width: 420px;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt__detail {
    width: 64.62%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt__detail {
    width: 100%;
  }
}
.exterior-pack-product__blk__cnt__detail__txt {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt__detail__txt {
    font-size: 1.6vw;
    line-height: 2.9vw;
    padding-bottom: 5%;
    margin-bottom: 3%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt__detail__txt {
    font-size: 3.47vw;
    line-height: 6.4vw;
  }
}
.exterior-pack-product__blk__cnt__detail__txt::after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/exterior-pack/osusume_line_pc.png) no-repeat center / cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt__detail__txt::after {
    height: 0.3vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt__detail__txt::after {
    height: 0.8vw;
    background-image: url(../images/exterior-pack/osusume_line_sp.png);
  }
}
.exterior-pack-product__blk__cnt__detail dl {
  display: flex;
}
.exterior-pack-product__blk__cnt__detail dl dt {
  min-width: 100px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #38c09f;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt__detail dl dt {
    width: 10vw;
    height: 4vw;
    font-size: 1.6vw;
    border-radius: 0.5vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt__detail dl dt {
    min-width: 13.33vw;
    height: 6.5vw;
    font-size: 3.73vw;
    margin-right: 4.27vw;
  }
}
.exterior-pack-product__blk__cnt__detail dl dd {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (max-width: 1024px) {
  .exterior-pack-product__blk__cnt__detail dl dd {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-product__blk__cnt__detail dl dd {
    font-size: 2.93vw;
    line-height: 5.33vw;
  }
}
.exterior-pack-osusume {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume {
    margin-bottom: 1.5%;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-01 {
  background: url(../images/exterior-pack/osusume_bg_01_pc.png) no-repeat top center / 1920px 529px;
  padding: 85px 0 30px;
  margin-top: -70px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-01 {
    background-size: 192vw 52.9vw;
    padding: 8.5% 0 3%;
    margin-top: -7%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-01 {
    background-size: cover;
    background-image: url(../images/exterior-pack/osusume_bg_01_sp.png);
    padding: 11% 0 5%;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl {
  text-align: right;
  margin-bottom: 45px;
  padding-right: 65px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl {
    margin-bottom: 4.5%;
    padding-right: 6.5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl {
    padding-right: 0;
    margin-bottom: 4.5%;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl img {
    width: 55.3vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl img {
    width: 56.27vw;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-02 {
  background: url(../images/exterior-pack/osusume_bg_02_pc.png) no-repeat top center / 1920px 622px;
  padding: 124px 0 20px;
  margin-top: -50px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 {
    background-size: 192vw 62.2vw;
    padding: 12.4% 0 2%;
    margin-top: -5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 {
    background-size: cover;
    background-image: url(../images/exterior-pack/osusume_bg_02_sp.png);
    padding: 5% 0 4%;
    margin-top: 0;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt::after {
  transform: scale(-1, 1);
  left: auto;
  right: -120px;
  top: -31px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt::after {
    right: -12vw;
    top: -3.1vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt::after {
    right: -9vw;
    top: -6.1vw;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl {
  text-align: left;
  margin-bottom: 36px;
  padding-left: 27px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl {
    margin-bottom: 3.6%;
    padding-left: 2.7%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl img {
    width: 67vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl img {
    width: 65.2vw;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-03 {
  background: url(../images/exterior-pack/osusume_bg_03_pc.png) no-repeat top center / 1920px 973px;
  padding: 365px 0 109px;
  margin-top: -280px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-03 {
    background-size: 192vw 97.3vw;
    padding: 36.5% 0 10.9%;
    margin-top: -28%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-03 {
    background-size: cover;
    background-image: url(../images/exterior-pack/osusume_bg_03_sp.png);
    padding: 8% 0 12%;
    margin-top: 0;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt::after {
  top: -103px;
  left: -87px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt::after {
    top: -10.3vw;
    left: -8.7vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt::after {
    top: -14.5vw;
    left: -4.7vw;
  }
}
.exterior-pack-osusume .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl {
  text-align: right;
  margin-bottom: 30px;
  padding-right: 53px;
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl {
    margin-bottom: 3%;
    padding-right: 5.3%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-osusume .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl img {
    width: 65.6vw;
  }
}
.exterior-pack-other {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .exterior-pack-other {
    margin-bottom: 2%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other {
    margin-top: 6%;
  }
}
.exterior-pack-other .exterior-pack-product__blk .exterior-pack-product__blk__cnt::after {
  width: 268px;
  height: 311px;
  background-image: url(../images/exterior-pack/other_foot_02_pc.png);
  left: auto;
  right: -181px;
  top: -35px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk .exterior-pack-product__blk__cnt::after {
    width: 26.8vw;
    height: 31.1vw;
    right: -18.1vw;
    top: -3.5vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk .exterior-pack-product__blk__cnt::after {
    width: 35.87vw;
    height: 46.67vw;
    background-image: url(../images/exterior-pack/other_foot_02_sp.png);
    right: -6.1vw;
    top: -6.5vw;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-01 {
  background: url(../images/exterior-pack/other_bg_01_pc.png) no-repeat top center / 1920px 564px;
  padding: 130px 0 20px;
  margin-top: -65px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 {
    background-size: 192vw 56.4vw;
    padding: 13% 0 2%;
    margin-top: -6.5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 {
    background-size: cover;
    background-image: url(../images/exterior-pack/other_bg_01_sp.png);
    padding: 9.5% 0 5%;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt::after {
  width: 216px;
  height: 273px;
  background-image: url(../images/exterior-pack/other_foot_pc.png);
  top: -49px;
  left: -119px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt::after {
    width: 21.6vw;
    height: 27.3vw;
    top: -4.9vw;
    left: -11.9vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt::after {
    width: 37.87vw;
    height: 49.33vw;
    background-image: url(../images/exterior-pack/other_foot_sp.png);
    top: -17.9vw;
    left: -4.9vw;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl {
  text-align: right;
  padding-right: 89px;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl {
    padding-right: 8.9%;
    margin-bottom: 3.5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl {
    padding-right: 5%;
    margin-bottom: 4vw;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl img {
    width: 52.9vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-01 .exterior-pack-product__blk__cnt__ttl img {
    width: 54vw;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-02 {
  background: url(../images/exterior-pack/other_bg_02_pc.png) no-repeat top center / 1920px 568px;
  padding: 100px 0 20px;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-02 {
    background-size: 192vw 56.8vw;
    padding: 10% 0 2%;
    margin-top: -2%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-02 {
    background-size: cover;
    background-image: url(../images/exterior-pack/other_bg_02_sp.png);
    margin-top: 0;
    padding-bottom: 4%;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl {
  text-align: left;
  padding-left: 21px;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl {
    padding-left: 2.1%;
    margin-bottom: 2.2%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl {
    padding-left: 0;
    margin-bottom: 5.33vw;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl img {
    width: 67.3vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-02 .exterior-pack-product__blk__cnt__ttl img {
    width: 65.2vw;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-03 {
  background: url(../images/exterior-pack/other_bg_03_pc.png) no-repeat top center / 1920px 591px;
  padding: 105px 0 20px;
  margin-top: -25px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 {
    background-size: 192vw 59.1vw;
    padding: 10.5% 0 2%;
    margin-top: -2.5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 {
    background-size: cover;
    background-image: url(../images/exterior-pack/other_bg_03_sp.png);
    margin-top: 0;
    padding: 8% 0 6%;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt::after {
  width: 279px;
  height: 283px;
  background-image: url(../images/exterior-pack/other_foot_03_pc.png);
  right: auto;
  left: -98px;
  top: -45px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt::after {
    width: 27.9vw;
    height: 28.3vw;
    left: -9.8vw;
    top: -4.5vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt::after {
    width: 39.87vw;
    height: 41.73vw;
    background-image: url(../images/exterior-pack/other_foot_03_sp.png);
    left: -5.8vw;
    top: -7vw;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl {
  text-align: right;
  padding-right: 46px;
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl {
    padding-right: 4.6%;
    margin-bottom: 3.4%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl {
    margin-bottom: 2.4vw;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl img {
    width: 66.1vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-03 .exterior-pack-product__blk__cnt__ttl img {
    width: 66.27vw;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-04 {
  background: url(../images/exterior-pack/other_bg_04_pc.png) no-repeat top center / 1920px 777px;
  padding: 105px 0 150px;
  margin-top: -37px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-04 {
    background-size: 192vw 77.7vw;
    padding: 10.5% 0 15%;
    margin-top: -3.7%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-04 {
    background-size: cover;
    background-image: url(../images/exterior-pack/other_bg_04_sp.png);
    margin-top: 0;
    padding: 8% 0 13%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-04 .exterior-pack-product__blk__cnt::after {
    right: -7.1vw;
    top: -13.5vw;
  }
}
.exterior-pack-other .exterior-pack-product__blk.blk-04 .exterior-pack-product__blk__cnt__ttl {
  text-align: left;
  padding-left: 13px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-04 .exterior-pack-product__blk__cnt__ttl {
    padding-left: 1.3%;
    margin-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-04 .exterior-pack-product__blk__cnt__ttl {
    margin-bottom: 3.33vw;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-04 .exterior-pack-product__blk__cnt__ttl img {
    width: 68.7vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-other .exterior-pack-product__blk.blk-04 .exterior-pack-product__blk__cnt__ttl img {
    width: 61.87vw;
  }
}
.exterior-pack-works {
  background: url(../images/exterior-pack/works_bg_pc.jpg) repeat top left / 640px 929px;
  padding: 20px 0 50px;
  margin-bottom: 47px;
}
@media (max-width: 1024px) {
  .exterior-pack-works {
    background-size: 64vw 92.9vw;
    padding: 2% 0 5%;
    margin-bottom: 4.7%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-works {
    padding: 4.53% 0 5.33%;
    margin-top: 3%;
  }
}
.exterior-pack-works__head {
  text-align: right;
  margin-right: -40px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .exterior-pack-works__head {
    margin-bottom: 3%;
    margin-right: -4%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-works__head {
    margin-right: -5%;
    margin-bottom: 6%;
  }
}
@media (max-width: 1024px) {
  .exterior-pack-works__head img {
    width: 63.3vw;
  }
}
@media (max-width: 767px) {
  .exterior-pack-works__head img {
    width: 71.33vw;
  }
}
.exterior-pack-works__blk {
  background-color: #fff;
  border: 2px solid #f48781;
  border-radius: 20px;
  padding: 45px 40px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .exterior-pack-works__blk {
    border-radius: 2vw;
    padding: 4.5% 4%;
    margin-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-works__blk {
    padding: 6%;
    border-radius: 2.67vw;
    margin-bottom: 6.27%;
    border-width: 0.27vw;
  }
}
.exterior-pack-works__blk__main {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .exterior-pack-works__blk__main {
    margin-bottom: 2.5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-works__blk__main {
    margin-bottom: 3vw;
  }
}
.exterior-pack-works__blk__txt {
  font-size: 1.6rem;
  line-height: 2.9rem;
  letter-spacing: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .exterior-pack-works__blk__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.exterior-pack-reason {
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .exterior-pack-reason {
    margin-top: 8%;
  }
}
.exterior-pack-reason__head {
  height: 401px;
  margin-bottom: -50px;
}
@media (max-width: 1024px) {
  .exterior-pack-reason__head {
    height: 40.1vw;
    margin-bottom: -5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__head {
    height: auto;
    margin-bottom: -11%;
  }
}
.exterior-pack-reason__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior-pack-reason__blk {
  padding: 85px 0 80px;
}
@media (max-width: 1024px) {
  .exterior-pack-reason__blk {
    padding: 8.5% 0 8%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__blk {
    padding: 11% 0 12%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__blk .exterior-pack__inner {
    padding: 0 7%;
  }
}
.exterior-pack-reason__blk__ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .exterior-pack-reason__blk__ttl {
    margin-bottom: 5%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__blk__ttl {
    margin-bottom: 6%;
  }
}
.exterior-pack-reason__blk__txt {
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .exterior-pack-reason__blk__txt {
    font-size: 1.5rem;
    line-height: 2.7rem;
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__blk__txt {
    margin-bottom: 4.5%;
  }
}
.exterior-pack-reason__blk__txt strong {
  color: #d29c36;
}
.exterior-pack-reason__blk__img {
  text-align: center;
}
.exterior-pack-reason__blk__flex {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  .exterior-pack-reason__blk__flex {
    margin-bottom: 4.3%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__blk__flex {
    display: block;
  }
}
.exterior-pack-reason__blk__flex .exterior-pack-reason__blk__txt {
  width: 600px;
  margin-right: 74px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .exterior-pack-reason__blk__flex .exterior-pack-reason__blk__txt {
    width: 60%;
    margin-right: 7.4%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__blk__flex .exterior-pack-reason__blk__txt {
    width: auto;
    margin-right: 0;
  }
}
.exterior-pack-reason__blk__flex .exterior-pack-reason__blk__img {
  width: 266px;
}
@media (max-width: 1024px) {
  .exterior-pack-reason__blk__flex .exterior-pack-reason__blk__img {
    width: 26.6%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-reason__blk__flex .exterior-pack-reason__blk__img {
    width: 41.6vw;
    float: right;
    margin-left: 5.73vw;
  }
}
.exterior-pack-reason__blk:nth-of-type(2n+1) {
  background-color: #fffdef;
}
@media (max-width: 767px) {
}
.exterior-pack-form {
  padding-top: 44px;
}
@media (max-width: 1024px) {
  .exterior-pack-form {
    padding-top: 4.4%;
  }
}
.exterior-pack-form__head {
  max-width: 1920px;
  height: 316px;
  margin: 0 auto 30px;
}
@media (max-width: 1024px) {
  .exterior-pack-form__head {
    height: 31.6vw;
    margin-bottom: 3%;
  }
}
@media (max-width: 767px) {
  .exterior-pack-form__head {
    height: auto;
    margin-bottom: 5%;
  }
}
.exterior-pack-form__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior-pack-form .exterior-pack-cta__list {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .exterior-pack-form .exterior-pack-cta__list {
    margin-bottom: 7%;
  }
}
.page-ttl.container {
  display: none;
}
html .page-template-page-form .cta-floating {
  display: none !important;
}
#exterior-pack-form {
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  #exterior-pack-form {
    padding-top: 50px;
    margin-top: -50px;
  }
}
.exterior-menu {
  margin-bottom: 4%;
}
.exterior-menu__inner {
  max-width: 860px;
  width: 100%;
  margin: auto;
}
.exterior-menu__ttl {
  margin: 0 0 2%;
}
.exterior-menu__txt {
  margin: 0 0 4%;
}
.exterior-menu__sub {
  display: block;
  margin: 0 auto 4%;
}
@media (max-width: 767px) {
  .exterior-menu__sub {
    width: 92%;
  }
}
.exterior-menu__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .exterior-menu__list {
    gap: 2%;
  }
}
.exterior-menu__list--item {
  display: flex;
  flex-direction: column;
  width: 270px;
}
@media (max-width: 1024px) {
  .exterior-menu__list--item {
    width: 32%;
  }
}
.exterior-menu__list--item img {
  display: block;
  margin-bottom: 5%;
}
