/**
 * Theme Name: argoza
 * Description: Argoza様公式サイト専用テーマ
 * Template: blocksy  
 */


.acenter { text-align: center; margin: 0 auto; }
.aleft { text-align: left; }
.aright { text-align: right; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }
.vbottom { vertical-align: bottom; }

.bold { font-weight: bold; }

.fg { font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; }
.fm { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.gray_border { border-bottom: 1px solid #b3b3b3; }

.pc_on { display: inline; }
.sp_on { display: none; }
.br { display: inline; }

/*※マークリスト＆※マーク1行*/
#main ul.komemark {
    list-style: none;
    margin: 0px 0 10px 0;
}

#main ul.komemark li {
    text-align: left;
    text-indent: -8px;
    padding: 0 0 0 16px;
}

#main ul.komemark li:before {
    content: '※';
    display: inline-block;
    position: relative;
    margin-right: 2px;
}
div.komemark,
p.komemark {
    text-indent: -14px;
    padding-left: 14px;
}

/* マップ */
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*電話番号リンクなし*/
a.notel {
    color: #000;
    text-decoration: none;
    pointer-events: none;
}

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
    margin-bottom: 90px;
}
/*一時的にリンク外し*/
a.nolink {
    text-decoration: none;
    pointer-events: none;
}
/*---幅-----------------------------------------------*/
.width900 {
    max-width: 900px;
    margin: 0 auto;
}
html body {
    font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
    background-color: #001e43 !important;
    color: #fff !important;
}
body {
    
}


.ct-container-full {
    padding-top: 155px !important;
    padding-bottom: 0 !important;
}
.ct-container {
    padding-top: 0px !important;
}


/* == header =================================== */
#header_wrap {
    position: fixed;
    inset: 0 0 auto 0;
    height: auto;
    z-index: 100;
    backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
}

.header_inner {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.header_inner img {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8));
}
p.description {
    font-size: 13px;
    margin: 10px 20px;
    line-height: 1.2;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);

  max-height:60px;          /* descriptionの高さ目安 */
  overflow:hidden;
  transition: max-height .3s ease, opacity .3s ease;
  opacity:1;
}
#header_wrap.scrolled .description {
  max-height:0;
  opacity:0;
}





/* 言語 */
.header_lang_box {
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_note a {
    color: #fff;
    text-decoration: underline;
}
.header_lang {
    display: flex;
    justify-content: space-between;
    margin: 10px 5px 7px 25px;
    width: 65px;
}
.header_lang a {
    color: #fff;
}
/* ロゴ */
div.header_inner h1.logo {
    width: 220px;
    max-width: 220px;
    margin: 0;

}
div.header_inner h1.logo a,
div.header_inner h1.logo a img {
    display: block;
}

.header_right {
    padding-top: 43px;
}


.header_contact_box {
    display: flex;
    justify-content: flex-end;
}

/* 電話番号  */
.header_telnumber {
    display: block;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    margin: 0 20px 0 0;
}
.header_telnumber .header_tel img {
    position: relative;
    bottom: 7px;
    width: 23px;
    padding-right: 5px;    
}
.header_telnumber .number {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}
/* アイコンナビ */
div.header_inner .main-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
div.header_inner .main-nav a {
    display: block;
    width: 70px;
}
div.header_inner .main-nav a.tel {
    display: none;
}



/* ===== hamburger ===== */
/* hamburger */
.hamburger {
    display: block;
    /*position: fixed;
    top: 43px;
    right: 20px;*/
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2000; /* overlayより上 */
}
button.hamburger:focus {
    outline: none;
    outline-offset: 0px;
}
.hamburger span {
    display: none;
}

/* overlay */
.overlay-nav {
    display: block;
    position: fixed;
    inset: 0;
    background: #001e43;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity .3s ease, visibility .3s ease;
    z-index: 1000;

    overflow-y: auto; 
        -webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
}

.overlay-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* × */
.overlay-close {
    position: absolute;
    top: 43px;
    right: 20px;
    width: 70px;
    height: 70px;
    background: transparent;
    border: none;
    cursor: pointer;
}
.overlay-close span {
    position:absolute;
    left:50%;
    top:50%;
    width:55%;
    height:2px;
    background:#fff;
}

.overlay-close span:first-child {
    transform:translate(-50%,-50%) rotate(45deg);
}

.overlay-close span:last-child {
    transform:translate(-50%,-50%) rotate(-45deg);
}



.overlay-nav_inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 40px 60px;
}

