@charset "UTF-8";
/* default
---------------------------------------------------- */

@font-face {
  font-family: "MyFont_ShueiNGoKinStdN";
  src: local("AP-OTF-ShueiNGoKinStdN-B.otf"), url("../../../../../common/font/AP-OTF-ShueiNGoKinStdN-B.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "MyFont_GOTHICB";
  src: local("GOTHICB.TTF"), url("../../../../../common/font/GOTHICB.TTF");
  font-display: swap;
  font-weight: 700;
}

:root {
  --mainpink: #f27271;
  --subpink: #fdeae6;
  --black1: #231f20;
  --black2: #4c4948;
  --white: #fff;
  --pink: #f27b99;
  --blue: #3fafb2;
  --green: #77bc67;

  --title-f-size: 24px;
  --sbtitle-f-size: 20px;
  --txt-f-size: 15px;
  --remark-f-size: 14px;
  --btn-f-size: 18px;
  --border-radius: 15px;
  --big-f-size: 1.5em;
  --padding: 10%;
}


/*----------------------- */


.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


/* ここから */

/* howtouseit
---------------------------------------------------- */

.mainvisual-logo {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  margin-top: 80px;
}

#howtouseit2025 {
  font-family: "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
  overflow-y: auto;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  background-size: 30%;

}

#howtouseit2025 * {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

#howtouseit2025 img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
}

#howtouseit2025 .pc {
  display: block !important;
}

#howtouseit2025 .sp {
  display: none !important;
}

#howtouseit2025 ol,
#howtouseit2025 ul {
  list-style-type: none;
}

#howtouseit2025 a {
  outline: none;
  font-size: inherit;
  text-decoration: none;
}

/* font
---------------------------------------------------- */

#howtouseit2025 .title {
  font-size: var(--title-f-size);
  font-weight: 700;
  line-height: 1.2;
}

#howtouseit2025 .subtitle {
  font-size: var(--sbtitle-f-size);
  font-weight: 700;
  line-height: 1.5;
}

#howtouseit2025 .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 2;
}

#howtouseit2025 .remark {
  padding: 10px 0 0 10px;
  font-size: var(--remark-f-size);
  color: var(--white);
  font-weight: 400;
  line-height: 2;
}

#howtouseit2025 .big {
  font-size: var(--big-f-size);
  font-weight: 700;
}

#howtouseit2025 .number {
  font-family: "MyFont_GOTHICB", "MyFont_ShueiNGoKinStdN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Meiryo", sans-serif;
  font-size: 2em;
}

#howtouseit2025 .lineTrigger {
  background-repeat: no-repeat;
  background-size: 200% 0.5em;
  background-position: 100% 0.8em;
  transition: 0.8s;
  transition-delay: 0.5s;
  opacity: 1;
}

#howtouseit2025 .line.lineTrigger {
  background-position: 0 0.8em;
}




/* .btn
---------------------------------------------------- */

#howtouseit2025 #btn {
  padding: 0 0 8%;
}

#howtouseit2025 #btn .btn {
  text-align: center;
  position: fixed;
  width: min(100%, 440px);
  padding: 0 0 4em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  opacity: 0;
}

#howtouseit2025 #btn .btn.non-fixed {
  box-shadow: none;
  margin: auto;
  padding: 0;
  background: none;
  position: relative;
}

#howtouseit2025 .btn a {
  display: block;
  width: 90%;
  border-radius: calc(var(--border-radius) / 2);
  margin: 0 auto;
  font-size: var(--btn-f-size);
  padding: 0.8em 0;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  animation: poyopoyo 6s ease-out infinite;
  color: #fff;
  background-color: var(--mainpink);
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }

  50%,
  70% {
    transform: scale(0.96);
  }
}

#howtouseit2025 .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  z-index: 1;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: var(--white);
}

#howtouseit2025 .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.55em;
  margin: auto;
  z-index: 2;
  width: 0.4em;
  height: 0.4em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  transform: rotate(45deg);
  color: var(--mainpink);
}

@media (hover: hover) {
  #howtouseit2025 .btn a:hover {
    color: var(--mainpink);
    background-color: #fff;
    border: solid 1px var(--mainpink);
  }

  #howtouseit2025 .btn a:hover:before {
    background: var(--mainpink);
  }

  #howtouseit2025 .btn a:hover:after {
    color: #fff;
  }

}

#entry.UpMove {
  animation: UpAnime 0.5s forwards;
}

