* { 
    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;
}
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; }  /* sp表示用 */
br.pc-only { display: inline; }
br.sp-only { display: none; }
/* 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 {
    display: flex;
    align-items: center;
    background-color: #239da5;
}
#section1_firstView .first-head .box {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
#section1_firstView .first-head .logo {
    margin-right: 50px;
}
#section1_firstView .first-head .head-txt {
    font-size: 3.8rem;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}
#section1_firstView .first-head .head-txt em {
    background: linear-gradient(
        to right,
        #fef2ec 0.5618%,
        #fde7dc 44.9438%,
        #fde7dc 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-right: 10px;
}
/* 左側 */
#section1_firstView .first-view {
    position: relative;
    margin-right: 15px;
}
#section1_firstView .first-view::after {
    content: "";
    position: absolute;
    width: 437px;
    height: 520px;
    background: url(../img/01_illust.png) no-repeat center center;
    background-size: cover;
    top: 0;
    right: -65px;
    z-index: -1;
}
#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.5rem;
    color: #239da5;
}
#section1_firstView .first-view .title em small {
    font-size: 50%;
}
/* 吹き出し */
#section1_firstView .sub-title {
    display: flex;
    justify-content: center;
    width: 380px;
    height: 94px;
    background-image: url(../img/01_fukidashi1.png);
    background-repeat: no-repeat;
    background-size: auto;
}
#section1_firstView .first-view .sub-title p {
    font-size: 3rem;
    font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N";
    font-weight: bold;
    color :#fff;
    padding-top: 16px;
    transform: rotate(-1.5deg);
}
#section1_firstView .first-view .sub-title p small {
    font-size: 60% !important;
}

#section1_firstView .first-view .sub-copy {
    padding: 30px 20px 20px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
}
#section1_firstView .first-view .sub-copy p {
    font-size: 3.3rem;
    display: inline-block;
    margin-right: 5px;
}
#section1_firstView .first-view .sub-copy .sub01 {
    position: relative;
}
#section1_firstView .first-view .sub-copy .sub01::after {
    content: "";
    position: absolute;
    background: url(../img/01_fukidashi2.png) no-repeat center center;
    background-size: cover;
    width: 263px;
    height: 99px;
    top: -20px;
    left: -20px;
}
#section1_firstView .first-view .sub-copy .sub01 small {
    font-size: 70%;
}
#section1_firstView .first-view .main-copy {
    font-size: 4.8rem;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #f4614a;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}
#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: #f4614a;
    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;
}
#section2_achievement .sec-title {
    width: 100%;
    font-size: 48px;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
    padding: 15px 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: 2px;
    height: 45px;
    background-color: #fff;
}
#section2_achievement .sec-title span::before {
    transform: rotate(-30deg);
    bottom: 10px;
    left: -20px;
}
#section2_achievement .sec-title span::after {
    transform: rotate(30deg);
    bottom: 10px;
    right: -20px;
}
/* 実績 カルーセル自動再生 */

#section2_achievement .carousel-wrapper {
    flex-direction: column;
    justify-content: start;
    width: 1375px;
    overflow: hidden;
}
#section2_achievement .carousel-wrapper .carousel-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
}
#section2_achievement .carousel-wrapper .sp-only {
    display: none;
}
/* 画像サイズ（一括調整） */
:root {
  --base-width: 1440; /* 1440pxを基準画面幅とする */
}
/* 全画像共通で設定 */
#section2_achievement .carousel li img {
  width: calc(var(--base-size) / var(--base-width) * 100vw);
  height: auto;
  display: block;
}
/* １段目 */
#section2_achievement .carousel:nth-child(1) {
        margin-bottom: 4.0rem;    
}

/**************************************************/
/***** sec3 こんなお悩みありませんか？ **************/
/*************************************************/
#section3_problem {
    position: relative;
    padding: 70px 0 200px;
    background-image: url(../img/03_back.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
#section3_problem::after {
    content: "";
    position: absolute;
    width: 1440px;
    height: 819px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/03_Illust.png) no-repeat center center;
    background-size: cover;
}
#section3_problem .sec-title {
    font-size: 48px;
    font-weight: bold;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}