.overlay-nav_inner div.logo {
    width: 150px;
    margin: 0 auto 40px;
}
/* アイコンナビ */
.overlay-nav_inner .icon-nav {
    display: grid;
    grid-template-columns: repeat(4, 70px); 
    justify-content: center;
    gap: 15px;
    margin: 0 auto 40px;
}
.overlay-nav_inner .icon-nav a {
    display: block;
    width: 70px;
}

/* 電話番号  */
.overlay-nav_inner .telnumber {
    display: block;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.overlay-nav_inner .telnumber a {
    color: #fff;
}
.overlay-nav_inner .telnumber .number {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

.overlay-nav .nav_wrap {

}
.overlay-nav .nav_wrap .box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 50px;
}
.overlay-nav .nav_wrap .box ul {
    width: 100%;
    list-style: none;
    text-align: left;
    margin: 0 auto; 
    padding: 0;
    font-size: 15px;
}
.overlay-nav .nav_wrap .box ul li {
    border-bottom: 1px solid #7983a3;
    padding: 12px 0;
}
.overlay-nav .nav_wrap .box ul li:first-child {
    color: #bea654;
    font-weight: bold;
    padding: 0 0 5px 0;
}
.overlay-nav .nav_wrap .box ul li a {
    display: block;
    position: relative;
    color: #fff;
    line-height: 1.2;
}
.overlay-nav .nav_wrap .box ul li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #bea654;
    border-right: 2px solid #bea654;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 33%;
    right: 10px;
}
.overlay-nav ul.suv_nav {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
.overlay-nav ul.suv_nav li {
    text-align: center;
    padding: 0;
}
.overlay-nav ul.suv_nav li a {
    font-size: 15px;
    font-weight: normal;
    padding: 0 20px;
    border-right: 1px solid #7983a3;
    color: #fff;
}
.overlay-nav ul.suv_nav li:last-child a {
    border-right: none;
}


    /*=======オリジナルナビ終了======= */




/* == footer =================================== */

footer {}
footer a {
    color: #fff !important;
}
#footer_wrap {
    width: 100%;
    padding: 90px 20px 110px;
    color: #fff;
}
#footer_wrap .footer_inner {
    max-width: 1200px;
    margin: 0 auto;
}
#footer_wrap .footer_inner .site_info {
    text-align: center;
}
#footer_wrap .site_info .logo {
    width: 230px;
    margin: 0 auto 40px;
}
#footer_wrap .site_info ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 45px;
    padding: 0;
    list-style: none;
}
#footer_wrap .site_info ul li {

}
#footer_wrap .site_info ul li a {
    padding: 0 15px;
    border-right: 1px solid #7983a3;
}
#footer_wrap .site_info ul li a:hover {
    color: #c2c2c2 !important;
}
#footer_wrap .site_info ul li:last-child a {
    border-right: none;
}
/*コピーライト*/
#footer_wrap .footer_inner .copyright {
    text-align: center;
    font-size: 12px;
}

