@charset 'UTF-8';
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after
{
    box-sizing: border-box;

    border-width: 0;
    border-style: solid;
}

html
{
    line-height: 1.15;

    -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;
    font-weight: inherit;

    margin: 0;
}

ul,
ol
{
    margin: 0;
    padding: 0;

    list-style: none;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-left: 0;
}

hr
{
    clear: both;
    overflow: visible;

    box-sizing: content-box;
    height: 0;
    margin: 0;

    color: inherit;
    border-top-width: 1px;
}

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

address
{
    font-style: inherit;
}

a
{
    text-decoration: none;

    color: inherit;
    background-color: transparent;
}

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

    -webkit-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: -.25em;
}

sup
{
    top: -.5em;
}

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

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;
    padding: 0;

    text-align: inherit;
    vertical-align: middle;
    text-transform: inherit;

    color: inherit;
    border-radius: 0;
    background: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit]
{
    cursor: pointer;
}

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

:-moz-focusring
{
    outline: auto;
}

select:disabled
{
    opacity: inherit;
}

option
{
    padding: 0;
}

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

legend
{
    padding: 0;
}

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
{
    font: inherit;

    -webkit-appearance: button;
}

[type=number]
{
    -moz-appearance: textfield;
}

label[for]
{
    cursor: pointer;
}

details
{
    display: block;
}

summary
{
    display: list-item;
}

[contenteditable]:focus
{
    outline: auto;
}

table
{
    border-collapse: collapse;

    border-color: inherit;
}

caption
{
    text-align: left;
}

td,
th
{
    padding: 0;

    vertical-align: top;
}

th
{
    font-weight: 700;

    text-align: left;
}

html
{
    font-size: 62.5% !important;
}

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

img
{
    max-width: 100%;
}

main.main
{
    padding-bottom: 60px;
}

.header
{
    display: flex;

    padding-right: 20px;

    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
@media screen and (max-width: 834px)
{
    .header
    {
        padding-top: 51px;
    }
}
@media only screen and (max-width: 1200px)
{
    .header-logo
    {
        width: 20%;
    }
}
.header-list._info
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
@media screen and (max-width: 834px)
{
    .header-list._info
    {
        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;
    }
}
@media screen and (max-width: 640px)
{
    .header-list._info
    {
        width: 80%;
    }
}
.nav
{
    width: 100%;
    max-width: 250px;
    margin-left: auto;
}
.nav-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 834px)
{
    .nav-list
    {
        display: block;
    }
}

.mean-bar
{
    position: fixed !important;
    top: 0;
    left: 0;

    width: 100% !important;

    background: #000 !important;
}

.mean-container .mean-nav ul li a
{
    background: #000 !important;
}

.mean-push
{
    display: none;
}

.mv img
{
    width: 100% !important;
}
@media screen and (max-width: 640px)
{
    .mv img
    {
        height: 50vh !important;

        -o-object-fit: cover;
           object-fit: cover;
    }
}

.footer-inner
{
    display: flex;

    padding: 60px 0;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 640px)
{
    .footer-inner
    {
        display: block;
    }
}
@media screen and (max-width: 640px)
{
    .footer-address
    {
        text-align: center;
    }
}
.footer-wrap
{
    text-align: right;
}
@media screen and (max-width: 640px)
{
    .footer-wrap
    {
        margin-top: 20px;

        text-align: center;
    }
}

.bg100
{
    margin-inline: calc(50% - 50vw);
}
.bg100._mgT
{
    margin-top: 10% !important;
}

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

    margin-inline: auto;
}
.inner._large
{
    --width: 1200px;
}

.mg1
{
    margin: 1% !important;
}

.mgT1
{
    margin-top: 1% !important;
}

.mgR1
{
    margin-right: 1% !important;
}

.mgB1
{
    margin-bottom: 1% !important;
}

.mgL1
{
    margin-left: 1% !important;
}

.pd1
{
    padding: 1% !important;
}

.pdT1
{
    padding-top: 1% !important;
}

.pdR1
{
    padding-right: 1% !important;
}

