@charset "utf-8";

/* -----------------------------------------------------------
	初期設定
	 (この部分は基本的に変更しない)
----------------------------------------------------------- */

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
}

/*英数字用フォント*/
.en_num_font {
    font-family: "Arial", sans-serif;
}

/*キャッチ用テキスト*/
p.txtCatch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

p + p {
    margin-top: 10px
}

@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
        line-height: 1.5;
    }

    /*テキスト*/
    p.txtCatch {
        font-size: 16px;
        text-align: left;
        margin-bottom: 24px;
        line-height: 1.6;
    }
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

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

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
}

hr {
    height: 0px;
    margin: 7px 0;
    border: none;
    border-top: 1px solid #000;
}

* html hr {
    /* for -IE6 */
    margin: 0;
}

*:first-child + html hr {
    /* for IE7 */
    margin: 0;
}

html > body label {
    cursor: pointer;
}

select option {
    padding: 0 5px;
}


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


/*リンクカラー*/
a {
    color: #014476;
    text-decoration: underline;
    transition: all 0.5s;
    word-break: break-all;
}

a:hover {
    color: #3e8ac3;
    text-decoration: none;
}

/*----------------------------------------------------

	フォントサイズ・改行・フォントカラー

----------------------------------------------------*/
/*フォントサイズ*/
.fs_65 {
    font-size: 65%;
}

.fs_85 {
    font-size: 85%;
}

.fs_90 {
    font-size: 90%;
}

.fs_110 {
    font-size: 110%;
}

.fs_120 {
    font-size: 120%;
}

.fs_130 {
    font-size: 130%;
}

.fs_140 {
    font-size: 140%;
}

.fs_150 {
    font-size: 150%;
}

.fs_180 {
    font-size: 180%;
}

/*改行*/
.br_sp {
    display: none;
}

/*フォントカラー*/
.txtColor_01 {
    color: #014476;
    font-weight: bold;
}

.txtColor_02 {
    color: #F0CC00;
    font-weight: bold;
    text-decoration: underline;
}

/*マーカー*/
.txtMarker_01 {
    background: linear-gradient(transparent 60%, #FFE865 0%);
    display: inline;
    font-weight: bold;
}

/*吹き出し*/
.fukidashi_01 {
    position: relative;
    display: inline-block;
    padding: 8px 2%;
    min-width: 150px;
    background: #014476;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
}

.fukidashi_01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #014476;
}

/*強調ドット*/
.emphasisdot_01 {
    text-emphasis: dot #014476;
}

/*ダブルライン*/
.u_doubleline {
    text-decoration: underline double #888;
}

/*----------------------------------------------------
	フォントサイズ・改行・フォントカラー (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .br_sp {
        display: block;
    }
}

/*----------------------------------------------------

	各種ボタン

----------------------------------------------------*/
/*共通*/
.btArea {
    text-align: center;
}

.btArea a {
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

.btArea a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 5px;
    height: 5px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
}

/*ボタン01 青 角丸*/
.btArea .btn01 {
    background-color: #159CB6;
    color: #fff;
    padding: 16px 3% 16px 3%;
    border-radius: 30px;
    width: 90%;
    display: inline-block;
    max-width: 400px;
}

.btArea .btn01:hover {
    background-color: #333;
}

/*ボタン02*/
.btArea .btn02 {
    background-color: #F0CC00;
    color: #333;
    padding: 16px 3% 16px 3%;
    border-radius: 4px;
    border-radius: 30px;
    width: 90%;
    display: inline-block;
    max-width: 400px;
}

.btArea .btn02::after {
    border-color: #333;
}

.btArea .btn02:hover {
    background-color: #333;
    color: #fff;
}

.btArea .btn02:hover::after {
    border-color: #fff;
}

/*ボタン03 青*/
.btArea .btn03 {
    background-color: #3e8ac3;
    color: #fff;
    padding: 16px 3% 16px 3%;
    border-radius: 4px;
    border-radius: 30px;
    width: 90%;
    display: inline-block;
    max-width: 400px;
}

.btArea .btn03:hover {
    background-color: #333;
}

/*ボタン04 ネイビー*/
.btArea .btn04 {
    background-color: #014476;
    color: #fff;
    padding: 16px 3% 16px 3%;
    border-radius: 30px;
    width: 90%;
    display: inline-block;
    max-width: 400px;
}

.btArea .btn04:hover {
    background-color: #333;
}

/*ボタン05 白*/
.btArea .btn05 {
    background-color: #fff;
    color: #014476;
    padding: 16px 3% 16px 3%;
    border-radius: 30px;
    width: 90%;
    display: inline-block;
    max-width: 400px;
}

.btArea .btn05:hover {
    background-color: #333;
    color: #fff;
}

.btArea .btn05::after {
    border-color: #014476;
}

.btArea .btn05:hover::after {
    border-color: #fff;
}



/*----------------------------------------------------

	ヘッダ

----------------------------------------------------*/
header {
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #E2D6CF;
}

/* ヘッダータイトル */
.header__title img {
    width: 160px;
}

/* ハンバーガーメニュー */
.hamburger__nav {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    border: transparent;
    background-color: transparent;
    cursor: pointer;
}

.hamburger__nav span {
    display: block;
    position: relative;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translateX(-50%);
    background: #333;
    transition: all 0.3s;
}

.hamburger__nav span:nth-of-type(1) {
    top: -4px;
}

.hamburger__nav span:nth-of-type(2) {
    top: 1px;

    transform: translateX(-0.45deg);
}

.hamburger__nav span:nth-of-type(3) {
    top: 6px;
    transform: translateX(-0.45deg);
}

.hamburger__nav.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
}

.hamburger__nav.is-active span:nth-of-type(2) {
    opacity: 0;
}

.hamburger__nav.is-active span:nth-of-type(3) {
    top: -6px;
    transform: translateX(-50%) rotate(-225deg);
}

/*メインメニュー*/
.header__nav {
    z-index: 10;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: transparent;
    opacity: 0;
    transition: top 0.3s, right 0.2s, opacity 0.3s;
}

.nav__inner {
    margin: 15% auto 0 auto;
    text-align: center;
}

.header__inner {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    margin: 0 auto;
}

.header__hamburger {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 100%;
}

.header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #fff;
}

.nav__list {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.nav__item {
    margin: auto;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
}

.nav__link {
    position: relative;
    color: #555;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/* サブメニュー */
.nav__inner_sub {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.nav__list_sub {
    margin-bottom: 32px;
}

.nav__inner_sub li {
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
}

.nav__inner_sub li a {
    color: #555;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: block;
}


/*ヘッダーボタン*/
.nav__inner_sub .btArea .header__btn {
    background-color: #f0cc00;
    color: #333;
    padding: 12px 8px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    width: 90%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.nav__inner_sub .btArea .header__btn::after {
    border-color: #333;
}

.nav__inner_sub .btArea .header__btn:hover::after {
    border-color: #fff;
}

.nav__inner_sub .btArea .header__btn:last-child {
    background-color: #f39600;
}

.nav__inner_sub .btArea .header__btn:hover {
    background-color: #333;
    color: #fff;
}

/*----------------------------------------------------
	ヘッダ (1000px以上)
----------------------------------------------------*/
@media screen and (min-width: 1000px) {
    .header__inner {
        height: 70px;
    }

    /* ヘッダータイトル */
    .header__title {
        margin-right: 2%;
    }

    .header__title img {
        width: 12vw;
    }

    .header__title a:hover {
        opacity: 0.7;
    }

    .header__hamburger {
        display: none;
    }

    /*メインメニュー*/
    .nav__inner {
        width: 63%;
        max-width: initial;
        margin: auto;
    }

    .header__nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
        opacity: 1;
        height: inherit;
    }

    .nav__list {
        padding-right: 0;
        padding-left: 0;
        display: flex;
    }

    .nav__item {
        border-bottom: 0;
        padding: 0;
        margin: 0 2.5%;
    }

    .nav__link {
        font-size: 15px;
    }

    .nav__link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #3e8ac3;
        transition: width 0.3s;
    }

    .nav__link:hover::after {
        width: 100%;
    }

    /* サブメニュー */
    .nav__inner_sub {
        margin-bottom: 0;
        width: 36%;
        padding: 0;
    }

    .nav__list_sub {
        display: flex;
        margin-bottom: 10px;
    }

    .nav__inner_sub li {
        border-left: 1px solid #555;
        border-bottom: 0;
        padding: 0 12px;
    }

    .nav__inner_sub li:last-child {
        border-right: 1px solid #555;
        padding: 0 12px;
    }


    .nav__inner_sub li a {
        font-weight: normal;
        font-size: 1.15vw;
    }

    .nav__inner_sub li a:hover {
        color: #3e8ac3;
        text-decoration: underline;
    }

    /*ヘッダーボタン*/
    .nav__inner_sub .btArea {
        text-align: left;
    }

    .nav__inner_sub .btArea .header__btn {
        padding: 6px 8px;
        margin-bottom: 0;
        width: 40%;
        font-size: 1.18vw;
        min-width: 110px;
    }

}

/*----------------------------------------------------
	ヘッダ (1280px以上)
----------------------------------------------------*/
@media screen and (min-width: 1280px) {
    .header__inner {
        height: 80px;
        max-width: 1400px;
    }

    /* ヘッダータイトル */
    .header__title {
        width: 15%;
        margin: 0 auto;
    }

    .header__title img {
        width: auto;
    }

    /*メインメニュー*/
    .nav__inner {
        width: 67%;
        margin: 0 3% 0 0;
    }

    .header__nav {
        width: 82%;
    }

    .nav__item {
        margin: auto;
    }

    .nav__link {
        font-size: 16px;
    }

    /*サブメニュー*/
    .nav__inner_sub {
        width: 35%;
    }

    .nav__inner_sub li a {
        font-size: 14px;
    }

    /*ヘッダーボタン*/
    .nav__inner_sub .btArea .header__btn {
        min-width: 148px;
        padding: 6px 8px;
        margin-bottom: 0;
        width: 39%;
        font-size: 15px;
    }
}

/*----------------------------------------------------

	フッター

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

footer .contentsWrap {
    padding: 80px 0 16px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #3e8ac3;
}

.footer__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 48px;
}

/*フッターロゴ*/
.footer__title {
    width: 45%;
    margin: 0 0 18px 0;
}

.footer__title a:hover {
    opacity: 0.7;
}

/*住所 TEL MAIL*/
.footer__address {
    width: 50%;
}

.footer__address address .tel_number {
    font-size: 24px;
    font-weight: bold;
}

.footer__address address .tel_number a {
    pointer-events: none;
    cursor: default;
    /*PCは電話番号をクリックできないようにする*/
}

.footer__address address .mail_address {
    margin-top: 0;
}

.footer__address address .mail_address a {
    text-decoration: underline;
}

/*フッターメニュー*/
.footer__menu .footer__menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    padding: 18px 0;
    font-size: 15px;
}

.footer__menu .footer__menu_list li {
    margin: 8px 16px;
}

/*詳しく知りたい方はこちら*/
.footer__information {
    width: 45%;
    margin: auto;
    text-align: center;
}

.footer__information p {
    font-size: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.footer__information .btArea a {
    background-color: #f39600;
    color: #333;
}

.footer__information .btArea a:first-child {
    margin-bottom: 16px;
    background-color: #f0cc00;
}

.footer__information .btArea a::after {
    border-color: #333;
}

.footer__information .btArea a:hover {
    background-color: #fff;
    color: #333;
}

/*copyright*/
#copyright {
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
}

/*一番上へ戻る*/
.main {
    position: relative;
    /*全体をラップしている要素*/
}

.float-button__wrap {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #3e8ac3;
    color: #fff;
    border-radius: 4px;
}

.float-button__wrap a:hover {
    background-color: #333;
}

/*----------------------------------------------------
	フッター (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    /*フッターロゴ*/
    .footer__title {
        width: 45%;
        margin: 0 auto 18px auto;
        min-width: 250px;
    }

    .footer__title a:hover {
        opacity: 0.7;
    }

    /*住所 TEL MAIL*/
    .footer__address {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    /*フッターメニュー*/
    .footer__menu .footer__menu_list {
        justify-content: space-between;
    }

    .footer__menu .footer__menu_list li {
        width: 40%;
        text-align: center;
        margin: 8px 5%;
    }

    /*詳しく知りたい方はこちら*/
    .footer__information {
        width: 100%;
    }

    .footer__information p {
        font-size: 18px;
    }
}


/*----------------------------------------------------
	メインフレーム
----------------------------------------------------*/
.contentsWrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
}

