@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;
  }
}
/*------------------------------*/
/*--------------segment.html↓----------------*/
#seg-main {
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #seg-main {
    padding-bottom: 0;
  }
}
#seg-main #segment-mv {
  display: block;
  position: relative;
  width: 100%;
  height: 48rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #seg-main #segment-mv {
    height: 25rem;
  }
}
#seg-main #segment-mv img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#seg-main #segment-mv .seg-mv-text {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 60rem;
  height: 12rem;
  gap: 1rem;
  z-index: 1;
  font-weight: 600;
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  #seg-main #segment-mv .seg-mv-text {
    top: 40%;
    width: 100%;
  }
}
#seg-main #segment-mv .seg-mv-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #82C3E3;
  opacity: 0.7;
  border-radius: 1.6rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #seg-main #segment-mv .seg-mv-text::before {
    border-radius: 1.2rem;
    width: calc(100vw - 4rem);
    height: 8rem;
    left: 50%;
    right: auto;
    /* bottom: 0 を残すことで、高さを確保 */
    top: -5rem;
    transform: translate(-50%, 7rem);
  }
}
#seg-main #segment-mv .seg-mv-text h1 {
  color: #fff;
  font-size: 4.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #seg-main #segment-mv .seg-mv-text h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
#seg-main #segment-mv .seg-mv-text h1.wide {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #seg-main #segment-mv .seg-mv-text h1.wide {
    font-size: 1.7rem;
  }
}
#seg-main #segment-mv .seg-mv-text p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  #seg-main #segment-mv .seg-mv-text p {
    font-size: 1.5rem;
  }
}
#seg-main .main-wrap {
  background-color: #fff;
  border-radius: 1.6rem;
  margin-top: 8.5rem;
  padding: 4.6rem 6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap {
    padding: 3rem 3rem 4rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap:has(#btn) .contents-wrap .text-wrap {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap:has(#btn) .contents-wrap .img-wrap {
    margin-bottom: 3rem;
  }
}
#seg-main .main-wrap .contents-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap {
    flex-direction: column-reverse;
  }
}
#seg-main .main-wrap .contents-wrap .img-wrap {
  display: block;
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .img-wrap {
    width: auto;
    flex-shrink: 1;
  }
}
#seg-main .main-wrap .contents-wrap .img-wrap img + img {
  margin-top: 2rem;
}
#seg-main .main-wrap .contents-wrap .text-wrap {
  margin-left: 6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap {
    margin-left: 0;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #283760;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap .h2_second {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap .h2_second {
    margin-top: 3rem;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap .text-item {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap .text-item {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  #seg-main .main-wrap .contents-wrap .text-wrap .text-item:last-of-type {
    margin-bottom: 0;
    margin-inline: 0;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap .list-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap .list-wrap {
    margin-top: 1.5rem;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap .list-wrap .wrap-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 11.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2rem;
  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) {
  #seg-main .main-wrap .contents-wrap .text-wrap .list-wrap .wrap-hd {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap .list-wrap ul {
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap .list-wrap ul {
    margin-bottom: 2rem;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap .list-wrap ul li {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap .list-wrap ul li {
    font-size: 1.4rem;
  }
}
#seg-main .main-wrap .contents-wrap .text-wrap .list-wrap ul li .list-hd {
  font-weight: 700;
}
#seg-main .main-wrap .contents-wrap .text-wrap .list-wrap ul li:has(.list-hd) + li {
  margin-top: 0.75em;
}
#seg-main .main-wrap .contents-wrap .text-wrap .list-wrap ul li.indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap .text-wrap .list-wrap:last-child ul {
    margin-bottom: 3rem;
  }
}
#seg-main .main-wrap .contents-wrap + .contents-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap .contents-wrap + .contents-wrap {
    margin-top: 2rem;
  }
}
#seg-main .main-wrap #btn {
  margin: 4.6rem auto 0;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap #btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
#seg-main .main-wrap #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;
}
#seg-main .main-wrap #btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #seg-main .main-wrap #btn a {
    margin: 0;
  }
}
#seg-main .main-wrap #btn a p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#seg-main .main-wrap #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;
}
#seg-main .main-wrap + .main-wrap {
  margin-top: 5rem;
}

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