@charset "utf-8";

/*
Base style
*/
html {
    overflow-y: scroll; /* 横スクロールをなくすため（1/2） */
}
body {
    font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans',
        'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 2;
    color: #333;
    background-color: #fff;
    overflow: hidden; /* 横スクロールをなくすため（2/2） */
}
img {
    width: 100%;
}
/* 画像全体が収まるように調整 START */
#contain {
    width: 100%; /* 幅を100%に設定 */
    display: flex;
    justify-content: center; /* 画像を中央に配置 */
    align-items: center; /* 画像を縦方向にも中央に配置 */
}
#contain img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 縦横比を保ちながら、親要素内に収める */
}
#contain img.img--120 {
    width: 120%;
}
#contain img.img--170 {
    width: 170%;
}
#contain img.img--130 {
    width: 130%;
}
/* 画像全体が収まるように調整 END */

ul {
    list-style: none;
}
a {
    text-decoration: none;
}
th,
td {
    vertical-align: top;
    text-align: left;
}

/* 背景色設定　ここから */
.bgcolor-blue {
    background-color: #1d2087;
}
.bgcolor-purple {
    background-color: #dedfff;
}
.bgcolor-white {
    background-color: #fff;
}
/* 背景色設定　ここまで */

/* ページ内アンカー用 */
#link_security,
#link_dss,
#link_system,
#link_koken {
    padding-top: 60px;
    margin-top: -60px;
}
#link_jsr {
    padding-top: 100px;
    margin-top: -100px;
}

