@charset "UTF-8";

/* 追加フォントの読み込み */
@font-face {
    font-family: 'DINCondensed';
    src: url(../font/DINCondensed-Bold.ttf);
}
@font-face {
    font-family: 'SF-Compact-Display-Bold';
    src: url(../font/SF-Compact-Display-Bold.otf);
}


/* 共通スタイル */
html {
    /*font-size: 62.5%;*/
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    margin: 0;
}

header {
    background-color: transparent;
    position: fixed;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s;
}

header.active {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #033399;
}

section {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 20px 0;
}

p {
    line-height: 2;
    letter-spacing: 1px;
}

a {
    color: #033399;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
}

hr.m50{
    margin-top: 50px;
    margin-bottom: 50px;
}

/* 汎用クラス */

.text-white {
    color: #fff;
}

.text-gray {
    color: #a5a5a5;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.pdtb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-gray {
    /*background-color: #033399;*/
    background-color: #111119;
}

.bg-darkgray {
    /*background-color: #111119;*/
    background-color: #033399;
}

.text-red {
    color: #cf2f5b;
}

.text-blue {
    color: #1cb5d8;
}

.container {
    margin: auto;
    box-sizing: border-box;
}

.flex-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-align-center {
    align-items: center;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.basic-button {
    display: inline-block;
    box-sizing: border-box;
    background-color: #033399;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    border: 2px solid #033399;
    border-radius: 50px;
    transition: 0.3s;
}

.basic-button:hover {
    background-color: transparent;
    color: #033399;
    opacity: 1;
}

.basic-button-contact {
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    color: #033399;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.basic-button-contact:hover {
    background-color: transparent;
    color: #fff;
    background-color: #033399;
    opacity: 1;
}

.section-heading h3 {
    color: #fee12d;
    font-weight: normal;
    letter-spacing: 2px;
}

.content-block .content-box {
    position: relative;
}

.content-block .content-box .content-image {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
}

.content-block .content-box {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.basic-label {
    display: inline-block;
    white-space: nowrap;
    background-color: #cf2f5b;
    color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
}

.inner-image img {
    max-width: 100%;
}

.text-indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

p.att {
    line-height: 1.5;
}


/* header */
header .site-logo {
    display: inline-block;
    vertical-align: middle;
}

header .site-menu {
    vertical-align: middle;
}

header ul.site-list {
    list-style: none;
    padding-left: 0;
    margin: auto;
    vertical-align: middle;
}

header ul.site-list li {
    font-weight: bold;
}

/* hero */
.hero-main-visual img {
    width: 100%;
}

.hero-topic {
    background-color: #fff;
    overflow: hidden;
}

.topic-label {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}


/* about-section */
#about-section {
    position: relative;
}

#about-section .section-heading h2 {
    margin-bottom: 0;
    font-size: 6.3rem;
    font-family: 'SF-Compact-Display-Bold';
    line-height: 1;
    white-space: pre;
    letter-spacing: 0.02em;
}

#about-section .section-heading h2 span {
    color: #cf2e5a;
}

#about-section p.sub-text {
    font-size: 1.6rem;
    color: #b6a121;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.01rem;
}
#about-section p.sub-text span{
    font-size: 14px;
}

#about-section p.main-text {
    line-height: 2.8;
    margin-top: 35px;
    margin-bottom: 30px;
    font-weight: bold;
}

.standing-human {
    position: absolute;
}

.introduce-button {
    margin-top: 80px;
    margin-bottom: 40px;
}

.introduce-button a.basic-button {
    position: relative;
    min-width: 200px;
    padding: 10px 0;
    font-size: 1.4rem;
}

.introduce-button a.basic-button:before {
    position: absolute;
    top: -24px;
    left: 39%;
}

.introduce-button a.basic-button:nth-of-type(1):before {
    content: url(../img/number-01.png);
}

.introduce-button a.basic-button:nth-of-type(2):before {
    content: url(../img/number-02.png);
}

.introduce-button a.basic-button:nth-of-type(3):before {
    content: url(../img/number-03.png);
}

.introduce-button a.basic-button:after {
    position: absolute;
    content: "↓";
    right: 20px;
}

.introduce-button .multiply {
    vertical-align: middle;
    padding: 4px 12px;
    margin: 0 30px;
    background-image: url(../img/multiply.png);
    background-size: 23px;
    background-repeat: no-repeat;
}

/* about-bottun-section */
.contact-tel .tel-number {
    font-family: 'DINCondensed';
}



/* homepage */
.icon-item {
    box-sizing: border-box;
}

/* plan */
.table-block table {
    /* background-color: #fff; */
    border-collapse: collapse;
    border-radius: 10px;
    width: 100%;
}

.table-block table thead th {
    border-color: #fee12d;
    background-color: #fff;
}


.table-block table thead tr th:first-child,
.plan-table tbody tr:first-child th:first-child {
    border-radius: 10px 0 0 0;
}

.table-block table thead tr th:last-child,
.plan-table tbody tr:first-child td:last-child {
    border-radius:0 10px 0 0;
}