.pdB1
{
    padding-bottom: 1% !important;
}

.pdL1
{
    padding-left: 1% !important;
}

.mg2
{
    margin: 2% !important;
}

.mgT2
{
    margin-top: 2% !important;
}

.mgR2
{
    margin-right: 2% !important;
}

.mgB2
{
    margin-bottom: 2% !important;
}

.mgL2
{
    margin-left: 2% !important;
}

.pd2
{
    padding: 2% !important;
}

.pdT2
{
    padding-top: 2% !important;
}

.pdR2
{
    padding-right: 2% !important;
}

.pdB2
{
    padding-bottom: 2% !important;
}

.pdL2
{
    padding-left: 2% !important;
}

.mg3
{
    margin: 3% !important;
}

.mgT3
{
    margin-top: 3% !important;
}

.mgR3
{
    margin-right: 3% !important;
}

.mgB3
{
    margin-bottom: 3% !important;
}

.mgL3
{
    margin-left: 3% !important;
}

.pd3
{
    padding: 3% !important;
}

.pdT3
{
    padding-top: 3% !important;
}

.pdR3
{
    padding-right: 3% !important;
}

.pdB3
{
    padding-bottom: 3% !important;
}

.pdL3
{
    padding-left: 3% !important;
}

.mg4
{
    margin: 4% !important;
}

.mgT4
{
    margin-top: 4% !important;
}

.mgR4
{
    margin-right: 4% !important;
}

.mgB4
{
    margin-bottom: 4% !important;
}

.mgL4
{
    margin-left: 4% !important;
}

.pd4
{
    padding: 4% !important;
}

.pdT4
{
    padding-top: 4% !important;
}

.pdR4
{
    padding-right: 4% !important;
}

.pdB4
{
    padding-bottom: 4% !important;
}

.pdL4
{
    padding-left: 4% !important;
}

.mg5
{
    margin: 5% !important;
}

.mgT5
{
    margin-top: 5% !important;
}

.mgR5
{
    margin-right: 5% !important;
}

.mgB5
{
    margin-bottom: 5% !important;
}

.mgL5
{
    margin-left: 5% !important;
}

.pd5
{
    padding: 5% !important;
}

.pdT5
{
    padding-top: 5% !important;
}

.pdR5
{
    padding-right: 5% !important;
}

.pdB5
{
    padding-bottom: 5% !important;
}

.pdL5
{
    padding-left: 5% !important;
}

.mg6
{
    margin: 6% !important;
}

.mgT6
{
    margin-top: 6% !important;
}

.mgR6
{
    margin-right: 6% !important;
}

.mgB6
{
    margin-bottom: 6% !important;
}

.mgL6
{
    margin-left: 6% !important;
}

.pd6
{
    padding: 6% !important;
}

.pdT6
{
    padding-top: 6% !important;
}

.pdR6
{
    padding-right: 6% !important;
}

.pdB6
{
    padding-bottom: 6% !important;
}

.pdL6
{
    padding-left: 6% !important;
}

.mg7
{
    margin: 7% !important;
}

.mgT7
{
    margin-top: 7% !important;
}

.mgR7
{
    margin-right: 7% !important;
}

.mgB7
{
    margin-bottom: 7% !important;
}

.mgL7
{
    margin-left: 7% !important;
}

.pd7
{
    padding: 7% !important;
}

.pdT7
{
    padding-top: 7% !important;
}

.pdR7
{
    padding-right: 7% !important;
}

.pdB7
{
    padding-bottom: 7% !important;
}

.pdL7
{
    padding-left: 7% !important;
}

.mg8
{
    margin: 8% !important;
}

.mgT8
{
    margin-top: 8% !important;
}

.mgR8
{
    margin-right: 8% !important;
}

.mgB8
{
    margin-bottom: 8% !important;
}

.mgL8
{
    margin-left: 8% !important;
}

.pd8
{
    padding: 8% !important;
}

.pdT8
{
    padding-top: 8% !important;
}

.pdR8
{
    padding-right: 8% !important;
}

.pdB8
{
    padding-bottom: 8% !important;
}

