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

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

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: bold
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

img,
object,
embed {
    vertical-align: top
}

figure {
    margin: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

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

caption,
th {
    text-align: left
}

li {
    list-style-type: none
}

em {
    font-weight: bold
}

@font-face {
    font-family: 'brandon';
    src: url(fonts/brandon_bld.ttf) format("truetype");
    src: url(fonts/brandon_bld.woff) format("woff")
}

.bfonts {
    font-family: 'brandon', sans-serif;
    font-weight: normal
}

.ofonts {
    font-family: 'brandon', sans-serif;
    font-weight: 600;
}

.ofonts-bold {
    font-family: 'brandon', sans-serif;
    font-weight: bold;
}

/*----------------------
table
-----------------------------*/
/*.table-group {*/
/*    padding: 0 100px*/
/*}*/

.table-group table {
    width: 100%
}

.table-group tr {
    border-bottom: 1px solid #e5e5e5
}

.table-group th,
.table-group td {
    vertical-align: top;
    padding: 30px 0
}

.table-group th {
    width: 110px;
    font-size: 1.6em;
    font-weight: normal
}

.table-group h4 {
    font-size: 1.6em
}

.table-group p {
    line-height: 1.7;
    font-size: 1.4em;
    margin-bottom: 1em;
    /*color: #4c4c4c*/
}

.table-group a {
    color: #0072CE;
    background-image: linear-gradient(90deg, #0072CE, #0072CE);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    transition: background-size 0.6s;
}

.table-group a:hover {
    background-size: 100% 1px;
}

/*----------------------
side
-----------------------------*/
.side-list {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
}

.side-list a {
    display: block;
    width: 100%;
    height: 100%
}

.side-list a:before {
    display: block;
    width: 15px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0
}

.side-list.current {
    background-color: #fff
}

.side-list.current a:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.side-list h4 {
    color: #1a1a1a
}

/*----------------------
coution
-----------------------------*/
.coution-group li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em
}

.coution-group li:before {
    display: block;
    content: '※';
    position: absolute;
    left: 0;
    font-size: 1.4em;
    color: #4c4c4c
}

@media screen and (max-width: 500px) {
    /*.table-group {*/
    /*    padding: 0 10px*/
    /*}*/

    /*.table-group th,*/
    /*.table-group td {*/
    /*    display: block;*/
    /*    padding: 0*/
    /*}*/

    /*.table-group th {*/
    /*    padding-top: 20px*/
    /*}*/

    /*.table-group td {*/
    /*    padding-bottom: 20px*/
    /*}*/

    /*.table-group h4 {*/
    /*    line-height: 1.5;*/
    /*    margin-bottom: 10px*/
    /*}*/

    /*.side-list.current:before {*/
    /*    display: block;*/
    /*    width: 4px;*/
    /*    height: 100%;*/
    /*    content: '';*/
    /*    position: absolute*/
    /*}*/

    /*.coution-group li {*/
    /*    position: relative;*/
    /*    padding-left: 2em;*/
    /*    margin-bottom: 1em*/
    /*}*/

    /*.coution-group li:before {*/
    /*    line-height: 1.5;*/
    /*    font-size: 1.2em*/
    /*}*/
}

/*----------------------
container
-----------------------------*/
.container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 913px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 821px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

/*----------------------
title
-----------------------------*/
.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-bottom: 50px;
}

.section-title:before,
.section-title:after {
    display: block;
    width: auto;
    height: 100%;
    content: '';
    position: absolute;
    position: relative;
    top: 1.2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 4px;
    border-top: 1px solid #dddddd;
    background-color: #f2f2f2
}

.section-title.simple:before,
.section-title.simple:after {
    height: 2px;
    background-color: #333;
}

.section-title h3 {
    padding: 0 30px;
    line-height: 1.2;
    font-size: 2.4em;
    /* color: #1a1a1a; */
    /* padding-left: 10px; */
}

.section-title span {
    font-size: 0.6em;
    color: #0072CE;
    font-weight: normal
}

@media screen and (max-width: 500px) {
    .section-title {
        margin-bottom: 30px;
    }
}

/*----------------------
icon
-----------------------------*/
i.icon.line {
    display: block;
    width: 25px;
    height: 23px;
    margin: 0 auto;
    background: url(../img/parts/login-ico.png) 50% 50% no-repeat;
    background-size: 25px 23px;
}

i.icon.line-square {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background: url("../img/parts/square_line.png") 50% 50% no-repeat;
    background-size: 130px 130px
}

i.icon.twitter-white {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/parts/sns_twitter_white.png") 50% 50% no-repeat;
    background-size: 25px 25px
}

i.icon.instagram-white {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/parts/sns_instagram_white.png") 50% 50% no-repeat;
    background-size: 25px 25px
}

i.icon.facebook-white {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/parts/sns_facebook_white.png") 50% 50% no-repeat;
    background-size: 25px 25px
}

i.icon.cart {
    display: inline-block;
    width: 18px;
    height: 100%;
    background: url("../img/parts/icon_cart.png") 50% 50% no-repeat;
    background-size: 18px 18px
}

i.icon.cart-square {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background: url("../img/parts/square_cart.png") 50% 50% no-repeat;
    background-size: 130px 130px
}

i.icon.mail {
    display: inline-block;
    width: 19px;
    height: 100%;
    background: url("../img/parts/icon_mail.png") 50% 50% no-repeat;
    background-size: 19px 15px
}

i.icon.mail-black {
    display: inline-block;
    width: 19px;
    height: 100%;
    background: url("../img/parts/icon_mail_black.png") 50% 50% no-repeat;
    background-size: 19px 15px
}

i.icon.tel {
    display: inline-block;
    position: absolute;
    top: 19px;
    left: -15px;
    width: 23px;
    height: 23px;
    background: url(../img/parts/tel-ico.png) 50% 50% no-repeat;
    background-size: 23px 23px;
}

i.icon.tel-white {
    background: url("../img/parts/icon_tel_white.png") 50% 50% no-repeat;
    background-size: 24px 23px
}

i.icon.japan {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/parts/flag_japan.jpg") 50% 55% no-repeat;
    background-size: 21px 14px
}

i.icon.us {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/parts/flag_us.jpg") 50% 50% no-repeat;
    background-size: 21px 14px
}

i.icon.check {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url("../img/parts/check.svg") 50% 50% no-repeat;
    background-size: 50px 50px;
    background-color: #0072CE;
    border-radius: 50%
}

/*----------------------
button
-----------------------------*/
button {
    padding: 0
}

.btn {
    display: block;
    position: relative;
    text-align: center;
    font-size: 1.4em;
    outline: none
}

.btn-round {
    border-radius: 5px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    overflow: hidden
}

.btn-round:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px
}

.btn-round>.inner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    z-index: 1
}

.btn-round>.inner:before,
.btn-round>.inner:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px
}

.btn-round>.inner:before {
    position: relative
}

.btn-round>span,
.btn-round i {
    position: relative;
    z-index: 2
}

.btn-round>span {
    display: inline-block;
    vertical-align: top;
    margin-left: .25em
}

.btn-round.cyan {
    color: #fff
}

.btn-round.cyan:before {
    opacity: .8;
    background-color: #00b5d9
}

.btn-round.cyan>.inner:before,
.btn-round.cyan>.inner:after {
    background-color: #00b5d9
}

.btn-round.yellow {
    color: #1a1a1a
}

.btn-round.yellow:before {
    opacity: .8;
    background-color: #ffea00
}

.btn-round.yellow>.inner:before,
.btn-round.yellow>.inner:after {
    background-color: #ffea00
}

.btn-round.white {
    width: 80px;
    color: #1a1a1a
}

.btn-round.white:before {
    opacity: .8;
    background-color: #fff
}

.btn-round.white>.inner:before,
.btn-round.white>.inner:after {
    background-color: #fff
}

.btn-round.white i {
    height: 100%
}

.btn-round.blue {
    width: 100%;
    color: #fff
}

.btn-round.blue:before {
    opacity: .8;
    background-color: #0072CE
}

.btn-round.blue>.inner:before,
.btn-round.blue>.inner:after {
    background-color: #0072CE
}

.btn-round.blue i {
    position: relative;
    width: 25px;
    height: 25px;
    top: 7px;
    border-radius: 50%;
    background-color: #fff;
    background-size: 14px
}

.btn-round.sponsor {
    color: #1a1a1a
}

.btn-round.sponsor:before {
    opacity: .8;
    background-color: #243c71
}

.btn-round.sponsor>.inner:before,
.btn-round.sponsor>.inner:after {
    background-color: #243c71
}

.btn-rect {
    width: 260px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    overflow: hidden
}

.btn-rect span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 2;
    color: #333;
}

.btn-rect .inner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1px;
    z-index: 1
}

.btn-rect .inner:before,
.btn-rect .inner:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute
}

.btn-rect .inner:before {
    position: relative;
    z-index: 2
}

.btn-rect .inner:after {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 1
}

.btn-rect.white {
    /* color: #1a1a1a; */
    border: 0;
    background-color: #fff
}

.btn-rect.white .inner {
    background-color: #e5e5e5
}

.btn-rect.white .inner:before {
    background-color: #fff
}

.btn-rect.white .inner:after {
    background-color: #0072CE
}

.btn-rect.cyan {
    color: #fff;
    border: 0;
    background-color: #0072CE
}

.btn-rect.cyan .inner {
    background-color: #0072CE
}

.btn-rect.cyan .inner:before {
    background-color: #0072CE
}

.btn-rect.cyan .inner:after {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-arr-right:before,
.btn-arr-right:after,
.btn-arr-left:before,
.btn-arr-left:after {
    display: block;
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 3
}

.btn-arr-right:after {
    right: 20px
}

.btn-arr-right:before {
    left: 20px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px)
}

.btn-arr-left:after {
    left: 20px
}

.btn-arr-left:before {
    right: 20px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.btn.arr-black:after,
.btn.arr-black:before {
    background-image: url(../img/parts/arr_black.png)
}

.btn.arr-black-back:after,
.btn.arr-black-back:before {
    background-image: url(../img/parts/arr_black_back.png)
}

.btn.arr-white:after,
.btn.arr-white:before {
    background-image: url(../img/parts/arr_white.png)
}

.btn.arr-triple span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 10
}

.btn.arr-triple.btn-arr-right small,
.btn.arr-triple.btn-arr-left small {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 100%;
    top: 0;
    vertical-align: top
}