section:last-of-type .contentsWrap {
    padding: 100px 0 160px 0;
    /*footer前のsectionの余白調整*/
}

/*----------------------------------------------------
	メインフレーム (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .contentsWrap {
        padding: 64px 0;
    }

    section:last-of-type .contentsWrap {
        padding: 64px 0 80px 0;
    }

}

/*----------------------------------------------------

	タイトル

----------------------------------------------------*/
/*h2タイトル*/
.mainTitle {
    margin-bottom: 48px;
    text-align: center;
}

.mainTitle h2 {
    padding-bottom: 0.3em;
    text-align: center;
    position: relative;
    font-size: 48px;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.mainTitle h2::before,
.mainTitle h2::after {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 0.8em;
    background-color: #3E8AC3;
    height: 5px;
    right: 0.8em;
}

.mainTitle h2::before {
    background-color: #014476;
    left: 1.6em;
    width: 0.8em;
}

.mainTitle span {
    padding-top: 0.8em;
    display: block;
}

/*白文字タイトル*/
.mainTitle_white h2 {
    color: #fff;
}

.mainTitle_white h2::before {
    background-color: #fff;
}

.mainTitle_white h2::after {
    background-color: #fff;
}

/*h2タイトル子ページ用*/
.pageTitle {
    background: linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
    padding: 64px 24px;
    margin-top: 80px;
    text-align: center;
    color: #fff;
}

.pageTitle h2 {
    padding-bottom: 0.3em;
    text-align: center;
    position: relative;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.pageTitle h2::before,
.pageTitle h2::after {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 0.8em;
    background-color: #fff;
    height: 3px;
    right: 0.8em;
}

.pageTitle h2::before {
    left: 1.6em;
    width: 0.8em;
}

.pageTitle span {
    padding-top: 0.8em;
    display: block;
}

/*h3タイトル*/
.subTitle h3 {
    background-image: linear-gradient(#159cb6 50%, #156db6 50%);
    background-size: 8px 100%;
    background-repeat: no-repeat;
    padding-left: 18px;
    font-size: 22px;
    margin: 0 0 16px 0;
    font-weight: 800;
}


/*----------------------------------------------------
	タイトル (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {

    /*h2タイトル子ページ用*/
    .pageTitle {
        margin-top: 70px;
    }
}

/*----------------------------------------------------
	タイトル (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {

    /*h2タイトル子ページ用*/
    .pageTitle {
        margin-top: 60px;
    }
}

/*----------------------------------------------------
	タイトル (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    /*h2タイトル*/
    .mainTitle h2 {
        font-size: 30px;
        padding-bottom: 0.5em;
    }

    /*h2タイトル子ページ用*/
    .pageTitle {
        padding: 40px 24px;
    }

    .pageTitle h2 {
        font-size: 30px;
        padding-bottom: 0.5em;
    }

    /*h3タイトル*/
    .subTitle h3 {
        font-size: 20px;
    }

}


/*----------------------------------------------------

	テーブル

----------------------------------------------------*/
/* table basic */
table.tbl_basic {
    width: 100%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-top: 20px;
}

table.tbl_basic th,
table.tbl_basic td {
    padding: 8px 10px;
    line-height: 1.3;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

table.tbl_basic th {
    background: #014476;
    font-weight: normal;
    color: #fff;
}

table.tbl_basic td {
    background: #d7eaf7;
}

/* table(よりシンプル) */
table.tbl_simple {
    width: 100%;
}

table.tbl_simple th,
table.tbl_simple td {
    padding: 4px 10px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
}

table.tbl_simple th {
    width: 80px;
    position: relative;
}

table.tbl_simple th::after {
    content: ':';
    position: absolute;
    right: 0;
}

/*----------------------------------------------------
	テーブル (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    table.tbl_basic th,
    table.tbl_basic td {
        display: block;
        width: 94%;
    }

    table.tbl_simple tr {
        border-bottom: 1px dashed #555;
        padding-bottom: 12px;
        display: block;
        margin-bottom: 8px;
    }

    table.tbl_simple tr:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    table.tbl_simple th,
    table.tbl_simple td {
        display: block;
        width: 96%;
        padding: 4px 0;
    }

    table.tbl_simple th::after {
        content: '';
    }
}

/*リスト*/
.ul_disc li {
    list-style-type: disc;
    margin-left: 1.2em;
}

.ul_decimal li {
    list-style-type: decimal;
    margin-left: 1.2em;
}



/*----------------------------------------------------
	トピックパス
----------------------------------------------------*/
#topicPath {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 0;
    font-size: 13px;
}

#topicPath ol {
    background: url("../images/topicpath_home.svg") no-repeat 0px 3px;
    padding-left: 20px;
}

#topicPath ol li {
    background: url("../images/topicpath_next.svg") no-repeat 3px center;
    display: inline;
    line-height: 1.1;
    padding: 0 5px 0 20px;
}

#topicPath ol li:first-child {
    background: none;
    padding-left: 0px;
}

#topicPath ol li {
    color: #666;
}

#topicPath ol li a:link {
    color: #666;
}

#topicPath ol li a:visited {
    color: #666;
}

#topicPath ol li a:hover {
    color: #666;
}

#topicPath ol li a:active {
    color: #666;
}

/*----------------------------------------------------

	各フォームページの横幅調整

----------------------------------------------------*/
#form .formArea .contentsWrap {
    max-width: 1000px;
}

/*----------------------------------------------------

	各DLフォームページ

----------------------------------------------------*/
#form .formArea .formFlex {
    display: flex;
}

#form .formArea .formFlex .formFlex_left {
    width: 47%;
    margin-right: 4%;
}


#form .formArea .formFlex .formFlex_right {
    width: 47%;
    padding: 2.5%;
    box-shadow: 0 0 8px #ddd;
}

#form .formArea .formFlex .formFlex_left figure {
    margin-bottom: 32px;
}

#form .formArea .formFlex .formFlex_left figure img {
    width: 100%;
}

#form .formArea .formFlex .formFlex_left .formFlexTxt {
    margin-bottom: 48px;
}

#form .formArea .formFlex .formFlex_left .formFlexList {
    background-color: #efefef;
    padding: 16px 16px 24px 16px;
}

#form .formArea .formFlex .formFlex_left .formFlexList p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 110%;
}

#form .formArea .formFlex .formFlex_left .formFlexList ul {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}


#form .formArea .formFlex .formFlex_left .formFlexList ul li {
    padding-left: 22px;
    line-height: 1.6em;
    background: url(../images/form_check_icon.svg) left 0px top 3px no-repeat;
    background-size: 16px 20px;
    margin-bottom: 4px;
    font-weight: bold;
}



#form .formArea .formFlex .formFlex_left .formtxtBox {
    background-color: #efefef;
    padding: 16px 1.5em 24px 1.5em;
}

#form .formArea .formFlex .formFlex_left .formtxtBox p .txtColor_01 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 110%;
}



@media screen and (max-width: 768px) {
    #form .formArea .formFlex {
        display: block;
    }

    #form .formArea .formFlex .formFlex_left {
        width: 100%;
        margin-right: 0;
    }

    #form .formArea .formFlex .formFlex_right {
        width: 100%;
        padding: 0;
        box-shadow: inherit;
    }

    #form .formArea .formFlex .formFlex_left .formFlexTxt {
        margin-bottom: 32px;
        text-align: center;
    }

    #form .formArea .formFlex .formFlex_left .formFlexList,
    #form .formArea .formFlex .formFlex_left .formtxtBox {
        margin-bottom: 40px;
    }

    /*デモフォームのみ*/
    #form.demoForm_page .formArea .formFlex .formFlex_left .formFlexList ul li br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #form .formArea .formFlex .formFlex_left .formFlexTxt {
        text-align: left;
    }
}

/*----------------------------------------------------

	各サンクスページ

----------------------------------------------------*/
#form .form_thx .form_thx_txt {
    text-align: center;
    margin-bottom: 32px;
}

#form .form_thx .form_thx_info {
    margin: 0 auto 64px auto;
    text-align: center;
}

#form .form_thx .form_thx_address a {
    color: #333;
}

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

    #form .form_thx .form_thx_txt,
    #form .form_thx .form_thx_info {
        text-align: left;
    }
}

/*----------------------------------------------------


	各種パーツ


----------------------------------------------------*/


/*----------------------------------------------------

	機能一覧等のboxデザイン(イベントLP・機能ページ内で使用)

----------------------------------------------------*/
.functionSet_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 64px auto;
    padding: 45px 50px;
    color: #fff;
}

.functionSet_box .textWrap {
    width: 48%;
    padding: 0 0 10px;
}

/*番号*/
.functionSet_box .textWrap .num {
    position: absolute;
    bottom: 4px;
    right: 16px;
    font-size: 5vw;
    line-height: 1em;
    letter-spacing: -.03em;
    color: #fff;
    opacity: 0.5;
    font-family: 'Arial', 'DIN Alternate', sans-serif;
    font-weight: 600;
}

