
/*--------------------------------------------　style
---------------------------------------------*/
.style__inner {
  padding: 4rem 2rem 0;
}
@media screen and (min-width: 769px) {
  .style__inner {
    padding: clamp(0rem, 5.9701492537vw, 8rem) clamp(0rem, 1.4925373134vw, 2rem) 0;
  }
}
.style__ttl {
  font-size: 2.1rem;
  letter-spacing: 0.15em;
  margin: 0 0 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .style__ttl {
    font-size: clamp(0rem, 3.1343283582vw, 4.2rem);
    margin: 0 0 clamp(0rem, 2.8358208955vw, 3.8rem);
  }
}
.style__txt {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 0 0 2rem;
}
@media screen and (min-width: 769px) {
  .style__txt {
    font-size: clamp(0rem, 1.1940298507vw, 1.6rem);
    margin: 0 0 clamp(0rem, 2.9850746269vw, 4rem);
    text-align: center;
  }
}
.style__tab-cnts {
  border: 0.2rem solid var(--bdr);
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts {
    background-color: var(--gry);
    border: none;
    border-radius: clamp(0rem, 3.7313432836vw, 5rem);
    padding: clamp(0rem, 4.4776119403vw, 6rem);
  }
}
.style__tab-cnts-list {
  display: none;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-list {
    border: 0.1rem solid var(--bdr);
    border-radius: clamp(0rem, 2.0895522388vw, 2.8rem);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 clamp(0rem, 2.9850746269vw, 4rem);
    overflow: hidden;
  }
}
.style__tab-cnts-item {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-item {
    background-color: var(--wte);
    cursor: pointer;
    font-size: clamp(0rem, 1.3432835821vw, 1.8rem);
    height: clamp(0rem, 4.4776119403vw, 6rem);
    width: 33.3333%;
  }
  .style__tab-cnts-item:nth-child(1), .style__tab-cnts-item:nth-child(2), .style__tab-cnts-item:nth-child(3), .style__tab-cnts-item:nth-child(4), .style__tab-cnts-item:nth-child(5), .style__tab-cnts-item:nth-child(6) {
    border-bottom: 0.1rem solid var(--bdr);
  }
  .style__tab-cnts-item:nth-child(1), .style__tab-cnts-item:nth-child(2), .style__tab-cnts-item:nth-child(4), .style__tab-cnts-item:nth-child(5), .style__tab-cnts-item:nth-child(8), .style__tab-cnts-item:nth-child(7) {
    border-right: 0.1rem solid var(--bdr);
  }
}
.style__tab-cnts-item.--active {
  background-color: var(--blue);
  color: var(--wte);
}
.style__tab-cnts-box {
  background-color: var(--gry);
  overflow: hidden;
}
.style__tab-cnts-box:not(:last-of-type) {
  border-bottom: 0.2rem solid var(--bdr);
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-box:not(:last-of-type) {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-box {
    background-color: transparent;
    display: none;
  }
  .style__tab-cnts-box.--active {
    display: block;
  }
}
.style__tab-cnts-box.active {
  padding: 0 0 2rem;
}
.style__tab-cnts-box-ttl {
  align-items: center;
  background-color: var(--wte);
  color: var(--bck);
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-box-ttl {
    background-color: var(--blue);
    border-radius: clamp(0rem, 1.3432835821vw, 1.8rem);
    color: var(--wte);
    font-size: clamp(0rem, 1.7910447761vw, 2.4rem);
    height: clamp(0rem, 4.4776119403vw, 6rem);
    margin: 0 0 clamp(0rem, 2.9850746269vw, 4rem);
  }
}
.active .style__tab-cnts-box-ttl {
  background-color: var(--blue);
  border-bottom: none !important;
  color: var(--wte);
}
.style__tab-cnts-box-ttl-ico {
  display: flex;
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-box-ttl-ico {
    display: none;
  }
}
.style__tab-cnts-box-ttl-ico:before, .style__tab-cnts-box-ttl-ico:after {
  background-color: var(--bck);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s background-color var(--base);
}
.active .style__tab-cnts-box-ttl-ico:before, .active .style__tab-cnts-box-ttl-ico:after {
  background-color: var(--wte);
}
.style__tab-cnts-box-ttl-ico:before {
  height: 2px;
  width: 100%;
}
.style__tab-cnts-box-ttl-ico:after {
  height: 100%;
  transition: 0.3s transform var(--base);
  width: 2px;
}
.active .style__tab-cnts-box-ttl-ico:after {
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
}
.style__tab-cnts-box-list {
  flex-wrap: wrap;
  height: 0;
  justify-content: center;
  opacity: 0;
  padding: 0 2rem;
  transition: visibility 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
  visibility: none;
}
.active .style__tab-cnts-box-list {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-box-list {
    row-gap: clamp(0rem, 2.9850746269vw, 4rem);
    -moz-column-gap: clamp(0rem, 2.4626865672vw, 3.3rem);
    column-gap: clamp(0rem, 2.4626865672vw, 3.3rem);
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
  }
}
.style__tab-cnts-box-item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-box-item {
    width: clamp(0rem, 20.1492537313vw, 27rem);
  }
}
.style__tab-cnts-box-item-ttl {
  align-items: center;
  border: 0.2rem solid var(--blue);
  border-radius: 9999px;
  font-size: 1.4rem;
  height: 3.2rem;
  justify-content: center;
  margin: 2.5rem 0 1.5rem;
}
@media screen and (min-width: 769px) {
  .style__tab-cnts-box-item-ttl {
    font-size: clamp(0rem, 1.0447761194vw, 1.4rem);
    height: clamp(0rem, 2.9850746269vw, 4rem);
    margin: 0 0 clamp(0rem, 1.1194029851vw, 1.5rem);
  }
}