.table-block table tbody th,
.table-block table tbody td {
    border-color: #fee12d;
    background-color: #fff;
    position: relative;
}

.table-block table tbody tr:last-child td:first-child,
.table-block table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 10px;
}

.table-block table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.table-block table tbody th {
    text-align: left;
}

.table-block table tbody td {
    text-align: center;
}

.table-block table.plan-table .plan-price strong {
    font-family: 'Noto Sans', sans-serif;
}

.table-block table.plan-table td.first-price strong {
    font-family: 'Noto Sans', sans-serif;
}

.sns-icon {
    margin: -4px 0 0 20px;
    vertical-align: middle;
    width: 50%;
}

/* theme */
.theme-example .thambnail {
    border: 1px solid #918767;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.theme-example .thambnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.theme-example .theme-label ul {
    list-style: none;
    padding-left: 0;
    margin: auto;
}

.theme-example .theme-label ul li {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    background-color: #e0dcc3;
    border-radius: 50px;
}

.theme-example .theme-label ul li.theme-name {
    background-color: #fee12d;
}

.theme-example .theme-label ul li:last-child {
    margin-right: 0;
}

/* contact-section */
#contact-section {
    position: relative;
}

#contact-section .sitting-human {
    position: absolute;
}

/* contact-section */
.contact-tel .tel-number {
    font-family: 'DINCondensed';
}

#developer .company {
    background-color: #f7f6ee;
    border-radius: 20px;
    box-sizing: border-box;
}

#developer .company .charge {
    margin: auto;
}

/* LINE */
.line-link {
    position: fixed;
    right: 15px;
    bottom: 0;
    background-color: #00B900;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 15px 15px 0 0;
    z-index: 3;
}

.line-link a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
}

.line-link a.close {
    border-left: 1px solid #fff;
}

.line-link a:nth-of-type(1) {
    padding: 10px 0px 10px 10px;
}

.line-link:before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(../img/icon_line.png);
    background-size: 2rem auto;
    background-repeat: no-repeat;
    padding-right: 7px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    left: 13px;
}

hr.contents {
    margin: 50px 0;
    border: 2px solid #1CB5D8;
}


/* footer */
footer hr {
    /*border-top: 2px solid #000;*/
    margin: auto;
}

