@charset "UTF-8";
.button1 {
  display: inline-block;
  background-color: #00af50;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.875rem;
}
.button1:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .button1:hover {
    transition: none;
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .button1 {
    padding: 16px;
  }
}
@media screen and (max-width: 1025px) {
  .button1 {
    padding: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .button1 {
    padding: 8px;
  }
}

.button1--mg {
  background-color: #fd2864;
}

.button1--sns {
  background-color: #0080fd;
}

.button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffa339;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  height: 104px;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 1025px) {
  .button2 {
    padding: 8px;
    font-size: 0.875rem;
    height: 64px;
  }
}
.button2:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .button2:hover {
    transition: none;
    opacity: 1;
  }
}

.button3 {
  display: block;
  background-color: #00af50;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .button3 {
    padding: 16px;
    font-size: 0.875rem;
    max-width: 580px;
  }
}
.button3:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .button3:hover {
    transition: none;
    opacity: 1;
  }
}
.button3--red {
  background-color: #d96b51;
}

.button4 {
  display: block;
  background-color: #fff;
  color: #00af50;
  border: 2px solid #00af50;
  padding: 16px;
  border-radius: 8px;
  max-width: 336px;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  position: relative;
  z-index: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.5s ease;
}
@media screen and (max-width: 1025px) {
  .button4 {
    font-size: 0.875rem;
  }
}
.button4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00af50;
  z-index: -1;
  transition: width 0.5s ease, height 0.5s ease;
}
@media screen and (max-width: 835px) {
  .button4::before {
    display: none;
  }
}
.button4:hover::before {
  width: 100%;
  height: 100%;
}
.button4:hover {
  color: #fff;
  transition: 0.5s;
  transform: scale(105%);
}
@media screen and (max-width: 835px) {
  .button4:hover {
    transition: none;
    transform: scale(100%);
  }
}
@media screen and (max-width: 1025px) {
  .button4:hover {
    color: #00af50;
  }
}

.button4--mg {
  color: #fd2864;
  border: 2px solid #fd2864;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.5s ease;
}
.button4--mg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fd2864;
  z-index: -1;
  transition: width 0.5s ease, height 0.5s ease;
}
@media screen and (max-width: 835px) {
  .button4--mg::before {
    display: none;
  }
}
.button4--mg:hover::before {
  width: 100%;
  height: 100%;
}
.button4--mg:hover {
  color: #fff;
  transition: 0.5s;
  transform: scale(105%);
}
@media screen and (max-width: 835px) {
  .button4--mg:hover {
    transition: none;
    transform: scale(100%);
  }
}
@media screen and (max-width: 1025px) {
  .button4--mg:hover {
    color: #fd2864;
  }
}

.button4--sns {
  color: #0080fd;
  border: 2px solid #0080fd;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.5s ease;
}
.button4--sns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0080fd;
  z-index: -1;
  transition: width 0.5s ease, height 0.5s ease;
}
@media screen and (max-width: 835px) {
  .button4--sns::before {
    display: none;
  }
}
.button4--sns:hover::before {
  width: 100%;
  height: 100%;
}
.button4--sns:hover {
  color: #fff;
  transition: 0.5s;
  transform: scale(105%);
}
@media screen and (max-width: 835px) {
  .button4--sns:hover {
    transition: none;
    transform: scale(100%);
  }
}
@media screen and (max-width: 1025px) {
  .button4--sns:hover {
    color: #0080fd;
  }
}

.button5 {
  display: block;
  background-color: #fff;
  color: #d96b51;
  border: 2px solid #d96b51;
  padding: 16px;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  position: relative;
  z-index: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.5s ease;
}
@media screen and (max-width: 1025px) {
  .button5 {
    font-size: 0.875rem;
  }
}
.button5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #d96b51;
  z-index: -1;
  transition: width 0.5s ease, height 0.5s ease;
}
@media screen and (max-width: 835px) {
  .button5::before {
    display: none;
  }
}
.button5:hover::before {
  width: 100%;
  height: 100%;
}
.button5:hover {
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .button5:hover {
    color: #00af50;
  }
}

.button6 {
  display: block;
  background-color: #00af50;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  max-width: 337px;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .button6 {
    padding: 16px;
    font-size: 0.875rem;
    max-width: 580px;
  }
}
.button6:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .button6:hover {
    transition: none;
    opacity: 1;
  }
}
.button6--red {
  background-color: #d96b51;
}

.logo-slider {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.column-slider {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide {
  height: auto;
  width: 100%;
  background-color: #fff;
}
.swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  width: 100%;
  height: auto;
}

.swiper-slide-adjustment {
  box-shadow: 7px 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper.wp-card-slider {
  padding: 64px 0 !important;
}
@media screen and (max-width: 480px) {
  .swiper.wp-card-slider {
    padding: 32px 0 !important;
  }
}

.swiper.thumb-slider {
  padding: 16px 0;
  max-height: 180px;
}
.swiper.thumb-slider img {
  height: 160px;
  background-color: #fff;
}

/* 基本スタイル */
.column-slider .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.5); /* デフォルトは縮小 */
  opacity: 0.6;
  margin-top: 32px;
}
.column-slider .swiper-slide:hover {
  transition: 0.5s;
  transform: translateY(-8px);
}
@media screen and (max-width: 835px) {
  .column-slider .swiper-slide:hover {
    transform: translateY(0);
  }
}

/* アクティブ（中央）スライドを拡大 */
.column-slider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}

/* さらに左右のスライドも調整する場合（オプション） */
.column-slider .swiper-slide-prev,
.column-slider .swiper-slide-next {
  opacity: 0.8;
  transform: scale(0.9);
}

.section-title1__main {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  color: #00af50;
}
@media screen and (max-width: 1025px) {
  .section-title1__main {
    font-size: 1.25rem;
  }
}

.section-title2 {
  text-align: center;
}
.section-title2__main {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  color: #1c201b;
  line-height: 2;
}
@media screen and (max-width: 1025px) {
  .section-title2__main {
    font-size: 1.5rem;
  }
}
.section-title2__main span {
  color: #00af50;
}
.section-title2__sub {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .section-title2__sub {
    font-size: 0.875rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  .section-title2__sub {
    font-size: 0.625rem;
  }
}

.section-title2--mg span {
  color: #fd2864;
}

.section-title2--sns span {
  color: #0080fd;
}

.section-title3 {
  justify-content: center;
  display: flex;
}
.section-title3__main {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  color: #1c201b;
  line-height: 2;
}
@media screen and (max-width: 1025px) {
  .section-title3__main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section-title3__main {
    font-size: 1.25rem;
  }
}
.section-title3__main span {
  color: #00af50;
}

.section-title3--mg span {
  color: #fd2864;
}

.section-title3--sns span {
  color: #0080fd;
}

.section-title4 {
  padding: 16px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  background-color: #00af50;
  font-size: 2.5rem;
  position: relative;
}
.section-title4::after {
  position: absolute;
  content: "";
  background-image: url("../img/triangle2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 104px;
  max-height: 104px;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  top: 92%;
}
@media screen and (max-width: 1025px) {
  .section-title4::after {
    top: 70%;
    width: 6%;
  }
}
@media screen and (max-width: 480px) {
  .section-title4::after {
    top: 64%;
    width: 12%;
  }
}
@media screen and (max-width: 1025px) {
  .section-title4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .section-title4 {
    font-size: 1rem;
  }
}
.section-title4--mg {
  background-color: #fd2864;
}
.section-title4--mg::after {
  background-image: url("../img/triangle2--mg.svg");
}
.section-title4--sns {
  background-color: #0080fd;
}
.section-title4--sns::after {
  background-image: url("../img/triangle2--sns.svg");
}

.section-title5 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #1c201b;
  margin: 0 auto;
  line-height: 2;
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  .section-title5 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.section-title5 span {
  color: #00af50;
}
.section-title5 p {
  padding: 0 16px;
  margin-top: 16px;
}
.section-title5::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background-color: #eff288;
  top: 0;
}

.section-title5--2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #1c201b;
  margin: 0 auto;
  line-height: 2;
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  .section-title5--2 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.section-title5--2 span {
  color: #00af50;
}
.section-title5--2 p {
  padding: 0 16px;
  margin-top: 16px;
}

.contact-sub {
  margin-bottom: 32px;
}

.label1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #d96b51;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  max-width: 120px;
  max-height: 36px;
}
@media screen and (max-width: 1025px) {
  .label1 {
    right: 0;
    padding: 8px;
    font-size: 1rem;
    max-width: 76px;
    max-height: 18px;
  }
}

.label2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background-color: #d96b51;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  max-width: 88px;
  max-height: 32px;
}
@media screen and (max-width: 1025px) {
  .label2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .label2 {
    padding: 4px;
    max-width: 72px;
    max-height: 24px;
  }
}

