/* サービス概要ページ MVセクション */
.service-mv {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0a65a4;
}

.service-mv-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;

  	border-top: none;
	border-bottom: none;
}



/* トピックパス */
.topic-path {
  width: 100%;
  height: 40px;
  background-color: #f3f3f3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #3e3a39;
  box-sizing: border-box;
}

.topic-path .topic-link {
  color: #3e3a39;
  text-decoration: none;
}

.topic-pathinner{
  max-width: 1000px;
	margin:0 auto ;
	padding-top:10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.privacy-policy h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}

.privacy-policy h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-left: 4px solid #ccc;
  padding-left: 10px;
  font-weight: 700;
}

.privacy-policy ul {
  list-style: disc;
  padding-left: 20px;
}

.privacy-contact-wrap {
  margin-top: 40px;
  text-align: center;
}

.privacy-contact-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.privacy-contact-btn:hover {
  background-color: #e0e0e0;
  border-color: #999;
  color: #111;
}

.section-1-btn {
  margin-top: 20px;
  width: 300px;
  height: 60px;
  background: #034b80;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
}

.section-1-btn:hover {
  filter: brightness(1.5);
}

/*.section-1-btn-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}*/

.section-1-btn-arrow {
  position: absolute;
  right: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media (width <= 750px){
  .section-1-btn,
  .section-2-btn{
    font-size: var(--f28);
    width: 58.6%;
    height: auto;
    padding: 0.9em 0;
    min-width: 240px;
  }
  .section-2-btn{
    min-width: 292px;
  }
  .section-1-btn-arrow,
  .section-2-btn-arrow{
    font-size: var(--f24);
  }

  .privacy-policy{
    font-size: var(--f28);
  }
  .privacy-policy h2 {
    font-size: var(--f36);
  }

  .privacy-policy h3 {
    font-size: var(--f30);
    margin-top: 2em;
  }

  .privacy-policy ul {
    list-style: disc;
    padding-left: var(--f28);
  }
}
body {
  font-family: 'Noto Sans', sans-serif;
}
@media(width <= 750px){
.sp_footer_banner h3{
    font-size: var(--f36);
    font-weight: 700;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding: 1em 0;
  }
  .sp_footer_banner p{
    font-size: var(--f28);
    font-weight: 400;
    width: 90%;
    margin: 1em auto 0;
    text-align: left;
    line-height: 1.7;
    font-feature-settings: "palt";
  }
  .sp_footer_banner a{
    display: block;
    width: 85%;
    margin: 1em auto;
    background: #fff;
    color: #006934;
    padding: 0.9em 1.2em;
    border-radius: 10px;
    text-decoration: none;
    text-align: left;
    position: relative;
  }
  .sp_footer_banner a span{
    font-size: 1.8rem;
    font-weight: 700;
  }
}