*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img,
embed,
object,
iframe {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

select::-ms-expand {
    display: none
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable] {
    outline: none
}

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

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    color: #2B2D42;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif
}

.section {
    padding: 2em 0
}

.pb0 {
    padding-bottom: 0 !important
}

.mb1 {
    margin-bottom: 1em !important
}

.mb2 {
    margin-bottom: 2em !important
}

.mb3 {
    margin-bottom: 3em !important
}

.mb4 {
    margin-bottom: 4em !important
}

.mt0 {
    margin-top: 0 !important
}

.sa {
    opacity: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0)
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0)
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.sa--scaleUp {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.sa--scaleDown {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.sa--rotateL {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sa--rotateR {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

main {
    overflow: hidden
}

.bg-grey {
    background: #F2F5F7
}

.tc {
    text-align: center
}

.table {
    border: 1px solid #e8eaed
}

.table th {
    border: 1px solid #e8eaed
}

.table td {
    border-right: 1px solid #e8eaed;
    border-left: 1px solid #e8eaed;
    padding: 1em 3em
}

.table tr {
    border: none
}

.table tr:hover {
    background: #fff
}

.table thead th {
    padding: 1em;
    background: #F2F5F7
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%
}

.warning-mark {
    font-size: 14px;
    text-align: center;
    margin-top: .7em
}

h1 {
    font-size: 3em;
    font-weight: bold
}

h2 {
    color: #2B2D42;
    font-weight: bold;
    font-size: 2.3em;
    margin-bottom: 1em
}

h3 {
    color: #2B2D42;
    font-weight: bold;
    font-size: 1.7em;
    margin-bottom: 1.5em
}

.dib {
    display: inline-block;
    font-weight: transparent
}

.text-link {
    color: #036eb8;
    text-decoration: underline;
    word-wrap: break-word;
}

.text-link:hover {
    text-decoration: none
}

.t-g {
    color: #A2A2A2
}

ul li,
ol li {
    margin-bottom: .5em
}

ul li:last-child,
ol li:last-child {
    margin-bottom: 0
}

.text-bg {
    position: relative;
    z-index: 0
}

.text-bg::after {
    content: "";
    display: block;
    width: 100%;
    height: .5em;
    background: #DEE1E2;
    position: absolute;
    bottom: .2em;
    left: 0;
    z-index: -1
}

.rt {
    text-align: right
}

strong {
    font-weight: bold
}

small {
    font-size: .85em
}

ul.disc {
    padding-left: 1.7em
}

ul.disc>li {
    list-style-type: disc
}

li ul,
li ol {
    margin-top: .5em
}

ol.number {
    list-style-type: decimal;
    padding-left: 1.3em;
    margin-bottom: 1em
}

ol.number>li {
    margin-bottom: 1em;
    list-style-type: decimal
}

ol.number>li:nth-child(n+10) {
    margin-left: .4em
}

a[href^="tel:"] {
    pointer-events: none;
    color: #2B2D42;
    cursor: text
}

.fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab {
    display: none
}

.ma1200 {
    display: none
}

.ma960 {
    display: none
}

.ma768,
.ma600,
.ma479 {
    display: none
}

img {
    max-width: 100%
}

.button {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto
}

.button a {
    padding: .7em 2em;
    border: 3px solid #D90429;
    color: #D90429;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    background: #D90429;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.button a:hover {
    background: #D90429;
    color: #fff
}

.section .button.w100 {
    width: 100%
}

.section .button.w100 a {
    width: 100%
}

.section .button a {
    padding: .6em 2em;
    border-radius: 3px
}

.fbc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.maxw300 {
    max-width: 300px !important;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    body {
        font-size: .98em
    }

    .section {
        padding: 5em 0
    }

    .mi1201 {
        display: none
    }

    .ma1200 {
        display: block
    }
}

@media screen and (max-width: 1100px) {
    body {
        font-size: .95em
    }

    .ma960 {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .mb5-768 {
        margin-bottom: 5em !important
    }

    body {
        font-size: .9em
    }

    .tab {
        display: block
    }

    .mi769 {
        display: none
    }

    .ma768 {
        display: block
    }

    h1 {
        font-size: 3em
    }

    h2 {
        font-size: 2.1em;
        margin-bottom: 2.2em
    }

    h3 {
        font-size: 1.4em
    }

    .section .button a {
        padding: .6em 1em;
        font-size: 1.2em
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 2.8em
    }

    h2 {
        font-size: 1.9em;
        margin-bottom: 2.2em
    }

    h3 {
        font-size: 1.3em
    }

    .ma600 {
        display: block
    }

    .section {
        padding-top: 6em !important;
        margin-top: -3em !important
    }

    .section .inner {
        padding: 0 1em
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: .85em
    }

    .section {
        padding: 3em 0
    }

    h1 {
        font-size: 2.3em
    }

    h2 {
        font-size: 1.8em
    }

    h3 {
        font-size: 1.3em
    }

    .ma479 {
        display: block
    }

    a[href^="tel:"] {
        pointer-events: auto;
        color: #036eb8;
        text-decoration: underline
    }
}

.section {
    text-align: center
}

.under-title1 {
    text-align: center;
    display: inline-block;
    width: auto;
    padding: .2em;
    border-bottom: 5px solid #D90429
}

.macwindow {
    margin: 2em auto 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow: hidden
}

.macwindow img {
    display: block;
    width: 100%
}

.b {
    font-weight: bold
}

#o-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc
}

#o-header .nav-wrap.open {
    display: block
}

#o-header .nav-wrap.close {
    display: none
}

#o-header .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#o-header .header-logo {
    z-index: 30;
    line-height: 1
}

#o-header .pc-menu ul li {
    margin: 0 1em;
    font-size: 13px;
}

