* { 
    margin: 0; 
    scrollbar-gutter: stable;
}
html { 
    overflow-x: hidden;
    font-size: calc(100vw / 144 );  /* remの基準値：1rem=10px */
} 
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #333333;
    line-height: 1.0;
}

/* セクションタイトル */
h3.sec-title { 
    color: #333333;
    font-size: 3.0rem;
    font-weight: 500;
    letter-spacing: 0.045em;
    text-align: center;
}
ul {
    list-style: none;
    margin: 0;        
    padding: 0;
    padding-inline-start: 0;
}
li { list-style: none; }
a { text-decoration: none; }
a:hover { opacity: 0.7; }
/*** セクション ***/
section { 
    max-width: 100%;
    width: 100%; 
    padding: 0 11.9rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
img { 
    max-width: none; 
    display: block;
}
/* PCのみ表示 */
.pc-only { display: block; } /* PC表示用 */
span.pc-only { display: inline; }    /* span要素のときはinline */
.sp-only { display: none !important;}  /* sp表示用 */
br.pc-only { display: inline; }
br.sp-only { display: none !important; }
/* pcのみ表示 ここまで */
.wrapper { margin: 0 auto; }
.flex-wrapper { display: flex; }
.bold { font-weight: 700; } /* 太字 */
.box {
    width: 1200px;
    margin: 0 auto;
}

/**************************************************/
/***** メインコンテンツ ****************************/
/*************************************************/
main {
    width: 100vw;
}

/**************************************************/
/***** CTA ****************************************/
/**************************************************/
.cta-wrapper { 
    padding-top: 3.4rem;
}
.cta-wrapper .sec-title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.045em;
}
.cta-wrapper .cta_btns {
    display: flex;
    align-items: center;
    gap: 3.1rem;
    margin-top: 4.6rem;
}
.cta-wrapper .cta_btns div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 455px;
    height: 83px;
    border-radius: 0.5rem;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
}
.cta-wrapper .cta_btns div.btn_consult {
    background-color: #3ea84f;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.4);
}
.cta-wrapper .cta_btns div.btn_download {
    background-color: #f4614a;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.4);
}   
.cta-wrapper .cta_btns div:active {
    box-shadow: none;
    position: relative;
    top: 0.4rem;
}

/**************************************************/
/***** ファーストビュー ****************************/
/*************************************************/
#section1_firstView {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
#section1_firstView .box {
    width: 1375px;
}
#section1_firstView .flex-wrapper {
    padding: 10px 0 0;
    justify-content: center;
}
#section1_firstView .cta_btns {
    display: none;
}
/* 上部 */
#section1_firstView .first-head {
    background: linear-gradient(to right, #f37a34 0%, #fcc730 100%);
}
#section1_firstView .first-head .box {
    position: relative;
    padding: 15px 0;
    text-align: center;
}
#section1_firstView .first-head .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 237px;
}
#section1_firstView .first-head .logo img {
    width: 100%;
}
#section1_firstView .first-head .head-txt {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
#section1_firstView .first-head .head-txt p{
    display: inline-block;
    position: relative;
}
#section1_firstView .first-head .head-txt p::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto 0;
    background: url(../img/01_fukidashi_left_white.png) no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 34px;
}
#section1_firstView .first-head .head-txt p::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px;
    margin: auto 0;
    background: url(../img/01_fukidashi_right_white.png) no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 34px;
}
/* 左側 */
#section1_firstView .first-view {
    position: relative;
    margin-right: 15px;
}
#section1_firstView .first-view img {
    width: 62vw;
    max-width: 980px;
}
#section1_firstView .first-view .title {
    font-size: 7.2rem;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 800;
    font-style: italic;
}

#section1_firstView .first-view .title em {
    font-size: 9.7rem;
    color: #336699;
    position: relative;
}
#section1_firstView .first-view .title em::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 15px;
    left: 85px;
    border-radius: 100px;
    background-color: #f37a34;
}
#section1_firstView .first-view .title em::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 15px;
    left: 210px;
    border-radius: 100px;
    background-color: #f37a34;
}

#section1_firstView .first-view .title em small {
    font-size: 50%;
}

#section1_firstView .first-view .sns-text {
    position: relative;
    display: inline-block;
    color: #ffffff;
    z-index: 0;
    text-shadow: 
        4px 4px 0 #fff, -4px -4px 0 #fff,
        4px -4px 0 #fff, -4px 4px 0 #fff,
        4px 0 0 #fff, -4px 0 0 #fff,
        0 4px 0 #fff, 0 -4px 0 #fff,
        0 6px 12px rgba(0, 0, 0, 0.2);
}

#section1_firstView .first-view .sns-text::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, #fcc730 0%, #f37a34 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    white-space: nowrap;
    padding-right: 15px;
}
/* 吹き出し */
#section1_firstView .sub-title {
    display: flex;
    justify-content: center;
    width: 556px;
    height: 100px;
    background-image: url(../img/01_fukidashi1.png);
    background-repeat: no-repeat;
    background-size: auto;
}
#section1_firstView .first-view .sub-title p {
    font-size: 2.7rem;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N";
    font-weight: bold;
    color :#fff;
    padding-top: 22px;
}
#section1_firstView .first-view .sub-title p small {
    font-size: 60% !important;
}

