@charset "utf-8";

/*
theme Name: gcerti-wp
Author: Kana Nagami
Description: original theme
version： 1.0.0
*/

/*===============================================
	PCスマホ共通CSS
===============================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
    background: transparent;
    box-sizing: border-box;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

html {
    font-size: 62.5%;
}

body {
    height: auto;
    font-feature-settings: "palt";
    display: block;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

a:focus {
    outline: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto
}

.imgArea img {
    width: 100%;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

dt {
    font-weight: bold;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

:root .cf::after {
    /* IE9 */
    content: "" \9;
    clear: both\9;
    display: block\9;
    height: 0\9;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.last {
    margin-bottom: 0 !important;
}

/* サイト固有設定 */
body {
    color: #2A2D34;
    font-size: 1.6rem;
    /* 16px*/
    font-weight: 400;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.7;
    letter-spacing: 0.15em;
    background: #fff;
    position: relative;
}

a {
    color: #333;
}

a:hover {
    color: #2d6c90;
    text-decoration: none;
}

strong {
    font-weight: bold;
    background: linear-gradient(transparent 35%, #fffb79 35%);
}

.en {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.2em;
}

.sfsiplus_footerLnk {
    display: none;
}

/*===============================================
	PC用CSS
===============================================*/
@media print,
screen and (min-width:751px) {

    /*--------------------------------------------
	サイト基本設定
--------------------------------------------*/
    body {
        min-width: 1200px;
        background-size: 100%;
    }

    .for_sp {
        display: none !important;
    }

    /*--------------------------------------------
    共通部分
--------------------------------------------*/

    /*--  エリアと余白 --*/
    .ctsArea {
        padding-top: 134px;
        position: relative;
    }

    .inner {
        padding: 90px 0;
    }

    .sec_inner {
        width: 1100px;
        position: relative;
        margin: 0 auto;
    }

    /*--  共通デザインボタン --*/
    .btnArea {
        text-align: center;
    }

    .btn {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
        background-color: #a12627;
        border-bottom: 3px solid #611818;
        padding: 1.5rem 4rem 1.5rem 3rem;
        position: relative;
    }

    .btn:hover {
        color: #fff;
        margin-top: 2px;
        background: #b53738;
        border-bottom: 1px solid #611818;
    }

    .btn i {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    /*--  お問い合わせ --*/
    #cvArea .sec_inner {
        align-items: start;
    }

    #cvArea .sec_inner a {
        width: 49%;
    }

    /*--------------------------------------------
    header / footer
--------------------------------------------*/

    /*-- header --*/
    #header {
        width: 100%;
        min-width: 1200px;
        height: 134px;
        background: #fff;
        position: fixed;
        z-index: 9999;
        transition: margin-bottom 0.3s ease;
    }

    #header .hdr_top .hdr_top_right {
        column-gap: 30px;
    }

    #header .hdr_top .hdr_top_right dl {
        line-height: 1;
    }

    #header .hdr_top .hdr_top_right dt {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 2.8rem;
        position: relative;
    }

    #header .hdr_top .hdr_top_right dt img {
        display: block;
        width: 30px;
    }

    #header .hdr_top .hdr_top_right dd {
        font-size: 1.4rem;
        text-align: right;
        margin-top: 8px;
    }

    #header .hdr_top .hdr_top_right li {
        height: 57px;
    }

    #header .hdr_top li:last-child {
        margin-left: 12px;
    }

    #header .hdr_top li:last-child a {
        background-color: #2d6c90;
        border-bottom: 3px solid #1a3e52;
    }

    #header .hdr_top li:last-child a:hover {
        background: #4285ab;
        border-bottom: 1px solid #1a3e52;
    }

    #header .hdr_btm {
        background: #2A2D34;
    }

    #header .hdr_btm .nav {
        color: #fff;
        border-left: #eee 1px solid;
    }

    #header .hdr_btm .nav>li {
        width: 20%;
        font-size: 1.5rem;
        text-align: center;
        border-right: #eee 1px solid;
        position: relative;
    }

    #header .hdr_btm .nav>li a {
        display: block;
        width: 100%;
        color: #fff;
        padding: 1.5rem 1rem;
    }

    #header .hdr_btm .nav li a:hover {
        background: #A12527;
    }

    #header .hdr_btm .nav>li.accordion p {
        padding: 1.5rem 0;
    }

    #header .hdr_btm .navSub {
        width: 100%;
        position: absolute;
        display: none;
    }

    #header .hdr_btm .navSub li a {
        color: #fff;
        background: #5d5e61;
        border-top: #eee 1px solid;
        padding: 1.5rem 1rem;
    }

    /*-- フローティングCVエリア（#floating） --*/
    /* リンクの形状 */
    #floating a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #a12527;
        border-radius: 5px;
        width: 60px;
        height: 60px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        transition: all 0.3s;
    }

    #floating a:hover {
        background: #333;
    }

    #floating a:before {
        content: "\f077";
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-size: 2rem;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    /* リンクを右下に固定 */
    #floating {
        position: fixed;
        right: 10px;
        z-index: 2;
        opacity: 0;
        transform: translateY(100px);
    }

    /* 上に上がる動き */
    #floating.UpMove {
        animation: UpAnime 0.5s forwards;
    }

    @keyframes UpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* 下に下がる動き */
    #floating.DownMove {
        animation: DownAnime 0.5s forwards;
    }

    @keyframes DownAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 1;
            transform: translateY(100px);
        }
    }

    /*-- footer --*/
    #footer {
        color: #fff;
        background: #A12527;
    }

    #footer .flex {
        align-items: flex-start;
    }

    #footer .sec_inner {
        padding: 60px 0;
    }

    #footer .ftr_left {
        width: 35%;
    }

    #footer .ftr_left dl dt {
        font-size: 2.6rem;
        line-height: 1.3;
        border-bottom: #fff 1px solid;
        padding-bottom: 18px;
        margin-bottom: 20px;
    }

    #footer .ftr_left dl dt span {
        font-size: 1.9rem;
    }

    #footer .ftr_left dl dd.address {
        font-size: 1.3rem;
    }

    #footer .ftr_left dl dd.address p+p {
        margin-top: 1.5rem;
    }

    #footer .ftr_left dl dd.address span {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #footer .snsArea {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    #footer .snsArea li {
        width: 48%;
    }

    #footer .snsArea li a {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        width: 100%;
        color: #fff;
        font-size: 2.1rem;
        line-height: 1;
        text-align: center;
        padding: 8px 0;
    }

    #footer .snsArea li:nth-child(1) a {
        background: #3B5898;
    }

    #footer .snsArea li:nth-child(2) a {
        background: #000000;
    }

    #footer .snsArea li a:hover {
        background: #fff;
    }

    #footer .snsArea li:nth-child(1) a:hover {
        color: #3B5898;
    }

    #footer .snsArea li:nth-child(2) a:hover {
        color: #000000;
    }

    #footer .snsArea li a .fab {
        font-size: 1.7rem;
    }

    #footer .snsArea li a p {
        font-size: 1.5rem;
    }

    #footer .ftr_nav {
        column-gap: 25px;
    }

    #footer .ftr_nav li {
        margin-bottom: 6px;
    }

    #footer .ftr_nav ul li:last-child {
        margin-bottom: 0;
    }

    #footer .ftr_nav li a {
        color: #fff;
        font-size: 1.3rem;
        position: relative;
        padding-left: 1.7rem;
    }

    #footer .ftr_nav li a:before {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: all 0.3s;
    }

    #footer .ftr_nav li a:hover {
        text-decoration: underline;
    }

    #footer .ftr_nav li a:hover:before {
        left: 3px;
    }

    #footer .ftr_nav li.pickup {
        line-height: 1.4;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    #footer .ftr_nav li.pickup_last {
        margin-bottom: 20px;
    }

    #footer .ftr_nav li.pickup a {
        color: #ddd;
    }

    #footer .ftr_nav li.pickup a:before {
        content: "-";
        margin-right: 5px;
    }

    #footer .ftr_copy {
        font-size: 1.3rem;
        text-align: center;
        background: #2A2D34;
        padding: 0.8rem 0 0.5rem;
    }

    /*===========================================
    contents
============================================*/

    /*--------------------------------------------
    TOPページ（#top）
--------------------------------------------*/
    #top h2 {
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        text-align: center;
        letter-spacing: 0.8rem;
        line-height: 1;
        margin-bottom: 50px;
        position: relative;
    }

    #top h2 span {
        color: #a12627;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 1.7rem;
        letter-spacing: 0.25em;
        display: block;
        margin-top: 15px;
    }

    #top .top_note {
        font-size: 1.8rem;
        text-align: center;
        line-height: 2;
        margin-bottom: 40px;
    }

    #top strong {
        font-weight: bold;
        background: linear-gradient(transparent 35%, #fffb79 35%);
    }

    /*-- key --*/
    #top #key {
        width: 100%;
        height: calc(100vh - 134px);
        background: url(./Images/top_newkey_bg-202501.webp) top center no-repeat;
        background-size: cover;
        position: relative;
    }

    #top #key .keyText {
        font-weight: 600;
        position: absolute;
        bottom: 14vh;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #top #key .keyText p.fukidashi {
        display: inline-block;
        color: #2a2d34;
        font-size: 2.4rem;
        background-color: #fbf545;
        padding: 5px 40px;
        border-radius: 100px;
        margin-bottom: 35px;
        filter: drop-shadow(0px 3px 3px rgba(120, 120, 120, 0.25));
        position: relative;
        animation: bound 3s infinite;
    }

    @keyframes bound {
        0% {
            transform: translateY(0)
        }

        5% {
            transform: translateY(0)
        }

        10% {
            transform: translateY(0)
        }

        20% {
            transform: translateY(-20px)
        }

        25% {
            transform: translateY(0)
        }

        30% {
            transform: translateY(-15px)
        }

        50% {
            transform: translateY(0)
        }

        100% {
            transform: translateY(0)
        }
    }

    #top #key .keyText p.fukidashi:after {
        content: "";
        position: absolute;
        top: 98%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 20px solid #fbf545;
    }

    #top #key .keyText .mainTtl p {
        display: inline-block;
        font-size: 3rem;
        line-height: 1;
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 10px;
        filter: drop-shadow(0px 3px 3px rgba(120, 120, 120, 0.25));
    }

    #top #key .keyText .mainTtl p span.color {
        color: #a22627;
    }

    #top #key .keyText .mainTtl h1 {
        display: inline-block;
        font-weight: 900;
        line-height: 1;
        background: #fff;
        padding: 10px 15px;
        filter: drop-shadow(0px 3px 3px rgba(120, 120, 120, 0.25));
    }

    #top #key .keyText .mainTtl h1 span.en {
        font-family: 'Lato', sans-serif;
        font-size: 5.5rem;
        letter-spacing: 0.15em;
    }

    #top #key .keyText .mainTtl h1 span.ja {
        font-size: 2.4rem;
        margin-left: 10px;
    }



    /*-- top_reason --*/
    #top #top_reason {
        background: url(./Images/bg_gray.jpg) center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    #top #top_reason .sec_inner {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
        gap: 100px 40px;
        margin-top: 100px;
    }

    #top #top_reason .ctsBox {
        width: 530px;
        text-align: center;
        background: #fff;
        padding: 0 50px 40px;
        filter: drop-shadow(0px 3px 3px rgba(204, 204, 204, 0.25));
        position: relative;
    }

    #top #top_reason .ctsBox .num {
        display: block;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 35px;
        position: relative;
        top: -25px;
    }

    #top #top_reason .ctsBox .num:after {
        display: block;
        content: '';
        width: 95px;
        height: 95px;
        background: #a22527;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: -1;
    }

    #top #top_reason .ctsBox h3 {
        display: inline;
        font-size: 2.6rem;
        line-height: 1.5;
        background: linear-gradient(transparent 40%, #f9ebeb 40%);
    }

    #top #top_reason .ctsBox img {
        width: 100%;
        margin: 20px 0 30px;
    }

    #top #top_reason .ctsBox p {
        line-height: 1.9;
        text-align: left;
    }

    /*-- top_service --*/
    #top #top_service .ctsBox li {
        width: 24.5%;
        color: #fff;
        text-align: center;
        background: #a12727;
    }

    #top #top_service .ctsBox li:last-child {
        padding: 2rem 1.5rem 4.3rem;
    }

    #top #top_service .ctsBox li a {
        color: #fff;
        background: #a12727;
        display: block;
        padding: 2rem 1.5rem 4.3rem;
        position: relative;
    }

    #top #top_service .ctsBox li a:hover {
        background-color: #2d6c90;
    }

    #top #top_service .ctsBox li a:after {
        content: "\f078";
        color: #fff;
        font-size: 1.6rem;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transition: all 0.3s;
    }

    #top #top_service .ctsBox li a:hover:after {
        bottom: 5px;
    }

    #top #top_service .ctsBox li h3 {
        font-size: 2.3rem;
        font-weight: 600;
    }

    #top #top_service .ctsBox li img {
        width: 100%;
        margin: 10px 0 15px;
    }

    #top #top_service .ctsBox li a:hover img {
        opacity: 1;
    }

    #top #top_service .ctsBox li p {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    /*-- top_flow --*/
    #top #top_flow {
        padding-top: 0;
    }

    #top #top_flow .ctsBox {}

    #top #top_flow .ctsBox li {
        width: 540px;
    }

    #top #top_flow .ctsBox li a {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        height: 100%;
        border: #ccc 3px solid;
        padding: 20px 40px 20px 20px;
        position: relative;
    }

    #top #top_flow .ctsBox li a:after {
        content: "\f105";
        color: #2d6c90;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: all 0.3s;
    }

    #top #top_flow .ctsBox li img {
        flex-shrink: 0;
        object-fit: cover;
        width: 200px;
    }

    #top #top_flow .ctsBox li p {
        color: #2d6c90;
        font-size: 1.6rem;
        font-weight: bold;
        text-decoration: underline;
        transition: .3s;
    }

    #top #top_flow .ctsBox li a:hover {
        border: #a12627 3px solid;
    }

    #top #top_flow .ctsBox li a:hover:after {
        color: #a12627;
        right: 10px;
    }

    #top #top_flow .ctsBox li a:hover p {
        color: #a12627;
    }

    /*-- top_transfer --*/
    #top #top_transfer {
        background: #eee;
    }

    #top #top_transfer .ctsBox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        position: relative;
    }

    #top #top_transfer .ctsBox dl {
        background: #fff;
        filter: drop-shadow(0px 3px 3px rgba(204, 204, 204, 0.25));
        padding: 50px;
    }

    #top #top_transfer .ctsBox dl.cts-01 {
        grid-area: 1 / 1 / 3 / 2;
    }

    #top #top_transfer .ctsBox dt {
        color: #a22527;
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 15px;
    }

    #top #top_transfer .ctsBox dd ul {
        margin: 30px 0;
    }

    #top #top_transfer .ctsBox dd li {
        padding-left: 28px;
        position: relative;
    }

    #top #top_transfer .ctsBox dd li+li {
        margin-top: 10px;
    }

    #top #top_transfer .ctsBox dd li:before {
        content: "\f138";
        color: #a12827;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
    }

    #top #top_transfer .ctsBox dd .btn {
        width: 100%;
        background-color: #2d6c90;
        border-bottom: 3px solid #1a3e52;
    }

    #top #top_transfer .ctsBox dd .btn:hover {
        background: #4285ab;
        border-bottom: 1px solid #1a3e52;
    }

    #top #top_transfer .ctsBox dd .transfer-img {
        width: 140px;
        position: absolute;
        right: 63px;
        bottom: 150px;
        transform: rotate(15deg);
    }

    /*-- top_compliance --*/
    #top #top_compliance .ctsBox li {
        width: 32.5%;
    }

    #top #top_compliance .ctsBox li .imgArea {
        height: 200px;
        overflow: hidden;
    }

    #top #top_compliance .ctsBox li .tArea {
        display: block;
        width: 89%;
        color: #2A2D34;
        text-align: center;
        background: #fff;
        padding: 3rem 2.5rem 4rem;
        margin: -90px auto 0;
        position: relative;
    }

    #top #top_compliance .ctsBox li .tArea:after {
        content: "\f078";
        color: #a12627;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transition: all 0.3s;
    }

    #top #top_compliance .ctsBox li .tArea:hover:after {
        color: #2d6c90;
        bottom: -3px;
    }

    #top #top_compliance .ctsBox li .tArea h3 {
        color: #a12627;
        font-size: 1.9rem;
        margin-bottom: 10px;
        transition: all 0.3s;
    }

    #top #top_compliance .ctsBox li .tArea:hover h3 {
        color: #2d6c90;
    }

    #top #top_compliance .ctsBox li .tArea p {
        font-size: 1.5rem;
    }

    /*-- top_staff --*/
    #top #top_staff {
        background: #eee;
    }

    #top #top_staff .ctsList {
        flex-wrap: wrap;
        align-items: stretch;
        gap: 30px;
    }

    #top #top_staff .ctsList li {
        width: 535px;
        background: #fff;
        filter: drop-shadow(0px 3px 3px rgba(204, 204, 204, 0.25));
        padding: 40px;
    }

    #top #top_staff .ctsList .prof {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        margin-bottom: 30px;
    }

    #top #top_staff .ctsList .prof img {
        width: 180px;
    }

    #top #top_staff .ctsList .prof .name {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        font-size: 2.2rem;
        line-height: 1;
    }

    #top #top_staff .ctsList .prof .name span {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 500;
        background: #a22627;
        border-radius: 3px;
        padding: 6px 5px 6px 7px;
    }

    #top #top_staff .ctsList .prof .ocp {
        color: #a32627;
        font-size: 1.5rem;
        line-height: 1.6;
        margin-top: 15px;
    }

    #top #top_staff .ctsList .tArea h3 {
        display: inline;
        font-size: 2.4rem;
        line-height: 1.5;
        background: linear-gradient(transparent 40%, #f9ebeb 40%);
    }

    #top #top_staff .ctsList .tArea p {
        margin-top: 15px;
    }

    #top #top_staff .btnArea {
        margin-top: 40px;
    }

    /*-- top_column --*/
    #top #top_column {
        background-color: #f9f2f2;
    }

    #top #top_column .btnArea {
        margin-top: 40px;
    }

    /*-- top_news --*/
    #top #top_news {
        background: url(./Images/bg_gray.jpg) center no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    #top #top_news .btnArea {
        margin-top: 40px;
    }

    /*-- top_voice --*/
    #top #top_voice {
        background-color: #f9f2f2;
    }

    #top #top_voice .cts {
        background: #fff;
        padding: 40px;
    }

    #top #top_voice .cts+.cts {
        margin-top: 40px;
    }

    #top #top_voice .cts .flex {
        justify-content: flex-start;
        gap: 30px;
    }

    #top #top_voice .cts img {
        object-fit: cover;
        width: 300px;
        height: 250px;
        border: #eee 1px solid;
    }

    #top #top_voice .cts .tArea span {
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1;
        background: #a22627;
        border-radius: 3px;
        padding: 5px 10px;
    }

    #top #top_voice .cts .tArea h3 {
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 8px 0 15px;
    }

    #top #top_voice .cts dl {
        display: flex;
        align-items: center;
        gap: 50px;
        border-top: #ccc 1px solid;
        padding-top: 20px;
        margin-top: 20px;
    }

    #top #top_voice .cts dd ul {
        display: flex;
        gap: 30px;
    }

    #top #top_voice .cts dd li span {
        color: #a22627;
        border: #a22627 1px solid;
        border-radius: 3px;
        padding: 4px 5px;
        margin-right: 10px;
    }

    #top #top_voice .btnArea {
        margin-top: 40px;
    }

    /*-- top_map --*/
    #top #top_map {
        padding-bottom: 90px;
    }

    #top #top_map h2 {
        color: #a12627;
        font-size: 4rem;
        letter-spacing: 0.15em;
        margin-bottom: 30px;
    }

    #top #top_map .sec_inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #top #top_map img.map {
        width: 480px;
    }

    #top #top_map .cts {
        width: 550px;
    }

    #top #top_map .cts dl {
        display: flex;
        align-items: stretch;
        column-gap: 3px;
    }

    #top #top_map .cts dl+dl {
        margin-top: 3px;
    }

    #top #top_map .cts dt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        color: #fff;
        font-weight: bold;
    }

    #top #top_map .cts dt.area-01 {
        background: #70cc9c;
    }

    #top #top_map .cts dt.area-02 {
        background: #76c3cc;
    }

    #top #top_map .cts dt.area-03 {
        background: #7182e6;
    }

    #top #top_map .cts dt.area-04 {
        background: #ffa6c7;
    }

    #top #top_map .cts dt.area-05 {
        background: #edb31f;
    }

    #top #top_map .cts dt.area-06 {
        background: #fa873b;
    }

    #top #top_map .cts dt.area-07 {
        background: #cca98f;
    }

    #top #top_map .cts dt.area-08 {
        background: #ed5f65;
    }

    #top #top_map .cts dd {
        width: 457px;
        font-size: 1.5rem;
        line-height: 1.6;
        background: #eee;
        padding: 12px 18px;
    }

    /*--------------------------------------------
    下層固定ページ
--------------------------------------------*/

    /*--  共通お問い合わせエリア --*/
    .under #cvArea {
        background-color: #f9f9f9;
    }

    /*-- breadcrumbs（ぱんくず） --*/
    .under #breadcrumbs {
        color: #fff;
        text-align: left;
        background: #a12727;
        padding: 5px 0;
    }

    .under #breadcrumbs.service-iso9001_breadcrumbs {
        background: #a12727;
    }

    .under #breadcrumbs.service-iso14001_breadcrumbs {
        background: #259c26;
    }

    .under #breadcrumbs.service-iso27001_breadcrumbs {
        background: #086bc8;
    }

    .under #breadcrumbs span {
        font-size: 1.3rem;
    }

    .under #breadcrumbs a {
        color: #fff;
        text-decoration: underline;
    }

    .under #breadcrumbs a:hover {
        color: #ccc;
    }

    /*--  下層ページh1 --*/
    .under .page_ttlArea {
        background: url(./Images/bg_gray.jpg) center no-repeat;
        background-attachment: fixed;
        background-size: cover;
        padding: 70px 0 80px;
    }

    .shinsa-iso9001.under .page_ttlArea {
        padding: 0px;
        background: unset;
        background-color: #a12727;
    }

    .shinsa-iso14001.under .page_ttlArea {
        padding: 0px;
        background: unset;
        background-color: #259c26;
    }

    .shinsa-iso27001.under .page_ttlArea {
        padding: 0px;
        background: unset;
        background-color: #096BC9;
    }

    .under .page_ttlArea h1,
    .under .page_ttlArea p {
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.8rem;
        line-height: 1.4;
        position: relative;
    }

    .under .page_ttlArea h1 span,
    .under .page_ttlArea p span {
        color: #a12627;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 1.7rem;
        letter-spacing: 0.25em;
        display: block;
        margin-top: 15px;
    }

    /*--  下層ページ共通 --*/
    .under h2 {
        font-size: 2.6rem;
        border-bottom: 2px solid rgb(161 40 39);
        position: relative;
        padding: 0 0 0 10px;
        margin-bottom: 30px;
    }

    .under h2 span {
        position: relative;
        z-index: 2;
        margin-left: 7rem;
    }

    .under h2::before {
        content: attr(data-number);
        color: rgb(230 211 211);
        font-size: 5rem;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        position: absolute;
        top: -30px;
        left: 0;
        z-index: 1;
    }

    .under .cmnBox {
        margin-bottom: 55px;
    }

    .under .cmnBox:last-child {
        margin-bottom: 0;
    }

    .under .cmnBox p {
        margin-bottom: 20px;
    }

    .under .cmnBox p:last-child {
        margin-bottom: 0;
    }

    .under .cmnBox tr {
        border-bottom: #ccc 1px solid;
    }

    .under .cmnBox tr:last-child {
        border-bottom: none;
    }

    .under .cmnBox th {
        width: 22%;
        text-align: left;
        vertical-align: top;
        padding: 2rem;
    }

    .under .cmnBox td {
        padding: 2rem;
    }

    .under .cmnBox td iframe {
        margin-top: 15px;
    }

    .under .cmnBox ul li {
        margin-bottom: 10px;
    }

    .under .cmnBox ul li:last-child {
        margin-bottom: 0;
    }

    .under .cmnBox .mark_list li {
        position: relative;
        padding-left: 2.5rem !important;
    }

    .under .cmnBox .mark_list li:before {
        content: "\f105";
        color: #a12827;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
    }

    .under .cmnBox .num_list li {
        position: relative;
        padding-left: 4.2rem;
    }

    .under .cmnBox .num_list li .num {
        color: #a12827;
        font-size: 2rem;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        line-height: 1;
        position: absolute;
        top: 0.2rem;
        left: 0;
    }

    .under .cmnBox dl {
        margin-bottom: 30px;
    }

    .under .cmnBox dl dt {
        color: #a12827;
        font-size: 1.9rem;
        margin-bottom: 8px;
    }

    .under .cmnBox dl dd p {
        margin-bottom: 10px;
    }

    /*-- 会社案内ページ --*/
    /*会社概要*/
    .msg-link {
        position: relative;
        padding: 5px;
        margin-left: 2em;
        color: #2d6c90;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 0.4em;
    }

    .msg-link::before,
    .msg-link::after {
        position: absolute;
        left: 0;
        content: '';
        transition: all 0.3s ease;
    }

    .msg-link::before {
        bottom: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        background-color: #2d6c90;
        border-radius: 50px;
    }

    .msg-link:hover::before {
        height: 100%;
        opacity: 0.4;
    }

    .msg-link::after {
        bottom: -1px;
        width: 100%;
        height: 2px;
        border-bottom: 2px solid #2d6c90;
        opacity: 1;
    }

    .msg-link:hover::after {
        left: 50%;
        right: 50%;
        width: 0%;
        opacity: 0;
    }

    .msg-link__arrow {
        display: inline-block;
        margin-left: 0.5em;
        width: 8px;
        height: 8px;
        border-right: 2px solid #2d6c90;
        border-bottom: 2px solid #2d6c90;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

    .msg-link:hover .msg-link__arrow {
        transform: rotate(45deg) translateY(2px);
    }

    /*沿革*/
    .history-bg {
        background-color: #fdfafa;
        padding: 5em 0;
        margin: 4em 0;
    }

    /*代表メッセージ*/
    .msg-img_box {
        display: grid;
        grid-template-columns: 260px minmax(0, 660px);
        gap: 40px;
        align-items: start;
        justify-content: start;
    }

    .msg-img_txt {
        display: flex;
        flex-direction: column;
        min-height: 340px;
    }

    .msg-img_txt p {
        margin: 0;
        line-height: 2;
    }

    .msg-img_sign {
        margin-top: auto !important;
        padding-top: 24px;
        text-align: right;
        font-size: 0.95em;
        letter-spacing: 0.08em;
    }

    .msg-img_sign::before {
        content: '';
        display: block;
        width: 290px;
        height: 1px;
        background: #ddd;
        margin: 0 0 12px auto;
    }

    .msg-img_sign strong {
        display: block;
        font-weight: 600;
        letter-spacing: 0.04em;
        background: unset;
    }

    .msg-img_ceo img {
        width: 100%;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        display: block;
        border-radius: 12px;
        background: #f3f3f3;
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

    /*--  認証マークの使用案内 --*/
    #mark table th {
        vertical-align: middle;
        border: #ccc 1px solid;
        background: #eee;
    }

    #mark table td {
        text-align: center;
        border: #ccc 1px solid;
    }

    #mark .mark_cts01 table {
        margin: 40px 0;
    }

    #mark .mark_cts01 table th:nth-child(2n) {
        width: 10%;
    }

    #mark .mark_cts01 table tr td:nth-child(2n) {
        text-align: center;
    }

    /*--  異議申し立て及び苦情対応 --*/
    .under .cmnBox.responding04 .num_list>li {
        margin-bottom: 25px;
    }

    .under .cmnBox.responding04 .num_list>li:last-child {
        margin-bottom: 0;
    }

    .under .cmnBox.responding04 .mark_list {
        margin-top: 10px;
    }

    /*--  プライバシーポリシー --*/
    .under .cmnBox.privacyright {
        text-align: right;
    }

    /*--  お問い合わせ --*/
    /*--  フォーム部分 --*/
    .refusal {
        color: #2d6c91;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .refusal.-service {
        color: #c22f38;
    }

    form .gray_bg {
        background: #f9f9f9;
        padding: 2rem 4rem;
    }

    form dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: #ccc 1px solid;
        padding: 2rem;
    }

    form dl:last-child {
        border-bottom: 0;
    }

    form dt {
        width: 23%;
        padding-left: 6.5rem;
        position: relative;
    }

    form dt span.tag {
        color: #fff;
        font-size: 1.3rem;
        background: #2a2d34;
        border-radius: 3px;
        padding: 2px 8px;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    form dt span.tag_must {
        background: #a12627;
    }

    form dd {
        width: 74%;
        font-size: 1.5rem;
    }

    form dd input,
    form dd textarea,
    form dd select {
        width: 100%;
        font-size: 1.5rem;
        border-radius: 3px;
        background: #fff;
        padding: 3px 10px;
    }

    form .name dd p {
        width: 48%;
        margin: 0;
    }

    form .name dd p input {
        width: calc(100% - 2.6rem);
    }

    form .tel dd {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    form .tel dd input {
        width: 20%;
    }

    form .tel dd span {
        margin: 0 9px 0 12px;
    }

    form .checkbox dd {
        justify-content: left;
        column-gap: 55px;
    }

    form .checkbox dd p {
        display: flex;
        align-items: center;
        margin: 0;
    }

    form .checkbox dd p input {
        width: 2rem;
        height: 2rem;
        margin-right: 10px;
    }

    form .area select {
        width: 200px;
        padding: 5.5px 5px;
    }

    form .btn {
        font-size: 1.6rem;
        letter-spacing: 0.15em;
        padding: 1.5rem 4rem;
        margin-top: 30px;
    }

    form .btn:hover {
        margin-top: 32px;
    }
    
    .survey-list label{
        display: flex !important;
        align-items: center;
        gap: 10px;
        width: auto !important;
        white-space: nowrap;
    }
    
    .survey-list input[type="radio"]{
        width: auto !important;
        margin: 0 10px 0 0;
        flex: none;
    }
    
    .survey-list{
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 10px;
    }
    
    .form-note{
        margin: 0 0 10px;
        font-size: 14px;
        color: #666;
        line-height: 1.8;
    }

    /*--  認証申請のご案内 --*/
    #application #sec01 p.ttl {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 40px;
    }

    #application #sec01 p.ttl span {
        display: block;
        font-size: 1.6rem;
        margin-top: 5px;
    }

    #application #sec01 ul li {
        width: 32%;
    }

    #application #sec01 ul li a {
        width: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        padding: 28px 45px 29px 25px;
        position: relative;
    }

    #application #sec01 ul li.btn-01 a {
        background: #1e90ff;
    }

    #application #sec01 ul li.btn-02 a {
        background: #d6332f;
    }

    #application #sec01 ul li.btn-03 a {
        background: #18c067;
    }

    #application #sec01 ul li a:hover {
        background: #333;
    }

    #application #sec01 ul li a:after {
        content: "\f105";
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-size: 1.6rem;
        font-weight: 600;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: .2s;
    }

    #application #sec01 ul li a:hover:after {
        right: 12px;
    }

    #application #sec01 ul li a span {
        display: block;
    }

    #application #sec01 ul li a span.cate {
        color: #333;
        font-size: 1.7rem;
        line-height: 1;
        background: #fff;
        border-radius: 100px;
        padding: 8px 0;
        margin-bottom: 10px;
    }

    #application #sec01 ul li a span.cmn {
        font-size: 1.9rem;
    }

    #application .btmBox {
        text-align: center;
        margin-top: 40px;
    }

    #application .btmBox a {
        color: #2d6c90;
        font-size: 1.7rem;
        text-decoration: underline;
    }

    #application .btmBox a:hover {
        color: #a22727;
    }

    /*--  認証申請フォーム（新規・転換・規格増） --*/
    #application_form .cmnBox table th {
        width: 23%;
    }

    #application_form .cmnBox table td a {
        color: #A12527;
        text-decoration: underline;
    }

    #application_form .cmnBox table td a:hover {
        color: #2d6c90;
    }

    #application_form form dt {
        width: 26%;
    }

    #application_form form dd {
        width: 70%;
    }

    /*--  フォーム送信完了共通 --*/
    #thanks #sec01 {
        text-align: center;
    }

    #thanks #sec01 p {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    #thanks #sec01 img {
        width: 300px;
        margin: 20px auto;
    }

    /*--  404ページ --*/
    #page404 .cmnBox {
        text-align: center;
    }

    #page404 .cmnBox .mdl {
        margin: 0 0 35px;
    }

    #page404 .cmnBox .error_url {
        color: #2d6c90;
    }

    /*--------------------------------------------
    会社案内
--------------------------------------------*/
    #company .cmnBox .address dl {
        margin-bottom: 0;
    }

    #company .cmnBox .address dl+dl {
        margin-top: 30px;
    }

    #company .cmnBox .address dl dt {
        position: relative;
        font-size: 1.7rem;
        padding-left: 1.8rem;
    }

    #company .cmnBox .address dl dt:before {
        content: "\f105";
        color: #a12827;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
    }

    #company .cmnBox .address dl dd {
        font-size: 1.5rem;
    }

    #company .cmnBox .address dl dd p {
        margin-bottom: 0;
    }

    /*--------------------------------------------
    よくあるご質問
--------------------------------------------*/
    #faq {}

    #faq #cvArea {
        background: #fff;
    }

    #faq #navigation {
        padding-top: 100px;
    }

    #faq #navigation li {
        width: 24.5%;
    }

    #faq #navigation li a {
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        background: #a12727;
        display: block;
        padding: 2rem;
        position: relative;
    }

    #faq #navigation li a:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: all 0.3s;
    }

    #faq #navigation li a:hover {
        background-color: #2d6c90;
    }

    #faq #navigation li a:hover:after {
        right: 1.0rem;
    }

    #faq .white-sec {
        background: #fff;
    }

    #faq .gray-sec {
        background: #f2f2f2;
    }

    .faq-cts li {
        margin-bottom: 30px;
    }

    .faq-cts li:last-child {
        margin-bottom: 0;
    }

    .faq-cts li dl dt {
        display: flex;
        align-items: center;
        column-gap: 15px;
        background: #f2f2f2;
        position: relative;
        padding: 15px 20px;
        cursor: pointer;
    }

    .gray-sec .faq-cts li dl dt {
        background: #fff;
    }

    .faq-cts li dl dt:after {
        content: "\f107";
        color: #a12627;
        font-family: "Font Awesome 5 Free";
        font-size: 1.8rem;
        font-weight: 600;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .faq-cts li dl dt.open:after {
        content: "\f106";
    }

    .faq-cts li dl dd {
        display: flex;
        column-gap: 30px;
        background: #fff;
        padding: 30px;
    }

    .gray-sec .faq-cts li dl dd {
        background: #f2f2f2;
    }

    .faq-cts li dl span {
        color: #a12627;
        font-family: 'Lato', sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
    }

    .faq-cts li dl dt .icon-q {
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 1;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        padding-top: 9px;
        padding-left: 3px;
    }

    .gray-sec .faq-cts li dl dt .icon-q {
        background: #f2f2f2;
    }

    .faq-cts li dl dt p {
        max-width: calc(100% - 105px);
        font-size: 1.7rem;
    }

    .faq-cts li dl dd .icon-a {
        padding-left: 3px;
    }

    .faq-cts li dl dd p {
        max-width: calc(100% - 40px);
        line-height: 1.9;
    }

    .faq-cts li dl dd p a {
        color: #a12627;
        font-weight: bold;
        text-decoration: underline;
    }

    .faq-cts li dl dd p a.block-link {
        display: block;
        font-size: 1.65rem;
        padding-left: 2.8rem;
        margin-top: 5px;
        position: relative;
    }

    .faq-cts li dl dd p a.block-link:before {
        content: "\f0a4";
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        position: absolute;
        top: 0;
        left: 0;
    }

    .faq-cts li dl dd p a:hover {
        color: #2d6c90;
    }

    .faq-cts li dl dd .btn-faq {
        display: block;
        width: 400px;
        height: 57px;
        color: #fff;
        text-decoration: none;
        margin-top: 15px;
    }

    .faq-cts li dl dd .btn-faq:hover {
        color: #fff;
        margin-top: 17px;
        margin-bottom: -2px;
    }

    .faq-cts li dl dd .btn-contact {
        background-color: #2d6c90;
        border-bottom: 3px solid #1a3e52;
    }

    .faq-cts li dl dd .btn-contact:hover {
        background: #4285ab;
        border-bottom: 1px solid #1a3e52;
    }

    /*--------------------------------------------
    サービス紹介（認証審査）
--------------------------------------------*/
    #shinsa h2 {
        font-size: 3.5rem;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 0.15em;
        border: none;
        padding: 0 0 25px;
        margin: -8px 0 50px;
        position: relative;
    }

    #shinsa h2:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #a12727;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #shinsa .note {
        font-size: 1.7rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
    }

    #shinsa .note span {
        color: #a12627;
    }

    #shinsa .note a {
        color: #a12627;
        text-decoration: underline;
    }

    #shinsa .note a:hover {
        color: #2d6c90;
    }

    #shinsa .service-cvArea {
        background: url(./Images/service-cv-bg.jpg) center no-repeat;
        background-size: cover;
        padding: 70px 0;
    }

    #shinsa .service-cvArea .sec_inner {
        background: #fff;
        padding: 60px 100px;
    }

    #shinsa .service-cvArea .note {
        margin-bottom: 40px;
    }

    #shinsa .service-cvArea .btnArea {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #shinsa .service-cvArea .btnArea li {
        width: 48%;
    }

    #shinsa .service-cvArea .btnArea li a {
        width: 100%;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
        vertical-align: middle;
        letter-spacing: 0.1em;
        text-decoration: none;
        border-radius: 0.5rem;
        padding: 1rem 2rem 2rem;
        display: inline-block;
        position: relative;
    }

    #shinsa .service-cvArea .btnArea li:nth-child(2) a {
        background: #2d6c90;
        -webkit-box-shadow: 0 5px 0 #1c4f6d;
        box-shadow: 0 5px 0 #1c4f6d;
    }

    #shinsa .service-cvArea .btnArea li:nth-child(1) a {
        background: #a12627;
        -webkit-box-shadow: 0 5px 0 #821a1a;
        box-shadow: 0 5px 0 #821a1a;
    }

    #shinsa .service-cvArea .btnArea li a span {
        width: 93%;
        font-size: 1.45rem;
        border-radius: 100vh;
        background: #fff;
        -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
        box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
        padding: 0.4rem 1rem;
        display: block;
        position: absolute;
        top: -1.25rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #shinsa .service-cvArea .btnArea li:nth-child(2) a span {
        color: #1c4f6d;
        border: 2px solid #1c4f6d;
    }

    #shinsa .service-cvArea .btnArea li:nth-child(1) a span {
        color: #821a1a;
        border: 2px solid #821a1a;
    }

    #shinsa .service-cvArea .btnArea li a span:before,
    #shinsa .service-cvArea .btnArea li a span:after {
        content: "";
        position: absolute;
        left: calc(50% - 10px);
    }

    #shinsa .service-cvArea .btnArea li a span:before {
        bottom: -10px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
    }

    #shinsa .service-cvArea .btnArea li:nth-child(2) a span:before {
        border-color: #1c4f6d transparent transparent transparent;
    }

    #shinsa .service-cvArea .btnArea li:nth-child(1) a span:before {
        border-color: #821a1a transparent transparent transparent;
    }

    #shinsa .service-cvArea .btnArea li a span:after {
        bottom: -7px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    #shinsa .service-cvArea .btnArea li a:hover {
        color: #fff;
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    #shinsa .service-cvArea .btnArea li:nth-child(2) a:hover {
        background: #4285ab;
        -webkit-box-shadow: 0 2px 0 #1c4f6d;
        box-shadow: 0 2px 0 #1c4f6d;
    }

    #shinsa .service-cvArea .btnArea li:nth-child(1) a:hover {
        background: #b53738;
        -webkit-box-shadow: 0 2px 0 #821a1a;
        box-shadow: 0 2px 0 #821a1a;
    }

    #shinsa #merit .meritBox {
        width: 950px;
        text-align: center;
        border: #b53738 10px solid;
        padding: 70px 60px 60px;
        margin: 90px auto 0;
        position: relative;
    }

    #shinsa #merit .meritBox .num {
        width: 95px;
        height: 95px;
        position: absolute;
        top: -52px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #shinsa #merit .meritBox h3 {
        display: inline-block;
        font-size: 4rem;
        letter-spacing: 0.1em;
        line-height: 1;
        background: linear-gradient(transparent 40%, #F9F2F2 40%);
        padding: 0 5px 8px;
        margin-bottom: 40px;
    }

    #shinsa #merit .meritBox .cts-top {
        margin: 0 40px 30px;
    }

    #shinsa #merit .meritBox .cts-top ul li {
        font-size: 2.0rem;
        font-weight: bold;
        text-align: left;
        line-height: 2;
        padding-left: 45px;
        position: relative;
    }

    #shinsa #merit .meritBox .cts-top ul li:before {
        content: "\f164";
        color: #4285AB;
        font-family: "Font Awesome 5 Free";
        font-size: 3rem;
        font-weight: normal;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 0%;
    }

    #shinsa #merit .meritBox .cts-top ul li+li {
        margin-top: 8px;
    }

    #shinsa #merit .meritBox .cts-btm p {
        line-height: 2;
    }

    #shinsa #merit .meritBox .cts-btm p span {
        color: #b53738;
        font-weight: bold;
    }

    #shinsa #merit .meritBox-02 .cts-btm p {
        margin-bottom: 10px;
    }

    #shinsa #merit .meritBox-02 .cts-btm dl {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
        background: #F2F2F2;
        padding: 10px 0;
    }

    #shinsa #merit .meritBox-02 .cts-btm dl+dl {
        margin-top: 5px;
    }

    #shinsa #merit .meritBox-02 .cts-btm dl dt {
        display: flex;
        align-items: center;
    }

    #shinsa #merit .meritBox-02 .cts-btm dl dt:after {
        content: "\f101";
        color: #333;
        font-family: "Font Awesome 5 Free";
        font-size: 3rem;
        margin: 0 40px;
    }

    #shinsa #merit .meritBox-02 .cts-btm dl dd {
        background: linear-gradient(transparent 30%, #FCFF00 30%);
        padding: 0 7px;
    }

    #shinsa #reason {
        background: #F2F2F2;
    }

    #shinsa #reason li {
        width: 355px;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    }

    #shinsa #reason li .txtArea {
        background: #fff;
        padding: 30px 30px 35px;
    }

    #shinsa #reason li .txtArea h3 {
        color: #b53738;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    #shinsa #reason li .txtArea p {
        line-height: 2;
    }

    #shinsa #comparison {}

    #shinsa #flow {
        text-align: center;
        background: #F2F2F2;
    }

    #shinsa #flow .appeal {
        font-size: 2.8rem;
        font-weight: bold;
        margin-top: 50px;
    }

    #shinsa #flow .appeal span {
        color: #b53738;
    }

    #shinsa #voice {
        background: #f9f2f2;
    }

    #shinsa #voice .btnArea {
        margin-top: 40px;
    }

    #shinsa #judges-message {
        background: #f9f2f2
    }

    #shinsa #judges-message .btnArea {
        margin-top: 40px
    }

    #shinsa #available {
        background: #F2F2F2;
    }

    #shinsa #available h3 {
        font-size: 2.5rem;
        letter-spacing: .1em;
        line-height: 1;
        background: linear-gradient(transparent 40%, #f9f2f2 40%);
        padding: 0 5px 8px;
    }

    #shinsa #available .cts {
        display: flex;
        justify-content: space-between;
        background: #fff;
        padding: 60px;
    }

    #shinsa.shinsa-iso9001 #available .cts,
    #shinsa.shinsa-iso14001 #available .cts,
    #shinsa.shinsa-iso27001 #available .cts {
        justify-content: center;
    }

    #shinsa #available .cts ul {
        width: 46%;
    }

    #shinsa #available .cts ul li {
        line-height: 1.7;
        padding-left: 3rem;
        position: relative;
    }

    #shinsa #available .cts ul li:before {
        content: "\f138";
        color: #b53738;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        line-height: 1;
        position: absolute;
        top: 5px;
        left: 0%;
    }

    #shinsa #available .cts ul li+li {
        margin-top: 10px;
    }

    #shinsa #service-columnlink {
        background: #f9f2f2;
    }

    #shinsa #service-columnlink .btnArea {
        margin-top: 40px;
    }

    #shinsa #require .sec_inner {
        display: flex;
        justify-content: space-around;
    }

    #shinsa #require .requireBox {
        width: 45%;
    }

    #shinsa #require .requireBox dl {
        margin-bottom: 30px;
    }

    #shinsa #require .requireBox.leftBox dl:last-child,
    #shinsa #require .requireBox.rightBox dl:last-child {
        margin-bottom: 0;
    }

    #shinsa #require .requireBox dt {
        color: #fff;
        background: #a12627;
        padding: 5px 15px;
        margin-bottom: 5px;
    }

    #shinsa #require .requireBox dd {
        font-size: 1.5rem;
        padding: 10px 15px 0 15px;
    }

    #shinsa #require .requireBox dl dd:nth-child(1) {
        padding-top: 15px;
    }

    #shinsa #require .requireBox dl span {
        font-family: 'Lato', sans-serif;
        margin-right: 10px;
    }

    #shinsa #require .requireBox dt span {}

    #shinsa #require .requireBox dd span {
        color: #a12627;
        font-weight: bold;
    }

    /*--------------------------------------------
    動的ページ
--------------------------------------------*/
    /*--  新着情報共通 --*/
    #news #sec01 {
        background-color: #f9f9f9;
    }

    #news #cvArea {
        background: #fff;
    }

    /*--  新着情報一覧 archive.php（category.php） --*/
    .newsList li {
        margin-bottom: 10px;
    }

    .newsList li:last-child {
        margin-bottom: 0;
    }

    .newsList a {
        width: 100%;
        background: #fff;
        padding: 1.5rem 2rem;
        position: relative;
    }

    .newsList a:after {
        content: "\f105";
        color: #a12627;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: all 0.3s;
    }

    .newsList a:hover {
        background: #eee;
    }

    .newsList a:hover:after {
        color: #2d6c90;
        right: 1.5rem;
    }

    .newsList li dl {
        justify-content: flex-start;
    }

    .newsList li dl dt {
        width: 150px;
    }

    /*--  新着情報記事 single.php --*/
    .news_single .newsBox {
        background: #fff;
        padding: 6rem;
    }

    .news_single .newsBox a {
        color: #a12827;
        font-weight: bold;
        text-decoration: underline;
    }

    .news_single .newsBox a:hover {
        color: #2d6c90;
    }

    .news_single .newsBox dl {
        border-bottom: #ccc 1px solid;
        padding-bottom: 25px;
        margin-bottom: 40px;
    }

    .news_single .newsBox dt {
        font-size: 3.4rem;
        line-height: 1.3;
    }

    .news_single .newsBox dd {
        color: #777;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
    }

    .news_single .newsBox dd span {
        color: #fff;
        font-size: 1.3rem;
        background: #a12827;
        border-radius: 3px;
        padding: 2px 8px 2px 11px;
        margin-left: 8px;
    }

    .news_single .newsBox .tArea h2 {
        font-size: 2.4rem;
        background: #f9f2f2;
        border-left: 4px solid rgb(161 40 39);
        border-bottom: none;
        padding: 8px 10px 8px 15px;
        margin: 50px 0 30px;
    }

    .news_single .newsBox .tArea li {
        position: relative;
    }

    .news_single .newsBox .tArea li+li {
        margin-top: 5px;
    }

    .news_single .newsBox .tArea .num_list {
        counter-reset: li;
    }

    .news_single .newsBox .tArea .num_list li {
        list-style: none;
        text-indent: -1.65em;
        padding-left: 1.6em;
        margin-bottom: 5px;
    }

    .news_single .newsBox .tArea .num_list li:before {
        counter-increment: li;
        content: counter(li);
        color: #a12827;
        font-weight: bold;
        margin-right: 1.5rem;
    }

    .news_single .newsBox .tArea .mark_list li {
        padding-left: 2.5rem !important;
        margin-bottom: 5px;
    }

    .news_single .newsBox .tArea .mark_list li:before {
        content: "\f105";
        color: #a12827;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
    }

    .news_single .newsBox .tArea p {
        margin-bottom: 25px;
    }

    .news_single .newsBox .tArea p:last-child {
        margin-bottom: 0;
    }

    /*--  ISO規格の知識コラムの共通 --*/
    #column #sec01 {
        background-color: #f9f2f2;
    }

    #column #cvArea {
        background: #fff;
    }

    .column_ctsArea {
        background: #fff;
    }

    /*--  ISO規格の知識コラム一覧 archive-column.php（taxonomy-column_cat.php） --*/
    .column_archive .cate_list {
        width: 1100px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .column_archive .cate_list li {
        width: 213px;
    }

    .column_archive .cate_list li a {
        width: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        background: #a12827;
        border-radius: 5px 5px 0px 0px;
        display: block;
        padding: 12px 10px;
    }

    .column_archive .cate_list li a:hover {
        background: #2d6c91;
    }

    .column_archive .cate_list li a.current {
        color: #a12827;
        background: #fff;
    }

    .column_archive .cate_list li a.current:hover {
        color: #a12827;
        background: #fff;
    }

    .columnList {
        padding: 15px 40px;
    }

    .columnList a {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        column-gap: 30px;
        border-bottom: #ddd 1px solid;
        padding: 35px 0;
    }

    .columnList li:last-child a {
        border-bottom: none;
    }

    .columnList a .imgArea {
        width: 350px;
        overflow: hidden;
    }

    .columnList a .imgArea img {
        transition-duration: 0.3s;
    }

    .columnList a:hover .imgArea img {
        transform: scale(1.2);
        transition-duration: 0.3s;
    }

    .columnList a .tArea {
        width: 640px;
    }

    .columnList .ttlArea {
        margin-bottom: 15px;
    }

    .columnList .ttlArea dt {
        font-weight: 600;
    }

    .columnList .ttlArea dt span.cate {
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        background: #a12727;
        border-radius: 3px;
        padding: 4px 10px;
        margin-right: 10px;
    }

    .columnList .ttlArea dt .column_ttl {
        font-size: 2.2rem;
        line-height: 1.5;
        margin: 10px 0 5px;
    }

    .columnList .ttlArea dd {
        color: #888;
        font-size: 1.5rem;
    }

    .columnList .ttlArea dd i {
        margin-right: 7px;
    }

    .columnList .txtArea {
        color: #333;
        font-size: 1.5rem;
    }

    .columnList .txtArea span {
        color: #a12727;
        text-decoration: underline;
    }

    .columnList a:hover .txtArea span {
        color: #2d6c91;
    }

    /*--  ISO規格の知識コラム記事 single-column.php --*/
    .column_single .cate_list {
        width: 1100px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .column_single .cate_list p.list_head {
        width: 20%;
    }

    .column_single .cate_list ul {
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

    .column_single .cate_list ul li {
        width: 25%;
        margin-left: 7px;
    }

    .column_single .cate_list a {
        width: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        background: #a12727;
        border-radius: 5px 5px 0px 0px;
        display: block;
        padding: 12px 10px;
    }

    .column_single .cate_list a:hover {
        background: #2d6c91;
    }

    .column_single .cate_list a.current {
        color: #a12727;
        background: #fff;
    }

    .column_single .cate_list a.current:hover {
        color: #a12727;
        background: #fff;
    }

    .columnSingle {
        padding: 50px 90px 70px;
    }

    .columnSingle .ttlArea {
        padding-bottom: 30px;
    }

    .columnSingle .ttlArea dt {
        font-weight: 600;
    }

    .columnSingle .ttlArea dt span.cate {
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 0.08em;
        background: #a12727;
        border-radius: 3px;
        padding: 4px 10px;
        margin-right: 10px;
    }

    .columnSingle .ttlArea dt .column_ttl {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 0.15em;
        margin: 15px 0 10px;
    }

    .columnSingle .ttlArea dd {
        color: #888;
        font-size: 1.5rem;
    }

    .columnSingle .ttlArea dd i {
        margin-right: 7px;
    }

    .columnSingle .txtArea {
        border-top: #ddd 1px solid;
        padding: 35px 0 0;
    }

    .columnSingle .txtArea .imgArea {
        margin: 0 auto 40px;
    }

    .columnSingle .txtArea p {
        margin-bottom: 30px;
    }

    .columnSingle .txtArea p:last-child {
        margin-bottom: 0;
    }

    .columnSingle .txtArea strong {
        color: #f74541;
        background: none;
    }

    .columnSingle .txtArea span.point {
        font-weight: bold;
        background: linear-gradient(transparent 35%, #fffb79 35%);
    }

    .columnSingle .txtArea a {
        color: #a12927;
        font-weight: bold;
        text-decoration: underline;
    }

    .columnSingle .txtArea a:hover {
        color: #2d6c90;
    }

    .columnSingle .txtArea a.article_link {
        color: #2d6c90;
        font-size: 1.65rem;
        margin-top: 8px;
        position: relative;
        padding-left: 2.2rem;
    }
    
    .border-box {
      --box-color: #ff9f2f;
      --box-bg: #fff4e3;
      --box-line: rgba(255, 159, 47, 0.45);
    
      width: 100%;
      margin: 30px 0;
      padding: 24px 30px;
      border: 2px solid var(--box-color);
      border-radius: 10px;
      background: var(--box-bg);
      box-sizing: border-box;
    }
    
    .border-box * {
      box-sizing: border-box;
    }
    
    .border-box__title {
      margin: 0 0 18px;
      padding: 0 0 12px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.5;
      color: #222;
      border-bottom: 2px solid var(--box-line);
    }
    
    .border-box__list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    
    .border-box__list li {
      position: relative;
      margin: 0;
      padding: 14px 0 14px 2.4em;
      line-height: 1.7;
      color: #222;
      border-bottom: 1px dashed var(--box-line);
    }
    
    .border-box__list li strong {
        font-weight: 600;
        color: #222!important;
    }
    
    .border-box__list li:first-child {
      padding-top: 0;
    }
    
    .border-box__list li:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }
    
    /* デフォルト：太めチェック */
    .border-box__list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.85em;
      width: 1em;
      height: 0.55em;
      border-left: 0.22em solid var(--box-color);
      border-bottom: 0.22em solid var(--box-color);
      transform: rotate(-45deg);
    }
    
    /* 先頭行だけ上詰め対策 */
    .border-box__list li:first-child::before {
      top: 0.15em;
    }
    
    /* ✓ レ点ver */
    .border-box__list--check li::before {
      content: "✓";
      top: 0.55em;
      width: auto;
      height: auto;
      border: none;
      transform: none;
      font-size: 1.3em;
      font-weight: 700;
      line-height: 1;
      color: var(--box-color);
    }
    
    .border-box__list--check li:first-child::before {
      top: 0;
    }
    
    /* ・ ドットver */
    .border-box__list--dot li {
      padding-left: 1.6em;
    }
    
    .border-box__list--dot li::before {
      content: "";
      top: 1.5em;
      width: 0.55em;
      height: 0.55em;
      border: none;
      border-radius: 50%;
      background: var(--box-color);
      transform: none;
    }
    
    .border-box__list--dot li:first-child::before {
      top: 0.5em;
    }
    
    /* Orange */
    .border-box--orange {
      --box-color: #ff9f2f;
      --box-bg: #fff4e3;
      --box-line: rgba(255, 159, 47, 0.45);
    }
    
    /* Green */
    .border-box--green {
      --box-color: #39c56a;
      --box-bg: #eefeef;
      --box-line: rgba(57, 197, 106, 0.45);
    }
    
    /* Blue */
    .border-box--blue {
      --box-color: #3498db;
      --box-bg: #eef7ff;
      --box-line: rgba(52, 152, 219, 0.45);
    }
    
    /* Pink */
    .border-box--pink {
      --box-color: #e85d9e;
      --box-bg: #fff0f7;
      --box-line: rgba(232, 93, 158, 0.45);
    }
    
    /* Purple */
    .border-box--purple {
      --box-color: #8e6be8;
      --box-bg: #f5f0ff;
      --box-line: rgba(142, 107, 232, 0.45);
    }
    
    /* Gray */
    .border-box--gray {
      --box-color: #999999;
      --box-bg: #f7f7f7;
      --box-line: rgba(153, 153, 153, 0.45);
    }
    
    /* マーカーなし */
    .border-box__list--none li {
      padding-left: 0;
    }
    
    .border-box__list--none li::before {
      display: none;
    }
    
    /* 数字付き */
    .border-box__list--number {
      counter-reset: border-box-number;
    }
    
    .border-box__list--number li {
      counter-increment: border-box-number;
      padding-left: 3em;
      font-weight: 400;
    }
    
    .border-box__list--number li strong {
      display: block;
      margin-bottom: 6px;
      font-weight: 700;
      line-height: 1.5;
      color: #333!important;
    }
    
    .border-box__list--number li::before {
      content: "（" counter(border-box-number) "）";
      position: absolute;
      left: 0;
      top: 13px;
      border: none;
      transform: none;
      font-size: 1em;
      font-weight: 700;
      line-height: 1.5;
      color: #333!important;
    }
    
    .border-box__list--number li:first-child::before {
      top: 0;
    }
    
    /* Case用（マーカーなし） */
    .border-box__list--none li {
      padding-left: 0;
      font-weight: 400;
    }
    
    .border-box__list--none li::before {
      display: none;
    }
    
    .border-box__list--none li strong {
      display: block;
      margin-bottom: 6px;
      font-weight: 700;
      color: #333!important;
      line-height: 1.5;
    }
    
    .common-table-caption {
        margin: 0 0 8px;
        font-weight: 700;
    }
    
    .common-table-wrap {
        width: 100%;
        margin: 0 0 30px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .common-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        background-color: #fff;
    }
    
    .common-table th,
    .common-table td {
        padding: 12px 10px;
        border: 1px solid #333;
        line-height: 1.6;
        vertical-align: middle;
        overflow-wrap: anywhere;
        word-break: normal;
    }
    
    .common-table thead th {
        background-color: #0b73bd!important;
        color: #fff;
        font-weight: 700;
        text-align: center;
    }
    
    .common-table tbody th {
        background-color: #d7f1fb!important;
        font-weight: 700;
        text-align: center;
    }
    
    .common-table tbody td {
        text-align: left;
    }
    
    @media screen and (max-width: 767px) {
        .common-table th,
        .common-table td {
            padding: 10px 6px;
        }
    }
    
    .common-table--three-columns thead th:first-child {
        width: 24%;
    }
    
    .common-table--three-columns thead th:nth-child(2),
    .common-table--three-columns thead th:nth-child(3) {
        width: 38%;
    }
    
    @media screen and (max-width: 767px) {
        .common-table--three-columns thead th:first-child {
            width: 30%;
        }
    
        .common-table--three-columns thead th:nth-child(2),
        .common-table--three-columns thead th:nth-child(3) {
            width: 35%;
        }
    }
    
    .common-table--two-columns tbody th {
        width: 22%;
    }
    
    .common-table--two-columns tbody td {
        width: 78%;
    }
    
    @media screen and (max-width: 767px) {
        .common-table--two-columns tbody th {
            width: 32%;
        }
    
        .common-table--two-columns tbody td {
            width: 68%;
        }
    }
        
    #thanks a.article_link {
        color: #2d6c90;
    }

    .columnSingle .txtArea a.article_link:before {
        content: "\f0a4";
        color: #2d6c90;
        font-family: "Font Awesome 5 Free";
        font-weight: normal;
        position: absolute;
        top: 0;
        left: 0;
    }

    .columnSingle .txtArea a.article_link:hover,
    #thanks a.article_link:hover {
        color: #a12927;
    }

    .columnSingle .txtArea a.service_link {
        text-decoration: none;
        text-align: center;
        display: block;
        margin: 40px auto;
    }

    .columnSingle .txtArea .profArea {
        background: #eee;
        padding: 30px 35px;
        margin-top: 80px;
        position: relative;
    }

    .columnSingle .txtArea .profArea:before {
        content: '\f007  このコラムの執筆者';
        color: #fff;
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.15em;
        border-radius: 5px 5px 0 0;
        background: #2a2d34;
        position: absolute;
        top: -25px;
        left: 0;
        padding: 2px 15px 0 15px;
    }

    .columnSingle .txtArea .profArea .profInner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .columnSingle .txtArea .profArea .prof_img img {
        width: 145px !important;
    }

    .columnSingle .txtArea .profArea .prof_txt {
        width: 670px;
    }

    .columnSingle .txtArea .profArea dt {}

    .columnSingle .txtArea .profArea dt a {
        color: #333;
        font-size: 2rem;
        font-weight: 700;
        text-decoration: none;
        padding: 0 0 10px;
        position: relative;
    }

    .columnSingle .txtArea .profArea dt a:after {
        color: #a12727;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-size: 1.4rem;
        font-weight: 600;
        position: absolute;
        top: 45%;
        right: -50px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: .5s;
    }

    .columnSingle .txtArea .profArea dt a:hover:after {
        color: #2d6c90;
        right: -55px;
    }

    .columnSingle .txtArea .profArea dt span {
        color: #a12927;
        font-size: 1.5rem;
        margin-left: 15px;
        transition: .5s;
    }

    .columnSingle .txtArea .profArea dt a:hover,
    .columnSingle .txtArea .profArea dt a:hover span {
        color: #2d6c90;
    }

    .columnSingle .txtArea .profArea dd {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }

    .columnSingle .txtArea .profArea dd p {
        border-bottom: #ccc 1px solid;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .columnSingle .txtArea .profArea dd a {
        color: #2d6c90;
        display: block;
    }

    .columnSingle .txtArea .profArea dd a:hover {
        color: #a12927;
    }

    .columnSingle h2 {
        font-size: 2.4rem;
        background: #f9f2f2;
        border-left: 4px solid rgb(161 40 39);
        border-bottom: none;
        padding: 8px 10px 8px 15px;
        margin: 60px 0 35px;
    }

    .columnSingle h3 {
        color: #a12927;
        font-size: 2rem;
        border-top: #a12927 1px solid;
        border-bottom: #a12927 1px solid;
        padding: 5px;
        margin: 45px 0 25px;
    }

    .columnSingle h4 {
        margin-bottom: 25px;
        padding: 0.7rem 0;
        box-shadow: 0 0 0 0.3rem white;
        border-bottom: 2px dashed #a12927;
        background-color: white;
        color: #a12927;
        font-weight: bold;
        font-size: 1.6rem;
    }

    .columnSingle h3.faq {
        color: #333;
        font-size: 1.8rem;
        border: none;
        background: #f2f2f2;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .columnSingle h3.faq span {
        display: inline-block;
        color: #a12827;
        font-size: 2rem;
        text-align: center;
        line-height: 1;
        background: #fff;
        border-radius: 50%;
        padding: 8px 8px 12px 12px;
        margin-right: 10px;
    }

    .columnSingle .toc .to_list li,
    .columnSingle .num_list li,
    .columnSingle .mark_list li {
        position: relative;
    }

    .columnSingle .toc .to_list li:last-child,
    .columnSingle .num_list li:last-child,
    .columnSingle .mark_list li:last-child {
        margin-bottom: 0;
    }

    .columnSingle .article_point {
        border: #3498d1 5px solid;
        padding: 40px 40px 45px;
        margin: 50px 0;
    }

    .columnSingle .article_point .point_ttl {
        color: #3498d2;
        text-align: center;
        background: #e9f2f8;
        border: none;
        padding: 3px;
        margin: 0 0 10px 0;
    }

    .columnSingle .article_point .point_list {
        counter-reset: li;
        padding: 0 10px;
    }

    .columnSingle .article_point .point_list li {
        list-style: none;
        display: flex;
        flex-wrap: nowrap;
        column-gap: 15px;
        align-items: flex-start;
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: #eee 1px solid;
        padding: 20px 0;
    }

    .columnSingle .article_point .point_list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .columnSingle .article_point .point_list li:before {
        flex-shrink: 0;
        counter-increment: li;
        content: counter(li);
        color: #3498d2;
        font-size: 2.6rem;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        line-height: 1;
    }

    .columnSingle .tocTop_cv {
        font-weight: bold;
        text-align: center;
        margin: 60px 0;
    }

    .columnSingle .tocTop_cv span {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        color: #2a82e9;
        font-size: 1.7rem;
    }

    .columnSingle .tocTop_cv.tocTop_estimate span {
        color: #d6332f;
    }

    .columnSingle .tocTop_cv span::before,
    .columnSingle .tocTop_cv span::after {
        content: "";
        width: 25px;
        height: 2px;
        background-color: #1e90ff;
    }

    .columnSingle .tocTop_cv.tocTop_estimate span::before,
    .columnSingle .tocTop_cv.tocTop_estimate span::after {
        background-color: #d6332f;
    }

    .columnSingle .tocTop_cv span::before {
        transform: rotate(60deg);
    }

    .columnSingle .tocTop_cv span::after {
        transform: rotate(-60deg);
    }

    .columnSingle .tocTop_cv a {
        position: relative;
        width: 400px;
        color: #fff;
        font-size: 2rem;
        text-decoration: none;
        background: #1e90ff;
        border-radius: 5px;
        padding: 8px 15px 9px 0;
        margin: 8px auto 0;
    }

    .columnSingle .tocTop_cv.tocTop_estimate a {
        background: #d6332f;
    }

    .columnSingle .tocTop_cv a i {
        font-size: 1.6rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: .2s;
    }

    .columnSingle .tocTop_cv a:hover {
        color: #333;
        background: #f3ec0d;
    }

    .columnSingle .tocTop_cv a:hover i {
        color: #333;
        right: 12px;
    }

    .columnSingle .toc {
        background: #f5f5f5;
        padding: 35px;
    }

    .columnSingle .toc .toc_ttl {
        color: #a12927;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1;
        position: relative;
        background: none;
        border-left: none;
        border-bottom: #a12927 1px solid;
        padding: 0 0 15px 3rem;
        margin: 0 0 20px 0;
    }

    .columnSingle .toc .toc_ttl:before {
        content: "\f03a";
        color: #a12827;
        font-size: 2rem;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 2px;
        left: 0;
    }

    .columnSingle .toc .to_list li {
        padding-left: 2rem;
        margin-bottom: 10px;
    }

    .columnSingle .toc .to_list li:before {
        content: "\f105";
        color: #a12827;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
    }

    .columnSingle .toc .to_list li a {
        text-decoration: underline;
    }

    .columnSingle .toc .to_list li a:hover {
        color: #a12927;
    }

    .columnSingle .num_list,
    .columnSingle .mark_list,
    .columnSingle table {
        margin-bottom: 30px;
    }

    .columnSingle .column_cmn_cv {
        text-align: center;
        border-top: #ccc 2px dotted;
        border-bottom: #ccc 2px dotted;
        padding: 4rem 0 4.5rem;
        margin: 40px 0 30px;
    }

    .columnSingle .column_cmn_cv .note {
        padding: 0 3rem;
        margin-bottom: 35px;
    }

    .columnSingle .column_cmn_cv .btnArea {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .column_cmn_cv .btnArea li {
        width: 48%;
    }

    .column_cmn_cv .btnArea li a {
        width: 100%;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
        vertical-align: middle;
        letter-spacing: 0.1em;
        text-decoration: none;
        border-radius: 0.5rem;
        padding: 1rem 2rem 2rem;
        display: inline-block;
        position: relative;
    }

    .column_cmn_cv .btnArea li:nth-child(2) a {
        background: #2d6c90;
        -webkit-box-shadow: 0 5px 0 #1c4f6d;
        box-shadow: 0 5px 0 #1c4f6d;
    }

    .column_cmn_cv .btnArea li:nth-child(1) a {
        background: #a12627;
        -webkit-box-shadow: 0 5px 0 #821a1a;
        box-shadow: 0 5px 0 #821a1a;
    }

    .column_cmn_cv .btnArea li a span {
        width: 93%;
        font-size: 1.45rem;
        border-radius: 100vh;
        background: #fff;
        -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
        box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
        padding: 0.4rem 1rem;
        display: block;
        position: absolute;
        top: -1.25rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .column_cmn_cv .btnArea li:nth-child(2) a span {
        color: #1c4f6d;
        border: 2px solid #1c4f6d;
    }

    .column_cmn_cv .btnArea li:nth-child(1) a span {
        color: #821a1a;
        border: 2px solid #821a1a;
    }

    .column_cmn_cv .btnArea li a span:before,
    .column_cmn_cv .btnArea li a span:after {
        content: "";
        position: absolute;
        left: calc(50% - 10px);
    }

    .column_cmn_cv .btnArea li a span:before {
        bottom: -10px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
    }

    .column_cmn_cv .btnArea li:nth-child(2) a span:before {
        border-color: #1c4f6d transparent transparent transparent;
    }

    .column_cmn_cv .btnArea li:nth-child(1) a span:before {
        border-color: #821a1a transparent transparent transparent;
    }

    .column_cmn_cv .btnArea li a span:after {
        bottom: -7px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .column_cmn_cv .btnArea li a:hover {
        color: #fff;
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    .column_cmn_cv .btnArea li:nth-child(2) a:hover {
        background: #4285ab;
        -webkit-box-shadow: 0 2px 0 #1c4f6d;
        box-shadow: 0 2px 0 #1c4f6d;
    }

    .column_cmn_cv .btnArea li:nth-child(1) a:hover {
        background: #b53738;
        -webkit-box-shadow: 0 2px 0 #821a1a;
        box-shadow: 0 2px 0 #821a1a;
    }


    .column_cvform {
        text-align: center;
        border: #b53738 5px solid;
        padding: 40px 40px 45px;
        margin: 50px 0;
    }

    .column_cvform h2 {
        border: none;
        padding: 8px;
        margin: 0 0 35px 0;
    }

    .column_cvform h2 span {
        color: #b53738;
    }

    .column_cvform p.note {
        font-size: 1.7rem;
    }

    .column_cvform p.note a {
        color: #333;
        background: linear-gradient(transparent 55%, #fffb79 55%);
        text-decoration: none;
    }



    .columnSingle .num_list {
        counter-reset: li;
        /*olのリストの数字をリセット*/
    }

    .columnSingle .num_list li {
        list-style: none;
        text-indent: -1.65em;
        padding-left: 1.6em;
        margin-bottom: 5px;
    }

    .columnSingle .num_list li:before {
        counter-increment: li;
        content: counter(li);
        color: #a12827;
        font-weight: bold;
        margin-right: 1.5rem;
    }

    .columnSingle .mark_list li {
        padding-left: 2.5rem !important;
        margin-bottom: 5px;
    }

    .columnSingle .mark_list li:before {
        content: "\f105";
        color: #a12827;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 0;
    }

    .columnSingle table th,
    .columnSingle table td {
        border: #ccc 1px solid;
    }

    .columnSingle table th {
        background: #eee;
        padding: 1rem 2rem;
    }

    .columnSingle table td {
        font-size: 1.5rem;
        padding: 2rem;
    }

    .columnSingle .snsArea {
        margin: 50px 0 -10px;
    }

    .columnSingle .snsArea ul {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .columnSingle .snsArea ul li p {
        font-size: 1.7rem;
        font-weight: bold;
        letter-spacing: 0.2em;
    }

    .columnSingle .snsArea ul li p i {
        color: #a12627;
        font-size: 2rem;
        margin-left: 10px;
    }

    .column_single .recommend {
        margin-top: 100px;
    }

    .column_single .recommend h2 {
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        text-align: center;
        letter-spacing: 0.8rem;
        line-height: 1;
        position: relative;
        border: none;
        padding: 0;
        margin-bottom: 40px;
    }

    .column_single .recommend h2 span {
        color: #a12627;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 1.7rem;
        letter-spacing: 0.25em;
        display: block;
        margin-top: 10px;
    }

    .column_single .recommend-list {
        align-items: flex-start;
    }

    .column_single .recommend-list li {
        width: 265px;
        align-self: stretch;
    }

    .column_single .recommend-list li a {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .column_single .recommend-list li .imgArea {
        width: 100%;
        height: 170px;
        overflow: hidden;
    }

    .column_single .recommend-list li .imgArea img {
        transition: 0.5s;
    }

    .column_single .recommend-list li a:hover .imgArea img {
        transform: scale(1.2);
    }

    .column_single .recommend-list li .tArea {
        padding: 2rem;
    }

    .column_single .recommend-list li .tArea dt {
        font-size: 1.7rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .column_single .recommend-list li a:hover .tArea dt {
        color: #a12627;
    }

    .column_single .recommend-list li .tArea dd {
        color: #888;
        font-size: 1.4rem;
        text-align: right;
    }

    .column_single .recommend-list li .tArea dd i {
        margin-right: 5px;
    }


    /*--  お客様の声共通 --*/
    #voice #sec01 {
        background-color: #f9f2f2;
    }

    #voice #cvArea {
        background: #fff;
    }

    /*--  お客様の声一覧 --*/
    .voice_archive .cate_list {
        width: 1100px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 50px;
    }

    .voice_archive .cate_list li {
        width: 213px;
    }

    .voice_archive .cate_list li a {
        width: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        background: #a12827;
        display: block;
        padding: 12px 10px;
    }

    .voice_archive .cate_list li a:hover {
        background: #2d6c91;
    }

    .voice_archive .cate_list li a.current {
        color: #a12827;
        background: #fff;
    }

    .voice_archive .cate_list li a.current:hover {
        color: #a12827;
        background: #fff;
    }

    .voiceList {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .voiceList li {
        width: 350px;
    }

    .voiceList a {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .voiceList a:hover {
        color: #a12827;
    }

    .voiceList a .imgArea {
        width: 100%;
        height: 260px;
        background: #a22627;
        overflow: hidden;
    }

    .voiceList a .imgArea img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        transition-duration: 0.3s;
    }

    .voiceList a:hover .imgArea img {
        opacity: 0.7;
        transform: scale(1.2);
        transition-duration: 0.3s;
    }

    .voiceList a .tArea {
        padding: 30px 25px;
    }

    .voiceList .ttlArea .cate span {
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        background: #a12727;
        border-radius: 3px;
        padding: 4px 10px;
        margin-right: 8px;
    }

    .voiceList .ttlArea .voice_point {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.45;
        margin: 12px 0 8px;
    }

    .voiceList .ttlArea .voice_customer {
        color: #999;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }

    .voiceList .infoArea {
        color: #333;
        border-top: #ccc 1px solid;
        padding-top: 20px;
        margin-top: 20px;
    }

    .voiceList .infoArea dl {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
    }

    .voiceList .infoArea dl+dl {
        margin-top: 2px;
    }

    .voiceList .infoArea dl dt {
        width: 70px;
        color: #a22627;
    }

    /*--  お客様の声詳細 --*/
    .voice_single .cate_list {
        width: 1100px;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 50px;
    }

    .voice_single .cate_list p.list_head {
        width: 20%;
    }

    .voice_single .cate_list ul {
        width: 80%;
        display: flex;
    }

    .voice_single .cate_list ul li {
        width: 25%;
        margin-left: 7px;
    }

    .voice_single .cate_list a {
        width: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        background: #a12727;
        display: block;
        padding: 12px 10px;
    }

    .voice_single .cate_list a:hover {
        background: #2d6c91;
    }

    .voice_single .cate_list a.current {
        color: #a12727;
        background: #fff;
    }

    .voice_single .cate_list a.current:hover {
        color: #a12727;
        background: #fff;
    }

    .voice_single .voiceArticle {
        background: #fff;
        padding: 60px 90px 80px;
    }

    .voice_single .voiceArticle .ttlArea {
        border-bottom: #ddd 1px solid;
        padding-bottom: 30px;
    }

    .voice_single .voiceArticle .ttlArea .cate span {
        display: inline-block;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        background: #a12727;
        border-radius: 3px;
        padding: 6px 10px;
        margin-right: 10px;
    }

    .voice_single .voiceArticle .ttlArea .voice_point {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 0.15em;
        margin: 15px 0 10px;
    }

    .voice_single .voiceArticle .ttlArea .voice_customer {
        color: #999;
        font-size: 1.7rem;
        font-weight: bold;
        margin: 0;
    }

    .voice_single .voiceArticle .infoArea {
        justify-content: flex-start;
        column-gap: 40px;
        padding: 50px 0 60px;
    }

    .voice_single .voiceArticle .infoArea .imgArea img {
        object-fit: cover;
        width: 420px;
        height: 300px;
    }

    .voice_single .voiceArticle .infoArea .info {
        width: 460px;
    }

    .voice_single .voiceArticle .infoArea .info dl {
        display: flex;
        font-size: 1.5rem;
    }

    .voice_single .voiceArticle .infoArea .info dl+dl {
        margin-top: 5px;
    }

    .voice_single .voiceArticle .infoArea .info dl dt,
    .voice_single .voiceArticle .infoArea .info dl dd {
        padding: 15px;
    }

    .voice_single .voiceArticle .infoArea .info dl dt {
        width: 150px;
        color: #fff;
        text-align: center;
        background: #a22627;
        margin-right: 5px;
    }

    .voice_single .voiceArticle .infoArea .info dl dd {
        width: 305px;
        background: #eee;
    }

    .voice_single .voiceArticle .infoArea .info dl dd span+span:before {
        content: '、';
    }

    .voice_single .voiceArticle .infoArea .info dl.url dd {
        letter-spacing: 0;
    }

    .voice_single .voiceArticle .infoArea .info dl.url dd a {
        color: #2d6c90;
        text-decoration: underline;
    }

    .voice_single .voiceArticle .infoArea .info dl.url dd a:hover {
        color: #333;
    }

    .voice_single .voiceArticle .mainArea .cts+.cts {
        margin-top: 60px;
    }

    .voice_single .voiceArticle .mainArea .cts h3 {
        font-size: 2.2rem;
        background: #f9f2f2;
        border-left: 4px solid rgb(161 40 39);
        border-bottom: none;
        padding: 10px 10px 8px 15px;
        margin-bottom: 30px;
    }

    .voice_single a.service_link {
        display: block;
        text-align: center;
        margin: 40px auto 0;
    }

    .voice_single a.service_link+a.service_link {
        margin-top: 30px;
    }

    .voice_single .voice_cv {
        text-align: center;
        border-top: #ccc 2px dotted;
        padding: 4rem 0 0;
        margin: 60px 0 0;
    }

    .voice_single .voice_cv .note {
        padding: 0 3rem;
        margin-bottom: 35px;
    }

    .voice_single .voice_cv .note a {
        display: inline;
        color: #a12927;
        font-weight: bold;
        text-decoration: underline;
    }

    .voice_single .voice_cv .note a:hover {
        color: #2d6c90;
    }

    .voice_single .voice_cv .btnArea {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .voice_single .voice_cv .btnArea li {
        width: 48%;
    }

    .voice_single .voice_cv .btnArea li a {
        width: 100%;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
        vertical-align: middle;
        letter-spacing: 0.1em;
        text-decoration: none;
        border-radius: 0.5rem;
        padding: 1rem 2rem 2rem;
        display: inline-block;
        position: relative;
    }

    .voice_single .voice_cv .btnArea li:nth-child(2) a {
        background: #2d6c90;
        -webkit-box-shadow: 0 5px 0 #1c4f6d;
        box-shadow: 0 5px 0 #1c4f6d;
    }

    .voice_single .voice_cv .btnArea li:nth-child(1) a {
        background: #a12627;
        -webkit-box-shadow: 0 5px 0 #821a1a;
        box-shadow: 0 5px 0 #821a1a;
    }

    .voice_single .voice_cv .btnArea li a span {
        width: 93%;
        font-size: 1.45rem;
        border-radius: 100vh;
        background: #fff;
        -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
        box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
        padding: 0.4rem 1rem;
        display: block;
        position: absolute;
        top: -1.25rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .voice_single .voice_cv .btnArea li:nth-child(2) a span {
        color: #1c4f6d;
        border: 2px solid #1c4f6d;
    }

    .voice_single .voice_cv .btnArea li:nth-child(1) a span {
        color: #821a1a;
        border: 2px solid #821a1a;
    }

    .voice_single .voice_cv .btnArea li a span:before,
    .voice_single .voice_cv .btnArea li a span:after {
        content: "";
        position: absolute;
        left: calc(50% - 10px);
    }

    .voice_single .voice_cv .btnArea li a span:before {
        bottom: -10px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
    }

    .voice_single .voice_cv .btnArea li:nth-child(2) a span:before {
        border-color: #1c4f6d transparent transparent transparent;
    }

    .voice_single .voice_cv .btnArea li:nth-child(1) a span:before {
        border-color: #821a1a transparent transparent transparent;
    }

    .voice_single .voice_cv .btnArea li a span:after {
        bottom: -7px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .voice_single .voice_cv .btnArea li a:hover {
        color: #fff;
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    .voice_single .voice_cv .btnArea li:nth-child(2) a:hover {
        background: #4285ab;
        -webkit-box-shadow: 0 2px 0 #1c4f6d;
        box-shadow: 0 2px 0 #1c4f6d;
    }

    .voice_single .voice_cv .btnArea li:nth-child(1) a:hover {
        background: #b53738;
        -webkit-box-shadow: 0 2px 0 #821a1a;
        box-shadow: 0 2px 0 #821a1a;
    }

    .voice_single .recommend {
        margin-top: 100px;
    }

    .voice_single .recommend h2 {
        font-family: 'Lato', sans-serif;
        font-size: 4rem;
        text-align: center;
        letter-spacing: 0.8rem;
        line-height: 1;
        position: relative;
        border: none;
        padding: 0;
        margin-bottom: 40px;
    }

    .voice_single .recommend h2 span {
        color: #a12627;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 1.7rem;
        letter-spacing: 0.25em;
        display: block;
        margin-top: 10px;
    }

    .voice_single .recommend-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }

    .voice_single .recommend-list li {
        width: 350px;
    }

    .voice_single .recommend-list a {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .voice_single .recommend-list a:hover {
        color: #a12827;
    }

    .voice_single .recommend-list a .imgArea {
        width: 100%;
        height: 210px;
        background: #a22627;
        overflow: hidden;
    }

    .voice_single .recommend-list a .imgArea img {
        transition-duration: 0.3s;
    }

    .voice_single .recommend-list a:hover .imgArea img {
        opacity: 0.7;
        transform: scale(1.2);
        transition-duration: 0.3s;
    }

    .voice_single .recommend-list a .tArea {
        padding: 30px 25px;
    }

    .voice_single .recommend-list .ttlArea .cate span {
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.08em;
        background: #a12727;
        border-radius: 3px;
        padding: 4px 10px;
        margin-right: 8px;
    }

    .voice_single .recommend-list .ttlArea .voice_point {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.45;
        margin: 12px 0 8px;
    }

    .voice_single .recommend-list .ttlArea .voice_customer {
        color: #999;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }


    /*--  スタッフ紹介共通 --*/
    #staff #sec01 {
        background-color: #f9f2f2;
    }

    #staff #cvArea {
        background: #fff;
    }

    /*--  スタッフ紹介一覧 --*/
    .staff_archive h2 {
        font-size: 3rem;
        padding: 0;
    }

    .staff_archive h2 span {
        color: #a12727;
        font-size: 1.8rem;
        font-family: 'Lato', sans-serif;
        margin-left: 20px;
    }

    .staffList {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 17.5px;
    }

    .staffList li {
        width: 355px;
    }

    .staffList li a {
        width: 100%;
        background: #fff;
        justify-content: flex-start;
        column-gap: 20px;
        position: relative;
    }

    .staffList li a:after {
        color: #a12727;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-size: 1.4rem;
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: .5s;
    }

    .staffList li a .imgArea {
        width: 130px;
        height: 195px;
        overflow: hidden;
    }

    .staffList li a .imgArea img {
        transition: .5s;
    }

    .staffList li a .tArea .position {
        color: #a12727;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.08em;
        transition: .5s;
    }

    .staffList li a .tArea .name {
        font-size: 2.2rem;
    }

    .staffList li a:hover {
        color: #333;
    }

    .staffList li a:hover:after {
        color: #2d6c90;
        right: 12px;
    }

    .staffList li a:hover .tArea .position {
        color: #2d6c90;
    }

    .staffList li a:hover .imgArea img {
        transform: scale(1.2);
        opacity: 0.7;
    }

    /*--  スタッフ紹介詳細 --*/
    .staffSingle {
        background: #fff;
        padding: 70px;
    }

    .staffSingle h1 {
        font-size: 3rem;
        line-height: 1;
        border-bottom: 2px solid rgb(161 40 39);
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 50px;
    }

    .staffSingle h1 span {
        color: #a12727;
        font-size: 1.8rem;
        font-family: 'Lato', sans-serif;
        margin-left: 20px;
    }

    .staffSingle .staffSingle_inner {
        align-items: flex-start;
    }

    .staffSingle .imgArea {
        width: 210px;
    }

    .staffSingle .imgArea a {
        width: 100%;
        background-color: #2d6c90;
        border-bottom: 3px solid #1a3e52;
        margin-top: 20px;
    }

    .staffSingle .imgArea a:hover {
        background: #4285ab;
        border-bottom: 1px solid #1a3e52;
        margin-top: 22px;
    }

    .staffSingle .tArea {
        width: 700px;
    }

    .staffSingle .tArea dl {
        margin-bottom: 35px;
    }

    .staffSingle .tArea dl dt {
        font-size: 2rem;
        background: #f9f2f2;
        border-left: 4px solid rgb(161 40 39);
        border-bottom: none;
        padding: 5px 10px 5px 12px;
        margin-bottom: 15px;
    }

    /*--  投稿一覧ページナビ --*/
    .wp-pagenavi {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-align: center;
        margin: 40px auto 0;
    }

    .wp-pagenavi .screen-reader-text {
        display: none;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        line-height: 1;
        box-sizing: border-box;
        padding: 10px 10px 10px 12px !important;
        margin: 0 3px !important;
    }

    .wp-pagenavi span.current,
    .wp-pagenavi span.extend {
        color: #a12727;
        background: #ffffff;
        border: 1px solid #a12727 !important;
    }

    .wp-pagenavi span.pages {
        width: auto;
        color: #a12727;
        border: none;
        margin: 0 8px 0 0 !important;
    }

    .wp-pagenavi a {
        color: #fff;
        background: #a12727;
        border: 1px solid #a12727 !important;
    }

    .wp-pagenavi a:hover {
        background: #2d6c91;
        border: 1px solid #2d6c91 !important;
    }

    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        color: #a12727;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        background: none;
        border: none !important;
    }

    .wp-pagenavi a.previouspostslink:hover,
    .wp-pagenavi a.nextpostslink:hover {
        color: #2d6c91;
        background: none !important;
        border: none !important;
    }

    /*--  投稿詳細ページナビ --*/
    .single-pagenavi {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .single-pagenavi li a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.25em;
        background: #a12727;
        padding: 8px 30px;
        margin: 0 7px;
    }

    .single-pagenavi li a:hover {
        background: #2d6c91;
    }

}

/*--------ISO27001--------*/
/*------------------------------
 .movie
------------------------------*/
.video-wrapper {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    max-width: 80%;
    background: #000;
    margin: 40px auto 80px;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1024px) {
    .video-wrapper {
        padding-bottom: 0;
        height: auto;
    }

    .video-wrapper video {
        position: static;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 40px auto 80px;
    }
}

/*------------------------------
 .anchor_list
------------------------------*/

.anchor_list__box {
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    transition: padding-top 0.1s ease;
}

.anchor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.anchor_list a.current {
    color: #a12527;
    font-weight: bold;
    text-decoration: underline;
}

.sticky-anchor-box {
    position: fixed;
    top: 134px;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.sticky-anchor-box.active {
    transform: translateY(0);
    opacity: 1;
}

.anchor_list .anchor_item {
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-align: center;
    margin: 10px 0;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0 3px 10px;
    font-size: 0.7em;
}

.anchor_list .anchor_item:nth-child(odd) {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #D1D1D1
}

.anchor_list .anchor_item:nth-child(even) {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #D1D1D1
}

.anchor_list .anchor_item:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #2d6c90;
    border-right: solid 2px #2d6c90;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-top: -4px
}

.anchor_list._9001 .anchor_item:after {
    border-top: solid 2px #a12727;
    border-right: solid 2px #a12727;
}

.anchor_list._14001 .anchor_item:after {
    border-top: solid 2px #259c26;
    border-right: solid 2px #259c26;
}

.anchor_list .anchor_item .anchor {
    font-weight: 700;
    display: block
}

@media screen and (min-width: 1024px) {
    .anchor_list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 1100px;
        margin: 0 auto
    }

    .anchor_list .item {
        width: calc(100% / 3);
        text-align: left;
        padding-left: 23px
    }
}

/*------------------------------
 #reason
------------------------------*/

#shinsa #reason {
    background: linear-gradient(to bottom, #f2f2f2 97%, #ffffff);
}

.reason-ImgBox {
    margin-top: 60px;
    counter-increment: number 1;
}

.reason-ImgBox__inner {
    display: block;
}

.reason-ImgBox__textBox {
    position: relative;
    background-color: #fff;
    padding: 60px 10px 42px;
    width: 100%;
    z-index: 1;
}

.reason-ImgBox__textBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 53px;
    background-color: #fff;
    top: -53px;
    left: 0;
    z-index: -1;
}

.reason-ImgBox__title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: calc(26.4 / 22);
    text-align: center;
    background: linear-gradient(transparent 40%, #f9f2f2 40%);
    margin-top: 15px;
}

.reason-ImgBox__text {
    font-size: 16px;
    line-height: calc(27.2/16);
    font-weight: 400;
    margin-top: 20px;
}

.reason-ImgBox__text span {
    color: #a12627;
    font-weight: bold;
}

.reason-ImgBox__img {
    width: 100%;
    max-width: 500px;
    display: block;
    position: relative;
    z-index: 5;
    margin-right: auto;
    margin-left: auto;
}

.reason-ImgBox__img img {
    aspect-ratio: 500 / 300;
    height: auto;
    object-fit: cover;
}

.reason-ImgBox__number::before {
    position: absolute;
    font-size: 60px;
    letter-spacing: 0.1em;
    line-height: calc(84/70);
    color: #a12627;
    right: 25px;
    font-weight: 100;
    content: "0" counter(number) " ";
    top: 0;
}

@media screen and (min-width: 760px) {

    .reason-ImgBox {
        margin-top: 62px;
    }

    .reason-ImgBox__inner {
        display: flex;
    }

    .reason-ImgBox__textBox {
        padding: 50px 62px 38px;
        margin-top: 50px;
    }

    .reason-ImgBox__textBox::before {
        width: 150px;
        height: 100%;
        top: 0;
        left: -150px;
    }

    .reason-ImgBox__title {
        font-size: 3rem;
        text-align: left;
        margin-top: 0;
    }

    .reason-ImgBox__img {
        max-width: 600px;
    }

    .reason-ImgBox__number::before {
        right: 50px;
        top: -50px;
    }

    .reason-ImgBox:nth-child(even) .reason-ImgBox__inner {
        flex-direction: row-reverse;
    }

    .reason-ImgBox:nth-child(even) .reason-ImgBox__textBox::before {
        left: initial;
        right: -150px;
    }

    .reason-ImgBox:nth-child(even) .reason-ImgBox__number::before {
        right: initial;
        left: 50px;
    }
}

/*------------------------------
 #col-link
------------------------------*/

.col-link__area {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.col-link__box {
    position: relative;
    border: 3px solid #000;
    background-color: white;
    width: 50%;
}

.col-link__box-title {
    position: absolute;
    display: inline-block;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    font-size: 1.2em;
    width: 70%;
    text-align: center;
}

.col-link__box-body {
    padding: 2.5rem 1rem 2rem 1rem;
    line-height: 1.5;
    text-align: center;
}

.col-link__box-body a {
    color: #36f;
    border-bottom: 1px solid #36f;
    transition: .7s;
}

.col-link__box-body a:hover {
    opacity: .4;
}

@media print,
screen and (max-width: 750px) {
    .col-link__area {
        flex-direction: column;
        gap: 30px;
    }

    .col-link__box {
        width: 100%;
    }

    .col-link__box-title {
        padding: 0rem 1rem;
        font-size: 1.1em;
        width: 85%;
    }

    .col-link__box-body {
        padding: 2rem 0.5rem;
    }
}

/*------------------------------
 #judges-message
------------------------------*/

#shinsa #judges-message {
    background: linear-gradient(to bottom, #f2f2f2 97%, #ffffff);
}

.judges-message .judges-message__list {
    max-width: 1080px;
    margin: auto
}

.judges-message__box {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 10rem
}

.judges-message__box:nth-child(2n) {
    flex-direction: row-reverse
}

.judges-message__box:nth-child(2n) .judges-message__name_en {
    position: absolute;
    top: 0;
}

.judges-message__box:last-child {
    margin-bottom: 0
}

.judges-message__box .judges-message__photo {
    z-index: 2;
    width: 480px;
    flex-basis: 480px
}

.judges-message__box .judges-message__photo img {
    width: 100%;
    height: auto
}

.judges-message__box .judges-message__name_en {
    opacity: .04;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 300px;
    padding-top: .8rem;
    color: #202020;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: .25rem;
    text-align: right
}

.judges-message__box .judges-message__txt {
    position: relative;
    flex: 0 1 calc(100% - 450px);
    padding: 2rem 5rem 3rem;
    background: #fff
}

.judges-message__box .judges-message__data {
    position: relative;
    margin: auto
}

.judges-message__box .judges-message__data .num {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    font-size: 6rem;
    color: #f4f4f4;
    line-height: 1
}

.judges-message__box .judges-message__data h3,
.judges-message__box .judges-message__data p {
    transition: all .3s ease-in
}

.judges-message__box .judges-message__position {
    display: inline-block;
    margin-bottom: 3rem;
    font-size: 1.9rem;
    line-height: 1.3;
    padding: .7rem 1rem .4rem;
    font-weight: 600;
    background: #a12627;
    color: #fff;
}

.judges-message__box .judges-message__name_ja {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1
}

.judges-message__box .judges-message__description {
    position: relative;
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.2;
    color: #202020;
}

@media screen and (max-width: 960px) {
    .judges-message__box {
        -js-display: block;
        display: block;
        margin: 0 auto 15rem
    }

    .judges-message__box .judges-message__photo {
        width: 100%;
        margin: 0
    }

    .judges-message__box .judges-message__txt {
        top: 0;
        border-top: 0
    }
}

@media screen and (max-width: 768px) {
    .judges-message__box:nth-child(2n) .judges-message__name_en {
        position: absolute;
        top: -20px;
        right: 0
    }

    .judges-message__box .judges-message__name_en {
        opacity: 1;
        top: -20px;
        width: auto;
        padding: 1rem 0 0 1.3rem;
        color: #ececec;
        font-size: 1.8rem;
        font-weight: 300;
        background: #fff
    }

    .judges-message__box .judges-message__txt {
        padding: 2rem
    }

    .judges-message__box .judges-message__position {
        font-size: 1.5rem
    }

    .judges-message__box .judges-message__name_ja {
        font-size: 2rem
    }

    .judges-message__box .judges-message__description {
        font-size: 1.3rem;
        margin-top: 2rem
    }
}

@media screen and (max-width: 600px) {
    .judges-message__box {
        margin: 0 auto 5rem
    }

    .judges-message__box .judges-message__photo {
        margin: 0 auto;
        border-bottom: 0
    }

    .judges-message__box .judges-message__name_ja {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 320px) {
    .judges-message__box .judges-message__description {
        font-size: 1.2rem
    }
}

/*------------------------------
 #first-time
------------------------------*/

.first-time__table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #2d6c90;
}

.first-time__table tr:not(:last-child) {
    border: 2px solid #2d6c90;
}

.first-time__table th,
.first-time__table td {
    padding: 2em;
}

.first-time__table th {
    font-weight: bold;
    text-align: left;
    width: 20%;
    min-width: 4em;
    padding-right: 3em;
    position: relative;
}

.first-time__table th::after {
    content: '・・・';
    color: #4d9bc1;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.y_border {
    background: linear-gradient(transparent 30%, #fcff00 30%);
    font-weight: bold;
}

.first-time__flow {
    text-align: center;
    margin-bottom: 60px;
}

#first-time .first-time__flow h3,
#first-time .first-time__desc h3 {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: .1em;
    line-height: 1;
    background: linear-gradient(transparent 40%, #f9f2f2 40%);
    padding: 0 5px 8px;
    margin: 60px 0 20px;
}

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

@media screen and (max-width: 750px) {

    #first-time .first-time__flow h3,
    #first-time .first-time__desc h3 {
        margin: 40px 0 20px;
    }
}


/*------------------------------
 #sec-cta
------------------------------*/
#sec-cta.inner {
    padding: 0;
}

#sec-cta div {
    text-align: center;
}

#shinsa .sec-cta__hdr {
    font-size: 3rem;
    position: relative;
    font-weight: bold;
    border-bottom: solid 3px #dadada;
    margin: 0 auto 50px;
    padding: 5px 0 5px 0;
    text-align: center;
}


#shinsa .sec-cta__hdr2 {
    font-size: 3rem;
    position: relative;
    font-weight: bold;
    border-bottom: solid 3px #a12727;
    margin: 0 auto 50px;
    padding: 5px 0 5px 0;
    text-align: center;
}

#shinsa .sec-cta__hdr:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background-color: #a12727;
}

#shinsa .sec-cta__hdr2:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background-color: #dadada;
}

.sec-cta__trouble {
    display: flex;
    justify-content: center;
}

.sec-cta__troubleList li {
    display: flex;
    gap: 10px;
    font-size: 1.8em;
    font-weight: 500;
}

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


@media screen and (max-width: 750px) {

    #sec-cta.inner {
        padding: 0;
    }

    #shinsa .sec-cta__hdr,
    #shinsa .sec-cta__hdr2 {
        font-size: 2.4rem;
    }

    .sec-cta__trouble {
        flex-direction: column-reverse;
    }

    .sec-cta__troubleList {
        margin-top: 40px;
    }

    .sec-cta__troubleList li {
        gap: 5px;
        font-size: 1.2em;
    }

    .sec-cta__contact {
        flex-direction: column;
    }

    .sec-cta__contact li {
        width: 100%;
    }

    .sec-cta__contact li:nth-of-type(1) {
        border-right: none;
        border-bottom: solid 2px #fff;
    }

    .sec-cta__contact li:nth-of-type(2) {
        border-left: none;
    }

    .sec-cta__contact .tel-box,
    .sec-cta__contact .mail-box {
        max-width: 90%;
    }

    .sec-cta__contact .tel-box span {
        font-size: 28px;
    }

    .sec-cta__contact .mail-box a {
        font-size: 19px;
    }
}

