.price__figure {
  background: #E2F5F3;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3.2rem;
}
.price__figure h4 {
  font-size: 1.7rem;
  color: #ffffff;
  display: inline-block;
  text-shadow: 0 0 2rem rgb(0, 0, 0);
  margin-top: 3.2rem;
  padding: 0.3rem 2.1rem 0.2rem 2.7rem;
  background: linear-gradient(90deg, #004F4E 0%, #318988 100%);
  border-radius: 0 9999px 9999px 0;
}
@media screen and (min-width: 1024px) {
  .price__figure h4 {
    font-size: 22px;
    margin-top: 40px;
    padding: 6px 30px 6px 40px;
  }
}
.price__figure figure {
  padding: 0.6rem 0 0.8rem 1.6rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .price__figure figure {
    padding: 24px 32px;
  }
}
.price__figure figure img {
  width: 100%;
  height: auto;
}
.price__figure--orange {
  background: #FFEFE2;
}
.price__figure--orange h4 {
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
}
@media screen and (min-width: 1024px) {
  .price__figure--jyumoku figure {
    padding: 24px 16px 0 32px;
  }
}

.price-flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  .price-flow {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 0 32px 16px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .price-flow {
    padding: 24px 0 0 16px;
  }
}

.price-flow__item {
  position: relative;
  text-align: left;
  width: 100%;
  height: 20rem;
  padding-top: 1.9rem;
  overflow: hidden;
}
.price-flow__item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  margin: 1.2rem auto;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 2.2rem solid #318988;
  position: absolute;
  left: 33%;
  bottom: -1.2rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .price-flow__item:not(:last-child)::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(100% - 1.4rem);
    transform: translateY(-50%) rotate(-90deg);
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .price-flow__item {
    flex: 1;
    padding: 1rem;
    height: 22.5rem;
    overflow: visible;
  }
}

.price-flow__label {
  font-size: 1.7rem;
  text-align: center;
  color: #675F4C;
  padding: 0.5rem 0;
  position: relative;
}
.price-flow__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 9999px;
  filter: blur(0.5rem);
  z-index: -1;
}
.price-flow__label {
  isolation: isolate;
  display: inline-block;
  margin-bottom: 0.8rem;
  margin-left: 1.6rem;
  padding: 0.8rem 1.8rem;
}
@media screen and (min-width: 1024px) {
  .price-flow__label {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 0.9rem 2rem;
  }
}