.btn.arr-triple.btn-arr-right small:before,
.btn.arr-triple.btn-arr-right small:after,
.btn.arr-triple.btn-arr-right small span,
.btn.arr-triple.btn-arr-left small:before,
.btn.arr-triple.btn-arr-left small:after,
.btn.arr-triple.btn-arr-left small span {
    display: block;
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    background: 50% 50% no-repeat;
    background-size: contain;
    z-index: 10;
    -webkit-animation-name: opacityFade;
    animation-name: opacityFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.btn.arr-triple.btn-arr-right small:before,
.btn.arr-triple.btn-arr-left small:before {
    left: 0
}

.btn.arr-triple.btn-arr-right small:after,
.btn.arr-triple.btn-arr-left small:after {
    left: 5px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn.arr-triple.btn-arr-right small span,
.btn.arr-triple.btn-arr-left small span {
    left: 10px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.btn.arr-triple.btn-arr-right {
    text-align: left
}

.btn.arr-triple.btn-arr-right>span {
    margin-right: 20px;
    padding-left: 30px
}

.btn.arr-triple.btn-arr-right small:before,
.btn.arr-triple.btn-arr-right small:after,
.btn.arr-triple.btn-arr-right small span {
    background-image: url(../img/parts/arr_white.png)
}

.btn.arr-triple.btn-arr-left small:before,
.btn.arr-triple.btn-arr-left small:after,
.btn.arr-triple.btn-arr-left small span {
    background-image: url(../img/parts/arr_white_back.png)
}

.btn-rotate {
    width: 220px;
    height: 80px;
    margin-bottom: -80px;
    line-height: 80px;
    font-size: 1.6em;
    background-color: #fff;
    color: #fff;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    overflow: hidden
}

.btn-rotate:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0072CE;
    z-index: -1
}

body.sub .btn-rotate:before {
    transform: translate3d(0, 0, 0);
}

body.sub .btn-rotate {
    transform: translate3d(0, 0, 0) rotate(90deg);
}

@media screen and (max-width: 1025px) {
    .btn-rotate {
        width: 180px;
        height: 80px;
    }
}

a.-none {
    pointer-events: none !important;
}

.dropdown-sub2 a.-none {
    line-height: 1.2em !important;
}

/*----------------------
btn-rorate
-----------------------------*/
.btn-rotate {
    -webkit-transform: translate3d(0, 220px, 0) rotate(90deg);
    transform: translate3d(0, 220px, 0) rotate(90deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1)
}

.btn-rotate:before {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1)
}

/*----------------------
#contents
-----------------------------*/
#contents {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1)
}

.index-in .btn-rotate {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    transform: translate3d(0, 0, 0) rotate(90deg)
}

.index-in .btn-rotate:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}


/*----------------------
opacityFade
-----------------------------*/

@-webkit-keyframes opacityFade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes opacityFade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

/*----------------------
to-top
-----------------------------*/

/* まずは ::before を絶対配置に */
#to-top {
    position: fixed;
    bottom: 130px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #0072CE;
    color: #163E64;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1000;
    transform: translateX(calc(100% + 20px));
    transition: transform 0.4s ease;
}

/* 表示クラス */
#to-top.show {
    transform: translateX(0);
}

/* 矢印は絶対配置＆中央寄せ */
#to-top::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url("../img/parts/arr_db_up.png") no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
    transition: transform 0.3s ease;
}

/* ホバーしたら矢印だけ上にスライド */
#to-top:hover::before {
    transform: translateX(-50%) translateY(-5px);
}

/* テキストはそのまま */
#to-top>span {
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}

/* 中身のテキスト */
#to-top small {
    display: none;
}

@media screen and (max-width: 767px) {
    #to-top {
        position: absolute;
        bottom: 130px;
        right: 20px;
        width: 60px;
        height: 60px;
    }

    #to-top::before {
        width: 25px;
        height: 20px;
    }
}

@media screen and (max-width: 500px) {
    #to-top {
        display: none;
    }
}


/*----------------------
scroll-down
-----------------------------*/
#scroll-down {
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 2s, .2s;
    transition-delay: 2s, .2s;
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.6, 0, 0.3, 1)
}

.anti-index-in #scroll-down:before {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
}

#scroll-down.hide {
    width: 0
}

#scroll-down.hide:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media screen and (max-width: 1000px) {
    /*#to-top {*/
    /*    display: none*/
    /*}*/

    .btn-rotate {
        display: none
    }
}

/*----------------------
modal
-----------------------------*/
.modal {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0
}

.modal-content {
    position: relative;
    max-width: 700px;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    z-index: 2
}

.modal-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1
}

.modal-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: -35px
}

.modal-close:before,
.modal-close:after {
    display: block;
    width: 42.42641px;
    height: 4px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -21.2132px;
    background-color: #fff;
    border-radius: 2px
}

.modal-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-close strong {
    display: none
}

#modal-line {
    padding: 200px 0;
    z-index: 1000
}

#modal-line .line-square {
    position: absolute;
    top: 0;
    left: 0
}

#modal-line .catch {
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    background-color: #00b900
}

#modal-line .modal-head {
    position: relative
}

#modal-line .modal-title {
    padding-top: 20px;
    padding-left: 160px;
    margin-bottom: 40px
}

#modal-line .modal-title h3 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 2em;
    color: #1a1a1a
}

#modal-line .modal-title p {
    line-height: 1.8;
    font-size: 1.4em;
    color: #4c4c4c
}

#modal-line .modal-body {
    margin-bottom: 20px
}

#modal-line .modal-body td {
    padding-left: 30px
}

#modal-line .modal-body td p {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 1.9em;
    font-weight: bold;
    color: #1a1a1a
}

#modal-line .modal-body td p:last-child {
    margin-bottom: 0
}

#modal-line .modal-foot {
    padding: 40px 20px;
    background-color: #f7f7f7
}

#modal-line .modal-foot strong {
    color: #1a1a1a
}

#modal-line .modal-foot p {
    font-size: 1.4em;
    color: #4c4c4c
}

@media screen and (max-width: 500px) {
    .modal {
        padding: 0
    }

    .modal-close {
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: -45px;
        right: 35px
    }

    .modal-close:before,
    .modal-close:after {
        display: block;
        width: 21.2132px;
        height: 3px;
        content: '';
        position: absolute;
        border-radius: 3px
    }

    .modal-close strong {
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 25px;
        color: #fff;
        font-size: 1.4em
    }

    .modal-content {
        padding: 20px 10px;
        border-radius: 5px
    }

    #modal-foot {
        overflow: hidden;
        z-index: 500;
        padding: 0 !important
    }

    #modal-foot>.inner {
        display: block;
        width: 100%;
        height: 100%;
        padding: 60px 10px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: margin .8s, -webkit-transform .8s;
        transition: margin .8s, -webkit-transform .8s;
        transition: transform .8s, margin .8s;
        transition: transform .8s, margin .8s, -webkit-transform .8s
    }

    #modal-foot .modal-bg {
        background-color: rgba(0, 113, 190, 0.9)
    }

    #modal-foot .modal-head {
        color: #fff;
        margin-bottom: 30px
    }

    #modal-foot .modal-head h2 {
        line-height: 1.2;
        font-size: 1.8em;
        margin-bottom: 5px
    }

    #modal-foot .modal-head h2 span {
        font-size: 1.5em;
        margin-right: 5px
    }

    #modal-foot .modal-head p {
        line-height: 1;
        font-size: 1.1em;
        font-weight: bold
    }

    #modal-foot .modal-head th {
        padding-right: 10px;
        vertical-align: middle
    }

    #modal-foot .modal-body {
        padding: 0 10px;
        background-color: #fff;
        border-radius: 5px
    }

    #modal-foot .modal-content {
        background: none
    }

    #modal-foot .notice-icon {
        margin-bottom: 0
    }

    #modal-foot .block-head {
        position: relative;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    #modal-foot .block-head h3 {
        text-align: center;
        line-height: 1.5;
        font-size: 1.4em
    }

    #modal-foot .block-head:after {
        display: block;
        width: 100%;
        height: 3px;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    #modal-foot .block-body {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 15px
    }

    #modal-foot .block-body:after {
        display: block;
        width: 100%;
        height: 3px;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    #modal-foot .block-foot {
        padding-bottom: 10px
    }

    #modal-foot .block-foot .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #modal-foot .block-foot .btn-group li.cart {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 10px
    }

    #modal-foot .block-foot .btn-group .btn {
        margin-right: 0
    }

    #modal-foot .block-foot .btn-group .mail-btn,
    #modal-foot .block-foot .btn-group .mail-btn .white,
    #modal-foot .block-foot .btn-group .yellow {
        width: 100%
    }

    #modal-foot .block-foot .btn-group .mail-btn {
        margin-bottom: 10px
    }

    #modal-foot .block-foot .btn-group .white {
        border: 1px solid #e6e6e6
    }

    #modal-foot .block-foot .btn-group .mail-black {
        position: relative;
        top: 1px
    }

    #modal-line {
        padding: 60px 10px
    }

    #modal-line .modal-bg {
        background-color: rgba(25, 192, 25, 0.9)
    }

    #modal-line .line-square {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
        background-size: contain
    }

    #modal-line .catch {
        padding: 10px 0;
        margin-bottom: 20px;
        border-radius: 5px;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        color: #fff;
        line-height: 1.5;
        background-color: #808080
    }

    #modal-line .modal-head {
        position: relative
    }

    #modal-line .modal-title {
        padding-top: 10px;
        padding-left: 0;
        margin-bottom: 20px
    }

    #modal-line .modal-title h3 {
        margin-bottom: 25px;
        line-height: 1.4;
        font-size: 1.6em;
        /* color: #1a1a1a; */
        padding-left: 80px
    }

    #modal-line .modal-title p {
        line-height: 1.8;
        font-size: 1.4em
    }

    #modal-line .modal-title p br {
        display: none
    }

    #modal-line .modal-body {
        margin-bottom: 20px;
        text-align: center
    }

    #modal-line .modal-body td {
        padding-left: 30px
    }

    #modal-line .modal-body td p {
        margin-bottom: 1em;
        line-height: 1.5;
        font-size: 1.9em;
        font-weight: bold;
        color: #1a1a1a
    }

    #modal-line .modal-body td p:last-child {
        margin-bottom: 0
    }

    #modal-line .modal-foot {
        padding: 20px;
        background-color: #f7f7f7
    }

    #modal-line .modal-foot li {
        margin-bottom: 5px
    }

    #modal-line .modal-foot strong {
        color: #1a1a1a
    }

    #modal-line .modal-foot p {
        line-height: 1.5;
        font-size: 1.2em;
        color: #4c4c4c
    }

    .modal-opened #modal-foot>.inner {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/*----------------------
animation
-----------------------------*/
.fade-in {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.trans-in-bottom {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.trans-in-top {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.action .fade-in {
    opacity: 1
}

.action.trans-in-bottom,
.action.trans-in-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.action.fade-in {
    opacity: 1
}

.action .trans-in-bottom,
.action .trans-in-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

/*----------------------
header
-----------------------------*/
.hdr-top__textBox {
    background-color: #0072CE;
    height: 6px;
}

#g-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    z-index: 100
}

#g-header:after {
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05)
}

#g-header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1025px) {
    #g-header .container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 913px) {
    #g-header .container {
        width: 100%;
        min-width: unset;
    }
}

#g-header .container.-noflex {
    background-color: #0072CE;
    color: #fff;
    padding: 2px 0 2px 5px;
}

