/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;

    border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;

    overflow: hidden;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

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

main
{
    display: block;
}

html
{
    font-size: 62.5%;

    overflow: auto;
}

*
{
    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

img
{
    display: block;

    width: 100%;
    height: auto;
}

*
{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;

    box-sizing: border-box;
    padding: 0;

    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;

    -webkit-appearance: none;
}

body
{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

/* Windows */

@font-face
{
    font-family: YuGothicM;
    font-weight: normal;

    src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face
{
    font-family: YuGothicM;
    font-weight: bold;

    src: local('YoGothic-Bold'), local('Yu Gothic'); /* Chrome用 */
}

img
{
    display: block;

    max-width: 100%;
    height: auto;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea
{
    touch-action: manipulation;
}

*
{
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;

    word-wrap: break-word;
    word-break: normal !important;

    line-break: strict;
    overflow-wrap: break-word;
}

body
{
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;

    word-break: break-all;

    color: #333;
}

a
{
    transition: .3s;
    text-decoration: none;

    color: #333;
}

a:hover
{
    opacity: .6;
}

.link
{
    text-decoration: underline;
}

li,
ul
{
    list-style: none;
}

/* ==========================================================================
  Font
  ========================================================================== */

/* ==========================================================================
  Foundation
  ========================================================================== */

/* ==========================================================================
  Layout
  ========================================================================== */

.inner
{
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.l-page
{
    position: relative;

    display: block;

    margin-top: -1px;
    padding-top: 1px;
}

.l-main
{
    position: relative;

    transition: .5s;
}

/* ==========================================================================
  Object
  ========================================================================== */

/* Components
  ----------------------------------------------------------------- */

.fadeUp
{
    animation-name: fadeUpAnime;
    animation-duration: 1.2s;

    opacity: 0;

    animation-fill-mode: forwards;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */

.fadeUpTrigger
{
    opacity: 0;
}

.fadeIn
{
    animation-name: fadeInAnime;
    animation-duration: 1.2s;

    opacity: 0;

    animation-fill-mode: forwards;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */

.fadeInTrigger
{
    opacity: 0;
}

.c-btn-wrap
{
    display: flex;
    flex-direction: column;

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

.c-btn-txt
{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;

    position: relative;

    display: block;

    margin-bottom: 17px;

    letter-spacing: .2rem;
}

.c-btn-txt::before,
.c-btn-txt::after
{
    position: absolute;
    top: 0;

    display: block;

    width: 3px;
    height: 25px;

    content: '';

    background-color: #749901;
}

.c-btn-txt::before
{
    left: -15px;

    transform: rotate(-45deg);
}

.c-btn-txt::after
{
    right: -15px;

    transform: rotate(45deg);
}

.c-btn-txt-underline
{
    position: relative;

    display: inline-block;
}

.c-btn-txt-underline::after
{
    position: absolute;
    bottom: -7px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

    background-color: #c7d699;
}

.c-btn
{
    position: relative;

    display: flex;

    width: 358px;
    height: 60px;

    letter-spacing: .1rem;

    color: #fff;
    border: 2px solid #749901;
    border-radius: 30px;
    background-color: #749901;

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

.c-btn:hover
{
    opacity: 1;
    color: #749901;
    background-color: #fff;
}

.c-btn::after
{
    position: absolute;
    top: 50%;
    right: 18px;

    display: block;

    width: 13px;
    height: 18px;

    content: '';
    transform: translateY(-50%);

    background: url(../images/icon_arrow_white.svg) no-repeat center center;
    background-size: contain;
}

.c-btn:hover::after
{
    background: url(../images/icon_arrow_green.svg) no-repeat center center;
}

.c-btn.--catalog
{
    position: relative;

    flex-direction: column;
}

.c-btn.--catalog .c-btn-free
{
    font-size: 1.6rem;

    position: absolute;
    top: 50%;
    left: 8px;

    display: flex;

    width: 51px;
    height: 51px;

    transform: translateY(-50%);
    letter-spacing: 0;

    color: #749901;
    border-radius: 50%;
    background-color: #fff;

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

.c-btn-main
{
    font-size: 2.2rem;
    font-weight: bold;
}

.c-btn.--catalog.--slide .c-btn-free
{
    font-size: 1.5rem;

    left: 10px;

    width: 45px;
    height: 45px;
}

.c-btn.--catalog.--slide .c-btn-main
{
    font-size: 2rem;

    margin-left: 20px;
}

.c-btn-wrap.--member .c-btn-txt
{
    font-size: 1.5rem;
    font-weight: normal;

    margin-bottom: 15px;

    letter-spacing: 0;

    color: #0065a7;
}

.c-btn-wrap.--member .c-btn-txt::before,
.c-btn-wrap.--member .c-btn-txt::after
{
    width: 3px;
    height: 20px;

    background-color: #0065a7;
}

.c-btn-wrap.--member .c-btn-txt::before
{
    left: -12px;
}

.c-btn-wrap.--member .c-btn-txt::after
{
    right: -12px;
}

.c-btn.--member
{
    width: 320px;

    border: 2px solid #0065a7;
    background-color: #0065a7;
}

.c-btn.--member:hover
{
    color: #0065a7;
    background-color: #fff;
}

.c-btn.--member:hover::after
{
    background: url(../images/icon_arrow_blue.svg) no-repeat center center;
}

.c-btn.--member .c-btn-main
{
    font-size: 1.6rem;
}

.c-bgcolor
{
    background-color: #f9f7ea;
}

.c-red
{
    color: #d31619;
}

.c-ttl
{
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.37;

    position: relative;

    text-align: center;
    letter-spacing: .2rem;
}

.c-ttl::before
{
    position: absolute;
    top: -55px;
    left: 50%;

    width: 38px;
    height: 38px;

    content: '';
    transform: translateX(-50%);

    background: url(../images/mark_ttl@2x.png) no-repeat center center;
    background-size: contain;
}

.c-top-sec
{
    padding-top: 80px;
    padding-bottom: 80px;
}

.c-marker
{
    background: linear-gradient(transparent 70%, #ffe558 70%);
}

.c-strong
{
    font-weight: bold;
}

/* Project
  ----------------------------------------------------------------- */

.p-footer
{
    position: relative;

    height: 34px;

    color: #fff;
    background-color: #749901;
}

.p-footer__copyright
{
    font-size: 1.3rem;
    line-height: 34px;

    width: 100%;

    text-align: center;
    letter-spacing: .2rem;
}

.p-header
{
    z-index: 999;

    display: flex;

    width: 100%;
    height: 100px;

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

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

.p-header__logo
{
    width: 124px;
}

.p-top__catalog
{
    padding: 45px 0;

    background: url(../images/catalog_bg@2x.jpg) no-repeat center center;
    background-size: cover;
}

.p-top__catalog .inner
{
    display: flex;

    max-width: 1000px;
    padding: 36px 60px;

    background-color: #fff;

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

.p-top__catalog-left
{
    width: 480px;
}

.p-top__catalog-ttl
{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.85;

    position: relative;

    display: block;

    width: -moz-max-content;

    width: max-content;
    margin-right: auto;
    margin-left: auto;

    text-align: center;
    letter-spacing: .2rem;
}

.p-top__catalog-ttl::after
{
    position: absolute;
    right: -27px;
    bottom: 23px;

    width: 46px;
    height: 46px;

    content: '';

    background: url(../images/icon_line@2x.png) no-repeat center center;
    background-size: contain;
}

.p-top__catalog-btn-wrap
{
    margin-top: 35px;
}

.p-top__catalog-btn-wrap .c-btn-txt
{
    font-size: 2rem;
    font-weight: normal;

    letter-spacing: 0;

    color: #749901;
}

.p-top__catalog-right
{
    width: 330px;
    padding-right: 60px;
}

.slider.slider_ctlg
{
    width: 330px;
    height: 447px;
}

.slider.slider_ctlg li
{
    display: block;
}

.slider.slider_ctlg li img
{
    width: 100%;
}

.slider_ctlg .slick-arrow
{
    font-size: 0;

    position: absolute;
    z-index: 1;
    top: calc(50% - 15px);

    width: 30px;
    height: 30px;

    cursor: pointer;

    border: 1px solid #749901;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
}

.slider_ctlg .slick-arrow::before
{
    position: absolute;
    top: 9px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';
    transform: rotate(45deg);

    border: 1px solid #749901;
    border-width: 2px 2px 0 0;
}

.slider_ctlg .slick-next
{
    right: -15px;
}

.slider_ctlg .slick-prev
{
    left: -15px;
}

.slider_ctlg .slick-next::before
{
    left: 7px;
}

.slider_ctlg .slick-prev::before
{
    right: 7px;

    border-width: 0 0 2px 2px;
}

.p-top__idea
{
    padding-top: 122px;
    padding-bottom: 80px;

    background-image: url(../images/bg_dot1@2x.png), url(../images/bg_dot3@2x.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right -60px top -89px, left -130px top 838px;
    background-size: 320px 320px, 380px 380px;
}

.p-top__idea-read
{
    font-size: 1.8rem;
    line-height: 1.66;

    margin-top: 35px;

    text-align: center;
}

.p-top__idea-suggest
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}

.p-top__idea-suggest-ttl
{
    font-size: 2rem;
    font-weight: 600;

    position: relative;

    display: flex;

    width: 297px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;

    letter-spacing: .2rem;

    border: 2px solid #e3ebcc;
    background-color: #fff;

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

.p-top__idea-suggest-ttl::before
{
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 2px solid #e3ebcc;
}

.p-top__idea-suggest-slide
{
    margin-top: 25px;
}

.slider_idea
{
    display: flex;

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

.slider_idea li
{
    width: 380px;
}

.slider_idea-subttl
{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;

    margin-top: 20px;

    letter-spacing: .2rem;

    color: #749901;
}

.slider_idea-txt
{
    font-size: 1.5rem;
    line-height: 1.73;

    margin-top: 15px;
}

.p-top__member
{
    padding: 60px 0 70px;

    background-color: #e3ebcc;
}

.p-top__member .inner
{
    max-width: 980px;
}

.p-top__member-ttl
{
    font-weight: 600;
    line-height: 1;

    position: relative;

    display: flex;
    flex-direction: column;

    width: -moz-max-content;

    width: max-content;
    margin-right: auto;
    margin-left: auto;

    letter-spacing: .2rem;

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

.p-top__member-ttl-sub
{
    font-size: 2rem;

    color: #0065a7;
}

.p-top__member-ttl-main
{
    font-size: 3rem;

    position: relative;

    display: block;

    width: -moz-max-content;

    width: max-content;
    margin-top: 8px;
}

.p-top__member-ttl-main::before,
.p-top__member-ttl-main::after
{
    position: absolute;
    top: 50%;

    width: 20px;
    height: 46px;

    content: '';
    transform: translateY(-50%);
}

.p-top__member-ttl-main::before
{
    left: -40px;

    background: url(../images/icon_member_l@2x.png) no-repeat center center;
    background-size: contain;
}

.p-top__member-ttl-main::after
{
    right: -40px;

    background: url(../images/icon_member_r@2x.png) no-repeat center center;
    background-size: contain;
}

.p-top__member-list
{
    display: flex;

    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;

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

.p-top__member-list li
{
    position: relative;

    display: block;

    width: 480px;
    height: 146px;
    padding: 27px 0 30px;

    text-align: center;

    border: 1px solid #749901;
    background-color: #fff;
}

.p-top__member-list-num
{
    font-size: 3rem;
    line-height: 1;

    position: absolute;
    top: 10px;
    left: 10px;

    display: flex;

    width: 52px;
    height: 52px;

    color: #749901;
    background-color: #f9f7ea;

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

.p-top__member-list-sub
{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;

    color: #749901;
}

.p-top__member-list-main
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;

    margin-top: 12px;

    letter-spacing: .2rem;
}

.p-top__member-list-img
{
    position: absolute;
    right: 10px;
    bottom: 10px;

    width: 91px;
}

.p-top__member-btn-wrap
{
    margin-top: 30px;
}

.p-top__mv
{
    display: block;

    width: 100%;
    height: 600px;

    transition: .2s;

    background: url(../images/mv_bg@2x.jpg) no-repeat center center;
    background-size: cover;
}

.p-top__mv .inner
{
    position: relative;

    max-width: 1240px;
    padding-top: 1px;

    color: #fff;
}

.p-top__mv-ttl
{
    margin-top: 83px;
}

.p-top__mv-sub
{
    position: relative;
    z-index: 0;
}

.p-top__mv-sub-en
{
    font-size: 1.8rem;
    line-height: 1;

    letter-spacing: .2rem;

    color: #c7d699;
}

.p-top__mv-sub-jp
{
    font-size: 2.6rem;
    font-weight: 600;

    position: relative;

    display: flex;

    width: 212px;
    height: 49px;
    margin-top: 8px;

    background-color: #749901;

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

.p-top__mv-sub-jp::before,
.p-top__mv-sub-jp::after
{
    position: absolute;

    content: '';
}

.p-top__mv-sub-jp::before
{
    z-index: -1;
    top: 5px;
    left: 5px;

    display: block;

    width: 100%;
    height: 100%;

    border: 1px solid #c7d699;
}

.p-top__mv-sub-jp::after
{
    bottom: -12px;
    left: 50%;

    width: 0;
    height: 0;

    transform: translateX(-50%);

    border-width: 12px 7px 0 7px;
    border-style: solid;
    border-color: #749901 transparent transparent transparent;
}

.p-top__mv-main
{
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.33;

    margin-top: 22px;
    margin-left: 8px;

    letter-spacing: .25rem;
}

.p-top__mv-btn-wrap
{
    width: 460px;
    margin-top: 60px;
    margin-left: 5px;
}

.p-top__mv-btn
{
    width: 460px;
    height: 68px;

    border-radius: 34px;
}

.p-top__plan-ex
{
    position: relative;

    margin-top: 118px;
    padding: 64px 83px 45px;

    border: 1px solid #749901;
    background-color: #e3ebcc;
}

.p-top__plan-ex-ttl
{
    font-size: 2rem;
    font-weight: 600;

    position: absolute;
    top: -19px;
    left: 50%;

    display: flex;

    width: 531px;
    height: 38px;

    transform: translateX(-50%);
    letter-spacing: .2rem;

    color: #fff;
    border-radius: 19px;
    background-color: #749901;

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

.p-top__plan-ex-list
{
    display: flex;

    width: 100%;

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

.p-top__plan-ex-list li
{
    width: 480px;
}

.p-top__plan-ex-head
{
    display: flex;

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

.p-top__plan-ex-mark
{
    width: 110px;
}

.p-top__plan-ex-head-txt
{
    width: calc(100% - 15px - 110px);
}

.p-top__plan-ex-head-case
{
    width: 51px;
}

.p-top__plan-ex-head-ttl
{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.45;

    margin-top: 10px;
}

.p-top__plan-ex-img
{
    width: 480px;
    margin-top: 30px;
}

.p-top__plan-ex-list li:first-child .p-top__plan-ex-img
{
    width: 474px;
}

.p-top__plan-ex-txt
{
    font-size: 1.5rem;
    line-height: 1.86;

    margin-top: 20px;
}

.p-top__plan
{
    padding-top: 130px;
    padding-bottom: 80px;

    background-color: #f9f7ea;
    background-image: url(../images/bg_dot1@2x.png), url(../images/bg_dot2@2x.png), url(../images/bg_dot1@2x.png), url(../images/bg_dot2@2x.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 39px top 5px, right -100px top 263px, left 63px top 574px, left -83px top 318px;
    background-size: 326px 326px, 380px 380px, 338px 338px, 367px 367px;
}

.p-top__plan-request
{
    display: flex;

    max-width: 850px;
    margin-top: 40px;

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

.p-top__plan-request li
{
    position: relative;

    display: block;

    width: 400px;

    border: 1px solid #c7d699;
    background-color: #fff;
}

.p-top__plan-request li::after
{
    position: absolute;
    bottom: -51px;
    left: 50%;

    width: 17px;
    height: 31px;

    content: '';
    transform: translateX(-50%);

    background: url(../images/realize_icon_arrow@2x.png) no-repeat center center;
    background-size: contain;
}

.p-top__plan-request-txt
{
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.64;

    margin-top: 12px;
    margin-bottom: 12px;

    text-align: center;
}

.p-top__plan-realize
{
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.88;

    width: 100%;
    max-width: 850px;
    margin-top: 71px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;

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

    color: #fff;
    border-radius: 10px;
    background-color: #749901;
    background-image: radial-gradient(#fff 4%, transparent 5%);
    background-size: 22px 22px;
}

.p-top__plan-realize-txt
{
    position: relative;

    display: block;

    width: -moz-max-content;

    width: max-content;
    margin-right: auto;
    margin-left: auto;
}

.p-top__plan-realize-txt::after
{
    position: absolute;
    right: -27px;
    bottom: 23px;

    width: 46px;
    height: 46px;

    content: '';

    background: url(../images/icon_line@2x.png) no-repeat center center;
    background-size: contain;
}

.p-top__plan-realize-underline
{
    position: relative;

    display: inline-block;
}

.p-top__plan-realize-underline::after
{
    position: absolute;
    bottom: 3px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

    background-color: #c7d699;
}

/* Utility
  ----------------------------------------------------------------- */

.u-cta
{
    position: relative;

    width: 100%;
    height: 390px;

    text-align: center;

    color: #fff;
    background: url(/assets/images/common/cta_bg.jpg) no-repeat center center;
    background-size: cover;
}

.u-cta::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .6);
}

.u-cta .inner
{
    position: inherit;
    z-index: 2;
}

.u-cta__ttl
{
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;

    margin-bottom: 40px;
}

.u-cta__txt
{
    margin-bottom: 40px;
}

.u-cta__btn
{
    width: 300px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;

    color: #fff;
    border-color: #fff;
    border-radius: 30px;
    background-color: unset;
}

.u-cta__btn::after
{
    background: url(/assets/images/common/btn_aroow_white.svg) no-repeat center center;
}

.pt10
{
    padding-top: 10px;
}

.pt20
{
    padding-top: 20px;
}

.pt30
{
    padding-top: 30px;
}

.pt40
{
    padding-top: 40px;
}

.pt50
{
    padding-top: 50px;
}

.pt60
{
    padding-top: 60px;
}

.pt80
{
    padding-top: 80px;
}

.pt110
{
    padding-top: 110px;
}

.mb10
{
    margin-bottom: 10px;
}

.mb20
{
    margin-bottom: 20px;
}

.mb30
{
    margin-bottom: 30px;
}

.mb40
{
    margin-bottom: 40px;
}

.mb50
{
    margin-bottom: 50px;
}

.mb60
{
    margin-bottom: 60px;
}

.mb70
{
    margin-bottom: 70px;
}

.mb80
{
    margin-bottom: 80px;
}

.mb100
{
    margin-bottom: 100px;
}

.fs10
{
    font-size: 10px;
    font-size: 1rem;
}

.fs12
{
    font-size: 12px;
    font-size: 1.2rem;
}

.fs14
{
    font-size: 14px;
    font-size: 1.4rem;
}

.fs15
{
    font-size: 15px;
    font-size: 1.5rem;
}

.fs16
{
    font-size: 16px;
    font-size: 1.6rem;
}

.fs18
{
    font-size: 18px;
    font-size: 1.8rem;
}

.fs20
{
    font-size: 20px;
    font-size: 2rem;
}

.fs24
{
    font-size: 24px;
    font-size: 2.4rem;
}

.fs30
{
    font-size: 30px;
    font-size: 3rem;
}

.fs32
{
    font-size: 32px;
    font-size: 3.2rem;
}

.fs40
{
    font-size: 40px;
    font-size: 4rem;
}

.fs50
{
    font-size: 50px;
    font-size: 5rem;
}

.fs60
{
    font-size: 60px;
    font-size: 6rem;
}

.fw-b
{
    font-weight: bold;
}

.shadow
{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.shadow-md
{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.shadow-lg
{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.shadow-xl
{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.shadow-none
{
    box-shadow: none;
}

/* plugin
  ----------------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 768px)
{
    .u-hidden-pc
    {
        display: none;
    }
}

@media screen and (max-width: 1260px)
{
    .inner
    {
        padding-right: 30px;
        padding-left: 30px;
    }

    .inner.--nest
    {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px)
{
    .p-top__catalog .inner
    {
        padding: 36px 0;
    }
}

@media screen and (max-width: 960px)
{
    .p-top__plan-ex-list li:not(:first-child)
    {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px)
{
    .inner
    {
        padding-right: 18px;
        padding-left: 18px;
    }

    .c-btn-txt
    {
        font-size: 1.4rem;

        margin-bottom: 14px;

        letter-spacing: .1rem;
    }

    .c-btn-txt::before,
    .c-btn-txt::after
    {
        height: 17px;
    }

    .c-btn-txt::before
    {
        left: -10px;

        transform: rotate(-45deg);
    }

    .c-btn-txt::after
    {
        right: -10px;

        transform: rotate(45deg);
    }

    .c-btn-txt-underline::after
    {
        bottom: -6px;
    }

    .c-btn
    {
        height: 56px;

        border-radius: 28px;
    }

    .c-btn::after
    {
        width: 11px;
        height: 13px;
    }

    .c-btn.--catalog .c-btn-free
    {
        font-size: 1.3rem;

        top: 50%;
        left: 8px;

        width: 41px;
        height: 41px;
    }

    .c-btn-main
    {
        font-size: 1.5rem;

        margin-left: 10px;
    }

    .c-btn.--slide
    {
        width: 280px;
    }

    .c-btn.--catalog.--slide .c-btn-free
    {
        font-size: 1.3rem;

        left: 8px;

        width: 41px;
        height: 41px;
    }

    .c-btn.--catalog.--slide .c-btn-main
    {
        font-size: 1.5rem;

        margin-left: 20px;
    }

    .c-btn.--member
    {
        height: 60px;

        border-radius: 30px;
    }

    .c-btn.--member .c-btn-main
    {
        font-size: 1.5rem;
    }

    .c-ttl
    {
        font-size: 2rem;
        line-height: 1.5;

        letter-spacing: .1rem;
    }

    .c-ttl::before
    {
        top: -46px;

        width: 37px;
        height: 37px;
    }

    .c-top-sec
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-footer
    {
        height: 45px;
    }

    .p-footer__copyright
    {
        font-size: 1.1rem;
        line-height: 1.36;

        padding-top: 6px;

        letter-spacing: .1rem;
    }

    .p-top__catalog
    {
        padding: 80px 27px 60px;

        background: url(../images/catalog_bg_sp@2x.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-top__catalog .inner
    {
        flex-direction: column;

        padding: 30px 20px;
    }

    .p-top__catalog-left
    {
        width: 100%;
    }

    .p-top__catalog-ttl
    {
        font-size: 1.7rem;
        line-height: 1.52;

        letter-spacing: .1rem;
    }

    .p-top__catalog-ttl::after
    {
        right: -13px;
        bottom: 12px;

        width: 23px;
        height: 23px;
    }

    .p-top__catalog-right
    {
        width: 100%;
        margin-top: 23px;
        padding-right: 0;
    }

    .slider.slider_ctlg
    {
        width: 225px;
        height: 306px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-top__catalog-btn-wrap
    {
        margin-top: 24px;
    }

    .p-top__catalog-btn-wrap .c-btn-txt
    {
        font-size: 1.4rem;
    }

    .p-top__idea
    {
        padding-top: 107px;

        background-image: url(../images/bg_dot1@2x.png), url(../images/bg_dot2@2x.png);
        background-repeat: no-repeat, no-repeat;
        background-position: right -116px top -83px, left -137px bottom 361px;
        background-size: 214px 214px, 248px 248px;
    }

    .p-top__idea-read
    {
        font-size: 1.3rem;
        line-height: 1.84;

        margin-top: 25px;
    }

    .p-top__idea-suggest
    {
        margin-top: 50px;
    }

    .p-top__idea-suggest-ttl
    {
        font-size: 1.6rem;

        width: 210px;
        height: 43px;

        letter-spacing: .1rem;
    }

    .p-top__idea-suggest-slide
    {
        margin-top: 20px;
    }

    .slider_idea-subttl
    {
        padding: 0 38px;

        letter-spacing: .1rem;
    }

    .slider_idea-txt
    {
        font-size: 1.3rem;
        line-height: 1.84;

        margin-top: 12px;
        padding: 0 38px;
    }

    .slider_idea .slick-arrow
    {
        font-size: 0;

        position: absolute;
        z-index: 1;
        top: calc((100% - 140px) / 2 - 17px);

        width: 35px;
        height: 35px;

        cursor: pointer;

        border: 1px solid #749901;
        border-radius: 50%;
        outline: none;
        background-color: #fff;

        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
    }

    .slider_idea .slick-arrow::before
    {
        position: absolute;
        top: 12px;

        display: block;

        width: 8px;
        height: 8px;

        content: '';
        transform: rotate(45deg);

        border: 1px solid #749901;
        border-width: 2px 2px 0 0;
    }

    .slider_idea .slick-next
    {
        right: 10px;
    }

    .slider_idea .slick-prev
    {
        left: 10px;
    }

    .slider_idea .slick-next::before
    {
        left: 10px;
    }

    .slider_idea .slick-prev::before
    {
        right: 10px;

        border-width: 0 0 2px 2px;
    }

    .p-top__member
    {
        padding: 50px 0 60px;
    }

    .p-top__member-ttl
    {
        letter-spacing: .1rem;
    }

    .p-top__member-ttl-sub
    {
        font-size: 1.7rem;
    }

    .p-top__member-ttl-main
    {
        font-size: 2.2rem;

        margin-top: 9px;
    }

    .p-top__member-ttl-main::before
    {
        left: -30px;
    }

    .p-top__member-ttl-main::after
    {
        right: -30px;
    }

    .p-top__member-list
    {
        flex-direction: column;

        margin-top: 45px;
    }

    .p-top__member-list li
    {
        width: 100%;
        height: auto;
        min-height: 142px;
        padding: 40px 25px;

        text-align: left;
    }

    .p-top__member-list li:not(:first-child)
    {
        margin-top: 30px;
    }

    .p-top__member-list-num
    {
        font-size: 2.1rem;

        top: -20px;
        left: calc(50% - 20px);

        width: 40px;
        height: 40px;
    }

    .p-top__member-list-sub
    {
        font-size: 1.2rem;

        margin-left: 83px;
    }

    .p-top__member-list-main
    {
        font-size: 1.8rem;
        line-height: 1.4;

        margin-top: 5px;
        margin-left: 83px;

        letter-spacing: .1rem;
    }

    .p-top__member-list-img
    {
        top: 32px;
        right: unset;
        bottom: unset;
        left: 17px;

        width: 78px;
    }

    .p-top__mv
    {
        height: 520px;

        background: url(../images/mv_bg_sp@2x.jpg) no-repeat center center;
        background-size: cover;
    }

    .p-top__mv-ttl
    {
        margin-top: 79px;
    }

    .p-top__mv-sub-en
    {
        font-size: 1.2rem;

        text-align: center;
    }

    .p-top__mv-sub-jp
    {
        font-size: 1.8rem;

        width: 152px;
        height: 35px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-top__mv-sub-jp::before
    {
        top: 3px;
        left: 3px;
    }

    .p-top__mv-sub-jp::after
    {
        bottom: -10px;

        border-width: 10px 9px 0 9px;
    }

    .p-top__mv-main
    {
        font-size: 3.2rem;

        margin-top: 19px;

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

    .p-top__mv-btn-wrap
    {
        width: 300px;
        margin-top: 90px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-top__mv-btn
    {
        width: 300px;
    }

    .p-top__plan-ex
    {
        margin-top: 92px;
        padding-top: 48px;
        padding-bottom: 80px;

        border: none;
    }

    .p-top__plan-ex-ttl
    {
        font-size: 1.6rem;

        top: -15px;

        width: 260px;
        height: 30px;

        letter-spacing: .1rem;

        border-radius: 15px;
    }

    .p-top__plan-ex-list li
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-top__plan-ex-mark
    {
        width: 80px;
    }

    .p-top__plan-ex-head-txt
    {
        width: calc(100% - 11px - 80px);
    }

    .p-top__plan-ex-head-case
    {
        width: 37px;
    }

    .p-top__plan-ex-head-ttl
    {
        font-size: 1.6rem;
        line-height: 1.37;

        margin-top: 7px;
    }

    .p-top__plan-ex-img
    {
        width: 340px;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-top__plan-ex-list li:first-child .p-top__plan-ex-img
    {
        width: 340px;
    }

    .p-top__plan-ex-txt
    {
        font-size: 1.3rem;

        margin-top: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .p-top__plan
    {
        padding-top: 106px;
        padding-bottom: 0;

        background-image: url(../images/bg_dot1@2x.png), url(../images/bg_dot2@2x.png), url(../images/bg_dot1@2x.png);
        background-repeat: no-repeat, no-repeat;
        background-position: right -71px top -84px, left -82px top 542px;
        background-size: 190px 190px, 210px 210px;
    }

    .p-top__plan-request
    {
        margin-top: 31px;
    }

    .p-top__plan-request li
    {
        width: calc((100% - 10px) / 2);
    }

    .p-top__plan-request li::after
    {
        bottom: -30px;

        width: 11px;
        height: 20px;
    }

    .p-top__plan-request-txt
    {
        font-size: 1.2rem;
        line-height: 1.25;

        margin-top: 10px;
        margin-bottom: 12px;
    }

    .p-top__plan-realize
    {
        font-size: 1.7rem;
        line-height: 2.17;

        width: calc(100% - 36px);
        margin-top: 40px;
        padding: 26px 0;
    }

    .p-top__plan-realize-txt
    {
        line-height: 2.17;
    }

    .p-top__plan-realize-txt::after
    {
        right: -15px;
        bottom: 20px;

        width: 34px;
        height: 28px;

        background: url(../images/icon_line_sp@2x.png) no-repeat center center;
        background-size: contain;
    }

    .p-top__plan-realize-underline::after
    {
        bottom: 3px;
    }

    .u-cta
    {
        height: 320px;
    }

    .u-cta .inner
    {
        max-width: 400px;
    }

    .u-cta__ttl
    {
        font-size: 2.2rem;

        margin-bottom: 25px;
    }

    .u-cta__txt
    {
        margin-bottom: 25px;

        text-align: left;
    }

    .u-hidden-sp
    {
        display: none;
    }
}

@media screen and (max-width: 600px)
{
    .pt60
    {
        padding-top: 32px;
    }

    .pt80
    {
        padding-top: 40px;
    }

    .mb80
    {
        margin-bottom: 40px;
    }
}

@keyframes fadeUpAnime
{
    from
    {
        transform: translateY(50px);

        opacity: 0;
    }

    to
    {
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fadeInAnime
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}
