@charset "utf-8";
/* CSS Document */

.home img {
  max-width: none; /*style_old用*/
}
@media screen and (max-width: 640px) {
  .home img {
    max-width: 100%; /*style_old用*/
  }
}

/*==================================================================

		$index　＊　共通

==================================================================*/
.top h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-style: normal;
  font-size: 44px;
}
.top h2 strong {
  color: #093599;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 20px;
  text-decoration-color: #ffdb32;
  text-decoration-thickness: 3px;
}
.top h2 span {
  display: block;
  color: #093599;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .top h2 {
    font-size: 28px;
  }
  .top h2 strong {
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
  }
  .top h2 span {
    font-size: 15px;
  }
}

/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
  position: relative;
  margin-top: 130px;
  width: 100%;
  height: 810px;
  background: url("../images/top/bg_02.png") center top no-repeat;
  background-size: 1920px auto;
  overflow: hidden;
}
#top_mainvisual::before {
  position: absolute;
  content: "";
  background: url("../images/top/bg_01.png") no-repeat top -140px right;
  background-size: 900px auto;
  width: 900px;
  height: 810px;
  left: 50%;
  margin-left: 70px;
}
@media screen and (max-width: 640px) {
  #top_mainvisual {
    margin-top: 0;
    height: auto;
    background-size: cover;
  }
  #top_mainvisual::before {
    background: url("../images/top/bg_01.png") no-repeat top 60px right;
    background-size: 420px auto;
    width: 420px;
    height: 450px;
    left: 51%;
    margin-left: 0;
  }
}

#top_mainvisual .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-end;
}
#top_mainvisual .mv_left {
  margin-top: 50px;
}
#top_mainvisual .mv_left img {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  #top_mainvisual .inner {
    display: block;
    padding-bottom: 40px;
  }
  #top_mainvisual .mv_left {
    margin-top: 70px;
  }
  #top_mainvisual .mv_left img:nth-of-type(1) {
    /*寝てても商談がサクサク獲れる*/
    width: 90%;
    max-width: 350px;
    margin-bottom: 15px;
  }
  #top_mainvisual .mv_left img:nth-of-type(3) {
    /*問い合わせフォーム営業代行サービス*/
    width: 80%;
    max-width: 310px;
    margin-bottom: 25px;
  }
  #top_mainvisual .mv_left img:nth-of-type(5) {
    /*採用倍率70倍のセールスパートナー*/
    width: 58%;
    max-width: 250px;
    margin-bottom: 25px;
  }
  #top_mainvisual .mv_left img:nth-of-type(6) {
    /*平均商談獲得単価1万円、営業コスト削減率80%、決裁者アポイント率50%*/
    width: 67%;
    max-width: 290px;
    margin-bottom: 25px;
  }
  #top_mainvisual .mv_left img:nth-of-type(7) {
    /*過去10000アポ獲得の営業ノウハウ集プレゼント*/
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto 25px;
  }
  #top_mainvisual .mv_left a {
    /*ボタン：サービス資料を無料で受け取る*/
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #top_mainvisual .mv_left a img {
    /*ボタン：サービス資料を無料で受け取る*/
    width: 100% !important;
    max-width: 400px !important;
  }
  #top_mainvisual .mv_right {
    display: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  #top_mainvisual .mv_right img {
    width: 85%;
    max-width: 400px;
  }
}

/*==================================================================

		$index　＊　CTA　＊　

==================================================================*/
.top_cta {
  position: relative;
  width: 100%;
  height: 450px;
  background: url("../images/top/bg_02.png");
  background-size: 1920px auto;
}
.top_cta::before {
  position: absolute;
  content: "";
  width: 511px;
  height: 330px;
  background: url("../images/top/cta_img01.png");
  background-size: 511px 330px;
  left: 50%;
  margin-left: 60px;
  top: 65px;
}
.top_cta .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  padding-top: 90px;
  box-sizing: border-box;
}
.top_cta img {
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .top_cta {
    height: auto;
    padding-bottom: 20px;
  }
  .top_cta::before {
    width: 360px;
    height: 240px;
    background: url("../images/top/cta_img01.png") no-repeat;
    background-size: 360px auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 65px;
  }
  .top_cta .inner {
    max-width: 400px;
    padding-top: 320px;
  }
  .top_cta img {
    margin-bottom: 30px;
  }
}