#g-header .block-head {
    margin-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff
}

.hdr-login {
    padding-top: 19px;
}

.hdr-login a {
    background-color: #0072CE;
    color: #fff;
    font-weight: bold;
    display: flex;
    gap: 5px;
    font-size: 1.3em;
    padding: 10px 5px;
    border-radius: 4px;
    align-items: center;
    line-height: 1.2em;
}

#g-header .block-body {
    background-color: #fff
}

#g-header .block-body a {
    color: #333;
    font-size: 1.4em;
    font-weight: bold
}

#g-header .col {
    position: relative;
    width: 145px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #86B3FE;
}

#g-header .col a {
    display: block;
    width: 100%;
    height: 100%
}

#g-header .col-fill {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#g-header .col-fill:before,
#g-header .col-fill:after {
    display: table;
    content: '';
    line-height: 0
}

#g-header .col-fill:after {
    clear: both
}

#g-header .col-fill dl {
    padding-top: 13px;
    padding-right: 20px;
    text-align: center;
    float: right
}

#g-header .col-fill dd p {
    font-size: 1.3em;
    font-weight: bold
}

#g-header .col-fill dd p small {
    font-weight: normal
}

#g-header .col-sponsor {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%
}

#g-header .col-sponsor a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #243C71
}

#g-header .col-sponsor img {
    width: 47px;
    height: auto;
    margin: 0 8.5px 0 0
}

#g-header .col-sponsor span {
    color: #fff;
    font-size: .92em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -.05rem
}

#g-header .asks-num {
    font-size: 3em;
    position: relative;
}

#g-header .asks-num i {
    margin-left: -10px;
    margin-right: 5px
}

#g-header .nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    line-height: 1
}

#g-header .nav-group {
    border-left: 1px solid #f2f2f2
}

#g-header .nav-list {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #f2f2f2
}

#g-header .nav-list a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 55px
}

#g-header .nav-list.active>a {
    color: #0072CE;
}

#g-header .current-bar {
    display: block;
    position: absolute;
    top: -5px;
    height: 5px;
    background-color: #0072CE;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

#logo {
    display: block;
    width: 278px;
    height: 80px;
    background: url("../img/common/logo.png") 50% 50% no-repeat;
    background-size: 260px 42px;
    float: left
}

#logo a {
    display: block;
    width: 100%;
    height: 100%
}


.nav-list.has-dropdown>.dropdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, auto));
    gap: 0.5em 0.8em;
    position: absolute;
    top: 100%;
    left: 0;
    width: 790px;
    /* 元の横並び幅 */
    padding: 0.5em;
    background: #fff;
    border: 1px solid #0072CE;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    /* ここで隠す */
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
}

.nav-list.has-dropdown {
    position: relative;
    z-index: 100;
}

.nav-list__title {
    pointer-events: none;
}

/*.nav-list.has-dropdown:hover>.dropdown {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, minmax(0, auto));*/
/*    grid-auto-rows: auto;*/
/*    gap: 0.5em 0.8em;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
/*    padding: 0.5em;*/
/*    width: 790px;*/
/*    padding: 0.5em;*/
/*    gap: 0.5em 0.8em;*/
/*    border: 1px solid #0072CE;*/
/*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
/*    background: #fff;*/
/*    z-index: 100;*/
/*}*/

@media screen and (max-width: 1025px) {
    .nav-list.has-dropdown.nav-list__company:hover>.dropdown {
        left: -144%;
    }
}

.dropdown-sub-item {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.dropdown-sub-item.bdr {
    border-right: 1px solid #f2f2f2;
}

.dropdown-sub-item.has-sub>a {
    height: auto !important;
    line-height: 20px !important;
    position: relative;
    padding: 0.5em 0.5em 0.5em 1em;
    text-align: left;
    padding-left: 1.5em;
}

.dropdown-sub-item.has-sub>a::before {
    content: "▶";
    font-size: 0.6rem;
    position: absolute;
    left: 0;
    color: #0072CE;
}

.dropdown-sub2 {
    display: block;
    margin-top: 0.3em;
    padding-left: 1.8em;
}

.dropdown-sub2>li>a {
    height: auto !important;
    line-height: 30px !important;
    text-align: left;
    position: relative;
    padding-left: 1.5em;
    font-weight: normal !important;
}

.dropdown-sub2>li>a::before {
    display: block;
    width: 6px;
    height: 10px;
    content: '';
    position: absolute;
    background: url(../img/parts/arr_nav-blue.png) 50% 50% no-repeat;
    background-size: 5px 9px;
    top: 9px;
    left: 0;
}

.dropdown a:hover {
    background: #f5f5f5;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    #g-header .col-sponsor a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 0 0 7%
    }

    #g-header .col-sponsor span {
        display: none
    }
}


@media screen and (max-width: 768px) {
    #g-header {
        position: fixed;
        height: 60px;
        background-color: #fff;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1)
    }

    #logo {
        display: block;
        width: 200px;
        height: 60px;
        background: url(../img/common/logo-sp.png) 50% 50% no-repeat;
        background-position: center center;
        background-size: contain;
        margin-left: 5px;
    }

    #menu-toggle,
    .nav-opened #menu-toggle {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #0072CE
    }

    #menu-toggle:after,
    .nav-opened #menu-toggle:after {
        display: inline-block;
        content: 'MENU';
        position: absolute;
        width: 100%;
        bottom: 10px;
        left: 0;
        color: #fff;
        line-height: 1;
        text-align: center;
        padding-left: 1px;
        font-weight: bold
    }

    #menu-toggle .bar {
        position: absolute;
        display: block;
        width: 22px;
        height: 14px;
        top: 17px;
        left: 20px
    }

    #menu-toggle .bar:before,
    #menu-toggle .bar:after,
    #menu-toggle .bar span {
        display: block;
        width: 22px;
        height: 3px;
        content: '';
        position: absolute;
        background-color: #fff;
        -webkit-transition: opacity .4s, -webkit-transform .4s;
        transition: opacity .4s, -webkit-transform .4s;
        transition: transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s, -webkit-transform .4s
    }

    #menu-toggle .bar:before {
        top: 0
    }

    #menu-toggle .bar:after {
        top: 14px
    }

    #menu-toggle .bar span {
        top: 7px
    }

    .nav-opened #menu-toggle:after {
        content: 'CLOSE'
    }

    .nav-opened #menu-toggle .bar span {
        opacity: 0
    }

    .nav-opened #menu-toggle .bar:before {
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nav-opened #menu-toggle .bar:after {
        top: 7px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #embed-menu,
    .nav-opened #embed-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 50;
        padding-top: 60px;
        background-color: #0072CE;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity .4s, -webkit-transform .4s;
        transition: opacity .4s, -webkit-transform .4s;
        transition: transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s, -webkit-transform .4s
    }

    #embed-menu .block {
        padding: 20px 20px 90px
    }

    #embed-menu a,
    .nav-opened #embed-menu a {
        display: block;
        height: 100%;
        color: #fff
    }

    #embed-menu span[lang=en] {
        line-height: 1;
        font-size: 2em;
        font-weight: bold;
    }

    #embed-menu small[lang=jp] {
        line-height: 1;
        font-size: 1.1em;
        font-weight: bold
    }

    #embed-menu li,
    .nav-opened #embed-menu li {
        position: relative
    }

    #embed-menu li:after,
    .nav-opened #embed-menu li:after {
        display: block;
        width: 7px;
        height: 100%;
        content: '';
        position: absolute;
        background: url("../img/parts/arr_white.png") 50% 50% no-repeat;
        background-size: contain;
        top: 0;
        right: 15px;
        /*opacity: .1*/
    }

    #embed-menu .block-head {
        margin-bottom: 20px
    }

    #embed-menu .block-head li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    #embed-menu .block-head a {
        padding: 15px 0 15px 10px;
    }

    #embed-menu .block-head .sub-nav-list img {
        width: auto;
        height: 60px
    }

    #embed-menu .block-head .sub-nav-list span {
        line-height: 1;
        font-size: 1.5em;
        font-weight: bold
    }

    #embed-menu .block-head .sub-nav-list a {
        padding: 10px 0 10px 10px
    }

    #embed-menu .block-head .tb-wrap {
        top: 0;
        /*padding-left: 80px*/
    }

    #embed-menu .block-body {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    #embed-menu .block-body a {
        padding: 10px 0 10px 10px
    }

    #embed-menu .block-body span {
        line-height: 1;
        font-size: 1.3em;
        font-weight: bold
    }

    .block-portal:first-child {
        margin-bottom: 20px;
    }

    #embed-menu .block-portal img {
        width: 100%
    }

    .nav-opened #embed-menu {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/*----------------------
footer
-----------------------------*/
#g-footer {
    background-color: #163E64;
    color: #fff
}

#g-footer>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0px 60px
}

#g-footer .block {
    width: 50%
}

#g-footer .block.right .block-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 80px;
    line-height: 2em;
    margin-top: 10px;
}

#g-footer h1 {
    font-size: 1.8rem;
}

#g-footer .loc {
    font-size: 1.4em;
    /*font-weight: 500;*/
    margin-bottom: 0.5em;
}

#g-footer .block-foot {
    margin-top: 3em;
}

#g-footer .block-foot .btn-group {
    margin-bottom: 20px;
    height: 85px;
}

#g-footer .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    gap: 20px;
}

#g-footer .btn-group img {
    height: 100%;
}

#g-footer .nav-group__ttl {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    margin-bottom: 0.5em;
}

#g-footer .nav-group li,
#g-footer .sub-nav-group li {
    position: relative;
    padding-left: 2.5em
}

#g-footer .nav-group a,
#g-footer .sub-nav-group a {
    display: block;
    padding: 2.5px 0;
    color: #fff;
    font-size: 1.3em;
    font-weight: 500;
}

#g-footer .nav-group__ttl.-single {
    margin-top: 0.5em;
}

#g-footer .nav-group__ttl.-single a {
    position: relative;
    color: #fff;
    font-weight: bold;
}

#g-footer .nav-group__ttl a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s ease;
}

#g-footer .nav-group__ttl a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

#g-footer .nav-group a:before,
#g-footer .sub-nav-group a:before {
    display: block;
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    background: url(../img/parts/arr_white.png) 50% 50% no-repeat;
    background-size: 6px 10px;
    top: 0;
    left: 0
}

.nav-group .parent {
    position: relative;
}

.nav-group .parent:before {
    display: block;
    content: "▶";
    font-size: 0.6rem;
    position: absolute;
    top: 5px;
    left: 0;
    color: #fff;
}

#g-footer .nav-group .parent .parent-btn:before {
    content: none !important;
    display: none !important;
}

#g-footer .sub-nav-group {
    position: relative
}

#footer-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 0 10px;
    background-color: rgba(0, 114, 206, 0.9);
    z-index: 30;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

#footer-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#footer-nav .block {
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff
}

/*#footer-nav .block:first-child {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center*/
/*}*/