#shinsa-cta.cta-container {
    padding: 40px 20px;
    background: url('./Images/ISMS-CTA_box.png') no-repeat center/cover;
    text-align: center;
    color: white;
    border-radius: 10px;
    position: relative;
}

#shinsa-cta .cta-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 25px;
}

#shinsa-cta .cta-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

#shinsa-cta .cta-options div {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 15px;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: bold;
    flex: 1;
}

#shinsa-cta .cta-highlight {
    font-size: 2.3em;
    font-weight: bold;
    border: 2px solid white;
    display: inline-block;
    padding: 25px 40px;
    margin-bottom: 20px;
    position: relative;
}

#shinsa-cta .cta-highlight::after {
    content: "";
    display: block;
    width: 80%;
    height: 5px;
    background: yellow;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#shinsa-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#shinsa-cta .cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1.7em;
    font-weight: bold;
    text-decoration: none;
    width: 350px;
}

#shinsa-cta .phone {
    background: white;
    color: black;
    pointer-events: none;
}

#shinsa-cta .contact {
    background: linear-gradient(90deg, #4769f0, #b53ae6);
    color: white;
}

@media screen and (max-width: 768px) {
    #shinsa-cta.cta-container {
        padding: 20px;
    }

    #shinsa-cta .cta-title {
        font-size: 1.5em;
    }

    #shinsa-cta .cta-options {
        flex-direction: column;
    }

    #shinsa-cta .cta-options div {
        padding: 10px;
        font-size: 1.1em;
    }

    #shinsa-cta .cta-highlight {
        font-size: 1.5em;
        padding: 20px;
    }

    #shinsa-cta .cta-buttons {
        flex-direction: column;
    }

    #shinsa-cta .cta-button {
        font-size: 1.4em;
        width: 100%;
    }

    #shinsa-cta .phone {
        pointer-events: auto;
    }
}


