@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans&display=swap');

/* ウェビナーLP */

/* --------------------------------------------------
大　960px～
中　600px～959px
小　～599px
-------------------------------------------------- */

/* --------------------------------------------------
共通
-------------------------------------------------- */
body {
  color: #333333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",游ゴシック体, YuGothic, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  margin: 0;
}
a { text-decoration: none; color: #333333;}
a:hover { text-decoration: underline; }
p { font-size: 18px; }
h1,h2,h3,h4,p,ul { margin: 0; padding: 0; }
h1,h2,h3,h4 { word-break: keep-all; }
ul { list-style: none;}
img { display: block; max-width: 100%; height: auto; }
section {
  padding-left: 3%;
  padding-right: 3%;
}
.section-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
/* 緑の小見出し
--------------------------------------------- */
.ccc-lp-function h2,
.ccc-lp-exercise h2,
.ccc-lp-online h2,
.ccc-lp-cooperation h2,
.ccc-lp-price h2,
.ccc-lp-support h2,
.ccc-lp-company h2 {
  background: #8CB808;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  width: 172px;
  margin: 0;
}
.ccc-lp-function h2,
.ccc-lp-online h2,
.ccc-lp-cooperation h2,
.ccc-lp-price h2,
.ccc-lp-support h2,
.ccc-lp-company h2 {
  border-radius: 0 20px 20px 0;
}
/* 見出し
--------------------------------------------- */
.hero-heading > h1,
.ccc-lp-about h2,
.ccc-lp-trouble h2,
.ccc-lp-function h3,
.ccc-lp-cv h2,
.ccc-lp-online h3,
.ccc-lp-cooperation h3,
.ccc-lp-support h3,
.ccc-lp-price h3,
.ccc-lp-company h3 {
  font-size: 36px;
}
/* リスト
--------------------------------------------- */
ul.item-list li {
  font-size: 24px;
  position: relative;
  margin: 16px 0;
  padding-left: 20px;
}
ul.item-list li::before {
  position: absolute;
  left: 0;
  content: "・";
}
/* ボタン
--------------------------------------------- */
a.lp-btn {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  transition: transform 0.2s ease-out;
}
a.lp-btn[href^="/plan/"] {
  background: #FF8000;
}
a.lp-btn[href^="/inquiry/"] {
  background: #12B100;
}
a.lp-btn:hover {
  transform: translateY(-3px);
}
/* 共通のフォントサイズ調整
--------------------------------------------- */
@media screen and (max-width: 959px){
  p { font-size: 16px; }
   /* 緑の小見出し */
  .ccc-lp-function h2,
  .ccc-lp-exercise h2,
  .ccc-lp-online h2,
  .ccc-lp-cooperation h2,
  .ccc-lp-price h2,
  .ccc-lp-support h2,
  .ccc-lp-company h2 {
    font-size: 16px;
  }
  /* 見出し */
  .hero-heading > h1,
  .ccc-lp-about h2,
  .ccc-lp-trouble h2,
  .ccc-lp-function h3,
  .ccc-lp-cv h2,
  .ccc-lp-online h3,
  .ccc-lp-cooperation h3,
  .ccc-lp-support h3,
  .ccc-lp-price h3,
  .ccc-lp-company h3 {
    font-size: 26px;
  }
  /* リスト */
  ul.item-list li {
    font-size: 18px;
  }
  /* ボタン */
  a.lp-btn {
    font-size: 18px;
  }
}
/* --------------------------------------------------
コンテンツ
-------------------------------------------------- */

/* ヘッダー
--------------------------------------------- */
/*
header {
  max-width: 1100px;
  margin: 16px auto;
}
*/

/* メイン画像
--------------------------------------------- */
.ccc-lp-hero {
  background: linear-gradient(180deg, rgba(255,255,255,0) 80%, #ffffff 100%), url("img/img-hero.jpg");
  background-size: cover;
}
.ccc-lp-hero .section-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 90px;
  height: 550px;
}
.hero-heading {
  max-width: 580px;
  margin: 0 0 0 auto;
}
.hero-heading > p {
  background: #8CB808;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  margin-top: 30px;
  font-size: 16px;
}
.hero-content {
  display: flex;
  justify-content: center;
  gap: 70px;
  width: 80%;
  margin: 0 auto;
}
.hero-content > a {
  flex-grow: 1;
}
@media screen and (max-width: 959px){
  .ccc-lp-hero {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 80%), url("img/img-hero.jpg");
    background-size: cover;
  }
  .ccc-lp-hero .section-wrap {
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
    padding: 180px 10px 0 10px;
    height: auto;
  }
  .hero-heading {
    margin: auto;
  }
  .hero-heading > h1 {
    text-shadow: 0 0 5px #FFFFFF;
}
  .hero-content {
    gap: 10px;
  }
}

