/*
 * subsidy.css
 * 補助金LP専用スタイルシート
 * reset.cssのみ反映、メインCSSは使用しない
 * （subsidy.scssのコンパイル済みファイル）
 */

@charset "utf-8";

/* Reset CSS */
/* Based on normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

* {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 90px;
    word-wrap: break-word;
    font-size: 18px;
    font-family: "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
}

/* HTML5 display definitions */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

/* Links */

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

/* h1 to h6 common style */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    clear: both;
    margin: 0;
    padding: 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */

img {
    border-style: none;
}

a img {
    border: none;
}

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content */

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

figure {
    margin: 1em 40px;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

/* Forms */

button,
input,
select,
textarea {
    margin: 0;
    max-width: 100%;
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    font-size: inherit;
    font-family: inherit;
    -webkit-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/* Reset form elements */

form {
    display: block;
}

textarea {
    display: block;
}

select {
    display: block;
}

fieldset {
    margin-top: 6px;
}

label {
    display: block;
    margin: 6px 6px 0 0;
}

textarea {
    border: #CCC 1px solid;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0 #CCC inset;
}

textarea:focus {
    box-shadow: 0px 0px 4px 1px #529B71;
}

textarea {
    overflow: auto;
}

input[type="datetime"],
input[type="date"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="serch"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="week"] {
    display: block;
    border: #CCC 1px solid;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0 #CCC inset;
}

input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="serch"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="week"]:focus {
    box-shadow: 0px 0px 4px 1px #529B71;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: block;
    margin: 6px 6px 0 0;
    min-width: 3.2em;
    border: #AAA 1px solid;
    border-radius: 4px;
    background: linear-gradient(#fafafa 0%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d6d6d6', GradientType=0);
}

input[type="radio"] {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
    vertical-align: baseline;
}

input[type="file"] {
    display: inline-block;
    margin: 6px 0 0;
}

select {
    border: 1px solid #CCC;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0 #CCC inset;
}

option {
    font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        padding: 0.25em 0.38em 0;
    }
    select {
        font-family: meiryo, sans-serif;
    }
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

a{
    text-decoration: none;
    color: #000;
}

.sp-only{
    display: none;
}

@media screen and (max-width: 768px){
    .sp-only{
        display: block;
    }
}

/* ==============================
   補助金LP カスタムスタイル
   ============================== */

#subsidy-header{
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 100;
    position: fixed;
    height: 90px;
    top: 0;
    display: flex;
    align-items: center;
}
.subsidy-header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.subsidy-header-img{
    width: 140px;
}
.subsidy-header-nav-wrap{
    justify-content: space-between;
    width: 50%;

    .subsidy-header-nav-list{
        display: flex;
        justify-content: flex-end;
        gap: 30px;
        list-style: none;
        font-size: 15px;
        a{
            text-decoration: none;
            color: #000;
            font-weight: 800;
        }
        a:hover{
            opacity: 0.5;
            transition: 0.2s;
        }
    }
}
.subsidy-header-tel,
.subsidy-header-tel_sp{
    display: flex;
    align-items: center;
    color: #2AAAE2;
    border: 1px solid #2AAAE2;
    height: 50px;
    padding: 10px 20px;
    background-color: #fff;
    a{
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 800;
        color: #2AAAE2;
    }
}
.subsidy-header-tel:hover{
    opacity: 0.5;
    transition: 0.2s;
}
.subsidy-header-form,
.subsidy-header-form_sp{
    background-color: #FEFE00;
    height: 50px;
    padding: 10px 20px;
    a{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 800;
        color: #1F7FAA;
    }
}
.subsidy-header-form:hover{
    opacity: 0.5;
    transition: 0.2s;
}

.subsidy-header-tel_sp,
.subsidy-header-form_sp{
    width: 80%;
    height: 60px;
    margin: 20px auto 0;
    text-align: center;
    align-items: center;
    box-shadow: 3px 4px 6px #1c6aa9;
    display: flex;
    justify-content: center;
}

.subsidy-container{
    width: 100%;
    margin: 0 auto;
    max-width: 1180px;
    img{
        width: 100%;
    }
}
.subsidy-body-kv{
    position: relative;
}
.p-btn--kv{
    position: absolute;
    bottom: 40px;
    left: 80px;
}


.p-container{
    max-width: 1280px;
    width: 100%;
    margin: -10px auto;
    img{
        width: 100%;
    }
}

/* 固定ヘッダー分のオフセット */
#p-subsidy-issues,
#p-subsidy-grant,
#p-subsidy-benefits,
#p-subsidy-effect,
#p-subsidy-flow,
#subsidy-faq,
#subsidy-form--wrap {
    scroll-margin-top: 90px;
}

