@charset "utf-8";

/*----------------
共通
------------------*/
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 991px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    a:active { background-color: rgba(255,255,255,0.2); }
}
h1,h2,h3,h4,h5,p,a,li {
    font-family: Avenir Next;
}
.blue-text {
    color: #0054A7!important;
}
.deepblue-text {
    color: #1B2658;
}
.float-r {
    float: right;
}
.mt-100 {
    margin-top: 100px;
}
.mt-50 {
    margin-top:50px;
}
#content {
    background-color: #F8FAFA;
    z-index: 1;
}
img {
    width: 100%;
}
.bottom-align {
    align-items: flex-end;
    flex-direction: row;
    display: flex;
}
.no-border {
    border-radius: unset!important;
    border:unset!important;
}
.flex,
.pc-flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .pc-flex {
        display: block;
    }
}

/*----------------
header　ヘッダー
------------------*/
@media only screen and (min-width: 992px) {
    div#page {
        position: relative;
        clear: both;
        display: block;
        width: auto;
        height: 100%;
        min-width: 500px;
        min-height: 100%;
        overflow: visible;
        margin: 0 0 0 200px;
        padding: 0 0 0 0;
        text-align: left;
    }
    header#header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 30;
        clear: both;
        display: inline;
        float: left;
        width: 200px;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        border-right: 1px solid rgba(161,175,175,.3);
    }
    a#header-logo {
        clear: both;
        display: block;
        width: 190px;
        height: 90px;
        margin: 5px auto 10px;
        padding: 0 0 0 0;
        background: transparent url(../images/startup_logo.jpg) 50% 50% no-repeat scroll;
        background-size: contain;
        text-indent: -9999em;
    }
    .header-banner a {
        display: block;
        text-align: center;
    }
    .header-banner img {
        width: 120px;
    }
}
nav#g-navi {
    position: relative;
    padding: 0 20px;
    z-index: 1;
}
#g-navi ul {
    list-style-type: none;
    padding: unset;
}
#g-navi li {
    margin-bottom: 10px;
}
#g-navi li a {
    text-align: left;
    letter-spacing: 0.7px;
    color: #000000;
    font-size: 14px;
    font-family: Avenir Next,Demi bold;
    font-weight: bold;
    text-decoration: unset;
}
#g-navi li a span {
    color: #0054A7;
    font-size: 8px;
    letter-spacing: 0.8px;
    line-height: 14px;
    font-weight: normal;
    display: block;
}
.header-banner {
    padding: 0 20px;
    position: absolute;
    bottom: 15px;
}

.top-side_startup {
    position: relative;
    margin: 0 auto 20px;
    z-index: 0;
    /* height: 23vh; */
    width: 75%;
    aspect-ratio: 139 / 176;
}

@media only screen and (max-width: 991px) {
    /* .top-side_startup {
        height: 42vh;
    } */
}

.top-side_startup a {
    display: block;
    width: 100%;
    height: 100%;
}

.top-side_startup a img {
    display: block;
    width: 100%;
	height: 100%;
    /* object-fit: cover; */
}

.header-contact {
    margin-bottom: 10px;
}
.header-contact p {
    margin-bottom: 2px;
    font-size: 14px;
}
.header-contact p span {
    display: block;
    margin-top: 8px;
    font-weight: 600;
}
.header-contact a.tel {
    color: #0154A7;
    font-weight: 600;
    font-size: 18px;
    text-decoration: unset;
    text-align: left;
}
.header-contact a.tel:hover {
    text-decoration: underline;
}
@media screen and (min-width:992px) and ( max-width:1300px) {
    .header-banner {
        padding: 5px 25px 0;
    }
}
@media only screen and (max-width: 991px) {
    .header-banner img {
        width: 100%;
    }
}
/*スマホ時　ハンバーガーメニュー*/
a#header-logo-sp {
    clear: both;
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 0 0 0;
    background: transparent url(../images/startup_logo.jpg) 50% 50% no-repeat scroll;
    text-indent: -9999em;
    background-size: contain;
    background-position: left;
}
#header-sp {
    padding: 0 20px;
    height: 70px;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
}
#g-navi-sp{
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:100%;
    height: 100%;
	background:#ffffff;
	transition: all 0.6s;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow-y: scroll;
}
/*アクティブクラスがついたら位置を0に*/
#g-navi-sp.panelactive{
    top: 0;
}
/*ナビゲーションの縦スクロール*/
#g-navi-sp.panelactive #g-nav-list{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-navi-sp.panelactive:before {
    content: '';
    position: absolute;
    z-index: 999;
    top: 15%;
    left: 50%;
    padding-left: unset;
    transform: translate(-50%,-50%);
    background: transparent url(../images/startup_logo.jpg) 50% 50% no-repeat scroll;
    background-size: contain;
    width: 200px;
    height: 117px;
}
.header-banner-sp {
    display: block;
    /*position: absolute;*/
    width: 100%;
    bottom: 10%;
    left: 0;
}
.header-banner-sp img {
    display: block;
    margin: 0 auto;
    width: 180px;
}
#g-navi-sp ul {
z-index: 999;
justify-content: center;
margin: unset;
margin-top: 180px;
margin-bottom: 20px;
padding-left: unset;
}

#g-navi-sp li{
	list-style: none;
    text-align: center;
    margin-bottom: 5px;
}
#g-navi-sp li a{
	color: #000;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#g-navi-sp li a span {
    display: block;
    color: #0054A7;
    font-size: 8px;
    letter-spacing: 0.8px;
    line-height: 15px;
    font-weight: normal;
}

.header-banner-sp .top-side_startup {
    width: 60%;
}

.openbtn{
	position: fixed;
    z-index: 9999;
    top: 12px;
    right: 20px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}
/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    width: 50%;
  }
.openbtn span:nth-of-type(1) {
	top:13px;
}
.openbtn span:nth-of-type(2) {
	top:20px;
}
.openbtn span:nth-of-type(3) {
	top:27px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.header-banner-sp .header-contact {
    margin-bottom: 40px;
}

/*----------------
footer フッター
------------------*/
footer {
    background-color: #000000;
    padding: 150px 70px;
    color: #fff;
    position: relative;
    z-index: 1;
}
nav#footer-navi01 {
    margin-bottom: 100px;
}
nav#footer-navi01 ul,
nav#footer-navi02 ul{
    list-style-type: none;
    padding: unset;
}
nav#footer-navi01 li,
nav#footer-navi02 li {
    margin-bottom: 50px;
}
nav#footer-navi01 li a,
nav#footer-navi02 li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 28px;
}
nav#footer-navi02 li a {
    display: block;
}
nav#footer-navi01 li a:hover,
nav#footer-navi02 li a:hover {
    text-decoration: underline;
}
nav#footer-navi01 ul.sub-menu {
    margin-top: 48px;
}
nav#footer-navi02 ul.sub-menu {
    margin-top: 54px;
    display: inline-block;
}
nav#footer-navi01 ul.sub-menu li {
    margin-bottom: 20px;
}
nav#footer-navi02 ul.sub-menu li {
    margin-bottom: 15px;
    float: left;
}
nav#footer-navi01 ul.sub-menu li a {
    font-weight: 500;
}
nav#footer-navi02 ul.sub-menu li a {
    font-weight: normal;
    border: 1px solid #ffffff;
    padding: 4px 15px;
    margin-right: 15px;
    border-radius: 13px;
    display: unset;
}
nav#footer-navi02 ul.sub-menu li a:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}
.footer-banner {
    max-width: 150px;
    margin: 30px auto 0;
}
.footer-banner img {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    footer {
        padding: 100px 0px;
    }
    nav#footer-navi01 li,
    nav#footer-navi02 li {
        margin-bottom: 30px;
    }
    nav#footer-navi01,
    nav#footer-navi02  {
        margin-bottom: 80px;
    }
}

/*----------------
template-parts
------------------*/

/*Contact Us　お問い合わせ*/
#contact {
    padding: 10px 70px 100px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.contact-img {
    position: relative;
    width: 100%;
}
.contact-img:before {
    content: '';
    position: absolute;
    background: url(../images/mail-sent-amico.svg);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -180px;
}
#contact .col-lg-7 {
    display: block;
}
.contact-tittle-area {
    width: 420px;
    margin: 0 auto;
}
p.contact-text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 26px;
    margin-bottom: 70px;
}
h4.contact-tittle {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.4px;
    line-height: 34px;
    margin-bottom: 30px;
}
p.contact-text.fw-demi {
    margin-bottom: 50px;
    line-height: 28px;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    #contact {
        padding: 10px 0px 100px;
    }
    .contact-img:before {
        background-position: unset;
        background-size: contain;
        top: -180px;
        left: 0;
    }
    .contact-tittle-area {
        width: unset;
        margin: unset;
        margin-top: 100px;
    }
    p.contact-text {
        font-size: 15px;
        margin-bottom: 60px;
    }
    h4.contact-tittle {
        font-size: 20px;
    }
}
/*breadcrumb　パンくずリスト*/
.breadcrumbs_wrap {
    padding: 15px 70px;
    background-color: #DFE1E3;
    position: relative;
    z-index: 1;
}
ol.breadcrumb {
    margin-bottom: unset;
}
li.breadcrumb-item {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 28px;
}
li.breadcrumb-item a {
    margin: 0 8px 0 0;
    color: #0054A7;
}
span.breadcrumb_last {
    margin: 0 0 0 8px;
}
@media only screen and (max-width: 991px) {
    .breadcrumbs_wrap {
        padding: 15px 0;
    }
    li.breadcrumb-item {
        font-size: 12px;
    }
}

/*----------------
ローディング
------------------*/
#loading-logo {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background:#fff;
    text-align:center;
    color:#000;
}
#loading_startup_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loading_startup_logo img {
    width:230px;
}
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 991px) {
    #loading_startup_logo img {
        width: 180px;
    }
}