#o-header .pc-menu .setbox {
    border-left: 1px solid #8D99AE;
    margin-left: 1em;
}

#o-header .pc-menu .setbox li {
    padding: 1.5em 1em;
    margin: 0;
    font-weight: bold;
}

#o-header .pc-menu .setbox .red,
#o-header .pc-menu .setbox .grey {
    background: #D90429;
    color: #fff;
}

#o-header .pc-menu .setbox .red {
    background: #D90429;
}

#o-header .pc-menu .setbox .grey {
    background: #6E6E6E;
}

#o-header .pc-menu .setbox a {
    display: block;
    width: 100%;
}

#o-header .langsetbox {
    width: 100%;
    position: relative;
}

#o-header .pc-menu ul li.langbox {
    margin-left: 0;
}

#o-header .langsetbox>.fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#o-header .langsetbox::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    pointer-events: none;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 0.7em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#o-header .langset {
    border: none;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0;
}

#o-header .langset::-ms-expand {
    display: none;
}

/**ホバー用メニュー**/

#o-header .pc-menu .hovwr-menu {
    position: relative;
}

#o-header .pc-menu .hovwr-menu:hover>div {
    display: block;
}

#o-header .pc-menu .hovwr-menu>div {
    position: absolute;
    display: none;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.8em;
}

#o-header .pc-menu .hovwr-menu>div>p {
    border-bottom: 1px solid #ccc;
    position: relative;
}

#o-header .pc-menu .hovwr-menu>div>p>a {
    display: block;
    padding: 1em;
}

#o-header .pc-menu .hovwr-menu>div>p::after {
    position: absolute;
    top: 45%;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #6E6E6E;
    border-right: 1px solid #6E6E6E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s 0s ease;
}

#o-header .pc-menu .hovwr-menu>div>p:last-child {
    border-bottom: none;
}

@media screen and (max-width: 1024px) {
    #o-header .pc-menu .hovwr-menu>div {
        position: relative;
        display: block;
        width: 100%;
        background: initial;
        border: none;
        border-radius: 0;
        font-size: 1em;
    }

    #o-header .pc-menu .hovwr-menu>div>p {
        border-bottom: none;
        position: relative;
    }

    #o-header .pc-menu .hovwr-menu>div>p>a {
        display: block;
        padding: 1em;
        padding-left: 2em;
    }

    #o-header .pc-menu .hovwr-menu>div>p::after {
        display: none;
        ;
    }

    #o-header .pc-menu .hovwr-menu>div>p:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width: 1100px) {
    #o-header .pc-menu ul li {
        margin: 0 1.1em;
        font-size: .9em
    }

    #o-header .pc-menu ul li.button:last-child {
        margin-left: .8em
    }

    #o-header .pc-menu ul li.button:last-child a {
        padding: .2em 1em
    }
}

