:root {
  --noto:"Noto Sans JP", serif;
  --os:"Oswald", serif;
  --blue:#130097;
  --yellow:#FFE500;
  --red:#DB0000;
  color: #000;
  font-size: 10px;
  line-height: 1.875;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.problem__txt {
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: clamp(2rem, 6vw, 6rem);
  padding: 0 0 60px;
  position: relative;
  z-index: 3;
  font-family: var(--dera);
}

.problem__bl {
  background-color: #E6E6E6;
  padding: 100px 0 10px;
  position: relative;
  z-index: 2;
}
.problem__bl::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 49vw solid transparent;
  border-left: 49vw solid transparent;
  border-top: 130px solid #E6E6E6;
  border-bottom: 0;
  top: 100%;
  left: 0;
  display: block;
  content: "";
}

.inner {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner-s {
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.intr__list {
  display: grid;
  gap: 4%;
  grid-template-columns: repeat(3, 1fr);
}
.intr__list li {
  border-radius: 20px;
}

.intr__list-ttl {
  border-radius: 20px 20px 0 0;
  background-color: var(--black);
  color: 20px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding: 25px 10px;
}

.intr__list-cont {
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  padding: 30px;
}
.intr__list-cont .img {
  height: 155px;
  margin: 0 auto 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.intr__list-cont .img img {
  height: 100%;
  max-width: auto;
  width: auto;
}
.intr__list-cont .txt {
  font-size: 1.8rem;
}

.after__txt {
  font-size: 6rem;
  text-align: center;
  font-weight: 400;
  margin-top: 2vw;
  font-family: var(--dera);
  color: var(--pink);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  z-index: 4;
}

.solution__bl {
  background-color: #F9F9F9;
  padding: 230px 0 100px;
  position: relative;
  z-index: 1;
}

.pr__bl {
  padding: 120px 0 120px;
}

.pr__txt {
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
}
.pr__txt .big {
  font-size: 6rem;
}
.pr__txt .middle {
  font-size: 4.6rem;
}
.pr__txt .red {
  color: var(--red);
}
.pr__txt .big-pink {
  color: var(--pink);
  font-size: 7rem;
  font-weight: 400;
  font-family: var(--dera);
  display: inline-block;
  padding-right: 12px;
}
.pr__txt .marker {
  background: linear-gradient(transparent 70%, var(--yellow) 70%);
}

.pr__img {
  margin-bottom: 30px;
}

.pr__list {
  display: grid;
  gap: 2%;
  grid-template-columns: repeat(3, 1fr);
}
.pr__list li {
  border-radius: 20px;
  border: 5px solid #5F586D;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.7rem;
  font-weight: 900;
}
.pr__list li .big {
  font-size: 8rem;
}
.pr__list li .tag {
  display: inline-block;
  margin-right: 8px;
  border: 2px solid #5F586D;
  padding: 5px 8px;
  font-size: 2.8rem;
  line-height: 1;
}
.pr__list li .middle {
  font-size: 4rem;
}
.pr__list li .red {
  color: var(--red);
}
.pr__list li .num {
  font-family: var(--os);
  display: inline-block;
  margin: 0 3px;
  transform: translateY(-3px);
}

#price {
  background-color: #FFEBF6;
  padding: 120px 0;
}

.base__ttl {
  font-size: 4.2rem;
  text-align: center;
  font-weight: 900;
  margin: 0 auto 60px;
}

.price__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  margin-bottom: 40px;
}
.price__list li {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 25px;
  color: #000;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.price__list-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 70%, var(--yellow) 70%);
}
.price__list-ttl .page-count {
  font-family: var(--os);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.price__list-price {
  text-align: right;
  font-size: 5rem;
  font-family: var(--os);
  font-weight: bold;
  line-height: 1.2;
}
.price__list-price .yen {
  font-family: var(--noto);
  font-size: 3rem;
}

.price__list-caution {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 5px;
}

.price__list-tag {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  background-color: var(--pink);
  transform: translateY(-50%);
  padding: 2px 15px 2px 20px;
}

.price__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #B2B2B2;
  background-color: #fff;
}
.price__table thead th {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 10px;
  border-bottom: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
}
.price__table thead th:first-child {
  width: 25%;
}
.price__table thead th:nth-child(2) {
  width: 20%;
}
.price__table thead th:nth-child(3) {
  width: 55%;
  border-right: none;
}
.price__table tbody td {
  text-align: left;
  font-size: 1.8rem;
  padding: 10px;
  border-bottom: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  line-height: 1.6;
}
.price__table tbody td:last-child {
  border-right: none;
}
.price__table tbody td:nth-child(2) {
  text-align: right;
}

#service {
  padding: 120px 0;
  background-color: #fff;
}

