@charset "UTF-8";
:root {
  --renewal-main-color: #a13324;
  --renewal-border-color: #d9d5d2;
  --renewal-black: #30373d;
  --renewal-blue: #4f6881;
  --renewal-base-font-size: 16px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーー
  リニューアル共通パーツ開始
  ーーーーーーーーーーーーーーーーーーーーーーーー*/
.renewal-top-fv {
  background-color: #fbf6f4;
  padding: 4.375rem 0;
}
@media screen and (max-width: 1200px) {
  .renewal-top-fv {
    padding: 4.375rem 0;
  }
}
@media screen and (max-width: 900px) {
  .renewal-top-fv {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv {
    padding: 2.5rem 0;
  }
}
.renewal-top-fv.bg-black {
  background-color: var(--renewal-black);
  color: white;
}
.renewal-top-fv.bg-red {
  background-color: var(--renewal-main-color);
  color: white;
}
.renewal-top-fv.bg-blue {
  background-color: var(--renewal-blue);
  color: white;
}
.renewal-top-fv .renewal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  max-width: 1360px;
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv .renewal-container {
    gap: 2rem;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts {
  width: 100%;
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-english {
  color: var(--renewal-main-color);
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-english {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-english {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-english {
    font-size: 1rem;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-english.color-white {
  color: white;
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts h2 {
  margin-top: 1.75rem;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h2 {
    font-size: 4.625rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h2 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h2 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .fv-icon-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .fv-icon-heading {
    gap: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .fv-icon-heading {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .fv-icon-heading .fv-icon {
  max-width: 80px;
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .fv-icon-heading .fv-icon {
    max-width: 60px;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .fv-icon-heading .fv-icon img {
  width: 100%;
  vertical-align: bottom;
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .fv-icon-heading h3 {
  margin-top: 0;
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts h3 {
  color: var(--renewal-main-color);
  font-weight: bold;
  margin-top: 2rem;
  font-size: 2.15rem;
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts h3.color-yellow {
  color: #fef2cc;
}
@media screen and (max-width: 1200px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h3 {
    font-size: 2.15rem;
  }
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h3 {
    font-size: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h3 {
    font-size: 1.625rem;
    margin-top: 1.375rem;
  }
}
@media screen and (max-width: 500px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts h3 {
    font-size: 1.5;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts h3.color-pink {
  color: #ffcccc;
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-text {
  margin-top: 1.825rem;
  color: #4b5563;
  line-height: 1.6;
  font-size: 1rem;
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-text.color-white {
  color: white;
}
@media screen and (max-width: 1200px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-text {
    font-size: 1.75rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-top-fv-text {
    font-size: 0.825rem;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-btn-wrapper {
  margin-top: 3.125rem;
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-btn-wrapper {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-texts .renewal-btn-wrapper {
    margin-top: 1.825rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-img {
  max-width: 600px;
}
.renewal-top-fv .renewal-container .renewal-top-fv-img.large-img {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .renewal-top-fv .renewal-container .renewal-top-fv-img {
    width: 100%;
  }
}
.renewal-top-fv .renewal-container .renewal-top-fv-img img {
  width: 100%;
}

.renewal-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.renewal-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 900px) {
  .renewal-btn-wrapper {
    gap: 1.75rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-btn-wrapper {
    gap: 1rem;
  }
}
.renewal-btn-wrapper .renewal-btn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  border: 2px solid white;
  padding: 1.125rem 0;
  text-align: center;
  background-color: var(--renewal-main-color);
  color: white;
  font-weight: bold;
  border-radius: 0.625rem;
  line-height: 1.2;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  font-size: 1rem;
}
.renewal-btn-wrapper .renewal-btn.bg-blue-btn {
  background-color: var(--renewal-blue);
}
@media screen and (max-width: 1200px) {
  .renewal-btn-wrapper .renewal-btn {
    font-size: 1rem;
    padding: 1.125rem 0;
  }
}
@media screen and (max-width: 900px) {
  .renewal-btn-wrapper .renewal-btn {
    font-size: 1.75rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 639px) {
  .renewal-btn-wrapper .renewal-btn {
    font-size: 0.9375rem;
    padding: 0.825rem 0;
  }
}
.renewal-btn-wrapper .renewal-btn:hover {
  opacity: 0.7;
}
.renewal-btn-wrapper .renewal-btn.white-btn {
  background-color: #fff;
  color: var(--renewal-black);
  border: 2px solid var(--renewal-main-color);
}
.renewal-btn-wrapper .renewal-btn.white-btn.border-blue {
  border: 2px solid var(--renewal-blue);
}

.renewal-section-title-wrapper .renewal-section-title-lead {
  padding-left: 5rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--renewal-main-color);
}
@media screen and (max-width: 1200px) {
  .renewal-section-title-wrapper .renewal-section-title-lead {
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .renewal-section-title-wrapper .renewal-section-title-lead {
    padding-left: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-section-title-wrapper .renewal-section-title-lead {
    font-size: 0.875rem;
  }
}
.renewal-section-title-wrapper .renewal-section-heading {
  text-align: center;
  font-size: 2rem;
  margin-top: 1.5rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 1200px) {
  .renewal-section-title-wrapper .renewal-section-heading {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 900px) {
  .renewal-section-title-wrapper .renewal-section-heading {
    font-size: 3.25rem;
    margin-top: 2.25rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-section-title-wrapper .renewal-section-heading {
    text-align: left;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
.renewal-section-title-wrapper .renewal-section-text-large {
  text-align: center;
  color: var(--renewal-main-color);
  font-weight: bold;
  margin-top: 1.5625rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .renewal-section-title-wrapper .renewal-section-text-large {
    margin-top: 2.25rem;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 639px) {
  .renewal-section-title-wrapper .renewal-section-text-large {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.info-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .info-items {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .info-items {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
@media screen and (max-width: 639px) {
  .info-items {
    gap: 1.5rem;
  }
}
.info-items .info-item {
  border: var(--renewal-border-color) solid 2px;
  border-radius: 10px;
}
.info-items .info-item.bg-black {
  background-color: #30373d;
  color: white;
}
.info-items .info-item.bg-gray {
  background-color: #f4efea;
}
.info-items .info-item h3 {
  padding: 1.5rem;
  background-color: #f4efea;
  border-radius: 8px 8px 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .info-items .info-item h3 {
    font-size: 1.5rem;
    padding: 2.25rem 2rem;
  }
}
@media screen and (max-width: 900px) {
  .info-items .info-item h3 {
    font-size: 2.5rem;
    padding: 2rem 1.75rem;
  }
}
@media screen and (max-width: 639px) {
  .info-items .info-item h3 {
    font-size: 1.125rem;
    padding: 1.25rem 1rem;
  }
}
.info-items .info-item h3.bg-black {
  background-color: #30373d;
  color: white;
  border-radius: 8px 8px 0 0;
}
.info-items .info-item .info-item-content-achievement {
  background-color: #30373d;
  border-radius: 0 0 8px 8px;
  padding-top: 0.625rem;
  padding-bottom: 2.5rem;
}
.info-items .info-item .info-item-content-achievement .number-text {
  text-align: center;
  color: white;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .info-items .info-item .info-item-content-achievement .number-text {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 639px) {
  .info-items .info-item .info-item-content-achievement .number-text {
    font-size: 1.5rem;
  }
}
.info-items .info-item .info-item-content-achievement .number-text span {
  font-weight: bold;
  font-size: 5.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 1200px) {
  .info-items .info-item .info-item-content-achievement .number-text span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 900px) {
  .info-items .info-item .info-item-content-achievement .number-text span {
    font-size: 5em;
  }
}
@media screen and (max-width: 639px) {
  .info-items .info-item .info-item-content-achievement .number-text span {
    font-size: 5rem;
  }
}
.info-items .info-item .info-item-content-achievement .achievement-text {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .info-items .info-item .info-item-content-achievement .achievement-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .info-items .info-item .info-item-content-achievement .achievement-text {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 639px) {
  .info-items .info-item .info-item-content-achievement .achievement-text {
    font-size: 1rem;
  }
}
.info-items .info-item .info-item-content-blog {
  padding: 30px 24px;
}
@media screen and (max-width: 500px) {
  .info-items .info-item .info-item-content-blog {
    padding: 30px 16px;
  }
}
.info-items .info-item .info-item-content-blog .blog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .info-items .info-item .info-item-content-blog .blog-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info-items .info-item .info-item-content-blog .blog-items a {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info-items .info-item .info-item-content-blog .blog-items a:hover {
  opacity: 0.75;
  color: initial;
}
.info-items .info-item .info-item-content-blog .blog-items a .blog-item .thumbnail {
  aspect-ratio: 175/111;
  width: 100%;
  background-color: var(--renewal-border-color);
  -o-object-fit: cover;
     object-fit: cover;
}
.info-items .info-item .info-item-content-blog .blog-items a .blog-item .thumbnail img {
  display: block;
  aspect-ratio: 175/111;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-items .info-item .info-item-content-blog .blog-items a .blog-item h4 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
.info-items .info-item .info-item-content-award {
  padding: 10px 25px 30px;
}
@media screen and (max-width: 500px) {
  .info-items .info-item .info-item-content-award {
    padding: 10px 16px 30px;
  }
}
.info-items .info-item .info-item-content-award img {
  width: 100%;
}
.info-items .info-item .info-item-content-news {
  padding: 24px 24px 30px;
}
@media screen and (max-width: 500px) {
  .info-items .info-item .info-item-content-news {
    padding: 24px 16px 30px;
  }
}
.info-items .info-item .info-item-content-news .news-items {
  margin-bottom: 37px;
}
.info-items .info-item .info-item-content-news .news-items a .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 14px;
}
@media screen and (max-width: 500px) {
  .info-items .info-item .info-item-content-news .news-items a .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.info-items .info-item .info-item-content-news .news-items a .news-item .news-item-date {
  min-width: 85px;
}
.info-items .info-item .to-link {
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .info-items .info-item .to-link {
    text-align: center;
  }
}
.info-items .info-item .to-link a {
  color: var(--renewal-main-color);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.info-items .info-item .to-link a:hover {
  text-decoration: underline;
}

/*ーーーーーーーーーーーーーーーーーーーーーーー
  リニューアル共通パーツ終了
  ーーーーーーーーーーーーーーーーーーーーーーーー*/
.renewal-service-overview {
  margin-top: 70px;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items.grid-column3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items.grid-column3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items.grid-column3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item {
  padding: 30px 24px;
  border-radius: 10px;
  border: 2px solid var(--renewal-border-color);
  border-top: 4px solid var(--renewal-main-color);
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-title-wrapper .number {
  font-size: 24px;
  min-width: 62px;
  color: var(--renewal-main-color);
}
@media screen and (max-width: 750px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-title-wrapper .number {
    min-width: 54px;
  }
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-top: 12px;
  height: 84px;
}
@media screen and (max-width: 900px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex {
    margin-top: 20px;
    height: initial;
  }
}
@media screen and (max-width: 500px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: initial;
  }
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex .icon {
  max-width: 60px;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex .icon.icon-transform {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
@media screen and (max-width: 750px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex .icon.icon-transform {
    -webkit-transform: initial;
            transform: initial;
  }
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex .icon-text a {
  color: var(--renewal-main-color);
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .icon-flex .icon-text a:hover {
  opacity: 0.75;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-text {
  font-size: 16px;
  line-height: 1.5;
  min-height: 96px;
}
@media screen and (max-width: 1200px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-text {
    min-height: initial;
  }
}
@media screen and (max-width: 900px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-text {
    font-size: 15px;
  }
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .item-text a {
  font-weight: bold;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .renewal-service-overview-list {
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .renewal-service-overview-list {
    margin-top: 30px;
  }
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .renewal-service-overview-list li {
  margin-top: 20px;
  position: relative;
  line-height: 1.3;
}
.renewal-service-overview .renewal-container .renewal-service-overview-items .renewal-service-overview-item .renewal-service-overview-list li img {
  width: 14px;
  margin-right: 8px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.renewal-why-customedia {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-why-customedia {
    margin-top: 70px;
  }
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .renewal-why-customedia .renewal-container .renewal-why-customedia-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .renewal-why-customedia .renewal-container .renewal-why-customedia-items {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item {
  padding: 28px 24px;
  border-radius: 10px;
  border: 2px solid var(--renewal-border-color);
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .item-number {
  font-size: 24px;
  font-weight: bold;
  color: var(--renewal-main-color);
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .item-number.color-blue {
  color: var(--renewal-blue);
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item h3 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.25;
  min-height: 46px;
}
@media screen and (max-width: 750px) {
  .renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item h3 {
    min-height: initial;
  }
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon {
  margin: auto;
  margin-top: 25px;
  max-width: 65px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.icon2 {
  max-width: 96px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.icon3 {
  max-width: 51px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.icon4 {
  max-width: 52px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.renewal-business-model-validation-icon2 {
  max-width: 60px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.renewal-business-model-validation-icon3 {
  max-width: 51px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.renewal-business-model-validation-icon4 {
  max-width: 85px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.renewal-marketing-support-services-icon1 {
  max-width: 60px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.renewal-marketing-support-services-icon2 {
  max-width: 65px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.renewal-marketing-support-services-icon3 {
  max-width: 60px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .icon.renewal-marketing-support-services-icon4 {
  max-width: 60px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 25px;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .text a {
  font-weight: bold;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .to-link {
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .to-link a {
  color: var(--renewal-main-color);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.renewal-why-customedia .renewal-container .renewal-why-customedia-items .renewal-why-customedia-item .to-link a:hover {
  text-decoration: underline;
}

.renewal-achievement {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-achievement {
    margin-top: 70px;
  }
}
.renewal-achievement .renewal-container .info-items {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .renewal-achievement .renewal-container .info-items {
    margin-top: 40px;
  }
}

.renewal-contents {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-contents {
    margin-top: 70px;
  }
}
.renewal-contents .renewal-container .info-items {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .renewal-contents .renewal-container .info-items {
    margin-top: 40px;
  }
}

.renewal-narrative {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-narrative {
    margin-top: 70px;
  }
}
.renewal-narrative .renewal-container .swiper {
  margin-top: 50px;
}
.renewal-narrative .renewal-container .swiper .swiper-slide {
  padding: 20px 16px;
  border: 2px solid var(--renewal-border-color);
  border-radius: 15px;
  cursor: pointer;
}
.renewal-narrative .renewal-container .swiper .swiper-slide .slide-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.5;
}
.renewal-narrative .renewal-container .swiper .swiper-slide .slide-title-wrapper .number {
  color: var(--renewal-main-color);
  font-size: 22px;
  min-width: 40px;
}
.renewal-narrative .renewal-container .swiper .swiper-slide .slide-title-wrapper h3 {
  font-size: 17px;
}
.renewal-narrative .renewal-container .swiper .swiper-slide .slide-text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.renewal-narrative .renewal-container .swiper .swiper-slide .slide-img {
  margin-top: 20px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
page-new-production.php（プラットフォーム開発）開始
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.renewal-s-mase {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-s-mase {
    margin-top: 70px;
  }
}
.renewal-s-mase .renewal-container .renewal-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  .renewal-s-mase .renewal-container .renewal-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renewal-s-mase .renewal-container .renewal-items .renewal-item {
  padding: 50px 25px;
  border-radius: 20px;
  border: 2px solid var(--renewal-border-color);
  width: 100%;
}
@media screen and (max-width: 900px) {
  .renewal-s-mase .renewal-container .renewal-items .renewal-item {
    padding: 35px 20px;
  }
}
.renewal-s-mase .renewal-container .renewal-items .renewal-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .renewal-s-mase .renewal-container .renewal-items .renewal-item h3 {
    margin-bottom: 25px;
  }
}
.renewal-s-mase .renewal-container .renewal-items .renewal-item .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4;
}
.renewal-s-mase .renewal-container .renewal-items .renewal-item .grid-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .renewal-s-mase .renewal-container .renewal-items .renewal-item .grid-items {
    grid-template-columns: 1fr;
  }
}
.renewal-s-mase .renewal-container .renewal-items .renewal-item .grid-items .grid-item {
  padding: 15px 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1050px) {
  .renewal-s-mase .renewal-container .renewal-items .renewal-item .grid-items .grid-item {
    padding: 30px 20px;
  }
}
.renewal-s-mase .renewal-container .renewal-items .renewal-item .grid-items .grid-item h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.renewal-s-mase .renewal-container .renewal-items .renewal-item .grid-items .grid-item .grid-text {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
page-new-production.php（プラットフォーム開発）終了
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
page-business-model-validation.php（ビジネスモデル検証）開始
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.renewal-comparison {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-comparison {
    margin-top: 70px;
  }
}
.renewal-comparison .renewal-container .renewal-comparison-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .renewal-comparison .renewal-container .renewal-comparison-items {
    gap: 30px;
  }
}
@media screen and (max-width: 750px) {
  .renewal-comparison .renewal-container .renewal-comparison-items {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item {
  width: 100%;
  border: var(--renewal-border-color) 2px solid;
}
.renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item h3 {
  text-align: center;
  background-color: var(--renewal-black);
  padding: 25px 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item h3 {
    font-size: 17px;
    padding: 20px 0;
  }
}
.renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item h3.bg-red {
  background-color: var(--renewal-main-color);
}
.renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item .renewal-comparison-item-content {
  padding: 10px 40px 40px;
}
@media screen and (max-width: 1200px) {
  .renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item .renewal-comparison-item-content {
    padding: 10px 25px 40px;
  }
}
.renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item .renewal-comparison-item-content li {
  padding: 30px 10px;
  border-bottom: var(--renewal-border-color) 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item .renewal-comparison-item-content li {
    padding: 22px 5px;
    font-size: 14px;
  }
}
.renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item .renewal-comparison-item-content li .icon {
  min-width: 22px;
  max-width: 22px;
}
@media screen and (max-width: 750px) {
  .renewal-comparison .renewal-container .renewal-comparison-items .renewal-comparison-item .renewal-comparison-item-content li .icon {
    min-width: 18px;
    max-width: 18px;
  }
}

.renewal-new-approach-procedure {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-new-approach-procedure {
    margin-top: 70px;
  }
}
.renewal-new-approach-procedure .renewal-new-approach-procedure-content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content {
    margin-top: 40px;
  }
}
.renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item {
  padding: 30px;
  border: 2px solid var(--renewal-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item {
    border: none;
    padding: 0 0px;
  }
}
.renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item h3 {
    font-size: 20px;
  }
}
.renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .text {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .text {
    font-size: 14px;
  }
}
.renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .img {
  max-width: 85%;
  margin: auto;
}
.renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .img.img2 {
  max-width: 65%;
}
@media screen and (max-width: 1200px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .img.img2 {
    max-width: 85%;
  }
}
@media screen and (max-width: 900px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .img.img2 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .img {
    max-width: 100%;
  }
}
.renewal-new-approach-procedure .renewal-new-approach-procedure-content .renewal-new-approach-procedure-item .img img {
  width: 100%;
}

.renewal-service-lineup {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-service-lineup {
    margin-top: 70px;
  }
}
.renewal-service-lineup .renewal-container .renewal-service-lineup-content-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .renewal-service-lineup .renewal-container .renewal-service-lineup-content-wrapper {
    margin-top: 40px;
  }
}
.renewal-service-lineup .renewal-container .renewal-service-lineup-content-wrapper .p-product-list {
  display: none;
}
.renewal-service-lineup .renewal-container .renewal-service-lineup-content-wrapper .p-product-list.-col4 {
  display: grid;
}

.renewal-qa {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-qa {
    margin-top: 70px;
  }
}
.renewal-qa .renewal-container .qa-item-wrapper {
  margin-top: 3rem;
}
.renewal-qa .renewal-container .qa-item-wrapper .qa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.renewal-qa .renewal-container .qa-item-wrapper .qa-item.answer-item {
  border-bottom: 2px solid var(--renewal-border-color);
  padding-bottom: 30px;
}
.renewal-qa .renewal-container .qa-item-wrapper .qa-item .alphabet {
  font-size: 24px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100vh;
  font-weight: bold;
  color: white;
  background-color: var(--renewal-main-color);
}
@media screen and (max-width: 900px) {
  .renewal-qa .renewal-container .qa-item-wrapper .qa-item .alphabet {
    min-width: 34px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
}
.renewal-qa .renewal-container .qa-item-wrapper .qa-item .alphabet.alphabet-answer {
  background-color: var(--renewal-black);
}
.renewal-qa .renewal-container .qa-item-wrapper .qa-item h3 {
  font-size: 18px;
  line-height: 1.5;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 900px) {
  .renewal-qa .renewal-container .qa-item-wrapper .qa-item h3 {
    font-size: 16px;
  }
}
.renewal-qa .renewal-container .qa-item-wrapper .qa-item .text {
  line-height: 1.5;
  font-size: 18px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 900px) {
  .renewal-qa .renewal-container .qa-item-wrapper .qa-item .text {
    font-size: 16px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
page-business-model-validation.php（ビジネスモデル検証）終了
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
page-marketing-support-services.php（マーケティング支援）、
page-activation-support-service.php（アクティベート支援）開始
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.renewal-support-overview {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview {
    margin-top: 70px;
  }
}
.renewal-support-overview .renewal-container .large-lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.4;
}
.renewal-support-overview .renewal-container .lead {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.renewal-support-overview .support-overview-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 90px;
  }
}
.renewal-support-overview .support-overview-items .support-overview-item {
  border: 2px solid #747775;
  padding: 25px;
  position: relative;
}
.renewal-support-overview .support-overview-items .support-overview-item.red-item {
  background-color: #f9f1f3;
  border-color: var(--renewal-main-color);
}
.renewal-support-overview .support-overview-items .support-overview-item.red-item::before {
  background-color: var(--renewal-main-color) !important;
}
.renewal-support-overview .support-overview-items .support-overview-item.red-item::after {
  background-color: var(--renewal-main-color) !important;
}
.renewal-support-overview .support-overview-items .support-overview-item.blue-item {
  background-color: #f5f9fd;
  border-color: var(--renewal-blue);
}
.renewal-support-overview .support-overview-items .support-overview-item.blue-item::before {
  background-color: var(--renewal-blue) !important;
}
.renewal-support-overview .support-overview-items .support-overview-item.blue-item::after {
  background-color: var(--renewal-blue) !important;
}
.renewal-support-overview .support-overview-items .support-overview-item.gray-item {
  color: #747775;
  background-color: #f2f2f2;
}
.renewal-support-overview .support-overview-items .support-overview-item.left-item::before {
  content: "";
  position: absolute;
  background-color: #747775;
  width: 120px;
  height: 2px;
  right: -120px;
  top: 15%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-items .support-overview-item.left-item::before {
    height: 80px;
    width: 2px;
    right: 50%;
    top: initial;
    bottom: -80px;
  }
}
.renewal-support-overview .support-overview-items .support-overview-item.left-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-color: #747775;
  border-radius: 100vh;
  top: calc(15% - 5px);
  right: -125px;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-items .support-overview-item.left-item::after {
    height: 8px;
    width: 8px;
    right: calc(50% - 3px);
    top: initial;
    bottom: -84px;
  }
}
.renewal-support-overview .support-overview-items .support-overview-item.right-item::before {
  content: "";
  position: absolute;
  background-color: #747775;
  width: 120px;
  height: 2px;
  left: -120px;
  bottom: 13%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-items .support-overview-item.right-item::before {
    height: 80px;
    width: 2px;
    left: initial;
    right: 50%;
    top: -80px;
    bottom: initial;
  }
}
.renewal-support-overview .support-overview-items .support-overview-item.right-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-color: #747775;
  border-radius: 100vh;
  bottom: calc(13% - 5px);
  left: -125px;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-items .support-overview-item.right-item::after {
    height: 8px;
    width: 8px;
    left: initial;
    right: calc(50% - 3px);
    top: -84px;
    bottom: initial;
  }
}
.renewal-support-overview .support-overview-items .support-overview-item .category {
  font-weight: bold;
  font-size: 16px;
}
.renewal-support-overview .support-overview-items .support-overview-item h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.3;
}
.renewal-support-overview .support-overview-items .support-overview-item .item-text {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.4;
}
.renewal-support-overview .support-overview-items .support-overview-item ul {
  font-size: 14px;
  margin-top: 20px;
}
.renewal-support-overview .support-overview-items .support-overview-item ul li {
  margin-bottom: 10px;
}
.renewal-support-overview .support-overview-items .support-overview-item .color-red {
  color: var(--renewal-main-color);
}
.renewal-support-overview .support-overview-items .support-overview-item .color-blue {
  color: var(--renewal-blue);
}
.renewal-support-overview .support-overview-items .support-overview-item .support-overview-item-btn {
  display: block;
  padding: 20px 20px;
  text-align: center;
  -webkit-box-shadow: #747775 6px 6px 8px;
          box-shadow: #747775 6px 6px 8px;
  border: 1px solid #747775;
  background-color: white;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-items .support-overview-item .support-overview-item-btn {
    width: 95%;
    bottom: 40px;
  }
}
.renewal-support-overview .support-overview-items .support-overview-item .support-overview-item-btn:hover {
  background-color: var(--renewal-blue);
  color: white;
}
.renewal-support-overview .support-overview-items .support-overview-item .support-overview-item-btn.red-btn:hover {
  background-color: var(--renewal-main-color);
}
.renewal-support-overview .support-overview-items .support-overview-img {
  min-width: 400px;
  width: 100%;
  max-width: 400px;
  -webkit-transform: translateY(calc(50% - 170px));
          transform: translateY(calc(50% - 170px));
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-items .support-overview-img {
    min-width: initial;
    max-width: 600px;
    margin: auto;
    -webkit-transform: initial;
            transform: initial;
  }
}
.renewal-support-overview .support-overview-bottom-text {
  background-color: var(--renewal-black);
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .support-overview-bottom-text {
    font-size: 16px;
  }
}
.renewal-support-overview .activation-support-overview-bottom-text {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #747775;
}
@media screen and (max-width: 900px) {
  .renewal-support-overview .activation-support-overview-bottom-text {
    font-size: 16px;
  }
}
.renewal-support-overview .activation-support-overview-bottom-text .cross {
  font-size: 0.75em;
}
.renewal-support-overview .activation-support-overview-bottom-text .color-black {
  color: var(--renewal-black);
}
.renewal-support-overview .activation-support-overview-bottom-text .color-blue {
  color: #2f75b5;
}

.renewal-about-support {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-about-support {
    margin-top: 70px;
  }
}
.renewal-about-support .renewal-container .lead {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .renewal-about-support .renewal-container .lead {
    text-align: left;
  }
}
.renewal-about-support .renewal-container .about-support-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .renewal-about-support .renewal-container .about-support-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.renewal-about-support .renewal-container .about-support-items .about-support-item {
  width: 100%;
  border: 2px solid var(--renewal-border-color);
  border-radius: 10px;
  padding: 35px 15px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .renewal-about-support .renewal-container .about-support-items .about-support-item {
    padding: 30px 15px;
  }
}
.renewal-about-support .renewal-container .about-support-items .about-support-item .item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .renewal-about-support .renewal-container .about-support-items .about-support-item .item-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.renewal-about-support .renewal-container .about-support-items .about-support-item .item-title-wrapper .step {
  color: var(--renewal-main-color);
  min-width: 65px;
}
.renewal-about-support .renewal-container .about-support-items .about-support-item .item-text {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .renewal-about-support .renewal-container .about-support-items .about-support-item .item-text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.renewal-about-support .renewal-container .about-support-items .arrow {
  max-width: 30px;
  -webkit-transform: translateY(48%);
          transform: translateY(48%);
}
@media screen and (max-width: 900px) {
  .renewal-about-support .renewal-container .about-support-items .arrow {
    -webkit-transform: initial;
            transform: initial;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    max-width: 22px;
  }
}

.renewal-approach {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-approach {
    margin-top: 70px;
  }
}
.renewal-approach .renewal-container .approach-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .renewal-approach .renewal-container .approach-items {
    gap: 15px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .renewal-approach .renewal-container .approach-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.renewal-approach .renewal-container .approach-items .approach-item {
  width: 100%;
  padding: 20px 20px 30px;
  border: 2px solid var(--renewal-border-color);
  border-radius: 10px;
}
.renewal-approach .renewal-container .approach-items .approach-item.bg-blue {
  background-color: #f2f7fc;
}
.renewal-approach .renewal-container .approach-items .approach-item.bg-gray {
  background-color: #f8f8f8;
}
.renewal-approach .renewal-container .approach-items .approach-item .icon {
  max-width: 85px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .renewal-approach .renewal-container .approach-items .approach-item .icon {
    max-width: 70px;
  }
}
.renewal-approach .renewal-container .approach-items .approach-item .icon.activation-icon {
  max-width: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-approach .renewal-container .approach-items .approach-item .icon.activation-icon {
    max-width: 85px;
  }
}
.renewal-approach .renewal-container .approach-items .approach-item h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .renewal-approach .renewal-container .approach-items .approach-item h3 {
    font-size: 20px;
  }
}
.renewal-approach .renewal-container .approach-items .approach-item .text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .renewal-approach .renewal-container .approach-items .approach-item .text {
    font-size: 14px;
  }
}

.renewal-support-style .renewal-container .lead-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
  gap: 10px;
}
.renewal-support-style .renewal-container .lead-flex .icon-item {
  max-width: 100px;
}
@media screen and (max-width: 900px) {
  .renewal-support-style .renewal-container .lead-flex .icon-item {
    max-width: 70px;
  }
}
@media screen and (max-width: 500px) {
  .renewal-support-style .renewal-container .lead-flex .icon-item {
    max-width: 60px;
  }
}
.renewal-support-style .renewal-container .lead-flex .icon-item .icon-item-text {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .renewal-support-style .renewal-container .lead-flex .icon-item .icon-item-text {
    font-size: 16px;
  }
}
.renewal-support-style .renewal-container .lead-flex .icon-item .icon.reverse-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.renewal-support-style .renewal-container .lead-flex .lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .renewal-support-style .renewal-container .lead-flex .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .renewal-support-style .renewal-container .lead-flex .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .renewal-support-style .renewal-container .lead-flex .lead {
    font-size: 14px;
  }
}
.renewal-support-style .renewal-container .renewal-support-style-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .renewal-support-style .renewal-container .renewal-support-style-items {
    overflow-x: scroll;
  }
}
.renewal-support-style .renewal-container .renewal-support-style-items .renewal-support-style-item {
  border-radius: 10px;
  border: 2px solid var(--renewal-border-color);
  width: 100%;
  padding: 30px 15px;
}
@media screen and (max-width: 900px) {
  .renewal-support-style .renewal-container .renewal-support-style-items .renewal-support-style-item {
    min-width: 200px;
  }
}
.renewal-support-style .renewal-container .renewal-support-style-items .renewal-support-style-item .english {
  text-align: center;
  color: var(--renewal-main-color);
  font-weight: bold;
  font-size: 15px;
}
.renewal-support-style .renewal-container .renewal-support-style-items .renewal-support-style-item h3 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.renewal-support-style .renewal-container .renewal-support-style-items .renewal-support-style-item .item-lead {
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.renewal-support-style .renewal-container .renewal-support-style-items .renewal-support-style-item ul li {
  font-size: 14px;
  line-height: 1.5;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
page-marketing-support-services.php（マーケティング支援）、
page-activation-support-service.php（アクティベート支援）終了
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*//*# sourceMappingURL=page-renewal.css.map */