/*タイトル*/
.functionSet_box .textWrap .functionName {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
}

/*詳細テキスト*/
.functionSet_box .textWrap .detail {}

/*画像*/
.functionSet_box .photoWrap {
    width: 48%;
}

.functionSet_box .photoWrap img {
    width: 100%;
}

/*背景色*/
.functionSet_box.num01,
.functionSet_box.num07,
.functionSet_box.num04 {
    background-color: #014476;
}

.functionSet_box.num02,
.functionSet_box.num05 {
    background-color: #89BEE6;
}

.functionSet_box.num03,
.functionSet_box.num06 {
    background-color: #4998D3;
}

/*----------------------------------------------------
	機能一覧等のboxデザイン (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .functionSet_box {
        padding: 40px 6%;
        margin: 0 auto 40px auto;
        border-radius: 8px;
    }

    /*画像*/
    .functionSet_box .photoWrap {
        width: 100%;
    }

    .functionSet_box .photoWrap img {
        max-width: 500px;
        margin: 0 auto 24px auto;
        display: block;
    }

    /*テキスト*/
    .functionSet_box .textWrap {
        width: 100%;
    }

    .functionSet_box .textWrap .functionName {
        font-size: 20px;
    }

    /*番号*/
    .functionSet_box .textWrap .num {
        bottom: auto;
        right: auto;
        font-size: 40px;
        top: 14px;
        left: 18px;
    }
}

/*----------------------------------------------------

	導入効果 テーブル(イベントLP・機能ページ内で使用)

----------------------------------------------------*/
.result_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
}

.result_table .non {
    background: #fff
}

.result_table tr {}

.result_table thead th {
    padding: 8px 10px 8px 1em;
    text-align: center;
}

.result_table td {
    width: 20%;
    padding: 24px 10px 24px 10px;
    text-align: center;
    color: #1A6196;
    font-weight: bold;
    font-size: 22px;
}

.result_table tbody th {
    background: #1A6196;
    color: #fff;
    padding: 24px 10px 24px 10px;
    text-align: center;
    font-size: 18px;
}

/*導入前*/
.result_table thead .brfore {
    border-right: 12px solid #fff;
    background-color: #1A6196;
    color: #fff;
}

.result_table tbody .brfore {
    position: relative;
    border-right: 12px solid #fff;
    background-color: #dfeaf9;
}

.result_table tbody .brfore::after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -15px;
    border-left: 10px solid #1A6096;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/*導入後*/
.result_table thead .after {
    background-color: #F0CC00;
}

.result_table tbody .after {
    background-color: #f7edcd;
}

/*コミュニケーション*/
.result_table tbody .item__comm td {
    font-size: 18px;
}

/*注釈*/
.result_table .note {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
}

/*----------------------------------------------------
	導入効果 テーブル (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .result_table {
        border-spacing: 0;
    }

    .result_table th {
        display: block;
    }

    .result_table tbody th {
        padding: 9px 16px 8px 16px;
        font-size: 16px;
    }

    .result_table tbody th br {
        display: none;
    }

    .result_table thead {
        clip: rect(0 0 0 0);
        overflow: hidden;
        position: absolute;
    }

    .result_table tr {
        display: block;
        margin-bottom: 24px;
    }

    .result_table td {
        display: block;
        text-align: center;
        position: relative;
        padding: 16px 4%;
        border-right: none;
        width: 92%;
        font-size: 18px;
    }

    /*data-labelの表示*/
    .result_table tbody td::before {
        content: attr(data-label);
        display: block;
        color: #333;
        margin-bottom: 8px;
        font-size: 18px;
    }

    /*導入前*/
    .result_table tbody .brfore {
        border-right: 0;
    }

    .result_table tbody .brfore::after {
        display: none;
    }

    /*コミュニケーション*/
    .result_table tbody .item__comm td {
        font-size: 16px;
    }

}

/*----------------------------------------------------

	お客様の声 box javascriptなし(イベントLP・警備LPで使用)

----------------------------------------------------*/
.case_study_noscript .case_study_noscript__list {
    background-color: #fff;
    border: solid 2px #1A6196;
    margin-bottom: 48px;
}

.case_study_noscript__list figure img {
    width: 100%;
}

/*企業名 タイトル*/
.case_study_noscript__list .titleArea {
    display: flex;
    border-bottom: solid 1px #CCCCCC;
    padding: 24px 32px 20px 32px;
    align-items: center;
}

.case_study_noscript__list .titleArea figure {
    width: 17%;
    margin-right: 1%;
}

.case_study_noscript__list .titleArea h4 {
    font-weight: 700;
    color: #1A6196;
    font-size: 24px;
    line-height: 1.5;
    width: 82%;
}

.case_study_noscript__list .titleArea span {
    font-weight: bold;
    color: #555555;
    font-size: 18px;
}

/*テキスト*/
.case_study_noscript__list .txtArea {
    padding: 32px 32px 20px 32px;
}

.case_study_noscript__list .txtArea p {
    margin-bottom: 24px;
}

.case_study_noscript__list .txtArea h5 {
    position: relative;
    padding: 0 0 0 26px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #1A6196;
    margin-bottom: 12px;
}

.case_study_noscript__list .txtArea h5::after {
    position: absolute;
    content: '';
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #1A6196;
}

/*キャプション*/
.case_study_noscript__list .captionArea {
    background-color: #1A6196;
}

.case_study_noscript__list .captionArea p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    padding: 16px 32px;
}

/*画像*/
.case_study_noscript__list .imgArea {
    display: flex;
    justify-content: space-between;
    padding: 32px 32px 32px 32px;
}

.case_study_noscript__list .imgArea figure {
    width: 49%;
}

/*----------------------------------------------------
	お客様の声 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    /*企業名 タイトル*/
    .case_study_noscript__list .titleArea {
        display: block;
        padding: 5% 5%;
    }

    .case_study_noscript__list .titleArea figure {
        width: 150px;
        margin: auto auto 16px auto;
    }

    .case_study_noscript__list .titleArea h4 {
        width: 100%;
        font-size: 20px;
    }

    /*テキスト*/
    .case_study_noscript__list .txtArea {
        padding: 5% 5%;
    }

    .case_study_noscript__list .txtArea h5 {
        padding: 0 0 16px 0;
        font-size: 18px;
        margin-bottom: 16px;
        border-bottom: solid 1px #1A6196;
    }

    .case_study_noscript__list .txtArea h5::after {
        display: none;
    }

    /*キャプション*/
    .case_study_noscript__list .captionArea p {
        font-size: 18px;
        padding: 16px 5%;
    }

    /*画像*/
    .case_study_noscript__list .imgArea {
        display: block;
        padding: 5% 5%;
    }

    .case_study_noscript__list .imgArea figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .case_study_noscript__list .imgArea figure:last-child {
        margin-bottom: 0;
    }

}

/*----------------------------------------------------

	スタッフの声 カードデザイン(イベントLP・警備LP内で使用)

----------------------------------------------------*/
.staff_voice_card .voice_card__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 56px;
}

.staff_voice_card .voice_card__list li {
    width: 48%;
    margin: 1%;
    display: flex;
    flex-direction: column;
}

/*アイコン画像*/
.staff_voice_card .voice_card__list figure {
    width: 150px;
    margin: auto;
    z-index: 1;
}

.staff_voice_card .voice_card__list img {
    width: 100%;
}

/*テキスト*/
.staff_voice_card .voice_card__list .txtArea {
    margin: -80px auto 0;
    border: solid 1px #1A6196;
    border-radius: 8px;
    padding: 90px 20px 28px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.staff_voice_card .voice_card__list .txtArea h3 {
    color: #1A6196;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 18px;
}

.staff_voice_card .voice_card__list .txtArea p {
    flex-grow: 1;
}

/*試用版アプリ*/
.App_box {
    padding: 32px 32px 30px 32px;
    background-color: #DFEAF9;
    position: relative;
    border-radius: 8px;
    margin-top: 64px;
}

.App_box img {
    width: 100%;
}

.App_box .txtArea {
    width: 77%;
    margin-right: 2%;
}

.App_box h3 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.App_box .btArea {
    display: flex;
    margin-top: 24px;
}

.App_box .btArea a::after {
    display: none;
}

.App_box .btArea a:first-of-type {
    width: 180px;
    margin-right: 3%;
}

.App_box .btArea a:last-of-type {
    width: 222px;
}

.App_box .imgArea {
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 19vw;
    max-width: 195px;
}

/*----------------------------------------------------
	スタッフの声 カードデザイン (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .staff_voice_card .voice_card__list {
        display: block;
    }

    .staff_voice_card .voice_card__list li {
        width: 100%;
        margin: 24px auto;
    }

    /*アイコン画像*/
    .staff_voice_card .voice_card__list figure {
        width: 130px;
    }

    /*テキスト*/
    .staff_voice_card .voice_card__list .txtArea h3 {
        font-size: 18px;
    }

    /*試用版アプリ*/
    .App_box {
        padding: 24px 5% 220px 5%;
    }

    .App_box .txtArea {
        width: 100%;
        margin-right: 0%;
    }

    .App_box h3 {
        text-align: center;
        font-size: 20px;
    }

    .App_box .btArea {
        display: block;
    }

    .App_box .btArea a:first-of-type {
        display: block;
        margin: 0 auto 16px auto;
        width: 185px;
    }

    .App_box .btArea a:last-of-type {
        display: block;
        margin: auto;
        width: 216px;
    }

    .App_box .imgArea {
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        min-width: 150px;
    }
}

/*----------------------------------------------------

	料金 簡易表示(イベントLP・警備LP内で使用)

----------------------------------------------------*/
.price .price__list {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
}

.price .price__list li {
    width: 50%;
    padding: 15px 2% 18px 2%;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: bold;
    border: solid 1px #1A6196;
}

.price .price__list li:first-child {
    margin-right: 6%;
}

.price .price__list li .price__title {
    background-color: #1A6196;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 4px 8px;
}

.price .price__list li .price__summary {
    font-size: 28px;
    font-weight: bold;
}

.price .price__list li .price__summary .fs_150 {
    font-weight: bolder;
}

/*注釈*/
.price .comments {
    font-size: 14px;
    color: #555;
}

.price .comments li .notes_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 0.5em;
}

.price .comments li .notes_body {
    display: table-cell;
    vertical-align: top;
}

/*プラスアイコン*/
.price .price__list .price_plus::after {
    font-size: 88px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 3%;
    content: "+";
    position: absolute;
    font-weight: normal;
}