/* PC */
@media (min-width: 1200px) {
    section {
        padding: 1px 0;
    }

    section.title {
        padding: 110px 0 20px 0;
    }

    h1 {
        background:#033399;
        font-size:24px;
        color:#FFFFFF;
        padding:25px;
        border-radius:10px;
        margin-top:150px;
    }
    
    p,
    a {
        font-size: 1rem;
    }

    /* 汎用クラス */
    .pc-hidden {
        display: none !important;
    }

    .sp-only {
        display: none !important;
    }

    .container {
        max-width: 1100px;
        /* padding: 0 30px; */
    }
        
    .fs-6 {
        font-size: 0.6rem;
    }
    
    .fs-8 {
        font-size: 0.8rem;
    }
    
    .fs-10 {
        font-size: 1rem;
    }

    .fs-12 {
        font-size: 1.2rem;
    }

    .fs-14 {
        font-size: 1.4rem;
    }

    .fs-16 {
        font-size: 1.6rem;
    }

    .fw-bold {
        font-weight: bold;
    }

    .basic-button {
        min-width: 450px;
        padding: 20px 0;
        /*font-size: 1.6rem;*/
    }

    .basic-button-contact {
        min-width: 450px;
        padding: 20px 0;
        font-size: 1rem;
        font-weight: bold;
    }

    .basic-button.small-button {
        min-width: 180px;
        padding: 10px 40px;
        /*ont-size: 1.4rem;*/
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h3 {
        font-size: 2rem;
    }

    .section-heading h2 {
        font-size: 1.5rem;
    }

    .one-third {
        width: 31%;
    }

    .block-mb {
        margin-bottom: 60px;
    }

    .content-block {
        width: 25%;
/*        margin-top: 130px;*/
    }

    .content-block-wide {
        width: 70%;
    }

    .content-block .content-box {
        padding: 30px 20px;
    }

    .content-block .content-box ul.txt {
        font-size: 30px;
        line-height: 175%;
    }

    .content-block .content-box .content-image {
        top: -130px;
    }

    .content-block .content-box .content-image img {
        width: 70%;
    }

    .content-block .content-box .lead {
        font-size: 1.6rem;
        margin: auto;
    }

    .content-block .content-box h3 {
        font-size: 1.6rem;
        margin: auto auto 30px;
    }

    /* header */
    header {
        padding: 20px 50px;
        min-width: 1260px;
        border-bottom: 2px solid #033399;
        background-color: #fff;
    }

    header .site-logo a img {
        height: 45px;
    }

    header .site-menu {
        display: inline-block;
    }

    header ul.site-list {
        display: inline-block;
        margin-right: 50px;
    }

    header ul.site-list a {
        font-size: 1rem;
    }

    header ul.site-list li {
        display: inline-block;
        margin-right: 10px;
    }

    header ul.site-list li:last-child {
        margin-right: 0;
    }

    header ul.site-list li.menu-hp:before {
        content: "［　";
    }

    header ul.site-list li.menu-hp:after {
        content: "　|";
    }

    header ul.site-list li.menu-media:after {
        content: "　|";
    }

    header ul.site-list li.menu-support:after {
        content: "　］";
    }

    /* hero */
    #hero {
        padding-top: 90px;
        /* min-height: 100vh; */
    }

    .hero-main-visual {
        width: 49%;
    }

    .hero-text {
        width: 49%;
        padding: 0 10px;
        font-size: 2rem;
        font-weight: bold;
    }

    .hero-text .main-text {
        margin-bottom: 30px;
    }

    .hero-text .main-text h1 {
        font-size: 4rem;
        font-weight: bolder;
        line-height: 1.2;
        margin-bottom: auto;
    }

    span.text-logo img {
        height: 14px;
    }

    .hero-text .sub-text .speach {
        margin: auto;
    }

    .hero-text .sub-text .balloon {
        width: 65%;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        margin: 10px auto;
    }

    .hero-text .sub-text h2 {
        margin: auto;
        font-size: 3rem;
        font-weight: bolder;
    }

    .hero-text .plus {
        margin: 0 auto;
        font-size: 2.2rem;
    }

    .hero-text .plus img {
        vertical-align: middle;
        margin-right: 10px;
    }

    .hero-text .plus span {
        vertical-align: middle;
    }

    .hero-topic {
        border-radius: 50px;
        margin-top: 40px;
    }

    .topic-label {
        display: inline-block;
        text-align: center;
        width: 15%;
    }

    .topic-info {
        display: inline-block;
        padding: 0 40px;
        width: 84%;
        box-sizing: border-box;
    }

    .topic-info .topic-date {
        display: inline-block;
        margin-right: 40px;
    }

    .topic-info .topic-title {
        display: inline-block;
    }


    /* about */
    section#about-section {
        padding-top: 120px;
    }
    .standing-human {
        left: 70px;
        bottom: 45px;
    }

    .standing-human img {
        height: 230px;
    }



    /* homepage */
    .icon-item {
        width: 20%;
        margin-bottom: 20px;
    }

    .icon-item .icon-image img {
        width: 40%;
    }

    .icon-item p {
        font-weight: bold;
        line-height: 1.5;
    }

    /* paper-media */
    .shop-card {
        width: 65%;
        position: relative;
    }

    .shop-card [class^=card-] {
        position: absolute;
        width: 60%;
    }

    .shop-card [class^=card-] img {
        width: 100%;
    }

    .shop-card .card-1 {
        left: -55%;
    }

    .shop-card .card-2 {
        left: -5%;
    }

    .shop-card .card-3 {
        left: 45%;
    }

    /* support */
    #support {
        padding-top: 120px;
    }

    #support .inner-image {
        margin-top: 80px;
    }

    #support .content-block {
        position: relative;
    }

    #support .content-block.support-01 {
        top: 60px;
    }

    #support .content-block.support-02 {
        top: -40px;
    }

    /* plan */
    .table-block {
        margin-bottom: 50px;
    }

    .table-block h4 {
        font-size: 2rem;
        color: #033399;
    }

    .table-block table thead th {
        font-size: 1.4rem;
        padding: 20px 15px;
    }

    .table-block table tbody th,
    .table-block table tbody td {
        font-size: 1.4rem;
        padding: 20px 15px;
    }

    .table-block p.table-supplement {
        margin-top: 30px;
    }

    .table-block table.plan-table th,
    .table-block table.plan-table td {
        width: 25%;
    }

    .table-block table.plan-table td.price-cell {
        padding: 40px 20px 10px;
    }

    .table-block table.plan-table td .basic-label {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .table-block table.plan-table td.first-price strong {
        font-size: 2rem;
    }

    .table-block table.system-table th,
    .table-block table.system-table td {
        width: 25%;
    }

    .table-block table.plan-table .plan-name {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price strong {
        font-size: 3rem;
    }

    .table-block table.plan-table .plan-price small {
        font-size: 1rem;
    }

    .table-block table.plugin-table th {
        width: 25%;
    }

    .table-block table.plugin-table td {
        width: 75%;
    }

    .table-block-download {
        margin-bottom: 50px;
    }

    .table-block-download h4 {
        font-size: 2rem;
        color: #000;
    }

    .sns-icon {
        margin: -4px 0 0 20px;
        vertical-align: middle;
        width: 50%;
    }

    /* theme */
    .theme-example {
        width: 31%;
        margin-bottom: 80px;
    }

    .theme-example .thambnail {
        height: 175px;
    }

    .theme-example .client-name {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6rem;
        margin: 16px 0;
        vertical-align: middle;
    }

    .theme-example .theme-label ul li {
        padding: 5px 15px;
        margin-bottom: 10px;
        font-size: 1rem;
    }

    /* contact-section */
    .contact-button .basic-button {
        margin: 0 10px;
    }

    .contact-tel {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    .contact-tel .tel-image {
        /* display: inline-block; */
        vertical-align: middle;
        max-height: 70px;
    }

    .contact-tel .tel-number {
        display: inline-block;
        vertical-align: middle;
        font-size: 9rem;
        /* line-height: 1; */
        line-height: 0.8;
        margin: 0;
        padding: 0;
    }

    #contact-section .sitting-human {
        right: 70px;
        bottom: -70px;
    }

    #contact-section .sitting-human img {
        height: 230px;
    }

    /* developer */
    #developer .company {
        padding: 30px;
        width: 48%;
    }

    #developer .company .charge {
        font-size: 1.6rem;
        font-weight: bold;
    }

    #developer .company .logo {
        margin: 20px 0;
    }

    #developer .company .logo img {
        height: 40px;
    }

    #developer .company:nth-of-type(2) .logo img {
        height: 30px;
    }

    #developer .company .info {
        font-size: 1rem;
    }

    #developer .company a {
        font-weight: bold;
    }

    /* footer */
    footer .footer-content {
        margin: 40px 0;
    }

    footer .footer-content .product {
        display: inline-block;
    }

    footer .footer-content img {
        height: 30px;
        margin-right: 20px;
    }

    footer .footer-content p {
        display: inline-block;
        vertical-align: super;
    }

    footer .footer-content .copyright {
        float: right;
    }

    .company-link-incrave {
        margin-top: 22px;
    }

    .privacy-mark-link {
        margin-top: 10px;
    }
}