.pdL8
{
    padding-left: 8% !important;
}

.mg9
{
    margin: 9% !important;
}

.mgT9
{
    margin-top: 9% !important;
}

.mgR9
{
    margin-right: 9% !important;
}

.mgB9
{
    margin-bottom: 9% !important;
}

.mgL9
{
    margin-left: 9% !important;
}

.pd9
{
    padding: 9% !important;
}

.pdT9
{
    padding-top: 9% !important;
}

.pdR9
{
    padding-right: 9% !important;
}

.pdB9
{
    padding-bottom: 9% !important;
}

.pdL9
{
    padding-left: 9% !important;
}

.mg10
{
    margin: 10% !important;
}

.mgT10
{
    margin-top: 10% !important;
}

.mgR10
{
    margin-right: 10% !important;
}

.mgB10
{
    margin-bottom: 10% !important;
}

.mgL10
{
    margin-left: 10% !important;
}

.pd10
{
    padding: 10% !important;
}

.pdT10
{
    padding-top: 10% !important;
}

.pdR10
{
    padding-right: 10% !important;
}

.pdB10
{
    padding-bottom: 10% !important;
}

.pdL10
{
    padding-left: 10% !important;
}

.title-01._index
{
    font-size: 30px;
    font-weight: 700;

    position: relative;

    padding: 80px 0;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
    background: url(../images/main.png) 50%/cover;
}
.title-01._index:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .6);
}
.title-01._index span
{
    position: relative;
    z-index: 1;
}
.title-02._common
{
    font-family: Oswald, sans-serif;
    font-size: 5rem;
    font-weight: 900;

    position: relative;

    padding-bottom: 15px;

    border-bottom: 2px solid #ddd;
}
.title-02._common:before
{
    position: absolute;
    bottom: -2px;
    left: 0;

    width: 200px;
    height: 2px;

    content: '';

    background: #000;
}
.title-02._common span
{
    font-size: 1.6rem;
    font-weight: 700;

    display: block;

    margin-top: 5px;
}

.pankuzu
{
    margin-bottom: 30px;
    padding: 10px 0;

    background: #f3f3f3;
}
.pankuzu a
{
    color: #999;
}

.table
{
    width: 100%;
}
.table tr
{
    display: flex;

    border-bottom: 1px solid #ccc;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 640px)
{
    .table tr
    {
        flex-wrap: wrap;
    }
}
.table td
{
    padding: 15px 0;
}
.table td:nth-child(1)
{
    width: 30%;
}
@media screen and (max-width: 640px)
{
    .table td:nth-child(1)
    {
        font-weight: bold;

        width: 100%;
        padding-bottom: 0;
    }
}
.table td:nth-child(2)
{
    width: 70%;
}
@media screen and (max-width: 640px)
{
    .table td:nth-child(2)
    {
        width: 100%;
    }
}

.business._list
{
    margin-top: 20px;
}
.business._list .business-item
{
    position: relative;

    padding-left: 15px;
}
.business._list .business-item:not(:last-child)
{
    margin-bottom: 15px;
}
.business._list .business-item:before
{
    position: absolute;
    top: 12px;
    left: 0;

    width: 4px;
    height: 4px;

    content: '';

    background: #000;
}

.sec-01 .inner
{
    display: flex;

    padding: 60px 0;

    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 640px)
{
    .sec-01 .inner
    {
        flex-wrap: wrap;
    }
}
.sec-01 .img
{
    width: 40%;
}
@media screen and (max-width: 640px)
{
    .sec-01 .img
    {
        width: 100%;
    }
}
.sec-01 .img img
{
    display: block;

    width: 100%;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    margin-inline: auto;
}
.sec-01 .contents
{
    width: 60%;
}
@media screen and (max-width: 640px)
{
    .sec-01 .contents
    {
        width: 100%;
    }
}
.sec-01 .title
{
    margin-bottom: 20px;
}
.sec-02 .list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-02 .item
{
    width: 50%;

    text-align: center;
}
@media screen and (max-width: 640px)
{
    .sec-02 .item
    {
        width: 100%;
    }
}