/*----------------------------------------------------
	料金 簡易表示(イベントLP・警備LP内で使用) (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .price .price__list {
        display: block;
    }

    .price .price__list li {
        width: 100%;
    }

    .price .price__list li:first-child {
        margin: 0 0 6% 0;
    }

    .price .price__list li .price__title {
        font-size: 18px;
    }

    .price .price__list li .price__summary {
        font-size: 22px;
    }

    /*プラスアイコン*/
    .price .price__list .price_plus::after {
        font-size: 60px;
        top: 48%;
        left: 50%;
        transform: translate(-49%, -50%);
        -webkit-transform: translate(-49%, -50%);
        -ms-transform: translate(-49%, -50%);
    }

}

/*----------------------------------------------------

	導入までの流れ(イベントLP・警備LP・料金ページ内で使用)

----------------------------------------------------*/
.introduce_step .txtCatch {
    font-size: 28px;
    font-weight: 700;
}

.introduce_step .stepWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto;
}

.introduce_step .stepCard {
    width: calc(91% / 4);
}

.introduce_step .stepCard .cardBase {
    padding: 0 15px;
}

.introduce_step .stepNum {
    font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #014476;
    text-align: center;
}

.introduce_step .stepNum .text {
    line-height: 20px;
}

.introduce_step .stepNum .num {

    font-size: 42px;
    line-height: 38px;
    color: #014476;
    text-align: center;
}

/*アイコン画像*/
.introduce_step .stepImg_wrap {
    margin: -20px 0 10px;
    padding: 35px 0 25px 0;
    background: url(/common/images/stepImg_bg_circle.svg) center no-repeat;
    background-size: contain;
}

.introduce_step .stepImg {
    width: 40%;
    margin: 0 auto;
}

.introduce_step .stepImg img {
    width: 100%;
}

/*テキスト*/
.introduce_step .stepTitle {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #014476;
}

.introduce_step .outline {
    width: 90%;
    margin: 15px auto 0;
}

.introduce_step .outline .leaf {
    font-weight: 500;
    text-align: center;
}

/*矢印*/
.introduce_step .stepArrow {
    position: relative;
    width: 3%;
}

.introduce_step .stepArrow p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 40px;
    margin: 0 auto;
    transform: translateX(-50%) translateY(-50px);
}

.introduce_step .stepArrow p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 18px;
    border-color: transparent transparent transparent #1A6196;
}

/*注釈*/
.introduce_step .comment {
    text-align: right;
    font-size: 15px;
}

/*----------------------------------------------------
	導入までの流れ(イベントLP・警備LP・料金ページ内で使用)(1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {}

/*----------------------------------------------------
	導入までの流れ(イベントLP・警備LP・料金ページ内で使用)(768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .introduce_step .txtCatch {
        font-size: 20px;
    }

    .introduce_step .stepWrap {
        display: block;
    }

    .introduce_step .stepCard {
        width: 100%;
        border: solid 1px #1A6196;
        border-radius: 8px;
    }

    .introduce_step .stepCard .cardBase {
        padding: 24px 32px 32px 32px;
    }

    .introduce_step .outline .leaf {
        text-align: left;
    }

    .introduce_step .stepArrow p {
        top: 10px;
        width: 20px;
        height: 20px;
        transform: translateX(-50%) translateY(0);
    }

    .introduce_step .stepArrow p::before {
        border-width: 20px 20px 0 20px;
        border-color: #1A6196 transparent transparent transparent;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .introduce_step .stepArrow {
        height: 40px;
        width: 100%;
    }


    .introduce_step .step_num_wrap {
        width: 130px;
        margin: auto;
    }

    .introduce_step .step_text_wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .introduce_step .stepTitle {
        margin-right: 4%;
        font-size: 18px;
    }

    .introduce_step .stepImg_wrap {
        margin: -20px 0 20px;
    }

    .introduce_step .outline {
        width: auto;
        margin: 0;
    }

    .introduce_step .comment {
        text-align: left;
    }
}

/*----------------------------------------------------
	導入までの流れ(イベントLP・警備LP・料金ページ内で使用)(480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .introduce_step .step_text_wrap {
        display: block;
    }

    .introduce_step .stepTitle {
        margin: 0 0 16px 0;
    }

    .introduce_step .outline .leaf {
        text-align: center;
    }
}

/*----------------------------------------------------

	もっと詳しくプロキャス (料金・機能で使用)

----------------------------------------------------*/
.procas_moreDetail .btArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.procas_moreDetail .btArea a {
    color: #fff;
    background: linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
    padding: 24px 1%;
    text-align: center;
    width: 29%;
    display: inline-block;
    margin: 0 1%;
    font-size: 20px;
}

.procas_moreDetail .btArea a:hover {
    background: linear-gradient(180deg, rgba(76, 155, 214, 1)100%, rgba(1, 68, 118, 1));
}

/*----------------------------------------------------
	もっと詳しくプロキャス (料金・機能で使用) (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .procas_moreDetail .mainTitle h2 {
        font-size: 25px;
    }

    .procas_moreDetail .btArea a {
        width: 100%;
        margin: 1.5% auto;
        font-size: inherit;
        padding: 16px 3%;
        max-width: 400px;
    }
}



/*----------------------------------------------------

	TOP MV

----------------------------------------------------*/
.MV {
    margin-top: 80px;
}

.MV .MVIn {
    background-image: url(../images/mv_img_pc_202506.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 800px;
    padding: 0 3% 0 3%;
}

.MV .MVIn .MV_left .MV_title {
    width: 32vw;
    margin: 2% auto 1% auto;
    display: block;
    max-width: 690px;
}

.MV .MVIn .MV_left .MV_txt {
    width: 28vw;
    margin: 0 auto 4% auto;
    display: block;
    max-width: 640px;
}

.MV .MVIn .MV_left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 760px;
}

/*MVバッジ*/
.MV .MVIn .badgeArea {
    position: absolute;
    top: 5%;
    left: 56%;
}

.MV .MVIn .badgeArea img {
    max-width: 130px;
    width: 6vw;
}

/*MVボタン*/

.MV .MVIn .btArea a {
    text-align: center;
    color: #333;
    padding: 18px 3% 18px 3%;
    border-radius: 40px;
    font-size: 18px;
    width: 400px;
    margin: 1%;
}

.MV .MVIn .btArea a:hover {
    color: #fff;
}

.MV .MVIn .btArea .btn06 {
    outline: inherit;
}


/*------------MVお問い合わせ------------*/
.MV .MV_right {
    width: 25vw;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.MV .mv_form {
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
}

.MV .mv_form h2 {
    text-align: center;
    border-bottom: 1px dashed #004476;
    margin-bottom: 16px;
    padding-bottom: 8px;
    color: #004476;
}

.MV .mv_form h2 span {
    display: block;
    background-color: #004476;
    color: #fff;
    padding: 2px 8px;
    max-width: 100px;
    margin: 0 auto 8px auto;
    border-radius: 4px;
}

/*----------------------------------------------------
	MV (1920px以下)
----------------------------------------------------*/
@media screen and (max-width: 1920px) {

    .MV .MVIn {
        background-image: url(../images/mv_img_pc_202506_02.jpg);
    }

    .MV .MVIn .MV_left .MV_title {
        max-width: 600px;
        margin: 2% auto 2% auto;
    }

    .MV .MVIn .MV_left {}

    .MV .MVIn .MV_left .MV_txt {
        max-width: 520px;
        margin: 0 auto 5% auto;
    }


    .MV .MVIn .btArea a {
        padding: 2% 3.5% 2% 3%;
        font-size: 0.92vw;
        margin: 1% 0.5%;
    }

    /*MVバッジ*/
    .MV .MVIn .badgeArea {
        left: 2%;
        top: 4%;
    }

    .MV .MVIn .badgeArea img {
        width: 6.5vw;
        min-width: 90px;
    }

    /*------------MVお問い合わせ------------*/
    .MV .MV_right {
        min-width: 450px;
    }

}

/*----------------------------------------------------
	MV (1600px以下)
----------------------------------------------------*/
@media screen and (max-width: 1600px) {
    .MV .MVIn {
        background-image: url(../images/mv_img_pc_202506_03.jpg);
        height: 660px;
    }

    .MV .MVIn .MV_left {
        top: 5%;
        left: 6%;
        transform: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        width: 63%;
    }

    .MV .MVIn .MV_left .MV_title {
        margin: 2% auto 0 auto;
        max-width: 480px;
    }

    .MV .MVIn .MV_left .MV_txt {
        margin: 0 auto 1% auto;
        width: 32vw;
        max-width: 450px;
    }

    .MV .MVIn .btArea a {
        width: 250px;
        padding: 1.5% 3.5% 1.5% 3%;
    }

    /*MVバッジ*/
    .MV .MVIn .badgeArea img {
        width: 5.5vw;
    }

    /*------------MVお問い合わせ------------*/
    .MV .mv_form {
        transform: scale(0.8);
    }

    .MV .MV_right {
        right: 0%;
    }
}

/*----------------------------------------------------
	MV (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
    .MV {
        margin-top: 70px;
    }

    .MV .MVIn {
        height: 690px;
        background-position: 25%;
    }

    .MV .MVIn .MV_left {
        top: 10%;
        left: 6%;
        width: 50%;
    }

    .MV .MVIn .MV_title {
        width: 42vw;
        min-width: 360px;
        margin: 2% auto 0 auto;
    }

    .MV .MVIn .MV_left .MV_txt {
        width: 33vw;
        min-width: 300px;
        margin: 0 auto 3% auto;
    }

    .MV .MVIn .btArea a {
        margin: 1% 1% 1% 1%;
        padding: 1.5% 2% 1.5% 1%;
        font-size: 15px;
        min-width: 270px;
    }

    /*MVバッジ*/
    .MV .MVIn .badgeArea {
        left: 42%;
        top: 2%;
    }

    .MV .MVIn .badgeArea img {
        width: 7vw;
        min-width: 60px;
    }

    /*------------MVお問い合わせ------------*/


    .MV .mv_form h2 .br_sp {
        display: block;
    }


}

/*----------------------------------------------------
	MV (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {
    .MV {
        margin-top: 60px;
    }

    .MV .MVIn {
        background-image: url(../images/mv_img_pc.jpg);
        height: 440px;
        background-position: 80%;
    }

    .MV .MVIn .MV_left {
        top: 50%;
        left: 4%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .MV .MVIn .MV_title {
        min-width: 360px;
    }

    .MV .MVIn .MV_left .MV_txt {
        margin: 0 auto 5% auto;
    }

    .MV .MVIn .btArea a {
        margin: 0% auto 3% auto;
    }

    /*バッジ*/
    .MV .MVIn .badgeArea {
        left: 36%;
        top: 5%;
    }

    /*------------MVお問い合わせ------------*/
    .MV .MV_right {
        display: none;
    }
}

