


@charset "UTF-8";
/*
design2022 main_css
*/


body, html {
    min-height: 100%
}
*, :after, :before {
    box-sizing: border-box
}
* {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit
}
pre, textarea {
    overflow: auto
}
template {
    display: none
}
details, main, summary {
    display: block
}
input[type=number] {
    width: auto
}
input[type=search] {
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
progress {
    display: inline-block
}
small, sub, sup {
    font-size: 75%
}
sub, sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
textarea {
    resize: vertical
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}
audio:not([controls]) {
    display: none
}
img {
    border: 0;
    max-width: 100%;
    height: auto
}
button, input, select, textarea {
    min-height: 1.5em;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
input {
    line-height: normal
}
button, html input[type=button], input[type=reset], input[type=submit] {
    border-style: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-appearance: button
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}
code, kbd, pre, samp {
    font-family: monospace
}
ol, ul {
    list-style: none
}
select {
    -moz-appearance: none;
    -webkit-appearance: none
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
fieldset {
    border: 0
}
html body {
    background-color: #fff;
    word-wrap: break-word;
    color: #000;
    font-family: メイリオ, meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, arial, helvetica, sans-serif;
    line-height: 1.6875;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}
html[lang=en] body {
    font-family: verdana, arial, helvetica, sans-serif
}
html h2, html h3, html h4 {
    margin: 0;
    padding: 0;
    line-height: inherit
}
html h2, html h2 a:link, html h2 a:visited, html h3, html h4 {
    background: none;
    color: #000
}
html blockquote, html body, html dd, html div, html dl, html dt, html fieldset, html form, html h1, html h2, html h3, html h4, html h5, html h6, html input, html p, html pre, html td, html textarea, html th, html ul, html ul li {
    line-height: 1.6875
}
@media screen and (max-width:767px) {
    html.JS body {
        background-color: #fff
    }
    html.JS h2 {
        margin: 0
    }
}
html a {
    text-decoration: none
}
html a, html a[href^="tel:"]:hover {
    color: #000
}
@media (min-width:768px) {
    html a[href^="tel:"] {
        cursor: text;
        text-decoration: none
    }
}
html a:link, html a:visited {
    text-decoration: inherit;
    color: inherit
}
#Contents {
    padding: 0
}

.hs-container {
    overflow: initial;
    padding: 0;
    max-width: none
}

/*--------------------
アイコン付きリンク
--------------------*/
.c-link {
    display: inline-block;
    position: relative;
    padding-right: 5.3333333333vw;
    transition: color .2s cubic-bezier(.39, .575, .565, 1);
    font-size: 3.7333333333vw
}
@media (min-width:768px) {
    .c-link {
        padding-right: 20px;
        letter-spacing: normal;
        font-size: .875rem
    }
}
@media (min-width:768px) and (hover:hover) {
    .c-link:hover {
        transition: color .2s cubic-bezier(.39, .575, .565, 1);
        text-decoration: underline;
        color: #b1000e
    }
}
.c-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.6vw;
    height: 2.9333333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/r22res/image/common/icon_link.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}
@media (min-width:768px) {
    .c-link:before {
        width: 6px;
        height: 11px
    }
}
.c-link.c-link--block {
    display: block
}
.c-link.c-link--footer {
    letter-spacing: 0;
    font-weight: 700
}
.c-link.c-link--no-spacing {
    letter-spacing: 0
}
.c-link.c-link--heading {
    padding: 10px 15px;
    border-left: 5px solid #d32d32
}
.c-link.c-link--sub {
    padding-right: 5.3333333333vw;
    color: #c02;
    font-weight: 400
}
@media (min-width:768px) {
    .c-link.c-link--sub {
        padding-right: 20px;
        letter-spacing: 0
    }
}
.c-link.c-link--anchor:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}
.c-link.c-link--img {
    padding-right: 0
}
.c-link.c-link--img:before {
    display: none
}
.c-link.c-link--img img {
    margin-left: 2.6666666667vw;
    width: 1.6vw;
    vertical-align: unset
}
@media (min-width:768px) {
    .c-link.c-link--img img {
        margin-left: 10px;
        width: auto
    }
}
@media (min-width:768px) {
    .c-link.c-link--top {
        letter-spacing: .0625rem
    }
}
@media (min-width:768px) {
    .c-link.c-link--nowrap {
        white-space: nowrap
    }
}
.c-link.c-link--pdf:before {
    content: "";
    display: inline-block;
    position: static;
    margin-right: 8px;
    width: 20px;
    height: 19px;
    -webkit-transform: translate(0);
    transform: translate(0);
    background: url(/r22res/image/common/icn_datalist01-pdf01.gif) no-repeat 0 0;
    vertical-align: top
}
.c-link.c-link--target {
    padding-right: 8vw
}
@media (min-width:768px) {
    .c-link.c-link--target {
        padding-right: 30px
    }
}
.c-link.c-link--target:before {
    top: calc(50% - .8vw);
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-image: url(/r22res/image/common/icon_blank.svg);
    background-size: contain
}
@media (min-width:768px) {
    .c-link.c-link--target:before {
        top: calc(50% - 3px);
        width: 20px;
        height: 16px
    }
}
.c-link.c-link--blue {
    letter-spacing: 0;
    color: #1e4bbe
}
.c-link.c-link--blue:before {
    background-image: url(/r22res/image/common/icon_link_blue.svg)
}
.c-link.c-link--blue[target=_blank]:before {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-image: url(/r22res/image/common/icon_blank_blue.svg)
}
@media (min-width:768px) {
    .c-link.c-link--blue[target=_blank]:before {
        width: 20px;
        height: 16px
    }
}