/* 文字の上のドット */
#section3_problem .sec-title .dot {
    background-image: radial-gradient(circle at center, #333 12%, transparent 12%); /* 点の色とサイズ調整 */
    background-position: top left; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 1em; /* 点のサイズ */
    padding-top: 0.6em; /* 縦方向の位置調整 */
    letter-spacing: 0em;
}
/* 吹き出し */
#section3_problem ul {
    display: flex;
    justify-content: space-between;
    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;
}
#section3_problem ul li:nth-child(1) {      /* 1つ目吹き出し */
    width: 360px;
    height: 311px;
    background-image: url(../img/03_fukidashi1.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
    padding: 60px 0 0;
    margin-top: 165px;
}
#section3_problem ul li:nth-child(2) {      /* 2つ目吹き出し */
    width: 482px;
    height: 375px;
    background-image: url(../img/03_fukidashi2.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 95px 0 0;
}
#section3_problem ul li:nth-child(3) {      /* 3つ目吹き出し */
    width: 397px;
    height: 312px;
    background-image: url(../img/03_fukidashi3.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
    padding: 60px 0 0;
    margin-top: 150px;
}
#section3_problem ul li span {
    background-color: #ffff66;
}

/**************************************************/
/***** sec4 解決 **********************************/
/**************************************************/
/* 多くの中小企業が・・・行き詰っています */
#section4_solution .conclusion {
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 1.6;
    text-align: center;
}
#section4_solution {
    padding: 60px 0;
}
#section4_solution .head-txt {
    margin-bottom: 30px;
}
/* タイトル */
#section4_solution .sec-title {
    font-size: 72px;
    
    line-height: 1.8;
    text-align: center;
}
#section4_solution .sec-title .sub-title span {
    font-size: 41px;
    color: #379faa;
    background: url(../img/04_title-back.png) no-repeat bottom -10px left;
    background-size: 260px;
    padding: 40px 25px 40px 35px;
    letter-spacing: 0;
}
#section4_solution .sec-title .sub-title p em {
    position: relative;
    font-style: normal;
}
#section4_solution .sec-title .sub-title p em::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #ffff66;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
#section4_solution .sec-title .main-title {
    display: flex;
    align-items: baseline;
    gap: 1.6rem;
    margin-top: 15px;
    font-size: 60px;
    color: #379faa;
    letter-spacing: 0;
}
#section4_solution .sec-title .main-title img {
    width: 585px;
}
/* 解決方法 */
#section4_solution #sec4_solutions {
    justify-content: space-between;
    margin-top: 4.6rem;
}
#section4_solution #sec4_solutions li.flex-wrapper {
    position: relative;
    width: 390px;
    flex-direction: column;
    align-items: center;
    padding: 35px 0 30px 0;
    border: #379faa 3px solid;
    border-radius: 1rem;
}
#section4_solution #sec4_solutions li.flex-wrapper .point {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 36px;
    font-family: "samantha-italic-bold", sans-serif;
    color: #f4614a;
    transform: rotate(-10deg);
}
/***** part01～part03を表示 *****/
/* コピー */
#section4_solution #sec4_solutions .sub-title {
    font-size: 24px;
    color: #379faa;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
}
#section4_solution #sec4_solutions .title {
    font-size: 36px;
    color: #333333;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
}
#section4_solution #sec4_solutions img { margin: 0 auto; } /* 画像を中央配置 */
/* 各画像サイズ */
#section4_solution #sec4_solutions #sec4_part01 img {   /* part01画像 */
    width: 260px;
    margin-bottom: 20px;
}
#section4_solution #sec4_solutions #sec4_part02 img {   /* part02画像 */
    width: 281px; 
    margin-bottom: 60px;
}
#section4_solution #sec4_solutions #sec4_part03 img {   /* part03画像 */
    width: 320px; 
    margin-bottom: 60px;
}
/* 解決ポイント */
#section4_solution #sec4_solutions {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
}
#section4_solution #sec4_solutions .red {
    font-size: 18px;
    color: #f4614a;
}
#section4_solution #sec4_solutions .list li,
#section4_solution #sec4_solutions .list dt {
    display: flex;
    align-items: center;
    font-size: 16px;
    
    letter-spacing: 0;
}
#section4_solution #sec4_solutions .list dd {
    font-size: 16px;
    
    letter-spacing: 0;
}
#section4_solution #sec4_solutions .list li::before,
#section4_solution #sec4_solutions .list dt::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url(../img/04_check.png);
    background-size: 19px;
    background-repeat: no-repeat;
}
#section4_solution #sec4_solutions .list dl {
    display: flex;
}