.price-flow__visual {
  position: relative;
  display: inline-block;
  width: 100%;
  aspect-ratio: 9/5;
  background: url("../img/common/product/illust_hiyou_bg.png") no-repeat 1.4rem/33.5rem auto;
  margin-top: -5.2rem;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .price-flow__visual {
    background-size: 28.5rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .price-flow__visual {
    width: 100%;
    background-image: url("../img/common/product/pc_illust_hiyou_bg.png");
    margin-top: -40px;
  }
}

.price-flow__bubble {
  width: 15rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-53.5%);
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .price-flow__bubble {
    width: 16rem;
    right: 3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .price-flow__bubble {
    transform: translateY(-53.5%) scale(0.75);
    right: calc(30.86vw - 310px);
  }
}

.price-flow__per {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #675F4C;
}

.price-flow__amount {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  line-height: 1.2;
  color: #675F4C;
  position: relative;
  top: -1.4rem;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 1024px) {
  .price-flow__amount {
    font-size: 19px;
    top: -1.5rem;
  }
}
.price-flow__amount strong {
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 5rem;
  font-family: "Shippori Mincho B1", serif;
  padding-right: 0.4rem;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 1024px) {
  .price-flow__amount strong {
    font-size: 56px;
  }
}

.price-flow__icon {
  position: relative;
  top: -1rem;
  height: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .price-flow__icon {
    height: 37px;
    width: auto;
    top: -13px;
  }
}

.price__other-about {
  background: #E2F5F3;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 1.5rem 1.6rem;
}
@media screen and (min-width: 1024px) {
  .price__other-about {
    grid-column: 2;
    grid-row: 3/4;
    width: 450px;
    padding: 1.6rem 2rem 0;
    margin-top: 0;
    align-self: start;
  }
}
.price__other-about h4 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #318988;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .price__other-about h4 {
    margin-bottom: 24px;
  }
}
.price__other-about .text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .price__other-about .text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.jiin-wrap {
  background: radial-gradient(#318988 0%, #025D5B 72%) -200px -250px/60rem 60rem no-repeat, #025D5B;
}
@media screen and (min-width: 1024px) {
  .jiin-wrap {
    background: radial-gradient(#318988 0%, #025D5B 72%) -250px -200px/140rem 60rem no-repeat, #025D5B;
  }
}

.single-network > .container {
  padding-inline: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .single-network > .container {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
.single-network > .container .jiin-header {
  padding: 6.4rem 0 0;
}
@media screen and (min-width: 1024px) {
  .single-network > .container .jiin-header {
    padding: 96px 0 0;
  }
}
.single-network > .container .jiin-header__title {
  overflow-wrap: break-word;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .single-network > .container .jiin-header__title {
    font-size: 32px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .single-network > .container .jiin-header__title::before, .single-network > .container .jiin-header__title::after {
    width: 202px;
  }
}
.single-network > .container .jiin-header__title::before {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .single-network > .container .jiin-header__title::before {
    margin-bottom: 2rem;
  }
}
.single-network > .container .jiin-header__title::after {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .single-network > .container .jiin-header__title::after {
    margin-top: 2rem;
  }
}
.single-network > .container .text {
  color: #ffffff;
  text-align: justify;
}

@media screen and (min-width: 1024px) {
  .network-jiin-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.network-jiin-header__box {
  padding: 2.8rem 0 2rem;
  text-align: center;
  position: relative;
  width: 100%;
}
.network-jiin-header__box::before, .network-jiin-header__box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 344/16;
  background: url("../img/common/deco_karakusa_frame_gold.svg") no-repeat center/100% auto;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__box::before, .network-jiin-header__box::after {
    aspect-ratio: 794/47;
    background: url("../img/common/pc_deco_karakusa_frame_gold.svg") no-repeat center/100% auto;
  }
}
.network-jiin-header__box::after {
  transform: scaleY(-1) translateY(73%);
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__box {
    margin-top: 80px;
    padding: 0 4rem 2.5rem;
  }
}
.network-jiin-header__kana {
  font-family: "BIZ UDMincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0.6rem 0 0.4rem;
  background: linear-gradient(to right, #FEE08B 0%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__kana {
    font-size: 17px;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    padding: 2rem 0 0;
  }
}
.network-jiin-header__name {
  font-family: "BIZ UDMincho", serif;
  font-size: 2.4rem;
  background: linear-gradient(to right, #FEE08B 0%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__name {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
.network-jiin-header__mgmt {
  font-size: 1.4rem;
  color: #E2F5F3;
}
.network-jiin-header__mgmt span {
  font-family: "BIZ UDMincho", serif;
  font-size: 2.4rem;
  background: linear-gradient(to right, #FEE08B 0%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__mgmt span {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__mgmt {
    font-size: 22px;
  }
}
.network-jiin-header .item-tags {
  gap: 0 0.8rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header .item-tags {
    width: 100%;
    justify-content: start;
    gap: 0 2rem;
  }
  .network-jiin-header .item-tags li {
    font-size: 1.6rem;
    height: 3.2rem;
  }
}
.network-jiin-header__policy-tags {
  margin-top: 1rem;
}
.network-jiin-header__policy-tags.item-tags li {
  color: #E2F5F3;
  border: 1px solid #E2F5F3;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__policy-tags {
    margin-top: 30px;
  }
}
.network-jiin-header__area-tags {
  margin-top: 1.6rem;
}
.network-jiin-header__area-tags .network-card__tag--city {
  color: #ffffff;
  background-color: #675F4C;
}
.network-jiin-header__area-tags .network-card__tag--pref {
  color: #675F4C;
  background-color: #93C8C3;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__area-tags {
    margin-top: 16px;
  }
}
.network-jiin-header__price-example {
  display: flex;
  flex-direction: row;
  margin-top: 4rem;
  font-size: 1.7rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__price-example {
    font-size: 18px;
    margin-top: 56px;
    min-height: 34px;
  }
}
.network-jiin-header__price-example dt {
  background: linear-gradient(90deg, #025D5B 0%, #61BDBF 100%);
  color: #ffffff;
  line-height: 1.7;
  padding: 0.9rem 1.2rem;
  border: 1px solid #ffffff;
  border-right: 1px solid #675F4C;
  border-radius: 4px 0 0 4px;
  word-break: keep-all;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__price-example dt {
    padding: 0.1rem 1rem 0 1.2rem;
  }
}
.network-jiin-header__price-example dd {
  flex: 1;
  background: #ffffff;
  line-height: 1.7;
  padding: 0.9rem 0 0.9rem 1.2rem;
  border: 1px solid #ffffff;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
@media screen and (min-width: 1024px) {
  .network-jiin-header__price-example dd {
    padding: 0.1rem 1rem 0 1.2rem;
  }
}

.jiin-slider {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .jiin-slider {
    margin-top: 40px;
    margin-inline: 0;
    width: 100%;
  }
}
.jiin-slider__main-wrap {
  position: relative;
}
.jiin-slider__main .swiper-slide img {
  width: 100%;
  aspect-ratio: 343/193;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1024px) {
  .jiin-slider__main .swiper-slide img {
    aspect-ratio: 16/9;
  }
}
.jiin-slider .swiper-button-prev,
.jiin-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background: url("../img/common/icon_arrow_gallery_white.svg") no-repeat center/contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.jiin-slider .swiper-button-prev::after,
.jiin-slider .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .jiin-slider .swiper-button-prev,
  .jiin-slider .swiper-button-next {
    width: 57px;
    height: 57px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .jiin-slider .swiper-button-prev:hover,
  .jiin-slider .swiper-button-next:hover {
    opacity: 0.8;
  }
}
.jiin-slider .swiper-button-prev {
  left: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .jiin-slider .swiper-button-prev {
    left: 40px;
  }
}
.jiin-slider .swiper-button-next {
  right: 1.6rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .jiin-slider .swiper-button-next {
    right: 40px;
  }
}
.jiin-slider__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
  margin-top: 2rem;
}
.jiin-slider__pagination.swiper-pagination {
  position: static;
}
.jiin-slider__pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #D9D9D9;
  opacity: 1;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0;
}
.jiin-slider__pagination .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #93C8C3;
}
@media screen and (min-width: 1024px) {
  .jiin-slider__pagination {
    gap: 0 11px;
    margin-top: 32px;
  }
  .jiin-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .jiin-slider__pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
  }
}
.jiin-slider__thumbs {
  margin-top: 1.2rem;
  padding-inline: 1.6rem;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .jiin-slider__thumbs {
    margin-top: 2.4rem;
    padding-inline: 0;
  }
}
.jiin-slider__thumbs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(270deg, #025D5B 0%, #025D5B 5%, rgba(2, 93, 91, 0) 100%);
}
@media screen and (min-width: 1024px) {
  .jiin-slider__thumbs::after {
    width: 3rem;
  }
}
.jiin-slider__thumbs .swiper-slide {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease;
  position: relative;
}
.jiin-slider__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #318988;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.jiin-slider__thumbs .swiper-slide-thumb-active::after {
  content: "";
  opacity: 0.8;
}
.jiin-slider__thumbs .swiper-slide img {
  width: 100%;
  aspect-ratio: 343/193;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.network-jiin-content__img {
  margin-top: 3rem;
}
.network-jiin-content__img img {
  width: 100%;
  aspect-ratio: 343/193;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__img {
    margin-top: 4.6rem;
  }
  .network-jiin-content__img img {
    aspect-ratio: 800/450;
  }
}
.network-jiin-content .jiin-header + .network-jiin-content__img {
  margin-top: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content .jiin-header + .network-jiin-content__img {
    margin-top: 80px;
  }
}
.network-jiin-content__ttl-line {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #675F4C;
  font-feature-settings: "palt";
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.7;
  margin-top: 3.6rem;
  margin-bottom: 1.2rem;
}
.network-jiin-content__ttl-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.8rem;
  background: linear-gradient(to right, #FEE08B, #FFF9CE 50%, #FEE08B);
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__ttl-line {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 80px;
    font-size: 29px;
    margin-bottom: 24px;
  }
  .network-jiin-content__ttl-line::after {
    flex: 1;
    margin-top: 0;
  }
}
.network-jiin-content__price-block {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__price-block p {
    font-size: 17px;
  }
}
.network-jiin-content__price-block table + p:not(.note) {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__price-block table + p:not(.note) {
    font-size: 16px;
  }
}
.network-jiin-content__price-block p.note {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__price-block p.note {
    font-size: 16px;
  }
}
.network-jiin-content__price-block .defTable02--ninzu tbody tr:not(.full-row) td:first-child {
  background: linear-gradient(to right, #FFF9CE, #FEE08B);
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__price-block--usage {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 0 80px;
    align-items: start;
  }
  .network-jiin-content__price-block--usage .text {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    line-height: 1.7;
  }
  .network-jiin-content__price-block--usage .defTable02--ninzu {
    grid-column: 2;
    grid-row: 1/3;
  }
  .network-jiin-content__price-block--usage .note {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    align-self: end;
  }
  .network-jiin-content__price-block--usage .price__figure {
    grid-column: 1/-1;
  }
  .network-jiin-content__price-block--usage .defTable02.defTable02--ninzu {
    margin: 0;
  }
}
.network-jiin-content__price-block .defTable02 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0.1rem solid #675F4C;
  border-right: none;
  border-radius: 0.4rem;
  overflow: hidden;
  font-size: 1.6rem;
  color: #675F4C;
  background: #ffffff;
  margin: 2.8rem auto 3.2rem;
}
.network-jiin-content__price-block .defTable02 td,
.network-jiin-content__price-block .defTable02 th {
  padding: 0.15em 0.6em 0.2em;
  border: none;
  border-right: 0.1rem solid #675F4C;
  border-bottom: 0.1rem solid #675F4C;
  vertical-align: middle;
  line-height: 1.55;
  font-weight: 400;
  width: 50%;
}
.network-jiin-content__price-block .defTable02 td:has(small) {
  line-height: 1.4;
}
.network-jiin-content__price-block .defTable02 thead th {
  color: #ffffff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, #9C6D15, #CAAF40);
}
.network-jiin-content__price-block .defTable02 tbody th {
  background: linear-gradient(to right, #FFF9CE, #FEE08B);
}
.network-jiin-content__price-block .defTable02 thead tr td {
  font-size: 1.6rem;
  background: linear-gradient(to right, #C9DCDC, #DDF5EF, #C9DCDC);
  text-align: center;
}
.network-jiin-content__price-block .defTable02 tbody tr:last-child th,
.network-jiin-content__price-block .defTable02 tbody tr:last-child td {
  border-bottom: none;
}
.network-jiin-content__price-block .defTable02 .full-row td {
  background: none;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__price-block .defTable02 th,
  .network-jiin-content__price-block .defTable02 td,
  .network-jiin-content__price-block .defTable02 thead tr td {
    font-size: 1.7rem;
  }
}
.network-jiin-content__price-block .defTable02 small {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content__price-block .defTable02 small {
    font-size: 15px;
  }
}
.network-jiin-content .price__figure {
  margin-top: 4.8rem;
}
.network-jiin-content .price__figure .price-flow__amount strong {
  font-size: 4.5rem;
}
.network-jiin-content .price__figure .price-flow__bubble {
  row-gap: 0.2rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content .price__figure {
    margin-top: 64px;
  }
  .network-jiin-content .price__figure .price-flow {
    width: 770px;
    margin: 0 auto;
    padding: 32px 0 0;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .network-jiin-content .price__figure .price-flow__item {
    width: 385px;
    height: 228px;
    flex: none;
    padding: 0;
  }
  .network-jiin-content .price__figure .price-flow__item:not(:last-child)::after {
    content: none;
  }
  .network-jiin-content .price__figure .price-flow__visual {
    background-size: 35.3rem auto;
    margin-top: -5.2rem;
    background-image: url(../img/common/product/pc_illust_hiyou_bg.png);
    background-position: center right;
  }
  .network-jiin-content .price__figure .price-flow__bubble {
    width: 16rem;
    transform: translateY(-57%);
    right: 2.5rem;
    row-gap: 0;
  }
  .network-jiin-content .price__figure .price-flow__amount {
    top: -1rem;
  }
  .network-jiin-content .price__figure .price-flow__amount strong {
    font-size: 50px;
  }
  .network-jiin-content .price__figure .price-flow__icon {
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .network-jiin-content .price__other-about {
    width: 100%;
    margin-top: 4.8rem;
    padding: 1.2rem 2rem 1.4rem;
  }
  .network-jiin-content .price__other-about h4 {
    margin-bottom: 16px;
  }
  .network-jiin-content .price__other-about p.text {
    margin-bottom: 0;
  }
}
.network-jiin-content .price__other-about .text {
  color: #675F4C;
}
.network-jiin-content .btn-center {
  margin-top: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content .btn-center {
    margin-top: 64px;
  }
}
.network-jiin-content .network-jiin-content__price-block > h4 {
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #675F4C;
  font-feature-settings: "palt";
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.5;
  margin-top: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-content .network-jiin-content__price-block > h4 {
    font-size: 24px;
    margin-top: 40px;
  }
}

.network-jiin-map p.text {
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-map p.text {
    font-size: 17px;
  }
}
.network-jiin-map__gmap {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 3.2rem;
  overflow: hidden;
}
.network-jiin-map__gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .network-jiin-map__gmap {
    aspect-ratio: unset;
    height: 450px;
    margin-top: 40px;
  }
}

.network-jiin-flow .jiin-header__title {
  font-size: 2.1rem;
}
.network-jiin-flow__steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4.8rem 0;
  margin-top: 4.8rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__steps {
    gap: 80px 0;
    margin-top: 80px;
  }
}
.network-jiin-flow__step:first-of-type img {
  aspect-ratio: auto;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__step:first-of-type img {
    aspect-ratio: 356/237;
  }
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__step {
    display: grid;
    grid-template-columns: 1fr 356px;
    grid-template-rows: auto 1fr;
    gap: 0 40px;
  }
}
.network-jiin-flow__label {
  display: block;
  font-family: "BIZ UDMincho", serif;
  font-size: 2rem;
  line-height: 1;
  padding: 0 1.6rem;
  background: #E2F5F3;
  border-radius: 999px;
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__label {
    font-size: 2.4rem;
  }
}
.network-jiin-flow__label span {
  font-family: "EB Garamond", serif;
  line-height: 1.6;
  color: #318988;
  padding-right: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__label span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__label {
    grid-column: 1;
    grid-row: 1;
    padding: 0.8rem 2.4rem 0.7rem;
  }
}
.network-jiin-flow__img {
  margin-top: 3.2rem;
}
.network-jiin-flow__img img {
  width: 100%;
  aspect-ratio: 347/193;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__img {
    grid-column: 2;
    grid-row: 1/3;
    margin-top: 0;
    align-self: start;
  }
  .network-jiin-flow__img img {
    aspect-ratio: 356/237;
    -o-object-position: top;
       object-position: top;
  }
}
.network-jiin-flow__text {
  color: #ffffff;
  line-height: 2.1;
  text-align: justify;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .network-jiin-flow__text {
    font-size: 17px;
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }
}

.single-network .cta-area {
  background: none;
  padding: 6.4rem 1.6rem 7.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .single-network .cta-area {
    padding: 104px 0 112px;
  }
}
.single-network .cta-area a.btn-contact {
  margin-top: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .single-network .cta-area a.btn-contact {
    margin-top: 0;
  }
}
.single-network .cta-area--contact-only a.btn-contact {
  margin-top: 0;
}/*# sourceMappingURL=single-network.css.map */