/*--------------------
検索窓
サイトトップ、商品トップ、事例トップ
--------------------*/
.c-form-search {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%
}
@media (min-width:768px) {
    .c-form-search {
        max-width: 844px
    }
}
.c-form-search .c-form-search__input {
    padding: 4vw 14.6666666667vw 4vw 5.3333333333vw;
    border: 2px solid #ddd;
    border-radius: 35px;
    width: 100%;
    font-size: 3.7333333333vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
@media (min-width:768px) {
    .c-form-search .c-form-search__input {
        padding: 15px 70px 15px 20px;
        letter-spacing: .0625rem;
        font-size: 1rem
    }
}
.c-form-search .c-form-search__input::-webkit-input-placeholder {
    opacity: .8
}
.c-form-search .c-form-search__input::-moz-placeholder {
    opacity: .8
}
.c-form-search .c-form-search__input::placeholder {
    opacity: .8
}
.c-form-search .c-form-search__button {
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 9.6vw;
    height: 9.6vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/r22res/image/common/icon_search.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8vw 8vw
}
@media (min-width:768px) {
    .c-form-search .c-form-search__button {
        right: 20px;
        width: 48px;
        height: 48px;
        background-size: 34px 34px
    }
}

/*--------------------
四角透過ボタン
--------------------*/
.c-button {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 5.3333333333vw 26.6666666667vw 5.3333333333vw 6.6666666667vw;
    border: 1px solid transparent;
    cursor: pointer;
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
    background-color: #333;
    text-align: left;
    text-decoration: none;
    font-size: 3.4666666667vw;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.c-button, .c-button:link, .c-button:visited {
    color: #fff
}
@media (min-width:768px) {
    .c-button {
        padding: 20px 90px 20px 25px;
        min-height: 60px;
        font-size: .875rem
    }
}
@media (min-width:768px) and (hover:hover) {
    .c-button:hover {
        opacity: .7;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }
}
.c-button:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    width: 6px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/r22res/image/common/icon_link.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}
@media (min-width:768px) {
    .c-button:before {
        right: 20px
    }
}
.c-button.c-button--normal {
    padding: 4vw 21.3333333333vw
}
@media (min-width:768px) {
    .c-button.c-button--normal {
        padding: 20px 125px
    }
}
.c-button.c-button--normal:before {
    display: none
}
.c-button.c-button--target[target=_blank]:before {
    top: calc(50% - .8vw);
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-image: url(/r22res/image/common/icon_blank.svg);
    background-size: contain
}
@media (min-width:768px) {
    .c-button.c-button--target[target=_blank]:before {
        top: calc(50% - 3px);
        width: 20px;
        height: 16px
    }
}

/*--------------------
旧リニューアル商品ページ移行が終ったら削除予定
商品ページ「すべて見る＞」アイコン付きリンク、関連キーワードリンク
--------------------*/
.hs-c-link {
    display: inline-block;
    position: relative;
    padding-right: 5.3333333333vw;
    transition: color .2s cubic-bezier(.39, .575, .565, 1);
    text-align: left;
    font-size: 3.7333333333vw
}
@media (min-width:768px) {
    .hs-c-link {
        padding-right: 20px;
        letter-spacing: normal;
        font-size: .875rem
    }
}
@media (min-width:768px) and (hover:hover) {
    .hs-c-link:hover {
        transition: color .2s cubic-bezier(.39, .575, .565, 1);
        text-decoration: underline;
        color: #b1000e
    }
}
.hs-c-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    width: 1.6vw;
    height: 2.9333333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/r22res/image/common/icon_link.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}
