@charset "UTF-8";
/* ------------
common
--------------- */
* {
    box-sizing: border-box;
}
.sp-only {
    display: block;
}

.pc_only {
    display: none;
}

.wbr {
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media screen and (max-width: 480px){
.wbr {
    word-break: normal;
}
}

.sec_common {
    padding: 30px 0;
}

.sec_common * {
    line-height: 1.6;
}

.contents {
    width: 90%;
    max-width: 64em;
    margin: auto;
}

.sec_common h2 {
    font-size: 1.5rem;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
}

.sec_common img {
    width: 100%;
}

@media screen and (min-width: 48em){
    .sp-only {
        display: none;
    }

    .pc_only {
        display: block;
    }

    .sec_common {
        padding: 60px 0 20px;
    }

    .sec_common h2 {
        font-size: 1.7rem;
        margin-bottom: 48px;
    }
}

/*-----------------
 見出し デザイン設定
-----------------*/
.heading-h2{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-top: 40px;
    padding-bottom: 30px;
}

/* ------------
CTA
--------------- */
.cnv-include-btn-flex.out-section.cnv-outer{
    margin: 50px 0;
}

.cnv-include-btn-flex.out-section.cnv-outer2{
    margin: 50px 0 60px !important;
}

.cnv-include-btn-flex.out-section {
    margin: 0 auto;
}

#cnv-include.cnv-include-btn-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

#cnv-include .cnv-include-btn {
    position: relative;
    padding-top: 1.5em;
    width: fit-content;
    margin: 0;
}

#cnv-include .cnv-include-btn.cnv-or::before {
    content: '＼ 3分でわかる！ ／';
    width: 100%;
    height: auto;
    color: #FF7800;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

#cnv-include .cnv-include-btn.cnv-gr::before {
    content: '＼ お困りごと・不明点を解消 ／';
    width: 100%;
    height: auto;
    color: #297F3A;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.sec-cnv #cnv-include .cnv-include-btn.cnv-or::before  {
    top: -8px;
}

.sec-cnv #cnv-include .cnv-include-btn.cnv-gr::before {
    top: -8px;
}

#cnv-include .cnv-include-btn.cnv-or a {
    background-color: #FF7800;
}

#cnv-include .cnv-include-btn.cnv-gr a {
    background-color: #297F3A;
}

