@charset "UTF-8";

/* リセットcss */

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, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, 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;
}


/* ----------------------------------------------

 * 共通

---------------------------------------------- */

body {
    font-family: 'kozuka-gothic', sans-serif;
    font-size: 15px;
    color: #3f3a39;
}

.fwb {
    font-weight: bold;
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */

a {
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a, a:hover, a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}


/* ---------------------------------------------------------------------------------------------

　   HEADER（ナビゲーション）

--------------------------------------------------------------------------------------------- */


/*#header {
box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
z-index: 99;
width: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(207, 248, 225, 0.47);
border-bottom: solid 2px #3f3a39;
} */

#gNav a:hover {
    color: #999;
}

nav li a {
    color: #3f3a39;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-family: 'fot-matisse-pron', sans-serif, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

nav .sub-menu, .mean-container .mean-nav ul ul {
    background: #fff;
    background-image: linear-gradient(to top, #efeee9 0%, #f3e3e1 100%);
}

@media only screen and ( max-width: 768px) {
    #header {
        padding: 10px 0;
        height: 40px;
    }
    .h_logo {
        width: 150px;
        position: absolute;
        top: 12px;
        left: 10px;
        z-index: 100;
    }
    .h_logo img {
        width: 100px;
    }
    #gNav .nav {
        overflow-y: auto;
        height: 100vh;
    }
    .mean-nav .container {
        padding: 0;
    }
    nav li .fa {
        display: none;
    }
}

@media print,
screen and ( min-width: 769px) {
    /* #h_eader {
	height: 80px;
} */
    .h_logo img {
        width: 100px;
    }
    #h_top {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #gNav ul {
        position: relative;
        display: flex;
        font-family: 'Cormorant Garamond', 'Noto Serif SC', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    }
    #gNav li {
        position: relative;
        margin-right: 3em;
    }
    #gNav li:last-child {
        margin-right: 0;
    }
    #gNav li i {
        font-size: 16px;
        margin-left: 5px;
    }
    #gNav li a {
        position: relative;
        display: block;
        text-align: center;
        line-height: 80px;
    }
    #gNav .sub-menu {
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        display: block;
        position: absolute;
        top: 50px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    #gNav .sub-menu a {
        padding: 10px;
        display: block;
        border-bottom: none;
        padding: 20px;
        line-height: 1.2em;
    }
    #gNav .sub-menu a:hover:after {
        content: none;
    }
    #gNav .sub-menu li {
        display: block;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }
    #gNav .sub-menu li:last-child {
        border-bottom: none;
    }
    #gNav ul>li:hover {
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #gNav ul>li:hover a,
    #gNav .current-menu-item a,
    #gNav .current-menu-parent a {
        color: #6bcbba;
    }
    #gNav li:hover ul.sub-menu {
        top: 80px;
        visibility: visible;
        opacity: 1;
        z-index: 9999;
    }
    #gNav li ul li:after {
        content: none;
    }
    #gNav li:hover ul.sub-menu a {
        color: #111;
    }
    #gNav .sub-menu li a:hover {
        background: #fff;
    }
    #gNav .contact_btn a:hover {
        color: #fff;
    }
}

/* ---------------------------------------------------------------------------------------------

　   SNS

--------------------------------------------------------------------------------------------- */

.header_l {
    display: flex;
    align-items: baseline;
}

.sns ul {
    display: flex;
    justify-content: space-around;
    font-size: 1.5em;
    width: 80px;
    margin-left: 20px;
}

.sns a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #3f3a39;
}

.sns_resp {
    display: none;
}

@media only screen and ( max-width: 768px) {
    .sns {
        display: none;
    }
    .sns_resp {
        display: block;
    }
    .sns_resp {
        width: 100px;
        float: right;
        margin-right: 60px;
        position: relative;
        z-index: 101;
    }
    .sns_resp ul {
        display: flex;
        justify-content: flex-end;
        font-size: 1.5em;
    }
    .sns_resp ul li {
        margin-left: 10px;
    }
    .sns_resp a {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        text-decoration: none;
        color: #3f3a39;
    }
}


/* ----------------------------------------------

 * 　リクルート

---------------------------------------------- */