/**************************************************/
/***** sec5 CTA ***********************************/
/******CTA共通の設定はファーストビューの上 ***********/
/**************************************************/
#section5_cta {
    padding-bottom: 60px;
}
#section5_cta .cta-wrapper {
    padding-top: 0;
}
#section5_cta .sec-title {
    font-size: 36px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: bold;
}
#section5_cta .sec-title .sub-title {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #379faa;
}
#section5_cta .sec-title .sub-title::after,
#section5_cta .sec-title .sub-title::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #379faa;
}
#section5_cta .sec-title .sub-title::after {
    transform: rotate(-30deg);
    bottom: 0;
    left: -30px;
}
#section5_cta .sec-title .sub-title::before {
    transform: rotate(30deg);
    bottom: 0;
    right: -30px;
}
#section5_cta .cta-wrapper .cta_btns {
    margin-top: 40px;
}
#section5_cta .cta-wrapper .cta_btns a {
    position: relative;
}
#section5_cta .cta-wrapper .cta_btns a:first-of-type::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../img/05_mail.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto 0;
}
#section5_cta .cta-wrapper .cta_btns a:first-of-type::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(../img/05_next.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
}
#section5_cta .cta-wrapper .cta_btns a:last-of-type::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: 25px;
    margin: auto 0;
}

/**************************************************/
/***** sec6 解決できる未来がたくさんあります *********/
/**************************************************/
#section6_about {
    padding: 75px 0;
    background-color: #ddf1f2;
}
#section6_about .sec-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 48px;
    
    letter-spacing: 0;
    line-height: 1.4;
}
#section6_about .sec-title div {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 1.2rem;
}
#section6_about .sec-title div img {    /* ワカッテ採用 */
    width: 539px;
}
#section6_about .sec-title div.sp-only {
    display: none;
}
#section6_about .sec-title p {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 15px;
}
#section6_about .sec-title p span {
    font-size: 72px;
    color: #f4614a;
}
/* ＼　／ */
#section6_about .sec-title::before, 
#section6_about .sec-title::after {
    content: '';
    position: absolute;
    width: 240px;
    border-bottom: 6px dotted #379faa;
}
#section6_about .sec-title::before {
    transform: rotate(60deg);
    bottom: 105px;
    left: -40px;
}
#section6_about .sec-title::after {
    transform: rotate(-60deg);
    bottom: 105px;
    right: -40px;
}
/* メリット */
#section6_about #sec6_merit {
    margin-top: 30px;
    margin-left: -50px;
    margin-bottom: 20px;
}
/* メリット イメージ */
#section6_about #sec6_merit img {
    position: relative;
    z-index: 10;
    width: 400px;
}
/* メリット01～03 */
#section6_about #sec6_merit ul {
    width: 838px;
    height: 426px;
    margin-top: 30px;
    padding: 40px 80px 20px 110px;
    background-image: url(../img/06_fukidashi.png);
    background-size: cover;
}
#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 #333;
}
#section6_about #sec6_merit ul li:last-of-type {
    border-bottom: none;
}
#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: #239da5;
    font-style: italic;
    margin-right: 25px;
    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: 100%;
    margin-bottom: 30px;
}
/* 枠線 */
#section6_about .comparative_table .waku {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* ワカッテ採用と他社との違い */
#section6_about .comparative_table .table-title {
    width: 681px;
    height: 143px;
    font-size: 48px;
    
    color:#fff;
    font-style: italic;
    letter-spacing: 0;
    background: url(../img/06_table_fukidasi.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 30px;
}
/*** 比較表本体 ***/
/* 共通 */
#section6_about .comparative_table .table {
    align-items: flex-start;
}
#section6_about .comparative_table .table .column {
    display: flex;
    flex-direction: column;
}
#section6_about .comparative_table .table .cell {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 105px;
}
/* 三角 */
#section6_about .comparative_table .table .triangle {
    width: 4.1rem;
    height: 3.5rem;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