/* ビビットリンクとは
--------------------------------------------- */
.about-heading h2,
.about-heading h2 + p {
  margin: 30px 0;
  text-align: center;
}
.about-content h3 {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}
.about-content img {
  margin: 30px auto;
}
@media screen and (max-width: 959px){
  .about-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px){
  .ccc-lp-about {
    margin: 20% auto 5% auto !important;
  }
  .about-content h2 + p {
    text-align: left;
  }
}

/* お悩み
--------------------------------------------- */
.ccc-lp-trouble {
  background: url("img/bg-trouble.png") bottom no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 5%;
}
.ccc-lp-trouble h2 {
  text-align: center;
  margin: 0;
}
.trouble-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 60px 0;
}
.trouble-img > img {
  margin: 0 auto;
}
/* -mobile */
@media screen and (max-width: 599px){
  .trouble-list {
    gap: 10px;
    margin: 30px 0;
  }
}

/* ウェビナー機能
--------------------------------------------- */
.ccc-lp-function {
  margin-top: 5%;
}
.function-content {
  display: flex;
}
.function-heading h3,
.function-heading p {
  margin: 30px 0;
  text-align: center;
}
.function-content > div {
  width: 50%;
}
.function-text > img,
.function-thumb > img {
  margin: 0 auto;
}
.function-point-item {
  display: flex;
  gap: 10px;
  margin: 30px 0 0 0;
}
.function-point-item > img {
  max-height: 48px;
}
.function-point-item > div > h4 {
  font-size: 24px;
  margin: 6px 0;
}

@media screen and (max-width: 959px){
  .function-point-item {
    flex-direction: column;
}
  .function-point-item > div > h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px){
  .ccc-lp-function > p {
    text-align: left;
  }
  .function-content > div {
    width: 100%;
    margin: 30px 0;
  }
  .function-point-item {
    flex-direction: column;
    gap: 10px;
  }
}