/*==================================================================

		$index　＊　top_section01　＊　競合サービスと比較してわかる「SakuSakuの強み」

==================================================================*/
#top_section01 {
  position: relative;
  height: 860px;
  background: url("../images/top/bg_03.png") center top no-repeat;
  background-size: 1920px auto;
  box-shadow: 0 5px 10px rgba(80, 80, 80, 0.1);
  z-index: 2;
}
#top_section01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 46px;
  bottom: -40px;
  background: url("../images/top/section01_img05.png") center bottom no-repeat;
  background-size: 52px auto;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #top_section01 {
    height: auto;
  }
}

#top_section01 h2 {
  font-size: 40px;
  padding-top: 80px;
  margin-bottom: 140px;
  text-align: center;
}
#top_section01 h2:last-of-type {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  #top_section01 h2 {
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 40px;
    line-height: 2;
  }
  #top_section01 h2:last-of-type {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 260px;
    margin: auto;
  }
}
#top_section01 .wowTxt {
  font-size: 40px;
  padding-top: 80px;
  margin-bottom: 140px;
  text-align: center;
}
#top_section01 .wowTxt:last-of-type {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  #top_section01 .wowTxt {
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 40px;
    line-height: 2;
  }
  #top_section01 .wowTxt:last-of-type {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 260px;
    margin: auto;
  }
}
#top_section01 h3 {
  font-size: 40px;
  padding-top: 80px;
  margin-bottom: 140px;
  text-align: center;
}
#top_section01 h3:last-of-type {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  #top_section01 h3 {
    font-size: 24px;
    padding-top: 50px;
    margin-bottom: 40px;
    line-height: 2;
  }
  #top_section01 h3:last-of-type {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 260px;
    margin: auto;
  }
}

#top_section01 ul {
  width: 95%;
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#top_section01 ul li {
  position: relative;
  width: 30%;
  height: 280px;
  background: #314761;
  border-radius: 10px;
  text-align: center;
}
#top_section01 ul li img {
  position: relative;
  top: -60px;
}
#top_section01 ul li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 53%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top_section01 ul li:nth-of-type(2) p,
#top_section01 ul li:nth-of-type(3) p {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #top_section01 ul {
    display: block;
  }
  #top_section01 ul li {
    width: 95%;
    margin: auto;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 0 20px;
  }
  #top_section01 ul li img {
    top: 0;
    width: 40%;
    height: auto;
    margin-bottom: 10px;
  }
  #top_section01 ul li p {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 53%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_section01 ul li:nth-of-type(2) p,
  #top_section01 ul li:nth-of-type(3) p {
    font-size: 16px;
  }
}

/*==================================================================

		$index　＊　top_section02　＊　競合サービスと比較してわかる「SakuSakuの強み」

==================================================================*/
#top_section02 {
  position: relative;
  background: #e4e4e4;
}
#top_section02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 46px;
  bottom: -38px;
  background: url("../images/top/section02_img05.png") center bottom no-repeat;
  background-size: 52px auto;
  z-index: 2;
}
#top_section02 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section02 h2 {
  margin-bottom: 100px;
}

#top_section02 ul {
  width: 95%;
  max-width: 1140px;
  margin: auto;
  padding: 100px 0 120px;
  display: flex;
  justify-content: space-between;
}
#top_section02 ul li {
  position: relative;
  width: 30%;
  height: 380px;
  background: #314761;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(80, 80, 80, 0.7);
}
#top_section02 ul li dt {
  padding-top: 38px;
  margin-bottom: 22px;
  text-align: center;
}
#top_section02 ul li dd {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 0 25px 0 65px;
  margin-bottom: 10px;
}
#top_section02 ul li dd img {
  position: absolute;
  top: 3px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  #top_section02 ul {
    padding: 80px 0 40px;
    display: block;
  }
  #top_section02 ul li {
    width: 90%;
    margin: auto;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #top_section02 ul li dt {
    width: 130px;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