/*----------------------------------------------------
	MV (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .MV {
        margin-top: 60px;
    }

    .MV .MVIn {
        background-image: url(../images/mv_img_sp.jpg);
        height: 100vw;
        max-height: 540px;
        padding: 12% 4% 37% 4%;
        background-position: center;
    }


    .MV .MVIn .MV_left .MV_title {
        width: 90%;
        min-width: auto;
        max-width: 530px;
        margin: 2% auto 0% auto;
    }

    .MV .MVIn .MV_left .MV_txt {
        width: 88%;
        min-width: auto;
        max-width: 500px;
    }


    .MV .MVIn .MV_left {
        width: 95%;
        top: 23%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .MV .MVIn .btArea {
        position: absolute;
        width: 100%;
        bottom: -175%;
    }

    .MV .MVIn .btArea a {
        width: 86%;
        margin: 0.5em auto;
        max-width: inherit;
        padding: 14px 3% 14px 3%;
    }

    /*MVバッジ*/
    .MV .MVIn .badgeArea {
        bottom: 0;
        top: 1.5%;
        left: auto;
        right: 1.5%;
    }

    .MV .MVIn .badgeArea img {
        width: 14.5vw;
        min-width: auto;
    }

    /*------------MVお問い合わせ------------*/
    .MV .MV_right {
        display: none;
    }
}



/*----------------------------------------------------

	TOP 中間CTAボタン 子ページ用CTAボタン

----------------------------------------------------*/
.cv_area_middle {
    background: url(../images/bk_kazari_01.svg),
        linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
    background-size: cover;
    background-position: 0 70%;
}

/*余白調整*/
.cv_area_middle .contentsWrap {
    padding: 90px 0;
}

/*タイトル*/
.cv_area_middle .cv__Title {
    color: #fff;
    font-size: 34px;
}

.cv_area_middle .cv__Title h2 {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 800;
}

.cv_area_middle .cv__Title h2 img {
    width: 220px;
    margin-right: -8px;
    margin-bottom: 1px;
    vertical-align: bottom;
}

/*ボタンの調整*/
.cv_area_middle .btArea a {
    font-size: 20px;
    padding: 20px 3% 20px 3%;
    border-radius: 40px;
    max-width: 500px;
    width: 42%;
    color: #014476;
}

.cv_area_middle .btArea a:first-child {
    margin-right: 2%;
}

/*子ページ用 中間CTAボタン*/
.cv_area_subpage .btArea a {
    width: 42%;
}

.cv_area_subpage .btArea a:first-child {
    margin-right: 2%;
}

/*----------------------------------------------------
	TOP 中間CTAボタン (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {

    /*タイトル*/
    .cv_area_middle .cv__Title {
        font-size: 28px;
    }

    .cv_area_middle .cv__Title h2 img {
        width: 170px;
    }
}

/*----------------------------------------------------
	TOP 中間CTAボタン (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .cv_area_middle {
        background-position: bottom;
    }

    .cv_area_middle .contentsWrap {
        padding: 64px 0;
    }

    /*タイトル*/
    .cv_area_middle .cv__Title {
        font-size: 24px;
    }

    .cv_area_middle .cv__Title h2 img {
        width: 150px;
    }


    /*ボタンの調整*/
    .cv_area_middle .btArea a {
        font-size: 16px;
        padding: 16px 3% 16px 3%;
        width: 90%;
    }

    .cv_area_middle .btArea a:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }

    /*子ページ用 中間CTAボタン*/
    .cv_area_subpage .btArea a {
        width: 90%;
    }

    .cv_area_subpage .btArea a:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }

}


/*----------------------------------------------------

	TOP 各サイトへのリンク

----------------------------------------------------*/
.home .site_list .contentsWrap {
    padding: 90px 0 120px;
}

.site_list .mainTitle h2 {
    font-size: 44px;
}

.site_list .site_list__btn {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

/*ボタン*/
.site_list .site_list__btn a {
    text-align: center;
    color: #333;
    border-radius: 40px;
    font-weight: 700;
    position: relative;
    border: solid 2px #014476;
    font-size: 18px;
    width: 45.4%;
    min-width: 310px;
    margin: 1%;
    padding: 18px 1%;
    text-decoration: none;
}

.site_list .site_list__btn a:hover {
    background-color: #014476;
    color: #fff;
}

.site_list .site_list__btn a::after {
    position: absolute;
    right: 12px;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
    width: 5px;
    height: 5px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #014476;
}

.site_list .site_list__btn a:hover::after {
    border-color: #fff;
}

/*ボタンアイコン*/
.site_list .site_list__btn a::before {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 38px;
    width: 36px;
    height: 36px;
    transform: translate(-49%, -50%);
    -webkit-transform: translate(-49%, -50%);
    -ms-transform: translate(-49%, -50%);
}

.site_list .site_list__btn a:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/*イベント・SP アイコン*/
.site_list .site_list__btn a.event_sp_btn::before {
    background-image: url(../images/event_sp_icon.svg);
}

/*軽作業スタッフ派遣 アイコン*/
.site_list .site_list__btn a.work_dispatch_btn::before {
    background-image: url(../images/work_dispatch_icon.svg);
}

/*警備業 アイコン*/
.site_list .site_list__btn a.keibi_btn::before {
    background-image: url(../images/keibi_icon.svg);
}

/*訪問看護・介護・ベビーシッター・家事代行業 アイコン*/
.site_list .site_list__btn a.kango_kaigo_btn::before {
    background-image: url(../images/kango_kaigo_icon.svg);
}

/*清掃・ビルメンテナンス アイコン*/
.site_list .site_list__btn a.cleaning_btn::before {
    background-image: url(../images/cleaning_icon.svg);
}

/*建築業 アイコン*/
.site_list .site_list__btn a.kenchiku_btn::before {
    background-image: url(../images/kenchiku_icon.svg);
}


/*----------------------------------------------------
	TOP 各サイトへのリンク site_list (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {

    /*ボタン 一部調整*/
    .site_list .site_list__btn a.event_sp_btn,
    .site_list .site_list__btn a.kango_kaigo_btn {
        width: 95.1%;
    }
}

/*----------------------------------------------------
	TOP 各サイトへのリンク site_list (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .home .site_list .contentsWrap {
        padding: 64px 0;
    }

    .site_list .mainTitle h2 {
        font-size: 25px;
    }

    .site_list .site_list__btn a {
        border-radius: 8px;
    }

    /*ボタン*/
    .site_list .site_list__btn a,
    .site_list .site_list__btn a.event_sp_btn,
    .site_list .site_list__btn a.kango_kaigo_btn {
        width: 96%;
        font-size: 15px;
        margin: 2% auto;
    }

    /*ボタンアイコン*/
    .site_list .site_list__btn a::before {
        width: 32px;
        height: 32px;
        left: 32px;
    }
}

/*----------------------------------------------------

	TOP バナーエリア bnrArea01 bnrArea02

----------------------------------------------------*/
/*共通*/
.home .bnrArea .bnr__item a:hover {
    opacity: 0.7;
}

.home .bnrArea .bnr__item img {
    width: 100%;
}

/*01*/
.home .bnrArea.bnr_content01 .contentsWrap {
    padding: 0 0 120px 0;
}

.home .bnrArea.bnr_content01 .bnr__item {
    width: 50vw;
    margin: 0 auto 0 auto;
    max-width: 1000px;
}

/*02*/
.home .bnrArea.bnr_content02 {
    margin: 80px auto 0 auto;
}

.home .bnrArea.bnr_content02 .bnr__item {
    width: 50vw;
    margin: 0 auto 0 auto;
    max-width: 1000px;
}

/*----------------------------------------------------
	TOP バナーエリア bnrArea (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {

    /*01*/
    .home .bnrArea.bnr_content01 .bnr__item {
        width: 100%;
    }

    /*02*/
    .home .bnrArea.bnr_content02 .bnr__item {
        width: 100%;
    }
}

/*----------------------------------------------------
	TOP バナーエリア bnrArea (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {

    /*01*/
    .home .bnrArea.bnr_content01 .contentsWrap {
        padding: 0 0 64px 0;
    }

    .home .bnrArea.bnr_content01 .bnr__item {
        overflow: hidden;
        position: relative;
        height: 124px;
        border-radius: 6px;
    }

    .home .bnrArea.bnr_content01 .bnr__item img {
        width: 620px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    /*02*/
    .home .bnrArea.bnr_content02 {
        margin: 64px auto 24px auto;
    }

    .home .bnrArea.bnr_content02 .bnr__item {
        overflow: hidden;
        position: relative;
        height: 124px;
        border-radius: 6px;
    }

    .home .bnrArea.bnr_content02 .bnr__item img {
        width: 620px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

/*----------------------------------------------------

	TOP 受賞エンブレム・導入企業

----------------------------------------------------*/
.award {
    background-color: #FAF8F7;
}

.award .contentsWrap {
    padding: 80px 0 90px 0;
}

.award .award_list {
    margin: 0 auto 24px auto;
}

/*受賞 エンブレム*/
.award .award_list .imgArea {
    display: flex;
    justify-content: center;
}

.award .award_list .imgArea img {
    margin: 0 2% 24px 2%;
    width: 90%;
    max-width: 440px;
}

/*受賞 注釈*/
.award .award_note {
    font-size: 12px;
    color: #555;
    width: 80%;
    margin: auto;
}

/*年間継続率*/
.intro_record {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.intro_record .retentionArea {
    width: 40%;
    margin-right: 5%;
}

.intro_record .retention_catch {
    width: 96%;
    font-size: 22px;
}

.intro_record .retention_item {
    font-size: 32px;
    font-weight: bold;
    color: #014476;
    text-align: center;
}

.intro_record .retention_item span {
    margin-left: 4px;
}

.intro_record .retention_comment {
    text-align: center;
    font-weight: bold;
}

/*導入企業スライド*/
.intro_record .retentionSlide {
    width: 55%;
}

.intro_record .retentionSlide .retention__img01 {
    width: 100%;
    height: 40px;
    position: relative;
    background-image: url(../images/retention_logo01.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 30px 0;
    -webkit-animation: retention_ani_01 100s linear infinite;
    animation: retention_ani_01 100s linear infinite;
    margin-bottom: 16px;
}

@keyframes retention_ani_01 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -4900px 0
    }
}

.intro_record .retentionSlide .retention__img02 {
    width: 100%;
    height: 40px;
    position: relative;
    background-image: url(../images/retention_logo02.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 30px 0;
    -webkit-animation: retention_ani_02 100s linear infinite;
    animation: retention_ani_02 100s linear infinite
}

@keyframes retention_ani_02 {
    from {
        background-position: -4900px 0
    }

    to {
        background-position: 0 0
    }
}

/*----------------------------------------------------
	TOP 受賞エンブレム・導入企業 (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {

    /*受賞 エンブレム*/
    .award .award_list {
        width: 100%;
        min-width: auto;
    }
}

/*----------------------------------------------------
	TOP 受賞エンブレム・導入企業 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {

    /*受賞 注釈*/
    .award .award_note {
        font-size: 10px;
        width: 100%;
    }

    /*年間継続率*/
    .intro_record .retentionArea {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .intro_record .retention_catch {
        font-size: 18px;
    }

    .intro_record .retention_item {
        font-size: 28px;
    }

    /*導入企業スライド*/
    .intro_record .retentionSlide {
        width: 100%;
    }

    .intro_record .retentionSlide .retention__img01 {
        padding: 20px 0;
    }

}

/*----------------------------------------------------
	TOP 受賞エンブレム・導入企業 (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .award .contentsWrap {
        padding: 64px 0;
    }

    /*受賞 エンブレム*/
    .award .award_list .imgArea {
        display: block;
        text-align: center;
    }

    .award .award_list .imgArea img {
        margin: 16px auto;
        width: 80%;
    }
}

/*----------------------------------------------------

	TOP お悩み onayami

----------------------------------------------------*/
.onayami {
    position: relative;
    background-color: #FAF8F7;
}

/*タイトル*/
.onayami h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
}