.label3 {
  content: "";
  position: absolute;
  top: 10%;
  right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 6px 24px;
  background-color: #d96b51;
  color: #fff;
  width: 256px;
  height: 32px;
  border-radius: 60px;
}
@media screen and (max-width: 1025px) {
  .label3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .label3 {
    top: 32%;
    width: 120px;
    display: flex;
    height: 40px;
    padding: 2px;
    text-align: center;
    font-size: 0.75rem;
  }
}

.label3--mg {
  background-color: #ffa339;
}

.label4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  color: #00af50;
  width: 100%;
  border: 1px solid #00af50;
  min-width: 120px;
}
@media screen and (max-width: 1025px) {
  .label4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .label4 {
    padding: 4px;
  }
}
.label4--red {
  border: 1px solid #d96b51;
  color: #fff;
  background-color: #d96b51;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .label4--red {
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .label4--red {
    padding: 4px;
  }
}

.label5 {
  border: 1px solid #d96b51;
  color: #fff;
  background-color: #d96b51;
  display: inline-block;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .label5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .label5 {
    padding: 4px;
  }
}

.label6 {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  padding: 8px;
  color: #00af50;
  border: 1px solid #00af50;
  min-width: 120px;
}
.label6:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .label6:hover {
    transition: none;
    opacity: 1;
  }
}
@media screen and (max-width: 1025px) {
  .label6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .label6 {
    padding: 4px;
  }
}

.label7 {
  border: 2px solid #00af50;
  color: #00af50;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 80px;
  padding: 16px;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .label7 {
    font-size: 1rem;
    padding: 8px;
  }
}

.fukidashi-2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  background-color: #fff;
  border: 2px solid #00af50;
  border-radius: 32px;
}

@media screen and (max-width: 835px) {
  .fukidashi-2 {
    width: 100%;
  }
}
.campaign-list-card a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  border: 8px solid #00af50;
  border-radius: 16px;
  background-color: #00af50;
  max-width: 100%;
}
@media screen and (min-width: 1600px) {
  .campaign-list-card a {
    max-width: 100%;
  }
}
.campaign-list-card a .campaign-list-card__title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 1025px) {
  .campaign-list-card a .campaign-list-card__title {
    font-size: 1rem;
  }
}
.campaign-list-card a .campaign-list-card__title p {
  color: #fff;
}
.campaign-list-card a .campaign-list-card__contents {
  background-color: #fff;
  padding: 16px;
  flex-grow: 1;
}
.campaign-list-card a .campaign-card__main {
  display: flex;
  position: relative;
  padding: 16px 0;
}
.campaign-list-card a .campaign-card__main .campaign-card__text {
  width: 80%;
  padding: 12px 32px;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: bold;
  background: linear-gradient(to right, #eff288 65%, transparent 100%);
}
@media screen and (min-width: 1600px) {
  .campaign-list-card a .campaign-card__main .campaign-card__text {
    padding: 64px 32px;
    font-size: 1.25rem;
  }
}
.campaign-list-card a .campaign-card__main .campaign-card__img {
  max-width: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
  .campaign-list-card a .campaign-card__main .campaign-card__img {
    max-width: 104px;
  }
}
@media screen and (max-width: 1025px) {
  .campaign-list-card a .campaign-card__main .campaign-card__img {
    max-width: 72px;
    right: 0;
  }
}
.campaign-list-card a .campaign-card__main .campaign-card__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.campaign-list-card a .campaign-card__pointlist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}
@media screen and (min-width: 1600px) {
  .campaign-list-card a .campaign-card__pointlist {
    padding: 16px 0;
  }
}
.campaign-list-card a .campaign-card__pointitem {
  display: flex;
  align-items: center;
  padding: 4px;
  font-weight: bold;
  border-bottom: 2px dotted;
  color: #1c201b;
  font-size: 0.875rem;
}
@media screen and (min-width: 1600px) {
  .campaign-list-card a .campaign-card__pointitem {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1025px) {
  .campaign-list-card a .campaign-card__pointitem {
    font-weight: normal;
  }
}
.campaign-list-card a .campaign-card__pointitem::before {
  content: "";
  display: inline-block;
  background-image: url(../img/checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.campaign-list-card a .campaign-list-card__foot {
  padding: 8px 0 0 0;
  text-align: end;
}
.campaign-list-card a .campaign-list-card__foot p {
  display: inline-block;
  color: #fff;
  font-weight: 900;
}
.campaign-list-card a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .campaign-list-card a:hover {
    transition: none;
    opacity: 1;
  }
}

.campaign-list-card--mg a {
  border: 8px solid #fd2864;
  background-color: #fd2864;
}

.card2 {
  height: auto;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  box-shadow: 0 4px 4px 0 #dfdfdf;
}
.card2:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .card2:hover {
    transition: none;
    opacity: 1;
  }
}
.card2 .card2__image {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
  max-height: 480px;
}
.card2 .card2__image:hover {
  transition: 0.5s;
  transform: scale(105%);
}
@media screen and (max-width: 835px) {
  .card2 .card2__image:hover {
    transition: none;
    transform: scale(100%);
  }
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list-item {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
}

.card3 {
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 4px 0 #dfdfdf;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .card3 {
    width: 56%;
  }
}
@media screen and (max-width: 480px) {
  .card3 {
    width: 100%;
  }
}

.card3-top {
  width: 100%;
  height: 144px;
  flex-shrink: 0;
}
.card3-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card3-bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.card3-bottom .card3-text__main {
  font-size: 1.25rem;
  font-weight: 900;
  padding: 8px 0;
}
.card3-bottom .card3-text__description {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 8px;
  text-align: left;
}

/* レスポンシブ調整（オプション） */
@media screen and (max-width: 768px) {
  .features-list {
    flex-direction: column;
  }
  .features-list-item {
    flex: 1 1 100%;
  }
}
.card4 {
  width: 100%;
  border: 3px solid #1c201b;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1025px) {
  .card4 {
    max-width: 72%;
    padding: 12px;
    text-align: center;
    border: 2px solid #1c201b;
  }
}
@media screen and (max-width: 480px) {
  .card4 {
    font-size: 0.75rem;
    max-width: 100%;
  }
}

.card5 {
  border: 1px solid #fff;
  box-shadow: 0 4px 4px 0 #dfdfdf;
  display: block;
  width: 100%;
  height: 100%;
}
.card5__image {
  width: 100%;
  overflow: hidden;
  max-height: 60%;
}
.card5__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.card5__sub {
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .card5__sub {
    flex-wrap: wrap;
  }
}
.card5__title {
  padding: 8px;
  font-weight: bold;
  align-items: start;
  text-align: left;
  display: -webkit-box; /* ← 必須：ボックス化 */
  -webkit-box-orient: vertical; /* ← 縦方向に制限 */
  -webkit-line-clamp: 3; /* ← 3行でカット */
  overflow: hidden; /* ← はみ出し非表示 */
  text-overflow: ellipsis; /* ← 末尾を ... 表示 */
  word-break: break-word; /* ← 長い単語も折り返し */
  min-height: 4.5em; /* ← 3行分の高さ確保 */
}
.card5:hover {
  transition: 0.5s;
  transform: translateY(-8px);
}
@media screen and (max-width: 835px) {
  .card5:hover {
    transform: translateY(0);
  }
}

.card6 {
  display: block;
  background-color: #fff;
  box-shadow: 4px 10px 24px 0 rgba(56, 56, 56, 0.25);
}
.card6 .card6-image {
  width: 100%;
  overflow: hidden;
  max-height: 60%;
}
.card6 .card6-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.card6 .card6-bottom {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  text-align: left;
}
.card6 .card6-bottom .card6__maintitle {
  font-weight: bold;
  font-size: 1.25rem;
}
.card6:hover {
  transition: 0.5s;
  transform: translateY(-8px);
}
@media screen and (max-width: 835px) {
  .card6:hover {
    transform: translateY(0);
  }
}

.sns-campaign-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
@media screen and (min-width: 1600px) {
  .sns-campaign-card {
    max-width: 100%;
  }
}
.sns-campaign-card .sns-campaign-card__title {
  font-size: 1.5rem;
  font-weight: 900;
  padding: 8px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .sns-campaign-card .sns-campaign-card__title {
    font-size: 1rem;
  }
}
.sns-campaign-card .sns-campaign-card__title p {
  color: #fff;
}
.sns-campaign-card .sns-campaign-card__content {
  background-color: #fff;
  padding: 32px;
  flex: 1;
}
.sns-campaign-card .sns-campaign-card__content p:nth-child(1) {
  font-weight: bold;
  text-align: center;
}
.sns-campaign-card .campaign-list-card__foot {
  padding: 8px 0 0 0;
  text-align: end;
}
.sns-campaign-card .campaign-list-card__foot p {
  display: inline-block;
  color: #fff;
  font-weight: 900;
}

.inner-card {
  margin: 16px 0;
  width: 100%;
}
.inner-card__title {
  padding: 8px;
  font-size: 0.75rem;
  text-align: center;
}
.inner-card__title p {
  color: #fff;
}
.inner-card__img {
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  display: flex;
  justify-content: center;
  padding: 16px;
}
.inner-card__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.inner-card__text {
  font-size: 0.625rem;
  font-weight: 100;
  padding: 8px;
}

.sns-cardColor--x {
  border: 8px solid #05acfd;
  background-color: #05acfd;
}

.sns-cardColor--insta {
  border: 8px solid #e31691;
  background-color: #e31691;
}

.inner-cardColor--x {
  background-color: #05acfd;
}

.inner-cardColor--insta {
  background-color: #e31691;
}

.paginaition {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paginaition__prevnext {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s ease;
}
.paginaition__prevnext.disabled {
  pointer-events: none;
  opacity: 0.4;
  color: #999;
  background-color: #eee;
  padding: 8px 24px;
}
@media screen and (max-width: 480px) {
  .paginaition__prevnext.disabled {
    padding: 8px;
  }
}
.paginaition__prevnext a {
  color: #00af50;
  background-color: #f8f8f8;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 4px;
  transition: 0.3s ease;
}
@media screen and (max-width: 480px) {
  .paginaition__prevnext a {
    padding: 8px;
  }
}
.paginaition .paginaition__number-list {
  display: flex;
  gap: 40px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .paginaition .paginaition__number-list {
    gap: 8px;
  }
}
.paginaition .paginaition__number-list .paginaition__number-item {
  padding: 8px 24px;
}
@media screen and (max-width: 480px) {
  .paginaition .paginaition__number-list .paginaition__number-item {
    padding: 8px;
  }
}
.paginaition .paginaition__number-list .paginaition__number-item a {
  text-decoration: none;
  color: #bababa;
}
.paginaition .paginaition__number-list .paginaition__number-item--active {
  background-color: #f8f8f8;
  color: #00af50;
  pointer-events: none;
}

.breadcrumbs {
  margin-bottom: 32px;
  display: flex;
}
.breadcrumbs .breadcrumbs__contents {
  margin-left: 8px;
}
.breadcrumbs .breadcrumbs__contents:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1025px) {
  .breadcrumbs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 16px 0;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs .breadcrumbs__contents {
    display: inline-block;
  }
}

.breadcrumbs--bottom {
  margin-top: 32px;
}

.right-arrow-icon::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 8px;
  color: #fff;
}