#entry {
  position: fixed;
  bottom: 0;
  right: 20px;
  transition: .3s;
  z-index: 9999;
  opacity: 1;
}

#entry.non-fixed {
  position: absolute;
  bottom: 100px;
  /* footerの高さに合わせて調整 */
}


@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*エントリーボタン*/

#entry.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100%);
  }
}


/* #howtouseit2025_pc_fixed
---------------------------------------------------- */
#howtouseit2025_pc_fixed {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;

}


#howtouseit2025_pc_fixed .pc_fixed {
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #412A2C;

  padding: max(3%, 40px);
  background-image: url(../img/back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#howtouseit2025 #howtouseit2025_pc_fixed .vertical-rl {
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-rl;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(max(1.5%, 20px) - 0.5em);
  line-height: 1;
}

/* #index
---------------------------------------------------- */

#howtouseit2025 #index,
#howtouseit2025 .howtouseit-logo_all {
  width: calc(50% - 220px);
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#index .index_all {
  width: auto;
}

.index__item {
  list-style: none;
  width: auto;
  /* 幅は中身に合わせる */
}


#howtouseit2025 .index__link {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 260px;
  text-decoration: none;

}

#howtouseit2025 .index__link p {
  line-height: 1.5;
}

#howtouseit2025 #index .index_all li {
  position: relative;
  transition: all ease 0.3s;
}


.index__item+.index__item {
  border-top: solid 1px var(--white);
}


/* #contents
---------------------------------------------------- */

#howtouseit2025 #contents {
  width: 460px;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}

/* #howtouseit2025_head
---------------------------------------------------- */

#howtouseit2025 #howtouseit2025_head {
  position: relative;
}

#howtouseit2025 #howtouseit2025_head .head_contents {
  width: 100%;
  padding: calc(var(--padding) * 2) 0 var(--padding);
}

#howtouseit2025 #howtouseit2025_pc_fixed .howtouseit-logo {
  width: max(20%, 400px);
  margin: 0 0 var(--padding);
}

#howtouseit2025 #howtouseit2025_head .howtouseit-logo {
  width: 25%;
  position: absolute;
  top: 5%;
  left: 5%;
  display: none;
}

.poyonTrigger {
  opacity: 0;
}

.poyon {
  animation-name: poyon;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}

@keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    opacity: 0;
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    opacity: 1;
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

#howtouseit2025 .title_svg {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#howtouseit2025 #howtouseit2025_head .text {
  margin: 3em auto;
}


/* theme_svg
---------------------------------------------------- */

#howtouseit2025 .container {
  padding: var(--padding) 0;
}

#howtouseit2025 .theme_title {
  padding: var(--padding) 0;
}

#howtouseit2025 .theme_title .title {
  margin: 1em 0 0;
}


/* セクション_リード文
---------------------------------------------------- */
.section_lead {
  padding-top: 10%;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
  color: var(--white);
  text-align: justify;
}

.icon {
  width: 22%;
  height: auto;
  max-width: 80px;
}


/* tag
----------------------- */

.tag-pink,
.tag-blue,
.tag-green {
  display: inline-block;
  padding: 2px 4px;
  margin: 2px;
  font-size: 14px;
}

.tag-pink {
  color: var(--pink);
  background-color: #fef5f7;
}

.tag-blue {
  color: var(--blue);
  background-color: #ebfafa;
}

.tag-green {
  color: var(--green);
  background-color: #eaf8ea;
}


/* update
----------------------- */

.update {
  display: flex;
  margin: 16px auto;
  padding-left: 4px;
}


/* userinfo
----------------------- */
.userinfo {
  margin-left: 30px;
  line-height: 1.2;
  text-align: left;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  color: var(--black2);
}

.userinfo span {
  font-weight: normal;
}

.f-sz14 {
  font-size: 14px;
}

.statistics {
  width: 100%;
}

.statistics+.title_koe {
  margin-top: 80px;
}

.section_lead+.statistics,
.title_koe+.guidanceBox {
  margin-top: 24px;
}

.guidanceBox+.contents-introduction {
  margin-top: 40px;
}


/* ガイダンス 
----------------------- */
.guidanceBox {
  background-color: #fafde6;
  margin: 0 auto;
}

.guidance__img {
  width: 80%;
  display: flex;
  margin: 0 auto;
}


/* accordion 
----------------------- */
.accordion__item {
  border: 2px solid var(--maincolor);
  border-radius: 5px;

  font-size: clamp(12px, 3.5vw, 15px);
  text-align: left;
}

.accordion__item+.accordion__item {
  margin-top: 12px;
}

