@charset 'UTF-8';
label
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html.wprmenu-body-fixed body
{
    position: static !important;
    left: 0 !important;
}

body
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    color: #002b44;
    border: 0;
    background: #f5f5f5;
}

.inner
{
    width: min(100% - 4rem, var(--width,1200px));

    margin-inline: auto;
}
.inner._large
{
    --width: $inner-large;
}

.disnone
{
    display: none;
}

@media screen and (max-width: 834px)
{
    ._tabnone
    {
        display: none;
    }
}

@media screen and (max-width: 640px)
{
    ._spnone
    {
        display: none;
    }
}

ul,
li
{
    list-style: none !important;
}

.bg100
{
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.img100 img
{
    width: 100%;
}

.text-left
{
    text-align: left;
}
.text-center
{
    text-align: center;
}
.text-right
{
    text-align: right;
}

.pdtop
{
    margin-top: -100px;
    padding-top: 100px;
}

.mg1
{
    margin: 1%;
}

.mgT1
{
    margin-top: 1%;
}

.mgR1
{
    margin-right: 1%;
}

.mgB1
{
    margin-bottom: 1%;
}

.mgL1
{
    margin-left: 1%;
}

.pd1
{
    padding: 1%;
}

.pdT1
{
    padding-top: 1%;
}

.pdR1
{
    padding-right: 1%;
}

.pdB1
{
    padding-bottom: 1%;
}

.pdL1
{
    padding-left: 1%;
}

.mg2
{
    margin: 2%;
}

.mgT2
{
    margin-top: 2%;
}

.mgR2
{
    margin-right: 2%;
}

.mgB2
{
    margin-bottom: 2%;
}

.mgL2
{
    margin-left: 2%;
}

.pd2
{
    padding: 2%;
}

.pdT2
{
    padding-top: 2%;
}

.pdR2
{
    padding-right: 2%;
}

.pdB2
{
    padding-bottom: 2%;
}

.pdL2
{
    padding-left: 2%;
}

.mg3
{
    margin: 3%;
}

.mgT3
{
    margin-top: 3%;
}

.mgR3
{
    margin-right: 3%;
}

.mgB3
{
    margin-bottom: 3%;
}

.mgL3
{
    margin-left: 3%;
}

.pd3
{
    padding: 3%;
}

.pdT3
{
    padding-top: 3%;
}

.pdR3
{
    padding-right: 3%;
}

.pdB3
{
    padding-bottom: 3%;
}

.pdL3
{
    padding-left: 3%;
}

.mg4
{
    margin: 4%;
}

.mgT4
{
    margin-top: 4%;
}

.mgR4
{
    margin-right: 4%;
}

.mgB4
{
    margin-bottom: 4%;
}

.mgL4
{
    margin-left: 4%;
}

.pd4
{
    padding: 4%;
}

.pdT4
{
    padding-top: 4%;
}

.pdR4
{
    padding-right: 4%;
}

.pdB4
{
    padding-bottom: 4%;
}

.pdL4
{
    padding-left: 4%;
}

.mg5
{
    margin: 5%;
}

.mgT5
{
    margin-top: 5%;
}

.mgR5
{
    margin-right: 5%;
}

.mgB5
{
    margin-bottom: 5%;
}

.mgL5
{
    margin-left: 5%;
}

.pd5
{
    padding: 5%;
}

.pdT5
{
    padding-top: 5%;
}

.pdR5
{
    padding-right: 5%;
}

.pdB5
{
    padding-bottom: 5%;
}

.pdL5
{
    padding-left: 5%;
}

.mg6
{
    margin: 6%;
}

.mgT6
{
    margin-top: 6%;
}

.mgR6
{
    margin-right: 6%;
}

.mgB6
{
    margin-bottom: 6%;
}

.mgL6
{
    margin-left: 6%;
}

.pd6
{
    padding: 6%;
}

.pdT6
{
    padding-top: 6%;
}

.pdR6
{
    padding-right: 6%;
}

.pdB6
{
    padding-bottom: 6%;
}

.pdL6
{
    padding-left: 6%;
}

.mg7
{
    margin: 7%;
}

.mgT7
{
    margin-top: 7%;
}

.mgR7
{
    margin-right: 7%;
}

.mgB7
{
    margin-bottom: 7%;
}

.mgL7
{
    margin-left: 7%;
}

.pd7
{
    padding: 7%;
}

.pdT7
{
    padding-top: 7%;
}

.pdR7
{
    padding-right: 7%;
}

.pdB7
{
    padding-bottom: 7%;
}

.pdL7
{
    padding-left: 7%;
}

.mg8
{
    margin: 8%;
}

.mgT8
{
    margin-top: 8%;
}

.mgR8
{
    margin-right: 8%;
}

.mgB8
{
    margin-bottom: 8%;
}

.mgL8
{
    margin-left: 8%;
}

.pd8
{
    padding: 8%;
}

.pdT8
{
    padding-top: 8%;
}

.pdR8
{
    padding-right: 8%;
}

.pdB8
{
    padding-bottom: 8%;
}

.pdL8
{
    padding-left: 8%;
}

.mg9
{
    margin: 9%;
}

.mgT9
{
    margin-top: 9%;
}

.mgR9
{
    margin-right: 9%;
}

.mgB9
{
    margin-bottom: 9%;
}

.mgL9
{
    margin-left: 9%;
}

.pd9
{
    padding: 9%;
}

.pdT9
{
    padding-top: 9%;
}

.pdR9
{
    padding-right: 9%;
}

.pdB9
{
    padding-bottom: 9%;
}

.pdL9
{
    padding-left: 9%;
}

.mg10
{
    margin: 10%;
}

.mgT10
{
    margin-top: 10%;
}

.mgR10
{
    margin-right: 10%;
}

.mgB10
{
    margin-bottom: 10%;
}

.mgL10
{
    margin-left: 10%;
}

.pd10
{
    padding: 10%;
}

.pdT10
{
    padding-top: 10%;
}

.pdR10
{
    padding-right: 10%;
}

.pdB10
{
    padding-bottom: 10%;
}

.pdL10
{
    padding-left: 10%;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

html
{
    font-size: 62.5%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;

    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    color: inherit;
}

a:hover
{
    cursor: pointer;

    opacity: .8;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

img
{
    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}

table
{
    width: 100%;

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

.header
{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    padding-right: 120px;

    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
}
@media screen and (max-width: 834px)
{
    .header
    {
        position: static;

        padding-block: 10px;
    }
}
.header-ID
{
    padding-left: 4rem;
}
@media screen and (max-width: 834px)
{
    .header-ID
    {
        width: 130px;
        padding-left: 2rem;
    }
}
.header-list
{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
}
@media screen and (max-width: 834px)
{
    .header-list
    {
        top: 42px;

        display: flex;

        align-items: center;
        justify-content: space-between;
    }
}
.header-item
{
    transition-duration: .4s;
    transform: translateX(var(--X, 160px));
}
@media screen and (max-width: 834px)
{
    .header-item
    {
        --X: 0;
    }
}
.header-item:hover
{
    --X: 0;
}
.header-item a
{
    display: flex;

    text-decoration: none;

    color: #002b44;
    background: #fff;

    align-items: center;
    justify-content: space-between;
}
.header-item a:hover
{
    opacity: 1;
}
.header-item a img
{
    height: 83px;
    padding: 30px 40px;
}
.header-item .text
{
    display: block;

    width: 150px;

    text-align: center;
}
@media screen and (max-width: 834px)
{
    .header-item .text
    {
        display: none;
    }
}
.header-item._mail img
{
    background: linear-gradient(to right, #017f90, #0d5d94);
}
.header-item._tel .text
{
    border-left: 1px solid #eee;
}

.nav
{
    width: 80%;
    max-width: 500px;

    margin-inline: auto;
}
@media screen and (max-width: 834px)
{
    .nav
    {
        display: none;
    }
}
.nav ul
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.nav ul li
{
    flex-grow: 1;
}
.nav ul li a
{
    font-weight: bold;

    display: block;

    text-align: center;
    text-decoration: none;

    color: #002b44;
}

.admin-bar #wprmenu_menu_ul
{
    margin-top: 70px !important;
}

.mv
{
    position: relative;

    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 640px)
{
    .mv
    {
        display: block;
    }
}
@media screen and (max-width: 640px)
{
    .mv:before
    {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;

        display: block;

        width: 95%;
        height: 100%;
        margin: auto;

        content: '';

        background: rgba(255, 255, 255, .5);
    }
}
.mv-wrap
{
    width: 50%;
    padding: 4rem;

    text-align: left;
}
@media screen and (max-width: 834px)
{
    .mv-wrap
    {
        padding: 2rem;
    }
}
@media screen and (max-width: 640px)
{
    .mv-wrap
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;

        display: block;

        width: 100%;
        height: -moz-fit-content;
        height:      fit-content;
        margin: auto;
    }
}
.mv-title
{
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 1000px)
{
    .mv-title
    {
        font-size: 3vw;
    }
}
@media screen and (max-width: 640px)
{
    .mv-title
    {
        font-size: 5.5vw;

        text-align: center;
    }
}
@media screen and (max-width: 834px)
{
    .mv-title br
    {
        display: none;
    }
}
@media screen and (max-width: 640px)
{
    .mv-title br
    {
        display: block;
    }
}
.mv-btn
{
    margin-top: 5%;
}
@media screen and (max-width: 640px)
{
    .mv-btn
    {
        margin-inline: auto;
    }
}
.mv-img
{
    width: 50%;
}
@media screen and (max-width: 640px)
{
    .mv-img
    {
        width: 95%;

        margin-inline: auto;
    }
}
.mv-img img
{
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .11);
}

.footer-inner
{
    display: flex;

    padding: 60px 0;

    border-top: 1px solid #ddd;

    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}
@media screen and (max-width: 834px)
{
    .footer-inner
    {
        flex-wrap: wrap;
    }
}
.footer-wrap
{
    width: 50%;
}
@media screen and (max-width: 834px)
{
    .footer-wrap
    {
        width: 100%;

        order: 2;
    }
}
.footer-dl
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.footer-dt
{
    width: 25%;
}
.footer-dd
{
    line-height: 1.4;

    width: 70%;
}
.footer-tel a
{
    display: flex;

    text-decoration: none;

    align-items: center;
    gap: 10px;
}
.footer-tel a img
{
    visibility: middle;
}
.footer-tel a .text
{
    font-family: 'Oswald', sans-serif;
    font-size: 3.6rem;
    font-weight: bold;

    color: #006096;
}
@media screen and (max-width: 834px)
{
    .footer-tel a .text
    {
        font-size: 3rem;
    }
}
.footer-address
{
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;

    color: #006096;
}
.footer-nav
{
    margin-top: 20px;
}
@media screen and (max-width: 834px)
{
    .footer-nav
    {
        display: none;
    }
}
.footer-nav ul
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.footer-nav ul li
{
    flex-grow: 1;
}
.footer-nav ul li a
{
    font-weight: bold;

    display: block;

    text-align: center;
    text-decoration: none;

    color: #006096;
}
.footer iframe
{
    width: 50%;
    height: 300px;

    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .11);
}
@media screen and (max-width: 834px)
{
    .footer iframe
    {
        width: 100%;

        order: 1;
    }
}
.footer-copy
{
    display: block;

    padding: 20px 0;

    text-align: center;
}

.btn
{
    width: -moz-fit-content;
    width:      fit-content;
}
.btn a
{
    font-weight: bold;

    display: block;

    padding-left: 45px;

    text-decoration: none;

    color: #002b44;
    background: url(../images/common/btn.png) center left/contain no-repeat;
}

.card-list
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-list:before
{
    display: block;

    width: calc(100% / var(--width, 3) - 1%);

    content: '';

    order: 1;
}
.card-item
{
    font-size: 1.2rem;

    width: calc(100% / var(--width, 3) - 1%);
    margin-bottom: 30px;
}
@media screen and (max-width: 834px)
{
    .card-item
    {
        --width: 2;
    }
}
@media screen and (max-width: 640px)
{
    .card-item
    {
        --width: 1;
    }
}
.card-img img
{
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .11);
}
.card-name
{
    font-size: 1.4rem;
    line-height: 1.4;

    margin-top: 20px;
    padding-left: 10px;

    border-left: 3px solid #002b44;
}

.contact7
{
    display: flex;

    box-sizing: border-box;
    width: min(100% - 4rem, var(--width,1200px));

    background: #fff;

    margin-inline: auto;
    flex-wrap: wrap;
    align-items: stretch;
}
.contact7 dd
{
    width: calc(100% - 250px);
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 15px;

    border: 1px solid #ccc;
    background-color: none;
}
.contact7 dd span
{
    display: block;

    box-sizing: border-box;
}
.contact7 dd span input,
.contact7 dd span textarea
{
    box-sizing: border-box;
    width: 100%;
    padding: 10px;

    border: 1px solid #ccc;
}
.contact7 dd span input
{
    max-width: 300px;
}
.contact7 dt
{
    font-size: 1.4rem;
    font-weight: normal;

    display: flex;

    width: 250px;
    margin-bottom: -1px;
    padding: 15px;

    color: #fff;
    border: 1px solid #ccc;
    background: linear-gradient(to right, #017f90, #0d5d94);

    align-items: flex-start;
    justify-content: space-between;
}
.contact7 .must
{
    background: #ff1a00;
}
.contact7 .optional
{
    background: #999;
}
.contact7 .must,
.contact7 .optional
{
    font-size: 10px;

    margin-right: 10px;
    padding: 5px 10px;

    letter-spacing: 2px;

    color: #fff;
    border-radius: 3px;
}
.contact7 + p
{
    text-align: center;

    margin-block: 10px;
}

.formwrap dt p
{
    display: flex;
    flex-direction: row-reverse;

    margin: 10px 0;
}
@media screen and (max-width: 640px)
{
    .formwrap dd p
    {
        text-align: center;
    }
}

p.btn_contact7
{
    max-width: 300px;

    text-align: center;

    margin-inline: auto;
}
p.btn_contact7 input
{
    font-size: 1.4rem;

    width: 100%;
    padding: 15px 0;

    transition: .3s;
    letter-spacing: .2em;

    color: #000;
    border: 1px solid #000;
    background: none;
}

@media screen and (max-width: 640px)
{
    .contact7 dt,
    .contact7 dd
    {
        width: 100%;
        margin: 0;
        margin-bottom: -1px;
    }
    .contact7 dd span input
    {
        max-width: 100%;
    }
}
.wpcf7 form .wpcf7-response-output
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #002b44;
    border: none;
}

.wpcf7 form.sent .wpcf7-response-output
{
    border: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output
{
    border: none;
}

.wpcf7 form.spam .wpcf7-response-output
{
    border: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output
{
    border: none;
}

.pankuzu
{
    width: min(100% - 4rem, var(--width,1200px));
    margin: 20px auto;
}
.pankuzu._large
{
    --width: $inner-large;
}
.pankuzu ol
{
    font-size: 13px;

    display: flex;

    list-style: none;
}
.pankuzu ol li
{
    line-height: 1;

    position: relative;

    margin: 0 11px;
}
.pankuzu ol li:nth-child(n+2):before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.3em;

    width: 6px;
    height: 6px;
    margin: auto;

    content: '';
    transform: rotate(-45deg);

    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.pankuzu ol li a
{
    text-decoration: none;

    color: #000;
}

.table-company
{
    padding: 20px;

    background: #fff;
}
@media screen and (max-width: 640px)
{
    .table-company tr
    {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 640px)
{
    .table-company tr:first-child td:last-child
    {
        border-top: 1px solid #ddd !important;
    }
}
.table-company td
{
    padding: 15px;
}
@media screen and (max-width: 640px)
{
    .table-company td
    {
        width: 100% !important;

        text-align: center !important;
    }
}
.table-company .column-1
{
    width: 20%;

    color: #fff;
    background: linear-gradient(to right, #017f90, #0d5d94);
}

.title-01._common
{
    position: relative;

    padding: 100px 0 60px;

    text-align: center;

    background: url(../images/common/title-bg.jpg) center/cover no-repeat;
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .11);
}
@media screen and (max-width: 834px)
{
    .title-01._common
    {
        padding: 60px 0;
    }
}
.title-01._common:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(255, 255, 255, .4);
}
.title-01._common span
{
    font-size: 4rem;

    position: relative;
    z-index: 1;
}
.section
{
    width: min(100% - 4rem, var(--width,1200px));
    margin: 20px auto;
    padding: var(--pd, 100px) 0;
}
.section._large
{
    --width: $inner-large;
}
@media screen and (max-width: 834px)
{
    .section
    {
        --pd: 80px;
    }
}
@media screen and (max-width: 640px)
{
    .section
    {
        --pd: 60px;
    }
}

.media
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 640px)
{
    .media
    {
        flex-wrap: wrap;
        --size: 100%;
    }
}
.media-img
{
    width: var(--size, 30%);
}
.media-img img
{
    display: block;

    margin-inline: auto;
}
.media-wrap
{
    width: var(--size, 70%);
}

.anchor-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anchor-item
{
    width: calc(100% / var(--column, 3) - 1%);
    margin-bottom: 1.5%;
}
@media screen and (max-width: 834px)
{
    .anchor-item
    {
        --column: 2;
    }
}
@media screen and (max-width: 640px)
{
    .anchor-item
    {
        --column: 1;
    }
}
.anchor-item a
{
    font-weight: bold;

    display: block;

    padding: 15px 0;

    text-align: center;

    color: #fff;
    background: #002b44;
}

.maker
{
    padding: 30px;

    background: #fff;
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .11);
}
.maker-list
{
    display: grid;

    grid-template-columns: repeat(var(--column, 5), 1fr);
    gap: 15px;
}
@media screen and (max-width: 834px)
{
    .maker-list
    {
        --column: 3;
    }
}
@media screen and (max-width: 640px)
{
    .maker-list
    {
        --column: 2;
    }
}
.maker a
{
    display: flex;

    height: 100%;

    align-items: center;
    justify-content: center;
}

.index-block
{
    position: relative;

    display: flex;

    margin-top: 10%;

    background: #fff;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 834px)
{
    .index-block
    {
        flex-wrap: wrap;
        padding-block: 5%;
    }
}
.index-block:before
{
    position: absolute;
    top: 0;
    right: var(--right);
    left: var(--left);

    display: block;

    width: 30%;
    height: 100%;

    content: '';

    background: linear-gradient(to right, #017f90, #0d5d94);
}
@media screen and (max-width: 834px)
{
    .index-block:before
    {
        width: 100%;
        height: 40%;
    }
}
@media screen and (max-width: 640px)
{
    .index-block:before
    {
        height: 20%;
    }
}
.index-block figure
{
    position: relative;
    z-index: 9;

    width: 50%;
    padding: 5%;
}
@media screen and (max-width: 834px)
{
    .index-block figure
    {
        width: 100%;
    }
}
.index-block figure img
{
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, .11);
}
.index-block > div
{
    position: relative;
    z-index: 9;

    width: 50%;
    padding: 5%;
}
@media screen and (max-width: 834px)
{
    .index-block > div
    {
        width: 100%;
    }
}
.index-block > div h2
{
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.6;

    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;

    margin-bottom: 5%;
}
@media screen and (max-width: 1000px)
{
    .index-block > div h2
    {
        font-size: 4rem;
    }
}
.index-block > div h2 span
{
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: normal;

    display: flex;

    align-items: center;
    justify-content: space-between;
    justify-content: start;
    gap: 10px;
}
.index-block > div h2 span:after
{
    display: block;

    width: 40%;
    max-width: 150px;
    height: 1px;

    content: '';

    background: #002b44;
}
@media screen and (max-width: 1000px)
{
    .index-block > div p:not(:has(a)) br
    {
        display: none;
    }
}
.index-block > div p:has(a)
{
    margin-top: 5%;
}
.index-block:nth-child(even)
{
    --left: 0;
}
@media screen and (max-width: 834px)
{
    .index-block:nth-child(even)
    {
        --right: 0;
    }
}
.index-block:nth-child(odd)
{
    flex-direction: row-reverse;

    --right: 0;
}
@media screen and (max-width: 834px)
{
    .index-block:nth-child(odd)
    {
        --left: 0;
    }
}