.right-arrow-icon--green::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 8px;
  color: #00af50;
}
.right-arrow-icon--green:hover::after {
  color: #fff;
}

.right-arrow-icon--mg::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 8px;
  color: #fd2864;
}
.right-arrow-icon--mg:hover::after {
  color: #fff;
}

.right-arrow-icon--page::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 8px;
  color: #bababa;
}

.right-arrow-icon--page--active::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 8px;
  color: #00af50;
}

.left-arrow-icon::before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 8px;
  color: #bababa;
}

.left-arrow-icon--active::before {
  font-family: FontAwesome;
  content: "\f104";
  margin-right: 8px;
  color: #00af50;
}

.down-arrow-icon::after {
  font-family: FontAwesome;
  content: "\f107"; /* ▼ */
  color: #333; /* var.$textColor を適宜置換 */
  position: absolute;
  left: 80%;
}

/* 親の .mask-link-item に .active が付いたときに上向きに変更 */
.mask-link-item.active > .down-arrow-icon::after {
  content: "\f106"; /* ▲ */
}

.mail-icon::before {
  font-family: FontAwesome;
  content: "\f0e0";
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .mail-icon::before {
    display: none;
  }
}

.material-icon::before {
  font-family: FontAwesome;
  content: "\f15b";
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .material-icon::before {
    display: none;
  }
}

.checkicon::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #00af50;
  margin-right: 8px;
  font-weight: 100;
}

.exclamation-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 1em;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .exclamation-icon {
    width: 0.8em;
    margin-left: 0;
  }
}

.eng-sub--usecase::before {
  content: "";
  margin: 0 auto;
  display: block;
  height: 40px;
  width: 288px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../img/campaign/common/UseCaseScenarios.svg");
}
@media screen and (max-width: 1025px) {
  .eng-sub--usecase::before {
    width: 50%;
    height: 20px;
  }
}

.eng-sub--casestudies::before {
  content: "";
  margin: 0 auto;
  display: block;
  height: 40px;
  width: 288px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../img/campaign/common/CaseStudies.svg");
}
@media screen and (max-width: 1025px) {
  .eng-sub--casestudies::before {
    width: 50%;
    height: 20px;
  }
}

.eng-sub--materials::before {
  content: "";
  margin: 0 auto;
  display: block;
  height: 40px;
  width: 288px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../img/campaign/common/RelatedMaterials.svg");
}
@media screen and (max-width: 1025px) {
  .eng-sub--materials::before {
    width: 50%;
    height: 20px;
  }
}

.eng-sub-img {
  margin: 0 auto;
  max-height: 48px;
  max-width: 288px;
  display: flex;
  justify-content: center;
}
.eng-sub-img img {
  width: 100%;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1025px) {
  .eng-sub-img img {
    width: 50%;
    height: 24px;
  }
}

.qaicon {
  width: 6%;
  display: flex;
  align-items: center;
}
.qaicon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .qaicon {
    width: 10%;
  }
}

.questionicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 1025px) {
  .questionicon {
    width: 16px;
  }
}
.questionicon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.plusicon::after {
  font-family: FontAwesome;
  content: "+";
  font-weight: 900;
  transition: transform 0.3s ease;
}

.tag-icon::before {
  font-family: FontAwesome;
  content: "\f02b";
  font-weight: 900;
  transition: transform 0.3s ease;
  margin-right: 8px;
}

.folder-icon::before {
  font-family: FontAwesome;
  content: "\f07b";
  font-weight: 900;
  transition: transform 0.3s ease;
  margin-right: 8px;
}

.magnifying-icon::after {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  content: "\f002";
  font-weight: 900;
  transition: transform 0.3s ease;
  margin-right: 8px;
  transform: translateY(-50%);
  top: 50%;
  color: #00af50;
}

.home-icon::after {
  font-family: FontAwesome;
  content: "\f015";
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  color: #1c201b;
}

.clock-icon::before {
  font-family: FontAwesome;
  content: "\f017";
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  color: #1c201b;
  margin-right: 8px;
}

.rotate-icon::before {
  font-family: FontAwesome;
  content: "\f1da";
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  color: #1c201b;
  margin-right: 8px;
}

.contents-tabele-arrow::before {
  font-family: FontAwesome;
  content: "\f053";
  margin-right: 8px;
  color: #00af50;
}

.contents-tabele-arrow--under::before {
  font-family: FontAwesome;
  content: "\f0d7";
  margin-right: 8px;
  color: #1c201b;
}

.pen-icon::before {
  font-family: FontAwesome;
  content: "\f304";
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  color: #1c201b;
  margin-right: 8px;
}