/* ✕ */
#section6_about .comparative_table .table .cross {
    position: relative;
    display: block;
    width: 3.4rem;
    height: 3.4rem;
}
#section6_about .comparative_table .table .cross::before,
#section6_about .comparative_table .table .cross::after {
    content: '';
    position: absolute;
    top: -1rem;
    left: 50%;
    width: 0.3rem;
    height: 4.8rem;
    border-radius: 0.5rem;
}
#section6_about .comparative_table .table .cross::before {
    transform: rotate(45deg);    
}
#section6_about .comparative_table .table .cross::after {
    transform: rotate(-45deg);
}
/* 名前行 */
#section6_about .comparative_table .name {
    font-size: 24px;
    
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}
/* ヘッダー列 */
#section6_about .comparative_table #sec6_table-header {
    width: 311px;
    font-size: 30px;
    
    border: 1px solid #379faa;
    margin-right: 5px;
    margin-top: 100px;
}
/* 上４つと下４つで文字間隔が異なる */
#section6_about .comparative_table #sec6_table-header .cell:nth-child(n-5) {
    letter-spacing: -0.05em;
}
#section6_about .comparative_table #sec6_table-header .cell:nth-child(n+5) {
    letter-spacing: 0.05em;
}
#section6_about .comparative_table #sec6_table-header .cell:nth-child(odd) {
    background-color: #fff;
}
#section6_about .comparative_table #sec6_table-header .cell:nth-child(even) {
    background-color: #fcf2e3;
}
#section6_about .comparative_table .table .scroll-colomuns {
    align-items: flex-start;
}
/*** 自社列 ***/
#section6_about .comparative_table #sec6_row_me {
    position: relative;
    z-index: 10;
    width: 307px;
    border-radius: 26px 26px 0 0;
    border: #f4614a 8px solid;
    margin-top: -30px;
    font-size: 2.14rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-right: 10px;
}
/* 1段目 */
#section6_about .comparative_table #sec6_row_me .name {
    height: 123px;
    background-color: #fcf2e3;
    border-radius: 23px 23px 0 0;
}
#section6_about .comparative_table #sec6_row_me .name img {
    width: 271px;
}
/* 2段目：月額 */
#section6_about .comparative_table #sec6_row_me .monthly_fee {
    
    color: #f4614a;
    line-height: 1.6;
    background-color: #fff;
}
#section6_about .comparative_table #sec6_row_me .monthly_fee .number {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
}
#section6_about .comparative_table #sec6_row_me .monthly_fee .note {    /* 月額費用　注記 */
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}
/* 3段目：初期費用 */
#section6_about .comparative_table #sec6_row_me .startup_cost {
    position: relative;
    font-size: 48px;
    
    color: #f4614a;
    background-color: #fcf2e3;
}
#section6_about .comparative_table #sec6_row_me .startup_cost::after {
    content: "";
    position: absolute;
    width: 31px;
    height: 45px;
    background: url(../img/06_sparkling.png) no-repeat center center;
    background-size: cover;
    top: 10px;
    right: 50px;
}
#section6_about .comparative_table #sec6_row_me .startup_cost .note {   /* 初期費用　注記 */
    font-size: 24px;
    font-weight: 500;
    color: #333;
} 
/* 4段目：投稿本数 */
#section6_about .comparative_table #sec6_row_me .posts {
    background-color: #fff;
}
#section6_about .comparative_table #sec6_row_me .posts p {
    display: flex;
    align-items: end;
    color: #f4614a;
    
}
#section6_about .comparative_table #sec6_row_me .posts .number {
    font-size: 60px;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
    color: #f4614a;
    line-height: 1;
}
#section6_about .comparative_table #sec6_row_me .advertising,
#section6_about .comparative_table #sec6_row_me .instagram,
#section6_about .comparative_table #sec6_row_me .planning {
    background-color: #fcf2e3;
}
#section6_about .comparative_table #sec6_row_me .tiktok,
#section6_about .comparative_table #sec6_row_me .line {
    background-color: #fff;
}
/* 5～8段目：●▲✕ */
 #section6_about .comparative_table #sec6_row_me .shapes {
    font-size: 60px;
    color: #f4614a;
 }
 #section6_about .comparative_table #sec6_row_me .note_small {  /* 注記 */
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
 }
 /* 9段目：戦略立案 */
 #section6_about .comparative_table #sec6_row_me .planning {
    font-size: 26px;
    
    line-height: 1.4;
    color: #f4614a;
    text-align: center;
 }