/* ------------
sec common
--------------- */
:root {
    --green: #6eb72f;
    --deep-green: #00645a;
    --pale-green: #eaf3eb;
    --gray: #777;
    --pale-gray: #d0d0d0;
    --black: #2a2a2a;
    --transition-hover: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.grid-cols-2, .grid-cols-3, .grid-cols-4 {
    display: grid;
    gap: 14px 24px;
}

.flex-col-16, .flex-col-24, .flex-col-32 {
    display: flex;
    flex-direction: column;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 互換性の高いmax-widthに統一し、重複を統合 */
@media (max-width: 767px) {
    .grid-cols-2, .grid-cols-3 {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #sec-security > div {
        text-align: center;
    }

    .image-rounded {
        margin-left: auto;
        margin-right: auto;
    }
} 

.flex-col-16 {
    gap: 16px;
}

.flex-row-24 {
    display: flex;
    gap: 24px;
}

section p{
    font-size: 16px;
    font-style: normal;
    line-height: 180%;
}

.image-center {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.heading-h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    color: var(--green);
    border-bottom: 1px solid var(--pale-gray);
}

section h4 {
    color: var(--gray);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.security-caption {
    margin-top: 8px;
    font-size: 14px;
    color: var(--gray);
}

.image-rounded {
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

/* ------------
FV
--------------- */
.main-v {
    padding: 48px 0 50px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url(/web/jp/seikyu/buyer/images/buyer_payment_main-v.jpg);
    background-size: cover;
    background-position: center;
}
.main-v h1 {
    margin: 80px auto 24px;
    font-size: 2em;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 48em){
    .main-v h1 {
        margin-top: 80px;
    }
}

@media screen and (min-width: 64em){
    .main-v h1 {
        margin-top: 100px;
        font-size: 38px;
    }
}

@media screen and (max-width: 420px){
    .main-v h1 {
        font-size: 23px;
    }
}

/* ------------
h2アコーディオン（矢印の絶対配置バグを修正）
--------------- */
.accordion-003 {
    width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003[open] {
    border-bottom: none;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    list-style: none;
}

.accordion-003[open] summary {
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary .heading-h2 {
    flex-grow: 1;
    text-align: left;        
    margin: 0; 
    padding-right: 50px; /* 矢印との衝突を防ぐために少し広げました */
}

/* 右側のカスタム矢印（改行時も中央を維持） */
.accordion-003 summary::after {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .3s;
    flex-shrink: 0;
}

/* 開いたときの矢印の回転 */
.accordion-003[open] summary::after {
    transform: translateY(-50%) rotate(225deg);
}

.accordion-003 .accordion-body {
    transform: translateY(-10px);
    opacity: 0;
    padding-top: 30px;       
    padding-bottom: 40px;
    transition: transform .5s, opacity .5s;
    border-bottom: 2px solid #d0d0d0; 
}

.accordion-003[open] .accordion-body {
    transform: none;
    opacity: 1;
}

/*-----------------
 セキュリティ認証
-----------------*/
.sec_security .security-read{
    padding: 0 20px;
    margin-bottom: 20px;
}
.sec_security .btn_link {
    border-color: #41A694;
    color: #41A694;
}
.sec_security .btn_link::after {
    border-color: #41A694;
}

.sec_security .btn_link:hover {
    background-color: #41A694;
    color: #fff;
}
.sec_security .btn_link:hover::before {
    border-color: #fff;
}
.sec-security_img-outer{
    display: flex;
    justify-content: center;
}
.sec-security_img {
    padding: 30px 30px 40px;
    width: 75%;
    position: relative;
}

.sec-security_img .ismaplink {
    display: block;
    position: absolute;
    width: 15%;
    max-width: 178px;
    height: 15.9vw;
    max-height: 140px;
    top: 25%;
    left: 10%;
    background-color: #fff;
    opacity: 0;
}
.sec-security_img .soclink {
    display: block;
    position: absolute;
    width: 40%;
    height: 11vw;
    max-height: 136px;
    left: 243px;
    bottom: 57px;
    background-color: #fff;
    opacity: 0;
}
.sec-security_img .aspiclink {
    display: block;
    position: absolute;
    max-width: 185px;
    width: 45%;
    height: 11.9vw;
    max-height: 136px;
    top: 26%;
    left: 70%;
    background-color: #fff;
    opacity: 0;
}
.sec-security_img .cspalink {
    display: block;
    position: absolute;
    max-width: 119px;
    width: 23.1%;
    height: 10.9vw;
    max-height: 136px;
    top: 58%;
    left: 10.2%;
    background-color: #fff;
    opacity: 0;
}
.sec-security_img .ismaplink:hover,
.sec-security_img .soclink:hover,
.sec-security_img .aspiclink:hover,
.sec-security_img .cspalink:hover {
    opacity: 0.6;
}
.sec-security_img img {
    max-width: 100%;
    width: 100%;
}
.sec-security_d-flex {
    display: flex;
}
.sec-security_flex-wrap {
    flex-wrap: wrap;
}
.sec-security_justify-center {
    justify-content: center;
}
ul.sec-security_flow-wrap {
    justify-content: space-between;
}
ul.sec-security_flow-wrap li {
    width: 31.25%;
}

.security-merit {
    margin: 0 auto 32px;
}
.security-merit-box {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
}
ul.security-merit li h3 {
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background-color: #41A694;
    border-radius: 5px 5px 0 0;
}
.security-merit-box img {
    width: min(60%, 250px);
    display: block;
    margin: 15px auto 0;
}
.security-merit-box .text {
    padding: 1.5rem;
}
.security-merit-box .text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}

.sec_security .btn_cta {
    margin-top: 60px;
}

@media (max-width: 1130px) {
.sec-security_img .soclink {
    width: 40%;
    left: 205px;
}
}

@media (max-width: 959px) { 
ul.sec-security_flow-wrap li {
     width: 100%;
     margin-bottom: 2rem;   
}

ul.sec-security_flow-wrap li:last-child {
    margin-bottom: 0;
}
    
.sec-security_img .aspiclink {
    width: 23%;
}
    
.sec-security_img .ismaplink{
    height: 12.9vw;
    left: 10.5%;
}
}

@media (max-width: 830px) {
.sec-security_img .aspiclink {
        width: 23.1%;
}
.sec-security_img .cspalink {
        width: 18.1%;
}
.sec-security_img .soclink {
        width: 38%;
        left: 32%;
        bottom: 47px;
}
}

@media (max-width: 767px) {
    .sec-security_img .ismaplink {
        width: 18%;
        height: 19.9vw;
        left: 5.5%;
    }
    .sec-security_img .soclink {
        width: 38vw;
        left: 27.8vw;
        bottom: 7.4vw;
        height: 15.4vw;
    }
    .sec-security_img {
        width: 100%;
        padding: 5vw 0 5vw 0;
    }
    .sec-security_img .aspiclink {
        width: 29%;
        top: 28%;
        left: 71%;
        height: 15.9vw;
    }
    .sec-security_img .cspalink {
        width: 21.1%;
        height: 17.9vw;
        top: 58%;
        left: 6.2%;
    }
    .sec_security .btn_cta {
        margin-top: 56px;
    }
}
@media (max-width: 480px) {
    .sec-security_img .cspalink {
        top: 35vw;
        left: 4.8%;
        height: 18.4vw;
    }
    .sec-security_img .soclink {
        width: 42%;
        left: 31%;
        bottom: 13%;
    }
}

/* ------------
sec-security
--------------- */
#sec-security .security-callout {
    gap: 24px;
}

.block-callout {
    padding: 30px;
    background-color: var(--pale-green);
    border-radius: 10px;
}

/* ------------
sec-cert
--------------- */
#sec-cert a{
    color: var(--black);
}

#sec-cert a:hover{
    color: var(--green);
}

.security-cert__container:not(:last-child) {
    margin-bottom: 40px;
}

.security-cert__logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 277px;
    height: 277px;
}

.heading-h3--pt-0 {
    padding-top: 0;
}

.security-cert__logo_wrapper--sp {
    display: none;
}

.security-cert__link-container {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 0;
    list-style: none;
}

.text-link {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    transition: color var(--transition-hover);
}

.text-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 2px solid #d8e6d9;
    border-radius: 100px;
    transition: all var(--transition-hover);
}