.x-icon::before {
  content: "";
  background-image: url("../img/logo_x.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 50px;
}

.insta-icon::before {
  content: "";
  background-image: url("../img/logo_instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 50px;
}

@media screen and (max-width: 835px) {
  .tab-invisible {
    display: none;
  }
}

.material-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .material-sp {
    display: inline;
  }
}

.material-tab {
  display: none;
}
@media screen and (max-width: 835px) {
  .material-tab {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .material-pc {
    display: none;
  }
}

@media screen and (max-width: 835px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .section-title2__sub--bg-inner-sp {
    padding: 0 12px;
  }
}

.fullpc-br {
  display: none;
}
@media screen and (min-width: 1600px) {
  .fullpc-br {
    display: block;
  }
}

html {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 1rem;
  background-color: #fff;
  position: relative;
}

main {
  width: 100%;
}

.inner {
  padding: 128px 16px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .inner {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1025px) {
  .inner {
    padding: 24px 16px;
    max-width: 824px;
  }
}
@media screen and (max-width: 1025px) {
  .inner {
    padding: 24px 12px;
    max-width: 736px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 32px 0;
    max-width: 351px;
  }
}
.inner--service {
  padding: 0;
}
@media screen and (max-width: 1025px) {
  .inner--service {
    padding: 24px 0;
    max-width: 824px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--service {
    max-width: 736px;
  }
}
@media screen and (max-width: 480px) {
  .inner--service {
    max-width: 351px;
  }
}
.inner--campaign {
  padding: 64px 16px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .inner--campaign {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--campaign {
    padding: 24px 88px;
    max-width: 824px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--campaign {
    max-width: 736px;
  }
}
@media screen and (max-width: 480px) {
  .inner--campaign {
    padding: 32px 0;
    max-width: 351px;
  }
}
.inner--campaign2 {
  padding: 64px 16px 128px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1600px) {
  .inner--campaign2 {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--campaign2 {
    padding: 24px 16px;
    max-width: 824px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--campaign2 {
    padding: 24px 12px;
    max-width: 736px;
  }
}
@media screen and (max-width: 480px) {
  .inner--campaign2 {
    padding: 32px 0;
    max-width: 351px;
  }
}
.inner--cta {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 1025px) {
  .inner--cta {
    margin: 0 auto;
    padding: 24px 0;
    max-width: 824px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--cta {
    padding: 24px 0;
    max-width: 736px;
  }
}
@media screen and (max-width: 480px) {
  .inner--cta {
    max-width: 351px;
    flex-direction: column;
  }
}

.background {
  padding: 96px 16px;
  background-color: #eff288;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .background {
    padding: 32px 12px;
  }
}
@media screen and (max-width: 480px) {
  .background {
    padding: 32px 12px;
  }
}

.background--mg {
  background-color: #fed2dc;
}

.background--sns {
  background-color: #dbf3fd;
}

@media screen and (max-width: 1025px) {
  section {
    margin: 32px auto;
  }
}

.column3row1-card-list {
  padding: 64px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1025px) {
  .column3row1-card-list {
    grid-template-columns: repeat(1, 3fr);
    padding: 16px 0;
    place-items: center;
  }
}

.column3row4-card-list {
  padding: 64px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: auto;
  gap: 32px;
  align-items: stretch;
}
@media screen and (max-width: 1025px) {
  .column3row4-card-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 0;
    place-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .column3row4-card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1025px) {
  .column3row4-card-list li {
    width: 100%;
  }
}

.section-button-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.header {
  padding: 8px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
.header .header-inner {
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .header .header-inner {
    max-width: 1856px;
  }
}
@media screen and (max-width: 1025px) {
  .header .header-inner {
    max-width: 992px;
  }
}
@media screen and (max-width: 1025px) {
  .header .header-inner {
    max-width: 736px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-inner {
    max-width: 351px;
  }
}
.header .header-button {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1025px) {
  .header .header-button {
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-button {
    min-width: 0;
  }
}
@media screen and (max-width: 1025px) {
  .header {
    gap: 12px;
    right: 0;
    padding: 12px;
  }
}
.header-logo {
  overflow: hidden;
  max-width: 160px;
}
@media screen and (max-width: 1025px) {
  .header-logo {
    max-width: 128px;
  }
}
@media screen and (max-width: 480px) {
  .header-logo {
    max-width: 112px;
  }
}
.header-logo:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .header-logo:hover {
    transition: none;
    opacity: 1;
  }
}
.header-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.header-navi {
  height: 100%;
}
.header-navi__list {
  display: flex;
  gap: 32px;
  font-size: 0.875rem;
  font-weight: bold;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  .header-navi__list {
    font-size: 1rem;
    gap: 64px;
  }
}
@media screen and (max-width: 1025px) {
  .header-navi__list {
    display: none;
  }
}
.header-navi__item {
  position: relative;
  height: 100%;
  padding: 16px 0;
}
.header-navi__item a {
  padding: 16px 0;
}
.header-navi__item:hover .header-navi__dropdown {
  display: grid;
}
.header-navi__item .header-navi__dropdown {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.875rem;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  min-width: 680px;
}
.header-navi__item .header-navi__dropdown__item {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-navi__item .header-navi__dropdown__item::after {
  content: "";
  border-bottom: 4px solid #00af50;
  width: 0%;
  bottom: 0;
  position: absolute;
}
.header-navi__item .header-navi__dropdown__item:hover {
  opacity: 0.7;
  color: #00af50;
}
.header-navi__item .header-navi__dropdown__item:hover::after {
  width: 100%;
  transition: 0.5s;
}
.header .header-menu {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header .header-menu {
    display: block;
    max-width: 40px;
    width: 100%;
    height: 45px;
    position: relative;
  }
  .header .header-menu span {
    display: block;
    background-color: #1c201b;
    width: 100%;
    height: 2px;
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  .header .header-menu span:nth-child(1) {
    top: 12px;
  }
  .header .header-menu span:nth-child(2) {
    top: 20px;
  }
  .header .header-menu span:nth-child(3) {
    top: 28px;
  }
}
.header .headermenu-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .headermenu-open span:nth-child(2) {
  opacity: 0;
}
.header .headermenu-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header-navi__link:hover {
  opacity: 0.7;
  color: #00af50;
}
.header-navi__link--menu {
  position: relative;
}
.header-navi__link--menu::after {
  font-family: FontAwesome;
  content: "\f107";
  margin-left: 10px;
  pointer-events: none;
}

.mask {
  display: none;
  position: absolute;
  left: 0;
  padding: 0 12px;
  top: 68px;
  width: 100%;
  height: 70vh;
  background-color: #fff;
  z-index: 5;
}
@media screen and (max-width: 1025px) {
  .mask {
    top: 84px;
  }
}
@media screen and (max-width: 1025px) {
  .mask {
    top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .mask {
    top: 64px;
  }
}
.mask.visible {
  display: block;
}
.mask .mask-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mask .mask-link .mask-link-item {
  font-weight: bold;
  text-align: center;
}
.mask .mask-link .mask-link-item a {
  position: relative;
  padding: 12px;
  display: block;
  background-color: #fff;
}
.mask .mask-submenu {
  display: none;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mask .mask-submenu li a {
  display: block;
  padding: 10px;
  font-weight: normal;
  border-top: 1px solid #ccc;
}
.mask .open {
  display: block;
}

.mv {
  margin-top: 104px;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .mv {
    height: 640px;
    gap: 8px;
  }
}
@media screen and (max-width: 1025px) {
  .mv {
    margin-top: 80px;
    gap: 8px;
  }
}
@media screen and (max-width: 1025px) {
  .mv {
    align-items: center;
    padding: 32px;
  }
}
@media screen and (max-width: 480px) {
  .mv {
    flex-direction: column-reverse;
    margin-top: 52px;
    margin-bottom: 16px;
    padding: 12px;
  }
}
.mv .mv-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; /* 背景に回す */
}
@media screen and (max-width: 1025px) {
  .mv .mv-bg__video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mv .mv-bg__video--sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; /* 背景に回す */
}
.mv .mv-inner {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .mv .mv-inner {
    max-width: 1300px;
  }
}
.mv--cptitle {
  width: 100%;
  align-items: center;
  background-position: left;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 88px;
}
@media screen and (min-width: 1600px) {
  .mv--cptitle {
    height: 512px;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .mv--cptitle {
    flex-direction: column;
    margin-top: 70px;
    height: 85%;
    background-size: contain;
    background-position: top;
  }
}
.mv .mv--service {
  justify-content: space-around;
  align-items: center;
  background-color: #e2ffd5;
}
@media screen and (max-width: 480px) {
  .mv .mv--service {
    flex-direction: column;
    margin-top: 48px;
    height: auto;
  }
}
.mv .mv-left {
  min-width: 656px;
  width: 62%;
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  gap: 16px;
}
@media screen and (max-width: 1025px) {
  .mv .mv-left {
    min-width: 416px;
  }
}
@media screen and (max-width: 1025px) {
  .mv .mv-left {
    min-width: 275px;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-left {
    padding: 0;
    margin-top: 12px;
    min-width: 100%;
  }
}
.mv .mv-left--service .service-logo-container {
  position: relative;
}
.mv .mv-left--service .service-logo {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  .mv .mv-left--service .service-logo {
    width: 60%;
  }
}
.mv .mv-left--service .mv-batch img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv .mv-left .mv-left-label {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mv .mv-left .mv-left-label {
    display: none;
  }
}
.mv .mv-left .mv-left-label__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.mv .mv-left .mv-left-textarea {
  font-weight: 900;
  width: 100%;
}
.mv .mv-left .mv-left-textarea__main {
  font-size: 2.5rem;
}
@media screen and (max-width: 1025px) {
  .mv .mv-left .mv-left-textarea__main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1025px) {
  .mv .mv-left .mv-left-textarea__main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-left .mv-left-textarea__main {
    font-size: 1rem;
    font-weight: 900;
  }
}
.mv .mv-left .mv-left-textarea__sub {
  font-size: 2rem;
  padding: 32px 0;
}
@media screen and (max-width: 1025px) {
  .mv .mv-left .mv-left-textarea__sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-left .mv-left-textarea__sub {
    font-size: 1rem;
    font-weight: 900;
    padding: 0;
  }
}
.mv .mv-left .mv-left-textarea__sub span {
  color: #d96b51;
}
.mv .mv-left .mv-left-textarea__sub--tg {
  font-size: 1rem;
  font-weight: bold;
  color: #00af50;
  padding: 0;
}
.mv .mv-left .mv-left-textarea__sub--tg span {
  font-weight: bold;
}
@media screen and (min-width: 1600px) {
  .mv .mv-left .mv-left-textarea__sub--tg {
    font-size: 1.25rem;
  }
}
.mv .mv-left .mv-left-textarea__sub--mg {
  font-size: 1rem;
  font-weight: bold;
  color: #fd2864;
  padding: 0;
}
.mv .mv-left .mv-left-textarea__sub--mg span {
  font-weight: bold;
}
@media screen and (min-width: 1600px) {
  .mv .mv-left .mv-left-textarea__sub--mg {
    font-size: 1.25rem;
  }
}
.mv .mv-left .mv-left-textarea__sub--sns {
  font-size: 1rem;
  font-weight: bold;
  color: #0080fd;
  padding: 0;
}
.mv .mv-left .mv-left-textarea__sub--sns span {
  font-weight: bold;
}
@media screen and (min-width: 1600px) {
  .mv .mv-left .mv-left-textarea__sub--sns {
    font-size: 1.25rem;
  }
}
.mv .mv-left .mv-left-textarea .service-cf {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1025px) {
  .mv .mv-left .mv-left-textarea .service-cf {
    font-size: 1rem;
  }
}
.mv .mv-left .mv-left-textarea .service-cf--tg {
  color: #00af50;
}
.mv .mv-left .mv-left-textarea .service-cf--mg {
  color: #fd2864;
}
.mv .mv-left .mv-left-textarea .service-cf--sns {
  color: #0080fd;
}
.mv .mv-left .mv__button-wrap {
  display: flex;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mv .mv-left .mv__button-wrap {
    width: 100%;
    justify-content: space-between;
  }
}
.mv .mv-left--service {
  justify-content: center;
  padding: 0;
}
.mv .mv-right {
  width: 38%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) {
  .mv .mv-right {
    gap: 16px;
  }
}
@media screen and (max-width: 1025px) {
  .mv .mv-right {
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-right {
    width: 100%;
    margin-top: 32px;
    gap: 8px;
    padding: 0 12px;
    position: relative;
  }
}
.mv .mv-right .mv-right-img {
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .mv .mv-right .mv-right-img {
    max-width: 424px;
  }
}
@media screen and (max-width: 1025px) {
  .mv .mv-right .mv-right-img {
    max-width: 284px;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-right .mv-right-img {
    max-width: 100%;
  }
}
.mv .mv-right .mv-right-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 378px;
}
@media screen and (min-width: 1600px) {
  .mv .mv-right .mv-right-img img {
    height: 448px;
  }
}
@media screen and (max-width: 1025px) {
  .mv .mv-right .mv-right-img img {
    height: 320px;
  }
}
@media screen and (max-width: 1025px) {
  .mv .mv-right .mv-right-img img {
    height: 284px;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-right .mv-right-img img {
    height: 232px;
  }
}
@media screen and (max-width: 1025px) {
  .mv .mv-right .mv-right-img--service {
    max-width: 100%;
  }
}
.mv .mv-right .mv-right-textarea__main {
  font-weight: 900;
  font-size: 1rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .mv .mv-right .mv-right-textarea__main {
    font-size: 0.875rem;
  }
}
.mv .mv-right .mv-right-textarea__main::after {
  content: "";
  width: 90%;
  height: 28px;
  position: absolute;
  top: 120%;
  left: 5%;
  background-image: url("../img/border.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media screen and (max-width: 1025px) {
  .mv .mv-right .mv-right-textarea__main::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .mv .mv-right .mv-right-textarea__main::after {
    display: none;
  }
}
.mv .mv-right .mv-right-label {
  display: none;
}
@media screen and (max-width: 480px) {
  .mv .mv-right .mv-right-label {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .mv .mv-right .mv-right-label__img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv .mv-right--service {
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mv .mv-right--service {
    display: none;
  }
}

.mv--top {
  height: 512px;
}
@media screen and (max-width: 1025px) {
  .mv--top {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .mv--top {
    height: 512px;
  }
}

.mv-background {
  width: 100%;
  position: relative;
}
.mv-background--tg {
  width: 100%;
  align-items: center;
  background-position: top;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 88px;
}
@media screen and (min-width: 1600px) {
  .mv-background--tg {
    height: 512px;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .mv-background--tg {
    flex-direction: column;
    margin-top: 70px;
    height: 78%;
    background-size: cover;
    background-position: top;
  }
}
.mv-background--mg {
  width: 100%;
  align-items: center;
  background-image: url(../img/service/mobileget/MG_top.jpg);
  background-position: top;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 88px;
}
@media screen and (min-width: 1600px) {
  .mv-background--mg {
    height: 512px;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .mv-background--mg {
    flex-direction: column;
    margin-top: 70px;
    height: 78%;
    background-size: cover;
    background-position: top;
  }
}
.mv-background--sns {
  width: 100%;
  align-items: center;
  background-image: url(../img/service/sns/SNS_top.jpg);
  background-position: top;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 88px;
}
@media screen and (min-width: 1600px) {
  .mv-background--sns {
    height: 512px;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .mv-background--sns {
    flex-direction: column;
    margin-top: 70px;
    height: 78%;
    background-size: cover;
    background-position: top;
  }
}

.mv--canpark-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mv--canpark-top__image {
  margin: 0 auto;
  max-width: 512px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .mv--canpark-top__image {
    width: 40%;
  }
}
.mv--canpark-top__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv--canpark-top__text {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mv--canpark-top__text {
    font-size: 1rem;
  }
}
.mv--canpark-top__text p {
  text-align: center;
  color: #00af50;
}

.point-list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .point-list {
    margin: 64px 0;
    gap: 32px;
  }
}
.point-list::after {
  position: absolute;
  content: "";
  background-image: url("../img/triangle1.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 424px;
  width: 100%;
  height: 100%;
  max-width: 424px;
  top: -22%;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .point-list::after {
    right: 0;
  }
}
.point-list .point-list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1025px) {
  .point-list .point-list-item {
    gap: 8px;
  }
}
.point-list .point-list-item__title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #00af50;
}
@media screen and (max-width: 1025px) {
  .point-list .point-list-item__title {
    font-size: 1rem;
  }
}
.point-list .point-list-item__description {
  font-size: 1rem;
}
@media screen and (max-width: 1025px) {
  .point-list .point-list-item__description {
    font-size: 0.875rem;
  }
}

.service-list .service-item {
  display: flex;
  width: 100%;
  padding: 64px 0;
  gap: 64px;
}
@media screen and (max-width: 1025px) {
  .service-list .service-item {
    padding: 32px 0;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  .service-list .service-item {
    flex-direction: column-reverse;
    padding: 0;
    gap: 8px;
  }
}
.service-list .service-item .service-item--left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 0;
  gap: 24px;
}
@media screen and (max-width: 480px) {
  .service-list .service-item .service-item--left {
    width: 100%;
    padding: 0 0 32px 0;
  }
}
.service-list .service-item .service-item--left--column {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .service-list .service-item .service-item--left--column {
    width: 100%;
  }
}
.service-list .service-item .service-item--right {
  width: 50%;
  max-height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .service-list .service-item .service-item--right {
    width: 100%;
    margin: 0 auto;
  }
}
.service-list .service-item .service-item--right .service-item__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-list .service-item .service-item--right--column {
  padding: 32px 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .service-list .service-item .service-item--right--column {
    width: 100%;
  }
}
.service-list .service-item .service-item__title--sub {
  font-size: 1rem;
  color: #00af50;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .service-list .service-item .service-item__title--sub {
    font-size: 0.875rem;
  }
}
.service-list .service-item .service-item__title--main {
  font-size: 2rem;
  color: #1c201b;
  font-weight: 900;
}
@media screen and (max-width: 1025px) {
  .service-list .service-item .service-item__title--main {
    font-size: 1rem;
  }
}
.service-list .service-item .service-item__description {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .service-list .service-item .service-item__description {
    font-size: 0.875rem;
  }
}
.service-list .service-item .service-item__button-wrap {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .service-list .service-item .service-item__button-wrap {
    padding: 8px 0;
  }
}
.service-list .service-item--column {
  gap: 64px;
}
.service-list .service-2column {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 480px) {
  .service-list .service-2column {
    flex-direction: column;
    gap: 0;
  }
}

.campaign-list {
  padding: 64px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 1600px) {
  .campaign-list {
    gap: 48px;
  }
}
@media screen and (max-width: 1025px) {
  .campaign-list {
    justify-content: center;
    padding: 0 12px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .campaign-list {
    justify-content: center;
    padding: 0 12px;
    margin-top: 16px;
  }
}
.campaign-list .campaign-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 0 1 calc((100% - 32px) / 3);
  max-width: 400px;
}
@media screen and (max-width: 1025px) {
  .campaign-list .campaign-list-card {
    flex: 0 1 calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .campaign-list .campaign-list-card {
    flex: 0 1 100%;
  }
}

.case {
  margin-top: 64px;
  position: relative;
}
.case::after {
  position: absolute;
  content: "";
  background-image: url("../img/triangle1.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 424px;
  width: 100%;
  height: 100%;
  max-width: 424px;
  top: -22%;
  left: -24%;
  z-index: -1;
}
.case .case-category {
  display: flex;
  gap: 32px;
  justify-content: center;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 1025px) {
  .case .case-category {
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
.case .case-card-list {
  padding: 64px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1025px) {
  .case .case-card-list {
    grid-template-columns: repeat(1, 1fr);
    padding: 32px 12px;
    margin-top: 16px;
  }
}
.case__button-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .case__button-wrap {
    margin-top: 16px;
  }
}

.swiper.wp-card-slider {
  padding: 64px 0;
}
.swiper.wp-card-slider__button-wrap {
  display: flex;
  justify-content: center;
}

.news {
  margin-top: 128px;
}
@media screen and (max-width: 1025px) {
  .news {
    margin: 64px 0;
  }
}
.news .news-list {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1025px) {
  .news .news-list {
    padding: 32px 0;
  }
}
.news .news-list .news-list-item a {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 16px;
  border-bottom: 1px solid #1c201b;
  font-size: 0.875rem;
}
@media screen and (max-width: 1025px) {
  .news .news-list .news-list-item a {
    flex-wrap: wrap;
  }
}
.news .news-list .news-list-item a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .news .news-list .news-list-item a:hover {
    transition: none;
    opacity: 1;
  }
}
.news .news-list .news-list-item__title {
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .news .news-list .news-list-item__text {
    display: none;
  }
}
.news__button-wrap {
  display: flex;
  justify-content: center;
}

.newsTag-adjustment {
  justify-content: left !important;
}

.cta-inner .cta-left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .cta-inner .cta-left {
    width: 100%;
    justify-content: center;
  }
}
.cta-inner .cta-left__text {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .cta-inner .cta-left__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 1025px) {
  .cta-inner .cta-left__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .cta-inner .cta-left__text {
    font-size: 1rem;
    text-align: center;
  }
}
.cta-inner .cta-left__text span {
  color: #00af50;
  font-size: 64px;
}
@media screen and (max-width: 1025px) {
  .cta-inner .cta-left__text span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1025px) {
  .cta-inner .cta-left__text span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .cta-inner .cta-left__text span {
    font-size: 1rem;
  }
}
.cta-inner .cta-right {
  position: relative;
}
@media screen and (max-width: 480px) {
  .cta-inner .cta-right {
    width: 100%;
  }
}
.cta-inner .cta-right__image {
  overflow: hidden;
  max-width: 472px;
}
@media screen and (max-width: 1025px) {
  .cta-inner .cta-right__image {
    position: relative;
    max-width: 320px;
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .cta-inner .cta-right__image {
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    max-height: 184px;
  }
}
.cta-inner .cta-right__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.cta-category {
  display: flex;
  gap: 32px;
  justify-content: center;
  font-weight: bold;
  margin-top: 40px;
  padding: 24px;
}
.cta-category__item {
  color: #1c201b;
}
@media screen and (max-width: 1025px) {
  .cta-category {
    flex-direction: column;
    padding: 16px;
    font-size: 0.875rem;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
  }
}

.cta__button-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .cta__button-wrap {
    margin-top: 16px;
    padding: 0 12px;
  }
}

.fukidashi-01-07 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  background-color: #fff;
  border: 2px solid #00af50;
  border-radius: 32px;
}
@media screen and (max-width: 1025px) {
  .fukidashi-01-07 {
    width: 80%;
  }
}

.footer .footer-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .footer .footer-inner {
    padding: 24px 12px;
    max-width: 1024px;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-inner {
    padding: 24px 12px;
    max-width: 736px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner {
    padding: 24px 0;
    max-width: 351px;
    margin-top: 24px;
  }
}
.footer .footer-inner .footer-logo {
  max-width: 50%;
  overflow: hidden;
}
.footer .footer-inner .footer-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-inner .footer-logo a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .footer .footer-inner .footer-logo a:hover {
    transition: none;
    opacity: 1;
  }
}
@media screen and (max-width: 1025px) {
  .footer .footer-inner .footer-logo {
    padding: 0 12px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-logo {
    max-width: 100%;
  }
}
.footer .footer-inner .footer-company-wrap {
  padding: 64px 0;
  display: flex;
  gap: 64px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .footer .footer-inner .footer-company-wrap {
    padding: 24px 0;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-inner .footer-company-wrap {
    flex-direction: column;
  }
}
.footer .footer-inner .footer-company-wrap .footer-company {
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  .footer .footer-inner .footer-company-wrap .footer-company {
    max-width: 100%;
  }
}
.footer .footer-inner .footer-company-wrap .footer-company p {
  width: 100%;
  font-size: 0.875rem;
}
.footer .footer-inner2 {
  padding: 24px;
  border-bottom: 1px solid #1c201b;
  border-top: 1px solid #1c201b;
}
@media screen and (max-width: 1025px) {
  .footer .footer-inner2 {
    padding: 8px;
  }
}
.footer .footer-inner2 .footer-link {
  display: flex;
  gap: 48px;
  font-size: 0.875rem;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .footer .footer-inner2 .footer-link {
    gap: 16px;
  }
}
.footer .footer-inner2 .footer-link .footer-link-item a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .footer .footer-inner2 .footer-link .footer-link-item a:hover {
    transition: none;
    opacity: 1;
  }
}
.footer .footer-copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .footer .footer-copyright {
    font-size: 12px;
  }
}

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.back-to-top:hover {
  background-color: #555;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.cptitle-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
@media screen and (max-width: 1025px) {
  .cptitle-left {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .cptitle-left {
    width: 100%;
  }
}
.cptitle-left__text--sub {
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .cptitle-left__text--sub {
    font-size: 0.875rem;
  }
}
.cptitle-left__text--sub span {
  color: #00af50;
}
.cptitle-left__text--main {
  font-size: 2.5rem;
  font-weight: 900;
}
@media screen and (max-width: 1025px) {
  .cptitle-left__text--main {
    font-size: 1.25rem;
  }
}

.cp-appeal {
  width: 40%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .cp-appeal {
    width: 100%;
    max-width: 560px;
  }
}
@media screen and (max-width: 480px) {
  .cp-appeal {
    max-width: 351px;
  }
}
.cp-appeal img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.assignment-bottom {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .assignment-bottom img {
    width: 24%;
  }
}

.workflow {
  margin-bottom: 128px;
}

.workflow-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 32px;
  margin: 32px 0;
}
.workflow-list .workflow-item {
  background-color: #f8f8f8;
  padding: 32px;
}
@media screen and (max-width: 1025px) {
  .workflow-list .workflow-item {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.workflow-list .workflow-item .workflow-img {
  width: 100%;
}
.workflow-list .workflow-item .workflow-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.workflow-list .workflow-title {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .workflow-list .workflow-title {
    font-size: 0.875rem;
  }
}

.qa-list {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  background-color: #f8f8f8;
  gap: 24px;
  padding: 64px 32px;
}
@media screen and (max-width: 1025px) {
  .qa-list {
    padding: 32px;
  }
}
.qa-list .qa-item {
  background-color: #fff;
  font-weight: bold;
  border-radius: 8px;
  overflow: hidden;
}
.qa-list .qa-item .qa-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  gap: 12px;
  cursor: pointer;
}
.qa-list .qa-item .qa-question .qa-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1c201b;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1025px) {
  .qa-list .qa-item .qa-question .qa-title {
    font-size: 0.75rem;
  }
}
.qa-list .qa-item .qa-question .qa-title:hover {
  transition: 0.5s;
  color: #00af50;
}
@media screen and (max-width: 835px) {
  .qa-list .qa-item .qa-question .qa-title:hover {
    transition: none;
  }
}
.qa-list .qa-item .qa-question .qa-title::after {
  font-family: FontAwesome;
  content: "+";
  font-weight: 900;
  transition: transform 0.3s ease;
}
.qa-list .qa-item .qa-question .qa-title--mg:hover {
  transition: 0.5s;
  color: #fd2864;
}
@media screen and (max-width: 835px) {
  .qa-list .qa-item .qa-question .qa-title--mg:hover {
    transition: none;
  }
}
.qa-list .qa-item .qa-question .qa-title--sns:hover {
  transition: 0.5s;
  color: #0080fd;
}
@media screen and (max-width: 835px) {
  .qa-list .qa-item .qa-question .qa-title--sns:hover {
    transition: none;
  }
}
.qa-list .qa-item .qa-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 12px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
@media screen and (max-width: 1025px) {
  .qa-list .qa-item .qa-answer {
    font-size: 0.75rem;
  }
}
.qa-list .qa-item.open .qa-answer {
  max-height: 300px;
  padding: 12px;
}
.qa-list .qa-item.open .qa-title {
  color: #00af50;
}
.qa-list .qa-item.open .qa-title::after {
  transform: rotate(45deg);
}
.qa-list .qa-item.open--mg .qa-answer {
  max-height: 300px;
  padding: 12px;
}
.qa-list .qa-item.open--mg .qa-title {
  color: #fd2864;
}
.qa-list .qa-item.open--mg .qa-title::after {
  transform: rotate(45deg);
}
.qa-list .qa-item.open--sns .qa-answer {
  max-height: 300px;
  padding: 12px;
}
.qa-list .qa-item.open--sns .qa-title {
  color: #0080fd;
}
.qa-list .qa-item.open--sns .qa-title::after {
  transform: rotate(45deg);
}

.service-appeal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 1025px) {
  .service-appeal {
    gap: 64px;
  }
}
@media screen and (max-width: 480px) {
  .service-appeal {
    gap: 32px;
  }
}

.step--tg {
  width: 100%;
  text-align: center;
}
.step--tg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 72%;
}
@media screen and (max-width: 480px) {
  .step--tg img {
    width: 100%;
  }
}

.appeal-text {
  text-align: center;
  font-weight: 600;
  display: inline-block;
  display: flex;
  justify-content: center;
}
.appeal-text--tg {
  color: #00af50;
}
.appeal-text--mg {
  color: #fd2864;
}
.appeal-text--sns {
  color: #0080fd;
}

.samplesite {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .samplesite {
    gap: 32px;
  }
}
.samplesite .samplesite__img {
  max-width: 960px;
  text-align: center;
}
.samplesite .samplesite__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
}
@media screen and (max-width: 1025px) {
  .samplesite .samplesite__img img {
    width: 100%;
  }
}
.samplesite .samplesite__text {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .samplesite .samplesite__text {
    font-size: 1rem;
  }
}

.service-point {
  background-color: #e2ffd5;
}
.service-point .point-price {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .service-point .point-price {
    margin-top: 32px;
  }
}
.service-point .point-price__textmain {
  font-size: 2.5rem;
  font-weight: 900;
  color: #00af50;
}
@media screen and (max-width: 1025px) {
  .service-point .point-price__textmain {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .service-point .point-price__textmain {
    font-size: 1rem;
  }
}
.service-point .point-price__textsub {
  padding: 16px 0;
}
.service-point .point-price--sns {
  color: #0080fd;
  font-weight: bold;
}
.service-point--mg {
  background-color: #fed2dc;
}
.service-point--sns {
  background-color: #dbf3fd;
}

.service-workflow__image {
  width: 100%;
  padding: 64px 0;
}
@media screen and (max-width: 1025px) {
  .service-workflow__image {
    padding: 32px 0;
    display: flex;
    justify-content: center;
  }
}
.service-workflow__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .service-workflow__image img {
    width: 72%;
  }
}
@media screen and (max-width: 480px) {
  .service-workflow__image img {
    width: 100%;
  }
}

.service-features {
  background-color: #e2ffd5;
  border-top: 8px solid #00af50;
}

.service-features--mg {
  background-color: #fed2dc;
  border-top: 8px solid #fd2864;
}

.service-features--sns {
  background-color: #dbf3fd;
  border-top: 8px solid #0080fd;
}

.service-cta {
  margin-top: 96px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .service-cta {
    margin-top: 32px;
  }
}
.service-cta__textmain {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .service-cta__textmain {
    font-size: 1rem;
  }
}
.service-cta__textsub {
  font-size: 1.25rem;
  color: #d96b51;
  margin: 24px 0 16px;
}

.sns-flowTitle {
  font-size: 1.5rem;
  margin-top: 56px;
  padding: 8px;
  border-bottom: 1px solid #0080fd;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .sns-flowTitle {
    font-size: 1.25rem;
    margin-top: 32px;
    text-align: center;
  }
}

.sns-FeaturesList {
  padding: 64px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 1600px) {
  .sns-FeaturesList {
    gap: 48px;
  }
}
@media screen and (max-width: 1025px) {
  .sns-FeaturesList {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 12px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sns-FeaturesList {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 12px;
    margin-top: 16px;
  }
}

.sns-campaign-card__innerList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sns-campaign-card__innerList li {
  max-width: 31%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .sns-campaign-card__innerList li {
    max-width: 31%;
  }
}
@media screen and (max-width: 480px) {
  .sns-campaign-card__innerList li {
    max-width: 100%;
  }
}
.sns-campaign-card__innerList .innercard--ig {
  max-width: 32%;
}
@media screen and (min-width: 1600px) {
  .sns-campaign-card__innerList .innercard--ig {
    max-width: 34%;
  }
}
@media screen and (max-width: 1025px) {
  .sns-campaign-card__innerList .innercard--ig {
    max-width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .sns-campaign-card__innerList .innercard--ig {
    max-width: 100%;
  }
}

.canpark-top-label {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .canpark-top-label {
    margin-top: 32px;
  }
}

.canpark-top-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-right: 16px;
  width: 100%;
  justify-content: center;
}
.canpark-top-list .canpark-top-item {
  align-items: center;
}
@media screen and (max-width: 1025px) {
  .canpark-top-list {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .canpark-top-list {
    font-size: 0.875rem;
    justify-content: left;
  }
}

.canpark-top-list--left {
  justify-content: left;
}

.canpark-top-item--search {
  width: 50%;
}
@media screen and (max-width: 1025px) {
  .canpark-top-item--search {
    display: none;
  }
}

.search-parent {
  position: relative;
}

.search-box {
  border: 1px solid #bababa;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 8px 8px;
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .search-box {
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .search-box {
    padding: 4px;
    max-width: 72px;
    max-height: 24px;
  }
}

.inner--article {
  padding: 40px 16px;
  max-width: 1168px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 1600px) {
  .inner--article {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--article {
    padding: 24px 16px;
    max-width: 824px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--article {
    padding: 0 12px;
    max-width: 736px;
  }
}
@media screen and (max-width: 480px) {
  .inner--article {
    padding: 0;
    max-width: 351px;
  }
}

.article-2column {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1025px) {
  .article-2column {
    flex-direction: column;
    gap: 0;
  }
}

.article-main {
  width: 70%;
}
@media screen and (max-width: 1025px) {
  .article-main {
    width: 100%;
  }
}

.mv--article {
  width: 100%;
  overflow: hidden;
  max-width: 204px;
}
.mv--article img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.article-date {
  display: flex;
  gap: 16px;
}

.article-title {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 16px 0;
}

.article-eyecatch {
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
}
.article-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.lead {
  padding: 32px 0;
}

.contents-table-list {
  padding: 24px;
  border-radius: 16px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1025px) {
  .contents-table-list {
    padding: 8px;
  }
}
.contents-table-list .contents-table-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contents-table-list .contents-table-item a {
  display: inline-block;
  border-bottom: 1px solid #1c201b;
  font-size: 0.875rem;
}
.contents-table-list .contents-table-item a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .contents-table-list .contents-table-item a:hover {
    transition: none;
    opacity: 1;
  }
}
.contents-table-list .contents-table-item:nth-child(1) {
  margin-bottom: 0;
}
.contents-table-list .contents-table-item:nth-child(2) {
  margin-top: 24px;
}
.contents-table-list .contents-table-item:nth-child(1) {
  margin-bottom: 0;
}
.contents-table-list .contents-table-item:last-child {
  margin-top: 40px;
}
.contents-table-list .contents-table-item span {
  flex-grow: 1;
  height: 3px;
  background-color: #00af50;
}
.contents-table-list .contents-table-title p {
  padding: 0 8px;
  white-space: nowrap;
  margin-right: 8px;
}
.contents-table-list .contents-table-bottom {
  margin-top: 24px;
}

article {
  padding: 32px 0;
}
@media screen and (max-width: 480px) {
  article {
    padding: 16px 0;
  }
}

.article-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 30%;
}
@media screen and (max-width: 1025px) {
  .article-side {
    width: 100%;
  }
}
.article-side .article-side__title {
  font-weight: bold;
  margin-bottom: 16px;
}
.article-side .article-side__image {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-side .article-side__image:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .article-side .article-side__image:hover {
    transition: none;
    opacity: 1;
  }
}
.article-side .article-side__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.article-side .can-a-banner--square {
  width: 100%;
  overflow: hidden;
  border: 1px solid #f8f8f8;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article-side .can-a-banner--square img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.article-side .pickup-column {
  background-color: #f8f8f8;
  padding: 16px;
}
.article-side .pickup-column .pickup-column-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.article-side .pickup-column .pickup-column-list .pickup-column-item a {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1025px) {
  .article-side .pickup-column .pickup-column-list .pickup-column-item a {
    flex-direction: column;
  }
}
@media screen and (max-width: 1025px) {
  .article-side .pickup-column .pickup-column-list .pickup-column-item a {
    flex-direction: row;
  }
}
.article-side .pickup-column .pickup-column-list .pickup-column-item a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .article-side .pickup-column .pickup-column-list .pickup-column-item a:hover {
    transition: none;
    opacity: 1;
  }
}
.article-side .pickup-column .pickup-column-list .pickup-column-item__img {
  max-width: 128px;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .article-side .pickup-column .pickup-column-list .pickup-column-item__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .article-side .pickup-column .pickup-column-list .pickup-column-item__img {
    max-width: 128px;
  }
}
.article-side .pickup-column .pickup-column-list .pickup-column-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.article-cta .can-a-banner--horizontal {
  width: 100%;
  overflow: hidden;
  padding: 32px 0;
}
.article-cta .can-a-banner--horizontal img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  overflow: hidden;
}
.article-cta .can-a-banner-rectangle {
  display: block;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  .article-cta .can-a-banner-rectangle {
    margin-top: 64px;
  }
}
.article-cta .can-a-banner-rectangle:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  .article-cta .can-a-banner-rectangle:hover {
    transition: none;
    opacity: 1;
  }
}
.article-cta .can-a-banner-rectangle img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.article-cta .contact-form {
  border: 2px solid #00af50;
  border-radius: 8px;
  padding: 24px;
  margin: 64px 0;
}

.article-side-categorylist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.article-side-categorylist .canpark-top-item {
  align-items: center;
}
.article-side-categorylist .canpark-top-item--search {
  width: 100%;
  max-width: 100%;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .article-side-categorylist {
    font-size: 0.875rem;
  }
}

.lead {
  line-height: 2;
}

article h2 {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  margin-bottom: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1025px) {
  article h2 {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
  }
}
article h2::before {
  content: "";
  height: 40px;
  width: 4px;
  background-color: #00af50;
  border-radius: 8px;
  margin-right: 8px;
}
article h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1025px) {
  article h3 {
    margin-bottom: 0rem;
    margin-top: 0.75rem;
    margin-left: 0;
  }
}
article h3::after {
  content: "";
  background-image: url("../img/h3_underber.svg");
  display: block;
  height: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left;
}
article h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  margin-top: 3.75rem;
  border-bottom: 1px solid #00af50;
  padding-bottom: 8px;
}
@media screen and (max-width: 1025px) {
  article h4 {
    margin-bottom: 0rem;
    margin-top: 0.75rem;
    margin-left: 0;
  }
}
article h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
  margin-top: 3.75rem;
  border-bottom: 1px solid #00af50;
  padding-bottom: 8px;
}
@media screen and (max-width: 1025px) {
  article h5 {
    margin-bottom: 0rem;
    margin-top: 0.75rem;
    margin-left: 0;
  }
}
article p {
  line-height: 2;
  margin: 1rem 0;
}
@media screen and (max-width: 1025px) {
  article p {
    line-height: 1.875;
  }
}
article dl {
  border: 3px solid #00af50;
  border-radius: 8px;
  margin-bottom: 32px;
  margin-top: 16px;
}
@media screen and (max-width: 1025px) {
  article dl {
    margin-bottom: 24px;
    margin-top: 8px;
  }
}
article dl dt {
  background-color: #00af50;
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 0 0 8px 0;
  border-bottom: 1px solid #00af50 !important;
}
article dl ul {
  padding: 8px 16px 32px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
article dl ul li {
  padding: 8px;
  border-bottom: 2px dotted #1c201b;
}
article dl ul li::before {
  font-family: FontAwesome;
  content: "\f044";
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  margin-right: 8px;
}
article img {
  margin-bottom: 32px;
  width: 100%;
}
article table {
  margin: 32px auto;
}
article .background-decoration {
  background-color: #f8f8f8;
  padding: 16px;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  article .background-decoration {
    margin-bottom: 0rem;
    margin-top: 0.75rem;
  }
}
article p a {
  color: blue;
  border-bottom: 1px solid blue;
}
article p a:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  article p a:hover {
    transition: none;
    opacity: 1;
  }
}
article thead {
  border-bottom: none !important;
}
article .link-card {
  display: flex;
  border: 1px solid #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 20px 0;
  padding: 16px;
}
@media screen and (max-width: 480px) {
  article .link-card {
    flex-direction: column;
  }
}
article .link-card:hover {
  transition: 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 835px) {
  article .link-card:hover {
    transition: none;
    opacity: 1;
  }
}
article .link-card__thumb {
  width: 24%;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  article .link-card__thumb {
    width: 100%;
    margin-bottom: 0;
  }
}
article .link-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  article .link-card__thumb img {
    margin-bottom: 8px;
  }
}
article .link-card__content {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 480px) {
  article .link-card__content {
    padding: 0 8px;
  }
}
article .link-card__title {
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 8px;
  margin: 0;
  border-bottom: 3px dotted #00af50;
}
article .link-card__excerpt {
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1025px) {
  article .link-card__excerpt {
    font-size: 0.875rem;
  }
}

.inner--page {
  padding: 40px 16px;
  max-width: 1080px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (min-width: 1600px) {
  .inner--page {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--page {
    padding: 24px 16px;
    max-width: 824px;
  }
}
@media screen and (max-width: 1025px) {
  .inner--page {
    padding: 0 12px;
    max-width: 736px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 480px) {
  .inner--page {
    padding: 0;
    max-width: 351px;
  }
}

.news-main {
  width: 100%;
  padding: 32px 64px;
  margin-bottom: 32px;
  background-color: #f8f8f8;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .news-main {
    padding: 16px;
  }
}

.news-eyecatch {
  overflow: hidden;
  margin: 16px 0;
  aspect-ratio: 16/9;
}
.news-eyecatch img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1025px) {
  .news-eyecatch {
    aspect-ratio: 16/9;
  }
}

.sitemap-list {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 1025px) {
  .sitemap-list {
    gap: 32px;
  }
}
.sitemap-list .sitemap-item {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1c201b;
}
@media screen and (max-width: 1025px) {
  .sitemap-list .sitemap-item {
    font-size: 1.25rem;
  }
}
.sitemap-list .sitemap-item a {
  display: block;
  padding: 16px;
  border-bottom: 4px solid #f8f8f8;
}
.sitemap-list .sitemap-item a:hover {
  transition: 0.5s;
  opacity: 0.7;
  color: #00af50;
}
@media screen and (max-width: 835px) {
  .sitemap-list .sitemap-item a:hover {
    transition: none;
    opacity: 1;
    color: #1c201b;
  }
}
.sitemap-list .sitemap-item--column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1025px) {
  .sitemap-list .sitemap-item--column {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.sitemap-list .sitemap-childlist {
  display: flex;
  flex-direction: column;
  padding: 8px 32px;
  gap: 8px;
}
.sitemap-list .sitemap-childlist a:hover {
  transition: 0.5s;
  opacity: 0.7;
  color: #00af50;
}
@media screen and (max-width: 835px) {
  .sitemap-list .sitemap-childlist a:hover {
    transition: none;
    opacity: 1;
    color: #1c201b;
  }
}
.sitemap-list .sitemap-hierarchy {
  display: flex;
  flex-direction: column;
}

.awareness {
  text-align: center;
}

.trial {
  text-align: center;
}

.repeat {
  text-align: center;
}

.case-category-list {
  display: flex;
  gap: 32px;
  padding: 32px 0;
}
.case-category-list li {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .case-category-list li {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .case-category-list li {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .case-category-list {
    flex-direction: column;
    align-items: center;
  }
}

dl {
  margin-top: 16px;
}
dl dt {
  border-bottom: 1px solid #1c201b;
  font-size: 1.25rem;
}
dl dd {
  padding: 16px 0;
  line-height: 2;
}

.service-materials {
  text-align: center;
}

.useful-materials {
  text-align: center;
}

.other {
  text-align: center;
}

.wppage-2column {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .wppage-2column {
    flex-direction: column;
    align-items: center;
  }
}
.wppage-2column .wppage-left {
  width: 67%;
}
@media screen and (max-width: 480px) {
  .wppage-2column .wppage-left {
    width: 100%;
  }
}
.wppage-2column .wppage-left .wp-imglist {
  display: flex;
  justify-content: space-between;
  padding: 36px 0;
  gap: 16px;
}
.wppage-2column .wppage-left .wp-imglist .wp-img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 4px 0 #dfdfdf;
  background-color: #fff;
}
.wppage-2column .wppage-left .wp-imglist .wp-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wppage-2column .wppage-left .wp-description {
  margin-bottom: 32px;
  line-height: 2;
}
.wppage-2column .wppage-left .wp-description span {
  font-weight: bold;
}
.wppage-2column .wppage-left .wppage-pointlist {
  border: 2px solid #00af50;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
  gap: 16px;
  font-weight: bold;
}
.wppage-2column .wppage-right {
  width: 33%;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 0 16px;
}
@media screen and (max-width: 480px) {
  .wppage-2column .wppage-right {
    width: 100%;
  }
}

.contact-2column {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .contact-2column {
    flex-direction: column;
    align-items: center;
  }
}
.contact-2column .contact-left {
  width: 58%;
}
@media screen and (max-width: 480px) {
  .contact-2column .contact-left {
    width: 100%;
  }
}
.contact-2column .contact-left .wp-description {
  margin-bottom: 32px;
  line-height: 2;
}
.contact-2column .contact-left .wp-description span {
  font-weight: bold;
}
.contact-2column .contact-left .contact-pointlist {
  border: 2px solid #00af50;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 8px;
  gap: 16px;
  font-weight: bold;
  margin: 16px 0;
}
.contact-2column .contact-right {
  width: 42%;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 0 16px;
}
@media screen and (max-width: 480px) {
  .contact-2column .contact-right {
    width: 100%;
  }
}

.schedule_wrap {
  margin: 0 auto;
}

.wp-thanks-adjustment {
  margin: 32px 0 16px;
}

.wp-thanks {
  text-align: center;
}

.contact-thanks_text {
  margin: 48px 0;
}

.mg-maincolor {
  color: #fd2864;
}

.sns-maincolor {
  color: #0080fd;
}
.sns-maincolor span {
  color: #0080fd;
}/*# sourceMappingURL=style.css.map */