.cpn_kv {
  position: relative;
  min-height:100vh;
  padding: 120px 20px 100px;
  text-align: center;
  box-sizing: border-box;
  z-index: 0;

  background: radial-gradient(circle at center, #6ed4b3 0%, #2a7c67 40%, #0f3f33 100%);
}

.cpn_kv > * {
  position: relative;
  z-index: 2;
}


.cpn_kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(255,255,255,0.08) 0deg,
    rgba(255,255,255,0.08) 3deg,
    transparent 3deg,
    transparent 12deg
  );
  animation: rotateBg 40s linear infinite;
  opacity: 0.5;
  z-index: 0; 
}


.cpn_kv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.4), transparent 60%);
  pointer-events: none;
  z-index: 1;}


.cpn_kv_inner {
  max-width: 100%;
  margin: 0 auto;
}

/* KV画像 */
.cpn_kv_img {
  width: 100%;
  max-width: 70%;
  height: auto;
  display: block;
  margin: 40px auto 40px;
  border-radius: 40px;
}

/* 申込みボタン */
.cpn_kv_btn {
  width: 100%;
  max-width: 1000px;
  display: inline-block;
  padding: 38px 48px;
  background: linear-gradient(135deg, #ffcc00, #ff9900);
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}


.cpn_kv_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px; /* 文字との間隔 */
}

/* アイコン */
.btn-icon {
  font-size: 32px;
}

/* SP */
@media screen and (max-width: 768px) {
  .btn-icon {
    font-size: 20px;
  }
}

.cpn_kv_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

@media screen and (max-width: 768px) {

  .cpn_kv {
    height: auto; 
    padding: 80px 16px 60px;
  }

    .cpn_kv::before {
    opacity: 0.25;
  }

  .cpn_kv::after {
    background: radial-gradient(circle at center, rgba(255,255,255,0.25), transparent 70%);
  }

  .cpn_kv_img {
    width: 100%;
    max-width: 100%;
    margin: 0px auto 30px;
    border-radius: 20px;
  }

  .cpn_kv_btn {
    width: 100%;
    max-width: 100%;
    padding: 22px 20px;
    font-size: 18px;
    border-radius: 40px;
  }

}


.sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%
}

.benefit__inner {
padding: 110px 0 100px;
}


.cpn_benefit {
  padding-bottom: 0px;
  /*background-color: #ffee00;*/
}


/* =========================
   めぐるでんきとは
========================= */


.about_meguru {
  padding: 120px 20px;
  background-color: #4ca88c;
}

.about_meguru_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about_card {
  background: #ffffff;
  width: 100%;
  padding: 80px 60px;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.about_logo {
  text-align: center;
  margin-bottom: 50px;
}

.about_logo img {
  max-width: 420px;
  width: 100%;
  height: auto;
}



.about_text p {
  margin-bottom: 25px;
}

.about_catch {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  color: #2a7c67;
}


@media screen and (max-width: 768px) {

  .about_meguru {
    padding: 70px 16px;
  }

  .about_card {
    padding: 40px 22px;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
  }

  .about_logo {
    margin-bottom: 30px;
  }

  .about_logo img {
    max-width: 260px;
  }

  .about_text {
    font-size: 15px;
    line-height: 1.7;
  }

  .about_text p {
    margin-bottom: 18px;
  }

  .about_catch {
    font-size: 18px;
    margin: 30px 0;
  }

}

/* ======================
   特徴セクション
====================== */

.feature_section {
  padding: 100px 20px;
  background: #ffffff;
}

.feature_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.feature_item {
  flex: 1;
  text-align: center;
}

.feature_item img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-bottom: 25px;
}

.feature_text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align-last: left;
}

@media screen and (max-width: 768px) {

  .feature_section {
    padding: 70px 16px;
  }

  .feature_inner {
    flex-direction: column;
    gap: 35px;
  }

  .feature_item img {
    max-width: 50%;
    margin-bottom: 18px;
  }

  .feature_text {
    font-size: 15px;
    line-height: 1.7;
  }

}
.service__ttl {
  font-size: 50px;
  margin: 0 0 50px;
  line-height: normal;
  font-weight: 600;
  padding: 0 1rem;
  border-left: 5px solid #4ca88c;
  text-align-last: left;
}