@media (min-width:768px) {
    .hs-c-link:before {
        width: 6px;
        height: 11px
    }
}
.hs-c-link.hs-c-link--anchor:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}
.hs-c-link.hs-c-link--img {
    padding-right: 0
}
.hs-c-link.hs-c-link--img:before {
    display: none
}
.hs-c-link.hs-c-link--img img {
    margin-left: 2.6666666667vw;
    width: 1.6vw;
    vertical-align: unset
}
@media (min-width:768px) {
    .hs-c-link.hs-c-link--img img {
        margin-left: 10px;
        width: auto
    }
}
.hs-c-link.hs-c-link--img.heading-2 {
    position: relative
}
.hs-c-link.hs-c-link--img.heading-2>img {
    margin-bottom: .5333333333vw;
    width: 2.9333333333vw;
    height: 4.5333333333vw
}
@media (min-width:768px) {
    .hs-c-link.hs-c-link--img.heading-2>img {
        margin-bottom: 2px;
        width: 15px;
        height: 24px
    }
}
.hs-c-link.hs-c-link--img.heading-3>img {
    margin-bottom: .5333333333vw;
    width: 1.8666666667vw;
    height: 3.7333333333vw
}
@media (min-width:768px) {
    .hs-c-link.hs-c-link--img.heading-3>img {
        margin-bottom: 2px;
        width: 12px;
        height: 20px
    }
}
.hs-c-link[href$=".pdf"]:not(.hs-c-link-download):before, .hs-c-link[href$="pdf.ashx?la=ja-JP"]:not(.hs-c-link-download):before {
    content: "";
    display: inline-block;
    position: static;
    margin-right: 8px;
    width: 20px;
    height: 19px;
    -webkit-transform: translate(0);
    transform: translate(0);
    background: url(/r22res/image/common/icn_datalist01-pdf01.gif) no-repeat 0 0;
    vertical-align: top
}
.hs-c-link.hs-c-link--target {
    padding-right: 8vw
}
@media (min-width:768px) {
    .hs-c-link.hs-c-link--target {
        padding-right: 30px
    }
}
.hs-c-link.hs-c-link--target:before {
    top: calc(50% - .8vw);
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-image: url(/r22res/image/common/icon_blank.svg);
    background-size: contain
}
@media (min-width:768px) {
    .hs-c-link.hs-c-link--target:before {
        top: calc(50% - 3px);
        width: 20px;
        height: 16px
    }
}
.hs-c-link.hs-c-link--border {
    border: 1px solid #e6e6e6
}
.hs-c-link.hs-c-link--block {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.hs-c-link.hs-c-link-download:before {
    right: -2.1333333333vw;
    width: 4.5333333333vw;
    height: 5.3333333333vw;
    background-image: url(/r22res/image/common/icon_download.svg);
    background-position: 50%;
    background-size: contain
}
@media screen and (min-width:768px) {
    .hs-c-link.hs-c-link-download:before {
        right: -8px;
        width: 17px;
        height: 20px
    }
}

/*--------------------
削除予定
先行商品ページ 下線付きタイトル
--------------------*/

.hs-c-underline {
    position: relative;
    border-bottom: 2px solid #ddd
}
@media screen and (max-width:767px) {
    .hs-c-underline.hs-c-underline--pc {
        padding-bottom: 0!important;
        border-bottom: 0!important
    }
}
@media screen and (min-width:768px) {
    .hs-c-underline.hs-c-underline--sp {
        padding-bottom: 0!important;
        border-bottom: 0!important
    }
}
@media screen and (max-width:767px) {
    .hs-c-underline.hs-c-underline--sp_accent:before {
        content: "";
        position: absolute;
        bottom: -.5333333333vw;
        left: 0;
        width: 48%;
        height: .5333333333vw;
        background-color: #c02
    }
}
.hs-c-underline.hs-c-underline--sub:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40%;
    height: 2px;
    background-color: #c02
}
.hs-c-underline.hs-c-underline--left {
    padding-left: 5.3333333333vw;
    border-bottom: none
}
@media (min-width:768px) {
    .hs-c-underline.hs-c-underline--left {
        padding-left: 20px
    }
}
.hs-c-underline.hs-c-underline--left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #c02
}
.hs-c-underline.hs-c-underline--left .heading-2, .hs-c-underline.hs-c-underline--left .heading-3, .hs-c-underline.hs-c-underline--left .heading-4 {
    padding-bottom: 0
}
.hs-c-underline .heading-2, .hs-c-underline.hs-c-underline--h2 {
    padding-bottom: 8vw
}
@media (min-width:768px) {
    .hs-c-underline .heading-2, .hs-c-underline.hs-c-underline--h2 {
        padding-bottom: 15px
    }
}
.hs-c-underline .heading-3, .hs-c-underline.hs-c-underline--h3 {
    padding-bottom: 5.3333333333vw
}
@media (min-width:768px) {
    .hs-c-underline .heading-3, .hs-c-underline.hs-c-underline--h3 {
        padding-bottom: 20px
    }
}
.hs-c-underline .heading-4, .hs-c-underline.hs-c-underline--h4 {
    padding-bottom: 5.3333333333vw
}
@media (min-width:768px) {
    .hs-c-underline .heading-4, .hs-c-underline.hs-c-underline--h4 {
        padding-bottom: 20px
    }
}
.hs-c-underline.hs-c-underline--link {
    padding-bottom: 8vw
}
@media (min-width:768px) {
    .hs-c-underline.hs-c-underline--link {
        padding-bottom: 30px
    }
}

/*--------------------
mediaで非表示
--------------------*/
@media (max-width:767.98px) {
    .u-hidden-sm {
        display: none!important;
        visibility: hidden
    }
}
.u-hidden-up-sm {
    display: none!important;
    visibility: hidden
}
@media (max-width:767.98px) {
    .u-hidden-down-sm {
        display: none!important;
        visibility: hidden
    }
}
@media (min-width:768px) and (max-width:1023.98px) {
    .u-hidden-md {
        display: none!important;
        visibility: hidden
    }
}
@media (min-width:768px) {
    .u-hidden-up-md {
        display: none!important;
        visibility: hidden
    }
}
@media (max-width:1023.98px) {
    .u-hidden-down-md {
        display: none!important;
        visibility: hidden
    }
}
@media (min-width:1024px) {
    .u-hidden-lg, .u-hidden-up-lg {
        display: none!important;
        visibility: hidden
    }
}
.u-hidden-down-lg {
    display: none!important;
    visibility: hidden
}
@media (min-width:1280px) {
    .u-hidden-xl {
        display: none!important;
        visibility: hidden
    }
}