.accordion__item.active .accordion__detail {
  max-height: 1600px;
  padding: 0 24px 32px;
}

.accordion__title {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px 24px;
  position: relative;
  width: 100%;
  margin: 0;
}

.accordion__title img {
  margin: 0 auto;
  display: flex;
  width: 250px;
}

.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  top: 24%;
  width: 14px;
  height: 2px;
  background: var(--black2);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.accordion__title::before {
  right: 38px;
  transform: translateY(-50%) rotate(45deg);
}

.accordion__title::after {
  right: 28px;
  transform: translateY(-50%) rotate(-45deg);
}

.accordion__item.active .accordion__title::before {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion__item.active .accordion__title::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion__detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 24px;
}


/* screen
----------------------- */

.category__title {
  margin: 0 auto;
  width: 80%;
  max-width: 320px;
}

.category {
  background-color: var(--white);
  padding: 32px 16px;
}

.screenBox {
  margin-top: 20px;
  padding-inline: 14px;
  border: 2px solid var(--black1);
  border-radius: 12px;
}

.screenBox-pink {
  background-color: #fef5f7;
}

.screenBox-blue {
  background-color: #ebfafa;
}

.screenBox-green {
  background-color: #eaf8ea;
}

.screenInner {
  max-height: 500px;
  padding-block: 16px 25px;
  padding-right: 7px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.user,
.staff {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.user+.staff {
  margin-top: 16px;
}

.staff+.user {
  margin-top: 40px;
}

.voice {
  position: relative;
  display: inline-block;
  padding: 16px;
  text-align: left;
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 400;
  border-radius: 12px;
  line-height: 1.5;
  color: var(--black2);
  background: #fff;
}

.user-voice {
  margin: 8px 0 0 16px;
}

.staff-voice {
  margin-right: 16px;
  font-size: 14px;
}

.icon-voice {
  width: 60px;
  height: 60px;
}

.user-voice::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: right;
}

.staff-voice::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent transparent #fff;
  translate: 100% calc(-50% - 0.4px);
  transform: skew(0, -10deg);
  transform-origin: left;
}




/* アイテム
----------------------- */

.itemList {
  padding: 16px 16px 32px;
}

.item {
  padding-bottom: 32px;
}

.item_title {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}

.item_title-line {
  padding: 32px 0;
}

.item_img {
  display: block;
  margin: 0 auto;
}

.item__link {
  text-align: center;
  color: #136add;
  font-size: 16px;
  transition: .3s;
  margin-top: 8px;
  display: inline-block;
}

.item__link:hover {
  opacity: 0.8;
  border-bottom: 1px solid #136add;
}

.item__link::before {
  content: "> ";
  width: 8px;
  height: 8px;
}

.item_title+.item_img {
  margin-top: 24px;
}

.item_link+.item__img {
  margin-top: 24px;
}



/* AI
----------------------- */

.contents-ai {
  padding: 40px 16px 0;
  background-color: #f0f2f3;
  background-image: linear-gradient(90deg, #4c49480f 1px, transparent 1px), linear-gradient(#4c49480f 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 17px 17px;
}


/* note
----------------------- */
.note {
  padding: 16px 0;
  color: var(--white);
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}


/* 自転車
----------------------- */

.decoration {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.bicycle {
  position: absolute;
  top: 0;
  height: 100px;
  left: 100%;
  /* 画面外の右端スタート */
  animation: slideLeft 10s linear infinite;
}

@keyframes slideLeft {
  0% {
    left: 100%;
    /* 右端の外 */
  }

  100% {
    left: -100%;
    /* 左端の外まで移動 */
  }
}


/* あなたの活用術を大募集！
----------------------- */


.contents-offering {
  padding: 40px 0;
  background-color: var(--subpink);
}

.offering__title,
.offering__koe {
  padding: 0 16px;
}

.offering__title+.offering__koe {
  margin: 40px auto;
}

.offering__koe+.offering__campaign {
  margin: 32px 0;
}

.contents-offering>#btn {
  margin-top: 40px;
}


/* #limited
---------------------------------------------------- */

#howtouseit2025 #limited p.limited_period {
  display: inline-block;
  padding: 0.25em 1.5em;
  border-radius: 0.5em;
  margin: 2em 0 1em;
  border: solid 2px;
}

/* Arrows
---------------------------------------------------- */

#howtouseit2025 .slick-prev,
#howtouseit2025 .slick-next {
  line-height: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 3;
}