#section6_about .comparative_table #sec6_row_me .tiktok,
#section6_about .comparative_table #sec6_row_me .instagram,
#section6_about .comparative_table #sec6_row_me .line {
    position: relative;
}
#section6_about .comparative_table #sec6_row_me .tiktok::after,
#section6_about .comparative_table #sec6_row_me .instagram::after,
#section6_about .comparative_table #sec6_row_me .line::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto 0;
}
#section6_about .comparative_table #sec6_row_me .tiktok::after {
    content: "";
    background: url(../img/06_tiktok.png) no-repeat center center;
    background-size: cover;
    width: 52px;
    height: 52px;
}
#section6_about .comparative_table #sec6_row_me .instagram::after {
    content: "";
    background: url(../img/06_instagram.png) no-repeat center center;
    background-size: cover;
    width: 54px;
    height: 54px;
}
#section6_about .comparative_table #sec6_row_me .line::after {
    content: "";
    background: url(../img/06_line.png) no-repeat center center;
    background-size: cover;
    width: 52px;
    height: 52px;
}

/*** TikTok運用代行会社 ***/
#section6_about .comparative_table #sec6_row_oteer1 {
    width: 217px;
    margin: 0.2rem 0 0.2rem -0.4rem;
    border: 1px solid #239da5;
    margin-right: 5px;
}
#section6_about .comparative_table #sec6_row_oteer1 .name {     /* 1段目 */
    height: 96px;
    background-color: #e2e2e2;
}
/* Instagram運用代行会社 */
#section6_about .comparative_table #sec6_row_oteer2 {       
    width: 217px;
    margin: 0.2rem 0 ;
    border: 1px solid #239da5;
}
#section6_about .comparative_table #sec6_row_oteer2 .name {     /* 1段目 */
    height: 96px;
    background-color: #e2e2e2;
}
/*** TikTok運用代行会社と採用TikTok運用代行会社共通 ***/
#section6_about .comparative_table .other {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}
#section6_about .comparative_table .other .cell p {
    display: flex;
    align-items: center;
} 
#section6_about .comparative_table .other .cell:nth-child(odd) {
    background-color: #eeeeee;
}
#section6_about .comparative_table .other .cell:nth-child(even) {
    background-color: #fff;
}
#section6_about .comparative_table .other .number {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    font-family: "din-2014", sans-serif;
}
/* 2段目：月額 */
#section6_about .comparative_table .other .monthly_fee {
    font-weight: 500;
}
#section6_about .comparative_table .other .monthly_fee .number {
    font-family: "din-2014", sans-serif;
    font-weight: bold;
}
/* 3段目：初期費用 */
#section6_about .comparative_table .other .startup_cost {   /* 初期費用　注記 */
    line-height: 1.3;
} 
/* 4段目：投稿本数 */
#section6_about .comparative_table .other .posts {
    line-height: 1.3;
}
/* 5～8段目：●▲✕ */
#section6_about .comparative_table .other .cross::before,
#section6_about .comparative_table .other .cross::after {
    background-color: #535353;
}
/*** メッセージ ***/
#section6_about .message {
    font-size: 24px;
    
    line-height: 1.8;
    text-align: center;
}
#section6_about .comparative_table .other .shapes {
    font-size: 36px;
}

