@charset "utf-8";
.bg_gradtop{
    background: linear-gradient(to top, rgba(225, 232, 242, 0.7) 0%, rgba(225, 232, 242, 0) 100%);
}
#sales-agents{
    letter-spacing: 0.1em;
}
#sales-agents h2{
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: bold;
    color: #2D4879;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}
#sales-agents h3{
    font-size: 2.25rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}
#sales-agents h4{
    font-size: 1.5rem;
    color: #2D4879;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#sales-agents .titleSet h3{
    font-family: 'Noto Sans JP', serif;
    font-size: 1rem;
}
#sales-agents .m0a{
    margin: 0 auto;
}
#sales-agents .mb10{
    margin-bottom: 10px;
}
#sales-agents .mb20{
    margin-bottom: 20px;
}
#sales-agents .mb32{
    margin-bottom: 32px;
}
#sales-agents .mb32{
    margin-bottom: 32px;
}
#sales-agents .mb48{
    margin-bottom: 48px;
}
#sales-agents .mb60{
    margin-bottom: 60px;
}
#sales-agents .mb120{
    margin-bottom: 120px;
}
#sales-agents .txt-center{
    text-align: center;
}
#sales-agents .f_bold{
    font-weight: bold;
}
#sales-agents .f_gold{
    color: #78602C;
}
#sales-agents .sales_merit_list .f_gold{
    font-weight: bold;
}
#sales-agents .flex{
    display: flex;
}
/**************
Main copy*/
#sales-agents .main_copy_txt span{
    font-size: 1.5rem;
}
/**************
Sub copy*/
#sales-agents .sub_copy_ttl{
    background: #2D4879;
    border: 1px solid #2D4879;
}
#sales-agents .sub_copy_ttl h3{
    color: #fcfcfc;
    font-weight: bold;
    padding: 20px 20px;
    text-align: center;
}
#sales-agents .sub_copy_inner{
    padding: 32px 48px;
    border: 1px solid #2D4879;
}
#sales-agents .sub_copy_inner .flex{
    gap: 48px;
}
#sales-agents .sub_copy_txt,#sales-agents .sub_copy_img{
    width: 50%;
}
#sales-agents .sub_copy_txt p{
    padding: 32px;
    background: #fcfcfc;
}
#sales-agents .subject h4{
  display: flex;
  justify-content: center;
  line-height: 1;
}
#sales-agents .subject h4::before,
#sales-agents .subject h4::after{
    width: 1px;
    height: 28px;
    content: "";
    background-color: #D8D9E3;
}
#sales-agents .subject h4::before{
    margin-right: 15px;
    transform: rotate(-45deg);  
}
#sales-agents .subject h4::after{
    margin-left: 15px;
    transform: rotate(45deg);
}
#sales-agents .subject_list{
    padding: 24px;
    border: 1px solid #2D4879;
}
#sales-agents .subject_list ul{
    width: 50%;
}
/**************
sales_merit*/
#sales-agents .sales_merit_list{
    max-width: 1440px;
    margin: 0 auto;
}
#sales-agents .sales_merit_list .flex{
    gap: 30px;
}
#sales-agents .sales_merit_list li{
    width: 25%;
    padding: 32px 20px;
    padding-top: 80px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}