/* TABLET */
@media (max-width: 1199px) and (min-width: 768px) {
    section {
        padding: 1px 0;
    }

    h1 {
        background:#033399;
        font-size:18px;
        color:#FFFFFF;
        padding:25px;
        border-radius:10px;
        margin-top:80px;
    }
    p {
        font-size: 0.9rem;
    }

    /* 汎用クラス */
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .pc-only {
        /*display: none;*/
    }

    .sp-only {
        display: none !important;
    }

    .fs-12 {
        font-size: 1rem;
    }

    .fs-14 {
        font-size: 1.2rem;
    }

    .fs-16 {
        font-size: 1.4rem;
    }

    .basic-button {
        width: 60%;
        padding: 20px 0;
        font-size: 1.4rem;
    }

    .basic-button-contact {
        min-width: 40%;
        padding: 20px 0;
        font-size: 1rem;
        font-weight: bold;
    }

    .basic-button.small-button {
        width: auto;
        padding: 5px 15px;
        font-size: 0.9rem;
    }

    .section-heading {
        margin-bottom: 50px;
    }

    .section-heading h3 {
        font-size: 2rem;
        margin: auto;
    }

    .section-heading h2 {
        font-size: 1.2rem;
        margin: 0 0 -30px 0;
    }

    .one-third {
        width: 31%;
    }

    .block-mb {
        margin-bottom: 40px;
    }

    .content-block {
        width: 31%;
        margin-top: 60px;
    }

    .content-block .content-box {
        padding: 80px 20px 20px;
    }

    .content-block .content-box .content-image {
        width: 70%;
        margin: auto;
        top: -60px;
    }

    .content-block .content-box .content-image img {
        width: 150px;
    }

    .content-block .content-box .lead {
        font-size: 1.4rem;
        margin: auto;
    }

    .content-block .content-box h3 {
        font-size: 1.4rem;
        margin: auto auto 20px;
    }

    .content-block-wide .content-box h3.title {
        font-size: 2.2rem;
        margin: auto auto 20px;
    }

    /* header */
    header {
        padding: 20px 20px;
        position: fixed;
        background-color: #fff;
    }

    header .site-logo a img {
        height: 30px;
    }

    header .site-menu {
        display: inline-block;
    }

    header ul.site-list {
        display: inline-block;
        margin-right: 20px;
    }

    header ul.site-list li {
        display: inline-block;
        margin-right: 10px;
    }

    header ul.site-list li:last-child {
        margin-right: 0;
    }

    header ul.site-list li.menu-hp:before {
        content: "［　";
    }

    header ul.site-list li.menu-hp:after {
        content: "　|";
    }

    header ul.site-list li.menu-media:after {
        content: "　|";
    }

    header ul.site-list li.menu-support:after {
        content: "　］";
    }

    /* hero */
    #hero {
        padding-top: 80px;
    }

    .hero-main-visual {
        width: 48%;
        text-align: center;
    }

    .hero-main-visual img {
        width: 100%;
    }

    .hero-text {
        width: 48%;
        font-weight: bold;
    }

    .hero-text .main-text {
        margin-bottom: 20px;
    }

    .hero-text .main-text h1 {
        font-size: 2.4rem;
        font-weight: bolder;
        line-height: 1.2;
        margin: auto;
    }

    span.text-logo img {
        height: 12px;
    }

    .hero-text .sub-text .speach {
        margin: auto;
        white-space: nowrap;
    }

    .hero-text .sub-text .balloon {
        width: 80%;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        margin: 10px auto;
    }

    .hero-text .sub-text h2 {
        margin: auto;
        font-size: 2rem;
        font-weight: bolder;
    }

    .hero-text .plus {
        margin: 0 auto;
        font-size: 1.6rem;
    }

    .hero-text .plus img {
        vertical-align: middle;
        height: 20px;
        margin-right: 10px;
    }

    .hero-text .plus span {
        vertical-align: middle;
    }

    .hero-topic {
        border-radius: 50px;
        margin-top: 40px;
    }

    .topic-label {
        display: inline-block;
        text-align: center;
        width: 15%;
    }

    .topic-info {
        display: inline-block;
        padding: 0 20px;
        width: 84%;
        box-sizing: border-box;
    }

    .topic-info .topic-date {
        display: inline-block;
        font-size: 1rem;
    }

    .topic-info .topic-title {
        display: inline-block;
        font-size: 1rem;
    }

    /* about */
    #about-section .standing-human img {
        height: 160px;
    }

    #about-section .standing-human {
        left: 10%;
        bottom: 70px;
    }

    .introduce-button a.basic-button {
        width: auto;
        min-width: 150px;
    }

    /* homepage */
    .icon-item {
        width: 20%;
        padding: 0 10px;
    }

    .icon-item .icon-image img {
        width: 50%;
    }

    .icon-item p {
        font-size: 1rem;
        font-weight: bold;
    }

    /* paper-media */
    #paper-media {
        padding-top: 70px;
    }

    .shop-card {
        width: 60%;
        height: 450px;
        position: relative;
    }

    .shop-card [class^=card-] {
        position: absolute;
        width: 55%;
    }

    .shop-card [class^=card-] img {
        width: 100%;
    }

    .shop-card .card-1 {
        left: 0%;
        transform: translateX(-50%);
    }

    .shop-card .card-2 {
        left: 45%;
        transform: translateX(-50%);
    }

    .shop-card .card-3 {
        left: 90%;
        transform: translateX(-50%);
    }

    /* support */
    #support {
        padding-top: 80px;
    }

    #support .flex-block {
        align-items: flex-start;
    }

    #support .content-block {
        position: relative;
    }

    #support .content-block.support-01 {
        top: 60px;
    }

    #support .content-block.support-02 {
        top: -40px;
    }

    /* plan */
    .table-block {
        margin-bottom: 50px;
    }

    .table-block h4 {
        font-size: 1.6rem;
    }

    .table-block table thead th {
        font-size: 1rem;
        padding: 15px 10px;
    }

    .table-block table tbody th,
    .table-block table tbody td {
        font-size: 1rem;
        padding: 15px 10px;
    }

    .table-block p.table-supplement {
        margin-top: 30px;
    }

    .table-block table.plan-table th,
    .table-block table.plan-table td {
        width: 25%;
    }

    .table-block table.plan-table td.price-cell {
        padding: 40px 20px 10px;
    }

    .table-block table.plan-table td .basic-label {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .table-block table.plan-table td.first-price strong {
        font-size: 2rem;
    }

    .table-block table.system-table th,
    .table-block table.system-table td {
        width: 25%;
    }

    .table-block table.plan-table .plan-name {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price strong {
        font-size: 3rem;
    }

    .table-block table.plan-table .plan-price small {
        font-size: 1rem;
    }

    .table-block table.plugin-table th {
        width: 25%;
    }

    .table-block table.plugin-table td {
        width: 75%;
    }

    .table-block-download {
        margin-bottom: 0;
    }

    .table-block-download h4 {
        font-size: 2rem;
        color: #000;
    }

    .sns-icon {
        margin: -4px 0 0 20px;
        vertical-align: middle;
        width: 40%;
    }

    /* theme */
    .theme-example {
        width: 30%;
        margin-bottom: 40px;
    }

    .theme-example .thambnail {
        height: 150px;
    }

    .theme-example .client-name {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4rem;
        margin: 14px 0;
        vertical-align: middle;
    }

    .theme-example .theme-label ul li {
        padding: 5px 10px;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    /* contact-section */
    .contact-button .basic-button {
        margin: auto 10px;
    }

    .contact-tel {
        margin-top: 40px;
    }

    .contact-tel .tel-image {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
    }

    .contact-tel .tel-image img {
        width: 80px;
    }

    .contact-tel .tel-number {
        display: inline-block;
        vertical-align: middle;
        font-size: 5rem;
        line-height: 1;
        margin: auto;
    }

    #contact-section .sitting-human {
        right: 30px;
        bottom: -35px;
    }

    #contact-section .sitting-human img {
        height: 115px;
    }

    /* developer */
    #developer .company {
        padding: 20px;
        margin: 15px 0;
        width: 48%;
    }

    #developer .company .charge {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
    }

    #developer .company .logo {
        margin: 20px 0 16px 0;
    }

    #developer .company .logo img {
        height: 30px;
    }

    #developer .company:nth-of-type(2) .logo img {
        height: 23px;
    }

    #developer .company .info {
        font-size: 1rem;
    }

    #developer .company a {
        font-weight: bold;
    }

    /* footer */
    footer .footer-content {
        margin: 20px 0;
    }

    footer .footer-content .product {
        display: inline-block;
    }

    footer .footer-content img {
        height: 20px;
        margin-right: 20px;
    }

    footer .footer-content p {
        display: inline-block;
        vertical-align: super;
    }

    footer .footer-content .copyright {
        float: right;
    }

    .company-link-incrave {
        margin-top: 22px;
    }

    .privacy-mark-link {
        margin-top: 10px;
    }
}

