@charset 'UTF-8';
.box a
{
    display: block;

    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 15px 0;

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

    color: #fff;
    background: #f17a22;
}

@media screen and (max-width: 640px)
{
    .box a
    {
        margin-right: auto;
        margin-left: auto;
    }
}

.aaa
{
    width: 100px;
}

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;
}

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

    overflow: hidden;

    color: #000;
    background: #fff;
}

.inner
{
    max-width: 1000px;
    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;
}

.mean-container .mean-bar,
.mean-container .mean-nav
{
    background: #f17a22 !important;
}

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

    width: 100%;
}

.mean-container .mean-nav ul li a.mean-expand
{
    line-height: 20px !important;

    height: 20px !important;
}

.nav
{
    position: absolute;
    right: 0;
    bottom: 8%;
    left: 0;

    display: block;

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.nav._common
{
    position: static;
}

@media screen and (max-width: 834px)
{
    .nav
    {
        bottom: 3%;

        padding: 0 10px 0;
    }
}

.nav-list
{
    display: flex;

    width: 100%;

    border-radius: 28px;
    background: #f17a22;

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

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

.nav-item
{
    flex-grow: 1;
}

.nav-item:last-child a:before
{
    position: static;
}

.nav-item a
{
    font-weight: 900;

    position: relative;

    display: block;

    padding: 15px 0;

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

    color: #fff;
}

.nav-item a:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 1px;
    height: 50%;
    margin: auto;

    content: '';

    background: #fff;
}

#contents_wrap
{
    min-width: auto;
}

#contents
{
    width: auto;
}

#main
{
    width: auto;
}

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

#main #col_main
{
    float: none;

    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

footer#global_footer
{
    min-width: auto;
}

.footer
{
    margin-top: 10%;
    padding-top: 30px;

    background: #f6f6f6;
}

.footer-inner
{
    display: flex;

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

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

.footer-info
{
    text-align: left;
}

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

.footer-text
{
    font-size: 12.8px;
    font-weight: bold;

    margin-top: 10px;
}

.footer-wrap
{
    font-size: 12.8px;

    text-align: right;
}

@media screen and (max-width: 834px)
{
    .footer-wrap
    {
        margin-top: 20px;

        text-align: center;
    }
}

.footer-nav a
{
    display: inline-block;

    padding: 5px 0;

    text-decoration: none;
}

.footer-copy
{
    display: block;

    margin-top: 30px;
    padding: 20px 0;

    text-align: center;

    color: #fff;
    background: #f17a22;
}

@media screen and (max-width: 640px)
{
    .footer-copy
    {
        padding-bottom: 120px;
    }
}

header#global_header
{
    min-width: auto;
}

.header
{
    display: flex;

    padding: 20px;

    align-items: flex-end;
    justify-content: space-between;
}

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

@media screen and (max-width: 640px)
{
    .header
    {
        padding-top: 60px;
    }
}

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

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

.header-list
{
    display: flex;

    max-width: 1030px;

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

@media screen and (max-width: 640px)
{
    .header-list
    {
        justify-content: space-around;
    }
}

.header-item._text
{
    font-weight: bold;

    width: 100%;
    margin-bottom: 10px;

    text-align: right;
}

@media screen and (max-width: 834px)
{
    .header-item._text
    {
        text-align: center;
    }
}

@media screen and (max-width: 640px)
{
    .header-item._text
    {
        font-size: 12.8px;
    }
}

.header-item._tel
{
    width: 31%;
}

@media screen and (max-width: 640px)
{
    .header-item._tel
    {
        width: 50%;
        padding: 0 1%;
    }
}

.header-item._phone
{
    width: 33%;
}

@media screen and (max-width: 640px)
{
    .header-item._phone
    {
        width: 50%;
        padding: 0 1%;
    }
}

.header-item._line
{
    width: 9%;
}

@media screen and (max-width: 640px)
{
    .header-item._line
    {
        position: fixed;
        z-index: 99999;
        bottom: 20px;
        left: 10px;

        width: 100%;
        max-width: 90px;
    }
}

.header-item._contact
{
    width: 23%;
}

@media screen and (max-width: 640px)
{
    .header-item._contact
    {
        position: fixed;
        z-index: 99999;
        bottom: 20px;
        left: 110px;

        width: 100%;
        max-width: 230px;
    }
}

.main
{
    position: relative;
}

.main img
{
    width: 100%;
}

.cont_01
{
    background: url(../images/common/human1.png) bottom left/28% no-repeat;
}

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

.cont_01 .box
{
    position: relative;

    margin-top: 2rem;

    text-align: center;
}

.cont_01 .box > div
{
    font-size: 19.2px;
    font-weight: bold;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-top: -30px;
    padding: 5px 0;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    background: #f17a22;
}

.cont_02
{
    padding: 30px;

    border-radius: 10px;
    background: url(../images/common/contact-bg.png) center right/40% no-repeat #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 834px)
{
    .cont_02
    {
        background: #fff;
    }
}

.cont_02._type01
{
    text-align: left !important;
}

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

.cont_02._type01 h2
{
    width: 100%;
    margin-bottom: 10px;
}

.cont_02-list
{
    display: flex;

    max-width: 430px;

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

@media screen and (max-width: 834px)
{
    .cont_02-list
    {
        margin-right: auto;
        margin-left: auto;
    }
}

.cont_03
{
    overflow-y: auto;

    max-height: 300px;
}

.cont_03 dl,
.cont_03 dt,
.cont_03 dd
{
    padding: none !important;

    border: none !important;
    background: none !important;
}

.cont_03 dl
{
    margin-bottom: 20px;
    padding-bottom: 20px !important;

    border-bottom: 1px solid #ccc !important;
}

@media screen and (max-width: 640px)
{
    .cont_03 dl
    {
        display: block !important;
    }
}

@media screen and (max-width: 640px)
{
    .cont_03 dd
    {
        width: 100% !important;
    }
}

.cont_03 dt
{
    width: 110px !important;

    color: #fff;
    border-radius: 3px;
    background: #000 !important;

    align-items: center !important;
}

.cont_04 .blog_list
{
    display: flex;
    flex-direction: inherit;

    border: none;

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

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

.cont_04 .blog_list > div
{
    display: block;

    width: calc(100% / 3 - 1%);
    padding: 15px;

    border: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 640px)
{
    .cont_04 .blog_list > div
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

.cont_04 .blog_list .blog_date
{
    display: inline-block;

    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px 5px;

    color: #fff;
    border-radius: 3px;
    background: #000;
}

.cont_04 .blog_list .blog_photo
{
    width: 100%;
    padding: 0;
}

.cont_04 .blog_list .blog_text
{
    width: 100%;
    padding: 0;
}

.cont_04 .blog_list h3 a
{
    text-decoration: none;
}

.pankuzu a
{
    display: inline-block;

    margin: 10px 0;

    color: #f17a22;
}

.policy h2
{
    font-size: 20.8px;
    font-weight: bold;

    display: inline-block;

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

    color: #f17a22;
    border-bottom: 1px solid #ddd;
}

.faq
{
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;
}

.faq li
{
    display: flex;

    width: 100%;
    margin-bottom: 10px;

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

.faq li:first-child
{
    font-size: 20.8px;
    font-weight: bold;
}

.faq li img
{
    width: 60px !important;
    margin-right: 10px;
}

.btn a
{
    font-weight: bold;

    display: inline-block;

    width: 100%;
    max-width: 300px;
    margin-top: 30px;
    padding: 20px 0;

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

    color: #fff;
    border-radius: 3px;
    background: #2d7975;
}

@media screen and (max-width: 640px)
{
    .btn a
    {
        margin-right: auto;
        margin-left: auto;
    }
}

table td
{
    margin-bottom: -1px;
}

.grid-03
{
    display: flex;

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

.grid-03:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}

.grid-03 .box
{
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
}

.grid-03 .box img
{
    width: 100% !important;
}

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

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

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

.title_01._type01
{
    text-align: center;
}

.title_01._type01 h1
{
    font-size: 28.8px;
    font-weight: 900;

    display: inline-block;

    padding: 0 40px;

    letter-spacing: -1px;

    background: url(../images/common/title-left.png) left bottom 10px no-repeat, url(../images/common/title-right.png) right bottom 10px no-repeat;
}

@media screen and (max-width: 834px)
{
    .title_01._type01 h1
    {
        font-size: 8px;
        font-size: 2.5vw;

        padding: 0 30px;
    }
}

.title_01._type02
{
    font-size: 32px;
    font-weight: 900;

    margin-top: 20px;
}

.title_02._type01
{
    text-align: center;
}

.title_02._type01 h2
{
    font-size: 28.8px;
    font-weight: 900;

    display: inline-block;

    letter-spacing: -1px;
}

@media screen and (max-width: 640px)
{
    .title_02._type01 h2
    {
        font-size: 14px;
        font-size: 4.375vw;
    }
}

.title_02._type02 h2
{
    font-size: 24px;
    font-weight: bold;

    padding: 10px;
    padding-right: 0;

    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
}

.title-orange
{
    font-size: 32px;
    font-weight: bold;

    color: #f17a22;
}

@media screen and (max-width: 640px)
{
    .title-orange
    {
        font-size: 18px;
        font-size: 5.625vw;
    }
}

.title-icon1 h2
{
    position: relative;

    display: inline-block;
}

@media screen and (max-width: 834px)
{
    .title-icon1 h2
    {
        margin-left: 10%;
    }
}

.title-icon1 h2:before
{
    position: absolute;
    bottom: -35%;
    left: -85%;

    width: 80%;
    height: 200px;

    content: '';

    background: url(../images/common/title-icon01.png) center bottom/100% no-repeat;
}

.text-left .box
{
    display: flex;

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

.text-left .box img
{
    width: 30% !important;
}

.text-left .box > div
{
    width: 68%;
}

@media screen and (max-width: 640px)
{
    .text-left .box
    {
        display: block;
    }
    .text-left .box img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .text-left .box > div
    {
        width: 100%;
    }
}

.text-left div
{
    flex-direction: row-reverse;
}

.text-right .box
{
    display: flex;

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

.text-right .box img
{
    width: 30% !important;
}

.text-right .box > div
{
    width: 68%;
}

@media screen and (max-width: 640px)
{
    .text-right .box
    {
        display: block;
    }
    .text-right .box img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .text-right .box > div
    {
        width: 100%;
    }
}