/* == 各ページメイン画像 =================================== */
.page_main_wrap {
    position: relative;
    text-align: center;
    width: 100%;
    height: 360px;
    /*padding-top: 31.3%;*/
    background-image: url(img/header_photo.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_main_wrap .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(30px, 4vw, 40px);
    font-weight: bold;
    line-height: 1.3;
    color: #001e43;  
}
.page_main_wrap .title span {
    display: block;
    font-size: clamp(16px, 3vw, 18px);
    margin-top: 10px;
}
.page_news {
    margin-top: 155px;
    margin-bottom: 60px;
}
/* == トップページ =================================== */
.top_main_wrap {
    display: block;
    position: relative;
    max-width: 100%;
    height: 660px;
    margin: 0 auto;
    background-image: url(img/top_header.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    padding-top: 40%;

}
.top_main_wrap .inner {
    display: block;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
        transform: translate(-50%, -50%);
    font-weight: bold;
}
.top_main_wrap .inner .sub_title {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 27px;
    padding: 5px 20px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.top_main_wrap .inner .title {
    line-height: 1.2;
    font-size: 60px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.top_main_wrap .inner ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.top_main_wrap .inner ul li {
    text-align: left;
    text-indent: -0.8em;
    padding: 0 0 0 1em;
    font-size: 30px;
    color: #bea654;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}

.top_main_wrap .inner ul li:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 100%;
    background-color: #bea654;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.top_main_wrap .inner .btn_wrap {
    display: flex;
    gap: 10px;
}
.top_main_wrap .inner .btn_wrap a {
    position: relative;
    display: block;
    background-color: #bea654;
    color: #001e43;
    text-align: left;
    border-radius: 10px;
    padding: 18px 20px;
    width: 280px;
    line-height: 1;
}

.top_main_wrap .inner .btn_wrap a.btn {

}
.top_main_wrap .inner .btn_wrap a.btn:before {
    content: 'coming soon';
    display: flex;
    align-items: center;      /* 縦中央 */
    justify-content: center;  /* 横中央 */

    height: 100%;
    width: 100%;
    background-color: rgba(81, 81, 81, 0.8);
    border-radius: 10px;

    position: absolute;
    top: 0;
    left: 0;

    z-index: 2;
    color: #fff;
}
.top_main_wrap .inner .btn_wrap a.btn:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #001e43;
    border-right: 2px solid #001e43;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 20px;
    transition: 0.3s ease-in-out;
}
.top_main_wrap .inner .btn_wrap a.pdfbtn {

}
.top_main_wrap .inner .btn_wrap a.pdfbtn:after {
    content: '';
    background-image: url(img/icon_dl.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 50%;
        transform: translateY(-50%);
    right: 20px;
}


/*---NEWS------------------*/

.top_news_block {
    text-align: left;
    background-color: #2d3c5c;
    margin: 0 auto;
    padding: 120px 20px;
}
.top_news_block .news_main_content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 9fr;
    gap: 100px;
}
.top_news_block .news_main_content .left {
    
}
.top_news_block .news_main_content .right {
    
}

.top_news_title {
    font-size: clamp(25px, 3vw, 28px);
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
}

ul.original-post-list {
    max-width: 100%;
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: left;
}


ul.original-post-list li {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border-top: 1px solid #7983a3;
}
ul.original-post-list li:last-child {
    border-bottom: 1px solid #7983a3;
}

ul.original-post-list li a {
    text-decoration: none;
    color: #fff;
}

ul.original-post-list li a:hover {
    text-decoration: underline;
}
ul.original-post-list li a.post-title {
}
.post-date {
    padding-right: 40px;
    line-height: 1;
}

/*---強み------------------*/
.top_tsuyomi_block {
    padding: 150px 0 180px;
}
.top_tsuyomi_block .title {
    font-size: clamp(40px, 5vw, 50px);
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}
.top_tsuyomi_block .title span {
    display: block;
    font-size: clamp(22px, 3vw, 25px);
    color: #bea654;
    padding-top: 10px;
}
.top_tsuyomi_block p {
    margin: 0 0 60px 0;
    text-align: center;
}
.top_tsuyomi_block p span {
    color: #bea654;
}
.top_tsuyomi_block .top_tsuyomi_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.5%;
}
.top_tsuyomi_block .top_tsuyomi_wrap .box {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    padding: 10%;
}
.top_tsuyomi_block .top_tsuyomi_wrap .box .number {
    position: absolute;
    top: -27px;
    left: 10px;
    color: #bea654;
    font-family: "Roboto Flex", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(45px, 4.5vw, 55px);
    font-weight: 600;
    line-height: 1;
}
.top_tsuyomi_block .top_tsuyomi_wrap .box p {
    color: #001e43;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: bold;
    line-height: 1.3;
    margin: 20px 0 0 0;
}
.top_tsuyomi_block .top_tsuyomi_wrap .box p span {
    display: block;
    color: #bea654;
    font-size: clamp(28px, 2.5vw, 35px);
    margin-top: 5px;
}
.top_tsuyomi_block .top_tsuyomi_wrap .number1 p {
    font-size: clamp(16px, 1.5vw, 22px);
}
.top_tsuyomi_block .top_tsuyomi_wrap .number1 p span {
    font-size: clamp(24px, 3vw, 28px);
}

/*---クライアントと相談内容------------------*/

.top_client_block {
    position: relative;
    text-align: left;
    background-color: #2d3c5c;
    margin: 0 auto;
    padding: 120px 20px;
}
.top_client_block .balloon {
    background-color: #bea654;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: clamp(22px, 5vw, 34px);
    font-weight: bold;
    color: #001e43;
    width: 100%;
    max-width: 640px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -0%);
}
.top_client_block .balloon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #bea654 transparent transparent transparent;
    border-width: 15px 10px 0 10px;
}
.top_client_block .top_client_wrap {
    max-width: 1520px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    gap: 60px;
}
.top_client_block .top_client_wrap .box {
    text-align: center;
}
.top_client_block .top_client_wrap .line {
    background-color: #001e43;
    width: 2px;
}
.top_client_block .top_client_wrap .info {
    max-width: 600px;
    margin: 30px auto 0;
}
.top_client_block .top_client_wrap .box p {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.top_client_block .top_client_wrap .box ul {
    list-style: none;
    margin: 0px 0 0px 0;
    padding: 0;
}
.top_client_block .top_client_wrap .box li {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-indent: -2em;
    padding: 7px 0 7px 2.2em;
    border-top: 1px solid #7983a3;
    line-height: 1.4;
}
.top_client_block .top_client_wrap .box li:before {
    content: '';
    background-image: url(img/icon_check.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.top_client_block .top_client_wrap .box li:last-child {
    border-bottom: 1px solid #7983a3;
}
/*---フランチャイズコンサルティングの比較------------------*/

.top_hikaku_block {
    position: relative;
    text-align: left;
    background-color: #eaecf2;
    margin: 0 auto;
    padding: 120px 20px;
    border-top: 20px solid #bea654;
    color: #001e43;
}
.top_hikaku_block .title {
    font-size: clamp(40px, 5vw, 50px);
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}
.top_hikaku_block .title span {
    display: block;
    font-size: clamp(22px, 3vw, 25px);
    color: #bea654;
    padding-top: 10px;
}
.top_hikaku_block p {
    margin: 0 0 60px 0;
    text-align: center;
}
.top_hikaku_block p:last-child {
    font-size: 14px;
    margin: 0;
}
.top_hikaku_block .hikaku_box {
    max-width: 1520px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 85px;
    margin-bottom: 85px;
    border-bottom: 1px solid #999999;
}
.top_hikaku_block .top_hikaku_wrap {
    max-width: 1520px;
    margin: 0 auto 80px;
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    gap: 60px;
}
.top_hikaku_block .top_hikaku_wrap .box {
    text-align: center;
}
.top_hikaku_block .top_hikaku_wrap .line {
    background-color: #999999;
    width: 1px;
}

/*---サービス------------------*/
.top_service_wrap {

}
.top_service_wrap .main_wrap {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(img/top_service.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: auto;
}
.top_service_wrap .main_wrap .inner {
    display: block;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 22%;
    padding-bottom: 30px;
}

.top_service_wrap .main_wrap .inner .title {
    line-height: 1.2;
    font-size: clamp(28px, 5vw, 60px);
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.top_service_wrap .main_wrap .inner .title span {
    display: block;
    color: #bea654;
    line-height: 1.2;
    font-size: clamp(20px, 3.8vw, 40px);
    margin-bottom: 20px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.top_service_wrap .main_wrap .inner p {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
}
.top_service_wrap .service_box_wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 50px;
    column-gap: 5.5%;
}
.top_service_wrap .service_box_wrap .box {
    display: flex;
    flex-direction: column;
}
.top_service_wrap .service_box_wrap .box .info {
    flex: 1;
    background-color: #fff;
    padding: 20px 25px 25px;
    color: #001e43;
    text-align: left;
}
.top_service_wrap .service_box_wrap .box .info .title {
    font-size: 20px;
    font-weight: bold;
    color: #bea654;
    margin-bottom: 5px;
}
.top_service_wrap .service_box_wrap .box .info p {
    margin: 0;
}

/*---コラム------------------*/

.top_column_block {
    position: relative;
    text-align: left;
    background-color: #2d3c5c;
    margin: 0 auto;
    padding: 120px 30px;
}
.top_column_block .inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.top_column_block .inner .title {
    font-size: clamp(38px, 4vw, 46px);
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}
.top_column_block .inner .title span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
    color: #bea654;
}

.top_column_block .inner .column_wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
}
.top_column_block .inner .column_wrap a,
.top_column_block .inner .column_wrap div {
    position: relative;
}

.top_column_block .inner .column_wrap div:before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(200, 200, 200, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top_column_block .inner .column_wrap div:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "準備中";
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}






/*---お問合せ----------------------------------------------*/
.contact_inner {
    max-width: 700px;
    margin: 0 auto 80px auto;
}
.contact_subtitle {
    font-size: 22px;
    font-weight: bold;
}
.input_required {
    background-color: #800000;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    padding: 1px 5px;
    text-align: center;
    border-radius: 2px;
}
.contact_inner select, textarea, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]) {
    background-color: #fff !important;
}
.wpcf7 p {
    margin-bottom: 30px;
    font-weight: bold;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 .wpcf7-list-item:first-child {
    margin-left: 1em !important;
}
.wpcf7-form-control span.wpcf7-list-item:nth-of-type(odd) {
    width: 40%;
}
.wpcf7-form-control span.wpcf7-list-item:nth-of-type(even) {
    width: 50%;
}
.wpcf7-list-item label {
    margin-right: 20px;
}
.contact_date {
    display: flex;
}
.contact_date span.wpcf7-form-control-wrap:nth-child(1) {
    margin-right: 20px;
}

.form_acceptance {
    text-align: center;
}
.form_acceptance .wpcf7-form-control span.wpcf7-list-item:nth-of-type(odd) {
    width: 100%;

}
.contact_inner [type=submit] {
    background-color: #BEA654;
}
.wpcf7 .wpcf7-submit {
    float: none !important;
}
p.form_submit {
    text-align: center;
}
.wpcf7-spinner {
    display: block;
    margin: 0 auto;
}

/*---個人情報保護方針----------------------------------------------*/
.privacypolicy_block {
    max-width: 900px;
    margin: 0 auto;
}
.privacy_subtitle {
    color: #BEA654;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px !important;
}
/*---アーカイブ・シングルページ----------------------------------------------*/
/*サイドバー*/
.ct-sidebar,
.ct-sidebar a {
    color: #fff !important;
}
h3.wp-block-heading {
    color: #fff !important; 
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding-bottom: 10px;
}
.wp-block-calendar table,
.wp-block-calendar table a {
    color: #001e43 !important; 
}
.wp-block-calendar table a {
    text-decoration: underline !important; 
}
.wp-block-calendar table caption {
    color: #fff !important; 
}
.wp-block-calendar table th {
    background-color: #B7C1D4 !important; 
}
.wp-block-calendar table td {
    background-color: #fff !important; 
} 
.hero-section {
    margin-top: 40px;
}




article.type-post .entry-content {
    padding-bottom: 50px !important; 
    border-bottom: 1px solid #7983a3 !important; 
}

.entry-header h1.page-title {
    color: #fff !important;
}
.entry-header .entry-meta,
.entry-header .entry-meta a,
.post-edit-link {
    color: #fff !important;
}
.post-navigation {
    margin-top: 50px !important; 
}
.item-content,
.item-content a {
    color: #fff !important; 
}


[data-pagination=simple] .page-numbers.current,
[data-pagination=next_prev] .page-numbers.current {
    color: #001e43 !important; 
    background: #bea654 !important; 
}
[data-pagination=simple],
[data-pagination=next_prev] {
    color: #001e43 !important; 

}
[data-pagination=simple]>div .page-numbers {
    background: #fff !important; 
}
[data-pagination=simple] .prev,
[data-pagination=simple] .next,
[data-pagination=next_prev] .prev,
[data-pagination=next_prev] .next {
    color: #fff !important; 
}
/*---レスポンシブ----------------------------------------------*/
@media only screen and (max-width: 1240px) {
    #footer_wrap .footer_inner {
        padding: 0 30px;
    }    
}

@media only screen and (max-width: 990px) {
    #header_wrap {
        
    }
    .header_inner {
       
    }
    div.header_inner .main-nav {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    /* 電話番号  */
    .header_telnumber {
        display: none;
    }

    /* アイコンナビ */

    div.header_inner .main-nav a.tel {
        display: block;
    }


    /* == footer =================================== */
    #footer_wrap {
        padding: 40px 0;
    }
    #footer_wrap .footer_inner .site_info {
        justify-content: center;
        gap: 0px;
    }
    #footer_wrap .site_info .logo {
        margin: 0 auto 20px;
    }
    #footer_wrap .site_info ul {
        flex-direction: column;
        max-width: 300px;
    }
    #footer_wrap .site_info ul li {
        text-indent: -0.8em;
        padding: 6px 0 6px 1.3em;
        border-top: 1px solid #7983a3;
        text-align: left;
    }
    #footer_wrap .site_info ul li:last-child {
        border-bottom: 1px solid #7983a3;
    }
    #footer_wrap .site_info ul li:before {
        content: '';
        display: inline-block;
        position: relative;
        bottom: 2px;
        width: 8px;
        height: 8px;
        margin-right: 15px;
        border-radius: 100%;
        background-color: #fff;
    }
    #footer_wrap .site_info ul li a {
        padding: 0;
        border-right: none;
        
    }
    #footer_wrap .site_info ul li a:hover {
        color: #c2c2c2 !important;
    }
    #footer_wrap .site_info ul li:last-child a {
        border-right: none;
    }




}