/*==================================================================

		$index　＊　top_section03　＊　SakuSakuであれば上記の課題を解決できます

==================================================================*/
#top_section03 {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
#top_section03::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url("../images/top/bg_02.png");
  background-size: 1920px auto;
}
@media screen and (max-width: 640px) {
  #top_section03 {
    display: block;
    margin-bottom: 100px;
  }
  #top_section03::before {
    height: 250px;
  }
}

#top_section03 img {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}
#top_section03 h2 {
  padding-top: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 640px) {
  #top_section03 img {
    width: 300px;
    margin: auto;
    display: block;
  }
  #top_section03 h2 {
    padding-top: 0;
    padding-left: 0;
  }
  #top_section03 h2 img {
    width: 340px;
    padding-top: 20px;
  }
}

/*==================================================================

		$index　＊　top_section04　＊　他の営業代行会社に負けないSakuSakuの５つの武器

==================================================================*/
#top_section04 {
}
#top_section04 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  top: -80px;
}
#top_section04 h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  #top_section04 .inner {
    top: 0;
    padding-bottom: 20px;
  }
  #top_section04 h2 {
    margin-bottom: 70px;
  }
}

#top_section04 li {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
#top_section04 li dl {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 640px) {
  #top_section04 li {
    height: auto;
    margin-bottom: 40px;
  }
  #top_section04 li dl {
    display: block;
  }
}

/*左側*/
#top_section04 li dl dt {
  height: inherit;
  width: 46%;
  background: url("../images/top/bg_04.png") center right -130px, #355eb8;
  background-size: 977px auto;
  border-radius: 20px 0 0 20px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 50px;
}
#top_section04 li dl dt p {
  font-size: 28px;
  text-align: center;
  margin-left: 30px;
  width: 80%;
}
#top_section04 li:nth-of-type(2) dl dt p {
  font-size: 25px;
  line-height: 1.7;
}
#top_section04 li dl dt p strong {
  color: #fad738;
}
@media screen and (max-width: 640px) {
  #top_section04 li dl dt {
    width: 100%;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    padding: 20px 0;
    padding-left: 20px;
  }
  #top_section04 li dl dt p {
    font-size: 19px;
    line-height: 1.7;
    margin-left: 20px;
    width: 80%;
  }
  #top_section04 li:nth-of-type(2) dl dt p {
    font-size: 19px;
    line-height: 1.7;
  }
  #top_section04 li dl dt img {
    width: 12%;
  }
}

/*右側*/
#top_section04 li dl dd {
  position: relative;
  height: inherit;
  width: 54%;
  background: url("../images/top/bg_02.png") center right;
  background-size: 1920px auto;
  border-radius: 0 20px 20px 0;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 100px;
}
#top_section04 li dl dd strong {
  color: #093599;
  text-decoration-line: underline;
  text-underline-offset: 10px;
  text-decoration-color: #ffdb32;
  text-decoration-thickness: 3px;
}
#top_section04 li dl dd::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 100px solid transparent;
  border-left: 60px solid #355eb8;
}
@media screen and (max-width: 640px) {
  #top_section04 li dl dd {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px 0;
    font-size: 19px;
    padding-right: 150px;
  }
  #top_section04 li dl dd strong {
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
  #top_section04 li dl dd::before {
    display: none;
  }
}

/*右側イラスト*/
#top_section04 li:nth-of-type(1) dl dd::after {
  position: absolute;
  content: "";
  background: url("../images/top/section04_img02.png");
  background-size: 145px 211px;
  width: 145px;
  height: 211px;
  top: -20px;
  right: 30px;
}
#top_section04 li:nth-of-type(2) dl dd::after {
  position: absolute;
  content: "";
  background: url("../images/top/section04_img04.png");
  background-size: 137px 156px;
  width: 137px;
  height: 156px;
  top: 20px;
  right: 30px;
}
#top_section04 li:nth-of-type(3) dl dd::after {
  position: absolute;
  content: "";
  background: url("../images/top/section04_img06.png");
  background-size: 158px 191px;
  width: 158px;
  height: 191px;
  top: -10px;
  right: 30px;
}
#top_section04 li:nth-of-type(4) dl dd::after {
  position: absolute;
  content: "";
  background: url("../images/top/section04_img08.png");
  background-size: 159px 195px;
  width: 159px;
  height: 195px;
  top: -10px;
  right: 30px;
}
#top_section04 li:nth-of-type(5) dl dd::after {
  position: absolute;
  content: "";
  background: url("../images/top/section04_img10.png");
  background-size: 156px 165px;
  width: 156px;
  height: 165px;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 640px) {
  #top_section04 li:nth-of-type(2) dl dd::after {
    top: -20px;
    right: 5px;
  }
  #top_section04 li:nth-of-type(5) dl dd::after {
    top: 10px;
    right: 5px;
  }
}