/*--------------------
clearfix
--------------------*/
.clearfix:after {
    content: "";
    display: block;
    clear: both
}

/*--------------------
見出し
--------------------*/
.heading-1 {
    letter-spacing: .15625rem;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.4
}
.heading-1.heading-1--en, html[lang=en] .heading-1 {
    letter-spacing: 0;
    font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
    font-size: 10.6666666667vw;
    font-weight: 400;
    line-height: 1.2
}
html[lang=en] .heading-1 {
    font-family: verdana, arial, helvetica, sans-serif!important
}
@media (min-width:768px) {
    .heading-1 {
        font-size: 2.625rem;
        line-height: 1.5952380952
    }
    .heading-1.heading-1--en, html[lang=en] .heading-1 {
        font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 1.4642857143
    }
}
.heading-2 {
    letter-spacing: .15625rem;
    font-size: 6.9333333333vw;
    font-weight: 700;
    line-height: 1.3846153846
}
.heading-2.heading-2--en, html[lang=en] .heading-2 {
    letter-spacing: 0;
    font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
    font-size: 9.6vw;
    font-weight: 400;
    line-height: 1.2
}
html[lang=en] .heading-2 {
    font-family: verdana, arial, helvetica, sans-serif!important
}
@media (min-width:768px) {
    .heading-2 {
        font-size: 1.875rem;
        line-height: 1.6666666667
    }
    .heading-2.heading-2--en, html[lang=en] .heading-2 {
        font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
        font-size: 2.75rem;
        font-weight: 400;
        line-height: 1.4090909091
    }
}
.heading-3 {
    letter-spacing: .04em;
    font-size: 5.8666666667vw;
    font-weight: 700;
    line-height: 1.3636363636
}
.heading-3.heading-3--en, html[lang=en] .heading-3 {
    letter-spacing: 0;
    font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
    font-size: 6.9333333333vw;
    font-weight: 400;
    line-height: 1.2
}
html[lang=en] .heading-3 {
    font-family: verdana, arial, helvetica, sans-serif!important
}
@media (min-width:768px) {
    .heading-3 {
        font-size: 1.5rem;
        line-height: 1.75
    }
    .heading-3.heading-3--en, html[lang=en] .heading-3 {
        font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 1.8333333333
    }
}
.heading-4 {
    letter-spacing: .04em;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.4
}
.heading-4.heading-4--en, html[lang=en] .heading-4 {
    letter-spacing: 0;
    font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 1.2
}
html[lang=en] .heading-4 {
    font-family: verdana, arial, helvetica, sans-serif!important
}
@media (min-width:768px) {
    .heading-4 {
        font-size: 1.25rem;
        line-height: 2.7
    }
    .heading-4.heading-4--en, html[lang=en] .heading-4 {
        font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
        font-size: 1.625rem;
        font-weight: 400;
        line-height: 1.3461538462
    }
}
.heading-5 {
    letter-spacing: .04em;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.3888888889
}
.heading-5.heading-5--en, html[lang=en] .heading-5 {
    letter-spacing: 0;
    font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
    font-size: 5.8666666667vw;
    font-weight: 400;
    line-height: 1.2
}
html[lang=en] .heading-5 {
    font-family: verdana, arial, helvetica, sans-serif!important
}
@media (min-width:768px) {
    .heading-5 {
        font-size: 1.125rem;
        line-height: 1.5
    }
    .heading-5.heading-5--en, html[lang=en] .heading-5 {
        font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2.2916666667
    }
}

/*--------------------
figcaption のみ使用
ピックアップ、タイルのタイトル、～から探すのリンクで使用
--------------------*/
.caption, .figcaption {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.8
}
.caption.caption--en, .caption.figcaption--en, .figcaption.caption--en, .figcaption.figcaption--en, html[lang=en] .caption, html[lang=en] .figcaption {
    font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
    font-size: 5.3333333333vw
}
html[lang=en] .caption, html[lang=en] .figcaption {
    font-family: verdana, arial, helvetica, sans-serif!important
}
@media (min-width:768px) {
    .caption, .figcaption {
        font-size: 1.125rem;
        line-height: 1.7777777778
    }
    .caption.caption--en, .caption.figcaption--en, .figcaption.caption--en, .figcaption.figcaption--en, html[lang=en] .caption, html[lang=en] .figcaption {
        font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
        font-size: 1.25rem;
        line-height: 1.7
    }
}

/*--------------------
テキスト
--------------------*/
.text {
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 1.8
}
.text.caption--en, .text.figcaption--en, html[lang=en] .text {
    font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
    font-size: 3.7333333333vw;
    line-height: 1.7857142857
}
html[lang=en] .text {
    font-family: verdana, arial, helvetica, sans-serif!important
}
@media (min-width:768px) {
    .text {
        letter-spacing: .04em;
        font-size: 1rem;
        line-height: 1.8125
    }
    .text.caption--en, .text.figcaption--en, html[lang=en] .text {
        font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.6875
    }
}

/*--------------------
見出し下リード文
--------------------*/
.lead {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.8
}
@media (min-width:768px) {
    .lead {
        font-size: .875rem;
        line-height: 1.7857142857
    }
}