#section1_firstView .first-view .sub-copy {
    padding: 30px 20px 5px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
}
#section1_firstView .first-view .sub-copy p {
    font-size: 3.3rem;
    display: inline-block;
    margin-left: 25px;
}
#section1_firstView .first-view .sub-copy .sub01 {
    position: relative;
    color: #f37a34;
    padding: 0 5px;
}
#section1_firstView .first-view .sub-copy .sub01::after {
    content: "";
    position: absolute;
    background: url(../img/01_fukidashi_left.png) no-repeat center center;
    background-size: cover;
    width: 36px;
    height: 42px;
    top: 0px;
    left: -36px;
}
#section1_firstView .first-view .sub-copy .sub01::before {
    content: "";
    position: absolute;
    background: url(../img/01_fukidashi_right.png) no-repeat center center;
    background-size: cover;
    width: 36px;
    height: 42px;
    top: 0;
    right: -36px;
}
#section1_firstView .first-view .sub-copy .sub01 small {
    font-size: 70%;
}
#section1_firstView .first-view .copy img {
    width: 885px;
}
#section1_firstView .first-view .main-copy {
    display: inline-block;
    position: relative;
    font-size: 3.4rem;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}
#section1_firstView .first-view .main-copy::after {
    content: "";
    position: absolute;
    background: url(../img/01_fukidashi03.png) no-repeat center center;
    background-size: cover;
    width: 29px;
    height: 27px;
    top: -15px;
    right: -25px;
}
#section1_firstView .title img {
    width: 100%;
}

/*----------------------------------------------------------------------------------------------------------*/
/* 右側 */
/***** フォーム *****/
#section1_firstView .form-wrapper {
    width: 480px;
    padding: 20px 35px;
    background-color: #fff0d7;
    box-sizing: border-box;
    border: 4px solid #333;
}
#section1_firstView .form-wrapper .title {
    text-align: center;
    margin-bottom: 15px;
}
#section1_firstView .form-wrapper .title p{
    display: inline-block;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px 20px;
}
/* プレースホルダ― */
#section1_firstView .form-wrapper input::placeholder, 
#section1_firstView .form-wrapper textarea::placeholder
{
    padding-left: 10px;
    font-size: 14px;
    color: #c5c5c5;
}
/* メッセージ */
#section1_firstView .form-wrapper .message {
    width: 315px;
    margin: 0 auto 15px;
    font-size: 12px;
    letter-spacing: -0.055em;
    line-height: 1.5;
}
#section1_firstView .form-wrapper .message .asterisk {
    font-size: 1.2rem;
    color: #fff;
    background-color: #ff0000;
}
#section1_firstView .card-body .form-group {
    margin-bottom: 10px;
}
/* ラベル */
#section1_firstView .card-body label {
    font-size: 14px;
}
#section1_firstView .card-body label .badge {
    font-size: 10px;
    background-color: #ff0000;
    color: #fff;
    margin-left: 5px;
    padding: 0 2px;
}
/* テキストボックス */
#section1_firstView .card-body input[type="text"],
#section1_firstView .card-body input[type="email"] {
    width: 100%;
    height: 35px;
    margin-top: 6px;
    padding-left: 10px;
    background-color: #fff;
    border: none;
}
/* プライバシーポリシー */
#section1_firstView .card-body .form-group:nth-last-child(2) {
    display: flex; 
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
#section1_firstView .card-body .privacy-label {
    display: flex;
    align-items : center;
    font-size: 14px;
    letter-spacing: -1px;
}
#section1_firstView .card-body .privacy-label a { 
    color: #239da5;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
#section1_firstView .card-body input[type="checkbox"] {     /* チェックボックス */
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.9rem;
    border-radius: 0;
    border: #000 0.1rem solid;
}
/* 資料をダウンロードボタン */
#section1_firstView .card-body .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 307px;
    height: 61px;
    margin: 0 auto;
    border-radius: 0.5rem;
    font-size: 20px;
    color: #fff;
    background-color: #f37a34;
    border: none;
    padding-left: 20px;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.4);
}
#section1_firstView .card-body .btn::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/01_icon-dl.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
}
#section1_firstView .card-body .btn:hover {
    opacity: 0.7;
}
#section1_firstView .card-body .btn:active {
    box-shadow: none;
    position: relative;
    top: 0.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #section1_firstView .first-head .logo {
        order: 1;
    }
}


/**************************************************/
/***** sec2 実績 **********************************/
/*************************************************/
#section2_achievement {
    padding: 0;
    background: url(../img/02_back.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
}
#section2_achievement .sec-title {
    width: 100%;
    font-size: 54px;
    font-weight: 400;
    position: relative;
    margin-bottom: 65px;
    padding: 25px 0;
    background-color: #336699;
    color: #fff;
}
#section2_achievement .sec-title span {
    position: relative;
}
/* ＼　／ */
#section2_achievement .sec-title span::before, 
#section2_achievement .sec-title span::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 50px;
    background-color: #fff;
}
#section2_achievement .sec-title span::before {
    transform: rotate(-30deg);
    bottom: 10px;
    left: -25px;
}
#section2_achievement .sec-title span::after {
    transform: rotate(30deg);
    bottom: 10px;
    right: -25px;
}