.text-link__icon img {
    width: fit-content;
    height: auto;
    transition: all var(--transition-hover);
}

@media (hover: hover) {
    .text-link:hover {
        color: var(--green);
    }
}

@media (max-width: 1280px) { /* max-widthに統一 */
    .security-cert__link-container {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
}

@media (max-width: 767px) { /* max-widthに統一 */
    .security-cert__container {
        flex-direction: column;
    }
    
    .security-cert__container:not(:last-child) {
        margin-bottom: 0;
    }
    
    .security-cert__logo_wrapper--sp {
        display: flex;
    }
    .security-cert__logo_wrapper {
        width: 335px;
        height: 171px;
        margin: 0 auto;
    }
    
    .security-cert__logo_wrapper--pc {
        display: none;
    }
    #sec-cert .heading-h3{
        margin: 30px 0 50px;
    }       
}

/* ------------
sec-document
--------------- */
#sec-document a{
    color: var(--black);
    margin: 30px 0 50px;
}

#sec-document a:hover{
    color: var(--green);
}

/* ------------
sec-target
--------------- */
#sec-target a{
    color: var(--black);
}

#sec-target a:hover{
    color: var(--green);
}

.button-primary {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 311px;
    height: 60px;
    padding: 18px 50px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: var(--black);
    background-color: white;
    border-radius: 60px;
    box-shadow: 0 0 10px 0 #a2d8ac;
    transition: color var(--transition-hover);
    margin-top: 30px;
}

.button-primary__icon img {
    width: fit-content;
    height: auto;
    transition: all var(--transition-hover);
}

@media (max-width: 767px) { /* 重複を整理 */
    .security-target__button {
        margin: 30px auto 0;
    }
    .button-primary {
        min-width: 280px;
        height: 60px;
        padding: 15px 24px;
        font-size: 16px;
    }
}

/* ------------
sec-case (Slick Slider Base)
--------------- */
#reco14{
    padding: 60px 0;
    background-color: #edf5ed;
}

.section-tittle {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media (max-width: 767px) {
.section-tittle {
    margin-bottom: 2rem;
    font-size: 22px;
    }
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.slider {
    width: 92%;
    margin: 2rem auto 0;
}
.slider img {
    width: 100%;
    height: auto;
}
.slider .slick-slide {
    margin: 0 10px;
}

/* 矢印ナビゲーション */
.slick-prev, 
.slick-next {
    position: absolute; 
    top: 42%;
    width: 20px;
    height: 20px;
    border-top: 4px solid #297f3a;
    border-right: 4px solid #297f3a;
    outline: none;
    cursor: pointer;
}
.slick-prev { 
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

/* インジケーター（ドット） */
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    color: #297f3a !important;
}

/* スライドトラック・リスト */
.slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
}
.slick-list {
    overflow: visible;
    overflow-x: hidden;
    padding: 10px 0;
}

/* ------------
Case Box (導入事例カード)
--------------- */
.case-box {
    margin-bottom: 2rem;
    background-color: #fff;
    border: none; 
}
.case-box:not([disabled]):hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2); 
}

