@charset "UTF-8";
/********************************************************************************

common-tablet.css

********************************************************************************/
/*============================================================
 format
*============================================================*/
body {
    padding-top: 56px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
    margin-bottom: 24px;
}
.inner {
    padding: 0 24px;
    max-width: 688px;
}
a[href^="tel:"] {
    pointer-events: auto;
}

/*============================================================
 partsカスタム(本サイト専用カスタム、パーツ追加)
*============================================================*/
/* カスタム(基本) */

/*============================================================
 form
*============================================================*/
/* エラーエリア
---------------------------------------- */
#form-error.on-error br.forSP {
    display: block;
}

/*============================================================
 ヘッダー
*============================================================*/
/* for SP
---------------------------------------- */
#site-header-min {
    display: block;
    background-color: #fff;
    width: 100%;
    position: fixed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999;
    top: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
/* gnav */
.gnav {
    height: 56px;
    background: #fff;
    box-shadow: 0px 0.5px 0px rgba(0, 0, 0, 0.08);
}
.gnav .inner {
    padding: 8px 16px;
}
.gnav .gnav-left .gnav-logo {
    width: 63px;
}
.gnav .gnav-right .gnav-hamburger {
    width: 40px;
    height: 40px;
    padding: 6px 0 0 0;
    background-color: #fff;
    border: 1px solid #036EB8;
    box-sizing: border-box;
    border-radius: 4px;
}
.gnav .gnav-right .gnav-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #036EB8;
    margin: 0 auto 4px auto;
    border-radius: 100px;
}
.gnav .gnav-right .gnav-hamburger.open {
    position: relative;
}
.gnav .gnav-right .gnav-hamburger.open span {
    margin: 0;
    position: absolute;
    top: 18px;
    left: calc(50% - 10px);
}
.gnav .gnav-right .gnav-hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
}
.gnav .gnav-right .gnav-hamburger.open span:nth-child(2) {
    display: none;
}
.gnav .gnav-right .gnav-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.gnav .gnav-right .gnav-contact {
    margin-right: 16px;
}

.gnav-min-menu {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 999999;
}
.gnav-min-menu.open {
    right: 0;
}
.gnav-min-menu .menu-wrap {
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    position: relative;
}
.gnav-min-menu ul {
    margin-bottom: 24px;
}
.gnav-min-menu ul li {
    border-bottom: solid 1px #D8D8D8;
}
.gnav-min-menu ul li a {
    display: block;
    font-weight: bold;
    padding: 24px;
}
.gnav-min-menu .parts-btn {
    width: 100%;
}

@media screen and (max-height: 548px) {
    .gnav-min-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gnav-min-menu ul li {
        width: 48%;
    }
}

/* for PC
---------------------------------------- */
#site-header {
    display: none;
}

/*============================================================
 ページグループヘッダー
*============================================================*/
.page-lower #page-group-header {
    background: none;
    background-color: #036EB8;
}
.page-lower #page-group-header .bg-image {
    background: none;
}
.page-lower #page-group-header .inner {
    max-width: 688px;
    padding: 8px 24px;
}
.page-lower #page-group-header .inner #group-title {
    font-size: 16px;
}

/*============================================================
 ページヘッダー
*============================================================*/
.page-lower #page-header {
    padding: 12px 0;
}

/*============================================================
 パンくずリスト
*============================================================*/
#breadcrumb .inner {
    max-width: 688px;
    padding: 8px 24px;
}

/*============================================================
 コンテンツ共通
*============================================================*/
/* 中小企業診断士が600名以上 在籍
---------------------------------------- */
.block-smec {
	background: none;
}
.block-smec .inner {
	position: static;
	padding-top: 56px;
	padding-bottom: 80px;
	height: 374px;
}
.block-smec .radar-wrap {
	display: none;
}
.block-smec .info {
	width: 640px;
	margin: 0 auto;
}
.block-smec .info .item-catch {
	width: 192px;
}
.block-smec .info .item-catch .catch1 {
	font-size: 20px;
	margin-bottom: 12px;
}
.block-smec .info .item-catch .catch2 {
	font-size: 120px;
	margin-bottom: 12px;
}
.block-smec .info .item-catch .catch3 {
	font-size: 20px;
}
.block-smec .info .item-lead {
	width: calc(100% - 192px - 40px);
	padding: 0;
}
.block-smec .info .item-lead .lead1 {
	font-size: 16px;
	margin-bottom: 12px;
}
.block-smec .info .item-lead .lead2 {
	font-size: 24px;
	margin-bottom: 16px;
}
.block-smec .info .item-lead .lead3 {
	font-size: 16px;
	margin-bottom: 32px;
}

/* お知らせリスト
---------------------------------------- */
.block-list-news .items .item {
    padding: 16px 0 8px 0;
}
.block-list-news .items .item .item-date {
    width: 100%;
    margin-bottom: 8px;
}
.block-list-news .items .item .item-title {
    width: 100%;
}

/*============================================================
 コンテンツ　ページング
*============================================================*/

/*============================================================
 404
*============================================================*/
#page-system-error #sec-system-error {
    margin-top: 52px;
}

#page-system-error #sec-system-error .system-error-num {
    font-size: 80px;
}

/*============================================================
 CTA お問い合わせ
*============================================================*/
.sec-cta-contact {
    height: 383px;
    background-image: url(../images/common/bg-cta-contact-sp.svg);
    background-size: auto 383px;
}
.sec-cta-contact .info {
    width: 100%;
    margin: 0;
    padding: 40px 24px 0 24px;
    text-align: center;
}
.sec-cta-contact .info .catch1 {
    font-size: 12px;
}
.sec-cta-contact .info .logo-typo {
    display: block;
    margin-bottom: 32px;
}
.sec-cta-contact .info .logo-typo img {
    width: 220px;
}
.sec-cta-contact .info .catch2 {
    font-size: 20px;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}
.sec-cta-contact .info .catch2 br {
    display: none;
}
.sec-cta-contact .info .catch3 {
    font-size: 48px;
    letter-spacing: -0.04em;
    margin-bottom: 32px;
}
.sec-cta-contact .info .btn-contact {
    margin: 0 auto;
}

/*============================================================
 footer
*============================================================*/
#site-footer {
    color: #fff;
    background-color: #0D4A77;
    padding: 0 0 40px 0;
    text-align: center;
}
#site-footer #totop {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: unset;
    background-color: #22222266;
    position: static;
    bottom: unset;
    left: unset;
    margin-bottom: 32px;
}
#site-footer .fnav .logo {
    margin-bottom: 24px;
}
#site-footer .fnav .author-en {
    display: none;
}
#site-footer .fnav .author-jp {
    display: none;
}
