@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#str-contents {
  padding: 0;
}
#nav-top-area {
  bottom: 80px;
}
#contents-perplexity {
  font-family: "Noto Sans JP", sans-serif;
}
.contents-inner {
  padding: 0 4.8vw;
}
.sec-title {
  font-size: 7.4666vw;
  font-weight: bold;
  line-height: 1.286;
  text-align: center;
}
.sec-title .txt-caption {
  display: inline-block;
  position: relative;
  color: #1DA5B8;
  font-size: 5.3333vw;
  border-bottom: 1px solid #1DA5B8;
  margin-bottom: 4.4vw;
  padding-bottom: 1.3333vw;
}
.sec-title .txt-caption strong {
  display: inline-block;
  color: #fff;
  font-size: 7.1999vw;
  line-height: 1;
  background-color: #1FB8CD;
  border-radius: 4px;
  margin-left: 2.4vw;
  padding: 1.0666vw 1.6vw 2.1333vw;
}
.sec-title .txt-caption::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #1DA5B8 transparent transparent transparent;
  left: 50px;
  bottom: -10px;
}
.sec-title .txt-caption::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px 8px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  left: 51px;
  bottom: -8px;
}
.sec-title .ttl-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sec-st {
  font-size: 5.8666vw;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 5.3333vw;
  text-align: center;
}
.txt-color {
  color: #1DA5B8;
}
.txt-large {
  font-size: 8.5333vw;
}
.txt-notes {
  font-size: 3.1vw;
}
.list-bullet {
  color: #718589;
}
.list-bullet li {
  position: relative;
  font-size: 2.9333vw;
  padding-left: 1em;
  text-align: left;
}
.list-bullet li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.list-notes {
  margin-top: 1.8666vw;
}
.list-notes li {
  position: relative;
  font-size: 2.9333vw;
  padding-left: 5.3333vw;
  text-align: left;
}
.list-notes li span {
  position: absolute;
  top: 0;
  left: 0;
}
.is-pc {
  display: none;
}

.mv-caption {
  padding-top: 6.4vw;
}
.mv-caption-list {
  margin: 4vw auto 0;
  max-width: 640px;
  font-size: 2.9333vw;
}

.section-point {
  padding-top: 8.5333vw;
  padding-bottom: 8.5333vw;
  background-image: url(/service/old/perplexity-ai/img/s/bg_point.png),
                    linear-gradient(to bottom, #fff, #fff 50%, transparent 50%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%;
}
.section-point .sec-point-ttl {
  margin-top: 3vw;
  margin-bottom: 6.4vw;
}
.section-point .sec-point-ttl .sec-title {
  margin-bottom: 3vw;
}
.section-point .sec-title .txt-caption {
  color: #1FB8CD;
  border-bottom-color: #1FB8CD;
}
.section-point .sec-title .txt-caption::before {
  border-color: #1FB8CD transparent transparent transparent;
}
.section-point .sec-title .txt-caption::after { bottom: -7px; }
.section-point .sec-title img {
  width: 71.4666vw;
  margin-right: 3.2vw;
}
.section-point .sec-point-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3vw;
}
.section-point .sec-point-list:last-of-type {
  margin-bottom: 0;
}
.section-point .sec-point-list dt {
  width: 28vw;
}
.section-point .sec-point-list dd {
  width: 59.2666vw;
}
.section-point .sec-point-list dd p {
  font-size: 4.2666vw;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 2.1333vw;
}
.section-point .sec-point-list dd p span {
  display: inline-block;
  color: #20B8CD;
  font-size: 5.3333vw;
  margin: 0.8vw 0;
}

