@charset 'UTF-8';
html,
body,
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;
}

/* 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
{
    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
{
    border-spacing: 0;
    border-collapse: collapse;
}

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

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

    overflow: hidden;

    color: #fff;
    background: #2f492d;
}

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

@media screen and (max-width: 834px)
{
    .inner
    {
        padding: 0 10px;
    }
}

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

section form h2.mail.title
{
    display: none;
}

.mg1
{
    margin: 1em;
}

.mgT1
{
    margin-top: 1em;
}

.mgR1
{
    margin-right: 1em;
}

.mgB1
{
    margin-bottom: 1em;
}

.mgL1
{
    margin-left: 1em;
}

.pd1
{
    padding: 1em;
}

.pdT1
{
    padding-top: 1em;
}

.pdR1
{
    padding-right: 1em;
}

.pdB1
{
    padding-bottom: 1em;
}

.pdL1
{
    padding-left: 1em;
}

.mg2
{
    margin: 2em;
}

.mgT2
{
    margin-top: 2em;
}

.mgR2
{
    margin-right: 2em;
}

.mgB2
{
    margin-bottom: 2em;
}

.mgL2
{
    margin-left: 2em;
}

.pd2
{
    padding: 2em;
}

.pdT2
{
    padding-top: 2em;
}

.pdR2
{
    padding-right: 2em;
}

.pdB2
{
    padding-bottom: 2em;
}

.pdL2
{
    padding-left: 2em;
}

.mg3
{
    margin: 3em;
}

.mgT3
{
    margin-top: 3em;
}

.mgR3
{
    margin-right: 3em;
}

.mgB3
{
    margin-bottom: 3em;
}

.mgL3
{
    margin-left: 3em;
}

.pd3
{
    padding: 3em;
}

.pdT3
{
    padding-top: 3em;
}

.pdR3
{
    padding-right: 3em;
}

.pdB3
{
    padding-bottom: 3em;
}

.pdL3
{
    padding-left: 3em;
}

.mg4
{
    margin: 4em;
}

.mgT4
{
    margin-top: 4em;
}

.mgR4
{
    margin-right: 4em;
}

.mgB4
{
    margin-bottom: 4em;
}

.mgL4
{
    margin-left: 4em;
}

.pd4
{
    padding: 4em;
}

.pdT4
{
    padding-top: 4em;
}

.pdR4
{
    padding-right: 4em;
}

.pdB4
{
    padding-bottom: 4em;
}

.pdL4
{
    padding-left: 4em;
}

.mg5
{
    margin: 5em;
}

.mgT5
{
    margin-top: 5em;
}

.mgR5
{
    margin-right: 5em;
}

.mgB5
{
    margin-bottom: 5em;
}

.mgL5
{
    margin-left: 5em;
}

.pd5
{
    padding: 5em;
}

.pdT5
{
    padding-top: 5em;
}

.pdR5
{
    padding-right: 5em;
}

.pdB5
{
    padding-bottom: 5em;
}

.pdL5
{
    padding-left: 5em;
}

.mg6
{
    margin: 6em;
}

.mgT6
{
    margin-top: 6em;
}

.mgR6
{
    margin-right: 6em;
}

.mgB6
{
    margin-bottom: 6em;
}

.mgL6
{
    margin-left: 6em;
}

.pd6
{
    padding: 6em;
}

.pdT6
{
    padding-top: 6em;
}

.pdR6
{
    padding-right: 6em;
}

.pdB6
{
    padding-bottom: 6em;
}

.pdL6
{
    padding-left: 6em;
}

.mg7
{
    margin: 7em;
}

.mgT7
{
    margin-top: 7em;
}

.mgR7
{
    margin-right: 7em;
}

.mgB7
{
    margin-bottom: 7em;
}

.mgL7
{
    margin-left: 7em;
}

.pd7
{
    padding: 7em;
}

.pdT7
{
    padding-top: 7em;
}

.pdR7
{
    padding-right: 7em;
}

.pdB7
{
    padding-bottom: 7em;
}

.pdL7
{
    padding-left: 7em;
}

.mg8
{
    margin: 8em;
}

.mgT8
{
    margin-top: 8em;
}

.mgR8
{
    margin-right: 8em;
}

.mgB8
{
    margin-bottom: 8em;
}

.mgL8
{
    margin-left: 8em;
}

.pd8
{
    padding: 8em;
}

.pdT8
{
    padding-top: 8em;
}

.pdR8
{
    padding-right: 8em;
}

.pdB8
{
    padding-bottom: 8em;
}

.pdL8
{
    padding-left: 8em;
}

.mg9
{
    margin: 9em;
}

.mgT9
{
    margin-top: 9em;
}

.mgR9
{
    margin-right: 9em;
}

.mgB9
{
    margin-bottom: 9em;
}

.mgL9
{
    margin-left: 9em;
}

.pd9
{
    padding: 9em;
}

.pdT9
{
    padding-top: 9em;
}

.pdR9
{
    padding-right: 9em;
}

.pdB9
{
    padding-bottom: 9em;
}

.pdL9
{
    padding-left: 9em;
}

.mg10
{
    margin: 10em;
}

.mgT10
{
    margin-top: 10em;
}

.mgR10
{
    margin-right: 10em;
}

.mgB10
{
    margin-bottom: 10em;
}

.mgL10
{
    margin-left: 10em;
}

.pd10
{
    padding: 10em;
}

.pdT10
{
    padding-top: 10em;
}

.pdR10
{
    padding-right: 10em;
}

.pdB10
{
    padding-bottom: 10em;
}

.pdL10
{
    padding-left: 10em;
}

.nav-list
{
    display: flex;

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

@media screen and (max-width: 834px)
{
    .nav-list
    {
        display: block;
    }
}

.nav-item:first-child a
{
    margin-left: 30px;
}

.nav-item a
{
    font-size: 20px;

    display: block;

    margin: 0;
    margin-right: 30px;
    padding-top: 5px;

    text-decoration: none;

    color: #fff;
}

@media screen and (max-width: 1200px)
{
    .nav-item a
    {
        font-size: 2px;
        font-size: .625vw;

        margin: 0 10px;
    }
}

@media screen and (max-width: 834px)
{
    .nav-item a
    {
        font-size: 16px;
    }
}

.nav-item a .small
{
    font-size: 13px;

    display: block;
}

@media screen and (max-width: 1200px)
{
    .nav-item a .small
    {
        font-size: 2px;
        font-size: .625vw;
    }
}

.mean-container .mean-bar,
.mean-container .mean-bar
{
    background: #2f492d !important;
}

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

    width: 100%;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#contents_wrap
{
    min-width: auto;
}

#contents
{
    width: auto;
}

#main
{
    width: auto;
}

#main #col_main
{
    float: none;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

footer#global_footer
{
    min-width: auto;
}

.footer-contact
{
    padding-top: 10%;
    padding-bottom: 10%;

    color: #fff;
    background: url(../images/common/contact-bg.png) center top/cover no-repeat;
}

.footer-text
{
    font-weight: 900;
}

@media screen and (max-width: 640px)
{
    .footer-text
    {
        text-align: left;
    }
}

.footer-list
{
    display: flex;

    max-width: 840px;
    margin-right: auto;
    margin-left: auto;

    align-items: center;
    justify-content: space-between;
    align-items: stretch;
}

@media screen and (max-width: 834px)
{
    .footer-list
    {
        display: block;
    }
}

.footer-item
{
    position: relative;

    width: calc(100% / 2 - 3%);
    padding: 5%;

    color: #000;
    background: #fff;
}

@media screen and (max-width: 834px)
{
    .footer-item
    {
        width: 100%;
        max-width: 70%;
        margin: 10px auto;
    }
}

@media screen and (max-width: 640px)
{
    .footer-item
    {
        max-width: 100%;
    }
}

.footer-item:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 93%;
    height: 88%;
    margin: auto;

    content: '';

    border: 2px solid #ccc;
}

@media screen and (max-width: 834px)
{
    .footer-item:before
    {
        width: 96%;
    }
}

.footer-heading
{
    font-size: 16px;
    font-weight: 900;

    position: relative;
    z-index: 99999;
}

.footer-tel,
.footer-btn
{
    position: relative;
    z-index: 99999;

    display: block;
}

.footer-wrap
{
    padding: 40px 0;

    background: #2f492d;
}

.footer-inner
{
    font-size: 14px;

    display: flex;

    align-items: center;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (max-width: 834px)
{
    .footer-inner
    {
        display: block;
    }
}

.footer-logo
{
    width: 27%;
}

@media screen and (max-width: 834px)
{
    .footer-logo
    {
        width: auto;
    }
}

.footer-info
{
    line-height: 1.6;

    margin-left: 5%;

    text-align: left;
}

@media screen and (max-width: 834px)
{
    .footer-info
    {
        margin-top: 2em;

        text-align: center;
    }
}

.footer-unit
{
    display: flex;
    flex-direction: column;

    margin-left: auto;

    text-align: right;

    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .footer-unit
    {
        margin-top: 2em;

        text-align: center;
    }
}

.footer-unit a
{
    text-decoration: none;

    color: #fff;
}

@media screen and (max-width: 834px)
{
    .footer-copy
    {
        margin-top: 2em;
    }
}

header#global_header
{
    min-width: auto;
}

.header
{
    display: flex;

    padding: 50px 40px;

    background: #2f492d;

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

@media screen and (max-width: 834px)
{
    .header
    {
        display: block;

        padding: 60px 40px 20px;
    }
}

.header-logo
{
    width: 23%;
}

@media screen and (max-width: 834px)
{
    .header-logo
    {
        width: auto;
    }
}

.header-inner
{
    display: flex;

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

@media screen and (max-width: 834px)
{
    .header-inner
    {
        max-width: 330px;
        margin: 20px auto 0;
    }
}

.header-tel
{
    margin-right: 20px;
}

.header-tel a,
.header-btn a
{
    display: block;

    height: 100%;
}

.header-tel a img,
.header-btn a img
{
    vertical-align: middle;
}

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

.main img
{
    width: 100%;
}

.sec1
{
    padding: 10% 0;

    background: url(../images/common/kusa.png) center top/100% no-repeat;
}

.sec1-midashi h2
{
    font-size: 32px;
    font-weight: 700;
}

.sec1-list
{
    display: flex;

    width: 100%;
    max-width: 745px;
    margin: 0 auto;
    padding-bottom: 3%;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec1-title
{
    font-size: 40px;
    font-size: 40px;

    width: 40px;
}

@media screen and (max-width: 834px)
{
    .sec1-title
    {
        width: 10%;

        text-align: center;
    }
}

.sec1-text
{
    font-size: 20px;

    width: 90%;
}

@media screen and (max-width: 834px)
{
    .sec1-text
    {
        width: 90%;
    }
}

.sec2
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    align-item: flex-start;
    flex-wrap: wrap;
}

.sec2 .box
{
    width: calc(100% / 2 - 3%);
}

@media screen and (max-width: 834px)
{
    .sec2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    .sec2 .box
    {
        width: 100%;
        margin-bottom: 5%;
    }
}

.sec2 .box img
{
    position: relative;
    z-index: 1;

    width: 100% !important;
}

.sec2 .box > div
{
    position: relative;
    z-index: 10;

    width: 80%;
    margin-top: -15%;
    padding: 20px;

    background: #395b38;
}

@media screen and (max-width: 834px)
{
    .sec2 .box > div
    {
        width: 100%;
        margin-top: 0;
    }
}

.sec2-title
{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;

    margin-bottom: 5%;
}

@media screen and (max-width: 834px)
{
    .sec2-title
    {
        text-align: center;
    }
}

.sec2-title span
{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;

    display: block;
}

.sec2-btn
{
    margin-top: 5%;

    text-align: left;
}

@media screen and (max-width: 834px)
{
    .sec2-btn
    {
        margin-top: 5%;

        text-align: center;
    }
}

.sec2-btn a
{
    font-size: 16px;

    display: inline-block;

    width: 100%;
    max-width: 250px;
    padding: 10px 0;

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

    color: #fff;
    background: #9d9a6b;
}

.sec2-btn a i
{
    font-size: 13px;

    margin-right: 10px;
}

.sec3-grid
{
    display: flex;

    padding: 1.5%;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.sec3-grid:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}

.sec3-grid:after
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 2;
}

.sec3-grid .box
{
    width: calc(100% / 4 - 1%);
    margin-bottom: 1.5%;
}

@media screen and (max-width: 834px)
{
    .sec3-grid .box
    {
        width: calc(100% / 4 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    .sec3-grid .box
    {
        width: 49%;
    }
}

@media screen and (max-width: 834px)
{
    .sec3-grid
    {
        padding: 0 10px;
    }
}

.sec3-grid .box
{
    overflow: hidden;
}

@media screen and (max-width: 834px)
{
    .sec3-grid .box
    {
        width: calc(100% / 2 - 1%);
    }
}

.sec3-grid .box:hover
{
    transition-duration: 1s;
}

.sec3-grid .box:hover img
{
    transform: scale(1.2, 1.2);
}

.sec3-grid .box:first-child
{
    display: flex;

    color: #fff;
    background: #395b38;

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

.sec3-grid .box:not(:first-child)
{
    position: relative;
}

.sec3-grid .box:not(:first-child) > div
{
    position: absolute;
    top: 0;
    left: 0;

    display: flex;

    width: 100%;
    height: 100%;

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

.sec3-grid .box img
{
    transition-duration: 1s;
}

.sec3-grid .box img:hover
{
    transform: scale(1.2, 1.2);
}

.sec3-grid .box i
{
    margin-right: 10px;
}

.sec3-grid .box a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.sec3-title
{
    font-size: 32px;
    font-weight: 700;

    text-align: center;
}

.sec3-title span
{
    font-size: 16px;
    font-weight: 700;

    display: block;
}

.sec4
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

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

.sec4-left
{
    width: 40%;
}

@media screen and (max-width: 834px)
{
    .sec4-left
    {
        width: 100%;
    }
}

.sec4-midashi h2
{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
}

@media screen and (max-width: 1200px)
{
    .sec4-midashi h2
    {
        font-size: 27.2px;
    }
}

@media screen and (max-width: 834px)
{
    .sec4-midashi h2
    {
        text-align: center !important;
    }
}

.sec4-midashi span
{
    font-size: 16px;
    font-weight: 700;

    display: block;
}

@media screen and (max-width: 834px)
{
    .sec4 .ttl-common h2
    {
        text-align: center !important;
    }
}

.sec4 .ttl-common span
{
    text-align: left;
}

@media screen and (max-width: 834px)
{
    .sec4 .ttl-common span
    {
        text-align: center !important;
    }
}

.sec4-btn
{
    margin-top: 5%;

    text-align: left;
}

@media screen and (max-width: 834px)
{
    .sec4-btn
    {
        margin-top: 3%;

        text-align: center !important;
    }
}

.sec4-btn a
{
    font-size: 16px;

    display: inline-block;

    width: 100%;
    max-width: 250px;
    padding: 10px 0;

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

    color: #fff;
    background: #9d9a6b;
}

.sec4-btn a i
{
    font-size: 13px;

    margin-right: 10px;
}

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

    overflow-y: auto;

    width: 58%;
    max-height: 250px;
}

@media screen and (max-width: 834px)
{
    .sec4-blog
    {
        width: 100%;
        margin-top: 5%;
    }
}

.sec4-blog .blog_list
{
    border: none;
}

.sec4-blog .blog_list > div
{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sec4-blog .blog_list > div:last-child
{
    margin-bottom: 0;
}

.sec4-blog .blog_list .blog_photo
{
    display: none;
}

.sec4-blog .blog_list .blog_text
{
    display: flex;

    width: 100%;
    padding: 0;

    align-items: center;
    justify-content: space-between;
    align-items: stretch;
}

.sec4-blog .blog_list .blog_text .blog_date
{
    display: flex;

    width: 25%;

    color: #fff;
    background: #395b38;

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

.sec4-blog .blog_list .blog_text h3
{
    width: 70%;
    margin: 0;
}

.sec4-blog .blog_list .blog_text .detail
{
    display: none;
}

.sec4 div.blog_list div.blog_text
{
    font-size: 18px !important;
}

.pankuzu a
{
    display: inline-block;

    margin: 10px 0;

    color: #fff;
}

.policy h3
{
    font-size: 24px;
    font-weight: bold;

    display: inline-block;

    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 10px;

    border-left: 6px solid #fff;
}

.recruit-btn
{
    margin-top: 0;

    text-align: left;
}

@media screen and (max-width: 834px)
{
    .recruit-btn
    {
        margin-top: 5%;

        text-align: center;
    }
}

.recruit-btn a
{
    font-size: 16px;

    display: inline-block;

    width: 100%;
    max-width: 250px;
    padding: 10px 0;

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

    color: #fff;
    background: #9d9a6b;
}

.recruit-btn a i
{
    font-size: 13px;

    margin-right: 10px;
}

.recruit-btn a
{
    max-width: 100%;
    padding: 20px 0;
}

.recruit-grid
{
    display: flex;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.recruit-grid .box
{
    width: calc(100% / 2 - 2%);
    margin-bottom: 1.5%;
}

.project-grid
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.project-grid:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}

.project-grid:after
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 2;
}

.project-grid .box
{
    width: calc(100% / 4 - 1%);
    margin-bottom: 1.5%;
}

@media screen and (max-width: 834px)
{
    .project-grid .box
    {
        width: calc(100% / 4 - 1%);
    }
}

@media screen and (max-width: 640px)
{
    .project-grid .box
    {
        width: 49%;
    }
}

.project-grid .box
{
    position: relative;

    text-decoration: underline;
}

.project-grid .box a
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.project-grid .box img
{
    width: 100%;
    height: 200px;

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

@media screen and (max-width: 834px)
{
    .project-grid .box img
    {
        height: 130px !important;
    }
}

@media screen and (max-width: 640px)
{
    .project-grid .box img
    {
        height: 150px !important;
    }
}

.project-table
{
    width: 49%;
}

@media screen and (max-width: 640px)
{
    .project-table
    {
        width: 100%;
    }
}

.project-table._w100
{
    width: 100%;
}

.project-table td
{
    font-size: 13px;

    width: 50% !important;
    padding: 5px !important;

    text-align: left !important;
}

.flex
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

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

.btn
{
    margin-top: 5%;

    text-align: left;
}

@media screen and (max-width: 834px)
{
    .btn
    {
        margin-top: 5%;

        text-align: center;
    }
}

.btn a
{
    font-size: 16px;

    display: inline-block;

    width: 100%;
    max-width: 250px;
    padding: 10px 0;

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

    color: #fff;
    background: #9d9a6b;
}

.btn a i
{
    font-size: 13px;

    margin-right: 10px;
}

.table a
{
    color: #2f492d;
}

.ttl-midashi
{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;

    color: #2f492d;
}

.ttl-common
{
    font-size: 32px;
    line-height: 1.6;
}

.ttl-common h2
{
    font-size: 28.8px;
    font-weight: 700;
    line-height: 1.6;
}

.ttl-common span
{
    font-size: 19.2px;
    line-height: 1.3;

    display: block;

    text-align: center;
}

@media screen and (max-width: 834px)
{
    .ttl-common span
    {
        font-size: 16px;
    }
}

.ttl-common._border
{
    padding-bottom: 10px;

    border-bottom: 1px solid #fff;
}

.ttl-bg
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 4% 0;

    background: #fff;
}