/*------------------------------
 #obtained
------------------------------*/

#obtained.inner {
    padding: 90px 0 0;
}

/*----obtainedList----*/

.obtainedList {
    display: flex;
    flex-flow: row wrap;
    margin: 20px auto;
    gap: 20px;
}

.obtainedList__item {
    width: 30%;
    box-shadow: 0 4px 10px 0 rgba(40, 49, 53, 0.2);
}

.obtainedList__link {
    display: block;
    color: #333333;
    text-decoration: none;
    box-shadow: 0 4px 10px 0 rgba(40, 49, 53, 0.2);
    overflow: hidden;
}

.obtainedList__image {
    display: block;
    width: 100%;
    height: auto;
}

.obtainedList__textBox {
    padding: 15px;
    box-sizing: border-box;
}

.obtainedList__title {
    color: #b53738;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.obtained__solution {
    text-align: center;
}

@media screen and (max-width: 750px) {
    .obtainedList {
        flex-direction: column;
    }

    .obtainedList__item {
        width: 100%;
    }
}

.obtained__cta-container {
    padding: 20px;
    background: url('./Images/ISMS_CTA_transfer.png') no-repeat center/cover;
    text-align: center;
    color: black;
    border-radius: 10px;
    position: relative;
}

.obtained__cta-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}