.hero_recr_inn {
    background-image: url(../img/hero_main.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.inn_container {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 5px solid #3f3a39;
    border-top: 5px solid #3f3a39;
    padding: 4em 0;
    position: relative;
    top: 15%;
}
.inn_container img.mail {
    width: 30%;
    height: auto;
}
.hero_recr_inn h1 {
    font-size: 3em;
    font-family: 'fot-matisse-pron', sans-serif;
    margin: 1em 0;
}

.hero_recr_inn h1 img {
    position: relative;
    top: 45px;
}

.logo {
    margin: 1em 0;
}

.logo img {
    width: 10%;
}

.hero_recr_inn p, .concept_inn p {
    font-family: 'fot-matisse-pron', serif;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 2em;
}

.point_inn p, .message_inn p, .envi_inn p {
    font-family: inherit;
    font-size: 0.9em;
    line-height: 2em;
}

.message_inn p, .envi_inn p {
    text-align-last: left;
}

.message_inn p {
    width: 80%;
    margin: 0 auto;
}

.point_inn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
}

.point_inn .box {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.box_gr, .box_wht {
    width: 18%;
    padding: 2em;
}

.box_gr {
    background-color: #cff8e1;
}

.box_wht {
    border: 4px solid #cff8e1;
}

.box i {
    font-size: 4em;
    margin: 0.2em;
}

.message_inn, .job_desc_inn, .company_inn {
    margin: auto;
    padding: 3em 0;
    width: 100%;
    background-color: #cff8e1;
    display: flex;
    justify-content: center;
}

.company_inn {
    background-color: #fff;
}

.message_inn h2, .envi_inn h2, .job_desc_inn h2, .company_inn h2 {
    font-size: 2em;
    font-family: 'fot-matisse-pron', sans-serif;
    margin: 0 0 1em 0;
}

.envi_inn h2 {
    text-align-last: left;
}

.envi_inn img {
    width: 300px;
    height: auto;
}

.img_box {
    flex: 1;
}

.envi_inn .text_box,
.message_inn .text_box {
    margin: 2em;
}

.job_desc_inn .tbl,
.company_inn .tbl {
    text-align: left;
}

.job_desc_inn .td_l,
.company_inn .td_l {
    font-weight: bold;
}

.job_desc_inn .tbl table td,
.company_inn .tbl table td {
    padding: 1.5em;
    font-size: 0.9em;
}

.job_desc_inn .tbl table td.td_lh,
.company_inn .tbl table td.td_lh {
    padding: 0.4em 1.5em;
}

.apply_inn .inn_container {
    background-color: rgba(207, 248, 225, 0.5);
}

.apply_inn dl {
    padding: 2em 0;
}

.apply_inn dd {
    font-family: 'fot-matisse-pron';
    font-size: 1.8em;
    line-height: 2em;
}

.envi_inn .text_box {
    flex: 2;
}

.envi_container {
    width: 100%;
    height: 100%;
    align-items: center;
}

.envi_container_inn {
    display: flex;
    margin: 1em;
    align-items: center;
}

.envi_container_inn .box {
    margin: 1em;
}

.envi_inn h3 {
    font-family: 'fot-matisse-pron', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: underline 3px #cff8e1;
    padding: 0.8em 0;
    text-align: left;
}


/* ----------------------------------------------

 * フッター

---------------------------------------------- */

.copyright {
    font-family: 'fot-matisse-pron';
    font-size: 0.8em;
    text-align: center;
    margin: 2em;
}


/* ----------------------------------------------

 * TOPへ戻る

---------------------------------------------- */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a:hover {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 1.3em;
    text-decoration: none;
    padding: 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* ----------------------------------------------

 * メディアクエリ 

---------------------------------------------- */

@media only screen and (max-width: 1230px) {
    .message_inn {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .hero_recr_inn {
        height: 50vh;
    }
    .inn_container img {
        width: 80%;
        height: auto;
    }
    .desc_container_inn {
        display: block;
    }
    .envi_inn h4 {
        text-align: center;
    }
    .desc_container {
        background: linear-gradient(to bottom, rgba(195, 249, 222, 0.74) 70%, rgb(207, 248, 225) 100%);
    }
}

@media only screen and (max-width: 480px) {
    .hero_recr_inn h1 {
        font-size: 2em;
    }
    .hero_recr_inn p,
    .concept_inn p {
        font-size: 1em;
    }
    .point_inn .box {
        display: block;
    }
    .point_inn {
        margin: 0;
    }
    .box_gr,
    .box_wht {
        margin: 0 auto;
        width: auto;
    }
    .envi_container_inn {
        display: block;
    }
    .envi_inn img {
        width: 100%;
    }
    .envi_inn h2 {
        text-align-last: center;
    }
    .envi_inn .box {
        margin: 0;
    }
    .envi_inn h3 {
        line-height: 2em;
    }
    .job_desc_inn .td_r,
    .company_inn .td_r {
        width: 70%;
    }
    .job_desc_inn .tbl table td,
    .company_inn .tbl table td {
        line-height: 1.5em;
    }
    table {
        margin: 0 2em;
    }
    .apply_inn dl {
        padding: 1em;
    }
    .apply_inn dd {
        font-size: 1.3em;
    }
    .inn_container img {
        width: 20%;
    }
    .inn_container img.mail {
        width: 70%;
    }
    .inn_container {
        padding: 5px;
    }
}


/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

section {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

#sec01 {
    background: #cadffa;
}

#sec02 {
    background: #99c1f3;
}

#sec03 {
    background: #7ea7d9;
}

#sec04 {
    background: #618bbe;
}

.btn {
    display: block;
    background: #fff;
    color: #618bbe;
    padding: 0.8em 1em;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
}

.btn:before {
    content: "\f104";
    font-family: "FontAwesome";
    margin-right: 5px;
}

@media only screen and ( max-width: 768px) {
    #main {
        padding-top: 58px;
    }
    .btn {
        width: 60%;
    }
}

@media only screen and ( max-width: 480px) {
    .btn {
        width: 100%;
    }
    .top_hero {
        min-height: 180px;
        margin-bottom: 100px;
    }
}

@media print,
screen and ( min-width: 769px) {
    #main {
        padding-top: 80px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .btn {
        width: 300px;
    }
}