@media (max-width: 768px) {
  .service__ttl {
    font-size: 26px;
    margin: 0 0 50px;
    line-height: normal;
  }
}

/* ===== スポンサーイベント情報 ===== */
.cpn_event_info {
  max-width: 1200px;
  margin: 40px auto 60px;
  padding: 50px 100px;
  text-align: center;
  background: #022048;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.cpn_event_label {
  font-size: 26px;
  letter-spacing: 2px;
  color: #ffcc00;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.cpn_event_title {
  font-size: 28px;
  margin-bottom: 10px;
}

.cpn_event_date {
  font-size: 18px;
  margin-bottom: 8px;
}

.cpn_event_match {
  font-size: 16px;
  opacity: 0.85;
}

.cpn_match_card img {
  width: 400px;
  height: auto;
}



/* SP */
@media screen and (max-width:768px){
  .cpn_event_info {
    margin: 30px 16px 40px;
    padding: 20px;
  }

  .cpn_event_title {
    font-size: 20px;
  }

  .cpn_event_date {
    font-size: 16px;
  }

  .cpn_event_match {
    font-size: 14px;
  }
  
  .cpn_match_card img {
    width: 250px;
  }
}

/* ===== キャンペーン説明 ===== */

.cpn_event_intro{
  max-width:700px;
  margin:20px auto 30px;
  line-height:1.8;
  font-size:18px;
  opacity:0.95;
}

/* ===== 試合情報カード ===== */

.cpn_match_card{
  margin-top:20px;
  background:#fff;
  color:#022048;
  border-radius:12px;
  padding:25px 20px;
  box-shadow:0 6px 18px rgba(0,0,0,0.15);
}

.cpn_match_event{
  font-size:26px;
  font-weight:600;
  margin-bottom:10px;
}

.cpn_event_match{
  font-size:20px;
  font-weight:bold;
  margin-bottom:8px;
}

.cpn_event_date{
  font-size:16px;
  color:#444;
}

/* SP */

@media screen and (max-width:768px){

  .cpn_event_intro{
    font-size:14px;
  }

  .cpn_match_card{
    padding:18px;
  }

  .cpn_match_event{
    font-size:16px;
  }

  .cpn_event_match{
    font-size:16px;
  }

  .cpn_event_date{
    font-size:14px;
  }

}



.cpn_section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