/*==================================================================

		$index　＊　top_section05　＊　SakuSakuが競合他社より圧倒的に高い成果を出す３つの理由

==================================================================*/
#top_section05 {
  margin-top: 100px;
  padding-bottom: 160px;
  background: url("../images/top/bg_05.png") no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #top_section05 {
    margin-top: 50px;
    padding-bottom: 30px;
    background: url("../images/top/bg_05.png") no-repeat top left;
    background-size: cover;
  }
}

#top_section05 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section05 h2 {
  margin-bottom: 100px;
}

/*リスト設定*/
#top_section05 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #top_section05 ul li {
    display: block;
    margin-bottom: 50px;
  }
}

#top_section05 ul li dl {
  width: 54%;
}
#top_section05 ul li dt {
  font-size: 35px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  margin-bottom: 60px;
}
#top_section05 ul li dt strong {
  color: #093599;
}
#top_section05 ul li dt img {
  position: relative;
  margin-right: 30px;
  bottom: -20px;
}
#top_section05 ul li:nth-of-type(3) dt {
  margin-bottom: 40px;
}
#top_section05 ul li:nth-of-type(3) dt img {
  bottom: 0;
}
#top_section05 ul li dd p {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #top_section05 figure img {
    height: 250px;
    object-fit: cover;
  }
  #top_section05 ul li dl {
    width: 100%;
  }
  #top_section05 ul li dt {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  #top_section05 ul li dt p {
    position: relative;
    top: 5px;
  }
  #top_section05 ul li dt img {
    margin-right: 20px;
    bottom: 0;
  }
  #top_section05 ul li:nth-of-type(3) dt {
    margin-bottom: 30px;
  }
  #top_section05 ul li:nth-of-type(3) dt img {
    bottom: 0;
  }
  #top_section05 ul li dd p {
    margin-bottom: 20px;
  }
  #top_section05 ul li:nth-of-type(1) dt img {
    width: 62px;
  }
  #top_section05 ul li:nth-of-type(2) dt img {
    width: 67px;
  }
  #top_section05 ul li:nth-of-type(3) dt img {
    width: 66px;
  }
}

#top_section05 ul li:nth-of-type(odd) {
  flex-direction: row-reverse;
}

/*==================================================================

		$index　＊　top_section06　＊　競合サービスと比較してわかる「SakuSakuの強み」

==================================================================*/
#top_section06 {
  padding-bottom: 100px;
}
#top_section06 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section06 h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #top_section06 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #top_section06 h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .top_tablebox {
    position: relative;
    overflow-x: scroll;
    padding-top: 40px;
  }
  p.top_tablebox_text {
    background: #355eb8;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 15px;
    text-align: left;
  }
}

/*------------------------------ Table設定 ------------------------------*/
#top_section06 table {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #top_section06 table {
    width: 1000px;
    border-collapse: collapse;
  }
}

#top_section06 thead th {
  /*上のタイトル*/
  padding: 15px 0;
  background: #314761;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 27px;
  text-align: center;
  border: 2px solid #fff;
  line-height: 1.5;
  font-weight: 700;
}
#top_section06 thead th span {
  display: block;
  font-size: 21px;
}
#top_section06 tbody th {
  /*左のタイトル*/
  padding: 20px 50px 20px;
  background: #2e52a0;
  color: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #fff;
  font-weight: 700;
  white-space: nowrap;
}
#top_section06 tbody td {
  /*本文*/
  padding: 10px 20px 20px;
  background: #ededed;
  border: 2px solid #fff;
  vertical-align: top;
}
#top_section06 tbody td b {
  display: block;
  font-size: 40px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #top_section06 thead th {
    /*上のタイトル*/
    font-size: 20px;
  }
  #top_section06 thead th span {
    font-size: 18px;
  }
  #top_section06 tbody th {
    /*左のタイトル*/
    padding: 20px 10px 20px;
    font-size: 18px;
  }
  #top_section06 tbody td {
    /*本文*/
  }
  #top_section06 tbody td b {
    font-size: 30px;
  }
}