/*----------------
トップページ
------------------*/
.top-content-area {
    background-color: #F8FAFA;
    padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
    .top-content-area {
        padding-bottom: 50px;
    }
}
/*ファーストビュー*/
#top-fv {
    /*height: 130vh;*/
    position: relative;
}
#top-fv:before {
    content: '';
    position: absolute;
    background: url(../images/asset.svg);
    width: 40%;
    height: 100vh;
    background-size: 800%;
    background-repeat: repeat-y;
    top: 0;
    right: 0;
    opacity: 1;
}
.top-fv-wrap {
    position: relative;
    display: block;
    width: auto;
}
.top-fv-wrap.first:before {
    content: '';
    position: absolute;
    background-image: url(../images/top-fv01.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.top-fv-wrap.second:before {
    content: '';
    position: absolute;
    background-image: url(../images/top-fv02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.top-fv-area {
    padding: 30px 70px 10px;
}
.top-fv-area h2 span.en {
    display: block;
    font-family: Avenir Next,Demi Bold;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 2px;
}
.top-fv-area h2 {
    color: #000000;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 2.4px;
}
.top-fv-area h2 span {
    display: table;
    color: #1B2658;;
}
.top-fv-area h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #000000;
    margin-bottom: 50px;
}
.top-fv-area p {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 1.6px;
}
.fv-img {
    box-sizing: border-box;
    overflow: hidden;
    height: 450px;
    position: relative;
}
.fv-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.top-fv-link {
    margin-top: 15px;
}
a.top-support-menu-btn {
    position: relative;
    background-color: #0054A7;
    color: #fff;
    padding: 14px 65px 13px 40px;
    border-radius: 25px;
    text-decoration: unset;
    font-size: 14px;
    letter-spacing: .7px;
    font-weight: bold;
    display: inline-grid;
    min-width: 200px;
}
#top-fv a.top-support-menu-btn {
    margin-left: 70px;
    width: 257px;
    margin-bottom: 20px;
}
a.top-support-menu-btn:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    top: 11px;
    right: 35px;
}
a.top-support-menu-btn:hover {
    color: #fff;
    opacity: .7;
}
a.fv-scroll {
    writing-mode: vertical-rl;
    margin: 50px 0 0 130px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .7px;
    position: relative;
    display: block;
    color: #000;
    text-decoration: unset;
}
a.fv-scroll:hover {
    color: #000000;
}
a.fv-scroll:before {
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: 90px;
    background: #000000;
    animation: scroll-border 1.5s cubic-bezier(1, 0, 0, 1) infinite;
    left: -3px;
    margin: auto;
}
@keyframes scroll-border {
0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}
100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}}
@media screen and (min-width:992px) and ( max-width:1300px) {
    #top-fv:before {
        width: 20%;
    }
}
@media only screen and (max-width: 991px) {
    #top-fv a.top-support-menu-btn {
        margin-left: 0;
    }
    #top-fv a.top-support-menu-btn.fv-about-btn {
        width: 204px;
    }
    #top-fv:before {
        content: none;
        background-image: unset;
    }
    .top-fv-area {
        padding: unset;
        margin-top: 100px;
    }
    .top-fv-area h2 span.en {
        font-size: 14px;
    }
    .top-fv-area h2 {
        font-size: 21px;
        line-height: 32px;
    }
    .top-fv-area h2 span {
        padding: 5px 16px 0;
    }
    .top-fv-area h3 {
        font-size: 16px;
    }
    .top-fv-area p {
        font-size: 14px;
        letter-spacing: 1.2px;
    }
    .fv-img {
        height: 300px;
    }
    .fv-img img {
/*        height: 220px;*/
        width: 100%;
        object-fit: cover;
    }
    .top-fv-link {
        padding-left: 15px;
    }
    a.top-support-menu-btn {
        margin-left: unset;
        padding: 13px 60px 13px 30px;
        font-size: 14px;
    }
    a.top-support-menu-btn.fv-about-btn.left {
        margin-right: 25px;
    }
    a.top-support-menu-btn:after {
        width: 22px;
        height: 22px;
    }
    a.fv-scroll {
        margin: 70px 0 0 70px;
    }
    a.fv-scroll:before {
        height: 90px;
    }
}
@media only screen and (max-width: 500px) {
    #top-fv a.top-support-menu-btn.fv-about-btn {
        display: block;
        margin-bottom: 18px;
    }
    #top-fv a.top-support-menu-btn.fv-support-btn {
        margin-left: unset;
    }
    a.fv-scroll {
        margin: 40px 0 0 70px;
    }
    .fv-img {
        height: 220px;
    }
}
/*News ニュース*/
#top-news {
    padding: 100px 70px 120px;
}
#top-news h2 {
    color: #0054A7;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
a.top-news-box {
    background-color: #fff;
    border: 2px solid #000;
    height: 100%;
    border-radius: 5px;
    margin: 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
}
a.top-news-box:after {
    content: '';
    position: absolute;
    background: #0054A7;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 20px;
}
.news-box-photo {
    box-sizing: border-box;
    overflow: hidden;
}
.news-box-photo img {
    height: 220px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a.top-news-box:hover .news-box-photo img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.2);
}
.news-box-body {
    padding: 20px;
    height: 150px;
}
h3.news-box-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #000;
}
a.top-news-box:hover h3.news-box-title {
    text-decoration: underline;
}
p.top-news-date {
    position: absolute;
    left: 20px;
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.top-news-box-btn {
    margin-top: 50px;
    margin-bottom: 30px;
}
/*ul.top-news-list {
    list-style-type: none;
    padding: 0;
}
ul.top-news-list a {
    text-decoration: unset;
    color: #000;
    display: table;
    margin-bottom: 15px;
}
ul.top-news-list li {
    background-color: #fff;
    padding: 15px 70px 15px 30px;
    border-radius: 41px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .7px;
    position: relative;
    display: inline-block;
}
ul.top-news-list li span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}
ul.top-news-list li:after {
    content: '';
    position: absolute;
    background: #0054A7;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 12px;
    right: 27px;
}
ul.top-news-list a:hover li {
    background-color: #0054A7;
    color: #fff;
}
ul.top-news-list a:hover li:after {
    background: #fff;
    background-image: url(../images/arrow_forward_blue.svg);
}*/
#top-news.top-news-no {
    padding: 70px;
}
@media only screen and (max-width: 991px) {
    #top-news {
        padding: 80px 0 100px;
    }
    #top-news.top-news-no {
        padding: 50px 0;
    }
    .top-news-box-btn {
        margin-top: 30px;
        margin-bottom: unset;
    }
    /*ul.top-news-list li {
        font-size: 13px;
        width: 100%;
    }
    ul.top-news-list li span {
        display: block;
        font-size: 13px;
    }
    ul.top-news-list li:after {
        width: 23px;
        height: 23px;
        top: 32%;
    }*/
}
/*@media only screen and (max-width: 500px) {
    #top-news {
        padding: 230px 0 100px;
    }
}*/
/*Background スタートアップ推進課設立の背景*/
#top-background {
    padding: 75px 70px 150px;
}
#top-background h3.top-sec-sub-tittle02 {
    margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
    #top-background {
        padding: 45px 0 80px;
    }
    #top-background h3.top-sec-sub-tittle02 {
        margin-bottom: 70px;
    }
}

/*mission ミッション*/
#top-mission {
    padding: 0 70px 120px;
    margin-top: -50px;
}
@media only screen and (max-width: 991px) {
    #top-mission {
        padding: 0 0 50px;
    }
}

/*Efforts　スタートアップ・エコシステム推進拠点都市の主な取り組み*/
#top-about-link {
    padding: 0 70px 100px;
}
.efforts-content {
    text-align: center;
}
.efforts-content svg {
    width: 100%;
    height: auto;
    max-width: 900px;
}
@media only screen and (max-width: 991px) {
    #top-about-link {
        padding: 20px 0 70px;
    }
}

/*About 北九州市スタートアップ支援ポータルについて*/
#top-about {
    padding: 0 0 75px 70px;
}

h2.top-sec-tittle01 {
    color: #000000;
    font-style: italic;
    font-size: 80px;
    letter-spacing: 1.4px;
    position: relative;
    font-weight: 600;
}
h2.top-sec-tittle01:after {
    content: '';
    border: 2px solid #0054A7;
    position: absolute;
    width: 2px;
    height: 100px;
    transform: matrix(-.9, -0.87, -0.9, 0.62, 0, 0);
    left: 26px;
    bottom: 23px;
}
h3.top-sec-sub-tittle01 {
    color: #0054A7;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 70px;
    line-height: 24px;
}
h2.top-sec-tittle02,
h3.top-sec-tittle02 {
    color: #0054A7;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 8px;
    letter-spacing: 2.8px;
    line-height: 52px;
}
h3.top-sec-tittle02 {
    text-align: center;
}
h3.top-sec-sub-tittle02 {
    color: #000000;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 1.4px;
    position: relative;
    font-weight: 500;
    margin-bottom: 50px;
}
p.text-sub {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.8px;
    margin-bottom: 30px;
}
p.text-main {
    color: #000000;
    letter-spacing: 1.6px;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 50px;
    font-weight: 600;
}
.about-right-img {
    background-color: #fff;
    border-radius: 50%;
    margin: 200px 20px 0;
}
.about-left-img {
    background-color: #fff;
    border-radius: 50%;
    padding: 38px;
    margin-left: -40px;
    margin-right: 40px;
}
.text-area02 {
    margin-top: 80px;
    margin-right: 70px;
}
h2.top-sec-tittle03 {
    color: #0054A7;
    font-style: italic;
    font-weight: bold;
    font-size: 52px;
    margin-bottom: 70px;
}
h2.top-sec-tittle03 span {
    display: block;
    font-weight: 600;
    color: #000000;
    font-size: 32px;
}
@media screen and (min-width:992px) and ( max-width:1200px) {
    #top-about a.top-support-menu-btn {
        font-size: 10px;
        padding: 15px 40px 15px 20px;
    }
    #top-about a.top-support-menu-btn:after {
        width: 18px;
        height: 18px;
        top: 12px;
        right: 15px;
    }
}
@media only screen and (max-width: 991px) {
   #top-about {
       padding: 0 0 45px;
    }
    h2.top-sec-tittle01 {
        font-size: 55px;
    }
    h2.top-sec-tittle01:after {
        height: 70px;
        left: 20px;
        bottom: 18px;
    }
    h2.top-sec-tittle02 {
        font-size: 22px;
        line-height: 32px;
    }
    h3.top-sec-sub-tittle02 {
        font-size: 18px;
        margin-bottom: 50px;
    }
    h3.top-sec-sub-tittle01 {
        margin-bottom: 40px;
    }
    p.text-sub {
        font-size: 16px;
    }
    .about-right-img,
    .about-left-img{
        margin: 50px 20px;
        padding: unset;
    }
    .text-area02 {
        margin-top: 50px;
        margin-right: 0px;
    }
    h2.top-sec-tittle03 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

/*Pick up 北九州市版トライアル発注制度*/
#top-pickup {
    padding: 100px 70px;
    background-image: url(../images/KokuraCastle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 100;
    position: relative;
    margin-top: 100px;
}
#top-pickup:after {
    content: '';
    background-color: #1B2658E6;
    background-size: cover;
    opacity: .85;
    width: 100%;
    height: 100%;
    z-index: -100;
    position: absolute;
    top: 0;
    left: 0;
}
p.pickup-text-design {
    position: absolute;
    color: #A1AFAF;
    opacity: .6;
    font-style: italic;
    font-weight: bold;
    font-size: 160px;
    top: -171px;
    left: 80px;
}
p.pickup-tittle-sub {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 25px;
}
h2.pickup-tittle {
    color: #000000;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2.4px;
}
h2.pickup-tittle span {
    background-color: #ffffff;
    margin-bottom: 1rem;
    padding: 13px 15px;
    display: inline-block;
}
p.pickup-text {
    color: #fff;
    line-height: 32px;
    letter-spacing: 1.6px;
    margin-top: 50px;
}
.top-pickup-btn {
    float: right;
    margin-top: 25px;
}
.top-pickup-btn a {
    position: relative;
    background-color: #ffffff;
    color: #0054A7;
    padding: 13px 70px 13px 40px;
    border-radius: 23px;
    text-decoration: unset;
    font-size: 14px;
    letter-spacing: .7px;
    font-weight: bold;
}
.top-pickup-btn a:after {
    content: '';
    position: absolute;
    background: #0054A7;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 27px;
}
.pickup-img {
    width: 100%;
    max-width: 100%;
    padding: 10px 30px;
}
.pickup-img img {
    width: 100%;
    border-radius: 15px;
}
.top-pickup-btn a:hover {
    background-color: #0054A7;
    color: #fff;
}
.top-pickup-btn a:hover::after {
    background: #fff;
    background-image: url(../images/arrow_forward_blue.svg);
}

@media only screen and (max-width: 991px) {
    #top-pickup {
        padding: 100px 0px;
        margin-top: 0px;
    }
    p.pickup-text-design {
        font-size: 70px;
        top: -74px;
        left: 10px;
    }
    .pickup-img {
        padding: 10px;
        margin-top: 60px;
    }
    h2.pickup-tittle {
        font-size: 22px;
        line-height: 26px;
    }
    p.pickup-text {
        margin-top: 40px;
        font-size: 14px;
    }
    .top-pickup-btn {
        margin-right: 10px;
    }
}
/*Search 支援メニューを探す*/
/*「目的」から支援メニューを探す*/
section#top-search {
    padding: 100px 0 100px 70px;
}
p.search-tittle {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: 2.4px;
}
.purpose-search-menu {
    width: 250px;
    padding: 30px;
    border: 2px solid #000;
    border-radius: 15px;
    margin: 0 10px;
    background-color: #ffffff;
}
.purpose-search-menu h4 {
    color: #000000;
    font-size: 22px;
    line-height: 38px;
    font-weight: bold;
    letter-spacing: 2.2px;
}
.purpose-search-menu img {
    margin: 15px 0;
}
a.search-menu-link {
    color: #000000;
    text-decoration: unset;
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: bold;
    position: relative;
}
a.search-menu-link:hover {
    text-decoration: underline;
}