/* SP */
@media (max-width: 767px) {
    section {
        padding: 30px 0 10px 0;
    }
    
    h1 {
        background:#033399;
        font-size:18px;
        color:#FFFFFF;
        padding:25px;
        border-radius:10px;
        margin-top:80px;
    }

    p {
        /*font-size: 1rem;*/
    }

    /* 汎用クラス */
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .pc-only {
        display: none !important;
    }

    .pc-view {
        display: none !important;
    }

    .pc-tab-only {
        display: none !important;
    }

    .fs-12 {
        font-size: 1rem;
    }

    .fs-14 {
        font-size: 1.2rem;
    }

    .fs-16 {
        font-size: 1.4rem;
    }

    .container {
        overflow: hidden;
    }

    .basic-button {
        width: 100%;
        padding: 10px 0;
        font-size: 1.4rem;
    }

    .basic-button-contact {
        min-width: 100%;
        padding: 20px 0;
        font-size: 1rem;
        font-weight: bold;
    }

    .basic-button.small-button {
        width: auto;
        padding: 15px 50px;
        margin: 7px auto;
        font-size: 1.6rem;
        margin-left: 15px;
    }

    .section-heading {
        margin-bottom: 30px;
        text-align: center;
    }

    .section-heading h3 {
        font-size: 1.8rem;
    }

    .section-heading h2 {
        font-size: 1.2rem;
        margin: 0 0 -20px 0;
    }

    .one-third {
        width: 100%;
    }

    .block-mb {
        margin-bottom: 40px;
    }

    .content-block {
        width: 100%;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .content-block .content-box {
        padding: 90px 30px 20px;
    }

    .content-block .content-box .content-image {
        width: 50%;
        margin: auto;
        top: -60px;
    }

    .content-block .content-box .content-image img {
        width: 150px;
    }

    .content-box .lead {
        font-size: 1.6rem;
        margin: auto;
    }

    .content-box h3 {
        font-size: 1.6rem;
        margin: auto auto 30px;
    }

    .sp-reverse {
        flex-direction: column-reverse;
    }

    /* header */
    header {
        padding: 20px 15px;
        position: fixed;
        background-color: #fff;
    }

    header .site-logo a img {
        height: 30px;
    }

    header ul.site-list li {
        width: 100%;
        padding: 20px 15px 20px 0px;
        margin-left: 20px;
        text-align: left;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.58);
        font-size: 1.5rem;
    }

    header ul.site-list li:last-child {
        margin-right: 0;
    }

    header ul.site-list li.menu-home:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        padding-right: 13px;
        /* opacity: 0.4; */
        background-image: url(../img/icon_sp_home.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    header ul.site-list li.menu-about:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        padding-right: 13px;
        background-image: url(../img/icon_sp_about.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    header ul.site-list li.menu-about,
    header ul.site-list li.menu-hp,
    header ul.site-list li.menu-media {
        padding-bottom: 0;
        border-bottom: none;
    }

    header ul.site-list li.menu-hp,
    header ul.site-list li.menu-media,
    header ul.site-list li.menu-support {
        border-bottom: none;
        padding: 10px 0px 10px 30px;
    }

    header ul.site-list li.menu-plan {
        border-top: 1px solid rgba(255, 255, 255, 0.58);
        margin-top: 15px;
    }

    header ul.site-list li.menu-hp:before,
    header ul.site-list li.menu-media:before,
    header ul.site-list li.menu-support:before {
        content: '-';
        padding-right: 5px;
    }

    header ul.site-list li.menu-plan:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        padding-right: 13px;
        background-image: url(../img/icon_sp_plan.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    header ul.site-list li.menu-theme:before {
        background-image: url(../img/icon_sp_theme.png);
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        padding-right: 13px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    header .basic-button.small-button {
        border-radius: 5px;
        width: 100%;
        height: 40px;
        padding: 5px 0px;
        font-size: 1rem;
    }

    header .site-menu .menu-download {
        margin-top: 30px;
    }

    header .site-menu .menu-line {
        background-color: #00B900;
        border-color: #00B900;
    }

    header .site-menu .menu-line:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url(../img/icon_line.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        padding-right: 5px;
        position: relative;
        top: 3px;
    }

    /* hero */
    #hero {
        padding-top: 50px;
    }

    .hero-main-visual {
        width: 80%;
        margin: auto;
    }

    .hero-main-visual img {
        width: 100%;
    }

    .hero-text {
        width: 100%;
        font-size: 2rem;
        font-weight: bold;
    }

    .hero-text .main-text {
        margin-bottom: 30px;
    }

    .hero-text .main-text h1 {
        font-size: 2.5rem;
        font-weight: bolder;
        line-height: 1.2;
        margin: auto;
    }

    .hero-text .main-text p {
        font-size: 1.4rem;
        font-weight: bold;
    }

    span.text-logo img {
        height: 14px;
    }

    .hero-text .sub-text .speach {
        margin: auto;
        font-size: 1rem;
        font-weight: bold;
        white-space: nowrap;
    }

    .hero-text .sub-text .balloon {
        width: 100%;
        padding: 5px 0;
        border-radius: 10px;
        background-color: #fff;
        font-size: 1.5rem;
        margin: 10px auto;
    }

    .hero-text .sub-text h2 {
        margin: auto;
        font-size: 2.2rem;
        font-weight: bolder;
    }

    .hero-text .plus {
        margin: 0 auto;
        font-size: 1.6rem;
    }

    .hero-text .plus img {
        vertical-align: middle;
        height: 20px;
        margin-right: 10px;
    }

    .hero-text .plus span {
        vertical-align: middle;
    }

    .hero-topic {
        border-radius: 10px;
        margin-top: 40px;
    }

    .topic-label {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .topic-label p {
        margin: 5px auto;
    }

    .topic-info {
        display: inline-block;
        padding: 10px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .topic-info .topic-date {
        font-size: 1rem;
        margin: 5px 0;
    }

    .topic-info .topic-title {
        font-size: 1rem;
        margin: 5px 0;
    }

    /* about */
    .standing-human {
        display: none;
    }

    #about-section .section-heading h2 {
        font-size: 4rem;
    }

    #about-section .section-heading h2 img {
        max-width: 100%;
    }

    #about-section p.main-text {
        line-height: 2.1;
        text-align: justify;
    }

    #about-section p.sp-name {
        line-height: 2.1;
        text-align: right;
        font-weight: bold;
        margin-top: -30px;
    }

    .introduce-button a.basic-button {
        max-width: 70px;
        min-width: 70px;
        font-size: 10px;
        border-radius: 5px;
        height: 70px;
    }

    .introduce-button a.basic-button:after {
        bottom: 5px;
        left: 42%;
    }

    .introduce-button a.basic-button:before {
        display: inline-block;
        width: 30px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -17px;
        left: 27%;
    }

    .introduce-button a.basic-button:nth-of-type(1):before {
        content: '';
        background-image: url(../img/number-01.png);
    }

    .introduce-button a.basic-button:nth-of-type(2):before {
        content: '';
        background-image: url(../img/number-02.png);
    }

    .introduce-button a.basic-button:nth-of-type(3):before {
        content: '';
        background-image: url(../img/number-03.png);
    }

    .introduce-button .multiply {
        margin: 0 10px;
    }


    /* homepage */
    .icon-item {
        width: 50%;
        padding: 0 10px;
    }

    .icon-item .icon-image img {
        width: 40%;
    }

    .icon-item p {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
    }

    /* paper-media */
    .shop-card {
        width: 100%;
        height: 220px;
        position: relative;
    }

    .shop-card [class^=card-] {
        position: absolute;
        width: 55%;
        top: 0 !important;
    }

    .shop-card [class^=card-] img {
        width: 100%;
    }

    .shop-card .card-1 {
        left: 0%;
        transform: translateX(-50%);
    }

    .shop-card .card-2 {
        left: 50%;
        transform: translateX(-50%);
    }

    .shop-card .card-3 {
        left: 100%;
        transform: translateX(-50%);
    }

    /* support */
    #support .content-block {
        top: 0 !important;
    }

    /* plan */
    .table-block {
        margin-bottom: 40px;
    }

    .table-block table {
        overflow: hidden;
    }

    .table-block h4 {
        font-size: 1.4rem;
    }

    .table-block table tbody th,
    .table-block table tbody td {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #fee12d;
    }

    .table-block table tbody th {
        font-size: 1rem;
        text-align: center;
        background-color: #f7f6ee;
    }

    .table-block table tbody td {
        font-size: 1rem;
    }

    .table-block p.table-supplement {
        margin-top: 20px;
    }

    .table-block table.plan-table th,
    .table-block table.plan-table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    border-radius: 0!important;
    }

    .table-block table.plan-table tr:first-child,
    .table-block table.plan-table tr:first-child th {
        border-radius: 10px 10px 0 0;
    }

    .table-block table.plan-table td.price-cell {
        padding: 20px;
    }

    .table-block table.plan-table td .basic-label {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .table-block table.plan-table td.first-price strong {
        font-size: 2rem;
    }

    .table-block table.system-table tbody th {
        width: 100%;
        box-sizing: border-box;
    }

    .table-block table.system-table tbody td {
        width: 65%;
        box-sizing: border-box;
    }

    .table-block table.system-table tbody td.price-name {
        width: 35%;
        font-weight: bold;
        text-align: left;
        border-right: 1px solid #fee12d;
    }

    .table-block table.plan-table .plan-name {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.25;
        margin: auto;
    }

    .table-block table.plan-table .plan-price strong {
        font-size: 3rem;
    }

    .table-block table.plan-table .plan-price small {
        font-size: 1rem;
    }

    .table-block table.plugin-table th,
    .table-block table.plugin-table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .table-block-download {
        margin-bottom: 0;
    }

    .table-block-download h4 {
        font-size: 1.8rem;
        color: #000;
    }

    border-radius: 0!important;
    }

    .sns-icon {
        margin: -4px 0 0 20px;
        vertical-align: middle;
        width: 40%;
    }

    /* theme */
    .theme-example {
        width: 100%;
        margin-bottom: 40px;
    }

    .theme-example .thambnail {
        height: 170px;
    }

    .theme-example .client-name {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6rem;
        margin: 16px 0;
        vertical-align: middle;
    }

    .theme-example .theme-label ul li {
        padding: 5px 15px;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    /* contact-section */
    .contact-button .basic-button {
        margin-bottom: 0px;
        max-width: 100%;
    }

    .contact-tel .tel-image {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
    }

    .contact-tel .tel-number {
        display: inline-block;
        vertical-align: middle;
        font-size: 5rem;
        line-height: 1;
        margin: auto;
        position: relative;
        top: 5px;
    }

    .contact-tel .tel-number img {
        width: 60px;
    }

    #contact-section .sitting-human {
        display: none;
    }

    .contact-tel .tel-image img {
        width: 70px;
    }

    /* developer */
    #developer .company {
        padding: 30px;
        margin: 15px 0;
        width: 100%;
    }

    #developer .company .charge {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1;
    }

    #developer .company .logo {
        margin: 18px 0 12px 0;
    }

    #developer .company .logo img {
        height: 30px;
    }

    #developer .company:nth-of-type(2) .logo img {
        height: 24px;
    }

    #developer .company .info {
        margin-top: auto;
    }

    #developer .company a {
        font-weight: bold;
    }

    /* footer */
    footer .footer-content {
        margin: 30px 0;
        text-align: center;
    }

    footer .footer-content .product {
        display: inline-block;
    }

    footer .footer-content img {
        height: 30px;
    }

    footer .footer-content p {
        vertical-align: super;
    }

    footer .footer-content .copyright p {
        margin: auto;
    }

    .company-link-incrave {
        /*margin-top: 22px;*/
    }

    .privacy-mark-link {
        margin-top: 10px;
    }
}