/*左上を空白に*/
#top_section06 thead th:nth-of-type(1) {
  background: #fff;
}

/*上メニューSakuSakuを大きく*/
#top_section06 thead th:nth-of-type(2) {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  background: #1a3a80;
  border-radius: 0;
  padding: 8px 0 22px;
}
#top_section06 thead th:nth-of-type(2)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: #1a3a80;
  top: -19px;
  left: 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 640px) {
  #top_section06 thead th:nth-of-type(2) {
    font-size: 30px;
    padding: 8px 0 22px;
  }
}

/*費用だけ文字大きめ中央揃え*/
#top_section06 tbody tr:nth-of-type(2) td {
  padding: 20px 20px 20px;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #top_section06 tbody tr:nth-of-type(2) td {
    font-size: 20px;
  }
}

/*他社の横サイズを一緒にする*/
#top_section06 tbody td:nth-of-type(2) {
  width: 25%;
}
#top_section06 tbody td:nth-of-type(3) {
  width: 25%;
}
@media screen and (max-width: 640px) {
  #top_section06 tbody th {
    width: 100px;
  }
  #top_section06 tbody td:nth-of-type(1) {
    width: 200px;
  }
  #top_section06 tbody td:nth-of-type(2) {
    width: 200px;
  }
  #top_section06 tbody td:nth-of-type(3) {
    width: 200px;
  }
}

/*◎○△×*/
#top_section06 .niju {
  color: #ff1324;
}
#top_section06 .maru {
  color: #ff5013;
}
#top_section06 .sank {
  color: #288024;
}
#top_section06 .batu {
  color: #2e52a0;
}

/*背景の色を変更*/
#top_section06 tbody tr:nth-of-type(2) td {
  background: #f2f2f2;
} /*薄いグレー*/
#top_section06 tbody tr:nth-of-type(4) td {
  background: #f2f2f2;
} /*薄いグレー*/
#top_section06 tbody tr td:nth-of-type(1) {
  background: #e3f2ff;
} /*本文左を水色*/
#top_section06 tbody tr:nth-of-type(even) td:nth-of-type(1) {
  background: #edf6fe;
} /*さらに薄い水色*/
#top_section06 tbody tr:nth-of-type(even) th {
  background: #355eb8;
} /*薄い紺*/

/*==================================================================

		$index　＊　top_section07　＊　SakuSakuの料金プラン

==================================================================*/
#top_section07 {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #f3f7fb;
  text-align: center;
}
#top_section07 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section07 h2 {
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #top_section07 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #top_section07 h2 {
    margin-bottom: 50px;
  }
}

/*------------------------------ Table設定 ------------------------------*/
#top_section07 table {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #top_section07 table {
    width: 900px;
    border-collapse: collapse;
  }
}

#top_section07 thead th {
  /*上のタイトル*/
  padding: 25px 0;
  background: #132753;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 26px;
  text-align: center;
  border: 2px solid #f3f7fb;
  font-weight: 700;
}
#top_section07 thead th strong {
  color: #ffdb32;
}
#top_section07 tbody th {
  /*左のタイトル*/
  padding: 20px 50px 20px;
  background: #2e52a0;
  color: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #f3f7fb;
  font-weight: 700;
  white-space: nowrap;
}
#top_section07 tbody td {
  /*本文*/
  padding: 25px 20px 25px;
  background: #fff;
  border: 2px solid #f3f7fb;
  vertical-align: top;
  text-align: left;
}
#top_section07 tbody td img {
  position: relative;
  margin-right: 10px;
  margin-left: 3px;
  top: -8px;
}
#top_section07 tbody tr:nth-of-type(2) td {
  line-height: 2.3;
}
@media screen and (max-width: 640px) {
  #top_section07 thead th {
    /*上のタイトル*/
    font-size: 20px;
  }
  #top_section07 tbody th {
    /*左のタイトル*/
    padding: 20px 10px 20px;
    font-size: 18px;
  }
}