@media screen and (max-width: 1100px) {
    #o-header {
        padding: 1em;
    }

    .nav-button {
        display: block;
        cursor: pointer;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    #o-header .nav-wrap {
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 3;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding-top: 80px
    }

    #o-header .nav-wrap ul {
        overflow-y: scroll
    }

    #o-header .nav-wrap ul li {
        width: 100%;
        font-size: 1.2em;
        margin: 0;
        font-weight: bold
    }

    #o-header .nav-wrap ul li a {
        padding: 1em 1.1em;
        display: block;
        border-bottom: 1px solid #A2A2A2;
        position: relative
    }

    #o-header .nav-wrap ul li a::after {
        position: absolute;
        content: "\f054";
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
        text-decoration: none;
        display: inline-block;
        color: #2B2D42;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        right: 1.1em
    }

    #o-header .nav-wrap ul li a:hover {
        color: #2B2D42;
        background: #F2F5F7
    }

    #o-header .nav-wrap ul:first-child {
        border-top: 1px solid #A2A2A2;
        border-right: none;
        height: auto;
        padding-bottom: 200px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #o-header .nav-wrap ul:last-child {
        -webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.04);
        box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.04);
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: #fff;
        margin: 0;
        flex-wrap: wrap;
        border: none;
        padding: 1em 0;
    }

    #o-header .nav-wrap ul:last-child li:first-child {
        width: 100%;
    }

    #o-header .nav-wrap ul:last-child li {
        padding: 1em !important
    }

    #o-header .nav-wrap ul:last-child li a {
        padding: .6em !important;
        width: 100%;
        display: block;
        border: none;
    }

    #o-header .nav-wrap ul:last-child li a:after {
        display: none
    }

    #o-header .nav-wrap ul:last-child li:first-child a {
        border: 3px solid #D90429;
        color: #D90429
    }

    #o-header .nav-wrap ul:last-child li:first-child a:hover {
        background: #D90429;
        color: #fff
    }

    #o-header .nav-wrap ul:last-child li:last-child a:hover {
        background: #fff;
        color: #D90429
    }

    #o-header .pc-menu .setbox .grey,
    #o-header .pc-menu .setbox .red {
        width: calc(50% - 1em);
        margin: 0.5em !important;
        padding: 0 !important;
    }

    .nav-button,
    .nav-button span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .nav-button {
        z-index: 20;
        position: relative;
        width: 40px;
        height: 36px
    }

    .nav-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #2B2D42;
        border-radius: 4px
    }

    .nav-button span:nth-of-type(1) {
        top: 0
    }

    .nav-button span:nth-of-type(2) {
        top: 16px
    }

    .nav-button span:nth-of-type(3) {
        bottom: 0
    }

    .nav-button.active span:nth-of-type(1) {
        -webkit-transform: translateY(16px) rotate(-45deg);
        transform: translateY(16px) rotate(-45deg)
    }

    .nav-button.active span:nth-of-type(2) {
        opacity: 0
    }

    .nav-button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-16px) rotate(45deg);
        transform: translateY(-16px) rotate(45deg)
    }
}

@media screen and (max-width: 769px) {
    #o-header {
        padding: 0;
    }

    .nav-button {
        display: block;
        cursor: pointer;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }

    header .nav-wrap {
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 3;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding-top: 120px
    }

    header .nav-wrap ul li {
        width: 100%;
        font-size: 1.4em;
        margin-bottom: 1.4em
    }

    header .nav-wrap ul:first-child {
        border-right: none
    }

    header .nav-wrap ul:last-child {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 0
    }

    header .nav-wrap ul:last-child li {
        width: 100%;
        margin: 0 !important
    }

    header .nav-wrap ul:last-child li a {
        padding: .6em !important;
        width: 100%;
        display: block
    }

    header .nav-wrap ul:last-child li:first-child a {
        border: 3px solid #D90429;
        color: #D90429
    }

    header .nav-wrap ul:last-child li:last-child {
        margin-bottom: 0 !important
    }

    .nav-button,
    .nav-button span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .nav-button {
        z-index: 20;
        position: relative;
        width: 40px;
        height: 36px
    }

    .nav-button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #2B2D42;
        border-radius: 4px
    }

    .nav-button span:nth-of-type(1) {
        top: 0
    }

    .nav-button span:nth-of-type(2) {
        top: 16px
    }

    .nav-button span:nth-of-type(3) {
        bottom: 0
    }

    .nav-button.active span:nth-of-type(1) {
        -webkit-transform: translateY(16px) rotate(-45deg);
        transform: translateY(16px) rotate(-45deg)
    }

    .nav-button.active span:nth-of-type(2) {
        opacity: 0
    }

    .nav-button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-16px) rotate(45deg);
        transform: translateY(-16px) rotate(45deg)
    }

    #o-header .langset {
        opacity: 1;
    }

    #o-header .langsetbox {
        padding: 1em 1.1em;
        display: block;
        border-bottom: 1px solid #A2A2A2;
    }

    #o-header .langsetbox>.fas {
        display: none;
    }

    #o-header .langsetbox::after {
        right: 1.1em;
        font-weight: 900;
        text-decoration: none;
        display: inline-block;
        color: #2B2D42;
        font-size: 1em;
    }
}

