@charset "utf-8";

html{
    background-color:#ffffff;
    font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
    line-height:1.4;
    font-size:62.5%;
    color:#4a4a4a;
}
body {
    border-top: solid 20px #9ae0f4;
	font-size:1.2rem;
}
a img {
    border: 0px;
}
a {
    text-decoration: none;
}
a:link, a:visited {
    color:#4a4a4a;
}
a:hover {
    text-decoration: underline;
}
.wrapper {
    width:1100px;
    margin:0 auto;
    overflow: hidden;
}
section {
    margin: 0 20px;
}
h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 2.8rem;
    color: #49bee0;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom:20px;
}
h2 span {
    font-weight: 900;
    letter-spacing: -0.5px;
}
h2 small {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 10px;
    top: -2px;
    position: relative;
}
h2:before {
    content: "";
    width: 45px;
    height: 28px;
    background-image: url(/liluct/img/common/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

/*  ヘッダー  */
header {
    width: 1100px;
    height:100px;
    margin: 0 auto;
    padding:30px 0 0 0;
    overflow: hidden;
    position: relative;
    display: flex;
}
header img {
    vertical-align: bottom;
}
h1 {
    float:left;
}
h1 img {
    margin-right:5px;
}
.soukan {
    padding-bottom:8px;
}
nav {
    margin-left: 8%;
    margin-right: 2%;
}
nav ul {
    display:table;
    margin-top:20px;
    font-family: 'Montserrat';
    font-size: 2.4rem;
    color: #49bee0;
}
nav ul li {
    display:table-cell;
    border-right:solid 1px #49bee0;
}
nav ul li:nth-child(3) {
    border-right:none;
}
nav ul li a {
    display:block;
    padding: 5px 35px;
}
nav ul li a:link, nav ul li a:visited {
    color: #49bee0;
}
ul.sns {
    margin-top: 25px;
}
ul.sns li {
    float:left;
    margin: 5px;
}
p.bookstore {
    position: absolute;
    right: 10px;
    top: 20px;
}
.recruit {
    position: absolute;
    right: 130px;
    top: 10px;
}
.recruit_sp {
    display: none;   
}

/*  フッター  */
footer {
    clear:both;
    width: 100%;
    margin-top:50px;
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
    background-color: #9ae0f4;
}
footer div {
    width:1100px;
    margin:0 auto;
}
footer ul {
    display: flex;
    justify-content: space-evenly;
    margin:0 auto 50px;
    border-collapse: separate;
    border-spacing: 10px 0;
    width:60%;
}
footer ul li {
    position: relative;
}
footer ul li a {
    display: block;
    width:200px;
    border:solid 1px #4a4a4a;
    height:40px;
    text-align: center;
    line-height: 40px;
    padding-right:8px;
    font-size:1.6rem;
    transition: opacity 0.7s;
}
footer ul li a:hover {
    opacity:0.5;
    text-decoration: none;
}
footer ul li a:after {
    content:"＞";
    display:inline;
    position:absolute;
    right:8px;
    top: 1px;
    font-size: 10px;
    font-weight: bold;
}

hr {
    clear:both;
    display:block;
    content: "";
    width:1100px;
    height:7px;
    border:none;
    background-image:url(../img/common/border.png);
    margin: 30px 0 25px;
}
.mt0 {
    margin-top:0;
}
ruby > rt {
    padding-bottom:5px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    html {
        font-size:52%;
    }
    header, footer div, .wrapper {
        width:100%;
    }
    header {
        padding-top:10px;
        height:auto;
        margin-bottom: 10px;
        display: block;
    }
    header img {
        max-width: 100%;
    }
    h1 {
        margin-left:5%;
        width: 170px;
    }
    h2 {
        margin: 5px 0 20px;
    }
	h2 img {
		height:18px;
	}
    .logo {
        width:100%;
    }
    .soukan {
        width: 18%;
    }
    nav {
        width:100%;
        margin: 0 auto;
    }
    nav ul {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        margin: 50px auto 0;
        justify-content: space-evenly;
        font-size:2.1rem;
    }
    nav ul li {
        text-align: center;
        width: 33%;
    }
    nav ul li a {
        padding: 0;
        margin:0;
    }
    ul.sns {
        float: right;
        position: absolute;
        top: -2vw;
        right: 0;
        width: 100px;
    }
    ul.sns li {
        margin:0;
        margin-right:5px;
        width: 25%;
    }
    ul.sns img {
        width:90%;
    }
    p.bookstore {
        display:none;
    }
    .recruit {
        display:none;
    }
    .recruit_sp {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    footer {
        padding-top:20px;
    }
    footer ul {
        margin-bottom:20px;
        width:94%;
    }
    footer ul li {
        width:30%;
    }
	footer ul li a {
		width:auto;
        padding-left: 0;
        font-size: 1.3rem;
	}
    footer ul li a:after {
        right: 2vw;
        top: 1px;
    }
	hr {
		margin: 0 0 20px;
	}
    ruby > rt {
        padding-bottom:3px;
    }
}