a.search-menu-link:after {
    content: '';
    position: absolute;
    background: #0054A7;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    top: -1px;
    right: -30px;
}
.slick-next {
    right: 45%;
}
.slick-prev {
    left: 43%;
}
.slick-prev, .slick-next {
    top: -87px;
    width: 40px;
    height: 40px;
}
.slick-prev:before,
.slick-next:before {
    content: ''!important;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    opacity: 1!important;
    border: 1px solid #000;
}
.slick-prev:before {
    background-image: url(../images/arrow_forward_prev.svg);
}
.slick-next:before {
    background-image: url(../images/arrow_forward_next.svg);
}
@media only screen and (max-width: 767px) {
    .purpose-search-menu {
        padding: 25px 20px;
    }
    .purpose-search-menu h4 {
        font-size: 18px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 991px) {
    section#top-search {
        padding: 100px 0 0;
    }
    p.search-tittle {
        font-size: 18px;
    }
}
@media screen and (min-width:541px) and ( max-width:1250px) {
    p.search-tittle {
        margin-bottom: 50px;
    }
    .slick-prev, .slick-next {
        top: -83px;
    }
    .slick-prev {
        left: 65%;
    }
    .slick-next {
        right: 15%;
    }
}
@media only screen and (max-width: 540px) {
    p.search-tittle {
        margin-bottom: 90px;
    }
    .conditions-search p.search-tittle {
        margin-bottom: 35px;
    }
    .slick-prev, .slick-next {
        top: -60px;
    }
    .slick-prev {
        left: 25%;
    }
    .slick-next {
        right: 40%;
    }
}
/*「条件」から支援メニューを探す*/
.conditions-search {
    margin-top: 100px;
    padding-right: 70px;
}
.conditions-search-contents {
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 15px;
    height: 300px;
}
.conditions-search ul {
    padding: unset;
    list-style: none;
}
.searchandfilter ul {
    padding-left: unset;
}
li.sf-field-taxonomy-purpose,
li.sf-field-search,
li.sf-field-taxonomy-location {
    padding: 13px 40px!important;
    float: left;
    width: 50%;
    margin: 0 auto;
}
li.sf-level-0.sf-item-2,
li.sf-level-0.sf-item-3 {
    padding: 5px 20px 5px 0;
    float: left;
}
.conditions-search-contents select {
    padding: 15px 20px;
    height: 52px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 5px;
    width: 100%;
}
.conditions-search-contents h4 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.8px;
}
.conditions-search-contents h4:after {
    font-size: 14px;
    margin-left: 15px;
}
li.sf-field-taxonomy-purpose h4:after {
    content: '補助金・助成金を知りたい等';
}
li.sf-field-taxonomy-location h4:after {
    content: '説明を入力';
}
.conditions-search-contents input[type="text"] {
    padding: 14px 20px;
    height: 52px;
    font-size: 14px;
    letter-spacing: 1.4px;
    border: 2px solid #000000;
    border-radius: 5px;
    width: 100%;
}
.searchandfilter label {
    width: 100%;
}
.sf-none {
    display: none;
}
li.sf-field-reset,
li.sf-field-submit {
    float: left;
    width: 50%;
    position: relative;
    padding-top: 50px!important;
}
li.sf-field-reset {
    text-align: right;
    padding-right: 20px!important;
}
li.sf-field-submit {
    text-align: left;
    padding-left: 20px!important;
}
a.search-filter-reset {
    border-radius: 23px;
    background-color: #A1AFAF;
    color: #fff;
    text-decoration: none;
    padding: 11px;
    width: 200px;
    display: inline-block;
    text-align: center;
}
input[type="submit"] {
    border-radius: 23px;
    background-color: #0054A7;
    color: #fff;
    text-decoration: none;
    padding: 11px;
    width: 200px;
    display: inline-block;
    text-align: center;
    border: unset;
    padding-right: 38px;
}
.sf-submit-btn {
    width: 200px;
    position: relative;
}
.sf-submit-btn:after {
    content: '';
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 27px;
}
a.search-filter-reset:hover,
.sf-submit-btn:hover {
    opacity: .7;
}
@media screen and (min-width:1124px) and ( max-width:1399px) {
    .conditions-search-contents {
        height: 320px;
    }
    li.sf-field-taxonomy-location {
        width: 100%;
    }
}
@media only screen and (max-width: 1123px) {
    .conditions-search-contents {
        padding: 40px 0px;
        height: 430px;
    }
    li.sf-field-taxonomy-purpose,
    li.sf-field-search,
    li.sf-field-taxonomy-location {
        text-align: center;
        padding: 15px 0px!important;
        float: unset;
        width: 300px;
        margin: 0 auto!important;
    }
    li.sf-level-0.sf-item-2,
    li.sf-level-0.sf-item-3 {
        float: unset;
    }
}
@media only screen and (max-width: 991px) {
    .conditions-search {
        padding-right: 0;
    }
}
@media only screen and (max-width: 540px) {
    li.sf-field-reset {
        padding-right: 10px!important;
    }
    li.sf-field-submit {
        padding-left: 10px!important;
    }
    a.search-filter-reset {
        width: 150px;
        font-size: 14px;
        padding: 8px 0;
    }
    input[type="submit"] {
        width: 150px;
        font-size: 14px;
        padding: 8px 15px 8px 0;
    }
    .sf-submit-btn {
        width: 150px;
    }
    .sf-submit-btn:after {
        width: 18px;
        height: 18px;
    }
}

/*Initiatives 取り組み紹介*/
#top-initiatives {
    padding: 100px 70px;
    background-color: #ffffff;
}
.initiatives-img {
    width: 100%;
    padding: 20px;
}
.initiatives-img img {
    width: 100%;
    border-radius: 15px;
}
h4.initiatives-tittle {
    color: #A1AFAF;
    font-style: italic;
    font-weight: 600;
    opacity: .3;
    font-size: 80px;
    margin-bottom: 35px;
}
p.initiatives-sub {
    color: #0054A7;
    font-weight: bold;
    letter-spacing: 2.4px;
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 25px;
}
p.initiatives-text {
    color: #000000;
    letter-spacing: 1.4px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 35px;
}
.initiatives-btn {
    float: right;
}
.initiatives-btn a {
    position: relative;
    background-color: #0054A7;
    color: #ffffff;
    padding: 13px 70px 13px 40px;
    border-radius: 23px;
    text-decoration: unset;
    font-size: 14px;
    letter-spacing: .7px;
    font-weight: bold;
}
.initiatives-btn a:hover {
    opacity: .7;
}
.initiatives-btn a:after {
    content: '';
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 27px;
}
.row.blank {
    margin-top: 100px;
}
@media only screen and (max-width: 991px) {
    #top-initiatives {
        padding: 100px 0px;
    }
    li.sf-field-taxonomy-location {
        width: 100%;
    }
    h4.initiatives-tittle {
        font-size: 62px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    p.initiatives-sub {
        font-size: 18px;
    }
    p.initiatives-text {
        color: #000000;
        letter-spacing: 1.4px;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 35px;
    }
    .initiatives-btn {
        margin-bottom: 30px;
    }
    .initiatives-img {
        padding: 20px 10px;
    }
    .row.blank {
        margin-top: 50px;
    }
}
/*News お知らせ*/
#top-news02 {
    padding: 50px 0 0 70px;
}
#top-news02 h3.top-sec-sub-tittle01 {
    margin-bottom: 0;
}
.news-tab-btn-area {
    margin-top: 50px;
    display: block;
}
.nav-pills .nav-link.news-tab-btn.active, .nav-pills .show>.nav-link {
    background-color: #0054A7;
    font-weight: bold;
    border-radius: 23px;
    width: 125px;
    text-align: center;
    padding: 10px 13px;
    margin-bottom: 30px;
}
.nav-link.news-tab-btn {
    background-color: #A1AFAF;
    color: #fff;
    font-weight: bold;
    border-radius: 23px;
    width: 125px;
    text-align: center;
    padding: 10px 13px;
    margin-bottom: 30px;
}
.top-news-contents {
    background-color: #ffffff;
    padding: 70px 70px 170px;
}
.news-thumbnails {
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    height: 200px;
    width: 100%;
    position: relative;
}
.news-thumbnails img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.top-news-content a:hover .news-thumbnails img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
}
.top-news-content {
    border-top: 1px solid #DFE1E3;
    border-bottom: 1px solid #DFE1E3;
    padding: 50px 0;
}
span.news-date {
    color: #A1AFAF;
    font-weight: 600;
    margin-right: 30px;
    font-size: 16px;
}
span.news-category {
    color: #0054A7;
    border: 1px solid #0054A7;
    padding: 2px 12px;
    border-radius: 13px;
    font-size: 14px;
    letter-spacing: 1.4px;
}
a.news-tittle {
    text-decoration: none;
}
a.news-tittle h2 {
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.6px;
    color: #000000;
}
a.news-tittle:hover h2 {
    text-decoration: underline;
}
#top-news02 .initiatives-btn {
    margin-right: 70px;
    margin-top: -110px;
}
@media only screen and (min-width: 992px) {
    #top-news02 .col-lg-9 {
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    #top-news02 {
        padding: 80px 0 40px;
    }
    .news-tab-btn-area {
        margin-right: unset!important;
        margin-top: 10px;
    }
    .nav-pills .nav-link.news-tab-btn.active, .nav-pills .show>.nav-link,.nav-link.news-tab-btn {
        width: 250px;
        margin: 0 auto 20px;
    }
    .top-news-contents {
        padding: 50px 15px 170px;
        margin-top: 30px;
    }
    .top-news-content p {
        margin-top: 30px;
    }
    #top-news02 .initiatives-btn {
        margin-right: 20px;
    }
}
/*top-logo トップ下部ロゴ*/
#top-logo {
    padding: 150px 70px;
}
.top-logo-foot {
    clear: both;
    display: block;
    max-width: 300px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: transparent url(../images/top-footer-logo.svg) 50% 50% no-repeat scroll;
    background-size: cover;
}
@media only screen and (max-width: 991px) {
    #top-logo {
        padding: 100px 0px;
    }
    .top-logo-foot {
        max-width: 200px;
    }
}


