html {
    font-size: 62.5%;
}
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, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font-weight: 400;
    vertical-align: bottom;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

body {
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul,li {
    list-style: none;
}
strong {
	font-weight:bold;
	font-size:1.2rem;
}

.pc_Only {
    display: block;
}
.sp_Only {
    display: none;
}

@media screen and (max-width:599px){
    .pc_Only {
        display: none;
    }
    .sp_Only {
        display: block;
    }
}

.l-wrapper {
    overflow: hidden;
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
    background: #ebebeb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 51px;
    box-sizing: border-box;
}
.l-header .nav-btn.is-line {
    width: 64px;
    right: 0;
    background-color: #30B200;
}
.l-header .nav-btn.is-line>a {
    text-align: center;
    display: block;
    padding-top: 9px;
    color: #fff;
    font-size: 1rem;
    letter-spacing: .1em;
    font-weight: bold;
    height: 100%;
    box-sizing: border-box;
}
.l-header .nav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    background: #070707;
    cursor: pointer;
}
.l-header .hd-info__logo>a {
    display: block;
}


/* MAIN */
.l-main-img__inner {
    padding-top: 51px;
    padding-bottom: 30px;
}
.l-main-img .mv-tit {
    margin: 0 -15px;
}
.l-main-img .mv-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -130px;
}
.c-btn01 {
    max-width: 325px;
    margin: 35px auto 0;
    text-align: center;
}
.u-inner {
    box-sizing: border-box;
}

@media screen and (min-width: 600px){
    body {
        font-size: 1.6rem;
        line-height: 1.6875;
        min-width: 1000px;
        padding-top: 80px;
        font-size: 1.6rem;
        line-height: 1.6875;
    }
    .l-header {
        width: 100%;
        min-width: 1000px;
    }
    .l-header__inner {
        height: 80px;
        box-sizing: border-box;
    }
    .l-header .nav-btn.is-line {
        width: 102px;
        right: 0;
    }
    .l-header .nav-btn.is-line>a {
        padding-top: 14px;
        font-size: 1.6rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .l-header .nav-btn {
        height: 80px;
        width: 80px;
    }

    .l-main-img__inner {
        position: relative;
        padding: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        margin-top: -10px;
    }
    .l-main-img .mv-tit {
        max-width: 958px;
        margin: auto;
    }
    .u-inner {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        box-sizing: border-box;
    }

    .l-main-img .mv-list {
        position: absolute;
        left: 15px;
        top: 410px;
        margin-top: 0;
        width: 420px;
    }
    .l-main-img .mv-list-item {
        width: 31%;
    }
    
    .l-main-img .mv-btn {
        position: absolute;
        left: -10px;
        top: 550px;
    }
    .c-btn01 {
        max-width: 480px;
    }
}
@media screen and (max-width:599px){
    .u-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* RECRUIT */
.home-recruit {
    background-color: #1F012B;
    color: #fff;
}
.home-recruit__inner {
    padding-top: 40px;
    padding-bottom: 50px;
}
.home-recruit__tit {
    max-width: 320px;
    margin: 0 auto 22px;
}
.home-recruit__item .tit {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2px;
}
.home-recruit__item .txt {
    font-size: 1.5rem;
}
.home-recruit__item .img {
    margin-bottom: 10px;
} 

/* SUPPORT */
.home-support {
    background: #EBEBEB;
}
.home-support__inner {
    padding-bottom: 30px;
}
.home-support__list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.home-support__item {
    width: 30%;
}
.home-support__btn {
    margin-top: 30px;
}
.home-support__tit {
    margin-right: -15px;
}

/* FLOW */
.home-flow {
    background: #511219;
}
.home-flow__inner {
    padding-top: 30px;
    padding-bottom: 30px;
}
.home-flow__tit {
    max-width: 298px;
    margin:0 auto 20px;
}
.home-flow__item {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 13px;
}
.home-flow__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.home-flow__item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17px 0 17px;
    border-color: #fff transparent transparent transparent;
}
.home-flow__item:last-child::before {
    content: none;
}
.home-flow__btn {
    margin-top: 30px;
}

/* OWNER */
.home-owner {
    background-color: #F4EFF3;
}
.home-owner__inner {
    padding-top: 30px;
    padding-bottom: 40px;
}
.home-owner__img {
    margin-bottom: 18px;
}
.home-owner__txt {
    font-size: 14px;
}
.home-owner__txt+.home-owner__txt {
    margin-top: 1.5em;
}

.c-head01 {
    background-color: #D7117D;
    text-align: center;
    padding: 10px 0 8px;
}
.c-head01>img {
    height: 56px;
    width: auto;
}

@media screen and (min-width: 600px){
    /* RECRUIT */
    .home-recruit__inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-recruit__tit {
        max-width: 800px;
        margin-bottom: 43px;
    }
    .home-recruit__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home-recruit__item {
        width: 48%;
    }
    .home-recruit__item .tit {
        font-size: 3rem;
    }

    /* SUPPORT */
    .home-support {
        position: relative;
    }
    .home-support::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 372px;
        background: url(./images/bg_support01.png) no-repeat center top/cover;
    }
    .home-support__inner {
        padding-top: 15px;
        padding-bottom: 60px;
        position: relative;
    }
    .home-support__list {
        width: 722px;
        margin: 50px auto 0;
        transform: translateX(-12px);
    }
    .home-support__item {
        width: 186px;
    }
    .home-support__btn {
        margin-top: 48px;
    }
    .home-owner__txt {
        font-size: 14px;
    }

    /* FLOW */
    .home-flow__inner {
        padding-top: 63px;
        padding-bottom: 88px;
    }
    .home-flow__tit {
        max-width: 622px;
        margin:0 auto 27px;
    }
    .home-flow__list {
        width: 763px;
        margin: auto;
    }
    .home-flow__item {
        padding-bottom: 64px;
        margin-bottom: 30px;
    }
    .home-flow__item::before {
        border-width: 34px 45px 0 45px;
    }
    .home-flow__btn {
        margin-top: 45px;
    }

    /* OWNER */
    .home-owner {
        background: url(./images/bg_owner01-pc.png);
    }
    .home-owner__inner {
        padding-top: 84px;
        padding-bottom: 80px;
        max-width: 740px;
    }
    .home-owner__img {
        margin-bottom: 60px;
    }

    .c-head01 {
        padding: 26px 0 19px;
    }
    .c-head01>img {
        height: 110px;
    }
}

.l-footer {
    background: #070707;
}
.l-footer .ft-cr {
    color: #fff;
    font-size: 0.7rem;
    padding: 20px 0;
    text-align: center;
    letter-spacing: .2em;
}

@media screen and (min-width: 600px){
    .l-footer .ft-cr {
        font-size: 1.2rem;
    }
}

.boyoboyo {
  animation: squash 1.2s ease-in-out infinite; /* .boyoboyo側で1.2秒おきにアニメーションを呼び出し実行する */
}
@keyframes squash {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}/*大きさを変えたいため、scaleを、1→1.1→1と変化*/
  100% {transform: scale(1);}
}