/*--------------------
移設
トップページ heroarea
商品ページ heroarea このcss読み込みがなくなったら移設
--------------------*/
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
    display: block;
    position: relative
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    border: 1px solid transparent;
    height: auto
}
.slick-arrow.slick-hidden {
    display: none
}
@font-face {
    font-family: swiper-icons;
    font-weight: 400;
    font-style: normal;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}


/*--------------------
パンくず
--------------------*/
.global-breadcrumbs {
    display: none
}
@media (min-width:768px) {
    .global-breadcrumbs {
        display: block
    }
}
.global-breadcrumbs .global-breadcrumbs__container {
    width: 100%
}
@media (min-width:768px) {
    .global-breadcrumbs .global-breadcrumbs__container {
        margin: auto;
        width: 100%;
        max-width: 1367px
    }
}
.global-breadcrumbs .global-breadcrumbs__list {
    display: flex
}
@media (min-width:768px) {
    .global-breadcrumbs .global-breadcrumbs__list {
        padding: 20px 0
    }
}
.global-breadcrumbs .global-breadcrumbs__item {
    position: relative
}
@media (min-width:768px) {
    .global-breadcrumbs .global-breadcrumbs__item {
        font-size: .6875rem
    }
}
@media (min-width:768px) {
    .global-breadcrumbs .global-breadcrumbs__item:not(:first-child) {
        padding-left: 20px
    }
}
.global-breadcrumbs .global-breadcrumbs__item:not(:first-child):before {
    content: ">";
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (min-width:768px) {
    .global-breadcrumbs .global-breadcrumbs__item:not(:first-child):before {
        left: 6px
    }
}
.global-breadcrumbs .global-breadcrumbs--active {
    transition: color .2s cubic-bezier(.39, .575, .565, 1);
    color: #a94657
}
@media (min-width:768px) and (hover:hover) {
    .global-breadcrumbs .global-breadcrumbs--active:hover {
        transition: color .2s cubic-bezier(.39, .575, .565, 1);
        text-decoration: underline;
        color: #b1000e
    }
}

/*--------------------
カード型リンク
--------------------*/
.global-cards .global-cards__container {
    margin: 20.2666666667vw auto 0;
    padding: 0 5.3333333333vw;
    width: 100%
}
@media (min-width:768px) {
    .global-cards .global-cards__container {
        margin: 96px auto 0;
        padding: 0 20px;
        max-width: 1060px
    }
}
@media (min-width:1100px) {
    .global-cards .global-cards__container {
        padding: 0
    }
}
.global-cards .global-cards__text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 2
}
@media (min-width:768px) {
    .global-cards .global-cards__text {
        margin-top: 7px;
        letter-spacing: .15625rem;
        font-size: .875rem
    }
}
.global-cards .global-cards-list {
    display: flex;
    flex-flow: wrap
}
.global-cards .global-cards-list__item {
    position: relative;
    margin-top: 4.5333333333vw;
    width: calc(50% - 2.26667vw);
    transition: color .2s cubic-bezier(.39, .575, .565, 1)
}
@media (min-width:768px) {
    .global-cards .global-cards-list__item {
        margin-top: 32px;
        margin-right: 32px;
        width: calc(25% - 24px)
    }
    .global-cards .global-cards-list__item:nth-of-type(4n) {
        margin-right: 0
    }
}
@media (min-width:768px) and (hover:hover) {
    .global-cards .global-cards-list__item:hover .global-cards-list__detail {
        opacity: 1;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }
    .global-cards .global-cards-list__item:hover .global-cards-list__detail+figure .global-cards-list__caption {
        opacity: 0;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }
    .global-cards .global-cards-list__item:hover .global-cards-list__image:before {
        transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
        background-color: rgba(0, 0, 0, .7)
    }
}
@media (max-width:767px) {
    .global-cards .global-cards-list__item:nth-of-type(odd) {
        margin-right: 4.5333333333vw
    }
}
.global-cards .global-cards-list__detail {
    display: none
}
@media (min-width:768px) {
    .global-cards .global-cards-list__detail {
        display: block;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        padding: 0 40px;
        width: 100%;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 700
    }
}
.global-cards .global-cards-list__image {
    position: relative
}
.global-cards .global-cards-list__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none
}
.global-cards .global-cards-list__image img {
    width: 100%
}
.global-cards .global-cards-list__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 1.3333333333vw;
    width: 100%;
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 3.7333333333vw;
    font-weight: 700
}
@media (min-width:768px) {
    .global-cards .global-cards-list__caption {
        padding: 0 20px;
        font-size: 1.125rem
    }
}
.global-cards .global-cards__link {
    margin-top: 8vw;
    text-align: right
}
@media (min-width:768px) {
    .global-cards .global-cards__link {
        margin-top: 45px
    }
}
@media (min-width:768px) {
    .global-cards.global-cards--col3 .global-cards-list__item {
        margin-right: 32px;
        width: calc(33.33333% - 21.33333px)
    }
    .global-cards.global-cards--col3 .global-cards-list__item:nth-of-type(3n) {
        margin-right: 0
    }
}
@media (min-width:768px) {
    .global-cards.global-cards--col3 .global-cards-list__caption {
        font-size: 1.625rem
    }
}
.global-cards-product .global-cards-product__container {
    margin: 18.6666666667vw auto 0;
    padding: 0 5.3333333333vw;
    width: 100%
}
@media (min-width:768px) {
    .global-cards-product .global-cards-product__container {
        margin: 100px auto 0;
        padding: 0 20px;
        max-width: 1060px
    }
}
@media (min-width:1100px) {
    .global-cards-product .global-cards-product__container {
        padding: 0
    }
}
.global-cards-product .global-cards-product-list {
    display: flex;
    flex-flow: wrap
}
@media (min-width:768px) {
    .global-cards-product .global-cards-product-list {
        margin-top: -20px
    }
}
.global-cards-product .global-cards-product-list__item {
    margin-top: 6.1333333333vw;
    width: calc(50% - 2.66667vw);
    transition: color .2s cubic-bezier(.39, .575, .565, 1)
}
.global-cards-product .global-cards-product-list__item:nth-of-type(odd) {
    margin-right: 5.3333333333vw
}
@media (min-width:768px) {
    .global-cards-product .global-cards-product-list__item {
        margin-top: 50px;
        width: calc(16.66667% - 25px)
    }
    .global-cards-product .global-cards-product-list__item:not(:last-child) {
        margin-right: 30px
    }
    .global-cards-product .global-cards-product-list__item:nth-of-type(6) {
        margin-right: 0
    }
}
@media (min-width:768px) and (hover:hover) {
    .global-cards-product .global-cards-product-list__item:hover .global-cards-product-list__caption {
        transition: color .2s cubic-bezier(.39, .575, .565, 1);
        color: #b1000e
    }
    .global-cards-product .global-cards-product-list__item:hover .global-cards-product-list__image:before {
        opacity: 1;
        transition: opacity .2s cubic-bezier(.39, .575, .565, 1)
    }
}
.global-cards-product .global-cards-product-list__image {
    position: relative
}
.global-cards-product .global-cards-product-list__image:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
    background-color: rgba(0, 0, 0, .2);
    pointer-events: none
}
.global-cards-product .global-cards-product-list__image img {
    width: 100%
}
.global-cards-product .global-cards-product-list__caption {
    margin-top: 4vw;
    color: #3b4043;
    font-size: 3.7333333333vw
}
@media (min-width:768px) {
    .global-cards-product .global-cards-product-list__caption {
        margin-top: 10px;
        font-size: .875rem
    }
}
.global-cards-product-close {
    margin-top: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    width: 100%
}
@media (min-width:768px) {
    .global-cards-product-close {
        margin: 60px auto 0;
        padding: 0 20px;
        max-width: 1060px
    }
}
@media (min-width:1100px) {
    .global-cards-product-close {
        padding: 0
    }
}
.global-cards-product-close .global-cards-product-close__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.5333333333vw 2.6666666667vw;
    width: 100%;
    background-color: #f2f2f2
}
@media (min-width:768px) {
    .global-cards-product-close .global-cards-product-close__inner {
        padding: 15px 0 15px 55px;
        max-width: 1060px
    }
}
.global-cards-product-close .global-cards-product-close__link {
    position: relative;
    color: #1e4bbe;
    font-size: 3.7333333333vw
}
@media (min-width:768px) {
    .global-cards-product-close .global-cards-product-close__link {
        font-size: .875rem
    }
}
@media (min-width:768px) and (hover:hover) {
    .global-cards-product-close .global-cards-product-close__link:hover {
        text-decoration: underline
    }
}