.obtained__cta-title span {
    display: block;
    border-bottom: 4px solid yellow;
    width: fit-content;
    margin: 0 auto 10px;
}

.obtained__cta-details {
    background: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 1.8em;
    font-weight: bold;
    color: #2e3640;
    margin: 10px auto;
    width: 80%;
}

.obtained__cta-details-small {
    font-size: 0.6em;
}

.highlight-red {
    color: red;
    font-weight: bold;
}

.obtained__cta-footer {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.obtained__cta-footer::before,
.obtained__cta-footer::after {
    position: absolute;
    top: 0.5rem;
    height: 2.8rem;
    content: '';
}

.obtained__cta-footer::before {
    border-left: solid 3px;
    left: -20px;
    transform: rotate(-30deg);
}

.obtained__cta-footer::after {
    border-right: solid 3px;
    right: -20px;
    transform: rotate(30deg);
}

.obtained__obtained__cta-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.obtained__cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1;
    padding: 10px 20px;
    font-size: 1.7em;
    text-decoration: none;
    font-weight: bold;
}

.obtained__cta-button.phone {
    background: #2e3640;
    color: #fff;
    pointer-events: none;
}

.obtained__cta-button.contact {
    background: #778696;
    color: white;
}


@media screen and (max-width: 768px) {
    .obtained__cta-title {
        font-size: 1.5em;
    }

    .obtained__cta-details {
        font-size: 1.3em;
        width: 100%;
    }

    .obtained__cta-footer::before {
        left: -10px;
    }

    .obtained__cta-footer::after {
        right: -10px;
    }

    .obtained__cta-footer {
        font-size: 1em;
    }

    .obtained__cta-footer::before,
    .obtained__cta-footer::after {
        top: 1.5rem;
    }

    .obtained__obtained__cta-buttons {
        flex-direction: column;
    }

    .obtained__cta-button {
        font-size: 1.4em;
    }

    .obtained__cta-button.phone {
        pointer-events: auto;
    }
}