/*----------------
個別ページ共通部分
------------------*/
/*ファーストビュー*/
.page-pd {
    padding: 100px 70px 100px;
    position: relative;
    z-index: 1;
}
.page-fv:before {
    content: '';
    position: fixed;
    background: url(../images/asset.svg);
    width: 180px;
    height: 100vh;
    background-size: 2500%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 0;
}
.page-fv-area {
    /*padding: 150px 70px 80px;*/
    padding: 80px 0 0;
    z-index: 1;
    position: relative;
}
.page-fv-area h2 {
    color: #000000;
    font-style: italic;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 150px;
}
.page-fv-area h2 span {
    font-style: normal;
    font-size: 24px;
    display: block;
    letter-spacing: 2.4px;
    line-height: 32px;
}
.page-fv-area.fv-title-style02 h2 {
    font-style: unset;
    font-size: 45px;
    font-weight: 700;
}
.page-fv-area.fv-title-style02 h2 span {
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    margin-top: 15px;
}
.page-fv-area p {
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2.4px;
}
@media only screen and (max-width: 991px) {
    #content {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .page-pd {
        padding: 0 0 100px;
    }
    .page-fv-area {
        padding: 10px 0 0;
        z-index: 1;
        position: relative;
    }
    .page-fv:before {
        width: 70px;
        background-size: cover;
        top: 70px;
    }
    .page-fv-area h2 {
        font-size: 65px;
        margin-bottom: 100px;
    }
    .page-fv-area h2 span {
        font-size: 20px;
        margin-top: 10px;
    }
    .page-fv-area.fv-title-style02 h2 {
        font-size: 32px;
        margin-bottom: 100px;
    }
    .page-fv-area.fv-title-style02 h2 span {
        font-size: 24px;
    }
    .page-fv-area p {
        font-size: 18px;
        margin-right: 30px;
        line-height: 38px;
        letter-spacing: 1.8px;
    }
}
/*外部リンクボタン*/
.outside-btn a {
    position: relative;
    background-color: #0054A7;
    color: #ffffff;
    padding: 13px 65px 13px 40px;
    border-radius: 23px;
    text-decoration: unset;
    font-size: 14px;
    letter-spacing: .7px;
    font-weight: bold;
}
.outside-btn a:hover {
    opacity: .7;
}
.outside-btn a:after {
    content: '';
    position: absolute;
    background-image: url(../images/open_new_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 13px;
    right: 33px;
}
a.btn-style02 {
    background-color: #0054A7;
    color: #fff;
    border: 2px solid #0054A7;
    margin-bottom: 15px;
    padding: 15px 10px 12px 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-decoration: unset;
    position: relative;
}
a.btn-style02:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    top: 13px;
    right: 30px;
}
a.btn-style02:hover {
    opacity: .7;
}
/*内部リンク*/
a.pagein-link-box {
    background-color: #fff;
    border: 2px solid #0054A7;
    display: block;
    padding: 10px;
    text-align: center;
    height: 100%;
    text-decoration: unset;
    position: relative;
}
a.pagein-link-box p.pagein-link-title {
    color: #0054A7;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1.8px;
}
a.pagein-link-box p.pagein-link-text {
    color: #000;
    margin-bottom: unset;
    font-size: 14px;
    font-weight: 600;
}
a.pagein-link-box:hover {
    background-color: #0054A7;
}
a.pagein-link-box:hover p.pagein-link-title,
a.pagein-link-box:hover p.pagein-link-text {
    color: #fff;
}
@media only screen and (max-width: 991px) {
    a.pagein-link-box p.pagein-link-title {
        font-size: 16px;
    }
}
/*コンテンツボックス*/
.contents-box-01 {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.contents-box-link {
    text-align: right;
}
.contents-box-link a.top-support-menu-btn {
    width: 200px;
    padding: 15px 80px 14px 45px;
}
.contents-box-link a.top-support-menu-btn::after {
    width: 25px;
    height: 25px;
    top: 13px;
    right: 40px;
}
.contents-box-01 h3 {
    font-size: 24px;
    letter-spacing: 2.4px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
}
p.contents-box-text {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
@media only screen and (max-width: 639px) {
    .pr-50 {
        padding-right: 50px;
    }
}
/*テーブル*/
.fixed-box-table {
    width: 100%;
    background: #fff;
    overflow: auto;
}
table.table-style01 {
    width: 100%;
}
table.table-style01 tr th,
table.table-style01 tr td{
    padding: 12px 30px 11px;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    border: 1px solid #ccc;
    font-weight: 600;
}
table.table-style01 tr th {
    color: #fff;
    background-color: #0054A7;
}
table.table-style01 tr td {
    color: #000;
    background-color: #fff;
}
span.add {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
th.other-link span {
    position: relative;
}
th.other-link span:after{
    content: '';
    position: absolute;
    background-image: url(../images/open_new_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 1px;
    right: -30px;
}
@media only screen and (max-width: 991px) {
    table.table-style01 tr th, table.table-style01 tr td {
        padding: 12px 11px 10px;
        font-size: 15px;
    }
    span.add {
        font-size: 13px;
    }
}

.standout-text-style01 {
    border-radius: 15px;
    background-color: #0054A7;
    padding: 35px 35px 31px;
    text-align: center;
    margin-bottom: 50px;
}
.standout-text-style01 p {
    margin-bottom: unset;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 800;
    line-height: 40px;
}
.standout-text-style02 {
    border-radius: 15px;
    background-color: #fff;
    border: 3px solid #0054A7;
    padding: 35px 35px 31px;
    text-align: center;
    margin-bottom: 50px;
}
.standout-text-style02 p {
    margin-bottom: unset;
    color: #0054A7;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 40px;
}
@media only screen and (max-width: 991px) {
    .standout-text-style01,
    .standout-text-style02 {
        padding: 35px 20px 31px;
        text-align: left;
        margin-bottom: unset;
    }
    .standout-text-style01 p,
    .standout-text-style02 p {
        font-size: 18px;
        line-height: 32px;
    }
}


/*----------------
page-about　スタートアップ推進課の取り組みについて
------------------*/
#about-selection a.top-support-menu-btn {
    width: 230px;
}
/*background　スタートアップ推進課設立の背景*/
#about-background h3.top-sec-sub-tittle01 {
    margin-bottom: 100px;
}
.background-content {
    position: relative;
    margin-bottom: 65px;
    display: inline-block;
}
.background-content.last {
    height: unset;
}
.background-content:before {
    content: '';
    position: absolute;
    border: 2px solid #A1AFAF;
    height: 90%;
    top: 70px;
    left: 50px;
    opacity: .3;
}
.background-content.last:before {
    content: unset;
}
p.background-date {
    font-style: italic;
    color: #A1AFAF;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 32px;
    font-size: 80px;
    opacity: .75;
    margin-bottom: 70px;
}
.background-content h4 {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 40px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
}
p.business-tittle {
    color: #0054A7;
    font-weight: bold;
    letter-spacing: 1.8px;
    line-height: 10px;
    margin-bottom: 30px;
}
ul.business-list {
    list-style-type: none;
    padding: unset;
}
ul.business-list a {
    display: table;
}
ul.business-list li {
    background-color: #fff;
    color: #0054A7;
    border: 2px solid #0054A7;
    margin-bottom: 15px;
    padding: 10px 60px 10px 30px;
    display: inline-block;
    position: relative;
}
ul.business-list a:hover li {
    background-color: #0054A7;
    color: #ffffff;
}
ul.business-list li:after {
    content: '';
    position: absolute;
    background-image: url(../images/open_new_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 13px;
    right: 33px;
}
ul.business-list a:hover li:after {
    background-image: url(../images/open_new_white.svg);
}
.background-img {
    padding: 35px;
}
.background-img img {
    width: 100%;
    border-radius: 15px;
    border: 3px solid #0054A7;
}
.background-img p {
    color: #000000;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 20px;
}
/*@media screen and (min-width:992px) and ( max-width:1249px) {
    .background-content {
        height: 830px;
    }
}*/
@media only screen and (max-width: 991px) {
    #about-background h2.top-sec-tittle01 {
        line-height: 46px;
        margin-bottom: 25px;
    }
    #about-background h2.top-sec-tittle01:after {
        bottom: 52px;
    }
    .background-content {
        margin-bottom: unset;
    }
    .background-content:before {
        height: 100%;
    }
    ul.business-list {
        margin-bottom: unset;
    }
    p.background-date {
        font-size: 60px;
        margin-bottom: 45px;
    }
    .background-content h4 {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 35px;
    }
    ul.business-list li {
        font-size: 14px;
    }
    .background-img {
        margin-bottom: 30px;
        padding: 35px 0 15px;
        position: relative;
        z-index: 0;
    }
    .background-img.second {
        padding-top: unset;
        margin-top: -20px;
    }
    .background-img:after {
        content: '';
        position: absolute;
        border: 2px solid #A1AFAF;
        height: 75%;
        top: 70px;
        left: 50px;
        opacity: .3;
        z-index: -1;
    }
    .background-img.last:after {
        content: unset;
    }
    .background-img p {
        font-size: 13px;
    }
}

/*Hub City　スタートアップ・エコシステム推進拠点都市*/
#about-hubcity p.text-main {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.6px;
    font-weight: 600;
    margin-bottom: 60px;
}
.kpi-count-box {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 15px;
    background-color: #fff;
    padding: 40px;
    height: 100%;
    text-align: center;
}
p.kpi-count {
    font-size: 20px;
    color: #0054A7;
    letter-spacing: 2px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}
p.kpi-count.num {
    margin-bottom: unset;
}
p.kpi-count.num span {
    font-size: 100px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
    line-height: 48px;
    letter-spacing: 0;
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    #about-hubcity {
        padding: 0 0 150px;
    }
    #about-hubcity p.text-main {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    #about-hubcity a.top-support-menu-btn {
        padding: 13px 70px 13px 40px;
        font-size: 14px;
    }
    .kpi-count-box {
        padding: 30px;
    }
    p.kpi-count {
        font-size: 18px;
    }
    p.kpi-count.num span {
        font-size: 80px;
    }
}

/*----------------
page-hub-city　スタートアップ・エコシステム拠点都市
------------------*/
#hub-city-fv.page-pd {
    padding: 100px 70px 150px;
}
/*Consortium ファーストビュー*/
.hub-city-fv-link ul {
    list-style-type: none;
    padding: unset;
}
.hub-city-fv-link li.outside-btn {
    float: left;
    margin-right: 50px;
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    #hub-city-fv.page-pd {
        padding: 0;
    }
    #hub-city-fv .page-fv-area {
        padding: 10px 0px 220px;
    }
}
@media only screen and (max-width: 767px) {
    .hub-city-fv-link li.outside-btn {
        margin-right: unset;
        margin-top: 45px;
    }
}
/*vision　目指す将来像*/
.vision-contents h4 {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 48px;
    margin-bottom: 50px;
}
.vision-contents h4 span {
    font-style: italic;
    color: #0054A7;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 10px;
    margin-left: 30px;
}
p.bold-text {
    font-weight: bold;
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2.4px;
    margin-top: 50px;
    margin-bottom: 50px;
}
p.bold-text small {
    font-size: 14px;
    margin-left: 20px;
}
.photo-vertical-box01 {
    height: 100%;
}
.photo-vertical-box01 img {
    border: 2px solid #0054A7;
    border-radius: 15px;
    margin-bottom: 30px;
}
.photo-vertical-box01.no-border img {
    border: unset;
    border-radius: unset;
}
.photo-vertical-box01 p.title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #0054A7;
    font-weight: 700;
    line-height: 32px;
    display: inline-block;
}
.photo-vertical-box01 p.text-main {
    line-height: 32px;
}
.photo-vertical-box01 ul li {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    font-weight: 500;
}
#hub-city-composition.page-pd {
    padding: 0 70px 100px;
}
#hub-city-composition p.bold-text {
    margin-top: 30px;
}
#hub-city-composition img {
    margin-bottom: 80px;
}
#hub-city-composition .mentor-img {
    width: 100%;
}
#hub-city-composition .mentor-img img {
    margin-bottom: 20px;
    border-radius: unset;
    height: 250px;
    max-width: 250px;
    width: 100%;
    object-fit: cover;
}
.consortium-composition {
    background-color: #fff;
    padding: 50px;
    margin-bottom: 80px;
    text-align: center;
}
.consortium-composition h4 {
    font-weight: 700;
    color: #0B1D47;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.consortium-composition h4 span {
    display: block;
    font-size: 16px;
}
.consortium-composition h5 {
    background: #004498;
    height: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 18px;
    margin-bottom: 20px;
}
.consortium-composition .darkbk-box {
    background-color: #0B1D47;
    padding: 20px 95px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.consortium-composition .darkbk-box p {
    margin-bottom: unset;
    line-height: 32px;
    font-weight: 600;
}
.consortium-composition .darkbk-box p span {
    font-size: 14px;
}
.consortium-composition p {
    margin-bottom: 40px;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    #hub-city-vision {
        padding: 50px 0 100px;
    }
    .vision-contents {
        margin-top: 60px;
    }
    .vision-contents h4 {
        font-size: 42px;
        margin-bottom: 38px;
    }
    .vision-contents h4 span {
        font-size: 18px;
        margin-left: 20px;
    }
    p.bold-text {
        margin-top: 30px;
        font-size: 20px;
        /*margin-right: 30px;*/
        line-height: 38px;
        letter-spacing: 1.8px;
        margin-bottom: 30px;
    }
    p.bold-text small {
        display: block;
        margin-left: unset;
    }
    #hub-city-composition.page-pd {
        padding: 50px 0 0;
        margin-top: -50px;
    }
    .consortium-composition {
        padding: 30px 15px;
        margin-bottom: 50px;
    }
    .consortium-composition h4 {
        font-size: 18px;
    }
    .consortium-composition h4 span {
        font-size: 14px;
    }
    .consortium-composition .darkbk-box {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 767px){
    .mentor-box {
        margin-bottom: 50px;
    }
}
/*Support System　北九州市のスタートアップ支援の体系*/
#about-support-system.page-pd {
    padding-top: unset;
    padding-bottom: 150px;
}
.support-system-content svg {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 991px) {
    #about-support-system.page-pd {
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .support-system-content svg {
        margin-bottom: 20px;
    }
}