#footer-nav .block-head,
#footer-nav .block-body,
#footer-nav .block-foot {
    margin-right: 15px
}

#footer-nav .block-head i {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff
}

#footer-nav .block-body h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 1.8em
}

#footer-nav .block-body p {
    font-size: 1.3em;
    font-weight: bold
}

#footer-nav .block-foot p {
    line-height: 1;
    font-size: 4em
}

#footer-nav .btn-group {
    text-align: right
}

#footer-nav .btn-group li {
    display: inline-block;
    margin-left: 10px;
}

#copyright {
    padding: 5px 0;
    text-align: center;
    /* color: #1a1a1a; */
    font-size: 1.4em;
    /*font-weight: 600;*/
}

@media screen and (max-width: 1025px) {
    #g-footer>.container {
        padding: 40px 20px 30px;
    }

    #g-footer .block.right {
        padding-left: 50px;
    }

    #g-footer .block.right .block-body {
        gap: 40px;
    }

    #g-footer .ask-tel {
        margin-right: 13px;
    }

    #g-footer .loc {
        font-size: 1.3em;
    }

    #g-footer .block-foot .btn-group {
        height: 78px;
    }
}

@media screen and (max-width: 1200px) {
    #g-footer>.container {
        padding-left: 10px;
    }
}


@media screen and (max-width: 1000px) {
    #g-footer>.container {
        padding: 45px 20px 60px
    }

    #g-footer .block {
        width: auto
    }
}

@media screen and (max-width: 913px) {
    #g-footer .block.right {
        padding-left: 50px;
    }

    #g-footer .block.right .block-body {
        gap: 5px;
    }
}

@media screen and (max-width: 821px) {
    #g-footer>.container {
        flex-direction: column;
    }

    #g-footer .block.right .block-body {
        justify-content: start;
        gap: 80px;
    }

    #g-footer .block.right {
        padding-left: 0;
    }
}


@media screen and (max-width: 500px) {
    #g-footer {
        border-top: 4px solid #0072CE;
    }

    #g-footer>.container {
        /*display: block;*/
        padding: 20px 7px;
        flex-direction: column;
    }

    #g-footer h1 {
        /*padding: 0 20px;*/
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    #g-footer h1 img {
        width: 100%;
        height: auto
    }

    #g-footer .loc {
        line-height: 1.5
    }

    #g-footer .block {
        width: 100%
    }

    #g-footer .block.right {
        padding-left: 0
    }

    #g-footer .block.right .block-body {
        gap: 0px;
        justify-content: space-between;
    }

    #g-footer .block-foot {
        position: relative;
        padding-bottom: 25px;
        margin-bottom: 15px
    }

    #g-footer .block-foot:after {
        display: block;
        width: 100%;
        height: 3px;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #4d9cd2;
        border-bottom: 1px solid #4d9cd2
    }

    #g-footer .block-foot .btn-group {
        margin-bottom: 0;
        height: auto;
    }

    #g-footer .btn-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 18px;
    }

    #g-footer .block-foot .btn-group li {
        width: 30%;
    }

    #g-footer .block-foot .btn-group li img,
    #g-footer .block-foot .btn-group li.health,
    #g-footer .btn-group .health img {
        width: 100%;
    }

    #g-footer .btn-group .btn {
        margin-right: 0
    }

    #g-footer .btn-group .mail-btn,
    #g-footer .btn-group .cyan,
    #g-footer .btn-group .yellow {
        width: 100%
    }

    #g-footer .btn-group .mail-btn {
        margin-bottom: 10px
    }

    #g-footer .btn-group .cart {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 10px
    }

    #g-footer .nav-group {
        margin-right: 0
    }

    #g-footer .nav-group li,
    #g-footer .sub-nav-group li {
        position: relative;
        padding-left: 1.5em;
    }

    #g-footer .unit.right {
        margin-left: 20px
    }

    #footer-nav a {
        position: relative;
        /*display: block;*/
        /*height: 35px;*/
        /*padding-left: 65px*/
    }

    #footer-nav h3 {
        line-height: 1;
        font-size: 1.6em;
        color: #fff
    }

    #footer-nav p {
        font-size: 1.2em;
        color: #fff;
        text-align: center;
    }

    #footer-nav i {
        display: block;
        width: 35px;
        height: 35px;
        background: url("../img/parts/arr_blue_up.png") 50% 50% no-repeat;
        background-size: 13px 7px;
        position: absolute;
        top: 0;
        left: 20px;
        background-color: #fff;
        border-radius: 50%
    }

    #copyright {
        font-size: 1em;
        padding: 15px 0;
        line-height: 1.5
    }
}

/*----------------------
cookie
-----------------------------*/

#cookie-consent-banner .consent__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}

.consent__text {
    flex: 1 1 auto;
    margin: 0;
    line-height: 1.4;
    font-size: 1.6em;
}

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

.consent__link {
    margin-left: 1em;
    white-space: nowrap;
}

#cookie-consent-accept {
    flex: 0 0 auto;
    background: #0072CE;
    color: #fff;
    border: none;
    padding: 0.6em 1.2em;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

#cookie-consent-accept:hover {
    background: #005bb5;
}

/* スマホ時は縦積みに */
@media screen and (max-width: 600px) {
    #cookie-consent-banner .consent__inner {
        justify-content: center;
    }

    .consent__link {
        margin-left: 0;
    }
}

/*----------------------
疑似要素
-----------------------------*/
::-webkit-scrollbar {
    width: 6px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #191919;
    border-radius: 10px
}

::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2
}

* {
    box-sizing: border-box
}

body {
    color: #333;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    min-width: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

a {
    cursor: pointer;
    color: #0072CE;
    text-decoration: none
}

#noscript_message {
    position: fixed;
    z-index: 10000;
    padding: 1em 0;
    width: 100%;
    background: #c00;
    color: #fff;
    text-align: center;
    font-size: 1.2em
}

/*----------------------
view
-----------------------------*/
.tb-wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

.tb-cont {
    display: table;
    width: 100%;
    height: 100%
}

.tb-mid {
    display: table-cell;
    vertical-align: middle
}

.tb-inner {
    position: relative
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

span.text-img,
span.pc-hidden,
span.sp-hidden,
br.pc,
br.mq,
br.tb {
    display: none
}

/*----------------------
font-color
-----------------------------*/
.color-yellow {
    color: #ffea00 !important
}

.color-cyan {
    color: #0072CE !important
}

.color-red {
    color: #d90000 !important
}

.color-green {
    color: #00b900 !important
}

.color-main {
    color: #163E64 !important;
}

.bold {
    font-weight: bold
}

/*----------------------
TOP
-----------------------------*/

#wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

#contents {
    background-color: #efefef;
    /*max-width: 1200px;*/
    /*min-width: 1000px;*/
    margin: auto;
}

@media screen and (max-width: 913px) {
    #contents {
        min-width: 980px;
    }
}

@media screen and (max-width: 821px) {
    #contents {
        max-width: unset;
        min-width: unset;
    }
}

#content {
    background-color: #fff;
    padding-top: 2rem;
}

@media screen and (max-width: 913px) {
    #content {
        min-width: 980px;
    }
}

@media screen and (max-width: 821px) {
    #content {
        min-width: 100%;
    }
}

#main-visual {
    position: relative;
    background-color: #efefef;
    padding-top: 142px;
}

#main-visual h2 {
    font-size: 3em;
    line-height: 1;
}

#main-visual p {
    font-size: 1.8em;
}

/*#main-visual>.container {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: 5*/
/*}*/

#main-visual .btn-rotate {
    position: absolute;
    bottom: 30px;
    right: 80px;
    z-index: 100
}

@media screen and (max-width: 1000px) {
    br.tb {
        display: block
    }
}

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

    br.pc,
    br.mq {
        display: block
    }

    #contents {
        padding-top: 60px
    }

    #main-visual {
        padding-top: 0
    }

    #main-visual h2 {
        margin: 15px 0 5px;
        font-size: 1.8em;
        line-height: 1
    }

    #main-visual p {
        font-size: 1.2em
    }

    /*#main-visual>.container {*/
    /*    position: absolute;*/
    /*    bottom: 0;*/
    /*    left: 50%;*/
    /*    margin-left: -400px;*/
    /*    z-index: 5*/
    /*}*/

    #main-visual.small {
        height: 142px;
        text-align: center
    }
}

.index #main-visual {
    padding-top: 0
}

.index #contents {
    padding-top: 142px;
    visibility: hidden;
}

#top #main-visual {
    position: relative;
    /*background-color: #efefef;*/
}

/*#top #main-visual:before,*/
/*#top #main-visual:after {*/
/*    display: block;*/
/*    width: 65.625%;*/
/*    height: 650px;*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-color: #0072CE;*/
/*    z-index: 1*/
/*}*/

/*#top #main-visual:after {*/
/*    width: 65.625%;*/
/*    height: 0;*/
/*    padding-bottom: 3.4375%;*/
/*    z-index: 3*/
/*}*/


/*catch-copy*/
#top .catch-copy {
    opacity: 1;
    position: absolute;
    bottom: 16.27907%;
    left: 6.5625%;
    z-index: 4;
    color: #fff
}

#top .catch-copy .color-main {
    text-shadow:
        2px 2px 1px #ffffff,
        -2px 2px 1px #ffffff,
        2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
        2px 0px 1px #ffffff,
        0px 2px 1px #ffffff,
        -2px 0px 1px #ffffff,
        0px -2px 1px #ffffff;
}

#top .catch-copy h3 {
    white-space: nowrap;
    font-size: min(calc(55 / 1600 * 100vw), 55px);
    font-weight: normal;
    line-height: 1
}

#top .catch-copy h2 {
    margin: 0;
    white-space: nowrap;
    line-height: 1;
    font-size: min(calc(150 / 1600 * 100vw), 150px);
    font-weight: normal
}

#top .catch-copy p {
    white-space: nowrap
}

#top .copy-logo {
    margin-bottom: min(calc(34 / 1600 * 100vw), 34px)
}

#top .copy-logo img {
    width: min(calc(110 / 1600 * 100vw), 110px);
    height: auto
}

#top .copy-text {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: min(calc(5 / 1600 * 100vw), 5px);
    background-color: rgba(26, 26, 26, 0.8);
    font-size: min(calc(20 / 1600 * 100vw), 20px);
    font-weight: bold
}

@media screen and (max-width: 1025px) {
    #top .catch-copy {
        bottom: 22.27907%;
    }
}

/*catch-copy-btn*/
#top .catch-copy-btn {
    opacity: 1;
    position: absolute;
    bottom: 4.27907%;
    left: 6.5625%;
    z-index: 4;
    color: #fff
}

.video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 3.4375%;
    padding-left: 16.875%
}

.video .video-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background: #000*/
}

.video .video-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/filter.png) repeat
}

/*.video video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover*/
/*}*/