/* 活用シーン
--------------------------------------------- */
.ccc-lp-exercise {
  margin-top: 5%;
}
.ccc-lp-exercise .section-wrap {
  background: #F1F1F1;
}
.exercise-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
}
.exercise-content > div {
  background: #FFFFFF;
  flex-grow: 1;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exercise-content > div > .exercise-title {
  padding: 20px;
}
.exercise-content > div > .exercise-title > h3 {
  text-align: center;
  font-size: 24px;
}
.exercise-content > div > .exercise-title > img {
  display: block;
  margin: 0 auto;
}
.exercise-content > div > .exercise-point {
  background: #222222;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exercise-content > div > .exercise-point > p {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 959px){
  .exercise-content > div > .exercise-title > h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px){
  .exercise-content {
    flex-direction: column;
  }
  .exercise-content > div {
    width: 100%;
  }
}

/* CV共通
--------------------------------------------- */
.ccc-lp-cv {
  background: url("img/cv-bg.png");
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 5%;
}
.ccc-lp-cv .section-wrap {
  position: relative;
}
.ccc-lp-cv .section-wrap::before {
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("img/img-cv1.png");
  width: 265px;
  height: 232px;
  content: "";
}
.ccc-lp-cv .section-wrap::after {
  position: absolute;
  top: -10px;
  right: -10px;
  background: url("img/img-cv2.png");
  width: 265px;
  height: 232px;
  content: "";
}
.ccc-lp-cv .section-wrap > div {
  position: relative;
  z-index: 1;
}
.cv-heading > h2 {
  margin: 0;
}
.cv-heading > p {
  margin: 40px 0 60px 0;
}
.cv-content {
  display: flex;
  justify-content: center;
  gap: 70px;
}

@media screen and (max-width: 959px){
  .ccc-lp-cv .section-wrap::before {
    background-size: 122px 107px;
    width: 122px;
    height: 107px;
  }
  .ccc-lp-cv .section-wrap::after {
    background-size: 122px 107px;
    width: 122px;
    height: 107px;
  }
  .cv-heading > p {
    margin: 20px 0 30px 0;
  }
  .ccc-lp-cv .section-wrap .cv-content {
    gap: 10px;
  }
  .ccc-lp-cv .section-wrap .cv-content > a {
    width: 80%;
    margin: 0 auto;
  }
}

/* オンライン商談
--------------------------------------------- */
.ccc-lp-online {
  background: url("img/online-bg.jpg");
  padding-top: 60px;
  padding-bottom: 60px;
}
.online-heading > h2 + p {
  color: #8CB808;
  font-weight: bold;
  text-align: center;
}
.online-heading > h3,
.online-heading > h3 + p {
  margin: 10px 0;
  text-align: center;
}
.online-content {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 599px){
  .online-heading > h3 + p {
    text-align: left;
  }
  .online-content {
    gap: 0;
 }
}

/* 連携機能
--------------------------------------------- */
.ccc-lp-cooperation {
  margin-top: 5%;
}
.cooperation-heading > h3,
.cooperation-heading > p {
  margin: 30px 0 0 0;
  text-align: center;
}
.cooperation-content img {
  margin: 30px auto;
}
.cooperation-tetori {
  background: #F9F9F9;
  border: 1px solid #F6EFFA;
  margin: 30px 0 0 0;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.cooperation-tetori-logo {
  width: 150px;
}
.cooperation-tetori-text {
  width: calc(100% - 150px);
}
.cooperation-tetori-text h4 {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 959px){
  .cooperation-heading > div > h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px){
  .cooperation-heading > p {
    text-align: left;
  }
  .cooperation-tetori {
    padding: 20px;
    gap: 20px;
  }
  .cooperation-tetori-text {
    width: 100%;
  }
}

/* SUPPORT
--------------------------------------------- */
.ccc-lp-support {
  margin-top: 5%;
}
.support-heading > h3,
.support-heading > p {
  margin: 30px 0;
  text-align: center;
}
.support-content {
  display: flex;
  gap: 70px;
}
.support-text ul {
  margin-top: 30px;
}
@media screen and (max-width: 599px){
  .support-heading > p {
    text-align: left;
  }
  .support-content {
    gap: 30px;
  }
}

/* PRICE
--------------------------------------------- */
.ccc-lp-price {
  margin-top: 5%;
}
.price-heading > h3,
.price-heading > p {
  margin: 30px 0;
}
.price-content {
  text-align: center;
}

/* COMPANY
--------------------------------------------- */
.ccc-lp-company {
  background: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 5%;
}
.company-heading > h3,
.company-heading > p {
  margin: 30px 0;
}
.company-content {
  display: flex;
}
.company-content > img {
  width: 50%;
}
/* */
@media screen and (max-width: 599px){
  .support-content {
    gap: 30px;
  }
  .company-content > img {
    width: 100%;
  }
}

/* お役立ち資料
---------------------------------------------*/
.ccc-lp-useful {
  padding-top: 4%;
}
.useful-heading {
  margin-bottom: 2%;
}
.useful-heading h2 {
  font-size: 132%;
  text-align:  center;
}
.useful-content {
  display: flex;
  justify-content: center;
  margin-bottom: 4%;
  flex-wrap: wrap;
  gap: 30px;
}
.useful-item {
  width: calc((100% - 60px) / 3);
}
.useful-item a {
  text-decoration: none;
}
.useful-item a img {
  transition: transform 0.2s ease-out;
}
.useful-item a:hover img {
  transform: scale(1.05);
}
.useful-item-img {
  background: #FFFFFF;
  padding: 10px;
  overflow: hidden;
}
.useful-item-img > img {
  margin: 0 auto;
}
.useful-item p {
  font-size: 86%;
  margin: 5px 0 0 0;
}
.site-link {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
.site-link a {
  display: flex;
  align-items: center;
  padding: 10px;
}
.site-link a > div {
  margin-right: 14px;
}
.site-link a > div > img {
  min-width: 100px;
}
.site-link a > p {
  font-size: 90%;
}
.rmark-content {
  margin-top: 4%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.rmark-content p {
  margin: 0;
  font-size: 90%;
}
@media screen and (max-width: 599px){
  .useful-item {
    width: 45%;
  }
}

/* ---------------------------------------------
幅指定
--------------------------------------------- */
@media screen and (max-width: 599px){
   /* flex を縦に並べる */
  .hero-content,
  .ccc-lp-trouble .trouble-content,
  .ccc-lp-function .function-content,
  .ccc-lp-cv div.cv-content,
  .ccc-lp-online .online-content,
  .ccc-lp-cooperation .cooperation-tetori,
  .ccc-lp-support .support-content,
  .ccc-lp-company .company-content {
    flex-direction: column;
  }
}