@charset "utf-8";

/*------------------------------------------------------
 RESET
------------------------------------------------------*/

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}


/*------------------------------------------------------
 MOBILE / ~499px
------------------------------------------------------*/

/*      common
----------------------*/

html{font-size: 62.5%;}
body {
    background-color: #111;
    color: #111;
    font-size: 1.4em;
    font-family: 'ヒラギノ角ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;
    font-weight: 300;
    line-height: 1;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;}

a{text-decoration: none; color:inherit; display: inline-block;}
p a{text-decoration: underline;
    color:#0068B7;
    transition: all 0.5s ease;}
p a:hover{text-decoration-color: transparent;}
img{max-width: 100%; height: auto;}
hr{margin:1em auto; border: none; width:100%; height: 1px; background:#555;}
span{display: inline-block;}
th,dt{white-space: nowrap;}
em{font-style: italic;}
strong{font-weight: 600;}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    background: #FFF;
    border: 1px solid #555;}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select{
    border-radius: 5px;
    padding: .5em .8em;}
::placeholder,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select{
    line-height: 1.4;}
::placeholder{
    color:#AAA;}
select{
    padding-right: 1.6em;
    background-image:
        linear-gradient(45deg, transparent 50%, #555 50%),
        linear-gradient(135deg, #555 50%, transparent 50%);
    background-position:
        calc(100% - 10px) 1em,
        calc(100% - 5px) 1em;
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;}
input[type="submit"],
input[type="button"] {
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;}

.note{font-size: 0.8em; line-height: 1.5;}
.hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    border: 0;}

/*       header
----------------------*/

header div{
    display: inline-block;
    overflow: hidden;
    position: relative}

header div:before{
    animation-name: maskInOutL;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #0068B7;
    transform-origin: top left;}

header div:last-child:before{
    transform-origin: bottom right;}

@keyframes maskInOutL {
    from {transform: scaleY(1);} to {transform: scaleY(0);} }

header img{
    width: 100%;}


/*    main & footer
----------------------*/

#wrap{
    margin: 0 20px;
    max-width: 1120px;
    background-color: #eaeef0;
    text-align: center;}

#title, #profile, #interview, #zamst, footer{
    padding: 0 15px;}

#profile, #interview, #zamst, footer .onlineshop{
    margin-bottom: 50px;}

/*--- title ---*/

#title{margin-bottom: 30px;}

#title .belt{
    display: inline-block;
    margin-bottom: 1em;
    padding: .3em 1em;
    width: 90%;
    max-width: 300px;
    background: #0068B7;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
    vertical-align: top;
    background:
    -moz-linear-gradient(#0068B7, #0068B7) top left,
    -moz-linear-gradient(#0068B7, #0068B7) top right,
    -moz-linear-gradient(315deg, transparent .5em, #0068B7 0) bottom right,
    -moz-linear-gradient(45deg, transparent .5em, #0068B7 0) bottom left;
    background:
    -webkit-linear-gradient(#0068B7, #0068B7) top left,
    -webkit-linear-gradient(#0068B7, #0068B7) top right,
    -webkit-linear-gradient(315deg, transparent .5em, #0068B7 0) bottom right,
    -webkit-linear-gradient(45deg, transparent .5em, #0068B7 0) bottom left;
    background:
    linear-gradient(#0068B7, #0068B7) top left,
    linear-gradient(#0068B7, #0068B7) top right,
    linear-gradient(315deg, transparent .5em, #0068B7 0) bottom right,
    linear-gradient(45deg, transparent .5em, #0068B7 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;}

#title .headline{
    margin: 0 auto 1.5em;
    width: 100%;
    max-width: 700px;}

#title .headline img:first-child{
    margin-bottom: 4%;
    width: 100%;}

#title .headline img:last-child{
    width: 80%;}

#title p{
    color: #434B54;
    font-weight: 600;
    line-height: 2;}


/*--- profile ---*/

#profile section{
    margin: 0 auto;
    padding: 1.5em 0;
    max-width: 390px;
    border-top: 4px solid #0068B7;
    border-bottom: 4px solid #0068B7;}

#profile section:last-child{
    border-top: none;}

#profile section img{
    margin-bottom: 1em;
    width: 65%;
    border-radius: 5px;}

#profile section h2{
    margin-bottom: .5em;
    color: #0068B7;
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: bold;}

#profile section p{
    font-size: .9em;
    line-height: 1.5;
    text-align: left;}


/*--- interview ---*/

#interview h2{
    margin-bottom: 2.5em;}

#interview h2 img{
    width: 100%;
    max-width: 450px;}

#interview section{
    margin: 0 auto 30px;
    max-width: 500px;
    background-color: #FFF;
    border: 1px solid #0068B7;
    transition: all .5s ease;}

#interview section:hover{
    transform: scale(1.03);}

#interview section.appear{
    opacity: 1 !important;}

#interview section.yet{
    transform: none !important;}

#interview section.yet div{
    position: relative;
    filter: grayscale(1);}

#interview section a{
    display: block;
    padding: 0 20px 15px;}