@media screen and (max-width: 600px) {
    #o-header .inner {
        height: 66px
    }

    #o-header .nav-wrap {
        padding-top: 66px
    }
}

@media screen and (max-width: 479px) {
    #o-header .header-logo a img {
        width: 130px
    }

    #o-header .nav-button {
        -webkit-transform: scale(0.65);
        transform: scale(0.65)
    }
}

/**バナーように変更するため一旦コメントアウト
#pageTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: #D90429;
    border-radius: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

#pageTop:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

#pageTop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

#pageTop a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

@media screen and (max-width: 600px) {
    #pageTop {
        right: 30px;
        bottom: 30px
    }
}
**/
/**ページトップの代わりここから**/
.banabox {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #f2f5f7da;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.banabox .textbox {
    max-width: 800px;
    margin: auto;
    padding: 0.5em;
    box-sizing: border-box;
}

.banabox .button {
    margin-left: 1em;
}

.banabox .button a {
    padding: 0.2em 1em;
    font-weight: normal;
    border: none;
    font-size: 0.5;
}

.banabox .btnred a {
    background: #D90429;
}

.banabox .btngrey a {
    background: #6E6E6E;
}

@media screen and (max-width: 600px) {
    .banabox .textbox {
        display: block;
        text-align: center;
    }

    .banabox .button {
        width: calc(50% - 1em);
        margin: 0.5em;
    }

    .banabox .button a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0.7em 2em;
    }
}

/**ここまで**/

.now {
    background: #2B2D42;
    margin-top: 3.5em;
    color: #fff
}

.now h2 {
    margin-bottom: .8em;
    color: #fff
}

.now .btnbox {
    max-width: 630px;
    width: 90%;
    margin: auto;
}

.now .button {
    margin: 0 auto;
    width: calc(50% - 1em);
    background: inherit;
    margin-bottom: 1em;
    line-height: 0;
}

.now .button a {
    width: 100%;
    padding: .6em 2em;
    font-size: 1.1em;
    color: #FFF;
    border: none;
    border-radius: 3px;
    font-weight: normal;
}

.now .btnred a {
    background: #CD182B;
    border-bottom: 5px solid #911C23;
}

.now .btngrey a {
    background: #707070;
    border-bottom: 5px solid #4E4D4D;
}

.now .btnred,
.now .btngrey {
    position: relative;
}

.now .btnred::before,
.now .btngrey::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s ease-out;
}

.now .btnred:hover::before,
.now .btngrey:hover::before {
    right: 1em;
}

.now .btnred a,
.now .btngrey a {
    font-weight: 500;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    padding: 1em 1.5em;
    font-size: 1.0em;
    padding-left: 2.5em;
    line-height: 2.0em;
}