#howtouseit2025 .slick-prev {
  left: 5%;
}

#howtouseit2025 .slick-next {
  right: 5%;
}

#howtouseit2025 .slick-prev::before,
#howtouseit2025 .slick-next::before {
  content: "";
  width: 30%;
  height: 30%;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#howtouseit2025 .slick-next::before {
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: var(--mainpink);
  left: 25%;
}

#howtouseit2025 .slick-prev::before {
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: var(--mainpink);
  right: 25%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

/* Dots
---------------------------------------------------- */

#howtouseit2025 .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#howtouseit2025 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#howtouseit2025 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#howtouseit2025 .slick-dots li button:hover,
#howtouseit2025 .slick-dots li button:focus {
  outline: none;
}

#howtouseit2025 .slick-dots li button:hover:before,
#howtouseit2025 .slick-dots li button:focus:before {
  opacity: 1;
}

#howtouseit2025 .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.25;
}

#howtouseit2025 .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #fff;
}

/* #footer
---------------------------------------------------- */

#howtouseit2025 #footer {
  padding: var(--padding) 0;
  position: relative;
  z-index: 2;
}

/* #footer
---------------------------------------------------- */

#howtouseit2025 .scroll_arrow {
  width: 23px;
  position: absolute;
  bottom: calc(max(3%, 40px) * 2.6);
  right: calc((100% / 2) - 260px);
  animation: scroll_arrow 3.5s infinite;
}

@keyframes scroll_arrow {
  0% {
    transform: translate(0, 0);
  }

  80% {
    transform: translate(0, 30px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

#howtouseit2025 #footer .remark {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1249px) {

  #howtouseit2025 #howtouseit2025_head .head_contents {
    padding: calc(var(--padding) * 4) 0 var(--padding);
  }

  #howtouseit2025 .howtouseit-logo_all {
    display: none;
  }

  #howtouseit2025 #howtouseit2025_head .howtouseit-logo {
    display: block;
  }

  #howtouseit2025 .scroll_arrow {
    left: 587px;
    bottom: 190px;
  }


  #howtouseit2025 #index {
    width: calc(100% - 490px);
    margin: 0 0 0 auto;
  }

  #howtouseit2025 #contents,
  #howtouseit2025 #btn .btn {
    margin: 0 0 0 100px;
  }

}

@media screen and (max-width: 969px) {


  #howtouseit2025 .container {
    padding: 0 16px;
  }

  #howtouseit2025 .bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/back-sp.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  #howtouseit2025 #btn {
    display: block;
  }

  #howtouseit2025 #index {
    display: none;
  }

  #howtouseit2025 #contents,
  #howtouseit2025 #btn .btn {
    margin: 0 auto;
  }

  #howtouseit2025 #btn .btn {
    padding: 0 0 2em;
  }


  #howtouseit2025 #footer {
    padding: var(--padding) 0 60%;
  }

  #howtouseit2025 .scroll_arrow {
    display: block;
    left: calc((100% / 2) + 240px);
  }

}

@media screen and (max-width: 767px) {

  article p,
  article li {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }


  #fftop_recomDetail section {
    padding: 0;
  }

  #howtouseit2025 .sp {
    display: block !important;
  }

  #howtouseit2025 .pc {
    display: none !important;
  }

  #howtouseit2025_pc_fixed {
    display: none;
  }

  #howtouseit2025 #contents {
    width: 100%;
    border: none;
    box-sizing: border-box;
  }

  #howtouseit2025 .prize_text {
    color: #fff;
  }


  /* .btn
---------------------------------------------------- */

  #fftop_recomDetail #howtouseit2025 #btn {
    padding: 0 0 var(--padding);
  }

  #howtouseit2025 .btn {
    padding: 0 0 2em;
  }

  #howtouseit2025 .btn a {
    padding: 0.9em 0;
  }


  .btn__text {
    color: var(--white);
  }

  /* 追加  */


  .mainvisual-logo {
    width: 80%;
    max-width: 600px;
    margin-top: 40px;
  }


  /* 追加タブ！！！！
---------------------------------------------------- */
  .contents-introduction ul {
    padding: 40px 0 0;
  }

  .contents-introduction ul li {
    padding: 8px 2px;
  }

  .user,
  .staff {
    gap: 4px;
  }

  .icon-voice {
    width: 48px;
    height: 48px;
  }

  .screenBox {
    padding-inline: 8px;
  }

  .screenInner {
    padding-right: 0;
  }

  .voice {
    padding: 16px 12px;
  }

}