@charset "UTF-8";
/* CSS Document */
.digitalstamprally {
  font-family: "Noto Sans JP";
  color: var(--tc);
  font-size: .875rem;
  font-weight: 500;
}
.digitalstamprally p, .digitalstamprally dt, .digitalstamprally dd, .digitalstamprally h2, .digitalstamprally h3 {
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
:root {
  --mc: #00B3B8; /*ロゴカラー*/
  --ac1: #FF4550; /*アクセントカラー　ビビットな濃いピンク*/
  --ac2: #FFFC5D; /*アクセントカラー　薄い黄色*/
  --ac3: #FFFFC7; /*アクセントカラー　背景用の薄い黄色　*/
  --ac4: #ECFEFF; /*アクセントカラー　背景用の薄い緑　*/
  --ac5: #FF6B00; /*アクセントカラー　ボタン用オレンジ　*/
  --tc: #333333; /*基本のフォントカラー*/
  --tc2: #4d4d4d; /*薄めのグレー*/
}
.fs1 {
  font-size: 20px;
  font-size: 1.25rem;
}
.fs2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.fs3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.fs4 {
  font-size: 16px;
  font-size: 1rem;
}
.fs5 {
  font-size: 14px;
  font-size: .875rem;
}
.fs6 {
  font-size: 10px;
  font-size: .625rem;
}

.fw5 {
  font-weight: 500;
}
.fw8 {
  font-weight: 800;
}
.fw6 {
  font-weight: 600;
}
.tmc{
  color: var(--mc);
}
.tmc2 {
  color: var(--mc);
}
.tac1 {
  color: var(--ac1);
}
.ttc2 {
  color: var(--tc2);
}
.tcw {
  color: #fff;
}
.ta-c {
  text-align: center;
}
.mglr-auto {
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.in-bl {
  display: inline-block;
}
.iw780, .iw980 {
  margin-left: 12px;
  margin-right: 12px;
}
 .smalltext{
    font-size: 12px;
}
@media screen and (min-width: 769px) {
  .digitalstamprally{
    font-size: 1rem;
  }
  .spOnly {
    display: none;
  }
  .iw780 {
    max-width: 780px;
    margin: 0 auto;
  }
  .iw980 {
    max-width: 980px;
    margin: 0 auto;
  }
  .iw40 {
    width: 40%;
  }
  .iw60 {
    width: 60%;
  }
  .iw1152 {
    max-width: 1152px;
    margin: 0 auto;
  }
  P {
    font-size: 16px;
    font-size: 1rem;
  }
  .fs1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .fs2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .fs3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fs4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fs5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fs6{
    font-size: 12px;
    font-size: .75rem;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
.kv{
  position: relative;
}
.kv img{
  width: 100vw;
}
.kv h1{
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.051282vw;
  width: 70%;
}
.kv h1 p.h1-row{
  white-space: nowrap;
  background: #fff;
  font-weight: 400;
  text-align-last: justify;
  color: #777777;
  padding: 1.025641vw 3.076923vw;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.kv h1 p.h1-row:nth-of-type(1){
  font-size: 4.1025641vw;
  /*width: 100%;*/
}
.kv h1 p.h1-row:nth-of-type(1) span span{
  font-size: 6.15384615vw;
}
.kv h1 p.h1-row:nth-of-type(2){
  font-size: 4.1025641vw;
  width: 100%;
}

.kv h1 p.h1-row:nth-of-type(2) span{
  font-size: 6.15384615vw;
}
/*.kv h1 p.h1-row:nth-of-type(2) span{
  background: linear-gradient(transparent 70%, #FFFD9E 30%);
}*/
.kv h1 p.h1-row:nth-of-type(3){
  width: 100%;
  font-size: 4.1025641vw;
}
.kv h1 p.h1-row:nth-of-type(4){
  line-height: 1;
  padding: 2.051282vw 3.076923vw;
}
.kv h1 p.h1-row img{
  width: 40vw;
}
@media screen and (min-width: 769px){
  .kv h1{
    left: 8.958333%;
    top: 12%;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: .833333vw;
    width: 31.319444%;
  }
  .kv h1 p.h1-row{
    text-align-last: justify;
    color: #777777;
    padding: .555555vw 1.111111vw;
  }
  .kv h1 p.h1-row:nth-of-type(1){
    font-size: 1.666667vw;
    /*width: 100%;*/
  }
  .kv h1 p.h1-row:nth-of-type(1) span span{
    font-size: 3vw;
  }
  .kv h1 p.h1-row:nth-of-type(2){
    font-size: 1.666667vw;
    width: 100%;
  }
  .kv h1 p.h1-row:nth-of-type(2) span{
    font-size: 3.194444vw;
  }
  .kv h1 p.h1-row:nth-of-type(3){
    width: 100%;
    font-size: 1.944444vw;
  }
  .kv h1 p.h1-row:nth-of-type(4){
    padding: 1.111111vw;
  }
  .kv h1 p.h1-row img{
    width: 20vw;
  }
}

p.contactBtn {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  margin-top: 60px;
}
p.contactBtn a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: .3s;
  line-height: 1;
}
p.contactBtn a::before{
  content: "資料ダウンロードはこちら";
}
p.contactBtn img {
  width: 100%;
  max-width: 100px;
  margin-right: 2px;
}
p.contactBtn_p a {
  background: var(--ac5);
  color: #fff;
  border: 2px solid var(--ac5);
}
p.contactBtn_w a {
  background: #fff;
  color: var(--tc2);
}
p.contactBtn_p a::after {
  content: "";
  display: inline-block;
  width: 8.5px;
  height: 14px;
  margin-left: 6px;
  background: no-repeat url("../img/ico-arrow_w.png");
  background-size: contain;
}
p.contactBtn_w a::after {
  content: "";
  display: inline-block;
  width: 8.5px;
  height: 14px;
  margin-left: 6px;
  background: no-repeat url("../img/ico-arrow_p.png");
  background-size: contain;
}
p.contactBtn a:hover {
  box-shadow: unset;
  transform: translateY(4px);
}
@media screen and (min-width: 769px) {
  p.contactBtn {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 80px;
  }
  p.contactBtn a {
    padding: 12px 24px;
  }
  p.contactBtn img {
    max-width: 130px;
    margin-right: 4px;
  }
  p.contactBtn_p a::after {
    margin-left: 12px;
    width: 8.5px;
    height: 14px;
  }
  p.contactBtn_w a::after {
    margin-left: 12px;
    width: 8.5px;
    height: 14px;
  }
}
/*ポイント部分*/
.mediapoint {
  padding-top: 85px;
  padding-bottom: 80px;
  background: url("../img/bg_border.png") repeat;
}
.mediapoint h2 {
  display: inline-block;
  position: relative;
}
.mediapoint h2 img {
  width: 100%;
  max-width: 414px;
}
.mediapoint h2::after {
  content: "";
  display: block;
  width: 116px;
  height: 96px;
  background: url("../img/img-deco_pointh2.png");
  background-size: contain;
  position: absolute;
  right: 0;
  top: -45px;
}
.mediapoint .media {
  flex-direction: column;
  margin-top: 32px;
}
.mediapoint .media .iw60 img {
  width: 100%;
  max-width: 468px;
}
.mediapoint .media .iw40 img {
  width: 218px;
}
.point {
  margin-top: 40px;
  margin-bottom: 56px;
  flex-direction: column;
}
.point1, .point2 {
  width: 100%;
  max-width: 366px;
  background: #fff;
  padding: 40px 8px;
  border-radius: 15px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
  transform: translateZ(0);
  position: relative;
  display: flex;
  flex-direction: column;
}
.point1 {
  margin-bottom: 40px;
}
.point1::before, .point2::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-top: 70px solid var(--mc);
  border-right: 70px solid transparent;
  border-top-left-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.point1 > p, .point2 > p {
  margin-bottom: 16px;
}
.point2 > p:nth-of-type(2){
    flex-grow: 2;
}
.label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  width: 70px;
  height: 70px;
  padding-top: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
/*ポイントテキスト*/
.point-text1 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 0 12px;
}
.point-text1 p {
  padding: 0 16px;
}
.point-text1::before, .point-text1::after {
  content: "";
  display: block;
  width: 2px;
  background: var(--mc);
}
.point-text1::before {
  transform: rotate(-15deg);
}
.point-text1::after {
  transform: rotate(15deg);
}
.point-text2 {
  padding: 16px 8px;
  background: var(--ac2);
  border-radius: 5px;
  filter: drop-shadow(4px 4px 0 #85D0D2);
  position: relative;
}
.point-text2::after {
  content: "";
  display: block;
  width: 48px;
  height: 41px;
  background: url("../img/img-deco_point-text.png");
  position: absolute;
  right: 3px;
  top: -20px;
}
.point-text2::before{
    content: "※2024年9月当社調べ";
    display: block;
    font-size: 10px;
    color: #B2B2B2;
    position: absolute;
    right: 4px;
    bottom: 4px;
}
@media screen and (min-width: 769px) {
  .mediapoint {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mediapoint .media {
    flex-direction: row;
  }
  .mediapoint .media .iw40 img {
    width: 236px;
  }
  .point {
    justify-content: space-between;
    margin-top: 60px;
    flex-direction: row;
    align-items: stretch;
    
  }
  .point1 {
    margin-bottom: 0;
  }
  .point-text2 {
    padding: 16px;
  }
}
/*サービス部分*/
.service {
  background: var(--mc);
  padding-top: 20px;
  padding-bottom: 40px;
}
.service h2 {
  padding-bottom: 20px;
}
.h2logo {
  width: 156px;
}
.service .iw1152 {
  background: url("../img/bg_dot.png");
  padding-top: 40px;
  padding-bottom: 60px;
  border-radius: 50px;
}
.service h3 {
  margin-top: 56px;
  margin-bottom: 24px;
  position: relative;
}
.service h3 span {
  padding: 0 8px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.service h3::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 13px;
  background: url("../img/bg_border2.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service h3::before {
  content: "";
  display: inline-block;
  width: 108px;
  height: 52px;
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}
.service .iw780 > div:first-child h3::before {
  background: url("../img/img-deco_serviceMap.png");
  background-size: contain;
}
.service .iw780 > div:nth-child(2) h3::before {
  background: url("../img/img-deco_serviceStamp.png");
  background-size: contain;
}
.service .iw780 > div:nth-child(3) h3::before {
  background: url("../img/img-deco_servicePresent.png");
  background-size: contain;
}
.service .iw780 > div:nth-child(4) h3::before {
  background: url("../img/img-deco_serviceMemo.png");
  background-size: contain;
}
.service .iw780 > div:nth-child(5) h3::before {
  background: url("../img/img-deco_serviceMemo.png");
  background-size: contain;
}
.service .iw780 > div {
  padding-bottom: 56px;
}
.service .iw780 > div:last-of-type {
  padding-bottom: 0px;
}
.spot div.flex {
  flex-direction: column;
}
.spot div.flex .iw40 img {
  width: 100%;
  max-width: 390px;
}
.spot p.main-text {
  margin-top: 16px;
  line-height: 2;
}
p.main-text{
  line-height: 2;
}
.webApp p.main-text,
.spot p.main-text{
  margin-bottom: 8px;
}
.webApp p.annotation{
  margin-bottom: 32px;
}
.webApp img{
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
  transform: translateZ(0);
}
.data p.main-text{
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .service .iw1152 {
    padding-top: 60px;
  }
  .service h3 {
    margin-bottom: 16px;
  }
  .service .iw780 > div {
    padding-bottom: 64px;
  }
  .spot div.flex {
    flex-direction: row;
  }
  .spot p.main-text {
    margin-top: 0;
    margin-left: 24px;
    text-align: left;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
  }
  .spot p.annotation{
    margin-left: 24px;
    text-align: left;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
  }
  .webApp p.main-text{
  margin-bottom: 16px;
}
.data p.main-text{
  margin-bottom: 16px;
}
}
.contentsCard {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 24px;
}
.contentsCard > li {
  width: 100%;
  max-width: 48%;
  border-radius: 10px;
  /*overflow: hidden;*/
  background: #fff;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
  transform: translateZ(0);
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.contentsCard > li  > img {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.contentsCard dl {
  background: var(--ac4);
  padding: 8px;
  flex-grow: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 8px;
}
.contentsCard dl dt {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
.contentsCard dl dd {
  font-size: 12px;
  font-weight: 500;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.contentsCard + p {
  line-height: 2;
  margin-top: 16px;
}
.contentsCard-w{
  margin-bottom: 32px;
  flex-direction: column;
}
.contentsCard-w > li{
  width: 100%;
  max-width: none;
}
.contentsCard-w dl dt + dd{
  flex-grow: 2;
  margin-bottom: 12px;
}

.contentsCard-w dl dd ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 16px;
}
.contentsCard-w dl dd ul li {
  width: auto;
}
.contentsCard-w dl dd ul li img{
  width: 54px;
}
.flag-label{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 32px;
}
.flag-label li{
  display: flex;
  column-gap: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dotted var(--mc);
}
.flag-label li p{
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.flag-label li p::before{
  content: "…";
  display: block;
  width: 1rem;
  margin-right: 4px;
}
@media screen and (min-width: 769px) {
  .contentsCard {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }
  .contentsCard li {
    max-width: 175px;
  }
  .contentsCard li:last-child {
    margin-right: 0;
  }
  .contentsCard li:nth-of-type(n+3) {
    margin-top: 0px;
  }
  .contentsCard + p {
    margin-top: 24px;
  }
  .flag-label li p{
    font-size: .875rem;
  }
}
@media screen and (min-width: 440px){
  .contentsCard-w li{
    max-width: none;
    width: calc((100% - 40px)/2);
  }
  .contentsCard-w{
    flex-direction: row;
  }
  .contentsCard-w dl{
    padding: 8px 12px;
  }
}
/*企画の相談から承ります部分*/
.service2 {
  background: var(--ac3);
  padding-top: 60px;
  padding-bottom: 80px;
}
.service2 h2 {
  align-items: stretch;
  margin-bottom: 32px;
}
.service2 h2 span {
  display: inline-block;
  padding: 0 12px;
}
.service2 h2::before, .service2 h2::after {
  content: "";
  display: inline-block;
  width: 32px;
}
.service2 h2::before {
  background: no-repeat url("../img/img-deco_service2h2l.png") center / 100%;
}
.service2 h2::after {
  background: no-repeat url("../img/img-deco_service2h2r.png") center / 100%;
}
.service2 .iw980 > div {
  margin-bottom: 80px;
}
.service2 .iw980 > div:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .service2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .service2 h2 {
    margin-bottom: 56px;
  }
  .service2 .iw780 > div {
    margin-bottom: 140px;
  }
}
.service2 .negotiation > div {
  flex-direction: column;
}
.service2 .negotiation img {
  max-width: 290px;
  margin-bottom: 24px;
}
.service2 .negotiation h4 {
  margin-bottom: 12px
}
.service2 .negotiation h4 + p {
  margin-bottom: 12px;
  line-height: 2;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}
@media screen and (min-width: 769px) {
  .service2 .negotiation h4 {
    margin-bottom: 24px
  }
  .service2 .negotiation h4 + p {
    margin-bottom: 24px;
  }
  .service2 .negotiation img {
    margin-bottom: 0px;
  }
  .service2 .negotiation > div {
    flex-direction: row;
  }
}
/*実施事例部分*/
.example {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url("../img/bg_border.png");
}
.example h2 {
  margin-bottom: 48px;
}
.example h2 span {
  color: #fff;
  display: inline-block;
  background: var(--mc);
  padding: 4px 8px;
  filter: drop-shadow(4px 4px 0 var(--ac2));
}
.example h3 {
  margin-bottom: 8px;
}
/* グリッド：SPは基本1列 */
.ex-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.ex-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s;
}
.ex-card:hover { transform: translateY(-5px); }

.ex-image {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 4px;
  transition: opacity 0.3s;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: #d6d6d6;
}
.ex-card:hover .ex-image { opacity: 0.8; }

.ex-title {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.btn-secondary {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 2px solid var(--mc);
  background-color: #ffffff;
  color: var(--mc);
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: bold;
  transition: all 0.3s;
}
.ex-card:hover .btn-secondary {
  background-color: var(--mc);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 179, 184, 0.3);
}
.btn-secondary::after { content: '＞'; margin-left: 8px; }

/* =========================================
 SP版：CSSアコーディオン設定
========================================= */
.load-more-toggle { display: none; }

/* もっと見るボタン（SPでは表示） */
.btn-loadmore {
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 55px;
  margin: 30px auto 0;
  background-color: var(--mc);
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}
.btn-loadmore::after {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 12px; margin-top: -4px;
}

/* SPの初期状態：5個目以降を隠す */
.ex-grid .ex-card:nth-child(n+5) {
  display: none;
}
/* チェックが入ったら表示する */
.load-more-toggle:checked ~ .ex-grid .ex-card:nth-child(n+5) {
  display: flex;
  animation: fadeIn 0.5s ease;
}
/* チェックが入ったらボタンを消す */
.load-more-toggle:checked ~ .btn-loadmore {
  display: none;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================================
 PC版のスタイル上書き（769px以上）
========================================= */
@media screen and (min-width: 769px) {
  .dl-section { padding: 80px 20px; }
  .btn-primary { font-size: 1.2rem; }
  
  .ex-section { padding: 80px 20px; }
  .section-title { font-size: 1.2rem; margin-bottom: 40px; }
  
  /* PCは4列に変更 */
  .ex-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 40px 20px;
  }
  
  /* PCでは「もっと見る」の機能を無効化し、常に全件表示する */
  .ex-grid .ex-card:nth-child(n+5) {
      display: flex !important; 
  }
  /* PCではもっと見るボタンは非表示 */
  .btn-loadmore {
      display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .example {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .example h2 {
    margin-bottom: 64px;
  }
  .example h3 {
    margin-bottom: 16px;
  }
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/*参加者の声*/
.voice {
  padding-top: 60px;
  padding-bottom: 80px;
  border-top: 4px solid #dbf8f8;
}
.voice h2, .qanda h2, .contact h2, .priceplan h3{
  line-height: 2;
  margin-bottom: 60px;
}
 .priceplan h3{
    line-height: 2;
  margin-bottom: 32px;
 }
.voice h2 span, .qanda h2 span, .contact h2 span, .priceplan h3 span {
  padding-bottom: 6px;
  box-sizing: border-box;
  border-bottom: 5px solid var(--mc);
}
.voice1 {
  margin-bottom: 24px;
}
.person {
  position: relative;
  display: flex;
  margin-top: 24px;
}
.person:first-child {
  margin-top: 0;
}
.person:nth-of-type(odd) {
  justify-content: flex-end;
}
.person > div {
  width: 100%;
  max-width: 580px;
  position: relative;
}
.person p {
  background: #FFFD9E;
  line-height: 2;
  max-width: 581px;
  border-radius: 25px;
  font-weight: 500;
  margin: 0 0 0 80px;
  padding: 16px 16px 16px 32px;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.person:nth-of-type(odd) p {
  margin: 0 80px 0 0;
  padding: 16px 32px 16px 16px;
}
.person img {
  width: 110px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.person:nth-of-type(odd) img {
  right: 0;
}
.person:nth-of-type(even) img {
  left: 0;
}
@media screen and (min-width: 769px) {
  .voice {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .voice1 {
    margin-bottom: 60px;
  }
  .person p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.voice2 {
  padding-top: 24px;
  border-top: 2px solid #f6f6f6;
}
.voice2 dl dt {
  margin-bottom: 24px;
}
.voice2 dl dd img {
  width: 100%;
  max-width: 366px;
  margin-bottom: 24px;
}
.voice2 p {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .voice2 {
    padding-top: 60px;
  }
  .voice2 dl dd img {
    margin-bottom: 60px;
  }
}
/*料金プラン*/
.price {
  padding-bottom: 80px;
  background: var(--ac3);
}
.price .priceinfo {
  background: #fff;
  padding: 16px;
  border-radius: 15px;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, .15));
  /*transform: translateZ(0);*/
  margin-bottom: 32px;
}
/*250122削除
.price .nomal dl {
  padding-bottom: 32px;
}
.price .priceinfo dl dt span {
  padding: 0 8px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.price .priceinfo dl dd {
  background: var(--ac3);
  margin-bottom: 16px;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  padding: 2px 4px 2px 34px;
  position: relative;
}
*/
.price .priceinfo dl dd:last-child {
  margin-bottom: 0;
}
/*250512削除
.price .priceinfo dl dd::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: no-repeat url("../img/ico-checkmark-p.png");
  background-size: contain;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.price .priceinfo > div {
  padding-top: 16px;
  border-top: 1px solid #f6f6f6;
}
.price .priceinfo > div > p {
  margin-bottom: 16px;
}
.pricetext {
  display: inline-flex;
  flex-direction: column;
}
.pricetext > div {
  background: var(--ac2);
  align-items: baseline;
  justify-content: space-between;
  padding: 0 4px;
}
.pricetext > div:first-child {
  margin-bottom: 10px;
}
.pricetext > div p span {
  font-size: 28px;
  font-size: 1.75rem;
}
.pricetext > div p:first-of-type {
  margin-right: 24px;
}
*/
.price .priceinfo h3{
  margin-bottom: 24px;
}
.monthly-fee{
  margin-bottom: 32px;
  text-align: center;
  
}
.monthly-fee > span{
  display: inline-block;
  width: 100%;
}
.monthly-fee > span > span{
  font-size: 1.75rem;
  
}
.priceinfo dl h5{
  font-size: 1.125rem;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.priceinfo dl h5::before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: var(--mc);
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
}
.priceinfo dl dt{
  text-align: center;
  background: #F8F9F7;
  color: var(--mc);
  padding: 2px 0;
}
.priceinfo.option dl dt{
  font-weight: 600;
  color: var(--ac1);
}
.priceinfo.option dl dt.recommend{
  background: #FFFD9E;
}
.priceinfo dl dd{
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--tc2);
}
.priceinfo dl dt.recommend + dd{
  color: var(--ac1);
  font-weight: 900;
}
.priceinfo dl dd:last-child{
  margin-bottom: 0;
}
.priceinfo dl dd span.smalltext{
  font-weight: 500;
}
/*250512削除
.nomal + p, .option + p {
  margin: 24px 0;
}
*/
.cp1{
  background: url(../img/bg_dot-w.png) repeat center / 20px 20px ,#FFFF00;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 32px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .15));
  transform: translateZ(0);
}
.cptext-2{
  color: var(--ac1);
  font-weight: 800;
  text-shadow:3px 3px 0 #fff,-3px 3px 0 #fff,3px -3px 0 #fff,-3px -3px 0 #fff;
}
.line-wht{
  font-weight: 800;
  background: linear-gradient(transparent 60%, #FFF 60%);;
}
.price .annotation{
  margin-bottom: 60px;
}
.priceplan-table{
  width: 100%;
  overflow-x: scroll;
}
.priceplan-table img{
  width: 758px;
  max-width: none;
}
@media screen and (min-width: 769px) {
  .price {
    padding-bottom: 100px;
  }
  .price .priceinfo {
    padding: 24px;
  }
  .priceinfo dl h5{
    margin-bottom: 16px;
  }
  .priceinfo dl dd{
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  /*250122削除
  .price .nomal dl {
    padding-bottom: 40px;
  }
  */
   /*20250512削除
  .price .priceinfo dl dt {
    margin-bottom: 24px;
  }
  .price .priceinfo dl dd {
    margin-bottom: 24px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 4px 8px 4px 43px;
  }
  .price .priceinfo dl dd::before {
    width: 31px;
    height: 31px;
    left: 4px;
  }
  .pricetext > div {
    padding: 0 16px;
  }
  .pricetext > div p span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .nomal + p, .option + p {
    margin: 32px 0;
    line-height: 2;
  }
    */
  .monthly-fee > span{
    width: auto;
    padding: 0 24px;
  }
  .monthly-fee > span > span{
    font-size: 2.5rem;
  }
  .price .annotation{
  margin-bottom: 80px;
}
.priceplan-table img{
  width: 100%;
  max-width: 100%;
}
}
/*実施までの流れ*/
.price h2, .flow h2 {
  background: var(--mc);
  padding: 8px 0;
  position: relative;
  margin-bottom: 32px;
}
.price h2 {
  margin-bottom: 40px;
}
.price h2::before, .flow h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid var(--mc);
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.flow {
  padding-bottom: 40px;
}
.flow p {
  line-height: 2;
}
.flow .iw780 > p:first-of-type {
  margin-bottom: 32px;
}
.flow ul {
  margin-bottom: 32px;
}
.flow ul li {
  padding: 12px 12px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
    transform: translateZ(0);
  margin-bottom: 64px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.flow ul li:not(:last-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 24px solid var(--mc);
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -48px;
}
.flow ul li:last-child {
  margin-bottom: 0;
  background: var(--ac3);
}
@media screen and (min-width: 769px) {
  .price h2, .flow h2 {
    padding: 12px 0;
  }
  .price h2 {
    margin-bottom: 56px;
  }
  .flow .iw780 > p:first-of-type {
    margin-bottom: 48px;
  }
  .flow ul {
    margin-bottom: 48px;
  }
  .flow ul li {
    margin-bottom: 80px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .flow ul li:not(:last-child)::before {
    bottom: -56px;
  }
}
/*よくある質問部分*/
.qanda {
  padding-top: 100px;
  padding-bottom: 130px;
  background: #f5f5f5;
  position: relative;
}
.qanda::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: no-repeat url("../img/bg-qanda.png") top center / 100% 100%;
  position: absolute;
  top: -1px;
  left: 0;
}
.qanda ul li {
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
    transform: translateZ(0);
  padding: 12px;
}
.qanda ul li:not(:last-child) {
  margin-bottom: 10px;
}
.qanda ul li p {
  font-weight: 600;
  color: var(--tc2);
  font-size: 14px;
  font-size: .875rem;
  display: inline-flex;
  width: 100%;
}
.qanda ul li p:first-child {
  padding-bottom: 10px;
  border-bottom: 1px dotted var(--mc);
}
.qanda ul li p:first-child::before {
  content: "Q.";
  padding-right: 4px;
}
.qanda ul li p:nth-child(2) {
  padding-top: 10px;
}
.qanda ul li p:nth-child(2)::before {
  content: "A.";
  padding-right: 4px;
}
@media screen and (min-width: 769px) {
  .qanda {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .qanda::after {
    height: 80px;
  }
  .qanda ul li p {
    font-size: 16px;
    font-size: 1rem;
  }
  .qanda ul li:not(:last-child) {
    margin-bottom: 36px;
  }
}
/*お問い合わせ*/
.contact {
  padding-top: 60px;
  padding-bottom: 80px;
  background: var(--mc);
}
@media screen and (min-width: 769px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.digitalstamprally.l-container{
  padding-bottom: 0;
}

/*サンプルスライダー部分*/
.sample-slider{
    width: 100%;
    flex-direction: column;
} 
#sample-slide{
    width: 100%;
    max-width: 564px;
}
#sample-slide ul{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 564px;
    padding-bottom: 68.971631%;
    position: relative;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .10));
     transform: translateZ(0);
    /*border-radius: 15px;*/
    /*overflow: hidden;*/
}
#sample-slide ul li{
    position: absolute;
    width: 100%;
}
#sample-slide ul li img{
    border-radius: 15px;
}
#sample-slideBtn{
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}
#sample-slideBtn ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#sample-slideBtn li{
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 800;
    color: #9B9B9B;
    padding: 18px 8px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 31%;
    max-width: 114px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
    transform: translateZ(0);
}
#sample-slideBtn li:nth-child(n+4){
    margin-top: 16px;
}
#sample-slideBtn li.target{
    color: var(--tc2);
    transition: .4s;
}
#sample-slideBtn li.target:first-child{
    background: #D6F9D0;
}
#sample-slideBtn li.target:nth-child(2){
    background: #FFE8ED;
}
#sample-slideBtn li.target:nth-child(3){
    background: #D1EBFF;
}
#sample-slideBtn li.target:nth-child(4){
    background: #FFFD9E;
}
#sample-slideBtn li.target:nth-child(5){
    background: #FFE5BD;
}
#sample-slideBtn li.target:nth-child(6){
    background: #D4D9FA;
}
@media screen and (min-width: 769px) {
    .sample-slider{
        flex-direction: row;
    }
    #sample-slide{
        width: 60%;
    }
    #sample-slideBtn{
        width: 40%;
        margin-top: 0;
        margin-left: 24px;
        row-gap: 24px;
    }
    #sample-slideBtn li{
        font-size: 18px;
    font-size: 1.125rem;
    }
}