/*左上を空白に*/
#top_section07 thead th:nth-of-type(1) {
  background: #f3f7fb;
}

/*費用だけ文字大きめ中央揃え*/
#top_section07 tbody tr:nth-of-type(1) td {
  padding: 30px 20px 30px;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #top_section07 tbody tr:nth-of-type(1) td {
    font-size: 20px;
  }
}

/*他社の横サイズを一緒にする*/
#top_section07 tbody td:nth-of-type(1) {
  width: 27%;
}
#top_section07 tbody td:nth-of-type(2) {
  width: 27%;
}
#top_section07 tbody td:nth-of-type(3) {
  width: 27%;
}
@media screen and (max-width: 640px) {
  #top_section07 tbody th {
    width: 100px;
  }
  #top_section07 tbody td:nth-of-type(1) {
    width: 180px;
  }
  #top_section07 tbody td:nth-of-type(2) {
    width: 180px;
  }
  #top_section07 tbody td:nth-of-type(3) {
    width: 180px;
  }
}

/*背景の色を変更*/
#top_section07 tbody tr:nth-of-type(even) th {
  background: #355eb8;
} /*薄い紺*/

#top_section07 a {
  display: block;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  #top_section07 a {
    margin-top: 50px;
  }
}

/*==================================================================

		$index　＊　top_section08　＊　SakuSaku利用企業の声

==================================================================*/
#top_section08 {
  position: relative;
  height: 1060px;
}
@media screen and (max-width: 640px) {
  #top_section08 {
    height: auto;
  }
}

#top_section08 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section08 .inner h2 {
  padding-top: 80px;
  margin-bottom: 50px;
}
#top_section08 .inner h2:last-of-type {
  /* text-align: center;
  font-size: 32px;
  padding-top: 80px;
  margin-bottom: 50px; */
}
@media screen and (max-width: 640px) {
  #top_section08 .inner h2 {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  /* #top_section08 .inner h2:last-of-type {
    font-size: 22px;
    padding-top: 60px;
    margin-bottom: 60px;
  } */
}

.slider {
  position: relative;
  width: 100%;
  height: 530px;
  box-sizing: border-box;
  padding: 40px 70px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(80, 80, 80, 0.3);
}
.slider h3 {
  margin: 0;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 15px;
  text-decoration-color: #ffdb32;
  text-decoration-thickness: 3px;
}
.slider h3 img {
  position: relative;
  top: 10px;
  margin-right: 10px;
  display: inline;
}
.slider dl {
  background: #f3f7fb;
  display: flex;
  align-items: center;
  padding: 20px;
  height: 320px;
}
.slider dl dd h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.slider dl dd {
  margin-left: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .slider {
    height: auto;
    padding: 40px 20px 0;
  }
  .slider h3 {
    margin: 0;
    margin-bottom: 35px;
    font-size: 20px;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
  }
  .slider h3 img {
    top: 0;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  .slider dl {
    display: block;
    padding: 20px 20px;
    height: auto;
  }
  .slider dl dt figure {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .slider dl dt figure img {
    display: inline;
  }
  .slider dl dd h4 {
    font-size: 18px;
  }
  .slider dl dd {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

/*左右のやじるし*/
.slick-arrow:before {
  content: "" !important;
}
.slick-arrow {
  background: url("../images/top/section08_img02.png") !important;
  background-size: 25px 40px !important;
  width: 25px !important;
  height: 40px !important;
  right: -15px !important;
  z-index: 2 !important;
}
.slick-prev {
  background: url("../images/top/section08_img02.png") !important;
  background-size: 25px 40px !important;
  width: 25px !important;
  height: 40px !important;
  left: -15px !important;
  margin-top: -15px !important;
  transform: scale(-1, 1) !important;
  z-index: 2 !important;
}
@media screen and (max-width: 640px) {
  .slick-arrow {
    right: -5px !important;
  }
  .slick-prev {
    left: -5px !important;
    margin-top: -20px !important;
  }
}

/*下の●●●*/
.slick-dots {
  position: relative !important;
  bottom: -60px !important;
}
button {
  border-radius: 100% !important;
  border: 1px solid #2e52a0 !important;
  background: #fff !important;
  width: 13px !important;
  height: 13px !important;
}
.slick-active button {
  background: #2e52a0 !important;
}

/*==================================================================

		$index　＊　top_section09　＊　商談獲得までの流れ

==================================================================*/
#top_section09 {
  position: relative;
  height: 930px;
  background: url("../images/top/bg_06.png") no-repeat top center;
  background-size: 1920px auto;
}
@media screen and (max-width: 640px) {
  #top_section09 {
    height: auto;
  }
}

#top_section09 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section09 .inner h2 {
  padding-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #top_section09 .inner h2 {
    padding-top: 50px;
    margin-bottom: 40px;
  }
}