.section-papuru {
  padding-top: 11vw;
  padding-bottom: 11vw;
  text-align: center;
}
.section-papuru .sec-papuru-ttl {
  margin-bottom: 8.5333vw;
}
.section-papuru .sec-papuru-list {
  margin-bottom: 0;
}
.section-papuru .sec-papuru-list li {
  position: relative;
  margin-bottom: 8.5333vw;
  padding-right: 4vw;
}
.section-papuru .sec-papuru-list li:nth-child(even) {
  padding-right: 0;
  padding-left: 4vw;
}
.section-papuru .sec-papuru-list li:last-of-type {
  margin-bottom: 4vw;
}
.section-papuru .sec-papuru-list-icon {
  position: absolute;
  width: 25%;
  max-width: 160px;
  top: 8%;
  right: 0;
  transform: translateX(25%);
}
.section-papuru .sec-papuru-list li:nth-child(even) .sec-papuru-list-icon {
  right: 55%;
  transform: translateX(60%);
}
.section-papuru .sec-papuru-txt {
  color: #fff;
  text-align: left;
  font-size: 2.9333vw;
}

.section-papuru .refinemodal-inner {
  top: 0;
  max-height: 100%;
}
@media (max-width: 768px) {
  .section-papuru .refinemodal-inner {
    padding: 0;
  }
}
.section-papuru .refinemodal-section {
  margin: 0 auto;
  width: 89.3333vw;
  height: calc(100% - 27vw);
  padding: 0;
  display: block;
  text-align: center;
  border: solid 20px #000;
  border-bottom: none;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  background-color: #FCFDF8;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-papuru .refinemodal-section {
    padding: 0;
    border: solid 9px #000;
    border-bottom: none;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
}
.section-papuru .refinemodal-scroll-y {
  height: 100%;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .section-papuru .refinemodal-scroll-y {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
}
.section-papuru .modal-close {
  top: 27vw;
  right: 0;
  width: 20%;
  max-width: 160px;
  height: auto;
  text-indent: 0;
  background: none;
  transform: translateY(-25%);
}
.section-papuru .refinemodal-bottom-close {
  top: 27vw;
  bottom: auto;
  width: 22%;
  max-width: 160px;
  height: auto;
  text-indent: 0;
  background: none;
  transform: translateY(-3%);
}
.section-papuru .sec-papuru-modal-ttl {
  padding-bottom: 3vw;
  height: 27vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section-papuru .sec-papuru-modal-ttl img {
  width: auto;
  height: 70%;
  max-height: 90px;
}

.section-technology {
  color: #fff;
  background-color: #1FB8CD;
  padding: 11vw 0 6.4vw;
  text-align: center;
}
.section-technology .sec-title {
  margin-bottom: 7vw;
}
.section-technology .sec-title img {
  width: 62.9333vw;
  margin-right: 2.1333vw;
}
.section-technology .sec-st img {
  width: 41.0666vw;
  margin-bottom: 3.7333vw;
}
.section-technology .list-bullet {
  color: #fff;
  margin: 7vw 0 11vw;
}
.section-technology .slide-technology {
  margin-bottom: 0;
}
.section-technology .slide-technology li {
  margin: 0 1.0666vw;
}
.section-technology .sec-technology-box {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 4.2666vw;
}
.section-technology .sec-technology-box h4 {
  position: absolute;
  width: 100%;
  font-size: 4.2666vw;
  top: 2.5vw;
  color: #1FB8CD;
  font-weight: bold;
}
.section-technology .sec-technology-box img {
  margin-left: auto;
  margin-right: auto;
}
.section-technology .slide-technology li p {
  font-size: 3.7333vw;
  font-weight: bold;
}
.section-technology .slide-arrow {
  position: absolute;
  width: 18.4vw;
  top: 40%;
  transform: translateY(-50%);
  z-index: 50;
}
.section-technology .prev-arrow {
  left: 1.2vw;
}
.section-technology .next-arrow {
  right: 1.2vw;
}

.section-ai-search {

  padding-top: 12.3333vw;
}
.section-ai-search .sec-title {
  padding: 0 4.8vw;
  text-align: center;
}
.section-ai-search .ttl-flex .sec-st {
  margin-bottom: 2.8vw;
}
.section-ai-search .sec-title img {
  width: 80.5333vw;
  margin-bottom: 2.8vw;
}
.section-ai-search .sec-subttl {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  color: #1FB8CD;
}
.section-ai-search .sec-subttl span {
  font-size: 1.5em;
}
.section-ai-search .step-list {
  margin: 6.4vw 0 8vw;
}
.section-ai-search .step-list li {
  position: relative;
  background-color: #EAEEEF;
  border-radius: 8px;
  margin-bottom: 2.1333vw;
  padding: 5.4vw 4.2666vw 6.4vw;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 12.5vw auto auto;
  column-gap: 3%;
}
.section-ai-search .step-list li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 15%;
  height: 12%;
  background: url(/service/old/perplexity-ai/img/shared/icon_arrow.png) center no-repeat;
  background-size: contain;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60%);
  z-index: 10;
}
.section-ai-search .step-list .step-list-ttl {
  display: block;
  color: #1FB8CD;
  font-size: 4.25vw;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3.3333vw;
  padding-bottom: 2.3333vw;
  grid-column: 2/3;
  grid-row: 1/2;
}
.section-ai-search .step-list .step-list-txt {
  font-size: 4.7vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  grid-column: 2/3;
  grid-row: 2/3;
}
.section-ai-search .step-list .step-list-img {
  margin-bottom: 0;
  grid-column: 1/2;
  grid-row: 1/4;
}
.section-ai-search .step-list .step-list-txt-ex {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 3vw;
}
.section-ai-search .box-form .btn-entry + .txt-notes {
  color: #718589;
  font-size: 2.9333vw;
}