.ctn-bnr--wrap01{
    position: relative;
}
.p-btn-bnr01{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    コンタクトフォーム 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#subsidy-form--wrap{
    padding-top: 128px;

    .subsidy-text-box{
        text-align: center;

        h2{
        color: #17AAE9;
        font-size: 47px;
        font-weight: 800;
        }
    }
}
.muLP-cntBoxGrp{
    background-color: #f2f2f2;
    margin: 0 auto;
    width: 80%;
    border-radius: 30px;
    padding: 2em;

    .flex{
        display: flex;
    }
    img{
        width: 10%;
        margin-right: 10px;
    }
}
.muLP-quiz{
    text-align: center;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;

}
@media screen and (min-width: 769px) {
    .flex, .flex-r {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
}

.wpcf7-form{
    .pci-h1-sub{
        border-bottom: none;
    }
    p{
        margin: 1em 0;
        border-bottom: #29abe2 solid 2px;   
    }
    label{
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        padding: 20px 0;
    }
    a{
        color: #019ad2;
    }
}
.border-none input[type="submit"] {
    color: #ffffff;
    font-weight: bolder;
    background: #019ad2;
    border-radius: 25px;
    display: inline-block;
    cursor: pointer;
    text-shadow: 0px 1px 0px #5b6178;
    width: 50%;
    padding: 0.3em;
    text-align: center;
    margin: 0 25%;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝
    フッター
＝＝＝＝＝＝＝＝＝＝＝＝ */
#subsidy-footer{
    margin-top: 128px;
}
.sinsei{
    background-image: url(img/subsidy/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px;
    width: 100%;

    .flex-wrap{
        display: flex;
        max-width: 900px;
        margin: 0 auto;
        gap: 50px;
        align-items: center;
    }
}
.footer-sinsei01{
    width: 380px;
    text-align: center;
    h3{
        color: #fff;
        margin-bottom: 12px;
    }
}
.footer-sinsei02{
    background-color: #0085BC;
    color: #fff;
    padding: 30px;
    text-align: center;

    h3{
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }
}

.subsidy-footer-tel{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2AAAE2;
    background-color: #fff;
    border: 1px solid #2AAAE2;
    height: 95px;
    width: 100%;
    padding: 10px 20px;
    a{
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 34px;
        font-weight: 800;
        color: #2AAAE2;
    }
}
.subsidy-footer-tel:hover{
    opacity: 0.5;
    transition: 0.2s;
}
.footer-info{
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    justify-content: space-between;

    .subsidy-footer-img{
        width: 300px;
    }

    .footer-info--links{
        p{
            margin-top: 0;
        }
        ul{
            padding-left: 0;
        }
        li{
            list-style: none;
            padding-bottom: 15px;
        }
        a{
            color: #30A1D2;
            font-weight: 800;
            border-bottom: 1px solid  #30A1D2;
        }
    }

    .footer-info--btn{
        display: flex;
        flex-direction: column;
        gap:20px;
    }
}
.subsidy-opyright{
    max-width: 1180px;
    margin: 40px auto;
    text-align: right;
    
}

/* ==============================
   ハンバーガーメニュー（SP用）
   ============================== */
.subsidy-header-sp{
    display: none;
    gap: 15px;
    align-items: center;
    margin-right: 70px;
    img{
        width: 35px;
    }
}
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.subsidy-openbtn{
	display: none;
	position: fixed;
	top: 23px;
	right: 20px;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
	z-index: 9999;

    p{
        font-size: 13px;
        font-weight: 600;
        color: #2aaaea;
        margin-top: 28px;
    }
}

/*ボタン内側*/
.subsidy-openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 7px;
    height: 3px;
    border-radius: 2px;
	background: #2aaae2;
  	width: 60%;
  }

.subsidy-openbtn span:nth-of-type(1) {
	top:5px;	
}

.subsidy-openbtn span:nth-of-type(2) {
	top:13px;
}

.subsidy-openbtn span:nth-of-type(3) {
	top:21px;
}

/*activeクラスが付与されると線が回転して×に*/

.subsidy-openbtn.active span:nth-of-type(1) {
    top: 8px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}

.subsidy-openbtn.active span {
    background: #fff;
}

.subsidy-openbtn.active p {
    color: #fff;
}

.subsidy-openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.subsidy-openbtn.active span:nth-of-type(3){
    top: 20px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}





/* オーバーレイ */
.subsidy-gnav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 140;
}
.subsidy-gnav-overlay.active {
    display: block;
}