/**************************************************/
/***** sec7 母集団形成から歩留まり改善まで・・・ *****/
/**************************************************/
#section7_plan {
    padding: 60px 0 0;
}
#section7_plan .sec-title {
    
    text-align: center;
    line-height: 1.4;
}
#section7_plan .sec-title p:first-of-type {
    font-size: 54px;
    color: #f4614a;
}
#section7_plan .sec-title p:first-of-type small {
    font-size: 34px;
    color: #333;
}
#section7_plan .sec-title .big {
    font-size: 3.6rem;
}
#section7_plan .sec-title p:last-of-type {
    color: #239da5;
}
#section7_plan .sec-title p:last-of-type span {
    position: relative;
    font-size: 55px;
}
#section7_plan .sec-title p:last-of-type span::after,
#section7_plan .sec-title p:last-of-type span::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #333;
}
#section7_plan .sec-title p:last-of-type span::after {
    transform: rotate(-30deg);
    bottom: 10px;
    left: -30px;
}
#section7_plan .sec-title p:last-of-type span::before {
    transform: rotate(30deg);
    bottom: 10px;
    right: -60px;
}
#section7_plan .sec-title p:last-of-type small {
    font-size: 34px;
    color: #333;
}
/* プラン */
#section7_plan .flex-wrapper {
    margin-top: 30px;
    justify-content: space-between;
    margin-bottom: 50px;
}
/* 形状・色 */
/* TikTok */
#section7_plan #sec7_tik_tok {
    width: 876px;
    border: 1px solid #333;
    background-color: #fcf2e3;
    margin-bottom: 5px;
}
#section7_plan #sec7_tik_tok .title { 
    background-color: #379faa; 
    border-radius: 0.6rem 0 0 0;
}
#section7_plan .plan li {
    display: flex;
    padding: 25px 0 25px;
    box-sizing: border-box;
}
#section7_plan .plan li .logo {
    width: 240px;
    text-align: center;
    border-right: 1px #666666 solid;
    margin-right: 25px;
}
#section7_plan .plan li .logo img {
    width: 81px;
    height: 81px;
    margin: 0 auto 10px;
}
#section7_plan .plan li .logo span {
    font-size: 22px;
    
}
#section7_plan .plan li .text h4 {
    font-size: 34px;
    
    color: #f4614a;
    margin-bottom: 15px;
}
#section7_plan .plan li .text p {
    font-size: 22px;
    
    line-height: 1.4;
}
/* Instagram */
#section7_plan #sec7_instagram {
    width: 876px;
    border: 1px solid #333;
    background-color: #fcf2e3;
    margin-bottom: 5px;
}
#section7_plan #sec7_instagram .title { background-color: #7bc29d; }
#section7_plan #sec7_instagram .logo img {
    width: 76px;
    height: 76px;
}
/* 広告 */
#section7_plan #sec7_ad {
    width: 876px;
    border: 1px solid #333;
    background-color: #fcf2e3;
}
#section7_plan #sec7_ad .title { 
    background-color: #ff6262; 
    border-radius: 0 0.6rem  0 0;
}
#section7_plan #sec7_ad .logo img {
    width: 74px;
    height: 87px;
}
/* LINE */
#section7_plan #sec7_line {
    width: 308px;
    border: #1a1a1a 2px solid;
    padding: 30px 15px 79px;
}
/* タイトル */
#section7_plan li.title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    background-color: #ff6633;
    padding: 10px 0;
    margin: 0 55px 30px;
}
#section7_plan .title .small { font-size: 1.8rem; }
#section7_plan .title p {
    display: flex;
    align-items: baseline;
}
#section7_plan #sec7_ad .title {
    letter-spacing: -0.04em;
}
/* アイコン */
/* TikTok */
#section7_plan #sec7_tik_tok li.icon {
    padding-top: 2.5rem;
    padding-bottom: 5.4rem;
}
#section7_plan #sec7_tik_tok .icon img {
    margin: 0 auto;
    width: 11.9rem;
}
/* Instagram */
#section7_plan #sec7_instagram .icon {
    padding-top: 2.5rem;
    padding-bottom: 5.0rem;
}
#section7_plan #sec7_instagram .icon img {
    margin: 0 auto;
    width: 12.4rem;
}
/* 広告 */
#section7_plan #sec7_ad .icon {
    padding-top: 2.3rem;
    padding-bottom: 5.5rem;
}
#section7_plan #sec7_ad .icon img {
    margin: 0 auto;
    width: 8.2rem;
}
/* Line */
#section7_plan #sec7_line li.icon {
    padding: 0;
}
#section7_plan #sec7_line .icon img {
    margin: 0 auto;
    width: 84px;
}
/* 名前 */
/* 共通 */
#section7_plan .plan .contents-title {
    font-size: 22px;
    
    text-align: center;
    justify-content: center;
    padding: 15px 0;
    margin: 0 25px;
    border-bottom: 1px solid #333;
}
/* TikTok */
#section7_plan #sec7_tik_tok .contents-title {
    color: #379faa;
}
/* Instagram */
#section7_plan #sec7_instagram .contents-title {
    color: #7bc29d;
}
/* 広告 */
#section7_plan #sec7_ad .contents-title {
    color: #ff6262;
}