/*----------------
page-startup-support　創業支援の拠点整備
------------------*/
#startup-support-coworking.page-pd {
    padding: 0 70px;
}
.photo-beside-box01 {
    height: 100%;
}
.photo-beside-box01 img {
    border: 2px solid #0054A7;
    border-radius: 15px;
    margin-bottom: 100px;
}
.photo-beside-box01 h4 {
    font-weight: 800;
    margin-bottom: 50px;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 40px;
}
.photo-beside-box01 p.sub {
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
}
#startup-support-coworking .photo-beside-box01 p.text-main {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 60px;
}
.photo-beside-box01 a.top-support-menu-btn {
    width: 230px;
    margin-bottom: 100px;
}
.about-compass .photo-beside-box01 img {
    margin-bottom: 15px;
    background-color: #fff;
}
.about-compass p {
    text-align: center;
}
.about-compass-box {
    margin-bottom: 50px;
}
#startup-support-coworking .photo-beside-box01 a.top-support-menu-btn {
    margin-bottom: 50px;
}
#about-compass p.sub,
#about-facility p.sub,
#about-youtube p.sub {
    text-align: left;
    margin-bottom: 70px;
}
#about-compass h3.top-sec-tittle02 {
    font-size: 28px;
    line-height: 34px;
    color: #000;
}
.about-facility-img {
    text-align: center;
    margin-bottom: 35px;
}
.about-facility-img img {
    border-radius: 15px;
    margin-bottom: 15px;
}
.about-facility-img p {
    font-size: 16px;
    letter-spacing: 1.6px;
}
#about-facility.page-pd {
    padding: 30px 70px 50px;
}
#about-youtube .about-facility-img a:hover {
    opacity: .7;
}
.compass-youtube-more {
    margin-top: 20px;
    text-align: center;
}
.compass-youtube-more a.top-support-menu-btn {
    width: 100%;
    text-align: center;
    max-width: 450px;
}
@media only screen and (max-width: 991px) {
    #startup-support-coworking.page-pd {
        padding: 0 0 50px;
    }
    .photo-beside-box01 img {
        margin-bottom: 35px;
    }
    .photo-beside-box01 a.top-support-menu-btn {
        margin-bottom: 70px;
    }
    .photo-beside-box01 h4 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .photo-beside-box01 p.sub {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .photo-beside-box01 p.text-main {
        margin-bottom: 35px;
    }
    #about-compass.page-pd {
        padding: 0 0 70px;
    }
    #about-facility.page-pd {
        padding: 0 0 70px;
    }
    .compass-youtube-more a.top-support-menu-btn:after {
        top: 23px;
    }
}
@media only screen and (max-width: 767px) {
    #hub-city-composition .mentor-box {
        margin-bottom: 30px;
    }
    #about-compass h3.top-sec-tittle02 {
        font-size: 27px;
        line-height: 34px;
    }
    #about-youtube .about-facility-img {
        margin-bottom: 20px;
    }
}

/*----------------
page-challenge-support　チャレンジ支援
------------------*/
#challenge-support-progect p.title {
    margin-bottom: 20px;
}
.sidebyside-title {
    margin-top: 50px;
    margin-bottom: 50px;
}
.sidebyside-title p.bold-text {
    float: left;
    margin: unset;
    margin-right: 25px;
}
.sidebyside-title p.text-main {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: unset;
}
.mentor-box {
    margin-bottom: 80px;
    height: 100%;
}
.mentor-box img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 200px;
}
.mentor-detail {
    border-left: 5px solid #0054A7;
    padding: 5px 15px;
}
.mentor-detail p {
    margin-bottom: unset;
    line-height: 32px;
}
.logo-list a {
    text-decoration: unset;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.logo-list a img {
    max-width: 200px;
}
.logo-list p {
    text-align: center;
    margin-top: -16px;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: unset;
}
@media only screen and (min-width: 992px) {
    #challenge-support-progect .photo-vertical-box01 img {
        height: 300px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 991px) {
    .sidebyside-title p.text-main {
        margin-top: unset;
    }
    #challenge-support-progect p.title {
        font-size: 18px;
    }
    #challenge-support-progect.page-pd {
        padding: 0;
    }
    .logo-list p {
        margin-top: -14px;
        font-size: 11px;
        letter-spacing: 1.2px;
    }
}

/*----------------
page-growth-support　成長支援
------------------*/
#growth-support-pagelink.page-pd {
    margin: 0 auto;
    padding: 50px 70px 20px;
}
#growth-support-pagelink a.pagein-link-box {
    padding: 10px 15%;
}
#growth-support-pagelink a.pagein-link-box:after {
    content: '';
    position: absolute;
    background: #0054A7;
    border-radius: 50%;
    background-image: url(../images/arrow_forward_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    bottom: 32%;
    right: 5%;
    /* transform: rotateZ(90deg); */
}
#growth-support-pagelink a.pagein-link-box:hover::after {
    background: #fff;
    background-image: url(../images/arrow_forward_blue.svg);
}
p.text-main.adjust-gapk {
    font-weight: 600;
    margin-bottom: 120px;
}
#growth-support-progect .photo-beside-box01 img {
    margin-bottom: 10px;
}
#growth-support-progect .photo-beside-box01 figure {
    margin-bottom: 100px;
}
figcaption {
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 600;
}
.trial-oder p.bold-text {
    margin-top: unset;
    margin-bottom: 20px;
}
.trial-oder p.text-main {
    margin-bottom: 30px;
}
.trial-oder-price {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 70px;
}
p.text-main.sub-midashi {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.co-logo img {
    width: 150px;
}
#growth-support-progect .photo-vertical-box01 a {
    text-decoration: unset;
    color: #0054A7;
}
#growth-support-progect .photo-vertical-box01 a:hover p.title {
    text-decoration: underline;
}
#growth-support-progect .photo-vertical-box01 a:hover img {
    opacity: .7;
}
hr.separate-line {
    margin: 50px 70px 50px;
    background-color: #ccc;
    height: 1px;
    opacity: 1;
}
@media only screen and (min-width: 1199px) {
    #growth-support-progect .photo-vertical-box01 {
        padding-right: 100px;
    }
}
@media only screen and (min-width: 992px) {
    #growth-support-progect.page-pd {
        padding: 100px 70px 0;
    }
    #growth-support-oder.page-pd {
        padding: 0 70px 100px;
    }
    .co-logo {
        text-align: center;
        height: 200px;
        display: table-cell;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 991px) {
    #growth-support-pagelink.page-pd {
        padding: 0 0 80px;
    }
    #growth-support-sdgs.page-pd {
        padding: 0 0 100px;
    }
    #growth-support-progect .photo-beside-box01 figure {
        margin-bottom: 35px;
    }
    p.text-main.adjust-gapk {
        margin-bottom: 70px;
    }
    #growth-support-progect.page-pd {
        padding: 0;
    }
    .trial-oder p.bold-text {
        margin-bottom: 15px;
    }
    .trial-oder p.text-main {
        margin-bottom: 15px;
        line-height: 28px;
    }
    .trial-oder-price {
        margin-top: 30px;
        margin-bottom: 55px;
    }
    hr.separate-line {
        margin: 0 5% 100px;
    }
}

/*----------------
single.php　記事詳細ページ
------------------*/
#single-post {
    padding: 100px 70px;
}
.single-post-box {
    padding: 50px 50px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}
.single-post-head h2 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    letter-spacing: 2.4px;
    line-height: 32px;
    margin-bottom: 30px;
}
p.post-date,
p.post-jurisdiction {
    font-weight: 500;
    color: #0054A7;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 26px;
    position: relative;
    padding-left: 23px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}
a.post-tel {
    font-size: 15px;
    font-weight: 600;
    color: #0054A7;
    letter-spacing: 1.4px;
    line-height: 26px;
    position: relative;
    padding-left: 23px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
    text-decoration: unset;
}
a.post-tel:hover {
    text-decoration: underline;
}
p.post-date:before,
p.post-jurisdiction:before,
a.post-tel:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
}
p.post-date.release:before {
    background-image: url(../images/event_blue.svg);
    background-size: contain;
}
p.post-date.update:before {
    background-image: url(../images/update_blue.svg);
    background-size: contain;
}
p.post-jurisdiction:before {
    background-image: url(../images/account_box_blue.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 3px;
}
a.post-tel:before {
    background-image: url(../images/call_blue.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
}
.post-cat-area {
    margin-top: 25px;
    display: block;
}
a.post-cat {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #0054A7;
    border-radius: 13px;
    font-size: 14px;
    letter-spacing: 1.4px;
    padding: 4px 17px 2px 15px;
    font-weight: 500;
    color: #0054A7;
    margin-right: 5px;
    margin-bottom: 5px;
}
a.post-cat:hover {
    background-color: #0054A7;
    color: #fff;
}
.single-post-content {
    margin-top: 100px;
}
/*投稿詳細コンテンツ*/
.single-post-content h2 {
    background-color: #0054A7;
    border-radius: 5px;
    color: #fff;
    padding: 21px 25px 18px;
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px;
    position: relative;
}
.single-post-content h2:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: 5px;
    content: '';
}
.single-post-content h3 {
    color: #0054A7;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 32px;
    padding: 0 25px 12px 27px;
    border-bottom: 4px solid #0054A7;
    margin-bottom: 30px;
}
.single-post-content h4 {
    color: #0054A7;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
    padding-left: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.single-post-content p {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.single-post-content a {
    color: #0054A7;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
}
.single-post-content table {
    margin-bottom: 30px;
}
.single-post-content table tr td:nth-child(odd):first-of-type {
    background-color: #0054A7;
    color: #fff;
    width: 35%;
}
.single-post-content table tr td {
    padding: 12px 30px 11px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    letter-spacing: 1.6px;
    line-height: 32px;
}
#relation-posts {
    padding: 0 70px 150px 70px;
}
h2.relation-tittle {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    letter-spacing: 2.4px;
    line-height: 32px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    #single-post {
        padding: unset;
    }
    .single-post-box {
        padding: 50px 15px;
    }
    a.post-cat {
        font-size: 12px;
    }
    .single-post-content {
        margin-top: 50px;
    }
    .single-post-content h2 {
        font-size: 20px;
        letter-spacing: 2.2px;
        padding: 15px;
    }
    .single-post-content h3 {
        padding: 5px 15px;
        font-size: 19px;
    }
    .single-post-content h4 {
        padding: 0 15px;
    }
    .single-post-content p {
        padding-left: 15px;
        overflow-wrap: break-word;
    }
    #relation-posts {
        padding: 80px 0 0;
    }
}
/*----------------
archive.php　お知らせ一覧ページ
------------------*/
#news-archive-fv .page-fv-area h2 {
    margin-bottom: unset;
}
#news-archive {
    padding: 50px 70px 150px;
    z-index: 1;
    position: relative;
}
/*ページネーション*/
nav.pagination-container {
    margin-top: 25px;
}
span.pagination-inner a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #0054A7;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 500;
}
span.pagination-inner a.pagination-active {
    background-color: #0054A7;
    color: #fff;
}
a.pagination-older span {
    background-color: #0054A7;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}
a.pagination-older span.next:after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow_forward_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
    top: 3px;
    left: 3px;
}
a.pagination-older span.prev:after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow_backward_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 38px;
    top: 3px;
    left: 3px;
}
@media only screen and (max-width: 991px) {
    #news-archive-fv.page-pd {
        padding: 0 0 30px;
    }
    #news-archive {
        padding: 50px 0;
    }
    span.pagination-inner a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        margin-right: 8px;
    }
    a.pagination-older span {
        width: 35px;
        height: 35px;
    }
    a.pagination-older span.next:after {
        width: 32px;
        height: 32px;
        top: 1px;
        left: 1.8px;
    }
    a.pagination-older span.prev:after {
        width: 32px;
        height: 32px;
        top: 1px;
        left: 1.7px;
    }
}
/*----------------
archive-support.php　支援メニューを探すページ
------------------*/
#support-fv .page-fv-area h2 {
    margin-bottom: 50px;
}
#support-result {
    padding: 0 70px 100px;
    z-index: 1;
    position: relative;
}
#search-filter-results-23 {
    margin-top: 100px;
}
#support-result nav.pagination-container {
    margin-top: 50px;
}
p.post-counts {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
p.post-counts span {
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 700;
    margin-right: 5px;
}
@media only screen and (max-width: 991px) {
    #support-fv.page-pd {
        padding: 0 0 30px;
    }
    #support-result {
        padding: 0 0 50px;
    }
}