/*.play-button {*/
/*    display: -ms-grid;*/
/*    display: grid;*/
/*    position: absolute;*/
/*    top: 45.8042%;*/
/*    left: 55%;*/
/*    z-index: 2;*/
/*    width: min(calc(128 / 1600 * 100vw), 128px);*/
/*    border: none;*/
/*    background: transparent;*/
/*    aspect-ratio: 1 / 1;*/
/*    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);*/
/*    transition: -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);*/
/*    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);*/
/*    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1)*/
/*}*/

/*.play-icon {*/
/*    grid-area: 1 / 1;*/
/*    place-self: center;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    width: min(calc(14 / 1600 * 100vw), 14px);*/
/*    height: min(calc(13 / 1600 * 100vw), 13px);*/
/*    margin-right: max(calc(-7 / 1600 * 100vw), -7px)*/
/*}*/

/*.play-icon img {*/
/*    width: 100%;*/
/*    height: 100%*/
/*}*/

/*.circle-text {*/
/*    grid-area: 1 / 1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-animation: rotate 10s linear infinite;*/
/*    animation: rotate 10s linear infinite*/
/*}*/

/*.circle-text img {*/
/*    width: 100%;*/
/*    height: 100%*/
/*}*/

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    /*SP #main-visual*/
    .index #main-visual {
        padding-top: 0
    }

    .index #contents {
        padding-top: 60px
    }

    #top #main-visual:before,
    #top #main-visual:after,
    #top #main-visual:after {
        display: none;
        width: 100%
    }

    #top #main-visual .catch-copy {
        top: 45%;
        /*bottom: 28px;*/
        left: 0;
        padding: 0 10px
    }

    #top #main-visual .catch-copy h3 {
        margin-bottom: 0;
        font-size: 1.86em
    }

    #top #main-visual .catch-copy h2 {
        margin-bottom: 7px;
        font-size: 4em
    }

    #top #main-visual .catch-copy h2 span {
        padding-right: 5px
    }

    #top #main-visual h2 {
        margin: 0
    }

    #top #main-visual .copy-logo {
        margin-bottom: 2px
    }

    #top #main-visual .copy-logo img {
        width: 37px;
        height: auto
    }

    #top #main-visual .copy-text {
        display: inline-block;
        margin-block: 3px;
        padding: 0 5px;
        margin-bottom: 0;
        background-color: rgba(26, 26, 26, 0.8);
        font-size: 1.2em;
        font-weight: bold
    }

    /*#top #main-visual #since {*/
    /*    top: 25px;*/
    /*    right: 10px;*/
    /*    width: 100px*/
    /*}*/

    /*SP video*/
    /*#top .video {*/
    /*    position: relative;*/
    /*    height: 477px !important;*/
    /*    padding: 0*/
    /*}*/

    #top .catch-copy-btn {
        left: 22.5625%;
    }

    #top .catch-copy-btn .btn-rect {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        overflow: hidden
    }

}

/*----------------------
top swiper
-----------------------------*/
#main-visual.large .hero-coverflow {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 16px;
}

.hero-coverflow {
    width: 100%;
    box-sizing: border-box;
    /*position: relative;*/
    overflow: visible;
}

#main-visual.large .hero-coverflow::before,
#main-visual.large .hero-coverflow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;           
  pointer-events: none;   
  z-index: 5;            
}


#main-visual.large .hero-coverflow::before {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0) 100%
  );
}

#main-visual.large .hero-coverflow::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255,255,255,1) 0%,
    rgba(255,255,255,0) 100%
  );
}

.hero-coverflow .swiper-button-prev,
.hero-coverflow .swiper-button-next {
  z-index: 10; 
}

.hero-coverflow .swiper-pagination {
  z-index: 10;
}

.hero-coverflow .swiper-slide {
    aspect-ratio: 1399 / 958;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-coverflow .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero-coverflow .swiper-button-prev,
.hero-coverflow .swiper-button-next {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    margin: 0;
    left: auto;
    right: auto;
}

.hero-coverflow .swiper-button-prev {
    left: 0;
}

.hero-coverflow .swiper-button-next {
    right: 0;
}

.hero-coverflow .swiper-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 998;
}

.hero-coverflow .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: rgba(51, 51, 51, 0.5);
    opacity: 1;
}

.hero-coverflow .swiper-pagination-bullet-active {
    background: #333;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -30px;
}

.hero-coverflow .swiper-button-prev,
.hero-coverflow .swiper-button-next {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    width: 20px;
    height: 30px;
    background-size: 20px 30px;
}

.hero-coverflow .swiper-pagination-bullet-active {
    background: #0072CE;
}

@media screen and (min-width: 1340px) {
    .hero-coverflow .swiper-button-prev {
        left: calc((100% - 1200px) / 2);
    }

    .hero-coverflow .swiper-button-next {
        right: calc((100% - 1200px) / 2);
    }
}

@media screen and (min-width: 1001px) {
    .swiper-slide a img {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

    .swiper-slide a:hover img {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

/*----------------------
top-news
-----------------------------*/
#top-news {
    padding-top: 80px;
    padding-bottom: 60px;
}

#top-news .section-body {
    width: min(100%, 1200px);
    padding: 0 15px;
}

#top-news .table-group th {
    font-weight: bold;
}

#top-news .table-group th,
#top-news .table-group td {
    vertical-align: top;
    padding: 15px 0 5px;
}

#top-news .table-group h4 {
    font-weight: normal;
}

#top-news .btn-rect {
    margin: auto;
    margin-top: 50px;
}

@media screen and (max-width: 1025px) {
    #top-news {
        max-width: 1000px;
        margin: auto;
    }
}

@media screen and (max-width: 1000px) {
    #top-news {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 913px) {
    #top-news {
        width: 93%;
        margin: unset;
    }
}

@media screen and (max-width: 821px) {
    #top-news {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 500px) {
    #top-news {
        padding: 40px 10px 80px;
    }

    #top-news .section-body {
        padding: 0;
    }

    #top-news .table-group tr {
        display: block;
        margin-bottom: 1em;
    }

    #top-news .table-group th {
        font-weight: bold;
        border-bottom: none;
    }

    #top-news .table-group th,
    #top-news .table-group td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5em 0;
    }

    #top-news .table-group td {
        padding-top: 0;
    }

    #top-news .table-group td h4 {
        font-size: 1.4em;
    }

    #top-news .btn-rect {
        margin-top: 25px;
    }
}

/*----------------------
top-products
-----------------------------*/
#top-products {
    background: #e6e6e6;
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 50%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
    padding-top: 60px;
    padding-bottom: 40px
}

#top-products .section-body {
    width: min(100%, 1200px);
    margin: 0 auto 50px;
    padding: 20px 15px 70px;
    box-sizing: border-box;
    overflow-x: hidden;
}

#top-products .product-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-products .product-list {
    background-color: #fff;
    border: 2px solid #163E64;
    display: flex;
    flex-direction: column;
}

#top-products .product-list h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    background-color: #163E64;
}

#top-products .product-list a.jump-btn {
    display: flex;
    flex: 1;
    width: 100%;
    padding: 0 15px 15px;
    gap: 15px;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
}

#top-products .product-list__img {
    flex: 0 0 45%;
}

#top-products .product-list__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#top-products .product-list__text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#top-products .product-list__text p {
    flex: 1;
    margin: 0 0 1em;
    color: #333;
    font-size: 1.4em;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-all;
}

#top-products .product-list__text span {
    margin-top: auto;
    text-align: right;
    font-weight: bold;
    color: #333;
    display: block;
    font-size: 1.4em;
}

#top-products .product-list__text i.icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #0072CE;
    border-radius: 50%;
    overflow: hidden;
}

#top-products .product-list__text i.icon::before,
#top-products .product-list__text i.icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/parts/arr_white.png") center center no-repeat;
    background-size: 6px 10px;
}

#top-products .product-list__text i.icon::after {
    transform: translateX(-100%);
}

@media screen and (max-width: 913px) {
    #top-products {
        width: 93%;
        margin: unset;
    }
}

@media screen and (max-width: 821px) {
    #top-products {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    #top-products .product-group {
        grid-template-columns: 1fr;
    }

    #top-products .product-list a.jump-btn {
        flex-direction: column;
        padding: 15px;
    }

    #top-products .product-list__img {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #top-products {
        padding-bottom: 0px;
    }

    #top-products .section-body {
        padding: 0 5px;
    }

}


/*top-about*/
#top-about {
    padding-bottom: 180px;
    text-align: center
}

#top-about .section-head {
    position: relative;
    height: 800px;
    padding-right: 120px;
    overflow: hidden;
    text-align: right
}

#top-about .section-head .tb-cont {
    position: relative;
    z-index: 2
}

#top-about .section-head img {
    width: 309.5px;
    height: auto
}

#top-about .parallax-bg {
    position: absolute;
    width: 100%;
    height: 110%;
    top: -10%;
    left: 0;
    background: url("../img/top/about.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1
}

#top-about .section-body {
    padding: 120px 60px 0;
    margin-bottom: 40px;
    text-align: center
}

#top-about .section-body p {
    line-height: 1.8;
    margin-bottom: 1em;
    font-size: 2.2em;
    font-weight: bold
}

#top-about .btn {
    display: inline-block
}

@media screen and (max-width: 1000px) {
    #top-about .parallax-bg {
        background-attachment: initial
    }
}

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

    /*SP #top-about*/
    #top-about {
        padding-bottom: 75px
    }

    #top-about .section-head {
        height: 350px;
        padding-right: 0;
        background: url("../img/top/about.jpg") 50% 50% no-repeat;
        background-size: cover;
        text-align: right
    }

    #top-about .section-head img {
        width: 100%;
        height: auto
    }

    #top-about .section-head .tb-mid {
        display: block;
        padding-top: 45px;
        padding-left: 24.53125%;
        padding-right: 10px
    }

    #top-about .section-body {
        padding: 50px 0 0;
        margin-bottom: 40px;
        text-align: center
    }

    #top-about .section-body p {
        line-height: 1.8;
        margin-bottom: 1em;
        font-size: 1.5em;
        font-weight: normal
    }

    #top-about .section-body .color-cyan {
        font-weight: bold
    }

    #top-about .parallax-bg {
        background-attachment: initial
    }

}


/*----------------------
#g-header
-----------------------------*/
#g-header .block-body a:hover {
    color: #0072CE
}

#g-header .col-sponsor a {
    opacity: 1;
    -webkit-transition: opacity .8s;
    transition: opacity .8s
}

#g-header .col-sponsor a:hover {
    opacity: .9;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

#top-products .product-list img {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

#g-footer .nav-group a:before,
#g-footer .sub-nav-group a:before,
.nav-group .parent:before {
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s
}