#section2_achievement .box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1100px;
}
#section2_achievement .case {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#section2_achievement .head-txt {
    display: flex;
    align-items: end;
    gap: 15px;
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 20px;
}
#section2_achievement .head-txt span {
    background-color: #255a96;
    color: #ffffff;
    font-size: 24px;
    padding: 10px;
    font-weight: normal;
}
#section2_achievement .item-box {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); 
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
#section2_achievement .item-box h4 {
    background: linear-gradient(to right, #f37a34 0%, #fcc730 100%);
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 15px 0px 15px 25px;
}
#section2_achievement .item-box h4 span {
    display: block;
    position: relative;
}
#section2_achievement .item-box h4 span::after {
    content: "";
    position: absolute;
    background: url(../img/02-icon_arrow.png) no-repeat center center;
    background-size: cover;
    width: 54px;
    height: 40px;
    top: 5px;
    left: 110px;
}

#section2_achievement .inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#section2_achievement .inner img {
    width: 100%;
    height: auto;
    display: block;
}

#section2_achievement .inner p {
    font-size: 24px;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

/**************************************************/
/***** sec3 こんなお悩みありませんか？ **************/
/*************************************************/
#section3_problem {
    position: relative;
    padding: 70px 0 120px;
    margin-bottom: 200px;
    background-image: url(../img/03_back.png);
    background-position: center bottom; 
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 1;
}

/* 悩んでいる男性のイラスト */
#section3_problem::after {
    content: "";
    position: absolute;
    width: 325px;
    height: 322px;
    bottom: -210px; 
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/03_Illust.png) no-repeat center center;
    background-size: contain;
    z-index: -1; 
}

/* セクションタイトル */
#section3_problem .sec-title {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    text-align: center; 
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
}

/* 文字の上のドット（圏点） */
#section3_problem .sec-title .dot {
    position: relative;
    display: inline-block;
}
#section3_problem .sec-title .dot::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 40%;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100px;
}

/* 吹き出しのコンテナ */
#section3_problem ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    padding: 0 30px;
}

/* 吹き出しの共通設定 */
#section3_problem ul li {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    text-align: left;
}

/* 黄色のマーカー（蛍光ペン風） */
#section3_problem ul li span {
    background: linear-gradient(transparent 60%, #ffff66 60%); 
    padding: 0 2px;
}

/* 1つ目吹き出し（左） */
#section3_problem ul li.case1 {      
    width: 322px;
    height: 245px;
    background-image: url(../img/03_fukidashi1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 35px 0 0; 
}

/* 2つ目吹き出し（中央） */
#section3_problem ul li.case2 {      
    width: 370px;
    height: 268px;
    background-image: url(../img/03_fukidashi1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px 0 0; 
}

/* 3つ目吹き出し（右） */
#section3_problem ul li.case3 {      
    width: 394px;
    height: 268px;
    background-image: url(../img/03_fukidashi2.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 45px 0 0; 
}

/**************************************************/
/***** sec4 そのお悩み・・・解決します **************/
/**************************************************/
#section4_solution {
    padding: 80px 0 0;
    background-color: #ffffff;
}

/* 導入文（実は今、多くの三河の企業が...） */
#section4_solution .conclusion {
    position: relative;
    font-size: 52px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    color: #336699;
    margin-bottom: 20px;
    border-bottom: 3px dotted #336699;
}
#section4_solution .conclusion::after {
    content: "";
    position: absolute;
    width: 152px;
    height: 152px;
    top: -70px;
    left: -50px;
    background: url(../img/04_fukidashi_txt.png) no-repeat center center;
    background-size: cover;
}
#section4_solution .conclusion span {
    font-size: 70px;
    color: #f37a34;
}

/* 下向き三角形3つ */
#section4_solution .head-txt div {
    text-align: center;
    margin-bottom: 40px;
}
#section4_solution .head-txt div img {
    margin: 0 auto;
    width: 445px;
}

/* セクションタイトル全体 */
#section4_solution .sec-title {
    text-align: center;
}

#section4_solution .sec-title .sub-title span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 10px;
    z-index: 1;
}
#section4_solution .sec-title .sub-title span::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 124px;
    background: url(../img/04_title-back.png) no-repeat center bottom;
    background-size: cover;
    top: 0;
    right: 20px;
    z-index: -1;
}

/* 「＼ 採用特化のSNS運用代行 ／」 */
#section4_solution .sec-title .sub-title p {
    font-size: 74px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: end;
}