/*--------------------
リンクボタン ピックアップでのみ使用
--------------------*/
.global-links .global-links__container {
    margin: 20.2666666667vw auto 0;
    padding: 0;
    width: 100%
}
@media (min-width:768px) {
    .global-links .global-links__container {
        margin: 76px auto 0;
        padding: 0 20px;
        max-width: 1060px
    }
}
@media (min-width:1100px) {
    .global-links .global-links__container {
        padding: 0
    }
}
.global-links .global-links__heading {
    padding: 0 5.3333333333vw
}
@media (min-width:768px) {
    .global-links .global-links__heading {
        margin-bottom: 10px;
        padding: 0
    }
}
.global-links .global-links-list {
    display: flex;
    flex-flow: wrap;
    margin-top: 8vw
}
@media (min-width:768px) {
    .global-links .global-links-list {
        margin-top: 0
    }
}
.global-links .global-links-list__item {
    border-top: 1px solid #e6e6e6;
    width: 100%
}
@media (min-width:768px) {
    .global-links .global-links-list__item {
        margin-top: 20px;
        border: 1px solid #e6e6e6;
        width: calc(50% - 15px)
    }
    .global-links .global-links-list__item:nth-of-type(odd) {
        margin-right: 30px
    }
}
.global-links .global-links-list__item:last-child {
    border-bottom: 1px solid #e6e6e6
}
.global-links .global-links-list__item img {
    width: 100%
}
.global-links .global-links-list__link {
    display: flex;
    align-items: center;
    padding: 4.8vw 5.3333333333vw;
    width: 100%;
    height: 100%;
    color: #3b4043
}
.global-links .global-links-list__link:hover {
    text-decoration: none
}
.global-links .global-links-list__link:before {
    right: 5.3333333333vw
}
@media (min-width:768px) {
    .global-links .global-links-list__link {
        padding: 20px 30px 20px 20px
    }
    .global-links .global-links-list__link:hover {
        color: #b1000e
    }
    .global-links .global-links-list__link:before {
        right: 20px
    }
}
.global-links .global-links-list__caption {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw
}
@media (min-width:768px) {
    .global-links .global-links-list__caption {
        margin-top: 20px;
        font-size: .875rem
    }
}