/*お悩みリスト*/
.onayami .onayami__item {
    display: inline-block;
    width: 230px;
    height: 230px;
    color: #fff;
    background: #1A6196;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px #D8D8D8;
    text-align: center;
    font-size: 22px;
}

.onayami .onayami__item strong {
    font-weight: 900;
}

/*お悩みリスト配置*/
.onayami__list {
    position: relative;
    height: 30em;
}

.onayami .onayami__item {
    position: absolute;
}

.onayami .onayami__item.onayami_01 {
    left: 0;
    bottom: 3%;
}

.onayami .onayami__item.onayami_02 {
    left: 14%;
    top: 10%;
}

.onayami .onayami__item.onayami_03 {
    right: 14%;
    top: 10%;
}

.onayami .onayami__item.onayami_04 {
    right: 0;
    bottom: 3%;
}

/*ダイアン*/
.onayami .characterArea {
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 48vw;
    max-width: 520px;
}

.onayami .characterArea img {
    width: 100%;
}

/*矢印背景*/
.bk_shape_arrow {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.bk_shape_arrow svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 64px;
}

.bk_shape_arrow .shape-fill {
    fill: #4C9BD6;
}

/*----------------------------------------------------
	TOP お悩み onayami (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .onayami .contentsWrap {
        padding: 64px 0 260px 0;
    }

    .onayami h2 {
        margin-bottom: 24px;
        font-size: 26px;
    }

    /*お悩みリスト*/
    .onayami .onayami__item {
        width: 210px;
        height: 210px;
        font-size: 17px;
    }

    /*お悩みリスト配置*/
    .onayami__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .onayami .onayami__item {
        position: unset;
        margin: 1%;
    }

    /*ダイアン*/
    .onayami .characterArea {
        width: 40vw;
        min-width: 260px;
    }

    /*改行調整*/
    .onayami .onayami__item .br_sp {
        display: none;
    }

    /*矢印背景*/
    .bk_shape_arrow {
        display: none;
    }

}

/*----------------------------------------------------
	TOP お悩み onayami (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {

    /*お悩みリスト*/
    .onayami .onayami__item {
        width: 100%;
        height: auto;
        font-size: 17px;
        border-radius: 6px;
        padding: 16px;
    }

    .onayami .onayami__item br {
        display: none;
    }

    .onayami .onayami__item .br_sp {
        display: block;
    }

}

/*----------------------------------------------------

	TOP 課題解決 kaiketsu

----------------------------------------------------*/
.kaiketsu {
    color: #fff;
    background: linear-gradient(180deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
}

.kaiketsu .contentsWrap {
    padding: 40px 0 120px 0;
}

/*タイトル*/
.kaiketsu h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 24px;
}

/*画像*/
.kaiketsu .kaiketsu__img img {
    width: 100%;
    margin-bottom: 32px;
}

/*業種リスト*/
.kaiketsu .kaiketsu__content {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 32px;
    padding-top: 32px;
}

.kaiketsu .kaiketsu__content .kaiketsu__list {
    display: flex;
}

.kaiketsu .kaiketsu__content .kaiketsu__list:first-child {
    margin-bottom: 32px;
    border-bottom: solid 1px #fff;
    padding-bottom: 32px;
}

.kaiketsu .kaiketsu__content .kaiketsu__list h3 {
    border: solid 1px #fff;
    border-radius: 6px;
    padding: 1%;
    width: 14%;
    min-width: 160px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 2%;
    text-align: center;
}

.kaiketsu .kaiketsu__content .kaiketsu__list .txtArea {
    width: 81%;
}

/*スタッフ*/
.kaiketsu .kaiketsu__content .list__staff .txtArea p:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    background-size: contain;
    vertical-align: baseline;
    margin-right: 6px;
    background-repeat: no-repeat;
}

/*期間*/
.kaiketsu .kaiketsu__content .list__staff .period:before {
    background-image: url(../images/icon_period.svg);
}

/*場所*/
.kaiketsu .kaiketsu__content .list__staff .place:before {
    background-image: url(../images/icon_place.svg);
}

/*雇用形態*/
.kaiketsu .kaiketsu__content .list__staff .engage:before {
    background-image: url(../images/icon_engage.svg);
}

/*----------------------------------------------------
	TOP 課題解決 kaiketsu (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
    .kaiketsu h3 .kaiketsu__title {
        font-size: 2.1vw;
    }
}


/*----------------------------------------------------
	TOP 課題解決 kaiketsu (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .kaiketsu .contentsWrap {
        padding: 64px 0 80px 0;
    }

    /*タイトル*/
    .kaiketsu h2 {
        font-size: 26px;
        margin-bottom: 32px;
    }

    .kaiketsu h2 span {
        display: none;
    }

    /*画像*/
    .kaiketsu .kaiketsu__img img {
        max-width: 580px;
        margin: 0 auto 40px auto;
        display: block;
    }

    /*業種リスト*/
    .kaiketsu .kaiketsu__content .kaiketsu__list {
        display: block;
    }

    .kaiketsu .kaiketsu__content .kaiketsu__list h3 {
        margin-bottom: 16px;
    }

    .kaiketsu .kaiketsu__content .kaiketsu__list .txtArea {
        width: 100%;
    }

}

/*----------------------------------------------------

	TOP プロキャスの特徴 feature_procas

----------------------------------------------------*/
.feature_procas {
    position: relative;
    overflow: hidden;
}

.feature_procas .contentsWrap {
    padding: 120px 0 220px 0;
}

.feature_procas .feature_content {
    margin-bottom: 80px;
}

.feature_procas .feature__list {
    position: relative;
    padding: 40px 0;
    margin-bottom: 56px;
}

.feature_procas .feature__list .feature__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/*画像*/
.feature_procas .feature__list .feature__item .imgArea {
    width: 48%;
    z-index: 2;
}

.feature_procas .feature__list .feature__item img {
    width: 100%;
}

/*テキスト*/
.feature_procas .feature__list .feature__item .txtArea {
    z-index: 2;
    width: 49%;
    color: #fff;
}

.feature_procas .feature__list .feature__item .txtArea p {
    font-weight: 500;
}


/*タイトル*/
.feature_procas .feature__list h3 {
    color: #F0CC00;
    font-size: 23px;
    border-bottom: solid 1px #F0CC00;
    padding-bottom: 16px;
    margin-bottom: 16px;
}



/*画像左・テキスト右の場合*/
.feature_procas .feature__bk_r::before {
    content: "";
    position: absolute;
    display: block;
    width: 110%;
    top: 0;
    height: 100%;
    right: -25%;
    background: linear-gradient(45deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
}

.feature_procas .feature__bk_r .feature__item .imgArea {
    margin-right: 3%;
}

/*画像右・テキスト左の場合*/
.feature_procas .feature__bk_l::before {
    content: "";
    position: absolute;
    display: block;
    width: 110%;
    top: 0;
    height: 100%;
    left: -25%;
    background: linear-gradient(-45deg, rgba(76, 155, 214, 1), rgba(1, 68, 118, 1));
}

.feature_procas .feature__bk_l .feature__item .imgArea {
    margin-right: 0;
    margin-left: 3%;
}

/*ダイアン*/
.feature_procas .characterArea .diane_img01 {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 29vw;
    max-width: 450px;
    min-width: 320px;
}

.feature_procas .characterArea .diane_img02 {
    position: absolute;
    bottom: 0;
    left: 4%;
    width: 24vw;
    max-width: 355px;
    min-width: 265px;
}

/*----------------------------------------------------
	TOP プロキャスの特徴 feature_procas (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {

    /*画像*/
    .feature_procas .feature__list .feature__item .imgArea {
        width: 41%;
    }

    /*テキスト*/
    .feature_procas .feature__list .feature__item .txtArea {
        width: 56%;
    }


}

/*----------------------------------------------------
	TOP プロキャスの特徴 feature_procas (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .feature_procas .contentsWrap {
        padding: 64px 0 250px 0;
    }

    .feature_procas .feature_content {
        margin-bottom: 48px;
    }

    /*タイトル*/
    .feature_procas .feature__list h3 {
        font-size: 20px;
    }

    /*画像*/
    .feature_procas .feature__list .feature__item .imgArea {
        width: 90%;
        max-width: 500px;
        margin: 32px auto 0 auto;
        order: 2;
    }

    /*テキスト*/
    .feature_procas .feature__list .feature__item .txtArea {
        width: 94%;
        order: 1;
    }

    /*画像左・テキスト右の場合*/
    .feature_procas .feature__bk_r::before {
        right: -8%;
    }

    .feature_procas .feature__bk_r .feature__item .txtArea {
        margin-left: 4%;
    }

    /*画像右・テキスト左の場合*/
    .feature_procas .feature__bk_l::before {
        left: -8%;
    }

    .feature_procas .feature__bk_l .feature__item .txtArea {
        margin-right: 4%;
    }

    /*ダイアン*/
    .feature_procas .characterArea .diane_img01 {
        min-width: 300px;
        z-index: 1;
    }

    .feature_procas .characterArea .diane_img02 {
        min-width: 250px;
    }
}

