/* 共通 */
.l_main {
  font-size: 16px;
}

.l_section--primary > .l_section__item + .l_section__item {
    margin-top: 100px;
}

.m_heading--primary .m_heading__ttl {
    color: #1860C9;
}

.dot {
  display: none;
}

@media screen and (max-width: 768px) {
  .dot {
    display: inline-block;
  }
}

/* ナビ */
.m_localNav {
  background-color: #fff;
}

.l_nav__item {
  background-color: #fff;
  box-sizing: border-box;
}

.js_fixed__nav li {
    border-bottom: 1px solid #666;
}

/* サービスの概要 */
.m_overview {}

.p_financialResultsMovie {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  margin-top: 33px;

}

/* 実現できること */
.m_themeWrap {}

.m_themeWrap__imageWrapper {
  align-items: center;
    margin-top: 30px;
    position: relative;
    flex-direction: column;
    width: fit-content;
    margin: 30px auto 0;
}

.m_themeWrap__imageLabel {
  margin-bottom: 10px;
    margin-left: -1.5rem;
}

.theme-flowImage {
  max-width: 871px;
  width: 100%;
  height: auto;
}

.theme-screenImage {
  max-width: 782px;
  width: 100%;
  height: auto;
}

/* サービスの特長 */
.m_featureWrap {
}

.m_featureWrap__item + .m_featureWrap__item {
  margin-top: 42px;
}

.m_feature {
  display: flex;
  align-items: flex-start;
}

.m_feature__numWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  flex: 0 0 108px;
  color: #1860C9;
}

.m_feature__step {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.m_feature__num {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-size: 100px;
  font-family: Arial, Helvetica, "sans-serif";
}

.m_feature__body {
  align-items: center;
  padding: 20px 0;
  display: block;
}

.m_feature__body_cont{}

.m_feature__ttl{
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 24px;
}

.m_feature__msg {
  font-size: 16px;
}

.m_feature__numWrap + .m_feature__body {
    padding-left: 0;
    border-left: none;
}

.m_feature__details {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .m_feature__details {
    flex-direction: column;
  }
}

.m_feature__listItem {
  font-weight: bold;
}

.m_feature__listItem::before {
  content: "-";
  margin-right: 0.5em; 
}

.m_featureWrap__imageWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
}

.feature-extensionsImage {
  max-width: 401px;
  width: 100%;
  height: auto;
}

.feature-customImage {
  max-width: 441px;
  width: 100%;
  height: auto;
}

.feature-agentImage {
  max-width: 470px;
  width: 100%;
  height: auto;
}

.feature-agentImage {
  max-width: 780px;
  width: 100%;
  height: auto;
}

.m_feature__ttlNote {
  font-size: 16px;
  font-weight: 400;
  margin-left: 56px;
}

@media screen and (max-width: 768px) {
  .m_feature__numWrap {
    flex: 0 0 120px;
  }
  .m_feature__numWrap + .m_feature__body {
    padding-left: 40px;
  }
  .m_feature__ttl {
    font-size: 18px;
  }
    .m_featureWrap__imageWrapper {
    flex-direction: column;
  }
  .m_feature__ttlNote {
    display: block;
    margin-left: auto;
  }
}

@media screen and (max-width: 599px) {
  .m_feature__numWrap {
    flex: 0 0 72px;
    align-items: flex-start;
  }
  .m_feature__numWrap + .m_feature__body {
    padding-left: 16px;
  }
  .m_feature__num {
    font-size: 50px;
  }
}

.m_feature__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .m_feature__card {
    grid-template-columns: 1fr; 
  }
}

.m_feature__item {
  background-color: #F0F3F9; 
  padding: 14px 20px 14px 35px;;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box; 
  position: relative;
}

.m_feature__item::before {
  content: ""; 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 4px;
  height: 40%;
  background-color: #1860C9;
}

.m_feature__txt {
  min-height: 77px;
  display: flex;
  align-items: center;
}

@media screen and  (max-width: 768px) {
  .m_feature__txt {
    min-height: auto;
  }
}

/* 料金プラン */
.m_priceWrap {}