#section4_solution .sec-title .sub-title p::before {
    content: "＼";
}
#section4_solution .sec-title .sub-title p::after {
    content: "／";
}
#section4_solution .sec-title .sub-title p em {
    position: relative;
    font-style: normal;
    z-index: 1;
}
#section4_solution .sec-title .sub-title p em::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 42px;
    background-color: #ffff66;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* MIKAWA採用 で解決します！ */
#section4_solution .sec-title .main-title {
    display: flex;
    font-size: 66px;
    color: #333333;
    font-weight: bold;
}
#section4_solution .sec-title .main-title img {
    width: 637px;
}
#section4_solution .sec-title .main-title span {
    display: inline-block;
    margin: 75px 0 0 -25px;
}

/* --- 3つの解決策カード --- */
#section4_solution #sec4_solutions {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    margin-top: 30px;
}

/* 各カードの枠組み */
#section4_solution #sec4_solutions li.flex-wrapper {
    position: relative;
    width: calc(33.333% - 5px);
    flex-direction: column;
    align-items: center;
    padding: 40px 15px 30px;
    border: 3px solid #336699; 
    border-radius: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
}

/* Point.01 のバッジ */
#section4_solution #sec4_solutions li.flex-wrapper .point {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    font-family: "samantha-italic-bold", sans-serif;
    color: #336699;
    transform: rotate(-10deg);
}
/* カード内の大見出し */
#section4_solution #sec4_solutions .title {
    font-size: 36px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}
#section4_solution #sec4_solutions .title em {
    display: contents;
    font-style: normal;
}
#section4_solution #sec4_solutions #sec4_part02 .title {
    margin-bottom: 30px;
}

/* カード内の小見出し */
#section4_solution #sec4_solutions .title .sub-title {
    font-size: 24px;
    color: #f37a34;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    margin-bottom: 5px;
}
/* カード内のイラスト */
#section4_solution #sec4_solutions img {
    margin: 0 auto;
}
#section4_solution #sec4_solutions #sec4_part01 img {
    width: 240px;
}
#section4_solution #sec4_solutions #sec4_part02 img {
    width: 257px;
}
#section4_solution #sec4_solutions #sec4_part03 img {
    width: 286px;
}

/* チェックマークのリスト */
#section4_solution #sec4_solutions .list {
    width: 100%;
    margin-top: auto; /* カード下部に揃える */
}
#section4_solution #sec4_solutions .list li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333333;
}
#section4_solution #sec4_solutions .list li:last-child {
    margin-bottom: 0;
}

/* チェックマークのアイコン */
#section4_solution #sec4_solutions .list li::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    background-image: url(../img/04_check.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* リスト内の赤文字（強調） */
#section4_solution #sec4_solutions .red {
    color: #f37a34; 
}
/**************************************************/
/***** sec5 CTA ***********************************/
/**************************************************/
#section5_cta {
    padding: 0 0 80px;
    background-color: #ffffff;
}

/* 「まずは低リスクで」 */
#section5_cta .sec-title .sub-title {
    position: relative;
    display: inline-block;
    color: #336699;
    font-weight: bold;
}
/* ＼ と ／ をテキストとして追加 */
#section5_cta .sec-title .sub-title::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: #336699;
    bottom: 9px;
    left: -20px;
    transform: rotate(-25deg);
}
#section5_cta .sec-title .sub-title::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 35px;
    background-color: #336699;
    bottom: 9px;
    right: -20px;
    transform: rotate(25deg);
}

/* 「導入しやすいプランを〜」 */
#section5_cta .sec-title {
    font-size: 36px;
    font-weight: bold;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #333333;
    text-align: center;
    line-height: 1.5;
}

/* ボタンエリア */
#section5_cta .cta-wrapper .cta_btns {
    display: flex;
    justify-content: center;
    gap: 30px; /* ボタン同士の隙間 */
    margin-top: 30px;
}

/* ボタン共通のベーススタイル */
#section5_cta .cta-wrapper .cta_btns a {
    display: block;
}
#section5_cta .cta-wrapper .cta_btns div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 420px;
    height: 75px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.4);
    transition: all 0.2s;
}
/* クリック時の押し込みアクション */
#section5_cta .cta-wrapper .cta_btns div:active {
    transform: translateY(5px);
    box-shadow: none;
}

/* 左：無料相談（緑ボタン） */
#section5_cta .cta-wrapper .cta_btns div.btn_consult {
    background-color: #3ea84f;
}
/* 左端のメールアイコン */
#section5_cta .cta-wrapper .cta_btns div.btn_consult::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../img/05_mail.png) no-repeat center;
    background-size: contain;
    left: 25px;
}
/* 右端の矢印アイコン */
#section5_cta .cta-wrapper .cta_btns div.btn_consult::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/05_next.png) no-repeat center;
    background-size: contain;
    right: 25px;
}

/* 右：資料ダウンロード（オレンジボタン） */
#section5_cta .cta-wrapper .cta_btns div.btn_download {
    background-color: #f37a34;
}
/* 右端のダウンロードアイコン */
#section5_cta .cta-wrapper .cta_btns div.btn_download::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../img/01_icon-dl.png) no-repeat center;
    background-size: contain;
    right: 25px;
}