/*ソロ活スライダー部分*/
.ex-title{
    margin-bottom: 24px;
}
.ex-slide{
    margin-bottom: 10px;
}
.ex-slide li {
    padding: 0 15px;
}
.ex-slide li img{ 
    height: 100vw; 
    max-height: 500px; 
    min-height: 350px; 
    object-fit: contain;   
}
.exthum-slide{
    display: inline-flex;
}
.exthum-slide img{
    height: 100vw;
    max-height: 100px; 
    min-height: 60px; 
    object-fit: contain;  
    padding:0 4px;
    margin: 0 auto;
    opacity: .6;
    opacity: .3;
    transition: opacity .3s linear;
}
.exthum-slide .slick-current img{
    opacity: 1;
}
.exthum{
    margin-bottom: 32px;
    text-align: center;
}
@media screen and (min-width: 769px){
    .exthum{
        margin-bottom: 64px;
    }
}

.line-yel{
  background: linear-gradient(transparent 60%, var(--ac2) 60%);
}

/*追従ボタン*/
.floating_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 20vw;
  max-height: 80px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  transition: 0.5s;
}
.floating_btn.in {
  transform: translateY(0);
}
.floating_btn picture img{
  width:96vw;
  max-width: 400px;
}
@media screen and (min-width: 769px){
  .floating_btn {
    height: 110px;
    max-height: none;
  }
  .floating_btn picture img{
    width: 600px;
    max-width: none;
  }
}

/*　ページTOPボタンの位置をずらす　*/
