@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
仮
---------------------------------------------------------------------- */
.box1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 1400px) {
  .box1200 {
    padding: 0 5%;
  }
}
#achieve .box {
  opacity: 1;
}

#ad-problem {
  margin-bottom: 21rem;
}

/* ----------------------------------------------------------------------
ほげ
---------------------------------------------------------------------- */
.webad-block {
  width: 100%;
  max-width: 104.4rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  font-weight: 800;
}
@media screen and (max-width: 840px) {
  .webad-block {
    font-size: 1.6rem;
  }
}
.webad-block .what {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  row-gap: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 520px) {
  .webad-block .what {
    margin-bottom: 5em;
    padding-bottom: 4em;
  }
}
.webad-block .what > dt {
  font-size: 138%;
  width: 13%;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 0.2em 0;
}
@media screen and (max-width: 520px) {
  .webad-block .what > dt {
    width: 100%;
    text-align: left;
  }
}
.webad-block .what > dd {
  width: 83%;
}
@media screen and (max-width: 520px) {
  .webad-block .what > dd {
    width: 100%;
  }
}
.webad-block .what > dd .gre {
  color: #3C8865;
}
.webad-block .what > dd .red {
  color: #C61531;
}
.webad-block .what > dd .orange {
  color: #F19B40;
}
.webad-block .what > dd .pink {
  color: #F1A2B0;
}
.webad-block .what:after {
  content: "";
  display: block;
  width: 3.7%;
  aspect-ratio: 2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #b3b3b3;
  position: absolute;
  inset: 100% auto auto 5%;
}
@media screen and (max-width: 520px) {
  .webad-block .what:after {
    width: 8.7%;
  }
}
.webad-block .merits {
  margin-bottom: 1.5em;
  row-gap: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 520px) {
  .webad-block .merits {
    margin-bottom: 4em;
  }
}
.webad-block .merits > dt {
  font-size: 138%;
  width: 13%;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 0.2em 0;
}
@media screen and (max-width: 520px) {
  .webad-block .merits > dt {
    width: 100%;
    text-align: left;
  }
}
.webad-block .merits > dd {
  width: 83%;
}
@media screen and (max-width: 520px) {
  .webad-block .merits > dd {
    width: 100%;
  }
}
.webad-block .merits > dd .marits-list .marits-item {
  background-color: #f5f5f4;
  border-radius: 1em;
  margin-bottom: 1em;
}
.webad-block .merits > dd .marits-list .marits-item > dt {
  padding: 2.3em 5em;
  position: relative;
  cursor: pointer;
  font-weight: 800;
}
@media screen and (max-width: 520px) {
  .webad-block .merits > dd .marits-list .marits-item > dt {
    padding: 2em 3em;
  }
}
.webad-block .merits > dd .marits-list .marits-item > dt:before {
  content: "";
  display: block;
  width: 3.5em;
  aspect-ratio: 56/53;
  background-image: url(../img/service/faq-img01.svg);
  background-size: cover;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translatey(-50%);
}
@media screen and (max-width: 520px) {
  .webad-block .merits > dd .marits-list .marits-item > dt:before {
    width: 2.5em;
  }
}
.webad-block .merits > dd .marits-list .marits-item > dt .per-toggle {
  position: absolute;
  inset: 50% 1.5em auto auto;
  transform: translateY(-50%);
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
@media screen and (max-width: 520px) {
  .webad-block .merits > dd .marits-list .marits-item > dt .per-toggle {
    width: 1em;
    height: 1em;
  }
}
.webad-block .merits > dd .marits-list .marits-item > dt .per-toggle:before, .webad-block .merits > dd .marits-list .marits-item > dt .per-toggle:after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 2px;
  border-radius: 0.0625rem;
  background-color: #000;
}
.webad-block .merits > dd .marits-list .marits-item > dt .per-toggle:after {
  rotate: 90deg;
  transition: 0.3s;
}
.webad-block .merits > dd .marits-list .marits-item > dt.open .per-toggle:after {
  rotate: 180deg;
}
.webad-block .merits > dd .marits-list .marits-item > dd {
  display: none;
  padding: 0 3em 1em;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  .webad-block .merits > dd .marits-list .marits-item > dd {
    padding: 0 1em 1em;
  }
}
.webad-block .merits > dd .marits-list .marits-item > dd > p {
  padding: 1em;
  background-color: #fff;
}
.webad-block .perfect > dt {
  font-size: 138%;
  line-height: 0.6;
  letter-spacing: 0;
  border-bottom: 2px dashed #B3B3B3;
  margin-bottom: 2em;
  padding: 0 1em;
}
@media screen and (max-width: 840px) {
  .webad-block .perfect > dt {
    padding: 0 0.5em;
  }
}
.webad-block .perfect > dd {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 520px) {
  .webad-block .perfect > dd {
    align-items: flex-start;
  }
}
.webad-block .perfect > dd .perfect-ttl {
  width: 13%;
}
.webad-block .perfect > dd .perfect-ttl > p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  width: fit-content;
  border: 1px solid #333;
  padding: 1em;
  border-radius: 0.5em;
}
@media screen and (max-width: 520px) {
  .webad-block .perfect > dd .perfect-ttl > p {
    padding: 1em 0.2em;
  }
}
.webad-block .perfect > dd .perfect-list {
  width: 83%;
}
.webad-block .perfect > dd .perfect-list .perfect-item {
  padding: 1em 0.2em;
  width: fit-content;
  border-bottom: 1px solid #f2f2f2;
}
.webad-block .perfect > dd .perfect-list .perfect-item .gre {
  color: #65CFC9;
}
.webad-block .perfect > dd .perfect-list .perfect-item .red {
  color: #C61531;
}
.webad-block .perfect > dd .perfect-list .perfect-item .orange {
  color: #F19B40;
}
.webad-block .perfect > dd .perfect-list .perfect-item .pink {
  color: #F1A2B0;
}

/* ----------------------------------------------------------------------
実績
---------------------------------------------------------------------- */
#achievements {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 800;
}
@media screen and (max-width: 840px) {
  #achievements {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #achievements {
    font-size: 1.2rem;
  }
}
#achievements .achv-inner {
  width: 90%;
  max-width: 64.6rem;
  margin: 0 auto 3em;
}
#achievements .achv-inner .img-box {
  width: 100%;
  margin-bottom: 0.5em;
}
#achievements .achv-inner > p {
  padding: 0 0.5em;
}
#achievements .achv-loop {
  display: flex;
  justify-self: flex-start;
  align-items: center;
  overflow: hidden;
}
#achievements .achv-loop img {
  max-width: initial;
  width: 120%;
  margin: 0 1.2%;
}
@media screen and (max-width: 840px) {
  #achievements .achv-loop img {
    width: 180%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #achievements .achv-loop img {
    width: 220%;
  }
}
#achievements .achv-loop img:nth-of-type(odd) {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
#achievements .achv-loop img:nth-of-type(even) {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}