.section-movie {
  padding-top: 8.5333vw;
  padding-bottom: 8.5333vw;
  text-align: center;
  background-color: #C0E3E9;
}
.section-movie .sec-movie-thumb {
  margin-bottom: 3vw;
}
.section-movie .sec-movie-thumb img {
  border-radius: 10px;
}

.section-caution {
  padding-bottom: 8.5333vw;
  background-color: #fff;
}
.section-caution .sec-caution-ttl {
  color: #13343B;
  font-size: 4.2666vw;
  font-weight: bold;
  border-bottom: 1px solid #13343B;
  margin: 4vw 0 4.2666vw;
  padding-bottom: 1.8vw;
  text-align: center;
}

.btn-entry {
  display: block;
  color: #fff !important;
  width: 100%;
  font-size: 4.8vw;
  font-weight: bold;
  background-color: #E03758;
  border-radius: 50px;
  margin-bottom: 5.3333vw;
  padding: 4.5vw 0;
  text-align: center;
}

.footer-2019_inner {
  padding-bottom: 18.6666vw !important;
}
.floating-link {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
}
@media (max-width: 768px) {
  .floating-link {
    bottom: 66px;
  }
}
.floating-link .floating-btn-entry {
  display: block;
  color: #fff !important;
  width: 100%;
  font-size: 4.8vw;
  font-weight: bold;
  background-color: #E03758;
  border-radius: 20px 20px 0 0;
  padding: 4.95vw 0;
  text-align: center;
}

/* 20240617 */
.shortcutmenu-inner {
	bottom: 55px;
}

.gotop {
	bottom: 130px;
}
/* 20241128 */

.floating-link .floating-btn-balloon {
  position: absolute;
}
.floating-link .floating-btn-balloon {
  padding: 4px 0 6px;
  width: 68vw;
  font-weight: 700;
  font-size: 4.8vw;
  text-align: center;
  color: #E03758;
  background: #fff;
  border: 1px solid #E03758;
  border-radius: 50px;
  position: absolute;
  top: -8.53vw;
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.3s;
  z-index: 1;
}
.floating-link:hover .floating-btn-entry {
  background-color: #E65F79;
}
.floating-link:hover .floating-btn-balloon {
  color: #E65F79;
  transition: color 0.3s;
}
.floating-link .floating-btn-balloon::before {
  content: "";
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #fff transparent transparent;
  position: absolute;
  bottom: 2%;
  left: 50%;
  translate: -50% 100%;
}