@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

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

ul,
ol
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/*! change colours to suit your needs */
ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

/*! change colours to suit your needs */
mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

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

/*! change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

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

input,
select
{
    vertical-align: middle;
}

main
{
    display: block;
}

/* Base
   ----------------------------------------------------------------- */
html
{
    font-size: 62.5%;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;

    letter-spacing: 0;
    word-wrap: break-word;
    word-break: normal;

    color: #624d2f;

    -webkit-text-size-adjust: 100%;
}

body.is-fixed
{
    position: fixed;

    width: 100%;
    height: 100%;
}

a
{
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    text-decoration: none;

    color: #624d2f;
}

a:hover
{
    opacity: .8;
}

p
{
    line-height: 1.5;
}

/* フルードイメージにします。 */
img
{
    max-width: 100%;
    height: auto;

    vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$='.svg']
{
    width: 100%;
    height: auto;
}

code,
pre
{
    font-family: Consolas, Menlo, Courier, monospace;
}

/* Container
   ----------------------------------------------------------------- */
.l-container
{
    overflow: hidden;
}

@media screen and (min-width: 768px)
{
    .l-main__inner
    {
        position: relative;

        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .l-main__inner
    {
        position: relative;

        padding-right: 20px;
        padding-left: 20px;
    }
}
.l-main__bg
{
    background: linear-gradient(102.95deg, #fffdf4 19.2%, #fffbee 78.66%);
}

/* btn
-------------------------------------------------------------------------- */
.c-btn
{
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;

    position: relative;

    display: block;

    width: 265px;
    padding: 16px 0 12px 40px;

    cursor: pointer;
    -webkit-transition: ease .2s;
    transition: ease .2s;
    text-align: center;
    letter-spacing: 0;

    color: #fff;
    border-radius: 8px;
    background: #47b125;
    -webkit-box-shadow: 0 4px 0 #ffff54;
            box-shadow: 0 4px 0 #ffff54;
}

@media screen and (max-width: 767px)
{
    .c-btn
    {
        font-size: 16px;
        font-size: 1.6rem;

        width: 247px;
        padding: 14px 0 13px 34px;

        -webkit-box-shadow: 0 3px 0 #ffff54;

                box-shadow: 0 3px 0 #ffff54;
    }
}
.c-btn::before
{
    position: absolute;
    top: 14px;
    left: 20px;

    width: 31px;
    height: 32px;

    content: '';

    background: transparent url(./../image/line-icon.svg) no-repeat top center/cover;
}

@media screen and (max-width: 767px)
{
    .c-btn::before
    {
        top: 14px;
        left: 22px;

        width: 28px;
        height: 28px;
    }
}
.c-drawer
{
    display: none;
    /* チェックボックスは非表示に */
    /* ハンバーガーアイコンの設置スペース */
    /* ハンバーガーメニューのアイコン */
    /* 三本線のうち一番上の棒の位置調整 */
    /* 三本線のうち一番下の棒の位置調整 */
    /* アイコンがクリックされたら真ん中の線を透明にする */
    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    /* メニューのデザイン*/
    /* メニューを閉じるための要素のデザイン*/
}

@media screen and (max-width: 1023px)
{
    .c-drawer
    {
        position: fixed;
        z-index: 100;
        top: 25px;
        right: 22px;

        display: block;
    }
}
.c-drawer__hidden
{
    display: none;
}

.c-drawer__open
{
    position: relative;
    z-index: 103;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 43px;
    height: 30px;
    margin: auto 0 auto auto;
    /* 重なり順を一番下に */

    cursor: pointer;

    background-color: transparent;

    -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: 767px)
{
    .c-drawer__open
    {
        width: 32px;
    }
}
.c-drawer__open span,
.c-drawer__open span::before,
.c-drawer__open span::after
{
    position: absolute;

    display: block;

    width: 30px;
    height: 3px;

    content: '';
    -webkit-transition: .5s;
    transition: .5s;

    background: #000;
}

.c-drawer__open span::before
{
    bottom: 11px;
}

.c-drawer__open span::after
{
    top: 11px;
}

.c-drawer #drawer-check:checked ~ .c-drawer__open span
{
    background: rgba(0, 0, 0, 0);
}

.c-drawer #drawer-check:checked ~ .c-drawer__open span::before
{
    bottom: 0;

    -webkit-transform: rotate(45deg);

            transform: rotate(45deg);
}

.c-drawer #drawer-check:checked ~ .c-drawer__open span::after
{
    top: 0;

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

            transform: rotate(-45deg);
}

.c-drawer #drawer-check:checked ~ .c-drawer__content
{
    left: 0;
}

.c-drawer__content
{
    /* ここの割合を小さくすると閉じる部分の領域が広がる */
    position: fixed;
    z-index: 102;
    top: 0;
    left: 100%;

    overflow-y: scroll;

    width: 100%;
    height: 100%;
    height: 100%;
    padding: 70px 0;

    -webkit-transition: all .5s;

    transition: all .5s;
    /* 重なり順を一番上に */

    background: linear-gradient(90.73deg, #ac7931 1.01%, #c9a168 48.94%, #ac7931 98.9%);
}

@media screen and (max-width: 767px)
{
    .c-drawer__content
    {
        padding: 80px 0;
    }
}
.c-drawer__close
{
    position: fixed;
    /* 閉じるための要素を画面外へ */
    z-index: 101;
    top: 0;
    left: 100%;

    width: 100%;
    height: 100%;
    /* 重なり順をメニューより下に*/

    -webkit-transition: .5s;

    transition: .5s;

    background: transparent;
}

.c-drawer #drawer-check:checked ~ .c-drawer__close
{
    left: 0;
    /* 閉じるための要素を画面内へ */
}

.c-drawer__lists
{
    margin-bottom: 36px;
}

.c-drawer__list
{
    font-family: 'Zen Old Mincho', serif;
    font-size: 20px;
    font-size: 2rem;

    display: block;

    padding: 10px 15px;

    color: #fff;
    border-bottom: 1px solid #fff;
}

.c-drawer__list a
{
    color: inherit;
}

.c-drawer__btn
{
    display: block;

    width: 300px;
    margin-right: auto;
    margin-left: auto;
}

.c-heading__back
{
    font-family: 'Zen Old Mincho', serif;
    font-size: 38px;
    font-size: 3.8rem;

    width: 100%;
    padding: 12px 0;

    text-align: center;

    color: #fff;
    background: linear-gradient(90.73deg, #ac7931 1.01%, #c9a168 48.94%, #ac7931 98.9%);
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 767px)
{
    .c-heading__back
    {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.c-heading__back-2
{
    font-family: 'Zen Old Mincho', serif;
    font-size: 38px;
    font-size: 3.8rem;

    max-width: 566px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 0;

    text-align: center;

    background: linear-gradient(90.62deg, #ede9db .04%, #fff 48.05%, #ede9db 98.1%);
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 767px)
{
    .c-heading__back-2
    {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.c-heading__back-2 span
{
    background: linear-gradient(90.73deg, #ac7931 1.01%, #c9a168 48.94%, #ac7931 98.9%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.c-heading__simple
{
    font-family: 'Zen Old Mincho', serif;
    font-size: 38px;
    font-size: 3.8rem;

    text-align: center;

    background: linear-gradient(90.73deg, #ac7931 1.01%, #c9a168 48.94%, #ac7931 98.9%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px)
{
    .c-heading__simple
    {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.c-heading__object
{
    font-family: 'Zen Old Mincho', serif;
    font-size: 34px;
    font-size: 3.4rem;

    position: relative;

    margin-right: auto;
    margin-left: auto;

    text-align: center;

    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .1);

            box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 767px)
{
    .c-heading__object
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
.c-heading__object .body
{
    position: relative;
    z-index: 10;

    padding: 15px 10px;

    background: linear-gradient(90.62deg, #ede9db .04%, #fff 48.05%, #ede9db 98.1%);
}

@media screen and (max-width: 767px)
{
    .c-heading__object .body
    {
        padding: 10px;
    }
}
.c-heading__object .text
{
    position: relative;

    color: transparent;
    background: linear-gradient(90.73deg, #ac7931 1.01%, #c9a168 48.94%, #ac7931 98.9%);
    -webkit-background-clip: text;
            background-clip: text;
}

.c-heading__object .left,
.c-heading__object .right
{
    position: absolute;
    z-index: 1;
    bottom: -55px;

    width: 127px;
}

@media screen and (max-width: 767px)
{
    .c-heading__object .left,
    .c-heading__object .right
    {
        bottom: -37px;

        width: 87px;
    }
}
.c-heading__object .left
{
    left: -96px;
}

@media screen and (max-width: 767px)
{
    .c-heading__object .left
    {
        left: -56px;
    }
}
.c-heading__object .right
{
    right: -96px;
}

@media screen and (max-width: 767px)
{
    .c-heading__object .right
    {
        right: -56px;
    }
}
.c-margin__top-bottom
{
    margin-top: 100px;
    margin-bottom: 100px;
}

.c-padding__top-bottom
{
    padding-top: 74px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px)
{
    .c-padding__top-bottom
    {
        padding-top: 52px;
        padding-bottom: 70px;
    }
}
.c-card__cards
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (min-width: 1024px)
{
    .c-card__card
    {
        width: calc(33.3333333% - 15.3333333333px);
    }

    .c-card__card:nth-of-type(n + 2)
    {
        margin-left: 23px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .c-card__card
    {
        width: calc(50% - 11.5px);
    }

    .c-card__card:not(:nth-of-type(2n + 1))
    {
        margin-left: 23px;
    }

    .c-card__card:nth-of-type(n + 3)
    {
        margin-top: 23px;
    }
}
@media screen and (max-width: 767px)
{
    .c-card__card:nth-of-type(n + 2)
    {
        margin-top: 30px;
    }
}
.c-card__img
{
    position: relative;

    overflow: hidden;

    height: 256px;
}

@media screen and (max-width: 1023px)
{
    .c-card__img
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .c-card__img
    {
        width: 80%;
        height: 48vw;
        margin-right: auto;
        margin-left: auto;
    }
}
.c-card__img img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
}

.c-card__title
{
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.7;

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

    background: linear-gradient(90.73deg, #ac7931 1.01%, #c9a168 48.94%, #ac7931 98.9%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1024px)
{
    .c-card__title
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 152px;

        -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: 1023px)
{
    .c-card__title
    {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px)
{
    .c-card__title
    {
        font-size: 21px;
        font-size: 2.1rem;
    }
}
.c-card__text
{
    line-height: 1.65;

    letter-spacing: .06em;
}

@media screen and (max-width: 1023px)
{
    .pc
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .pc_tb
    {
        display: none;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .pc_sp
    {
        display: none;
    }
}
@media screen and (min-width: 1024px)
{
    .tb
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .tb
    {
        display: none;
    }
}
@media screen and (min-width: 1024px)
{
    .tb_sp
    {
        display: none;
    }
}
@media screen and (min-width: 768px)
{
    .sp
    {
        display: none;
    }
}
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* utility
   ----------------------------------------------------------------- */
/* ==========================================================================
   page 下層ページ共通部分
   ========================================================================== */