.now .btnred a {
    border: 5px solid #C72B33;
    background: linear-gradient(180deg, #C72B33 0%, #C72B33 50%, #C10001 50%, #C10001 100%);
}

.now .btngrey a {
    border: 5px solid #808080;
    background: linear-gradient(180deg, #808080 0%, #808080 50%, #707070 50%, #707070 100%);
}

.now .btnred a::after,
.now .btngrey a::after {
    content: "";
    display: block;
    background: #fff;
    height: 100%;
    width: 2.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.now .btnred a::before,
.now .btngrey a::before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 1.2em;
    left: 1.25em;
}

.now .btnred a::before {
    content: "\f2f6";
    color: #C72B33;
}

.now .btngrey a::before {
    content: "\f15c";
    color: #707070;
}

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

    .now .btnred a::after,
    .now .btngrey a::after {
        width: 3em;
    }

    .now .btnred a::before,
    .now .btngrey a::before {
        left: 1.5em;
    }
}



footer {
    padding: 1em 0 0 0;
    font-size: .88em
}

footer .footer-wrapper {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    padding: 1em;
    font-weight: bold
}

footer .footer-wrapper .footer-left {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

footer .footer-wrapper .footer-left>div {
    margin-right: 1em;
    border-left: 2px solid #e8eaed;
    padding-left: 1em;
}

footer .footer-wrapper .footer-left>div h4 {
    color: #D90429;
    margin-bottom: 1em
}

footer .footer-wrapper .footer-left>div ul li {
    margin-bottom: 1em
}

footer .footer-wrapper .footer-left>div ul li .footer-sub {
    margin-left: 1em;
    font-size: 0.9em;
}

footer .footer-wrapper .footer-left>div:last-child {
    margin-right: 0
}

footer .footer-wrapper .footer-right .img {
    text-align: center;
}

footer .footer-wrapper .footer-right .img img {
    width: 200px;
    margin: 1em;
}

footer .footer-end {
    background: #2B2D42;
    color: #fff;
    text-align: center;
    padding: .5em
}

@media screen and (max-width: 1024px) {
    footer .footer-wrapper .footer-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    footer .footer-wrapper .footer-left>div {
        padding: 0em;
    }

    footer .footer-wrapper .footer-left>div h4 {
        color: #D90429;
        margin-bottom: 1em
    }

    footer .footer-wrapper .footer-left>div ul li {
        margin-bottom: 1em
    }

    footer .footer-wrapper .footer-left>div:last-child {
        margin-right: 0
    }

    footer .footer-wrapper .footer-right .img img {
        width: 150px;
        margin: 1em;
    }

    footer .footer-wrapper .footer-left>div {
        border-left: none;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .now {
        padding: 5em 2em;
        margin-top: 0 !important
    }

    .now .btnbox {
        display: block;
    }

    .now .button {
        width: 100%;
    }

    .now .button a {
        padding: 1.2em 1em;
        font-size: 1.2em;
    }

    footer {
        padding-top: 0
    }

    /**フッターアコーディオン処理用CSS**/
    footer .footer-wrapper,
    footer .footer-wrapper .footer-left,
    footer .footer-wrapper .footer-right {
        display: block;
        width: 100%;
    }

    footer .footer-wrapper .footer-left h4,
    footer .footer-wrapper .footer-left ul li {
        padding: 1em;
    }

    footer .footer-wrapper .footer-left>div {
        margin: 0;
    }

    footer .footer-wrapper .footer-left h4 {
        border-top: 1px solid #e8eaed;
    }

    footer .footer-wrapper .footer-left ul li {
        border-top: 1px solid #e8eaed;
    }

    footer .footer-wrapper .footer-left>div h4,
    footer .footer-wrapper .footer-left>div ul li {
        margin-bottom: 0;
    }

    footer .footer-wrapper .footer-left>div:last-child h4 {
        border-bottom: 1px solid #e8eaed;
    }

    footer .footer-wrapper .footer-left>div:last-child ul li {
        border-bottom: 1px solid #e8eaed;
    }

    footer .footer-wrapper .footer-right .img {
        width: 50%;
        margin: 1em auto 0;
    }

    footer .footer-wrapper .footer-left>div ul li a {
        display: block;
        width: 100%;
        position: relative;
    }

    footer .footer-wrapper .footer-left>div ul li a::after,
    footer .footer-wrapper .footer-left h4::after {
        position: absolute;
        content: "\f054";
        font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
        font-weight: 900;
        text-decoration: none;
        display: inline-block;
        color: #2B2D42;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        right: 1.1em;
    }

    footer .footer-wrapper .footer-left h4::after {
        color: #D90429;
        transform: rotate(90deg);
    }

    footer .footer-wrapper .footer-left>div ul {
        display: none;
    }

    footer .footer-wrapper .footer-left>div h4.active::after {
        transform: rotate(-90deg);
    }

    footer .footer-wrapper .footer-left>div:last-child h4.active {
        border-bottom: none;
    }
}

@media screen and (max-width: 600px) {
    .now {
        margin-top: 4em;
        padding: 5em 1em !important
    }

    .now>.fb .button {
        width: 100%
    }

    .now>.fb .button a {
        padding: 1.2em 3em;
        width: 100%;
        font-size: 1.2em;
    }

    .now>.fb .button:first-child {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 479px) {
    footer .footer-wrapper {
        padding: 0 0 1em;
    }
}

/************************
パンくず用CSS
************************/

.cp_breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
}

.cp_breadcrumb .breadcrumbs {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 1em;
}

.cp_breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: calc(16px + 8px);
    margin-right: 8px;
    color: #000;
    white-space: nowrap;
}

.cp_breadcrumb li::before {
    content: '›';
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cp_breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
    color: #D90429;
}

.cp_breadcrumb li:last-child::before {
    content: normal;
}


/************************
下部ページ共通用CSS
************************/

@media screen and (min-width: 480px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    .pc {
        display: none !important;
    }
}


/**fv**/

.firstview {
    padding-top: 52px;
    border-bottom: 5px solid #D90429
}

.firstview .inner {
    max-width: 1340px;
    padding: 1.8em 0
}

.firstview .inner .title {
    text-align: center;
    width: 100%
}

.firstview .inner .title h1 {
    font-size: 2em;
    margin-bottom: .3em
}

.firstview .inner .title p {
    text-align: center;
    color: #707070;
    margin-bottom: 1em;
}

.top .firstview .inner .title,
.top .firstview .inner .title p {
    text-align: left;
}

@media screen and (max-width: 600px) {
    .firstview {
        padding-top: 68px
    }

    .firstview .inner {
        padding: 2.5em 0
    }

    .firstview .inner .title h1 {
        font-size: 2em
    }
}


/**メインコンテンツ**/

.fbr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row-reverse;
}

.fbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg {
    background: linear-gradient(to right, #F2F5F7 0%, #F2F5F7 25%, #fff 25%, #fff 100%);
}

.bg h2 {
    padding: 0.3em 0.8em;
    border-bottom: 3px solid #D90429;
    display: inline-block;
    font-size: 2.3em;
}

.main-box {
    max-width: 900px;
    margin: 0 auto;
}

.top .main-box {
    max-width: 1200px;
}

.top .main-box .box {
    padding: 1em;
}

.content-box .content-title {
    border-bottom: 2px solid #F2F5F7;
    position: relative;
}

.top .content-box .content-title {
    margin-bottom: 2em;
}

.main-box .box {
    margin: 2em 0;
}

.main-box .text {
    width: 50%;
    text-align: left;
    font-size: 16px;
}

.main-box .text-all {
    text-align: left;
    font-size: 16px;
}

.main-box .img {
    width: 48%;
}

.main-box .img img {
    width: 100%;
}

.main-box .btn a {
    display: block;
    padding: 1em;
    border: 1px solid #6E6E6E;
    font-size: 12px;
    color: #6E6E6E;
    margin: 1em 0;
    transition: all 0.5s 0s ease;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.main-box .btn a::after {
    position: absolute;
    top: 45%;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #6E6E6E;
    border-right: 1px solid #6E6E6E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s 0s ease;
}

.main-box .btn a:hover {
    background: #6E6E6E;
    color: #fff;
}

.main-box .btn a:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.main-box .remarks {
    text-align: left;
    font-size: 0.8em;
}

.main-box .backred {
    background: #D91729;
    font-size: 24px;
    color: #fff;
}

.content-box {
    margin-bottom: 4em;
}

.content-box .content-title::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -2px;
    left: 0;
    height: 2px;
    background: #D90429;
    width: 20%;
}

.content-box .content-title h3 {
    color: #2B2D42;
    font-size: 1.5em;
    margin-bottom: 0;
    padding: 0.5em 0;
    text-align: left;
}

.content-box .serp {
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #fff;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-box .serp>div {
    margin-right: 1em;
    width: calc(20% - 1em);
    text-align: left;
    font-size: 0.8em;
}

.content-box .serp svg {
    width: 20px;
}

.content-box .serp p {
    display: inline-block;
    vertical-align: text-bottom;
}

.features .now,
.report .now {
    margin-top: 0;
}

.bg-img {
    position: absolute;
    width: 200%;
    height: 55%;
    background: #F2F5F7;
    left: 50%;
    bottom: -10%;
    z-index: -1;
    transform: translateX(-50%);
}

.top .main-box .content-box {
    position: relative;
}

.top .main-box .content-box p {
    padding: 1em 0;
}

@media screen and (max-width: 479px) {
    .content-box {
        width: 90%;
        margin: 0 auto 5em;
    }

    .fbr,
    .fbl {
        display: block;
    }

    .main-box .text,
    .main-box .img {
        width: 100%;
    }

    .main-box .img {
        margin-top: 2em;
    }

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

    .bg h2 {
        font-size: 2.0em;
    }

    .main-box .btn a {
        width: 90%;
        margin: 3em auto;
    }

    .content-box .serp {
        margin-bottom: 3em;
    }

    .content-box .serp>div {
        width: calc(50% - 1em);
    }

    .top .bg-img {
        position: absolute;
        height: 10%;
        bottom: 0%;
    }

    .top .main-box .btn a {
        width: 90%;
        margin: 0em auto;
    }

    .main-box .backred {
        font-size: 14px;
        width: 90%;
        margin: auto;
        padding: 0.5em;
    }
}

.top .btn_back {
    text-align: center;
    max-width: 580px;
    width: 80%;
    text-align: center;
    margin: 6em auto 0;
}

.top .btn_back .btn a {
    display: block;
    padding: 1em;
    background: #707070;
    color: #FFFFFF;
    transition: all 0.5s 0s ease;
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;
}

.top .btn_back .btn a::after {
    display: none;
}

.top .btn_back .btn a:hover {
    background: #474747;
}


/**新着情報一覧用CSS**/

#news .btn_list {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
    text-align: left;
    font-size: 0;
}

#news .btn_list li:first-child {
    border-left: 1px solid #8D99AE;
}