/*----------------
taxonomy.php　支援メニュー一覧ページ
------------------*/
#taxonomy-support-search {
    padding: 0 70px 100px;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 991px) {
    #taxonomy-support-search {
        padding: 0 0 50px;
    }
}

/*----------------
taxonomy-purpose-set-up-office.php　拠点一覧ページ
------------------*/
#location-support-top {
    padding: 0 70px 150px;
    position: relative;
    z-index: 1;
}
.right-content {
    padding: 0 50px;
}
@media only screen and (max-width: 991px) {
    #location-support-top {
        padding: 0 0 100px;
    }
    .right-content {
        padding: unset;
        margin-top: 20px;
    }
}

/*----------------
page.php　固定ページ
------------------*/
#individual-page.page-pd {
    padding-top: unset;
}
#individual-page .single-post-content {
    margin-top: unset;
}
@media only screen and (max-width: 991px) {
    #individual-page.page-pd {
        padding-bottom: unset;
    }
}


/*----------------
contact　お問い合わせ
------------------*/
div#mw_wp_form_mw-wp-form-250 {
    max-width: 500px;
}
.form-title {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 32px;
    margin-bottom: 5px;
}
.form-title span.red {
    margin-left: 8px;
    color: red;
}
.form-box {
    margin-bottom: 40px;
}
.form-box input[type="text"] {
    width: 100%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    max-width: 520px;
    padding: 0 10px;
}
.form-box textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    max-width: 520px;
    padding: 10px;
}
.mw_wp_form .error {
    color: red;
    font-weight: 600;
    margin-top: 5px;
}
input.sub-btn {
    position: relative;
    background-color: #0054A7;
    color: #fff;
    padding: 14px 65px 13px 65px;
    border-radius: 25px;
    text-decoration: unset;
    font-size: 14px;
    letter-spacing: .7px;
    font-weight: bold;
    display: inline-grid;
    min-width: 200px;
}
.retun.contact-btn-icon input.submit-form {
    background-color: #A1AFAF;
    padding: 11px;
}
input.submit-form.return {
    background-color: #A1AFAF;
    margin-right: 20px;
    color: #fff;
    padding: 14px 65px 13px 65px;
    border-radius: 25px;
    text-decoration: unset;
    font-size: 14px;
    letter-spacing: .7px;
    font-weight: bold;
    display: inline-grid;
    min-width: 200px;
    margin-bottom: 20px;
}
input.sub-btn:hover,
input.submit-form.return:hover {
    opacity: .7;
}




/*--------------------------------
シリコンバレー海外研修 申し込みフォーム
---------------------------------*/
form .midashi-ttl {
    color: #0054A7;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    line-height: 1em;
}
form #application-course.midashi-ttl,
form #self-promotion.midashi-ttl,
form #other.midashi-ttl {
    margin-top: 100px;
}
.overseas-training-application .form-box {
    margin-bottom: 20px;
}
.mw_wp_form_input .open-area-adress,
.mw_wp_form_input .open-area-course-1,
.mw_wp_form_input .open-area-course-2,
.mw_wp_form_input .open-area-stage-1,
.mw_wp_form_input .open-area-stage-2,
.mw_wp_form_input .open-area-stage-3,
.mw_wp_form_input .open-area-date,
.mw_wp_form_input .open-area-date1,
.mw_wp_form_input .open-area-date2,
.mw_wp_form_input .open-area-stage-co-adress,
.mw_wp_form_input .open-area-why,
.mw_wp_form_input .open-area-used {
    display: none;
}
.form-box.kitakyushucheck span.mwform-checkbox-field.horizontal-item {
    display: block;
    margin-left: unset;
}
.overseas-training-application .form-title span.red {
    font-size: 12px;
    border: 1px solid red;
    border-radius: 3px;
    padding: 2px 8px;
    background-color: #fff;
}
select {
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
    max-width: 100%;
}
input[type=checkbox].check_btn_item {
    display: none;
}
.form-box .check {
    position: relative;
    margin-bottom: 12px
}
.mw_wp_form_confirm .form-box .check {
    padding-left: unset;
}
.form-box .check span {
    cursor: pointer;
    position: relative;
    display: block;
}
.form-box .check.rulecheck span {
    display: unset;
}
.form-box .check.kitakyushucheck span.mwform-checkbox-field-text,
.form-box .check.datecheck span.mwform-checkbox-field-text,
.form-box .check.datecheck1 span.mwform-checkbox-field-text,
.form-box .check.datecheck2 span.mwform-checkbox-field-text {
    margin-bottom: 12px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: unset;
}
span.mwform-checkbox-field-text {
    padding-left: 30px;
}
.form-box .check_btn_item + span::after,
.form-box .check_btn_item + span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
}
.form-box .check_btn_item + span::before {
    border: 1px solid #000000;
    border-radius: 4px;
    left: 0;
    top: 3px;
    height: 18px;
    width: 18px;
}
.form-box .check_btn_item + span::after{
    border: none;
    border-right: 3px solid #0054A7;
    border-bottom: 3px solid #0054A7;
    height: 12px;
    left: 6px;
    opacity: 0;
    top: 4px;
    transform: rotate(45deg);
    width: 7px;
}
.form-box .check_btn_item:checked + span::after {
    opacity: 1;
}
.mw_wp_form input[type="file"] {
cursor: pointer;}
@media only screen and (max-width: 991px) {
    form .midashi-ttl {
        font-size: 24px;
    }
    form #application-course.midashi-ttl,
    form #self-promotion.midashi-ttl,
    form #other.midashi-ttl {
        margin-top: 80px;
    }
}

/*-----------------------------
    2023/12/13　追加
    FVバナー追加
------------------------------*/
.top-fv-under {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 20px;
    margin: 15px 70px 0;
}
.top-fv-banner {
    position: relative;
    z-index: 1;
    max-width: 250px;
}
.top-fv-banner a {
    display: block;
    transition: all .5s ease;
}
.top-fv-banner a:hover {
    opacity: .5;
}
@media screen and (max-width: 991px){
    .top-fv-under {
        justify-content: center;
        margin: 15px 15px 0;
    }
}
@media screen and (max-width: 575.98px){
    .top-fv-under {
        margin: 0 15px 0;
    }
    .top-fv-link {
        display: grid;
        justify-content: center;
        gap: unset;
    }
}


/*-----------------------------
    2024/7/9　追加
    page-sgsp.php追加
------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

img {
	width: 100%;
}

.sgsp__html {
	margin-top: 0;
}

.sgsp__body {
	background-color: #fff;
	color: #E22405;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}

.sgsp.p {
    font-family: "Noto Sans JP", sans-serif;
}

.sgsp__body.is-fixed {
	overflow: hidden;
}

.l-footer {
	background: #fff;
	color: #E22405;
	margin: 0 -20px;
	padding: 0;
	padding-bottom: 50px;
}

.l-footer__copy {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.l-footer__button {
	background: #E22405;
	bottom: 0;
	box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	height: 50px;
	left: 0;
	padding: 17px 0;
	position: fixed;
	text-align: center;
	width: 100%;
}

.l-footer__button:hover {
	color: #fff;
    background: #E22405;
}

.l-footer__button:active {
	color: #fff;
    background: #E22405;
}

.l-drawer-icon__wrapper {
	align-items: center;
	background: #E22405;
	display: flex;
	height: 50px;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 20;
}

.l-drawer-icon {
	height: 13.33px;
	position: relative;
	width: 20px;
	z-index: 10;
    outline: unset;
}

.l-drawer-icon:focus {
    outline: unset;
}

.l-drawer-icon.is-checked {
	outline: unset;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-of-type(3) {
	top: 6px;
	transform: rotate(-45deg);
}

.l-drawer-icon__bar {
	background: #fff;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 20px;
}

.l-drawer-icon__bar:nth-of-type(2) {
	top: 6px;
}

.l-drawer-icon__bar:nth-of-type(3) {
	top: 12px;
}

.l-drawer-content {
	background: #E22405;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: 100vh;
	padding: 60px 76px 30px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 90%;
	z-index: 10;
}

.l-drawer-content.is-checked {
	transform: translateX(0);
}

.l-drawer-content__link {
	display: block;
	transition: transform 0.3s linear;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.l-drawer-content__link:not(:first-child) {
	margin-top: 16px;
}

.l-drawer-content__link:hover {
	color: #fff;
	text-decoration: underline;
}

.l-drawer-content__button {
	background: #fff;
	border: 2px solid #fff;
	color: #E22405;
	font-size: 16px;
	height: 49px;
	margin-top: 33px;
	padding: 12px 0 16px;
	width: 190px;
    cursor: pointer;
    text-align: center;
    display: block;
	font-family: "Noto Sans JP", sans-serif;
    line-height: 1.4;
    border-radius: 50px;
    font-weight: 900;
}

.l-drawer-content__button:hover {
	background: #E22405;
	border: 2px solid #fff;
	color: #fff;
	transition: 0.3s;
}

.l-drawer-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.l-drawer-background.is-active {
    display: block;
}

.c-inner {
	margin: 0 auto;
	padding: 0 20px;
}

.c-button {
	background: #E22405;
	border: 2px solid #E22405;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1666666667;
	margin: 36.6px auto 0;
	padding: 21px 10px;
	text-align: center;
	width: 300px;
}

.c-button:hover {
	background: #fff;
	border: 2px solid #E22405;
	color: #E22405;
	transition: 0.3s;
}

.c-section {
	padding: 40px 0 36px;
    text-align: justify
}

.c-section-title {
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.225;
}

.c-section-title span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
    font-weight: 400;
}

.c-section__lead {
	font-size: 14px;
	line-height: 2;
	margin-top: 30px;
    font-weight: 900;
}

.c-section__description {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 18px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

.c-section__contents {
	background: #fff;
	border: 2px solid #E22405;
	margin-top: 20px;
	padding: 25px 20px 30px;
}

.c-section__contents-white {
	border: none;
}

.c-section__container:not(:first-child) {
	margin-top: 50px;
}

.c-section__heading {
	color: #E22405;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.c-section__subheading {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 29px;
	text-align: center;
    font-weight: 900;
}

.c-section__lists {
	margin-top: 23px;
}

.c-section__list {
	border-bottom: 1px solid #CCC2C0;
	font-size: 12px;
	line-height: 1.8333333333;
	padding: 15px 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.c-section__container-accent {
	border: 2px solid #E22405;
	margin-top: 66px;
	padding: 55px 20px 30px;
	position: relative;
}

.c-accent__title {
	align-items: center;
	background: #E22405;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 59px;
	justify-content: center; /* 横方向の中央揃え */
	left: 50%;
	line-height: 1.2222222222;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: -23px;
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: fit-content;
    font-family: "Noto Sans JP", sans-serif;
}