#sales-agents .sales_merit_list .merit_num{
    padding: 20px 40px;
    border-radius: 50%;
    background: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 4rem;
    font-weight: bold;
    color: #2D4879;
    display: inline-block;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
}
#sales-agents .sales_merit_list li h4{
    font-family: 'Noto Sans JP', serif;
    flex-grow: 1;
    max-height: 81px;
    height: 100vh;
    align-content: center;
}
#sales-agents .sales_merit_list li p{
    flex-grow: 1;
}
/**************
sales_cond*/
#sales-agents .sales_cond_wrap{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    background-image: url(https://ideacard.co.jp/wp3/wp-content/uploads/2025/08/condirions_img.jpg);
    background-size: cover;
    color: #fcfcfc;
}
#sales-agents .sales_cond_inner{
    background-image: linear-gradient(45deg, rgba(28, 57, 111, 0.8) 0%, rgba(125, 185, 232, 0.8) 100%);;
    padding: 48px;
}
#sales-agents .sales_cond_inner .sales_cond_ttl{
    margin-bottom: 20px;   
}
#sales-agents .sales_cond_inner .sales_cond_ttl h2,
#sales-agents .sales_cond_inner .sales_cond_ttl h3{
    color: #fcfcfc;
    font-family: 'Noto Serif JP', serif;
}
#sales-agents .sales_cond_inner .sales_cond_ttl h2{
    letter-spacing: .1em;
}
#sales-agents .sales_cond_inner .sales_cond_ttl h3{
    letter-spacing: .2em;
    font-size: 1rem;
}
#sales-agents .sales_cond_inner p{
    line-height: 2;
    letter-spacing: .2em;
}
.btn02 a {
	background-color: #78602C;
	border: 1px solid #78602C;
    position: relative;
    padding: 15px 32px;
    max-width: 308px;
    width: 100%;
    display: inline-block;
    color: #fcfcfc;
    font-weight: bold;
    cursor: pointer;
}

.btn02 a:hover {
    opacity: .7;
}

.btn02 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: -35px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fcfcfc;
}

.btn02 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 58px;
	height: 1px;
	background-color: #fcfcfc;
}
/**************
sales_flow*/
#sales-agents .sales_flow_list{
    max-width: 1200px;
    margin: 0 auto;
}
#sales-agents .module__number{
    padding: 20px;
    border: 1px solid #2D4879;
    background-color: #fff;
    margin-bottom: 40px;
    position: relative;
}
#sales-agents .module__number::before{
    content: '';
    height: 40px;
    border-right: 6px dotted #2D4879;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
}
#sales-agents .module__number:last-of-type:before{
    display: none;
}
#sales-agents .module__number--title{
   font-size: 1.25rem; 
   margin-bottom: 10px;
}
#sales-agents .module__number--date{
    font-weight: bold;
    align-self: end;
}
/**************
sales_faq*/
#sales-agents .sales_faq h3{
    font-weight: bold;
    color: #2D4879;
}
#sales-agents .sales_faq h4{
    font-size: 1.25rem;
    font-weight: normal;
}
@media screen and (max-width:1440px) {
    #sales-agents .sales_merit_list .flex{
        flex-wrap: wrap;
    }
    #sales-agents .sales_merit_list li{
        width: 48%;
        margin-bottom: 60px;
    }
}
    #sales-agents .sp_only{
        display: none;
    }
@media screen and (max-width:768px) {
    #sales-agents{
        letter-spacing: normal;
    }
    #sales-agents .sp_only{
        display: block;
    }
    #sales-agents h2{
        font-size: 1.65rem;
    }
    #sales-agents .main_copy_txt span{
        font-size: 1.2rem;
    }
    #sales-agents h3{
        font-size: 1.5rem;
    }
    #sales-agents h4{
        font-size: 1.2rem;
    }
    #sales-agents .sub_copy_inner .flex{
        flex-wrap: wrap-reverse;
        gap: 20px;
    }
    #sales-agents .sub_copy_inner .subject .flex{
        flex-wrap: wrap;
        gap: 0;
    } 
    #sales-agents .subject_list ul{
        width: 100%;
    }
    #sales-agents .sub_copy_inner{
        padding: 15px;
    }
    #sales-agents .sub_copy_img{
        width: 100%;
    }
    #sales-agents .sub_copy_txt, #sales-agents .sub_copy_img{
        width: 100%;
    }
    #sales-agents .sales_merit_list li{
        width: 100%;
    }
    #sales-agents .sales_merit_list li h4{
        height: 100%;
    }
    #sales-agents .sales_cond_inner{
        padding: 32px;
    }
    #sales-agents .sales_cond_inner p{
        letter-spacing: .1em;
    }
}
#sales-agents .faq_a{
    content: "A";
    color: #718ECA;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    margin-right: 1rem;
}
#sales-agents .accordion__content{
    display: flex;
}
#sales-agents .accordion__content::before{
    display: none;
}
#sales-agents .accordion__content p{
    margin-top: 10px;
    width: 80%;
}