/*------------------------------
 #cost
------------------------------*/

.cost__img {
    margin-bottom: 50px;
}

.cost-btn__wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cost-btn__line a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    width: 300px;
    padding: 10px 5px;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: solid 3px #1a3e52;
}

.cost-btn__wrap .cost-btn__line:nth-child(1) a:hover {
    color: unset;
}

.cost-btn__wrap .cost-btn__line:nth-child(2) a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding-right: 8px;
    position: relative;
}

.cost-btn__wrap .cost-btn__line:nth-child(2) a:hover {
    padding-left: 0.7em;
    padding-right: 0.3em;
}

@media screen and (max-width: 750px) {
    .cost-btn__wrap {
        flex-direction: column;
    }
}


/*------------------------------
 #about-consulting
------------------------------*/

.about-consulting__desc {
    text-align: center;
    margin-bottom: 60px;
}

.about-consulting__desc span {
    color: #a12627;
    font-weight: 700;
}

/*------------------------------
 .judges-messageList
------------------------------*/
#shinsa .judges-messageList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 40px;
}

#shinsa .judges-messageList a {
    display: flex;
    align-items: flex-start;
    background: #fff;
}

#shinsa .judges-messageList a:hover {
    color: unset;
}

#shinsa .judges-messageList a .imgArea {
    width: 35%;
    overflow: hidden;
    margin-top: 20px;
}