/* リンクエリア（カード全体を内包） */
.case-box a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
}

/* 見出し */
.case-box h3 {
    margin-top: 0; 
    font-size: 16px; 
    text-align: left;
    font-weight: bold;
}
.case-title {
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1.5em;
    min-height: 72px;
}
@media screen and (max-width: 767px) {
    .case-title {
        font-size: 14px;
    }
}

/* 各種テキスト・コンテンツ */
.case-box .case-discription {
    font-size: 14px;
    font-style: italic;
}
.case-box .text {
    padding: 2rem;
}
.case-content {
    margin-bottom: 20px;
}

/* 画像コンテナ・ホバーアニメーション */
.case-box figure {
    margin: 0;
    overflow: hidden;
}
.case-image {
    margin: 0 0 15px !important;
    overflow: hidden;
}

.case-box figure img,
.case-box img,
.case-box a .case-image img,
.case-image img {
    transition: .3s;
}
.case-box:hover figure img,
.case-box:hover .case-image img {
    transform: scale(1.08);
}

/* 企業情報 */
.case-company {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.case-company-image {
    width: 80px;
    margin-right: 15px;
}
.case-company-image img {
    width: 80px;
    height: 36px;
    object-fit: contain;
}
.case-company-name {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .case-company-name {
        font-size: 12px;
    }
}

/* 導入のポイント（リスト） */
.case-point {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.25;
}
.case-point * {
    line-height: 1.25;
}
@media screen and (max-width: 767px) {
    .case-point {
        font-size: 12px;
    }
}
.case-point ul li {
    position: relative;
    margin-top: .5em;
    padding-left: 1.75em;
}
.case-point ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 1.25em;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #267c3a;
}

/* カテゴリ・タグ */
.case-category {
    font-size: 12px;
}
.case-category a,
.case-category span {
    display: inline-block;
    margin: 0 3px 3px 0;
    padding: .2em .5em;
    color: #267c3a;
    border: 1px solid #267c3a;
    border-radius: 3px;
}