.sns-list a {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.btn-round:before {
    -webkit-transition: opacity .8s;
    transition: opacity .8s
}

.btn-round>.inner:after {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.side-list a:before {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.side-list a h4,
.side-list a span {
    -webkit-transition: color .4s;
    transition: color .4s
}

.modal-close {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

#contact .contact-section .block a i {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

@media screen and (min-width: 1001px) {
    #g-header .block-head .hdr-login a i {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    #g-header .block-head .hdr-login a:hover i {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    #g-header .block-body a:hover {
        color: #0072CE
    }

    #top-products .product-list img {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    #top-products .product-list a:hover img {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    #top-products .product-list a:hover i.icon:before,
    #top-products .product-list a:hover i.icon:after {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    #top-products .product-list a:hover i.icon:before {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    #top-products .product-list a:hover i.icon:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #top-products .sub-nav-list a:hover .inner {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    #top-products .sub-nav-list a:hover .tb-cont {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    #top-products .sub-nav-list a:hover:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #top-products .sub-nav-list a:hover:after {
        -webkit-transform: translateX(76px);
        transform: translateX(76px)
    }

    .btn-rect:hover .inner:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .btn-rect.btn-arr-left:hover span {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .btn-rect.btn-arr-left:hover:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .btn-rect.btn-arr-left:hover:after {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    .btn-rect.btn-arr-right:hover span {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .btn-rect.btn-arr-right:hover:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .btn-rect.btn-arr-right:hover:after {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    .arr-triple:hover small:before,
    .arr-triple:hover small:after,
    .arr-triple:hover small span {
        -webkit-animation-duration: .5s !important;
        animation-duration: .5s !important
    }

    #to-top:hover small,
    #to-top:hover>span {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #g-footer .nav-group a:before,
    #g-footer .sub-nav-group a:before,
    .nav-group .parent:before {
        -webkit-transition: -webkit-transform .8s;
        transition: -webkit-transform .8s;
        transition: transform .8s;
        transition: transform .8s, -webkit-transform .8s
    }

    #g-footer .nav-group a:hover:before,
    #g-footer .sub-nav-group a:hover:before,
    .nav-group .parent:hover:before {
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .sns-list a {
        -webkit-transition: opacity .4s;
        transition: opacity .4s
    }

    .sns-list a:hover {
        opacity: .6
    }

    .btn-round:before {
        -webkit-transition: opacity .8s;
        transition: opacity .8s
    }

    .btn-round>.inner:after {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    .btn-round:hover:before {
        opacity: .25
    }

    .btn-round:hover>.inner:after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    .side-list a:before {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    .side-list a h4,
    .side-list a span {
        -webkit-transition: color .4s;
        transition: color .4s
    }

    .side-list a:hover:before {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .side-list a:hover h4,
    .side-list a:hover span {
        color: #3ab7ca !important
    }

    .modal-close {
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transition-duration: .4s;
        transition-duration: .4s
    }

    .modal-close:hover {
        opacity: .6;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@media screen and (max-width: 1001px) {
    #g-header .block-body a.touched {
        color: #0072CE
    }

    #top-products .product-list a.touched img {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    #top-products .product-list a.touched i.icon:before,
    #top-products .product-list a.touched i.icon:after {
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    #top-products .product-list a.touched i.icon:before {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    #top-products .product-list a.touched i.icon:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #top-products .sub-nav-list a.touched .inner {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    #top-products .sub-nav-list a.touched .tb-cont {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    #top-products .sub-nav-list a.touched:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    #top-products .sub-nav-list a.touched:after {
        -webkit-transform: translateX(76px);
        transform: translateX(76px)
    }

    .btn-rect.touched .inner:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .btn-rect.btn-arr-left.touched span {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .btn-rect.btn-arr-left.touched:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .btn-rect.btn-arr-left.touched:after {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    .btn-rect.btn-arr-right.touched span {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .btn-rect.btn-arr-right.touched:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .btn-rect.btn-arr-right.touched:after {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    .sns-list a.touched {
        opacity: .6
    }

    .btn-round.touched:before {
        opacity: .25
    }

    .btn-round.touched>.inner:after {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    #products .product-list a.touched img {
        -webkit-transform: scale(0.97);
        transform: scale(0.97)
    }

    #products .product-list a.touched .list-btn svg {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    #products .product-list a.touched .list-btn .btn-inner {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    #products .product-list a.touched .list-btn path {
        stroke: #0072CE !important
    }

    #products-detail .section-nav a.touched:after {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    #products-detail .section-nav a.touched .circle-svg {
        stroke-dashoffset: 0 !important
    }

    .side-list a.touched:before {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .side-list a.touched h4,
    .side-list a.touched span {
        color: #3ab7ca !important
    }

    #products-detail .side-list a.touched h4,
    #products-detail .side-list a.touched span {
        color: #3ab7ca !important
    }

    #faq .side-list a.touched h4,
    #faq .side-list a.touched span {
        color: #0072CE !important
    }

    #faq .table-group a.touched {
        color: #0072CE
    }

    .modal-close.touched {
        opacity: .6;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    #contact .contact-section .block a.touched i {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }
}

/*SPハンバーガーメニュー内製品 / サービス一覧*/
/*#top-products .sub-nav-group*/
#top-products .sub-nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#top-products .sub-nav-list {
    position: relative;
    width: 33.33333%;
    height: 270px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: 50% 50% no-repeat;
    background-size: cover
}

#top-products .sub-nav-list .tb-cont {
    position: relative;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    z-index: 5
}

#top-products .sub-nav-list a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 30px;
    color: #fff;
    z-index: 2;
    overflow: hidden
}

#top-products .sub-nav-list a:before,
#top-products .sub-nav-list a:after {
    display: block;
    width: 10px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: 5;
    background: url("../img/parts/arr_white.png") 50% 50% no-repeat;
    background-size: 10px 16px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

#top-products .sub-nav-list a:before {
    left: 38px;
    -webkit-transform: translateX(-76px);
    transform: translateX(-76px)
}

#top-products .sub-nav-list a:after {
    right: 38px
}

#top-products .sub-nav-list a .inner {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(38, 97, 137, 0.5);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

#top-products .sub-nav-list span {
    font-size: 1.4em;
    font-weight: bold
}

#top-products .sub-nav-list strong {
    display: inline-block;
    margin-top: 10px;
    line-height: 1;
    font-size: 4em;
    font-weight: normal
}

#top-products .sub-nav-list.service {
    background-image: url(../img/top/sub_menu_01.jpg)
}

#top-products .sub-nav-list.service a .inner:after {
    background-image: url(../img/top/sub_menu_01.jpg)
}

#top-products .sub-nav-list.faq {
    margin: 0 30px;
    background-image: url(../img/top/sub_menu_02.jpg)
}

#top-products .sub-nav-list.faq a .inner:after {
    background-image: url(../img/top/sub_menu_02.jpg)
}

#top-products .sub-nav-list.about {
    background-image: url(../img/top/sub_menu_03.jpg)
}

#top-products .sub-nav-list a .inner:after {
    background-image: url(../img/top/sub_menu_03.jpg)
}

@media screen and (max-width: 500px) {
    #top-products .sub-nav-list.faq {
        margin: 0 0 5px 0
    }
}

/*----------------------
下層共通MV
-----------------------------*/
#main-visual.small {
    height: 300px;
    background-color: #f8f8f8;
    margin-bottom: 2em;
}

.mv-small__in {
    max-width: 1200px;
    min-width: 1000px;
    color: #0072CE;
    padding-top: 60px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 15px auto 5px;
    vertical-align: middle;
}

@media screen and (max-width: 912px) {
    .mv-small__in {
        flex-direction: column;
    }

    .mv-small__in {
        padding-top: 30px;
    }
}

@media screen and (max-width: 821px) {
    .mv-small__in {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 768px) {
     #main-visual.small {
        height: 250px;
        padding-top: 62px;
    }
}

@media screen and (max-width: 500px) {
    #main-visual.small {
        height: 100px;
        text-align: center;
        padding-top: 0px;
    }

    #main-visual.small.plus {
        height: 130px;
    }

    #ethics #main-visual.small {
        height: 130px;
    }

    .mv-small__in {
        padding-top: 13px;
        padding-left: 0;
        gap: 10px;
        width: 100%;
        flex-direction: column;
        max-width: unset;
        min-width: unset;
    }

    #main-visual.small h2 {
        margin: 0;
        font-size: 2.6em;
    }
}

/*----------------------
パンくずリスト
-----------------------------*/
.breadcrumb-list {
    display: flex;
    gap: 0 10px;
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #0072CE;
}

.breadcrumb-list li.active a {
    color: #333;
    pointer-events: none;
}

.breadcrumb-list li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-list a {
    color: #0072ce;
    text-decoration: none;
    font-weight: normal;
}

@media screen and (max-width: 500px) {
    .breadcrumb-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 10px;
        list-style: none;
        padding: 0;
        font-size: 0.8rem;
    }

    .breadcrumb li {
        white-space: nowrap;
        margin-right: 0.5em;
    }
}

/*----------------------
下層共通カラム
-----------------------------*/
.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
}

.col-2 .col-head {
    height: 40px;
}

.col-2 .col-head .section-title {
    margin-bottom: 0
}

.col-2 .col-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    background-color: #fff;
    padding-bottom: 120px;
    margin-bottom: 80px;
}

.col-2 .col-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px;
}

.col-2 .col-right .col-head {
    text-align: center;
    background-color: #0072CE;
    color: #fff;
}

.col-2 .col-right .col-head h3 {
    line-height: 1.2;
    font-size: 2.2em;
    margin-bottom: 10px;
    margin-top: 10px
}

.col-2 .col-right .col-head p {
    line-height: 1;
    font-size: 1.4em
}

.col-left {
    background-color: #fff;
    padding-bottom: 120px;
    /*margin-bottom: 80px*/
}

@media screen and (min-width: 500px) and (max-width: 1000px) {
    /*.col-2 .col-head {*/
    /*    padding: 0 20px*/
    /*}*/

    .col-2 .col-left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .col-2 .col-right {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 300px
    }
}

@media screen and (max-width: 821px) {
    .col-2 {
        display: block
    }

    .col-2 .col-head {
        height: 50px;
        /*padding: 0 10px*/
    }

    .col-2 .col-head .section-title {
        margin-bottom: 0
    }

    .col-2 .col-head .section-title h3 {
        padding: 0 8px
    }

    .col-2 .col-left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .col-2 .col-left.-single {
        padding-bottom: 0;
        margin-bottom: 60px;
    }

    .col-2 .col-right {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%
    }

    .col-2 .col-right .col-head {
        text-align: center;
        background-color: #454c59;
        color: #fff
    }

    .col-2 .col-right .col-head h3 {
        line-height: 1;
        font-size: 1.8em;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .col-2 .col-right .col-head p {
        line-height: 1;
        font-size: 1.4em
    }
}

@media screen and (max-width: 500px) {
.col-left {
    margin-bottom: 0px
}
}

/*----------------------
下層サイドバー
-----------------------------*/
#under .side-list {
    height: 50px;
}

#under .side-list a:before {
    background-image: url(../img/parts/arr_nav-blue.png);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: center;
}

#under .side-list h4 {
    line-height: 1.4;
    font-size: 1.4em;
    font-weight: normal;
}

#under .side-list.current {
    background-color: #fff;
}