#shinsa .judges-messageList a .imgArea img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition-duration: .3s
}

#shinsa .judges-messageList a:hover .imgArea img {
    opacity: .7;
    transform: scale(1.2);
    transition-duration: .3s
}

#shinsa .judges-messageList a .tArea {
    padding: 30px 25px;
    width: 65%;
}

#shinsa .judges-messageList .ttlArea .cate span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    background: #a12727;
    border-radius: 3px;
    padding: 4px 10px;
    margin-right: 8px
}

#shinsa .judges-messageList .ttlArea .judges-message_point {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 12px 0 8px
}

#shinsa .judges-messageList .infoArea .judges-message_customer {
    color: #999;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

#shinsa .judges-messageList .infoArea {
    color: #333;
    border-top: #ccc 1px solid;
    padding-top: 20px;
    margin-top: 20px
}

#shinsa .judges-messageList .infoArea dl {
    display: flex;
    align-items: center;
}

#shinsa .judges-messageList .infoArea dl+dl {
    margin-top: 2px
}

#shinsa .judges-messageList .infoArea dl dt {
    width: 70px;
    color: #a22627
}

/*資料ダウンロード*/
.documents-area {
    display: flex;
    gap: 30px;
}

.documents-area__left {
    width: 60%;
}

#form-documents .refusal {
    font-size: 2.5rem;
}