/*--------------------
ニュース見出し
--------------------*/
.global-news .global-news__container {
    margin: 0 auto;
    padding: 18.6666666667vw 5.3333333333vw 0;
    width: 100%
}
@media (min-width:768px) {
    .global-news .global-news__container {
        margin: 0 auto;
        padding: 110px 20px 20px;
        max-width: 1060px
    }
}
@media (min-width:1100px) {
    .global-news .global-news__container {
        padding: 110px 0 20px
    }
}
.global-news .global-news__heading {
    letter-spacing: .15625rem;
    font-size: 1.5rem;
    font-weight: 700
}
@media (min-width:768px) {
    .global-news .global-news__heading {
        font-size: 1.875rem
    }
}
.global-news .global-news-list {
    display: flex;
    flex-flow: column
}
@media (min-width:768px) {
    .global-news .global-news-list {
        margin-top: 10px
    }
}
.global-news .global-news-list__item {
    border-bottom: 1px solid #e6e6e6
}
.global-news .global-news-list__link {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 5.3333333333vw 4vw;
    transition: color .2s cubic-bezier(.39, .575, .565, 1)
}
@media (min-width:768px) {
    .global-news .global-news-list__link {
        flex-flow: row;
        padding: 25px 0
    }
}
@media (min-width:768px) and (hover:hover) {
    .global-news .global-news-list__link:hover {
        transition: color .2s cubic-bezier(.39, .575, .565, 1);
        color: #b1000e
    }
    .global-news .global-news-list__link:hover .global-news-list__text {
        text-decoration: underline
    }
}
.global-news .global-news-list__link[href$=".pdf"] .global-news-list__text {
    position: relative
}
.global-news .global-news-list__link[href$=".pdf"] .global-news-list__text:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 19px;
    background: url(/r22res/image/common/icn_datalist01-pdf01.gif) no-repeat 0 0;
    vertical-align: top
}
.global-news .global-news-list__container {
    display: flex;
    align-items: center;
    width: 100%
}
@media (min-width:768px) {
    .global-news .global-news-list__container {
        flex-basis: 190px;
        justify-content: space-between
    }
}
.global-news .global-news-list__date {
    margin-right: 5.3333333333vw;
    min-width: 26.6666666667vw;
    white-space: nowrap;
    font-size: 3.2vw
}
@media (min-width:768px) {
    .global-news .global-news-list__date {
        margin-right: 0;
        min-width: 11.2rem;
        font-size: .875rem
    }
}
.global-news .global-news-list__tag {
    display: block;
    padding: 1.3333333333vw;
    border: 1px solid #c02;
    width: 40vw;
    text-align: center;
    white-space: nowrap;
    color: #c02;
    font-size: 2.6666666667vw;
    line-height: 1
}
@media (min-width:768px) {
    .global-news .global-news-list__tag {
        margin: 0 20px;
        padding: 10px;
        width: 170px;
        font-size: .75rem
    }
}
.global-news .global-news-list__text {
    overflow: hidden;
    margin-top: 4vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 3.7333333333vw
}
@media (min-width:768px) {
    .global-news .global-news-list__text {
        margin-top: 0;
        font-size: .875rem
    }
}
.global-news .global-news__link {
    margin-top: 5.3333333333vw;
    text-align: right
}
@media (min-width:768px) {
    .global-news .global-news__link {
        margin-top: 30px
    }
}
.global-news .global-news-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13.3333333333vw;
    padding: 4.5333333333vw 0 4.5333333333vw 10.6666666667vw;
    width: 100%;
    background-color: #f2f2f2
}
@media (min-width:768px) {
    .global-news .global-news-alert {
        margin-top: 60px;
        padding: 15px 0 15px 55px
    }
}
.global-news .global-news-alert .global-news-alert__link {
    position: relative;
    color: #1e4bbe;
    font-size: 3.7333333333vw
}
@media (min-width:768px) {
    .global-news .global-news-alert .global-news-alert__link {
        font-size: .875rem
    }
}
@media (min-width:768px) and (hover:hover) {
    .global-news .global-news-alert .global-news-alert__link:hover {
        text-decoration: underline
    }
}
.global-news .global-news-alert .global-news-alert__link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -9.3333333333vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/r22res/image/common/icon_alert.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}
@media (min-width:768px) {
    .global-news .global-news-alert .global-news-alert__link:before {
        left: -35px;
        width: 22px;
        height: 22px
    }
}