.service__list {
  display: flex;
  gap: 30px 3%;
  flex-wrap: wrap;
}
.service__list > li {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 35px;
  width: 31.3333333333%;
  border: 1px solid #ABABAB;
}
.service__list > li.wide {
  width: 100%;
}

.service__list-num {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--pink);
  color: #fff;
  font-family: var(--os);
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transform: translate(-10px, -17px);
}

.service__list-ttl {
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid #ABABAB;
  margin-bottom: 15px;
  text-align: center;
}

.service__list-txt {
  font-size: 1.8rem;
}

.service__list-ttl-middle {
  background-color: var(--black);
  border-radius: 3px;
  color: #fff;
  padding: 5px 15px 7px;
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}

.service__list-items {
  width: 860px;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  flex-wrap: wrap;
}
.service__list-items li {
  width: calc((100% - 60px) / 4);
}
.service__list-items.p2 {
  width: 640px;
}
.service__list-items.p2 li {
  width: calc((100% - 40px) / 3);
}

.service__list-items-caution {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #000;
  margin: 20px auto 0;
}

#voice {
  background-color: var(--black);
  padding: 120px 0;
  overflow: hidden;
}

.base__ttl-w {
  color: #fff !important;
}

.voice__swiper {
  position: relative;
}

.voice__swiper-in {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 80px 30px 30px;
}

.voice__img {
  width: 125px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}

.voice__list-ttl {
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  margin: 0 auto 20px;
}

.voice__list-txt {
  font-size: 1.8rem;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "";
  background-image: url(../img/coding/next.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 85px;
  aspect-ratio: 1/1;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "";
  background-image: url(../img/coding/prev.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 85px;
  aspect-ratio: 1/1;
}

.swiper-button-next, .swiper-button-prev {
  width: 85px;
  aspect-ratio: 1/1;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -60px;
  top: 57%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -60px;
  top: 57%;
}

#flow {
  padding: 120px 0;
}

.flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 3%;
}
.flow__list li .img {
  margin-bottom: 20px;
}

.flow__list-ttl {
  margin-bottom: 20px;
}
.flow__list-ttl .num {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--pink);
  font-family: var(--os);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  line-height: 1;
}
.flow__list-ttl .txt {
  font-size: 2.4rem;
  font-weight: 900;
}

.flow__list-ttl {
  font-size: 1.6rem;
}

#contact {
  background-color: #FEE1F1;
  padding: 120px 0;
}

footer {
  text-align: center;
  background-color: #FEE1F1;
  font-size: 1.2rem;
  color: #000;
  padding-bottom: 20px;
}

.sp {
  display: none;
}

main {
  padding-top: 80px;
}

#top-mv {
  height: 455px;
  background-color: var(--pink2);
}

.top-mv__flex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.top-mv__img {
  height: 100%;
}
.top-mv__img img {
  height: 100% !important;
  width: auto !important;
}

.top-mv__cont-txt {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  width: 22em;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 1px;
}

.top-mv__cont-ttl {
  font-family: var(--dera);
  font-size: 6.8rem;
  color: #fff;
  font-weight: 400;
  width: 9em;
  line-height: 1.4;
  margin-bottom: 10px;
}

.top-mv__tag-type {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.top-mv__tag-type-item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  font-size: 1.9rem;
  letter-spacing: 1px;
  font-weight: 900;
  background-color: #fff;
  border-radius: 3px;
  font-family: var(--dera);
}

