@charset 'UTF-8';

/*
css
　 ├ style.css--------：WEB 1,400px以上
　 ├ pc.css-----------：WEB 1,399px以下、1,025以上
　 ├ tablet.css-------：WEB 1,024以下、601px以上
　 └ smart.css--------：WEB 600px以下
*/

/* css記載順序
01. 固定ページのh1,h2見出し
02. toppage
03. form
04. 下層ページ
end css記載順序*/

/* SP専用表示クラス（PC・タブレットでは非表示） */
.sp-only {
    display: none;
}

/* PC専用表示クラス（スマホでは非表示） */
.pc-only {
    display: inline;
}

/*************************** 01. 固定ページのh1,h2見出し *******************/
h1 {
	font-size: 3.2rem;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #000;
    font-weight: bold;
}
.page-head h1{
	color:#fff;
}

#top h1{
	line-height: 5.4rem;
	margin-bottom: 2.0rem;
    font-size: 5rem;
    color:#00885A;
    text-align: center;
    margin-top: 3rem;
}
h1 span.area-name{
    font-size:87px;
    color:#00885A;
    font-weight: bold;
    font-size: 32px;
    display: block;
    position: relative;
    width: max-content;
    padding:10px 10px 0;
    margin-left: auto;
    margin-right: auto;
}
h1 span.area-name:before{
    content:"\\";
    display: inline-block;
    margin-right: 10px;
}
h1 span.area-name:after{
    content:"/";
    display: inline-block;
    margin-left: 10px;
}
h1 span.gra{
    background-image: linear-gradient(90deg, #00885A, #0C4BA2);
    color: #fff;
    padding: 6px 16px;
    margin-right:10px;
    display: inline-block;
    transform: translateY(-14px);
    font-size: 30px;
}
h1 span.gra:first-of-type{
    display: block;
}
h2 {
    color: #333;
    letter-spacing: 3px;
    margin: 0 auto;
    padding-bottom: 4rem;
    font-size: 3rem;
    line-height: 1;
    position: relative;
}
h2.ttl01{
    background:linear-gradient(90deg,#0C4BA2,#00885A);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
}
.top h2.ttl01{
    font-size: 38px;
    margin-bottom: 2rem;
}
h2.ttl01 span {
    display: block;
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: max-content;
    text-align: center;
    padding: 8px 20px;
    margin: 0 auto;
}
h2.ttl01.mt-0{
    margin-top: 0;
}
.top h2{
    text-align: center;
}
.top h2.ttl01 span{
    font-size: 6.6rem;
    font-style: italic;
    font-weight: bold;
    margin: 10px auto;
}
h2.ttl02{
    text-align: center;
    font-size: 60px;
}
h2.ttl02 .gra{
    display: block;
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: max-content;
    text-align: center;
    padding: 5px 20px;
    margin: 0 auto;
    font-size: 28px;
    margin-bottom: -50px;
}
h2.ttl02 .ttl02-01{
    font-size: 30px;
    padding-left: 100px;
    display: block;
    transform: translateY(75px);
}
h2.ttl02 .number{
    font-size: 155px;
    line-height: 1;
    color: #108974;
}
h2.ttl03 span {
    display: block;
    margin-bottom: 1rem;
    font-size: 3.8rem;
}
h2.ttl03{
    font-size: 1.4rem;
}
h2.ttl03.gra{
    background:linear-gradient(90deg,#0C4BA2,#00885A);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2rem;
}
h3 {
	font-size: 2.2rem;
	margin-bottom: 2.6rem;
	font-weight: bold;
	margin-bottom: 2.0rem;
}
h4 {
	font-size: 2.2rem;
	margin-bottom: 2.2rem;
	position: relative;
	font-weight: bold;
    margin-bottom: 1.0rem;
}
h5 {
	font-size: 2.0rem;
	margin-bottom: 2.0rem;
	border-left: 6px solid #bbb;
    padding-left: 6px;
    margin-bottom: 10px;
}
h6 {
	font-size: 1.8rem;
	margin-bottom: 1.8rem;
	border-left: 0.4rem solid #ccc;
    padding-left: 0.4rem;
    margin-bottom: 1.0rem;
}
/*************************** 02. toppage ***********************/
.top #content{
    padding-top: 0;
}
.top .menu-item-home{
    display: none;
}

/* ===== Q HACK JAPAN メインビジュアル ===== */
.qhack-mv {
    position: relative;
    background: #FFFFFF;
    padding: 20px 0 80px;
    overflow: hidden;
}

.qhack-mv__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 20px;
}

/* PC版: コピー・CTA・バッジを左側にまとめる */
.qhack-mv__copy {
    flex: 0 0 auto;
    max-width: 580px;
    z-index: 2;
    text-align: left;
    white-space: nowrap;
}

.qhack-mv__cta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: nowrap;
    margin-bottom: 0;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: 580px;
}

.qhack-mv__badges {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: 580px;
}

/* PC版: 左カラム（コピー+CTA+バッジ） */
.qhack-mv__copy,
.qhack-mv__cta,
.qhack-mv__badges {
    order: 1;
}

.qhack-mv__image {
    flex: 1;
    max-width: 750px;
    margin: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
}

/* PC版：2カラムレイアウトのため、innerを再調整 */
@media screen and (min-width: 769px) {
    .qhack-mv__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        align-items: start;
        gap: 20px 40px;
    }
    
    .qhack-mv__copy {
        grid-column: 1;
        grid-row: 1;
    }
    
    .qhack-mv__cta {
        grid-column: 1;
        grid-row: 2;
        margin-bottom: 24px;
    }
    
    .qhack-mv__badges {
        grid-column: 1;
        grid-row: 3;
    }
    
    .qhack-mv__image {
        grid-column: 2;
        grid-row: 1 / 4;
        align-self: center;
    }
}

.qhack-mv__label {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin: 0 0 16px;
    text-align: left;
}

.qhack-mv__title {
    color: #313131 !important;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 1.6px;
    margin: 0 0 24px;
    text-align: left !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #313131 !important;
}

.qhack-mv__subtitle {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 32px;
    text-align: left;
    white-space: normal;
}

.qhack-mv__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 180px;
    height: 110px;
    padding: 10px;
    box-sizing: border-box;
}

.qhack-mv__badge-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: auto;
    z-index: 0;
}