#under .side-list.current a:before {
    background-color: #0072CE;
    background-image: url(../img/parts/arr_white.png);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: center;
}

#under .side-list.current h4,
#under .side-list.current span {
    color: #0072CE !important;
    font-weight: 600;
}

#under .side-list a:hover h4,
#under .side-list a:hover span {
    color: #0072CE !important;
    font-weight: 600;
}

#under .side-list .tb-wrap {
    left: 0;
    padding-left: 55px;
    padding-right: 10px
}

#under section {
    padding-right: 30px;
}

#under .section-body {
    padding-left: 10px;
    padding-right: 5px;
}

#under .under-cont+.under-cont {
    margin-top: 6em;
}

@media screen and (max-width: 821px) {
    #under section {
        padding-right: 0px;
    }

    #under .section-body {
        padding-left: 10px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 769px) {
    #under section {
        padding-right: 0px;
    }

    #under .section-body {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*----------------------
下層共通見出し
-----------------------------*/
#under .section-title {
    height: 40px;
    background-color: #163E64;
    color: #fff;
}

#under .section-title:before,
#under .section-title:after {
    content: none;
}

#under .section-title h3 {
    padding: 0;
    line-height: 1.2;
    font-size: 2.2em;
    padding-left: 10px;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

#under .section-title span {
    font-size: 0.6em;
    color: #0072CE;
    font-weight: normal
}

@media screen and (max-width: 500px) {
    #under .section-title {
        height: 30px;
    }

    #under .section-title h3 {
        font-size: 2em;
    }

}

/*----------------------
下層共通
-----------------------------*/

.u-flex {
    display: flex;
    gap: 20px;
}

.u-flex.-reverse {
    flex-direction: row-reverse;
}

.u-flex__img {
    width: 30%;
}

.u-flex__img img {
    width: 100%;
}

.u-flex__text {
    width: 70%;
}

.u-flex__text p.-right {
    text-align: right;
}

@media screen and (max-width: 500px) {
    .u-flex {
        flex-direction: column;
    }

    .u-flex__img,
    .u-flex__text {
        width: 100%;
    }
}


/*----------------------
products_housas
-----------------------------*/

.products-subttl {
    border-bottom: solid 3px rgba(22, 62, 100, 0.4);
    position: relative;
    font-size: 2em !important;
    margin: 2rem 0;
}

.products-subttl:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #163E64;
    bottom: -3px;
    width: 20%;
}

.p-products-flex {
    display: flex;
    gap: 20px;
}

.p-products-flex__text {
    width: 40%;
}

.p-products-flex__text.-half {
    width: 50%;
}

.p-products-flex__text.-six {
    width: 60%;
}

.p-products-flex__text.-single {
    width: 100%;
}

.p-products-flex__img {
    width: 60%;
}

.p-products-flex__img.-max {
    width: 100%;
}

.p-products-flex__img.-half {
    width: 40%;
}

.p-products-flex__img.-four {
    width: 40%;
}

.p-products-flex__box2 {
    width: 100%;
}

.p-products-flex__img img {
    width: 100%;
}

.p-products-list {
    counter-reset: section;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
}

.p-products-list>li {
    counter-increment: section;
    margin-bottom: 1.5em;
    padding-left: 1.5em;
    position: relative;
    font-weight: bold;
}

.p-products-list>li::before {
    content: counter(section) ".";
    position: absolute;
    left: 0;
    top: 0;
}

.p-products-list>li>ol {
    counter-reset: subsection;
    list-style: none;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0;
}

.p-products-list>li>ol>li {
    counter-increment: subsection;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    position: relative;
    font-weight: normal;
}

.p-products-list>li>ol>li::before {
    content: counter(subsection) " )";
    position: absolute;
    left: 0;
    top: 0;
}

.p-products-list li {
    line-height: 1.6;
}

.p-products-list__normal {
    font-weight: normal !important;
}

.p-products__desc {
    margin-bottom: 1.5em !important;
}

.p-products__desc.-single {
    margin-bottom: 0.5em !important;
    margin-top: 2em !important;
    font-size: 1.6em;
}

.p-products__desc strong {
    color: #163E64 !important;
    margin: 1.5em 0 2em !important;
    font-weight: 700;
}

.p-products-list+.p-products__desc {
    margin-top: 1.5em;
}

.p-products-flex__img2 {
    display: flex;
    gap: 20px;
    margin-top: 1.5em;
}

.p-products-flex__img2 div {
    width: 50%;
}

.p-products-flex__img2 div img {
    width: 100%;
}

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

    .p-products-flex,
    .p-products-flex__img2 {
        flex-direction: column;
    }

    .p-products-flex__img,
    .p-products-flex__img.-half,
    .p-products-flex__img.-six,
    .p-products-flex__img.-four,
    .p-products-flex__text,
    .p-products-flex__text.-half,
    .p-products-flex__text.-six,
    .p-products-flex__text.-four,
    .p-products-flex__img2 div {
        width: 100%;
    }
}

/*----------------------
products_risaiOP
-----------------------------*/

table.risaiOP__tbl {
    width: 100%;
    margin: 2em 0;
}

.risaiOP__tbl th.title {
    width: 25%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.risaiOP__tbl th {
    background-color: rgba(0, 114, 206, 1);
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #0072CE;
    color: #fff;
    font-weight: bold;
}

.risaiOP__tbl th,
.risaiOP__tbl td {
    line-height: 1.7;
    font-size: 1.5em;
    border: 1px solid rgba(0, 114, 206, 1);
    border-collapse: collapse;
    padding: 10px 5px;
    vertical-align: middle;
}

.risaiOP__tbl td {
    width: 75%;
    padding-left: 10px;
}

.p-products__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.p-products__gallery figure {
    flex: 1 1 calc((100% - 2 * 40px) / 3);
    display: flex;
    flex-direction: column;
}

.p-products__gallery figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

.p-products__gallery figure figcaption {
    margin-top: auto;
    text-align: center;
    font-size: 1.4em;
}

.p-note-flex {
    display: flex;
    align-items: flex-start;
    gap: 0.3em;
}

.p-note-flex.-db {
    color: #163E64;
}

.p-note-flex .note-mark {
    flex: 0 0 auto;
    /*font-size: 1.2em;*/
    line-height: 1.4;
}

.p-note-flex .note-text {
    flex: 1 1 auto;
    line-height: 1.6;
}

.p-note-flex.align-colon .note-mark {
    /*flex: 0 0 11ch;*/
    text-align: left;
}

.p-note-flex.align-colon .note-text {
    flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
    .p-note-flex .note-text br.pc-only {
        display: inline;
    }
}

@media screen and (max-width: 500px) {
    .p-products__gallery {
        gap: 60px;
        flex-direction: column;
    }

    .p-products__gallery figure {
        flex: 1 1 calc((100% - 2 * 60px) / 3);
    }

    .p-note-flex.align-colon {
        flex-direction: column;
    }

    /* マークは行頭だけ、テキストは幅いっぱい */
    .p-note-flex.align-colon .note-mark {
        flex: none;
        width: auto;
        margin-bottom: 0.25em;
    }

    .p-note-flex.align-colon .note-text {
        flex: none;
        width: 100%;
        margin-left: 1ch;
        /* コロン位置だけインデント */
    }
}

/*----------------------
products_houstrage
-----------------------------*/
#products_houstrage .p-products-flex.-first {
    margin-top: 2rem;
}

#products_houstrage .p-products-flex__img.-last {
    text-align: center;
}

#products_houstrage .p-products-flex__img.-last img {
    width: 50%;
}

@media screen and (max-width: 500px) {
    #products_houstrage .p-products-flex__img.-last img {
        width: 100%;
    }
}

/*----------------------
products_others
-----------------------------*/
#products_others .p-products-flex {
    margin-top: 2rem;
}

/*----------------------
products_filingOP
-----------------------------*/
#products_filingOP .p-products-flex {
    margin-top: 2rem;
}

/*----------------------
products_HOUSCAN
-----------------------------*/

#products_HOUSCAN .-first .p-products__desc {
    margin-top: 2rem;
    font-size: 1.8em;
}

#products_HOUSCAN .p-products-flex__img.-max img {
    width: 70%;
}

@media screen and (max-width: 500px) {
    #products_HOUSCAN .p-products-flex__img.-max img {
        width: 100%;
    }
}

/*----------------------
products_forguncy
-----------------------------*/
#products_forguncy .p-products-flex__img.-first .p-products__desc {
    margin-top: 2rem;
}

.p-products-list.noparent>li {
    padding-left: 0;
}

.p-products-list.noparent>li::before {
    content: none;
}

.forguncy-box .p-products__desc {
    font-size: 1.4em;
    margin-bottom: 1.2em !important;
}

#products_forguncy .forguncy-box.-first .p-products__desc {
    margin-top: 2rem;
}

/*----------------------
products_forguncy-movie
-----------------------------*/
#forguncy-video-area {
    margin-top: 2rem;
}

#forguncy-video-area,
#video {
    width: 100%;
}

/*----------------------
products_houscheduler
-----------------------------*/
#products_houscheduler .-first .p-products__desc {
    margin-top: 2rem;
    font-size: 1.8em;
}

#products_houscheduler .p-products-flex__img.-max {
    margin: 2rem 0;
}

#products_houscheduler .p-products-flex__img.-max img {
    width: 70%;
}

#products_houscheduler .p-note-flex.-db {
    margin-bottom: 0;
}

@media screen and (max-width: 500px) {
    #products_houscheduler .p-products-flex__img.-max img {
        width: 100%;
    }
}

/*----------------------
greeting
-----------------------------*/
.greet-copy {
    color: #163E64 !important;
    text-align: center;
    margin: 1.5em 0 2em !important;
    font-size: 1.8em !important;
    font-weight: 700;
}

.sign {
    font-size: 1.6em !important;
    margin-top: 3em;
    font-weight: 600 !important;
}

@media screen and (max-width: 500px) {
    .greet-copy {
        margin: 1.5em 0 2em !important;
        font-size: 1.5em !important;
    }
}

/*----------------------
company
-----------------------------*/
.company-tbl {
    width: 100%;
}

.company-img {
    display: flex;
    gap: 20px
}

.company-img figure {
    width: 30%;
}

.company-img figure img {
    width: 100%;
}

.company-img figure figcaption {
    text-align: center;
}

.table-group .company-tbl th {
    font-weight: 600;
}

.table-group .company-tbl td {
    /*font-weight: 500;*/
}

.table-group .company-tbl th,
.table-group .company-tbl td {
    font-size: 1.4em;
}

/*.table-group .short-first th,*/
/*.table-group .short-first td {*/
/*    padding: 30px 0 15px;*/
/*}*/

.table-group .short-second th,
.table-group .short-second td {
    padding: 15px 0;
}

@media screen and (max-width: 1025px) {
    .company-img figure {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .company-img {
        flex-direction: column;
    }

    .company-img figure {
        width: 100%;
    }
}

/*----------------------
organization
-----------------------------*/
#organization {
    margin-bottom: 8rem;
}