#section7_plan .plan_right {
    position: relative;
}
#section7_plan .plan_right::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(../img/07_plus.png) no-repeat center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -35px;
}

/* 内容 */
/* 共通 */
#section7_plan .plan .contents {
    display: block;
    margin-top: 25px;
    font-size: 24px;
    
    line-height: 1.5;
    padding: 0;
}
#section7_plan .plan .contents h4 {
    display: block;
    font-size: 36px;
    
    color: #f4614a;
    text-align: center;
}
/* オプション */
#section7_plan .plus {
    margin: 20.8rem 2.6rem 0 2.9rem;
}
#section7_plan .plus p {
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
}
#section7_plan .plus img {
    width: 6.5rem;
}

/**************************************************/
/**************************************************/
/***** sec9 支援プロジェクト内容 ********************/
/**************************************************/
#section9_project {
    background-image: url(../img/09_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 65px;
}
#section9_project .sec-title span {
    display: inline-block;
    font-size: 48px;
    
    padding: 20px 40px;
    background-color: #fff;
    border: 1px solid #333;
}
#section9_project .flex-wrapper {
    margin-top: 80px;
    margin-bottom: 40px;
    gap: 3.1rem;
}
/*** プロジェクトの説明 ***/
#section9_project .project {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 377px;
    border-radius: 0.5rem;
    border: #379faa 2px solid;
}
#section9_project .project::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 43px;
    background-color: #339999;
    clip-path: polygon(21px 50%, 0% 0%, 0% 43px);
    top: 0;
    bottom: 0;
    right: -44px;
    margin: auto 0;
}
#section9_project .project:last-of-type::after {
    display: none;
}
/* 左上の丸 */
#section9_project .project .step {
    position: absolute;
    width: 113px;
    height: 52px;
    font-size: 21px;
    
    line-height: 1.3;
    background: url(../img/09_step2.png) no-repeat center center;
    background-size: cover;
    top: -45px;
    left: -2px;
    padding: 10px 0 0 30px;
}
#section9_project .project:first-of-type .step {
    width: 132px;
    padding: 10px 0 0 20px;
    background: url(../img/09_step1.png) no-repeat center center;
    background-size: cover;
}
/* プロジェクト名 */
#section9_project .project .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #379faa;
    font-size: 24px;
    
    color: #fff;
    letter-spacing: 0;
    padding: 20px 0;
}
#section9_project .project .title p {
    margin-top: 0.6rem;
    font-size: 1.4rem;
}
/** プロジェクトの説明 **/
#section9_project .project .contens {
    padding: 15px 0;
    border-radius: 0 0 0.5rem 0.5rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