/*----------------------------------------------------
	TOP プロキャスの特徴 feature_procas (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .feature_procas .contentsWrap {
        padding: 64px 0 220px 0;
    }

    /*タイトル*/
    .feature_procas .feature__list h3 {
        font-size: 18px;
    }

    .feature_procas .feature__list h3 br {
        display: none;
    }

    /*ダイアン*/
    .feature_procas .characterArea .diane_img01 {
        min-width: 270px;
        right: 2%;
    }

    .feature_procas .characterArea .diane_img02 {
        min-width: 220px;
        left: 1%;
    }
}

/*----------------------------------------------------

	TOP お客様の声 case_study

----------------------------------------------------*/
.home .case_study {
    background-color: #FAF8F7;
    padding: 120px 0;
    overflow: hidden;
}



.case_study__list .case_study__inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.case_study__list a {
    text-decoration: none;
}

.case_study__list .swiper {
    overflow: visible;
    margin-bottom: 100px;
}

/* お客様の声 リスト */
.case_study__list .case_study__item {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px #aaa;
}

.case_study__list .swiper-slide:hover {
    transform: translateY(-8px);
}

/* 両端のリストは薄く */
.case_study__list .swiper-slide:not(.swiper-slide-visible) .case_study__item {
    pointer-events: none;
    opacity: 0.3;
}


/* 前へ次への矢印カスタマイズ */
.case_study__list .swiper-button-prev,
.case_study__list .swiper-button-next {
    height: 80px;
    width: 80px;
}

.case_study__list .swiper-button-prev::after,
.case_study__list .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 80px;
    margin: auto;
    width: 80px;
}

.case_study__list .swiper-button-prev::after {
    background-image: url(../images/swiper-button-prev.svg);
}

.case_study__list .swiper-button-next::after {
    background-image: url(../images/swiper-button-next.svg);
}

/* お客様の声 画像 */
.case_study__list .case_study__img img {
    width: 100%;
}

/* お客様の声 テキスト */
.case_study__list .case_study__txt {
    padding: 18px 24px 24px 24px;
}

.case_study__list .case_study__txt h3 {
    color: #014476;
    font-size: 20px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.case_study__list .case_study__txt .case_study__name {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.case_study__list .case_study__txt .case_study__category {
    font-weight: normal;
}

/*----------------------------------------------------
	TOP お客様の声 case_study (1000px以下)
----------------------------------------------------*/
@media screen and (max-width: 1000px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/*----------------------------------------------------
	TOP お客様の声 case_study (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .case_study {
        padding: 80px 0;
    }

    /* お客様の声 テキスト */
    .case_study__list .case_study__txt h3 {
        font-size: 18px;
    }
}


/* -----------------------------------------------------------

IT導入補助金

----------------------------------------------------------- */
.it_subsidy .subsidyBox {
    border: solid 2px #0089A5;
}

/*上部*/
.it_subsidy .subsidy_price {
    background-color: #F0FAFC;
    text-align: center;
    padding: 40px 16px;
}

.it_subsidy .subsidy_price p {
    font-size: 24px;
    font-weight: bold;
}

.it_subsidy .subsidy_price p .num {
    font-size: 64px;
}

.it_subsidy .subsidy_price p em,
.it_subsidy .subsidy_price p strong {
    font-weight: 800;
}

/*下部*/
.it_subsidy .subsidy_subject {
    text-align: center;
    padding: 32px 2%;
}

.it_subsidy .subsidy_subject p {
    font-weight: 800;
}

/* -----------------------------------------------------------
IT導入補助金 768px以下
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .it_subsidy .mainTitle h2 .br_sp {
        display: none;
    }

    /*上部*/
    .it_subsidy .subsidy_price {
        padding: 32px 16px;
    }

    .it_subsidy .subsidy_price p {
        font-size: 18px;
    }

    .it_subsidy .subsidy_price p .num {
        font-size: 42px;
    }

    .it_subsidy .subsidy_price p .br_sp {
        display: none;
    }
}

/* -----------------------------------------------------------
IT導入補助金 480px以下
----------------------------------------------------------- */
@media screen and (max-width: 480px) {
    .it_subsidy .mainTitle h2 .br_sp {
        display: block;
    }

    .it_subsidy .subsidy_price p .br_sp {
        display: block;
    }
}

/*----------------------------------------------------

	TOP ウェビナー情報 webinar_info

----------------------------------------------------*/
.webinar_info {
    background-color: #FAF8F7;
}

.webinar_info .webinar__item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.webinar_info .webinar__item:last-child {
    margin-bottom: 0;
}

/*画像*/
.webinar__item .imgArea {
    width: 32%;
    margin-right: 3%;
}

.webinar__item .imgArea img {
    width: 100%;
}

/*テキスト*/
.webinar__item .txtArea {
    width: 65%;
}

.webinar__item .webinar__title {
    color: #014476;
    font-size: 24px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
    margin-bottom: 16px;
}

/*スケジュール*/
.webinar__item .webinar__schedule {
    margin-bottom: 40px;
}

/*ウェビナー申し込みボタン*/
.webinar__item .txtArea .btArea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.webinar__item .txtArea .btArea p {
    font-weight: bold;
    margin-bottom: 8px;
}

.webinar__item .txtArea .btArea .btArea_item {
    width: 48%;
    margin: 0 auto;
}

/*ウェビナー情報なし*/
.webinar_info .webinar_nothing {
    text-align: center;
    border: solid 5px #ddd;
    max-width: 800px;
    margin: auto;
    padding: 40px 16px;
}

/*----------------------------------------------------
	TOP ウェビナー情報 webinar_info (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .webinar_info .webinar__item {
        margin-bottom: 48px;
    }

    /*画像*/
    .webinar__item .imgArea {
        width: 60%;
        margin-right: 0;
        min-width: 400px;
        margin-bottom: 18px;
    }

    /*テキスト*/
    .webinar__item .txtArea {
        width: 100%;
    }

    .webinar__item .webinar__title {
        font-size: 18px;
    }

    /*ウェビナー申し込みボタン*/
    .webinar__item .txtArea .btArea {
        display: block;
    }

    .webinar__item .txtArea .btArea .btArea_item {
        width: 100%;
        margin: 0 auto 24px;
    }
}

/*----------------------------------------------------
	TOP ウェビナー情報 webinar_info (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {

    /*画像*/
    .webinar__item .imgArea {
        width: 100%;
        min-width: inherit;
    }
}

/*----------------------------------------------------

	TOP お役立ち資料 home_dxmagazine

----------------------------------------------------*/
.home_dxmagazine {
    background-color: #FAF8F7;
}

.home_dxmagazine .imgArea {
    margin: 0 auto 10px auto;
    text-align: center;
}

.home_dxmagazine .imgArea img {
    width: 100%;
    max-width: 800px;
}

.home_dxmagazine .txtArea {
    text-align: center;
    margin-bottom: 40px;
}

.home_dxmagazine .txtArea h3 {
    margin-bottom: 16px;
}

/*----------------------------------------------------

	TOP コラム column

----------------------------------------------------*/
.home_column .home_column__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 64px;
}

.home_column .home_column__item {
    width: 32%;
    margin: 0 auto 24px auto;
    border: solid 1px #3e8ac3;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.home_column .home_column__item:hover {
    transform: translateY(-8px);

}

.home_column .home_column__item a {
    padding: 16px;
    display: block;
    text-decoration: none;
}

/*画像*/
.home_column .home_column__item .imgArea {
    position: relative;
    margin-bottom: 16px;
}

.home_column .home_column__item .imgArea img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/*カテゴリ*/
.home_column .home_column__item .home_column__cat {
    background-color: #465f62;
    padding: 1px 5px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 40px;
    text-align: center;
}

/*テキスト*/
.home_column .home_column__item .txtArea h3 {
    color: #014476;
    border-bottom: solid 1px #aaa;
    margin: 10px 0 16px 0;
    padding-bottom: 16px;
    font-size: 18px;
}

/*本文抜粋*/
/*.home_column .home_column__item .txtArea p {
    font-size: 14px;
    color: #333;
}*/

/*時間*/
.home_column .home_column__item .txtArea .date {
    font-size: 14px;
    text-align: right;
    display: block;
    color: #333;
    margin-top: 12px;
}

.home_column .home_column__item .txtArea .date::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 17px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(/common/images/date_icon.svg);
}

/*----------------------------------------------------
	TOP コラム column (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .home_column .home_column__list {
        margin-bottom: 40px;
    }

    .home_column .home_column__item {
        width: 48%;
    }

    .home_column .home_column__item a {
        padding: 5%;
    }
}

/*----------------------------------------------------
	TOP コラム column (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .home_column .home_column__item {
        width: 100%;
    }
}


/*----------------------------------------------------

	お知らせ News

----------------------------------------------------*/
/*.home .news {
    background-color: #F8F8F8;
}
*/
.news .news__list {
    border-bottom: 1px solid #ccc;
    margin-bottom: 48px;
}

.news .news__item {
    border-top: 1px solid #ccc;
}

.news .news__link {
    display: flex;
    padding: 32px 18px;
    text-decoration: none;
}

.news .news__link:hover {
    background-color: #ededed;
}

.news .news__date {
    flex-basis: 140px;
    color: #333;
}

.news .news_category {
    width: 10em;
    height: 2em;
    margin-right: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #014476;
    text-align: center;
    border: 1px solid #014476;
}

.news__title {
    color: #333;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 70%;
}

/*----------------------------------------------------
	お知らせ News (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .news .news__link {
        flex-wrap: wrap;
    }

    .news__title {
        width: 100%;
        margin-top: 16px;
    }

    .news .news__date {
        flex-basis: 120px;
    }

    .news .news_category {
        width: 9em;
        height: 1.5em;
        margin-right: 0;
        font-size: 13px;
        line-height: 1.5em;
    }
}

/*----------------------------------------------------

	TOP 関連サービス LINEUP

----------------------------------------------------*/
.home .lineup {
    background-color: #F8F8F8;
}

.lineup__list {
    display: flex;
    flex-wrap: wrap;
}

.lineup__item {
    width: 31.3%;
    margin: 1%;
    background-color: #fff;
    box-shadow: 0 0 8px #E2D6CF;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

/*リンク*/
.lineup__item a {
    padding: 7% 8% 7% 8%;
    display: block;
    text-decoration: none;
    color: #333;
    text-align: center;
}

.lineup__item:hover {
    transform: translateY(-8px);
}

/*画像*/
.lineup__item img {
    width: 86%;
}

.lineup__item:nth-child(1) img,
.lineup__item:nth-child(4) img {
    max-width: 200px;
    /*プロカン(1番目)とプロキャス(6番目)の画像サイズ調整*/
}

/*テキスト*/
.lineup__item p {
    border-top: 1px solid #9F9F9F;
    padding-top: 20px;
    margin-top: 20px;
}

/*----------------------------------------------------
	TOP 関連サービス LINEUP (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .lineup__item {
        width: 48%;
    }
}

/*----------------------------------------------------
	TOP 関連サービス LINEUP (480px以下)
----------------------------------------------------*/
@media screen and (max-width: 480px) {
    .lineup__item {
        width: 100%;
        margin: 3% auto;
    }

    /*画像*/
    .lineup__item img {
        width: 70%;
    }

    .lineup__item:nth-child(1) img,
    .lineup__item:nth-child(4) img {
        max-width: 150px;
        /*プロカン(1番目)とプロキャス(6番目)の画像サイズ調整*/
    }
}

/*----------------------------------------------------

	TOP サイトリスト02

----------------------------------------------------*/
.site_list02 .contentsWrap {
    padding: 80px 0 80px;
}

/*タイトル調整*/
.site_list02 h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 32px;
}