.company-cont__text.-right p {
    margin: 1rem 0;
    text-align: right;
}

.under-cont__img,
.nder-cont__frame {
    margin: 2rem 0;
}

.under-cont__img img {
    width: 100%;
}

@media screen and (max-width: 500px) {
    #organization {
        margin-bottom: 0;
    }
}

/*----------------------
access
-----------------------------*/
.company-tbl td iframe {
    margin: 1rem 0;
}

.company-tbl td p {
    font-size: 1em;
    /*font-weight: 500;*/
    /*color: #000;*/
}

/*----------------------
environment
-----------------------------*/
#environment {
    margin-bottom: 16rem;
}

.company-cont {
    margin: 3em 0;
}

.company-cont .u-flex__img {
    margin-top: 40px;
    width: 15%;
}

.company-cont__text p {
    /*color: #000 !important;*/
    /*font-weight: 500;*/
}

.company-cont__sign {
    font-size: 1.1em !important;
    margin-top: 3em;
    line-height: 1.2em !important;
    text-align: right;
}

@media screen and (max-width: 500px) {
    .company-cont {
        margin: 1.5em 0;
    }
}

/*----------------------
health
-----------------------------*/
#health {
    margin-bottom: 6rem;
}

.company-cont__ol {
    padding-left: 15px;
}

.company-cont__list {
    font-size: 1.4em;
    /*color: #000 !important;*/
    /*font-weight: 500;*/
}

.company-cont__list li {
    list-style-type: decimal;
    padding-left: 5px;
}

.company-cont__list .first strong,
.company-cont__list .second strong,
.company-cont__list .third strong,
.company-cont__list .fourth strong,
.company-cont__list .fifth strong {
    /*color: #0072CE;*/
    /*font-weight: bold;*/
}

.company-cont__list .first::marker,
.company-cont__list .second::marker,
.company-cont__list .third::marker,
.company-cont__list .fourth::marker,
.company-cont__list .fifth::marker {
    /*color: #0072CE;*/
    /*font-weight: bold;*/
}

.company-cont__list .second,
.company-cont__list .third,
.company-cont__list .fourth,
.company-cont__list .fifth {
    margin-top: 15px;
}

.company-cont__list li ol {
    padding-left: 15px;
    margin-top: 5px;
}

.company-cont__img {
    margin-top: 40px;
}

.company-cont__img img {
    border: solid 1px #163E64;
}

@media screen and (max-width: 500px) {
    #health {
        margin-bottom: 0;
    }

    .company-cont__ol {
        padding-left: 0;
    }

    .company-cont__ol ol {
        padding-left: 15px;
    }

    .company-cont__img img {
        width: 100%;
    }
}

/*----------------------
health
-----------------------------*/
#health .company-cont__list li.second ol {
    padding-left: 0;
}

#health .company-cont__list li.second ol li {
    list-style-type: none;
}

/*----------------------
compliance
-----------------------------*/
#compliance {
    margin-bottom: 6rem;
}

#compliance .company-cont__list li {
    list-style-type: disclosure-open;
}

#compliance .company-cont__list li ol {
    padding-left: 0;
}

#compliance .company-cont__list li ol li {
    list-style-type: none;
}

@media screen and (max-width: 500px) {
    #compliance {
        margin-bottom: 0;
    }
}

/*----------------------
security
-----------------------------*/
#security .company-cont__list li ol li {
    counter-increment: item;
    padding-left: 5px;
}

#security .company-cont__list li ol li::marker {
    content: "(" counter(item) ")";
}

/*----------------------
quality
-----------------------------*/
#quality .company-cont__list .first ol,
#quality .company-cont__list .third ol {
    padding-left: 0;
}

#quality .company-cont__list .first ol li,
#quality .company-cont__list .third ol li {
    list-style-type: none;
}

#quality .company-cont__list .second ol li {
    counter-increment: item;
    padding-left: 5px;
}

#quality .company-cont__list .second ol li::marker {
    content: "(" counter(item) ")";
}

/*----------------------
policy
-----------------------------*/

#policy #privacy .company-cont__list .first ol {
    padding-left: 0;
}

#policy #privacy .company-cont__list .first ol li {
    list-style-type: none;
}

#policy #privacy .company-cont__list .first ol li ul {
    padding-left: 5px;
}

#policy #privacy .company-cont__list .first ol li ul li {
    list-style-type: disc;
    margin-left: 10px;
    padding-left: 0;
}

#policy #privacy-mark .company-cont .u-flex__img {
    margin-top: 0px;
}

.personal-info__box {
    line-height: 1.7;
    font-size: 1.4em;
    /*font-weight: 500;*/
    margin-bottom: 1em;
}

.personal-info__box+.personal-info__box {
    margin-top: 2em;
}

.personal-info__dt {
    border-bottom: solid 1.5px #163E64;
    margin-bottom: 10px;
    font-weight: 600;
}

.personal-info__dt span {
    margin-right: 8px;
    color: #163E64;
    font-weight: 600;
}

.personal-info__tbl-title {
    margin-bottom: 0 !important;
}

.personal-info__tbl.-second,
.personal-info__tbl.-fifth {
    margin-bottom: 3em;
}

.personal-info__tbl.-fifth {
    margin-top: 2em;
}

/*.personal-info__tbl-title,*/
/*.personal-info__tbl-desc {*/
/*    font-weight: 500;*/
/*}*/

.personal-info__tbl-desc {
    margin-top: 0.5em;
    margin-bottom: 2em !important;
}

.personal-info__tbl-desc.-seventh {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.personal-info__tbl th.title {
    width: 30%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.personal-info__tbl th,
.personal-info__tbl thead td {
    background-color: rgba(0, 114, 206, 1);
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #0072CE;
    color: #fff;
    font-weight: bold;
}

.personal-info__tbl th,
.personal-info__tbl td {
    line-height: 1.7;
    font-size: 1.4em;
    /*font-weight: 500;*/
    border: 1px solid rgba(0, 114, 206, 1);
    border-collapse: collapse;
    padding: 10px 5px;
    vertical-align: middle;
}

.personal-info__tbl td {
    width: 70%;
    padding-left: 10px;
}

.personal-info__tbl thead td {
    padding-left: 5px;
}


#personal-info .company-cont {
    margin: 0;
    margin-bottom: 3em;
}

#personal-info .company-cont__text p {
    margin: 2rem 0;
}

#personal-info .company-cont__ol {
    padding-left: 10px;
}

#personal-info .company-cont__list {
    list-style: none;
    counter-reset: section;
    padding-left: 0;
}

#personal-info .company-cont__list>li {
    counter-increment: item;
    padding-left: 5px;
}

#personal-info .company-cont__list>li::marker {
    content: "(" counter(item) ")";
    color: #000;
    font-weight: 600;
}

#personal-info .company-cont__list>li strong {
    color: #000;
    font-weight: 500;
}

#personal-info .company-cont__list li ol {
    padding-left: 0;
    margin-top: 0;
}

#personal-info .company-cont__list li ol li {
    list-style-type: none;
    padding-left: 0;
}

#personal-info .company-cont__list li ol li::marker {
    content: none;
}

/*----------------------
news
-----------------------------*/
.news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.news-list .item {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 15px;
}

.news-list .item a {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
}

.news-list .item .date {
    margin: 0;
    min-width: 120px;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 20px 0 0;
}

.news-list .item .title {
    margin-bottom: 0 !important;
}

.news-list .item a .title {
    margin: 0;
    width: 100%;
    color: #0072CE;
    background-image: linear-gradient(90deg, #0072CE, #0072CE);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    transition: background-size 0.6s;
}

.news-list .item a:hover .title {
    background-size: 100% 1px;
}

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

    .news-list .item,
    .news-list .item a {
        flex-wrap: wrap;
    }

    .news-list .item .date {
        min-width: 100px;
    }
}

/*----------------------
recruit
-----------------------------*/
#recruit #main-visual.small {
    background-color: #fff;
}

#recruit #content {
    padding-bottom: 16em;
    background-color: #f8f8f8;
}

.form-embed-wrapper {
  position: relative;
  width: 100%;
  /* LP の高さに合わせて適宜調整 or 本文の高さを auto に */
  height: 800px;   
  overflow: hidden; /* はみ出し部分を隠す */
}

.form-embed {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
  /* レガシー対応：scrolling=no が効かないブラウザ向けに */
  overflow: hidden;
}

/* WebKit ブラウザ（Chrome, Safari）でスクロールバーを完全非表示 */
.form-embed::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.form-embed {
  scrollbar-width: none;
}


@media screen and (max-width: 500px) {
    #recruit #content {
        padding-bottom: 8em;
    }
}

/*----------------------
downloads
-----------------------------*/
.preparation-btn {
    margin-top: 2rem;
}

@media screen and (max-width: 500px) {
    .preparation-btn a {
        margin: auto;
    }
}


/*----------------------
contact
-----------------------------*/
#contact {
    margin-bottom: 16em;
}

table.contact-info__tbl {
    width: 50% !important;
    margin: 2em 0;
}

.contact-info__tbl th.title {
    width: 20%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.contact-info__tbl th,
.contact-info__tbl thead td {
    background-color: rgba(0, 114, 206, 1);
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #0072CE;
    color: #fff;
    font-weight: bold;
}

.contact-info__tbl th,
.contact-info__tbl td {
    line-height: 1.7;
    font-size: 1.5em;
    border: 1px solid rgba(0, 114, 206, 1);
    border-collapse: collapse;
    padding: 10px 5px;
    vertical-align: middle;
}

.contact-info__tbl td {
    width: 80%;
    padding-left: 10px;
}

.contact-info__tbl thead td {
    padding-left: 5px;
}

@media screen and (max-width: 500px) {
    #contact {
        margin-bottom: 0;
    }

    table.contact-info__tbl {
        width: 100% !important;
    }
}

/*----------------------
contactform
-----------------------------*/
#contactform {
    margin-bottom: 16em;
}

@media screen and (max-width: 500px) {
    #contactform {
        margin-bottom: 6rem;
    }
}

/*----------------------
ethics
-----------------------------*/
#ethics {
    margin-bottom: 16em;
}

@media screen and (max-width: 500px) {
    #ethics {
        margin-bottom: 6rem;
    }
}

/*----------------------
personal
-----------------------------*/
#personal {
    margin-bottom: 16em;
}

@media screen and (max-width: 500px) {
    #personal {
        margin-bottom: 6rem;
    }
}

/*----------------------
customer
-----------------------------*/
#customer .p-products-flex.-first {
    margin-top: 2rem;
}

#customer .p-products__desc {
    font-size: 2em;
    margin-bottom: 10px !important;
}

.customer-list {
    margin-left: 10px;
}

.customer-list a {
    font-size: 1.6em;
}


@media screen and (max-width: 500px) {
    #customer .col-left {
        margin-bottom: 0px;
    }

    .customer-list {
        margin-left: 0px;
    }

}