/* ドロワーナビ：PCでは非表示 */
#subsidy-gnav {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #2AAAE2;
    z-index: 150;
    transition: all 0.6s;
    overflow-y: auto;
    padding: 30px 24px;
    box-sizing: border-box;

    .flex{
        display: flex;
    }
}
#subsidy-gnav.panelactive {
    right: 0;
}
.subsidy-gnav-close {
    display: block;
    margin-left: auto;
    margin-bottom: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    line-height: 1;
    padding: 4px;
}
.subsidy-gnav-logo img {
    width: 120px;
    margin-bottom: 30px;
}
.subsidy-gnav-nav-list {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    width: 50%;
}
.subsidy-gnav-nav-list li a {
    display: block;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.subsidy-gnav-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.subsidy-gnav-btns .subsidy-header-tel {
    border-radius: 50px;
    height: auto;
    padding: 12px 16px;
    justify-content: center;
}
.subsidy-gnav-btns .subsidy-header-form {
    height: auto;
    padding: 12px 16px;
    text-align: center;
    border-radius: 4px;
    a {
        justify-content: center;
    }
}



/* ==============================
   SP（768px以下）
   ============================== */
@media screen and (max-width: 768px) {

    .subsidy-header-sp{
        display: flex;
    }
    .subsidy-openbtn{
        display: block;
    }
    
    #subsidy-gnav {
        display: block;
    }
    .subsidy-header-wrap{
        padding: 0 20px;
    }
    /* PCナビ・電話・フォームボタンを非表示 */
    .subsidy-header-nav-wrap,
    .subsidy-header-wrap .subsidy-header-tel,
    .subsidy-header-wrap .subsidy-header-form {
        display: none;
    }

    .footer-info--btn {
        .subsidy-header-tel {
            justify-content: center;
        }
        .subsidy-header-form {
            a {
                justify-content: center;
            }
        }
    }

    .p-btn--kv {
        bottom: 15px;
        left: 10px;
    }
    .p-btn-bnr01{
        width: 90%;
        bottom: 20px;
    }

    /* ＝＝＝＝＝＝＝＝＝＝＝
    コンタクトフォーム
    ＝＝＝＝＝＝＝＝＝＝＝ */

    #subsidy-form--wrap{
        width: 85%;
        margin: 0 auto;
        .subsidy-text-box{
            h2{
                font-size: 32px;
            }
            p{
                text-align: left;
            }
        }
    }

    /* =====footer===== */
    .sinsei{
        .flex-wrap{
            flex-direction: column;
            gap: 30px;
        }
    }
    .footer-info{
        flex-direction: column;
    }

    .wpcf7-form{
        .flex{
            flex-direction: column;
        }
        label{
            display: block;
        }
    }
    .muLP-cntBoxGrp{
        width: 100%;
        padding: 1em;
    }
    .subsidy-footer-tel{
        width: 320px;
        height: 60px;
        margin: 0 auto;
        box-shadow: 5px 6px 6px lab(0 0 0 / 0.30);
        a{
            font-size: 26px;
        }
    }
    .footer-sinsei02{
        width: 345px;
        padding: 30px 12px;
        p{
            font-size: 16px;
        }
    }
    .footer-info{
        .subsidy-footer-img {
        width: 200px;
        margin: 0 auto;
        }

        .footer-info--links {
        margin-top: 40px;
        }
        
    }
    .subsidy-opyright{
            text-align: center;
    }
    .sinsei{
        background-image: url(img/subsidy/footer_bg_sp.png);
    }

    /* トップへ戻るボタン非表示 */
    #wpfront-scroll-top-container {
        img{
            display: none !important;
        }
        
    }
}