/* SP(x-small) */
@media (max-width: 342px) {
    .introduce-button .multiply {
        margin: 0px 4px;
    }
}

/* sp menu */
@media (max-width: 767px) {

    header #navi {
        transition: all .6s;
        overflow-y: auto;
        padding-top: 40px;
        padding-right: 40px;
        width: 250px;
        height: 100vh;
        z-index: 200;
        top: 0;
        right: -320px;
        background-color: #fee12d;
        position: fixed;
    }


    header .nav_btn {
        width: 100px;
        height: 20px;
        z-index: 300;
        top: 10px;
        right: 20px;
        cursor: pointer;
        position: absolute;
    }

    .sp_menu {
        transition: all .6s;
        width: 20px;
        height: 2px;
        left: 5px;
        background-color: #000;
        position: absolute;
    }

    .sp_menu_line_top {
        top: 13px;
    }

    .sp_menu_line_middle {
        top: 21px;
    }

    .sp_menu_line_bottom {
        top: 29px;
    }

    .nav_bg {
        opacity: 0;
        transition: all .6s;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        top: 0;
        left: 0;
        visibility: hidden;
        cursor: pointer;
        position: fixed;
    }

    .nav_open header #navi {
        right: 0;
    }

    .nav_open .nav_bg {
        opacity: .8;
        visibility: visible;
    }

    .nav_open .sp_menu_line_top {
        transform: rotate(45deg);
        top: 20px;
    }

    .nav_open .sp_menu_line_middle {
        width: 0;
        left: 50%;
    }

    .nav_open .sp_menu_line_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }

}