/*box*/
#top_section09 ol {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
}
#top_section09 ol li {
  position: relative;
  width: 21%;
  height: 270px;
  box-sizing: border-box;
  padding-top: 22px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(80, 80, 80, 0.3);
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #top_section09 ol {
    display: flex;
    width: 96%;
  }
  #top_section09 ol li {
    width: 46%;
    margin-bottom: 25px;
  }
}

/*貴社弊社*/
#top_section09 .flow_me,
#top_section09 .flow_you {
  margin: 0 5px;
  border-radius: 3px;
  padding: 6px 8px 4px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #56b232;
}
#top_section09 .flow_you {
  background: #f18f38;
}

/*アイコン*/
#top_section09 figure {
  margin-top: 10px;
  margin-bottom: 7px;
}

/*タイトル*/
#top_section09 figcaption {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
#top_section09 figcaption span {
  /*一ヶ所だけ文字小さく*/
  font-size: 16px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #top_section09 figcaption {
    font-size: 18px;
    height: 90px;
    flex-wrap: wrap;
    align-content: center;
  }
  #top_section09 figcaption span {
    /*一ヶ所だけ文字小さく*/
    display: block;
    font-size: 13px;
  }
}

/*タイトル裏の数字*/
#top_section09 li:nth-of-type(1) figcaption {
  background: url("../images/top/section09_img07.png") no-repeat center;
  background-size: 61px auto;
}
#top_section09 li:nth-of-type(2) figcaption {
  background: url("../images/top/section09_img08.png") no-repeat center;
  background-size: 71px auto;
}
#top_section09 li:nth-of-type(3) figcaption {
  background: url("../images/top/section09_img09.png") no-repeat center;
  background-size: 71px auto;
}
#top_section09 li:nth-of-type(4) figcaption {
  background: url("../images/top/section09_img10.png") no-repeat center;
  background-size: 71px auto;
}
#top_section09 li:nth-of-type(5) figcaption {
  background: url("../images/top/section09_img11.png") no-repeat center;
  background-size: 70px auto;
}
#top_section09 li:nth-of-type(6) figcaption {
  background: url("../images/top/section09_img12.png") no-repeat center;
  background-size: 70px auto;
}
#top_section09 li:nth-of-type(7) figcaption {
  background: url("../images/top/section09_img13.png") no-repeat center;
  background-size: 72px auto;
}
#top_section09 li:nth-of-type(8) figcaption {
  background: url("../images/top/section09_img14.png") no-repeat center;
  background-size: 70px auto;
}

/*やじるし*/
#top_section09 li::after {
  position: absolute;
  content: "";
  background: url("../images/top/section09_img15.png") no-repeat center;
  background-size: 18px auto;
  width: 18px;
  height: 31px;
  top: 45%;
  right: -14%;
}
#top_section09 li:nth-of-type(8)::after {
  display: none;
}
#top_section09 li:nth-of-type(5)::before {
  position: absolute;
  content: "";
  background: url("../images/top/section09_img15.png") no-repeat center;
  background-size: 18px auto;
  width: 18px;
  height: 31px;
  top: 45%;
  left: -14%;
}
@media screen and (max-width: 640px) {
  #top_section09 li::after {
    display: none;
  }
  #top_section09 li::before {
    display: none;
  }
}