.m_priceWrap__subTtl {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.m_priceWrap__subTtl span{
  font-size: 40px;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
}

.m_price__cardWrap {
  margin-top: 50px;
}

.m_price__card {
  display: flex; 
  justify-content: center; 
  gap: 25px; 
}

.m_price__item {
  width: 300px; 
  padding-bottom: 20px; 
  display: flex; 
  flex-direction: column; 
  gap: 7px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .m_price__card {
    display: flex;
    flex-direction: column;
  }
  .m_price__item {
    width: 100%;
  }
}

.m_price__titleWrap{}

.m_price__rank {
  color: white; 
  padding: 15px 0; 
  font-weight: bold; 
  text-align: center;
}

.m_price__rank--light {
  background-color: #ACCE66; 
}

.m_price__rank--standard {
  background-image: linear-gradient(to right, #ACCE66, #1860C9);
}

.m_price__rank--premium {
  background-color: #1860C9;
}

.m_price__listWrap {
  background-color: #F0F3F9;
  padding: 27px 20px;
  flex-grow: 1;
}

.m_price__listItem::before {
  font-weight: 900;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin-right: 13px;
}

.m_price__listItem span {
  padding-left: 1.8em;
}

.m_price__annotation {
  font-size: 12px;
}

.m_price__section-option {}

.m_price__option-Wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .m_price__option-Wrapper {
    flex-direction: column;
  }

  .m_price__option-card {
    width: 100%;
  }
}

.m_price__option-title {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_price__option-title::before {
  font-weight: 900;
  content: "\f055";
  font-family: "Font Awesome 5 Free"; 
  color: #FFC814;
  font-size: 32px;
  display: inline-block;
  margin-right: 12px;
  line-height: 1;
}

.m_price__option-subtitle {
  font-size: 14px;
  align-self: flex-end;
}

.m_price__option-card {
  background-color: #F0F3F9;
  padding: 16px;
  flex: 1;
}

.m_price__option-card-header {
  display: flex;
  margin-bottom: 13px;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .m_price__option-card-header {
    flex-wrap: wrap; 
    display: block;
  }
  .m_price__option-card-price {
    text-align: right;
  }
}

/* ご利用の流れ */
.flowList {
  counter-reset: step;
  list-style: none;
  padding-left: 2rem;
  position: relative;
  display: grid;
  grid-auto-rows: 1fr;
}

.flowList__title {
  font-size: 20px;
}

.flowList__item {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 3rem;
}

.flowList__item::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: -2rem;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ABABAB;
  color: #1860C9;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  font-size: 28px;
}

.flowList__item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 66px;
  width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(
    to bottom,
    #0071ce,        
    #0071ce 2px,    
    transparent 2px, 
    transparent 6px
  );
  z-index: 0;
}

.flowList__item:last-child::after {
  display: none;
}

.btn_wrapper {
  text-align: center;
}

.btn_txt {
  display: flex;
  width: fit-content;
  margin: 0 auto 10.5px;
  align-items: center;
  justify-content: center;
  color: #1860C9;
}

.btn_txt::before {
  content: "";
  transform: rotate(-45deg);
  width: 2px;
  height: 1.5em;
  border-right: 3px solid;
  display: block;
  margin-right: 20px;
}

.btn_txt::after {
  content: "";
  transform: rotate(45deg);
  width: 2px;
  height: 1.5em;
  border-right: 3px solid;
  display: block;
  margin-left: 20px;
}

.btn_wrapper a {
  position: relative;
  margin: 10px auto 0;
}

.m_cta__btn a {
  color: #FFFF;
  background-color: #1860C9;
  display: inline-block;
}

.m_cta__btn>* {
  width: auto;                
  min-width: 200px;           
  max-width: 100%;            
  height: auto;               
  padding: 16px 32px;         
  display: inline-flex;       
  flex-wrap: wrap;            
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.03em;
  border-radius: 100px;
  border: 2px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  box-sizing: border-box;
}

.m_cta__btn a:hover {
  color: #1860C9;
  background-color: #FFF;
  border: 2px solid #1860C9;
  opacity: 1;
  transition: .3s;
}
.btn_annotation {
  text-align: center;
  margin-top: 15px;
}

/* よくあるご質問 */

.m_faq {
  border: none;
  padding: 0;
}

.m_faq__q {
  display: flex;
  align-items: center;
  min-height: 52px;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}

.m_faq__a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  padding-left: 40px;
}

.m_faq__q + .m_faq__a {
    margin-top: 15px;
}

.m_faq__a::before {
  content: "";
}

.m_faq__q::before {
    content: "Q";
    font-size: 28px;
    color: #1860C9;
    top: 50%;
    height: auto;
}