.intr__flex {
  display: flex;
  padding: 100px 0;
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.intr__flex .intr__img {
  width: 35%;
  padding-right: 8%;
}
.intr__flex .intr__cont {
  width: 65%;
}

.intr__cont-ttl {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 400;
  font-family: var(--dera);
  margin-bottom: 30px;
  line-height: 1.5;
  color: #000;
}
.intr__cont-ttl .pink-marker {
  background: linear-gradient(transparent 70%, rgba(255, 20, 147, 0.34) 70%);
}

.arrow-list {
  padding-left: 10%;
}
.arrow-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: bold;
}
.arrow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 19px solid var(--pink);
  border-right: 0;
}

.under-page main {
  min-height: calc(100vh - 62px);
}
.under-page footer {
  padding-top: 20px;
}

.under-mv__ttl {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  font-family: var(--dera);
  margin-bottom: 1em;
  padding-top: 1em;
}

.fixed-contact {
  display: none;
}

@media screen and (max-width: 1350px) {
  .price__table tbody td {
    font-size: 1.6rem;
  }
  .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    width: 70px;
  }
  .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    width: 70px;
  }
  .intr__list-ttl {
    font-size: 2.6rem;
  }
  .pr__txt {
    font-size: 3.8rem;
  }
  .pr__txt .big {
    font-size: 5.5rem;
  }
  .pr__txt .middle {
    font-size: 4.3rem;
  }
  .pr__list li .middle {
    font-size: 3.6rem;
  }
  .pr__list li .tag {
    padding: 5px 8px 7px;
    font-size: 2.6rem;
  }
  .pr__list li .big {
    font-size: 7.7rem;
  }
  .price__list-ttl {
    font-size: 2.2rem;
  }
  .price__list-caution {
    font-size: 1.4rem;
  }
  .service__list > li {
    padding: 40px 30px;
  }
  .service__list-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .problem__txt::after {
    border-top: 90px solid var(--blue);
  }
  .problem__txt {
    font-size: clamp(2rem, 4vw, 6rem);
    padding: 0 0 30px;
  }
  .problem__bl::after {
    border-top: 90px solid #E6E6E6;
  }
  .problem__bl {
    padding: 60px 0 50px;
  }
  .after__txt {
    margin-top: 3vw;
    font-size: clamp(2.4rem, 4vw, 6rem);
  }
  .solution__bl::after {
    border-top: 90px solid #EEEBFF;
  }
  .solution__bl {
    padding: 150px 0 80px;
  }
  .pr__bl {
    padding: 80px 0;
  }
  .intr__list {
    gap: 2%;
  }
  .intr__list-ttl {
    border-radius: 15px 15px 0 0;
    font-size: 2rem;
    padding: 20px 10px;
  }
  .intr__list-cont .img {
    height: 120px;
  }
  .intr__list-cont .txt {
    font-size: 1.6rem;
  }
  .intr__list-cont {
    border-radius: 0 0 15px 15px;
    padding: 20px;
  }
  .pr__txt .middle {
    font-size: 3rem;
  }
  .pr__txt .big {
    font-size: 4.5rem;
  }
  .pr__txt {
    font-size: 2.6rem;
  }
  .pr__list li {
    border-radius: 15px;
    border: 4px solid #5F586D;
    height: 100px;
    font-size: 2rem;
  }
  .pr__list li .big {
    font-size: 4.7rem;
  }
  .pr__list li .middle {
    font-size: 2.3rem;
  }
  .pr__list li .tag {
    padding: 5px 6px 7px;
    font-size: 1.9rem;
  }
  #price {
    padding: 80px 0;
  }
  .base__ttl {
    font-size: 3.6rem;
    margin: 0 auto 45px;
  }
  .price__list li {
    border-radius: 12px;
    padding: 20px 15px;
  }
  .price__list-ttl {
    font-size: 1.5rem;
  }
  .price__list-ttl .page-count {
    font-size: 2.6rem;
  }
  .price__list-price {
    font-size: 3.5rem;
  }
  .price__list-price .yen {
    font-size: 2.3rem;
  }
  .price__list-caution {
    text-align: left;
  }
  .price__list-tag {
    left: 10px;
    font-size: 1.5rem;
    transform: translateY(-40%);
    padding: 2px 11px 4px 15px;
  }
  .price__list {
    margin-bottom: 30px;
  }
  .price__table thead th:nth-child(2) {
    width: 22%;
  }
  .price__table thead th:nth-child(3) {
    width: 53%;
  }
  .price__table-bl {
    overflow-x: scroll;
  }
  .price__table {
    width: 1000px;
  }
  .price__table thead th {
    font-size: 1.6rem;
    padding: 10px 10px;
  }
  #service {
    padding: 80px 0;
  }
  .service__list-ttl {
    font-size: 1.6rem;
  }
  .service__list-num {
    width: 45px;
    height: 45px;
    font-size: 2rem;
  }
  .service__list > li {
    padding: 35px 20px 25px;
    border-radius: 15px;
  }
  .service__list-txt {
    font-size: 1.5rem;
  }
  .service__list-ttl-middle {
    font-size: 1.5rem;
    margin: 30px auto 25px;
  }
  .service__list-items li {
    width: calc((100% - 30px) / 4);
  }
  .service__list-items {
    gap: 10px;
  }
  .service__list-items-caution {
    font-size: 1.5rem;
  }
  #voice {
    padding: 80px 0;
  }
  .voice__list-txt {
    font-size: 1.5rem;
  }
  .voice__img {
    width: 90px;
  }
  .voice__list-ttl {
    font-size: 2rem;
    margin: 0 auto 12px;
  }
  .voice__swiper-in {
    border-radius: 15px;
    margin-top: 40px;
    padding: 60px 20px 30px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -35px;
    top: 52%;
  }
  .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    width: 50px;
  }
  .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    width: 50px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -35px;
    top: 52%;
  }
  #flow {
    padding: 80px 0;
  }
  .flow__list-ttl .txt {
    font-size: 2rem;
  }
  .flow__list-ttl .num {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
  .flow__list-ttl {
    margin-bottom: 12px;
  }
  #contact {
    padding: 80px 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
  }
  .top-mv__flex {
    gap: 25px;
  }
  .top-mv__cont-txt {
    font-size: 1.9rem;
    text-align: center;
    width: 23em;
  }
  .top-mv__tag-type-item {
    padding: 2px 8px;
    font-size: 1.35rem;
  }
  .top-mv__tag-type {
    gap: 5px;
  }
  .top-mv__cont-ttl {
    font-size: 4.8rem;
  }
  #top-mv {
    height: 350px;
  }
  .intr__cont-ttl {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .arrow-list li {
    padding-left: 24px;
    font-size: 2rem;
  }
  .arrow-list li::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 15px solid var(--pink);
  }
  .intr__flex .intr__img {
    padding-right: 5%;
  }
  .intr__flex {
    padding: 80px 0;
  }
  .pr__txt .big-pink {
    font-size: 5vw;
    padding-right: 9px;
  }
  main {
    padding-top: 60px;
  }
  .fixed-contact {
    position: fixed;
    bottom: -62px;
    left: 0;
    z-index: 10;
    background-color: var(--pink);
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    gap: 7px;
    transition: all 0.3s ease-in-out;
  }
  .fixed-contact .icon-mail {
    background-image: url(../img/coding/plane.svg);
    width: 26px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 8px;
  }
  .fixed-contact.active {
    bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .intr__list {
    gap: 30px;
    grid-template-columns: 1fr;
    width: 300px;
    max-width: 100%;
  }
  .problem__txt::after {
    border-top: 50px solid var(--blue);
  }
  .problem__txt {
    font-size: clamp(2.8rem, 5vw, 6rem);
    padding: 0 0 30px;
    line-height: 1.5;
  }
  .problem__bl::after {
    border-top: 50px solid #E6E6E6;
  }
  .problem__bl {
    padding: 85px 0 10px;
  }
  .solution__bl {
    padding: 85px 0 30px;
  }
  .solution__bl::after {
    border-top: 50px solid #EEEBFF;
  }
  .pr__bl {
    padding: 70px 0 50px;
  }
  .sp {
    display: inline-block;
  }
  .pr__txt {
    font-size: 2rem;
    line-height: 1.7;
  }
  .pr__txt .big {
    font-size: 3rem;
  }
  .pr__txt .middle {
    font-size: 2.5rem;
  }
  .pr__list li {
    border-radius: 10px;
    border: 3px solid #5F586D;
    height: 75px;
    font-size: 1.8rem;
  }
  .pr__list {
    gap: 10px;
    grid-template-columns: 1fr;
    width: 230px;
  }
  .pr__list li .big {
    font-size: 3.7rem;
  }
  .pr__list li .tag {
    font-size: 1.6rem;
  }
  .pr__list li .middle {
    font-size: 2rem;
  }
  #price {
    padding: 50px 0;
  }
  .base__ttl {
    font-size: 2.6rem;
    margin: 0 auto 35px;
  }
  .price__list {
    grid-template-columns: 1fr;
    gap: 15px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .price__list-ttl {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .price__list-ttl .page-count {
    font-size: 3rem;
  }
  .price__list-price {
    font-size: 4rem;
  }
  .price__list-price .yen {
    font-size: 2.3rem;
  }
  .price__list-caution {
    text-align: center;
    font-size: 1.3rem;
  }
  .price__list-tag {
    left: 0;
    transform: translate(-5px, -21%);
  }
  .price__table {
    width: 900px;
  }
  .price__table thead th {
    font-size: 1.5rem;
  }
  .price__table tbody td {
    font-size: 1.4rem;
  }
  #service {
    padding: 50px 0;
  }
  .service__list-ttl {
    font-size: 1.8rem;
  }
  .service__list > li {
    width: 100%;
    border-radius: 10px;
  }
  .service__list-items li {
    width: calc((100% - 10px) / 2);
  }
  .service__list-items.p2 li {
    width: calc((100% - 10px) / 2);
  }
  .service__list-items {
    width: 400px;
  }
  .service__list-items.p2 {
    width: 400px;
  }
  #voice {
    padding: 50px 0;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -5px;
    top: 55%;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -5px;
    top: 55%;
  }
  #flow {
    padding: 50px 0;
  }
  .flow__list {
    grid-template-columns: 1fr;
    gap: 20px 3%;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  .flow__list-ttl {
    font-size: 1.5rem;
  }
  #contact {
    padding: 50px 0;
  }
  .problem__txt::after, .problem__bl::after, .solution__bl::after {
    border-right: 48.5vw solid transparent;
    border-left: 48.5vw solid transparent;
  }
  #top-mv {
    height: auto;
  }
  .top-mv__flex {
    gap: 0;
    flex-direction: column-reverse;
    padding: 50px 0 0;
  }
  .top-mv__img {
    height: auto;
    width: 250px;
    max-width: 60%;
  }
  .top-mv__img img {
    width: 100% !important;
    height: auto !important;
  }
  .top-mv__cont-txt {
    font-size: 2.1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top-mv__cont-ttl {
    font-size: 3.4rem;
  }
  .intr__flex {
    padding: 50px 0;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .intr__flex .intr__cont {
    width: 100%;
  }
  .intr__flex .intr__img {
    width: 200px;
    padding-right: 0;
    max-width: 90%;
  }
  .arrow-list li {
    padding-left: 20px;
    font-size: 1.7rem;
  }
  .arrow-list li::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid var(--pink);
  }
  .intr__cont-ttl {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
  .problem__bl {
    padding: 60px 0 50px;
  }
  .arrow-list {
    padding-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .after__txt {
    margin-top: 5vw;
    font-size: clamp(2.8rem, 4vw, 6rem);
    line-height: 1.5;
  }
  .pr__txt .big-pink {
    font-size: 3rem;
    padding-right: 6px;
  }
  .top-mv__tag-type {
    width: 300px;
    justify-content: center;
  }
  .top-mv__cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-mv__cont-txt {
    margin-bottom: 10px;
  }
  .top-mv__cont-ttl {
    margin-bottom: 16px;
  }
  .top-mv__tag-type-item {
    font-size: 1.6rem;
  }
  .under-mv__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 550px) {
  .problem__txt::after, .problem__bl::after, .solution__bl::after {
    border-right: 48vw solid transparent;
    border-left: 48vw solid transparent;
  }
}
@media screen and (max-width: 400px) {
  .problem__txt::after, .problem__bl::after, .solution__bl::after {
    border-right: 47.5vw solid transparent;
    border-left: 47.5vw solid transparent;
  }
}/*# sourceMappingURL=coding.css.map */