/*==================================================================

		$index　＊　top_section10　＊　よくある質問

==================================================================*/
#top_section10 {
  position: relative;
  padding-bottom: 100px;
}
#top_section10 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section10 .inner h2 {
  padding-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #top_section10 {
    padding-bottom: 50px;
  }
  #top_section10 .inner h2 {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}

/*Q*/
summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  list-style-type: none;
  font-size: 22px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
summary::-webkit-details-marker {
  display: none;
}
summary::before {
  position: relative;
  top: 5px;
  margin-right: 20px;
  content: "Q";
  color: #002f97;
  font-size: 42px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "＋";
  font-size: 30px;
  color: #002f97;
}
details[open] summary:after,
summary details[open] summary:after {
  content: "−";
}
@media screen and (max-width: 640px) {
  summary {
    font-size: 17px;
    padding-top: 18px;
    padding-bottom: 10px;
    padding-right: 60px;
    padding-left: 60px;
    line-height: 1.8;
  }
  summary::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 20px;
    content: "Q";
    color: #002f97;
    font-size: 42px;
  }
}

/*A*/
details {
  height: 90px;
  overflow: hidden;
  transition: 0.5s;
  border-bottom: 1px solid #aaa;
}
details[open] {
  height: 200px;
}
details[open] p {
  position: relative;
  padding-left: 55px;
  padding-right: 50px;
}
details[open] p::before {
  position: absolute;
  top: -18px;
  left: 5px;
  margin-right: 25px;
  content: "A";
  color: #56b232;
  font-size: 42px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
summary:hover {
  color: #666;
}
@media screen and (max-width: 640px) {
  details {
    height: 95px;
  }
  details[open] {
    height: 200px;
  }
  details[open]:nth-of-type(4),
  details[open]:nth-of-type(5),
  details[open]:nth-of-type(6),
  details[open]:nth-of-type(7) {
    height: 260px;
  }
  details[open] p {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*==================================================================

		$index　＊　top_contact　＊　無料資料請求・お問い合わせフォーム

==================================================================*/
#top_contact {
  position: relative;
  background: url("../images/top/bg_02.png") no-repeat center top;
  background-size: cover;
}
#top_contact .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_contact .inner h2 {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 50px;
}
#top_contact .inner h3 {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #top_contact {
    background: url("../images/top/bg_02.png") no-repeat center top;
    background-size: cover;
  }
  #top_contact .inner h2 {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  #top_contact .inner h3 {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}

#top_contact figure {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #top_contact figure {
    margin-bottom: 30px;
  }
}

/*==================================================================

		$index　＊　top_section11　＊　SakuSakuとは営業効率を大幅に向上させる営業代行サービスです

==================================================================*/
#top_section11 {
  position: relative;
  height: 770px;
  overflow: hidden;
}
#top_section11::before {
  position: absolute;
  content: "";
  background: url("../images/top/bg_01.png") no-repeat top -100px right;
  background-size: 900px auto;
  width: 900px;
  height: 810px;
  left: 50%;
  margin-left: 70px;
}
@media screen and (max-width: 640px) {
  #top_section11 {
    height: auto;
    padding-bottom: 50px;
  }
  #top_section11::before {
    position: absolute;
    content: "";
    background: url("../images/top/bg_01.png") no-repeat top -100px right;
    background-size: 500px auto;
    width: 500px;
    height: 440px;
    left: 10%;
    margin-left: 70px;
  }
}

#top_section11 .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#top_section11 .inner img {
  padding-top: 140px;
}
@media screen and (max-width: 640px) {
  #top_section11 .inner img {
    padding-top: 360px;
    width: 100%;
    max-width: 460px;
  }
}

#top_section08 .inner .section08_text:last-of-type {
  text-align: center;
  font-size: 32px;
  padding-top: 80px;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  #top_section08 .inner .section08_text:last-of-type {
    font-size: 22px;
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

#top_section08 .section08_text strong {
  color: #093599;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 20px;
  text-decoration-color: #ffdb32;
  text-decoration-thickness: 3px;
}