.c-accent__title-long {
	height: 70px;
	width: 280px;
}

.c-accent__description {
	font-size: 12px;
	line-height: 1.5;
    font-weight: 500;
}

.p-requirements__title {
	align-items: center;
	background: #E22405;
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 59px;
	justify-content: center; /* 横方向の中央揃え */
	left: 50%;
	line-height: 1.2222222222;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: -32px;
	transform: translateX(-50%);
	width: 182px;
}

.c-section__table {
	font-size: 12px;
	line-height: 1.3333333333;
	margin-top: 23px;
	width: 100%;
}

.c-section__thead {
	border-bottom: 1px solid #E22405;
	padding-bottom: 16px;
    font-weight: 900;
}

.c-section__thead th {
	padding-bottom: 16px;
    font-weight: 900;
}

.c-section__tr {
	border-bottom: 1px solid #CCC2C0;
}

.c-br-pc {
	display: none;
}

.p-fv {
	padding-bottom: 50.4px;
}

.p-fv__inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 50px 20px 0;
}

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

.p-fv__title svg {
	height: 161.22px;
	width: 100%;
}

.p-fv__description {
	font-size: 12px;
	line-height: 1.6666666667;
	margin: 30.2px auto 0;
	max-width: 700px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.p-fv__animation {
	margin: 30.6px auto 0;
	width: 100%;
}

.p-fv__animation-text {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.2222222222;
	text-shadow: 1px 1px 0 red, -1px 1px 0 red, 1px -1px 0 red, -1px -1px 0 red;
}

.p-fv__animation {
	overflow: hidden; /* コンテナの外に出る部分を隠す */
	white-space: nowrap; /* テキストを1行にする */
}

.p-fv__animation-text {
	animation: scroll 30s linear infinite; /* アニメーションを適用 */
	display: inline-block;
	padding-left: 100%; /* テキストの左側に空白を作る */
}

.even {
	background: #fbf8f0;
}

.odd {
	background: #fefcf9;
}

.p-details__table {
	border: 1px solid #595959;
	border-collapse: collapse;
}

.p-details__tr td {
	border: 1px solid #595959;
	border-collapse: collapse;
	padding: 3px;
}

.p-details__tr th {
	background: #f0e6cc;
	border: 1px solid #595959;
	border-collapse: collapse;
	padding: 3px;
}

.p-details {
	background: #E22405;
	margin: 0 -20px;
	padding: 50px 20px;
}

.p-details__heading {
	color: #fff;
}

.p-details__title {
	color: #E22405;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.p-details__img {
	margin-top: 24px;
}

.p-details__wrapper {
	margin-top: 20px;
}

.p-details__contents {
	background: #fff;
	padding: 25px 20px 21px;
}

.p-details__contents:not(:first-child) {
	margin-top: 20px;
}

.p-innovation__lead {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 29px;
	text-align: center;
    font-weight: 900;
}

.p-innovation__description {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 18px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

.p-innovation__table {
	margin-top: 16px;
}

.p-innovation__table td {
	display: block;
}

.p-innovation__table th {
	display: none;
}

.p-innovation__num {
	padding-top: 15px;
    font-weight: 500;
}

.p-innovation__theme {
	line-height: 1.5714285714;
	margin-top: 11px;
    font-weight: 900;
}

.p-innovation__problem {
	border-bottom: 1px dotted #CCC2C0;
	font-size: 12px;
	line-height: 1.8333333333;
	margin-top: 19px;
	padding-bottom: 20px;
    font-weight: 500;
}

.p-innovation__service {
	border-bottom: 1px solid #CCC2C0;
	font-size: 12px;
	line-height: 1.8333333333;
	margin-top: 15px;
	padding-bottom: 20px;
    font-weight: 500;
}

.p-details__notes {
	background: #fff;
	margin-top: 30px;
}

.p-notes {
	padding: 35px 20px;
}

.p-purpose {
	background: #E22405;
	color: #fff;
	margin: 0 -20px;
	padding: 50px 20px 56.4px;
}

.p-purpose__lists {
	margin-top: 29px;
    font-weight: 900;
}

.p-purpose__list {
	background: #fff;
	color: #E22405;
	font-size: 16px;
	padding: 10px;
	width: -moz-fit-content;
	width: fit-content;
    font-family: "Noto Sans JP", sans-serif;
}

.p-purpose__list:not(:first-child) {
	margin-top: 10px;
}

.p-purpose__description {
	font-weight: 300;
	line-height: 2;
	margin-top: 20.6px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

.p-outline {
	background: #FAF9F9;
	margin: 0 -20px;
	padding: 50px 0 36px;
}

.p-outline__inner {
	padding: 0 20px;
}

.p-outline__img {
	margin-top: 30px;
}

.p-outline__click {
	font-size: 10px;
	margin-top: 13px;
	text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}

.p-outline__description {
	line-height: 2;
	margin-top: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

.p-outline__steps {
	margin-top: 59px;
}

.p-outline__step {
	border: 2px solid #E22405;
	padding: 36px 23px 31px 31px;
}

.p-step {
	background: #fff;
	position: relative;
}

.p-step::after {
	align-items: center;
	background: #E22405;
	color: #fff;
	content: "";
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 37px;
	justify-content: center; /* 横方向の中央揃え */
	left: 50%;
	position: absolute;
	top: -18px;
	transform: translateX(-50%);
	width: 103px;
    font-family: "Noto Sans JP", sans-serif;
}

.p-step1::after {
	content: "支援1年目";
}

.p-step2 {
	margin-top: 31px;
}

.p-step2::after {
	content: "支援2年目";
}

.p-step3 {
	margin-top: 31px;
}

.p-step3::after {
	content: "支援3年目";
}

.p-step__description {
	font-size: 12px;
	line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.p-outline__arrow {
	margin-top: 10px;
	text-align: center;
}

.p-outline__program {
	border: 2px solid #E22405;
	margin-top: 60px;
	padding: 52px 20px 28px;
}

.p-program {
	background: #fff;
	position: relative;
}

.p-program::after {
	align-items: center;
	background: #E22405;
	color: #fff;
	content: "";
	display: flex;
	font-size: 18px;
	font-weight: 900;
	height: 59px;
	justify-content: center; /* 横方向の中央揃え */
	left: 50%;
	line-height: 1.2222222222;
	padding: 10px;
	position: absolute;
	top: -32px;
	transform: translateX(-50%);
	width: 182px;
    font-family: "Noto Sans JP", sans-serif;
}

.p-program1::after {
	content: "市内スタートアップ成長支援プログラム";
}

.p-program2::after {
	content: "イノベーション支援プログラム";
	width: 146px;
}

.p-program__list:not(:first-child) {
	margin-top: 50px;
}

.p-program__title {
	font-size: 20px;
	line-height: 1.4285714286;
	text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
}

.p-program__lead {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 16px;
    font-weight: 500;
}

.p-program__list-item:not(:first-child) {
	margin-top: 35px;
}

.p-program__subtitle {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 31px;
	text-align: center;
    font-weight: 900;
}

.p-program__table {
	font-size: 12px;
	line-height: 1.3333333333;
	margin-top: 23px;
}

.p-program_thead {
	border-bottom: 1px solid #E22405;
	padding-bottom: 16px;
}

.p-program_thead th {
	font-weight: normal;
	padding-bottom: 16px;
}

.p-program__content {
	border-bottom: 1px solid #CCC2C0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.table-head {
	font-weight: 900;
	padding-bottom: 20px;
	padding-top: 17.5px;
	width: 31%;
}

.table-body {
	padding-bottom: 20px;
	padding-top: 17.5px;
	width: 69%;
    font-weight: 500;
}

.table-head--top {
	padding-top: 5px;
}

.table-body--top {
	padding-top: 5px;
}

.p-program__notes {
	background: #fff;
	margin-top: 42px;
	padding: 25px 22px 26px;
}

.p-notes__heading {
	font-size: 16px;
	text-align: center;
    font-weight: 900;
}

.p-notes__description {
	font-size: 12px;
	line-height: 1.3333333333;
	margin-top: 13px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

.p-eligibility {
	padding: 40px 0 36px;
}

.p-eligibility__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.p-eligibility__contents {
	margin-top: 30px;
}

.p-eligibility__description {
	font-size: 14px;
	line-height: 2;
}

.p-eligibility__requirements {
	margin-top: 66px;
}

.p-requirements__contents {
	border: 2px solid #E22405;
	font-size: 12px;
	line-height: 1.5;
	padding: 49px 19px 24px 21px;
	position: relative;
    font-weight: 500;
}

.p-requirements__contents:not(:first-child) {
	margin-top: 60px;
}

.p-requirements__img {
	margin-top: 20px;
}

.p-cost {
	background: #FAF9F9;
	margin: 0 -20px;
	padding: 40px 0 36px;
}

.p-cost__inner {
	padding: 0 20px;
}

.p-cost__description {
	font-size: 14px;
	line-height: 2;
	margin-top: 30px;
}

.p-cost__contents {
	background: #fff;
	border: 2px solid #E22405;
	margin-top: 20px;
	padding: 25px 20px 30px;
}

.p-cost__title {
	color: #E22405;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.p-schedule {
	padding: 40px 0 36px;
}

.p-schedule__description {
	font-size: 14px;
	line-height: 2;
	margin-top: 30px;
}

.p-schedule__contents {
	border: 2px solid #E22405;
	margin-top: 66px;
	padding: 55px 20px 30px;
	position: relative;
}

.p-schedule__notes {
	max-width: 700px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin: 29.5px auto 0;
}

.p-application {
	background: #E22405;
	color: #fff;
	margin: 0 -20px;
	padding: 40px 20px 36px;
}

.p-application__contents {
	background: #fff;
	color: #E22405;
	margin-top: 20px;
	padding: 25px 20px 21px;
}

.p-application__container:not(:first-child) {
	margin-top: 50px;
}

.p-application__title {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.p-application__description {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.p-application__link {
    word-break: break-all;
}

.p-application__table {
	margin-top: 16px;
    font-weight: 900;
}

.p-application__thead {
	border-bottom: 1px solid #E22405;
}

.p-application__thead th {
	padding-bottom: 16px;
    font-weight: 900;
}

.p-application__td {
    font-weight: 500;
}

.p-application__thead th:first-child {
	width: 12%;
}

.p-application__thead th:nth-child(2) {
	width: 65%;
}

.p-application__thead th:nth-child(3) {
	width: 23%;
}

.p-application__tbody tr {
	border-bottom: 1px solid #CCC2C0;
}

.p-application__tbody tr td {
	padding: 17.5px 0 20px;
}

.p-application__tbody tr td:nth-child(2) {
	padding: 14px 0 20px;
}

.p-application__tbody tr td:nth-child(3) {
	padding-left: 8px;
}

.p-application__deadline {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 18px;
	text-align: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.p-examination__thead {
	width: 70%;
    font-weight: 500;
    padding-right: 20px;
}

.p-examination__tbody {
	width: 30%;
}

.p-examination__img {
	margin-top: 26px;
}

.p-examination__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.p-cancel {
	background: #E22405;
	margin: 0 -20px;
	padding: 40px 0 36px;
}

.p-cancel__inner {
	padding: 0 20px;
}

.p-cancel__heading {
	color: #fff;
}

.p-briefing {
	background: #FAF9F9;
	margin: 0 -20px;
	padding: 40px 0 36px;
}

.p-briefing__inner {
	padding: 0 20px;
}

.p-briefing__link {
	word-break: break-all;
}



@media (max-width: 374px) {

.c-button {
    width: 240px;
}

.p-examination__thead  {
    width: 69%;
}

}

@media (min-width: 768px) {

.l-footer {
	margin: 0 -40px;
}

.l-drawer-content {
	width: unset;
}

.c-inner {
	padding: 0 40px;
}

.c-button {
	margin-top: 56.6px;
}

.c-section {
	padding: 100px 0;
}

.c-section-title {
	font-size: 80px;
	margin: 0 auto;
	max-width: 1140px;
}

.c-section-title span {
	font-size: 20px;
}

.c-section__lead {
	font-size: 16px;
	margin: 50px auto 0;
	max-width: 1140px;
}

.c-section__description {
	font-size: 14px;
	margin: 36px auto 0;
	max-width: 700px;
}

.c-section__contents {
	margin-top: 55px;
	padding: 59px 20px 50px;
}

.c-section__container {
	max-width: 700px;
}

.c-section__heading {
	font-size: 24px;
}

.c-section__lists {
	margin: 32px auto 0;
	max-width: 700px;
}

.c-section__list {
	font-size: 14px;
	line-height: 1.5714285714;
}

.c-section__container-accent {
	margin-top: 100px;
	padding: 99px 20px 50px;
}

.c-accent__title {
	font-size: 28px;
	height: auto;
	top: -25px;
}

.c-accent__title-long {
	height: auto;
	width: 400px;
}

.c-accent__title-lines {
	height: auto;
	top: -45px;
	width: 500px;
}

.c-accent-large {
	padding: 124px 20px 56px;
}

.c-accent__description {
	font-size: 14px;
	margin: 0 auto;
	max-width: 700px;
}

.c-section__table {
	font-size: 14px;
	line-height: 1.5714285714;
	margin: 32px auto 0;
	margin-top: 32px;
	max-width: 700px;
}

.c-br-sp {
	display: none;
}

.c-br-pc {
	display: block;
}

.p-fv__inner {
	padding: 100px 40px 50px;
}

.p-fv__title svg {
	height: 200px;
}

.p-fv__description {
	font-size: 14px;
	line-height: 2;
	margin-top: 50px;
    font-family: "Noto Sans JP", sans-serif;
}

.p-fv__animation-text {
	font-size: 80px;
}

.p-details {
	margin: 0 -40px;
	padding: 100px 40px;
}

.p-details__title {
	font-size: 24px;
}

.p-details__img {
	margin: 36px auto 0;
	max-width: 700px;
}

.p-details__wrapper {
	margin-top: 55px;
}

.p-details__contents {
	padding: 59px 20px 50.5px;
}

.p-details__contents:not(:first-child) {
	margin-top: 50px;
}

.p-innovation__lead {
	font-size: 18px;
	margin-top: 43px;
}

.p-innovation__description {
	font-size: 14px;
	line-height: 1.5714285714;
	margin: 23px auto 0;
	max-width: 700px;
}

.p-innovation__table td {
	display: table-cell;
	padding-top: 15px;
}

.p-innovation__table th {
	border-bottom: 1px solid #E22405;
	display: table-cell;
	padding-bottom: 16px;
}

.p-innovation__table th:nth-child(2) {
	padding-left: 10px;
	padding-right: 40px;
}

.p-innovation__table {
	border-collapse: collapse;
	margin: 34px auto 0;
	max-width: 700px;
}

.p-innovation__th {
    font-weight: 900;
}

.p-innovation__num {
	border-bottom: 1px solid #CCC2C0;
	padding-top: 0;
    font-weight: 900;
}

.p-innovation__theme {
	border-bottom: 1px solid #CCC2C0;
	padding-left: 10px;
	padding-right: 40px;
}

.p-innovation__problem {
	font-size: 14px;
	line-height: 1.5714285714;
	width: 65%;
}

.p-innovation__service {
	display: block;
	font-size: 14px;
	line-height: 1.5714285714;
}

.p-purpose {
	margin: 0 -40px;
	padding: 100px 40px;
}

.p-purpose__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.p-purpose__lists {
	display: flex;
	gap: 30px;
}

.p-purpose__list {
	font-size: 18px;
}

.p-purpose__list:not(:first-child) {
	margin-top: 0;
}

.p-purpose__description {
	font-size: 16px;
	line-height: 2;
	margin-top: 50.6px;
	max-width: 700px;
}

.p-outline {
	margin: 0 -40px;
	padding: 100px 0;
}

.p-outline__inner {
	padding: 0 40px;
}

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

.p-outline__click {
	display: none;
}

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

.p-outline__steps {
	display: flex;
	justify-content: center;
	margin-top: 82px;
}

.p-outline__step {
	padding: 43px 30px 36px;
}

.p-step {
	flex: 1;
	max-width: 340px;
}

.p-step2 {
	margin-top: 0;
}

.p-step3 {
	margin-top: 0;
}

.p-outline__arrow {
	align-items: center;
	display: flex;
	height: inherit;
	margin-top: 0;
	padding: 0 5px;
}

.p-outline__arrow svg {
	transform: rotate(-90deg);
}

.p-program::after {
	font-size: 28px;
	height: auto;
	top: -25px;
	width: 550px;
}

.p-program1 {
	margin-top: 150px;
}

.p-program2::after {
	width: 450px;
}

.p-program2 {
	margin-top: 100px;
}

.p-program__lists {
	margin: 0 auto;
	max-width: 700px;
}

.p-program__list:not(:first-child) {
	margin-top: 109px;
}

.p-program__title {
	font-size: 22px;
}

.p-program__lead {
	font-size: 14px;
	line-height: 1.5714285714;
	margin-top: 23px;
    font-weight: 500;
}

.p-program__list-item:not(:first-child) {
	margin-top: 57px;
}

.p-program__subtitle {
	font-size: 18px;
}

.table-head--top {
	padding-top: 0;
}

.table-body--top {
	padding-top: 0;
}

.p-program__notes {
	margin-top: 50px;
	padding: 37px 0;
}

.p-notes__heading {
	font-size: 18px;
}

.p-notes__description {
	font-size: 14px;
	line-height: 1.5714285714;
	margin: 24.5px auto 0;
	max-width: 700px;
}

.p-eligibility {
	padding: 100px 0;
}

.p-eligibility__requirements {
	display: flex;
	gap: 60px;
}

.p-requirements__contents {
	flex: 1;
	font-size: 14px;
	line-height: 1.5714285714;
}

.p-requirements__contents:not(:first-child) {
	margin-top: 0;
}

.p-requirements__title {
	font-size: 22px;
	top: -37px;
	width: 240px;
}

.p-requirements__img {
	margin: 50px auto 0;
	max-width: 700px;
}

.p-cost {
	margin: 0 -40px;
}

.p-cost__inner {
	padding: 0 40px;
}

.p-cost__contents {
	margin: 59px auto 0;
	margin-top: 59px;
	max-width: 1140px;
	padding: 59px 20px 100px;
}

.p-cost__container:not(:first-child) {
	margin-top: 94.5px;
}

.p-cost__title {
	font-size: 24px;
}

.p-cost__notes {
	margin-top: 22.5px;
}

.p-schedule__container {
	margin: 109px auto 0;
	max-width: 1140px;
}

.p-schedule__contents {
	margin-top: 0;
}

.p-schedule__contents:not(:first-child) {
	margin-top: 150px;
}

.p-schedule__img {
	margin: 0 auto;
	max-width: 700px;
}

.p-application {
	margin: 0 -40px;
	padding: 100px 40px;
}

.p-application__contents {
	padding: 59px 20px 54px;
}

.p-application__container {
	margin: 0 auto;
	max-width: 700px;
}

.p-application__title {
	font-size: 24px;
}

.p-application__description {
	font-size: 14px;
	line-height: 1.5714285714;
	margin-top: 36px;
}

/* .p-application__button:hover {
    color: #E22405;
}

.p-application__button:focus {
    outline: unset;
    color: #E22405;
} */

.p-application__table {
	margin-top: 39px;
}

.p-application__deadline {
	font-size: 22px;
	margin-top: 43px;
}

.p-examination__contents {
	margin-top: 163px;
}

.p-examination__container {
	margin: 0 auto;
}

.p-cancel {
	margin: 0 -40px;
	padding: 100px 40px;
}

.p-briefing {
	margin: 0 -40px;
	padding: 100px 40px;
}

.p-flow__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.p-briefing__inner {
	margin: 0 auto;
	max-width: 1140px;
}

}

@media (min-width: 960px) {

.c-section-title {
	font-size: 100px;
}

.c-section-title span {
	font-size: 22px;
}

.c-section__lead {
	font-size: 18px;
}

.c-accent__title {
	font-size: 32px;
}

.c-accent__title-long {
	height: auto;
	width: 440px;
}

.c-accent__title-lines {
	height: auto;
	width: 540px;
}

.p-details__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.p-purpose__list {
	font-size: 24px;
}

.p-purpose__description {
	font-size: 18px;
}

.p-outline__arrow {
	padding: 0px 10px;
}

.p-program::after {
	font-size: 32px;
	width: 600px;
}

.p-program__title {
	font-size: 26px;
}

.p-requirements__contents {
	padding: 43px 30px 35px;
    font-weight: 500;
}

.p-requirements__title {
	font-size: 22px;
}

.p-application__inner {
	margin: 0 auto;
	max-width: 1140px;
}

.p-cancel__inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
}

.p-briefing__inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
}

}

@media (min-width: 1200px) {

.l-footer__copy {
	font-size: 40px;
}

.c-section-title {
	font-size: 120px;
}

.c-section__heading {
	font-size: 32px;
	line-height: 1.5;
}

.c-section__subheading {
    font-size: 22px;
    margin-top: 43px;
}

.c-accent__title {
	font-size: 40px;
	height: 99px;
	top: -52px;
}

.c-accent__title-long {
	height: auto;
	width: 540px;
}

.c-accent__title-lines {
	height: auto;
	width: 670px;
}

.p-details__title {
	font-size: 32px;
	line-height: 1.5;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}

.p-innovation__lead {
	font-size: 22px;
	line-height: 2.1818181818;
}

.p-innovation__table th:nth-child(2) {
	padding-left: 30px;
	padding-right: 40px;
}

.p-innovation__theme {
	padding-left: 30px;
	padding-right: 40px;
    font-weight: 900;
}

.p-outline__program {
	padding: 108px 20px 100px;
}

.p-program::after {
	font-size: 40px;
	height: 99px;
	top: -52px;
	width: 838px;
}

.p-program__title {
	font-size: 32px;
	line-height: 1.5;
}

.p-program__subtitle {
	font-size: 22px;
	line-height: 2.1818181818;
}

.p-notes__heading {
	font-size: 22px;
	line-height: 2.1818181818;
}

.p-requirements__title {
	font-size: 24px;
	height: auto;
	top: -25px;
	width: -moz-max-content;
	width: max-content;
}

.p-cost__title {
	font-size: 32px;
	line-height: 1.5;
}

.p-application__title {
	font-size: 32px;
	line-height: 1.5;
}

}

@media (min-width: 1366px) {

.c-inner {
	padding: 0 113px;
}

.c-section-title {
	font-size: 140px;
}

.c-section-title span {
	font-size: 24px;
}

.p-fv__title svg {
	height: 354.9px;
}

.p-details {
	margin: 0 -113px;
}

.p-purpose {
	margin: 0 -113px;
	padding: 100px 113px;
}

.p-outline {
	margin: 0 -113px;
}

.p-outline__inner {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0;
}

.p-outline__description {
	font-size: 18px;
}

.p-step__description {
	font-size: 14px;
	line-height: 1.5714285714;
}

.p-outline__arrow {
	padding: 0px 24px;
}

.p-cost {
	margin: 0 -113px;
}

.p-cost__inner {
	padding: 0 113px;
}

.p-application {
	margin: 0 -113px;
}

.p-cancel {
	margin: 0 -113px;
}

.p-briefing {
	margin: 0 -113px;
}

}

@keyframes scroll {

0% {
	transform: translateX(0); /* アニメーション開始位置 */
}

100% {
	transform: translateX(-100%); /* アニメーション終了位置 */
}

}

.sgsp__ja {
    font-family: "Noto Sans JP", sans-serif;
}