.cpn_section_title {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.cpn_section_title i {
  margin-right: 8px;
  color: #4ca88c;
}

@media screen and (max-width: 768px) {
  .cpn_section_title {
    font-size: 20px;
  }
}

.cpn_list {
  list-style: none;
  padding: 0;
}

.cpn_list li {
  margin-bottom: 30px;
}

.cpn_list i {
  margin-right: 8px;
  color: #ff9900;
}

.cpn_note {
  font-size: 14px;
  color: #666;
}

.cpn_step {
  padding-left: 20px;
}

.cpn_conditions{
  margin-top:8px;
  padding-left:24px;
  font-size:13px;
  color:#666;
}

.cpn_conditions li{
  list-style:disc;
  margin:3px 0;
}






/* ---------- Benefit ---------- */

.section-benefit{
  background:#ffee00;
  text-align:center;
  padding:60px 0px;
  padding-bottom: 110px;
}

.benefit-main{
  font-size:34px;
  font-weight:900;
  color:#d70000;
  margin:20px 0;
}

.benefit-text{
  font-size:14px;
  line-height:1.7;
}


/* ---------- Flow ---------- */

.section-flow{
  padding:70px 0;
}

.section-flow_title {
  font-size: 50px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.section-flow_title i {
  margin-right: 8px;
  color: #4ca88c;
}

@media screen and (max-width: 768px) {
  .section-flow_title {
    font-size: 30px;
  }
}

.flow-steps{
  display:flex;
  gap:20px;
  justify-content:space-between;
}

.flow-step{
  flex:1;
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow:0 4px 15px rgba(0,0,0,.06);
  text-align:center;
}

.flow-step-num{
  font-size: 24px;
  font-weight:bold;
  margin-bottom:8px;
}

.flow-step-text{
  color:#4ca88c;
  font-weight: 600;
  font-size:20px;
}

.flow-step-icon{
  font-size:80px;
  margin:10px 0 12px;
  color:#4ca88c;
}

.flow-note{
  font-size:12px;
  margin-top:6px;
  color:#888;
}


.flow-reason__ttl{
  font-size:50px;
  margin:0 0 50px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight:800;
  line-height:normal;
  text-align: center;
}

.flow-reason__ttl i {
  margin-right: 8px;
  color: #4ca88c;
}

/* ---------- Responsive ---------- */

@media (max-width:768px){

  .flow-steps{
    flex-direction:column;
  }
   .flow-reason__ttl{
    font-size:26px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

}



.flow-step-desc{
  margin-top:8px;
  line-height:1.6;
  color:#666;
}

.flow-note{
  font-size:11px;
  margin-top:6px;
  color:#999;
}


.flow-info__inner{
  max-width:1200px;
  margin:auto;
  padding:90px 20px;
}

.flow-info__block{
  margin-bottom:25px;
  border-left:4px solid #4ca88c;
  background:#fff;
  border-radius:10px;
  box-shadow:0 4px 20px rgba(0,0,0,.06);
}

.flow-info__item{
  font-size:26px;
  font-weight:800;
  padding:25px 25px 10px;
  display:flex;
  align-items:center;
  gap:10px;
}

.flow-info__text{
  padding:0 25px 25px;
}




.flow-info__heading{
  text-align:center;
  font-size:50px;
  margin-bottom:60px;
  line-height:1.4;
}



.flow-info__item i{
  color:#4ca88c;
  font-size:26px;
}

.flow-info__text{
  background:#fff;
  margin:0 0 20px;
  padding:0 25px 25px;
  line-height:1.8;
  border-radius:0 0 10px 10px;
}

@media (max-width:768px){

  .flow-info__heading{
    font-size:26px;
    margin-bottom:40px;
  }

  .flow-info__item{
    font-size:18px;
    padding:20px 20px 10px;
  }

  .flow-info__item i{
  color:#4ca88c;
  font-size:18px;
}

  .flow-info__text{
    padding:0 20px 20px;
    font-size:14px;
  }

}







.cpn_sub_title {
  margin-bottom: 20px;
  color: #4ca88c;
}

/*formカスタム*/

.form__td--radio-wrap:nth-of-type(4) {
  margin-bottom: 0;
  margin-top: 40px;
}


/* =================================
   MG Reason Component
   ================================= */

.mg-reason {
  background:#fff;
}

.mg-reason--bg{
  background:rgb(243,250,255);
}

.mg-reason__inner{
  padding:110px 0 100px;
}

.mg-reason__box{
  display:flex;
  gap:50px;
  align-items:center;
  width:100%;
  margin:0 auto 30px;
  margin-bottom: 100px;
}

.mg-reason__txt{
  width:50%;
  text-align:left;
}

.mg-reason__img{
  width:50%;
}

.mg-reason__img img{
  border-radius:10px;
}

/* =================================
   Title
   ================================= */

.mg-reason__ttl{
  font-size:50px;
  margin:0 0 50px;
  margin-top: 50px;
  margin-bottom: 70px;
  font-weight:800;
  line-height:normal;
}


/* 左ラインタイプ */

.mg-reason__ttl--line{
  padding:0 1rem;
  border-left:5px solid #4ca88c;
}

/* 下ラインタイプ */

.mg-reason__ttl--border{
  color:#4ca88c;
  border-bottom:2px solid #4ca88c;
  font-size:40px;
}

/* =================================
   SubTitle
   ================================= */

.mg-reason__sttl{
  text-align:left;
  font-size:26px;
  color: #4ca88c;
  margin-bottom:15px;
  border-bottom:1px solid #4ca88c;
}


/* =================================
   Responsive
   ================================= */

@media screen and (max-width:768px){

  .mg-reason__inner{
    padding:50px 0;
  }

  .mg-reason__box{
    display:block;
  }

  .mg-reason__txt,
  .mg-reason__img{
    width:100%;
  }

  .mg-reason__img{
    margin:20px 0;
  }

  .mg-reason__ttl{
    font-size:30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .mg-reason__ttl--border{
    font-size:18px;
    margin-bottom:10px;
  }

  .mg-reason__sttl{
    font-size:18px;
  }

}


/*--------------------------
規約セクション
--------------------------------*/

.rule-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
}

.section-campaign-rule{
padding:80px 0;
background:#fafafa;
padding-bottom: 110px;
}

.campaign-rule{
max-width:1200px;
font-size:12px;
margin:auto;
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.rule-intro{
margin-bottom:30px;
line-height:1.8;
}

.rule-list dt{
font-weight:700;
margin-top:28px;
margin-bottom:8px;
}

.rule-list dd{
margin:0;
line-height:1.8;
color:#444;
}

.rule-list ul{
margin:8px 0 0 18px;
}

.rule-note{
font-size:10px;
color:#666;
margin-top:10px;
}

@media (max-width:768px){

  .campaign-rule{
    width: 94%;
    padding:20px 16px;
  }

}


.rule-toggle summary{
cursor:pointer;
font-weight:600;
margin-top:20px;
padding:12px 16px;
background:#f3f3f3;
border-radius:6px;
list-style:none;
}

.rule-toggle summary::-webkit-details-marker{
display:none;
}

.rule-toggle summary:after{
content:"＋";
float:right;
font-weight:bold;
}

.rule-toggle[open] summary:after{
content:"－";
}

.rule-toggle dl{
margin-top:20px;
}



.ryokin__ttl {
  font-size: 20px;
  margin: 0 0 25px;
  line-height: normal;
  text-align: left;
  font-weight: 500;
  padding: .5rem .5rem;
  border-left: 10px solid #777;
}
.reason-bottom__sttl {
  text-align: left;
  font-size: 26px;
  margin-bottom: 15px;
}

@media screen and (max-width:640px) {
  .ryokin__ttl {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: normal;
  }
    .reason-bottom__sttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
  } 
}

.mgr-switch__ttl {
  font-size: 26px;
  color: #777;
  margin: 0 0 25px;
  line-height: normal;
  text-align: left;
  font-weight: 500;
  padding: .5rem .5rem;
  border-left: 10px solid #ff6363;
    position: relative;
  background: #fffede;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  border-radius: 0 10px 10px 0;
}

.mgr-switch__ttl:before {
  font-family: "Font Awesome 5 Free";
  content: "\f4be";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.mgr-switch__sttl {
  text-align: center;
  font-size: 26px;
  margin-top: 110px;
  margin-bottom: 70px;
  color: #4ca88c;
  border: solid 2px #4ca88c;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width:640px) {

  .mgr-switch__ttl {
    position: relative;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.4;
    font-weight: 500;
    padding: 10px 10px 10px 50px; /* アイコン分の余白 */
    margin-bottom: 25px;
    background: #fffede;
    border-left: 6px solid #ff6363;
    border-radius: 0 10px 10px 0;
  }

  .mgr-switch__ttl:before {
    font-family: "Font Awesome 5 Free";
    content: "\f4be";
    position: absolute;
    left: 10px; /* 内側に配置 */
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #ff6363;
    font-weight: 900;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
  }

  .mgr-switch__sttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
  } 

}

.mgr-switch-content{
  display:flex;
  align-items:flex-start;
  gap:40px;
  margin:50px auto;
}

.mgr-switch-content__img{
  flex:1;
}

.mgr-switch-content__img img{
  width:100%;
  height:auto;
}

.mgr-switch-content__text{
  flex:1.2;
}

.mgr-switch-content__item{
  margin-bottom:24px;
}

.mgr-switch-content__item h3{
  font-size:18px;
  margin-bottom:8px;
}



/* SP */
@media screen and (max-width:768px){

  .mgr-switch-content{
    flex-direction:column;
    gap:25px;
  }

  .mgr-switch-content__item h3{
    font-size:16px;
  }

}



.mgr-switch-cards{
  display:flex;
  gap:30px;
  margin:60px auto;
}

.mgr-switch-card{
  flex:1;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 6px 25px rgba(0,0,0,.08);
}

.mgr-switch-card__img img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.mgr-switch-card__body{
  padding:28px 26px 30px;
}

.mgr-switch-card__ttl{
  font-size:18px;
  margin-top: 14px;
  margin-bottom:14px;
  line-height:1.4;
  padding: 10px;
  text-align: center;
  color: #4ca88c;
}

.mgr-switch-card p{
  line-height:1.8;
  margin:0;
  padding: 15px;
}

/* 支援先レイアウト */
.mgr-switch__support{
  display:flex;
  gap:20px;
  align-items:flex-start;
  margin-bottom: 30px;
}

/* 画像 */
.mgr-switch__img{
  flex-shrink:0;
  width:250px;
}

.mgr-switch__img img{
  width:100%;
  height:auto;
  border-radius:6px;
}



/* テキスト */
.mgr-switch__support p{
  margin:0;
  line-height:1.8;
}

/* SP */
@media screen and (max-width:768px){

  .mgr-switch__support{
    flex-direction:column;
    margin-bottom: 70px;
  }

  .mgr-switch__img{
    width:100%;
    margin: 0 auto;
  }

}


/* SP */
@media screen and (max-width:768px){

  .mgr-switch-cards{
    flex-direction:column;
  }

}

.bg-1 {
  background-color: #e5f5f7;
}
.bg-2 {
  background-color: #f5ffe4;
}
.bg-3 {
  background-color: #f8fa89;
}

.ryokin__ttl--point{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:20px;
  background:#fffede;
  padding:10px 16px;
  border-left:4px solid #00a5a0;
  border-radius:6px;
}

.ryokin__ttl--point i{
  color:#00a5a0;
  font-size:18px;
}




.cost{
  background:#4ca88c;
  position:relative;
}

.cost__inner{
  padding:110px 0 100px;
}

.cost:before{
  content:'';
  position:absolute;
  display:block;
  background:url("../images/recommend_arrow.png") no-repeat;
  background-size:contain;
  width:100px;
  height:50px;
  top:0;
  left:50%;
  transform:translateX(-50%);
}

.cost__title{
  font-size:40px;
  margin:40px 0;
  text-align:center;
}

.cost__title i{
  margin-right:8px;
  color:#4ca88c;
}

.cost__title-2{
  font-size:50px;
  margin:40px 0;
  text-align:center;
  color: #fff;
}

.cost__title-2 i{
  margin-right:8px;
  color:#ffffff;
}

.cost__card{
  margin-bottom:80px;
  background:#fff;
  padding:46px 5% 50px;
  padding-bottom: 110px;
  border-radius:10px;
  box-shadow:0 5px 10px rgba(0,0,0,.2);
}

.cost__card:last-of-type{
  margin-bottom:0;
}

.cost__box{
  display:flex;
  gap:50px;
  align-items:center;
  margin-bottom:80px;
}

.cost__text{
  width:50%;
}

.cost__image{
  width:50%;
}

.cost__image img{
  border-radius:10px;
}

.cost__subtitle{
  font-size:26px;
  border-bottom:1px solid;
  margin-bottom:15px;
}

.cost__item-title{
  font-size:22px;
  margin:30px 0 10px;
}

@media screen and (max-width:768px){

  .cost__inner{
    padding:50px 0;
  }

  .cost__box{
    display:block;
  }

  .cost__text,
  .cost__image{
    width:100%;
  }

  .cost__image{
    margin:20px 0;
  }

  .cost__title{
    font-size:26px;
  }

  .cost__title-2{
    font-size:30px;
  }

  .cost__subtitle{
    font-size:18px;
  }

}


.cost__merit {
  margin-top: 40px;
}

.cost__merit-box {
  display: flex;
  gap: 40px;
  align-items: center;
}

.cost__merit-text {
  flex: 1;
}

.cost__merit-image {
  flex: 1;
}

.cost__merit-image img {
  width: 100%;
  height: auto;
}

.cost__merit-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.cost__merit-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

.cost__merit-list i {
  color: #4ca88c;
  margin-right: 8px;
}



/*--------------------------
process-flowセクション
--------------------------------*/

.process-flow__title {
  font-size: 50px;
  margin: 110px 0 100px;
  line-height: normal;
  font-weight: 800;
  padding-bottom: 110px;
  padding: 0 1rem;
  border-left: 5px solid #4ca88c;
}

@media screen and (max-width: 640px) {
  .process-flow__title {
    font-size: 26px;
    margin: 50px 0 50px;
    line-height: normal;
    text-align: left;
    padding-bottom: 20px;
  }
}

.process-flow__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

.process-flow__step {
  margin-bottom: 90px;
  position: relative;
  border: 1px solid #777;
  padding: 15px;
  border-radius: 10px;
}

.process-flow__step::before {
  content: counter(step) " ";
  counter-increment: step;
  position: absolute;
  left: 20px;
  top: -36px;
  background-color: #4ca88c;
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transform: translateX(-50%);
  border-radius: 50%;
}

.process-flow__step-title {
  font-family: "NotoSansJP","Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Yu Gothic","YuGothic","游ゴシック","MS PGothic",sans-serif;
  font-size: 26px;
  color: #4ca88c;
  margin-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  font-weight: 500;
}

.process-flow__step-text {
  font-family: "NotoSansJP","Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Yu Gothic","YuGothic","游ゴシック","MS PGothic",sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.6;
  padding: 0 25px 25px 25px;
}

@media screen and (max-width:640px) {
  .process-flow__step::before {
    content: counter(step) " ";
    counter-increment: step;
    position: absolute;
    left: 50%;
    top: -20px;
    background-color: #4ca88c;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transform: translateX(-50%);
  }
}


/* ===============================
CTA
=============================== */

.cpn-cta{
  background:#4ca88c;
  padding:80px 20px;
  text-align:center;
  font-family:"Noto Sans JP",sans-serif;
  padding-bottom: 110px;
}

.cpn-cta__inner{
  max-width:1200px;
  margin:auto;
}

.cpn-cta__title{
  color:#fff;
  font-size:50px;
  font-weight:800;
  margin-bottom:40px;
  line-height:1.5;
}

/* バナー */

.cpn-cta__banner{
  margin-bottom:40px;
}

.cpn-cta__banner img{
  width:100%;
  height:auto;
  display:block;
  margin:auto;
  transition:filter .15s ease;
  border-radius: 20px;
}

.cpn-cta__banner img:hover{
  filter:brightness(110%);
}

/* 説明 */

.cpn-cta__lead{
  color:#fff;
  font-size:18px;
  margin-bottom:40px;
  line-height:1.7;
}

/* ボタン */

.cpn-cta__buttons{
  display:flex;
  justify-content:space-between;
  gap:20px;
}

/* TEL */

.cpn-cta__tel{
  width:48%;
  border:2px solid #fff;
  color:#fff;
  padding:20px;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
}

.cpn-cta__tel-number{
  display:block;
  font-size:30px;
  margin-top:8px;
}

.cpn-cta__tel-time{
  display:block;
  font-size:14px;
  margin-top:5px;
}

/* MAIL */

.cpn-cta__mail{
  width:48%;
  background:linear-gradient(90deg,#f18000,#f39600);
  color:#fff;
  padding:20px;
  border-radius:6px;
  text-decoration:none;
  font-size:26px;
  font-weight:bold;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.cpn-cta__mail-badge{
  background:#fdb500;
  width:80px;
  height:80px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:bold;
}

/* SP */

@media screen and (max-width:768px){

  .cpn-cta{
    padding:60px 20px;
  }

  .cpn-cta__title{
    font-size:26px;
  }

  .cpn-cta__lead{
    font-size:16px;
  }

  .cpn-cta__buttons{
    flex-direction:column;
  }

  .cpn-cta__tel,
  .cpn-cta__mail{
    width:100%;
    font-size: 18px;
  }

}


.company__title {
  margin-bottom: 70px
}

@media screen and (max-width:768px) {
  .company__title {
    font-size: 36px;
    font-size: 1.8rem
  }
}

@media screen and (max-width:640px) {
  .company__title {
    font-size: 32px;
    font-size: 1.6rem;
    margin-bottom: 40px
  }
}

.company__title {
  font-size: 50px;
  margin: 0 0 110px;
  line-height: normal;
  font-weight: 800;
  padding-bottom: 110px;
  padding: 0 1rem;
  border-left: 5px solid #4ca88c;
}


@media screen and (max-width: 640px) {
  .company__title {
    font-size: 30px;
    margin: 0 0 50px;
    line-height: normal;
    text-align: left;
  }
}