/*--------------------
お問い合わせCTA用box
--------------------*/
.global-contact {
    background-color: #e5e5e5
}
.global-contact+.global-footer-search .global-footer-search__container {
    padding: 40px 5.3333333333vw 9.3333333333vw
}
@media (min-width:768px) {
    .global-contact+.global-footer-search .global-footer-search__container {
        padding: 40px 20px 80px
    }
}
@media (min-width:1100px) {
    .global-contact+.global-footer-search .global-footer-search__container {
        padding: 40px 0 80px
    }
}
.global-contact .global-contact__container {
    margin: 21.3333333333vw auto 0;
    padding: 18.6666666667vw 5.3333333333vw 21.3333333333vw;
    width: 100%
}
@media (min-width:768px) {
    .global-contact .global-contact__container {
        margin: 120px auto 0;
        padding: 80px 20px 100px;
        max-width: 1060px
    }
}
@media (min-width:1100px) {
    .global-contact .global-contact__container {
        padding: 80px 20px 100px
    }
}
.global-contact .global-contact__text {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 2
}
@media (min-width:768px) {
    .global-contact .global-contact__text {
        margin-top: 15px;
        letter-spacing: .0625rem;
        font-size: .875rem;
        line-height: 2.6
    }
}
.global-contact .global-contact__link {
    margin-top: 4.8vw
}
@media (min-width:768px) {
    .global-contact .global-contact__link {
        margin-top: 30px
    }
}



/*--------------------
日立ソリューションズグループリンク群
--------------------*/
.global-group {
    padding: 14.1333333333vw 5.3333333333vw 6.6666666667vw
}
@media (min-width:768px) {
    .global-group {
        padding: 76px 45px 57px
    }
}
@media (min-width:768px) {
    .global-group .global-group__inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1060px
    }
}
.global-group .global-group__heading {
    letter-spacing: .04em;
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.3333333333
}
@media (min-width:768px) {
    .global-group .global-group__heading {
        font-size: 1.5rem
    }
}
.global-group .global-group__list {
    margin: 2.6666666667vw -5.3333333333vw 0
}
.global-group .global-group__list .global-group__list-link {
    padding-top: 5.7333333333vw;
    padding-bottom: 5.7333333333vw;
    border-bottom: 1px solid #efefef
}
@media (max-width:767px) {
    .global-group .global-group__list .global-group__list-item {
        position: relative;
        padding-right: 5.3333333333vw;
        padding-left: 5.3333333333vw
    }
    .global-group .global-group__list .global-group__list-item:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #efefef
    }
}
@media (min-width:768px) {
    .global-group .global-group__list {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 0;
        gap: 9px 22px
    }
    .global-group .global-group__list .global-group__list-link {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

/*--------------------
サイトトップバナーリンク
企業トップカード型リンク
--------------------*/
.global-banner {
    margin: 16vw auto 0;
    padding: 21.3333333333vw 5.3333333333vw;
    background-color: #f2f2f2
}
@media (min-width:768px) {
    .global-banner {
        margin: 100px auto 0;
        padding: 100px 20px
    }
}
@media (min-width:1100px) {
    .global-banner {
        padding: 100px 45px
    }
}
@media (min-width:768px) {
    .global-banner .global-banner__inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1060px
    }
}
.global-banner .global-banner-list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw
}
.global-banner .global-banner-list.global-banner-list--company .global-banner-list__image:after {
    content: ""
}
.global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead {
    padding: 0 49px 0 15px;
    min-height: 56px;
    font-size: 1.125rem
}
.global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead:before {
    border-radius: 16px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-image: url(/r22res/image/common/icon_link.svg);
    background-size: 6px 11px
}
@media (max-width:767px) {
    .global-banner .global-banner-list.global-banner-list--company {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.2vw 4vw
    }
    .global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead {
        padding: 0 6.6666666667vw 0 2.6666666667vw;
        min-height: 10.6666666667vw;
        font-size: 3.2vw
    }
    .global-banner .global-banner-list.global-banner-list--company .global-banner-list__lead:before {
        right: 2.1333333333vw;
        border-radius: 2.6666666667vw;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        background-size: 1.6vw 2.9333333333vw
    }
}
.global-banner .global-banner-list .global-banner-list__link {
    display: block;
    background-color: #333
}
.global-banner .global-banner-list .global-banner-list__image {
    position: relative;
    background-color: #fff
}
.global-banner .global-banner-list .global-banner-list__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
    background-color: transparent;
    pointer-events: none
}
.global-banner .global-banner-list .global-banner-list__image img {
    width: 100%
}
.global-banner .global-banner-list .global-banner-list__lead {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 6.6666666667vw 0 4vw;
    min-height: 10.6666666667vw;
    color: #fff;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.1666666667
}
.global-banner .global-banner-list .global-banner-list__lead:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.7333333333vw;
    width: 1.6vw;
    height: 2.9333333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/r22res/image/common/icon_arrow_white.svg) 50% no-repeat;
    background-size: cover
}
@media (min-width:768px) {
    .global-banner .global-banner-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px 32px
    }
    .global-banner .global-banner-list .global-banner-list__link {
        height: 100%
    }
}
@media (min-width:768px) and (hover:hover) {
    .global-banner .global-banner-list .global-banner-list__link:hover .global-banner-list__image:after {
        background-color: rgba(0, 0, 0, .3)
    }
}
@media (min-width:768px) {
    .global-banner .global-banner-list .global-banner-list__lead {
        padding: 0 25px 0 15px;
        min-height: 40px;
        font-size: .875rem
    }
    .global-banner .global-banner-list .global-banner-list__lead:before {
        right: 14px;
        width: 6px;
        height: 11px
    }
}

/*--------------------
プリント用
--------------------*/
@media print {
    *, :after, :before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a, a:visited {
        text-decoration: underline
    }
    img, tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
}
