@charset "UTF-8";

/* common ----------------------- */

:root {
  --color-green: #9ece18;
  --color-orange: #F1BA02;
  --color-light-yellow: #FFFDCD;
  --color-blue: #91A6DD;
  --color-pink: #FFA3A3;
  --color-gray: #666666;
}
.text-blue {
  color: var(--color-blue);
}
.text-blue2 {
  color: #83B4FF;
}
.text-pink {
  color: var(--color-pink);
}
.text-gray {
  color: var(--color-gray);
}
.bg-gray {
  background-color: #F5F5F5;
}
.bg-gray2 {
  background-color: #EEEEEE;
}
.bg-light {
  background-color: #FAF9F8;
}
.bg-green {
  background-color: var(--color-green);
}
.bg-blue {
  background-color: var(--color-blue);
}
html {
  scroll-padding-top: 170px;
  scroll-behavior: smooth;
}
.container {
  padding-bottom: 23px !important;
}
h2,h3 {
  font-weight: 600;
}
img {
  vertical-align: middle;
}
.note {
  font-size: 12px !important;
  color: #999;
}
.shadow-box_text {
  font-size: 18px;
}
.green-bold {
  color: var(--color-green);
  font-weight: 600;
}
.desc_text {
  padding: 0 40px;
  font-size: 18px;
  margin-bottom: 40px;
}
.main {
  max-width: 666px;
  margin: 0 auto;
}
.shadow-box {
  padding: 40px;
  box-shadow: 0 3px 13px 0 #eaeaea;
  border-radius: 10px;
}
.shadow-box_img {
  margin-bottom: 25px;
}
.btn_small {
  display: block;
  margin: 0 auto;
  width: 350px;
  padding: 16px 0 14px;
  border-radius: 1000px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background-color: var(--color-pink);
  box-shadow: 2px 3px 0 0 #D27C7C;
  margin-top: 40px;
  position: relative;
  z-index: 99;
}
.btn_arrow::before {
  content: "";
  background: url(/img/difference/btn_arrow.svg);
  background-size: contain;
  height: 12px;
  width: 7px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 22px;
}
.btn_small:hover {
  color: #fff;
}
.point_title {
  position: relative;
  padding-top: 160px;
  margin-top: -80px;
  padding-bottom: 50px;
}
.point_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #dbefa2 transparent transparent transparent;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.point_title_top {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  background-color: var(--color-green);
  padding: 5px 24px 3px;
  border-radius: 1000px;
  position: absolute;
  left: calc(50% - 60px);
  top: 145px;
}
.point_title h2 {
  font-size: 24px;
  text-align: center;
  background-color: #DBEFA2;
  padding: 25px 0 16px;
}
.point_title h2 span {
  background: linear-gradient(transparent 50%, #F8FCEC 50%);
}
.top_btn_width {
  max-width: 470px;
}
.button.shadow, button.shadow {
  margin: 0 0px 3px 0;
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
  html {
    scroll-padding-top: 100px;
  }
  .container {
    padding-bottom: 0 !important;
  }
  .main {
    max-width: 100%;
  }
  .main p {
    font-size: 16px;
  }
  .btn_small {
    width: 280px;
    font-size: 18px;
    padding: 12px 0 11px;
    margin-top: 25px;
  }
  .btn_arrow::before {
    height: 10px;
    width: 6px;
    right: 16px;
  }
  .cont_wrap {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .desc_text {
    padding: 0;
    margin-bottom: 25px;
  }
  .point_title {
    padding-top: 80px;
    padding-bottom: 40px;
    margin-top: -30px;
  }
  .point_title h2 {
    font-size: 20px;
    padding: 17px 0 11px;
  }
  .point_title_top {
    padding: 4px 24px 0;
    top: 68px;
  }
  .point_title_top p {
    font-size: 13px;
  }
  .shadow-box_img {
    margin-bottom: 20px;
  }
}

/* mv ----------------------- */

.mv img {
  max-width: 666px;
  margin: 0 auto;
  display: block;
}
.mv_about {
margin: 0 auto;
}
.mv_about h1 {
  width: 438px;
  margin: auto;
}
.mv_about img {
  margin-top: -212px;
}
.mv_about .desc_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv img {
    max-width: 100%;
  }
  .mv_about h1 {
    width: 100%;
  }
  .mv_about img {
    margin: 0 auto;
    margin-top: -102px;
    width: 75%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .mv_about .desc_text {
    margin-top: 6px;
  }
}

/* point title ----------------------- */

.point-menu {
  background-color: var(--color-light-yellow);
  text-align: center;
  padding: 15px 45px 45px;
  background-size: auto auto;
  background-color: rgba(255, 253, 205, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255, 255, 253, 1) 8px, rgba(255, 255, 253, 1) 10px );
  }
.point-menu_title span {
  font-size: 30px;
}
.point-menu_title {
  color: var(--color-orange);
  font-size: 24px;
  color: var(--color-orange);
  font-size: 24px;
  width: 360px;
  margin: 0 auto;
  /* 両端斜め線の設定 */
  position: relative;
  padding: 10px 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.point-menu_title::before,
.point-menu_title::after {
  position: absolute;
  top: 27px;
  height: 1.8rem;
  content: '';
  border-radius: 1000px;
}
.point-menu_title::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.point-menu_title::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
  /* 両端斜め線の設定 ここまで */

/* point menu ----------------------- */

.point-menu_wrap {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.point-menu_wrap a {
  z-index: 99;
}
.point-menu_wrap_cont {
  width: 176px;
  border: solid 3px var(--color-green);
  border-radius: 10px;
  position: relative;
}
.point-menu_wrap_cont p:nth-of-type(1) {
  color: #fff;
  font-size: 14px;
  background-color: var(--color-green);
  padding: 4px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.point-menu_wrap_cont p:nth-of-type(2) {
  font-size: 20px;
  background-color: #fff;
  padding: 15px 0 27px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.point-menu_wrap .point-menu_wrap_cont .point_padding-left {
  padding: 15px 0 27px 12px;
}
.point-menu_wrap_cont::after {
  content: "";
  background: url(/img/difference/btn_triangle.svg);
  background-size: contain;
  height: 9px;
  width: 16px;
  position: absolute;
  transform: translateX(-50%);
  bottom: 6px;
}
@media screen and (max-width: 767px) {
  .point-menu {
    padding: 0 15px 20px;
  }
  .point-menu_title {
    width: 262px;
    font-size: 18px;
    padding: 10px;
  }
  .point-menu_title span {
    font-size: 22px;
  }
  .point-menu_title::before,
  .point-menu_title::after {
    top: 17px;
    height: 1.4rem;
  }
  .point-menu_title::after {
    border-right: solid 2.5px;
  }
  .point-menu_title::before {
    border-left: solid 2.5px;
  }
  .point-menu_wrap_cont {
    width: calc((100vw / 3) - 19px);
    border: solid 2px var(--color-green);
  }
  .point-menu_wrap_cont p:nth-of-type(1) {
    font-size: 12px;
    padding: 2px 0 3px;
  }
  .point-menu_wrap_cont p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.2;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 10px;
  }
  .point-menu_wrap_cont::after {
    height: 8px;
    width: 14px;
    bottom: 5px;
  }
  .point-menu_wrap .point-menu_wrap_cont .point_padding-left {
    padding: 15px 0 27px 0;
  }
}

/* point01 ----------------------- */

.point01_table {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.point01_table table {
  margin: 0 auto;
  width: 480px;
  border: 2px solid #fff;
}
.table_kkr, .table_app {
  color: #fff;
  font-size: 16px;
  padding: 20px 0 18px;
  width: 50%;
}
.table_price {
  padding: 25px;
  font-size: 20px;
  border: 3px solid #fff;
}
.point01_number_title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
.point01_number_title h3 {
  font-size: 24px;
}
.title-balloon {
  margin: 0 auto;
}
.title-balloon_line {
  font-size: 18px;
  color: var(--color-orange);
  margin-bottom: 3px;
  /* 両端斜め線の設定 */
  position: relative;
  font-weight: bold;
  text-align: center;
}
.title-balloon_line::before,
.title-balloon_line::after {
  position: absolute;
  height: 1.3rem;
  top: 3px;
  content: '';
  border-radius: 1000px;
}
.title-balloon_line::before {
  border-left: solid 3px;
  left: -6px;
  transform: rotate(-30deg);
}
.title-balloon_line::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
.point01_number_title_min {
  width: 170px;
  /* 両端斜め線の設定 ここまで */ 
}
.point01_graph {
  display: flex;
  justify-content: space-between;
}
.point01_graph_cont {
  background-color: #F0FAD6;
  width: 286px;
  border-radius: 8px;
  padding: 0 20px 20px;
}
.point01_graph_cont_icon {
  width: 44px;
  margin: 0 auto;
  margin-top: -10px;
  padding-bottom: 24px;
}
.point01_graph_cont_img {
  margin: 0 auto;
  padding-bottom: 22px;
}
.point01_graph_cont_img img {
  height: 182px;
}
.point01_graph_cont_title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 22px;
}
.point01_graph_cont .note {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .title-balloon_line::before {
    left: 0px;
  }
  .table_kkr,
  .table_app {
    font-size: 14px;
    padding: 12px 0 10px;
  }
  .table_price {
    font-size: 18px;
    padding: 20px;
  }
  .point01_table {
    margin-bottom: 25px;
  }
  .point01_table table {
    width: 100%;
  }
  .point01_number {
    padding: 24px 15px;
  }
  .point01_number_title h3 {
    font-size: 18px;
  }
  .point01_graph_cont {
    width: 48%;
    padding: 0 12px 12px;
  }
  .point01_graph_cont_icon {
    width: 36px;
    padding-bottom: 8px;
  }
  .point01_graph_cont .point01_graph_cont_title {
    line-height: 1.4;
    font-size: 15px;
    padding-bottom: 10px;
  }
  .point01_graph_cont_img {
    text-align: center;
    padding-bottom: 10px;
  }
  .point01_graph_cont_img img {
    height: auto;
    width: 130px;
  }
  .point01_graph_cont .note {
    text-align: left;
  }
  .title-balloon_line::before {
    border-left: solid 2px;
  }
  .title-balloon_line::after {
    border-right: solid 2px;
  }
  .point-menu_title::before,
  .point-menu_title::after {
    top: 16px;
  }
}

/* point02 ----------------------- */

.point02_ratio h3 {
  text-align: center;
  margin-bottom: 30px;
}
.point02_ratio h3 span {
  font-size: 22px;
  border-bottom: dotted 3px var(--color-green);
  padding-bottom: 10px;
}
.point02_ratio img {
  margin-bottom: 20px;
}
.point02_ratio .note {
  text-align: right;
  padding-right: 12%;
  margin-bottom: 40px;
}
.point02_voice {
  background-color: var(--color-light-yellow);
  padding: 60px 90px 80px;
}
.point02_voice_title {
  text-align: center;
  margin-bottom: 40px;
}
.point02_voice_title_min {
  width: 250px;
}
.point02_voice_title h3 {
  /* タイトルリボンの設定 */
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 120px;
  font-size: 22px;
  background: var(--color-orange);
  box-sizing: border-box;
}
.point02_voice_title h3::before,
.point02_voice_title h3::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  border-style: solid;
}
.point02_voice_title h3::before {
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent var(--color-light-yellow);
}
.point02_voice_title h3::after {
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent var(--color-light-yellow) transparent transparent;
  /* タイトルリボンの設定 ここまで */
}
.point02_voice_cont_block {
  background-color: #fff;
  border: solid 1px var(--color-orange);
  border-radius: 8px;
  padding: 30px 30px 27px 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.point02_voice_cont_block:nth-last-of-type(1) {
  margin-bottom: 0;
}
.point02_voice--wrap {
  display: flex;
  border-bottom: solid 1px var(--color-orange);
  padding-bottom: 13px;
  margin-bottom: 12px;
}
.point02_voice--wrap img {
  width: 78px;
}
.point02_voice--text {
  padding-left: 15px;
}
.point02_voice--text p:nth-of-type(1) {
  color: #F1BA02;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 3px;
}
.point02_voice--text p:nth-of-type(2) {
  font-weight: 600;
  font-size: 16px;
}
.voice--text_min {
  font-size: 12px;
}
.voive--text {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .point02_ratio h3 span {
    font-size: 20px;
  }
  .point02_ratio .desc_text {
    text-align: center;
  }
  .point02_ratio .note {
    padding-right: 2%;
  }
  .point02_voice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .point02_voice_title {
    margin-bottom: 20px;
  }
  .point02_voice_title_min {
    width: 220px;
  }
  .point02_voice_title h3 {
    font-size: 18px;
    padding: 0 88px;
    height: 45px;
    line-height: 45px;
  }
  .point02_voice_title h3::before{
    border-width: 21px 0px 25px 11px;
  }
  .point02_voice_title h3::after{
    border-width: 21px 11px 25px 0px;
  }
  .point02_voice_title h3 {
    font-size: 18px;
    padding: 0 80px;
    height: 42px;
    line-height: 42px;
  }
  .point02_voice_cont_block {
    padding: 20px;
    margin-bottom: 15px;
  }
  .point02_voice--text p:nth-of-type(1) {
    font-size: 16px;
  }
  .point02_voice--text p:nth-of-type(2) {
    font-size: 14px;
  }
  .point02_voice_cont_block p:nth-last-of-type(1) {
    font-size: 14px;
  }
  .point02_voice--wrap {
    align-items: center;
  }
  .point02_voice--wrap img {
    height: 68px;
  }
  .point02_voice--text {
    padding-left: 12px;
    width: 90%;
  }
}

/* point03 ----------------------- */

.point03_table {
  margin-bottom: 40px;
}
.table_kkr2,
.table_app2 {
  color: #fff;
  font-size: 16px;
  padding: 16px 0 12px;
  width: 38.7%;
}
.point03_table .text-gray {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  padding: 11px 12px 9px;
  line-height: 1.5;
}
.column_green,
.column_blue {
  position: relative;
  height: 62px;
}
.icon_circle::before, 
.icon_cross::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.icon_circle::before {
  background: url(/img/difference/icon_circle.svg);
  background-size: contain;
  height: 25px;
  width: 25px;
  top: 20px;
}
.icon_cross::before {
  background: url(/img/difference/icon_cross.svg);
  background-size: contain;
  height: 19px;
  width: 19px;
  top: 23px;
}
.point03_table tr,
.point03_table table {
  border: 1px solid #EFEFEF;
}
.point03_table table {
  margin: 0 auto;
}
.point03_adviser_title {
  text-align: center;
}
.point03_adviser_title h3 {
  /* タイトルリボンの設定 */
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  padding: 0 90px; /*横の大きさ*/
  font-size: 22px;
  background: var(--color-green);
  box-sizing: border-box;
  margin-bottom: 10px;
}
.point03_adviser_title h3:before,
.point03_adviser_title h3::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
    border-style: solid;
}
.point03_adviser_title h3:before {
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
}
.point03_adviser_title h3:after {
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  /* タイトルリボンの設定 ここまで */
}
.point03_adviser_title p {
  font-size: 18px;
  color: var(--color-green);
  margin: 0 auto;
  padding-bottom: 3px;
  /* 両端斜め線の設定 */
  position: relative;
  font-weight: bold;
  text-align: center;
}
.point03_adviser_title p::before,
.point03_adviser_title p::after {
  position: absolute;
  height: 1.3rem;
  top: 3px;
  content: '';
  border-radius: 1000px;
  border-right: solid 3px;
}
.point03_adviser_title p::before {
  left: -6px;
  transform: rotate(-30deg);
}
.point03_adviser_title p::after {
  right: 0;
  transform: rotate(30deg);
}
.point03_adviser_title p {
  width: 170px;
  /* 両端斜め線の設定 ここまで */ 
}
@media screen and (max-width: 767px) {
  .table_kkr2,
  .table_app2 {
    font-size: 13px;
    position: relative;
    padding: 10px 0 7px;
    width: 34.5%;
    line-height: 1.2;
  }
  .table_kkr2 span,
  .table_app2 span {
    position: absolute;
    transform: translateX(-50%);
  }
  .point03_table .table_or {
    position: relative;
  }
  .table_or span {
    position: absolute;
    transform: translateX(-50%);
    top: 13px;
  }
  .point03_table .text-gray {
    padding: 10px 10px 9px;
  }
  .point03_table .bg-light {
    font-size: 12px;
  }
  .column_green,
  .column_blue {
    height: auto;
  }
  .icon_circle::before {
    top: 15px;
  }
  .icon_cross::before {
    top: 18px;
  }
  .point03_table {
    margin-bottom: 25px;
  }
  .point03_adviser {
    padding: 24px 15px;
  }
  .point03_adviser_title h3 {
    font-size: 18px;
    padding: 0 50px;
    height: 42px;
    line-height: 42px;
  }
  .point03_adviser_title h3:before {
    border-width: 21px 0px 25px 11px;
  }
  .point03_adviser_title h3:after {
    border-width: 21px 11px 25px 0px;
  }
  .point03_adviser_title p {
    width: 140px;
    font-size: 16px;
  }
  .point03_adviser_title p::before {
    left: -4px;
  }
  .point03_adviser_title p::before,
  .point03_adviser_title p::after {
    top: 2px;
    border-right: solid 2px;
  }
}