/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, p, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}

/* =========================================================
base
========================================================= */
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a,
input[type="submit"] {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover,
input[type="submit"]:hover {
    transition: 0.3s;
}

strong{
    font-weight: bold;
}

/* =========================================================
utility
========================================================= */
.pc-none,
.pc-none.flex {
    display: none;
}

/* =========================================================
common
========================================================= */
body {
    color: #373737;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.6;
    font-feature-settings: "palt";
}

/* layout */
.row {
    padding: 60px 0;
}

.row-big {
    padding: 120px 0;
}

.row-sml {
    padding: 20px 0;
}

.row-btm {
    padding: 60px 0 120px 0;
}

.row-top {
    padding: 120px 0 60px 0;
}

.wrap {
    max-width: 1360px;
    padding: 0 20px;
    margin: 0 auto;
}

.wrap-sml {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.ta-center,
.ta-center-pc {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
}

.margin-top {
    margin-top: 84px;
}


/* title, text box */
.ttl-sec {
    font-size: clamp(30px, 3.8vw, 48px);
}

.ttl-1 {
   font-size: clamp(30px, 3.8vw, 48px);
   text-align: center;
   font-weight: bold;
}

.ttl-2 {
   font-size: 33px;
   font-weight: bold;
   text-align: center;
   padding: 20px 0 0 0;
   position: relative;
   margin: 0 0 40px 0;
}

.ttl-2::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background: url(/themes/custom/swiftbridge_theme/images/item-ttl.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ttl-2 span {
    display: block;
    font-weight: 200;
    font-size: 14px;
    color: #0578c8;
    margin: 0 0 14px 0;
    text-transform: uppercase;
}

.ttl-3 {
    font-weight: 600;
    font-size: clamp(30px, 3.2vw, 45px);
    position: relative;
    padding: 0 0 0 18px;
}

.ttl-3::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background: url(/themes/custom/swiftbridge_theme/images/item-ttl.png) no-repeat center/contain;
    position: absolute;
    left: 0;
    top: -5px;
}

.ttl-4{
    font-size: 48px;
}


.ttl-5{
    font-size: clamp(23px, 3vw, 36px);
    margin-bottom: 50px;
    font-weight: bold;
}

.ttl-6{
    font-size: 33px;
}

.ttl-6 span{
    font-size: 18px;
}


.hero-ttl {
    font-size: clamp(30px, 5.3vw, 55px);
    font-weight: bold;
    line-height: 1.4;
}

.hero-ttl span {
    display: block;
    font-weight: 200;
    font-size: 14px;
    color: #0578c8;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    position: relative;
    /*width: 64px;*/
}

.hero-ttl span::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    background: url(/themes/custom/swiftbridge_theme/images/item-ttl.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.desc-box {
    font-size: 18px;
    line-height: 1.7;
    max-width: 960px;
}

.list-disc {
    list-style: disc;
    text-align: left;
    padding-left: 15px;
}

/* btn */
.btn {
    display: block;
    width: 100%;
    max-width: 425px;
    border-radius: 45px;
    padding: 28px 20px;
    text-align: center;
    transition: 0.3s ease-in;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.btn:hover {
    opacity: .9;
    filter: drop-shadow(0px 13px 26px rgba(0, 0, 0, 0.16));
}

.btn-blu {
    background: linear-gradient(#0578c8 0%, #345d8a 100%);
}

.btn-grn {
    background: linear-gradient(#009f9a 0%, #3eac81 100%);
}

.news-btn-wrap .btn,
.news-post-btn .btn {
    max-width: 258px;
    font-size: 18px;
    padding: 18px 20px;
}

.news-post-btn .btn {
    margin: 0 auto;
}

.link {
    text-decoration: underline;
    color: #fff;
}

.link-arrow {
    position: relative;
    padding: 0 30px 0 0;
    color: #fff;
    font-size: 18px;
}

.link-arrow::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(/themes/custom/swiftbridge_theme/images/arrow.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    transition: 0.3s ease-in;
}

.link-arrow:hover::after {
    right: 2px;
}

.link-arrow.co-maintext-link {
    color: #373737;
}

.link-arrow:hover span {
    color: #373737;
}

.co-maintext-link .link-arrow {
    color: #373737;
    line-height: 1.2;
}

.co-maintext-link .link-arrow span {
    display: inline-block;
    position: relative;
}

.co-maintext-link .link-arrow span::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #0578c8;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-link {
    position: relative;
    color: #373737;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

.news-link::before {
    content: "";
    display: block;
    width: 17px;
    height: 7px;
    position: absolute;
    transition: 0.3s ease-in;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.news-link.prev {
    padding-left: 30px;
}

.news-link.prev::before {
    background: url(/themes/custom/swiftbridge_theme/images/arrow-prev.png) no-repeat center/contain;
    left: 0;
}

.news-link.prev:hover::before {
    left: -4px;
}

.news-link.next {
    padding-right: 30px;
}

.news-link.next::before {
    background: url(/themes/custom/swiftbridge_theme/images/arrow-next.png) no-repeat center/contain;
    right: 0;
}

.news-link.next:hover::before {
    right: -4px;
}


/* bg */
.bg-blu {
    background: #eaeef2;
}

/* anmation */
.scrl {
    opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.scrld {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* hero */
.hero{
    position:relative;
    overflow:hidden;
    margin-bottom: 40px;
}

.hero .hero-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    z-index: 0;
}

.hero .hero-bg--sp{
    display:none
}

.hero-inner {
    min-height: 318px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .wrap-sml{
    position: relative;
    z-index: 1;
}

.text-white .hero-ttl span,
.text-white .hero-ttl{
    color: #fff;
}

.text-white .hero-ttl span::before{
    background: url(/themes/custom/swiftbridge_theme/images/item-ttl-wh.png) no-repeat center / contain;
}

/* breadcrumb */
.breadcrumb {
    gap: 30px;
    font-weight: 500;
    color: #6e7d87;
    line-height: 1;
}

.breadcrumb > li {
    position: relative;
}

.breadcrumb > li:before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(/themes/custom/swiftbridge_theme/images/arrow-3.png) no-repeat center/contain;
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.breadcrumb > li:first-child::before {
    display: none;
}

.breadcrumb a {
    color: #000;
    position: relative;
}

.breadcrumb a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0578c8;
    bottom: 0;
    left: 0;

}

/* =========================================================
Home
========================================================= */
/* hero */
.top-hero {
    padding: 120px 0 76px 0;
    margin: 0 0 60px 0;
    color: #fff;
}

.top-hero-ttl {
    color: #fff;
    font-size: clamp(27px, 4vw, 45px);
    font-weight: bold;
    margin: 0 0 43px 0;

}

.top-hero-btn-wrap {
    gap: 20px 50px;
    justify-content: center;
    align-items: center;
    margin: 95px 0 0 0;
}

.top-hero-btn-wrap .btn {
    width: calc(50% - 25px);
}

/* issue */
.top-iss-wrap {
    gap: 30px;
    justify-content: center;
}

.top-iss-item {
    width: calc(33.3% - 20px);
    background: url(/themes/custom/swiftbridge_theme/images/item-bg.png) no-repeat top center/cover;
    border-radius: 30px;
    margin: 55px 0 0 0;
    padding: 110px 28px 64px 28px;
    color: #345d8a;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.top-iss-item::after {
    content: "";
    display: block;
    background: url(/themes/custom/swiftbridge_theme/images/sample-icon.png) no-repeat center/contain;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top-iss-item.top-iss-item-1::after {
    background: url(/sites/default/files/2025-11/challenge-01.png) no-repeat center/contain;
}

.top-iss-item.top-iss-item-2::after {
    background: url(/sites/default/files/2025-11/challenge-02.png) no-repeat center/contain;
}

.top-iss-item.top-iss-item-3::after {
    background: url(/sites/default/files/2025-11/challenge-03.png) no-repeat center/contain;
}

/* service */
.top-svc-bg {
   background: url(/themes/custom/swiftbridge_theme/images/svc-bg.png) no-repeat top center/cover;
   padding: 230px 0 90px 0;
   margin: 0 0 60px 0;
}

.top-svc-bg .ttl-1 {
    color: #0578c8;
    position: relative;
}

.top-svc-bg .ttl-1::before {
    content: "";
    display: block;
    width: 267px;
    height: 62px;
    background: url(/themes/custom/swiftbridge_theme/images/svc-item.png) no-repeat center/contain;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top-svc-img {
    width: 100%;
    max-width: 623px;
    display: block;
    margin: 33px auto 32px;
}

.top-svc-btn-wrap {
    margin: 60px 0 0 0;
}

.top-svc-btn-wrap .btn {
    margin: 0 auto;
}

/* features */
.top-feat-wrap {
    flex-direction: column;
    gap: 60px;
}

.top-feat-item {
    width: 100%;
    position: relative;
}

.top-feat-pt {
    font-weight: bold;
    position: absolute;
    left: 2%;
    top: 7%;
    background: #00a1c6;
    color: #fff;
    border-radius: 40px 0px 0px 0px;
    width: 240px;
    height: 70px;
    padding: 12px 40px;
    font-size: 14px;
}

.top-feat-pt span {
    font-size: 24px;
    margin: 12px;
    position: relative;
}

.top-feat-pt span::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.top-feat-item:nth-child(2) .top-feat-pt {
    background: #009f9a;
}

.top-feat-item:last-child .top-feat-pt {
    background: #3eac81;
}

.top-feat-item-inner {
    width: 100%;
    background: url(/themes/custom/swiftbridge_theme/images/item-bg-2.png) no-repeat top center/ 100% 100%;
    filter: drop-shadow(0px 13px 26px rgba(0, 0, 0, 0.16));
    padding: 60px 60px 60px 60px;
    gap: 30px 120px;
    align-items: center;
}

.top-feat-item-text {
    width: 50%;
    padding: 60px 0 0 0;
}

.top-feat-item-ttl {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.top-feat-item-img {
    width: calc(50% - 120px);
    border-radius: 20px;
}

/* Capabilities */
.top-caps-tbl {
    width: 100%;
}

.top-caps-tbl thead {
    font-weight: bold;
    text-align: center;
}

.top-caps-tbl th {
    vertical-align: middle;
    border: 1px solid #d6dee8;
    border-width: 0 1px 1px 0;
    padding: 28px 20px;
    color: #0578c8;
    font-size: 20px;
}

.top-caps-tbl thead th:nth-child(2) {
    border-width: 0 0 1px 0;
}

.top-caps-tbl thead th:last-child {
    border-width: 0 0 1px 0;
}

.top-caps-tbl td {
    vertical-align: middle;
    border: 1px solid #d6dee8;
    border-width: 0 0 1px 1px;
    padding: 28px 20px;
    font-weight: bold;
}

.top-caps-tbl tbody th {
    font-size: 22px;
}

.top-caps-tbl tbody tr:last-child th,
.top-caps-tbl tbody tr:last-child td {
    border-width: 0 0 0 1px;
}

.top-caps-tbl tbody tr:last-child th {
    border-width: 0;
}

.top-caps-tbl .top-caps-font-nml {
    font-weight: 400;
    text-align: center;
}

.top-caps-tbl .top-caps-tbl-blu {
    background: #0578c8;
    color: #fff;
    border-width: 0 0 1px 0;
    text-align: center;
}

.top-caps-tbl thead .top-caps-tbl-blu {
    border-radius: 10px 10px 0px 0px;
}

/* flow */
.top-flow {
    background-color: #fff;
    border-radius: 20px;
    padding: 120px 60px;
    box-shadow: 0px 3px 26px rgba(52, 93, 138, 0.1);
}

.top-flow-ttl {
    font-size: clamp(25px, 1vw, 30px);
    color: #0578c8;
    border: 1px solid #0578c8;
    border-radius: 38.5px;
    padding: 17px 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px 0;
}

.top-flow-wrap {
   flex-direction: column;
   gap: 60px;
}

.top-flow-item {
    gap: 20px 60px;
    align-items: center;
}

.top-flow-item-img {
    width: calc(45% - 60px);
    border-radius: 20px;
}

.top-flow-item-text {
    width: 55%;
}

.top-flow-item-ttl {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    gap: 10px 20px;
    margin: 0 0 44px 0;
}

.top-flow-item-no {
    display: inline-block;
    color: #0578c8;
    font-size: 14px;
    border-right: 1px solid #0578c8;
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-flow-item-no span {
    font-size: 26px;
    margin: 0 0 0 5px;
    line-height: 1.2;
}

.top-flow-note {
    color: #6e7d87;
    margin: 30px 0 0 0;
}

/* banner */
.top-bnr {
    background: url(/themes/custom/swiftbridge_theme/images/bnr-bg.jpg) no-repeat bottom right/ cover;
    padding: 128px 0 60px 0;
}

.top-bnr.blue {
    background: url(/themes/custom/swiftbridge_theme/images/bnr-bg-2.jpg) no-repeat bottom right/ cover;
}

.top-bnr-ttl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: clamp(30px, 2.1vw, 40px);
}

.top-bnr-btn {
    color: #fff;
    text-align: center;
    margin: 60px 0 0 0;
}

.top-bnr-btn .btn {
    background-color: #fff;
    color: #009f9a;
    padding: 20px 60px;
    max-width: 480px;
    position: relative;
    margin: 0 auto 18px auto;
}

.top-bnr-btn .btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/themes/custom/swiftbridge_theme/images/item-btn.png) no-repeat center/ contain;
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.top-bnr.blue .top-bnr-btn .btn {
    color: #3b4a8f;
}

.top-bnr.blue .top-bnr-btn .btn::after {
    background: url(/themes/custom/swiftbridge_theme/images/item-btn-2.png) no-repeat center/ contain;
}

/* price */
.top-prc-wrap {
    gap: 30px;
    margin: 84px 0 50px 0;
    justify-content: center;
}

.top-prc-item {
    width: calc(33.3% - 20px);
    padding: 40px 30px 50px;
    border: 1px solid #d6dee8;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.top-prc-item-top {
    flex-grow: 1;
    margin: 0 0 40px 0;
}

.top-prc-item-ttl {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 30px 0;
}

.top-prc-item-subttl {
    display: inline-block;
    border-radius: 14px;
    background: #eaeef2;
    padding: 2px 35px;
    margin: 0 0 15px 0;
}

.top-prc-item-btm .top-prc-item-subttl {
    background: #0578c8;
    border: 1px solid #0578c8;
    color: #fff;
}

.top-prc-item-price {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.top-prc-item-price small {
    font-size: 27px;
}

.top-prc-item-price span {
    font-size: 25px;
}

.top-prc-fig {
    border-radius: 10px;
    overflow: hidden;
    background: #eaeef2;
}

.top-prc-fig > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-prc-fig > div:first-child {
    width: 29%;
    background: #0578c8;
    color: #fff;
    padding: 43px 30px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.top-prc-fig > div:first-child::after {
    content: "";
    display: block;
    width: 31px;
    height: 27px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 31px solid #0578c8;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.top-prc-fig > div:nth-child(2) {
    width: 23%;
    font-size: 35px;
    color: #0578c8;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

.top-prc-fig > div:nth-child(2) small {
    font-size: 24px;
}

.top-prc-fig > div:last-child {
    width: 48%;
    background: #eaeef2;
    padding: 0 30px 0 20px;
    margin: 20px 0;
    border-left:  1px solid #6e7d87;
}

.top-prc-note {
    color: #6e7d87;
    font-size: 14px;
    margin: 30px 0 0 0;
}

/* solution */
.top-sol-bg {
    background-color: #373737;
    border-radius: 30px;
    padding: 120px 0 90px;
    margin: 0 auto 60px auto;
}

.top-sol-ttl {
    font-size: clamp(30px, 4.2vw, 50px);
    color: #fff;
    font-weight: bold;
}

.top-sol-link {
    margin: 90px 0 0 0;
    text-align: center;
}

/* process */
.top-proc-wrap {
    gap: 30px;
    flex-direction: column;
}

.top-proc-item {
    padding: 15px 30px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #345d8a;
}

.top-proc-item-ttl {
    width: 30%;
    font-weight: bold;
    font-size: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 60px;
    position: relative;
}

.top-proc-item-ttl span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44.5px;
    height: 44.5px;
    text-align: center;
    border-radius: 50%;
    background: #345d8a;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.top-proc-item-ttl span::after {
    content: "";
    display: block;
    width: 4px;
    height: 110px;
    background: #345d8a;
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top-proc-item:last-child .top-proc-item-ttl span::after {
    display: none;
}

.top-proc-item-text {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 60px;
}

.top-proc-item-text::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #345d8a;
    position: absolute;
    left: 0;
    top: 0;
}

/* case */
.top-case-wrap {
    gap: 30px;
    justify-content: center;
}

.top-case-item {
    width: calc(33.3% - 20px);
    border-radius: 20px;
    border: 1px solid #d6dee8;
    padding: 20px 20px 40px 20px;
}

.top-case-item img {
    width: 100%;
    border-radius: 10px;
}

.top-case-co {
    margin: 20px 0 10px 0;
}

.top-case-co span {
    border-radius: 12px;
    background: #0578c8;
    border: 1px solid #0578c8;
    padding: 2px 24px;
    color: #fff;
    font-size: 14px;
}

.top-case-item-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

/* faq */
.top-qa-wrap > div {
    border-bottom: solid 1px #d6dee8;
    margin: 0 0 30px 0;
}

.top-qaq {
    cursor: pointer;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 27px 0 35px;
    font-size: 18px;
    font-weight: bold;
}

.top-qaa {
    display: none;
    padding: 0 0 50px 35px;
    margin: 0 0 0 30px;
    position: relative;
    color: #3eac81;
}

.top-qaq:before, 
.top-qaa:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 3px;
    top: 2px;
}

.top-qaq:before {
    content: "Q";
    color: #0578c8;
}

.top-qaa:before {
    content: "A";
    color: #3eac81;
}

.top-qa-arrow {
    width: 15px;
    height: 10px;
    position: absolute;
    right: 3px;
    top: 10px;
    background-image: url(/themes/custom/swiftbridge_theme/images/arrow-down.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.faq-open .top-qa-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* =========================================================
News Detail
========================================================= */
.news-hero {
    gap: 30px 90px;
    justify-content: flex-start;
}

.news-hero-text {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-ttl-img {
    width: calc(45% - 90px);
}

.news-ttl-img img {
    border-radius: 20px;
}

.news-hero-date,
.tpca-date {
    display: inline-block;
    color: #6e7d87;
    font-weight: 300;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid  #d6dee8;
}

.news-hero-cat,
.tpca-cat {
    display: inline-block;
}

.news-hero-cat a,
.tpca-cat {
    color: #0578c8;
    font-weight: 600;
    margin: 0 15px 0 0;
}

.news-hero-cat a:last-child {
    margin: 0;
}

.news-ttl {
    font-size: 40px;
    font-weight: bold;
    margin: 24px 0 30px 0;
}

.news-sns-wrap {
    width: 100%;
    border-top: 1px solid #6e7d87;
    bottom: 0;
    gap: 15px;
}

.news-sns-wrap > li {
    margin: 20px 0 0 0;
    width: 25px;
}

.news-wrap {
    gap: 0 50px;
}

.news-content {
    width: 65%;
}

.news-inner {
    border-radius: 20px;
    background: #f0f2f3;
    padding: 70px 40px;
    line-height: 1.8;
}

.news-toc-wrap {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    margin: 20px 0 50px 0;
}

.news-toc-ttl {
    color: #345d8a;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 24px 0;
}

.news-toc {
    padding: 0 0 0 40px;
    font-size: 14px;
}

.news-inner .news-toc a {
    color: #373737;
    text-decoration: underline;
}

.news-toc li {
    position: relative;
    margin: 10px 0;
}

.news-toc > li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #345d8a;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 8px;
}

.news-subtoc {
    padding: 0 0 0 20px;
}

.news-subtoc > li::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #345d8a;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 10px;
}

/* title */
.news-inner h2 {
    font-size: 33px;
    font-weight: 600;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #6e7d87;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.news-inner h3 {
    font-size: 26px;
    font-weight: 600;
    padding: 0 0 0 18px;
    position: relative;
    margin: 40px 0 20px 0;
}

.news-inner h3::before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background: linear-gradient(#345d8a 0%, #0578c8 50.25%, #345d8a 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.news-inner h4 {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

.news-inner h4::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #373737;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.news-inner img {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 40px 0;
}

.news-inner a {
    text-decoration: underline;
    color: #0578C8;
}

.news-wtr {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #373737;
    padding: 30px;
    gap: 20px 40px;
    align-items: center;
    margin: 50px 0 0 0;
}

.news-wtr  img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
}

.news-wtr > div {
    width: calc(100% - 144px);
}

.news-wtr-name {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.news-wtr-name > span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #0578c8;
}

.news-sidebar {
    width: calc(35% - 50px);
}

.news-sbar-ttl {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 24px 0;
}

.news-sbar-wrap>div {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin: 0 0 100px 0;
    flex-wrap: wrap;
    flex-basis: auto;
}

.news-sbar-item {
    gap: 15px;
    width: 100%;
    align-items: flex-start;
    font-size: 12px;
}

.news-sbar-item-img {
    width: calc(35% - 7.5px);
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 130 / 90;
    object-fit: cover;
    border-radius: 10px;
}

.news-sbar-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: .5s ease;
}

.news-sbar-item-img:hover img {
    transform: scale(1.05);
    opacity: .8;
}

.news-sbar-item-text {
    width: calc(65% - 7.5px);
}

.news-sbar-item-text > a {
    display: block;
    line-height: 1.2;
    text-decoration: underline;
    color: #373737;
    margin: 10px 0 0 0;
}

.news-sbar-item-text .news-hero-date {
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}

.news-sbar-cat {
    gap:10px 8px;
}

.news-sbar-cat a {
    color: #373737;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 3px 20px;
    border: 1px solid #0578c8;
    border-radius: 20px;
    display: block;
    transition: 0.3s ease-in;
}

.news-sbar-cat a:hover {
    opacity: .8;
    filter: drop-shadow(0px 13px 26px rgba(0, 0, 0, 0.16));
}

.news-btn-wrap {
    margin: 180px 0 0 0;
    align-items: center;
    justify-content: center;
    gap: 30px 90px;
}

/* posts */
.news-posts {
    gap: 50px;
}

.news-post-item {
    width: calc(33.3% - 33.3px);
    font-size: 12px;
    position: relative;
    padding: 0 0 50px 0;
}

.news-post-img {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 377 / 212;
    object-fit: cover;
    border-radius: 10px;
}

.news-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: .5s ease;
}

.news-post-img:hover img {
    transform: scale(1.05);
    opacity: .8;
}

.news-post-text {
    margin: 17px 0 0 0;
}

.news-post-text .news-hero-date {
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
}

.news-post-text > a {
    display: block;
    line-height: 1.2;
    text-decoration: underline;
    color: #373737;
    margin: 10px 0 0 0;
    font-size: 14px;
}

.news-post-link {
    font-weight: 500;
    font-size: 14px;
    color: #0578c8;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-post-link span {
    position: relative;
    display: inline-block;
}

.news-post-link > span::before,
.tpca-more::before {
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background: url(/themes/custom/swiftbridge_theme/images/arrow-2.png) no-repeat center/contain;
    position: absolute;
    transition: 0.3s ease-in;
    top: 0;
    bottom: 0;
    left: -18px;
    margin: auto 0;
}

.news-post-link:hover > span::before {
    left: -15px;
}

.news-post-btn {
    margin: 120px 0 0 0;
}


/* =========================================================
News List
========================================================= */
.tpca-cats-list {
    gap: 25px;
}

.tpca-cats-list ul{
    display: flex;
        gap: 15px;
}

.tpca-cats-item a {
    padding: 1px 20px 3px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
}

.tpca-cats-item a:hover {
    background: #d6dee8;
}

.tpca-cats-item a {
    background: #0578c8;
}

.tpca-item {
    margin: 30px 0 0 0;
}

.tpca-item {
    gap: 40px;
    flex-direction: column;
}

.tpca-linkwrap {
    width: 100%;
    gap: 20px 50px;
    align-items: flex-start;
    padding: 42px;
    border-radius: 20px;
    color: #373737;
    box-shadow: 0px 13px 26px rgba(0, 0, 0, 0.16);
}

.tpca-thumb {
    width: calc(38% - 25px);
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 390 / 230;
    object-fit: cover;
    border-radius: 10px;
}

.tpca-linkwrap .tpca-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: .5s ease;
}

.tpca-linkwrap:hover .tpca-thumb img {
    transform: scale(1.05);
    opacity: .8;
}

.tpca-textwrap {
    width: calc(62% - 25px);
}

.tpca-title {
    font-weight: bold;
    font-size: 20px;
    margin: 17px 0 20px 0;
}

.tpca-morewrap {
    margin: 40px 0 0 0;
    text-align: right;
}

.tpca-more {
    display: inline-block;
    color: #0578c8;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.tpca-linkwrap:hover .tpca-more::before {
    left: -14px;
}

.pager__items {
    justify-content: center;
    align-items: center;
}

.pager__item.pager__item--previous a,
.pager__item.pager__item--next a {
    display: block;
    width: 13px;
    border: none;
}

.pager__item.pager__item--previous {
    margin: 0 60px 0 0;
}

.pager__item.pager__item--next {
    margin: 0 0 0 60px;
}

.pager__item {
    margin: 0 7.5px;
}

.pager__item a {
    display: block;
    width: 40px;
    height: 40px;
    color: #d6dee8;
    border-radius: 50%;
    font-weight: 500;
    font-size: 17px;
    border: 1px solid #d5dde3;
    text-align: center;
    padding: 5px 0 0 0;
}

.pager__item.active a {
    border: 1px solid #0578c8;
    color: #373737;
}

/* =========================================================
campany
========================================================= */
.co-maintext {
    max-width: 840px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
}

.co-maintext-link {
    text-align: center;
    margin: 60px 0 0 0;
}

.co-cards-list {
    gap: 30px;
}

.co-card {
    width: calc(33.3% - 20px);
    padding: 20px;
    border: 1px solid #d6dee8;
    border-radius: 20px;
}

.co-card-img {
    border-radius: 10px;
}

.co-card-ttl {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #0578c8;
    margin: 20px 0;
}

.co-tbl-wrap {
    justify-content: space-between;
    align-items: flex-start;
    margin: 84px 0 0 0;
    gap: 30px;
}

.co-tbl-ttl {
    font-weight: bold;
    font-size: 18px;
    color: #0578c8;
    padding: 0 0 0 28px;
    position: relative;
}

.co-tbl-ttl::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background-color: #373737;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.co-tbl {
    width: 80%;
    max-width: 680px;
    text-align: left;
}

.co-tbl tr:nth-child(2n) {
    background-color: #eaeef2;
}

.co-tbl th {
    padding: 20px;
    width: 25%;
    font-weight: 500;
    color: #000;
}

.co-tbl td {
    padding: 20px;
    width: 75%;
}

.co-tbl .co-tbl-td {
    width: 100%;
    display: flex;
    gap: 20px;
}

.co-tbl-td span {
    white-space: nowrap;
}

/* =========================================================
contact
========================================================= */
.ct-wrap {
    border-radius: 20px;
    background: #f5f5f5;
    padding: 90px;
}

.tk-ttl {
    font-size: clamp(30px, 3.2vw, 45px);
    color: #000;
    font-weight: bold;
    margin: 0 0 55px 0;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    /* =========================================================
    Home
    ========================================================= */
    /* issue */
    .top-iss-item {
        width: calc(50% - 15px);
    }

    /* fertures */
    .top-feat-pt {
        padding: 12px 20px;
    }

    .top-feat-pt span::after {
        right: -70px;
    }

    .top-feat-item-inner {
        gap: 30px;
        padding: 60px 30px 60px 30px;
    }

    .top-feat-item-img {
        width: calc(50% - 30px);
    }

    /* price */
    .top-prc-item {
        width: calc(50% - 15px);
    }

    /* case */
    .top-case-item {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    /* =========================================================
    utility
    ========================================================= */
    .pc-none {
        display: block;
    }

    .pc-none.flex {
        display: flex;
    }

    .tb-none,
    .tb-none.flex {
        display: none;
    }

    /* =========================================================
    common
    ========================================================= */
    /* layout */
    .row {
        padding: 40px 0;
    }

    .row-big {
        padding: 60px 0;
    }

    .row-top {
        padding: 60px 0;
    }

    .tb-column {
        flex-direction: column;
    }

    .tbl-wrap {
        overflow-x: scroll;
    }

    .margin-top {
        margin-top: 50px;
    }

    .ta-center-pc {
        text-align: left;
    }

    /* title */
    .ttl-2 {
        font-size: 28px;
        margin: 0 0 24px 0;
    }

    .hero-ttl {
        text-align: center;
    }

    .hero-ttl span {
        margin: 0 auto 7px auto;
    }
    
    /* btn */
    .btn {
        font-size: 18px;
        padding: 20px 20px;
        max-width: 480px;
    }

    .news-btn-wrap .btn,
    .news-post-btn .btn {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

    /* hero */
    .hero-inner {
        min-height: 280px;
    }

    .hero .hero-bg--pc{
        display:none
    }

    .hero .hero-bg--sp{
        display:block
    }

    /* =========================================================
    Home
    ========================================================= */
    /* hero */
    .top-hero {
        padding: 50px 0 40px 0;
        margin: 0 0 0 0;
    }

    .top-hero-ttl {
        margin: 0 0 20px 0;
    }

    .top-hero-img {
        margin-top: -40px;
    }

    .top-hero-btn-wrap {
        margin: 50px 0 0 0;
    }

    .top-hero-btn-wrap .btn {
        width: 100%;
    }

    /* issue */
    .top-iss-wrap {
        align-items: center;
    }

    .top-iss-item {
        width: 100%;
        max-width: 480px;
        font-size: 22px;
        margin: 50px 0 0 0;
    }

    .top-iss-item::after {
        width: 100px;
        height: 100px;
        top: -45px;
    }

    /* service */
    .top-svc-bg {
        padding: 210px 0 60px 0;
        margin: 0 0 0 0;
    }

    .top-svc-btn-wrap {
        margin: 50px 0 0 0;
    }

    /* features */
    .top-feat-pt {
        width: calc(100% - 60px);
        height: 50%;
        top: 10px;
        left: 10px;
        padding: 5px 40px;
    }

    .top-feat-pt span::after {
        right: -60px;
        width: 40px;
    }

    .top-feat-item-inner {
        background: url(/themes/custom/swiftbridge_theme/images/item-bg-2-mb.png) no-repeat top center / 100% 100%;
        padding: 60px 20px 30px 20px;
    }

    .top-feat-item-text,
    .top-feat-item-img {
        width: 100%;
    }

    .top-feat-item-text {
        padding: 20px 0 0 0;
    }

    .top-feat-item-ttl {
        margin: 0 0 20px 0;
    }

    /* flow */
    .top-flow {
        padding: 35px 20px;
    }

    .top-flow-ttl {
        border-radius: 60px;
    }
    
    .top-flow-item-img,
    .top-flow-item-text {
        width: 100%;
    }

    .top-flow-item-ttl {
        flex-direction: column;
        margin: 0 0 20px 0;
        font-size: 20px;
    }

    .top-flow-item-no {
        width: 65px;
    }

    /* banner */
    .top-bnr {
        padding: 128px 0 60px 0;
        background-position: 90%;
    }

    .top-bnr.blue {
        background-position: 90%;
    }

    .top-bnr-btn .btn {
        padding: 20px 40px 20px 20px;
        font-size: 17px;
    }

    /* Capabilities */
    .top-caps-tbl {
        width: 790px;
    }

    .top-caps-tbl th {
        font-size: 16px;
    }

    /* price */
    .top-prc-item {
        width: 100%;
    }

    .top-prc-fig > div,
    .top-prc-fig > div:first-child,
    .top-prc-fig > div:nth-child(2) {
        width: 100%;
    }

    .top-prc-fig > div:first-child::after {
        bottom: -20px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 27px;
        height: 31px;
        border-bottom: none;
        border-top: 31px solid #0578c8;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
    }

    .top-prc-fig > div:last-child {
        width: calc(100% - 40px);
        border-left: none;
        border-top: 1px solid #6e7d87;
        padding: 30px 0;
        margin: 0 20px;
    }

    /* solution */
    .top-sol-bg {
        border-radius: 0;
        padding: 40px 0 90px;
        margin: 0;
    }

    /* process */
    .top-proc-item {
        padding: 15px 20px 15px 20px;
    }

    .top-proc-item-ttl {
        width: 100%;
        padding: 0 0 20px 0;
        text-align: center;
    }

    .top-proc-item-ttl span {
        margin: 0 30px 0 0;
    }

    .top-proc-item-ttl span::after {
        height: 160px;
        bottom: -160px;
    }

    .top-proc-item-text {
        width: 100%;
        padding: 15px 0 0 40px;
    }

    .top-proc-item-text::before {
        width: 94px;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /* case */
    .top-case-wrap {
        align-items: center;
    }

    .top-case-item {
        width: 100%;
    }

    /* faq */
    .top-qaq {
        margin: 0 0 15px 0; 
    }

    .top-qaa {
        padding: 0 0 20px 35px;
    }

    /* =========================================================
    News Detail
    ========================================================= */
    .news-hero-text {
        width: 100%;
        order: 2;
    }

    .news-ttl {
        font-size: 30px;
    }

    .news-ttl-img,
    .news-content {
        width: 100%;
    }

    .news-inner {
        padding: 30px 20px; 
    }

    .news-toc-wrap {
        margin: 20px 0 40px 0;
    }

    .news-toc {
        padding: 0 0 0 20px;
    }

    .news-toc li {
        position: relative;
        margin: 5px 0;
    }

    /* title */
    .news-inner h2 {
        font-size: 30px;
    }

    .news-inner h3 {
        font-size: 25px;
    }

    .news-inner h4 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .news-sidebar {
        width: 100%;
        margin-top: 40px;
    }

    .news-btn-wrap {
        padding: 0 20px;
        margin: 60px 0 120px 0;
        justify-content: space-between;
        position: relative;
    }

    .news-btn-wrap:after {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background-color: #373737;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .news-btn-wrap > div {
        width: 100%;
    }

    .news-sbar-wrap>div {
        margin: 0 0 60px 0;
    }

    /* posts */
    .news-post-item {
        width: 100%;
    }

    .news-post-btn {
        margin: 90px 0 0 0;
        padding: 0 20px;
    }

    /* =========================================================
    News List
    ========================================================= */
    .tpca-cats-list {
        gap: 10px;
    }

    .tpca-thumb,
    .tpca-textwrap {
        width: 100%;
    }

    .tpca-linkwrap {
        padding: 20px;
    }

    .tpca-morewrap {
        margin: 30px 0 0 0;
    }

    /* =========================================================
    campany
    ========================================================= */
    .co-maintext {
        font-size: 16px;
    }

    .co-card {
        width: 100%;
    }

    .co-tbl-wrap {
        margin: 60px 0 0 0;
    }
    .co-tbl {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .co-tbl th {
        padding: 15px 10px;
        width: 22%;
    }

    .co-tbl td {
        width: 78%;
        padding: 15px 10px;
    }

    /* =========================================================
    contact
    ========================================================= */
    .tk-ttl {
        margin: 0 0 45px 0;
    }
}

@media screen and (max-width: 480px) {
    /* =========================================================
    utility
    ========================================================= */
    .mb-none {
        display: none;
    }

    /* =========================================================
    common
    ========================================================= */
    .mb-column {
        flex-direction: column;
    }

    /* =========================================================
    Home
    ========================================================= */
    /* process */
    .top-proc-item-ttl span::after {
        height: 180px;
        bottom: -180px;
    }

    /* =========================================================
    News Detail
    ========================================================= */
    .news-toc-ttl {
        text-align: center;
    }

    .news-wtr {
        padding: 20px;
    }

    .news-wtr > div {
        width: 100%;
    }

    .news-wtr-name {
        text-align: center;
    }
}