/**************************************************/
/***** sec6 解決できる未来がたくさんあります *********/
/**************************************************/
#section6_about {
    padding: 80px 0;
    background-color: #fcf2e3;
}

/* セクションタイトル */
#section6_about .sec-title {
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
}
/* ＼　／ */
#section6_about .sec-title::before, 
#section6_about .sec-title::after {
    content: '';
    position: absolute;
    width: 190px;
    border-bottom: 8px dotted #336699;
}
#section6_about .sec-title::before {
    transform: rotate(60deg);
    bottom: 75px;
    left: -25px;
}
#section6_about .sec-title::after {
    transform: rotate(-60deg);
    bottom: 75px;
    right: -25px;
}
/* 「MIKAWA採用だからこそ」 */
#section6_about .sec-title div.pc-only {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 36px;
    margin-bottom: 15px;
}
#section6_about .sec-title div.pc-only img {
    width: 516px;
}
/* 「解決できる未来がたくさんあります」 */
#section6_about .sec-title p {
    font-size: 48px;
}
#section6_about .sec-title p span {
    font-size: 72px;
    position: relative;
    color: #f37a34;
}
#section6_about .sec-title p span::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 40%;
    width: 10px;
    height: 10px;
    background-color: #f37a34;
    border-radius: 100px;
}
/* --- イラストと吹き出し（メリット3つ） --- */
#section6_about #sec6_merit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
}
#section6_about #sec6_merit img {
    width: 325px;
    object-fit: contain;
}
/* 吹き出しの背景と内側余白 */
#section6_about #sec6_merit ul {
    width: 838px;
    background-image: url(../img/06_fukidashi.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px 70px 25px 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
#section6_about #sec6_merit ul li {
    display: flex;
    font-size: 36px;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
    border-bottom: 2px dotted #336699;
}
#section6_about #sec6_merit ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#section6_about #sec6_merit ul li em {
    display: inline-block;
    font-size: 55px;
    font-weight: bold;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #336699;
    font-style: italic;
    margin-right: 15px;
    line-height: 1;
}
#section6_about #sec6_merit ul li span {
    position: relative;
    z-index: 1;
}
#section6_about #sec6_merit ul li span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #ffff66;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/* --- 比較表 --- */
#section6_about .comparative_table {
    width: 1075px;
    margin: 0 auto;
}
/* 表タイトル（オレンジの吹き出し） */
#section6_about .comparative_table .table-title {
    width: 710px;
    height: 134px;
    margin: 0 auto;
    background: url(../img/06_table_fukidasi.png) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
}

/* 表のベースレイアウト（列を並べる） */
#section6_about .comparative_table .table {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}
#section6_about .comparative_table .table .column {
    display: flex;
    flex-direction: column;
}
#section6_about .comparative_table .table .scroll-colomuns {
    display: flex;
    align-items: flex-start;
}

/* 全セルの共通設定（高さと罫線を完全に統一） */
#section6_about .comparative_table .table .cell {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}
#section6_about .comparative_table .table .cell:nth-child(even) {
    background-color: #ffffff;
}

/* 一番下のセルの下線を消す（外枠で処理するため） */
#section6_about .comparative_table .table .column .cell:last-child {
    border-bottom: none; 
}

/* 左端：固定ヘッダー列 */
#section6_about .comparative_table #sec6_table-header {
    width: 310px;
    border: 1px solid #333;
    margin-top: 20px;
    margin-right: 10px;
}
#section6_about .comparative_table #sec6_table-header .cell {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
}
#section6_about .comparative_table #sec6_table-header .planning {
    border-bottom: none;
}
#section6_about .comparative_table #sec6_table-header .cell:nth-child(odd) {
    background-color: #fdf5e6;
}
#section6_about .comparative_table #sec6_table-header .cell.name {
    background-color: #e2e2e2;
}

/* 中央：MIKAWA採用列 */
#section6_about .comparative_table #sec6_row_me {
    width: 310px;
    border: 6px solid transparent; 
    border-radius: 12px;
    background: 
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to right, #f37a34 0%, #fcc730 100%) border-box;
    position: relative;
    z-index: 20;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    margin-right: 10px;
}
#section6_about .comparative_table #sec6_row_me .cell:nth-child(odd) {
    background-color: #fdf5e6;
}
#section6_about .comparative_table #sec6_row_me .cell:last-child {
    border-bottom: none;
}

/* MIKAWAの一番上のセル */
#section6_about .comparative_table #sec6_row_me .name {
    height: 114px;
    background-color: #fdf5e6;
    border-radius: 6px 6px 0 0;
}
#section6_about .comparative_table #sec6_row_me .name img {
    width: 275px;
}