/* ボタン関係 */
.case-button {
    margin-top: auto;
}
.case-box:hover .case-button .btn-normal {
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

/* 重複していた記述を統合整理 */
.case-btn-wrap {
    margin: 40px auto 0 !important;
}

.text-center {
    text-align: center !important;
}
.fw_bold {
    font-weight: bold !important;
}

/* FVの CTA*/
.box-center {
    margin: 0 auto;
    text-align: center;
}

.btn-cta-microcopy {
    color: #297f3a;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 !important;
}

.box-center .btn-cta {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 513px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #ff7800;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    text-decoration: none;
    outline: none;
    text-align: center;
    transition: ease .2s;
}

.box-center .btn-cta a {
    display: block;
    padding: 24px 0;
}

.box-center .btn-cta span {
    position: relative; 
    z-index: 3;
    color: #fff; 
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: block;
}

/* ボタン内矢印アイコン */
.box-center .btn-cta span::after {
    content: "";
    position: absolute;
    right: 1.25em;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-top-width: 3px;
    border-top-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    transform: rotate(45deg);
}

.box-center .btn-cta:hover span {
    color: #fff; 
}

/* 背景ホバーアニメーション */
.bgleft::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #ec7104;
    width: 100%;
    height: 100%;
    transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bgleft:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

@media (max-width: 767px) {
    .box-center .btn-cta {
         display: block;
         width: 100%;
         margin: 0 auto;
         padding: 0;
    }
        
    .box-center .btn-cta a{
        padding: 15px 0;    
    }
        
    .box-center .btn-cta span {
        font-size: 18px;
    }
    
    .btn-cta {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .btn-cta span {
        font-size: 18px;
    }
    .cta-btn-inner-center {
        width: 100%;
        padding: 0 20px;
    }
}

/* ==========================================================================
 btn-normal (通常ボタン)
 ========================================================================== */
.btn-normal {
    display: inline-block;
    position: relative;
    padding: 0.8rem 3rem;
    border: 1px solid #297f3a;
    border-radius: 4px; 
    background-color: #fff;
    text-decoration: none;
    outline: none; 
    text-align: center;
}

.btn-normal.lh150,
.btn-normal.lh150_2 {
    line-height: 150%;
}

.btn-normal span {
    position: relative; 
    color: #297f3a;
}

.btn-normal span::after {
    content: "";
    position: absolute;
    right: -1em;
    width: 0.4em;
    height: 0.4em;
    top: 50%;
    margin-top: -0.2em;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}

.btn-normal.lh150 .sp-block::after,
.btn-normal.lh150_2 .sp-block::after {
    content: none;
}

a:hover.btn-normal {
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

/* ==========================================================================
 cta-btn-inner-flex (導入ロゴ下など並列フレックスグループ)
 ========================================================================== */
.cta-btn-inner-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 0 auto 48px;
}

.cta-btn-inner-flex a{
    color: #ffffff;
    font-weight: bold;
}

/* フレックス内のボタン個別調整 */
.cta-btn-inner-flex .btn-cta {
    border: none;
    transition: .3s;
    font-size: 18px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 360px;
    padding: 24px 0;
    border-radius: 4px;
    text-decoration: none;
    outline: none;
    text-align: center;
}

.cta-btn-inner-flex .btn-cta span {
    font-size: 18px;
}

.cta-btn-inner-flex .btn-cta:hover {
    opacity: .7;
}

.cta-btn-inner-flex .btn-cta span::after {
    right: -1.4em;
    margin-top: 0;
    transform: translateY(-50%) rotate(45deg);
	content: "";
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    border-top-width: 3px;
    border-right-style: solid;
}

.cta-btn-inner-flex .txt-bottom {
    display: inline-block;
}

/* 各カラーバリエーション */
.cta-btn-inner-flex-left {
    background-color: #44A9B3;
}

.cta-btn-inner-flex-right {
    background-color: #ED7F31;
    padding: 20px 2em;
}

.cta-btn-inner-flex-right p {
    position: relative;
    line-height: 1.6em;
    display: inline;
    font-size: 18px;
}

.cta-btn-inner-flex-right p::after {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    right: -1.4em;
    transform: translateY(-50%) rotate(45deg);
}

.cta-btn-inner-flex-right span::after {
    content: none;
}

/* ==========================================================================
 Firefox用ハック (@-moz-document)
 ========================================================================== */
 @-moz-document url-prefix(){
    .cta-btn-inner-flex .btn-cta span::after,
    .cta-btn-inner-flex-right p::after {
        content: none;
    }

    .cta-btn-inner-flex .btn-cta::after {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.1em;
        content: "";
        position: absolute;
        right: 1.4em;
        width: 0.6em;
        height: 0.6em;
        top: 50%;
        border-top: 3px solid;
        border-right: 3px solid;
        transform: translateY(-50%) rotate(45deg);
    }
}

.btn-mt-2 {
    margin-top: 2rem;
}

/* ==========================================================================
 Media Queries (ブレイクポイント順に整理)
 ========================================================================== */

/* タブレット（1023px以下） */
@media (max-width: 1023px) {
    .btn-normal.lh150 span::after {
        right: -3em;
    }
    .btn-normal.lh150_2 span::after {
        right: -2em;
    }
    .sp-block {
        display: block !important;
    }
}

/* 小型スマホ（480px以下） */
@media (max-width: 480px) {
    .cta-btn-inner-center {
        padding: 0;
    }
}

/* PC（1024px / 64em 以上） */
@media screen and (min-width: 64em) {    
    .cta-btn-inner-flex {
        flex-direction: row;
        gap: 4%;
        margin: 0 auto 80px;
    }

    .cta-btn-inner-flex .btn-cta {
        width: 48%;
    }

    .cta-btn-inner-flex .btn-cta span,
    .cta-btn-inner-flex .btn-cta p {
        font-size: 18px;
        line-height: inherit;
    }

    .cta-btn-inner-flex-right {
        padding: 24px 2em;
        min-width: 480px;
    }

    @-moz-document url-prefix(){
        .cta-btn-inner-flex-right p::after {
            transform: translateY(-50%) rotate(45deg);
        }
    }
}

/* 左側ボタン（他の導入効果・事例も見る）の矢印を強制表示 */
.cta-btn-inner-flex .cta-btn-inner-flex-left span {
    position: relative;
    padding-right: 1.5em;
    display: inline-block;
}

.cta-btn-inner-flex .cta-btn-inner-flex-left span::after {
    content: "" !important;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px; /* 矢印のサイズ */
    height: 10px; /* 矢印のサイズ */
    border-top: 3px solid #ffffff; /* 矢印の太さと色 */
    border-right: 3px solid #ffffff; /* 矢印の太さと色 */
    transform: translateY(-50%) rotate(45deg); /* 中央配置して45度回転 */
    transition: all 0.3s;
}

/* Firefox用ハックで消された場合への再上書き対策 */
@-moz-document url-prefix(){
    .cta-btn-inner-flex .cta-btn-inner-flex-left::after {
        content: none !important; /* ボタン自体の二重矢印化を防止 */
    }
}