@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap');
/* ====================================================

    ┏───────────────────────┓
    │   Table Of Contents   │
    ┗───────────────────────┛

    1. General
       1-1. Reset
       1-2. Base
       1-3. Utility
    2. Animations
    3. Parts
    4. Block
    5. For IE
    99. Vendor

==================================================== */
/* ====================================

    1. General

==================================== */
/*
  1-1. Reset
==================================== */
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: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

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

img
{
    vertical-align: bottom;
}

a
{
    text-decoration: none;

    outline: none;
}

input,
button,
textarea,
select
{
    font-family: 'Noto Sans CJK JP', -apple-system, BlinkMacSystemFont, 'Helvsetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;

    margin: 0;
    padding: 0;

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

    -webkit-appearance: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus
{
    outline: none;
}

select::-ms-expand
{
    display: none;
}

button
{
    line-height: 1;
}

/*
  1-1. Base
==================================== */
@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: normal;

    src: local('Noto Sans CJK JP Regular'), url('/assets/font/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: 700;

    src: local('Noto Sans CJK JP Bold'), url('/assets/font/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: 500;

    src: local('Noto Sans CJK JP Medium'), url('/assets/font/NotoSansCJKjp-Medium.woff') format('woff');
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html
{
    font-size: 62.5%;
}

@media screen and (max-width: 768px)
{
    html
    {
        font-size: calc(100vw / 37.5);
    }
}

body
{
    font-family: 'Noto Sans CJK JP', -apple-system, BlinkMacSystemFont, 'Helvsetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;

    letter-spacing: .05em;

    color: #000;
}

@media screen and (max-width: 768px)
{
    body
    {
        -webkit-text-size-adjust: 100%;
    }
}

a
{
    color: #000;
}

/*
  1-1. Utility
==================================== */
._md
{
    display: none !important;
}

@media screen and (max-width: 768px)
{
    ._md
    {
        display: block !important;
    }
}

._md-flex
{
    display: none !important;
}

@media screen and (max-width: 768px)
{
    ._md-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

._md-inline
{
    display: none !important;
}

@media screen and (max-width: 768px)
{
    ._md-inline
    {
        display: inline !important;
    }
}

._md-inb
{
    display: none !important;
}

@media screen and (max-width: 768px)
{
    ._md-inb
    {
        display: inline-block !important;
    }
}

._lg
{
    display: block;
}

@media screen and (max-width: 768px)
{
    ._lg
    {
        display: none !important;
    }
}

._lg-flex
{
    display: none !important;
}

@media screen and (min-width: 769px)
{
    ._lg-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

._lg-inline
{
    display: none !important;
}

@media screen and (min-width: 769px)
{
    ._lg-inline
    {
        display: inline !important;
    }
}

._lg-inb
{
    display: none !important;
}

@media screen and (min-width: 769px)
{
    ._lg-inb
    {
        display: inline-block !important;
    }
}

._text-center
{
    text-align: center;
}

._text-right
{
    text-align: right;
}

._text-primary
{
    color: #38c1f4;
}

._text-secondary
{
    color: #ffe420;
}

._text-tertiary
{
    color: #f67375;
}

._text-muted
{
    color: #999;
}

._text-em
{
    font-weight: 700;
}

._text-sup
{
    font-size: 10px;
    font-size: 1rem;

    vertical-align: top;
}

._text-note
{
    position: relative;

    padding-left: 1.5em;
}

._text-note span
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
}

[class^='icon'].-light
{
    fill: #fff;
}

[class^='icon'].-muted
{
    fill: #999;
}

[class^='icon'].-primary
{
    fill: #38c1f4;
}

[class^='icon'].-secondary
{
    fill: #ffe420;
}

[class^='icon'].-mirror
{
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

._mt-0
{
    margin-top: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._mt-0
    {
        margin-top: 0vw !important;
    }
}

._mr-0
{
    margin-right: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._mr-0
    {
        margin-right: 0vw !important;
    }
}

._mb-0
{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._mb-0
    {
        margin-bottom: 0vw !important;
    }
}

._ml-0
{
    margin-left: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._ml-0
    {
        margin-left: 0vw !important;
    }
}

._mt-5
{
    margin-top: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-5
    {
        margin-top: .66667vw !important;
    }
}

._mr-5
{
    margin-right: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-5
    {
        margin-right: .66667vw !important;
    }
}

._mb-5
{
    margin-bottom: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-5
    {
        margin-bottom: .66667vw !important;
    }
}

._ml-5
{
    margin-left: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-5
    {
        margin-left: .66667vw !important;
    }
}

._mt-10
{
    margin-top: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-10
    {
        margin-top: 1.33333vw !important;
    }
}

._mr-10
{
    margin-right: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-10
    {
        margin-right: 1.33333vw !important;
    }
}

._mb-10
{
    margin-bottom: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-10
    {
        margin-bottom: 1.33333vw !important;
    }
}

._ml-10
{
    margin-left: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-10
    {
        margin-left: 1.33333vw !important;
    }
}

._mt-15
{
    margin-top: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-15
    {
        margin-top: 2vw !important;
    }
}

._mr-15
{
    margin-right: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-15
    {
        margin-right: 2vw !important;
    }
}

._mb-15
{
    margin-bottom: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-15
    {
        margin-bottom: 2vw !important;
    }
}

._ml-15
{
    margin-left: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-15
    {
        margin-left: 2vw !important;
    }
}

._mt-20
{
    margin-top: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-20
    {
        margin-top: 2.66667vw !important;
    }
}

._mr-20
{
    margin-right: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-20
    {
        margin-right: 2.66667vw !important;
    }
}

._mb-20
{
    margin-bottom: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-20
    {
        margin-bottom: 2.66667vw !important;
    }
}

._ml-20
{
    margin-left: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-20
    {
        margin-left: 2.66667vw !important;
    }
}

._mt-25
{
    margin-top: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-25
    {
        margin-top: 3.33333vw !important;
    }
}

._mr-25
{
    margin-right: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-25
    {
        margin-right: 3.33333vw !important;
    }
}

._mb-25
{
    margin-bottom: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-25
    {
        margin-bottom: 3.33333vw !important;
    }
}

._ml-25
{
    margin-left: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-25
    {
        margin-left: 3.33333vw !important;
    }
}

._mt-30
{
    margin-top: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-30
    {
        margin-top: 4vw !important;
    }
}

._mr-30
{
    margin-right: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-30
    {
        margin-right: 4vw !important;
    }
}

._mb-30
{
    margin-bottom: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-30
    {
        margin-bottom: 4vw !important;
    }
}

._ml-30
{
    margin-left: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-30
    {
        margin-left: 4vw !important;
    }
}

._mt-35
{
    margin-top: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-35
    {
        margin-top: 4.66667vw !important;
    }
}

._mr-35
{
    margin-right: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-35
    {
        margin-right: 4.66667vw !important;
    }
}

._mb-35
{
    margin-bottom: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-35
    {
        margin-bottom: 4.66667vw !important;
    }
}

._ml-35
{
    margin-left: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-35
    {
        margin-left: 4.66667vw !important;
    }
}

._mt-40
{
    margin-top: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-40
    {
        margin-top: 5.33333vw !important;
    }
}

._mr-40
{
    margin-right: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-40
    {
        margin-right: 5.33333vw !important;
    }
}

._mb-40
{
    margin-bottom: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-40
    {
        margin-bottom: 5.33333vw !important;
    }
}

._ml-40
{
    margin-left: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-40
    {
        margin-left: 5.33333vw !important;
    }
}

._mt-45
{
    margin-top: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-45
    {
        margin-top: 6vw !important;
    }
}

._mr-45
{
    margin-right: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-45
    {
        margin-right: 6vw !important;
    }
}

._mb-45
{
    margin-bottom: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-45
    {
        margin-bottom: 6vw !important;
    }
}

._ml-45
{
    margin-left: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-45
    {
        margin-left: 6vw !important;
    }
}

._mt-50
{
    margin-top: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-50
    {
        margin-top: 6.66667vw !important;
    }
}

._mr-50
{
    margin-right: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-50
    {
        margin-right: 6.66667vw !important;
    }
}

._mb-50
{
    margin-bottom: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-50
    {
        margin-bottom: 6.66667vw !important;
    }
}

._ml-50
{
    margin-left: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-50
    {
        margin-left: 6.66667vw !important;
    }
}

._mt-55
{
    margin-top: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-55
    {
        margin-top: 7.33333vw !important;
    }
}

._mr-55
{
    margin-right: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-55
    {
        margin-right: 7.33333vw !important;
    }
}

._mb-55
{
    margin-bottom: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-55
    {
        margin-bottom: 7.33333vw !important;
    }
}

._ml-55
{
    margin-left: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-55
    {
        margin-left: 7.33333vw !important;
    }
}

._mt-60
{
    margin-top: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-60
    {
        margin-top: 8vw !important;
    }
}

._mr-60
{
    margin-right: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-60
    {
        margin-right: 8vw !important;
    }
}

._mb-60
{
    margin-bottom: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-60
    {
        margin-bottom: 8vw !important;
    }
}

._ml-60
{
    margin-left: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-60
    {
        margin-left: 8vw !important;
    }
}

._mt-65
{
    margin-top: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-65
    {
        margin-top: 8.66667vw !important;
    }
}

._mr-65
{
    margin-right: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-65
    {
        margin-right: 8.66667vw !important;
    }
}

._mb-65
{
    margin-bottom: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-65
    {
        margin-bottom: 8.66667vw !important;
    }
}

._ml-65
{
    margin-left: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-65
    {
        margin-left: 8.66667vw !important;
    }
}

._mt-70
{
    margin-top: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-70
    {
        margin-top: 9.33333vw !important;
    }
}

._mr-70
{
    margin-right: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-70
    {
        margin-right: 9.33333vw !important;
    }
}

._mb-70
{
    margin-bottom: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-70
    {
        margin-bottom: 9.33333vw !important;
    }
}

._ml-70
{
    margin-left: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-70
    {
        margin-left: 9.33333vw !important;
    }
}

._mt-75
{
    margin-top: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._mt-75
    {
        margin-top: 10vw !important;
    }
}

._mr-75
{
    margin-right: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._mr-75
    {
        margin-right: 10vw !important;
    }
}

._mb-75
{
    margin-bottom: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._mb-75
    {
        margin-bottom: 10vw !important;
    }
}

._ml-75
{
    margin-left: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._ml-75
    {
        margin-left: 10vw !important;
    }
}

._pt-0
{
    padding-top: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._pt-0
    {
        padding-top: 0vw !important;
    }
}

._pr-0
{
    padding-right: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._pr-0
    {
        padding-right: 0vw !important;
    }
}

._pb-0
{
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._pb-0
    {
        padding-bottom: 0vw !important;
    }
}

._pl-0
{
    padding-left: 0 !important;
}

@media screen and (max-width: 768px)
{
    ._pl-0
    {
        padding-left: 0vw !important;
    }
}

._pt-5
{
    padding-top: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-5
    {
        padding-top: .66667vw !important;
    }
}

._pr-5
{
    padding-right: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-5
    {
        padding-right: .66667vw !important;
    }
}

._pb-5
{
    padding-bottom: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-5
    {
        padding-bottom: .66667vw !important;
    }
}

._pl-5
{
    padding-left: 5px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-5
    {
        padding-left: .66667vw !important;
    }
}

._pt-10
{
    padding-top: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-10
    {
        padding-top: 1.33333vw !important;
    }
}

._pr-10
{
    padding-right: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-10
    {
        padding-right: 1.33333vw !important;
    }
}

._pb-10
{
    padding-bottom: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-10
    {
        padding-bottom: 1.33333vw !important;
    }
}

._pl-10
{
    padding-left: 10px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-10
    {
        padding-left: 1.33333vw !important;
    }
}

._pt-15
{
    padding-top: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-15
    {
        padding-top: 2vw !important;
    }
}

._pr-15
{
    padding-right: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-15
    {
        padding-right: 2vw !important;
    }
}

._pb-15
{
    padding-bottom: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-15
    {
        padding-bottom: 2vw !important;
    }
}

._pl-15
{
    padding-left: 15px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-15
    {
        padding-left: 2vw !important;
    }
}

._pt-20
{
    padding-top: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-20
    {
        padding-top: 2.66667vw !important;
    }
}

._pr-20
{
    padding-right: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-20
    {
        padding-right: 2.66667vw !important;
    }
}

._pb-20
{
    padding-bottom: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-20
    {
        padding-bottom: 2.66667vw !important;
    }
}

._pl-20
{
    padding-left: 20px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-20
    {
        padding-left: 2.66667vw !important;
    }
}

._pt-25
{
    padding-top: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-25
    {
        padding-top: 3.33333vw !important;
    }
}

._pr-25
{
    padding-right: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-25
    {
        padding-right: 3.33333vw !important;
    }
}

._pb-25
{
    padding-bottom: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-25
    {
        padding-bottom: 3.33333vw !important;
    }
}

._pl-25
{
    padding-left: 25px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-25
    {
        padding-left: 3.33333vw !important;
    }
}

._pt-30
{
    padding-top: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-30
    {
        padding-top: 4vw !important;
    }
}

._pr-30
{
    padding-right: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-30
    {
        padding-right: 4vw !important;
    }
}

._pb-30
{
    padding-bottom: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-30
    {
        padding-bottom: 4vw !important;
    }
}

._pl-30
{
    padding-left: 30px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-30
    {
        padding-left: 4vw !important;
    }
}

._pt-35
{
    padding-top: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-35
    {
        padding-top: 4.66667vw !important;
    }
}

._pr-35
{
    padding-right: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-35
    {
        padding-right: 4.66667vw !important;
    }
}

._pb-35
{
    padding-bottom: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-35
    {
        padding-bottom: 4.66667vw !important;
    }
}

._pl-35
{
    padding-left: 35px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-35
    {
        padding-left: 4.66667vw !important;
    }
}

._pt-40
{
    padding-top: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-40
    {
        padding-top: 5.33333vw !important;
    }
}

._pr-40
{
    padding-right: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-40
    {
        padding-right: 5.33333vw !important;
    }
}

._pb-40
{
    padding-bottom: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-40
    {
        padding-bottom: 5.33333vw !important;
    }
}

._pl-40
{
    padding-left: 40px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-40
    {
        padding-left: 5.33333vw !important;
    }
}

._pt-45
{
    padding-top: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-45
    {
        padding-top: 6vw !important;
    }
}

._pr-45
{
    padding-right: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-45
    {
        padding-right: 6vw !important;
    }
}

._pb-45
{
    padding-bottom: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-45
    {
        padding-bottom: 6vw !important;
    }
}

._pl-45
{
    padding-left: 45px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-45
    {
        padding-left: 6vw !important;
    }
}

._pt-50
{
    padding-top: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-50
    {
        padding-top: 6.66667vw !important;
    }
}

._pr-50
{
    padding-right: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-50
    {
        padding-right: 6.66667vw !important;
    }
}

._pb-50
{
    padding-bottom: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-50
    {
        padding-bottom: 6.66667vw !important;
    }
}

._pl-50
{
    padding-left: 50px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-50
    {
        padding-left: 6.66667vw !important;
    }
}

._pt-55
{
    padding-top: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-55
    {
        padding-top: 7.33333vw !important;
    }
}

._pr-55
{
    padding-right: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-55
    {
        padding-right: 7.33333vw !important;
    }
}

._pb-55
{
    padding-bottom: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-55
    {
        padding-bottom: 7.33333vw !important;
    }
}

._pl-55
{
    padding-left: 55px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-55
    {
        padding-left: 7.33333vw !important;
    }
}

._pt-60
{
    padding-top: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-60
    {
        padding-top: 8vw !important;
    }
}

._pr-60
{
    padding-right: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-60
    {
        padding-right: 8vw !important;
    }
}

._pb-60
{
    padding-bottom: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-60
    {
        padding-bottom: 8vw !important;
    }
}

._pl-60
{
    padding-left: 60px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-60
    {
        padding-left: 8vw !important;
    }
}

._pt-65
{
    padding-top: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-65
    {
        padding-top: 8.66667vw !important;
    }
}

._pr-65
{
    padding-right: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-65
    {
        padding-right: 8.66667vw !important;
    }
}

._pb-65
{
    padding-bottom: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-65
    {
        padding-bottom: 8.66667vw !important;
    }
}

._pl-65
{
    padding-left: 65px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-65
    {
        padding-left: 8.66667vw !important;
    }
}

._pt-70
{
    padding-top: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-70
    {
        padding-top: 9.33333vw !important;
    }
}

._pr-70
{
    padding-right: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-70
    {
        padding-right: 9.33333vw !important;
    }
}

._pb-70
{
    padding-bottom: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-70
    {
        padding-bottom: 9.33333vw !important;
    }
}

._pl-70
{
    padding-left: 70px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-70
    {
        padding-left: 9.33333vw !important;
    }
}

._pt-75
{
    padding-top: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._pt-75
    {
        padding-top: 10vw !important;
    }
}

._pr-75
{
    padding-right: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._pr-75
    {
        padding-right: 10vw !important;
    }
}

._pb-75
{
    padding-bottom: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._pb-75
    {
        padding-bottom: 10vw !important;
    }
}

._pl-75
{
    padding-left: 75px !important;
}

@media screen and (max-width: 768px)
{
    ._pl-75
    {
        padding-left: 10vw !important;
    }
}

/* ====================================

    2. Animations

==================================== */
/*
  2-1. Transform
==================================== */
@-webkit-keyframes left-to-right
{
    0%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    50%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@keyframes left-to-right
{
    0%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    50%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}

@-webkit-keyframes right-to-left
{
    0%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

@keyframes right-to-left
{
    0%
    {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
    50%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
}

@-webkit-keyframes top-to-bottom
{
    0%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    50%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}

@keyframes top-to-bottom
{
    0%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    50%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
}

@-webkit-keyframes bottom-to-top
{
    0%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}

@keyframes bottom-to-top
{
    0%
    {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
    }
    50%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100%
    {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
}

@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/*
  2-1. SVG animation
==================================== */
@-webkit-keyframes draw
{
    to
    {
        stroke-dashoffset: 0;
    }
}
@keyframes draw
{
    to
    {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes stroke-opacity
{
    to
    {
        stroke-opacity: 1;
    }
}

@keyframes stroke-opacity
{
    to
    {
        stroke-opacity: 1;
    }
}

@-webkit-keyframes fill_secondary
{
    0%
    {
        fill: transparent;
    }
    100%
    {
        fill: #ffe420;
    }
}

@keyframes fill_secondary
{
    0%
    {
        fill: transparent;
    }
    100%
    {
        fill: #ffe420;
    }
}

@-webkit-keyframes fill_primary
{
    0%
    {
        fill: transparent;
    }
    100%
    {
        fill: #38c1f4;
    }
}

@keyframes fill_primary
{
    0%
    {
        fill: transparent;
    }
    100%
    {
        fill: #38c1f4;
    }
}

/*
  2-1. Background
==================================== */
@-webkit-keyframes gradient-animate
{
    0%
    {
        background-position: 0 50%;
    }
    50%
    {
        background-position: 100% 51%;
    }
    100%
    {
        background-position: 0 50%;
    }
}
@keyframes gradient-animate
{
    0%
    {
        background-position: 0 50%;
    }
    50%
    {
        background-position: 100% 51%;
    }
    100%
    {
        background-position: 0 50%;
    }
}

/*
  2-1. animation setting class
==================================== */
/* image mask */
.image-mask
{
    position: relative;

    overflow: hidden;
}

.image-mask.-left-to-right > img
{
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
}

.image-mask.-right-to-left > img
{
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
}

.image-mask.-bottom-to-top > img
{
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
}

.image-mask.-top-to-bottom > img
{
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
}

.image-mask:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);

    background-color: #38c1f4;
}

.image-mask > img
{
    opacity: 0;
}

@media screen and (max-width: 768px)
{
    .image-mask > img
    {
        width: 100%;
    }
}

.is-passed .image-mask > img
{
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
            transition: opacity .4s ease, -webkit-transform .4s ease;
            transition: opacity .4s ease, transform .4s ease;
            transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.is-passed .image-mask.-left-to-right > img
{
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.is-passed .image-mask.-left-to-right:before
{
    -webkit-animation: left-to-right 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
            animation: left-to-right 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
}

.is-passed .image-mask.-right-to-left > img
{
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.is-passed .image-mask.-right-to-left:before
{
    -webkit-animation: right-to-left 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
            animation: right-to-left 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
}

.is-passed .image-mask.-top-to-bottom > img
{
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.is-passed .image-mask.-top-to-bottom:before
{
    -webkit-animation: top-to-bottom 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
            animation: top-to-bottom 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
}

.is-passed .image-mask.-bottom-to-top > img
{
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.is-passed .image-mask.-bottom-to-top:before
{
    -webkit-animation: bottom-to-top 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
            animation: bottom-to-top 1.1s cubic-bezier(.77, 0, .175, 1) forwards;
}

.is-passed .image-mask > img
{
    -webkit-transition-delay: .9s;
            transition-delay: .9s;

    opacity: 1;
}

/* fade  */
.fade-in
{
    opacity: 0;
}

.fade-up
{
    -webkit-transform: translateY(15px);
            transform: translateY(15px);

    opacity: 0;
}

.fade-right
{
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);

    opacity: 0;
}

.is-passed .fade-in
{
    -webkit-transition: opacity .6s ease-out;
            transition: opacity .6s ease-out;

    opacity: 1;
}

.is-passed .fade-up
{
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
            transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
            transition: opacity 1s ease-out, transform 1s ease-out;
            transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
    -webkit-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.is-passed .fade-right
{
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
            transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
            transition: opacity 1s ease-out, transform 1s ease-out;
            transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

/* ====================================

    3. Parts

==================================== */
/*
  3-1. Heading
==================================== */
.heading-section
{
    margin-bottom: 45px;
}

@media screen and (max-width: 768px)
{
    .heading-section
    {
        margin-bottom: 9.33333vw;
    }
}

.heading-section.-light > .main > .accent,
.heading-section.-light > .ruby
{
    color: #38c1f4;
}

.heading-section.-dark > .main > .accent,
.heading-section.-dark > .ruby
{
    color: #0179cd;
}

.heading-section > .main
{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .heading-section > .main
    {
        font-size: 21px;
        font-size: 2.1rem;
    }
}

.heading-section > .ruby
{
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;

    margin-top: 20px;

    text-align: center;
    letter-spacing: .15em;
}

@media screen and (max-width: 768px)
{
    .heading-section > .ruby
    {
        font-size: 13px;
        font-size: 1.3rem;

        margin-top: 3.33333vw;
    }
}

.heading-lower
{
    margin-bottom: 35px;
}

@media screen and (max-width: 768px)
{
    .heading-lower
    {
        line-height: 1.31579;

        margin-bottom: 4.66667vw;
    }
}

.heading-lower > .main
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .heading-lower > .main
    {
        font-size: 19px;
        font-size: 1.9rem;
    }
}

.heading-lower > .main > .em
{
    color: #1d9de1;
}

.heading-plain
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;

    margin-bottom: 35px;
}

@media screen and (max-width: 768px)
{
    .heading-plain
    {
        font-size: 20px;
        font-size: 2rem;

        margin-bottom: 5.33333vw;
    }
}

.heading-plain.-center
{
    text-align: center;
}

.heading-marker
{
    margin-bottom: 60px;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .heading-marker
    {
        margin-bottom: 8vw;
    }
}

.heading-marker > .inner
{
    line-height: 1;

    position: relative;

    display: inline-block;

    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

@media screen and (max-width: 768px)
{
    .heading-marker > .inner
    {
        padding-right: 1.33333vw;
        padding-bottom: .66667vw;
        padding-left: 1.33333vw;
    }
}

.heading-marker > .inner::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 10px;

    content: '';
    -webkit-transition: width 1s cubic-bezier(.19, 1, .22, 1);
            transition: width 1s cubic-bezier(.19, 1, .22, 1);

    background-color: #ffe420;
}

@media screen and (max-width: 768px)
{
    .heading-marker > .inner::before
    {
        height: 2.4vw;
    }
}

.heading-marker > .inner > .label
{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;

    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px)
{
    .heading-marker > .inner > .label
    {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.heading-marker.is-passed > .inner::before
{
    width: 100%;
}

/*
  3-2. Button
==================================== */
.button-primary
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 300px;
    height: 80px;

    background-color: #38c1f4;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .button-primary
    {
        width: 78.66667vw;
        height: 14.66667vw;
    }
}

.button-primary.-dark
{
    background-color: #0179cd;
}

@media screen and (min-width: 769px)
{
    .button-primary.-dark::after
    {
        background-color: #0059b9;
    }
}

.button-primary.-secondary
{
    background-color: #ffe420;
}

.button-primary.-secondary > .label
{
    color: #000;
}

@media screen and (min-width: 769px)
{
    .button-primary.-secondary.-arrow::before
    {
        -webkit-transition: all .6s cubic-bezier(.755, .05, .855, .06);
                transition: all .6s cubic-bezier(.755, .05, .855, .06);
    }
    .button-primary.-secondary::after
    {
        background-color: #000;
    }
    .button-primary.-secondary:hover.-arrow::before
    {
        background-image: url(/assets/images/common/icon_arrow3.svg);
    }
    .button-primary.-secondary:hover > .label
    {
        color: #fff;
    }
}

.button-primary.-arrow
{
    position: relative;
}

.button-primary.-arrow.-secondary::before
{
    opacity: 1;
    background-image: url(/assets/images/common/icon_arrow2.svg);
}

.button-primary.-arrow::before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 29px;

    width: 10px;
    height: 18px;
    margin-top: -9px;

    content: '';

    opacity: .5;
    background-image: url(/assets/images/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10px 18px;
}

@media screen and (max-width: 768px)
{
    .button-primary.-arrow::before
    {
        right: 3.2vw;

        margin-top: -1.6vw;

        background-size: 1.86667vw 3.2vw;
    }
}

.button-primary.-center
{
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 769px)
{
    .button-primary > *
    {
        position: relative;
        z-index: 1;
    }
    .button-primary::after
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 0;
        height: 100%;

        content: '';
        -webkit-transition: all .6s cubic-bezier(.755, .05, .855, .06);
                transition: all .6s cubic-bezier(.755, .05, .855, .06);

        background-color: #0c92e9;
    }
    .button-primary:hover::after
    {
        right: auto;
        left: 0;

        width: 100%;
    }
    .button-primary:hover > .label
    {
        color: #fff;
    }
}

.button-primary > .label
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;

    letter-spacing: .08em;

    color: #fff;
}

@media screen and (min-width: 769px)
{
    .button-primary > .label
    {
        -webkit-transition: color .6s cubic-bezier(.755, .05, .855, .06);
                transition: color .6s cubic-bezier(.755, .05, .855, .06);
    }
}

@media screen and (max-width: 768px)
{
    .button-primary > .label
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 769px)
{
    .button-primary > .icon
    {
        -webkit-transition: fill .6s cubic-bezier(.755, .05, .855, .06);
                transition: fill .6s cubic-bezier(.755, .05, .855, .06);
    }
}

/*
  3-1. Hover Effect
==================================== */
@media screen and (min-width: 769px)
{
    .hover-fade
    {
        display: inline-block;

        -webkit-transition: opacity .4s ease-out;
                transition: opacity .4s ease-out;
    }
    .hover-fade:hover
    {
        opacity: .6;
    }
}

@media screen and (min-width: 769px)
{
    .hover-underline
    {
        display: inline-block;

        text-decoration: none;
    }
    .hover-underline:hover
    {
        text-decoration: underline;
    }
}

.link-underline
{
    position: relative;

    display: inline-block;

    padding-bottom: 5px;
}

@media screen and (max-width: 768px)
{
    .link-underline
    {
        padding-bottom: 1.06667vw;
    }
}

.link-underline::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #808080;
}

@media screen and (max-width: 768px)
{
    .link-underline::before
    {
        height: .26667vw;
    }
}

@media screen and (min-width: 769px)
{
    .link-underline:before
    {
        -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
                transition: all .6s cubic-bezier(.23, 1, .32, 1);
    }
    .link-underline:hover::before
    {
        right: 0;
        left: auto;

        width: 0;
    }
}

/* ====================================

    4. Block

==================================== */
/*
  4-1. Header
==================================== */
.common-header
{
    overflow: hidden;

    width: 100%;
}

@media screen and (max-width: 768px)
{
    .common-header
    {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;

        overflow: visible;

        width: 100%;
        height: 16vw;
    }
}

.common-header > .inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.85714vw;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px)
{
    .common-header > .inner
    {
        min-width: initial;
        height: 16vw;
        padding-left: 4.8vw;

        background-color: #fff;
    }
}

@media screen and (max-width: 768px)
{
    .header-logo
    {
        margin-right: auto;
        margin-left: auto;
        padding-left: 7.33333vw;
    }
}

.header-logo > .link
{
    width: 260px;
}

@media screen and (max-width: 768px)
{
    .header-logo > .link
    {
        width: 40vw;
    }
}

.header-logo > .link > .logo
{
    height: 30px;
}

@media screen and (max-width: 768px)
{
    .header-logo > .link > .logo
    {
        width: 40vw;
        height: 4.53333vw;
    }
}

.header-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 768px)
{
    .header-nav
    {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;

        display: block;
        overflow: scroll;

        width: 100%;
        height: 100%;
        padding-top: 28vw;
        padding-right: 10.66667vw;
        padding-left: 10.66667vw;

        -webkit-transition: opacity .4s ease-out;
                transition: opacity .4s ease-out;
        pointer-events: none;

        opacity: 0;
        background-color: #38c1f4;
    }
}

.header-nav > .item
{
    font-weight: 500;

    margin-left: 30px;
    padding-bottom: 5px;

    color: #000;
}

@media screen and (min-width: 769px)
{
    .header-nav > .item
    {
        position: relative;

        -webkit-transition: color .4s ease;
                transition: color .4s ease;
    }
    .header-nav > .item::before
    {
        position: absolute;
        bottom: 0;
        left: 0;

        width: 0;
        height: 1px;

        content: '';
        -webkit-transition: width .6s cubic-bezier(.23, 1, .32, 1);
                transition: width .6s cubic-bezier(.23, 1, .32, 1);

        background-color: #8ad2f7;
    }
    .header-nav > .item:hover
    {
        color: #38c1f4;
    }
    .header-nav > .item:hover::before
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .header-nav > .item
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        height: 16vw;
        margin-left: 0;
        padding-right: 3.33333vw;
        padding-bottom: 0;
        padding-left: 3.33333vw;

        letter-spacing: .1em;

        color: #fff;
        border-bottom: .26667vw solid rgba(255, 255, 255, .5);

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-nav > .item:first-of-type
    {
        border-top: .26667vw solid rgba(255, 255, 255, .5);
    }
    .header-nav > .item::after
    {
        font-family: 'Oswald', sans-serif;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;

        display: inline-block;

        margin-right: 0;
        margin-left: auto;
    }
    .header-nav > .item.-column::after
    {
        content: 'COLUMN';
    }
    .header-nav > .item.-interview::after
    {
        content: 'INTERVIEW';
    }
    .header-nav > .item.-consultant::after
    {
        content: 'CONSULTANT';
    }
    .header-nav > .item.-seminar::after
    {
        content: 'SEMINAR';
    }
    .header-nav > .item.-aboutus::after
    {
        content: 'ABOUT US';
    }
}

@media screen and (min-width: 769px)
{
    .header-nav > .item.is-current:hover::before
    {
        background-color: #38c1f4;
    }
    .header-nav > .item.is-current::before
    {
        width: 100%;

        -webkit-transition: background-color .4s ease-out;
                transition: background-color .4s ease-out;

        background-color: #808080;
    }
}

.header-nav > .contact,
.header-nav > .tel
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 140px;
    height: 100%;
    margin-left: 40px;

    background-color: #ffe420;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 769px)
{
    .header-nav > .contact,
    .header-nav > .tel
    {
        position: relative;
    }
    .header-nav > .contact > *,
    .header-nav > .tel > *
    {
        position: relative;
        z-index: 1;
    }
    .header-nav > .contact::before,
    .header-nav > .tel::before
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 0;
        height: 100%;

        content: '';
        -webkit-transition: all .4s cubic-bezier(.755, .05, .855, .06);
                transition: all .4s cubic-bezier(.755, .05, .855, .06);

        background-color: #000;
    }
    .header-nav > .contact:hover::before,
    .header-nav > .tel:hover::before
    {
        right: auto;
        left: 0;

        width: 100%;
    }
    .header-nav > .contact:hover > .label,
    .header-nav > .tel:hover > .label
    {
        color: #fff;
    }
    .header-nav > .contact:hover > .icon,
    .header-nav > .tel:hover > .icon
    {
        fill: #fff;
    }
}

@media screen and (max-width: 768px)
{
    .header-nav > .contact,
    .header-nav > .tel
    {
        position: relative;

            flex-direction: row;

        width: 100%;
        height: 17.33333vw;
        margin-left: 0;
        padding-right: 2.66667vw;

        background-color: #fff;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .header-nav > .contact::after,
    .header-nav > .tel::after
    {
        position: absolute;
        top: 50%;
        right: 5.06667vw;

        width: 1.86667vw;
        height: 3.2vw;
        margin-top: -1.6vw;

        content: '';

        background: url(/assets/images/common/icon_arrow3.svg) no-repeat left top;
        background-size: 100% 100%;
    }
}

.header-nav > .contact > .icon,
.header-nav > .tel > .icon
{
    width: 39px;
    height: 27px;

    fill: #000;
}

@media screen and (min-width: 769px)
{
    .header-nav > .contact > .icon,
    .header-nav > .tel > .icon
    {
        -webkit-transition: fill .4s cubic-bezier(.755, .05, .855, .06);
                transition: fill .4s cubic-bezier(.755, .05, .855, .06);
    }
}

@media screen and (max-width: 768px)
{
    .header-nav > .contact > .icon,
    .header-nav > .tel > .icon
    {
        width: 9.06667vw;
        height: 6.4vw;
        margin-right: 4vw;
    }
}

.header-nav > .contact > .label,
.header-nav > .tel > .label
{
    font-weight: 500;
    line-height: 1;

    margin-top: 15px;

    color: #000;
}

@media screen and (min-width: 769px)
{
    .header-nav > .contact > .label,
    .header-nav > .tel > .label
    {
        -webkit-transition: color .4s cubic-bezier(.755, .05, .855, .06);
                transition: color .4s cubic-bezier(.755, .05, .855, .06);
    }
}

@media screen and (max-width: 768px)
{
    .header-nav > .contact > .label,
    .header-nav > .tel > .label
    {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px)
{
    .header-nav > .contact
    {
        margin-top: 14.66667vw;
    }
}

@media screen and (max-width: 768px)
{
    .header-nav > .tel
    {
        margin-top: 1.33333vw;
    }
    .header-nav > .tel > .icon
    {
        width: 9.06667vw;
        height: 9.06667vw;
    }
    .header-nav > .tel > .label > .reception
    {
        font-size: 10px;
        font-size: 1rem;

        display: inline-block;

        margin-top: 1.33333vw;
    }
}

.header-hamburger
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .header-hamburger
    {
        position: fixed;
        z-index: 9999;
        top: 5.06667vw;
        left: 4.93333vw;

        display: block;

        width: 6.66667vw;
        height: 5.86667vw;
    }
    .header-hamburger::before,
    .header-hamburger::after
    {
        position: absolute;
        top: 0;
        left: 0;

        content: '';
        -webkit-transition: opacity .3s ease, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
                transition: opacity .3s ease, -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
                transition: opacity .3s ease, transform .6s cubic-bezier(.165, .84, .44, 1);
                transition: opacity .3s ease, transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    }
    .header-hamburger::before
    {
        width: 6.66667vw;
        height: 5.86667vw;

        background: url(/assets/images/common/header-icon_1.svg) no-repeat left top;
        background-size: 6.66667vw 5.86667vw;
    }
    .header-hamburger::after
    {
        top: 50%;
        left: 50%;

        width: 6.53333vw;
        height: 6.53333vw;
        margin-top: -3.26667vw;
        margin-left: -3.26667vw;

        -webkit-transform: scale(0);
                transform: scale(0);

        opacity: 0;
        background: url(/assets/images/common/header-icon_2.svg) no-repeat left top;
        background-size: 6.53333vw 6.53333vw;
    }
}

.header-contact
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .header-contact
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 16vw;
        height: 100%;

        background-color: #ffe420;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-contact > .icon
    {
        width: 7.73333vw;
        height: 5.33333vw;

        fill: #000;
    }
}

@media screen and (max-width: 768px)
{
    .is-navopen
    {
        pointer-events: none;
    }
    .is-navopen .header-hamburger
    {
        pointer-events: auto;
    }
    .is-navopen .header-hamburger::before
    {
        -webkit-transform: scale(0);
                transform: scale(0);

        opacity: 0;
    }
    .is-navopen .header-hamburger::after
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
    .is-navopen .header-nav
    {
        pointer-events: auto;

        opacity: 1;
    }
}

/*
  4-1. Container
==================================== */
@media screen and (min-width: 769px)
{
    .wrapper
    {
        position: static !important;
    }
}

@media screen and (max-width: 768px)
{
    .wrapper
    {
        position: relative;

        padding-top: 16vw;
    }
}

.container
{
    margin-bottom: 120px;
}

@media screen and (max-width: 768px)
{
    .container
    {
        margin-bottom: 16vw;
    }
}

.container .section:last-of-type
{
    padding-bottom: 0;
}

.content
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px)
{
    .content
    {
        width: auto;
        padding-right: 5.33333vw;
        padding-left: 5.33333vw;
    }
}

.content.-hasrow
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px)
{
    .content.-hasrow
    {
        display: block;
    }
    .content.-hasrow > .main
    {
        padding-bottom: 13.33333vw;
    }
}

.section
{
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 768px)
{
    .section
    {
        padding-top: 13.33333vw;
        padding-bottom: 13.33333vw;
    }
}

.section.-lattice
{
    background: url(/assets/images/common/bg_lattice.png) repeat left top;
}

.section.-lattice .section-lead
{
    font-weight: 500;
}

.section.-dot
{
    background: url(/assets/images/common/bg_dot.png) repeat left top;
}

.section.-dot .section-lead
{
    font-weight: 500;
}

.section.-subtle
{
    background-color: #eaf8fd;
}

.section.-muted
{
    background-color: #f4f4f4;
}

.section.-lower
{
    padding-top: 75px;
    padding-bottom: 0;
}

@media screen and (max-width: 768px)
{
    .section.-lower
    {
        padding-top: 10.66667vw;
    }
}

.section-lead
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .section-lead
    {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.57143;

        text-align: left;
    }
}

.section-lead.is-passed > .lead > .underline::before
{
    width: 100%;
}

.section-lead > .lead + .lead
{
    margin-top: 35px;
}

@media screen and (max-width: 768px)
{
    .section-lead > .lead + .lead
    {
        margin-top: 6.66667vw;
    }
}

.section-lead > .lead > .underline
{
    position: relative;

    display: inline-block;
}

@media screen and (max-width: 768px)
{
    .section-lead > .lead > .underline
    {
        display: inline;
    }
}

.section-lead > .lead > .underline::before
{
    position: absolute;
    bottom: 4px;
    left: 0;

    width: 0;
    height: 6px;

    content: '';
    -webkit-transition: width 1s cubic-bezier(.19, 1, .22, 1);
            transition: width 1s cubic-bezier(.19, 1, .22, 1);

    background-color: #ffe420;
}

@media screen and (max-width: 768px)
{
    .section-lead > .lead > .underline::before
    {
        display: none;
    }
}

.section-lead > .lead > .underline > span
{
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px)
{
    .section-lead > .lead > .underline > span
    {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(65%, #ffe420), to(#ffe420));
        background: linear-gradient(to bottom, transparent 0%, transparent 65%, #ffe420 65%, #ffe420 100%);
    }
}

/* main */
.main
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

/* sidebar */
.sidebar
{
    width: 216px;
    margin-left: 43px;
}
.banner_side{
    padding-top: 30px;
}
.banner_side img{
    width: 216px;
    height: auto;
    transition: 0.3s;
}
.banner_side img:hover{
    opacity: 0.6;
}

@media screen and (max-width: 768px)
{
    .sidebar
    {
        width: auto;
        margin-right: -5.33333vw;
        margin-left: -5.33333vw;
    }
    .banner_side img{
        display: block;
        margin:1em auto;
        width: 100%;
    }
}

[data-group='column'][data-page='article'] .main
{
    max-width: 703px;
}

@media screen and (max-width: 768px)
{
    [data-group='column'][data-page='article'] .main
    {
        max-width: initial;
    }
}

[data-group='column'][data-page='article'] .sidebar
{
    margin-left: 81px;
}

@media screen and (max-width: 768px)
{
    [data-group='column'][data-page='article'] .sidebar
    {
        margin-left: -5.33333vw;
    }
}

.article-ranking
{
    margin-bottom: 40px;
    padding: 30px 40px;

    background: url(/assets/images/common/bg_lattice2.png) repeat left top;
}

@media screen and (max-width: 768px)
{
    .article-ranking
    {
        margin-bottom: 0;
        padding: 8vw 10.66667vw;
    }
}

.ranking-heading
{
    margin-bottom: 45px;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .ranking-heading
    {
        margin-bottom: 12vw;
    }
}

.ranking-heading > .main
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;

    position: relative;

    display: inline-block;

    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;

    letter-spacing: .1em;

    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffe420), to(#ffe420));
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #ffe420 50%, #ffe420 100%);
}

@media screen and (max-width: 768px)
{
    .ranking-heading > .main
    {
        padding-right: 2.66667vw;
        padding-bottom: 1.6vw;
        padding-left: 2.66667vw;
    }
}

.ranking-list
{
    counter-reset: ranking;
}

.ranking-item
{
    position: relative;

    display: block;

    margin-bottom: 40px;
}

@media screen and (max-width: 768px)
{
    .ranking-item
    {
        margin-bottom: 10.66667vw;
    }
}

.ranking-item:last-of-type
{
    margin-bottom: 0;
}

.ranking-item::before
{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1;

    position: absolute;
    z-index: 1;
    top: -20px;
    left: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 40px;
    height: 40px;
    margin-left: -20px;

    content: counter(ranking);
    counter-increment: ranking;

    color: #fff;
    border-radius: 50%;
    background-color: #0179cd;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .ranking-item::before
    {
        font-size: 18px;
        font-size: 1.8rem;

        width: 12vw;
        height: 12vw;
        margin-left: -6vw;
    }
}

.ranking-item > .ph
{
    overflow: hidden;

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

    background-color: #ddd;
}

@media screen and (max-width: 768px)
{
    .ranking-item > .ph
    {
        height: 40vw;
        margin-bottom: 2.66667vw;
    }
}

.ranking-item > .ph.is-loaded > img
{
    opacity: 1;
}

.ranking-item > .ph img
{
    -webkit-transition: opacity .4s ease-out, -webkit-transform .6s ease-out;
            transition: opacity .4s ease-out, -webkit-transform .6s ease-out;
            transition: opacity .4s ease-out, transform .6s ease-out;
            transition: opacity .4s ease-out, transform .6s ease-out, -webkit-transform .6s ease-out;

    opacity: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover))
{
    .ranking-item > .ph img
    {
        width: 100%;
        height: 100%;

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

.ranking-item > .title
{
    font-size: 12px;
    font-size: 1.2rem;
}

.category-list
{
    padding-top: 30px;
    padding-bottom: 30px;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px)
{
    .category-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
        padding-top: 8vw;
        padding-bottom: 0;

        border-top: 0;
        border-bottom: 0;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.category-list > .heading
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;

    margin-bottom: 20px;

    text-align: center;
    letter-spacing: .1em;
}

@media screen and (max-width: 768px)
{
    .category-list > .heading
    {
        width: 100%;
        margin-bottom: 8vw;
    }
}

.category-item
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 64px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px)
{
    .category-item
    {
        width: calc(50% - 2vw);
        height: 16vw;
        margin-bottom: 4vw;
    }
}

.category-item::before
{
    position: absolute;
    top: 0;
    left: 64px;

    width: 0;
    height: 100%;

    content: '';

    opacity: .5;
}

@media screen and (min-width: 769px)
{
    .category-item::before
    {
        -webkit-transition: width .6s cubic-bezier(.645, .045, .355, 1);
                transition: width .6s cubic-bezier(.645, .045, .355, 1);
    }
}

.category-item:last-of-type
{
    margin-bottom: 0;
}

@media screen and (min-width: 769px)
{
    .category-item:hover::before
    {
        width: calc(100% - 64px);
    }
}

@media screen and (min-width: 769px) and (max-width: 768px)
{
    .category-item:hover::before
    {
        width: calc(100% - 16vw);
    }
}

.category-item.-lifeplan
{
    background-color: #ebf9fe;
}

.category-item.-lifeplan > .iconwrap
{
    background-color: #38c1f4;
}

.category-item.-lifeplan::before
{
    background-color: #38c1f4;
}

.category-item.-money
{
    background-color: #fffad2;
}

.category-item.-money > .iconwrap
{
    background-color: #ffe420;
}

.category-item.-money > .iconwrap > .icon
{
    fill: #000;
}

.category-item.-money::before
{
    background-color: #ffe420;
}

.category-item.-howto
{
    background-color: #fef1f1;
}

.category-item.-howto > .iconwrap
{
    background-color: #f67375;
}

.category-item.-howto::before
{
    background-color: #f67375;
}

.category-item.-datalab
{
    background-color: #f1f3fd;
}

.category-item.-datalab > .iconwrap
{
    background-color: #7488eb;
}

.category-item.-datalab::before
{
    background-color: #7488eb;
}

.category-item > .iconwrap
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 64px;
    height: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .category-item > .iconwrap
    {
        width: 16vw;
    }
}

.category-item > .iconwrap > .icon
{
    fill: #fff;
}

.category-item > .iconwrap > .icon.-compass
{
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 768px)
{
    .category-item > .iconwrap > .icon.-compass
    {
        width: 7.25333vw;
        height: 7.25333vw;
    }
}

.category-item > .iconwrap > .icon.-money
{
    width: 39px;
    height: 22px;
}

@media screen and (max-width: 768px)
{
    .category-item > .iconwrap > .icon.-money
    {
        width: 8.84vw;
        height: 4.98667vw;
    }
}

.category-item > .iconwrap > .icon.-book
{
    width: 32px;
    height: 29px;
}

@media screen and (max-width: 768px)
{
    .category-item > .iconwrap > .icon.-book
    {
        width: 7.25333vw;
        height: 6.57333vw;
    }
}

.category-item > .iconwrap > .icon.-graph
{
    width: 36px;
    height: 29px;
}

@media screen and (max-width: 768px)
{
    .category-item > .iconwrap > .icon.-graph
    {
        width: 8.16vw;
        height: 6.57333vw;
    }
}

.category-item > .label
{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;

    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    padding-left: 20px;

    letter-spacing: .1em;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media screen and (max-width: 768px)
{
    .category-item > .label
    {
        font-size: 14px;
        font-size: 1.4rem;

        padding-left: 4vw;
    }
}

/*
  4-1. Conversion
==================================== */
.conversion
{
    width: 100%;
    height: 460px;

    background: url(/assets/images/common/conversion-bg.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 768px)
{
    .conversion
    {
        height: auto;
        padding-top: 13.33333vw;
        padding-bottom: 13.33333vw;
    }
}

.conversion-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px)
{
    .conversion-content
    {
        display: block;
    }
}

@media screen and (max-width: 768px)
{
    .conversion-heading
    {
        width: 100%;
        margin-bottom: 10vw;

        text-align: center;
    }
}

.conversion-heading > .main
{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;

    color: #fff;
}

@media screen and (max-width: 768px)
{
    .conversion-heading > .main
    {
        font-size: 21px;
        font-size: 2.1rem;
    }
}

.conversion-heading > .ruby
{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;

    margin-top: 20px;

    letter-spacing: .15em;

    color: rgba(255, 255, 255, .7);
}

@media screen and (max-width: 768px)
{
    .conversion-heading > .ruby
    {
        font-size: 13px;
        font-size: 1.3rem;

        margin-top: 2.66667vw;
    }
}

.conversion-heading > .lead
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;

    margin-top: 45px;

    color: #fff;
}

@media screen and (max-width: 768px)
{
    .conversion-heading > .lead
    {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;

        margin-top: 4.66667vw;
    }
}

.conversion-box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 710px;
    height: 230px;
    padding-right: 50px;
    padding-left: 50px;

    background-color: rgba(255, 255, 255, .9);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px)
{
    .conversion-box
    {
        display: block;

        width: 100%;
        height: auto;
        padding: 5.33333vw;
    }
}

.conversion-box > .button
{
    width: 300px;
    height: 98px;
}

@media screen and (min-width: 769px)
{
    .conversion-box > .button:hover > .icon
    {
        fill: #fff;
    }
}

@media screen and (max-width: 768px)
{
    .conversion-box > .button
    {
        width: 100%;
        height: 17.33333vw;
    }
    .conversion-box > .button + .button
    {
        margin-top: 1.33333vw;
    }
}

.conversion-box > .button > .label
{
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 768px)
{
    .conversion-box > .button > .label
    {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.33333;
    }
}

@media screen and (max-width: 768px)
{
    .conversion-box > .button > .label > .reception
    {
        font-size: 10px;
        font-size: 1rem;
    }
}

.conversion-box > .button > .icon
{
    margin-right: 15px;

    fill: #000;
}

@media screen and (max-width: 768px)
{
    .conversion-box > .button > .icon
    {
        margin-right: 4vw;
    }
}

.conversion-box > .button > .icon.-mail
{
    width: 39px;
    height: 27px;
}

@media screen and (max-width: 768px)
{
    .conversion-box > .button > .icon.-mail
    {
        width: 9.06667vw;
        height: 6.4vw;
    }
}

@media screen and (max-width: 768px)
{
    .conversion-box > .button > .icon.-phone
    {
        width: 9.06667vw;
        height: 9.06667vw;
    }
}

.conversion-tel
{
    margin-left: 30px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media screen and (max-width: 768px)
{
    .conversion-tel
    {
        display: none;
    }
}

.conversion-tel > .number
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.conversion-tel > .number > .icon
{
    width: 39px;
    height: 39px;
    margin-right: 9px;

    fill: #000;
}

.conversion-tel > .number > .main
{
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;

    letter-spacing: .1em;
}

.conversion-tel > .reception
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;

    text-align: center;
}

/*
  4-1. Page Top
==================================== */
.pagetop
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 60px;

    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px)
{
    .pagetop
    {
        height: 16vw;
    }
}

@media screen and (min-width: 769px)
{
    .pagetop::before
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 0;
        height: 100%;

        content: '';
        -webkit-transition: all .6s cubic-bezier(.755, .05, .855, .06);
                transition: all .6s cubic-bezier(.755, .05, .855, .06);

        background-color: #def3fb;
    }
    .pagetop:hover::before
    {
        right: auto;
        left: 0;

        width: 100%;
    }
}

.pagetop > .icon
{
    width: 10px;
    height: 14px;
    margin-bottom: 5px;

    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);

    fill: #000;
}

@media screen and (max-width: 768px)
{
    .pagetop > .icon
    {
        width: 3.46667vw;
        height: 2.26667vw;
        margin-bottom: 2vw;
    }
}

.pagetop > .label
{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;

    position: relative;
    z-index: 1;

    letter-spacing: .075em;

    color: #000;
}

@media screen and (max-width: 768px)
{
    .pagetop > .label
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*
  4-1. Footer
==================================== */
.common-footer
{
    padding-top: 60px;
    padding-bottom: 40px;

    background-color: #eef9fd;
}

@media screen and (max-width: 768px)
{
    .common-footer
    {
        padding-top: 13.33333vw;
        padding-bottom: 8vw;
    }
}

.footer-nav
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .footer-nav
    {
            flex-direction: column;

        margin-bottom: 12.66667vw;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-nav > .item
{
    position: relative;

    margin-bottom: 30px;
    padding-bottom: 7px;

    color: #000;
}

.footer-nav > .item::before
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 0;
    height: 2px;

    content: '';

    background-color: #cfd8dc;
}

@media screen and (max-width: 768px)
{
    .footer-nav > .item::before
    {
        left: 50%;

        width: 4vw;
        height: .26667vw;
        margin-left: -2vw;
    }
}

@media screen and (min-width: 769px)
{
    .footer-nav > .item
    {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 500;

        margin-right: 10px;
        margin-left: 10px;
    }
    .footer-nav > .item::before
    {
        -webkit-transition: width .6s cubic-bezier(.23, 1, .32, 1);
                transition: width .6s cubic-bezier(.23, 1, .32, 1);
    }
    .footer-nav > .item:hover::before
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    .footer-nav > .item
    {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 500;

        margin-bottom: 3.33333vw;
        padding-bottom: 3.33333vw;

        text-align: center;
    }
    .footer-nav > .item:last-of-type
    {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .footer-nav > .item:last-of-type::before
    {
        display: none;
    }
}

.footer-logo
{
    text-align: center;
}

.footer-logo > .link > .logo
{
    width: 236px;
    height: 27px;
}

@media screen and (max-width: 768px)
{
    .footer-logo > .link > .logo
    {
        width: 48vw;
        height: 5.46667vw;
    }
}

.footer-kind
{
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 85px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px)
{
    .footer-kind
    {
        display: block;

        margin-top: 18vw;
    }
}

@media screen and (max-width: 768px)
{
    .footer-kind > .aside
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer-kind > .aside > .item
{
    font-size: 10px;
    font-size: 1rem;

    margin-right: 20px;
}

@media screen and (max-width: 768px)
{
    .footer-kind > .aside > .item
    {
        margin-right: 0;
        margin-bottom: 3.33333vw;
    }
}

.footer-kind > .copy
{
    font-size: 10px;
    font-size: 1rem;

    color: #999;
}

@media screen and (max-width: 768px)
{
    .footer-kind > .copy
    {
        margin-top: 3.33333vw;

        text-align: center;
    }
}

/*
  4-1. Hero
==================================== */
.common-hero
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 200px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .common-hero
    {
        height: 40vw;

        background-size: cover !important;
    }
}

.common-hero > .icon.-pen
{
    width: 49px;
    height: 50px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-pen
    {
        width: 9.14667vw;
        height: 9.33333vw;
    }
}

.common-hero > .icon.-compass
{
    width: 48px;
    height: 48px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-compass
    {
        width: 8.96vw;
        height: 8.96vw;
    }
}

.common-hero > .icon.-money
{
    width: 58px;
    height: 33px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-money
    {
        width: 8.96vw;
        height: 6.16vw;
    }
}

.common-hero > .icon.-book
{
    width: 48px;
    height: 45px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-book
    {
        width: 8.96vw;
        height: 8.4vw;
    }
}

.common-hero > .icon.-graph
{
    width: 58px;
    height: 48px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-graph
    {
        width: 10.82667vw;
        height: 8.96vw;
    }
}

.common-hero > .icon.-mail
{
    width: 53px;
    height: 38px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-mail
    {
        width: 9.89333vw;
        height: 7.09333vw;
    }
}

.common-hero > .icon.-key
{
    width: 53px;
    height: 64px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-key
    {
        width: 9.89333vw;
        height: 11.94667vw;
    }
}

.common-hero > .icon.-humans
{
    width: 59px;
    height: 46px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-humans
    {
        width: 11.01333vw;
        height: 8.58667vw;
    }
}

.common-hero > .icon.-megaphone
{
    width: 46px;
    height: 46px;
}

@media screen and (max-width: 768px)
{
    .common-hero > .icon.-megaphone
    {
        width: 8.58667vw;
        height: 8.58667vw;
    }
}

.common-hero.-common
{
    background: #e5edf0 url(/assets/images/common/hero-bg_1.jpg) no-repeat left center;
    background-size: cover;
}

.common-hero.-column
{
    background: #e0eef3 url(/assets/images/pages/column/hero-bg_1.jpg) no-repeat left center;
    background-size: auto 100%;
}

.common-hero.-lifeplan
{
    background: #e5f3fc url(/assets/images/pages/column/hero-bg_lifeplan.jpg) no-repeat left center;
    background-size: auto 100%;
}

.common-hero.-howto
{
    background: #f8f0f1 url(/assets/images/pages/column/hero-bg_howto.jpg) no-repeat left center;
    background-size: auto 100%;
}

.common-hero.-money
{
    background: #f6f0cb url(/assets/images/pages/column/hero-bg_money.jpg) no-repeat left center;
    background-size: auto 100%;
}

.common-hero.-datalab
{
    background: #e9efff url(/assets/images/pages/column/hero-bg_datalab.jpg) no-repeat left center;
    background-size: auto 100%;
}

.common-hero.-seminar
{
    background: #e2f8fe url(/assets/images/pages/seminar/hero-bg_1.jpg) no-repeat left center;
    background-size: auto 100%;
}

@media screen and (max-width: 768px)
{
    .common-hero.-seminar
    {
        background: url(/assets/images/pages/seminar/hero-bg_1--md.jpg) no-repeat left center;
    }
}

.hero-heading
{
    text-align: center;
}

.hero-heading > .main
{
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;

    margin-top: 20px;

    letter-spacing: .075em;
}

@media screen and (max-width: 768px)
{
    .hero-heading > .main
    {
        font-size: 30px;
        font-size: 3rem;

        margin-top: 4vw;
    }
}

.hero-heading > .sub
{
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;

    margin-top: 15px;
}

@media screen and (max-width: 768px)
{
    .hero-heading > .sub
    {
        font-size: 18px;
        font-size: 1.8rem;

        margin-top: 4vw;
    }
}

/*
  4-1. Breadcrumbs
==================================== */
.breadcrumbs-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 25px;
    padding-bottom: 45px;
}

@media screen and (max-width: 768px)
{
    .breadcrumbs-list
    {
        overflow: scroll;

        margin-bottom: 2.66667vw;
        padding-top: 5.33333vw;
        padding-bottom: 5.33333vw;

        white-space: nowrap;
    }
}

.breadcrumbs-list > .item
{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;

    padding-right: 8px;

    letter-spacing: .075em;

    color: #bbb;
}

.breadcrumbs-list > .item::after
{
    display: inline-block;

    margin-left: 8px;

    content: '/';
}

.breadcrumbs-list > .item > .link
{
    color: #000;
}

.breadcrumbs-list > .item:last-of-type
{
    padding-right: 0;
}

@media screen and (max-width: 768px)
{
    .breadcrumbs-list > .item:last-of-type
    {
        padding-right: 5.33333vw;
    }
}

.breadcrumbs-list > .item:last-of-type:after
{
    display: none;
}

/*
  4-1. Column List
==================================== */
.column-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 768px)
{
    .column-list
    {
        margin-top: -4.66667vw;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.column-list.-full .column-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 230px;
    margin-right: 0;
    margin-bottom: 30px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 768px)
{
    .column-list.-full .column-item
    {
        display: block;

        height: auto;
        margin-bottom: 2.66667vw;
    }
}

.column-list.-full .column-item > .thumbnail
{
    width: 345px;
    height: 100%;
}

@media screen and (max-width: 768px)
{
    .column-list.-full .column-item > .thumbnail
    {
        width: 100%;
        height: 59.46667vw;
    }
}

.column-list.-full .column-item > .detail
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.column-list.-full .column-item > .detail > .category
{
    margin-top: 0;
    margin-left: 0;
}

@media screen and (max-width: 768px)
{
    .column-list.-full .column-item > .detail > .category
    {
        margin-top: -3.33333vw;
    }
}

.column-list.-full .column-item > .detail > .title
{
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px)
{
    .column-list.-full .column-item > .detail > .title
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.column-list.-full .column-item > .detail > .lead
{
    margin-top: 15px;
}

@media screen and (max-width: 768px)
{
    .column-list.-full .column-item > .detail > .lead
    {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.69231;

        margin-top: 2.66667vw;
    }
}

.column-item
{
    display: block;

    width: 224px;
    height: 286px;
    margin-right: 34px;
    margin-bottom: 35px;

    background-color: #f4f4f4;
}

@media screen and (max-width: 768px)
{
    .column-item
    {
        width: calc(50% - 2.26667vw);
        height: auto;
        margin-top: 4.66667vw;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 769px)
{
    .column-item:hover > .thumbnail > img
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}

.column-item:nth-of-type(3n)
{
    margin-right: 0;
}

.column-item > .thumbnail
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 100%;
    height: 149px;

    background-color: #ddd;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px)
{
    .column-item > .thumbnail
    {
        height: 28.26667vw;
    }
}

.column-item > .thumbnail.is-loaded > img
{
    opacity: 1;
}

.column-item > .thumbnail > img
{
    -webkit-transition: opacity .4s ease-out, -webkit-transform .6s ease-out;
            transition: opacity .4s ease-out, -webkit-transform .6s ease-out;
            transition: opacity .4s ease-out, transform .6s ease-out;
            transition: opacity .4s ease-out, transform .6s ease-out, -webkit-transform .6s ease-out;

    opacity: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover))
{
    .column-item > .thumbnail > img
    {
        width: 100%;
        height: 100%;

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

.column-item > .detail
{
    padding-right: 25px;
    padding-left: 25px;
}

@media screen and (max-width: 768px)
{
    .column-item > .detail
    {
        padding-right: 4vw;
        padding-bottom: 4.66667vw;
        padding-left: 4vw;
    }
}

.column-item > .detail > .category
{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 30px;

    position: relative;
    z-index: 1;

    width: 120px;
    height: 30px;
    margin-top: -15px;
    margin-left: -25px;

    text-align: center;
    letter-spacing: .1em;

    color: #fff;
}

@media screen and (max-width: 768px)
{
    .column-item > .detail > .category
    {
        font-size: 10px;
        font-size: 1rem;
        line-height: 6.66667vw;

        width: 26.66667vw;
        height: 6.66667vw;
        margin-top: -3.33333vw;
        margin-left: -4vw;
    }
}

.column-item > .detail > .category.-lifeplan
{
    background-color: #38c1f4;
}

.column-item > .detail > .category.-howto
{
    background-color: #f67375;
}

.column-item > .detail > .category.-datalab
{
    background-color: #7488eb;
}

.column-item > .detail > .category.-money
{
    color: #000;
    background-color: #ffe420;
}

.column-item > .detail > .date
{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1;

    margin-top: 15px;
    margin-bottom: 10px;

    color: #999;
}

@media screen and (max-width: 768px)
{
    .column-item > .detail > .date
    {
        font-size: 10px;
        font-size: 1rem;

        margin-top: 2.66667vw;
        margin-bottom: 1.33333vw;
    }
}

.column-item > .detail > .title
{
    font-weight: 500;
    line-height: 1.57143;

    color: #000;
}

@media screen and (max-width: 768px)
{
    .column-item > .detail > .title
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/* ====================================

    5. For IE

==================================== */
/* ====================================

    99. Vendor

==================================== */