/* MIKAWA列のテキスト強調 */
#section6_about .comparative_table #sec6_row_me p {
    color: #f37a34;
    font-size: 36px;
    font-weight: bold;
}
#section6_about .comparative_table #sec6_row_me .number {
    font-size: 60px;
    color: #f37a34;
    font-family: "din-2014", sans-serif;
    font-weight: bold;
    line-height: 1;
}
#section6_about .comparative_table #sec6_row_me .monthly_fee p {
    font-size: 24px;
}
#section6_about .comparative_table #sec6_row_me .note {
    font-size: 24px;
    color: #333333;
    margin-top: 5px;
    font-weight: 500;
}
#section6_about .comparative_table #sec6_row_me .advertising {
    position: relative;
}
#section6_about .comparative_table #sec6_row_me .advertising::after {
    content: "";
    position: absolute;
    background: url(../img/06_icon-ads.png) no-repeat center center;
    background-size: cover;
    width: 43px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 25px;
}
#section6_about .comparative_table #sec6_row_me .shapes {
    font-size: 60px;
    color: #f37a34;
}
#section6_about .comparative_table #sec6_row_me .application p {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
#section6_about .comparative_table #sec6_row_me .application p span {
    position: relative;
    display: inline-block;
}
#section6_about .comparative_table #sec6_row_me .application p span::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#section6_about .comparative_table #sec6_row_me .application p .tktok {
    margin-bottom: 10px;
}
#section6_about .comparative_table #sec6_row_me .application p .tktok::after {
    content: "";
    background: url(../img/06_tiktok.png) no-repeat center center;
    background-size: cover;
    left: -77px;
}
#section6_about .comparative_table #sec6_row_me .application p .instagram::after {
    content: "";
    background: url(../img/06_instagram.png) no-repeat center center;
    background-size: cover;
    left: -52px;
}
/* 右側：他社の列 */
#section6_about .comparative_table .other {
    margin-top: 20px;
    scrollbar-gutter: auto;
    border: 1px solid #333333;
}
#section6_about .comparative_table .other p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

#section6_about .comparative_table #sec6_row_oteer1 {
    width: 215px;
    margin-right: 10px;
}
#section6_about .comparative_table #sec6_row_oteer2 {
    width: 215px;
    overflow: hidden;
}
#section6_about .comparative_table .other .cell:nth-child(odd) {
    background-color: #eeeeee;
}
#section6_about .comparative_table .other .cell:first-child {
    background-color: #e2e2e2;
}
#section6_about .comparative_table .other .name {
    font-size: 18px;
    line-height: 1.4;
}
#section6_about .comparative_table .other .number {
    font-size: 48px;
    font-family: "din-2014", sans-serif;
    color: #333333;
}
#section6_about .comparative_table .other .shapes {
    font-size: 36px;
}
#section6_about p.message {
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
}
/**************************************************/
/***** sec7 母集団形成から歩留まり改善まで・・・ *****/
/**************************************************/
#section7_plan {
    padding: 60px 0 0;
    background-color: #ffffff;
}
#section7_plan .flex-wrapper {
    justify-content: center;
}
/* --- セクションタイトル --- */
#section7_plan .sec-title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}
/* 「母集団形成から歩留まり改善まで」 */
#section7_plan .sec-title p:first-of-type {
    font-size: 60px;
    color: #f37a34;
    font-weight: bold;
}
#section7_plan .sec-title p:first-of-type small {
    font-size: 36px;
    color: #333333;
}
/* 「＼ MIKAWA採用で ／」 */
#section7_plan .sec-title p:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: bold;
    color: #336699;
}
#section7_plan .sec-title p:last-of-type::before {
    content: "＼";
    color: #333333;
}
#section7_plan .sec-title p:last-of-type::after {
    content: "／";
    color: #333333;
}
#section7_plan .sec-title p:last-of-type small {
    font-size: 36px;
    color: #333333;
    margin-top: 20px;
}

/* --- プランのカードエリア --- */
#section7_plan .plan_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* カード同士の縦の間隔 */
}

/* 各カードの共通設定 */
#section7_plan ul.plan {
    width: 1100px;
    background-color: #fcf2e3;
    border: 1px solid #336699;
    overflow: hidden;
    box-sizing: border-box;
}
#section7_plan ul.plan li {
    display: flex;
    position: relative;
    padding: 0;
}

/* --- 左側：ロゴエリア --- */
#section7_plan ul.plan li .logo {
    position: relative;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
}
#section7_plan ul.plan li .logo::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 145px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #666666;
    margin: auto 0;
}
#section7_plan ul.plan li .logo img {
    height: 70px;
    width: auto;
    max-width: 80px;
    margin-bottom: 15px;
    object-fit: contain;
}
#section7_plan ul.plan li .logo span {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

/* --- 右側：テキストエリア --- */
#section7_plan ul.plan li .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0 25px 25px;
    box-sizing: border-box;
}
#section7_plan ul.plan li .text h4 {
    font-size: 44px;
    color: #f37a34;
    font-weight: bold;
    margin-bottom: 10px;
}
#section7_plan ul.plan li .text p {
    font-size: 29px;
    color: #333333;
    line-height: 1.4;
    font-weight: 500;
}
/**************************************************/
/***** sec9 ご支援内容・スケジューリング ************/
/**************************************************/
#section9_project {
    background-color: #eaf5f6; /* 薄い水色（画像読み込み前のフォールバック） */
    background-image: url(../img/09_back.png);
    background-repeat: repeat; 
    background-size: cover;
    padding: 80px 0;
}