@media only screen and (max-width: 970px) {
    .ct-container-full {
        padding-top: 170px !important;
    }
    .page_news {
        margin-top: 170px;
    }
}

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


    .br {
        display: none;
    }

    /* == header =================================== */
    .header_inner {
        grid-template-columns: 1fr;
        gap: 0px;
        padding: 10px 20px;
    }
    .header_lang_box {
        top: 24px;
    }
    .header_right {
        padding-top: 5px;
    }
    .header_contact_box {
        justify-content: center;
    }
    .ct-container-full {
        padding-top: 220px !important;
    }
    .page_news {
        margin-top: 220px;
    }
    .ct-container {
        
    }

    /* == 各ページメイン画像 =================================== */
    .page_main_wrap {
        height: 240px;
    }

    /* == トップページ =================================== */

    .top_main_wrap {
        background-image: url(img/top_header_sp.webp);
        background-size: contain;
        padding-top: 0;
        min-height: 80vh;
        height: auto;
        padding-bottom: 30px;
    }
    .top_main_wrap .inner {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 90%;
        margin: 0 auto;
        padding-top: 60%;
    }
    .top_main_wrap .inner .sub_title {
        display: block;
        font-size: clamp(16px, 3.5vw, 27px);
        padding: 5px 10px;

    }
    .top_main_wrap .inner .title {
        font-size: clamp(31px, 7.7vw, 60px);
    }

    .top_main_wrap .inner ul li {
        font-size: clamp(20px, 3.8vw, 30px);
    }
    .top_main_wrap .inner .btn_wrap {
        flex-direction: column;
    }
    /*---NEWS------------------*/

    .top_news_block {
        padding: 60px 20px;
    }
    .top_news_block .news_main_content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    ul.original-post-list li {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0px;
        gap: 10px;
    }
    /*---強み------------------*/
    .top_tsuyomi_block {
        padding: 60px 0 110px;
    }
    .top_tsuyomi_block .title {
        font-size: clamp(40px, 5vw, 50px);
        text-align: left;
    }

    .top_tsuyomi_block p {
        text-align: left;
    }

    .top_tsuyomi_block .top_tsuyomi_wrap {

        grid-template-columns: 1fr;
        gap: 60px;
    }
    .top_tsuyomi_block .top_tsuyomi_wrap .box {
        padding: 5.5%;
    }

    .top_tsuyomi_block .top_tsuyomi_wrap .box .number {
        font-size: clamp(45px, 11vw, 80px);
        top: -7%;
    }
    .top_tsuyomi_block .top_tsuyomi_wrap .box p {
        font-size: clamp(18px, 1.8vw, 26px);
        text-align: center;
    }
    .top_tsuyomi_block .top_tsuyomi_wrap .box p span {
        font-size: clamp(28px, 5vw, 50px);
    }
    .top_tsuyomi_block .top_tsuyomi_wrap .number1 p {
        font-size: clamp(18px, 1.8vw, 26px);
    }
    .top_tsuyomi_block .top_tsuyomi_wrap .number1 p span {
        font-size: clamp(28px, 5vw, 50px);
    }

    /*---クライアントと相談内容------------------*/
    .top_client_block {
        padding: 80px 30px;
    }
    .top_client_block .balloon {
        width: 90%;
    }
    .top_client_block .top_client_wrap {
        grid-template-columns: 1fr;
    }
    .top_client_block .top_client_wrap .line {
        display: none;
    }

    /*---フランチャイズコンサルティングの比較------------------*/

    .top_hikaku_block {
        padding: 70px 30px 100px;
    }
    .top_hikaku_block .title {
        text-align: left;
    }
    .top_hikaku_block p {
        text-align: left;
    }
    .top_hikaku_block .top_hikaku_wrap {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 10px 1fr;
    }
    .top_hikaku_block .top_hikaku_wrap .line {
        width: 100%;
        height: 1px;
    }
    .top_hikaku_block p:last-child {
        text-align: left;
    }
    /*---サービス------------------*/

    .top_service_wrap .main_wrap {
        background-image: url(img/top_service_sp.webp);
    }
    .top_service_wrap .main_wrap .inner {
        padding-top: 30%;
    }
    .top_service_wrap .service_box_wrap {
        grid-template-columns: 1fr;
        row-gap: 20px;
        column-gap: 0%;
    }
    .top_service_wrap .service_box_wrap img {
        width: 100%;
    }

    /*---コラム------------------*/
    .top_column_block {
        padding: 60px 30px;
    }

    .top_column_block .inner .column_wrap {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

}



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


    .header_lang_box {
        top: 8px;
        font-size: 14px;
    }
    .header_lang {
        width: 55px;
    }
    div.header_inner h1.logo {
        width: 120px;
    }
    div.header_inner .main-nav a {
        width: 50px;
    }
    .hamburger {
        width: 50px;
        height: 50px;
    }
    .overlay-nav_inner .icon-nav {
        grid-template-columns: repeat(4, 60px);
    }
    .overlay-nav_inner .icon-nav a {
        width: 60px;
    }
    .overlay-nav .nav_wrap .box {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .overlay-nav .nav_wrap .box:first-child {
        margin-bottom: 40px;
    }
    .overlay-nav .nav_wrap .box ul:nth-child(2) li:first-child,
    .overlay-nav .nav_wrap .box ul:nth-child(3) li:first-child {
        display: none;
    }
    .ct-container-full {
        padding-top: 180px !important;
    }
    /* == トップページ =================================== */
    .top_main_wrap .inner ul li:before {
        top: 1px;
        width: 18px;
        height: 18px;
    }  
    .top_main_wrap .inner .btn_wrap a {
        width: 220px;
        font-size: 15px;
    }
    .wpcf7-form-control span.wpcf7-list-item:nth-of-type(odd) {
        width: 100%;
    }
    .wpcf7-form-control span.wpcf7-list-item:nth-of-type(even) {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    /* == トップページ =================================== */
    .top_main_wrap .inner ul li:before {
        width: 16px;
        height: 16px;
    }  
}