#interview section p{
    display: inline-block;
    margin: 0 auto .8em;
    padding: .5em .8em;
    background-color: #0068B7;
    background:
    linear-gradient(#0068B7, #0068B7) top left,
    linear-gradient(#0068B7, #0068B7) top right,
    linear-gradient(315deg, transparent .5em, #0068B7 0) bottom right,
    linear-gradient(45deg, transparent .5em, #0068B7 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: bold;
    line-height: 1.25;}

#interview section img{
    margin-bottom: .8em;
    border-radius: 5px;}

#interview section date{
    display: inline-block;
    margin-bottom: .5em;
    color: #E70412;
    font-size: .9em;}

#interview section h3{
    font-weight: bold;
    line-height: 1.5;}
    
#interview section h3 .note {
	font-size: .8em;
	color: #FF0000;
}
    
/*--- zamst ---*/

#zamst{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #FFF;}
    
#zamst h2{
    margin-bottom: 2.5em;}
#zamst h2 img{
    width: 100%;
    max-width: 460px;}
    
#zamst .item{
    display: inline-block;
    width: 80%;
    max-width: 380px;}

#zamst .item:first-child{
    margin-bottom: 30px;}

#zamst .item:hover img{
    transform: scale(1.1);}
    
#zamst .item img{
    margin-bottom: 1em;
    width: 60%;
    transition: all .5s ease;}

#zamst .item .text{
    display: inline-block;
    font-weight: 700;
    transition: all .5s ease;}

#zamst .item .name{
    margin-bottom: .5em;
    color: #0068B7;
    font-size: 1.4em;
    line-height: 1.2;}

#zamst .item .tax{
    display: inline-block;
    font-size: .5em;}

/*--- footer ---*/

footer .onlineshop{
    padding: 1.2em 3em;
    border-radius: 5px;
    background-color: #0068B7;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5;
    transition: .5s all ease;}

    footer .onlineshop:hover{
        background-color: #4c9ad6;}

footer{
    padding-bottom: 50px;}

#copyright{
    color: #434B54;
    font-size: .9em;
    line-height: 1.5;}


/*------------------------------------------------------
  500px~
------------------------------------------------------*/

@media screen and (min-width:500px) {

    header div{
        width: 50%;}
    
    #wrap{
        margin: 0 30px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);}

    #title, #profile, #interview, #zamst, footer{
        padding-right: 20px;
        padding-left: 20px;}

    #profile, #interview, #zamst, footer .onlineshop{
        margin-bottom: 60px;}
    
    #title{margin-bottom: 40px;}
    
    #title .belt{
        margin-bottom: 1.5em;
        padding: .4em 1em;
        width: 90%;
        max-width: 500px;
        font-size: 1.3em;}
    
    footer{
        padding-bottom: 60px;}
    
}


/*------------------------------------------------------
 TABLET / 750px~
------------------------------------------------------*/

@media screen and (min-width:750px) {
    
    body{
        font-size: 1.6em;}
    
    #wrap{
        margin: 0 40px;}
    
    #profile, #interview, #zamst, footer{
        padding-right: 40px;
        padding-left: 40px;}

    #profile, #interview, #zamst, footer .onlineshop{
        margin-bottom: 80px;}

    #title{
        margin-bottom: 50px;}

    #title .belt{
        font-size: 1.4em;
        max-width: 550px;}
    
    #title p {
        margin: 0 auto;
        line-height: 2.2;}
    
    #profile{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;}
    
    #profile section{
        width: calc(50% - 20px);
        max-width: none;}

    #profile section:last-child{
        margin-left: 25%;
        border-top: 4px solid #0068B7;}
    
    #interview .wrap{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;}
    
    #interview section{
        margin-bottom: 30px;
        width: calc(50% - 15px);}

    #interview section:nth-child(odd){
       margin-right: 30px;}

    #interview section:nth-last-child(-n+2){
       margin-bottom: 0;}

    #zamst .item{
        width: calc( 50% - 20px );}

    #zamst .item:first-child{
        margin: 0 40px 0 0;}

    footer{
        padding-bottom: 80px;}
    
}


/*------------------------------------------------------
 PC / 1050px~
------------------------------------------------------*/

@media screen and (min-width:1000px) {
    
    #profile, #interview, #zamst, footer{
        padding-right: 60px;
        padding-left: 60px;}

    #profile section{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: calc(50% - 25px);}

    #profile section:last-child{
        margin-left: 25%;}
    
    #profile section img{
        margin: 0 1em 0 0;
        width: 190px;}
    
    #profile section h2{
        text-align: left;}
    
    #interview section{
        margin-bottom: 40px;
        width: calc(50% - 25px);}

    #interview section:nth-child(odd){
        margin-right: 50px;}
    
    #interview section a{
        padding: 0 30px 25px;}
    
}


/*------------------------------------------------------
 PC / 12000px~
------------------------------------------------------*/

@media screen and (min-width:1200px) {
 
    #wrap{
        margin: 0 auto;}
    
}
