@charset "UTF-8";


@font-face {
  font-family: 'hp';
  src:
    url('../fonts/hp.ttf?5y86f4') format('truetype'),
    url('../fonts/hp.woff?5y86f4') format('woff'),
    url('../fonts/hp.svg?5y86f4#hp') format('svg');
  font-weight: normal;
  font-style: normal;
}

.f-hp {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hp' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f-hp .path1:before {
  content: "\e900";
  color: rgb(0, 0, 0);
}
.f-hp .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.f-hp .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}



html
{
    font-size: 62.5%;
    overflow-y:scroll;
}

body
{
    font-family:-apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 1.8;
}


h1, h2, h3
{
    line-height: 1.5;
}
/*----------------------------------------
  Grid
----------------------------------------*/
@media (min-width: 768px)
{
    body
    {
        font-size: 1.6rem;
        overflow: initial;
    }
}


/* Header */
body > header
{
    background-color: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}
body > header h1
{
    display: block;
    width: 60%;
    height: auto;
    margin-bottom: 3rem;
}

.header-instagram
{
    position: absolute;
    left: 0;
    bottom: calc(20vh);
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
}
.header-instagram a
{
    color: #000;
}
.header-instagram p
{
    font-size: 1.6rem;
}

.header-scroll
{
    position: absolute;
    left: 0;
    bottom: 10px;
    line-height: 1;
    text-align: center;
    width: 100%;
}
.header-scroll a
{
    color: #000;
}

.header-scroll .fi-angle-down {
    font-size: 4rem;
    -webkit-animation:header-scroll 2.5s infinite linear alternate;
    animation:header-scroll 2.5s infinite linear alternate;
}
@-webkit-keyframes header-scroll {
    0% {-webkit-transform:translate(0, 0) rotate(0deg);}
    50% {-webkit-transform:translate(0, -7px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(0deg);}
}
@keyframes header-scroll {
    0% {transform:translate(0, 0) rotate(0deg);}
    50% {transform:translate(0, -7px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(0deg);}
}

@media (min-width: 768px)
{
    body > header h1
    {
        width: 400px;
        height: auto;
        margin-bottom: 3rem;
    }
    .header-scroll
    {
        bottom: 20px;
    }
}


/* Footer*/
body > footer
{
    border-top: 3px solid #000;
    padding: 2rem 0;
}
body > footer small
{
    display: block;
    font-size: 1.6rem;
    text-align: center;
}



/* Layout */
.sec
{
    border-top: 3px solid #000;
    padding: 60px 0;
}
.container
{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
}
.row
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (min-width: 768px)
{
    .container
    {
        width: 700px;
    }
}

@media (min-width: 1080px)
{
    .container
    {
        width: 1000px;
    }
}


/* Section Concept */
.sec-concept
{
    background-color: #efefef;
}
.sec-concept .catch
{
    font-size: 2.4rem;
    text-align: center;
    line-height: 2.4;
}




/* Section Product */
.card-product
{
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 20px;
}
.card-product > div
{
    background-color: #efefef;
    padding: 30px;
    height: 100%;
}

.card-product-logo
{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.product-title
{
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.card-product-sns
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
}
.card-product-sns li
{
    width: 33.333333%;
    text-align: center;
    font-size: 4rem;
}
.card-product-sns a
{
    color: #000;
}
.card-product-sns a:hover
{
    text-decoration: none;
}

.sec-title
{
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4rem;
}

@media (min-width: 768px)
{
    .card-product
    {
        width: 50%;
        margin-bottom: 4rem;
        padding: 0 20px;
    }
}



/* Section Recruit */
.sec-recruit
{
    background-color: #efefef;
}
.recruit
{
    background-color: #FFF;
    border: 3px solid #000;
    padding: 3rem 1.5rem;
    margin-bottom: 5rem;
}
.recruit > div
{
    padding: 0 2rem;
}


.recruit-logo
{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.recruit-title
{
    margin-bottom: 2rem;
}

.recruit-title h3
{
    font-size: 3rem;
}
.recruit-title p
{
    font-size: 2.2rem;
    margin-bottom: 0;
}

.btn-recruit
{
    display: block;
    background-color: #000;
    border-radius: 1rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 1rem 0;
}
.btn-recruit:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #444;
}
@media (min-width: 768px)
{
    .recruit
    {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
    }
    .recruit-logo
    {
        margin-bottom: 0;
        width: 20%; 
    }
    .recruit-title
    {
        width: 50%;
        margin-bottom: 0;
    }
    .recruit-detail
    {
        width: 30%; 
    }
}




/* Utility */
.img-fit
{
    width: 100%;
    height: auto;
}
.pc-br
{
    display: none;
}
.sp-br
{
    display: block;
}

.text-justify
{
    text-align: justify;
}

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


@media (min-width: 768px)
{
    .pc-br
    {
        display: block;
    }
    .sp-br
    {
        display: none;
    }
}