#section9_project .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section9_project .sec-title {
    display: inline-block;
    background-color: #336699;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
}

#section9_project .flex-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 35px;
    width: 100%;
    margin-bottom: 40px;
}
#section9_project .flex-wrapper::after {
    content: "";
    position: absolute;
    width: 787px;
    height: 55px;
    top: 0;
    left: 0;
    background: url(../img/09_title.png) no-repeat center center;
    background-size: cover;
}
#section9_project .project {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 2px solid #255a96;
    border-radius: 10px;
    box-sizing: border-box;
}
#section9_project .project:not(:last-child) {
    position: relative;
    margin-top: 60px;
}

/* 疑似要素1: 明るいストライプと上下の垂直線（背景コンテナ）
#section9_project .project:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 20px;
    border-color: transparent transparent transparent #255a96;
    z-index: 10;
}

/* プロジェクト名（カード上部のヘッダー） */
#section9_project .project .title {
    position: relative;
    background-color: #255a96;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border-radius: 7px 7px 0 0;
    margin: 0;
}
#section9_project .project:last-of-type .title {
    font-size: 36px;
    padding: 30px 0;
}
#section9_project .project::after{
    content: "";
    position: absolute;
    width: 21px;
    height: 43px;
    background-color: #336291;
    clip-path: polygon(21px 50%, 0% 0%, 0% 43px);
    top: 0;
    bottom: 0;
    right: -37px;
    margin: auto 0;
}
#section9_project .project:last-of-type::after {
    display: none;
}
#section9_project #sec9_1month .title::after{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/09_icon01.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
}
#section9_project #sec9_2month .title::after{
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../img/09_icon02.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
}
#section9_project #sec9_operation .title::after{
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../img/09_icon03.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
}
/** プロジェクトの説明部分 **/
#section9_project .project .contens {
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

/* 各項目のブロックの余白リセット */
#section9_project .project dl {
    margin: 0;
}

/* 小見出し（市場調査など） */
#section9_project .project dt {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #255a96;
    font-weight: bold;
    margin-bottom: 10px;
}

/* チェックマークのアイコン */
#section9_project .project dt::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background-image: url(../img/09_check_mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* リスト内容（黒ポチの文章） */
#section9_project .project dd {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -1px;
}
#section9_project .project dd:last-child {
    margin-bottom: 0;
}
#section9_project .project dd::before {
    content: '・';
    margin-right: 2px;
}
#section9_project .message {
    font-size: 36px;
    font-weight: bold;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #333333;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}
#section9_project .message span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#section9_project .message span::after {
    content: "／";
}
#section9_project .message span::before {
    content: "＼";
}
/**************************************************/
/***** sec10 導入までの流れ ************************/
/**************************************************/
#section10_flow {
    padding: 60px 0 80px;
    background-color: #fff3e6;
}
#section10_flow .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* セクションタイトル */
#section10_flow .sec-title {
    text-align: center;
    margin-bottom: 20px;
}
#section10_flow .sec-title span {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    position: relative;
    background: none;
    border: none;
    padding: 0;
}
#section10_flow .arrow_bottom {
    margin: 0 auto 50px;
    width: 335px;
}
#section10_flow .arrow_bottom img {
    width: 100%;
}
#section10_flow .sec10_step {
    position: relative;
    z-index: 2;
}
#section10_flow .sec10_step::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 95%;
    top: 0;
    bottom: 0;
    left: 100px;
    background-color: #333;
    z-index: -1;
}
#section10_flow .flow {
    position: relative;
    width: 1000px;
    margin-bottom: 20px;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* 左側：ステップ番号（オレンジ背景） */
#section10_flow .step_box {
    width: 200px;
    background: linear-gradient(to right, #f37a34 0%, #fcc730 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
#section10_flow .step {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
    margin: 0;
    text-align: center;
    align-items: center;
    letter-spacing: 0.05em;
}

/* 右側：テキストエリア */
#section10_flow .flow dl {
    position: relative;
    flex: 1;
    padding: 25px 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#section10_flow .flow dl::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
}
#section10_flow #sec10_step1 dl::after {
    content: "";
    background: url(../img/10_icon01.png) no-repeat center center;
    background-size: cover;
}
#section10_flow #sec10_step2 dl::after {
    content: "";
    background: url(../img/10_icon02.png) no-repeat center center;
    background-size: cover;
}
#section10_flow #sec10_step3 dl::after {
    content: "";
    background: url(../img/10_icon03.png) no-repeat center center;
    background-size: cover;
}
#section10_flow #sec10_step4 dl::after {
    content: "";
    background: url(../img/10_icon04.png) no-repeat center center;
    background-size: cover;
}
#section10_flow #sec10_step5 dl::after {
    content: "";
    background: url(../img/10_icon05.png) no-repeat center center;
    background-size: cover;
}
/* 小見出し（ご提案とお見積り など） */
#section10_flow .flow dt {
    font-size: 30px;
    color: #f37a34;
    font-weight: bold;
    margin-bottom: 5px;
}
#section10_flow .flow dt span {
    background: none;
    border: none;
    padding: 0;
}