#news .btn_list li {
    display: inline-block;
    padding: 0.5em 1em;
    margin-bottom: 2em;
    border-right: 1px solid #8D99AE;
    font-size: 14px;
}

#news .btn_list li.active {
    background: #2B2D42;
    color: #fff;
}

@media screen and (max-width: 600px) {
    #news .btn_list {
        padding: 0 1em;
        width: 90%;
    }
}

/**フローティングバナー**/
.floating-banner {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 1%;
    animation: move 2s infinite alternate ease-in-out;
}

@keyframes move {
    0% {
        transform: translateY(0);
    }

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

    40% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(0);
    }
}

.floating-banner>div {
    position: relative;
}

.floating-banner-close {
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 3%;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-columu02 {
    transform: translateX(-50%);
    left: 50%;
    bottom: 5%;
    right: auto;
    animation: inherit;
}

.floating-columu {
    transform: translateX(-50%);
    left: calc(50% - 180px);
    bottom: 5%;
    right: auto;
    animation: inherit;
}

.floating-columu .floating-banner-close {
    top: -3%;
    right: -1%;
}

.floating-columu img {
    max-width: 650px;
    width: 100%;
}

@media screen and (max-width: 727px) {
    .floating-banner {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        animation: none;
        transform: translateX(0);
    }

    .floating-banner img {
        width: 100%;
    }
}

/**自社サービス関係**/
.bottomlist {
    border-bottom: 5px solid #2C2D42;
}

.bottomlist .bottomlistwarp {
    width: 90%;
    max-width: 1500px;
    margin: 1em auto;
}

.bottomlist .titlebox {
    width: fit-content;
    margin: auto;
}

.bottomlist .note {
    text-align: center;
}

.bottomlist .listbox {
    align-items: flex-start;
    flex-wrap: wrap;
}

.bottomlist .listbox>div {
    width: calc(25% - 1em);
    margin: 1em .5em;
    position: relative;
    border: 1px solid #F0F3F6;
}

.bottomlist .title {
    padding: .5em;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background: #F2F5F7;
}

.bottomlist .text {
    text-align: left;
    font-size: 15px;
    padding: .5em 1em;
    margin-bottom: 1em;
}

.bottomlist .button a {
    background: #6E6E6E;
    border: none;
    font-weight: normal;
    padding: .5em 1em;
    width: 90%;
    margin: .5em auto;
}

@media screen and (max-width: 727px) {
    .bottomlist .listbox {
        display: block;
    }

    .bottomlist .listbox>div {
        width: 100%;
    }
}