@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
:root {
  --fontcolor: #000;
  --fontcolor-gray: #818181;
  --maincolor: #E13F3F;
  --subcolor: #00A18D;
  --fwlight: 350;
  --fwnormal: 400;
  --fwmedium: 500;
  --fwbold: 600;
  --fwblack: 800;
  --fssmall: 0.8rem;
  --fsnormal: 1rem;
  --fslarge: 1.2rem;
  --fsreset: 18px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** splp スマホ特化サイトLP
******************************************************************************
----------------------------------------------------------------------------*/
mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f2ff40), color-stop(51%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #f2ff40 50%, rgba(255, 255, 255, 0) 51%);
}

.whatis {
  background-color: var(--subcolor);
  padding: 21px;
}

.whatis_innr {
  width: 100%;
  margin: auto;
  padding: 40px 10px;
  background: white;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.whatis_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.whatis_box .whatis_item {
  width: 100%;
}
.whatis_box .whatis_item figure {
  width: 100%;
}
.whatis_box .whatis_item figure img {
  width: 100%;
  max-width: 691px;
  margin: auto;
}
.whatis_box .whatis_item h2 {
  margin: 1em 0 0.8em;
  text-align: center;
  font-weight: 700;
  font-size: 1.7em;
}
.whatis_box .whatis_item h2 span {
  color: var(--subcolor);
}
.whatis_box .whatis_item p {
  font-size: 1.1em;
}

.merit {
  padding: 80px 0 80px;
}
.merit h2 {
  margin-bottom: 1.7em;
}
.merit_list {
  display: block;
  margin: auto;
}
.merit_list li {
  list-style: none;
  position: relative;
  font-size: 1.2em;
  padding-left: 2em;
  margin-bottom: 1em;
  font-weight: 600;
}
.merit_list li:before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  background: url(../../images/splp/merit-list-style.png) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature_innr {
  margin: auto;
  width: 98%;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 70px 0;
}

.feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.feature_item {
  background: white;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.feature_item h3 {
  margin-bottom: 0.8em;
}
.feature_item p {
  font-size: 1.2em;
}
.feature_item:before {
  content: "";
  display: block;
  aspect-ratio: 88/83;
}
.feature_item:after {
  content: "";
  display: block;
  width: 236px;
  aspect-ratio: 1/1;
  margin: auto;
}
.feature_item:nth-child(1) h3 {
  font-size: 2.5em;
  font-weight: 700;
}
.feature_item:nth-child(1):before {
  background: url(../../images/splp/01.png) center center/contain no-repeat;
  width: 88px;
}
.feature_item:nth-child(1):after {
  background: url(../../images/splp/feature-01.png) center center/contain no-repeat;
}
.feature_item:nth-child(2) h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.feature_item:nth-child(2):before {
  background: url(../../images/splp/02.png) center center/contain no-repeat;
  width: 62px;
}
.feature_item:nth-child(2):after {
  background: url(../../images/splp/feature-02.png) center center/contain no-repeat;
}
.feature_item:nth-child(3) h3 {
  font-size: 1.5em;
  font-weight: 700;
}
.feature_item:nth-child(3):before {
  background: url(../../images/splp/03.png) center center/contain no-repeat;
  width: 62px;
}
.feature_item:nth-child(3):after {
  background: url(../../images/splp/feature-03.png) center center/contain no-repeat;
}

.image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 33px 50px 47px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2392156863);
  border: solid 1px #D9D9D9;
  border-radius: 25px;
  margin-bottom: 75px;
}
.image_box:last-child() {
  margin-bottom: 150px;
}
.image_box figure {
  width: 100%;
}
.image_box figure img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: auto;
}
.image_box div.image_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.image_box div.image_item span {
  display: block;
  padding: 0.4em 1em;
  background: var(--maincolor);
  color: white;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  margin-top: 20px;
}
.image_box div.image_item img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 80%;
}
.image_box div.image_item h4 {
  font-size: 1.5em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.image_box div.image_item p {
  line-height: 2.5em;
}

.price {
  padding: 100px 0;
}
.price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price_lead {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 2em;
}
.price .cta_btn_1 {
  font-size: 1.2em;
}

.snsads {
  padding: 150px 0 75px;
  background-image: linear-gradient(24deg, rgb(247, 166, 12) 10%, rgb(255, 34, 87) 40%, rgb(154, 39, 238) 68%, rgb(35, 102, 247) 90%);
  position: relative;
}
.snsads:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  background: url(../../images/splp/arrow-pc.png) top center/cover no-repeat;
  overflow: hidden;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.snsads p.snsads_lead {
  color: white;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 70px;
  text-align: center;
}
.snsads .snsads_innr {
  border-radius: 32px;
  background: white;
}
.snsads .snsads_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  padding: 40px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.snsads .snsads_item {
  width: 100%;
}
.snsads .snsads_item .h2_title {
  text-align: center;
}
.snsads .snsads_item img {
  max-width: 200px;
  display: block;
  margin: auto;
}
.snsads .snsads_item .cta_btn_1 {
  margin: auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
** 共通部分
******************************************************************************
----------------------------------------------------------------------------*/
.web_works_lead {
  text-align: center;
  margin: 20px auto;
  font-size: var(--fslarge);
}
.web_works_lead span {
  display: inline-block;
  margin: 0 0.3em;
  color: var(--maincolor);
  font-size: 2em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.web_works .works-swiper {
  position: relative;
}
.web_works .works-swiper .swiper-button-prev,
.web_works .works-swiper .swiper-button-next {
  color: #2b2b2b;
  font-size: 10px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100vh;
  border: solid 1px #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6784313725);
}
.web_works .works-swiper .swiper-button-prev:after,
.web_works .works-swiper .swiper-button-next:after {
  font-size: 20px;
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}
.web_works .works-swiper .swiper-button-prev:after {
  left: 46%;
}
.web_works .works-swiper .swiper-button-next:after {
  left: 54%;
}
.web_works .works-swiper .swiper-pagination {
  -webkit-transform: translateY(calc(100% + 20px));
          transform: translateY(calc(100% + 20px));
}
.web_works .works-swiper .swiper-pagination .swiper-pagination-bullet {
  border: solid 1px #000;
  background: none;
}
.web_works .works-swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background: rgba(0, 0, 0, 0.4588235294);
}
.web_reason {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 52px 52px;
  background-repeat: repeat;
  background-position: center center;
  padding: 50px 0 80px;
}
.web_reason_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.web_reason_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.web_reason_figure {
  width: 100%;
  max-width: 504px;
}
.web_reason_text {
  width: 100%;
}
.web_reason_text p {
  font-size: var(--fslarge);
  line-height: 1.8em;
}
.web_reason_text_span {
  font-size: var(--fslarge);
  font-weight: var(--fwblack);
  color: #A7A7A7;
  margin-bottom: 0.5em;
  letter-spacing: 5px;
}
.web_reason_text h3 {
  font-size: clamp(1.5em, 2vw, 2em);
  margin-bottom: 0.5em;
}

.web_flow {
  background-color: #F6F5F2;
  padding: 80px 0;
}
.web_flow_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.web_flow_select p {
  position: relative;
  cursor: pointer;
  height: 2em;
  font-size: var(--fslarge);
  font-size: 0.9em;
}
.web_flow_select p:before {
  content: "";
  height: 35px;
  width: 3px;
  display: block;
  background: url(../../images/web/dot-line.png) center center/contain no-repeat;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.web_flow_select p:last-child:before {
  content: none;
}
.web_flow_select p.active {
  color: var(--maincolor);
}
.web_flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 37px;
}
.web_flow_item {
  width: 100%;
  max-width: 1200px;
  background-image: linear-gradient(150deg, transparent 30px, #ffffff 0);
  padding: 30px 5%;
  position: relative;
}
.web_flow_item:before {
  content: "";
  display: block;
  width: 53px;
  height: 23px;
  background: url(../../images/web/web_flow_arrow.png) center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
}
.web_flow_item:last-child:before {
  content: none;
}
.web_flow_item dl dt {
  font-size: 1.2em;
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  font-weight: var(--fwbold);
  border-bottom: solid 1px #a8a8a8;
}
.web_flow_item dl dt span {
  color: var(--maincolor);
}
.web_flow_item dl dt p {
  font-size: var(--fslarge);
  line-height: 1.9em;
}

.web_faq {
  margin: 100px auto;
}
.web_faq_item {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 35px;
}
.web_faq_q {
  background: #1E2A38;
  color: white;
  font-weight: var(--fwbold);
  font-size: var(--fslarge);
  padding: 12px 12px 12px 60px;
  position: relative;
  border-radius: 100vh;
  cursor: pointer;
}
.web_faq_q:before {
  content: "";
  display: block;
  height: 48px;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../../images/web/web_faq_qicon.png) center center/contain no-repeat;
  position: absolute;
}
.web_faq_a {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}
.web_faq_a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: block;
  background: url(../../images/web/web_faq_a.png) center center/contain no-repeat;
  width: 48px;
  aspect-ratio: 1/1;
}/*# sourceMappingURL=splp-sp.css.map */