/* 改行の表示非表示設定 ここから */
.br--none {
    display: none;
}
@media screen and (max-width: 900px) {
    .service_01 .br--none {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .br--none {
        display: block;
    }
}
.br--block {
    display: block;
}
@media screen and (max-width: 768px) {
    .br--block {
        display: none;
    }
}
/* 改行の表示非表示設定 ここまで */

@media screen and (max-width: 900px) {
    body {
        height: 100%;
        width: 100%;
    }
}

/* ============================
　　基本設定 START
============================ */
.basic--content,
.basic--content.grid {
    max-width: 1200px;
    width: 90%;
    padding: 80px 0;
    margin: 0 auto;
}
.basic-title--wrap,
.basic-title--wrap02 {
    margin: 0 auto;
}
.basic--title-sub {
    color: #1651b1;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.basic--title {
    margin: 0;
    color: #001e60;
    font-size: 36px;
    line-height: 1.3em;
}

/* --------------------------------------
　　仮想ページタイトル用 START
-------------------------------------- */
.basic-title--wrap02 {
    margin-bottom: 80px;
    text-align: center;
}
/* .basic-title--wrap02 .basic--title {
    position: relative;
} */
/* タイトル下のborder */
/* .basic-title--wrap02 .basic--title::before {
    position: absolute;
    bottom: -25px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    background: #001E60;
} */
.basic-title--wrap02 .basic--txt {
    width: 500px;
    margin: 30px auto 0;
    text-align: left;
}
/* --------------------------------------
　　仮想ページタイトル用 END
-------------------------------------- */

/* --------------------------------------
　　子タイトル（service--title-sm） START
-------------------------------------- */
.basic-title-sm--wrap {
    margin-top: 100px;
    margin-bottom: 25px;
}
.basic-title-sm--wrap h3 {
    margin: 0;
    padding-left: 10px;
    border-left: 6px solid #1d2087;
    font-size: 25px;
    line-height: 1.5em;
}
/* --------------------------------------
　　子タイトル（service--title-sm） END
-------------------------------------- */

.basic--txt {
    font-size: 18px;
    line-height: 1.7em;
}
/* 基本ボタン　START */
.basic--btn {
    margin-top: 45px;
    font-weight: bold;
}
.basic--btn a {
    position: relative;
    padding: 16px 55px 16px 25px;
    border-radius: 30px;
    color: #fff;
    background-color: #1d2087;
    transition: all 0.3s;
}

/* 矢印設定　START */
.basic--btn a::after {
    content: '';
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}
/* 矢印設定　END */
/* 基本ボタン　END */

/* ============================
　　基本設定 END
============================ */

/* ============================
　　応用設定 START
============================ */
.basic-title--wrap.left {
    /* 左寄せ */
    margin-left: 0;
}
.basic-title--wrap.center {
    /* 文字中央用 */
    text-align: center;
}
.basic-title--wrap.w500 {
    /* テキストw500px */
    width: 500px;
}
.basic-title--wrap.w800 {
    /* テキストw800px */
    width: 800px;
}
.basic-title--wrap .left {
    /* 文字左 */
    text-align: left;
}
.basic-title--wrap .white {
    /* 文字白 */
    color: #fff;
}
/* 応用ボタン　START */
.basic--btn.center {
    /* 中央寄せ */
    text-align: center;
}
.basic--btn.white a {
    /* ボタン青用 */
    color: #1d2087;
    background-color: #fff;
}
.basic--btn.white a::after {
    /* ボタン白用 */
    border-top: solid 1px #1d2087;
    border-right: solid 1px #1d2087;
}
@media (hover: hover) {
    .basic--btn a:hover::after {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
}
@media (hover: none) {
    .basic--btn a:active::after {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
}
/* 応用ボタン　END */
/* ============================
　　応用設定 END
============================ */

/* ============================
　　一部文言を強調せさるため START
============================ */
span.em__anshin01 {
    color: #e94522;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 1.7em;
}
p.em__anshin02 {
    color: #1651b1;
}
p.em__dss01,
p.em__dss02 {
    color: #1651b1;
    font-weight: bold;
}
span.em__jsrnet {
    color: #e94522;
    border-bottom: 2px solid #e94522;
    font-weight: bold;
}
span.em__koken,
span.em__dss {
    color: #e94522;
    font-weight: bold;
}
span.em__system {
    color: red;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    span.em__anshin01 {
        font-size: 26px;
        font-size: 17px;
        line-height: 1.8em;
    }
}

/* ============================
　　一部文言を強調せさるため END
============================ */

@media (hover: hover) {
    .basic--btn a:hover {
        color: #fff;
        background-color: #1651b1;
    }
}
@media (hover: none) {
    .basic--btn a:active {
        color: #fff;
        background-color: #1651b1;
    }
}

@media screen and (max-width: 768px) {
    .basic--content,
    .basic--content.grid {
        max-width: none;
        width: 100%;
        padding: 30px 20px;
    }
    .basic-title--wrap {
        text-align: center;
    }
    .basic-title--wrap.left {
        margin: 0 auto;
    }
    .basic-title--wrap.w500,
    .basic-title--wrap.w800 {
        width: 100%;
    }
    .basic--title-sub {
        font-size: 14px;
    }
    .basic--title {
        font-size: 28px;
    }
    .basic-title-sm--wrap {
        margin-top: 60px;
        margin-bottom: 10px;
    }
    .basic-title-sm--wrap h3 {
        font-size: 18px;
    }
    .basic--txt {
        font-size: 14px;
        line-height: 1.8em;
    }
    /* 子タイトル START */
    .basic-title--wrap02 {
        margin-bottom: 20px;
    }
    .basic-title--wrap02 .basic--title {
        font-size: 24px;
    }
    .basic-title--wrap02 .basic--title::before {
        bottom: -20px;
    }
    .basic-title--wrap02 .basic--txt {
        width: 100%;
        margin: 20px auto 0;
    }
    /* 子タイトル END */
    .basic--btn {
        margin-top: 30px;
    }
    .basic--btn a {
        padding: 13px 53px 13px 23px;
    }
}

@media screen and (max-width: 480px) {
    .basic--btn {
        margin-top: 20px;
        font-size: 12px;
        font-weight: normal;
    }
    .basic--btn a {
        padding: 11px 40px 11px 20px;
    }
    .basic--btn a::after {
        width: 10px;
        height: 10px;
        right: 18px;
    }
}

/*
section
*/
.section {
    padding: 60px 0 100px;
}
.section-main {
    width: 75%;
    margin: 50px auto 0;
}
@media screen and (max-width: 900px) {
    .section {
        margin: 0;
        padding: 30px 0;
    }
    .section-main {
        width: 95%;
    }
    .section-main::after {
        content: '';
        display: block;
        clear: both;
    }
}

/*
grid
*/
.grid {
    display: flex;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}
.grid--item {
    position: relative;
    margin: 0 30px 0 0;
}
.grid--item:last-child {
    margin: 0;
}

.grid--col-2 > .grid--item {
    width: calc(100% / 2);
}
.grid--col-3 > .grid--item {
    width: calc(100% / 3);
}
.grid--col-4 > .grid--item {
    width: calc(100% / 4);
}
.grid--col-5 > .grid--item {
    width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
    .grid {
        flex-direction: column; /* スマホ用に縦一列に並べる*/
    }
    .grid--col-2 > .grid--item,
    .grid--col-3 > .grid--item,
    .grid--col-4 > .grid--item,
    .grid--col-5 > .grid--item {
        width: 100%;
        margin: 0 auto;
    }
}

/* ============================
　　ヘッダー ▼▼▼▼▼▼
============================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.header--bgcolor {
    background-color: #fff;
}
.header-top {
    width: 100%;
}
.header-top p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 0 30px;
    margin: 0;
}
.header-logo {
    max-width: 440px;
    width: 30%;
}
.header-logo > a img {
    max-width: 100%;
}
/* .header__list-wrap {} */
.header__list-wrap .list {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__list-wrap li.list__item > a {
    margin: 0 25px 0 0;
    color: #2b2b2b;
    font-size: 14px;
    transition: all 0.3s;
    position: relative; /*アンダーラインの位置を決めるための基準 */
}
.header__list-wrap li.list__item > a::before {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 0;
    height: 1px;
    background: none;
    transition: all 0.3s;
}
@media (hover: hover) {
    .header__list-wrap li.list__item > a:hover {
        color: #1651b1;
    }
    .header__list-wrap li.list__item > a:hover::before {
        width: 100%;
        background: #1651b1;
    }
    .header__list-wrap li.list__item.list__item__btn01 > a:hover::before,
    .header__list-wrap li.list__item.list__item__btn02 > a:hover::before {
        width: 0;
    }
}
@media (hover: none) {
    .header__list-wrap li.list__item > a:active {
        color: #1651b1;
    }
    .header__list-wrap li.list__item > a:active::before {
        width: 100%;
        background: #1651b1;
    }
    .header__list-wrap li.list__item.list__item__btn01 > a:active::before,
    .header__list-wrap li.list__item.list__item__btn02 > a:active::before {
        width: 0;
    }
}

@media screen and (min-width: 1201px) {
    .header__list-wrap ul {
        display: flex;
    }
    .header__list-wrap li.list__item__btn01,
    .header__list-wrap li.list__item__btn02 {
        display: table;
        vertical-align: middle;
        margin-right: 10px;
        text-align: center;
    }
    .header__list-wrap li.list__item__btn01 > a,
    .header__list-wrap li.list__item__btn02 > a {
        display: table-cell;
        vertical-align: middle;
        height: 48px;
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 1.2em;
        color: #fff;
    }
    .header__list-wrap li.list__item__btn01 > a {
        background-color: #272727;
    }
    .header__list-wrap li.list__item__btn02 > a {
        background-color: #1d2087;
    }

    @media (hover: hover) {
        .header__list-wrap li.list__item__btn01 > a:hover,
        .header__list-wrap li.list__item__btn02 > a:hover {
            color: #fff;
            background-color: #1651b1;
        }
    }
    @media (hover: none) {
        .header__list-wrap li.list__item__btn01 > a:active,
        .header__list-wrap li.list__item__btn02 > a:active {
            color: #fff;
            background-color: #1651b1;
        }
    }
}

.header__list-wrap--sp--show {
    display: none;
    text-align: center;
}
.header__list-wrap--sp--show img {
    display: block;
    width: 150px;
    margin: 100px auto 50px;
}
.header__list-wrap--sp--show small {
    color: #fff;
}
.header__list-wrap .header-logo-wrap__sp--show {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header-main {
        height: 80px;
    }
    .header__list-wrap .header-logo-wrap__sp--show {
        display: flex;
        align-items: center;
        height: 80px;
        padding: 0 30px;
        background-color: #fff;
    }
    .header-logo {
        width: 450px;
        margin: 0;
    }
    .header__list-wrap {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh; /*ナビの高さ*/
        background: #1d2087;
        transition: all 0.6s;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*アクティブクラスがついたら位置を0に*/
    .header__list-wrap.panelactive {
        right: 0;
    }

    /*ナビゲーション*/
    .header__list-wrap .list {
        /*ナビゲーション天地中央揃え*/
        display: block;
        position: static;
        padding-top: 35px;
        text-align: center;
        z-index: 999;
    }

    /*リストのレイアウト設定*/

    .header__list-wrap li.list__item > a {
        display: inline-block;
        padding: 8px 0;
        margin: 0;
        color: #fff;
    }

    @media (hover: hover) {
        .header__list-wrap li.list__item > a:hover {
            color: #fff;
            opacity: 0.5;
        }
        .header__list-wrap li.list__item > a:hover::before {
            width: 0;
        }
    }
    @media (hover: none) {
        .header__list-wrap li.list__item > a:active {
            color: #fff;
            opacity: 0.5;
        }
        .header__list-wrap li.list__item > a:active::before {
            width: 0;
        }
    }

    /* ========= ボタンのためのCSS START =============== */
    .openbtn1 {
        position: fixed;
        z-index: 9999; /*ボタンを最前面に*/
        right: 30px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border: 1px solid #1d2087;
        border-radius: 50%;
    }
    /*×に変化*/
    .openbtn1 span {
        width: 43%;
        height: 1px;
        display: inline-block;
        position: absolute;
        left: 13px;
        border-radius: 1px;
        background-color: #1d2087;
        transition: all 0.4s;
    }
    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }
    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }
    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 43%;
    }
    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 43%;
    }
    /* ========= ボタンのためのCSS END =============== */
}
@media screen and (max-width: 768px) {
    .header-main {
        margin: 0 auto;
    }
    .header-logo {
        width: 60%;
        min-width: 200px;
    }
    .header-top p {
        font-size: 11px;
    }
}
@media screen and (max-width: 480px) {
    .header-top {
        display: none;
    }
}
/* ============================
　　ヘッダー ▲▲▲▲▲▲
============================ */

/* ============================
　　サブフッター START
============================ */
/*
footer-sub
*/
.footer-sub .basic--content {
    min-width: 1100px;
}
.footer-sub .grid--item {
    background-color: #fff;
    border-radius: 10px;
}
.footer-sub__list--item {
    padding: 30px;
    text-align: center;
}
.footer-sub__list--item h2 {
    margin: 0;
    color: #001e60;
}
.footer-sub__list--item .item {
    padding: 10px 0;
}
.footer-sub__list--item .basic--btn {
    margin: 0;
}
.footer-sub__list--item .item-txt {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7em;
    color: #1d2087;
}
.footer-sub__list--item .item-txt span {
    font-size: 18px;
}
.footer-sub--txt {
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 1050px) {
    .footer-sub__list--item {
        padding: 20px;
    }
}
@media screen and (max-width: 900px) {
    .footer-sub .grid {
        flex-direction: column;
    }
    .footer-sub .basic--content {
        min-width: 0;
    }
    .footer-sub .grid--item {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-sub__list--item {
        padding: 17px 20px;
    }
}
@media screen and (max-width: 768px) {
    .footer-sub__list--item h2 {
        font-size: 18px;
    }
    .footer-sub__list--item .item {
        padding: 5px 0;
    }
    .footer-sub__list--item .item-txt {
        font-size: 25px;
        line-height: 1.5em;
    }
    .footer-sub__list--item .item-txt span {
        font-size: 13px;
    }
    .footer-sub--txt {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.7em;
    }
}

/* ============================
　　サブフッター END
============================ */

/* ============================
　　フッター START
============================ */
/*
footer
*/
.footer {
    width: 100%;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 0 30px;
}
.footer-logo {
    width: 20%;
}
.footer-logo > a img {
    max-width: 260px;
}
.footer__list-wrap .list {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__list-wrap li.list__item > a {
    margin: 0 25px 0 0;
    color: #fff;
    font-size: 13px;
    transition: all 0.3s;
}
.footer-copy {
    display: block;
    padding: 1em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .footer-main {
        flex-direction: column;
        height: auto;
        padding: 30px;
    }
    .footer-logo {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .footer-logo > a img {
        max-width: none;
        width: 50%;
    }
    .footer__list-wrap .list {
        flex-direction: column;
        text-align: center;
        margin: 20px;
    }
    .footer__list-wrap .list li {
        margin-bottom: 0.5em;
    }
    .footer__list-wrap .list li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .footer-logo > a img {
        width: 80%;
    }
}

/* ============================
　　フッター END
============================ */

/* ============================
　　ヘッダータイトル START
============================ */
.header-ttl--cmn {
    position: relative;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 10em;
}
.header-ttl-text--wrap {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
}
.header-ttl-text--wrap h1 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 0.07em;
}
.header-ttl--bgimg {
    background-image: url('../image/top-img.png');
}

@media screen and (max-width: 768px) {
    .header-ttl-text--wrap {
        width: 85%;
    }
    .header-ttl-text--wrap h1 {
        margin: 0.2em 0 0 0;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 480px) {
    .header-ttl--cmn {
        height: 8em;
    }
    .header-ttl-text--wrap h1 {
        margin: 0;
        font-size: 30px;
        letter-spacing: 0;
        line-height: 1.5em;
    }
}
/* ============================
　　ヘッダータイトル END
============================ */

/* ============================
　　パンくずリスト START
============================ */
.breadcrumb {
    width: 90%;
    margin: 0.1em auto;
    padding: 0;
}
.breadcrumb li {
    display: inline; /*横に並ぶように*/
    font-size: 10px;
    letter-spacing: 0.07em;
}
.breadcrumb li:after {
    /* >を表示*/
    content: '＞';
    padding: 0 0.2em;
    color: #333;
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li a {
    text-decoration: none;
    color: #333; /*色*/
    transition: all 0.3s;
}
@media (hover: hover) {
    .breadcrumb li a:hover {
        opacity: 0.5;
    }
}
@media (hover: none) {
    .breadcrumb li a:active {
        opacity: 0.5;
    }
}
@media screen and (max-width: 754px) {
    .breadcrumb {
        display: none;
    }
}
/* ============================
　　パンくずリスト END
============================ */

/* フルスクリーン風表示 */
.fullscreen-mode {
    position: relative; /* 元のスペースを保持 */
    min-height: 100vh; /* 画面全体の高さを確保 */
    box-sizing: border-box; /* パディング込みで高さを計算 */
}

/* 下部の余白を追加するためのスペース */
.fullscreen-mode::after {
    content: '';
    display: block;
    height: calc(100vh - 100%); /* 必要な下部スペースを計算して追加 */
}