.documents-area__desc {
    background-color: #F2F2F2;
    border: 2px solid #C5C5C5;
    padding: 1.5em 1em;
}

.documents-area__desc p {
    margin: 0 0 calc((8 / 750) * 100vw) 0;
    color: #2d6c91;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
}

.documents-area__desc p.-service {
    color: #c22f38;
}

.documents-area__desc ul li {
    position: relative;
    font-size: 1em;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

.documents-area__desc ul li::before {
    content: "";
    background: url(Images/check-ico.png) no-repeat center center;
    background-size: 100% auto;
    width: 1.15em;
    height: 1.8em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.documents-area__img {
    margin-top: 2.5em;
}

.documents-area__img img {
    box-shadow: 5px 5px 10px #e4e1e1;
}

.documents-area__right {
    width: 40%;
}

/*コラム内サービス資料ダウンロード*/
.service-cta {
    margin: 3rem 0;
}

.service-cta__under-column {
    margin-bottom: 2rem;
    border: 2px solid;
    border-image: linear-gradient(to right, #0b4b8f, #0e65b1, #1496d1, #23c0f1);
    border-image-slice: 1;
    padding: 0 0 2rem;
}

.service-cta__title {
    padding: 1.1rem 0;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    background: linear-gradient(115deg, #0b4b8f 0%, #0e65b1 35%, #1496d1 65%, #23c0f1 100%);
    line-height: 2.5rem;
}

.service-cta__under-column-inner {
    padding: 0 1.5em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3%;
}

.service-cta__cont {
    position: relative;
    color: #fff;
    padding: clamp(20px, 3vw, 32px) clamp(16px, 3.5vw, 32px);
    border-radius: clamp(16px, 3vw, 32px);
    background: linear-gradient(115deg,
            #0b4b8f 0%,
            #0e65b1 40%,
            #1894c9 75%,
            #28bde6 100%);
    overflow: hidden;
    width: 58%;
}

.service-cta__cont>div {
    margin: auto;
}

/* 水玉装飾 */
.service-cta__cont::after {
    content: "";
    position: absolute;
    right: 1em;
    bottom: 0;
    width: 65%;
    height: 55%;
    background: url("Images/service-cta__cont-bg.png") no-repeat right bottom;
    background-size: contain;
    opacity: 0.25;
    transform: scale(0.9);
    pointer-events: none;
}


/* リスト */
.service-cta__cont ul {
    border: none;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-cta__list {
    font-size: 2.2rem;
    font-weight: 600;
}

.service-cta__arrow {
    position: relative;
    width: 45px;
    height: 15px;
    margin: 3rem auto -0.5rem !important;
}

.service-cta__arrow::before,
.service-cta__arrow::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: #a12527;
    top: 0;
}

.service-cta__arrow::before {
    left: 0;
    transform: rotate(30deg);
}

.service-cta__arrow::after {
    right: 0;
    transform: rotate(-30deg);
}

.service-cta__img {
    width: 30%;
}

.service-cta__text {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

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

.service-cta____btns p {
    margin-bottom: 5px !important;
    font-size: 1.8rem;
    font-weight: 600;
    color: #1e90ff;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}

.service-cta____btns p:before,
.service-cta____btns p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 1.5px;
    border-radius: 5px;
    background-color: #1e90ff;
    content: "";
}

.service-cta____btns p:before {
    left: -30px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.service-cta____btns p:after {
    right: -30px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.service-cta____btns a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 380px;
    padding: 10px 25px;
    color: #FFF !important;
    transition: 0.3s ease-in-out;
    background: #1e90ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 2rem;
}

.service-cta____btns a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.service-cta+p:empty {
    display: none;
    margin: 0;
    padding: 0;
}