/* Font Awesome */

.fa-envelope-open {
    margin-right: 7px;
  }

.fa-file-pdf {
    margin-right: 7px;
  }

.fa-microphone-alt {
    margin-right: 7px;
    color: #033399;
  }

.fa-file-download {
    margin-right: 7px;
    color: #033399;
}

.fa-paperclip {
    margin-right: 7px;
    color: #033399;
}

.fa-youtube {
    margin-right: 7px;
    color: #033399;
}

.fa-arrow-circle-right {
    margin-right: 5px;
    color: #000;
}

.fa-external-link-alt {
    margin-left: 7px;
    color: #777;
}

.anchor_btn {
    background-color: #262626;
    width: 20%;
    padding: 10px 0px;
/*    border-radius: 3px;*/
    z-index: 4;
}
.anchor_btn:hover {
    background-color: #545454;
    opacity: 1;
}
.anchor_btn p {
    color: #a5a5a5;
    margin: 0;
    line-height: 1.1;
}
.anchor_btn:hover p {
    color:#bfd2ff;
}
.flex-block.sp-only {
    justify-content: center;
    gap: 10px;
}
.sp-only a p {
    margin: 0;
}

.onlyPC {
    display: none;
}
.onlySP {
    display: block;
}
@media screen and (min-width: 971px) {
.onlyPC {
    display: block;
}
.onlySP {
    display: none;
}
}