@charset "UTF-8";
/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.item-frame {
  background-color: #f1f1f1;
}
.item-frame .item-wrap {
  background-color: #fff;
  padding: 5rem 6rem;
  border-radius: 1.6rem;
  margin-bottom: 6.8rem;
  position: relative;
}
.item-frame .item-wrap:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap {
    padding: 3rem 3rem 4rem;
    margin-bottom: 4rem;
    border-radius: 1.2rem;
  }
}
.item-frame .item-wrap [id^=brand] {
  position: absolute;
  padding-top: 8rem;
  bottom: 100%;
}
.item-frame .item-wrap .title {
  border-bottom: dotted 2px #424E6D;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .title {
    margin-bottom: 2rem;
  }
}
.item-frame .item-wrap .title h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 150%;
  color: #283760;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .title h2 {
    font-size: 2rem;
  }
}
.item-frame .item-wrap .item {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.item-frame .item-wrap .item .left {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left {
    width: 100%;
  }
}
.item-frame .item-wrap .item .left .text {
  line-height: 2;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left .text {
    width: auto;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.item-frame .item-wrap .item .left .text .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.item-frame .item-wrap .item .left ul li {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li {
    display: block;
    margin-bottom: 1.2rem;
  }
}
.item-frame .item-wrap .item .left ul li + li {
  border-top: 1px dotted #283760;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.item-frame .item-wrap .item .left ul li .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.4rem;
  padding-block: 0.7rem 0.6rem;
  background-color: #283760;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li .hd {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.item-frame .item-wrap .item .left ul li span {
  height: 3rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.4rem;
  background-color: #283760;
  border-radius: 5rem;
  color: #fff;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li span {
    margin-bottom: 1rem;
  }
}
.item-frame .item-wrap .item .left ul li .detail {
  line-height: 1.6;
  font-size: 1.6rem;
  padding-top: 0.1em;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  display: block;
}
.item-frame .item-wrap .item .left ul li .detail p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li .detail {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.item-frame .item-wrap .item .left ul li .detail dl {
  display: flex;
}
.item-frame .item-wrap .item .left ul li .detail dl dt {
  position: relative;
  width: 6rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li .detail dl dt {
    width: 6rem;
    margin-right: 0.4rem;
  }
}
.item-frame .item-wrap .item .left ul li .detail dl dt::after {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #252525;
}
.item-frame .item-wrap .item .left ul li .detail dl.middle {
  display: flex;
}
.item-frame .item-wrap .item .left ul li .detail dl.middle dt {
  position: relative;
  width: 9rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li .detail dl.middle dt {
    width: 7rem;
    margin-right: 1.4rem;
  }
}
.item-frame .item-wrap .item .left ul li .detail dl.middle dt::after {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li .detail dl.middle dt::after {
    right: -0.9rem;
  }
}
.item-frame .item-wrap .item .left ul li .detail dl.wide {
  display: flex;
}
.item-frame .item-wrap .item .left ul li .detail dl.wide dt {
  position: relative;
  width: 15rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li .detail dl.wide dt {
    width: 14rem;
    margin-right: 0.4rem;
  }
}
.item-frame .item-wrap .item .left ul li .detail dl.wide dt::after {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .left ul li .detail dl.wide dt::after {
    right: -0.5rem;
  }
}
.item-frame .item-wrap .item .left ul li .detail dl.category {
  display: block;
}
.item-frame .item-wrap .item .left ul li .detail dl.category dt {
  font-weight: 700;
}
.item-frame .item-wrap .item .left ul li .detail dl.category dt::after {
  display: none;
}
.item-frame .item-wrap .item .left ul li .detail dl.category + .category {
  margin-top: 1em;
}
.item-frame .item-wrap .item .right .text {
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .item .right .text {
    margin-top: 0.8rem;
  }
}
.item-frame .item-wrap .wrap {
  display: block;
}
.item-frame .item-wrap .wrap li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .wrap li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.item-frame .item-wrap .wrap li p {
  font-weight: 600;
  font-size: 2rem;
  color: #283760;
}
@media screen and (max-width: 767px) {
  .item-frame .item-wrap .wrap li p {
    font-size: 1.8rem;
  }
}
.item-frame .item-wrap .wrap li + li {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px dotted #283760;
}
.item-frame #btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item-frame #btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.item-frame #btn a {
  width: 28rem;
  display: flex;
  background-color: #283760;
  padding: 2.5rem 2.3rem;
  border-radius: 0.8rem;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  margin: 0 auto;
}
.item-frame #btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .item-frame #btn a {
    margin: 0;
    width: 100%;
  }
}
.item-frame #btn a p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
.item-frame #btn a::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1;
  background: url(../common/images/arrow.svg) no-repeat center/cover;
  transform: rotate(-45deg);
  transform-origin: center center;
}
.item-frame #btn.some {
  margin-inline: 0;
}

footer {
  background-color: #f1f1f1;
}
/*# sourceMappingURL=brand.css.map */