.qhack-mv__badge-label {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.52px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.qhack-mv__badge-value {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.52px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.qhack-mv__badge-number {
    color: #313131;
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.04px;
}

.qhack-mv__badge-unit {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.qhack-mv__image img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
}

/* PC/SP テキスト切り替え */
.qhack-cta-btn__main-sp {
    display: none;
}
.qhack-cta-btn__main-pc {
    display: inline;
}

/* ===== /Q HACK JAPAN メインビジュアル ===== */

/* ===== Q HACK JAPAN 課題解決セクション ===== */
.qhack-merit {
    padding: 90px 0 100px;
    background: #FFFFFF;
}

.qhack-merit__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-merit__header {
    text-align: center;
    margin-bottom: 0;
}

/* 課題解決セクション固有スタイル（共通スタイルは.qhack-section-titleで定義） */
.qhack-merit__title {
    padding-bottom: 0;
}

.qhack-merit__subtitle {
    margin-top: 0;
}

.qhack-merit__challenges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1320px;
    margin: 60px auto 48px;
}

.qhack-merit__challenge {
    position: relative;
    display: flex;
    width: calc(33.333% - 14px);
    min-width: 380px;
    height: 100px;
    padding: 14px 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 80px;
    background: #FFF;
    box-sizing: border-box;
    z-index: 1;
}

/* グラデーションボーダーを疑似要素で実装 */
.qhack-merit__challenge::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 80px;
    padding: 2px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.qhack-merit__challenge-text {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
}

.qhack-merit__description {
    max-width: 1001px;
    margin: 0 auto;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.88px;
}

/* --- 課題解決スライダー --- */
.qhack-merit__slider {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 60px auto 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.qhack-merit__slider-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    transition: transform 0.4s ease-in-out !important;
    width: 100% !important;
}

.qhack-merit__slide {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.qhack-merit__slide-card {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

.qhack-merit__slide-title {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin: 0;
}

.qhack-merit__slide-arrow {
    width: calc(100% - 200px);
    max-width: 900px;
    height: auto;
    margin: 0 auto;
}

.qhack-merit__slide-content {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.qhack-merit__slide-image {
    flex: 0 0 auto;
    margin: 0;
}

.qhack-merit__slide-image img {
    max-width: 400px;
    height: auto;
    display: block;
}

.qhack-merit__slide-text {
    flex: 1;
}

.qhack-merit__slide-heading {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    margin: 0 0 16px;
}

.qhack-merit__slide-number {
    color: #B701F7;
    font-family: "Montserrat", sans-serif !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
}

.qhack-merit__slide-body {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
}

/* --- ページネーション --- */
.qhack-merit__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.qhack-merit__pagination-btn {
    width: auto;
    height: auto;
    border: none;
    cursor: pointer;
    background: transparent;
    padding: 0;
    transition: opacity 0.3s ease;
}

.qhack-merit__pagination-btn:hover {
    opacity: 0.7;
}

.qhack-merit__pagination-btn img {
    width: auto;
    height: 52px;
    display: block;
}

.qhack-merit__pagination-dots {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qhack-merit__pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F2F2F2;
    cursor: pointer;
    transition: background 0.3s ease;
}

.qhack-merit__pagination-dot.active {
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
}

/* --- スライダー下テキスト --- */
.qhack-merit__footer {
    margin-top: 60px;
}

.qhack-merit__footer-text {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.88px;
    margin: 0;
}

.qhack-merit__footer-highlight {
    color: #B701F7;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1.04px;
}

/* ===== /Q HACK JAPAN 課題解決セクション ===== */

.mv{
    background: linear-gradient(#fff 40% ,#81C5AE);
    padding-top: 0px;
    padding-bottom: 60px;
}
.mv-inner{
    display: flex;
    flex-wrap: wrap;
    width:98%;
    max-width: 1654px;
    justify-content: end;
    margin-left: auto;
    margin-right: auto;
    align-items: start;
    position: relative;
}
.mv-inner:after{
    content: "";
    background: url(/wp-content/themes/swell_child/assets/images/img/mv-bg01.png) no-repeat center;
    width: 992px;
    height: 618px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mv-text{
    width:48%;
    max-width:740px;
    padding-top: 40px;
    z-index: 2;
}
.mv-img{
    width:50%;
    z-index: 2;
}
.mv-img img{
    transform: translateX(-40px);
}
.mv-img-sp{
    display: none;
}
.mv-btns{
    display: flex;
    justify-content: space-between;
}
.mv-btn{
    width:49%;
}
.copy-01{
    background-image: linear-gradient(90deg, #00885A, #0C4BA2);
    color: #fff;
    padding: 12px 16px;
    margin-right: 10px;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
}
.copy-02{
    font-size: 60px;
    font-weight:bold ;
    line-height: 1.4;
    letter-spacing: 1px;
}
.mv-achievements{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mv-achievements li{
    width:24%;
}
.top-01{
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}
.top-01-slider img {
    width:100%;/*画像の横幅100%*/
    height:auto;
}
.top-01-slider .slick-slide {
    margin:0 ;/*画像左右の余白*/
}
.top-01 p {
    font-size: 2.6rem;
    line-height: 1.4;
}
.top-01 p strong{
    font-size: 4.6rem;
}
.top-02{
    padding-top: 6rem;
}
.top-02 h1 span.gra {
    transform: initial;
    margin: 0 auto 30px;
    font-size: 4.2rem;
}
.top-02 .top-02 p{
    font-size: 2rem;
}
.top-03{
    background:#00885A14;
    padding-top: 50px;
    padding-bottom: 80px;
}
.top .area-mychannel p{
    font-size: 2rem;
}
.top-04-box li {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    width: 24%;
    filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.1));
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}
.top-04-box li span{
    display: block;
    font-weight: bold;
}
.top-04-box li span.number{
    font-size: 6rem;
    font-weight: bold;
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.top-04-box li span.number span{
    display: inline;
    font-size: 22px;
}
.top-04-box li span.year{
    font-size:24px;
}
.cta-box {
    background: url(/wp-content/themes/swell_child/assets/images/common/cta-box-bg.png) no-repeat center;
    background-size: cover;
    padding: 60px;
    margin-top: 6rem;
}
.cta-box-consulting{
    background:#fff;
    border-radius: 10px;
    width:72%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding:50px;
    padding-right: 80px;
}
.cta-box-text{
    font-size: 2.2rem;
    font-weight: bold;
    width:48%;
    text-align: center;
}
.cta-box-text .green{
    color: #00885A;
}
.cta-box-text .green span{
    font-size: 4rem;
}
.cta-box-consulting-btn{
    width:48%;
}
.cta-box-consulting-btn .copy{
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.cta-box-consulting-btn .copy:after{
    content: "";
    bottom: -12px;
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #00885A;
    border-bottom: 0;
    right: 5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cta-box-consulting-btn .copy .number{
    color:#FFE83C;
}
.cta-box-bottom{
    background:#fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding:30px;
    margin-top: 20px;
    position: relative;
}
.cta-box-bottom ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width:834px;
    width:98%;
}
.cta-box-bottom ul li{
    max-width:360px;
    list-style: none;
}
.cta-box-bottom ul li img{
    width:100%;
}
.cta-box-toriya{
    position: absolute;
    right:10%;
    top: -358px;
    width:280px;
}
.top-05-achievement h3{
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: 100%;
    text-align: center;
    padding: 8px 20px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}
.top-05-achievement-item{
    background:#fff;
    box-shadow: 2px 2px 2px 2px #ddd;
}
.top-05-achievement-text{
    font-size:16px;
    text-align: center;
    font-weight: bold;
    margin-top:20px;
    margin-bottom: 20px;
}
.top-05-achievement-text span.large{
    font-size:24px;
    display: block;
    margin-top: 8px;
}
.top-05-achievement-text mark{
    background:linear-gradient(transparent 80%, #FFDB10 80%);
}
.top-06{
    margin-top: 2rem;
}
.top-06-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin:0 auto;
}
.top-06-box .top-06-box-item{
    width:30%;
    border:2px solid #00885A;
    border-radius: 8px;
    text-align: center;
    margin-top: 36px;
    position: relative;
    padding: 0 30px;
}
.top-06-box-item-inner{
    overflow-y: hidden;
    overflow-x: visible;
}
.top-06-box-item:before {
    content: "";
    width: 22px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: -12%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 50%;
    background: url(/wp-content/themes/swell_child/assets/images/img/triangle.png) no-repeat center;
    background-size: contain;
}
.top-06-box-item.no-triangle:before{
    display: none;
}
.top-06-box-item .number{
    text-align: center;
    color: #fff;
    background-color: #00885A;
    border-radius: 50%;
    font-size: 4.4rem;
    padding: 3rem 1rem 1rem;
    display: block;
    transform: translateY(-43px);
    width:104px;
    margin: 0 auto;
    margin-bottom: -48px;
    font-weight: bold;
}
.top-06-box-item .img{
    width:122px;
    margin: 0 auto;
}
.top-06-box-item .img img{
    width: 100%;
}
.top-06-box-item{
    font-size: 2.8rem;
}
.top-09 h3{
    margin-bottom: 0;
    position: relative;
    padding-left: 36px;
}
.top-09 h3:before{
    content: "";
    width:28px;
    height:28px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 50%;
    background: url(/wp-content/themes/swell_child/assets/images/img/top-09-arrow.png) no-repeat center;
    background-size: contain;
}
.top-08{
    background: url(/wp-content/themes/swell_child/assets/images/img/top-08-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 8rem;
    padding-top: 6rem;
}
.top-08 h2{
    color:#fff;
}
.top-08-box{
    background:#333333;
    padding:7rem;
    padding-top: 0rem;
}
.top-08-box p,.top-08-box ul li{
    color: #fff;
}
.top-08-box ul li{
    list-style: disc;
}
.top-08-box-01{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -30px;
}
.top-08-img{
    transform: translateY(-60px);
    max-width: 280px;
}
.top-08-copy{
    font-size: 3.2rem;
    font-weight: bold;
    margin-left: 14rem;
}
.top-08-name{
    font-weight: bold;
    margin-left: 6rem;
}
.top-08-name span{
    display: block;
    font-size: 3.2rem;
}
.top-news{
    background-color: #EBF5F2;
    padding-top: 4rem;
    padding-bottom: 8rem;
    margin-top: 0;
}
.top-news dl.table dt{
    background-color:  #EBF5F2;
}
/*************************** 03. form  ***********************/
.inquiry-box {
    text-align: center;
}
.inquiry-box .form-inner {
    margin: 5% auto;
    width: 75%;
}
.inquiry-box .form-inner .contact-form {
    margin: auto;
    background: #F7F7F7;
    padding: 5%;
}
.inquiry-box .form-inner .contact-form .input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}
.inquiry-box .form-inner .contact-form .input-box:not(:first-child) {
    margin-top: 6.7%;
}
.inquiry-box .form-inner .contact-form .input-box .label-area {
    padding: 6px 0;
    width: 25%;
    font-size: 1.6rem;
    position: relative;
}

.inquiry-box .form-inner .contact-form .input-box .label-area span.required,
.inquiry-box .form-inner .contact-form .input-box .label-area span.will{
    margin-right:15px;
    background:#009bde;
    color:#fff;
    padding:8px 12px;
    text-decoration: none;
    border-bottom:none;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.inquiry-box .form-inner .contact-form .input-box .label-area span.will{
    background:#999;
    color:#fff;
}

.inquiry-box .form-inner .contact-form .input-box .input-area {
    width: 75%;
    color: #d0d0d0;
    position: relative;
}
.inquiry-box .form-inner .contact-form .input-box .input-area input {
    padding: 9px 12px;
    width: 100%;
    font-size: 1.8rem;
    color: #d0d0d0;
    border: 1px solid #d0d0d0;
}
.inquiry-box .form-inner .contact-form .input-box .input-area select{
	padding: 9px 12px;
    width: 100%;
    font-size: 1.8rem;
    color: #000;
    border: 1px solid #d0d0d0;
}
.inquiry-box .form-inner .contact-form .input-box .input-area textarea {
    resize: none;
    padding: 9px 12px;
    width: 100%;
    height: 243px;
    font-size: 1.8rem;
    color: #d0d0d0;
    border: 1px solid #d0d0d0;
}
.inquiry-box .form-inner .contact-form .input-box .input-area input:focus, .inquiry-box .form-inner .contact-form .input-box .input-area textarea:focus {
    outline: none;
    color: #343434;
    border: 1px solid #127dd6;
    box-shadow: 0 0 1px 0 rgba(18, 125, 214, 0.45);
}
.inquiry-box .form-inner .contact-form .input-box .input-area .input-error {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #c00;
}
.inquiry-box .form-inner .contact-form .input-box .input-area .input-error.wpcf7-not-valid-tip {
    display: block;
}
.inquiry-box .form-inner .contact-form .action-box {
    margin-top: 7%;
}
.inquiry-box .form-inner .note {
    margin-top: 4%;
}
.inquiry-box .form-inner .note small {
    font-size: 1.4rem;
    line-height: 2.4;
    letter-spacing: 0.2em;
}

input[type="submit"] {
    transition: all 0.3s ease 0.2s;
    border: none;
    background: #02367C;
    color: #fff;
    -webkit-transition: all 0.3s ease 0.2s;
    z-index: 1;
    padding: 17px 0;
    width: 260px;
    font-size: 1.6rem;
    font-family: 'Noto Sans Japanese', sans-serif;
    letter-spacing: 0.18em;
    overflow: hidden;
    position: relative;
}
input[type="submit"]:hover {
    opacity: 0.7;
    transition: all 0.3s ease 0.2s;
    color: #fff;
    border: none;
}
input[type="submit"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #127dd6, #4ec9e5);
    background: linear-gradient(to right, #127dd6, #4ec9e5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
.wpcf7-spinner{
    display: none;
}
/*************************** 04. 下層ページ  ***********************/
.area-page .l-content{
    padding-top: 2em;
}
.l-mainContent__inner>.post_content{
    margin-top: 2em;
}
.l-topTitleArea__body .c-pageTitle{
    color: #fff;
}

/*エリア*/
/*FV*/

.area-page .l-topTitleArea{
    display: none;
}
.area-container section{
    margin-top: 50px;
}
.area-fv{
    background:linear-gradient(#fff 40% ,#81C5AE);
    padding-bottom: 30px;
    padding-top: 30px;
}
.area-fv-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    width:98%;
    margin: 0 auto;
}
.area-fv-left{
    width:39.5%;
}
.area-fv-right{
    width:58%;
}
.area-fv-left .text01{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    background:linear-gradient(90deg,#0C4BA2,#00885A);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    transform: translateY(-10px);
}
.area-fv-left .text01 span{
    font-size: 38px;
}
.area-fv-left .text02{
    font-size: 35px;
    font-weight: bold;
    color: #333;
    margin-top: 28px;
}
.area-fv-left .text02 strong{
    display: block;
    line-height: 1;
    color: #fff;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    font-size: 58px;
    background: #00885A;
    padding: 10px 10px;
    text-align: center;
    margin-top: 10px;
    background-image: linear-gradient(90deg,#0C4BA2 , #00885A);
}
.area-fv-left .text02 span.white{
    display: inline-block;
    width: 96%;
    font-size: 35px;
    margin-top: 10px;
}
.area-fv-left .text03{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-top: 34px;
    margin-bottom: 48px;
}
.area-fv-right-point{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.area-fv-right-point li{
    background:url(/wp-content/themes/swell_child/assets/images/img/area/area-fv-bg01.png) no-repeat center;
    background-size: contain;
    height: 93px;
    width: 23%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#707070;
    font-weight: bold;
    font-size: 15px;
}
.area-fv-right-point li span.green{
    display: inline;
    color: #00885A;
    font-size: 20px;
}
.area-fv-right-img{
    margin-top: 48px;
}
.area-fv-btns{
    width:100%;
    margin-top: 0px;
}
.flex-container-two.area-fv-btns{
    justify-content: space-between;
}
.flex-container-two > .area-fv-btn{
    margin-left: 0;
    margin-right: 0;
    width:49%;
}
.area-fv-btn{
    background:#0C4BA2;
    border-radius: 8px;
}
.area-fv-btn.download{
    text-align: left;
    position: relative;
}
.area-fv-btn.download:before {
    content: "";
    background: url(/wp-content/themes/swell_child/assets/images/img/area/area-fv-download.png) no-repeat center;
    width: 197px;
    height: 107px;
    background-size: contain;
    position: absolute;
    top: 43%;
    left: 9%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.area-fv .area-fv-btn.download:before {
    left: 12%;
}
.area-fv-btn.download a{
    text-align: left;
    padding-left: 42%;
}
.area-fv-btn.green{
    background:#00885A;
}
.area-fv-btn a{
    display: block;
    width:100%;
    padding:20px 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 1px;
}
.area-fv-btn a span.sub{
    display: block;
    font-size:16px ;
}

/*支援ロゴ*/
.area-logo-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.area-logo-list li{
    width: 19%;
    margin-bottom: 1%;
}

.city h1{
    margin-top: 0;
}
.area-01{
    padding-bottom: 80px;
}
.city .area-01{
    padding-bottom: 40px;
}
.area-01 p{
    font-size: 16px;
    line-height: 2.4;
}
/*一気通貫でサポート*/
.area-support{
    background:#00885A14;
    padding-top: 50px;
    padding-bottom: 80px;
}
.city .area-support{
    margin-top: 60px;
}
.area-support-box li{
    text-align: center;
    font-weight: bold;
}
.area-support-box li img{
    margin-bottom: 10px;
}
/*ローカルエリア*/
.area-local-container{
    position: relative;
    margin-top: 120px;
    margin-bottom: 80px;
}
.area-local-container-inner{
    position: relative;
    color: #fff;
    padding:70px;
    z-index: 2;
}
.area-local-container-inner p{
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.6;
}
.area-local-container-inner p strong{
    font-size: 32px;
}
.area-local-container-inner:before{
    content:"";
    width:100vw;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background:linear-gradient(90deg,#00885A,#0C4BA2);
    z-index: -2;
}
.area-local-container-inner:after{
    content: "";
    width:400px;
    height:490px;
    background:url(/wp-content/themes/swell_child/assets/images/img/area/area-toriya.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom:0;
}
.area-local-container-inner .text02{
    max-width: 500px;
}
.area-local-container .name{
    position: absolute;
    color: #fff;
    font-size: 16px;
    bottom: 30px;
    left: 50%;
}
.area-local h3{
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.area-local h3:after{
    content: "";
    width:120px;
    height: 5px;
    background:linear-gradient(90deg,#00885A,#0C4BA2);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.area-local-city{
    background:#EBF6F2;
    padding-top: 250px;
    margin-top: -220px;
    position: relative;
}
.city-list{
    background: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.city-list.center{
    justify-content: center;
}
.city-list li{
    width:max-content;
    border-radius: 2px;
    overflow: hidden;
}
.city-list li a{
    display: block;
    width: 100%;
    background:#f7f7f7;
    text-align: center;
    color: #333333;
    padding:5px 20px;
    transition: 0.5s;
}
.city-list li:hover a{
    background:#999;
    color: #fff;
}
.area-achievement{
    padding-top: 0;
    padding-bottom: 0;
    background: url(/wp-content/themes/swell_child/assets/images/img/area/area-achievement-bg01.png) top center;
    background-size: contain;
}
.area-achievement-box{
    padding-top: 30px;
}
.area-achievement-box figure{
    width:92%;
    text-align: center;
}
.area-achievement-box.pt2 figure{
    margin-right: 0;
    margin-left: auto;
}
.area-achievement-box.pt2{
    transform: translateY(120px);
}
.area-achievement-box.pt3{
    transform: translateY(-100px);
    padding-top: 50px;
    padding-bottom: 0px;
}
.area-achievement-box h3{
    display: block;
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: 94%;
    text-align: center;
    padding: 20px 20px;
    margin: 0 auto;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 24px;
}
.area-achievement-box.pt2 h3{
    margin-right: 0;
    margin-left: auto;
}
.area-achievement-img{
    transform: translateY(100px);
    text-align: center;
}
.area-achievement-img img{
    width:304px;
}
.area-mychannel{
    padding-top: 0;
}
.area-mychannel p{
    margin-top: 10px;
    font-size: 18px;
}
.area-mychannel .iframe-content{
    width:49.5%;
    padding: 27.25% 0 0 0;
}
.d_flex{
    display: flex;
    justify-content: space-between;
    gap:10px;
    flex-wrap: wrap;
    align-items: center;
}
.d_flex.two > .iframe-content{
    width:49%;
    padding: 28% 0 0 0;
}
.area-failure{
    background:#108974;
    border-radius: 100px 100px 0 0;
    padding-bottom: 0;
    padding-top: 50px;
    position: relative;
}
.area-failure:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 132px solid transparent;
    border-left: 132px solid transparent;
    border-top: 86px solid #108974;
    border-bottom: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.area-failure h2{
    text-align: center;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
}
.area-failure h2 span{
    position: absolute;
    background:#000;
    left: -10%;
    top: -85px;
    transform: rotate(-5deg);
    padding: 8px 30px;
}
.area-failure-box{
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.area-failure-box p{
    width:66%;
    color: #fff;
    font-weight: bold;
    line-height: 2.4;
    margin-top: 0;
    font-size: 18px;
}
.area-failure-pattern{
    padding-top: 60px;
    background:#D9D9D9;
    border-radius: 100px 100px 0 0;
    padding-bottom: 60px;
}
.area-failure-pattern h3{
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 50px;
}
.area-failure-pattern h3:before{
    content:"";
    background: url(/wp-content/themes/swell_child/assets/images/img/area/area-failure-04.png) no-repeat center;
    width: 41px;
    height: 34px;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.area-failure-pattern-list{
    width:620px;
    margin: 0 auto;
    position: relative;
}
.area-failure-pattern-list:before{
    content:"";
    background: url(/wp-content/themes/swell_child/assets/images/img/area/area-failure-03.png) no-repeat center;
    width: 76px;
    height: 75px;
    background-size: contain;
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.area-failure-pattern-list:after{
    content:"";
    background: url(/wp-content/themes/swell_child/assets/images/img/area/area-failure-02.png) no-repeat center;
    width: 76px;
    height: 75px;
    background-size: contain;
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.area-failure-pattern-list li{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    margin-left: 50px;
}
.area-failure-pattern-list li:before{
    content:"";
    background:url(/wp-content/themes/swell_child/assets/images/img/area/area-check.png) center no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.area-cause{
    position: relative;
    padding-top: 80px;
}
.area-cause:after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 132px solid transparent;
    border-left: 132px solid transparent;
    border-top: 86px solid #108974;
    border-bottom: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.area-cause h2{
    margin-bottom: 60px;
}
.area-cause-card{
    border-radius: 8px;
    box-shadow: 0 1px 12px 1px #ddd;
    padding: 40px 80px;
    font-size: 18px;
    margin-bottom: 50px;
}
.area-cause-card ul.listing{
    margin-bottom: 0;
}
.area-cause-card ul.listing li{
    margin-bottom: 12px;
    font-size: 18px;
    list-style: disc;
}
.area-cause-card h3{
    font-size: 24px;
    margin-top: 0;
}
.area-cause-card h3 span{
    color: #fff;
    background:linear-gradient(90deg,#00885A,#0C4BA2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    font-size: 24px;
    margin-right: 14px;
}
.area-point{
    background:#EBF6F2;
    padding-top: 80px;
}
.area-point.bg-white{
    background:#fff;
    padding-top: 0;
}
.area-point-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0;
    margin-top: 0;
}
.area-point-box h3{
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
    padding-left: 0;
}
.area-point-box h3 span{
    background:linear-gradient(90deg,#00885A,#0C4BA2);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.area-point-box h3 span.number{
    display: inline;
    font-size: 44px;
    margin-left: 3px;
}
.area-point-box .text{
    width:59%;
    font-size: 16px;
}
.area-point-box ul.listing{
    margin-top: 16px;
}
.area-point-box .img{
    width: 39%;
    padding:10px; 
    background:#fff;
    text-align: center;
    display: flex;
    align-items: center;
}
.area-point-box .casting-table{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 8px;
}
.area-point-box .casting-table dt{
    background:#108974;
    width: 38%;
    padding: 10px;
    color: #fff;
    margin-bottom: 6px;
}
.area-point-box .casting-table dd{
    width: 62%;
    padding: 10px;
    background: #fff;
    margin-bottom: 6px;
}
.area-data{
    padding-bottom: 10px;
}
.area-data-card{
    border-radius: 8px;
    box-shadow: 0 1px 12px 1px #ddd;
    padding: 50px 80px;
    font-size: 18px;
    margin-bottom: 18px;
}
.area-data-card h3{
    display: block;
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: max-content;
    text-align: center;
    padding: 5px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 24px;
}
.area-data-card ul.listing{
    width: 88%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.area-data-card ul.listing li{
    font-size: 18px;
    list-style: disc;
}
.area-data-card ul.listing li strong{
    font-size: 20px;
    color: #E83828;
}
.area-specific{
    background: #EBF6F2;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.area-specific h2.ttl01 span{
    font-size: 24px;
}
.area-specific h2.ttl01{
    margin-top: 0;
}
.area-specific-box{
    background: #fff;
    border-radius: 8px;
    border:2px solid #108974;
    padding:50px 80px;
}
.area-specific-box p{
    font-size: 18px;
}

.area-merit {
    padding-top: 90px;
    padding-bottom: 78px;
    font-family: var(--font-family-ja);
    font-style: normal;
}

.area-merit-header {
    width: fit-content;
    margin-inline: auto;
    text-align: center;
}
.area-merit-header-copy {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8;
    color: #00885a;
}
.area-merit-headingLv2 {
    margin-top: 0px;
}
.area-merit-sub {
    display: block;
    margin-top: 0px;
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(90deg, #108974, #0c4ba2);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.area-merit-heading {
    display: flex;
    column-gap: 10px;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    margin-top: 40px;
}
.area-merit-heading-main {
    margin-top: 10px;
    width: fit-content;
    margin-inline: auto;
    display: flex;
    column-gap: 10px;
}
.area-merit-heading-number {
    font-size: 115px;
    font-weight: 700;
    line-height: 0.5;
    color: #108974;
}
.area-merit-heading-text {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

.area-merit-content {
    margin-top: 80px;
}

.area-merit-list {
    display: flex;
    flex-direction: column;
    row-gap: 42px;
    width: 100%;
    margin-inline: auto;
}

.area-merit-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding: 23px 34px 46px 56px;
    box-shadow: 4px 4px 10px 2px #0000002e;
}

.area-merit-item-sub {
    font-family: 'DIN Alternate';
    font-size: 24px;
    font-weight: 700;
    line-height: 2.2916666667;
    background: linear-gradient(90deg, #108974, #0c4ba2);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.area-merit-item-number {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.25;
    background: linear-gradient(90deg, #108974, #0c4ba2);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.area-merit-item-heading {
    margin-top:calc(-1 * 5px);
    margin-bottom: initial;
    font-size: 24px;
    font-weight: 700;
    line-height: 2.2916666667;
    color: #000;
    padding-left: 0;
}
.area-merit-item-body {
    margin-top:calc(10px);
    font-family: 'DIN Alternate';
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #000;
}
.area-merit-item-list-item {
    position: relative;
    padding-left: 24px;
}
.area-merit-item-list-item::before {
    position: absolute;
    top: 13px;
    left: 9px;
    width: 5px;
    height: 5px;
    content: '';
    background-color: #000;
    border-radius: 50%;
}
.area-merit-item-image-wrapper {
    flex-shrink: 0;
    width: 22.2395833333vw;
}
.area-vseo{
    background: #EBF6F2;
    padding-top: 30px;
}
.area-vseo-box h3{
    display: block;
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: max-content;
    text-align: center;
    padding: 8px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 24px;
}
.area-vseo-box{
    background: #fff;
    border-radius: 8px;
    border:2px solid #108974;
    padding:50px 80px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
}
.area-vseo-table thead th{
    text-align: left;
    padding-bottom: 10px;
}
.area-vseo-table thead tr,.area-vseo-table tbody tr{
    border-bottom: 1px solid #999;
}
.area-vseo-table tbody td{
    min-width: 190px;
    padding: 20px 14px 20px 0;
}
.area-result{
    background:#00885A;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.area-result-box{
    background: #fff;
    padding: 40px;
}
.area-result-box .flex-container-two .iframe-content{
    width:48%;
    padding: 27.25% 0 0 0;
}
.area-result-box .text{
    font-size: 18px;
}
.area-result-box h3{
    display: block;
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    color: #fff;
    -webkit-text-fill-color: initial;
    width: max-content;
    text-align: center;
    padding: 8px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 24px;
}
.area-result-case{
    padding-bottom: 0;
}
.area-result-case-card{
    border-radius: 8px;
    box-shadow: 0 1px 12px 1px #ddd;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.area-result-case-card .card-text{
    padding:0px 10px;
}
.area-result-case-card h4{
    font-size: 20px;
    color: #00885A;
}
.area-result-case-card dl.table{
    margin-bottom: 0;
}
.area-result-case-card dl.table dt{
    width:30%;
    float:inherit;
    padding:15px 10px 15px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.area-result-case-card dl.table dd{
    border-bottom: 1px solid #ddd;
    padding:5px 10px 15px;  
    width:70%;
    font-size: 14px; 
}
.area-result-case-card dl.table dd:last-of-type{
    border-bottom: none;
}
.area-industry .list-flex{
    display: flex;
    flex-wrap: wrap;
}
.area-industry .list-flex li{
    font-size: 18px;
    margin-bottom: 10px;
}
.area-industry .list-flex li:after{
    content:" / ";
    margin-right:5px;
}
.area-industry .list-flex li:last-of-type:after{
    display: none;
}
.area-customer{
    padding-bottom: 0;
}
.area-customer .heading-box{
    background:url(/wp-content/themes/swell_child/assets/images/img/area/area-customer-bg.png) no-repeat center;
    padding: 40px 0;
}
.area-customer .heading-box p{
    color:#fff;
}
.area-customer .heading-box h2{
    color:#fff;
    text-align: center;
    margin-top: 0;
}
.area-customer .iframe-content{
    width: 90%;
    max-width: 648px;
    margin:0 auto;
    padding: 400px 0 0 0;
}
.area-customer-box{
    padding-top: 10px;
}
.area-customer-box-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    align-items: center;
}
.area-customer-box-top figure{
    width: 38%;
}
.area-customer-box-top figure img{
    border-radius: 10px;
}
.area-customer-box-top .right{
    width:60%;
}
.area-customer-box h3{
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    margin-top: 0;
}
.area-customer-box dl{
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
.area-customer-box dl dt{
    width:20%;
    padding-bottom: 10px;
}
.area-customer-box dl dd{
    width:79%;
    padding-bottom: 10px;
}
.area-customer-box .text-box{
    border:2px solid #999;
    padding: 30px;
    padding-top: 10px;
    margin-top:16px;
}
.area-customer-box .text-box p strong{
    font-size:20px;
    color: #108974;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}
.area-customer-box.flex-right{
    padding-top: 0;
}
.area-customer-box.flex-right .area-customer-box-top{
    margin-left: auto;
    margin-right: 0;
}
.area-pettern {
    background: #EBF6F2;
    padding-top: 30px;
}
.area-faq{
    padding-top: 0;
    padding-bottom: 0;
}
.area-faq-box dt{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
.area-faq-box dt span{
    background:linear-gradient(90deg,#0C4BA2,#00885A);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width:40px;
    height: 40px;
    font-size:22px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.area-faq-box dd span{
    font-size:22px;
    margin-right: 10px;
}
.area-faq-box dd{
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
p.gra{
    background: linear-gradient(90deg,#0C4BA2,#00885A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 6rem;
}
.area-fv-btns.center{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
p.center{
    text-align: center;
}
p.txt{
    font-size: 16px;
    margin-bottom: 20px;
}
.area-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    margin-bottom: 100px;
}
.area-table table th {
    padding:20px 0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}
.area-table table td{
    padding:20px 0;
    border-bottom: 1px solid #ddd;
}
.area-table table td a {
    margin-right: 0.5em;
    display: inline-block;
}
.c-section.-breadcrumb{
    margin-top: 0!important;
}
/* ダウンロードページ */
.download-ttl{
    font-size:3rem;
    text-align:center;
    margin-bottom:5rem;
}
.download-page {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 60px;
    align-items: stretch;
}
.download-left {
    flex: 1 1 50%;
    max-width: 50%;
    background:#fff;
    padding:30px 50px 40px;
    border-radius:10px;
    box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
}
.download-page h1{
    font-size:24px;
}
.download-page h2{
    padding:14px 20px;
    background:#eee;
    border-left:.3125rem solid #ccc;
    font-size:20px;
    margin-bottom:10px;
}
.download-cat{
    color:#999;
    font-size:12px;
    font-weight:bold;
}
.download-image{
    margin-top:10px;
    margin-bottom:20px;
} 
.download-right {
    flex: 1 1 45%;
    max-width: 45%;
    background: #fff;
    box-shadow: 0 .1875rem .375rem rgba(0, 0, 0, .16);
    padding: 34px 30px;
    border-radius: 8px;
}
.download-heading{
    background:#f2f2f2;
    padding:20px;
    font-size:24px;
    margin-top:80px;
}
/* フォーム全体 */
.l-contact__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* 各項目のラップ */
.l-contact__item {
    display: flex;
    flex-direction: column;
}

/* 見出し部分（ラベル） */
.l-contact__item-head {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 16px;
}

/* 必須・任意ラベル */
._required {
    color: #e63c02;
    font-size: 12px;
    margin-left: 6px;
}

._optional {
    color: #999;
    font-size: 12px;
    margin-left: 6px;
}

/* 入力欄全体 */
.l-contact__item-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* 共通の input, select, textarea スタイル */
.l-contact__item-body input[type="text"],
.l-contact__item-body input[type="tel"],
.l-contact__item-body input[type="email"],
.l-contact__item-body select,
.l-contact__item-body textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.l-contact__item-body input:focus,
.l-contact__item-body select:focus,
.l-contact__item-body textarea:focus {
    outline: none;
    border-color: #e63c02;
}

/* Submitボタン */
.l-contact__submit {
    margin-top: 32px;
    text-align: center;
}
.l-contact__submit p{
    text-align:center;
}

.l-contact__submit input[type="submit"] {
    background-color: #e63c02;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.l-contact__submit input[type="submit"]:hover {
    background-color: #c53000;
}
.form-annotation{
    font-size:14px;
    color:gray;
    margin-top:20px;
}
.wpcf7-spinner{
    position:absolute;
}
.post_content h2.contact-ttl{
    margin-top:30px!important;
    margin-bottom:10px;
}
.three-col .download-grid{
    grid-template-columns: repeat(3, 1fr); 
}
.download-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 24px;
    margin-top: 30px;
}

.download-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.download-card:hover {
    transform: translateY(-4px);
}

.download-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.download-meta {
    padding: 16px;
}

.download-meta h3 {
    font-size: 18px;
    margin: 0 0 10px;
    padding-left:0;
    padding-bottom:0;
}
.download-meta h3:before{
    display:none;
}

.download-intro {
    font-size: 14px;
    color: #555;
}

/* お問合せフォーム */
/*ContactForm7カスタマイズ*/
table.CF7_table{
    width:100%;
    margin:0 auto;
    border: 3px solid #e5e5e5;
}

table.CF7_table tr{
    border-top: 1px solid #e5e5e5;
}
.CF7_table th{
    vertical-align: middle;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
    display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
    border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
    color:#797979;
}

/*「必須」文字*/
.CF7_req{
    font-size:.9em;
    padding: 5px 8px;
    background: #222;/*オレンジ*/
    color: #fff;
    border-radius: 3px;
    margin-right:3px;
}

/*「任意」文字*/
.CF7_unreq{
    font-size:.9em;
    padding: 5px 8px;
    background: #bdbdbd;/*グレー*/
    color: #fff;
    border-radius: 3px;
    margin-right:3px;
}
.wpcf7-list-item{
    margin:0 10px 0 0;
}

/* タイトル列 */
@media screen and (min-width: 768px){
    .CF7_table th{
        width:31%!important;/*横幅*/
        font-size:14px;
    }
}

/* レスポンシブ */
@media screen and (max-width: 768px){
    table.CF7_table{
    width:95%;
        max-width: 331px;
    }
    .CF7_table tr, .CF7_table td, .CF7_table th{
    display: block;
    max-width: 325px;
    line-height:2.5em;
    }
    .CF7_table th{
    background-color:#ebedf5;
    }
    .CF7_table input, .CF7_table textarea{
        width:100%;
    }
    .CF7_table input[type="checkbox"]{
        width:initial;
    }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    background-color:#f79034;/* オレンジ*/
    border:0;
    color:#fff;
    font-size:1.2em;
    font-weight:bold;
    margin:0 auto;
    width:100%;
}

.CF7_btn{
    text-align:center;
    margin-top:20px;
}

.wpcf7-spinner{
    width:0;
    margin:0;
}

/* ===== Q HACK 共通セクションタイトル ===== */
.qhack-section-title {
    max-width: 868px;
    margin: 0 auto;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.qhack-section-title::before,
.qhack-section-title::after {
    display: none !important;
    content: none !important;
}

.qhack-section-subtitle {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 0;
}
/* ===== /Q HACK 共通セクションタイトル ===== */

/* ===== Q HACK JAPAN 会社概要ページ ===== */

/* SWELLデフォルトのタイトルエリア・パンくずリストを非表示 */
.page-template-company .l-topTitleArea,
.page-template-company .p-breadcrumb,
.page-template-company .c-breadcrumb,
.page-template-company #breadcrumb,
.page-template-company .c-pageTitle,
body.page-template-company .l-topTitleArea,
body.page-template-company .p-breadcrumb {
    display: none !important;
}

/* 会社概要ページのコンテンツエリアの余白調整 */
.page-template-company #content,
.page-template-company .l-content,
.page-template-company .l-mainContent,
.page-template-company .l-mainContent__inner,
.page-template-company .post_content,
.page-template-company main,
.page-template-company article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-template-company .qhack-company-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-company .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-company .l-container {
    padding-top: 0 !important;
}

.qhack-company-page {
    background: #FFF;
}

.qhack-company-page article {
    padding-bottom: 0;
}

/* 会社概要ヘッダー */
.qhack-company-header {
    position: relative;
    width: 100%;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.qhack-company-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.qhack-company-header__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.qhack-company-header__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px;
}

.qhack-company-header__title {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
}

/* 会社概要パンくずリスト */
.qhack-company-breadcrumb {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    display: flex;
    align-items: center;
}

.qhack-company-breadcrumb__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-company-breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.qhack-company-breadcrumb__item {
    display: flex;
    align-items: center;
}

.qhack-company-breadcrumb__link,
.qhack-company-breadcrumb__text {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.64px;
    text-decoration: none;
}

.qhack-company-breadcrumb__link:hover {
    opacity: 0.8;
}

.qhack-company-breadcrumb__separator {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.64px;
    padding: 0 8px;
}

.qhack-company-breadcrumb__item--current .qhack-company-breadcrumb__text {
    color: #FFF;
}

/* ===== Q HACK JAPAN 代表挨拶セクション ===== */

/* 親要素のoverflow制限を解除してピンク背景を画面端まで伸ばす */
.page-template-company .l-mainContent,
.page-template-company .l-mainContent__inner,
.page-template-company .post_content,
.page-template-company article,
.page-template-company main,
.page-template-company .qhack-company-page,
.page-template-company .qhack-message,
.page-template-company .qhack-message__inner,
.page-template-company .qhack-message__content,
.page-template-company .qhack-message__left,
.page-template-company .qhack-message__text-wrapper,
body,
html {
    overflow-x: visible !important;
}

/* body全体のoverflow-xを制御 */
body.page-template-company {
    overflow-x: hidden;
}

.qhack-message {
    padding: 40px 0 0;
    background: #FFF;
    overflow: visible;
    position: relative;
}

.qhack-message__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-message__header {
    text-align: center;
    margin-bottom: 30px;
}

/* 代表挨拶セクション固有スタイル（共通スタイルは.qhack-section-titleで定義） */
/* 現時点では固有スタイルなし */

.qhack-message__content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.qhack-message__left {
    flex: 1;
}

.qhack-message__name-area {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 24px;
}

.qhack-message__position {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
}

.qhack-message__name {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}

/* ピンク背景を端から端まで伸ばすラッパー */
.qhack-message__text-wrapper {
    position: relative;
}

/* ピンク背景を疑似要素で画面の左端から右端まで伸ばす */
.qhack-message__text-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    /* ビューポートの左端から右端までカバー */
    left: -50vw;
    right: -50vw;
    height: 100%;
    background: linear-gradient(112deg, #FFDEDE 0%, #FBEEFF 100%);
    z-index: 0;
}

.qhack-message__text-bg {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    border-radius: 0;
    box-sizing: border-box;
}

.qhack-message__text {
    max-width: 520px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin: 0;
}

.qhack-message__right {
    flex: 0 0 auto;
    position: relative;
    z-index: 10; /* ピンクの背景より確実に上に */
    margin-left: 40px; /* テキストエリアとの間隔 */
    align-self: flex-end; /* 写真を下に配置 */
}

.qhack-message__photo {
    margin: 0;
    position: relative;
}

/* 白背景の正方形（写真の後ろ、左下にずらす + 上部20px拡張） */
.qhack-message__photo::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: calc(100% + 20px); /* 写真幅 + 左側20px（右側にははみ出さない） */
    height: calc(100% + 40px); /* 写真高さ + 上側20px + 下側20px */
    background: #FFF;
    z-index: 1; /* ピンクのボーダー（z-index: 0）よりも上 */
}

.qhack-message__photo img {
    width: 340px;
    height: auto;
    display: block;
    border-radius: 0; /* 角丸を解除 */
    position: relative;
    z-index: 2; /* 白背景よりも上 */
}

/* ===== /Q HACK JAPAN 代表挨拶セクション ===== */

/* ===== Q HACK JAPAN 会社概要セクション ===== */
.qhack-company-info {
    padding: 80px 0 100px;
    background: #FFF;
}

.qhack-company-info__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-company-info__header {
    text-align: center;
    margin-bottom: 50px;
}

/* 会社概要セクション固有スタイル（共通スタイルは.qhack-section-titleで定義） */
/* 現時点では固有スタイルなし */

.qhack-company-info__table {
    max-width: 900px;
    margin: 0 auto;
}

.qhack-company-info__row {
    display: flex;
    min-height: 89px;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 20px 0;
}

.qhack-company-info__label {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.8px;
    min-width: 160px;
    flex-shrink: 0;
}

.qhack-company-info__value {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.8px;
    margin: 0;
    flex: 1;
}

.qhack-company-info__list {
    margin: 0;
    padding-left: 1.5em;
    list-style-type: decimal;
}

.qhack-company-info__list li {
    margin-bottom: 4px;
}

.qhack-company-info__list li:last-child {
    margin-bottom: 0;
}

/* ===== /Q HACK JAPAN 会社概要セクション ===== */

/* ===== /Q HACK JAPAN 会社概要ページ ===== */

/* ===== Q HACK JAPAN よくある質問ページ ===== */

/* SWELLデフォルトのタイトルエリア・パンくずリストを非表示 */
.page-template-faq .l-topTitleArea,
.page-template-faq .p-breadcrumb,
.page-template-faq .c-breadcrumb,
.page-template-faq #breadcrumb,
.page-template-faq .c-pageTitle,
body.page-template-faq .l-topTitleArea,
body.page-template-faq .p-breadcrumb {
    display: none !important;
}

/* よくある質問ページのコンテンツエリアの余白調整 */
.page-template-faq #content,
.page-template-faq .l-content,
.page-template-faq .l-mainContent,
.page-template-faq .l-mainContent__inner,
.page-template-faq .post_content,
.page-template-faq main,
.page-template-faq article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-template-faq .qhack-faq-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-faq .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-faq .l-container {
    padding-top: 0 !important;
}

.qhack-faq-page {
    background: #FFF;
}

.qhack-faq-page article {
    padding-bottom: 0;
}

/* よくある質問ページのFAQセクション上部余白 */
.qhack-faq-page .qhack-faq {
    padding-top: 80px;
    background: #FFFFFF !important;
}

/* よくある質問ページでは背景画像を非表示 */
.qhack-faq-page .qhack-faq::before {
    display: none !important;
}

/* ===== /Q HACK JAPAN よくある質問ページ ===== */

/* ===== Q HACK JAPAN サービスページ ===== */

/* SWELLデフォルトのタイトルエリア・パンくずリストを非表示 */
.page-template-service .l-topTitleArea,
.page-template-service .p-breadcrumb,
.page-template-service .c-breadcrumb,
.page-template-service #breadcrumb,
.page-template-service .c-pageTitle,
body.page-template-service .l-topTitleArea,
body.page-template-service .p-breadcrumb {
    display: none !important;
}

/* サービスページのコンテンツエリアの余白調整 */
.page-template-service #content,
.page-template-service .l-content,
.page-template-service .l-mainContent,
.page-template-service .l-mainContent__inner,
.page-template-service .post_content,
.page-template-service main,
.page-template-service article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-template-service .qhack-service-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-service .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-service .l-container {
    padding-top: 0 !important;
}

.qhack-service-page {
    background: #FFF;
}

.qhack-service-page article {
    padding-bottom: 0;
}

/* サービスタイトルセクション */
.qhack-service-intro {
    padding: 20px 0 16px;
    background: #FFF;
}

.qhack-service-intro__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-service-intro__header {
    text-align: center;
    margin-bottom: 50px;
}

.qhack-service-intro__lead {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.8px;
    letter-spacing: 0.8px;
    margin: 0;
}

.qhack-service-intro__title {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.8px;
    letter-spacing: 1.44px;
    margin: 0;
    padding: 0;
    border: none;
}

.qhack-service-intro__title::before,
.qhack-service-intro__title::after {
    display: none !important;
}

.qhack-service-intro__badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* サービスカードセクション */
.qhack-service-card-section {
    padding: 15px 0;
    background: #FFF;
    margin-top: 30px;
}

.qhack-service-card-section__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-service-card {
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-height: 480px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    padding: 60px 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* グラデーションボーダーを疑似要素で実装 */
.qhack-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.qhack-service-card__target {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 0;
}

.qhack-service-card__title {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin: 0;
    padding: 0;
    border: none;
}

.qhack-service-card__title::before,
.qhack-service-card__title::after {
    display: none !important;
}

.qhack-service-card__description {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.72px;
    margin: 40px 0 0;
}

.qhack-service-card__btn {
    display: flex;
    width: 297px;
    padding: 14px 36px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 80px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-top: 40px;
}

.qhack-service-card__btn:hover {
    opacity: 0.8;
}

.qhack-service-card__btn-text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-service-card__btn-arrow {
    width: 16px;
    height: auto;
}

/* ===== Q HACK JAPAN 無料見積りフォームセクション ===== */
.qhack-estimate {
    position: relative;
    width: 100%;
    padding: 100px 20px 120px;
    background: #F2F2F2;
    box-sizing: border-box;
}

.qhack-estimate__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* タイトル */
.qhack-estimate__header {
    text-align: center;
    margin-bottom: 40px;
}

.qhack-estimate__title {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    margin: 0;
    padding-bottom: 0;
}

.qhack-estimate__subtitle {
    color: #313131;
    text-align: center;
    font-family: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 0;
}

/* 説明文 */
.qhack-estimate__description {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0 0 40px;
}

/* フォームカード */
.qhack-estimate__form-wrapper {
    width: 100%;
    max-width: 913px;
    background: #FFF;
    border-radius: 30px;
    padding: 60px 80px;
    box-sizing: border-box;
}

/* CF7フォーム共通レイアウト */
.qhack-estimate__form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* フィールド共通 - 縦並び */
.qhack-estimate__form-wrapper .qhack-contact-form__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

/* ラベル部分（項目名 + バッジ）横並び */
.qhack-estimate__form-wrapper .qhack-contact-form__label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    min-width: 0;
    flex-shrink: 0;
}

/* 項目名テキスト */
.qhack-estimate__form-wrapper .qhack-contact-form__label-text {
    color: #313131;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.64px;
    width: auto;
    white-space: nowrap;
}

/* 必須/任意バッジ */
.qhack-estimate__form-wrapper .qhack-contact-form__badge {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #FFF;
}

.qhack-estimate__form-wrapper .qhack-contact-form__badge--required {
    background: linear-gradient(180deg, #B701F7 0%, #FF3D3B 100%);
}

.qhack-estimate__form-wrapper .qhack-contact-form__badge--optional {
    background: #BCBCBC;
}

/* 入力欄 - 幅100% */
.qhack-estimate__form-wrapper .qhack-contact-form__input {
    width: 100%;
    max-width: 100%;
    flex: none;
}

/* テキスト入力フィールド */
.qhack-estimate__form-wrapper .qhack-contact-form__input input[type="text"],
.qhack-estimate__form-wrapper .qhack-contact-form__input input[type="email"],
.qhack-estimate__form-wrapper .qhack-contact-form__input input[type="tel"],
.qhack-estimate__form-wrapper .qhack-contact-form__input input[type="url"],
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap input[type="text"],
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap input[type="email"],
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap input[type="tel"],
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap input[type="url"] {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    box-sizing: border-box;
    outline: none;
}

/* セレクトボックス */
.qhack-estimate__form-wrapper .qhack-contact-form__input select,
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap select {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 16px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23313131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    cursor: pointer;
}

/* セレクトボックスの未選択時テキスト色 */
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap select option[value=""] {
    color: #BCBCBC;
}

/* テキストエリア */
.qhack-estimate__form-wrapper .qhack-contact-form__input textarea,
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap textarea {
    width: 100%;
    min-height: 150px;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
}

/* プレースホルダー */
.qhack-estimate__form-wrapper .qhack-contact-form__input input::placeholder,
.qhack-estimate__form-wrapper .qhack-contact-form__input textarea::placeholder,
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap input::placeholder,
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap textarea::placeholder {
    color: #BCBCBC;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* フォーカス時 */
.qhack-estimate__form-wrapper .qhack-contact-form__input input:focus,
.qhack-estimate__form-wrapper .qhack-contact-form__input textarea:focus,
.qhack-estimate__form-wrapper .qhack-contact-form__input select:focus,
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap input:focus,
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap textarea:focus,
.qhack-estimate__form-wrapper .wpcf7-form-control-wrap select:focus {
    border-color: #B701F7;
    box-shadow: 0 0 0 2px rgba(183, 1, 247, 0.1);
}

/* チェックボックス（ご希望の支援内容）- ラジオボタン風の丸形スタイル */
.qhack-estimate__form-wrapper .qhack-contact-form__checkbox-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.qhack-estimate__form-wrapper .qhack-contact-form__checkbox-field .qhack-contact-form__input {
    width: 100%;
}

.qhack-estimate__form-wrapper .wpcf7-checkbox {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 24px;
}

.qhack-estimate__form-wrapper .wpcf7-checkbox .wpcf7-list-item {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.qhack-estimate__form-wrapper .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: none;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z' fill='white'/%3E%3Cpath d='M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z' stroke='%23CCCCCC' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / 20px 20px;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    margin: 0;
}

.qhack-estimate__form-wrapper .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23B701F7'/%3E%3Ccircle cx='10' cy='10' r='4' fill='white'/%3E%3C/svg%3E") no-repeat center / 20px 20px;
}

.qhack-estimate__form-wrapper .wpcf7-checkbox .wpcf7-list-item-label {
    color: var(--Font-Primary, #000);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.64px;
}

/* プライバシーポリシー */
.qhack-estimate__form-wrapper .qhack-contact-form__privacy {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.qhack-estimate__form-wrapper .qhack-contact-form__privacy .wpcf7-form-control-wrap {
    display: inline !important;
    vertical-align: middle !important;
}

.qhack-estimate__form-wrapper .qhack-contact-form__privacy .wpcf7-acceptance {
    display: inline !important;
    vertical-align: middle !important;
}

.qhack-estimate__form-wrapper .qhack-contact-form__privacy .wpcf7-list-item {
    display: inline !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.qhack-estimate__form-wrapper .qhack-contact-form__privacy input[type="checkbox"] {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    margin: 0;
    vertical-align: middle;
    accent-color: #B701F7;
}

.qhack-estimate__form-wrapper .qhack-contact-form__privacy a {
    display: inline;
    vertical-align: middle;
    color: #429BEF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.qhack-estimate__form-wrapper .qhack-contact-form__privacy a:hover {
    opacity: 0.7;
}

.qhack-estimate__form-wrapper .qhack-contact-form__privacy .wpcf7-list-item-label {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* マイクロコピー */
.qhack-estimate__form-wrapper .qhack-contact-form__note {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    margin-top: 24px;
}

/* 送信ボタン */
.qhack-estimate__form-wrapper .qhack-contact-form__submit {
    display: flex;
    justify-content: center;
    margin-top: -18px;
}

.qhack-estimate__form-wrapper .wpcf7-form input[type="submit"],
.qhack-estimate__form-wrapper .qhack-contact-form .wpcf7-submit {
    display: flex;
    width: 100%;
    max-width: 488px;
    height: 72px;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 76px;
    background: #313131;
    border: none;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 0 auto;
}

.qhack-estimate__form-wrapper .wpcf7-form input[type="submit"]:hover,
.qhack-estimate__form-wrapper .qhack-contact-form .wpcf7-submit:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(49, 49, 49, 0.3);
}

/* エラーメッセージ */
.qhack-estimate__form-wrapper .wpcf7-not-valid-tip {
    color: #FF3D3B;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
}

/* 送信完了/エラーメッセージ */
.qhack-estimate__form-wrapper .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.qhack-estimate__form-wrapper .wpcf7-mail-sent-ok {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.qhack-estimate__form-wrapper .wpcf7-validation-errors,
.qhack-estimate__form-wrapper .wpcf7-acceptance-missing {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
}
/* ===== /Q HACK JAPAN 無料見積りフォームセクション ===== */

/* ===== Q HACK JAPAN ポイントチェックセクション（共通） ===== */
.qhack-points-check {
    padding: 20px 0 100px;
    background: #FFF;
}

.qhack-points-check__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-points-check__title {
    color: var(--Font-Primary, #000);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 0 0 50px;
    padding: 0;
    border: none;
}

.qhack-points-check__title::before,
.qhack-points-check__title::after {
    display: none !important;
}

.qhack-points-check__buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.qhack-points-check__btn {
    display: flex;
    width: 360px;
    height: 180px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #FFF;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
}

/* グラデーションボーダーを疑似要素で実装 */
.qhack-points-check__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.qhack-points-check__btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.qhack-points-check__btn-text {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
}
/* ===== /Q HACK JAPAN ポイントチェックセクション（共通） ===== */

/* ===== /Q HACK JAPAN サービスページ ===== */

/* ===== Q HACK JAPAN お問合せページ ===== */

/* SWELLデフォルトのタイトルエリア・パンくずリストを非表示 */
.page-template-inquiry .l-topTitleArea,
.page-template-inquiry .p-breadcrumb,
.page-template-inquiry .c-breadcrumb,
.page-template-inquiry #breadcrumb,
.page-template-inquiry .c-pageTitle,
body.page-template-inquiry .l-topTitleArea,
body.page-template-inquiry .p-breadcrumb {
    display: none !important;
}

/* お問合せページのコンテンツエリアの余白調整 */
.page-template-inquiry #content,
.page-template-inquiry .l-content,
.page-template-inquiry .l-mainContent,
.page-template-inquiry .l-mainContent__inner,
.page-template-inquiry .post_content,
.page-template-inquiry main,
.page-template-inquiry article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-template-inquiry .qhack-inquiry-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-inquiry .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-inquiry .l-container {
    padding-top: 0 !important;
}

.qhack-inquiry-page {
    background: #FFF;
}

.qhack-inquiry-page article {
    padding-bottom: 0;
}

/* お問合せメインセクション */
.qhack-inquiry {
    padding: 0px 0 100px;
    background: #FFF;
    margin-top: 48px;
}

.qhack-inquiry__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-inquiry__content {
    display: flex;
    gap: 60px;
    align-items: stretch;
}

/* 左カラム */
.qhack-inquiry__left {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

/* 右カラム（フォーム） */
.qhack-inquiry__right {
    flex: 0 0 584px;
    max-width: 584px;
    display: flex;
    flex-direction: column;
}

/* メイン説明テキスト */
.qhack-inquiry__lead {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0 0 24px;
}

/* サブテキスト */
.qhack-inquiry__sublead {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0 0 40px;
}

/* 共通バッジコンポーネント */
.qhack-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.qhack-badges__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 160px;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
}

.qhack-badges__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: auto;
    z-index: 0;
}

.qhack-badges__label {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.48px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.qhack-badges__value {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.48px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.qhack-badges__number {
    color: #313131;
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.96px;
}

.qhack-badges__unit {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
}

/* よくあるお悩みセクション */
.qhack-inquiry__troubles-title {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0px 0 24px;
    padding: 0;
    border: none;
}

.qhack-inquiry__troubles-title::before,
.qhack-inquiry__troubles-title::after {
    display: none !important;
}

/* グラデーションボーダーボックス */
.qhack-inquiry__troubles {
    display: flex;
    width: 100%;
    max-width: 584px;
    min-height: 480px;
    padding: 40px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

/* グラデーションボーダーを疑似要素で実装 */
.qhack-inquiry__troubles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.qhack-inquiry__troubles-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.qhack-inquiry__troubles-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.qhack-inquiry__troubles-item:last-child {
    margin-bottom: 0;
}

.qhack-inquiry__troubles-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.qhack-inquiry__troubles-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

.qhack-inquiry__troubles-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
}

/* フォームセクション */
.qhack-inquiry__form-title {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
    border: none;
}

.qhack-inquiry__form-title::before,
.qhack-inquiry__form-title::after {
    display: none !important;
}

/* フォーム枠線 */
.qhack-inquiry__form-wrapper {
    display: flex;
    width: 100%;
    max-width: 584px;
    flex: 1;
    padding: 20px 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

/* Contact Form 7 フォームスタイル調整 */
.qhack-inquiry__form-wrapper .wpcf7-form {
    width: 100%;
}

/* 項目名（ラベル） */
.qhack-inquiry__form-wrapper .wpcf7-form label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.64px;
    margin-bottom: 0;
}

/* 必須/任意バッジ - 項目名のすぐ横に配置 */
.qhack-inquiry__form-wrapper .wpcf7-form .CF7_req,
.qhack-inquiry__form-wrapper .wpcf7-form .CF7_unreq {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.48px;
    vertical-align: middle;
}

.qhack-inquiry__form-wrapper .wpcf7-form .CF7_req {
    background: linear-gradient(180deg, #B701F7 0%, #FF3D3B 100%);
    color: #FFF;
}

.qhack-inquiry__form-wrapper .wpcf7-form .CF7_unreq {
    background: #BCBCBC;
    color: #FFF;
}

/* フォーム入力欄 - 項目名の下に配置 */
.qhack-inquiry__form-wrapper .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0;
}

.qhack-inquiry__form-wrapper .wpcf7-form input[type="text"],
.qhack-inquiry__form-wrapper .wpcf7-form input[type="email"],
.qhack-inquiry__form-wrapper .wpcf7-form input[type="tel"],
.qhack-inquiry__form-wrapper .wpcf7-form input[type="url"],
.qhack-inquiry__form-wrapper .wpcf7-form select {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
    color: #313131;
    box-sizing: border-box;
}

.qhack-inquiry__form-wrapper .wpcf7-form textarea {
    width: 100%;
    min-height: 150px;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
    color: #313131;
    box-sizing: border-box;
    resize: vertical;
}

/* プレースホルダー */
.qhack-inquiry__form-wrapper .wpcf7-form input::placeholder,
.qhack-inquiry__form-wrapper .wpcf7-form textarea::placeholder {
    color: #BCBCBC;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
}

/* プライバシーポリシー */
.qhack-inquiry__form-wrapper .wpcf7-form .wpcf7-acceptance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}

.qhack-inquiry__form-wrapper .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label,
.qhack-inquiry__form-wrapper .wpcf7-form .wpcf7-acceptance a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #313131;
}

.qhack-inquiry__form-wrapper .wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
    cursor: pointer;
}

/* カスタムフォームレイアウト - 縦並び（項目名+タグ → 入力欄） */
.qhack-inquiry__form-wrapper .qhack-contact-form__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

/* ラベル部分（項目名 + タグ）を横並び、項目名のすぐ横にタグ */
.qhack-inquiry__form-wrapper .qhack-contact-form__label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: auto;
    min-width: 0;
    flex-shrink: 0;
}

/* 項目名テキスト */
.qhack-inquiry__form-wrapper .qhack-contact-form__label-text {
    color: #313131;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.64px;
    width: auto;
    white-space: nowrap;
}

/* 必須/任意バッジ */
.qhack-inquiry__form-wrapper .qhack-contact-form__badge {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #FFF;
}

.qhack-inquiry__form-wrapper .qhack-contact-form__badge--required {
    background: linear-gradient(180deg, #B701F7 0%, #FF3D3B 100%);
}

.qhack-inquiry__form-wrapper .qhack-contact-form__badge--optional {
    background: #BCBCBC;
}

/* 入力欄 - 項目名の下に配置、幅100% */
.qhack-inquiry__form-wrapper .qhack-contact-form__input {
    width: 100%;
}

.qhack-inquiry__form-wrapper .qhack-contact-form__input input[type="text"],
.qhack-inquiry__form-wrapper .qhack-contact-form__input input[type="email"],
.qhack-inquiry__form-wrapper .qhack-contact-form__input input[type="tel"],
.qhack-inquiry__form-wrapper .qhack-contact-form__input input[type="url"],
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-form-control-wrap input[type="text"],
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-form-control-wrap input[type="email"],
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-form-control-wrap input[type="tel"],
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-form-control-wrap input[type="url"] {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
    color: #313131;
    box-sizing: border-box;
}

.qhack-inquiry__form-wrapper .qhack-contact-form__input textarea,
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    min-height: 150px;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
    color: #313131;
    box-sizing: border-box;
    resize: vertical;
}

.qhack-inquiry__form-wrapper .qhack-contact-form__input input::placeholder,
.qhack-inquiry__form-wrapper .qhack-contact-form__input textarea::placeholder,
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-form-control-wrap input::placeholder,
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-form-control-wrap textarea::placeholder {
    color: #BCBCBC;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.64px;
}

/* プライバシーポリシー */
.qhack-inquiry__form-wrapper .qhack-contact-form__privacy {
    display: block;
    text-align: center;
    margin-top: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #313131;
}

/* wpcf7-form-control-wrap の垂直位置調整 */
.qhack-inquiry__form-wrapper .qhack-contact-form__privacy .wpcf7-form-control-wrap {
    display: inline !important;
    vertical-align: middle !important;
}

/* wpcf7-acceptance の垂直位置調整 */
.qhack-inquiry__form-wrapper .qhack-contact-form__privacy .wpcf7-acceptance {
    display: inline !important;
    vertical-align: middle !important;
}

/* wpcf7-list-item の垂直位置調整 */
.qhack-inquiry__form-wrapper .qhack-contact-form__privacy .wpcf7-list-item {
    display: inline !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

/* チェックボックス */
.qhack-inquiry__form-wrapper .qhack-contact-form__privacy input[type="checkbox"] {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border: 1px solid #BCBCBC;
    margin: 0 8px 0 0 !important;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}

/* プライバシーポリシーリンク */
.qhack-inquiry__form-wrapper .qhack-contact-form__privacy a {
    display: inline;
    vertical-align: middle;
    color: #429BEF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.84px;
    text-decoration: underline;
    vertical-align: middle;
}

/* マイクロコピー「＼強引な営業一切なし！／」を非表示 */
.qhack-inquiry__form-wrapper .qhack-contact-form__note {
    display: none !important;
}

/* 送信ボタン */
.qhack-inquiry__form-wrapper .wpcf7-form input[type="submit"],
.qhack-inquiry__form-wrapper .qhack-contact-form .wpcf7-submit {
    display: flex;
    width: 297px;
    height: 72px;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 76px;
    background: #313131;
    border: none;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    margin: 20px auto 0;
}

.qhack-inquiry__form-wrapper .wpcf7-form input[type="submit"]:hover {
    opacity: 0.8;
}

/* ===== /Q HACK JAPAN お問合せページ ===== */

/* ===== Q HACK JAPAN 資料請求ページ ===== */

/* ヘッダー余白削除 */
.page-template-document .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-document .l-container {
    padding-top: 0 !important;
}

.qhack-document-page {
    background: #FFF;
}

/* メインセクション */
.qhack-document {
    padding: 0px 0 40px;
    background: #FFF;
}

.qhack-document__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 2カラムレイアウト */
.qhack-document__content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start;
}

/* 左カラム */
.qhack-document__left {
    width: 584px;
    flex-shrink: 0;
}

/* 右カラム */
.qhack-document__right {
    flex: 1;
    max-width: 584px;
}

/* 資料イメージボックス */
.qhack-document__image-box {
    width: 584.002px;
    height: 364px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    overflow: hidden;
}

.qhack-document__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* 資料イメージタイトル（ボックス内） */
.qhack-document__image-title {
    width: 189px;
    height: 33px;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin: 0;
    text-align: center;
}

/* 説明テキスト */
.qhack-document__desc {
    width: 584px;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0 0 40px;
}

/* 内容を一部抜粋タイトル */
.qhack-document__excerpt-title {
    width: 584px;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin: 0 0 16px;
    padding: 0;
    border: none;
}

.qhack-document__excerpt-title::before,
.qhack-document__excerpt-title::after {
    display: none !important;
}

/* 内容を一部抜粋説明 */
.qhack-document__excerpt-desc {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0 0 40px;
}

/* 資料請求ページ用バッジ調整 */
.qhack-document__left .qhack-badges {
    justify-content: flex-start;
    margin-bottom: 40px;
}

/* 会社説明テキスト */
.qhack-document__company-text {
    width: 584px;
    position: relative;
}

.qhack-document__company-text p {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.88px;
    margin: 0;
    position: relative;
}

/* ハイライトテキスト（ピンク背景） */
.qhack-document__highlight {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1.04px;
    position: relative;
    display: inline;
    padding: 0 4px;
    background: #FBEEFF;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* ===== /Q HACK JAPAN 資料請求ページ ===== */

/* ===== Q HACK JAPAN お問い合わせ完了ページ ===== */

/* ヘッダー余白削除 */
.page-template-contact-completed .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-contact-completed .l-container {
    padding-top: 0 !important;
}

.qhack-contact-completed-page {
    background: #FFF;
}

.qhack-contact-completed-page article {
    padding-bottom: 0;
}

/* お問い合わせ完了メインセクション */
.qhack-contact-completed {
    padding: 0px 0 30px;
    background: #FFF;
}

.qhack-contact-completed__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-contact-completed__message {
    margin-bottom: 60px;
}

.qhack-contact-completed__text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-contact-completed__button {
    display: flex;
    justify-content: center;
}

.qhack-contact-completed__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    padding: 14px 36px;
    border-radius: 80px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    color: #FFF;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    transition: all 0.3s ease;
}

.qhack-contact-completed__btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 61, 59, 0.2);
}

/* ===== /Q HACK JAPAN お問い合わせ完了ページ ===== */

/* ===== Q HACK JAPAN 資料請求完了ページ ===== */

/* ヘッダー余白削除 */
.page-template-download-completed .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-download-completed .l-container {
    padding-top: 0 !important;
}

.qhack-download-completed-page {
    background: #FFF;
}

.qhack-download-completed-page article {
    padding-bottom: 0;
}

/* 資料請求完了メインセクション */
.qhack-download-completed {
    padding: 0px 0 30px;
    background: #FFF;
}

.qhack-download-completed__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-download-completed__message {
    margin-bottom: 60px;
}

.qhack-download-completed__text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-download-completed__button {
    display: flex;
    justify-content: center;
}

.qhack-download-completed__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    padding: 14px 36px;
    border-radius: 80px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    color: #FFF;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    transition: all 0.3s ease;
}

.qhack-download-completed__btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 61, 59, 0.2);
}

/* ===== /Q HACK JAPAN 資料請求完了ページ ===== */

/* ===== Q HACK JAPAN 実績・事例一覧ページ ===== */

/* ヘッダー余白削除 */
.page-template-case .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-case .l-container {
    padding-top: 0 !important;
}

.qhack-case-page {
    background: #FFF;
}

.qhack-case-page article {
    padding-bottom: 0;
}

/* 成功事例一覧セクション */
.qhack-case-list {
    padding: 20px 40px 90px;
    background: #FFF;
}

.qhack-case-list__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.qhack-case-list__header {
    text-align: center;
    margin-bottom: 60px;
}

/* 成功事例カードコンテナ（一覧ページ用） */
.qhack-case-list__cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

/* ===== Q HACK JAPAN ページネーション ===== */

.qhack-case-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.qhack-case-pagination__numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.qhack-case-pagination__number {
    color: #313131;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-case-pagination__number:hover {
    opacity: 0.7;
}

.qhack-case-pagination__number--current {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.qhack-case-pagination__number--current::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: #FBEEFF;
    border-radius: 50%;
    z-index: -1;
}

.qhack-case-pagination__ellipsis {
    color: #313131;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
}

.qhack-case-pagination__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-case-pagination__arrow:hover {
    opacity: 0.7;
}

.qhack-case-pagination__arrow img {
    width: 24px;
    height: auto;
}

/* ===== /Q HACK JAPAN ページネーション ===== */

/* ===== /Q HACK JAPAN 実績・事例一覧ページ ===== */

/* ===== Q HACK JAPAN 選ばれる理由ページ ===== */

/* SWELLデフォルトのタイトルエリア・パンくずリストを非表示 */
.page-template-feature .l-topTitleArea,
.page-template-feature .p-breadcrumb,
.page-template-feature .c-breadcrumb,
.page-template-feature #breadcrumb,
.page-template-feature .c-pageTitle,
body.page-template-feature .l-topTitleArea,
body.page-template-feature .p-breadcrumb {
    display: none !important;
}

/* 選ばれる理由ページのコンテンツエリアの余白調整 */
.page-template-feature #content,
.page-template-feature .l-content,
.page-template-feature .l-mainContent,
.page-template-feature .l-mainContent__inner,
.page-template-feature .post_content,
.page-template-feature main,
.page-template-feature article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-template-feature .qhack-feature-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-feature .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-feature .l-container {
    padding-top: 0 !important;
}

.qhack-feature-page {
    background: #FFF;
}

.qhack-feature-page article {
    padding-bottom: 0;
}

/* リードテキストセクション */
.qhack-feature-intro {
    padding: 20px 0 30px;
    background: #FFF;
}

.qhack-feature-intro__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-feature-intro__lead {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0;
}

/* 選ばれる理由カードセクション */
.qhack-feature-card-section {
    padding: 15px 0;
    background: #FFF;
}

.qhack-feature-card-section__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

/* 選ばれる理由カード */
.qhack-feature-card {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 40px 60px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* グラデーションボーダーを疑似要素で実装 */
.qhack-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* カードタイトル */
.qhack-feature-card__title {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin: 0;
    padding: 0 0 14px;
    border: none;
    border-bottom: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.qhack-feature-card__title::before,
.qhack-feature-card__title::after {
    display: none !important;
}

/* カード説明文 */
.qhack-feature-card__description {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.64px;
    margin: 0;
}

/* カードコンテンツ（2カラム） */
.qhack-feature-card__content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

/* カード4用縦方向レイアウト */
.qhack-feature-card__content--vertical {
    flex-direction: row;
    align-items: flex-start;
}

/* カード画像 */
.qhack-feature-card__image {
    flex: 0 0 auto;
    margin: 0;
}

.qhack-feature-card__image img {
    max-width: 300px;
    height: auto;
    display: block;
}

/* カードテキストエリア */
.qhack-feature-card__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* カード4用フル幅テキスト */
.qhack-feature-card__text--full {
    flex: 1;
}

/* カードアイテム（サブタイトル+詳細） */
.qhack-feature-card__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* カードサブタイトル */
.qhack-feature-card__subtitle {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.88px;
    margin: 0;
    padding: 0;
    border: none;
}

.qhack-feature-card__subtitle::before,
.qhack-feature-card__subtitle::after {
    display: none !important;
}

/* カード詳細テキスト */
.qhack-feature-card__detail {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.64px;
    margin: 0;
}

/* カードボタン */
.qhack-feature-card__btn {
    display: flex;
    width: 297px;
    padding: 14px 36px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 80px;
    background: #FFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1;
    border: none;
}

/* グラデーションボーダーを疑似要素で実装 */
.qhack-feature-card__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 80px;
    padding: 2px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.qhack-feature-card__btn:hover {
    opacity: 0.8;
}

.qhack-feature-card__btn-text {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-feature-card__btn-arrow {
    width: 16px;
    height: auto;
}

/* ===== Q HACK JAPAN 選ばれる理由ページ レスポンシブ ===== */
@media screen and (max-width: 1024px) {
    .qhack-feature-card {
        padding: 30px 40px;
        gap: 30px;
    }
    
    .qhack-feature-card__content {
        flex-direction: column;
        align-items: center;
    }
    
    .qhack-feature-card__content--vertical {
        flex-direction: column;
    }
    
    .qhack-feature-card__image {
        order: -1;
    }
    
    .qhack-feature-card__text {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .qhack-feature-intro {
        padding: 16px 0 24px;
    }
    
    .qhack-feature-intro__inner {
        padding: 0 20px;
    }
    
    .qhack-feature-intro__lead {
        font-size: 18px;
        line-height: 28px;
    }
    
    .qhack-feature-card-section {
        padding: 12px 0;
    }
    
    .qhack-feature-card-section__inner {
        padding: 0 20px;
    }
    
    .qhack-feature-card {
        padding: 24px 20px;
        gap: 24px;
        border-radius: 20px;
    }
    
    .qhack-feature-card__title {
        font-size: 22px;
        line-height: 30px;
    }
    
    .qhack-feature-card__description {
        font-size: 14px;
        line-height: 24px;
    }
    
    .qhack-feature-card__image img {
        max-width: 200px;
    }
    
    .qhack-feature-card__subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    
    .qhack-feature-card__detail {
        font-size: 14px;
        line-height: 24px;
    }
    
    .qhack-feature-card__btn {
        width: 260px;
        padding: 12px 24px;
    }
    
    .qhack-feature-card__btn-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .qhack-feature-intro__lead {
        font-size: 16px;
        line-height: 26px;
    }
    
    .qhack-feature-intro__lead br {
        display: none;
    }
    
    .qhack-feature-card__description br {
        display: none;
    }
    
    .qhack-feature-card__title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .qhack-feature-card__image img {
        max-width: 180px;
    }
}

/* ===== Q HACK JAPAN 他社サービスとの違いセクション ===== */

.qhack-feature-diff {
    padding: 60px 0 80px;
    background: #FFF;
}

.qhack-feature-diff__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-feature-diff__header {
    text-align: center;
    margin-bottom: 50px;
}

/* テーブルラッパー（横スクロール対応） */
.qhack-feature-diff__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* テーブル本体 */
.qhack-feature-diff__table {
    width: 1090px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

/* 列幅指定 */
.qhack-feature-diff__table col.col-label { width: 193px; }
.qhack-feature-diff__table col.col-qhack { width: 413px; }
.qhack-feature-diff__table col.col-a { width: 242px; }
.qhack-feature-diff__table col.col-b { width: 242px; }

/* ===== ヘッダー行 ===== */

/* ヘッダー左上の空セル */
.qhack-feature-diff__thead-empty {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ヘッダーセル共通 */
.qhack-feature-diff__thead-cell {
    height: 88px;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    border: none;
    background: transparent;
}

/* Qハック列ヘッダー */
.qhack-feature-diff__thead-cell--qhack {
    background: #FBEEFF;
    border: 1px solid #E0E0E0;
    border-radius: 20px 20px 0 0;
    vertical-align: middle;
    padding: 15px 20px;
    height: 88px;
}

/* A社・B社ヘッダー（セル自体は透明） */
.qhack-feature-diff__thead-cell--competitor {
    background: transparent;
    border: none;
    vertical-align: bottom;
    padding: 0;
}

/* A社・B社の内側ラッパー（黒背景67px） */
.qhack-feature-diff__competitor-inner {
    display: flex;
    width: 100%;
    height: 67px;
    padding: 20.5px 0;
    justify-content: center;
    align-items: center;
    background: #313131;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}

/* B社のみ右上角丸 */
.qhack-feature-diff__competitor-inner--last {
    border-radius: 0 20px 0 0;
}

/* ロゴ画像 */
.qhack-feature-diff__logo {
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* A社・B社テキスト */
.qhack-feature-diff__competitor-text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* ===== ボディ行 ===== */

/* 項目ラベル列（左端） */
.qhack-feature-diff__label {
    width: 163px;
    height: 120px;
    padding: 18px 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E0E0E0;
    background: #F5F5F5;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
}

/* Qハック列セル（ピンク背景） */
.qhack-feature-diff__cell--qhack {
    width: 443px;
    height: 120px;
    padding: 14px 30px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E0E0E0;
    background: #FBEEFF;
}

/* A社・B社セル（白背景） */
.qhack-feature-diff__cell {
    width: 242px;
    height: 120px;
    padding: 18px 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E0E0E0;
    background: #FFF;
}

/* ===== 記号スタイル ===== */

/* 記号共通 */
.qhack-feature-diff__symbol {
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 4px;
}

/* ◎（Qハック列・大サイズ） */
.qhack-feature-diff__symbol--double-lg {
    color: #FF3D3B;
    font-size: 44px;
}

/* ◎（A社B社列） */
.qhack-feature-diff__symbol--double {
    color: #FF3D3B;
    font-size: 28px;
}

/* ○ */
.qhack-feature-diff__symbol--circle {
    color: #B701F7;
    font-size: 28px;
}

/* △ */
.qhack-feature-diff__symbol--triangle {
    color: #1571DA;
    font-size: 28px;
}

/* ===== テキストスタイル ===== */

/* セル内テキスト共通（A社・B社） */
.qhack-feature-diff__text {
    display: block;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.52px;
}

/* Qハック列テキスト */
.qhack-feature-diff__text--qhack {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 0.56px;
}

/* Qハック列の数字強調 */
.qhack-feature-diff__text--num {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: 0.64px;
}

/* ===== レスポンシブ ===== */

@media screen and (max-width: 1100px) {
    .qhack-feature-diff__table-wrap {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 768px) {
    .qhack-feature-diff {
        padding: 40px 0 60px;
    }
    
    .qhack-feature-diff__inner {
        padding: 0 20px;
    }
    
    .qhack-feature-diff__header {
        margin-bottom: 30px;
    }

    .qhack-feature-diff__table {
        margin: 0;
    }
}

/* スクロールインジケーター（PCでは非表示） */
.qhack-feature-diff__scroll-hint {
    display: none;
}

@media screen and (max-width: 768px) {
    .qhack-feature-diff__scroll-hint {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        margin-bottom: 12px;
    }

    .qhack-feature-diff__scroll-hint-text {
        color: #888;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.48px;
    }

    .qhack-feature-diff__scroll-hint-arrow {
        color: #B701F7;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        animation: scrollHintBounce 1.5s ease-in-out infinite;
    }

    @keyframes scrollHintBounce {
        0%, 100% { transform: translateX(0); }
        50% { transform: translateX(6px); }
    }
}

/* ===== /Q HACK JAPAN 他社サービスとの違いセクション ===== */

/* ===== /Q HACK JAPAN 選ばれる理由ページ ===== */

/* ===== Q HACK JAPAN お客様の声ページ ===== */

/* SWELLデフォルトのタイトルエリア・パンくずリストを非表示 */
.page-template-voice .l-topTitleArea,
.page-template-voice .p-breadcrumb,
.page-template-voice .c-breadcrumb,
.page-template-voice #breadcrumb,
.page-template-voice .c-pageTitle,
body.page-template-voice .l-topTitleArea,
body.page-template-voice .p-breadcrumb {
    display: none !important;
}

/* お客様の声ページのコンテンツエリアの余白調整 */
.page-template-voice #content,
.page-template-voice .l-content,
.page-template-voice .l-mainContent,
.page-template-voice .l-mainContent__inner,
.page-template-voice .post_content,
.page-template-voice main,
.page-template-voice main > article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-template-voice .qhack-voice-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-voice .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.page-template-voice .l-container {
    padding-top: 0 !important;
}

.qhack-voice-page {
    background: #FFF;
}

.qhack-voice-page > article {
    padding-bottom: 0;
}

/* お客様の声一覧セクション */
.qhack-voice-list {
    padding: 50px 40px 100px;
    background: #FFF;
}

.qhack-voice-list__inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* カードグリッド（2カラム） */
.qhack-voice-list__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 80px;
}

/* カード本体 */
.qhack-voice-list__card {
    width: 550px;
    border-radius: 20px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    padding: 51px 45px 84px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* アイコン画像 */
.qhack-voice-list__card-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.qhack-voice-list__card-icon img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

/* カードタイトル */
.qhack-voice-list__card-title {
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    margin: 0 0 20px;
}

/* カードテキスト */
.qhack-voice-list__card-text {
    align-self: stretch;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0 0 20px;
}

/* 会社名・担当者名 */
.qhack-voice-list__card-name {
    align-self: stretch;
    color: #F9E8FF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0 0 8px;
}

/* 業種・支援内容 */
.qhack-voice-list__card-info {
    align-self: stretch;
}

.qhack-voice-list__card-info p {
    color: #F9E8FF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.48px;
    margin: 0;
}

/* ===== /Q HACK JAPAN お客様の声ページ ===== */


/* ===== Q HACK JAPAN プライバシーポリシーページ ===== */

/* ヘッダー余白削除 */
.page-template-privacy #content,
.page-template-privacy .l-content,
.page-template-privacy .l-mainContent,
.page-template-privacy .l-mainContent__inner,
.page-template-privacy .l-container,
.page-template-privacy .post_content {
    padding-top: 0 !important;
}

.page-template-privacy .qhack-company-header {
    margin-top: 0 !important;
}

/* プライバシーポリシー本文セクション */
.qhack-privacy {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 80px 40px;
}

.qhack-privacy__inner {
    display: flex;
    width: 1201px;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
}

.qhack-privacy__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 2px;
}

.qhack-privacy__heading {
    display: flex;
    height: 29px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.qhack-privacy__text {
    align-self: stretch;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

/* ===== /Q HACK JAPAN プライバシーポリシーページ ===== */

/* ===== Q HACK JAPAN 料金プランページ ===== */
.qhack-price-body {
    padding: 0 0 80px;
    background: #FFF;
}

.qhack-price-body__inner {
    max-width: 825px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-price-body__text {
    width: 100%;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0 0 30px;
}

.qhack-price-body__text:last-child {
    margin-bottom: 0;
}

.qhack-price-body__text--emphasis {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.04px;
}

.qhack-price-body__text--emphasis,
.qhack-price-body__text strong {
    font-weight: 700;
    background-image: linear-gradient(90deg, #FF3D3B, #B701F7);
    background-size: 100% 3px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding-bottom: 2px;
}

.qhack-price-page .qhack-service-intro {
    padding-bottom: 0;
}

.qhack-price-page .qhack-service-intro__header {
    margin-bottom: 10px;
}
/* ===== /Q HACK JAPAN 料金プランページ ===== */

/* ===== Q HACK JAPAN プラン例セクション ===== */
.qhack-plan-example {
    background: #F2F2F2;
    padding: 80px 0;
}

.qhack-plan-example__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.qhack-plan-example__header {
    text-align: center;
    margin-bottom: 30px;
}

.qhack-plan-example__lead {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0 0 50px;
}

.qhack-plan-example__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

/* --- プランカード共通 --- */
.qhack-plan-card {
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #CCC;
    background: #FFF;
    position: relative;
    padding-top: 45px;
    margin-top: 45px;
}

.qhack-plan-example__cards .qhack-plan-card:first-child {
    margin-top: 45px;
}

.qhack-plan-card__top {
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #CCC;
}

/* --- CASEアイコン（カード上端オーバーラップ） --- */
.qhack-plan-card__icon {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    z-index: 2;
}

.qhack-plan-card__icon svg {
    display: block;
    width: 90px;
    height: 90px;
}

.qhack-plan-card__case {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.56px;
    white-space: nowrap;
}

.qhack-plan-card__num {
    position: absolute;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    white-space: nowrap;
}

.qhack-plan-card__desc {
    width: 100%;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-plan-card__name {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin: 0;
}

/* --- 料金表示 --- */
.qhack-plan-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 30px 0;
    gap: 4px;
}

.qhack-plan-card__price-label {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
}

.qhack-plan-card__price-num {
    color: #313131;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

/* --- カードボディ（2カラム） --- */
.qhack-plan-card__body {
    display: flex;
    width: 100%;
    padding: 0 60px 50px;
    gap: 40px;
    justify-content: center;
}

.qhack-plan-card__column {
    flex: 1;
    max-width: 480px;
    text-align: center;
}

.qhack-plan-card__column-title {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.88px;
    margin: 0 0 10px;
}

.qhack-plan-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
}

.qhack-plan-card__list li {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    padding-left: 1em;
    text-indent: -1em;
}

.qhack-plan-card__list li::before {
    content: "・";
}
/* ===== /Q HACK JAPAN プラン例セクション ===== */

/* ===== Q HACK JAPAN 契約期間セクション ===== */
.qhack-contract-period {
    padding: 80px 0;
    background: #fff;
}

.qhack-contract-period__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.qhack-contract-period__header {
    text-align: center;
}

/* カード */
.qhack-contract-period__card {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 140px;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.qhack-contract-period__row {
    display: flex;
    align-items: center;
    gap: 92px;
}

.qhack-contract-period__label {
    align-self: stretch;
    display: flex;
    align-items: center;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.88px;
}

.qhack-contract-period__value {
    align-self: stretch;
    display: flex;
    align-items: center;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 1.2px;
}

/* 説明文 */
.qhack-contract-period__desc {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

/* スポットカード */
.qhack-contract-period__spot {
    display: flex;
    flex-direction: column;
    width: 600px;
    height: 297px;
    padding: 34px 40px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.qhack-contract-period__spot-title {
    width: 414px;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 1.2px;
    margin: 0;
}

.qhack-contract-period__spot-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qhack-contract-period__spot-list li {
    color: #313131;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.88px;
}

.qhack-contract-period__spot-note {
    color: #000;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px;
    margin: 0;
}
/* ===== /Q HACK JAPAN 契約期間セクション ===== */

/* ===== Q HACK JAPAN コンサルティングページ ===== */

/* ヘッダー余白削除 */
.qhack-consulting-page .qhack-company-header {
    margin-top: 0 !important;
}

/* SWELLのコンテナも余白削除 */
.qhack-consulting-page ~ .l-container,
.qhack-consulting-page ~ * .l-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ヒーローセクション */
.qhack-consulting-hero {
    padding: 0px 0 30px;
    background: #FFF;
    margin-top: 30px;
}

.qhack-consulting-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-consulting-hero__title {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 3rem;
    margin: 0 0 0px;
}

.qhack-consulting-hero__subtitle {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0 0 20px;
}

.qhack-consulting-hero__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.qhack-consulting-hero__buttons .qhack-cta-btn {
    width: 297px;
    padding: 10px 28px 11px;
}

/* 課題セクション */
.qhack-consulting-problem {
    padding: 80px 0 200px;
    background: #F2F2F2;
}

.qhack-consulting-problem__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-consulting-problem__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1.6px;
    margin: 0 0 50px;
}

.qhack-consulting-problem__card {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 60px 10px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid transparent;
    background-image: linear-gradient(#FFF, #FFF), linear-gradient(90deg, #FF3D3B, #B701F7);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    overflow: visible;
}

.qhack-consulting-problem__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 700px;
}

.qhack-consulting-problem__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qhack-consulting-problem__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qhack-consulting-problem__icon svg {
    width: 22px;
    height: 22px;
}

.qhack-consulting-problem__text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.16px;
    letter-spacing: 0.88px;
}

.qhack-consulting-problem__illustration {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    margin: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.qhack-consulting-problem__illustration img {
    max-width: 300px;
    height: auto;
}

/* お任せくださいセクション */
.qhack-consulting-strength {
    padding: 50px 0 80px;
    background: #FFF;
}

.qhack-consulting-strength__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-consulting-strength__header {
    text-align: center;
    margin-bottom: 40px;
}

.qhack-consulting-strength__suptitle {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1px;
    margin: 0;
}

.qhack-consulting-strength__title {
    color: #333;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1.6px;
    padding-bottom: 20px;
    margin: 0;
}

.qhack-consulting-strength__card {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
    min-height: 360px;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    margin-top: 40px;
    margin-bottom: 20px;
}

.qhack-consulting-strength__card--reverse {
    flex-direction: row-reverse;
}

.qhack-consulting-strength__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qhack-consulting-strength__number {
    position: absolute;
    top: -30px;
    z-index: 1;
    font-family: "Poppins", sans-serif !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.4px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.qhack-consulting-strength__number--left {
    left: 30px;
}

.qhack-consulting-strength__number--right {
    right: 30px;
}

.qhack-consulting-strength__card-title {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin: 0;
}

.qhack-consulting-strength__card-desc {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.88px;
    margin: 0;
}

.qhack-consulting-strength__card-image {
    flex-shrink: 0;
    width: 180px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qhack-consulting-strength__card-image img {
    width: 100%;
    height: auto;
}

/* カード縦積みバリアント（04, 05用） */
.qhack-consulting-strength__card--vertical {
    flex-direction: column;
    padding: 60px 60px 50px;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.qhack-consulting-strength__card--vertical .qhack-consulting-strength__card-image {
    width: 100%;
    max-width: 900px;
}

.qhack-consulting-strength__card--vertical .qhack-consulting-strength__card-title {
    text-align: center;
}

.qhack-consulting-strength__card--vertical .qhack-consulting-strength__card-body {
    max-width: 1000px;
    align-items: center;
}

.qhack-consulting-strength__card-list {
    text-align: left;
    align-self: stretch;
    list-style: disc;
    padding-left: 1.5em;
    margin: 10px 0;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.88px;
}

/* コンサルティングページ内FAQの背景を白に・背景画像を非表示 */
.qhack-consulting-page .qhack-faq {
    background: #FFF;
}

.qhack-consulting-page .qhack-faq::before {
    display: none;
}

/* --- 料金プラン例セクション（コンサルティングページ内） --- */
.qhack-consulting-plan {
    padding: 20px 0 100px;
    background: #FFF;
}

.qhack-consulting-plan__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-consulting-plan__header {
    text-align: center;
    margin-bottom: 30px;
}

.qhack-consulting-plan__lead {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.88px;
    margin: 0 0 50px;
}

.qhack-consulting-plan__cards {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
}

.qhack-consulting-plan__card {
    flex: 1;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #CCC;
    background: #FFF;
    position: relative;
    padding-top: 25px;
    margin-top: 45px;
    overflow: visible;
}

.qhack-consulting-plan__card-top {
    display: flex;
    width: 100%;
    height: 260px;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #CCC;
}

.qhack-consulting-plan__card-name {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 0;
}

.qhack-consulting-plan__card-desc {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-consulting-plan__card-bottom {
    display: flex;
    width: 100%;
    height: 161px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.qhack-consulting-plan__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.qhack-consulting-plan__price-label {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
}

.qhack-consulting-plan__price-num {
    color: #313131;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

.qhack-plan-example__note,
.qhack-consulting-plan__note {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-top: 24px;
    line-height: 1.8;
}

.qhack-consulting-plan__btn {
    display: flex;
    width: 297px;
    padding: 14px 36px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 80px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-top: 60px;
}

.qhack-consulting-plan__btn:hover {
    opacity: 0.8;
}

.qhack-consulting-plan__btn-text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-consulting-plan__btn-arrow {
    width: 16px;
    height: auto;
}

/* ===== /Q HACK JAPAN コンサルティングページ ===== */

/* ===== Q HACK JAPAN 出店代行ページ メリットセクション ===== */
.qhack-opening-merit {
    padding: 40px 0 100px;
    background: #FFF;
}

.qhack-opening-merit__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-opening-merit__header {
    text-align: center;
    margin-bottom: 30px;
}

.qhack-opening-merit__cards {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
}

.qhack-opening-merit__card {
    flex: 1;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #CCC;
    background: #FFF;
    position: relative;
    padding-top: 25px;
    margin-top: 45px;
    overflow: visible;
}

.qhack-opening-merit__card-top {
    display: flex;
    height: 350px;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}

.qhack-opening-merit__card-name {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
}

.qhack-opening-merit__card-desc {
    width: 320px;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
}
/* ===== /Q HACK JAPAN 出店代行ページ メリットセクション ===== */

/* ===== Q HACK JAPAN 出店代行ページ CTAセクション ===== */

/* innerを縦並びに変更（ボックス + サポート案内） */
.qhack-cta-section__inner--opening {
    flex-direction: column;
    gap: 40px;
}

/* 白ボックス内のサブテキスト */
.qhack-opening-cta-support__sub {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.64px;
    margin: 0;
}

/* 運用サポート案内エリア（グラデーション背景上） */
.qhack-opening-cta-support {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 1023px;
}

/* タイトル: 出店後の運用サポートについて */
.qhack-opening-cta-support__title {
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 0;
}

/* 説明テキスト */
.qhack-opening-cta-support__text {
    display: flex;
    height: 59px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.64px;
    margin: 0;
}

/* グラデーション枠線ボタン */
.qhack-opening-cta-support__btn {
    display: flex;
    width: 620px;
    max-width: 100%;
    height: 74px;
    padding: 14px 36px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 80px;
    background: #FFF;
    border: none;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
    transition: opacity 0.3s ease;
}

/* グラデーションボーダーを疑似要素で実現 */
.qhack-opening-cta-support__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 80px;
    padding: 2px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.qhack-opening-cta-support__btn:hover {
    opacity: 0.8;
}

/* ボタンテキスト */
.qhack-opening-cta-support__btn-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

/* 矢印アイコン */
.qhack-opening-cta-support__btn-arrow {
    width: 16px;
    height: auto;
}

/* ===== /Q HACK JAPAN 出店代行ページ CTAセクション ===== */

/* ===== Q HACK JAPAN 出店代行ページ FAQセクション背景 ===== */
.qhack-opening-page .qhack-faq {
    background: #FFF;
}

.qhack-opening-page .qhack-faq::before {
    display: none;
}
/* ===== /Q HACK JAPAN 出店代行ページ FAQセクション背景 ===== */

/* ===== Q HACK JAPAN 採用情報ページ ===== */

/* SWELLデフォルトのタイトルエリア・パンくずリストを非表示 */
.page-template-recruitment .l-topTitleArea,
.page-template-recruitment .p-breadcrumb,
.page-template-recruitment .c-breadcrumb,
.page-template-recruitment #breadcrumb,
.page-template-recruitment .c-pageTitle,
body.page-template-recruitment .l-topTitleArea,
body.page-template-recruitment .p-breadcrumb {
    display: none !important;
}

/* 採用情報ページのコンテンツエリアの余白調整 */
.page-template-recruitment #content,
.page-template-recruitment .l-content,
.page-template-recruitment .l-mainContent,
.page-template-recruitment .l-mainContent__inner,
.page-template-recruitment .post_content,
.page-template-recruitment main,
.page-template-recruitment article {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.page-template-recruitment .qhack-recruit-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-template-recruitment .qhack-company-header {
    margin-top: 0 !important;
}

.page-template-recruitment .l-container {
    padding-top: 0 !important;
}

/* SWELLラッパー要素の白背景を透明にしてセクション間の隙間を解消 */
.page-template-recruitment #content,
.page-template-recruitment .l-content,
.page-template-recruitment .l-mainContent,
.page-template-recruitment .l-mainContent__inner,
.page-template-recruitment .l-container,
.page-template-recruitment .post_content {
    background: transparent !important;
}

.qhack-recruit-page {
    background: transparent;
}

.qhack-recruit-page article {
    padding-bottom: 0;
    background: transparent;
}

/* --- ヒーローセクション --- */
.qhack-recruit-hero {
    display: flex;
    width: 100%;
    max-width: 1920px;
    height: 273px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FBEEFF 27.47%, #FFF 100%);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.qhack-recruit-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.qhack-recruit-hero__title {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.qhack-recruit-hero__title::before,
.qhack-recruit-hero__title::after {
    display: none !important;
    content: none !important;
}

.qhack-recruit-hero__subtitle {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0;
}

/* --- ABOUTセクション --- */
.qhack-recruit-about {
    padding: 0px 0 100px;
    background: #FFF;
}

.qhack-recruit-about__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-recruit-about__header {
    text-align: center;
    margin-bottom: 50px;
}

.qhack-recruit-about__text {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
    margin: 0;
}

/* --- グレー背景ゾーン（サブピクセルギャップ防止） --- */
.qhack-recruit-gray-zone {
    background: #F2F2F2;
}

/* --- 強みセクション（メリット） --- */
.qhack-recruit-merit {
    padding: 80px 0 100px;
    background: #F2F2F2;
}

.qhack-recruit-merit__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-recruit-merit__header {
    text-align: center;
    margin-bottom: 30px;
}

.qhack-recruit-merit__cards {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
}

.qhack-recruit-merit__card {
    flex: 1;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    position: relative;
    padding-top: 45px;
    margin-top: 45px;
    overflow: visible;
    border: 1px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%) border-box;
}

.qhack-recruit-merit__card-top {
    display: flex;
    height: auto;
    flex: 1;
    padding: 30px 26px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    align-self: stretch;
}

.qhack-recruit-merit__card-name {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qhack-recruit-merit__card-desc {
    width: 328px;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

/* --- 共通チェックマークアイコン --- */
.qhack-check-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qhack-check-icon svg {
    width: 22px;
    height: 22px;
}

/* --- 求める人物像セクション --- */
.qhack-recruit-persona {
    padding: 0px 0 100px;
    background: #F2F2F2;
}

.qhack-recruit-persona__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-recruit-persona__header {
    text-align: center;
    margin-bottom: 50px;
}

.qhack-recruit-persona__title {
    max-width: 868px;
    margin: 0 auto;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.qhack-recruit-persona__title::before,
.qhack-recruit-persona__title::after {
    display: none !important;
    content: none !important;
}

.qhack-recruit-persona__subtitle {
    align-self: stretch;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 10px 0 0;
}

.qhack-recruit-persona__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
}

.qhack-recruit-persona__card {
    display: flex;
    width: 695px;
    height: 400px;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    position: relative;
    border: 1px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%) border-box;
    box-sizing: border-box;
}

.qhack-recruit-persona__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qhack-recruit-persona__item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.qhack-recruit-persona__text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.16px;
    letter-spacing: 0.88px;
}

.qhack-recruit-persona__illustration {
    flex-shrink: 0;
    margin: 0;
}

.qhack-recruit-persona__illustration img {
    max-width: 450px;
    height: auto;
}

/* --- 仕事内容セクション --- */
.qhack-recruit-job {
    padding: 0px 0 0px;
    background: #F2F2F2;
    overflow: visible;
}

.qhack-recruit-job__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-recruit-job__header {
    text-align: center;
    margin-bottom: 50px;
}

.qhack-recruit-job__title {
    max-width: 868px;
    margin: 0 auto;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.qhack-recruit-job__title::before,
.qhack-recruit-job__title::after {
    display: none !important;
    content: none !important;
}

.qhack-recruit-job__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    position: relative;
}

.qhack-recruit-job__card {
    display: flex;
    width: 695px;
    padding: 70px 10px;
    padding-bottom: 140px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    border: 2px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%) border-box;
    box-sizing: border-box;
}

.qhack-recruit-job__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qhack-recruit-job__item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.qhack-recruit-job__text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.16px;
    letter-spacing: 0.88px;
}

.qhack-recruit-job__illustration {
    flex-shrink: 0;
    margin-top: 0;
    transform: translateY(-50%);
}

.qhack-recruit-job__illustration img {
    max-width: 280px;
    height: auto;
}

/* --- 募集要項セクション --- */
.qhack-recruit-requirements {
    padding: 80px 0 100px;
    background: #FFF;
}

.qhack-recruit-requirements__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-recruit-requirements__header {
    text-align: center;
    margin-bottom: 50px;
}

.qhack-recruit-requirements__title {
    max-width: 868px;
    margin: 0 auto;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.qhack-recruit-requirements__title::before,
.qhack-recruit-requirements__title::after {
    display: none !important;
    content: none !important;
}

.qhack-recruit-requirements__table {
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    align-items: flex-start;
}

.qhack-recruit-requirements__row {
    display: flex;
    width: 100%;
    min-height: 90px;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.qhack-recruit-requirements__label {
    display: flex;
    width: 300px;
    min-height: 90px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #CCC;
    background: #F2F2F2;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.88px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.qhack-recruit-requirements__value {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 900px;
    min-height: 90px;
    padding: 10px 60px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #CCC;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.88px;
    flex: 1;
    box-sizing: border-box;
    margin: 0;
}

.qhack-recruit-requirements__note {
    display: block;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
}

/* --- 4ステップ版フローセクション --- */
.qhack-flow--4steps .qhack-flow__content {
    min-height: auto;
    padding: 60px 46px 40px;
}

.qhack-flow--4steps .qhack-flow__card {
    width: calc((100% - 54px) / 4);
}

.qhack-flow__card-subtitle {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.64px;
    text-align: center;
    margin: 0;
}

/* フローセクション タイトルを共通スタイルに */
.qhack-flow--4steps .qhack-flow__header .qhack-section-title {
    padding-bottom: 0;
}

/* --- 応募方法セクション --- */
.qhack-recruit-apply {
    padding: 0px 0 0px;
    background: #FFF;
}

.qhack-recruit-apply__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.qhack-recruit-apply__header {
    text-align: center;
}

.qhack-recruit-apply__title {
    max-width: 868px;
    margin: 0 auto;
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}

.qhack-recruit-apply__title::before,
.qhack-recruit-apply__title::after {
    display: none !important;
    content: none !important;
}

.qhack-recruit-apply__text {
    color: #313131;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.88px;
    margin: 0;
}

.qhack-recruit-apply__btn {
    display: flex;
    width: 297px;
    height: 74px;
    padding: 14px 36px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 80px;
    position: relative;
    border: 2px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%) border-box;
    box-sizing: border-box;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-recruit-apply__btn:hover {
    opacity: 0.8;
}

.qhack-recruit-apply__btn-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-recruit-apply__btn-arrow {
    width: 16px;
    height: auto;
}

/* --- 会社情報セクション --- */
.qhack-recruit-company {
    padding: 80px 0 100px;
    background: #FFF;
}

.qhack-recruit-company__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-recruit-company__header {
    text-align: center;
    margin-bottom: 50px;
}

/* ===== /Q HACK JAPAN 採用情報ページ ===== */

/* ===== Q HACK JAPAN 成功事例詳細ページ ===== */

/* --- セクション全体 --- */
.qhack-case-detail {
    padding: 0px 40px 60px;
    background: #F2F2F2;
}

.qhack-case-detail__inner {
    max-width: 1280px;
    margin: 0 auto;
}

/* --- 2カラムレイアウト --- */
.qhack-case-detail__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
}

/* --- 左カラム --- */
.qhack-case-detail__left {
    flex: 0 0 800px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* --- 事例カード --- */
.qhack-case-detail__card {
    display: flex;
    width: 800px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 40px;
    background: #FFF;
    padding: 56px 42px;
    padding-top: 30px;
    box-sizing: border-box;
}

/* --- タイトル --- */
.qhack-case-detail__title {
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
}
.qhack-case-detail__title-h2{
    padding-bottom: 0;
}
.qhack-case-detail__title-main {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.6px;
}

.qhack-case-detail__title-sub {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
}

/* --- 画像 --- */
.qhack-case-detail__image {
    margin-top: -12px;
    border-radius: 30px;
    overflow: hidden;
}
.qhack-case-detail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- 支援内容メタ情報 --- */
.qhack-case-detail__meta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 50px;
}

.qhack-case-detail__meta-row {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.qhack-case-detail__meta-label {
    display: flex;
    width: 104px;
    height: 42px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #BCBCBC;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    box-sizing: border-box;
}

.qhack-case-detail__meta-value {
    color: #313131;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.88px;
}

/* --- 課題・提案・結果フロー --- */
.qhack-case-detail__flow {
    width: 716px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.qhack-case-detail__flow-section {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    align-items: flex-start;
    gap: 24px;
    border-bottom: 1px solid #CCC;
}

.qhack-case-detail__flow-section--result {
    border-bottom: 1px solid #CCC;
    padding-top: 10px;
}

.qhack-case-detail__flow-section--result .qhack-case-detail__flow-label {
    color: #fff;
}

.qhack-case-detail__flow-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 80px;
}

.qhack-case-detail__flow-icon-circle {
    position: relative;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.qhack-case-detail__flow-icon-circle svg {
    width: 80px;
    height: 80px;
}

.qhack-case-detail__flow-icon-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.qhack-case-detail__flow-icon-arrow svg {
    width: 14px;
    height: 110px;
}

.qhack-case-detail__flow-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #B701F7;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
}

.qhack-case-detail__flow-body {
    flex: 1;
    padding-top: 15px;
    padding-left: 10px;
}

.qhack-case-detail__flow-text {
    width: 100%;
    flex-shrink: 0;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-case-detail__flow-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
}

.qhack-case-detail__flow-list li {
    margin: 0;
    padding: 0;
}

.qhack-case-detail__flow-body--result {
    display: flex;
    height: auto;
    padding: 20px 10px 20px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #FBEEFF;
}

.qhack-case-detail__flow-result-text {
    width: 100%;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin: 0;
}
.qhack-case-detail__flow-result-text ul{
    padding-left: 2rem;
}
.qhack-case-detail__flow-result-text ul li{
    list-style: initial;
}

.qhack-result-bullet {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
    line-height: 30px;
}

.qhack-result-bullet + .qhack-result-bullet {
    margin-top: 10px;
}

/* --- お客様の声 --- */
.qhack-case-detail__voice {
    display: flex;
    width: 716px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    padding: 40px 37px;
    box-sizing: border-box;
}

.qhack-case-detail__voice-title {
    align-self: stretch;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.2px;
    padding-bottom: 0;
    margin: 0;
}

.qhack-case-detail__voice-text {
    width: 642px;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.8px;
    margin: 0;
}

.qhack-case-detail__voice-source {
    align-self: stretch;
    color: #FFF;
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

/* --- h2/h3/説明テキスト --- */
.qhack-case-detail__article-body {
    width: 716px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qhack-case-detail__article-h2 {
    align-self: stretch;
    color: var(--Font-Primary, #000);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.qhack-case-detail__article-h2::before,
.qhack-case-detail__article-h2::after {
    display: none !important;
}

.qhack-case-detail__article-h3 {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.qhack-case-detail__article-h3::before,
.qhack-case-detail__article-h3::after {
    display: none !important;
}

.qhack-case-detail__article-desc {
    width: 716px;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.72px;
    margin: 0;
}

/* --- ページネーション --- */
.qhack-case-detail__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.qhack-case-detail__pagination-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-case-detail__pagination-link:hover {
    opacity: 0.7;
}

.qhack-case-detail__pagination-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-case-detail__pagination-arrow {
    width: 16px;
    height: auto;
}

.qhack-case-detail__pagination-link--list {
    display: flex;
    width: 297px;
    height: 72px;
    padding: 14px 36px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 80px;
    border: 2px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%) border-box;
    box-sizing: border-box;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-case-detail__pagination-link--list:hover {
    opacity: 0.8;
}

.qhack-case-detail__pagination-list-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-case-detail__pagination-list-arrow {
    width: 16px;
    height: auto;
}

.qhack-case-detail__pagination-link--disabled {
    visibility: hidden;
    pointer-events: none;
}

/* --- 右カラム --- */
.qhack-case-detail__right {
    flex: 0 0 360px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 100px;
}

/* --- フォームラッパー（幅360pxに縮小） --- */
.qhack-case-detail__form-wrapper.qhack-inquiry__form-wrapper {
    display: flex;
    width: 360px;
    max-width: 360px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    box-sizing: border-box;
}

/* --- 最新記事 --- */
.qhack-case-detail__latest {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 360px;
}

.qhack-case-detail__latest-title {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-case-detail__latest-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qhack-case-detail__latest-item {
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 30px;
    border-radius: 4rem;
}

.qhack-case-detail__latest-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-case-detail__latest-link:hover {
    opacity: 0.7;
}

.qhack-case-detail__latest-thumb {
    border-radius: 12px;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
}

.qhack-case-detail__latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.qhack-case-detail__latest-item-title {
    width: 100%;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

/* --- 選ばれる理由セクション（成功事例詳細ページ内） --- */

/* 理由セクション上の白いボーダー線を消す */
.qhack-case-detail-page .qhack-case-detail-reasons,
.qhack-case-detail-page .qhack-case-detail,
.qhack-case-detail-page section {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

/* セクション間のマージンによる白線を防ぐ */
.qhack-case-detail-page .qhack-case-detail {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.qhack-case-detail-reasons {
    padding: 120px 40px 100px;
    background: #F2F2F2;
    margin-top: 0 !important;
}

.qhack-case-detail-reasons__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qhack-case-detail-reasons__header {
    text-align: center;
    margin-bottom: 60px;
}

.qhack-case-detail-reasons__cards {
    display: grid;
    grid-template-columns: repeat(2, 560px);
    gap: 40px;
    justify-content: center;
    margin-bottom: 60px;
}

.qhack-case-detail-reasons__card {
    display: flex;
    width: 560px;
    height: 520px;
    padding: 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

/* カードヘッダー（数字 + タイトル横並び） */
.qhack-case-detail-reasons__card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.qhack-case-detail-reasons__card-title {
    color: #313131;
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    margin: 0;
    text-align: left;
}

.qhack-case-detail-reasons__card-text {
    width: 450px;
    color: #313131;
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.88px;
    margin: 0;
    text-align: left;
}

/* 詳しくはこちらボタン */
.qhack-case-detail-reasons__btn-wrapper {
    display: flex;
    justify-content: center;
}

.qhack-case-detail-reasons__btn {
    display: flex;
    width: 297px;
    height: 72px;
    padding: 14px 36px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 80px;
    border: 2px solid transparent;
    background:
        linear-gradient(#FFF, #FFF) padding-box,
        linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%) border-box;
    box-sizing: border-box;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-case-detail-reasons__btn:hover {
    opacity: 0.8;
}

.qhack-case-detail-reasons__btn-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-case-detail-reasons__btn-arrow {
    width: 16px;
    height: auto;
}

/* ===== /Q HACK JAPAN 成功事例詳細ページ ===== */


/* ===== Q HACK JAPAN コラム一覧ページ ===== */

.qhack-column-list {
    padding: 40px 40px 100px;
    background: #FFF;
}

.qhack-column-list__inner {
    max-width: 1280px;
    margin: 0 auto;
}

/* --- 2カラムレイアウト --- */
.qhack-column-list__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
}

/* --- 左カラム --- */
.qhack-column-list__left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.qhack-column-list__cards {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.qhack-column-list__card {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.qhack-column-list__card:first-child {
    border-top: 1px solid #E0E0E0;
}

.qhack-column-list__card:hover {
    opacity: 0.7;
}

.qhack-column-list__card-thumb {
    width: 280px;
    height: 180px;
    border-radius: 12px;
    background: #D9D9D9;
    flex-shrink: 0;
    overflow: hidden;
}

.qhack-column-list__card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qhack-column-list__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.qhack-column-list__card-category {
    display: inline-block;
    width: fit-content;
    padding: 4px 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.52px;
}

.qhack-column-list__card-title {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.8px;
    margin: 0;
}

.qhack-column-list__card-date {
    color: #888;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.qhack-column-list__empty {
    text-align: center;
    color: #888;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    padding: 60px 0;
}

/* --- コラム一覧ページネーション --- */
.qhack-column-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-top: 60px;
}

.qhack-column-pagination__numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.qhack-column-pagination__number {
    color: #313131;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-column-pagination__number:hover {
    opacity: 0.7;
}

.qhack-column-pagination__number--current {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.qhack-column-pagination__number--current::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: #FBEEFF;
    border-radius: 50%;
    z-index: -1;
}

.qhack-column-pagination__ellipsis {
    color: #313131;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.12px;
}

.qhack-column-pagination__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-column-pagination__arrow:hover {
    opacity: 0.7;
}

.qhack-column-pagination__arrow img {
    width: 24px;
    height: auto;
}

/* --- 右カラム（一覧ページサイドバー） --- */
.qhack-column-list__right {
    flex: 0 0 360px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 100px;
}

/* --- フォームラッパー（一覧ページ） --- */
.qhack-column-list__form-wrapper.qhack-inquiry__form-wrapper {
    display: flex;
    width: 360px;
    max-width: 360px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    box-sizing: border-box;
}

/* --- 最新記事（一覧ページ） --- */
.qhack-column-list__latest {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 360px;
}

.qhack-column-list__latest-title {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-column-list__latest-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qhack-column-list__latest-item {
    padding: 0;
    margin: 0;
}

.qhack-column-list__latest-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-column-list__latest-link:hover {
    opacity: 0.7;
}

.qhack-column-list__latest-thumb {
    width: 160px;
    height: 100px;
    border-radius: 12px;
    background: #D9D9D9;
    flex-shrink: 0;
    overflow: hidden;
}

.qhack-column-list__latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qhack-column-list__latest-item-title {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.64px;
    margin: 0;
    width: 180px;
}

/* ===== /Q HACK JAPAN コラム一覧ページ ===== */


/* ===== Q HACK JAPAN コラム詳細ページ ===== */

/* --- セクション全体 --- */
.qhack-column-detail {
    padding: 0px 40px 60px;
    background: #FFF;
}

.qhack-column-detail__inner {
    max-width: 1280px;
    margin: 0 auto;
}

/* --- 2カラムレイアウト --- */
.qhack-column-detail__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
}

/* --- 左カラム --- */
.qhack-column-detail__left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* --- 記事カード --- */
.qhack-column-detail__article {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 30px;
    border-radius: 40px;
    background: #FFF;
    padding: 0px 60px 50px;
    box-sizing: border-box;
}

/* --- 記事メタ情報（日付・カテゴリ） --- */
.qhack-column-detail__article-meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qhack-column-detail__date {
    color: #888;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.qhack-column-detail__category {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #FF3D3B 0%, #B701F7 100%);
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.52px;
}

/* --- 記事タイトル --- */
.qhack-column-detail__title {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 1.12px;
    margin: 0;
}

/* --- アイキャッチ画像 --- */
.qhack-column-detail__thumbnail {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.qhack-column-detail__thumbnail-img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- 記事本文 --- */
.qhack-column-detail__body {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.64px;
}

.qhack-column-detail__body h2 {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.96px;
    margin: 40px 0 20px;
    padding: 12px 0 12px 20px;
    border-left: 4px solid #B701F7;
}

.qhack-column-detail__body h3 {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.8px;
    margin: 30px 0 16px;
}

.qhack-column-detail__body p {
    margin: 0 0 20px;
}

.qhack-column-detail__body ul,
.qhack-column-detail__body ol {
    margin: 0 0 20px;
    padding-left: 1.5em;
}

.qhack-column-detail__body li {
    margin-bottom: 8px;
    line-height: 28px;
}

/* --- ページネーション --- */
.qhack-column-detail__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.qhack-column-detail__pagination-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-column-detail__pagination-link:hover {
    opacity: 0.7;
}

.qhack-column-detail__pagination-link--disabled {
    opacity: 0.3;
    pointer-events: none;
}

.qhack-column-detail__pagination-arrow {
    width: 16px;
    height: auto;
}

.qhack-column-detail__pagination-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

.qhack-column-detail__pagination-link--list {
    display: flex;
    width: 300px;
    height: 72px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 2px solid #313131;
    background: #FFF;
    box-sizing: border-box;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-column-detail__pagination-link--list:hover {
    opacity: 0.7;
}

.qhack-column-detail__pagination-list-text {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
}

/* --- 右カラム --- */
.qhack-column-detail__right {
    flex: 0 0 360px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: sticky;
    top: 100px;
}

/* --- フォームラッパー（幅360pxに縮小） --- */
.qhack-column-detail__form-wrapper.qhack-inquiry__form-wrapper {
    display: flex;
    width: 360px;
    max-width: 360px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    box-sizing: border-box;
}

/* --- 最新記事 --- */
.qhack-column-detail__latest {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 360px;
}

.qhack-column-detail__latest-title {
    align-self: stretch;
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    margin: 0;
}

.qhack-column-detail__latest-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.qhack-column-detail__latest-item {
    padding: 0;
    margin: 0;
}

.qhack-column-detail__latest-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.qhack-column-detail__latest-link:hover {
    opacity: 0.7;
}

.qhack-column-detail__latest-thumb {
    width: 160px;
    height: 100px;
    border-radius: 12px;
    background: #D9D9D9;
    flex-shrink: 0;
    overflow: hidden;
}

.qhack-column-detail__latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qhack-column-detail__latest-item-title {
    color: #313131;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.64px;
    margin: 0;
    width: 180px;
}

/* ===== /Q HACK JAPAN コラム詳細ページ ===== */


/* ===== Q HACK SWELL Override: Custom Template Common ===== */

.l-topTitleArea,
.p-breadcrumb,
.c-breadcrumb,
#breadcrumb,
.l-content > .p-breadcrumb {
    display: none !important;
}

#content,
.l-content,
.l-mainContent,
.l-mainContent__inner,
.l-container,
.post_content,
main.qhack-feature-page,
.qhack-feature-page article,
.qhack-feature-page .qhack-company-header,
main.qhack-privacy-page,
.qhack-privacy-page article,
.qhack-privacy-page .qhack-company-header,
main.qhack-document-page,
.qhack-document-page article,
.qhack-document-page .qhack-company-header,
main.qhack-column-page,
.qhack-column-page article,
.qhack-column-page .qhack-company-header,
main.qhack-service-page,
.qhack-service-page article,
.qhack-service-page .qhack-company-header,
main.qhack-opening-page,
.qhack-opening-page article,
.qhack-opening-page .qhack-company-header,
main.qhack-consulting-page,
.qhack-consulting-page article,
.qhack-consulting-page .qhack-company-header,
main.qhack-faq-page,
.qhack-faq-page article,
.qhack-faq-page .qhack-company-header,
main.qhack-price-page,
.qhack-price-page article,
.qhack-price-page .qhack-company-header,
main.qhack-case-detail-page,
.qhack-case-detail-page article,
.qhack-case-detail-page .qhack-company-header,
main.qhack-company-page,
.qhack-company-page article,
.qhack-company-page .qhack-company-header,
main.qhack-recruit-page,
.qhack-recruit-page article,
.qhack-recruit-page .qhack-company-header,
main.qhack-case-page,
.qhack-case-page article,
.qhack-case-page .qhack-company-header,
main.qhack-inquiry-page,
.qhack-inquiry-page article,
.qhack-inquiry-page .qhack-company-header,
main.qhack-contact-completed-page,
.qhack-contact-completed-page article,
.qhack-contact-completed-page .qhack-company-header,
main.qhack-download-completed-page,
.qhack-download-completed-page article,
.qhack-download-completed-page .qhack-company-header,
main.qhack-voice-page,
.qhack-voice-page > article,
.qhack-voice-page .qhack-company-header,
main.qhack-column-detail-page,
.qhack-column-detail-page article,
.qhack-column-detail-page .qhack-company-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 600px) {
    body.admin-bar #body_wrap {
        padding-top: 60px !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
    body.admin-bar #body_wrap {
        padding-top: 70px !important;
    }
}

/* ===== /Q HACK SWELL Override: Custom Template Common ===== */


/* ===== Q HACK Column Detail Page SWELL Override ===== */

.qhack-column-detail-page .qhack-company-breadcrumb {
    border-bottom-color: #E0E0E0 !important;
}

.qhack-column-detail-page section,
.qhack-column-detail-page article,
.qhack-column-detail-page .post_content,
.qhack-column-detail-page .l-mainContent__inner {
    border: none !important;
    outline: none !important;
}

.qhack-column-detail-page .qhack-column-detail {
    margin-bottom: 0 !important;
}

/* ===== /Q HACK Column Detail Page SWELL Override ===== */


/* ===== Q HACK Case Detail Page SWELL Override ===== */

.qhack-case-detail-page section,
.qhack-case-detail-page article,
.qhack-case-detail-page .post_content,
.qhack-case-detail-page .l-mainContent__inner {
    border: none !important;
    outline: none !important;
}

.qhack-case-detail-page .qhack-case-detail {
    margin-bottom: 0 !important;
}

.qhack-case-detail-page .qhack-case-detail-reasons {
    margin-top: 0 !important;
}

body.page-template-case-detail .qhack-case-detail-page .qhack-company-breadcrumb {
    border-bottom-color: #F2F2F2 !important;
}

/* ===== /Q HACK Case Detail Page SWELL Override ===== */


/* ===== Q HACK Single Case SWELL Override ===== */

body.single-case .qhack-case-detail-page article {
    padding: 0 !important;
    margin: 0 !important;
}

body.single-case .qhack-case-detail-page .post_content,
body.single-case .qhack-case-detail-page .l-mainContent__inner {
    padding: 0 !important;
    margin: 0 !important;
}

body.single-case .qhack-case-detail-page .qhack-company-breadcrumb {
    border-bottom: none !important;
}

body.single-case .qhack-case-detail-page,
body.single-case .qhack-case-detail-page article,
body.single-case .qhack-case-detail-page .post_content,
body.single-case .qhack-case-detail-page .l-mainContent__inner,
body.single-case .qhack-case-detail-page .l-mainContent {
    background: #F2F2F2 !important;
}

body.single-case #sidebar,
body.single-case .l-sidebar,
body.single-case #after_article,
body.single-case .l-articleBottom,
body.single-case .w-singleTop,
body.single-case .w-singleBottom,
body.single-case .w-beforeFooter {
    display: none !important;
}

body.single-case #content.l-content.l-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* ===== /Q HACK Single Case SWELL Override ===== */


/* ===== Q HACK Column Article SWELL Override ===== */

#sidebar,
.l-sidebar,
#after_article,
.l-articleBottom,
.w-singleTop,
.w-singleBottom,
.w-beforeFooter {
    display: none !important;
}

#content.l-content.l-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
h2.center{
    text-align: center;
}
/* ===== /Q HACK Column Article SWELL Override ===== */