.site_list02 h2 .sub {
    font-size: 28px;
    display: block;
}

/*リスト*/
.site_list02 .site_list02_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.site_list02 .site_list02_item li {
    position: relative;
    width: calc(95% / 3);
    width: -webkit-calc(95% / 3);
    border: solid 2px #1a6196;
    border-radius: 16px;
    margin: 0 auto 1.5% auto;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s;
}

.site_list02 .site_list02_item li:hover {
    transform: translateY(-8px);
}

.site_list02 .site_list02_item li.item01,
.site_list02 .site_list02_item li.item02 {
    width: calc(97% / 2);
    width: -webkit-calc(97% / 2);
}

/*サブタイトル*/
.site_list02 .site_list02_item li .txtArea {
    margin: auto;
}

.site_list02 .site_list02_item li .txtArea h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.site_list02 .site_list02_item li.item01 .txtArea h3,
.site_list02 .site_list02_item li.item02 .txtArea h3 {
    font-size: 22px;
}

.site_list02 .site_list02_item li.item05 .txtArea h3 {
    font-size: 18px;
    line-height: 1.3em;
}

/*業種イラスト*/
.site_list02 .site_list02_item li .imgArea {
    background-color: #fff;
    padding: 2%;
    width: 28%;
    max-width: 120px;
    min-height: 110px;
    display: flex;
    align-items: center;
}

.site_list02 .site_list02_item li.item01 .imgArea,
.site_list02 .site_list02_item li.item02 .imgArea {
    max-width: 130px;
}

.site_list02 .site_list02_item li .imgArea img {
    width: 100%;
}

/*リンク・アイコン*/
.site_list02 .site_list02_item li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #1a6196;
}

.site_list02 .site_list02_item li a::before {
    font-weight: bold;
    content: "→";
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background: #669bc4;
    color: #fff;
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 24px;
    line-height: 24px;
    transition: 1s;
}

.site_list02 .site_list02_item li a:hover::before {
    background: #669bc4;
    box-shadow: 0px 0px 0px 4px #669bc4;
}

/*----------------------------------------------------
	TOP サイトリスト02 (1280px以下)
----------------------------------------------------*/
@media screen and (max-width: 1280px) {

    /*サブタイトル*/
    .site_list02 .site_list02_item li .txtArea h3 {
        font-size: 17px;
    }

    .site_list02 .site_list02_item li.item01 .txtArea h3,
    .site_list02 .site_list02_item li.item02 .txtArea h3 {
        font-size: 17px;
    }

    .site_list02 .site_list02_item li.item05 .txtArea h3 {
        font-size: 17px;
    }

    /*リスト*/
    .site_list02 .site_list02_item {
        justify-content: start;
    }

    .site_list02 .site_list02_item li {
        width: calc(96% / 2);
        width: -webkit-calc(96% / 2);
        margin: 0 1% 2.5% 1%;
    }

    .site_list02 .site_list02_item li.item01,
    .site_list02 .site_list02_item li.item02 {
        width: calc(96% / 2);
        width: -webkit-calc(96% / 2);
    }

    /*イラスト*/
    .site_list02 .site_list02_item li .imgArea {
        min-height: 110px;
    }

    .site_list02 .site_list02_item li.item01 .imgArea,
    .site_list02 .site_list02_item li.item02 .imgArea {
        max-width: 120px;
    }

}

/*----------------------------------------------------
	TOP サイトリスト02 (768px以下)
----------------------------------------------------*/
@media screen and (max-width: 768px) {
    .home .site_list02 .contentsWrap {
        padding: 64px 0 64px;
    }

    /*タイトル調整*/
    .site_list02 h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .site_list02 h2 span.kazari {
        display: none;
    }

    .site_list02 h2 .sub {
        font-size: 18px;
        margin-bottom: 1em;
    }

    /*サブタイトル*/
    .site_list02 .site_list02_item li .txtArea {
        padding: 0.5em 1% 3.5em 1%;
        text-align: center;
    }

    .site_list02 .site_list02_item li .txtArea h3,
    .site_list02 .site_list02_item li.item01 .txtArea h3,
    .site_list02 .site_list02_item li.item02 .txtArea h3,
    .site_list02 .site_list02_item li.item05 .txtArea h3 {
        font-size: 16px;
    }

    /*リスト*/
    .site_list02 .site_list02_item li a {
        flex-flow: column;
    }

    .site_list02 .site_list02_item li {
        margin: 0 1% 1em 1%;
        background-color: #1a6196;
    }

    .site_list02 .site_list02_item li,
    .site_list02 .site_list02_item li.item01,
    .site_list02 .site_list02_item li.item02 {}

    /*イラスト*/
    .site_list02 .site_list02_item li .imgArea {
        min-height: inherit;
        max-width: inherit;
        padding: 8% 14%;
        width: 72%;
    }

    .site_list02 .site_list02_item li.item01 .imgArea,
    .site_list02 .site_list02_item li.item02 .imgArea {
        max-width: inherit;
    }

    /*リンク・アイコン*/
    .site_list02 .site_list02_item li a::before {
        bottom: 12px;
        width: 24px;
        line-height: 24px;
        right: 50%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}




/* -----------------------------------------------------------

	202508 TOP追加CSS

----------------------------------------------------------- */
/*----------header----------*/
.second_home .header__inner {
    justify-content: space-between;
}

.second_home .header__title {
    margin: 0;
}

.second_home .nav__inner_sub {
    width: auto;
}

.second_home .nav__inner_sub .btArea .header__btn {
    padding: 12px 8px;
    width: 200px;
}

/*----------MV----------*/
.second_home .MV .MVIn {
    background-image: url(../images/mv_img_pc02.jpg);
    height: auto;
    padding: 3% 4% 3% 4%;
}

.second_home .MV .MVIn .MV_left {
    width: auto;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    margin: auto;
}

/*バッジ*/
.second_home .MV .MVIn .badgeArea {
    left: 2%;
    right: auto;
    top: 5%;
}

.second_home .MV .MVIn .badgeArea img {
    max-width: 220px;
    width: 10.5vw;
}

/*スマホ*/
.second_home .MV .MVIn .demoArea {
    position: absolute;
    left: 3%;
    bottom: 0;
}

.second_home .MV .MVIn .demoArea img {
    max-width: 380px;
    width: 15vw;
}

/*ボタン*/
.second_home .MV .MVIn .btArea a {
    max-width: 260px;
}

/*----------アプリで完結----------*/
.second_home .kaiketsu .kaiketsu__img img {
    margin-bottom: 0;
}

.home .MV .slide_MV01 .badgeArea img {
    margin: 0 2%;
    max-width: 240px;
    width: 10.5vw;
}

/*----------フッター----------*/
.second_home #copyright {
    border-top: solid 1px #777;
    padding-top: 16px;
}

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

    /*----------MV----------*/
    .second_home .MV .MVIn {
        padding: 3% 4% 2% 4%;
    }

    /*タイトル*/
    .second_home .MV .MVIn .MV_left .MV_title {
        margin: 0% auto 0.5% auto;
        width: 31vw;
        max-width: 460px;
    }

    /*ボタン*/
    .second_home .MV .MVIn .btArea a {
        padding: 0.8% 3% 0.8% 3%;
    }

    /*バッジ*/
    .second_home .MV .MVIn .badgeArea img {
        max-width: 180px;
        width: 9.5vw;
    }

    /*スマホ*/
    .second_home .MV .MVIn .demoArea {
        max-height: 155px;
        left: 5%;
        overflow: hidden;
    }

    .second_home .MV .MVIn .demoArea img {
        max-width: 250px;
        width: 13vw;
    }

}

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

    /*----------header----------*/
    .second_home .nav__inner_sub .btArea .header__btn {
        margin-bottom: 0;
        padding: 8px 8px;
        width: 150px;
    }

    /*----------MV----------*/
    .second_home .MV .MVIn {
        padding: 4% 4% 3% 4%;
        background-position: right top;
    }

    /*タイトル*/
    .second_home .MV .MVIn .MV_left .MV_title {
        margin: 0% auto 1.5em auto;
        width: 38vw;
        max-width: 390px;
        min-width: auto;
    }

    /*ボタン*/
    .second_home .MV .MVIn .btArea {}

    .second_home .MV .MVIn .btArea a {
        padding: 12px 3% 12px 3%;
        display: block;
        margin: 0% auto 1em auto;
    }

    /*バッジ*/
    .second_home .MV .MVIn .badgeArea img {
        width: 11.5vw;
    }

    /*スマホ*/
    .second_home .MV .MVIn .demoArea {
        max-height: inherit;
        left: 2%;
    }

    .second_home .MV .MVIn .demoArea img {
        width: 24vw;
    }

}

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

    /*----------MV----------*/
    .second_home .MV .MVIn {
        background-image: url(../images/mv_img_sp.jpg);
        padding: 20% 0 25% 0;
        height: 100vw;
        background-position: center top;
    }

    .second_home .MV .MVIn .MV_left .MV_title {
        width: 80%;
        max-width: 460px;
    }

    .second_home .MV .MVIn .MV_left {
        position: unset;
    }

    /*バッジ*/
    .second_home .MV .MVIn .badgeArea {
        top: 1.5%;
    }

    .second_home .MV .MVIn .badgeArea img {
        width: 16.5vw;
    }

    /*ボタン*/
    .second_home .MV .MVIn .btArea {
        bottom: 1em;
        z-index: 2;
    }

    .second_home .MV .MVIn .btArea a {
        margin: 0% auto 1em auto;
        max-width: inherit;
    }

    /*スマホ*/
    .second_home .MV .MVIn .demoArea {
        left: 4%;
        z-index: 1;
        bottom: 8em;
    }

    .second_home .MV .MVIn .demoArea img {
        width: 38vw;
        max-width: 270px;
    }

}

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

    /*----------header----------*/
    .second_home .nav__inner_sub .btArea .header__btn {
        display: none;
    }
}
