/*foundation*/

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

*
{
    font-family: -apple-system,YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 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: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, 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;

    width: 100%;
    height: auto;
}

*
{
    font-size: 1.5rem;
    line-height: 150%;

    box-sizing: border-box;

    color: #3e3a39;
    background-clip: padding-box;
}

/*layout*/

.l-footer__box__address
{
    font-weight: bold;
}

.l-footer__box__sub-title
{
    font-weight: bold;
}

.l-footer__box__list__item
{
    font-weight: bold;
}

.l-footer__copy
{
    font-weight: bold;

    text-align: center;
}

/*object*/

.c-title
{
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.c-title::before
{
    display: inline-block;

    height: 100px;
    margin-top: -100px;

    content: '';
    vertical-align: top;
}

.c-fade-up
{
    transition: opacity .7s;
    transition: transform .7s;
}

.p-index__main-visual
{
    position: relative;
}

.p-index__main-visual__text
{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.p-index__main-visual__text img
{
    width: 100%;
}

.p-index__wrap
{
    background: url('../images/bg_01.png');
    background-color: #f9d3cd;
    background-repeat: no-repeat;
    background-size: contain;
}

.p-index__section-lv1__news__list__item a
{
    line-height: 1;

    display: inline-block;

    margin: -1px;
    margin-left: 30px;

    border-bottom: 1px solid #3e3a39;
}

.p-index__section-lv1__recruit
{
    background-color: white;
}

.p-index__section-lv3__sub-lv1
{
    font-weight: bold;

    position: relative;
    z-index: 3;

    text-align: center;
}

.p-index__section-lv3__sub-lv1 span
{
    display: inline-block;
}

.p-index__section-lv3__sub-lv1::after
{
    position: absolute;
    z-index: -1;
    left: 50%;

    display: block;

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

    background-color: #fdede4;
}

.p-index__section-lv3__sub-lv2
{
    position: relative;

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

.p-index__section-lv3__sub-lv2__box
{
    width: 100%;

    text-align: center;
}

.p-index__section-lv3__sub-lv2__box__head
{
    font-weight: bold;
}

.p-index__section-lv3__sub-lv2__box__title
{
    font-weight: bold;

    position: relative;
    z-index: 3;
}

.p-index__section-lv3__sub-lv2__box__title::after
{
    position: absolute;
    z-index: -1;
    left: 50%;

    display: block;

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

    background-color: #fdede4;
}

.p-index__section-lv3__sub-lv2__box__title span:nth-child(1)
{
    display: inline-block;
}

.p-index__section-lv3__sub-lv2__box__detail
{
    font-weight: bold;
}

.p-index__section-lv3__detail__item
{
    color: #666;
}

/* Slider */

.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

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

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slide-arrow
{
    position: absolute;
    top: 50%;

    margin-top: -15px;
}

.prev-arrow
{
    left: -40px;

    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    border-right: 15px solid #113463;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
}

.next-arrow
{
    right: -40px;

    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #113463;
}

/* Slider */

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
    transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    z-index: 222222;
    left: 15px;
}

[dir='rtl'] .slick-prev
{
    z-index: 222222;
    right: 15px;
    left: auto;
}

.slick-prev:before
{
    content: '←';
}

[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    z-index: 222222;
    right: 15px;
}

[dir='rtl'] .slick-next
{
    z-index: 222222;
    right: auto;
    left: 15px;
}

.slick-next:before
{
    content: '→';
}

[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

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

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-prev,
.slick-next
{
    width: 30px;
    height: 30px;
}

.slick-prev::before
{
    right: 30px;

    display: block;

    width: 30px;
    height: 30px;

    content: '';

    background: url(../images/slider/prev.png);
    background-size: contain;
}

.slick-next::before
{
    left: 30px;

    display: block;

    width: 30px;
    height: 30px;

    content: '';

    background: url(../images/slider/next.png);
    background-size: contain;
}

.slick-dots li button:before
{
    color: #fff;
    border-radius: 50%;
    background-color: #fff;
}

.slick-dots li.slick-active button:before
{
    color: #fff;
    border-radius: 50%;
    background-color: #fff;
}

@media screen and (min-width: 768px)
{
    .l-header
    {
        width: 100%;
    }

    .l-header__wrap
    {
        width: 1000px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .l-header__top
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: justify;

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

    .l-header__top__item img
    {
        width: 400px;
    }

    .l-header__top__insta img
    {
        width: 35px;
        margin-top: 20px;
    }

    .l-header__top__tel img
    {
        width: 260px;
        /* margin-top: 20px; */
    }

    .l-header__menu
    {
        position: absolute;
        left: 50%;

        width: 1000px;
        margin-right: auto;
        margin-left: auto;

        transform: translateX(-50%);
    }

    .l-header__menu__wrap
    {
        width: 100%;
        height: 120px;
        padding-top: 30px;
        padding-bottom: 30px;

        background-color: #fff;
    }

    .l-header-fixed .l-header__menu__wrap
    {
        position: fixed;
        z-index: 22;
        top: 0;
        left: 50%;

        transform: translate(-50%);

        background-color: #fff;
    }

    .l-header__menu__list
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: center;

            justify-content: center;
    }

    .l-header__menu__list__item
    {
        position: relative;

        width: calc(100% / 7);
        height: 60px;
        padding-top: 0;
    }

    .l-header__menu__list__item a
    {
        font-family: '游ゴシック体' !important;
        font-size: 1.4rem;
        font-weight: bold;

        display: block;

        height: 55px;
        margin: 0 4px 0 8px;
        padding: 20px 0;

        transition: .3s;
        text-align: center;
        vertical-align: middle;

        border-radius: 8px;
    }

    .l-header__menu__list__item a:hover
    {
        background-color: #f9d3cd;
    }

    .l-header__menu__list__item::after
    {
        position: absolute;
        top: 0;
        right: -4px;

        display: block;

        width: 3px;
        height: 60px;

        content: '';

        background: url('../images/dotted.png');
    }

    .l-header__menu__list__item:first-child::before
    {
        position: absolute;

        display: block;

        width: 3px;
        height: 60px;

        content: '';

        background: url('../images/dotted.png');
    }

    .l-footer__wrap
    {
        display: -ms-flexbox;
        display: flex;

        width: 1000px;
        margin-right: auto;
        margin-left: auto;

        -ms-flex-pack: center;

            justify-content: center;
    }

    .l-footer__box__title
    {
        width: 50%;
    }

    .l-footer__box__address
    {
        font-size: 2.4rem;

        margin-top: 30px;
    }

    .l-footer__box__sub-title
    {
        font-size: 2.0rem;

        display: table;

        margin-top: 35px;
        padding: 10px;

        border: 2px solid #f9d3cd;
    }

    .l-footer__box__list
    {
        margin-top: 35px;
    }

    .l-footer__box__list__item
    {
        font-size: 2.4rem;
    }

    .l-footer__box__list__item:last-child
    {
        margin-top: 20px;
    }

    .l-footer__map
    {
        overflow: hidden;

        width: 500px;

        text-align: right;
    }

    .l-footer__map iframe
    {
        width: 100%;
        height: 490px;
        margin-top: -150px;
    }

    .l-footer__copy
    {
        margin-top: 150px;
        margin-bottom: 60px;
    }

    .c-section-wrap
    {
        margin-top: 80px;
    }

    .c-title
    {
        font-family: 'Yu Gothic' !important;
        font-size: 2.8rem;
        font-weight: bold;

        width: 580px;
        margin-top: 100px;

        letter-spacing: 3px;
    }

    .p-index__main-visual__text
    {
        width: 1000px;
        padding: 0 100px;
    }

    .p-index__wrap
    {
        padding-bottom: 100px;
    }

    .p-index__section-lv1
    {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 100px;
    }

    .p-index__section-lv1__dotted
    {
        width: 2px;
        height: 250px;
    }

    .p-index__section-lv1__group
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: start;

            justify-content: flex-start;
    }

    .p-index__section-lv1__info
    {
        padding-right: 70px;
    }

    .p-index__section-lv1__info__title
    {
        width: 400px;
    }

    .p-index__section-lv1__info__item img
    {
        width: 400px;
        margin-top: 60px;

        transition: .3s;
    }

    .p-index__section-lv1__info__item img:hover
    {
        opacity: .7;
    }

    .p-index__section-lv1__news
    {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 70px;
    }

    .p-index__section-lv1__news__list__item:not(:first-child)
    {
        margin-top: 20px;

        transition: .3s;
    }

    .p-index__section-lv1__news__list__item a
    {
        transition: .3s;
    }

    .p-index__section-lv1__news__list__item a:hover
    {
        border: none;
    }

    .p-index__section-lv1__recruit
    {
        margin-top: 100px;
        padding: 25px 60px;

        border-radius: 20px;
    }

    .p-index__section-lv1__recruit__text
    {
        font-size: 2.5rem;
        line-height: 4rem;

        margin-top: 40px;

        text-align: center;
    }

    .p-index__section-lv2__article-lv1
    {
        display: -ms-flexbox;
        display: flex;

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

    .p-index__section-lv2__article-lv1__title
    {
        width: 50%;
    }

    .p-index__section-lv2__article-lv1__box
    {
        margin-right: 60px;
    }

    .p-index__section-lv2__article-lv1__img
    {
        width: 100%;
    }

    .p-index__section-lv2__article-lv2
    {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;

        width: 1000px;
        margin-top: 70px;
        margin-right: auto;
        margin-bottom: 70px;
        margin-left: auto;
    }

    .p-index__section-lv2__article-lv2__title
    {
        width: 50%;
    }

    .p-index__section-lv2__article-lv2__box
    {
        margin-left: 60px;
    }

    .p-index__section-lv2__article-lv2__img
    {
        width: 100%;
    }

    .p-index__section-lv2__slider
    {
        margin-top: 70px;
    }

    .p-index__section-lv3
    {
        width: 1000px;
        margin-top: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__section-lv3__sub-lv1
    {
        font-size: 4.4rem;
    }

    .p-index__section-lv3__sub-lv1 span
    {
        font-size: 6.7rem;

        margin-left: 25px;
    }

    .p-index__section-lv3__sub-lv1::after
    {
        width: 300px;
        height: 22px;
    }

    .p-index__section-lv3__sub-lv2
    {
        margin-top: 80px;
    }

    .p-index__section-lv3__sub-lv2__box__head
    {
        font-size: 2.2rem;

        margin-top: 20px;
    }

    .p-index__section-lv3__sub-lv2__box__title
    {
        font-size: 4.4rem;

        margin-top: 40px;
    }

    .p-index__section-lv3__sub-lv2__box__title::after
    {
        top: 30px;

        width: 480px;
        height: 22px;
    }

    .p-index__section-lv3__sub-lv2__box__title span:nth-child(1)
    {
        font-size: 5.8rem;

        margin-left: 20px;
    }

    .p-index__section-lv3__sub-lv2__box__title span:nth-child(2)
    {
        font-size: 2rem;
    }

    .p-index__section-lv3__sub-lv2__box__detail
    {
        font-size: 1.8rem;
        line-height: 1.8rem;

        width: 100%;
        margin-top: 30px;
    }

    .p-index__section-lv3__sub-lv2__pop
    {
        position: absolute;
        top: -75px;
        right: 24px;

        width: 240px;
    }

    .p-index__section-lv3__table
    {
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__section-lv3__detail
    {
        margin-top: 45px;
    }

    .p-index__section-lv3__detail__item
    {
        font-size: 1.3rem;
    }

    .p-index__section-lv4
    {
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__section-lv4__item:not(:first-child)
    {
        margin-top: 90px;
    }

    .p-index__section-lv5
    {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__section-lv5__group
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-pack: center;

            justify-content: center;
    }

    .p-index__section-lv5__group__img
    {
        width: 275px;
    }

    .p-index__section-lv5__group__box
    {
        margin-left: 60px;
    }

    .p-index__section-lv5__group__box__title
    {
        width: 500px;
    }

    .p-index__section-lv5__group__box__text
    {
        font-size: 1.8rem;
        line-height: 150%;

        margin-top: 40px;
    }

    .slick-dots
    {
        bottom: -60px;
    }

    .u-menu__about
    {
        line-height: 2.2rem;
    }

    .u-menu__about a
    {
        padding-top: 8px !important;
    }

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

@media screen and (max-width: 768px)
{
    .l-body-fixed
    {
        position: fixed;
        z-index: -1;

        width: 100%;
        height: 100%;
    }

    .l-header
    {
        /*メニューボタン*/
    }

    .l-header__wrap
    {
        position: fixed;
        z-index: 22222;
        top: 0;
        left: 0;

        width: 100%;
        height: 70px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;
        padding: 20px 0;

        background-color: #fff;
    }

    .l-header__top
    {
        position: fixed;
        z-index: 222222;
        top: 18px;
        left: 20px;

        width: 60%;
    }

    .l-header__top__insta
    {
        display: none;
    }

    .l-header__top__tel
    {
        display: none;
    }

    .l-header__btn,
    .l-header__btn span
    {
        display: inline-block;

        box-sizing: border-box;

        transition: all .4s;
    }

    .l-header__btn
    {
        position: relative;
        z-index: 22222222222;

        width: 30px;
        height: 22px;
    }

    .l-header__btn__wrap
    {
        position: fixed;
        z-index: 22222;
        top: 27px;
        right: 20px;
    }

    .l-header__btn span
    {
        position: absolute;
        left: 0;

        width: 100%;
        height: 2px;

        background-color: #3e3a39;
    }

    .l-header__btn span:nth-of-type(1)
    {
        top: 0;
    }

    .l-header__btn span:nth-of-type(2)
    {
        top: 10px;
    }

    .l-header__btn span:nth-of-type(3)
    {
        bottom: 0;
    }

    .l-header__btn.active span:nth-of-type(1)
    {
        transform: translateY(10px) rotate(-41deg);
    }

    .l-header__btn.active span:nth-of-type(2)
    {
        opacity: 0;
    }

    .l-header__btn.active span:nth-of-type(3)
    {
        transform: translateY(-10px) rotate(44deg);
    }

    .l-header__menu
    {
        position: absolute;
        z-index: 2222222;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100vh;

        background-color: #fff;
    }

    .l-header__menu__list
    {
        display: -ms-flexbox;
        display: flex;

        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }

    .l-header__menu__list__item
    {
        width: 50%;

        text-align: center;
    }

    .l-header__menu__list__item:nth-of-type(odd)
    {
        border-right: 2px dotted #3e3a39;
    }

    .l-header__menu__list__item a
    {
        font-size: 1.4rem;
        font-weight: bold;

        display: block;

        padding: 20px 0;

        border-radius: 10px;
        background-color: #f9d3cd;
    }

    .l-header__menu__list__item:nth-of-type(n+3)
    {
        margin-top: 25px;
    }

    .l-header__menu__list__item:nth-of-type(odd)
    {
        padding-right: 10px;
    }

    .l-header__menu__list__item:nth-of-type(even)
    {
        padding-left: 10px;
    }

    .l-header__menu__bottom
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;
    }

    .l-header__menu__bottom__item
    {
        display: block;

        margin-top: 30px;
    }

    .l-header__menu__bottom__item .insta-sp
    {
        width: 15%;
        margin-left: auto;
        margin-right: auto;
    }

    .l-header__menu.open
    {
        display: block;

        margin-top: 63px;
    }

    .l-header__menu.close
    {
        display: none;
    }

    .l-footer__wrap
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;

        text-align: center;
    }

    .l-footer__box__title
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .l-footer__box__address
    {
        font-size: 1.6rem;

        margin-top: 15px;
    }

    .l-footer__box__address--top
    {
        margin-top: 30px;
    }

    .l-footer__box__sub-title
    {
        font-size: 1.6rem;

        display: table;

        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
        padding: 10px;

        border: 2px solid #f9d3cd;
    }

    .l-footer__box__list
    {
        margin-top: 20px;
    }

    .l-footer__box__list__item
    {
        font-size: 1.8rem;
    }

    .l-footer__box__list__item:last-child
    {
        margin-top: 10px;
    }

    .l-footer__map
    {
        margin-top: 30px;
    }

    .l-footer__map iframe
    {
        width: 100%;
    }

    .l-footer__copy
    {
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .c-section-wrap
    {
        margin-top: 25px;
    }

    .c-title
    {
        width: 80%;
        margin-top: 50px;
    }

    .p-index
    {
        margin-top: 65px;
    }

    .p-index__main-visual__img
    {
        width: 100%;
    }

    .p-index__main-visual__text
    {
        width: 100%;
        padding: 0 20px;
    }

    .p-index__wrap
    {
        padding-bottom: 50px;
    }

    .p-index__section-lv1
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;
    }

    .p-index__section-lv1
    {
        padding-top: 50px;
    }

    .p-index__section-lv1__info__title
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__section-lv1__info__item
    {
        display: block;

        width: 80%;
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .p-index__section-lv1__news
    {
        margin-top: 25px;
    }

    .p-index__section-lv1__news__list__item
    {
        font-size: 1.3rem;

        margin-top: 20px;
    }

    .p-index__section-lv1__recruit
    {
        margin-top: 25px;
        padding: 25px 15px 20px;

        text-align: center;

        border-radius: 10px;
    }

    .p-index__section-lv1__recruit__title
    {
        font-size: 1.65rem;
    }

    .p-index__section-lv1__recruit__title span
    {
        border-bottom: 5px solid #f9d3cd;
    }

    .p-index__section-lv1__recruit__title span:nth-of-type(2)
    {
        display: block;

        margin-top: 15px;
    }

    .p-index__section-lv1__recruit__text
    {
        margin-top: 25px;
    }

    .p-index__section-lv2__article-lv1
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;
    }

    .p-index__section-lv2__article-lv1__title
    {
        width: 80%;
    }

    .p-index__section-lv2__article-lv1__img
    {
        width: 80%;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .p-index__section-lv2__article-lv1__text
    {
        margin-top: 15px;
    }

    .p-index__section-lv2__article-lv2
    {
        margin-top: 35px;
        margin-right: auto;
        margin-bottom: 35px;
        margin-left: auto;
        padding: 0 20px;
    }

    .p-index__section-lv2__article-lv2__title
    {
        width: 80%;
    }

    .p-index__section-lv2__article-lv2__img
    {
        width: 80%;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .p-index__section-lv2__article-lv2__text
    {
        margin-top: 15px;
    }

    .p-index__section-lv2__slider
    {
        margin-top: 25px;
    }

    .p-index__section-lv2__slider img
    {
        width: 200px;
        height: auto;
    }

    .p-index__section-lv3
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;
    }

    .p-index__section-lv3__sub-lv1
    {
        font-size: 2.2rem;
    }

    .p-index__section-lv3__sub-lv1 span
    {
        font-size: 3.5rem;

        margin-left: 1.25rem;
    }

    .p-index__section-lv3__sub-lv1::after
    {
        top: 20px;

        width: 150px;
        height: 11px;
    }

    .p-index__section-lv3__sub-lv2
    {
        margin-top: 25px;
    }

    .p-index__section-lv3__sub-lv2__box__head
    {
        font-size: 1.1rem;
    }

    .p-index__section-lv3__sub-lv2__box__title
    {
        font-size: 2.2rem;

        margin-top: 10px;
    }

    .p-index__section-lv3__sub-lv2__box__title::after
    {
        top: 18px;

        width: 240px;
        height: 11px;
    }

    .p-index__section-lv3__sub-lv2__box__title span:nth-child(1)
    {
        font-size: 2.9rem;

        margin-left: 10px;
    }

    .p-index__section-lv3__sub-lv2__box__title span:nth-child(2)
    {
        font-size: 1.0rem;
    }

    .p-index__section-lv3__sub-lv2__box__detail
    {
        font-size: 1.1rem;

        margin-top: 15px;
    }

    .p-index__section-lv3__sub-lv2__pop
    {
        position: absolute;
        top: -25px;
        right: -10px;

        width: 100px;
    }

    .p-index__section-lv3__table
    {
        margin-top: 25px;
    }

    .p-index__section-lv3__detail
    {
        margin-top: 30px;
    }

    .p-index__section-lv3__detail__item
    {
        font-size: 1.1rem;
    }

    .p-index__section-lv4
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;
    }

    .p-index__section-lv4__item:not(:first-child)
    {
        margin-top: 30px;
    }

    .p-index__section-lv4__text
    {
        font-size: 1.1rem;

        margin-top: 20px;
    }

    .p-index__section-lv5
    {
        margin-right: auto;
        margin-left: auto;
        padding: 0 20px;
    }

    .p-index__section-lv5__group__img
    {
        width: 50%;
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }

    .p-index__section-lv5__group__box
    {
        margin-top: 30px;
    }

    .p-index__section-lv5__group__box__title
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-index__section-lv5__group__box__text
    {
        font-size: 1.1rem;

        margin-top: 20px;

        text-align: center;
    }

    .slick-dots
    {
        bottom: -20px;
    }

    .slick-dots li
    {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button
    {
        width: 10px;
        height: 10px;
    }

    .slick-dots li button::before
    {
        width: 10px;
        height: 10px;
    }

    .u-menu__about a
    {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

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

@keyframes fadeUpIn
{
    from
    {
        top: 150px;

        opacity: 0;
    }

    to
    {
        top: -150px;

        opacity: 1;
    }
}
