@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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 400;
    vertical-align: baseline;
    box-sizing: border-box
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
tr,
th,
td,
caption {
    vertical-align: middle;
    text-align: left
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    width: 100%
}

textarea {
    vertical-align: top
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #333;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: none;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: hidden
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer
}

a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)"
}

img {
    max-width: 100%;
    width: 100%;
    height: auto
}

strong {
    font-weight: 700
}

body,
html {
    height: 100%
}

.fl {
    float: left
}

.fr {
    float: right
}

.sp_br {
    display: none
}

.pc_br {
    display: block
}

.sp_only {
    display: none
}

.pc_only {
    display: block
}

.cf:after {
    content: "";
    clear: both;
    display: block
}

.wh {
    color: #fff
}

.c01 {
    color: #035f58
}

.fb {
    font-weight: 700
}

.fb span {
    font-weight: 700
}

@media screen and (max-width:768px) {
    a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)"
    }

    .sp_br {
        display: block
    }

    .pc_br {
        display: none
    }

    .sp_only {
        display: block
    }

    .pc_only {
        display: none
    }
}

header {
    width: 100%;
    min-width: 1100px;
    padding: 4rem 2rem;
    z-index: 1
}

header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    z-index: 1
}

@media screen and (max-width:768px) {
    header {
        min-width: 100%;
        padding: 1rem 1rem
    }

    header .logo {
        width: 60%
    }
}

@media screen and (max-width:768px) {
    #hb-menu {
        display: table;
        position: fixed;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: #333;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 10000
    }

    #hb-menu .hb-inner {
        display: table-cell;
        vertical-align: middle
    }

    #hb-menu span {
        display: block;
        background: #fff;
        width: 22px;
        height: 1px;
        margin: auto;
        border-radius: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    #hb-menu span:nth-of-type(2),
    #hb-menu span:nth-of-type(3) {
        margin-top: 7px
    }

    .hb-open #hb-menu span:nth-of-type(1) {
        -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
        -ms-transform: translateY(7px) translateX(0) rotate(45deg);
        transform: translateY(7px) translateX(0) rotate(45deg)
    }

    .hb-open #hb-menu span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

    .hb-open #hb-menu span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
        transform: translateY(-7px) translateX(0) rotate(-45deg)
    }

    .overlay {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: transparent;
        pointer-events: none;
        z-index: 9999;
        transition: 0.2s
    }

    .hb-open .overlay {
        background: none;
        pointer-events: auto
    }

    .g-nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999
    }

    .g-nav .g-nav-inner {
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        padding: 6rem 2rem;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        transition: .5s;
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        z-index: 9999
    }

    .hb-open .g-nav .g-nav-inner {
        position: fixed;
        top: 0;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-transform: translateZ(0)
    }

    .hb_menu_wrapper {
        text-align: center
    }

    .hb_menu {
        margin: 0 0 2rem
    }

    .hb_menu:last-child {
        margin: 0 0 0
    }

    .hb_menu_title_link {
        display: block;
        padding: 0 0 0 0;
        font-size: 1.5rem
    }

    .g-nav .app_btn_link {
        display: block;
        
        width: 100%;
        height: auto;
        margin: 2rem auto 0;
        padding: 1.5rem 3rem;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.5;
        position: relative
    }

    .g-nav .app_btn_link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .g-nav .app_btn_link.--entry {
        background: -moz-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
        background: -webkit-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
        background: linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
    }
    .g-nav .app_btn_link.--mtg {
        background: -moz-linear-gradient(-90deg, #2468ea, #004de0);
        background: -webkit-linear-gradient(-90deg, #2468ea, #004de0);
        background: linear-gradient(-90deg, #2468ea, #004de0);
    }
}

.l-footer-area {
    background: #333;
    width: 100%;
    min-width: 1100px
}

.l-footer-area__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 0 6rem
}

.l-footer-area__inner .logo_box {
    display: flex;
    align-items: center
}

.l-footer-area__inner .logo_box .logo_01 {
    width: 300px;
    margin-right: 3rem
}

.l-footer-area__inner .logo_box .logo_02 {
    width: 190px;
    margin-bottom: 23px
}

.l-footer-area__inner .link {
    margin: 3rem 0
}

.l-footer-area__inner .link a {
    color: #fff;
    line-height: 2
}

.l-footer-area__inner .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.l-footer-area__inner .bottom .copy {
    font-size: 1.3rem;
    color: #fff
}

.l-footer-area__inner .bottom .sns {
    display: flex
}

.l-footer-area__inner .bottom .sns li {
    width: 43px;
    margin-left: .5rem
}

@media screen and (max-width:768px) {
    .l-footer-area {
        min-width: 100%
    }

    .l-footer-area__inner {
        max-width: 100%;
        padding: 4rem 1.5rem 10rem
    }

    .l-footer-area__inner .logo_box {
        display: block
    }

    .l-footer-area__inner .logo_box .logo_01 {
        width: 180px;
        margin: 0 0 1rem 0
    }

    .l-footer-area__inner .logo_box .logo_02 {
        width: 120px
    }

    .l-footer-area__inner .link {
        margin: 2rem 0
    }

    .l-footer-area__inner .link a {
        font-size: 1.4rem
    }

    .l-footer-area__inner .bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column-reverse
    }

    .l-footer-area__inner .bottom .copy {
        font-size: 1.2rem;
        color: #fff;
        width: 100%;
        text-align: center;
        margin-top: 2rem
    }

    .l-footer-area__inner .bottom .sns {
        display: flex;
        width: 100%;
        justify-content: center
    }

    .l-footer-area__inner .bottom .sns li {
        width: 43px;
        margin-left: .5rem
    }
}

.l-pagetop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 65px;
    height: 65px;
    z-index: 0
}

.l-pagetop__link {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative
}

.l-pagetop__link:after {
    display: block;
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-pagetop span {
    display: none
}

.float_btn {
    display: none
}

@media screen and (max-width:768px) {
    .fixed_area {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 1
    }

    .l-pagetop {
        position: absolute;
        width: 40px;
        height: 40px;
        margin: 0 0 0 auto;
        right: 10px;
        top: -50px;
        order: 2
    }

    .l-pagetop__link {
        background: #bd9f53;
        width: 40px;
        height: 40px;
        display: block;
        box-sizing: border-box;
        border-radius: 50%;
        position: relative
    }

    .l-pagetop__link {
        border: 1px solid #fff
    }

    .l-pagetop__link:after {
        width: 8px;
        height: 8px;
        margin-left: -4px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff
    }

    .float_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        order: 1
    }

    .float_btn a {
        display: block;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        width: 100%;
        height: 50px;
        padding: 1.2rem 1.2rem;
        position: relative
    }
    .float_btn a+a{
        border-left: 2px solid #fff;
    }
    .float_btn a.--entry{
        background: -moz-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
        background: -webkit-linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
        background: linear-gradient(90deg,rgba(0, 127, 96, 1) 0%, rgba(0, 86, 57, 1) 100%);
    }
    .float_btn a.--mtg{
        background: -moz-linear-gradient(-90deg, #2468ea, #004de0);
        background: -webkit-linear-gradient(-90deg, #2468ea, #004de0);
        background: linear-gradient(-90deg, #2468ea, #004de0);
    }

    .float_btn a:before {
        position: absolute;
        display: block;
        content: "";
        right: 1.5rem;
        top: 2rem;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

}