/* 説明文 */
#section10_flow .flow dd {
    font-size: 21px;
    color: #333333;
    margin: 0;
    font-weight: 500;
}

/**************************************************/
/***** sec11 フォーム ******************************/
/**************************************************/
#section11_contact {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
#section11_contact .form-wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff0d7;
    padding: 50px 90px;
}
#section11_contact .form-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 116px;
    background: url(../img/11_shadow-bacfk.png) no-repeat bottom center;
    background-size: cover;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}
#section11_contact .form-wrapper .sec-title {
    margin-bottom: 30px;
}
#section11_contact .form-wrapper .sec-title span {
    display: inline-block;
    font-size: 36px;
    
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.3);
    padding: 20px 40px;
    letter-spacing: 0;
}
#section11_contact .card-body {
    margin-top: 40px;
}
#section11_contact .card-body .form-group {
    margin-bottom: 30px;
}
#section11_contact .form-wrapper .message {
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 1.6;
    
}
/* プレースホルダ― */
#section11_contact .form-wrapper input::placeholder,
#section11_contact .form-wrapper textarea::placeholder {
    padding-left: 5px;
    font-size: 21px;
    color: #999999;
}
#section11_contact .form-wrapper textarea::placeholder {    
    padding-top: 0;
    padding-left: 4px;
}
/* ラベル */
#section11_contact .card-body label {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.03em;
}
#section11_contact .card-body label .badge {
    font-size: 16px;
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 3px 5px;
    margin-left: 10px;
}
#section11_contact .card-body label .badge-any {
    background-color: #999999;
}
/* テキストボックス */
#section11_contact .card-body input[type="text"],
#section11_contact .card-body input[type="email"] {
    font-size: 21px;
    height: 68px;
    width: 100%;
    margin-top: 7px;
    padding-left: 15px;
    background-color: #fff;
}
#section11_contact .card-body textarea {
    font-size: 21px;
    height: 251px;
    width: 100%;
    margin-top: 10px;
    padding-top: 26px;
    padding-left: 20px;
    background-color: #fff;
}
/* プライバシーポリシー */
#section11_contact .card-body .form-group:nth-last-child(2) {
    display: flex; 
    justify-content: center;
    margin-bottom: 40px;
}
#section11_contact .card-body .privacy-label {
    display: flex;
    align-items: center;
    font-size: 26px;
    letter-spacing: 0;
    

}
#section11_contact .card-body .privacy-label a { 
    color: #239da5; 
    text-decoration: underline;
}
#section11_contact .card-body input[type="checkbox"] {     /* チェックボックス */
    width: 2.0rem;
    height: 2.0rem;
    margin-right: 2.3rem;
    border-radius: 0;
    border: #000 0.1rem solid;
}
/* 資料をダウンロードボタン */
#section11_contact .card-body .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 418px;
    height: 83px;
    margin: 0 auto;
    border-radius: 0.5rem;
    font-size: 26px;
    color: #fff;
    background-color: #f37a34;
    padding-left: 20px;
    box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.4);
}
#section11_contact .card-body .btn:hover {
    opacity: 0.7;
}
#section11_contact .card-body .btn:active {
    box-shadow: none;
    position: relative;
    top: 0.4rem;
}
#section11_contact .card-body .btn::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/01_icon-dl.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
}

/**************************************************/
/***** sec12 よくある質問 **************************/
/**************************************************/
#section12_qa {
    padding: 50px 0 80px;
    background-color: #e4eef4;
}
#section12_qa .qa {
    width: 1000px;
    margin: 0 auto;
}
#section12_qa .sec-title {
    font-size: 48px;
    margin-bottom: 30px;
}
#section12_qa .sec-title span {
    display: block;
    font-size: 36px;
    font-family: "din-2014", sans-serif;
    color: #cccccc;
    margin-bottom: 5px;
}
#section12_qa dl {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    padding: 25px 50px 25px 30px;
    margin-bottom: 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/* 質問 */
#section12_qa dt {
    position: relative;
    padding-left: 45px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
    border-bottom: 2px dotted #999999;
}
#section12_qa dt::before {
    content: 'Q';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #f37a34;
    width: 34px;
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 100px;
}
/* 答え */
#section12_qa dd {
    position: relative;
    padding-left: 50px;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1.6;
}

.section13_cta {
    padding: 60px  0;
}

/**************************************************/
/***** footer *************************************/
/**************************************************/
#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15.6rem;
    background-color: #336699;
    height: 76px;
}
#footer .box {
    position: relative;
}
#footer .box img {
    position: absolute;
    width: 178px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
#footer .box .copyright {
    font-size: 18px;
    
    text-align: center;
    color: #fff;
}
#footer .box ul {
    position: absolute;
    display: flex;
}
#footer .box ul li:first-of-type {
    margin-right: 40px;
}
#footer .box ul li a {
    font-size: 14px;
    color: #fff;
}