/*--------------------------------------------　modal__subs
---------------------------------------------*/
.modal__subs-cnt {
  max-height: calc(100vh - 17.2rem);
  max-width: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .modal__subs-cnt {
    max-height: calc(100vh - clamp(0rem, 11.9402985075vw, 16rem));
  }
}
.modal__subs-inner {
  border-radius: 2.4rem;
  max-height: calc(100vh - 4rem);
  padding: 2rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal__subs-inner {
    border-radius: clamp(0rem, 1.7910447761vw, 2.4rem);
    max-height: calc(100vh - clamp(0rem, 5.9701492537vw, 8rem));
    max-width: clamp(0rem, 58.2089552239vw, 78rem);
    padding: clamp(0rem, 2.9850746269vw, 4rem) clamp(0rem, 1.7910447761vw, 2.4rem);
  }
}
.modal__subs-ttl {
  align-items: center;
  background-color: #4071f7;
  border-radius: 1rem;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.15em;
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-ttl {
    border-radius: clamp(0rem, 1.3432835821vw, 1.8rem);
    font-size: clamp(0rem, 1.7910447761vw, 2.4rem);
    height: clamp(0rem, 4.4776119403vw, 6rem);
    margin: 0 auto clamp(0rem, 1.7910447761vw, 2.4rem);
    max-width: clamp(0rem, 46.2686567164vw, 62rem);
  }
}
.modal__subs-one, .modal__subs-pattern {
  align-items: center;
  border: 0.1rem solid gray;
  border-radius: 1rem;
  font-size: 1.6rem;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.15em;
  margin: 0 0 2.4rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal__subs-one, .modal__subs-pattern {
    border-radius: clamp(0rem, 1.3432835821vw, 1.8rem);
    font-size: clamp(0rem, 1.7910447761vw, 2.4rem);
    height: clamp(0rem, 4.4776119403vw, 6rem);
    margin: 0 auto clamp(0rem, 1.7910447761vw, 2.4rem);
    max-width: clamp(0rem, 46.2686567164vw, 62rem);
  }
}
.modal__subs-one:before, .modal__subs-pattern:before {
  background-color: #4071f7;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal__subs-one:before, .modal__subs-pattern:before {
    height: clamp(0rem, 0.1492537313vw, 0.2rem);
  }
}
.modal__subs-one span, .modal__subs-pattern span {
  color: #4071f7;
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-one span, .modal__subs-pattern span {
    font-size: clamp(0rem, 1.6417910448vw, 2.2rem);
  }
}
.modal__subs-img {
  aspect-ratio: 1428/292;
  height: auto;
  margin: 0 auto 1.6rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal__subs-img {
    margin: 0 auto clamp(0rem, 1.7910447761vw, 2.4rem);
    width: clamp(0rem, 53.2835820896vw, 71.4rem);
  }
}
.modal__subs-img-center {
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  height: 5.8rem;
  height: auto;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -1.2rem;
  transform: translateX(-50%);
  width: 5.8rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-img-center {
    border-radius: clamp(0rem, 1.1940298507vw, 1.6rem);
    left: 50%;
    position: absolute;
    top: 0;
    width: clamp(0rem, 8.6567164179vw, 11.6rem);
  }
}
.modal__subs-pattern {
  margin: 0 0 1rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-pattern {
    margin: 0 auto clamp(0rem, 1.1940298507vw, 1.6rem);
  }
}
.modal__subs-list {
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  justify-content: center;
  margin: 0 0 2.4rem;
  padding: 0 1rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-list {
    max-width: clamp(0rem, 46.2686567164vw, 62rem);
    -moz-column-gap: clamp(0rem, 2.6119402985vw, 3.5rem);
    column-gap: clamp(0rem, 2.6119402985vw, 3.5rem);
    margin: 0 auto clamp(0rem, 3.5820895522vw, 4.8rem);
    padding: 0;
  }
}
.modal__subs-list:before {
  background-color: #dde8fb;
  border-radius: 1.2rem;
  bottom: -1.2rem;
  content: "";
  height: 8rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal__subs-list:before {
    border-radius: clamp(0rem, 1.1940298507vw, 1.6rem);
    bottom: -2rem;
    height: clamp(0rem, 12.3880597015vw, 16.6rem);
    left: 50%;
    position: absolute;
    width: clamp(0rem, 49.2537313433vw, 66rem);
  }
}
.modal__subs-item {
  aspect-ratio: 1/1;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  width: 8.5rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .modal__subs-item {
    border-radius: clamp(0rem, 1.1940298507vw, 1.6rem);
    width: clamp(0rem, 12.6865671642vw, 17rem);
  }
}
.modal__subs-list2 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 1.6rem;
  row-gap: 1.2rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-list2 {
    flex-direction: row;
    -moz-column-gap: clamp(0rem, 1.7910447761vw, 2.4rem);
    column-gap: clamp(0rem, 1.7910447761vw, 2.4rem);
    margin: 0 0 clamp(0rem, 2.9850746269vw, 4rem);
  }
}
.modal__subs-item2 {
  align-items: center;
  font-size: 1.6rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-item2 {
    font-size: clamp(0rem, 1.3432835821vw, 1.8rem);
    -moz-column-gap: clamp(0rem, 0.7462686567vw, 1rem);
    column-gap: clamp(0rem, 0.7462686567vw, 1rem);
  }
}
.modal__subs-item2-ico {
  height: 1.6rem;
  width: 1.6rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-item2-ico {
    height: clamp(0rem, 1.7910447761vw, 2.4rem);
    width: clamp(0rem, 1.7910447761vw, 2.4rem);
  }
}
.modal__subs-item2-txt {
  font-size: 1.6rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .modal__subs-item2-txt {
    font-size: clamp(0rem, 1.3432835821vw, 1.8rem);
  }
}
.modal__subs-item2-txt:before {
  background-color: #ffff00;
  bottom: -0.4rem;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 101%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .modal__subs-item2-txt:before {
    height: clamp(0rem, 0.5970149254vw, 0.8rem);
  }
}
.modal__subs-list3 {
  margin: 0 auto 2.4rem;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
  align-items: center;
  column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: calc(100% - 1.6rem);
}
@media screen and (min-width: 769px) {
  .modal__subs-list3 {
    -moz-column-gap: clamp(0rem, 0.8955223881vw, 1.2rem);
    column-gap: clamp(0rem, 0.8955223881vw, 1.2rem);
    margin: 0 0 clamp(0rem, 2.9850746269vw, 4rem);
    row-gap: clamp(0rem, 1.7910447761vw, 2.4rem);
    width: 100%;
  }
}
.modal__subs-list3:before {
  background-color: #dde8fb;
  border-radius: 1.2rem;
  bottom: 20rem;
  content: "";
  height: 13rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 29rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-list3:before {
    border-radius: clamp(0rem, 1.1940298507vw, 1.6rem);
    bottom: clamp(0rem, 4.1791044776vw, 5.6rem);
    height: clamp(0rem, 13.9552238806vw, 18.7rem);
    left: 50%;
    position: absolute;
    width: clamp(0rem, 49.2537313433vw, 66rem);
  }
}
.modal__subs-item3 {
  font-size: 1.4rem;
  width: calc(33.3333% - 0.6666666667rem);
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal__subs-item3 {
    width: 11.6rem;
    -moz-column-gap: clamp(0rem, 0.7462686567vw, 1rem);
    column-gap: clamp(0rem, 0.7462686567vw, 1rem);
  }
}
.modal__subs-item3-ttl {
  align-items: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  color: #4071f7;
  font-size: 1rem;
  height: 3rem;
  justify-content: center;
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal__subs-item3-ttl {
    border-radius: clamp(0rem, 0.5970149254vw, 0.8rem);
    font-size: clamp(0rem, 0.9701492537vw, 1.3rem);
    height: clamp(0rem, 2.6865671642vw, 3.6rem);
    margin: 0 0 clamp(0rem, 0.8955223881vw, 1.2rem);
    width: clamp(0rem, 8.6567164179vw, 11.6rem);
  }
}
.modal__subs-item3-ttl:after {
  background-color: #4071f7;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal__subs-item3-ttl:after {
    height: clamp(0rem, 0.1492537313vw, 0.2rem);
  }
}
.modal__subs-item3-img {
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .modal__subs-item3-img {
    border-radius: clamp(0rem, 1.1940298507vw, 1.6rem);
  }
}
.modal__subs-btn {
  align-items: center;
  background: linear-gradient(to right, #ffae00, #ff7f00);
  border-radius: 9999px;
  font-size: 1.5rem;
  height: 4.7rem;
  justify-content: center;
  margin: 0 auto;
  transition: opacity 0.3s var(--base);
  width: 23rem;
}
@media screen and (min-width: 769px) {
  .modal__subs-btn {
    cursor: pointer;
    font-size: clamp(0rem, 1.3432835821vw, 1.8rem);
    height: clamp(0rem, 4.4776119403vw, 6rem);
    width: clamp(0rem, 20.8955223881vw, 28rem);
  }
}
.modal__subs-btn.js-touch-acv {
  opacity: 0.8;
}