#section9_project #sec9_preparation .contens {
    padding-bottom: 3.0rem;
}
#section9_project .project .contens dl {
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-content: start;
}
/* 各プロジェクト共通 */
#section9_project .project dt {
    display: flex;
    align-items: center;
    font-size: 24px;
    
    color: #239da5;
    letter-spacing: 0;
    line-height: 1.7;
}
#section9_project .project dt::before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    margin-right: 5px;
    background-image: url(../img/09_check_mark.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#section9_project .project dd {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 18px;
    
    letter-spacing: 0;
    line-height: 1.2;
}
#section9_project .project dd::before {
    content: '・';
    margin-right: 0;
}
/* 各プロジェクト */
/* 初期設計 */
#section9_project #sec9_initial_design .contens dl { margin-left: 15px; margin-bottom: 5px; }
#section9_project #sec9_initial_design .contens dl:nth-child(3) { margin-bottom: 0; }
/* 準備 */
#section9_project #sec9_preparation .contens dl { margin-left: 15px; margin-bottom: 5px; }
#section9_project #sec9_preparation .contens dl:nth-child(3) { margin-bottom: 0; }
/* 採用 */
#section9_project #sec9_recruitment .contens dl { margin-left: 15px; margin-bottom: 5px; }
#section9_project #sec9_recruitment .contens dl:nth-child(4) { margin-bottom: 0; }
/*** 貴社に合わせた・・・ ***/
#section9_project .message {
    position: relative;
    font-size: 24px;
    
    letter-spacing: 0;
    line-height: 1.7;
    text-align: center;
}
#section9_project .message::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    border-bottom: 7px dotted #239da5;
    bottom: -64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
}
#section9_project .message span {
    position: relative;
}
#section9_project .message span::after,
#section9_project .message span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #333;
}
#section9_project .message span::after {
    transform: rotate(-30deg);
    bottom: 5px;
    left: -15px;
}
#section9_project .message span::before {
    transform: rotate(30deg);
    bottom: 5px;
    right: -15px;
}


/**************************************************/
/***** sec10 ご利用の流れ **************************/
/**************************************************/
#section10_flow {
    padding: 60px 0 65px;
    background-color: #b7dde0;
}
#section10_flow .sec-title { 
    display: inline-block;
    font-size: 48px;
    
    padding: 20px 80px;
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #333;
 }
#section10_flow .flow {
    position: relative;
    width: 1045px;
    margin: 0 auto 15px;
    display: flex;
    background-color: #fff;
}
#section10_flow .flow::after {
    content: "";
    position: absolute;
    width: 44px;
    height: 22px;
    background-color: #379faa;
    clip-path: polygon(50% 22px, 0% 0%, 44px 0%);
    right: 0;
    left: 0;
    bottom: -20px;
    margin: 0 auto;
    z-index: 2;
}
#section10_flow .flow:last-of-type::after {
    display: none;
}
/* ステップ */
#section10_flow .step_box {
    width: 175px;
    position: relative;
    background-color: #379faa;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section10_flow .step {
    font-size: 26px;
    
    color: #fff;
    text-align: center;
}
#section10_flow .step .number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    font-family: "din-2014", sans-serif;
}
/* 内容 */
#section10_flow .flow dt {
    font-size: 28px;
    color: #239da5;
    
    line-height: 1;
}
#section10_flow .flow dt span {
    background-color: #fcf2e3;
    border: 1px solid #333;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}
#section10_flow .flow dd {
    font-size: 21px;
    
    letter-spacing: 0;
    line-height: 1.6;
}
#section10_flow .flow dd span {
    position: relative;
    z-index: 1;
    font-family: "din-2014", sans-serif;
}
#section10_flow .flow dd span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #ffff66;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#section10_flow .flow dl {
    padding: 20px 0 20px 20px;
}
/* 位置調整 */

/**************************************************/
/***** 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: #f4614a;
    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: 80px 0;
    background-color: #ddf1f2;
}
#section12_qa .qa {
    width: 1000px;
    margin: 0 auto;
}
#section12_qa .sec-title {
    font-size: 48px;
    
    margin-bottom: 30px;
}
#section12_qa dl {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2.0rem;
    width: 100%;
    padding: 25px 0 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;
    font-size: 24px;
    
}
#section12_qa dt::before {
    content: 'Q';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #379faa;
    width: 34px;
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    line-height: 34px;
}
/* 答え */
#section12_qa dd {
    position: relative;
    padding-left: 45px;
    font-size: 21px;
    
    letter-spacing: 0;
    line-height: 1.7;
}
#section12_qa dd::before {
    content: 'A';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #f4614a;
    width: 34px;
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    line-height: 34px;
}

.section13_cta {
    padding: 60px  0;
}

/**************************************************/
/***** footer *************************************/
/**************************************************/
.footer {
  padding: 2rem;
  font-size: 15px;
  color: #999;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.footer a:hover {
  color: #000;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
  }

  .md-flex {
    display: flex;
  }

  .md-flex li + li {
    margin-left: 16px;
  }
}
